/* remove white line above footer*/
#footer {
border-top: none;
padding-bottom: 1px;
padding-top: 20px;
}

/* page background */
#supersized_overlay {
background-size: cover;
background-repeat: no-repeat;
background-position: left 68% top;
}

ul#main_menu {
  width: 100%;
}

@media (min-width: 599px) {
  #supersized_overlay {
  	background-position: left 58% top;
  }
}

@media (min-width: 1080px) {
  #supersized_overlay {
  	background-position: left top;
  }
}

/* Make background image disappear in the portfolio */
.single-portfolios #supersized {
background: #ddd;
}

/* change line to dotted - increase margin*/
.footer_bar {
border-top: 1px dotted #fff;
margin: 0 28px 0 28px;
padding: 1px 0 20px 0;
}

/*portfolio background*/
.single-portfolios #supersized {
background: #ffffff;
}

/* Hide post dates on events */
.single-events .post_date {
display: none;
}

/*read more button smaller*/
a.button {
padding: 2px;
}

/* Make all links red */

a {
/* color: #E64946 !important; */
}

a:hover {
/* color: #777 !important; */
}

/* Hide post details */
.post_header .post_detail, .recent_post_detail {
display: none;
}

/* No border on Footer */
#footer {
border-top: none;
}

/* Add space below post date and header */
.post_date {
margin-bottom: 20px;
height: 70px;
}

/* Make tour dates heading narrower */
.page-id-322 #page_content_wrapper > div.inner > div > div.sidebar_content.full_width > table > tbody > tr:nth-child(3) > td:nth-child(6) {
width: 20px;
}

/* audio player on homepage hide */
.home .page_audio {
display:none;
}

/* Style background of audio player */
.mejs-container .mejs-controls {
background: #000 !important;
}

/* Make fly over button on albums disappear */
.mask .button {
display: none;
}

/* Remove date on portfolios */
.single-portfolios .post_date {
display: none;
}

/* Hide search icon down bottom left */
.page_control_static {
display: none;
}

/* Hide page title on Shows page */
#page_caption {
display: none;
}

/*remove hr at bottom of post*/
#page_content_wrapper > div.inner > div > div.sidebar_content > hr {
display: none;
}

/* Remove Subscribe from Shows page */
.page-id-322 #mc_embed_signup form {
display: none;
}

/* Copywright styling */
#copyright {
width: 33%;
}

/* STyle mailchimp form as table */
#mc-embedded-subscribe-form {
display: table-row;
}

/* Move mailchimp form down */
.mailchimp-form-custom {
margin-top: 5px;
display: inline-block;
width: 47%;
}

/* Style mailchimp subscribe field */
#mc-embedded-subscribe-form > div.mc-field-group {
display: table-cell;
margin: 0;
padding: 0;
line-height: 0;
vertical-align: middle;
}

/* fix width of mailchimp field height */
#mce-EMAIL {
height: 20px;
}

/* Style mailchimp subscribe button */
#mc-embedded-subscribe-form > div.mailchimp-button-box.clear {
display: table-cell;
padding-left: 5px;
margin: 0;
line-height: 0;
vertical-align: middle;
}

/* new mailchimp test butoon */
input[type=submit], input[type=button], a.button {
border: 1px solid #ffffff;
padding: 2px 10px;
margin-top: 0;
float: right;
} 

/* Reduce size of social buttons box in footer */
.social_wrapper {
width: 18%;
display: inline-block;
}

@media only screen and (max-width: 960px) {
  /* Fix contact page in mobile format */
  .page-id-11 .one_half {
  	float: none;
  }
}

/* Change header background color */

#menu_wrapper {
	background: rgba(255,255,255,.9);
}

/* Move Nav menu down */
#nav_wrapper {
	float: right;
	top: 8px;
	position: relative;
}

/* EVENT TOUR DATES VIEW CSS */
/* Style header of table */
.page-id-322 table thead tr {
text-align: left;
font-weight: bold;
font-size: larger;
}

.page-id-322 table > tbody > tr > td {
padding-bottom: 10px;
vertical-align: middle;
}

/* Reduce size of buttons on events table */
.page-id-322 .button {
padding: 1px 12px !important;
}

/* border underneath headings */
#tour-table > thead > tr > th {
border-bottom: 1px solid #666;
}

@media only screen and (min-width: 480px) {
  #tour-table-mobile {
  	display: none;
  }
}

@media only screen and (max-width: 480px) {
  #tour-table {
  	display: none;
  }
}

/*contact form fix email input*/
#wpcf7-f298-p11-o1 > form > p:nth-child(3) > span > input {
padding: 6px;
font-size: 13px;
font-family: Helvetica, Arial,Verdana,sans-serif;
margin: 0;
background: rgba(0,0,0,.5);
border: 0;
color: #fff;
border: 2px solid #fff;
}

/*hide border line for footer*/
#footer {
border-top: 0px solid #000;
}

body {
  background-color: #fff;
}

.logo_wrapper img {
	display: block;
	height: auto;
}

#menu_wrapper {
  box-sizing: border-box;
  padding: 10px 17px 7px 17px;
}

#menu_close {
  left: 0;
}

#custom_logo {
	position: relative;
	left: -250px;
}

#menu_close {
	left: -200px;
}

.nav li ul li a {
  color: #fff;
  padding: 8px 15px 6px 15px;
}

.nav li ul li:hover a {
  color: #fff;
}

@media (min-width: 768px) {
  #nav_wrapper {
    float: none;
  }
  
	#menu_wrapper {
		background: transparent;
		padding-left: 0;
		float:none;
	}
	
	#menu_close {
		padding: 8px 15px 8px 17px;
		margin-top: 0;
	}
}

/* removing duplicate info in footer */
#copyright{
  display:none !important;
}