@font-face {
    font-family: 'Athena';
    src: url('../fonts/AthenaRegular.woff2') format('woff2'),
        url('../fonts/AthenaRegular.woff') format('woff');
        url('../fonts/AthenaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Belleza';
    src: url('Belleza-Regular.woff2') format('woff2'),
        url('Belleza-Regular.woff') format('woff'),
        url('Belleza-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Kabel Book";
  src: url("../fonts/Kabel-Book-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Engravers MT";
  src: url("../fonts/ENGR.TTF") format("opentype");
}

@font-face {
  font-family: "Faiarfax Station NF";
  src: url("../fonts/FAIRFAXSTATIONNF.OTF") format("opentype");
}

@font-face {
  font-family: "Billamount";
  src: url("../fonts/BILLAMOUNT-REGULAR.TTF") format("opentype");
}

:root {
  --yellow: hsla(43, 98%, 59%, 1);
  /* Text color */
  --gray: hsla(0, 9%, 13%, 1);
  --grayLight: hsla(0, 9%, 13%, 0.45);

  --brown: hsla(0, 9%, 13%, 1);
  --black: hsla(0, 0%, 0%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --white07: hsla(0, 0%, 100%, 0.7);
  --fontforhead: "Kabel Book";
  --lhnormal: 1.2;
}
body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  height: 100%;
  color: #231d1d;
  line-height: var(--lhnormal);
}
* {
  box-sizing: border-box;
}
a {
  border-bottom: 1px solid var(--grayLight);
  color: var(--gray);
  text-decoration: none;
}
a:hover {
  color: var(--grayLight);
}
.brand-logo {
  border: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.cont {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  padding: 24px;
  background-color: var(--yellow);
  position: sticky;
  top: 0;
  z-index: 9;
}
.header .cont {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav-toggler {
  display: none;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-self: center;
}
.main-nav ul li {
  position: relative;
}
.main-nav .deeper ul {
  display: none;
  flex-direction: column;
  gap: 1px;
  background-color: var(--white);
  border: 2px solid var(--yellow);
  padding: 12px 0;
  position: absolute;
  top: 100%;
  left: 0;
}
.main-nav .deeper .deeper ul {
  top: 0;
  left: 100%;
}
/* @media screen and (min-width: 1125px) {
  .main-nav .deeper:hover > a + ul {
    display: flex;
    z-index: 9;
  }
} */
.main-nav .deeper a + ul {
  z-index: 9;
}
.main-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  border: 0 none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.main-nav > .mod-menu > li.active > a,
.main-nav > .mod-menu > li > a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgb(0 0 0);
}
.main-nav ul li.active a {
  text-decoration: underline;
  text-underline-position: under;
}
.main-nav ul ul li a:hover,
.main-nav ul ul li.active a {
  color: #f8b200;
}
.main-nav .deeper ul li a {
  font-size: 14px;
  padding: 7px 20px;
  font-weight: bold;
}
.main-nav .deeper > a {
  position: relative;
}
.main-nav .deeper .deeper > a::after {
  position: absolute;
  right: 6px;
  top: 11px;
  content: "";
  padding: 3px;
  transform: rotate(45deg);
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  display: block;
}
.main-nav .deeper ul li a:hover {
  text-decoration: underline;
}
.main-nav .deeper ul li.current a {
  color: var(--yellow);
}
.incon-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.incon-nav a {
  border: 0 none;
}
section,
#main,
#text-supported {
  padding: 40px 40px;
}
#main hr {
  width: 100%;
  margin: 40px 0;
}
.module-header,
.page-header h1,
.page-header h2,
.page-header h3 {
  margin: 60px 0;
  font-size: 36px;
  font-family: var(--fontforhead);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#carousel-season {
  overflow: hidden;
}
#carousel-season .module-body {
  margin: 0 -15px;
}
.season_carousel_item {
  padding: 15px;
}
.opera-head {
  overflow: hidden;
  min-height: 109.18px;
}
.opera-item {
  max-width: 446px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12),
    0px 2px 10px 0px rgba(0, 0, 0, 0.03);
  background-color: var(--white);
}
.opera-image {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.opera-title {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--yellow);
  margin: 0 14px 22px 14px;
  font-size: 28px;
  font-family: var(--fontforhead);
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.opera-intro {
  margin: 0 30px 30px 30px;
  min-height: 129.61px;
}
.opera-intro p {
  margin: 0 0 12px 0;
}
.opera-btns-row {
  display: flex;
  gap: 4px;
  margin: 0 30px 30px 30px;
  justify-content: space-between;
  align-items: center;
}
.white-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 16px 19px;
  border: 1px solid var(--gray);
  background-color: var(--white07);
  color: var(--gray);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 184px;
}
.white-btn:hover {
  color: var(--gray);
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
}
.yellow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 16px 19px;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--gray);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  max-width: 184px;
}
.yellow-btn:hover {
  border: 1px solid var(--gray);
  background-color: var(--white07);
}
.opera-place,
.opera-dates {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 30px 20px 30px;
}
#image-menu {
  padding: 25px;
  background-color: var(--white);
}
#image-menu img {
  height: auto;
}
#image-menu .nav {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
#image-menu .nav a {
  border: 0 none;
  display: block;
  line-height: 0;
  max-width: 446px;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
