/**
* CONFIG
* =====================================================================================================================
*/
/**
* BODY COPY
* =====================================================================================================================
*/
@font-face {
  font-family: 'Garamond Premier Pro';
  src: url("../fonts/Garamond/EBGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/Commons/TT_Commons_Pro_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/Commons/TT_Commons_Pro_Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TT Commons';
  src: url("../fonts/Commons/TT_Commons_Pro_Light.woff") format("woff");
  font-weight: light;
  font-style: normal; }
/**
* COLORS
* =====================================================================================================================
*/
/**
* CONTENT SETTINGS
* =====================================================================================================================
*/
/**
* COMPONENT SETTINGS
* =====================================================================================================================
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    /* Custom max-width for extra-large screens */ } }
/**
* BASE
* =====================================================================================================================
*/
body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* adjust body content lower accordign to fixed mobile top navigation*/
  margin-top: 113px; }
  @media (min-width: 62em) {
    body {
      margin-top: 0px; } }

.line-height-1 {
  line-height: 1; }

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px; }

.fa-times:hover {
  color: inherit;
  font-weight: bold; }

.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon_error {
  float: left;
  width: 22px;
  height: 23px; }

.row-head {
  color: #7D7D7D;
  margin-top: 37px;
  margin-bottom: 37px; }

@media screen and (max-width: 768px) {
  .row-head {
    display: none; } }
.collapse-container-header > * {
  display: inline-block; }

.select-wrapper {
  display: inline-block;
  position: relative; }
  .select-wrapper select:focus {
    outline: none; }
  .select-wrapper .divi-form-input {
    font-weight: normal !important;
    padding: 7px 16px; }
  .select-wrapper:before {
    content: url(../../img/chevron-down.svg);
    position: absolute;
    height: 38px;
    width: 36px;
    background: #718C9E;
    top: 1px;
    right: 2px;
    line-height: 50px;
    text-align: center;
    color: #292929;
    pointer-events: none;
    z-index: 2; }

.select-wrapper.small .divi-form-input {
  padding: 2px 16px;
  height: 25px;
  width: 200px; }
.select-wrapper.small::before {
  height: 23px;
  width: 24px;
  line-height: 34px; }

.program-view__thumb {
  aspect-ratio: 2 / 1;
  width: auto;
  background-size: cover;
  background-position: center; }

.email-text {
  max-width: 50%;
  font-family: "TT Commons", sans-serif; }

img {
  border-radius: 5px; }

body {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  color: #292929;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: "Garamond Premier Pro", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  color: #292929;
  margin-bottom: 0px; }

h2 {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: normal;
  color: #292929;
  margin-bottom: 16px; }

h3 {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #292929;
  margin-bottom: 15px; }

a, p, span {
  font-size: 16px; }

a {
  color: #292929;
  font-weight: 400; }
  a:hover {
    font-weight: 500;
    color: #292929;
    text-decoration: none !important; }

.text-error {
  color: #e86c6c;
  font-size: 14px;
  position: relative;
  top: 5px; }

.text-error ul {
  padding-left: 0px; }

.text-error li {
  list-style-type: none; }

