
@font-face {
    font-family: 'Berthold Akzidenz Grotesk Rg';
    src: url(../fonts/AkzidenzGroteskBE-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Berthold Akzidenz Grotesk Md';
    src: url(../fonts/AkzidenzGroteskBE-Md.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

ul{
  list-style-type: none;

  }

ul#logos li{
  }


.dayoffblue{
  color: #262f66!important;
}
.dayoffred{
    color: #AF2024!important;
}

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
        margin-right: 1.5rem;
    margin-left: 1.5rem;

    }

 @media screen and (max-width: 39.9375em) {
  .menu.simple li {

    margin-right: 1rem;
    margin-left: 1rem;

  }}

  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2ba6cb; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto; }


/*Begin Custom*/
body {
  background-color: #FCC924;
}
body,h1,h2,h3,h4,h5,h6,a,p,span {
  font-family: 'Berthold Akzidenz Grotesk Md';
}
section.city-select {
  background-color: transparent;
  transform: translate(0, -65%);
  -webkit-transform: translate(0, -65%)
}

@media screen and (max-width: 39.9375em) {
section.city-select {
  transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%)

}

}
section.hero, .navbar, .footer {
  background-color: #F7F5EB;
}



.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.logo-container {
  padding: 30px;
  margin: 0 auto;
  max-width: 1020px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 39.9375em) {
.navbar {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.logo-container {
  padding: 10px;
  margin-bottom: 6rem;
  }
}


.title {
  text-transform: uppercase;
  color: #AF2024;
  letter-spacing: 0.1rem;
  font-weight: bold;
}



.title.ticket_buy_button_text {
  text-transform: uppercase;
  color: #272D69;
  letter-spacing: 0.1rem;
  font-weight: bold;
	text-align: center;
       font-size: 2.0rem;
       position:  relative;
       top: -83px;
}
@media screen and (max-width: 39.9375em) {

.title.ticket_buy_button_text {
    text-transform: uppercase;
    color: #272D69;
    letter-spacing: 0.1rem;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    position: relative;
    top: -40px;

    }
}
h2.title{
       font-size: 2.3rem;

   }


@media screen and (max-width: 39.9375em) {
 .title{
   letter-spacing: 0.05rem;
 }
}

hr.thick {
  border-bottom: 5px solid #272D69;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  hr.thick {
  border-bottom: 4px solid #272D69;
  margin-bottom: 2rem;
}
}

a.city-button {
  display: block;
}
  /*// Safari SVG fix*/
  object {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	padding-top: 100%;
}

svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
}
svg.inject-svg {
  width: 100%;
  height: auto;
  visibility: hidden;
}
svg.injected-svg {
  visibility: visible;
}

/*signup*/

form input.text-center {
    box-shadow: none;
    border: 5px solid #272D69;
    padding: 1.5rem;
}

form input.text-center:focus {
  border: 5px solid #272D69;
}

section#signup {
  margin-top: 3rem;
}

@media screen and (max-width: 39.9375em) {
section#signup {
margin-bottom: 1rem;
margin-top: -4rem;
}
}


/*tickets*/
section.tickets {
  margin-bottom: 6rem;
}
img.flyer {
  margin: 0 auto;
}
.row.buy {
  margin-top: 2rem;
  margin-bottom: 2rem;

}
@media screen and (max-width: 39.9375em) {
.row.buy {

    margin-top: 1rem;
    margin-bottom: -4rem;

}}

.row.buy .button {
  width: 100%;
  padding: 20px;
  background-color: white;
  color: #272D69;
  border: 6px solid #272D69;
}


/*recaps*/
.box, .box img {
  margin-bottom: 40px;
}
.box-details h3 a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #272D69;
}
.box-details h3 a:hover {
  color: #AF2024;
}
.box-details p {
  font-size: .85rem;
  color: #272D69;
  max-height: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {

.box-details p {
 padding-left: 20px;
 padding-right: 20px;
  }
}

.box-details > a {
  font-size: .85rem;
  text-decoration: underline;
  color: #272D69;
}
.box-details > a:hover {
  font-size: 1.25rem;
  color: #AF2024;
}

/*foiter*/

footer.site-footer {
    background: #fdc908;
    width: 940px;
    height: 25px;
    line-height: 25px;
    font-size: 9pt;
    position: relative;
    left: 50%;
    margin: 0 -470px;
    font-family: 'Times New Roman', Times, Georgia, serif;
    -webkit-font-smoothing: antialiased;
}

footer.site-footer {
  background: #fdc908;
  width: 940px;
  height: 25px;
  line-height: 25px;
  font-size: 9pt;
  position: relative;
  left: 50%;
  margin: 0 -470px;
  font-family: 'Times New Roman', Times, Georgia, serif;
  -webkit-font-smoothing: antialiased;
}
footer.site-footer #links {
  float: left;
  margin-left: 10px;
  width: 650px;
}
footer.site-footer #links li {
  float: left;
  padding-left: 10px;
}
footer.site-footer #links li a {
  font-size: 9pt;
  text-decoration: none;
  font-style: italic;
  color: #000;
  padding-right: 10px;
}
footer.site-footer #links li a:visited {
  color: #000 !important;
}
footer.site-footer #info {
  float: right;
  margin-right: 10px;
  font-style: italic;
  color: #000 !important;
}
footer.site-footer #info a {
  font-size: 9pt;
  text-decoration: none;
  font-style: italic;
  color: #000 !important;
  font-family: 'Times New Roman'
}
footer.site-footer #menu-footer_menu li:last-child span {
  display: none;
}

footer.site-footer #google a {
font-color: #fdc908 !important;
color: #fdc908 !important;
font-size: 10px;
}

#menu-footer_menu li {
  margin-right: 0;
}
#menu-footer_menu li span, #menu-footer_menu li a {
  float: left;
}

/*// Safari SVG fix*/
object {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	padding-top: 100%;
}

object.pad-15 {
  padding-top: 15%;
}

object svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a svg:hover {
    cursor: pointer;
}

@media screen and (max-width: 39.9375em) {

.purchase{
/*   margin-top: -40px; */
  }
}

.footer h3.title{
  padding-bottom: 22px;
  }
.footer h5{
      padding-top: 130px;
    padding-bottom: 27px;
  }

#brunchbounce img{
   width:110px;

}
#poplife img {
    margin-top: -28px;
    margin-left: -18px;
    width:80px;;


}

#goldenvoice img{
     width: 200px;

      margin-top: 5px;

  }
@media screen and (max-width: 39.9375em) {


#brunchbounce img{
       width: 79px;

}


#poplife img {
     margin-top: -15px;
    width: 62px;
}

#goldenvoice img{
    margin-left: -35px;
    height: 30px;
    width: 300px;
}

}
.footer{
    padding-top: 45px;
    padding-bottom: 20px;
}


.video-embed embed,
.video-embed iframe,
.video-embed object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


/*
@media screen and (min-width: 1025px)
.parallax-section.parallax-cover {
    position: absolute;
    width: 100%;
    z-index: 3;
}
*/

@media screen and (min-width: 1025px)
.parallax-section.parallax-cover div {
    background-size: cover;
    height: 100%;
}

/*

.parallax-section.parallax-cover>div {
    background-position: 50% 50%;
    background-size: cover;
}
*/

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.video-player {
    background: #3c3c3c;
    width: 100%;
}

/*
.parallax-section.parallax-cover {
    position: relative;
    height: auto!important;
}
*/