body {
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

#bd-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}
#bd-overlay.active {
  display: flex;
}

#bd-overlay-bg {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
}

#bd-ap {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}

#bd-ap-inner {
  width: 100%;
  height: 100%;
  background: #005d5b;
  color: white;
  border-radius: 10px;
  padding: 10px;
  overflow-y: scroll;
  position: relative;
}
@media screen and (min-width: 600px) {
  #bd-ap-inner {
    width: 80%;
    max-width: 600px;
    margin: 20px 10px 50px;
    height: 80vh;
  }
}

#bd-ap-meta {
  text-align: center;
  margin-bottom: 10px;
}

#bd-ap-content {
  text-align: center;
  margin-bottom: 15px;
}

#bd-ap-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bd-ap-nav i {
  font-size: 25px;
  padding: 0 0 10px 10px;
}

#bd-ap-title {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 40px;
}

#bd-ap-img {
  height: 450px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#bd-ap-socials {
  display: flex;
  justify-content: center;
}

.bd-ap-social {
  padding: 0 10px;
}
.bd-ap-social.hide {
  display: none;
}
.bd-ap-social i {
  font-size: 25px;
}

.ms-schedule {
  display: flex;
}
.ms-schedule h1, .ms-schedule h2, .ms-schedule h3, .ms-schedule h4, .ms-schedule h5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
@media (max-width: 768px) {
  .ms-schedule .ms-col-main {
    display: block;
    width: 100%;
    margin: auto 10px;
  }
  .ms-schedule .ms-col {
    margin-bottom: 30px;
    display: none;
  }
  .ms-schedule .ms-col.active-sched {
    display: block;
  }
  .ms-schedule .ms-qtr:not(.hasSet),
  .ms-schedule .ms-col-legend {
    display: none;
  }
  .ms-schedule .ms-qtr {
    margin-bottom: 10px;
  }
}

.ms-col {
  width: 100%;
  background-color: #efefd5;
}
.ms-col.ms-col-alt .ms-qtr.hasSet:not(.ms-legend) {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-text);
}
.ms-col.ms-col-alt .ms-qtr.hasSet:not(.ms-legend):hover {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
}

.ms-col-main {
  display: flex;
  width: 95%;
}

.ms-col-legend {
  width: 5%;
  min-width: 50px;
  position: relative;
  top: 70px;
  text-align: right;
  padding-right: 10px;
  margin-top: 0px;
}

.ms-legend {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: 0.9em;
}

