/*
    Theme Name: Pretty Lights Music New Theme
    Tags:
*/

body {
	font-family: "Gotham", "Helvetica Neue", "Arial", sans-serif;
	background: #000 url("assets/img/page-back.jpg") no-repeat center 80px;
	background-size: cover;
	background-attachment: fixed;
}
select.country_combo
{
width:200px;
}

	::-moz-selection {
    	background-color: #e5e5e5;
	}

    ::selection {
        background-color: #e5e5e5;
    }

    td {
    	color: #fff;
    	border-bottom: 1px solid #ccc;
    }

	a, 
	a:before;
	input, 
	img,
	i {
	    transition: all 0.3s ease-in-out;		
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	}

		a:focus,
		input:focus,
		textarea:focus,
		select:focus,
		button:focus {
		    outline: none;
		    text-decoration: none;
		}

		a::-moz-focus-inner,
		input::-moz-focus-inner,
		textarea::-moz-focus-inner,
		select::-moz-focus-inner {
		    border: 0;
		}

	iframe {
		float: left;
		margin: 0 30px 15px 0;
	}

	.img-responsive {
		display: inline-block;
	}

	.img-pull-left {
		float: left;
		margin: 0 30px 15px 0;
	}
	.img-pull-right {
    float: right;
    margin: 0 0 15px 30px;
}
.iframeContent-left
{
width:50%;
float:left;
margin: 0 30px 15px 0;
}
.iframeContent-right
{
width:50%;
float:right;
 margin: 0 0 15px 30px;
}

.navbar {
	/*background:#000;*/
	border-radius: 0;
	border: 0;
	display: none;
}	

	.navbar-toggle {
		position: absolute;
		top: 24px;
		right: -10px;
		background: #000;
	}

		.navbar-toggle .icon-bar {
			background-color: #fff;
		}

	.navbar,
	.navbar-collapse {
		margin: 0;
		padding: 0;
		box-shadow: none;
	}

	.mobile-nav {
		width: 100%;
		margin: 100px 0 0 0;
		padding: 0;
		background: #000;
	}

		.mobile-nav li {
			list-style-type: none;
			display: inline-block;
			width: 15.4%;
			font-size: 24px;
			text-align: center;
		}

			.mobile-nav li.social-lnk {
				font-size: 14px;
			}

		.mobile-nav a {
			color: #fff;
			padding: 10px 10px 10px 10px;
			display: block;
		}

		.mobile-nav a:hover {
			background: #ddd;
			color: #848484;
			text-decoration: none;
		}	

header {
	position: fixed;
	width: 100%;
	z-index: 999;	
	top: 0;
	left: 0;
}

.header {
	background: #000 url("assets/img/header-back.png") repeat-x center center;
	height: 87px;	
}