.background-dark {
  background-color: #2C2C2C; }
  .background-dark * {
    color: #fff; }

/**
* COMPONENTS
* =====================================================================================================================
*/
#rulesForm a {
  text-decoration: underline;
  color: #292929; }

.calendar-content-container {
  width: 100%;
  gap: 30px;
  display: flex;
  flex-direction: column;
  padding-left: 5px; }
  .calendar-content-container .primary-button {
    white-space: nowrap;
    border-radius: 2px;
    background-color: #fff;
    color: #292929;
    padding: 6px 16px;
    text-transform: uppercase;
    border: none; }
    .calendar-content-container .primary-button:hover {
      text-shadow: 0 0.1px; }
  .calendar-content-container .primary-button.pb-large {
    padding: 9px 24px; }
  .calendar-content-container .calendar-grid {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .calendar-content-container .calendar-grid div {
      user-select: none; }
    .calendar-content-container .calendar-grid .dates-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 50px; }
      .calendar-content-container .calendar-grid .dates-wrapper .left:hover, .calendar-content-container .calendar-grid .dates-wrapper .right:hover {
        cursor: pointer; }
      .calendar-content-container .calendar-grid .dates-wrapper .dates {
        display: flex;
        flex-direction: row;
        max-width: 500px;
        overflow: hidden; }
        .calendar-content-container .calendar-grid .dates-wrapper .dates .date {
          text-align: center;
          padding: 10px 0px;
          min-width: 100px;
          width: 100px;
          max-width: 100px;
          transition: all 0.2s ease; }
          .calendar-content-container .calendar-grid .dates-wrapper .dates .date:hover {
            background-color: #718C9E;
            color: #fff;
            cursor: pointer; }
          .calendar-content-container .calendar-grid .dates-wrapper .dates .date.is-closed {
            display: none; }
          .calendar-content-container .calendar-grid .dates-wrapper .dates .date.selected {
            font-weight: 700;
            color: #292929 !important;
            background-color: transparent !important;
            cursor: default; }
    .calendar-content-container .calendar-grid .controls {
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      .calendar-content-container .calendar-grid .controls .calendar-month {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        color: #292929;
        user-select: none; }
      .calendar-content-container .calendar-grid .controls i {
        color: #292929; }
        .calendar-content-container .calendar-grid .controls i:hover {
          color: #292929;
          cursor: pointer; }
  .calendar-content-container .time-option-grid {
    justify-content: center;
    display: flex;
    flex-direction: column; }
    .calendar-content-container .time-option-grid > * {
      border-bottom: 1px solid #718C9E; }
    .calendar-content-container .time-option-grid .time-option,
    .calendar-content-container .time-option-grid .time-option-header {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      padding: 5px 0px; }
      .calendar-content-container .time-option-grid .time-option > div,
      .calendar-content-container .time-option-grid .time-option-header > div {
        flex: 1;
        text-align: center; }
        .calendar-content-container .time-option-grid .time-option > div p,
        .calendar-content-container .time-option-grid .time-option-header > div p {
          margin: 0px; }
      .calendar-content-container .time-option-grid .time-option > div:first-child,
      .calendar-content-container .time-option-grid .time-option-header > div:first-child {
        flex: 0 0 30%; }
      .calendar-content-container .time-option-grid .time-option > div:last-child,
      .calendar-content-container .time-option-grid .time-option-header > div:last-child {
        flex: 0 0 40%; }
    .calendar-content-container .time-option-grid .time-option {
      transition: 0.2s all ease; }
      .calendar-content-container .time-option-grid .time-option:hover {
        background-color: #718C9E;
        color: #fff;
        cursor: pointer; }
      .calendar-content-container .time-option-grid .time-option.selected {
        background-color: #718C9E;
        color: #fff; }
      .calendar-content-container .time-option-grid .time-option.none {
        opacity: 0.4;
        cursor: not-allowed; }
        .calendar-content-container .time-option-grid .time-option.none:hover {
          background-color: transparent !important;
          color: #292929 !important; }
    .calendar-content-container .time-option-grid .time-option-header {
      cursor: default; }
      .calendar-content-container .time-option-grid .time-option-header > span {
        font-weight: 700;
        flex: 1;
        text-align: center; }
      .calendar-content-container .time-option-grid .time-option-header > span:first-child {
        flex: 0 0 30%; }
      .calendar-content-container .time-option-grid .time-option-header > span:last-child {
        flex: 0 0 40%; }
  .calendar-content-container .availability-legend {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 20px;
    font-size: 0.9em; }
    .calendar-content-container .availability-legend div {
      flex-basis: 6vw;
      flex-grow: 0;
      flex-shrink: 0;
      text-align: center;
      border-bottom: 2px solid; }
    .calendar-content-container .availability-legend .low {
      border-color: #B81D13; }
    .calendar-content-container .availability-legend .medium {
      border-color: #EFB700; }
    .calendar-content-container .availability-legend .high {
      border-color: #218450; }

.options-grid {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 10px; }
  .options-grid .option {
    padding: 5px;
    user-select: none;
    background-color: #fff; }
    .options-grid .option.selected {
      font-weight: bold;
      color: #292929; }
    .options-grid .option:hover {
      background-color: #718C9E !important;
      color: #292929 !important;
      cursor: pointer; }

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .accordion .accordion-item .accordion-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
    align-items: center;
    cursor: pointer; }
    .accordion .accordion-item .accordion-header .row {
      height: 40px;
      margin: 0px;
      width: 100%;
      transition: all 0.2s ease; }
      .accordion .accordion-item .accordion-header .row.ticksel-header {
        border: 0px; }
      .accordion .accordion-item .accordion-header .row:hover {
        background-color: #718C9E; }
        .accordion .accordion-item .accordion-header .row:hover * {
          color: #fff;
          transform: all 0.2s ease; }
      .accordion .accordion-item .accordion-header .row .tick-type-header span {
        padding-left: 10px; }
      .accordion .accordion-item .accordion-header .row > div:not(.tick-type-header) {
        display: flex;
        justify-content: center; }
    .accordion .accordion-item .accordion-header .open-close-icon {
      transform: rotate(90deg); }
    .accordion .accordion-item .accordion-header:hover {
      cursor: pointer; }
    .accordion .accordion-item .accordion-header .accordion-title {
      font-size: 16px;
      display: flex;
      flex-direction: row;
      align-items: baseline;
      font-weight: bolder; }
      .accordion .accordion-item .accordion-header .accordion-title p {
        margin-bottom: 0px; }
      .accordion .accordion-item .accordion-header .accordion-title i {
        margin-right: 20px; }
    .accordion .accordion-item .accordion-header .accordion-details {
      align-items: center;
      text-align: center;
      display: flex; }
    .accordion .accordion-item .accordion-header:hover {
      color: #292929; }
  .accordion .accordion-item .accordion-content {
    display: flex;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-height: 600px;
    height: auto;
    flex-direction: column;
    gap: 20px; }
    .accordion .accordion-item .accordion-content > div:first-child {
      padding-top: 20px; }
    .accordion .accordion-item .accordion-content > div:last-child {
      padding-bottom: 20px; }
    .accordion .accordion-item .accordion-content.closed {
      max-height: 0; }
  .accordion .accordion-item .accordion-item-additional-info p {
    margin-bottom: 0px; }
  .accordion .accordion-item .accordion-item-additional-info .ai-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #292929; }

.primary-button {
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #718C9E;
  transition: all 0.13s ease;
  background-color: #718C9E;
  color: #fff;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .primary-button:hover {
    text-decoration: none;
    color: #292929;
    border: 1px solid #718C9E;
    background-color: #fff; }
  @media (min-width: 62em) {
    .primary-button {
      min-width: 200px;
      max-width: 200px; } }

.user-edit-button {
  min-width: 300px !important; }

.secondary-button {
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  transition: all 0.13s ease;
  background-color: #fff;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .secondary-button:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #718C9E; }
  @media (min-width: 62em) {
    .secondary-button {
      min-width: 200px;
      max-width: 200px; } }

.trenary-button {
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #2C2C2C;
  border-radius: 5px;
  transition: all 0.13s ease;
  background-color: #2C2C2C;
  color: #fff;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .trenary-button:hover {
    text-decoration: none;
    color: #292929;
    border: 1px solid #2C2C2C;
    background-color: #fff; }
  @media (min-width: 62em) {
    .trenary-button {
      min-width: 200px;
      max-width: 200px; } }

.invisible-button {
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .invisible-button:hover {
    cursor: pointer; }
  @media (min-width: 62em) {
    .invisible-button {
      min-width: 200px;
      max-width: 200px; } }

.link-button {
  color: #718C9E;
  width: 100%;
  overflow: hidden;
  min-height: 40px;
  background-color: #fff;
  font-family: "TT Commons", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .link-button:hover {
    cursor: pointer;
    color: #485b68; }
  @media (min-width: 62em) {
    .link-button {
      min-width: 200px;
      max-width: 200px; } }

#git-carousel {
  padding-top: 40px; }

.git-carousel-content {
  padding-bottom: 140px; }

.carousel-indicators {
  position: initial;
  margin-left: 25%;
  margin-right: 25%; }

.carousel-indicators li {
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  background-color: #000;
  opacity: 0.1;
  margin-left: 7px;
  margin-right: 7px; }

.git-carousel-image {
  height: 375px;
  width: 100%;
  text-align: center; }

.git-carousel-image img {
  width: auto;
  height: 100%;
  max-width: 540px; }

@media (max-width: 75.051875em) {
  .git-firstpage-shows-row img {
    min-width: auto;
    max-width: 100%; }

  .git-carousel-image img {
    width: 100%;
    max-height: 245px;
    object-fit: cover; }

  .git-carousel-image {
    height: auto;
    width: 100%;
    text-align: center; } }
@media (max-width: 35.99em) {
  .git-carousel-image {
    height: 245px; } }
.carousel-control-prev i, .carousel-control-next i {
  color: #000; }

.carousel-control-prev, .carousel-control-next {
  opacity: 1; }

.git-carousel-controls {
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 25%;
  margin-left: 25%; }

.git-carousel-text {
  height: 295px; }

.git-carousel-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block; }

@media (max-width: 35.99em) {
  .git-carousel-text {
    height: 235px; }

  .git-carousel-controls {
    margin-right: 5%;
    margin-left: 5%; } }
.fade-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 70%);
  width: 100%;
  height: 60%; }

.fade-bottom a {
  position: absolute;
  bottom: 5px;
  left: 43%;
  cursor: pointer;
  color: #000;
  font-weight: 700; }

.image-carousel-git-control {
  height: 30px;
  margin: auto; }

.index-chevron {
  position: relative;
  height: 12px;
  top: -2px;
  padding-left: 5px; }

.chevron-shows {
  margin-bottom: 3px;
  height: 12px;
  margin-left: 7px; }

.event-view-chevron-mobile {
  margin-bottom: 3px;
  margin-right: 5px;
  height: 12px; }

.breadcrumbs-chevron {
  margin-right: 12px;
  height: 13px;
  top: 7px; }

.mobile-chevron-wrapper a {
  position: relative;
  top: -37px; }

.white-bg {
  margin-left: 3rem;
  margin-top: 1rem;
  background-color: #ffffff !important; }

.message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 0px;
  padding-right: 0px; }

.timeslot-data-wrapper
.flash-message, .event-data-wrapper
.flash-message, .painting-details-container .flash-message {
  width: 100%; }

.flash-message {
  border: 1px solid;
  font-size: 16px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
  padding: 10px; }
  @media (max-width: 61.99em) {
    .flash-message {
      width: 100%; } }
  .flash-message .notification-icon {
    width: 60px;
    height: 40px;
    flex: 1 0;
    padding: 0px 10px; }
  .flash-message .notification-text {
    flex: 1 0 75%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .flash-message.flash-error {
    border-color: #e86c6c;
    color: #292929; }
    .flash-message.flash-error .notification-icon {
      border-right: 1px solid #e86c6c;
      border-radius: 0px; }
  .flash-message.flash-info, .flash-message.flash-warning, .flash-message.flash-success {
    border-color: #718C9E;
    color: #292929; }
    .flash-message.flash-info .notification-icon, .flash-message.flash-warning .notification-icon, .flash-message.flash-success .notification-icon {
      border-right: 1px solid #718C9E;
      border-radius: 0px; }

.modal__flash-message .flash-message {
  font-size: 14px;
  margin-bottom: 50px;
  padding: 13px 10px 13px 0; }
  @media (max-width: 21.875em) {
    .modal__flash-message .flash-message {
      margin-bottom: 25px; } }
  .modal__flash-message .flash-message::before {
    margin: auto 22px;
    position: initial; }
  .modal__flash-message .flash-message.flash-error::before, .modal__flash-message .flash-message.flash-warning::before {
    content: url("../../img/flash-error-sm.svg"); }
.modal__flash-message .close-btn {
  top: 17px;
  right: 17px; }
@media (max-width: 21.875em) {
  .modal__flash-message .modal-footer .secondary-btn {
    margin-right: 0 !important; }
  .modal__flash-message .modal-footer .primary-button {
    margin-top: 5px !important; } }

.gift-card-donation-form {
  background-color: #000;
  padding: 14px; }

.gift-card-donation-form label {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }

.gift-card-donation-form input {
  max-width: 130px;
  height: 30px;
  border: none;
  border-radius: 0px; }

.gift-card-donation-form button {
  min-width: 80px;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px; }

.gift-card-donation-form button:hover {
  font-weight: 700; }

/** HALL COLORS **/
[data-chair] {
  color: #fff;
  cursor: pointer !important; }

.reservedbyme {
  color: #fff;
  background-color: #fff !important;
  cursor: pointer !important; }

.reserved {
  color: #fff;
  background-color: #FFF !important;
  cursor: default !important; }

.reservedbyme.wheelchair {
  background: url("../../img/ico_disabled_orange.png") center no-repeat;
  background-size: 21px 21px;
  border: none !important;
  color: #fff; }

.wheelchair {
  background: url("../../img/ico_disabled_gray.png") center no-repeat;
  background-size: 21px 21px;
  border: none !important;
  color: #fff; }

.locked {
  color: red;
  background-color: #FFF !important;
  cursor: default !important; }

.purchased {
  color: blue;
  background-color: #FFF !important;
  cursor: default !important; }

/** CHAIRS POPUP **/
.chairPop {
  background: #FFF;
  border: 1px solid #888;
  box-shadow: 0px 1px 5px #888;
  color: #333 !important;
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 900; }

.chairPopInner {
  padding: 5px 10px 7px;
  position: relative; }

.chairArrow {
  background: url("../../img/chairPopArrow.png") no-repeat;
  position: absolute;
  display: block;
  top: 100%;
  left: 10px;
  height: 10px;
  width: 15px; }

#events-grid .tickets-count {
  color: #aaa;
  display: block;
  margin-top: 3px;
  text-transform: none !important; }

#events-grid .tickets-count b {
  color: #000;
  font-weight: bold; }

.icon {
  background: no-repeat center;
  display: inline-block;
  text-indent: -9999px;
  zoom: 1; }

.icon-clock {
  background-image: url(../../img/clock.png);
  height: 20px;
  width: 30px; }

.icon-delete {
  background-image: url("../../img/bin-lno.svg");
  width: 20px;
  height: 20px;
  background-size: 20px 20px; }

.icon-delete:hover {
  background-size: 20px 20px;
  background-image: url("../../img/bin-lno.svg");
  width: 20px;
  height: 20px; }

/** NUMBERED LAYOUT **/
#layoutInner .ajax-loading {
  /* Safari */ }
  #layoutInner .ajax-loading .loader {
    border: 5px solid #718C9E;
    border-radius: 50%;
    border-top: 5px solid #718C9E;
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.scroll-container__wrapper {
  display: flex;
  flex-direction: column-reverse; }

.numbered-layout-container {
  overflow: hidden;
  width: calc(100vw - 20px);
  margin-left: calc(-50vw + 50% + 10px);
  padding: 0 20px; }
  .numbered-layout-container .numbered-layout-container__inner {
    width: fit-content;
    margin: 0 auto;
    height: 100%; }
    .numbered-layout-container .numbered-layout-container__inner #seatchoser {
      table-layout: fixed;
      border-collapse: separate;
      float: left; }
      .numbered-layout-container .numbered-layout-container__inner #seatchoser td {
        font-size: 9pt;
        text-align: center;
        padding: 0;
        width: 20px; }
    .numbered-layout-container .numbered-layout-container__inner .priceTag {
      padding-top: 50px;
      width: 25%; }
    .numbered-layout-container .numbered-layout-container__inner [data-chair] {
      border: 1px solid transparent;
      padding: 0;
      position: relative; }
  .numbered-layout-container .numbered-layout-container__inner.lno-bird.without-orchestra #seatchoser, .numbered-layout-container .numbered-layout-container__inner.lno-mitava.without-orchestra #seatchoser {
    background-image: url("../../img/putns-bez-orkestra.svg"); }
  .numbered-layout-container .numbered-layout-container__inner.lno-bird.with-orchestra #seatchoser, .numbered-layout-container .numbered-layout-container__inner.lno-mitava.with-orchestra #seatchoser {
    background-image: url("../../img/putns-ar-orkestri.svg"); }
  .numbered-layout-container .numbered-layout-container__inner.lno-bird #seatchoser, .numbered-layout-container .numbered-layout-container__inner.lno-mitava #seatchoser {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 55px; }
  .numbered-layout-container .numbered-layout-container__inner.lno-mitava #seatchoser {
    background-image: url("../../img/mitava.png"); }

#ticketTypeBlock .ticket-type__inner {
  margin: 8px 0; }
#ticketTypeBlock .select-wrapper {
  margin-right: 20px; }
#ticketTypeBlock span {
  display: block;
  float: left;
  line-height: 28px;
  width: 100px; }
#ticketTypeBlock .sector-block {
  width: 175px;
  min-height: 1px; }
#ticketTypeBlock a {
  line-height: 28px; }
#ticketTypeBlock *[id^='removeButton'] {
  height: 28px; }

hr {
  color: #718E9E;
  border-top: 1px solid #718E9E; }

.hr-thin-lightGray {
  height: 2px;
  border: 0;
  color: #fff;
  background-color: #fff; }

.hr-normal-black {
  height: 2px;
  border: 0;
  color: #333;
  background-color: #333; }

.hr-thin-black {
  height: 1px;
  border: 0;
  color: #333;
  background-color: #333; }

.small-pictures-row {
  margin-top: 6px;
  margin-bottom: 10px; }

.small-pictures-row div {
  padding-left: 8.5px;
  padding-right: 8.5px; }

.small-pictures-row div:first-child {
  padding-left: 15px !important;
  padding-right: 2.5px !important; }

.small-pictures-row div:nth-child(2) {
  padding-left: 8.6px !important;
  padding-right: 8.6px !important; }

.small-pictures-row div:last-child {
  padding-right: 15px;
  padding-left: 2.5px; }

.img-gallery-img {
  object-fit: cover;
  width: 100%; }

#img-gallery {
  flex: 1 0; }

.img-gallery-display-box {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5 !important;
  object-fit: cover; }

.img-gallery-img:hover, .video-thumb-container i:hover {
  cursor: pointer; }

.video-thumb-container i {
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  left: 0px;
  height: 100%; }

@media (max-width: 575.98px) {
  .video-thumb-container i {
    font-size: 10vw;
    line-height: 200%; } }
@media (min-width: 576px) and (max-width: 991.98px) {
  .video-thumb-container i {
    font-size: 3vw; } }
@media (min-width: 992px) {
  .video-thumb-container i {
    line-height: 260%; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .video-thumb-container i {
    line-height: 180%; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .video-thumb-container i {
    line-height: 170%; } }
.video-thumb-wrapper {
  position: relative;
  padding-bottom: 66.2%;
  text-align: center; }

.video-thumb-wrapper .img-gallery-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0px; }

.img-gallery-description {
  flex-grow: 1;
  position: relative;
  bottom: 20px;
  width: 100%; }

.img-gallery-description span {
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px; }

.img-gallery-description span:empty {
  padding-left: 0px;
  padding-right: 0px; }

.img-gallery-main-display {
  display: flex;
  flex-direction: column; }

.row-first {
  margin-top: 0px !important; }

@media (max-width: 576px) {
  #mce-EMAIL, #mc-button-wrapper {
    width: 100%;
    display: block; } }
#mc_embed_signup input:focus {
  box-shadow: none !important;
  outline: 0px !important; }

.img-gallery-display-box-prev {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 100%; }

.img-gallery-display-box-next {
  position: absolute;
  right: 14px;
  top: 0;
  height: 100%;
  cursor: pointer; }

.img-gallery-display-box-prev i {
  top: 50%;
  position: relative; }

.img-gallery-display-box-next i {
  top: 50%;
  position: relative; }

#archive-link {
  right: 1px;
  position: absolute; }

div.map#mapId {
  min-height: 380px;
  min-width: 550px; }

@media (max-width: 575.98px) {
  div.map#mapId {
    min-width: 100%;
    min-height: 380px; } }
.project-img-container {
  width: 100%;
  height: 233px; }

.project-thumb {
  width: 100%;
  height: 233px;
  object-fit: cover; }

@media (max-width: 575.98px) {
  .project-img-container {
    max-height: 100%;
    width: 92vw;
    max-width: none; }

  .project-thumb {
    height: 100%;
    width: 92vw;
    max-width: none; } }
@media (min-width: 576px) {
  #rulesForm button {
    max-width: 150px; } }
#rulesForm button:focus {
  box-shadow: none !important;
  outline: 0px !important; }

#rulesForm button:hover {
  text-shadow: 0 .1px; }

.items {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4%;
  padding: 0px 80px; }

.show-item {
  overflow: hidden;
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border-radius: 5px;
  transition: all 0.13s ease;
  padding: 8px; }
  .show-item:hover {
    background: #f9f9f9; }
  .show-item .item-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center; }
  .show-item .showcase-image {
    object-fit: cover;
    aspect-ratio: 4 / 5;
    width: 100%; }
  .show-item .shop-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center; }
  .show-item .image-gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1 / 1; }
  .show-item .image-gallery-container img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1; }
  .show-item .item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #292929;
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .show-item .item-price {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #292929; }
  .show-item .more-content {
    font-weight: 700;
    font-size: 25px; }
  .show-item .showcase-content {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .show-item .showcase-content .information {
      display: flex;
      align-items: start;
      justify-content: center;
      gap: 25px;
      flex-direction: column;
      max-width: 620px;
      padding-top: 25px; }
      @media (max-width: 61.99em) {
        .show-item .showcase-content .information {
          flex-direction: row; } }
      .show-item .showcase-content .information .date-time-host {
        display: flex;
        gap: 15px; }
        .show-item .showcase-content .information .date-time-host *:not(.seperator) {
          font-weight: 700;
          font-size: 16px; }
        @media (max-width: 61.99em) {
          .show-item .showcase-content .information .date-time-host {
            flex-direction: column;
            align-items: end;
            border-right: 1px solid #718C9E;
            flex: 0 0 30%;
            min-height: 200px;
            justify-content: center; }
            .show-item .showcase-content .information .date-time-host .seperator {
              display: none; }
            .show-item .showcase-content .information .date-time-host * {
              font-weight: 700;
              font-size: 16px; }
            .show-item .showcase-content .information .date-time-host > * {
              padding-right: 25px;
              text-align: end; } }
      .show-item .showcase-content .information .title-description {
        gap: 25px;
        display: flex;
        flex-direction: column; }
        @media (max-width: 61.99em) {
          .show-item .showcase-content .information .title-description {
            flex-direction: column;
            flex: 1;
            min-height: 200px;
            justify-content: center; } }
        .show-item .showcase-content .information .title-description .title {
          font-size: 40px;
          margin-bottom: 0px;
          max-height: 100px;
          overflow: hidden;
          display: -webkit-box;
          font-family: "Garamond Premier Pro", sans-serif;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          @media (max-width: 61.99em) {
            .show-item .showcase-content .information .title-description .title {
              font-size: 25px;
              text-align: start;
              -webkit-line-clamp: 3; } }
        .show-item .showcase-content .information .title-description .description {
          margin-bottom: 0px;
          max-height: 70px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
          @media (max-width: 61.99em) {
            .show-item .showcase-content .information .title-description .description {
              font-size: 14px;
              text-align: start;
              -webkit-line-clamp: 4;
              max-height: 90px; } }
      .show-item .showcase-content .information h3 {
        font-size: 40px;
        margin: 0px; }

.ticket-login-button {
  min-width: 80px;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ticket-login-button:hover {
  color: white; }

.ticket-login-announcement {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.ticket-side-margins {
  margin-right: 15px;
  margin-left: 15px; }

.ticket-row-paddings {
  padding-top: 6px;
  padding-bottom: 6px; }

.index-align-middle {
  top: 26%; }

.index-program-info-message {
  position: absolute;
  display: flex;
  align-items: flex-start; }

.program-info-message-icon {
  margin-top: 1px; }

.index-program-online-event {
  position: relative;
  width: auto;
  bottom: -36px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */ }

.project-img-container .videoWrapper {
  height: inherit; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 991px) {
  .voucher-mobile, .discount-mobile {
    display: block;
    display: flex;
    justify-content: space-between;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 16px; }

  .voucher-mobile input, .discount-mobile input {
    margin-left: 0px !important;
    margin-right: 0px !important; }

  .voucher-mobile-margin {
    margin-left: 57px; }

  .voucher-mobile-center, .discount-mobile-center {
    display: flex;
    justify-content: center; }

  .voucher-mobile-center button, .discount-mobile-center button {
    width: 200px; } }
.centered-form-container {
  display: flex;
  justify-content: center; }
  @media (min-width: 48em) {
    .centered-form-container .centered-form-container__inner {
      max-width: 341px; } }
  .centered-form-container form ul {
    padding: 0; }
  .centered-form-container form .text-error {
    left: 0; }
  .centered-form-container .arrow-back-container {
    left: -150px; }
  @media (max-width: 47.99em) {
    .centered-form-container .primary-button, .centered-form-container .secondary-btn {
      width: 100%; } }
  .centered-form-container #input_voucherVerificationCode {
    margin: 0; }
  .centered-form-container .radio label {
    margin-right: 30px; }
    .centered-form-container .radio label .radio-round {
      margin-right: 15px; }
    .centered-form-container .radio label:last-of-type {
      margin-right: 0; }
  @media (max-width: 767.98px) {
    .centered-form-container .col-input {
      width: 100%; }
    .centered-form-container .col-input input {
      width: 100%; } }

#freeTicketInfoIcon {
  cursor: pointer; }

#freeTicketModal .modal-dialog {
  max-width: 650px; }

.basket-timeslot-row,
.basket-ticket-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 5px;
  grid-row-gap: 5px; }
  .basket-timeslot-row .div1,
  .basket-ticket-row .div1 {
    grid-area: 1 / 1 / 3 / 2; }
    .basket-timeslot-row .div1 > img,
    .basket-ticket-row .div1 > img {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 120px; }
  .basket-timeslot-row .div2,
  .basket-ticket-row .div2 {
    grid-area: 1 / 2 / 2 / 5; }
  .basket-timeslot-row .div3,
  .basket-ticket-row .div3 {
    grid-area: 2 / 2 / 3 / 5;
    align-items: end;
    display: flex; }
    .basket-timeslot-row .div3 > div,
    .basket-ticket-row .div3 > div {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: end;
      font-size: 12px; }

.cookie-overlay {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(6, 6, 19, 0.45); }

.cookie-content {
  z-index: 10001;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  background-color: white; }
  @media (max-width: 47.99em) {
    .cookie-content .button_wrapper {
      width: 100%; }
      .cookie-content .button_wrapper button {
        width: 100%; } }

.section-header {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (max-width: 61.99em) {
    .section-header.hide-mobile {
      display: none; } }
  @media (max-width: 47.99em) {
    .section-header:not(.no-submenu) {
      border-bottom: 1px solid #718C9E;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

.section-header-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 20px 0px; }
  .section-header-title h2 {
    font-family: "TT Commons", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0px;
    text-align: center; }
  .section-header-title .line {
    flex: 1;
    height: 1px;
    background-color: #718C9E; }

.section-header-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 20px; }
  @media (max-width: 47.99em) {
    .section-header-menu.hide-mobile {
      display: none; } }
  .section-header-menu .shm-list {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap; }
    @media (max-width: 47.99em) {
      .section-header-menu .shm-list {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .section-header-menu .shm-list .seperator {
      cursor: default;
      user-select: none;
      font-size: 20px; }
      @media (max-width: 47.99em) {
        .section-header-menu .shm-list .seperator {
          display: none; } }
    .section-header-menu .shm-list .shm-item {
      font-weight: 400;
      color: #0F0F0F; }
      .section-header-menu .shm-list .shm-item * {
        font-size: 20px; }
      .section-header-menu .shm-list .shm-item:hover * {
        cursor: pointer;
        color: #718C9E; }
      .section-header-menu .shm-list .shm-item.active * {
        font-weight: 700;
        pointer-events: none;
        cursor: pointer;
        color: #292929 !important; }

.events {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  .events .event-list {
    display: flex;
    flex-direction: column;
    gap: 45px; }
    .events .event-list .el-event {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 61.99em) {
        .events .event-list .el-event {
          flex-direction: column;
          gap: 40px; } }
      .events .event-list .el-event .event-content {
        display: flex;
        flex-direction: row;
        gap: 40px; }
        @media (max-width: 61.99em) {
          .events .event-list .el-event .event-content {
            flex-direction: column;
            width: 100%; } }
        .events .event-list .el-event .event-content .information {
          display: flex;
          align-items: start;
          justify-content: center;
          gap: 25px;
          flex-direction: column;
          max-width: 620px; }
          @media (max-width: 61.99em) {
            .events .event-list .el-event .event-content .information {
              flex-direction: row; } }
          .events .event-list .el-event .event-content .information .date-time-host {
            display: flex;
            gap: 15px; }
            .events .event-list .el-event .event-content .information .date-time-host *:not(.seperator) {
              font-weight: 700;
              font-size: 16px; }
            @media (max-width: 61.99em) {
              .events .event-list .el-event .event-content .information .date-time-host {
                flex-direction: column;
                align-items: end;
                border-right: 1px solid #718C9E;
                flex: 0 0 30%;
                min-height: 200px;
                justify-content: center; }
                .events .event-list .el-event .event-content .information .date-time-host .seperator {
                  display: none; }
                .events .event-list .el-event .event-content .information .date-time-host * {
                  font-weight: 700;
                  font-size: 16px; }
                .events .event-list .el-event .event-content .information .date-time-host > * {
                  padding-right: 25px;
                  text-align: end; } }
          .events .event-list .el-event .event-content .information .title-description {
            gap: 25px;
            display: flex;
            flex-direction: column; }
            .events .event-list .el-event .event-content .information .title-description .descr-link {
              display: flex;
              flex-direction: column;
              gap: 25px; }
            @media (max-width: 61.99em) {
              .events .event-list .el-event .event-content .information .title-description {
                flex-direction: column;
                flex: 1;
                min-height: 200px;
                justify-content: center; } }
            .events .event-list .el-event .event-content .information .title-description .title {
              font-size: 40px;
              line-height: 0.95;
              margin-bottom: 0px;
              max-height: 105px;
              overflow: hidden;
              display: -webkit-box;
              font-family: "Garamond Premier Pro", sans-serif;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              padding-bottom: 6px; }
              @media (max-width: 61.99em) {
                .events .event-list .el-event .event-content .information .title-description .title {
                  font-size: 25px;
                  text-align: start;
                  -webkit-line-clamp: 3; } }
            .events .event-list .el-event .event-content .information .title-description .description {
              margin-bottom: 0px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3; }
              .events .event-list .el-event .event-content .information .title-description .description a {
                color: #718C9E; }
              @media (max-width: 61.99em) {
                .events .event-list .el-event .event-content .information .title-description .description {
                  font-size: 14px;
                  text-align: start;
                  -webkit-line-clamp: 4; } }
          .events .event-list .el-event .event-content .information h3 {
            font-size: 40px;
            margin: 0px; }
        .events .event-list .el-event .event-content .thumbnail img {
          object-fit: cover; }
        @media (max-width: 61.99em) {
          .events .event-list .el-event .event-content .thumbnail {
            display: flex;
            justify-content: center; }
            .events .event-list .el-event .event-content .thumbnail img {
              height: 419px;
              width: 336px; } }
        @media (min-width: 62em) {
          .events .event-list .el-event .event-content .thumbnail img {
            height: 342px;
            width: 250px; } }
      .events .event-list .el-event .event-action {
        display: flex;
        gap: 10px;
        height: 100%;
        justify-content: center;
        align-items: center; }
        @media (max-width: 61.99em) {
          .events .event-list .el-event .event-action {
            display: none; } }
      .events .event-list .el-event .event-action-mobile {
        display: none; }
        @media (max-width: 61.99em) {
          .events .event-list .el-event .event-action-mobile {
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%;
            gap: 10px; } }

.more-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.ticket-selector {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (max-width: 61.99em) {
    .ticket-selector {
      border-bottom: 1px solid #718C9E;
      padding-bottom: 20px; } }
  .ticket-selector .ticksel-header {
    border-top: 1px solid #718C9E;
    border-bottom: 1px solid #718C9E;
    height: 40px;
    margin: 0px;
    width: 100%; }
    .ticket-selector .ticksel-header > div {
      display: flex;
      align-items: center;
      justify-content: center; }
    .ticket-selector .ticksel-header .tick-type-header {
      font-weight: 700;
      justify-content: start; }
  .ticket-selector .ticksel-data {
    margin: 0px; }
    .ticket-selector .ticksel-data > div {
      display: flex;
      align-items: center;
      justify-content: center; }
    .ticket-selector .ticksel-data .tick-type {
      justify-content: start;
      padding-left: 10px; }
    .ticket-selector .ticksel-data .count-multiple {
      border: 0px;
      text-align: center;
      font-weight: 700; }
    .ticket-selector .ticksel-data .up, .ticket-selector .ticksel-data .down {
      width: 20px;
      height: 20px;
      transition: all 0.2s ease; }
      .ticket-selector .ticksel-data .up:hover, .ticket-selector .ticksel-data .down:hover {
        cursor: pointer;
        transform: scale(1.2); }
  .ticket-selector [class*="col"] {
    padding: 0px; }

.divi-breadcrumbs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center; }
  @media (max-width: 61.99em) {
    .divi-breadcrumbs {
      display: none; } }
  .divi-breadcrumbs .item {
    font-size: 16px; }
    .divi-breadcrumbs .item a:hover {
      text-decoration: underline !important; }
    .divi-breadcrumbs .item *:not(a) {
      cursor: default; }
  .divi-breadcrumbs img {
    user-select: none; }

.pagination {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }
  .pagination > * {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 35px; }
  .pagination > .page {
    border: 1px solid #718C9E; }
    .pagination > .page:hover {
      background-color: #718C9E;
      color: #fff; }
  .pagination .disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  .pagination .active {
    background-color: #718C9E;
    color: #fff; }

.checkbox-round {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 2px solid #718E9E;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s; }

.checkbox-round:checked {
  background-color: white;
  border-color: #718E9E; }

.checkbox-round:checked::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #718E9E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.custom-checkbox {
  display: flex;
  gap: 15px; }

.divi-form-input {
  color: #292929 !important;
  font-size: 14px;
  font-weight: bolder;
  border: 1px solid #718E9E;
  border-radius: 2px;
  height: 40px;
  padding: 7px 4px; }
  @media (max-width: 61.99em) {
    .divi-form-input {
      width: 100%; } }

.divi-form-input-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center; }
  @media (max-width: 61.99em) {
    .divi-form-input-group {
      gap: 10px; } }
  .divi-form-input-group .divi-input {
    flex: 1 0 250px; }
    @media (max-width: 61.99em) {
      .divi-form-input-group .divi-input {
        flex: 1 0 100%; } }
  .divi-form-input-group .divi-label {
    text-align: end;
    flex: 1 0; }
    @media (max-width: 61.99em) {
      .divi-form-input-group .divi-label {
        flex: 1 0 100%;
        text-align: start; } }

.hero-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px; }
  @media (max-width: 61.99em) {
    .hero-section {
      flex-direction: column;
      text-align: center; } }
  .hero-section .hero-image {
    flex: 1 0 50%; }
    .hero-section .hero-image img {
      width: 100%;
      height: 400px;
      object-fit: cover; }
      @media (max-width: 61.99em) {
        .hero-section .hero-image img {
          height: auto; } }
  .hero-section .hero-content {
    flex: 1 0 50%;
    gap: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .hero-section .hero-content .hero-title,
    .hero-section .hero-content .hero-title * {
      font-weight: 700 !important;
      font-size: 40px !important;
      font-family: "Garamond Premier Pro", sans-serif !important;
      line-height: 1; }
    .hero-section .hero-content .hero-description,
    .hero-section .hero-content .hero-description * {
      font-family: "TT Commons", sans-serif !important;
      font-size: 20px !important; }

.entry-ticket-illustrations {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: start;
  gap: 20px; }
  @media (max-width: 61.99em) {
    .entry-ticket-illustrations {
      gap: 10%; } }
  .entry-ticket-illustrations.timeslot-selection {
    width: 100%; }
    @media (min-width: 62em) {
      .entry-ticket-illustrations.timeslot-selection {
        display: none; } }
    .entry-ticket-illustrations.timeslot-selection .eti-item {
      color: #718C9E; }
      .entry-ticket-illustrations.timeslot-selection .eti-item * {
        font-size: 16px; }
      .entry-ticket-illustrations.timeslot-selection .eti-item.selected {
        cursor: default;
        pointer-events: none; }
        .entry-ticket-illustrations.timeslot-selection .eti-item.selected * {
          font-weight: 700;
          color: #292929; }
      .entry-ticket-illustrations.timeslot-selection .eti-item:hover * {
        color: #292929; }
  .entry-ticket-illustrations .eti-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 100%;
    width: 250px; }
    @media (max-width: 61.99em) {
      .entry-ticket-illustrations .eti-item {
        min-width: 50px;
        width: 100%; } }
    .entry-ticket-illustrations .eti-item img {
      width: 100%;
      max-width: 137px; }
    .entry-ticket-illustrations .eti-item span {
      display: flex;
      align-items: start;
      justify-content: center;
      line-height: 1; }
      @media (max-width: 61.99em) {
        .entry-ticket-illustrations .eti-item span {
          height: 80px; } }
    .entry-ticket-illustrations .eti-item * {
      font-size: 25px;
      font-weight: 300; }
      @media (max-width: 61.99em) {
        .entry-ticket-illustrations .eti-item * {
          font-size: 16px; } }
    .entry-ticket-illustrations .eti-item:hover {
      text-decoration: none;
      cursor: pointer;
      color: #718C9E; }

.shop-container {
  /* For medium screens */
  /* For mobile screens - 2 columns grid */ }
  .shop-container .shop-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 50px;
    margin: 50px 0px; }
    @media (max-width: 47.99em) {
      .shop-container .shop-items-grid {
        gap: 20px;
        margin: 20px 0px; } }
  .shop-container .shop-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    transition: all 0.13s ease;
    padding: 8px; }
    .shop-container .shop-item:hover {
      background: #f9f9f9; }
  .shop-container .image-gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  .shop-container .image-gallery-container img {
    object-fit: cover;
    max-height: 230px;
    height: auto;
    margin-bottom: 5px; }
  .shop-container .shop-items-grid .item-title {
    text-align: center;
    padding: 10px 0; }
    .shop-container .shop-items-grid .item-title span {
      height: 65px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 20px;
      font-weight: 700;
      color: #292929; }
  .shop-container .item-price {
    margin: 0 0 10px; }
    .shop-container .item-price span {
      font-weight: 700;
      font-size: 25px; }
  .shop-container .painting-image-container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 47.99em) {
      .shop-container .painting-image-container {
        width: 100%; } }
  .shop-container .main-image img {
    width: 90vw;
    max-width: 470px;
    height: auto; }
  .shop-container .thumbnail-images {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
  .shop-container .thumbnail-image img {
    width: 160px;
    height: auto; }
  @media (max-width: 61.99em) {
    .shop-container .shop-items-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } }
  @media (max-width: 47.99em) {
    .shop-container .shop-items-grid {
      grid-template-columns: repeat(1, 100%); }
    .shop-container .shop-item {
      width: 100%; } }
  .shop-container .shop-mobile-menu {
    display: none; }
  .shop-container .shop-mobile-menu .shop-dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    background: #fff;
    border: 1px solid #718C9E;
    border-radius: 5px; }
  .shop-container .shop-mobile-menu .shop-dropdown-menu li {
    padding: 10px;
    border-bottom: 1px solid #718C9E; }
  .shop-container .shop-mobile-menu .shop-dropdown-menu li:last-child {
    border-bottom: none; }
  .shop-container .shop-mobile-menu .shop-dropdown-menu li {
    display: block;
    transition: all 0.3s ease; }
    .shop-container .shop-mobile-menu .shop-dropdown-menu li a {
      color: #292929;
      text-decoration: none; }
  .shop-container .shop-mobile-menu .shop-dropdown-menu li:active {
    background-color: #718C9E; }
    .shop-container .shop-mobile-menu .shop-dropdown-menu li:active a {
      color: #fff;
      text-decoration: none; }
  @media (max-width: 47.99em) {
    .shop-container .shop-mobile-menu {
      display: flex;
      justify-content: center;
      flex-direction: column; }
    .shop-container label.shop-dropdown-toggle {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-size: 20px;
      font-weight: 400; }
    .shop-container .shop-mobile-menu .shop-dropdown-menu {
      display: none; }
    .shop-container .shop-mobile-menu .shop-dropdown-menu.show {
      display: block; } }
  .shop-container .shop-dropdown-checkbox {
    display: none; }
  .shop-container .shop-dropdown-checkbox:checked + .shop-dropdown-menu {
    display: block; }
  .shop-container .page-item-shop {
    padding: 0px 0px;
    width: 38px; }
  .shop-container .page-item-shop .page-link {
    width: 38px;
    margin: 0px;
    text-align: center;
    color: black;
    border: 1px solid black; }
  .shop-container .pagination-shop .active a {
    background-color: #718C9E;
    color: white; }
  .shop-container .previous .page-link {
    border: 0px; }
  .shop-container .previous .page-link:hover {
    background-color: transparent; }
  .shop-container .next .page-link {
    border: 0px; }
  .shop-container .next .page-link:hover {
    background-color: transparent; }

.paintings-for-sale-view .shop-view-item {
  display: flex;
  flex-direction: row;
  gap: 40px; }
  @media (max-width: 61.99em) {
    .paintings-for-sale-view .shop-view-item {
      flex-direction: column; } }
.paintings-for-sale-view .painting-image-container {
  flex: 1; }
  .paintings-for-sale-view .painting-image-container .shop-item-thumbnail img {
    width: 100%; }
.paintings-for-sale-view .painting-details-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1; }
  .paintings-for-sale-view .painting-details-container .selling-price h3 {
    font-family: "TT Commons", sans-serif;
    font-weight: 700;
    font-size: 25px; }
  .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .count-multiple {
      border: 0px;
      text-align: center;
      font-weight: 700; }
    .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .up, .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .down {
      width: 20px;
      height: 20px;
      transition: all 0.2s ease; }
      .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .up:hover, .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .down:hover {
        cursor: pointer;
        transform: scale(1.2); }
    .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .item-attribute {
      display: flex;
      flex-direction: row;
      gap: 10px; }
      .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .item-attribute > *:first-child {
        width: 210px; }
      .paintings-for-sale-view .painting-details-container .quantity-add-to-cart-wrapper .item-attribute > *:last-child {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center; }

.error-title {
  font-size: 100px;
  font-family: "TT Commons", sans-serif;
  font-weight: 700; }

.shop-carousel-wrapper
, .event-carousel-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px; }
  @media (max-width: 61.99em) {
    .shop-carousel-wrapper.desktop
    , .event-carousel-wrapper.desktop {
      display: none; } }
  .shop-carousel-wrapper.mobile
  .show-item, .event-carousel-wrapper.mobile .show-item {
    width: 100%; }
  @media (min-width: 62em) {
    .shop-carousel-wrapper.mobile
    , .event-carousel-wrapper.mobile {
      display: none; } }
  @media (prefers-reduced-motion: reduce) {
    .shop-carousel-wrapper
    .carousel,
    .shop-carousel-wrapper
    .carousel-item, .event-carousel-wrapper .carousel,
    .event-carousel-wrapper .carousel-item {
      transition: -webkit-transform .6s ease-in-out;
      transition: transform .6s ease-in-out; } }
  .shop-carousel-wrapper
  .carousel-title, .event-carousel-wrapper .carousel-title {
    display: flex;
    align-items: center;
    justify-content: center; }
  .shop-carousel-wrapper
  .carousel-title h2, .event-carousel-wrapper .carousel-title h2 {
    font-size: 25px;
    font-weight: bold;
    color: #333; }
  .shop-carousel-wrapper
  .carousel-title, .event-carousel-wrapper .carousel-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding: 20px 0px; }
    .shop-carousel-wrapper
    .carousel-title h2, .event-carousel-wrapper .carousel-title h2 {
      font-family: "TT Commons", sans-serif;
      font-weight: 700;
      font-size: 25px;
      margin-bottom: 0px;
      text-align: center; }
    .shop-carousel-wrapper
    .carousel-title .title-line, .event-carousel-wrapper .carousel-title .title-line {
      flex: 1;
      height: 1px;
      background-color: #718C9E; }
  .shop-carousel-wrapper
  .title-line, .event-carousel-wrapper .title-line {
    flex-grow: 1;
    border: 0;
    height: 1px;
    background-color: #ccc;
    margin: 0 10px; }
  .shop-carousel-wrapper
  .custom-carousel-control, .event-carousel-wrapper .custom-carousel-control {
    width: 20px;
    transition: all 0.2s ease; }
    .shop-carousel-wrapper
    .custom-carousel-control:hover, .event-carousel-wrapper .custom-carousel-control:hover {
      cursor: pointer;
      transform: scale(1.3); }
  .shop-carousel-wrapper
  .carousel-control-prev-icon,
  .shop-carousel-wrapper
  .carousel-control-next-icon, .event-carousel-wrapper .carousel-control-prev-icon,
  .event-carousel-wrapper .carousel-control-next-icon {
    background-size: 100%, 100%; }
  .shop-carousel-wrapper
  .carousel-indicators, .event-carousel-wrapper .carousel-indicators {
    margin: 0px;
    padding: 20px 0px; }
  .shop-carousel-wrapper
  .custom-carousel-indicators li, .event-carousel-wrapper .custom-carousel-indicators li {
    background-color: #fff;
    border-radius: 50%;
    border-width: 1px;
    border-color: #718C9E;
    border-style: solid;
    opacity: 1; }
  .shop-carousel-wrapper
  .custom-carousel-indicators .active, .event-carousel-wrapper .custom-carousel-indicators .active {
    background-color: #718C9E; }

/**
* PAGES
* =====================================================================================================================
*/
.basket-section .basket-section-content {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .basket-section .basket-section-content .show-error {
    color: #e86c6c; }
.basket-section .discount-code-section {
  border-top: 1px solid #718C9E;
  border-bottom: 1px solid #718C9E; }
.basket-section .collapse-container .cc-content {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 20px; }
  @media (max-width: 61.99em) {
    .basket-section .collapse-container .cc-content {
      flex-direction: column;
      align-items: center; }
      .basket-section .collapse-container .cc-content > div {
        width: 100%; } }
.basket-section .collapse-container .collapse-container-body {
  padding: 20px; }
.basket-section .collapse-container .collapse-container-header .fa {
  padding-top: 5px;
  font-size: 12px; }
.basket-section #input_voucherVerificationCode {
  margin-left: 12px;
  margin-right: 21px; }
@media (max-width: 365px) {
  .basket-section .voucher-mobile-margin {
    display: none; }
  .basket-section .voucher-mobile-center, .basket-section .discount-mobile-center, .basket-section .checkout .mobile-center {
    justify-content: flex-end !important; } }
.basket-section .voucher-mobile span:first-of-type, .basket-section .discount-mobile span:first-of-type {
  width: 57px; }
.basket-section .baskets {
  display: flex;
  row-gap: 40px;
  flex-direction: column; }
  .basket-section .baskets .basket-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 61.99em) {
      .basket-section .baskets .basket-item {
        gap: 0px; } }
    @media (min-width: 48em) {
      .basket-section .baskets .basket-item .basket-image-wrapper {
        flex: 0 0 15.625rem; } }
    .basket-section .baskets .basket-item .basket-title-wrapper {
      flex: 1 0;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .basket-section .baskets .basket-item .basket-title-wrapper .ticket-data-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px; }
  .basket-section .baskets .basket-column-names {
    border-top: 1px solid #718C9E;
    border-bottom: 1px solid #718C9E;
    padding: 10px 20px; }
  .basket-section .baskets .basket-column-data {
    padding: 0px 20px; }
  .basket-section .baskets .basket-column-names
  , .basket-section .baskets .basket-column-data {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px; }
    .basket-section .baskets .basket-column-names
    > div, .basket-section .baskets .basket-column-data > div {
      flex: 1 0; }
    .basket-section .baskets .basket-column-names
    > div:first-child, .basket-section .baskets .basket-column-data > div:first-child {
      flex: 1 0 25%; }
      @media (max-width: 61.99em) {
        .basket-section .baskets .basket-column-names
        > div:first-child, .basket-section .baskets .basket-column-data > div:first-child {
          flex: 1 0 30%; } }
    .basket-section .baskets .basket-column-names
    > div:last-child, .basket-section .baskets .basket-column-data > div:last-child {
      flex: 0 0 20px; }
  .basket-section .baskets .basket-img {
    height: 15.625rem;
    width: 15.625rem;
    object-fit: cover; }
  @media (max-width: 61.99em) {
    .basket-section .baskets .basket-title {
      text-align: center; } }
  .basket-section .baskets .basket-title a {
    font-family: "Garamond Premier Pro", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 61.99em) {
      .basket-section .baskets .basket-title a {
        font-size: 20px; } }
  .basket-section .baskets .basket-date-place {
    display: flex;
    flex-direction: row;
    gap: 20px; }
    @media (max-width: 61.99em) {
      .basket-section .baskets .basket-date-place {
        justify-content: center; } }
    .basket-section .baskets .basket-date-place .mobile-seperator-symbol {
      font-weight: 700; }
      @media (min-width: 62em) {
        .basket-section .baskets .basket-date-place .mobile-seperator-symbol {
          display: none; } }
    .basket-section .baskets .basket-date-place > div {
      display: flex;
      flex-direction: row;
      gap: 20px; }
    .basket-section .baskets .basket-date-place .more-tickets-link {
      flex: 1 0;
      display: flex;
      justify-content: end; }
      @media (max-width: 61.99em) {
        .basket-section .baskets .basket-date-place .more-tickets-link {
          display: none; } }
      .basket-section .baskets .basket-date-place .more-tickets-link a {
        font-weight: 700; }
    @media (max-width: 61.99em) {
      .basket-section .baskets .basket-date-place .property-name {
        display: none; } }
  .basket-section .baskets .basket-list {
    display: flex;
    flex-direction: column;
    gap: 45px; }
    .basket-section .baskets .basket-list .el-basket {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 61.99em) {
        .basket-section .baskets .basket-list .el-basket {
          flex-direction: column;
          gap: 40px; } }
      .basket-section .baskets .basket-list .el-basket .basket-content {
        display: flex;
        flex-direction: row;
        gap: 40px; }
        @media (max-width: 61.99em) {
          .basket-section .baskets .basket-list .el-basket .basket-content {
            flex-direction: column;
            width: 100%; } }
        .basket-section .baskets .basket-list .el-basket .basket-content .information {
          display: flex;
          align-items: start;
          justify-content: center;
          gap: 25px;
          flex-direction: column;
          max-width: 620px; }
          @media (max-width: 61.99em) {
            .basket-section .baskets .basket-list .el-basket .basket-content .information {
              flex-direction: row; } }
          .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host {
            display: flex;
            gap: 15px; }
            .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host *:not(.seperator) {
              font-weight: 700;
              font-size: 16px; }
            @media (max-width: 61.99em) {
              .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host {
                flex-direction: column;
                align-items: end;
                border-right: 1px solid #718C9E;
                flex: 0 0 30%;
                min-height: 200px;
                justify-content: center; }
                .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host .seperator {
                  display: none; }
                .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host * {
                  font-weight: 700;
                  font-size: 16px; }
                .basket-section .baskets .basket-list .el-basket .basket-content .information .date-time-host > * {
                  padding-right: 25px;
                  text-align: end; } }
          .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description {
            gap: 25px;
            display: flex;
            flex-direction: column; }
            @media (max-width: 61.99em) {
              .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description {
                flex-direction: column;
                flex: 1;
                min-height: 200px;
                justify-content: center; } }
            .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description .title {
              font-size: 40px;
              margin-bottom: 0px;
              max-height: 90px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
              @media (max-width: 61.99em) {
                .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description .title {
                  font-size: 25px;
                  text-align: start;
                  -webkit-line-clamp: 3; } }
            .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description .description {
              margin-bottom: 0px;
              max-height: 70px;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3; }
              @media (max-width: 61.99em) {
                .basket-section .baskets .basket-list .el-basket .basket-content .information .title-description .description {
                  font-size: 14px;
                  text-align: start;
                  -webkit-line-clamp: 4;
                  max-height: 90px; } }
          .basket-section .baskets .basket-list .el-basket .basket-content .information h3 {
            font-size: 40px;
            margin: 0px; }
        @media (max-width: 61.99em) {
          .basket-section .baskets .basket-list .el-basket .basket-content .thumbnail img {
            width: 100%; } }
        @media (min-width: 62em) {
          .basket-section .baskets .basket-list .el-basket .basket-content .thumbnail img {
            width: 250px;
            height: 250px; } }
      .basket-section .baskets .basket-list .el-basket .basket-action {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center; }
        @media (max-width: 61.99em) {
          .basket-section .baskets .basket-list .el-basket .basket-action {
            display: none; } }
      .basket-section .baskets .basket-list .el-basket .basket-action-mobile {
        display: none; }
        @media (max-width: 61.99em) {
          .basket-section .baskets .basket-list .el-basket .basket-action-mobile {
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            width: 100%; } }
.basket-section .checkout-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%; }
  .basket-section .checkout-wrapper > div {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    gap: 20px; }
  .basket-section .checkout-wrapper .checkout-amount {
    font-weight: 700;
    font-size: 25px; }

.change-password-container
, .change-email-container
, .edit-profile-container
, .view-profile-container
, .register-container
, .login-container
, .forgot-password-container {
  gap: 30px;
  display: flex;
  flex-direction: column; }
  .change-password-container
  form, .change-email-container
  form, .edit-profile-container
  form, .view-profile-container
  form, .register-container
  form, .login-container
  form, .forgot-password-container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px; }
    .change-password-container
    form > div, .change-email-container
    form > div, .edit-profile-container
    form > div, .view-profile-container
    form > div, .register-container
    form > div, .login-container
    form > div, .forgot-password-container form > div {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex: 1 0 50%;
      margin: 0px;
      flex-wrap: wrap; }
    .change-password-container
    form .custom-checkbox, .change-email-container
    form .custom-checkbox, .edit-profile-container
    form .custom-checkbox, .view-profile-container
    form .custom-checkbox, .register-container
    form .custom-checkbox, .login-container
    form .custom-checkbox, .forgot-password-container form .custom-checkbox {
      justify-content: center; }
    .change-password-container
    form label, .change-email-container
    form label, .edit-profile-container
    form label, .view-profile-container
    form label, .register-container
    form label, .login-container
    form label, .forgot-password-container form label {
      font-weight: 700; }
    .change-password-container
    form .text-error, .change-email-container
    form .text-error, .edit-profile-container
    form .text-error, .view-profile-container
    form .text-error, .register-container
    form .text-error, .login-container
    form .text-error, .forgot-password-container form .text-error {
      flex: 1 1 100%;
      margin: 0px;
      text-align: center; }
    @media (max-width: 47.99em) {
      .change-password-container
      form .col-input, .change-email-container
      form .col-input, .edit-profile-container
      form .col-input, .view-profile-container
      form .col-input, .register-container
      form .col-input, .login-container
      form .col-input, .forgot-password-container form .col-input {
        width: 100%; }
      .change-password-container
      form .col-label, .change-email-container
      form .col-label, .edit-profile-container
      form .col-label, .view-profile-container
      form .col-label, .register-container
      form .col-label, .login-container
      form .col-label, .forgot-password-container form .col-label {
        padding: 0px; } }
    .change-password-container
    form .form-buttons, .change-email-container
    form .form-buttons, .edit-profile-container
    form .form-buttons, .view-profile-container
    form .form-buttons, .register-container
    form .form-buttons, .login-container
    form .form-buttons, .forgot-password-container form .form-buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 20px; }
      @media (max-width: 47.99em) {
        .change-password-container
        form .form-buttons > div, .change-email-container
        form .form-buttons > div, .edit-profile-container
        form .form-buttons > div, .view-profile-container
        form .form-buttons > div, .register-container
        form .form-buttons > div, .login-container
        form .form-buttons > div, .forgot-password-container form .form-buttons > div {
          width: 100%; } }

.view-profile-container .view-profile-data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .view-profile-container .view-profile-data .row {
    border-bottom: 1px solid #718C9E;
    width: 50%;
    padding: 10px; }
    @media (max-width: 61.99em) {
      .view-profile-container .view-profile-data .row {
        width: 100%; } }

@media (max-width: 420px) {
  .mobile-center-content {
    justify-content: center;
    display: flex;
    width: 100%; } }
@media (max-width: 575.98px) {
  .event-view-heading-chevron, .event-view-heading-first {
    top: -2px; } }
.view-online-ticket-error {
  left: -37px; }

.main-event-content {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 40px; }
  @media (max-width: 61.99em) {
    .main-event-content {
      flex-direction: column;
      gap: 20px; } }
  .main-event-content .ticket-selection-wrapper #Selector {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .main-event-content .event-data-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (max-width: 61.99em) {
      .main-event-content .event-data-wrapper {
        align-items: center;
        gap: 20px; } }
    .main-event-content .event-data-wrapper .event-title {
      font-size: 40px;
      font-family: "Garamond Premier Pro", sans-serif;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 61.99em) {
        .main-event-content .event-data-wrapper .event-title {
          font-size: 25px; } }
    .main-event-content .event-data-wrapper .tsel-descr-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (max-width: 61.99em) {
        .main-event-content .event-data-wrapper .tsel-descr-wrapper {
          display: flex;
          flex-direction: column-reverse;
          gap: 20px; } }
    .main-event-content .event-data-wrapper .place-date-time {
      display: flex;
      flex-direction: column;
      justify-content: left;
      gap: 10px; }
      @media (max-width: 61.99em) {
        .main-event-content .event-data-wrapper .place-date-time {
          flex-wrap: wrap;
          flex-direction: row;
          justify-content: center;
          text-align: center; } }
      .main-event-content .event-data-wrapper .place-date-time .event-attribute {
        display: flex;
        flex-direction: row;
        gap: 10px; }
        .main-event-content .event-data-wrapper .place-date-time .event-attribute * {
          font-size: 16px; }
        .main-event-content .event-data-wrapper .place-date-time .event-attribute .ea-name {
          font-weight: 700;
          min-width: 130px; }
          @media (max-width: 61.99em) {
            .main-event-content .event-data-wrapper .place-date-time .event-attribute .ea-name {
              min-width: 20px;
              font-weight: 400; } }
        @media (max-width: 61.99em) {
          .main-event-content .event-data-wrapper .place-date-time .event-attribute .ea-value {
            font-weight: 700; } }
      @media (max-width: 61.99em) {
        .main-event-content .event-data-wrapper .place-date-time .ea-place {
          font-weight: 700;
          flex-basis: 100%;
          display: flex;
          justify-content: center; } }
  @media (max-width: 61.99em) and (max-width: 61.99em) {
    .main-event-content .event-data-wrapper .place-date-time .ea-place .ea-name {
      display: none; } }

    .main-event-content .event-data-wrapper .description-wrapper,
    .main-event-content .event-data-wrapper .ticket-description-wrapper {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .main-event-content .event-data-wrapper .description-wrapper a,
      .main-event-content .event-data-wrapper .ticket-description-wrapper a {
        color: #718C9E; }
      .main-event-content .event-data-wrapper .description-wrapper > span:first-child,
      .main-event-content .event-data-wrapper .ticket-description-wrapper > span:first-child {
        font-weight: 700;
        font-size: 16px; }
    @media (max-width: 61.99em) {
      .main-event-content .event-data-wrapper .ticket-description-wrapper {
        display: none; } }
  @media (min-width: 62em) {
    .main-event-content #basket-checkout {
      display: flex;
      justify-content: center;
      align-items: end;
      flex-direction: column; } }
  @media (max-width: 61.99em) {
    .main-event-content #basket-checkout {
      display: flex;
      justify-content: center; } }
  .main-event-content #basket-checkout .bc-wrapper {
    width: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    @media (max-width: 47.99em) {
      .main-event-content #basket-checkout .bc-wrapper {
        width: 100%; }
        .main-event-content #basket-checkout .bc-wrapper .submit-wrapper {
          width: 100%; } }
  .main-event-content #basket-checkout .bc-amount * {
    font-size: 30px;
    font-weight: 700; }

.mec-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px; }
  @media (max-width: 61.99em) {
    .mec-information {
      flex-direction: column; } }
  .mec-information > div {
    flex: 1; }
  .mec-information .ei-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .mec-information .hall-image {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .mec-information .hall-image img {
    width: 100%;
    object-fit: cover; }
    @media (max-width: 61.99em) {
      .mec-information .hall-image img.hide-mobile {
        display: none; } }
  .mec-information .ei-location-description {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (min-width: 62em) {
      .mec-information .ei-location-description {
        padding: 40px 0px; } }
    .mec-information .ei-location-description .eil-name-description {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (max-width: 61.99em) {
        .mec-information .ei-location-description .eil-name-description {
          text-align: center; }
          .mec-information .ei-location-description .eil-name-description span:nth-of-type(2) {
            text-align: start; } }
      .mec-information .ei-location-description .eil-name-description .location-name {
        font-size: 20px;
        font-weight: 700; }
    .mec-information .ei-location-description #maps {
      display: flex;
      flex-direction: column;
      gap: 20px;
      z-index: 1; }
      .mec-information .ei-location-description #maps .map-title {
        font-size: 20px;
        font-weight: 700; }
        @media (max-width: 61.99em) {
          .mec-information .ei-location-description #maps .map-title {
            text-align: center; } }
      .mec-information .ei-location-description #maps .map {
        border-radius: 5px; }
        @media (max-width: 61.99em) {
          .mec-information .ei-location-description #maps .map {
            min-width: unset;
            width: 100%; } }

.main-timeslot-content {
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 40px; }
  @media (max-width: 61.99em) {
    .main-timeslot-content {
      flex-direction: column;
      gap: 20px; } }
  .main-timeslot-content .timeslot-hall-thumbnail {
    flex: 1 0; }
    .main-timeslot-content .timeslot-hall-thumbnail img {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 4 / 5 !important;
      object-fit: cover; }
  .main-timeslot-content .hall-selector {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center; }
    @media (max-width: 61.99em) {
      .main-timeslot-content .hall-selector {
        display: none; } }
    .main-timeslot-content .hall-selector .property {
      font-size: 16px;
      font-weight: 700; }
    .main-timeslot-content .hall-selector .hall-list {
      display: flex;
      flex-direction: row;
      gap: 20px;
      font-size: 20px;
      align-items: center;
      text-align: center; }
      .main-timeslot-content .hall-selector .hall-list .selected {
        font-weight: 700;
        pointer-events: none;
        cursor: pointer;
        color: #292929 !important; }
      .main-timeslot-content .hall-selector .hall-list a:hover {
        cursor: pointer;
        color: #718C9E; }
      .main-timeslot-content .hall-selector .hall-list a {
        font-size: 20px; }
  .main-timeslot-content .ticket-selection-wrapper #Selector {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .main-timeslot-content .timeslot-data-wrapper {
    flex: 1 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (max-width: 75.051875em) {
      .main-timeslot-content .timeslot-data-wrapper {
        align-items: center;
        gap: 20px; } }
    .main-timeslot-content .timeslot-data-wrapper .timeslot-title {
      font-size: 40px;
      font-family: "Garamond Premier Pro", sans-serif;
      font-weight: 700; }
      @media (max-width: 75.051875em) {
        .main-timeslot-content .timeslot-data-wrapper .timeslot-title {
          font-size: 25px; } }
    .main-timeslot-content .timeslot-data-wrapper .tsel-descr-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (max-width: 75.051875em) {
        .main-timeslot-content .timeslot-data-wrapper .tsel-descr-wrapper {
          display: flex;
          flex-direction: column-reverse;
          gap: 20px; } }
    .main-timeslot-content .timeslot-data-wrapper .timeslot-selector {
      display: flex;
      flex-direction: column;
      gap: 40px;
      width: 100%; }
    .main-timeslot-content .timeslot-data-wrapper .description-wrapper,
    .main-timeslot-content .timeslot-data-wrapper .ticket-description-wrapper {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .main-timeslot-content .timeslot-data-wrapper .description-wrapper a,
      .main-timeslot-content .timeslot-data-wrapper .ticket-description-wrapper a {
        color: #718C9E; }
      .main-timeslot-content .timeslot-data-wrapper .description-wrapper > span:first-child,
      .main-timeslot-content .timeslot-data-wrapper .ticket-description-wrapper > span:first-child {
        font-weight: 700;
        font-size: 16px; }
    @media (max-width: 75.051875em) {
      .main-timeslot-content .timeslot-data-wrapper .ticket-description-wrapper {
        display: none; } }
  @media (min-width: 75.061875em) {
    .main-timeslot-content #basket-checkout {
      display: flex;
      justify-content: center;
      align-items: end;
      flex-direction: column; } }
  @media (max-width: 75.051875em) {
    .main-timeslot-content #basket-checkout {
      display: flex;
      justify-content: center; } }
  .main-timeslot-content #basket-checkout .bc-wrapper {
    width: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    @media (max-width: 47.99em) {
      .main-timeslot-content #basket-checkout .bc-wrapper {
        width: 100%; }
        .main-timeslot-content #basket-checkout .bc-wrapper .submit-wrapper {
          width: 100%; } }
  .main-timeslot-content #basket-checkout .bc-amount * {
    font-size: 30px;
    font-weight: 700; }

.git-fp-button {
  position: relative;
  left: 300px; }

@media (max-width: 35.99em) {
  .git-fp-button {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: initial;
    left: -12px; }

  .git-fp-return-button {
    position: relative;
    top: 31px;
    justify-content: center;
    float: none !important;
    display: block;
    margin-right: auto; } }
@media (min-width: 62em) and (max-width: 75.051875em) {
  .git-fp-button {
    position: relative;
    left: 268px; } }
@media (max-width: 22.625em) {
  .git-fp-mobile-buttons {
    float: none !important;
    position: relative;
    top: -45px; }

  .git-fp-mobile-return {
    float: none !important;
    position: relative;
    top: 35px; }

  .git-fp-button {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .git-fp-return-button {
    position: relative;
    top: 74px;
    left: 104px; } }
@media (max-width: 47.99em) {
  .git-fp-button {
    position: relative;
    left: 60px; }

  #forgot-password-form .col-label {
    padding-left: 0px; }

  #forgot-password-form .col-input {
    padding-left: 0px;
    width: 100%; }

  #forgot-password-form .divi-form-input {
    padding-left: 0px;
    width: 100%; } }
@media (min-width: 48em) and (max-width: 61.99em) {
  .git-fp-button {
    position: relative;
    left: 224px; } }
.news-link {
  color: #101010;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600; }

.news-link:hover {
  color: #000; }

.news-multiple-images {
  position: absolute;
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
  font-weight: 100;
  font-size: 15px;
  margin-top: 14px; }

.news-content {
  max-width: 760px; }

.news-image {
  text-align: center;
  height: 500px; }

.news-image img {
  max-height: 500px !important;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

.news-modal {
  max-width: 80vh !important;
  height: 80vh !important;
  text-align: center; }

.news-modal-image {
  width: 100%;
  height: 70vh;
  object-fit: scale-down; }

.btn-open-modal, btn-open-modal:focus {
  outline: 0;
  border: none; }

.carousel-multiple-images {
  position: absolute;
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
  font-weight: 100;
  font-size: 15px;
  margin-top: 14px; }

@media (max-width: 75.051875em) {
  .news-image {
    text-align: center;
    height: auto; }

  .news-image img {
    max-height: 500px !important;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: auto; } }
@media (min-width: 75.061875em) {
  .news-multiple-images {
    right: 5%; }

  .carousel-multiple-images {
    right: 2%; } }
@media (min-width: 62em) and (max-width: 75.051875em) {
  .news-multiple-images {
    right: 6%; }

  .carousel-multiple-images {
    right: 3%; } }
@media (min-width: 48em) and (max-width: 61.99em) {
  .news-multiple-images {
    right: 7%; }

  .carousel-multiple-images {
    right: 5%; } }
@media (min-width: 36em) and (max-width: 47.99em) {
  .news-multiple-images {
    right: 9%; }

  .carousel-multiple-images {
    right: 5%; } }
@media (max-width: 36em) {
  .news-multiple-images {
    right: 7%; }

  .carousel-multiple-images {
    right: 4%; } }
@media (min-width: 36em) {
  .news-other-list {
    padding-left: 40px; } }
.git-gallery-caption {
  position: relative;
  top: 0;
  left: 0;
  color: black;
  text-align: center;
  padding: 20px; }

.payment-form input, #delivery-form input {
  margin-right: 20px; }

/* PAYMENT FORM */
.payment-form {
  border-collapse: separate;
  border-spacing: 0 20px; }

.payment-form .primary-payment-method label {
  display: block !important;
  font-size: 15px;
  font-weight: 300;
  margin: 25px 0;
  position: relative;
  width: 250px;
  cursor: pointer; }

.sub-methods label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px; }

.sub-methods select {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 20px; }

.payment-form .primary-payment-method label input::after {
  background: white no-repeat 0;
  content: "";
  display: block;
  height: 30px;
  width: 125px;
  left: 250px;
  top: -3px;
  position: absolute;
  border: 1px solid #EAEAEA; }

.payment-form .primary-payment-method label#payment1 input:after {
  background-image: url("../../img/seb.jpg");
  background-size: auto 27px;
  background-position-x: 50%; }

.payment-form .primary-payment-method label#payment3 input:after {
  background-image: url("../../img/swed.jpg");
  background-size: auto 32px;
  background-position-x: 50%; }

.payment-form .primary-payment-method label#payment2 input:after, .payment-form label#payment4 input:after {
  background-image: url("../../img/cards.jpg");
  background-size: 115px auto;
  background-position-x: 50%; }

.order-info-actions {
  display: flex;
  flex-direction: row;
  justify-content: end; }
  .order-info-actions > div {
    display: flex;
    flex-direction: row;
    gap: 20px; }

.accordion-toggle {
  font-weight: bolder;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-left: 3px solid #718C9E;
  border-bottom: 2px solid #718C9E;
  padding: 5px 5px;
  font-weight: 500 !important;
  background: #718C9E; }
  .accordion-toggle:hover {
    cursor: pointer; }

.sub-methods {
  padding-top: 20px;
  border-left: 3px solid #f0f0f0; }
  .sub-methods .type_label {
    display: flex; }
  .sub-methods .radio-button-black input[type="radio"] {
    margin-right: 1rem;
    /* Adjust the value as needed */ }
  .sub-methods #deliveryCourierAddress {
    width: 100%;
    height: 2rem; }
  .sub-methods #deliveryAddressOmniva {
    width: 100%;
    height: 2rem; }
  .sub-methods select {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 20px;
    height: 2rem; }

.accordion-toggle::after {
  content: "";
  background-image: url("../../img/arrow_thin.png");
  filter: invert(1);
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: auto 13px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: all 0.2s;
  transform-origin: center;
  background-position: center; }

.accordion-toggle.closed::after {
  transform: rotate(90deg); }

/* KLIX */
.payment-form .primary-payment-method label#payment6 input:after {
  background-image: url("../../img/klix-logo.png");
  background-size: auto 26px;
  background-position-x: 50%; }

#payment-form .primary-payment-method label:nth-child(1):nth-last-child(1) {
  display: none !important; }

.sub-payment-method label div.subPaymentThumbnail {
  background: white no-repeat 0;
  content: "";
  height: 30px;
  width: 125px;
  display: flex;
  justify-content: center;
  mix-blend-mode: multiply; }

.sub-payment-method label div.subPaymentThumbnail img {
  width: auto;
  height: 100%;
  overflow: auto; }

/* DELIVERY FORM */
#delivery-form {
  border-collapse: separate;
  border-spacing: 0 5px; }

#delivery-form label {
  cursor: pointer;
  padding: 5px 20px;
  height: 40px;
  display: flex;
  justify-content: start;
  align-items: center; }

.order-info-time {
  position: relative;
  top: 15px;
  font-size: 14px; }

.order-info-time span {
  position: relative;
  bottom: 2px; }

.info-box-red {
  color: #e86c6c;
  background-color: #fff6f6;
  border: 1px solid #e86c6c; }

#rules-form input:nth-of-type(2), .git-checkbox {
  background-image: url("../../img/checkbox.svg");
  background-repeat: no-repeat;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
  outline: none;
  margin-right: 15px; }

#rules-form input:nth-of-type(2):checked, .git-checkbox:checked {
  background-image: url("../../img/checkbox-checked.svg"); }

