/* US Tour */
.social.ustour {
  margin-bottom: 1em;
}
.social.ustour img {
  margin: 0 3px;
}

.queendom {
  margin-top: 20px;
  margin-bottom: 10px;
}

#lottery .tour-dates,
#sotm .tour-dates {
  max-width: 780px;
  margin: 0 auto 1em;
}
#lottery .tour-dates article,
#sotm .tour-dates article {
  display: none;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a7a99;
}
#lottery .tour-dates article.today, #lottery .tour-dates article.future,
#sotm .tour-dates article.today,
#sotm .tour-dates article.future {
  display: block;
}
#lottery .tour-dates article p,
#sotm .tour-dates article p {
  display: block;
  margin-bottom: 6px;
}
#lottery .tour-dates article p .venue,
#sotm .tour-dates article p .venue {
  display: block;
  font-size: 0.8em;
}
#lottery .tour-dates article .dates,
#sotm .tour-dates article .dates {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8em;
}
#lottery .tour-dates article a,
#sotm .tour-dates article a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.8em;
  font-weight: 700;
}
@media (min-width: 768px) {
  #lottery .tour-dates article,
  #sotm .tour-dates article {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  #lottery .tour-dates article.today, #lottery .tour-dates article.future,
  #sotm .tour-dates article.today,
  #sotm .tour-dates article.future {
    display: flex;
  }
  #lottery .tour-dates article p,
  #sotm .tour-dates article p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.1;
    width: 40%;
  }
  #lottery .tour-dates article .dates,
  #sotm .tour-dates article .dates {
    margin-bottom: 0;
    width: 35%;
    text-align: left;
  }
  #lottery .tour-dates article span:nth-child(3),
  #sotm .tour-dates article span:nth-child(3) {
    width: 25%;
    text-align: right;
  }
}
@media (min-width: 960px) {
  #lottery .tour-dates article a:hover,
  #sotm .tour-dates article a:hover {
    text-decoration: none;
    color: white;
  }
}

#cast-tour-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 770px;
  margin: 0 auto;
  padding-top: 10px;
  height: 184px;
}
#cast-tour-list span,
#cast-tour-list a {
  flex: 1 1 32px;
  width: 48%;
  margin: 0 1% 4px;
  text-align: left;
  max-height: 33px;
}
#cast-tour-list span.past,
#cast-tour-list a.past {
  display: none !important;
}
@media (min-width: 600px) {
  #cast-tour-list {
    height: 184px;
  }
  #cast-tour-list span {
    width: 31%;
    max-height: 32px;
  }
}
@media (min-width: 768px) {
  #cast-tour-list {
    height: 120px;
  }
  #cast-tour-list span,
  #cast-tour-list a {
    width: 23%;
    max-height: 33px;
  }
}

#cast-tour-list-boleyn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 770px;
  margin: 0 auto;
  padding-top: 10px;
  height: 660px;
}
#cast-tour-list-boleyn span,
#cast-tour-list-boleyn a {
  flex: 1 1 32px;
  width: 48%;
  margin: 0 1% 4px;
  text-align: left;
  max-height: 33px;
}
#cast-tour-list-boleyn span.past,
#cast-tour-list-boleyn a.past {
  display: none !important;
}
@media (min-width: 600px) {
  #cast-tour-list-boleyn {
    height: 444px;
  }
  #cast-tour-list-boleyn span,
  #cast-tour-list-boleyn a {
    width: 31%;
    max-height: 32px;
  }
}
@media (min-width: 768px) {
  #cast-tour-list-boleyn {
    height: 336px;
  }
  #cast-tour-list-boleyn span,
  #cast-tour-list-boleyn a {
    width: 23%;
  }
}

.logo-6 {
  display: block;
  margin: 0 auto 1em;
}

.meet {
  display: inline-block;
  margin: 0 auto 1em;
}

