@font-face {
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-family: Gotham;
  font-weight: 400;
}
@font-face {
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-family: Gotham;
  font-weight: 700;
}
@font-face {
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-family: Gotham;
  font-weight: 500;
}
.video-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

* {
  transition: all 250ms linear;
}

.page-template-page-princess-concert,
.page-template-page-princess-coming {
  background: #000000;
  font-family: Gotham;
  color: #ffffff;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .header-container {
    display: block;
  }
}
.header-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-container .header-logo {
  flex: 0 0 25%;
}
@media screen and (max-width: 767px) {
  .header-container .header-logo {
    text-align: center;
  }
}
.header-container .header-nav {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .header-container .header-nav {
    padding: 15px 0px;
  }
}
.header-container .header-nav ul {
  justify-content: space-between;
}
.header-container .header-nav ul li a {
  text-transform: uppercase;
  font-family: Gotham;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}
.header-container .header-nav ul li a:hover {
  color: #e5a14b;
}
.header-container .header-socials {
  flex: 0 0 25%;
}
.header-container .header-socials ul {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header-container .header-socials ul {
    justify-content: center;
  }
}
.header-container .header-socials ul li {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .header-container .header-socials ul li {
    padding: 0 10px;
  }
}
.header-container .header-socials ul li a {
  color: #e5a14b;
}

.princess-hero-tour-about {
  background: url(../images/bg_about.png) 50% 100% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .princess-hero-tour-about {
    background-position: 50% 90%;
  }
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0 0;
  background: url(../images/logo-princess.png) 50% 18px no-repeat;
  background-size: 42px 32px;
}
.section-title span {
  padding: 0 30px;
  color: #e5a14b;
  font-family: Gotham;
  font-weight: 500;
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .section-title span {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 30px;
  }
}
.section-title:before, .section-title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #e5a14b;
}

.section-content {
  padding: 50px 0 80px;
}