.order-checkout .mobile-center > * {
  float: right; }

@media (max-width: 400px) {
  .payment-form label:after {
    position: relative;
    left: 0px;
    top: 13px; } }
@media (max-width: 767.98px) {
  .order-checkout .mobile-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .payment-form label:after {
    left: 204px; } }
@media (min-width: 1200px) {
  .order-checkout div .button-white {
    position: absolute;
    left: 120px; } }
.delivery-type, .payment-type, .personal-details {
  font-family: "TT Commons", sans-serif;
  font-weight: 700;
  font-size: 25px; }

#Order {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.transaction-price {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: end;
  padding: 10px 35px;
  border-top: 1px solid #718C9E; }
  .transaction-price * {
    font-weight: bold; }

#program-container .icon-row, #related-events-container .icon-row {
  display: flex;
  margin-bottom: 20px; }
  #program-container .icon-row .icon-wrapper, #related-events-container .icon-row .icon-wrapper {
    margin-left: 30px; }
  #program-container .icon-row .icon-wrapper:first-of-type, #related-events-container .icon-row .icon-wrapper:first-of-type {
    margin-left: 0px; }
  @media (max-width: 35.99em) {
    #program-container .icon-row, #related-events-container .icon-row {
      align-items: flex-start;
      flex-direction: column; }
      #program-container .icon-row .icon-wrapper, #related-events-container .icon-row .icon-wrapper {
        margin-left: 0px;
        margin-top: 5px; }
      #program-container .icon-row .icon-wrapper:first-of-type, #related-events-container .icon-row .icon-wrapper:first-of-type {
        margin-top: 0px; } }
  @media (min-width: 36em) {
    #program-container .icon-row, #related-events-container .icon-row {
      justify-content: end; } }