.ms-qtr {
  height: 50px;
  display: flex;
  align-items: flex-start;
}
.ms-qtr .ms-qtr-time {
  margin-top: 1em;
}
.ms-qtr:not(.ms-legend) {
  border-bottom: 1px solid black;
}
.ms-qtr.qtr-1 {
  height: 50px;
  padding: 0px !important;
}
.ms-qtr.qtr-1 .ms-qtr-time {
  margin-top: 0px;
}
.ms-qtr.qtr-2 {
  height: 100px;
}
.ms-qtr.qtr-3 {
  height: 150px;
}
.ms-qtr.qtr-4 {
  height: 200px;
}
.ms-qtr.qtr-5 {
  height: 250px;
}
.ms-qtr.qtr-6 {
  height: 300px;
}
.ms-qtr.qtr-7 {
  height: 350px;
}
.ms-qtr.qtr-8 {
  height: 400px;
}
.ms-qtr.qtr-9 {
  height: 450px;
}
.ms-qtr.qtr-10 {
  height: 500px;
}
.ms-qtr.alt:not(.ms-legend) {
  background-color: white;
}
.ms-qtr.hasSet:not(.ms-legend) {
  padding: 10%;
  text-align: center;
  background-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-0e9f577);
  color: var(--e-global-color-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 20px;
}
.ms-qtr.hasSet:not(.ms-legend) h3 {
  margin: 0;
  font-size: 1em;
}
.ms-qtr.hasSet:not(.ms-legend):hover {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
}
.ms-qtr.hasSet:not(.ms-legend).ms-scale-4 h1, .ms-qtr.hasSet:not(.ms-legend).ms-scale-4 h2, .ms-qtr.hasSet:not(.ms-legend).ms-scale-4 h3, .ms-qtr.hasSet:not(.ms-legend).ms-scale-4 h4, .ms-qtr.hasSet:not(.ms-legend).ms-scale-4 h5, .ms-qtr.hasSet:not(.ms-legend).ms-scale-4 span {
  font-size: 0.5em;
}
.ms-qtr.hasSet:not(.ms-legend).ms-scale-2 h1, .ms-qtr.hasSet:not(.ms-legend).ms-scale-2 h2, .ms-qtr.hasSet:not(.ms-legend).ms-scale-2 h3, .ms-qtr.hasSet:not(.ms-legend).ms-scale-2 h4, .ms-qtr.hasSet:not(.ms-legend).ms-scale-2 h5, .ms-qtr.hasSet:not(.ms-legend).ms-scale-2 span {
  font-size: 1em;
}
.ms-qtr.hasSet:not(.ms-legend).ms-scale-3 h1, .ms-qtr.hasSet:not(.ms-legend).ms-scale-3 h2, .ms-qtr.hasSet:not(.ms-legend).ms-scale-3 h3, .ms-qtr.hasSet:not(.ms-legend).ms-scale-3 h4, .ms-qtr.hasSet:not(.ms-legend).ms-scale-3 h5, .ms-qtr.hasSet:not(.ms-legend).ms-scale-3 span {
  font-size: 1em;
}

.ms-qtr-time span {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: 0.9em;
}

.ms-col-header {
  text-align: center;
  height: 70px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--e-global-color-primary);
  background-color: #efefd5;
  border-bottom: 4px solid var(--e-global-color-0e9f577);
}
.ms-col-header h3 {
  margin: 0;
  color: black;
  font-size: 1.3em !important;
}
@media (max-screen: 768px) {
  .ms-col-header h3 {
    font-size: 1.2em !important;
  }
}

.download-sched-bttn {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  border: 0px;
  color: white;
}
.download-sched-bttn:hover {
  cursor: pointer;
}

