/*
Theme Name: Umbrella
Author: Tengfei
Author URI: https://github.com/tengfei2015
Description: This theme is developed for insomniac umbrella sites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umbrella
*/
/* =Vender
----------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* =Shared
----------------------------------------------------*/
@font-face {
  font-family: 'AktivGrotesk-Bold';
  src: url("../../assets/fonts/346B5C_0_0.woff2") format("woff2"), url("../../assets/fonts/346B5C_0_0.woff") format("woff"); }

@font-face {
  font-family: 'AktivGrotesk-Regular';
  src: url("../../assets/fonts/346B5C_1_0.woff2") format("woff2"), url("../../assets/fonts/346B5C_1_0.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../../assets/fonts/Montserrat-Bold.eot");
  src: url("../../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../../assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("../../assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg"), url("../../assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../../assets/fonts/Montserrat-Regular.eot");
  src: url("../../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype"), url("../../assets/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"), url("../../assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../../assets/fonts/Montserrat-Light.eot");
  src: url("../../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Light.woff") format("woff"), url("../../assets/fonts/Montserrat-Light.ttf") format("truetype"), url("../../assets/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg"), url("../../assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  /* IcoMoon */
  font-style: normal;
  font-weight: 400;
  font-family: IcoMoon;
  src: url("../../assets/fonts/icomoon/icomoon.eot");
  src: url("../../assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.ttf") format("truetype"); }

/* ----- Font Family ----- */
/* ----- Max Widths ----- */
/* ----- Colors ----- */
/* ----- Max Widths ----- */
/* ----- Grid Breakpoints ----- */
/* ----- Media Queries ----- */
/* ----- Mixins ----- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 16px;
  padding-right: 16px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-top-30 {
  margin-top: 30px; }

@media (min-width: 768px) {
  .desktop-margin-left-30 {
    margin-left: 30px; } }

/* Slick default styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: auto; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots button {
  line-height: 1; }

/* -----  Base Arrow Styles ----- */
.slick-arrow {
  background: rgba(0, 0, 0, 0.4) url(../../assets/images/icons/arrow-carousel-white.svg) center center no-repeat;
  background-size: 7px 15px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  text-indent: 100px;
  white-space: nowrap;
  width: 50px;
  z-index: 2; }
  @media all and (min-width: 48em) {
    .slick-arrow {
      background-size: 11px 19px; } }
  @media all and (min-width: 60.5625em) {
    .slick-arrow {
      background-size: 9px 17px; } }
  .slick-arrow:focus {
    outline: none; }

.slick-prev {
  left: 10px;
  transform: translateY(-50%) scale(-1); }
  @media all and (min-width: 48em) {
    .slick-prev {
      left: 30px; } }
  @media all and (min-width: 60.5625em) {
    .slick-prev {
      left: 20px; } }

.slick-next {
  right: 10px;
  transform: translateY(-50%); }
  @media all and (min-width: 48em) {
    .slick-next {
      right: 30px; } }
  @media all and (min-width: 60.5625em) {
    .slick-next {
      right: 20px; } }

/* -----  Default Content Carousel ----- */
.carousel .slick {
  margin-bottom: 20px;
  overflow: hidden; }
  .carousel .slick-list {
    margin-left: 0; }
  .carousel .slick-slide {
    outline: none;
    padding: 0;
    position: relative; }

.carousel__footer {
  color: #8b8b8b;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  min-height: 40px; }
  .carousel__footer-caption {
    flex: 1 1 auto; }
  .carousel__footer-count {
    flex: 0 0 70px;
    text-align: right; }

/* -----  Card Carousel ----- */
.card-carousel .title-block {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  .card-carousel .title-block h2, .card-carousel .title-block h3 {
    flex: 1 1 auto;
    margin: 0; }
  .card-carousel .title-block .slick-arrows {
    display: inline-block;
    transform: translateY(-6px); }

.card-carousel .slick {
  margin-bottom: 40px; }
  .card-carousel .slick-list {
    margin-left: -10px; }
  .card-carousel .slick-slide {
    box-sizing: border-box;
    padding: 0 10px; }
    .card-carousel .slick-slide:focus {
      outline: none; }
  .card-carousel .slick-arrow {
    background: url(../../assets/images/icons/arrow-carousel-black.svg) 0 0 no-repeat;
    border-radius: 0;
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: 24px;
    position: relative;
    top: 0;
    transform: none;
    width: 20px; }
    .card-carousel .slick-arrow:focus {
      outline: none; }
  .card-carousel .slick-prev {
    top: -1px;
    transform: scale(-1); }

.card-carousel a {
  outline: none; }

.js-cardCarousel4 .card {
  max-width: 310px; }

.js-cardCarousel3 .card {
  max-width: 420px; }

/* -----  Hero Carousel ----- */
.hero-carousel .slick {
  margin-bottom: 50px;
  overflow: hidden; }
  .hero-carousel .slick-list {
    margin-left: 0; }
  .hero-carousel .slick > div:not(:first-child) > picture {
    display: none; }
  .hero-carousel .slick-slide {
    outline: none;
    padding: 0;
    position: relative; }
  .hero-carousel .slick-arrow {
    background-color: transparent; }
    @media all and (min-width: 60.5625em) {
      .hero-carousel .slick-arrow.show {
        display: block; } }
  .hero-carousel .slick-prev, .hero-carousel .slick-next {
    display: none; }
    @media all and (min-width: 48em) and (max-width: 60.5625em) {
      .hero-carousel .slick-prev, .hero-carousel .slick-next {
        display: block; } }
  @media all and (min-width: 48em) and (max-width: 60.5625em) {
    .hero-carousel .slick-prev {
      left: -5px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel .slick-prev {
      left: 8px; } }
  @media all and (min-width: 48em) and (max-width: 60.5625em) {
    .hero-carousel .slick-next {
      right: -5px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel .slick-next {
      right: 8px; } }
  .hero-carousel .slick-dots {
    bottom: 15px;
    font-size: 0;
    left: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute; }
    @media all and (min-width: 48em) {
      .hero-carousel .slick-dots {
        bottom: 35px;
        left: 50px; } }
    @media all and (min-width: 60.5625em) {
      .hero-carousel .slick-dots {
        bottom: 45px;
        left: 60px; } }
    .hero-carousel .slick-dots li {
      display: inline-block;
      margin: 0 7px 0 0;
      padding: 0; }
      .hero-carousel .slick-dots li::before {
        display: none; }
      .hero-carousel .slick-dots li button {
        background: transparent;
        border: none;
        cursor: pointer;
        height: 30px;
        font-size: 0;
        margin: 0;
        padding: 0;
        text-indent: 200%;
        width: 30px; }
        .hero-carousel .slick-dots li button:after {
          background: rgba(255, 255, 255, 0.2);
          content: '';
          display: block;
          height: 3px;
          width: 30px; }
        .hero-carousel .slick-dots li button:focus {
          outline: none; }
        .hero-carousel .slick-dots li button:hover:after {
          background: #fff; }
      .hero-carousel .slick-dots li.slick-active button:after {
        background: #fff; }

.hero-carousel__content {
  bottom: 25px;
  color: #fff;
  left: 20px;
  margin-bottom: 34px;
  padding-right: 20px;
  position: absolute;
  right: 20px;
  white-space: normal;
  z-index: 2; }
  @media all and (min-width: 48em) {
    .hero-carousel__content {
      bottom: 40px;
      left: 40px;
      right: 40px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel__content {
      bottom: 60px;
      left: 60px;
      max-width: 730px;
      right: auto; } }
  .hero-carousel__content span {
    display: block;
    font-size: 16px;
    margin: 8px 0 28px; }
    @media all and (min-width: 60.5625em) {
      .hero-carousel__content span {
        margin: 18px 0 38px; } }
  .hero-carousel__content .button {
    margin: 0 0 10px 0;
    min-width: 132px;
    padding: 0 10px; }
    .hero-carousel__content .button ~ .button {
      margin-left: 10px; }

@media all and (max-width: 60.5em) {
  .hero-carousel__content {
    margin-bottom: 0;
    background-color: #000;
    padding: 20px;
    position: static; }
  .hero-carousel .slick-dots li button {
    display: none; } }

/* -----  Media Carousel ----- */
.media-carousel {
  background: #000;
  height: calc(100vh); }
  @media all and (min-width: 48em) {
    .media-carousel {
      height: 500px;
      width: 100%;
      overflow: hidden; } }
  @media all and (min-width: 48em) {
    .modal__photo .media-carousel {
      height: calc(100vh - 80px); } }
  .media-carousel .slick {
    height: calc(100% - 297px);
    position: relative; }
    @media all and (min-width: 48em) {
      .media-carousel .slick {
        height: calc(100% - 117px); } }
    .media-carousel .slick-list {
      height: 100%;
      margin-left: 0; }
    .media-carousel .slick-track {
      height: 100%; }
      .media-carousel .slick-track::before {
        content: '';
        display: table; }
      .media-carousel .slick-track::after {
        content: '';
        display: table;
        clear: both; }
    .media-carousel .slick-slide {
      height: 100%;
      outline: none;
      padding: 0;
      position: relative; }
    .media-carousel .slick-arrow {
      bottom: -95px; }
      @media all and (min-width: 48em) {
        .media-carousel .slick-arrow {
          bottom: auto;
          display: none;
          top: 50%; } }
      .media-carousel .slick-arrow.show {
        display: block; }
  .media-carousel img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .media-carousel__footer {
    background: #000;
    color: #fff;
    padding: 0 20px 20px 20px;
    position: relative; }
    @media all and (min-width: 48em) {
      .media-carousel__footer {
        height: 117px;
        padding: 20px 30px; } }
    .media-carousel__footer::before {
      content: '';
      display: block;
      height: 90px;
      position: relative;
      width: 100%; }
      @media all and (min-width: 48em) {
        .media-carousel__footer::before {
          display: none; } }
    .media-carousel__footer-caption {
      color: #8b8b8b;
      display: none;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media all and (min-width: 48em) {
        .media-carousel__footer-caption {
          padding-right: 70px; } }
      .media-carousel__footer-caption.show {
        display: block; }
    .media-carousel__footer-share {
      color: #8b8b8b;
      font-size: 14px;
      line-height: 1.5;
      padding-right: 70px; }
      .media-carousel__footer-share .social {
        align-items: center;
        padding-top: 5px; }
        .media-carousel__footer-share .social h6 {
          margin: -3px 20px 0 0;
          width: auto; }
    .media-carousel__footer-count {
      color: #8b8b8b;
      font-size: 14px;
      left: 50%;
      line-height: 1.5;
      position: absolute;
      text-align: right;
      top: 35px;
      transform: translateX(-50%); }
      @media all and (min-width: 48em) {
        .media-carousel__footer-count {
          left: auto;
          right: 30px;
          top: 20px;
          transform: none; } }

/* ----- Testimonail Carousel ----- */
.testimonial-carousel {
  margin-bottom: 60px;
  position: relative; }
  .testimonial-carousel .slick {
    margin-bottom: 20px; }
    .testimonial-carousel .slick-list {
      margin-left: 0; }
    .testimonial-carousel .slick-slide {
      outline: none;
      padding: 0;
      position: relative; }
    .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
      top: 30%; }
  .testimonial-carousel__block {
    margin: 0 auto;
    max-width: 450px; }
    .testimonial-carousel__block picture {
      margin: 0 auto 20px;
      min-height: 280px;
      position: relative; }
  .testimonial-carousel__content {
    box-sizing: border-box;
    position: relative; }
    .testimonial-carousel__content p:last-child {
      margin-bottom: 0; }

@media all and (min-width: 590px) {
  .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    top: 225px; } }

@media all and (min-width: 60.5625em) {
  .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    top: 50%; }
  .testimonial-carousel__block {
    display: flex;
    max-width: none; }
    .testimonial-carousel__block picture {
      margin-bottom: 0;
      width: 50%; }
  .testimonial-carousel__content {
    padding-left: 20px;
    padding-right: 80px;
    width: 50%; } }

@media all and (min-width: 1110px) {
  .testimonial-carousel .slick-prev {
    left: -80px; }
  .testimonial-carousel .slick-next {
    right: -80px; }
  .testimonial-carousel__content {
    padding-right: 0; } }

/* -----  Tile Carousel ----- */
.tile-carousel {
  position: relative; }
  .tile-carousel__header {
    color: #fff;
    left: 30px;
    position: absolute;
    right: 30px;
    text-align: left;
    top: 20px;
    z-index: 2; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__header {
        left: 50px;
        top: 40px; } }
  .tile-carousel .slick {
    margin-bottom: 20px; }
    .tile-carousel .slick-list {
      margin-left: 0; }
    .tile-carousel .slick-slide {
      outline: none;
      padding: 0;
      position: relative; }
  .tile-carousel picture {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    width: 100%; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel picture {
        max-width: none;
        transform: translateX(50%);
        width: 50%; } }
  .tile-carousel__content {
    box-sizing: border-box;
    color: #fff;
    min-height: 300px;
    padding: 0 20px 20px 20px;
    position: relative; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__content {
        box-sizing: border-box;
        left: 0;
        min-height: 0;
        padding: 0 10px 0 12.5%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; } }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__content.js-pushdown {
        top: 100px;
        transform: none; } }
    .tile-carousel__content p {
      margin-bottom: 0; }

/* ----- Up to Max Small Screen ----- */
@media all and (max-width: 47.9375em) {
  .card-carousel .slick {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .card-carousel .slick > div {
      flex-shrink: 0;
      max-width: 75%; }
  .hero-carousel .slick > div {
    flex-basis: 100%;
    flex-shrink: 0; }
  .card-carousel .slick > div:not(:first-child) {
    margin-left: 20px; } }

.hero-carousel .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.05) 63%, #000 100%); }

@media (min-width: 60.5625em) {
  .hero-carousel .overlay {
    display: block; } }

/* =Base
----------------------------------------------------*/
/* ----- Default Link ----- */
a {
  color: #dcb21a;
  transition: color 250ms ease-in-out;
  /* External Text Link */
  /* On Background Theme */
  /* Within h2 */ }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none; }
  a.link-external {
    background: url(../../assets/images/icons/arrow-external-black.svg) right top 3px no-repeat;
    padding-right: 12px; }
  .bg-theme a {
    color: rgba(255, 255, 255, 0.75); }
  h2 a {
    color: #000; }

/* ----- Default Button ----- */
.button,
button {
  background-color: #dcb21a;
  background-image: url(../../assets/images/icons/transparent.png);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  height: 50px;
  overflow: hidden;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  transition: background-color 250ms ease-in-out;
  vertical-align: top;
  /* Outline Button */
  /* External Button */ }
  .button:link, .button:visited, .button:hover, .button:active,
  button:link,
  button:visited,
  button:hover,
  button:active {
    color: #fff; }
  .button--outline1,
  button--outline1 {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .button--outline1:link, .button--outline1:visited, .button--outline1:hover, .button--outline1:active,
    button--outline1:link,
    button--outline1:visited,
    button--outline1:hover,
    button--outline1:active {
      color: #848f94; }
  .button--outline2,
  button--outline2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .button--outline2:hover,
    button--outline2:hover {
      padding: 16px 24px; }
  .button[target*="_blank"],
  button[target*="_blank"] {
    background-image: url(../../assets/images/icons/arrow-external-white.svg);
    background-position: right 2px top 2px;
    background-repeat: no-repeat; }
  .button.loading,
  button.loading {
    background: url(../../assets/images/icons/animated-loading.gif) center center no-repeat;
    border: 0;
    cursor: default;
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto; }

/* ----- Form Button ----- */
button {
  border: 0; }

.custom-form button,
.custom-form .button {
  background-color: #dcb21a;
  height: 43px;
  font-size: 14px;
  line-height: 44px;
  width: 160px;
  -webkit-appearance: none; }

/* ----- (Firefox), (Chrome | Edge | Safari) ----- */
@media (-moz-touch-enabled: 0), (hover: hover) {
  /* ----- Link : Internal ----- */
  a:hover {
    color: #7f7f7f; }
  /* ----- Link : Global Footer ----- */
  .site-footer a:hover {
    color: #b3b3b3; }
  /* ----- Button : Default ----- */
  .button:hover {
    background-color: #b68703;
    color: #fff; }
  .button--outline1:hover {
    background-color: #f4f4f4;
    color: #848f94; }
  .btn-all:visited, .btn-all:active {
    background-color: transparent; }
  .loading:hover {
    background-color: transparent; } }

/* = Utility
----------------------------------------------------*/
/* ----- Hide element, but available for screen readers ----- */
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.u-text-center {
  text-align: center; }

.float-r {
  float: right; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  font-family: "Montserrat-Regular", sans-serif;
  background-color: #12121a;
  background-image: -webkit-gradient(linear, left top, right top, from(#12121a), to(#12121a));
  background-image: -webkit-linear-gradient(left, #12121a, #3b3b47);
  background-image: -moz-linear-gradient(left, #12121a, #3b3b47); }

#hiveSDKHelperIFrame {
  display: none; }

.socials div {
  display: flex; }

.socials a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  margin: auto; }
  .socials a:first-of-type {
    margin-left: 0; }
  .socials a:hover {
    opacity: 0.7; }

.socials.white a {
  background-position: center bottom -11px; }

.socials .website {
  background: url(/wp-content/assets/images/socials/globe.svg) center top -11px no-repeat; }

.socials .snapchat {
  background: url(/wp-content/assets/images/socials/snapchat.svg) center top -11px no-repeat; }

.socials .soundcloud {
  background: url(/wp-content/assets/images/socials/soundcloud.svg) center top -11px no-repeat; }

.socials .facebook {
  background: url(/wp-content/assets/images/socials/facebook.svg) center top -11px no-repeat; }

.socials .twitter {
  background: url(/wp-content/assets/images/socials/twitter-new.svg) center top -11px no-repeat; }

.socials .instagram {
  background: url(/wp-content/assets/images/socials/instagram.svg) center top -11px no-repeat; }

.socials .spotify {
  background: url(/wp-content/assets/images/socials/spotify.svg) center top -11px no-repeat; }

.socials .youtube {
  background: url(/wp-content/assets/images/socials/youtube.svg) center top -11px no-repeat; }

.socials .email {
  background: url(/wp-content/assets/images/socials/email.svg) center top -11px no-repeat; }

.socials .twitch {
  background: url(/wp-content/assets/images/socials/twitch.svg) center top -11px no-repeat; }

.socials .tiktok {
  background: url(/wp-content/assets/images/socials/tiktok.png) center bottom 0 no-repeat; }

.sec {
  margin: 56px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0; }

.h2 {
  margin-bottom: 24px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  position: relative; }

.sold-out {
  display: inline-block;
  font-size: 18px;
  padding: 16px 24px;
  margin-right: 10px;
  height: 50px;
  background: #c2c8cb;
  color: #fff; }

.sold-out {
  line-height: 18px;
  display: inline-block !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.page-template-template-events .sold-out, .home .sold-out {
  float: left; }

.btn-all {
  display: block;
  font-size: 18px;
  margin-right: 0; }

p {
  line-height: 1.6;
  margin-bottom: 25px; }

img {
  max-width: 100%; }

/* Close */
.icon-x, .mfp-content .mfp-close {
  background: #4c4c4c url(../../assets/images/icons/x-white.svg) center center no-repeat;
  background-clip: content-box;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  margin: 17px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 46px;
  opacity: 1; }

.mfp-container .mfp-close {
  font-size: 0;
  padding: 0;
  margin: 0;
  top: -60px;
  left: 50%;
  margin-left: -23px;
  cursor: pointer !important; }

.imitate-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .imitate-table > div {
    display: table-cell;
    vertical-align: middle; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

@media (min-width: 1920px) {
  .container {
    width: 88.75rem; } }

@media (min-width: 768px) {
  .h2 {
    padding-bottom: 32px;
    margin-bottom: 48px;
    font-size: 30px; }
    .h2:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 104px;
      height: 4px;
      background-color: #dcb21a; }
  .sec-galleries .container h2, .sec-events .container h2, .sec-events-past.sec-event-detail .container h2 {
    line-height: 22px; }
  .btn-all {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 32px; } }

@media (max-width: 767px) {
  .sec {
    margin: 32px 0; }
  .mb-xs-16 {
    margin-bottom: 16px; }
  body #main-wrapper {
    padding-top: 64px; }
  body.home #main-wrapper {
    padding-top: 0; } }

@media (max-width: 1199px) {
  .site-footer .socials {
    max-width: 320px;
    margin: auto; }
    .site-footer .socials a:last-of-type {
      margin-right: 0; }
  .site-footer .visible-sm {
    display: flex !important; } }

.optanon-show-settings-popup-wrapper {
  display: none; }

@media (max-width: 1199px) {
  .navbar .col-md-3 {
    width: 100%; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sec {
    margin: 112px 0; } }

@media (max-width: 1199px) {
  .col-sm-12 {
    width: 100%; }
  .col-md-pull-6 {
    right: unset; }
  .col-md-push-6 {
    left: unset; } }

.page-content .container {
  color: #fff; }
  .page-content .container ul {
    list-style: disc inside; }
  .page-content .container ol {
    list-style: decimal inside; }
  .page-content .container a {
    text-decoration: underline; }

@media (min-width: 992px) {
  body {
    padding-top: 85px; }
  body.home {
    padding-top: 0; } }

@media (min-width: 768px) {
  .hero-carousel {
    max-width: 1600px;
    margin: auto;
    width: 100%; } }

.hero-carousel img {
  display: block;
  max-width: 100%; }

.hero-carousel .slick {
  margin-bottom: 50px;
  overflow: hidden; }

.hero-carousel .slick-list {
  margin-left: 0; }

.hero-carousel .slick > div:not(:first-child) > picture {
  display: none; }

.hero-carousel .slick-slide {
  outline: none;
  padding: 0;
  position: relative; }

.hero-carousel .slick-arrow {
  background-color: transparent; }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-arrow.show {
    display: block; } }

.hero-carousel .slick-prev, .hero-carousel .slick-next {
  display: none; }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-prev, .hero-carousel .slick-next {
    display: block; } }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-prev {
    left: -5px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-prev {
    left: 8px; } }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-next {
    right: -5px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-next {
    right: 8px; } }

.hero-carousel .slick-dots {
  bottom: 15px;
  font-size: 0;
  left: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto; }

@media all and (min-width: 48em) {
  .hero-carousel .slick-dots {
    bottom: 35px;
    left: 50px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-dots {
    bottom: 45px;
    left: 60px; } }

.hero-carousel .slick-dots li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden; }

.hero-carousel .slick-dots li::before {
  display: none; }

.hero-carousel .slick-dots li button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-indent: 200%;
  width: 30px; }

.hero-carousel .slick-dots li button:after {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 3px;
  width: 30px; }

.hero-carousel .slick-dots li button:focus {
  outline: none; }

.hero-carousel .slick-dots li button:hover:after {
  background: #fff; }

.hero-carousel .slick-dots li.slick-active button:after {
  background: #fff; }

.hero-carousel__content {
  bottom: 25px;
  color: #fff;
  left: 20px;
  margin-bottom: 34px;
  padding-right: 20px;
  position: absolute;
  right: 20px;
  white-space: normal;
  z-index: 2; }

@media all and (min-width: 48em) {
  .hero-carousel__content {
    bottom: 40px;
    left: 40px;
    right: 40px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel__content {
    bottom: 60px;
    left: 60px;
    max-width: 730px;
    right: auto; } }

.hero-carousel__content span {
  display: block;
  font-family: "AktivGrotesk-Regular",sans-serif;
  font-size: 1rem;
  margin: 8px 0 28px; }

@media all and (min-width: 60.5625em) {
  .hero-carousel__content span {
    margin: 18px 0 38px; } }

.hero-carousel__content .button {
  margin: 0 0 10px 0;
  min-width: 132px;
  padding: 0 10px; }

.hero-carousel__content .button ~ .button {
  margin-left: 10px; }

@media all and (max-width: 60.5em) {
  .hero-carousel__content {
    margin-bottom: 0;
    background-color: #000;
    padding: 20px;
    position: static; }
  .hero-carousel .slick-dots li button {
    display: none; } }

/*button*/
.hero-carousel .button {
  background-color: #1fb9e9;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "AktivGrotesk-Bold",sans-serif;
  font-size: .75rem;
  height: 37px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  transition: background-color 250ms ease-in-out;
  vertical-align: top; }

.hero-carousel .button[target*="_blank"], button[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg);
  background-position: right 2px top 2px;
  background-repeat: no-repeat; }

.hero-carousel .button--outline {
  background-color: #fff;
  border: 1px solid #1fb9e9;
  color: #1fb9e9;
  line-height: 37px; }

.hero-carousel .button--outline[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-blue.svg); }

.hero-carousel .button--outline {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  min-width: 160px;
  -webkit-font-smoothing: antialiased; }

.hero-carousel .button--outline[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg); }

.hero-carousel .button--outline:hover {
  background-color: transparent;
  color: #fff; }

.hero-carousel .button--outline:hover[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg); }

.hero-carousel__content h1 {
  font-size: 1.875rem; }

@media (min-width: 48em) {
  .hero-carousel__content h1 {
    font-size: 2.25rem; } }

@media (min-width: 60.5625em) {
  .hero-carousel__content h1 {
    font-size: 2.625rem; } }

.hero-carousel__content h1 span {
  font-size: 16px; }

.hero-carousel .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.05) 63%, #000 100%); }

@media (min-width: 60.5625em) {
  .hero-carousel .overlay {
    display: block; } }

/* ----- Modal ----- */
.modal-video {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: transition(visibility 0s ease-in-out 350ms, opacity 350ms ease-in-out);
  visibility: hidden;
  width: 100%;
  z-index: 1000; }

/* State : Visible */
.modal--visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

/* Scrollable Container */
.modal__contain {
  height: calc(100vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Close */
.icon-x {
  background: #4c4c4c url(../../assets/images/icons/x-white.svg) center center no-repeat;
  background-clip: content-box;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  margin: 17px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 46px; }

/* ----- Custom Breakpoint Up to Extra Large Scren ----- */
@media all and (max-width: 1299px) {
  .modal__video {
    height: 0;
    overflow: hidden;
    margin-top: -40px;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .modal__video iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      border: none; } }

/* ----- Custom Breakpoint Extra Large Scren ----- */
@media all and (min-width: 1300px) {
  .modal__video {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: -40px auto 0;
    max-width: 1300px; }
    .modal__video iframe {
      height: 100%;
      margin: 0 auto;
      max-height: 731px;
      max-width: 1300px;
      width: 100%;
      border: none; } }

.modal-contact .modal-content {
  background: black;
  border: 5px solid white; }

/* =Navbar, Footer
----------------------------------------------------*/
.site-header {
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  position: fixed; }
  .site-header .main-navigation {
    height: 100%; }
  .site-header .navbar-default {
    height: 100%;
    border: 0;
    background-color: transparent; }
  .site-header.sticky, .site-header.navbar-spread {
    background: #0f0f17; }
    .site-header.sticky .global-navbar__list .menu-item > a, .site-header.navbar-spread .global-navbar__list .menu-item > a {
      color: #fff; }

@media (min-width: 1200px) {
  .site-header {
    margin-bottom: 1px;
    height: 85px; }
    .site-header .navbar-default .navbar-brand {
      height: auto;
      padding: 23px 15px;
      line-height: 1; }
      .site-header .navbar-default .navbar-brand img, .site-header .navbar-default .navbar-brand svg {
        width: auto;
        height: 37px; }
    .site-header .global-navbar__list {
      display: flex;
      justify-content: space-between;
      font-size: 0; }
      .site-header .global-navbar__list .menu-item {
        display: inline-block;
        margin: auto;
        position: relative; }
        .site-header .global-navbar__list .menu-item a {
          display: inline-block;
          color: #fff;
          text-transform: uppercase;
          height: 85px;
          line-height: 85px;
          font-size: 18px; }
      .site-header .global-navbar__list .sub-menu {
        border: solid rgba(0, 0, 0, 0.2);
        border-width: 0 1px 1px 1px;
        color: #000;
        background-color: #fff;
        box-sizing: border-box;
        display: none;
        width: 180px;
        position: absolute;
        left: -5px;
        padding: 15px 20px;
        top: 100%; }
        .site-header .global-navbar__list .sub-menu .menu-item {
          display: block; }
          .site-header .global-navbar__list .sub-menu .menu-item a {
            color: #000;
            height: 40px;
            line-height: 40px; }
    .site-header .global-navbar__list > li:hover .sub-menu {
      display: block; }
    .site-header .socials {
      float: right;
      margin: 31px 0;
      flex-wrap: nowrap;
      display: flex;
      max-width: 340px;
      justify-content: center; }
      .site-header .socials a {
        background-position: center bottom -10px;
        margin-left: 25px; }
      .site-header .socials a:first-child {
        margin-left: 0; }
      .site-header .socials .twitch {
        background-position: center bottom -2px;
        background-size: 21px; }
      .site-header .socials .tiktok {
        background-position: center bottom 0px;
        background-size: 20px; }
    .site-header .xs-header-form {
      display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .site-header .socials a {
    margin-left: 15px; } }

@media (max-width: 1199px) {
  .navbar {
    margin-bottom: 0; }
  .navbar-default {
    border: 0; }
  .navbar-brand {
    padding-left: 0; }
  .navbar-brand > img, .navbar-brand > svg {
    height: 24px;
    margin-top: -2px; }
  .site-header {
    height: 64px; }
    .site-header .row {
      margin: 0; }
    .site-header .container,
    .site-header .col-sm-6,
    .site-header .col-sm-3 {
      padding: 0;
      width: 100%; }
    .site-header .navbar-header {
      background-color: transparent;
      height: 64px;
      float: none; }
      .site-header .navbar-header .navbar-brand {
        margin: 7px 0; }
    .site-header .navbar-collapse {
      width: 100%;
      border: none;
      padding: 0;
      position: fixed;
      z-index: 999;
      top: 64px;
      bottom: 0;
      background: #0c242e;
      display: none !important; }
      .site-header .navbar-collapse.in {
        display: block !important; }
      .site-header .navbar-collapse .global-navbar__list {
        background-color: #dcb21a; }
    .site-header .xs-header-form {
      display: block; }
      .site-header .xs-header-form .header__form {
        margin: 0;
        padding: 24px 16px; }
  .navbar-toggle {
    padding: 0;
    margin: 8px 0 8px 15px; }
    .navbar-default .navbar-toggle {
      background: transparent;
      border: 0;
      display: block; }
      .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent; }
    .navbar-toggle .icon-bar {
      transition: all 0.2s;
      background-color: #fff !important; }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      transform-origin: 30%; }
    .navbar-toggle .mid-bar {
      display: none; }
    .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 30%; }
    .navbar-toggle.collapsed .top-bar {
      transform: rotate(0); }
    .navbar-toggle.collapsed .mid-bar {
      display: block; }
    .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0); }
  .global-navbar__list {
    position: relative; }
    .global-navbar__list .menu-item {
      position: relative; }
      .global-navbar__list .menu-item > a {
        color: #fff;
        line-height: 1.125;
        padding: 15px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }
      .global-navbar__list .menu-item .sub-menu.collapsed {
        height: 0;
        overflow: hidden; }
      .global-navbar__list .menu-item .sub-menu.expanded {
        height: auto;
        overflow: visible; }
      .global-navbar__list .menu-item .sub-menu .menu-item a {
        box-shadow: none;
        padding: 10px 20px 10px 40px; }
      .global-navbar__list .menu-item .sub-menu .menu-item:last-child a {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }
      .global-navbar__list .menu-item.menu-item-has-children > a::after {
        content: "";
        background: url("../../assets/images/icons/arrow-open-down-white.svg") 0 0 no-repeat;
        display: inline-block;
        height: 8px;
        width: 12px;
        position: absolute;
        right: 16px;
        top: 50%; }
      .global-navbar__list .menu-item.menu-item-has-children > a.subnav--active::after {
        transform: translateY(-50%) scale(-1); }
  .header__form .footer__logo {
    display: block;
    margin-bottom: 14px; }
  .btm-msg {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 16px; }
  .site-footer.xs-header-form .footer_newsletter .error-message {
    top: 140%; } }

.site-footer a, .site-footer a:link, .site-footer a:visited {
  color: #fff; }
  .site-footer a:hover, .site-footer a:link:hover, .site-footer a:visited:hover {
    color: #b3b3b3; }

.site-footer .copyright > p {
  font-size: 14px;
  line-height: 21px;
  color: #848f94;
  padding-top: 16px;
  margin: 0; }
  .site-footer .copyright > p a {
    color: #848f94; }

.site-footer .socials a {
  background-position: center bottom -11px; }

.site-footer .socials .twitch {
  background-position: center bottom -1px;
  background-size: 20px; }

.site-footer .socials .tiktok {
  background-position: center bottom 0px;
  background-size: 20px; }

.site-footer .footer_nav__list {
  margin-top: 40px; }
  .site-footer .footer_nav__list .menu-item {
    margin-bottom: 32px;
    font-size: 18px;
    text-transform: uppercase; }

.site-footer .footer-tit {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px; }
  .site-footer .footer-tit small {
    display: block;
    margin-top: 8px;
    text-transform: initial;
    font-size: 16px;
    font-family: "Montserrat-Light", sans-serif;
    color: #fff; }

.site-footer .footer__logo img, .site-footer .footer__logo svg {
  width: 165px; }

.site-footer .footer_newsletter fieldset {
  margin: 0;
  max-width: 400px;
  padding: 0;
  position: relative; }

.site-footer .footer_newsletter input {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 18px;
  height: 50px;
  padding: 0 113px 0 10px;
  width: 100%; }

.site-footer .footer_newsletter input::-webkit-input-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter input::-moz-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter input:-ms-input-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter button {
  color: #fff;
  font-size: 18px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 44px;
  margin-right: 0;
  transition: background-color 250ms ease-in-out;
  width: 122px; }

.site-footer .footer_newsletter .error-message {
  color: #f00;
  display: none;
  font-size: 12px;
  position: absolute;
  left: 10px;
  right: 0;
  top: 120%; }

.site-footer .footer_newsletter .js-errorMessageShow {
  display: block; }

.site-footer .footer_newsletter .js-formSubmitted {
  background: url(/wp-content/assets/images/icons/animated-loading.gif) center center no-repeat;
  text-indent: 100%; }

@media (min-width: 1200px) {
  .site-footer .footer-wrapper {
    background: #0f0f17;
    padding: 105px 106px 110px;
    margin-bottom: 56px;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23); }
  .footer__form {
    margin-top: 75px;
    margin-bottom: 32px; } }

@media (max-width: 1199px) {
  .site-footer {
    text-align: center; }
    .site-footer .float-r {
      float: none; }
    .site-footer .footer-wrapper {
      padding-left: 16px;
      padding-right: 16px; }
    .site-footer .footer-col {
      overflow: hidden;
      border-radius: 2px;
      background: #0f0f17;
      margin-bottom: 24px; }
      .site-footer .footer-col:last-of-type {
        margin-bottom: 16px; }
    .site-footer .footer-tit > small {
      padding: 0 40px;
      line-height: 1.5; }
    .site-footer .footer__form {
      margin: 32px 0 40px; }
    .site-footer .copyright {
      margin: 40px 0; }
      .site-footer .copyright p {
        margin: 0 20px; }
        .site-footer .copyright p:first-child {
          padding-top: 0; }
        .site-footer .copyright p:last-child {
          margin: 0 50px; }
    .site-footer .footer_newsletter fieldset {
      margin: 0 auto; }
    .site-footer .footer_newsletter input {
      padding-right: 10px;
      margin-bottom: 8px;
      text-align: center; }
    .site-footer .footer_newsletter button {
      position: static;
      width: 100%;
      height: 50px; }
    .site-footer .footer__logo {
      margin-top: 33px;
      display: block; } }

/* =Pages */
.hero-wrapper {
  position: relative;
  overflow: hidden; }
  .hero-wrapper img.background {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-wrapper .home-hero {
    background-size: cover;
    height: 100%; }
  .hero-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.home-hero-cont {
  display: inline-block;
  position: absolute;
  bottom: 96px; }
  .home-hero-cont .home-hero-heading {
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff; }
    .home-hero-cont .home-hero-heading em {
      display: block;
      margin-bottom: 16px;
      text-transform: uppercase;
      font-size: 36px;
      line-height: 1; }
    .home-hero-cont .home-hero-heading span {
      font-size: 18px; }
  .home-hero-cont .btn-home-hero {
    width: 216px;
    font-size: 18px;
    margin-top: 24px; }

.card {
  font-size: 18px;
  color: #859196;
  border-radius: 2px;
  margin-bottom: 16px;
  position: relative; }
  .card .card-cont {
    box-sizing: content-box;
    background: #fff;
    background-image: url(../../assets/images/icons/transparent.png);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    padding: 16px 24px 32px; }
    .card .card-cont span {
      display: block;
      line-height: 22px;
      font-family: "Montserrat-Light", sans-serif; }
    .card .card-cont .card-tit {
      font-size: 24px;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 36px; }
      .card .card-cont .card-tit a {
        color: #0c242e;
        display: block; }
    .card .card-cont .card-subtit {
      margin-top: 16px; }
  .card .card-action .button {
    display: inline-block;
    float: left; }
  .card .card-detail {
    padding-top: 24px; }
    .card .card-detail span {
      margin-bottom: 8px; }
  .card .button {
    font-size: 18px;
    padding: 16px 22px;
    height: 50px; }
  .card .card-action {
    margin: 24px 0 0; }
  .card .card-img img {
    width: 100%;
    height: calc(100%); }

.event-card {
  border-radius: 2px;
  overflow: hidden; }

.card-img.square {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .card-img.square:after {
    content: '';
    display: block;
    margin-top: 100%; }
  .card-img.square > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .card-img.square img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.card-img.four-square img {
  width: 50%;
  height: 50%;
  position: absolute; }
  .card-img.four-square img:first-of-type {
    left: 0;
    top: 0; }
  .card-img.four-square img:nth-of-type(2) {
    right: 0;
    top: 0; }
  .card-img.four-square img:nth-of-type(3) {
    left: 0;
    bottom: 0; }
  .card-img.four-square img:last-of-type {
    right: 0;
    bottom: 0; }

@media (max-width: 767px) {
  .home-hero-cont {
    bottom: 32px; }
    .home-hero-cont .home-hero-heading em {
      font-size: 24px; }
    .home-hero-cont .home-hero-heading span {
      font-size: 16px; }
    .home-hero-cont .btn-home-hero {
      width: auto; }
  .sec-home-event .card {
    margin-bottom: 24px; }
  .card .card-cont {
    padding: 16px 16px 32px; }
  .card-cont span {
    font-size: 16px; }
  .card-cont .card-tit {
    font-size: 22px; }
  .card-cont .card-subtit {
    margin-top: 12px; } }

@media (max-width: 374px) {
  .card .card-action .button:last-of-type {
    margin-left: 0; }
  .card .card-action .button, .card .card-action .sold-out {
    font-size: 14px;
    line-height: 32px; } }

.sec-event-detail .h2 {
  font-family: "Montserrat-Regular", sans-serif; }
  .sec-event-detail .h2 small {
    display: block;
    margin-top: 16px;
    color: #fff; }
  .sec-event-detail .h2 :after {
    padding-bottom: 24px; }

.sec-event-detail .h4 {
  color: #848f94;
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: uppercase; }

.sec-event-detail .wrapper {
  background: #fff;
  padding: 32px; }
  .sec-event-detail .wrapper > .h4 {
    margin-top: 48px; }

.sec-event-detail .info dt {
  margin-top: 35px; }
  .sec-event-detail .info dt:first-of-type {
    margin-top: 0; }

.sec-event-detail .info dt:nth-last-of-type(1), .sec-event-detail .info dt:nth-last-of-type(2) {
  margin-top: 32px; }

.sec-event-detail .info dd span {
  display: block;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 18px;
  color: #0c242e;
  font-weight: 300;
  line-height: 1.5; }
  .sec-event-detail .info dd span a {
    color: #0f0f17; }
  .sec-event-detail .info dd span:nth-child(1) {
    font-family: "Montserrat-Regular", sans-serif;
    margin-bottom: 8px; }
  .sec-event-detail .info dd span.sold-out {
    color: #fff;
    text-align: center;
    line-height: initial; }

.sec-event-detail .info dd .date:nth-child(2n+1) {
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 0; }

.sec-event-detail .info dd .get-direction {
  font-family: "Montserrat-Regular", sans-serif;
  margin-top: 8px; }

.sec-event-detail .info .button {
  width: 216px;
  font-size: 18px; }

.sec-event-detail .card {
  margin-bottom: 24px; }
  .sec-event-detail .card .card-cont {
    min-height: auto;
    box-shadow: none;
    padding: 0;
    margin-top: 16px; }
    .sec-event-detail .card .card-cont .card-tit {
      font-size: 18px;
      line-height: 20px;
      height: 40px; }
    .sec-event-detail .card .card-cont a h3 {
      color: #0c242e; }
      .sec-event-detail .card .card-cont a h3:hover {
        color: #859196; }

.sec-event-detail .card-img.radius img {
  border-radius: 2px; }

.sec-event-detail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.card .imitate-table {
  border-spacing: 15px;
  margin-left: -15px; }
  .card .imitate-table > div {
    width: 50%;
    text-align: center; }
    .card .imitate-table > div > span, .card .imitate-table > div > a {
      width: 100%; }

@media (min-width: 768px) {
  .sec-events-past .card .card-cont {
    min-height: auto; }
  .sec-event-detail aside {
    margin-left: 18px; }
  .sec-event-detail .h2 {
    padding-bottom: 24px; }
  .sec-event-detail .info .sold-out {
    display: inline-block; } }

@media (max-width: 767px) {
  .sec-events .card .imitate-table {
    border-spacing: 15px 0; }
  .sec-events .card .card-cont .card-tit {
    font-size: 22px; }
  .sec-event-detail .wrapper {
    padding: 16px; }
    .sec-event-detail .wrapper > .h4 {
      margin-bottom: 24px; }
  .sec-event-detail .card-img {
    margin-bottom: 16px; }
  .sec-event-detail .h {
    margin-top: 18px; }
  .sec-event-detail .col-xs-6:nth-child(2n+1) {
    clear: both; }
  .sec-event-detail .info dt {
    margin-top: 32px; }
  .sec-event-detail .info .button {
    width: 100%; }
  .sec-event-detail .col-sm-7 .card-img {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px; } }

@media (min-width: 500px) and (max-width: 767px) {
  .sec-events .card {
    display: table; }
    .sec-events .card .card-img, .sec-events .card .card-cont {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
    .sec-events .card .card-cont {
      padding: 20px; }
      .sec-events .card .card-cont .card-tit {
        font-size: 3.5vw; }
      .sec-events .card .card-cont span {
        font-size: 2.7vw; }
    .sec-events .card .button, .sec-events .card .sold-out {
      font-size: 2.4vw;
      padding: 16px 15px;
      height: auto;
      margin-bottom: 12px; }
    .sec-events .card .sold-out {
      margin-bottom: 12px; } }

@media (max-width: 499px) {
  .sec-events .card {
    max-width: 400px; } }

@media (max-width: 1199px) {
  .card .button, .card .sold-out {
    font-size: 14px;
    padding: 16px 10px; } }

@media (max-width: 991px) {
  .card .button, .card .sold-out {
    background-image: url(../../assets/images/icons/transparent.png);
    font-size: 16px;
    padding: 16px 18px; } }

.artist-popup {
  position: relative;
  background: #fff;
  padding: 60px 20px;
  width: auto;
  max-width: 860px;
  margin: 0 auto; }
  .artist-popup figure {
    margin-bottom: 35px; }
  .artist-popup h1 {
    font-size: 2.125rem;
    color: black;
    text-align: center;
    font-family: "Rajdhani",sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .artist-popup .artistBio p {
    font-size: 1rem;
    color: black; }
    .artist-popup .artistBio p:last-child {
      margin-bottom: 0; }
  .artist-popup .social--bordered {
    text-align: center;
    margin-bottom: 40px; }
    .artist-popup .social--bordered a {
      border: 1px solid #ebebeb;
      background-position: center top;
      height: 47px;
      margin-left: 5px;
      margin-right: 5px;
      width: 47px; }

.mfp-artist-modal .mfp-content {
  cursor: auto;
  height: calc(100vh - 80px);
  margin-top: 80px; }

@media (min-width: 768px) {
  .artist-popup {
    padding: 60px; }
    .artist-popup figure {
      margin-bottom: 45px; }
    .artist-popup h1 {
      font-size: 2.8125rem; } }

@media (max-width: 767px) {
  .artist-popup .social--bordered a {
    height: 43px;
    width: 43px; } }

.sec-galleries .row {
  margin-right: -12px;
  margin-left: -12px; }
  .sec-galleries .row .col-sm-6, .sec-galleries .row .col-md-4 {
    padding-left: 12px;
    padding-right: 12px; }

.sec-galleries .card {
  margin-bottom: 24px; }

.sec-galleries .card-img img {
  margin: 0 auto;
  filter: brightness(80%); }

.sec-galleries .card-subtit {
  display: none; }

.sec-galleries .card-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center; }
  .sec-galleries .card-heading .card-tit {
    display: block;
    font-size: 24px; }

.sec-galleries .card-img a:after {
  background-color: transparent;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: background-color 250ms ease-in-out;
  z-index: 1; }

@media (min-width: 768px) {
  .sec-galleries .btn-all {
    margin-top: 24px; } }

@media (max-width: 767px) {
  .sec-galleries > .container {
    padding-bottom: 24px; }
  .sec-galleries .row {
    margin-left: -16px;
    margin-right: -16px; }
    .sec-galleries .row .col-sm-6, .sec-galleries .row .col-md-4 {
      padding-left: 16px;
      padding-right: 16px; }
      .sec-galleries .row .col-sm-6:last-of-type .card, .sec-galleries .row .col-md-4:last-of-type .card {
        margin-bottom: 0; }
  .sec-galleries.sec {
    margin-bottom: 0; }
  .sec-galleries .card {
    margin-bottom: 16px; }
  .sec-galleries .btn-all {
    margin-top: 24px; }
    .sec-galleries .btn-all.loading {
      margin-left: auto;
      margin-right: auto; }
      .sec-galleries .btn-all.loading:hover {
        background: none; } }

.mfp-gallery .mfp-bg {
  opacity: 0.9; }

.mfp-gallery .mfp-figure {
  content: none; }

.mfp-gallery .mfp-img {
  padding: 0; }

.mfp-gallery .mfp-bottom-bar {
  margin-top: 0; }

.mfp-gallery .share .share-label {
  height: 25px;
  line-height: 25px;
  color: #b3b3b3;
  font-size: 12px;
  text-transform: uppercase;
  float: left; }

.mfp-gallery .share .share-links {
  float: left; }
  .mfp-gallery .share .share-links a {
    margin-left: 25px; }

.mfp-gallery .caption {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: center; }

.waterfall-container .item {
  padding: 0; }
  .waterfall-container .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 767px) {
  .mfp-gallery .mfp-counter {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0 30px;
    font-size: 14px; }
  .mfp-gallery .share {
    margin-left: 25px; }
  .mfp-gallery .caption {
    padding-top: 5px; } }

@media (min-width: 768px) {
  .mfp-gallery .mfp-content {
    width: 100%;
    height: 100%; }
  .mfp-gallery .mfp-figure {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: default !important; }
    .mfp-gallery .mfp-figure:after {
      background: transparent;
      box-shadow: none; }
  .mfp-gallery .img-container {
    display: inline-block;
    height: calc(100% - 150px);
    margin-top: 70px;
    position: relative; }
    .mfp-gallery .img-container .mfp-img {
      height: 100%; }
  .mfp-gallery .mfp-bottom-bar {
    position: relative;
    top: 0; }
  .mfp-gallery .share {
    position: absolute;
    left: 50px;
    top: 30px; }
  .mfp-gallery .mfp-counter {
    top: 30px;
    right: 35px;
    font-size: 14px; } }

.xgallery .row {
  margin-top: -8px;
  padding: 0 8px; }

.xgallery .item {
  width: 100%;
  padding: 8px;
  display: block; }

.xgallery img {
  filter: none !important; }

.xgallery .item.square:after {
  content: '';
  display: block;
  margin-top: 100%; }

.xgallery .item.square img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
  .xgallery .row {
    margin-top: -12px;
    padding: 0; }
  .xgallery .item {
    width: 33.333%;
    float: left;
    padding: 12px; } }

.single-records .info dd {
  display: grid; }
  .single-records .info dd .title {
    font-weight: 400;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: xx-large; }

.single-records .info .stream-download {
  background-image: none;
  margin-top: 32px;
  width: auto; }

.single-records .img-responsive {
  width: calc(100%); }

/* =Components
----------------------------------------------------*/
/*----- Page Header -----*/
.page-header {
  color: #fff;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  /* Image */
  /* h1 on Image */
  /* Option : No Image */
  /* Meta Info */ }
  .page-header picture {
    position: relative;
    display: block; }
    .page-header picture::after {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .page-header img {
    width: 100%;
    display: block; }
  .page-header > h1 {
    font-size: 24px;
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    left: 50%;
    line-height: 1.2;
    margin: 0;
    max-width: 1000px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transform: translateX(-50%);
    width: 100%; }
  .page-header--no-image {
    color: #000;
    padding-top: 120px; }
    .page-header--no-image h1 {
      text-transform: none; }
  h1 + .page-header__meta {
    margin-top: 20px; }
  .page-header__meta span {
    line-height: 1.6;
    margin-right: 14px; }

@media (max-width: 767px) {
  .page-header__meta span {
    display: block; } }

@media (min-width: 992px) {
  .page-header {
    /* Option : No Image */ }
    .page-header--no-image {
      padding-top: 30px; }
    .page-header h1 {
      line-height: 1.1;
      font-size: 36px; } }

@media (min-width: 1440px) {
  .page-header {
    /* Option : No Image */ }
    .page-header--no-image {
      padding-top: 60px; } }

/* ----- Custom Form ----- */
.custom-form {
  /* Disclaimer */
  /* Error */
  /* Fieldset */
  /* Label */
  /* Input */
  /* File Input */
  /* Checkbox */
  /* Radio */
  /* Select */
  /* Textarea */
  /* Captcha */
  /* Success */ }
  .custom-form .disclaimer {
    color: #b3b3b3; }
  .custom-form p.form-error,
  .custom-form label.form-error {
    color: #f00; }
  .custom-form p.form-error {
    font-family: "AktivGrotesk-Bold", sans-serif;
    font-size: 14px; }
  .custom-form fieldset {
    margin: 0;
    padding: 0; }
  .custom-form label {
    display: block;
    font-family: "AktivGrotesk-Bold", sans-serif;
    margin-bottom: 10px; }
    .dark .custom-form label {
      color: #fff; }
  .custom-form input[type=submit] {
    border: 0;
    padding: 0;
    color: #fff; }
  .custom-form input[type=email],
  .custom-form input[type=file],
  .custom-form input[type=number],
  .custom-form input[type=tel],
  .custom-form input[type=text],
  .custom-form textarea {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    height: 50px;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 100%;
    -webkit-appearance: none; }
    .custom-form input[type=email].form-error,
    .custom-form input[type=file].form-error,
    .custom-form input[type=number].form-error,
    .custom-form input[type=tel].form-error,
    .custom-form input[type=text].form-error,
    .custom-form textarea.form-error {
      border-color: #f00; }
    .dark .custom-form input[type=email], .dark
    .custom-form input[type=file], .dark
    .custom-form input[type=number], .dark
    .custom-form input[type=tel], .dark
    .custom-form input[type=text], .dark
    .custom-form textarea {
      background-color: transparent;
      color: #fff; }
  .custom-form input[type=file] {
    border: 0;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 0 0 12px; }
    .custom-form input[type=file]::-ms-value {
      background-color: #fff;
      border: 1px solid #b3b3b3;
      margin: 0 12px 0 -12px; }
    .custom-form input[type=file]::-ms-browse {
      background: none;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      font-family: "Montserrat-Regular", sans-serif;
      font-size: 14px;
      margin: 0 0 0 -12px;
      padding: 10px 20px; }
    .custom-form input[type=file]::-webkit-file-upload-button {
      cursor: pointer;
      background: none;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      font-family: "Montserrat-Regular", sans-serif;
      font-size: 14px;
      margin: 0 0 0 -12px;
      padding: 10px 20px; }
  .custom-form .checkbox-group {
    margin-bottom: 30px;
    padding-top: 5px; }
    .custom-form .checkbox-group input {
      position: absolute;
      visibility: hidden; }
      .custom-form .checkbox-group input:checked + label::before {
        background: #000 url(../../assets/images/icons/checkmark.svg) center center no-repeat;
        border-color: #b3b3b3; }
    .custom-form .checkbox-group label {
      box-sizing: border-box;
      cursor: pointer;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 1.5;
      position: relative;
      padding-left: 30px; }
      .custom-form .checkbox-group label::before {
        border: 1px solid #b3b3b3;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 20px;
        left: 0;
        margin-right: 10px;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 20px; }
  .custom-form .wpcf7-checkbox input {
    cursor: pointer;
    height: 16px;
    opacity: 0;
    position: absolute;
    width: 16px;
    z-index: 1; }
    .custom-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
      background: #000 url(../../assets/images/icons/checkmark.svg) center center no-repeat;
      border-color: #b3b3b3; }
  .custom-form .wpcf7-checkbox .wpcf7-list-item-label {
    box-sizing: border-box;
    display: block;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px; }
    .custom-form .wpcf7-checkbox .wpcf7-list-item-label::before {
      border: 1px solid #b3b3b3;
      box-sizing: border-box;
      content: '';
      display: inline-block;
      height: 20px;
      left: 0;
      margin-right: 10px;
      position: absolute;
      top: 0;
      vertical-align: middle;
      width: 20px; }
  .custom-form .radio-group {
    margin-bottom: 30px;
    padding-top: 5px; }
    .custom-form .radio-group input {
      position: absolute;
      visibility: hidden; }
      .custom-form .radio-group input:checked + label::before {
        background-color: #fff;
        border-color: #b3b3b3;
        box-shadow: inset 0 0 0 6px #000; }
    .custom-form .radio-group label {
      box-sizing: border-box;
      cursor: pointer;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 1.5;
      position: relative;
      padding-left: 30px; }
      .custom-form .radio-group label::before {
        border: 1px solid #b3b3b3;
        border-radius: 50%;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 20px;
        left: 0;
        margin-right: 10px;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 20px; }
  .custom-form select {
    background: #fff url(../../assets/images/icons/arrow-open-down-gray.svg) right 20px center no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 20px;
    margin: 0 0 30px;
    outline: none;
    padding: 18px 35px 18px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .custom-form select.selected {
      color: #000; }
    .custom-form select.form-error {
      border-color: #f00; }
    .dark .custom-form select {
      background: transparent url(../../assets/images/icons/arrow-open-down-white.svg) right 20px center no-repeat;
      color: #fff; }
      .dark .custom-form select option {
        color: #000; }
  .custom-form select::-ms-expand {
    display: none; }
  .custom-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .custom-form textarea {
    font-weight: normal;
    height: 175px;
    line-height: 1.6;
    padding-bottom: 15px;
    padding-top: 15px; }
  .custom-form input::-webkit-input-placeholder {
    color: #b3b3b3; }
  .custom-form input::-moz-placeholder {
    color: #000; }
  .custom-form input:-ms-input-placeholder {
    color: #000; }
  .custom-form .g-recaptcha {
    margin-bottom: 40px;
    max-width: 280px; }
  .custom-form__success {
    display: none; }
    .custom-form__success h2 {
      margin-left: auto;
      margin-right: auto;
      max-width: 300px; }
  .custom-form label .hint {
    display: block;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 0;
    font-size: 14px; }
  .custom-form .select-group--columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .custom-form .select-group--columns select {
      padding: 13px 35px 13px 15px;
      height: 50px;
      width: 32%; }

/* ----- Shared Loading Icon for Form Button----- */
.custom-form .js-formSubmitted {
  background: url(../../assets/images/icons/animated-loading.gif) center center no-repeat;
  cursor: default;
  text-indent: 150% !important;
  cursor: default; }

.custom-form .js-formSubmitted:hover {
  background-color: transparent; }

.wpcf7-form br {
  display: none; }

/* ----- Medium Screen ----- */
@media (min-width: 768px) {
  .custom-form {
    /* Checkbox */ }
    .custom-form .checkbox-group--columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .custom-form .checkbox-group--columns label {
        width: 45%; } }

/* ----- Newsletter Landing Page ----- */
.newsletter-lp {
  background-color: #fff;
  box-sizing: border-box;
  margin: 20px auto 50px;
  max-width: 650px;
  padding: 30px;
  width: 100%; }
  .newsletter-lp .newsletter-caption h2 {
    font-size: 1.625rem;
    font-family: "Rajdhani",sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px; }
  .newsletter-lp .newsletter-caption ul {
    list-style: initial;
    list-style-position: inside;
    text-align: left;
    max-width: 375px;
    margin: 0 auto 20px; }
    .newsletter-lp .newsletter-caption ul li {
      padding-left: 5px;
      margin: 0;
      line-height: 1.6;
      font-size: 16px; }
      .newsletter-lp .newsletter-caption ul li:before {
        content: '';
        display: none; }
  .newsletter-lp .newsletter-caption .button {
    color: #fff;
    padding: 0; }
  .newsletter-lp .newsletter-caption .form-thanks {
    line-height: 1.7;
    margin: 0 0 1.75rem;
    font-size: 1.5rem;
    letter-spacing: 1.072px;
    text-transform: none; }
  .newsletter-lp button[type='submit'] {
    margin: 0 auto;
    display: block;
    padding: 0;
    color: #fff;
    text-transform: uppercase; }
  .newsletter-lp .form-control-wrap {
    position: relative;
    padding-bottom: 1px; }
    .newsletter-lp .form-control-wrap p {
      margin-bottom: 25px; }
    .newsletter-lp .form-control-wrap .error-message {
      position: absolute;
      bottom: 10px;
      color: red; }

@media (min-width: 768px) {
  .newsletter-lp .newsletter-caption h2 {
    font-size: 1.9375rem; } }

/* ------------newsletter modal--------- */
.newsletter-popup {
  position: relative;
  max-width: 600px;
  width: auto;
  margin: 20px auto; }
  .newsletter-popup[fm=basic] {
    max-width: 540px;
    min-height: 370px; }

.newsletter-modal {
  margin: 0 auto;
  padding: 20px 30px 40px;
  background: #fff;
  text-align: center; }
  .newsletter-modal fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .newsletter-modal .error-message {
    color: red;
    font-size: 14px;
    padding-top: 10px; }
  .newsletter-modal .js-errorMessageShow {
    display: block; }
  .newsletter-modal .title {
    color: #000;
    text-transform: initial;
    font-weight: normal;
    font-size: 24px;
    font-family: sans-serif;
    line-height: 2;
    margin: 0; }
  .newsletter-modal .sub-title {
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 5px;
    font-size: 14px; }
  .newsletter-modal .tips {
    color: #000;
    width: 200px;
    font-size: 13px;
    margin: 20px auto 0; }
  .newsletter-modal input[type='text'],
  .newsletter-modal input[type='email'],
  .newsletter-modal button[type='submit'] {
    width: 100%;
    line-height: 46px;
    height: 46px;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    text-indent: 0;
    margin: 0; }
  .newsletter-modal button[type='submit'] {
    color: #fff; }
  .newsletter-modal input[type='text'],
  .newsletter-modal input[type='email'] {
    border: 1px solid #b3b3b3;
    background: #fff;
    -webkit-appearance: none;
    text-align: left;
    color: #000; }
  .newsletter-modal .form-control-wrap {
    margin-top: 15px;
    text-align: left; }
  .newsletter-modal label {
    color: #333;
    display: inline-block;
    margin-bottom: 5px; }
  .newsletter-modal p {
    color: #333;
    margin-bottom: 0; }
  .newsletter-modal .checkbox-group--columns label {
    width: 92%; }

.submit__success .title {
  line-height: 1.4;
  max-width: 365px;
  margin: 12px auto 35px;
  font-weight: bold; }

.submit__success .form-thanks {
  line-height: 1.7;
  margin: 0 0 1.75rem;
  font-size: 1.5rem;
  letter-spacing: 1.072px; }

.submit__success button {
  background: #dcb21a;
  color: #fff;
  border: none;
  width: 160px;
  line-height: 46px;
  height: 46px;
  outline: none;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  text-indent: 0; }
  .submit__success button:hover {
    background: #b68703; }

.mfp-newsletter-modal .mfp-content {
  margin-top: 55px; }

@media (max-width: 767px) {
  .form-thanks {
    font-size: 1.3rem !important; } }

@media (max-width: 320px) {
  .form-thanks {
    font-size: 1.0rem !important; } }

@media (min-width: 600px) {
  .newsletter-modal {
    padding: 30px 50px 60px; }
  .newsletter-modal .checkbox-group--columns label {
    width: 45%; } }

.newsletter-popup[fm=basic], .newsletter-popup[fm=success], .newsletter-popup[fm=wpcf7success] {
  margin-top: -24vh; }

@media (max-width: 1199px) {
  .newsletter-popup[fm=basic] {
    margin-top: -12vh; } }

/*# sourceMappingURL=style.css.map */