#program-container .calendar-month-list, #related-events-container .calendar-month-list {
  height: 75px;
  background-color: #fff; }
  @media (max-width: 61.99em) {
    #program-container .calendar-month-list, #related-events-container .calendar-month-list {
      overflow-x: scroll;
      overflow-y: hidden;
      padding: 0 10px; } }
  @media (max-width: 35.99em) {
    #program-container .calendar-month-list, #related-events-container .calendar-month-list {
      margin: 0 -15px; } }
  #program-container .calendar-month-list .calendar-months, #related-events-container .calendar-month-list .calendar-months {
    text-align: center;
    height: 100%; }
    @media (max-width: 61.99em) {
      #program-container .calendar-month-list .calendar-months, #related-events-container .calendar-month-list .calendar-months {
        width: fit-content;
        margin: 0 auto; } }
    #program-container .calendar-month-list .calendar-months .calendar-list-filter, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter {
      display: inline-flex;
      height: 100%;
      align-items: center; }
      @media (max-width: 61.99em) {
        #program-container .calendar-month-list .calendar-months .calendar-list-filter, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter {
          flex-wrap: nowrap; } }
      @media (min-width: 75.061875em) {
        #program-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter {
          padding: 0 30px; } }
      @media (min-width: 62em) and (max-width: 75.051875em) {
        #program-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter {
          padding: 0 22px; } }
      @media (max-width: 61.99em) {
        #program-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter {
          padding: 0 16px; } }
      #program-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter a, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter a {
        color: #292929;
        transition: 0.2s; }
        #program-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter a:hover, #related-events-container .calendar-month-list .calendar-months .calendar-list-filter .calendar-filter a:hover {
          color: #718C9E; }