.ms-toggle {
  display: flex;
}
@media (min-width: 768px) {
  .ms-toggle {
    display: none;
  }
}
.ms-toggle select {
  margin: 10px auto;
  padding: 5px 10px;
  background: #efefd5;
  font-weight: bold;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.elementor-widget-bb-grid,
.elementor-widget-bb-vendors {
  width: 100%;
}

.bd-grid .bd-grid-item {
  border-radius: 10px;
  font-family: "tomarik-brush", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.bd-grid .bd-grid-item-inner {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .bd-grid .bd-grid-item-inner {
    height: 400px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .bd-grid .bd-grid-item-inner {
    height: 350px;
  }
}
@media screen and (max-width: 300px) {
  .bd-grid .bd-grid-item-inner {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .bd-grid {
    height: auto;
    padding-bottom: 0px;
  }
  .bd-grid .bd-grid-tier {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .bd-grid:not(:first-of-type) {
    margin-top: 15px;
  }
  .bd-grid .bd-grid-item .bd-grid-item-img {
    transition: transform 300ms;
  }
  .bd-grid .bd-grid-item:hover .bd-grid-item-img {
    transform: scale(1.3);
    transition: transform 300ms;
  }
  .bd-grid .bd-grid-item-outer {
    padding: 10px;
  }
  .bd-grid .bd-grid-item-inner {
    padding-bottom: 100%;
    margin-bottom: 0px;
    border-radius: 10px;
  }
  .bd-grid .bd-grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .bd-grid .bd-grid-item {
    width: 25%;
  }
}
.bd-grid.food-vendor-grid .bd-grid-item-title {
  position: relative;
  display: block;
  padding-left: 0;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 10px;
}
.bd-grid.food-vendor-grid .bd-grid-item-overlay {
  display: none;
}
.bd-grid.food-vendor-grid .mg-food-menu {
  font-size: 0.8em;
}
.bd-grid.food-vendor-grid .mg-food-menu strong, .bd-grid.food-vendor-grid .mg-food-menu b {
  font-size: 1.2em;
}
.bd-grid.food-vendor-grid .mg-food-menu > div {
  margin-bottom: 10px;
}
.bd-grid.food-vendor-grid .bd-grid-item-inner {
  background: var(--e-global-color-secondary);
  padding: 10px;
  min-height: 400px;
  height: 100%;
}
.bd-grid.food-vendor-grid .bd-grid-item-inner * {
  text-align: center;
}
.bd-grid.food-vendor-grid .bd-grid-item-inner:hover {
  background: var(--e-global-color-0e9f577);
}
@media screen and (min-width: 768px) {
  .bd-grid.food-vendor-grid .bd-grid-item-inner {
    padding-bottom: inherit;
    display: block;
  }
  .bd-grid.food-vendor-grid .bd-grid-item-inner * {
    text-align: left;
  }
  .bd-grid.food-vendor-grid .bd-grid-item-outer {
    height: 100%;
  }
}

.bd-grid-item-inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bd-grid-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bd-grid-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  z-index: 2;
}

.bd-grid-item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  padding: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mg-tier.mg-tier-1 .mg-artist, .mg-tier.mg-tier-2 .mg-artist, .mg-tier.mg-tier-3 .mg-artist {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .mg-tier .mg-artist {
    width: 25%;
  }
  .mg-tier.mg-tier-1 .mg-artist {
    width: 33%;
  }
  .mg-tier.mg-tier-2 .mg-artist {
    width: 20%;
    font-size: 0.6em;
  }
  .mg-tier.mg-tier-3 .mg-artist {
    width: 16%;
    font-size: 0.5em;
  }
  .mg-tier.mg-tier-4 .mg-artist {
    width: 20%;
    font-size: 0.6em;
  }
}

.sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sponsor-grid .sponsor-item {
  width: 50%;
  margin: 5px 0;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.sponsor-grid .sponsor-item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .sponsor-grid .sponsor-item {
    height: auto;
  }
  .sponsor-grid.all-tiers .sponsor-item {
    width: 12%;
    padding: 0 10px;
  }
  .sponsor-grid.tier-1 .sponsor-item {
    width: 33%;
    padding: 0 10px;
  }
  .sponsor-grid.tier-2 .sponsor-item {
    width: 25%;
    padding: 0 10px;
  }
  .sponsor-grid.tier-3 .sponsor-item {
    width: 20%;
    padding: 0 10px;
  }
}

.vendor-popout #bd-ap-img {
  height: 60%;
  background-position: center center;
}

#map-attr,
#map-attr-inside {
  margin-top: 10px;
}

.hideMe {
  display: none;
}

.map-attr-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-attr-row > div {
  width: 50%;
  padding: 5px 0;
}

#print-banner {
  display: none;
}

@media print {
  #print-banner {
    display: block;
  }
  body {
    -webkit-print-color-adjust: exact !important;
  }
  body,
  .e-con {
    background-color: white !important;
  }
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .page_has_ms .elementor-widget:not(.elementor-widget-bb-schedule) {
    display: none;
  }
  #header-nav,
  #header-socials,
  #header-banner,
  .elementor-location-footer,
  #wpadminbar,
  button.download-sched-bttn,
  .uwy {
    display: none !important;
  }
  .e-con > .e-con-inner {
    max-width: 100% !important;
  }
  .ms-col-legend {
    width: 50px;
  }
  .ms-col-header h3 {
    font-size: 1.2em !important;
  }
  section.ms {
    margin: 0 20px;
  }
  html {
    margin-top: 0 !important;
  }
  h1, h2, h3, h4, h5,
  .ms-legend {
    color: black;
  }
  .ms-qtr.hasSet:not(.ms-legend) h3 {
    color: white;
  }
}