.section-hero {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-hero {
    padding-top: 20px;
  }
}
.section-hero img {
  display: inline-block;
}
.section-hero .img-last {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-tour .tours .tour {
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .section-tour .tours .tour {
    padding: 10px 20px;
    flex-wrap: wrap;
  }
}
.section-tour .tours .tour.loaded {
  display: flex;
}
.section-tour .tours .tour:nth-child(odd) {
  background: rgba(166, 74, 147, 0.4);
}
.section-tour .tours .tour:nth-child(even) {
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .section-tour .tours .tour:nth-child(even) {
    padding: 20px 20px;
  }
}
.section-tour .tours .tour-date {
  flex: 0 0 9%;
  text-align: center;
  padding: 0 30px 0 0;
  font-family: Gotham;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .section-tour .tours .tour-date {
    flex: 0 0 15%;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-tour .tours .tour-date {
    padding: 0;
    flex: 0 0 22%;
  }
}
.section-tour .tours .tour-date > div {
  border: 1px solid #ffffff;
  padding: 8px 10px;
}
.section-tour .tours .tour-date__month {
  font-size: 11px;
}
.section-tour .tours .tour-date__day {
  font-size: 33px;
  padding: 4px 0;
}
.section-tour .tours .tour-date__year {
  font-size: 11px;
}
.section-tour .tours .tour-info {
  flex: 0 0 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-tour .tours .tour-info {
    display: block;
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 767px) {
  .section-tour .tours .tour-info {
    font-size: 14px;
  }
}
.section-tour .tours .tour-info .title {
  flex: 33.33%;
}
.section-tour .tours .tour-info .location {
  flex: 0 0 33.33%;
}
.section-tour .tours .tour-info .venue {
  flex: 0 0 33.33%;
}
.section-tour .tours .tour-action {
  flex: 0 0 10%;
}
@media screen and (max-width: 991px) {
  .section-tour .tours .tour-action {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .section-tour .tours .tour-action {
    flex: 0 0 100%;
    padding-top: 10px;
  }
}
.section-tour .tours .tour-action a {
  background: #a64a93;
  display: block;
  color: #ffffff;
  padding: 8px 20px;
  font-family: Gotham;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.section-tour .tours .tour-action a:hover {
  background: #e5a14b;
}
.section-tour .tours-action {
  text-align: center;
  padding: 50px 0 0 0;
}
.section-tour .tours-action a {
  background: #e5a14b;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 20px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  font-size: 15px;
}
.section-tour .tours-action a:hover {
  color: #ffffff;
}

.section-about .section-content {
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .section-about .section-content {
    padding: 50px 0 40px;
  }
}
.section-about .about-content {
  max-width: 930px;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (max-width: 991px) {
  .section-about .about-content {
    font-size: 16px;
  }
}
.section-about .about-content p {
  margin-bottom: 30px;
}

.section-vip .packages .package + .package {
  padding-top: 50px;
}
.section-vip .packages .package-title {
  text-align: center;
  font-size: 36px;
  padding: 0 0 25px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-vip .packages .package-title {
    font-size: 22px;
  }
}
.section-vip .packages .package-content {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .section-vip .packages .package-content {
    font-size: 15px;
  }
}
.section-vip .packages .package-content p {
  margin: 0;
}
.section-vip .packages .package-content ul {
  padding: 15px 0;
  margin: 0;
}
.section-vip .packages .package-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.section-casts {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  padding: 750px 0 0;
}
@media screen and (max-width: 991px) {
  .section-casts {
    padding: 400px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-casts {
    padding: 200px 0 0 0;
  }
}
.section-casts .casts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-casts .casts .cast {
  flex: 0 0 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 991px) {
  .section-casts .casts .cast {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .section-casts .casts .cast {
    flex: 0 0 100%;
  }
}
.section-casts .casts .cast-image {
  flex: 0 0 40%;
  max-height: 260px;
  overflow: hidden;
}
.section-casts .casts .cast-info {
  flex: 0 0 56%;
}
.section-casts .casts .cast-info__name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .section-casts .casts .cast-info__name {
    font-size: 16px;
  }
}
.section-casts .casts .cast-info__bio {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.section-casts .casts .cast-info__action {
  padding: 10px 0 0 0;
}
.section-casts .casts .cast-info__action a {
  background: #e5a14b;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 20px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .section-casts .casts .cast-info__action a {
    font-size: 11px;
    padding: 8px 15px;
  }
}
.section-casts .casts .cast-info__action a:hover {
  color: #ffffff;
}
.section-casts .casts-description {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-casts .casts-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section-casts .casts-description {
    font-size: 12px;
  }
}
.section-casts .casts-description p:nth-child(2) {
  color: #e5a14b;
  font-weight: 500;
}
.section-casts .casts-description p a {
  color: #e5a14b;
  text-decoration: underline;
}

.mfp-content {
  padding-top: 50px;
}
.mfp-content .mfp-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  opacity: 1;
  font-size: 40px;
}

.cast-popup {
  background: #ffffff;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 5px solid #e5a14b;
}
.cast-popup .cast-popup-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cast-popup .cast-popup-inner {
    display: block;
    max-height: none;
  }
}
.cast-popup-image {
  flex: 0 0 45%;
}
@media screen and (max-width: 991px) {
  .cast-popup-image {
    flex: 50%;
  }
}
.cast-popup-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cast-popup-info {
  flex: 0 0 55%;
  color: #000000;
  padding: 30px 50px;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .cast-popup-info {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .cast-popup-info {
    max-height: none;
    padding: 30px 20px;
  }
}
.cast-popup-info__logo img {
  width: 42px;
}
.cast-popup-info__name {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  .cast-popup-info__bio {
    font-size: 13px;
  }
}

.page-template-page-princess-coming .header-nav {
  display: none;
}
.page-template-page-princess-coming .header-socials {
  display: none;
}

.princess-coming-soon {
  color: #ffffff;
}
.princess-coming-soon .section-artwork {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .princess-coming-soon .section-artwork {
    padding-top: 20px;
  }
}
.princess-coming-soon .section-artwork img {
  display: inline-block;
}
.princess-coming-soon .section-artwork .img-last {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.princess-coming-soon .section-text {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 80px;
  margin-top: -40px;
  position: relative;
}
.princess-coming-soon .section-video {
  padding-bottom: 80px;
}
@keyframes fadeInLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInLoop {
  animation-name: fadeInLoop;
}
@keyframes fadeOutLoop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOutLoop {
  animation-name: fadeOutLoop;
}/*# sourceMappingURL=princess.css.map */