#program-container .calendar-list-entry .calendar-list-entry__date, #related-events-container .calendar-list-entry .calendar-list-entry__date {
  text-align: center; }
#program-container .calendar-list-entry .calendar-list-entry__date figure, #related-events-container .calendar-list-entry .calendar-list-entry__date figure {
  margin: 0;
  font-family: "Garamond Premier Pro", sans-serif;
  display: block;
  text-align: center; }
#program-container .calendar-list-entry .calendar-list-entry__date span, #related-events-container .calendar-list-entry .calendar-list-entry__date span {
  display: block;
  text-align: center; }
@media (max-width: 47.99em) {
  #program-container .calendar-list-entry .calendar-list-entry__date, #related-events-container .calendar-list-entry .calendar-list-entry__date {
    flex: 0 1 14%; }
  #program-container .calendar-list-entry .calendar-list-entry__day, #related-events-container .calendar-list-entry .calendar-list-entry__day {
    flex: 0 1 45%; }
  #program-container .calendar-list-entry .calendar-list-entry__content > section, #related-events-container .calendar-list-entry .calendar-list-entry__content > section {
    padding: 20px 25px; }
  #program-container .calendar-list-entry .calendar-list-entry__content > section.calendar-list-entry__day, #related-events-container .calendar-list-entry .calendar-list-entry__content > section.calendar-list-entry__day {
    padding-left: 0; }
  #program-container .calendar-list-entry .calendar-list-entry__data, #related-events-container .calendar-list-entry .calendar-list-entry__data {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    flex: 1 1 100%; }
  #program-container .calendar-list-entry .calendar-list-entry__tickets, #related-events-container .calendar-list-entry .calendar-list-entry__tickets {
    margin-left: 0;
    margin-right: auto;
    flex: 1 1 100%; }
  #program-container .calendar-list-entry .calendar-list-entry__content, #related-events-container .calendar-list-entry .calendar-list-entry__content {
    flex-wrap: wrap; } }