#image-menu .nav .item-124 a {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12),
    0px 2px 10px 0px rgba(0, 0, 0, 0.03);
}
#image-menu .nav a span {
  font-family: var(--fontforhead);
  letter-spacing: 3.36px;
  display: block;
  position: absolute;
  padding: 10px;
  left: 45px;
  right: 45px;
  bottom: 18px;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--gray);
  line-height: var(--lhnormal);
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
#image-menu .nav a:hover span {
  border: 1px solid var(--gray);
  background-color: var(--white07);
}
#text-supported {
  background-color: var(--white);
  margin: 0 auto;
  overflow: hidden;
}
#text-supported .cont {
  max-width: 1280px;
}
#text-supported p {
  margin: 25px 0;
}
#slogan-donate-social {
  padding: 25px;
  background-color: var(--white);
}
#slogan-donate-social p {
  margin: 0;
}
#slogan-donate-social .cont {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 890px;
}
.opera-slogan {
  font-family: var(--fontforhead);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 4.32px;
  text-transform: uppercase;
}
.donate-btn,
.sing-btn,
.yellow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 40px;
  font-weight: 500;
  color: var(--gray);
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  text-indent: 0;
  max-width: max-content;
}
.donate-btn:hover,
.sing-btn:hover,
.yellow-btn:hover,
.btn:hover,
.btn-primary:hover {
  background-color: var(--white07);
  border: 1px solid var(--gray);
  color: var(--gray);
}
.btn,
.btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 40px;
  font-weight: 500;
  color: var(--gray);
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  text-indent: 0;
  max-width: max-content;
}
.word-wrap-btn {
  white-space: break-spaces;
  text-align: center;
}
.poster-cont .tickets-btn {
  text-shadow: none;
  margin: 0 auto;
}
.icon-search,
.icon-chevron-right {
  margin: 0 5px 0 0;
}
input[type="text"] {
  border: 1px solid var(--yellow);
  background-color: var(--white);
  padding: 15px 16px 16px 16px;
  outline: none;
}
.nav.socicons {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav.socicons img {
  height: auto;
}
.nav.socicons a {
  border: 0 none;
}
.com-finder {
  padding: 40px;
  overflow: hidden;
}
fieldset {
  border: 2px solid var(--yellow);
  padding: 25px;
}
.result__item + .result__item {
  border-color: #c4c4c4;
}
.result__title {
  color: var(--gray);
  text-decoration: none;
}
.result__title-text {
  text-decoration: none;
  margin: 15px 0;
  font-weight: bold;
  color: var(--gray);
}
#search-results .result__title-link {
  border-bottom: 0;
}
.com-content-article {
  padding: 40px;
}
.blog-item .field-value {
  font-weight: bold;
}
.blog-item .fields-container {
  list-style: none;
  padding: 0;
}
.blog-item .page-header h3,
.blog-item .page-header h2 {
  font-size: 36px;
  margin: 30px 0;
}
.footer {
  background-color: var(--black);
  padding: 25px;
  color: var(--white);
  font-weight: 300;
  margin: 75px 0 0 0;
}
.footer-top {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  justify-content: center;
  border-bottom: 1px solid var(--white);
}
.footer-top p {
  line-height: 0;
  margin: 25px 0;
}
.footer-bottom {
  display: flex;
  gap: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-logo {
  min-width: 208px;
}
.footer-logo p {
  margin: 0;
}
.footer-contacts p {
  margin: 16px 0;
  line-height: 27px;
}
.footer-menu {
  display: flex;
  gap: 80px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li a {
  display: block;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
}
.footer-menu li a:hover {
  text-decoration: underline;
}
/* Slick carousel */
.slick-arrow {
  background: url(../images/arrow-prev.svg) no-repeat scroll center center;
  cursor: pointer;
  display: block;
  position: absolute;
  border: 0 none;
  width: 50px;
  background-color: transparent;
  height: 50px;
  top: calc(50% - 25px);
  text-indent: -9000em;
  left: -45px;
  padding: 0;
}
.slick-next.slick-arrow {
  background: url(../images/arrow-next.svg) no-repeat scroll center center;
  left: auto;
  right: -45px;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-arrow.slick-disabled::after {
  border-color: var(--gray);
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#main {
  margin: 0;
  padding: 0;
}
#main > .cont {
  max-width: 1920px;
}
.com-content-category-blog {
  padding: 40px;
  overflow: hidden;
  max-width: 1340px;
  margin: 0 auto;
}
.top-poster {
  overflow: hidden;
  min-height: 700px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.top-poster img {
  width: 100%;
  height: auto;
}
.season-item-bheader h1,
.season-item-header h2,
.season-item-subheader h1,
.season-item-subheader h2,
.season-item-subheader h3 {
  color: var(--white);
  font-size: 86px;
  text-align: center;
  margin: 60px 0;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgb(0 0 0);
}
.season-item-bheader.dark-color h1,
.season-item-header.dark-color h2,
.season-item-subheader.dark-color h1,
.season-item-subheader.dark-color h2,
.season-item-subheader.dark-color h3 {
  color: var(--gray);
  font-size: 56px;
  text-align: left;
  margin: 40px 40px 0 40px;
}
.season-item-subheader.dark-color h1 {
  text-align: center;
  text-shadow: none;
}
.poster-cont {
  margin: 0 auto;
}
.season-item .item-image {
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  left: 0;
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
}
.seasont-cont-wrap {
  background-color: var(--white);
  display: flex;
  gap: 40px;
  justify-content: space-around;
  padding: 40px 25px;
}
.tiny-cont {
  max-width: 960px;
  /* font-size: 22px; */
  /* line-height: 1.6; */
  /* text-align: justify; */
}
.op-row {
  display: flex;
  gap: 40px;
  text-align: left;
  font-size: 20px;
  line-height: normal;
}
.season-item .fields-container {
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 0;
  font-size: 30px;
  color: var(--white);
  list-style: none;
  font-weight: bold;
  text-shadow: 0 0 4px var(--grayLight);
}
.season-item .poster-cont .field-entry {
  margin: 0 auto 30px auto;
}

.artist-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 30px;
}
.artist {
  display: block;
  margin: 0 auto 30px auto;
  width: 210px;
  font-size: 18px;
  text-align: center;
}
.tiny-artists .artist {
  width: 165px;
  margin: 0 auto;
}
.artist p:first-child {
  display: block;
  border-radius: 350px;
  overflow: hidden;
  width: 175px;
  position: relative;
  height: 175px;
  margin: 0 auto;
}
.tiny-artists .artist p:first-child {
  width: 165px;
  height: 165px;
}
.tiny-artists .artist p:last-child {
  margin: 15px 0 0 0;
}
.artist img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 220px;
}
.sponsors p {
  text-align: center;
  margin: 0 auto;
}
.carousel .slick-list {
  max-height: 454px;
}

.itemid-135 .carousel.slick-slider img {
  height: 400px;
  max-width: auto;
}
.itemid-135 .carousel.slick-slider {
  max-width: 700px;
  margin: 0 auto;
}
figure.item-image {
  margin: 0 auto;
}
.site figure[data-wf-figure] {
  margin: 0 auto 30px auto;
  display: block;
}
.site figure[data-wf-figure] figcaption {
  display: block;
  caption-side: unset;
}
.site figure audio {
  width: 100%;
}
.article_body h3,
.article_body h4 {
  text-align: left;
  font-weight: 400;
}
.article_body h2 {
  font-weight: 500;
}
.article_body h3 {
  text-align: left;
  font-size: 28px;
}
.op-figure {
  width: 450px;
  flex: none;
  max-width: 100%;
}
figure.image figcaption {
  font-size: 14px;
}
.op-right-block {
  max-width: 320px;
  min-width: 320px;
  line-height: 1.4;
}
.wide-right-block {
  max-width: 420px;
  min-width: 420px;
}
.op-right-block h3,
.op-right-block h4 {
  font-size: 26px;
  margin: 20px 0 20px 0;
  line-height: 30px;
}
.op-right-block h3 strong,
.op-right-block h4 strong {
  font-weight: 500;
}
@media screen and (max-width: 1124px) {
  .header .cont {
    flex-wrap: wrap;
  }

  .seasont-cont-wrap {
    flex-direction: column;
  }
  .op-row {
    flex-direction: column;
    gap: 30px;
  }
  .top-poster {
    min-height: auto;
  }
  #nav-toggler {
    display: block;
    width: 24px;
    height: 24px;
    border-top: 2px solid var(--gray);
    border-bottom: 2px solid var(--gray);
    cursor: pointer;
    position: relative;
  }
  #nav-toggler::before {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--gray);
    top: 6px;
    display: block;
    content: "";
  }
  #nav-toggler::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--gray);
    top: 13px;
    display: block;
    content: "";
  }
  #nav-toggler.active {
    border-color: transparent;
  }
  #nav-toggler.active::before {
    transform: rotate(45deg);
    top: 9px;
  }
  #nav-toggler.active::after {
    transform: rotate(-45deg);
    top: 9px;
  }
  .main-nav {
    display: none;
  }
  .main-nav.active {
    display: block;
    flex-basis: 100%;
    order: 4;
    position: relative;
    background-color: var(--yellow);
    border: 1px solid var(--gray);
    padding: 20px;
    top: auto;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 20px auto 0 auto;
  }
  .main-nav .deeper ul {
    position: relative;
  }
  .main-nav .deeper:hover > a ul {
    display: none;
  }
  .main-nav .deeper .deeper ul {
    top: 0;
    left: 0;
  }
  .main-nav.active ul {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
  }
  .main-nav .deeper .deeper > a::after {
    transform: rotate(135deg);
  }
  .main-nav ul li a {
    white-space: wrap;
  }
  #image-menu .nav a span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 24px;
  }
  .slick-arrow {
    left: -30px;
  }
  .slick-next.slick-arrow {
    right: -30px;
  }
  .footer-logo {
    min-width: auto;
  }
  .nav.socicons {
    gap: 15px;
  }
  .brand-logo img {
    max-width: 96px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .top-poster img {
    width: auto;
    height: 500px;
  }
  .season-item .fields-container {
    text-align: center;
    font-size: 24px;
    padding: 0 30px;
  }
  .season-item-bheader h1,
  .season-item-header h2,
  .season-item-subheader h1,
  .season-item-subheader h2,
  .season-item-subheader h3 {
    font-size: 36px;
  }
  #image-menu .nav {
    flex-direction: column;
  }
  #slogan-donate-social .cont {
    flex-direction: column;
    gap: 40px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 40px;
  }
  .module-header,
  .page-header h1,
  .page-header h2,
  .page-header h3 {
    margin: 30px 0;
  }
  #carousel-season {
    padding: 40px 40px 10px 40px;
  }
}

