/*
Theme Name: HSB
Author: jon luini
Author URI: http://chimeinteractive.com/
Description: Theme for HSB 
Version: 1.1
*/
html, body { overflow-x: hidden; }
body {
  padding: 0; margin: 0rem 0 0 0;
  font-family: Lato,helvetica,arial,sans-serif; /* 'Merriweather',georgia,serif; */
  color: #171e3e;
  /* background: #cdb697 url(images/bg-plaingrunge.jpg) repeat-y center top; */
  /* background: #f5d19b; */
  background: #171e3e;
  text-align: center;
  font-size: 16px;
  /*
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  */
  transition: all 0.3s;
}

strong, b { font-weight: 900; }

a { color: #171e3e; /*#4d2e37;*/ }
a:hover { color: #f1f6d8; }

#container {
  margin: auto;
  text-align: left;
  height: 100%;
  line-height: 1.5em;
}
#container > .page { margin: 0 auto; background: #f5d19b; min-height: 100vh; } 
body.page-info #container > .page { margin: 0 auto 60px auto; }

.main_image img { width: 100%; height: auto; }

#container { max-width: 75rem; margin: auto; }
/* #container { border-left: 1px solid; border-right: 1px solid; min-height: 100%; } */

/* MOBILE DEFAULTS; OTHER BREAKPOINTS BELOW */
.page > .inside { padding: 112px 10px 0 10px; }
body.nav-compressed .page > .inside { padding-top: 73px; }
/* body .page > .inside { padding-top: 122px; /* 110px; */ }
body.home .inside .content { padding-top: 180px; }
body.page-memoriam .page > .inside { max-width: 60rem; }
body.page-mailinglist .page > .inside { max-width: 60rem; }
body.single-headlines .page > .inside,
body.page-home .page > .inside { padding-left: 0; padding-right: 0; }
body.page-home .page > .inside { width: initial; }
#nav_container {
  margin: auto;
  background-color: #171e3e;
  /* height: 135px; */
  transition: all 0.3s;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
}
/* #nav_container.compressed { height: 50px; } */
#nav_container > .inside { margin: 0 auto; }
#nav .home a {
  display: block;
  float: left;
  background: url(images/nav-logo-hsb.png) no-repeat;
  width: 193px;
  height: 49px;
  text-indent: -999em;
  margin-top: 1.25rem;
}
#nav {
  font-family: 'Bernard MT Condensed', 'Oswald', 'sans-serif'; 
  font-size: 1.06rem;
  font-style: normal;
  font-weight: 400;
  color: #f47c2f;
  text-transform: uppercase;
  margin: auto;
}
#nav .nav { float: left; }
#nav .nav a:first { margin-left: 0; }
#nav .nav a:last { margin-right: 0; }
#nav .nav a {
  padding: 35px 5px 0 5px;
  display: block;
  width: auto;
  margin: 0 5px;
  color: #f47c2f;
  text-decoration: none;
}

#nav .date { display: none; }

#nav .social {
  float: right;
  z-index: 2;
  position: relative;
  transition: all 0.3s;
}
#nav .social a { display: inline; margin: 0; padding: 0; color: #f47c2f; }

body.single-headlines h1.logo,
body.home h1.peacelogo,
body.home h1.logo {  display: none; }

body.home .medley-text { 
  text-align: center;
  width: 70%;
  margin: auto;
  padding-top: 20px;
}

.type-headlines h1 { font-size: 32px; margin: 20px 0 0 0; padding: 0; }

body.home .gramophone {
  top: -55px;
  margin-top: 0;
}
.gramophone {
  background: url(images/gramophone.png) no-repeat;
  background-size: cover;
  width: 23%;
  height: 0;
  padding-top: calc(130% * .23);
  position: relative;
  left: 50%;
  margin-left: -9%;
  margin-top: 10px;
}

body.home .peacesign {
  top: -55px;
  margin-top: 0;
}
.peacesign {
  background: url(images/peace_sign-550.png?t=6) no-repeat;
  background-size: contain;
  width: 30vw;
  height: 30vw;
  position: relative;
  margin: auto;
}