@media (max-width: 61.99em) {
  #program-container .calendar-list-entry h1, #related-events-container .calendar-list-entry h1 {
    font-size: 25px;
    line-height: 28px; }
  #program-container .calendar-list-entry h3, #related-events-container .calendar-list-entry h3 {
    font-size: 16px;
    line-height: 20px; }
  #program-container .calendar-list-entry .calendar-list-entry__date, #related-events-container .calendar-list-entry .calendar-list-entry__date {
    flex: 0 0 100px; }
  #program-container .calendar-list-entry .calendar-list-entry__date figure, #related-events-container .calendar-list-entry .calendar-list-entry__date figure {
    font-size: 55px;
    line-height: 65px; }
  #program-container .calendar-list-entry .calendar-list-entry__image, #related-events-container .calendar-list-entry .calendar-list-entry__image {
    width: 100%; }
    #program-container .calendar-list-entry .calendar-list-entry__image img, #related-events-container .calendar-list-entry .calendar-list-entry__image img {
      width: 100%; } }
@media (min-width: 48em) and (max-width: 61.99em) {
  #program-container .calendar-list-entry .calendar-list-entry__day, #related-events-container .calendar-list-entry .calendar-list-entry__day {
    flex: 0 1 14%; }
  #program-container .calendar-list-entry .calendar-list-entry__content > section, #related-events-container .calendar-list-entry .calendar-list-entry__content > section {
    padding: 20px 10px; } }