/**/
p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}
.fool-page .tiny-cont {
  max-width: 1380px;
}
.fool-widht .op-right-block {
  max-width: 350px;
}
.season-item-header h1 {
  color: var(--white);
  font-size: 86px;
  text-align: center;
  margin: 60px 0;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgb(0 0 0);
}
.article-day {
  font-size: 24px;
  font-weight: 600;
}
.sqs-row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto !important;
}
.coll-3 {
  width: 33%;
}
.sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-6 {
  width: 50%;
}
.sqs-col-3 {
  width: 25%;
}
.sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-9 {
  width: 75%;
}
img.coll-3 {
  margin-right: 20px;
}
.sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-8 .sqs-col-5 {
  width: 62.5%;
}
.sqs-block {
  width: 100%;
  display: flow-root;
}
.sqs-block-button-container {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}
.sqs-block-button-element--small {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding: 13px 26px;
  color: #585755;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #585755;
  border-radius: 300px;
}
.sqs-block-button-element--small:hover {
  background-color: #585755;
  color: #fff;
}

.sqs-block-button-element-LBN--small {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding: 13px 26px;
  color: #543855;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #543855;
  border-radius: 300px;
}
.sqs-block-button-element-LBN--small:hover {
  background-color: #543855;
  color: #fff;
}

