/*
Theme Name: Twoseventwo Theme
Theme URI: http://wordpress.org
Author: Twoseventwo
Author URI: http://twoseventwo.us
Description: A theme for twoseventwo clients, built on the Bootstrap framework.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twoseventwo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Basic Styles */

* {
	padding:0px;
	margin:0px;
}

html, body {
	margin:0px;
	padding:0px;
}

body {
	height:100%;
	font-family: 'Lato', sans-serif;
	color:#252525;
	font-size:1em;
}

a {
	cursor:pointer;
	word-wrap: break-word;
}

/* Icons and Fonts */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?coof0a');
	src:url('fonts/icomoon.eot?coof0a#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff2?coof0a') format('woff2'),
		url('fonts/icomoon.ttf?coof0a') format('truetype'),
		url('fonts/icomoon.woff?coof0a') format('woff'),
		url('fonts/icomoon.svg?coof0a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-OLogo:before {
	content: "\e900";
}
.icon-facebook3:before {
	content: "\e901";
}
.icon-instagram:before {
	content: "\e902";
}
.icon-twitter3:before {
	content: "\e903";
}
.icon-youtube:before {
	content: "\e904";
}
.icon-apple:before {
	content: "\e905";
}

a:hover .icon-apple {
	text-decoration:none;
}

.icon-circle-cross:before {
    content: "\e043";
}

a .icon-OLogo {
	text-decoration: none;
	color:#ccc;
}

a:hover .icon-OLogo {
	text-decoration: none;
	color:#c9c9c9;
}

.icon-OLogo {
	font-size:60px;
}

/* Header */

header {
	background-color:#506362;
}

.hero-img {
	display:table;
	background:url(assets/header-bkg.jpg) #506362 no-repeat center top;
	height:90vh;
	width:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	border-bottom: 10px solid #cacaca;
}

.menu ul.list-inline {
	margin-top:10px;
	margin-left:5px;
}



.menu ul.list-inline > li {
	
}

.menu ul.list-inline > li > a {
	color:rgba(255,255,255,0.5);
	transition: 0.3s ease;
	font-size:3em;
}

.menu ul.list-inline > li > a:hover {
	color:rgba(255,255,255,1);
}

/* Nav */

.middle-nav {
	display:table-cell;
	vertical-align: middle;
	height:auto;
}

.middle-nav .row, .middle-nav .container {
	padding:0;
	margin:0;
}

.middle-nav .logo {
	margin-top:15px;
}

.middle-nav .logo .img-responsive {
	text-align:center;
	margin:0 auto !important;
}

.middle-nav .menu {
	padding:0;
}

.middle-nav .menu img {
	padding-bottom:10px;
}

.middle-nav .menu ul.navbar {
	list-style:none;
	margin:0;
	padding:10px 0 10px 10px;
	border:2px solid rgba(255,255,255,0.5);
	border-right:none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

.middle-nav .menu ul.navbar > li {
	padding:10px 0;
	color:rgba(255,255,255,0.5);
}

.middle-nav .menu ul.navbar > li > a {
	color:rgba(255,255,255,0.5);
	font-size:20px;
	text-transform: uppercase;
	transition:0.3s ease;
}

.middle-nav .menu ul.navbar > li > a:hover {
	color:rgba(255,255,255,1);
	text-decoration:none;
}


/* Headings */

h1 {
	font-family: "Lato", sans-serif;
	margin:0;
	text-transform:uppercase;
}

h2 {
	text-transform:uppercase;
	font-weight:bold;
}

h2.tour-title {
	padding:15px 10px 15px 10px;
	font-size:2em;
	margin-top:0px;
	color:#CA2A3D;
	text-align:center;
}

h2.tour-title:after {
	content:'';
    display:block;
    clear: both;
}

h2.about-title {
	text-align:center;
	color:#eb3e44;
}

h2.video-title {
	color:#1ba991;
	text-align:center;
	padding-bottom:50px;

}

.music h2.about-title {
	margin-bottom:0px;
	padding-bottom:0px;
}

.music h3 {
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
}

.album-cover {
	border:10px solid #ededed;
}



#contact h4 {
	background-color:white;
	padding:8px 5px;
	margin-bottom:20px;
	text-align:center;
	letter-spacing:2px;
	font-size:1.4em;
}

#contact h4 a {
	color:#A1D8CF;
	text-transform:uppercase;
	font-weight:bold;
}