@media (min-width: 62em) and (max-width: 75.051875em) {
  #program-container .calendar-list-entry .calendar-list-entry__date, #related-events-container .calendar-list-entry .calendar-list-entry__date {
    flex: 0 1 14%; }
  #program-container .calendar-list-entry .calendar-list-entry__day, #related-events-container .calendar-list-entry .calendar-list-entry__day {
    flex: 0 1 15%; } }
@media (min-width: 48em) {
  #program-container .calendar-list-entry .calendar-list-entry__tickets, #related-events-container .calendar-list-entry .calendar-list-entry__tickets {
    margin-left: auto;
    padding-right: 0 !important; }
  #program-container .calendar-list-entry .calendar-list-entry__data, #related-events-container .calendar-list-entry .calendar-list-entry__data {
    flex: 1 1 30%; } }
@media (min-width: 62em) {
  #program-container .calendar-list-entry .calendar-list-entry__content > section, #related-events-container .calendar-list-entry .calendar-list-entry__content > section {
    padding: 30px; }
  #program-container .calendar-list-entry .calendar-list-entry__date figure, #related-events-container .calendar-list-entry .calendar-list-entry__date figure {
    font-size: 60px;
    line-height: 77px; }
  #program-container .calendar-list-entry .calendar-list-entry__image, #related-events-container .calendar-list-entry .calendar-list-entry__image {
    width: 276px; }
    #program-container .calendar-list-entry .calendar-list-entry__image img, #related-events-container .calendar-list-entry .calendar-list-entry__image img {
      width: 100%; } }
@media (min-width: 75.061875em) {
  #program-container .calendar-list-entry .calendar-list-entry__date, #related-events-container .calendar-list-entry .calendar-list-entry__date {
    flex: 0 1 12%; }
  #program-container .calendar-list-entry .calendar-list-entry__day, #related-events-container .calendar-list-entry .calendar-list-entry__day {
    flex: 0 1 13%; } }
#program-container .calendar-list-entry .calendar-list-entry__title, #related-events-container .calendar-list-entry .calendar-list-entry__title {
  margin-top: 5px; }
  #program-container .calendar-list-entry .calendar-list-entry__title a, #related-events-container .calendar-list-entry .calendar-list-entry__title a {
    color: #292929 !important; }
#program-container .calendar-list-entry .calendar-list-entry__author, #related-events-container .calendar-list-entry .calendar-list-entry__author {
  font-family: "Garamond Premier Pro", sans-serif;
  margin: 0; }
#program-container .calendar-list-entry .calendar-list-entry__info, #related-events-container .calendar-list-entry .calendar-list-entry__info {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none; }
  #program-container .calendar-list-entry .calendar-list-entry__info a, #related-events-container .calendar-list-entry .calendar-list-entry__info a {
    color: #292929;
    font-weight: 300; }
#program-container .calendar-list-entry .calendar-list-entry__tickets .secondary-btn, #related-events-container .calendar-list-entry .calendar-list-entry__tickets .secondary-btn {
  transition: 0.2s; }
  #program-container .calendar-list-entry .calendar-list-entry__tickets .secondary-btn:hover, #related-events-container .calendar-list-entry .calendar-list-entry__tickets .secondary-btn:hover {
    background-color: #718C9E;
    color: #fff !important; }