.header .container {
	position: relative;

}

	.logo {
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 999;
	}

	.external-nav {
		text-align: center;
		margin: 5px 0 0 0;
		padding: 0;
	}

		.external-nav li {
			display: inline-block;
			list-style-type: none;
			margin: 0 15px 0 15px;
		}

	.social-nav {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 2px;
		right: 0px;
	}

		.social-nav li {
			display: inline-block;
			list-style-type: none;
			margin-left: 0px;
			font-size: 10px;
		}

		.social-nav a {
			color: #848484;
		}

		.social-nav a:hover,
		.social-nav a:focus {
			color: #eee;
			text-decoration: none;
		}

	.mailing-form {
		margin: 0;
		padding: 0;
		text-align: left;
	}

		.mailing-form li {
			display: inline-block;
		}

		.mail-text-field {
			height: 20px;
			border: 0;
			font-size: 12px;
			font-weight: bold;
			padding: 0 5px 0 5px;
			margin-left: 10px;
			border: 0!important;
			border-radius: 0!important;
		}

		.mail-dropdown-field {
			width: 90px;
			border: 0!important;
			border-radius: 0!important;
		}

		.mail-button {
			border: 0!important;
			border-radius: 0!important;
			margin: 0!important;
			background: url("assets/img/plugin-button-back.png") no-repeat top left;
			width: 108px!important;
			height: 20px;
			text-align: right;
			font-size: 12px;
			line-height: 12px;
			font-weight: bold;
			color: #836369;
		}

			.mail-button:hover {
				color: #eee;
			}

		label {
			color: #ccc;
		}
		
		.form-text-field {
			color: #000;
			background: #fff;
			border: 0;
			font-size: 14px;
			font-weight: bold;
			padding: 7px;
			width: 100%;
		}

		.form-textarea-field {
			color: #000;
			background: #fff;
			border: 0;
			font-size: 14px;
			font-weight: bold;
			padding: 7px;
			height: 180px;
			width: 100%;
		}

		.wpcf7-submit {
			border: 0;
			background: url("assets/img/contact-button-back.png") repeat top left;
			color: #fff;
			padding: 7px 35px 7px 35px;
			margin-right: 0;
			font-weight: bold;
		}

		.wpcf7-response-output {
			border-color: #999!important;
			padding: 21px!important;
			color: #fff!important;
			margin: 15px 0 0 0!important;
			font-style: italic;
		}

.body {

}

.content {
	width: 768px;
	margin: 0 auto;
	padding: 200px 0 300px 0;
}

	.content h1 {
		color: #fff;
		font-weight: 300;
		font-size: 36px;
		line-height: 46px;
		margin: 0 0 15px 0;
	}

		.wolf-show-date{
			font-size: 16px!important;
			line-height: 35px!important;
			font-weight: bold;
		}

		.wolf-show-date {
			width: 20%!important;
		}
		.wolf-tour-dates table a {
			font-size: 15px;
		}
		td.wolf-show-entry strong {
			font-size: 15px;
		}

	.content .contact_content h2
	{
	margin: 0 0 5px 0;
	}
	.content h2 {
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		padding: 8px 10px 8px 10px;
		margin: 0 0 30px 0;
		letter-spacing: 1px;
	}

		.content h2 a:hover,
		.content h2 a:focus {
			color: #eee;
			text-decoration: none;
		}

	.content h3 {
		font-size: 24px;
		line-height: 32px;
		color: #fff;
		margin: 0 0 15px 0;
	}

	.content h4,
	.wolf-show-entry,
	.wolf-show-venue {
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		margin: 0 0 15px 0;
	}

		.wolf-show-entry {
			background: transparent;
			padding: 0;
			font-weight: bold;
		}

	.content h5 {
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		margin: 0 0 15px 0;
		min-height: 75px;
	}
	.content
	{
		color: #7e7e7e;
	}
	.content p {
		color: #7e7e7e;
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 15px 0;
	}


	.content a {
		color: #fff;
		font-weight: bold;
	}

	.content hr {
		border-color: #666;
		margin: 15px 0 30px 0;
	}

	.button-lg,
	.wolf-show-ticket-button {
		background: url("assets/img/buy-button-back.png") repeat top left;
		display: block;
		text-align: center;
		font-weight: bold;
		padding: 15px 0 15px 0;
		font-size: 14px;
	}

		.button-lg:hover,
		.button-lg:focus,
		.wolf-show-ticket-button:focus,
		.wolf-show-ticket-button:hover {
			text-decoration: none;
			color: #eee;
		}

	.button-sm {
		font-size: 12px;
		padding: 10px 0 10px 0;
	}

	.button-m {
		background: url("assets/img/contact-button-back.png") repeat top left;
		display: block;
		text-align: center;
		font-weight: bold;
		padding: 5px 0 5px 0;
		font-size: 11px;
		line-height: 11px;
	}

		.button-m:hover,
		.button-m:focus {
			text-decoration: none;
			color: #eee;
		}

	.row-photo {
		margin: 0;
	}

	.row-photo .col {
		padding: 0;
	}

	.row-tour-dates {
		margin-bottom: 10px;
	}

	.row-buttons .col-xs-6:first-child {
		padding: 0 5px 0 15px;
	}

	.row-buttons .col-xs-6 {
		padding: 0 15px 0 10px;
	}

	.row-music {
		margin-bottom: 30px;
	}