.sqs-block-button-element-LBN25--small {
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding: 13px 26px;
  color: #223853;
  font-size: 20px;
  text-transform: lowercase;
  border: 1px solid #223853;
  border-radius: 300px;
}
.sqs-block-button-element-LBN25--small:hover {
  background-color: #223853;
  color: #fff;
}


.sqs-block-image-figure {
  text-align: center;
}
.sqs-block-image .sqs-block-image-figure {
  margin: 0;
}
.sqs-block-embed {
  padding-top: 40%;
  position: relative;
}
iframe {
  max-width: 100%;
}
.sqs-block-embed iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[class*="sqs-col"] {
  float: left;
  padding: 0 15px;
}
.sqs-col-12 .sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-12 .sqs-col-4 {
  width: 33.3333%;
}
.center .article_body {
  text-align: center;
}
.carousel-f .slick-prev.slick-arrow {
  left: 0;
  background: url(../images/arrow-prev-white.svg) no-repeat scroll center center;
  z-index: 9999;
  cursor: pointer;
  display: block;
  position: absolute;
  border: 0 none;
  width: 50px;
  background-color: transparent;
  height: 50px;
  top: calc(50% - 25px);
  text-indent: -9000em;
  padding: 0;
}
.carousel-f .slick-next.slick-arrow {
  background: url(../images/arrow-next-white.svg) no-repeat scroll center center;
  left: auto;
  right: 0;
}
.image-100 img {
  width: 100%;
}
.itemid-173 .sqs-block {
  margin-top: 40px;
  padding: 0 15px;
}
.itemid-173 .sung {
  max-width: 1000px;
  margin-top: 25px;
}
.artist-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.artist-block > div {
  margin-bottom: 25px;
  text-align: center;
}
.artist-block h4 {
  margin-bottom: 5px;
  font-size: 20px;
  text-align: center;
}
.col-xs-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.itemid-173 h3,
.itemid-174 h3 {
  margin-top: 0;
}
.itemid-173 h3,
.itemid-173 h4,
.itemid-174 h3,
.itemid-174 h4 {
  font-weight: 500;
}
#search-form .form-inline {
  max-width: 800px;
  margin: 20px auto 40px;
}
#search-form .me-2 {
  display: block;
  margin-bottom: 10px;
}
#search-form .input-group {
  display: flex;
}
.awesomplete {
  width: 100%;
}
#search-form input[type="text"] {
  width: 100%;
}
.video-inner {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 25px;
}
.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container-bottom {
  padding-top: 20px;
  border-top: 1px solid #333232;
}

/* error-page */

.error-page {
  overflow-x: hidden;
}
.seasont-cont-wrap {
  padding: 0;
}
.row-error-page {
  padding-top: 200px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: url(/images/404-curtain.jpg) no-repeat top center;
  background-size: cover;
}
.error-page .tiny-cont {
  width: 100%;
  max-width: 100%;
}
.error-head span {
  display: flow-root;
  color: #231d1d;
  font-family: Kabel Book;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 200px;
}
.error-text {
  display: flow-root;
}
.error-text h4 {
  margin-top: 70px;
  color: #231d1d;
  font-family: Kabel Book;
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.error-page footer {
  margin-top: 0;
}

@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-brand,
  .brand-logo {
    width: 160px;
    display: block;
  }
}

@media (max-width: 1199px) {
  .main-nav {
    padding: 0 12px;
  }
}