.tour-cast-nav {
  display: flex;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 1em 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  justify-content: space-around;
  align-items: center;
}
.tour-cast-nav h4 {
  display: flex;
  align-items: center;
  opacity: 0.7;
  position: relative;
}
.tour-cast-nav h4:before, .tour-cast-nav h4:after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 48px;
}
.tour-cast-nav h4.active, .tour-cast-nav h4:hover {
  opacity: 1;
}
.tour-cast-nav h4.active:before, .tour-cast-nav h4.active:after {
  background: url("../_img/tour-cast-crown.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 550px) {
  .tour-cast-nav h4 {
    font-size: 1.05em;
  }
  .tour-cast-nav h4:before, .tour-cast-nav h4:after {
    width: 30px;
    height: 29px;
  }
}

ul.team > br {
  display: none;
}
@media (min-width: 758px) {
  ul.team > br {
    display: inline;
  }
}

#img-grid {
  display: block;
  margin: 0 auto 2em;
}
#img-grid span {
  display: inline-flex;
  margin: 0 auto 0.5em;
  padding: 6px;
  gap: 6px;
  background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-image: linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
  background-color: #dac36d;
}
#img-grid span img {
  width: calc(50% - 3px);
}
#img-grid span:nth-child(3) {
  width: 50%;
}
#img-grid span:nth-child(3) img {
  width: 100%;
}
@media (min-width: 758px) {
  #img-grid {
    display: inline-flex;
    margin: 2em auto 3em;
    padding: 6px;
    gap: 6px;
    background-image: -webkit-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
    background-image: -moz-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
    background-image: -ms-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
    background-image: -o-linear-gradient(left, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
    background-image: linear-gradient(to right, #f7ecaf 9%, #dac36d 30%, #b78837 57%, #b78837 67%, #f6e393 84%);
    background-color: #dac36d;
  }
  #img-grid span {
    width: calc(40% - 4px);
    background: transparent;
    margin: 0;
    padding: 0;
    gap: 6px;
  }
  #img-grid span img {
    width: calc(50% - 3px);
  }
  #img-grid span:nth-child(3) {
    width: calc(20% - 4px);
  }
}
@media (min-width: 1200px) {
  #img-grid {
    margin: 3em auto 3em;
    padding: 9px;
    gap: 9px;
  }
  #img-grid span {
    width: calc(40% - 6px);
    gap: 9px;
  }
  #img-grid span img {
    width: calc(50% - 4.5px);
  }
  #img-grid span:nth-child(3) {
    width: calc(20% - 6px);
  }
}

#sotm {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 10px;
}
#sotm .sotm-logo {
  max-width: 80%;
  margin: 0 auto 2em;
}
#sotm h2 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.85em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  #sotm h2 {
    font-size: 3em;
  }
}
#sotm .month-block {
  display: block;
  margin: 0 auto 2em;
  text-align: center;
}
#sotm .month-block h2 {
  display: inline-block;
  margin-bottom: 0.25em;
}
#sotm .month-block article {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-top: 0;
  border-top: 1px solid #dac36d;
}
#sotm .month-block article:last-child {
  border-bottom: 1px solid #dac36d;
}
#sotm #img-grid {
  margin: 0 auto;
}
#sotm input[type=checkbox] {
  display: none;
}
#sotm input[type=checkbox]:checked + .item h3 {
  position: relative;
  color: #fff;
}
#sotm input[type=checkbox]:checked + .item h3:after {
  transform: rotate(45deg);
}
#sotm input[type=checkbox]:checked + .item .answer {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s, opacity 0.5s;
}
#sotm .item {
  display: block;
  margin-bottom: 0.1rem;
}
#sotm h3 {
  padding: 0.1rem 0.3rem;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sotm h3:after {
  display: block;
  float: right !important;
  font-size: 1.5em;
  content: "+";
  padding-right: 5px;
  transition: all 0.25s linear;
  color: #dac36d;
}
#sotm .answer {
  width: 94%;
  margin: 0 auto;
  padding: 0 0.3rem;
  text-align: left;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  font-size: 1.2em;
}/*# sourceMappingURL=ustour.css.map */