.branding {
	color:#252525;
}

.branding p {
	color:#252525;
}

/* Fonts */

p {
	color:#fff;
	line-height:1.7;
	font-size:1.5em;
}

.single p {
	color:#000;
}

span.red {
	color:#DA462B;
}

.music p {
	color:#000;
	text-align:center;
}

p.disco  {
	margin-top:25px;
}

p.disco a {
	color:RGBA(21, 182, 163, 1);
}

/* Sections */

main {
}

.ad {
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #f2f2f2 100%);
	padding:70px 0;
}

.ad .flex {
	display:block;
}

.ad h2 {
	font-size: 30px;
}

.ad h3 {
	font-weight:300;
	text-transform: uppercase;
	font-size: 22px;
}

.about-text {
	padding:50px 0;
}

.tour {
	background-color:#f7f7f7;
	padding-bottom:40px;
}

.tour-title {
	color:#eb3e44;
	font-size:1.8em;
}

.tour a.btn.btn-default.more-dates {
	margin-top:20px;
	float:right;
}


.bit-widget-container {
	font-family:'Lato', sans-serif !important;
	font-size:1.5em !important;
}

a.bit-event-data {
	font-family: inherit;
	font-weight:bold;

}

#bit-events .bit-events td {
	border:none !important;
	height:50px !important;
}

td.bit-date {
	width:auto !important;
}

td.bit-date a {
	font-weight:bold !important;
}

td.bit-venue {
	width:30% !important;
}

td.bit-venue a {
	font-weight:bold !important;
}

.bit-events th {
	display:none !important;
}

#bit-events td .bit-uiButton {
	height:auto !important;
}

a.bit-buy-tix {
	color:#CA2A3D;
	text-transform: uppercase;
	font-size:0.8em;
	font-weight:bold;
}

a.bit-track-artist-header {
	display:none !important;
}

.about {
	background:#282c2c;
}

.about p {
	text-align:justify;
	letter-spacing:normal;
	line-height:1.3;
	font-size:1.5em;
}

.about .mobile-push {
	margin-top:210px;
	padding-bottom:50px;
}

.instagram {
	background-color:#317aa4;
}

.instahead {
	color:white;
	background:url(assets/insta-bkg.jpg) no-repeat center top;
	padding:20px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}

.instahead h1 {
	font-size:20px;
	padding-top:10px;
	font-weight:bold;
}

.instahead .btn-default {
	background:#1e648c;
	border-color: #1e648c;
}

#instafeed .insta-col {
	padding-left:0px;
	padding-right:0px;
}

.insta {

}

.twitter {
	background:#25a2e3;
	padding:15px 0;
	text-transform:uppercase;
}

.twitter .btn-default {
	background:#1e648c;
	border-color: #1e648c;
}

.tweet {
	display:block;
	padding:0;
	margin:0;
	color:white;
	padding-top:10px;
	font-weight:bold;
}

.tweet.text {
	font-size:1.3em;
	letter-spacing:normal;
	text-transform: none;
}

.tweet p {
	font-size:1.5em;
}

.tweet a {
	color:#fff;

}

.rotatingtweets {
	float:left;
	width:100%;
}

.rotatingtweet p {
	vertical-align: middle;
}


.video {
	background:#ededed;
	height:auto;
}

.music {

}

.music .container-fluid {
	padding-left:0;
	padding-right:0;
}