.post-cont {
	margin-bottom: 60px;
}
.post-cont:last-child {
	margin-bottom: 30px;
}

	p.meta {
		margin: 0;
		text-transform: uppercase;
		color: #494949;
		font-weight: bold;
	}

	.post-cont-video h2 {
		background: url("assets/img/video-head-back.png") repeat top left;
	}

	.post-cont-photo h2 {
		background: url("assets/img/photo-head-back.png") repeat top left;
	}

	.post-cont-music h2,
	.post-cont-music .title {
		background: url("assets/img/music-head-back.png") repeat top left;
		padding: 8px 10px 8px 10px;
	}	

	.post-cont-update h2,
	.post-cont-update .title {
		background: url("assets/img/post-head-back.png") repeat top left;
		padding: 8px 10px 8px 10px;
	}

	.post-cont-tour h2,
	.post-cont-tour .title {
		background: url("assets/img/tour-head-back.png") repeat top left;
		padding: 8px 10px 8px 10px;
	}

.contact p {
	margin: 0;
}

	.contact-btn {
		background: url("assets/img/contact-button-back.png") no-repeat top left;
		width: 188px;
		height: 28px;
		display: inline-block;
		color: #fff;
		text-align: left;
		padding-top: 4px;
		padding-left: 10px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.contact-btn:hover {
		text-decoration: none;
		color: #eee;
	}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

footer {
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
}

.footer {
	text-align: center;
	/*background: url("assets/img/footer-back.png") repeat-x center center;*/
	background:#000;
	height: 44px;
	padding-top: 2px;
	color: #fff;
}

	.footer .social-nav {
		position: static;
	
	}

	.footer li {
		margin: 0 5px 2px 5px;
		font-size: 12px;
	}

	.footer li a {
		color: #fff;		
	}
	.footer .footer_link li {
    display: inline-block;
    font-size: 10px;
    list-style-type: none;
    margin-left: 0;
}
.footer_link { position: static; margin:0px 0px 10px 0px; padding:0px;}

	.footer li a:hover,
	.footer li a:focus {
		color: #3c5973;
		text-decoration: none;
	}

	.footer p {
		text-transform: uppercase;
		font-size: 11px;
	}

	body.page-id-15 .content {
		width: 100%;
	}

	a.custom_button.wolf-show-ticket-button.vip_link, .tour_vip_link {
		background: none !important;
		display: inline-block !important;
		vertical-align: top;
		font-size: 0 !important;
		width: 30px !important;
		height: 41px !important;
		padding: 0 !important;
		margin: 0 auto !important;
		background: url('assets/img/vip.png') center center no-repeat !important;
	}
	a.wolf-show-ticket-button.ticket_link, .tour_tickets {
		background: none !important;
		display: inline-block !important;
		vertical-align: top;
		font-size: 0 !important;
		width: 70px !important;
		height: 41px !important;
		padding: 0 !important;
		margin: 0 auto !important;
		background: url('assets/img/ticket.png') center center no-repeat !important;
	}
	a.custom_button.wolf-show-ticket-button.hotel_link, .tour_hotel_link {
		background: none !important;
		display: inline-block !important;
		vertical-align: top;
		font-size: 0 !important;
		width: 40px !important;
		height: 41px !important;
		padding: 0 !important;
		margin: 0 auto !important;
		background: url('assets/img/hotel.png') center center no-repeat !important;
	}
	.wolf-show-ticket-button.sold_out_icon, .sold_out_item {
		background: none !important;
		display: inline-block !important;
		vertical-align: top;
		font-size: 0 !important;
		width: 70px !important;
		height: 41px !important;
		padding: 0 !important;
		margin: 0 auto !important;
		background: url('assets/img/sold-out.png') center center no-repeat !important;
	}
	.tour_hotel_link, .tour_tickets, .tour_vip_link {
		vertical-align: middle !important;
		margin-right: 8px !important;
	}
	.tour_hotel_link:hover, .tour_tickets:hover, .tour_vip_link:hover {
		opacity: .8;
	}
	.single hr.post-divider {
		display: none;
	}

@media (max-width: 960px) {

	body {
		background: #000 url("assets/img/page-back.jpg") no-repeat center 280px;
		background-size: cover;
		background-attachment: fixed;
	}

	.content {
		width: 100%;
	}

	.external-nav,
	.header .social-nav {
		display: none;
	}

	.navbar {
		display: block;
	}
}

@media (max-width: 768px) {

	body {
		background: #000 url("assets/img/page-back.jpg") no-repeat center 80px;
		background-size: cover;
		background-attachment: fixed;
	}

	.mailing-form {
		text-align: left;
	}

		.mailing-form li {
			width: 20%;
		}

		.mail-text-field,select.country_combo {
			width: 90%;
			margin: 0 10px 0 0;
		}

	.row-buttons {
		width: 206px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.row-music {
		margin-bottom: 0;
	}

	.content h5 {
		min-height: auto;
	}
	.navbar
	{
	 position: absolute;
    right: 0;
    top: 0;
	}
}
@media only screen and (max-device-width: 480px) {
.iframeContent-left {
    width: 100%;
     float: none; 
     margin: 0px; 
	}
	.mailing-form li {
			width:100%;
			display:block;
			 padding: 5px;
			 
		}
		
	.mobile-nav {
    background: #000 none repeat scroll 0 0;
    margin: 80px 0 0;
    padding: 0;
    width: 100%;
}
	.img-pull-right,.img-pull-left
	{
		float:none;
		
		margin:0px;
	}
	body
	{
	background: #000 !important;
	background-size: cover;
	background-attachment: fixed;
	}

	}

/** custom plugin navigation styles **/

.pagination {
    clear: both;
    padding: 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    margin: -30px auto 0;
    display: block;
    text-align: center;
}
 
.pagination span, .pagination a {
    display: inline-block;
    float: none;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.pagination a:hover{
	color:#fff;
	background: #3279BB;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB;
	color:#fff;
}

/** temporary styles **/
a.more-info { display:none;}
div.form_heading
{ color:#666666;}
div.form_heading p
{
font-size:12px;
}
div.form_heading h3
{
font-size:18x;
font-weight:bold;
}


.wolf-show-icons .wolf-show-flyer:before {
    display: none;
}
.wolf-show-icons .wolf-show-flyer {
    display: none !important;
}
span.sold_single {
    color: transparent;
    display: inline-block !important;
    vertical-align: top;
    font-size: 0 !important;
    width: 70px !important;
    height: 41px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    background: url('assets/img/sold-out.png') center center no-repeat !important;
}



<!-- Begin MailChimp Signup Form -->

#mc_embed_signup {
	clear:left; 
	font:14px Helvetica,Arial,sans-serif; 
	margin: 5px 5px 0 5px !important;
}

#mce-EMAIL {	width:50%;
		height:40px;
	}
	
#mce-MMERGE19 {	width:25%;
		height:40px;
	}

#mc-embedded-subscribe { width:25%;
			height: 40px;
	}

select.country_combo2
{
width:200px;
height:40px;
margin: 5px 5px 0 5px !important;
}

.mc-h2 {
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		padding: 8px 10px 8px 0px;
		margin: 0 0 30px 0;
		letter-spacing: 1px;
	}
.mc-field-group {
		padding: 8px 10px 8px 0px;
	}

<!--End mc_embed_signup-->