/* remove white line above footer*/
#footer {
border-top: none;
padding-bottom: 1px;
padding-top: 20px;
}

/* page background */
#supersized_overlay {
background-image: url('//dieselmusic.com.au/wp-content/uploads/2016/07/diesel-wall-guitar-3p.jpg');
/* old background: http://dieselmusic.com.au/wp-content/uploads/2014/10/diesel-bg3.jpg */
background-size: cover;
background-repeat: no-repeat;
background-position: left top;
}

/* remove background stripes
#supersized_overlay {
background: none !important;
} */


/* 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;
}

/* Change text on menu close button */
/* #menu_close {
background: #e64946;
color: #fff !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;
/* padding: 0; */
line-height: 0;
vertical-align: middle;
}


/* Style mailchimp form in footer
#mc4wp_email {
height: 20px;
width: 150px;
margin-right: 5px;
} */


/* Size the box around mailchimp form 
.mailchimp-form-custom {
width: 47%;
float: left;
text-align: left;
margin-top: 5px;
} */

/* Size the mailchimp button 
div.mailchimp-form-custom > input.mailchimp-field-button {
padding: 2px 10px;
margin-top: 5px;
} */

/* 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;
}
}

@media only screen and (max-width: 767px) {

/* Increase space for logo */
.logo_wrapper {
width: 65%;
height: 50px;
}

/* Change header background color */

#menu_wrapper {
background: rgba(255,255,255,.9) !important;
}

/* Increase size of logo */
.logo_wrapper img {
max-width: none !important;
max-height: none !important;
position: relative;
top: -66px;
left: -10px;
}

/* Move Nav menu down */
#nav_wrapper {
float: right !important;
top: 25px;
position: relative;
margin-right: 15px !important;
}

}

/* 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: #edeff0;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  .home .logo_wrapper img {
    max-width: none;
  }
}

/* removing duplicate info in footer */
#copyright{
  display:none !important;
}