.music .nav-pills {
	background:#252525;
	font-size:20px;
	height:50px;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.music .nav-pills > li  {
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	margin:0;
	padding:0;
	width:50%;
}

.music .nav-pills > li:first-child > a {
	border:none;
	border-left:none;
	padding:15px 30px 15px 30px;
}


.music .nav-pills > li:last-child > a {
	border:none;
	background:#252525;
	border-right:0px solid #252525;
	border-bottom:0px;
	padding:11px 30px 11px 30px;
}

.music .nav-pills > li a {
	color:#fff;
	margin: 0;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background: #eb3e44;
	transition: 0.3s ease;
	font-weight:bold;
	text-align:center;
	padding:15px 30px 15px 30px;
	font-size:0.7em;
}

.music .nav-pills>li.active>a {
	background: #eb3e44;
	padding-top:50px;
}

.music .tab-content {
	padding:0;
	background: #fff;
}

.music .tab-pane .flex {
	display:block;
}

.music .tab-pane .flex .item {

}

.music .tab-pane .tracks ul {
	font-size:18px;
	font-weight:bold;
	list-style:none;
	text-align:center;
}

.music .tab-pane .tracks ul > li {
	padding:3px 0;
}

.music .tab-pane .tracks ul > li > a {
	color:#000;
}

.music .tab-pane .tracks ul > li > a:hover {
	text-decoration:underline;
	color:#000;
}

.music .tab-pane .display {
	text-align:center;
}

.music .tab-pane .display h3 {
	padding:15px 0 0 0;
}

.music .music-links {
	background: #f1f1f1;
	text-align:center;
	padding:25px 0;
}

.music span {
	display:block;
	margin-bottom:10px;
}

.music .music-links .btn-default {
	width:160px;
}

.music ul.dropdown-menu {
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	margin:0;
	width:100%;
}


ol {
	text-align:left;
}

.news {
	margin-top:100px;
}

.store .container {
	padding-bottom:50px;
}

.store h1 {
	background: #eb3e44;
	color:white;
	padding:15px 0;
	margin-bottom:50px;
}

.store img {
	height:290px;
}

.store .img-responsive {
	margin-left:auto !important;
	margin-right:auto !important;
}

.store p {
	color:#000;
	font-size:1.5em;
	letter-spacing:normal;
	font-weight:bold;
}

.store .product a {
	font-weight:bold;
	font-size: 1.8em;
	color:#eb3e44;
}


.logo-phrase-left {
	padding-right:15px;
	background-color:none;
	z-index:1;
}

.logo-phrase-right {
	padding-left:15px;
	background-color:none;
	z-index:1;
}

.store .logo {
	margin:0px;
	padding:0px;
	background-color:transparent;
	z-index:10;
}

.store .circle-logo {
	margin-top:-20px;
}

.store .panel {
	padding:5px;
}

.store .panel p {
	color:#252525;
}


.img-circle {
	border:5px solid white;
	margin-bottom:15px;
	margin-top:30px;
}

/* Salvattore */

.salva .panel {
	background:#ededed;
	border:none;
	padding:0px;
}

.salva .panel p {
	padding:10px 25px;
	color:#000;
}

.salva .panel h3 {
	background-color:#1ba991;
	padding:25px 25px;
	margin:0;
	color:#fff;
}

.salva .panel img {
	margin-top:10px;
	padding:0 10px;
}

.salva .panel .read-more {
	background-color:#525252;
	color:#fff;
}

.salva .panel .read-more p {
	padding:10px 25px;
	margin:0;
	color:#fff;
}

.salva .panel .read-more a {
	color:#fff;
	text-decoration:none;
}

.fa-angle-right {
	font-size:70%;
}

#columns[data-columns]::before {
    content: '1 .col-xs-12';
}

#contact {
	background-color: #eb3e44;
	color:white;
	padding-bottom:25px;
	padding-top:25px;
}

#contact a {
	color:white;
}

#contact a:hover {
	color:white;
	text-decoration:underline;
}

#contact p {
	margin-bottom:30px;
	font-size:1.3em;
}

#contact .address {
	padding-top:50px;
	font-size:1.3em;
}

.form-control {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	font-size:1.5em;
}

label {
	float:left;
	font-size:1.5em;
	font-weight:bold;
}

.branding {
	padding-top:20px;
	padding-bottom:20px;
}

.branding p {
	color:#ccc;
	letter-spacing:normal;
	font-size:16px;
}

.branding a {
	color:#ccc;
	transition:0.3s ease;
	font-size:1em;
}

.branding a:hover {
	text-decoration: none;
	color:#c9c9c9;
}


/* Blog */

.blog-title {
	background-color:#15B6A3;
	padding:15px;
	font-size:2em;
	color:white;
}

.back-link a {
	color:#15B6A3;
}

/* Buttons */

.btn-default {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#eb3e44;
	border-color:#eb3e44;
	color:#fff;
	text-transform: uppercase;
	transition:0.3s ease;
	padding:10px 20px;
	font-size:1.5em;

}

.btn-default:hover {
	background-color:#CA2A3D;
	color:#ededed;
	border-color:#CA2A3D;
	cursor:pointer;
}

a.btn.btn-default.more-dates {
	float:right;
	margin-top:0px;
}

.btn-default.light {
	background-color:#a1d8cf;
	color:#525252;
	border-color:#a1d8cf;
	font-size:1.3em;
}

.btn-default:hover.light {
	background-color:#AAF2E5;
	border-color:#AAF2E5;
}