#program-online-container h1 {
  text-transform: none;
  font-size: 30px; }
  @media (max-width: 61.99em) {
    #program-online-container h1 {
      font-size: 24px; } }
@media (max-width: 61.99em) {
  #program-online-container .font-16 {
    font-size: 14px; } }
#program-online-container .program-view__thumb {
  margin-top: 16px;
  margin-bottom: 10px; }
  @media (max-width: 61.99em) {
    #program-online-container .program-view__thumb {
      margin-top: 15px; } }

.theater-thumb {
  width: 100%;
  height: 233px;
  object-fit: scale-down; }

.git-theater-partners div {
  text-align: center; }

.git-theater-partners img {
  margin-bottom: 25px; }

.git-theater-partners p, .git-theater-partners a {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #000;
  text-decoration: none; }

.git-theater-partners a:hover {
  text-decoration: underline; }

.purchase-list-wrapper {
  display: flex;
  flex-direction: column;
  padding: 30px 0px; }
  .purchase-list-wrapper .purchase {
    border-bottom: 1px solid #718C9E;
    padding: 15px 0px; }
    @media (max-width: 61.99em) {
      .purchase-list-wrapper .purchase {
        display: flex;
        gap: 20px;
        text-align: center; } }
    .purchase-list-wrapper .purchase .history-status {
      color: #718C9E;
      font-weight: 700; }
    @media (max-width: 61.99em) {
      .purchase-list-wrapper .purchase .status-action {
        display: flex;
        flex-direction: column;
        gap: 20px; } }
  .purchase-list-wrapper .desc-title {
    font-weight: 700;
    font-family: "Garamond Premier Pro", sans-serif;
    font-size: 20px;
    line-height: 1; }
  .purchase-list-wrapper .purchase-column-headers {
    border-bottom: 1px solid #718C9E;
    padding-bottom: 10px; }
    @media (max-width: 61.99em) {
      .purchase-list-wrapper .purchase-column-headers {
        display: none; } }

.contact-page .contact-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 20px 0px; }
  .contact-page .contact-title h2 {
    font-family: "TT Commons", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0px;
    text-align: center; }
  .contact-page .contact-title .line {
    flex: 1;
    height: 1px;
    background-color: #718C9E; }
.contact-page .d-flex.align-items-center .text-center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
.contact-page .contact-logo img {
  object-fit: none; }
@media (max-width: 61.99em) {
  .contact-page .contact-info {
    margin-left: 2rem; } }

/**
* LAYOUT
* =====================================================================================================================
*/
.footer-wrapper {
  background-color: #f0f0f0;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px; }
  @media (max-width: 61.99em) {
    .footer-wrapper {
      padding: 70px 50px;
      height: max-content; } }
  .footer-wrapper .footer {
    display: flex;
    justify-content: space-around;
    align-items: start; }
    @media (max-width: 61.99em) {
      .footer-wrapper .footer {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 60px; } }
    .footer-wrapper .footer a:hover {
      color: #292929;
      font-weight: 500; }
    .footer-wrapper .footer .footer-item-group {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
      flex: 1; }
      .footer-wrapper .footer .footer-item-group b {
        text-align: center; }
      @media (max-width: 61.99em) {
        .footer-wrapper .footer .footer-item-group {
          align-items: start;
          justify-content: start; } }
      @media (min-width: 62em) {
        .footer-wrapper .footer .footer-item-group {
          padding: 0px 70px; } }
      @media (max-width: 47.99em) {
        .footer-wrapper .footer .footer-item-group {
          width: 100%; } }
      .footer-wrapper .footer .footer-item-group.links {
        gap: 10px; }
        @media (max-width: 61.99em) {
          .footer-wrapper .footer .footer-item-group.links {
            font-weight: bolder; } }
      .footer-wrapper .footer .footer-item-group:first-child {
        align-items: start; }
      .footer-wrapper .footer .footer-item-group:last-child {
        align-items: start; }
      .footer-wrapper .footer .footer-item-group .socials {
        width: 200px;
        display: flex;
        justify-content: space-evenly;
        height: 62px;
        align-items: end; }
        @media (max-width: 61.99em) {
          .footer-wrapper .footer .footer-item-group .socials {
            justify-content: space-between;
            gap: 20px;
            width: 100%;
            height: 92px; } }
        .footer-wrapper .footer .footer-item-group .socials img {
          width: 32px;
          height: 32px; }
          @media (max-width: 61.99em) {
            .footer-wrapper .footer .footer-item-group .socials img {
              width: 42px;
              height: 42px; } }
    .footer-wrapper .footer img {
      width: 50px; }
  .footer-wrapper .footer-additional {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 61.99em) {
      .footer-wrapper .footer-additional {
        padding-top: 60px; } }

@media (max-width: 35.99em) {
  .hide-mobile {
    display: none !important; } }
@media (min-width: 36em) and (max-width: 47.99em) {
  .hide-tablet {
    display: none !important; } }
@media (min-width: 48em) and (max-width: 61.99em) {
  .hide-only-desktop {
    display: none !important; } }
@media (min-width: 48em) {
  .hide-desktop {
    display: none !important; } }
@media (min-width: 62em) {
  .hide-large {
    display: none !important; } }
.git-container {
  position: relative; }

.git-content {
  padding-top: 53px; }

@media (max-width: 47.99em) {
  .git-content {
    padding-top: 24px; } }
@media screen and (max-width: 768px) {
  .row .col-sm-4 {
    margin-top: 8px;
    margin-bottom: 8px; } }
.center-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media (max-width: 61.99em) {
    .center-page__wrapper {
      height: 75vh; } }
  @media (min-width: 62em) {
    .center-page__wrapper {
      height: 50vh; } }

.ticket-navbar-wrapper {
  background-color: #718C9E;
  padding: 50px 0;
  min-height: 292px;
  height: 292px; }
  @media (max-width: 61.99em) {
    .ticket-navbar-wrapper.desktop {
      display: none; } }
  .ticket-navbar-wrapper.mobile {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9; }
    .ticket-navbar-wrapper.mobile .language {
      font-size: 18px; }
    @media (min-width: 62em) {
      .ticket-navbar-wrapper.mobile {
        display: none; } }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn {
      display: none; }
    .ticket-navbar-wrapper.mobile .toggle .menu {
      overflow: hidden;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 113px;
      left: 0px;
      background: #718C9E;
      z-index: 9;
      transition: all ease-in-out 0.3s;
      opacity: 0;
      pointer-events: none;
      user-select: none; }
      .ticket-navbar-wrapper.mobile .toggle .menu .menu-items {
        display: flex;
        padding: 30px;
        flex-direction: column;
        justify-content: flex-start;
        transition: all 0.3s ease;
        margin: -5px; }
        .ticket-navbar-wrapper.mobile .toggle .menu .menu-items:not(.user-panel) {
          overflow: auto;
          max-height: 80%; }
        .ticket-navbar-wrapper.mobile .toggle .menu .menu-items .item {
          text-align: start;
          align-items: start;
          display: flex;
          font-size: 22px;
          padding: 15px 30px;
          border-bottom: 1px solid #9bb0bc; }
          .ticket-navbar-wrapper.mobile .toggle .menu .menu-items .item * {
            font-size: 22px; }
          .ticket-navbar-wrapper.mobile .toggle .menu .menu-items .item:hover {
            background-color: #9bb0bc; }
          .ticket-navbar-wrapper.mobile .toggle .menu .menu-items .item.placeholder {
            border-bottom: 0px; }
            .ticket-navbar-wrapper.mobile .toggle .menu .menu-items .item.placeholder:hover {
              background-color: initial; }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .menu {
      width: 100%;
      opacity: 1;
      pointer-events: all; }
      .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .menu .menu-items {
        margin: 0px; }
    .ticket-navbar-wrapper.mobile .toggle .hamburger {
      cursor: pointer;
      width: 2rem;
      height: 2rem;
      right: 1rem;
      top: 1rem;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .ticket-navbar-wrapper.mobile .toggle .hamburger * {
        user-select: none; }
    .ticket-navbar-wrapper.mobile .toggle .hamburger > div {
      height: 2px;
      transition: all 0.5s ease;
      z-index: 999;
      border-radius: 1px; }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .hamburger > div {
      background-color: #fff; }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .hamburger > div:nth-child(1) {
      transform: translateY(15px) rotate(45deg); }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .hamburger > div:nth-child(2) {
      opacity: 0; }
    .ticket-navbar-wrapper.mobile .toggle .menu-btn:checked ~ .hamburger > div:nth-child(3) {
      transform: translateY(-15px) rotate(-45deg); }
    .ticket-navbar-wrapper.mobile .toggle label {
      margin-bottom: 0px; }
  @media (max-width: 61.99em) {
    .ticket-navbar-wrapper {
      min-height: 113px;
      height: 113px;
      padding: 10px 0; } }
  .ticket-navbar-wrapper .ticket-navbar {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px; }
    @media (max-width: 61.99em) {
      .ticket-navbar-wrapper .ticket-navbar {
        align-items: center;
        height: 100%; } }
    .ticket-navbar-wrapper .ticket-navbar * {
      color: #fff;
      font-size: 16px; }
    .ticket-navbar-wrapper .ticket-navbar .basket {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 5px; }
      .ticket-navbar-wrapper .ticket-navbar .basket .timer-wrapper {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center; }
      .ticket-navbar-wrapper .ticket-navbar .basket .basket-wrapper {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center; }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group .hamburger > div {
      height: 2px;
      background-color: #fff;
      transition: 0.5s;
      z-index: 999; }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group.left {
      justify-content: start; }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group.right {
      justify-content: end; }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group .brand img {
      width: 250px;
      min-width: 100%;
      max-width: 250px; }
      @media (max-width: 61.99em) {
        .ticket-navbar-wrapper .ticket-navbar .nav-link-group .brand img {
          max-width: 101px; } }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group .nav-links {
      height: 70px;
      display: flex;
      align-items: center;
      gap: 10%;
      padding: 0px 35px; }
      @media (min-width: 48em) {
        .ticket-navbar-wrapper .ticket-navbar .nav-link-group .nav-links {
          border-bottom: 1px solid #fff; } }
      @media (max-width: 61.99em) {
        .ticket-navbar-wrapper .ticket-navbar .nav-link-group .nav-links {
          padding: 0px 15px;
          gap: 15px; } }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group .basket-login {
      gap: 7%; }
    .ticket-navbar-wrapper .ticket-navbar .nav-link-group .nav-timer {
      width: 40px; }
    @media (min-width: 48em) {
      .ticket-navbar-wrapper .ticket-navbar .nav-link-group:first-child {
        min-width: min(40%, 410px); }
        .ticket-navbar-wrapper .ticket-navbar .nav-link-group:first-child .nav-links {
          justify-content: start; }
          .ticket-navbar-wrapper .ticket-navbar .nav-link-group:first-child .nav-links:nth-child(2) {
            margin-right: 20%; }
      .ticket-navbar-wrapper .ticket-navbar .nav-link-group:last-child {
        min-width: min(40%, 410px); }
        .ticket-navbar-wrapper .ticket-navbar .nav-link-group:last-child .nav-links {
          justify-content: end; }
          .ticket-navbar-wrapper .ticket-navbar .nav-link-group:last-child .nav-links:nth-child(2) {
            margin-left: 20%; } }
    .ticket-navbar-wrapper .ticket-navbar li.dropdown {
      list-style: none;
      position: relative;
      margin: 10px;
      display: inline-block; }
      @media (max-width: 61.99em) {
        .ticket-navbar-wrapper .ticket-navbar li.dropdown {
          margin: 0px; } }
      .ticket-navbar-wrapper .ticket-navbar li.dropdown .drop {
        padding: 0px;
        width: max-content; }
      .ticket-navbar-wrapper .ticket-navbar li.dropdown:hover > .drop {
        display: block; }
      .ticket-navbar-wrapper .ticket-navbar li.dropdown ul {
        position: absolute;
        left: 0;
        margin: 0;
        background: #2C2C2C;
        border-radius: 2px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        display: none; }
        .ticket-navbar-wrapper .ticket-navbar li.dropdown ul > li {
          clear: both;
          list-style: none;
          display: block;
          padding: 0 10px;
          margin: 0;
          width: 100%; }
          .ticket-navbar-wrapper .ticket-navbar li.dropdown ul > li:hover {
            background: #929292; }

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