@font-face {
    font-family: 'Tw Cen MT Condensed Extra';
    src: url('/fonts/TwCenMT-CondensedExtraBold.woff2') format('woff2'),
        url('/fonts/TwCenMT-CondensedExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('/fonts/TwCenMT-Regular.woff2') format('woff2'),
        url('/fonts/TwCenMT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url('/fonts/TwCenMT-Bold.woff2') format('woff2'),
        url('/fonts/TwCenMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calafia';
    src: url('/fonts/Calafia-Regular.woff2') format('woff2'),
        url('/fonts/Calafia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {

}
body {
  background: #FF505B;  /* fallback for old browsers */
  font-family: helvetica;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }

a { color: #2ec7cd; }

.header {
  background: #1DCAD3;  /* fallback for old browsers */
  display: flex;
  text-align: center;
}

.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  background: #FFC94F;  /* fallback for old browsers */
  display: flex;
  text-align: center;
  z-index: 2;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header .cabq {
  flex: .8;
  padding: 0;
  height: 160px;
}
.header .cabq img {
  width: 280px;
  text-align: center;
  vertical-align: middle;
}

.header .brand {
  /* width: 80%; */
  flex: 2;
  width: 100%;
  height: 160px;
}
.header .brand img {
  width: 70%;
  vertical-align: middle;
}

.header .venue {
  flex: .6;
  padding: 0;
  height: 160px;
}
.header .venue img {
  text-align: center;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}
.upper {
  text-transform: uppercase;
}
.spot {
  color: #ff2344;
}

.califaBig {
  font-family: 'Calafia';
  font-size: 34px;
}
.calafia {
  font-family: 'Calafia';
}
.twcentmt {
  font-family: 'Tw Cen MT';
}
.twcenmtextra {
  font-family: 'Tw Cen MT Condensed Extra';
}

.nav {
  text-align: center;
  background: #FFC94F;
}
.nav ul { margin: 0; }
.nav ul li {
  display: inline-block;
}
.nav ul li.redtriangle {
  padding-left: 3px;
  vertical-align: middle;
}
.nav ul li.reddot {
  color: #ff0d0d;
  font-size: 19px;
}
.nav ul li a, span.active {
  font-family: Calafia;
  display: block;
  padding: 15px 3px;
  font-size: 19px;
  color: #111;
  text-decoration: none;
  -webkit-transition: .2s all;
}
span.active:hover,
span.active,
.nav ul li a:hover,
.nav ul li a.active {
  color: #ff0d0d;
  text-shadow: 1px 1px 5px #fff;
}
.mobile-active, .mobile-nav-checkbox {display: none;}

.notification-banner { width: 100%; background: #2b2b2b; color: #FFF;}
.notification-banner p {padding: 20px; margin-block-start: unset;}

.content {
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
  color: #111;
}
.hmt-flyer {
  background-color: #6441A5;
  background-color: -webkit-linear-gradient(to right, #2a0845, #6441A5);
  background-color: linear-gradient(to right, #2a0845, #6441A5);
}
.hmt-event-item {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  clear: both;
  min-height: 130px;
}
.hmt-event-presents { font-size: 10px !important; font-style: italic; }
.hmt-event-venue-span,
.hmt-event-age-span,
.hmt-event-divider-1,
.hmt-event-divider-2 {
  display: none;
}
.location-image {
  position: absolute;
  right: 10px;
  top: 10px;
  max-height: 150px;
}

.event-placeholder {
  margin: 25px 0;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  color: #888;
}

.events-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: auto;
  margin: 55px 10px;
}

.events-wrap .break {
  flex-basis: 100%;
  height: 0;
}

.event-tile {
  flex-grow: 1;
  display: block;
  margin: 1% 5%;
  /* height: 540px; */
  text-align: center;
  width: 40%;
  max-width: 280px;

}
.event-tile .flyer {
  margin-right: 10px;


}
.event-tile .flyer img {
  width: 100%;
  max-width: 280px;
}
.event-tile .buy-tickets {
  padding: 15px 0 10px 0;
}
.event-tile .buy-tickets a {
  border: 0;
  border-radius: 5px;
  background: #FF505B;
  color: #fff;
  padding: 6px 16px;
  font-size: 30px;
  text-decoration: none;
  -webkit-transition: .3s all;
}
.event-tile .buy-tickets a:hover {
  cursor: pointer;
  background: #f97079;
  color: #000;
}
.event-tile .view-more {
  color: #666;
}
.event-tile .view-more:hover {
  color: #d90000;
  cursor: pointer;
}

.title-row {
  display: flex;
}
.title-row .placeholder-image {
  flex: .9;
  padding: 30px 15px 30px 30px;
}
.title-row .placeholder-image img {
  width: 100%;
}
.title-row .placeholder-content {
  flex: 1.1;
  padding: 20px 30px 20px 20px;
  line-height: 140%;
}
.title-row .placeholder-content a {
  text-decoration: none;
}
.title-row .placeholder-content a:hover {
  text-decoration: underline;
}
.title-row .placeholder-headline {
  font-size: 30px;
}
.title-row .placeholder-social {
  display: flex;
  padding-top: 15px;
}
.title-row .placeholder-social .item:first-child {
  padding-top: 7px;
  margin-right: 25px;
}
.title-row .placeholder-social .item:last-child {
  padding-left: 5px;
  padding-top: 2px;
}
.title-row .placeholder-social .item {
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
}
.title-row .placeholder-social .item img {
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
  opacity: .8;
}
.title-row .placeholder-social .item img:hover {
  opacity: 1;
}
.title-row .placeholder-description {
  /* font-size: 13px; */
  margin-top: 5px;
  line-height: 1.4;
}
.title-row .placeholder-address {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.event-row h1 {
  background: #FFC94F;
  font-size: 44px;
  text-align: center;
  padding: 10px 0;
  font-weight: unset;
}

.event-description{
  font-weight:900;
  font-style: italic;
  white-space: normal;
}


@media only screen and (max-width: 900px)  {
  .header .cabq { display: none; }
}

@media only screen and (max-width: 630px)  {

  html, body { overflow-x: hidden;}

  .header .venue { display: none; }
  .header .brand { height: 80px; }
  .header .brand img { width: 90%; }

  .nav { display: block;height: 50px;width: 100%;z-index: 3;}

  .title-row { display: block; }
  .title-row .placeholder-description { font-size: 1.2em; }
  .title-row .placeholder-image { padding: unset; }
  .title-row .placeholder-address { font-size: 1.1em; }
  .title-row .placeholder-content { padding: 15px 24px; }
  .title-row .placeholder-social { justify-content: center;}
  .title-row .placeholder-social .item:first-child { margin-right: 15px;}
  
  .events-wrap { margin: unset; flex-direction: column; align-items: center; height: auto;}
  .event-tile { margin: 5% 5%; height: auto; width:auto;}
  .event-tile:last-of-type{margin-bottom: 5rem;}
  .event-tile .flyer { margin: unset; }
  .event-tile .flyer img { max-width: 350px; }

  #menuToggle {
    display: block;
    float: right;
    position: relative;
    top: 12.5px;
    right: 10px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    transition: color 0.3s ease;
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child { transform-origin: 0% 0%; }
  #menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }
  #menuToggle input:checked ~ span {
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ff505b;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) { transform: rotate(-45deg) translate(0, -1px); }

  #menuToggle input:checked ~ #menu { display: block; }

  #menu {
    position: absolute;
    width: 300px;
    height: auto;
    right: -10px;
    top: -13px;
    padding: 10px;
    padding-top: 15px;
    background: #FFC94F;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #menu li {
    display: block;
    padding: 5px 0;
    font-size: 22px;
  }

  .nav ul li.reddot { display: none !important; }
  .nav ul li.redtriangle, .twcenmtextra { display: inline !important; }

  #menuToggle input:checked ~ ul { transform: none; }

  .mobile-active {
    text-align: center;
    display: block;
    width: 300px; 
    height: 50px; 
    position: absolute; 
    left: 50%; 
    margin-left: -150px; 
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }  

}