.open>.dropdown-toggle.btn-default {
	background-color:#AAF2E5;
	border-color:#AAF2E5;
	color:#525252;
}

.btn-default.dark {
	font-size:1.3em;
}

.d2b .btn-default {
	margin-top:100px;
	font-weight:300;
	font-size:1.3em;
	letter-spacing:2px;
}

#contact h1 {
	padding-bottom:50px;
}

#contact .btn-other {
	background-color:#ce373c;
	color:#fff;
	transition:0.3s ease;
	font-size:1.3em;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#contact .btn-other:hover {

}


/* Modal */

#btn-close-modal {
    width:100%;
    text-align: right;
    cursor:pointer;
    color:#fff;
    padding:20px 20px 0 0;
}

.icon-circle-cross {
	font-size:4em;
 }

.modal-content {
	border:none;
	box-shadow:none;
	background-color:transparent;
	color:#fff;
	font-size:1em;
}

.modal-content p {
	text-align:left;
}

.modal-backdrop.in {
	opacity:.85;
}

.modal-header .close {
	color:white;
	opacity:1;
}


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.hero-img {
		height:90vh;
	}

	h2.tour-title {
		font-size:2.5em;
		padding:20px 15px 20px 15px;
	}
	.about {
		height:auto;
		background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		padding-top:50px;
		padding-bottom:50px;
	}
	.about p {
		font-size:1.5em;
		line-height:1.5;
	}
	h2.video-title {
		font-size:2.5em;
		text-align:center;
	}
	 #columns[data-columns]::before {
        content: '2 .col-sm-6';
    }
    .ad .flex {
		display:flex;
		flex-direction:row;
		align-items:center;
		align-content:center;
	}
    .store h1 {
		font-size:3em;
	}
	#contact h4 {
		font-size:1.8em;
	}
	.store .circle-logo {
		margin-top:-40px;
	}
	.img-circle {
		margin-top:0px;
	}
	.logo-phrase-left {
		padding-right:45px;
		background-color:#fff;
		z-index:1;
	}
	.logo-phrase-right {
		padding-left:45px;
		background-color:#fff;
		z-index:1;
	}
	#contact .btn-other {
		font-size:1.3em;
	}
	.modal-content {
		font-size:1.4em;
	}
	.modal-content p {
		text-align:justify;
	}
	.about .mobile-push {
		margin-top:0px;
		padding-bottom:0px;
	}
	.music .tab-pane .flex {
		display:flex;
		flex-direction:row;
		align-items:center;
		align-content:center;
	}
	.music .tab-pane .flex .item {
		flex-grow:1;
	}
	.music .nav-pills > li  {
		border-right:5px solid #fff;
		border-left:5px solid #fff;
		margin:0;
		width:30%;
		height:50px;
	}
	.music .nav-pills > li:last-child {
		font-size:0.6em;
		text-align:left;
		padding-left:10px;
		height:50px;
		line-height:50px;
		color:#fff;
	}
	.music .nav-pills > li > a {
		padding:15px 50px;
		width:auto;
		font-size:0.9em;
	}
	.music .tab-pane .tracks ul {
		text-align:left;
	}
	.music .tab-content {
		padding:100px 0;
	}
	.tweet {
		display:flex;
		flex-direction:row;
		align-items:center;
		align-content:center;
	}
	.instahead h1 {
		font-size:36px;
		padding-top:0;
	}
	.instahead {
		color:white;
		background:url(assets/insta-bkg.jpg) no-repeat center top;
		padding:50px 0;
		background-size:contain;
		-webkit-background-size:contain;
		-moz-background-size:contain;
	}
	.menu ul.list-inline > li > a {
		color:rgba(255,255,255,0.5);
		transition: 0.3s ease;
		font-size:1.5em;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.hero-img {
		height:90vh;
	}

	h2.tour-title {
		font-size:3em;
		padding:25px 20px 25px 20px;
	}
	h2.about-title {
		font-size:3em;
	}
	#columns[data-columns]::before {
        content: '3 .col-md-4';
    }
    .store h1 {
		font-size:4em;
	}
	.store .circle-logo {
		margin-top:-50px;
	}
	#contact .btn-other {
		font-size:1.8em;
	}
	.modal-content {
		font-size:1.6em;
	}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

	.hero-img {
		height:90vh
	}
	.store .circle-logo {
		margin-top:-90px;
	}

}