.announce-menu {
  text-align: center;
  margin: 30px auto;
}
.announce-menu .item { display: inline-block; }
.announce-menu .item .icon { display: block; font-size: 70px; }
.announce-menu .item .text { display: block; padding: 12px 10px; font-size: 16px; line-height: 1.2em; font-weight: bold; margin: 10px; background-color: #171e3e; }
.announce-menu .item a { color: #171e3e; /*#f47c2f;*/ text-decoration: none; }
.announce-menu .item a .text { color: #fff; }
.announce-menu .item a:hover .text { color: #f47c2f; }
.announce-menu .item a:hover .icon { color: #f47c2f; }

#header { padding-top: 30px; }

#fb_icon a {
  display: block;
  text-indent: -999em;
  background: url(images/icon-fb.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
}
#twitter_icon a {
  display: block;
  text-indent: -999em;
  background: url(images/icon-twitter.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
}
#instagram_icon a {
  display: block;
  text-indent: -999em;
  background: url(images/icon-instagram.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
}
#spotify_icon a {
  display: block;
  text-indent: -999em;
  background: url(images/icon-spotify.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
}

.line { border-top: 1px solid #f47c2f; margin-top: 20px; margin-bottom: 20px; height: 1px; }

#header #nav { padding-left: 5px; display: table; }
#header #nav a { margin: 0; padding: 10px 13px; }
body.page-home #header #nav a { padding: 10px 16px; }
body.page-webcast #nav .webcast a,
body.page-merch #nav .merch a,
body.page-mailinglist #nav .mailinglist a,
body.page-vendor #nav .vendor a,
body.page-home #nav .home a,
body.page-info #nav .info a,
body.page-mobile #nav .mobile a,
body.page-vendors #nav .eat-and-drink a,
body.page-schedule #nav .schedule a,
body.page-volunteer #nav .volunteer a,
body.page-memoriam #nav .memoriam a,
body.page-archives #nav .archives a,
body.page-friday #nav .editorial a,
body.page-saturday #nav .editorial a,
body.page-sunday #nav .editorial a,
body.page-editorial #nav .editorial a,
#nav a:hover {
  color: #f1f6d8;
  position: relative;
}
#nav ul.nav { list-style-type: none; padding: 0; margin: 0; }
#nav .menu-item { list-style-type: none; padding: 0; margin: 0; display: table-cell; }

#nav a .arrow { display: none; }
/*
#nav a:hover .arrow { display: block; } 
body.page_webcast #nav .webcast a .arrow,
body.page_merch #nav .merch a .arrow,
body.page_mailinglist #nav .mailinglist a .arrow,
body.page_vendor #nav .vendor a .arrow,
body.page_info #nav .info a .arrow,
body.page_memoriam #nav .memoriam a .arrow { display: block; }
*/

.clear { clear: both; }
.page>.content { margin: 160px auto 0 auto; padding: 10px 35px; min-height: 740px; }

h1 {
  font-weight: normal;
  font: bold 46px 'Bernard MT Condensed','Oswald',sans-serif;
  color: #171e3e;
}
h1.big { font-size: 4em; }
h2 { color: #171e3e; font: bold 2.5rem 'Bernard MT Condensed','Oswald',serif; margin: 1rem 0; }
h3 { color: #171e3e; font: bold 2rem 'Bernard MT Condensed','Oswald',serif; }

/* .clearfix { display: inline-block; } */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.featured_item { text-align: left; }
.featured_item .thumb { float: left; width: 170px; margin-right: 20px; }
.featured_item .details { float: left; width: 500px; font-size: 14px; line-height: 1.6em; }
.featured_item .details h3 {
  color: #CC3E07;
  font: 32px 'Oswald',sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1em;
}
.featured_item .biglink {
  background-color: #BB171F;
  padding: 7px;
  text-transform: uppercase;
  font: 14px 'Oswald',sans-serif;
  float: left;
  margin: 10px 0;
}
.featured_item .biglink a { color: #f47c2f; text-decoration: none; }

.std_item_hdr { font: normal 14px 'Oswald'; }
.std_item { text-align: left; }
.std_item .thumb { float: left; width: 125px; margin-right: 10px; }
.std_item .details { float: left; width: 685px; font-size: 12px; }
h2.header,
.std_item .details h3 {
  /* color: #4d2e37;  /* #CC3E07; */
  font: bold 40px 'Bernard MT Condensed','Oswald',serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1em;
}

#past_nav { padding-bottom: 20px; }
#past_nav .left { float: left; width: 570px }
#past_nav .right { float: left; width: 292px; text-align: right; }
#social_block { float: left; width: 635px; }
#credit {
  float: right;
}
#credit a {
  display: block;
  width: 168px;
  background: url(images/site-by-chime.png) no-repeat;
  text-indent: -999em;
}
.next_round { font-size: 13px; padding-top: 10px; }

dl.lineup { font: 17px oswald,sans-serif; } 
dl.lineup dt {
  font-weight: normal;
  font-size: 20px;
}
dl.lineup dd { margin: 0; /* opacity: 0.6; */  }
dl.lineup dd:after { content: " *"; }
dl.lineup dd.declined:after, .bandnames span.declined:after { content: " (not streaming)"; font-size: 13px; }
dl.lineup dd.confirmed, .bandnames span.confirmed { opacity: 1.0; }
dl.lineup dd.confirmed:after, .bandnames span.confirmed:after { content: ""; }
dl.lineup dd .time { color: #865d4c; } 

.streaming_credit {
  padding: 10px 0;
  font: 13px oswald,sans-serif;
}
.stc { font-size: 12px; }

.bandnames {
  	font: 15px oswald,sans-serif;
	padding-top: 10px; 
	text-align: center;
}

.roster_list a { text-decoration: none; padding: 2px; }
.roster_list span:nth-child(odd) a:hover, .roster_list span:nth-child(even) a:hover { text-decoration: none; background: #000; color: #EFE2CE; }
.roster_list span:nth-child(odd) a, .roster_list span:nth-child(odd) { font: 18px arial; color: #3E0F00; }
.roster_list span:nth-child(even)  a, .roster_list span:nth-child(even)  { font: 18px georgia; color: #9E0F00; }
/*
#roster .odd a:hover, #roster .even a:hover { text-decoration: none; background: #000; color: #EFE2CE; }
#roster .odd a, #roster .odd { font: 18px arial; color: #3E0F00; }
#roster .even a, #roster .even { font: 18px georgia; color: #9E0F00; }
*/

/* SCHEDULE PAGE */
.schedule_options { margin: 0 auto; width: 12em; }
.schedule_options a {
  display: block;
  /* cursor: pointer; */
  background: #171e3e;
  color: #ffcc99;
  font: normal 19px 'Bernard MT Condensed';
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}
.schedule_options .byday,
.schedule_options .alpha,
.schedule_options .grid,
.schedule_options .poster { width: 10em; display: inline-block; margin: 0.2em 1em; }
.page-schedule .content .nk-awb.by_day { display: none; }
.schedule_by_day h2 { text-align: center; }
.schedule_by_names img { max-width: 100%; height: auto; }

.schedule_options a:hover,
.schedule_options .opt.selected a {
  background: #f47c2f;
  color: #ffcc99;
}

/* HOME PAGE MEDLEY LINKS */
.home .medley_links {
  display: block;
  align-content: flex-end;
  justify-content: center;
}
.home .medley_links .medley {
  float: none;
  height: auto;
  width: auto;
  margin: 0 0 10px 0;
  flex: 0 1 auto;
}
.home .medley_links .medley a {
  display: block;
  font: 25px 'Bernard MT Condensed',Lato,arial,sans-serif;
  background-color: #f47c2f;
  border-radius: 26px 0 0 26px;
  padding: 12px 0;
  color: #f1f6d8;
  text-align: left;
  position: relative;
}
.home .medley_links .medley a span {
  background: url(images/play-50.png) no-repeat;
  background-position: 7px center;
  background-size: 40px 40px;
  padding: 10px 15px 10px 60px;
}

/* ARTISTS BOX: START */
.artists, .medleys { margin: 50px auto 20px auto; max-width: 1080px; }
.artists .artist_box, .medley {
  width: 100vw;
  margin: 0 0px 40px 0px;
  text-transform: uppercase;
  color: #4d2e37;
}

.artists .artist_box .inside .pic-content { /* cursor: pointer; */  transition: all 0.3s; }
/*
.artists .artist_box .inside .pic-content:hover { background-color: #4d2e37; }
*/
.artists .artist_box .inside .pic-content .detail { 
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 2.5em;
  font: 24px 'Bernard MT Condensed',oswald,sans-serif;
  color: #f47c2f;
  transition: all 0.5s;
  opacity: 0;
}
.artists .artist_box .inside .pic-content:hover .detail { 
  display: block;
  opacity: 0.8;
  background: #000;
  padding: 10px 0;
}

.artists .artist_box .inside, .page .artists .artist_box .inside,
.medley .inside, .page .medley .inside  { padding: 0px; position: relative; margin: 0; }
.artists .artist_box .inside .name,
.medley .inside .name {
  font: normal 23px/1.2em 'Bernard MT Condensed','oswald','sans-serif';
  padding: 10px 10px;
  background: #4d2e37;
  color: #f47c2f;
}
.artists .artist_box .inside .name .artist_tag,
.medley .inside .name .artist_tag { display: block; font: italic 0.875rem/1.1em Lato; }
.artists .artist_box a,
.medley a { color: #fff; text-decoration: none; }
.artists .artist_box a:hover,
.medley a:hover { color: #6666ff; }
.artists .artist_box .pic-content,
.medley .pic-content {
  display: block;
  position: relative;
  z-index: 1;
  width: 100vw; height: 100vw;
  background-color: #f5de9b;
  font-size: 22px;
  /* margin-bottom: 7px; */
}
.artists .artist_box .pic-content img,
.artist_box .pic-content img,
.medley .pic-content img { width: 100vw; height: 100vw; mix-blend-mode: multiply;}
.artist_box .pic-content:hover img,
.medley .pic-content a:hover img { mix-blend-mode: normal; filter: grayscale(100%); --webkit-filter: grayscale(100%); }
.artists .artist_box .social,
.medley .social { font-size: 1.375rem; position: absolute; right: 10px; bottom: 10px; z-index: 10; }
.artists .artist_box .social a,
.medley .social a { color: #c37550; }
.artists .artist_box .social a:hover,
.medley .social a:hover { color: #f47c2f; }
.artists .artist_box .overlay,
.medley .overlay { position: absolute; bottom: 0; left: 0; z-index: 8; width: 100vw; height: 45px; color: #f5d19b; }
.artists .artist_box .overlay:after,
.medley .overlay:after { content: " "; position: absolute; bottom: 0; left: 0; z-index: 9; background: #000; opacity: 0.5; width: 100vw; height: 45px; }
.artists .artist_box .count,
.medley .count { position: absolute; bottom: 0px; left: 0px; z-index: 10; font: bold 16px oswald; display: block; padding: 5px; }
/* ARTISTS BOX: END */

.lead_box { float: left; width: 240px; height: 300px; display: block; margin: 0 10px 20px 10px; font: 25px 'Bernard MT Condensed', 'Oswald', 'sans-serif'; }
.lead_box .lead_content { width: 240px; height: 240px; }
.lead_box .name_content { height: 60px; background-color: #f47c2f; color:#4d2e37; }
.lead_box .name { text-align: center; padding: 14px 0; }
.lead_box .purplebox { border: 5px #fff solid; background-color: #4d2e37; }
.lead_box .purplebox .inside { padding: 7px; }
.lead_box .purplebox .inside2 { border: 5px #f5d19b solid; }
.lead_box .purplebox .inside_content { width: 206px; height: 206px; }
.purplebox .play { display: block; width: 108px; height: 108px; background-image: url(images/play.png); background-repeat: no-repeat; background-size: 100%; }

.purplebox .question { display: block; width: 145px; height: 145px; background-image: url(images/question.png); background-repeat:  no-repeat; background-size: 50%; }
.purplebox .exclamation { display: block; width: 145px; height: 145px; background: url(images/exclamation.png) no-repeat; }
.purplebox .pause { display: block; width: 145px; height: 145px; background: url(images/pause.png) no-repeat; }

body.page-memoriam .left_col { float: left; width: 500px; margin-right: 20px; font-size: 13px; }
body.page-memoriam .right_col { float: left; width: 210px; font-size: 13px; }
body.page-memoriam p { margin: 0 0 10px 0; }
body.page-memoriam h3 {
  font: normal 20px georgia;
  margin: 0 0 10px 0;
}

#mouse {
  /*position: fixed;*/
  position: relative;
  margin-top: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -465px;
  background: url(images/mouse.png) no-repeat;
  width: 930px; height: 564px;
}

.page-mailinglist .inside .content h1 { text-align: center; margin-bottom: 0.5rem; padding: 0; }
.page-mailinglist .inside .content h2 { text-align: center; font-size: 1.68em; margin-top: 0.5rem; }
.page-mailinglist form { padding-top: 13.75rem; background: url(images/envelope.jpg) no-repeat top center; margin: 50px auto; max-width: 38rem; }
.page-mailinglist form label { white-space: nowrap; font-weight: bold; padding-right: 10px;  }
.page-mailinglist form .label { text-align: left; }
form .input { background-color: #171e3e; color: #f3e3c7; padding: 7px 5px 7px 15px; font: 1em Lato,helvetica,sans-serif; }
form select, form input { background-color: #171e3e; color: #f3e3c7; border: 0; font: 1em Lato,helvetica,sans-serif; width: 100%;  }
form select, form { text-align: center; }
form select { margin: 10px 0 ; }
form .row.select { margin-bottom: 10px; }
form input.submit { width: initial; font: 1.5em 'Bernard MT Condensed', 'Oswald', 'sans-serif'; padding: 7px 15px; }
form #mce-responses { font-size: 1.4rem; font-weight: bold; text-align: left; }

body.page-merch .details { font: bold 12px arial; padding: 5px; }
body.page-merch .merch_item { float: left; width: 195px; margin-bottom: 15px; min-height: 310px; }

.page-related-events .page h3 { margin: 20px 0 10px 0; }
.page-related-events .page h4 { margin: 10px 0; }
.page-related-events .page .double-box { width: 160px; font-size: 18px; }

ul#faq { padding: 0; margin: 70px 0; position: relative; zoom: 1; }
ul#faq li { list-style: none; padding: 0; margin: 15px 0; position: relative; zoom: 1; }
ul#faq .question { color: #171e3e; font-size: 21px; font-weight: bold; /*text-transform: uppercase;*/ }
ul#faq .question:hover { color: #cc7951; }
ul#faq .answer {
  background: url('images/bg-faq-answer.jpg?t=1');
  margin: 10px -9999rem;
  padding: 0.25rem 9999rem;
}
/* ul#faq .active { text-decoration: underline; } */
.purple-info-box {
  background-color: #171e3e;
  display: inline-block;
  color: #e5c07d;
  margin: 10px 0;
  font-size: 21px;
  width: 45%;
  transition: all 0.3s;
}
.purple-info-box:nth-child(odd) {
  margin-right: 20px;
}
.purple-info-box a { color: #e5c07d; text-decoration: none; padding: 30px 40px; display: block; }
.purple-info-box a:hover { color: #f3e3c7; }
.purple-info-box .email { font-size: 14px; }
.info-boxes { margin: 0 auto; }

.blockopt { font: bold 12px helvetica; padding-bottom: 10px; }

.social a.facebook {
  text-indent: -999em;
  display: block;
  float: left;
  background: url(/2016/images/facebook.gif) no-repeat;
  width: 86px;
  height: 33px;
  margin-right: 10px;
}

.social a.twitter {
  text-indent: -999em;
  display: block;
  float: left;
  background: url(/2016/images/twitter.gif) no-repeat;
  width: 119px;
  height: 33px;
  margin-right: 10px;
}

.social a.instagram {
  text-indent: -999em;
  display: block;
  float: left;
  background: url(images/instagram.jpg) no-repeat;
  width: 91px;
  height: 33px;
  margin-right: 10px;
}

.social a.spotify {
  text-indent: -999em;
  display: block;
  float: left;
  background: url(images/spotify.jpg) no-repeat;
  width: 99px;
  height: 33px;
  margin-right: 10px;
}

.social .addthis_button { padding-top: 5px; display: block; clear: both; }

body#hsb-15-hellman-family-videos .wp-caption a .play {
  display: block;
  position: absolute;
  top: 150px;
  left: 105px;
  height: 63px; width: 63px;
  z-index: 100;
  background: url(images/play-arrow.png) no-repeat; 
}
body#hsb-15-hellman-family-videos .wp-caption.alignleft { float: left; margin-right: 0px;}
body#hsb-15-hellman-family-videos .wp-caption .wp-caption-text {
  text-align: center;
  background: #ccc;
  margin: 0 10px 20px 0;
  padding: 1em 0;
}

.wp-caption-text { font-style: italic; background: #47190A; color: #fff; margin: 0; padding: 10px; }

.alignleft { float: left; margin-right: 10px;}

.prev_post { float: left; }
.next_post { float: right; }

body.page-home h3.day-header { 
  /*font-family: 'Ultra', serif;*/
  font-family: 'Rozha One', Merriweather, georgia, serif;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #999;
}

body.page-home .page a.orange_hover:hover { color: #f47c2f; }

#hamburger { display: none; }

.content .nk-awb { display: none; }
.content .nk-awb:first-child { display: block; }

.memoria .memoriam { margin-bottom: 4em; }
.memoria .memoriam h2 { font-size: 2em; margin: 10px 0 0 0; line-height: 1.1em; padding: 0 10px; }
.memoria .memoriam .bio { padding: 0 10px; }
.memoria .memoriam .dates { font-size: 0.9375em; font-style: italic; line-height: 1em; padding: 0 10px 20px 10px ; }
.memoria .memoriam .image { margin-bottom: 20px; }
.memoria .memoriam .image img { width: 100%; height: auto; }
.memoria .memoriam .links { margin-top: 15px; padding: 0 10px; }
.memoria .memoriam .links .link a {
    transition: all 0.2s;
    border: 4px solid #4f3038;
    padding: 0.5em 1em;
    font: bold 1.4em 'Bernard MT Condensed', 'Oswald', 'sans-serif'; 
    background-color: #e5c07d;
    text-decoration: none;
    color: #4f3038;
    text-transform: uppercase;
    float: left;
    margin: 0 0.4em 0.4em 0;
}
.memoria .memoriam .links .link a:hover { color: #4f3038; border-color: #f3e3c7; }

/* @media screen and (min-width: 24em) { */
#nav_container.compressed #nav .home a { width: 130px; height: 33px; min-height: initial; }
#nav_container.compressed #hamburger { top: 9px; }
body.nav-compressed { margin-top: 26px; }
#nav_container .social { display: none; }
#nav_container > .inside { width: 100%; }
#nav_container #nav { padding: 0; }
#nav_container #nav .home { padding: 1rem 0; }
#nav_container #nav .home a {
  float: none;
  display: block;
  background-position: center;
  background-size: 100%;
  margin: 0 auto;
  /* padding: 20px 0; */
  width: 60vw;
  height: 5rem;
  max-width: 148px;
  min-height: 49px;
  /*
  max-width: 232px;
  min-height: 59px;
  */
  transition: all 0.3s;
}
#nav .nav { display: none; background: #e5c07d; color: #f47c2f; text-align: left; float: none; }
#nav .nav li a { color: #f47c2f; padding: 5px 5px 5px 30px; }
#nav .nav li a:hover { color: #f1f6d8; }
#nav .nav li { display: block; float: none; font-weight: 900; font-size: 30px; border-top: 3px solid #fff; }
#nav .nav { border-bottom: 3px solid #f3e3c7; }
#hamburger { display: inline-block; cursor: pointer; position: absolute; top: 2.5rem; right: 1rem; transition: all 0.3s; }
#hamburger > div {
  background-color: #e5c07d;
  width: 2rem;
  height: 5px;
  margin: 6px 0;
  transition: all 0.3s;
}
#hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
#hamburger.change .bar2 {opacity: 0;}
#hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* BEGIN: ARTIST PAGE */
.single-artists h1 {
  text-transform: uppercase;
  font-size: 34px;
  margin-top: 0;
  padding-top: 0;
}
.single-artists .appearance { font: bold 15px Lato, arial, sans-serif; text-align: right; text-transform: uppercase; margin-bottom: 5px; }
.single-artists .artist_tags,
.single-artists .related_artists .title {
  font: normal 19px 'Bernard MT Condensed';
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-artists .artist_tags .title { display: none; }
.single-artists .artist_tags .year {
  padding: 5px;
  background-color: #f47c2f;
  color: #ffcc99;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 4px;
  min-width:  60px;
  text-align: center;
}
.single-artists .related_artists .title {
  margin-top: 30px;
  display: block;
}
.single-artists .related_artists a {
  color: #f47c2f;
  text-decoration: none;
}
.single-artists .related_artists a:hover {
  color: #4d2e37;
}
.single-artists .col2 .social a { font-size: 30px; color: #f47c2f; }
.single-artists .col2 .social a:hover { color: #663333; }
.single-artists .artist_tagline { font-style: italic; }
/* END: ARTIST PAGE */

/* BEGIN: Out Of The Park PAGE */
.page-out-of-the-park .ootp_shows .loc { 
  display: block;
}
/* END: Out Of The Park PAGE */

/* BEGIN: VENDOR PAGE */
ul#vendors { margin: 0; padding: 0; }
ul#vendors li { list-style: none; display: inline-block; vertical-align: top; width: 15%; margin: 0 1% 1% 0; }
ul#vendors .vendor .vendor_photo { border: 2px solid; line-height: 0; }
ul#vendors .vendor .vendor_photo img { width: 100%; height: auto; }
ul#vendors .vendor .vendor_info { padding-top: 10px; }
ul#vendors .vendor .vendor_name { font-family: 'Bernard MT Condensed'; font-size: 1.3em; }
ul#vendors .vendor .vendor_name a { text-decoration: none; color: #f47c2f; }
ul#vendors .vendor .vendor_name a:hover { text-decoration: underline #171e3e; }
ul#vendors .vendor .vendor_category { font-style: italic; font-weight: bold; }
ul#vendors .vendor .vendor_description { font-size: 0.8em; line-height: 1.4em; }
/* END: VENDOR PAGE */

/* BEGIN: INFO PAGE */
.toc { 
  position: fixed;
  top: 100px;
  background: #f47c2f;
  padding: 0;
  z-index: 10;
  display: inline-block;
  width: 360px;
  vertical-align: top;
  overflow: hidden;
}
.toc ul { 
  padding: 20px;
  margin: 0;
  list-style: none;
}
.toc ul li { 
  font-size: 1.7em;
  line-height: 1.5em;
  border-bottom: 2px solid #f1f6d8;
  padding: 10px 20px;
  font-family: 'Bernard MT Condensed';
  text-transform: uppercase;
}
.toc ul a { 
  color: #f1f6d8;
  text-decoration: none;
}
.toc ul a:hover { 
  color: #171e3e;
}
.faq_content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 380px;
}
.faq_content #faq h3 {
  color: #f47c2f;
  text-transform: uppercase;
}
.faq_content #faq .question {
  text-transform: uppercase;
}
.faq_content #faq .question:hover {
  color: inherit;
}
.faq_content #faq .answer {
  margin: 0;
  padding: 20px 20px 0 20px;
  background-image: none;
}
.faq_content #faq .answer p {
  margin-top: 0;
  margin-bottom: 1em;
}
/* END: INFO PAGE */

/* BEGIN: FOOTER */
body.nav-compressed footer { position: relative; }
footer {
  z-index: 10;
  color: #f1f6d8;
  background-color: #171e3e;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .content .social { /* flex-grow: 2; */ padding-top: 11px; padding-bottom: 11px; text-align: center; }
footer .social > a { font-size: 1.7rem; font-weight: normal; padding: 0 0.1rem; }
footer a { color: #f47c2f; text-decoration: none; font-weight: bold; }
footer a:hover { color: #f1f6d8; }
footer .copy_credit { font-size: 0.7rem; }
footer .content {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  max-width: 75rem;
}
footer .content {
  display: flex;
  align-items: flex-end;
}
footer .content > div {
  flex: 0 1 auto;
}
footer .desktop { display: none; }
/* END: FOOTER */

.double-box { border: 3px #f3e3c7 solid; background-color: #4d2e37; color: #f3e3c7; font: 24px 'Bernard MT Condensed','oswald','sans-serif'; text-align: center; }
.double-box a { color: #f3e3c7;  text-decoration: none; }
.double-box .inside { padding: 5px; display: block; }
.double-box .inside2 { border: 3px #f5d19b solid; display: block; }
.double-box.selected .inside2 { background-color: #f3e3c7; color: #4d2e37; }
.double-box .inside2 a:hover { color: #f1f6d8; }
.double-box.selected .inside2 a { color: #4d2e37; }

@media screen and (max-width: 55em) {
  .info-boxes { width: 100%; }
  .info-boxes .purple-info-box { width: 40%; float: none; }
  div.toc { position: relative; top: 10px; width: 100%; }
  div.faq_content { margin-left: 0; }
}

@media screen and (max-width: 42em) {
  .info-boxes { width: 100%; }
  .info-boxes .purple-info-box { width: 100%; float: none; margin: 10px auto; }
}

@media screen and (min-width: 55em) {
  .schedule_options { width: 48em; }
  .page .content .nk-awb { display: block; }
  .artists, .medleys { max-width: 48.75rem; }
  .artists .artist_box, .medley {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6em 1.2em 0.6em;
    width: 240px;
    text-transform: uppercase;
    color: #4d2e37;
    height: 340px;
  }
  .artists .artist_box .inside .name,
  .medley .inside .name {
    font: bold 1.43em/1.2em 'Bernard MT Condensed','oswald','sans-serif';
    color: #4d2e37;
    background: transparent;
    padding: 0 0px;
  }
  .artists .artist_box .inside .artist_medium { font-size: 1.375em; line-height: 1.1em; }
  .artists .artist_box .inside .artist_long { font-size: 1.125em; line-height: 1.1em; }
  .artists .artist_box .inside .name .artist_tag,
  .medley .inside .name .artist_tag { display: block; font: italic 0.875rem/1.1rem Lato; }
  .artists .artist_box a,
  .medley a { color: #fff; text-decoration: none; }
  .artists .artist_box a:hover,
  .medley a:hover { color: #f1f6d8; }
  .artists .artist_box .pic-content,
  .medley .pic-content {
    display: block;
    position: relative;
    z-index: 1;
    width: 240px; height: 240px;
    background-color: #f5de9b; /* #e5c17e; */
    font-size: 1.375em;
    margin-bottom: 7px;
  }
  .artists .artist_box .pic-content img,
  .medley .pic-content img { width: 240px; height: 240px; }
  .artists .artist_box .social,
  .medley .social { font-size: 1.375rem; position: absolute; right: 5px; bottom: 10px; z-index: 10; }
  .artists .artist_box .social a,
  .medley .social a { color: #c37550; }
  .artists .artist_box .social a:hover,
  .medley .social a:hover { color: #f1f6d8; }
  .artists .artist_box .overlay,
  .medley .overlay { position: absolute; bottom: 0; left: 0; z-index: 8; width: 240px; height: 45px; }
  .artists .artist_box .overlay:after,
  .medley .overlay:after { content: " "; position: absolute; bottom: 0; left: 0; z-index: 9; background: #000; opacity: 0.5; width: 240px; height: 45px; }
  .artists .artist_box .count,
  .medley .count { position: absolute; bottom: 0px; left: 0px; z-index: 10; font: bold 16px oswald; display: block; padding: 5px; }

  body.page-memoriam .page > .inside { padding-left: 10px; padding-right: 10px; }
  .memoria .memoriam { float: left; width: 47%; }
  .memoria .memoriam:nth-child(even)  { float: right; }
  .memoria .memoriam:nth-child(odd) {  clear: both; }
  .memoria .memoriam .image { height: 300px; overflow: hidden; }
  .memoria .memoriam h2 { padding: 0; }
  .memoria .memoriam .dates { padding: 0 0 20px 0; }
  .memoria .memoriam .bio { padding: 0; }
  .memoria .memoriam .links { padding: 0; }

  /* HOME PAGE MEDLEY LINKS */
  body.home .medley_links {
    display: flex;
    align-content: flex-end;
    justify-content: center;
  }
  body.home .medley_links .medley {
    float: none;
    height: auto;
    width: auto;
    margin: 0 10px;
    flex: 0 1 auto;
  }
  body.home .medley_links .medley a {
    display: block;
    font: 25px 'Bernard MT Condensed',Lato,arial,sans-serif;
    background-color: #f47c2f;
    border-radius: 26px 0 0 26px;
    padding:  0;
    height: 50px;
    color: #f1f6d8;
    text-align: left;
    position: relative;
  }
  body.home .medley_links .medley a span {
    background: url(images/play-50.png) no-repeat;
    background-position: 7px center;
    background-size: 40px 40px;
    padding: 10px 15px 10px 60px;
  }

  /* START: ARTIST PAGE */
  body.single-artists h1 { padding-bottom: 0; margin-bottom: 0; }
  body.single-artists .appearance { font-size: 24px; }
  body.single-artists .related_artists { text-align: right; }
  body.single-artists .artist_tags { text-align: right; }
  body.single-artists .artist_tags .title { display: block; margin-bottom: 10px; }
  body.single-artists .col1,
  body.single-artists .col2 { display: inline-block; vertical-align: top; }
  body.single-artists .col1 { width: 58%; }
  body.single-artists .col2 { width: 42%; }
  body.single-artists .col1 > .inside,
  body.single-artists .col2 > .inside { padding: 30px; }
  body.single-artists .col2 {
    background: url(images/bg-sep-gradient.png?t=1) no-repeat left top;
    min-height: 700px;
    font-size: 15px;
    line-height: 1.2em;
  }
  body.single-artists .col2 p { padding-top: 0; margin-top: 10px; }
  /* END: ARTIST PAGE */

  /* BEGIN: Out Of The Park PAGE */
  body.page-out-of-the-park .ootp_shows .loc { 
    display: inline;
  }
  /* END: Out Of The Park PAGE */
}

/* mobile shows volunteer in main nav */
#footer .volunteer { display: none; }
#footer .content { justify-content: center; }

/* nav and footer change at this size. schedule grid is viewable */
@media screen and (min-width: 58em) {
/*  body { margin-top: 8.4rem; } */
  body .page > .inside { padding-top: 97px; margin: 0 auto; max-width: 81.25rem; }
  body.nav-compressed .page > .inside { padding-top: 69px; }
  footer .desktop { display: block; max-width: 81.25rem; margin: 0 auto; position: relative; }
  footer .mobile { display: none; }
  body #container > .page > .inside > .content { padding-bottom: 16.875rem; }
  body #nav_container #nav .nav li.volunteer { display: none; }

  body .announce-menu .item .icon { font-size: 90px; }
  body .announce-menu .item .text { font-size: 32px; padding: 12px 20px; }

  /* show date in top nav */
  body #nav_container #nav .date { display: block; }

  body.home .medley-text span { display: block ;}

  body.home .page .inside .content { padding-top: 0px; }
  body.single-headlines h1.logo,
  body.home h1.logo { 
    display: block;
    background: #171e3e url(images/hsb19-logo-home.jpg) no-repeat;
    text-indent: -999em;
    background-size: cover;
    width: 100%;
    height: 0;
    padding: 33% 0 0 0;
    margin: 0;
  }
  body.home h1.peacelogo { 
    display: block;
    background: #f5d19b url(images/HSB19-peace-banner.jpg?t=2) no-repeat;
    text-indent: -999em;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 576px;
    padding: 0 0 0 0;
    margin: 0;
  }

  /* home page doesn't get the extra home logo on desktop */
  body.home #nav .home { display: none; }
  body.page-home .page > .inside  { padding-top: 54px; }
  body.home #nav .nav { padding: 5px 0; }
  body.home #nav_container #nav .nav li a { padding: 7px 5px 0px 5px; margin: 0 3px; }
  body.home #nav_container #nav .date { margin-top: 9px; }

  body.single-headlines .gramophone {
    top: -55px;
    margin-top: 0;
  }

  footer .desktop .banjo {
  }
  body.nav-compressed footer { position: fixed; }
  body #nav_container #nav .nav { float: left; display: block; background: initial; border-bottom: none; }
  body #nav_container #nav .nav li { float: left; display: block; font-weight: normal; font-size: 1.0625rem; border-top: none; }
  body #nav_container #nav .nav li a { padding: 27px 1px 0px 1px; margin: 0 3px; }
  body #nav_container #nav { padding: 0.5em 0; }

  /* body.nav-compressed { margin-top: 50px; } */
  body #nav_container.compressed #nav { padding-top: 0.7em; }
  body #nav_container.compressed #nav .nav li { font-size: 0.94rem;  transition: all 0.3s; }
  body #nav_container.compressed #nav .nav a { padding-top: 4px; }
  body #nav_container.compressed .social { padding-top: 1px; font-size: 1.125rem; }

  #hamburger { display: none; }
  body #nav_container, body #nav_container.compressed { height: auto; }
  body #nav_container #nav { min-width: 50rem; margin: 0 auto; }
  body #nav .menu-item { display: block; float: none; }
  body #nav_container #nav .home { padding: 0; }
  body #nav_container #nav .home a { float: left; margin: 0 10px; width: 9vw; min-width: 125px; }
  /*
  body #nav_container #nav .home a { float: none; display: block;  background-position: center; margin: 20px auto 0 auto; }
  */
  body #nav_container .nav li a { padding: 5px; }
  body #nav .date {
    float: right;
    display: block;
    font-size: 1.5vw; margin: 25px 10px 0 0;
    background-image: url(images/nav-date-home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% ;
    text-indent: -999em;
    width: 185px;
    height: 22px;
  }
  body #nav_container.compressed .date { margin-top: 4px; }

  #footer .content {
    justify-content: space-between;
  }

  #footer .volunteer {
    display: block;
    font: 1.075rem 'Bernard MT Condensed','Oswald',serif;
    margin: 1.3rem;
    border: 2px solid;
    padding: 9px;
    letter-spacing: .1em;
  }
  #footer .volunteer a {
    text-decoration: none;
    padding: 5px;
    color: #f3e3c7;
  }
  #footer .volunteer a:hover {
    color: #fff;
  }
  #footer .volunteer .double-box { width: 13.35rem; /* 11.25rem; */ text-align: center; }
  #footer .social { }
  #footer .banjo {
    position: relative;
    width: 171px; height: 1px;
    margin-right: 1.25rem;
  }
  #footer .banjo .inside {
    z-index: 1;
    position: absolute;
    bottom: 1.0625rem;
    background: url(images/ftr-banjo.png) no-repeat bottom center;
    width: 171px; height: 133px;
    right: 0;
    background-size: 100%;
  }
  #footer .bg {
    background-color: #4d2e37;
    height: 117px;
    width: 100%;
    position: absolute;
    bottom: 0; left: 0;
    z-index: 1;
  }
  body.page-mailinglist .page > .inside { max-width: 39rem; }
  .page-mailinglist form { padding-left: 170px; background: url(images/envelope.jpg) no-repeat top left; padding-top: 0; }
  form .submit_container { float: right; }
  form .row { padding-bottom: 10px; }
  form .row .label { float: left; width: 30%; }
  form .row .input { float: left; width: 65%; }
  form .row:last-child .input { float: right; width: auto; padding: 0; margin-right: 0.2em; }
}

@media screen and (min-width: 66em) {
  .artists, .medleys { max-width: 66rem; }
  body #nav_container .inside { width: 62.5em; }
  body #nav .social { font-size: 1.8em; padding: 18px 10px 0 0; }
  body #nav_container #nav .nav li a { padding: 27px 5px 0px 5px; margin: 0 3px; }
}

@media screen and (min-width: 81em) {
  .artists, .medleys { max-width: 81rem; }
}
