/*
Table of content
0 Wordpress core styles

1 Base styles
	1.1 Buttons
	1.2 Forms
	1.3 Typography
	1.4 Site styles
	1.5 American Football Layout styles

2 Site styles addons
	2.1 Widgets
	2.2 Animations

3 Vendors
	3.1 Woocommerce
	3.3 Vendors
	3.4 Radio/checkbox

4 Mobile styles
	4.1 Responsive bootstrap enhanced base styles
	4.2 Responsive site styles

5 Joomsport
*/
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
/* Aksha Events */
@font-face {
  font-family: "aksha-font";
  src: url("../fonts/aksha-font.eot?nqos10");
  src: url("../fonts/aksha-font.eot?nqos10#iefix") format("embedded-opentype"), url("../fonts/aksha-font.ttf?nqos10") format("truetype"), url("../fonts/aksha-font.woff?nqos10") format("woff"), url("../fonts/aksha-font.svg?nqos10#aksha-font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=aksha-icon-], [class*=" aksha-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "aksha-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.event-data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.event-data-wrapper .event-data {
  padding: 1rem;
  color: #111;
  background-color: var(--ast-global-color-0);
  border-radius: 5px;
}
.event-data-wrapper .event-data h4 {
  margin-bottom: 0.5rem;
}
.event-data-wrapper .event-data.event-data-date {
  color: #fff;
  line-height: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}
.event-data-wrapper .event-data.event-data-date > div:first-child {
  text-transform: uppercase;
}
.event-data-wrapper .event-data.event-data-price {
  background: #dedede;
  border: 1px solid #ccc;
}
.event-data-wrapper .event-data.event-data-price .event-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.event-data-wrapper .event-data.event-data-price .event-content-list .event-content.event-content-accom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  word-break: normal;
}
.event-data-wrapper .event-data.event-data-price .event-content-list .event-content.event-content-accom:after {
  border-bottom: 4px dotted #000;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0.5rem;
  opacity: 0.3;
}
.event-data-wrapper .event-data.event-data-price .event-content-list .event-content.event-content-price {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.08rem;
  min-width: 90px;
}
.event-data-wrapper .button {
  text-align: center;
}

.aksha-event-content {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
      grid-template-areas: "meta img txt next";
  -ms-grid-columns: minmax(100px, 1fr) 3fr 6fr 70px;
  grid-template-columns: minmax(100px, 1fr) 3fr 6fr 70px;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
  -webkit-transition: -webkit-box-shadow 1s cubic-bezier(0.05, 0.1, 0.1, 1);
  transition: -webkit-box-shadow 1s cubic-bezier(0.05, 0.1, 0.1, 1);
  transition: box-shadow 1s cubic-bezier(0.05, 0.1, 0.1, 1);
  transition: box-shadow 1s cubic-bezier(0.05, 0.1, 0.1, 1), -webkit-box-shadow 1s cubic-bezier(0.05, 0.1, 0.1, 1);
  background-color: #fff;
}
.aksha-event-content .aksha-event-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.aksha-event-content .aksha-event-meta {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px #000;
          box-shadow: 0 0 20px #000;
  margin: 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: var(--ast-global-color-0);
  z-index: 2;
  font-weight: bold;
  cursor: pointer;
  grid-area: meta;
}
.aksha-event-content .aksha-event-meta .event-date span {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  line-height: 0.9;
}
.aksha-event-content .aksha-event-meta .event-date span.event-day {
  font-size: 32px;
}
.aksha-event-content .aksha-event-meta .event-date span.event-month {
  font-size: 16px;
  letter-spacing: 1px;
}
.aksha-event-content .aksha-event-meta .event-date span.event-year {
  font-size: 12px;
  letter-spacing: 2px;
  background-color: rgba(247, 247, 247, 0.2901960784);
  padding: 3px;
  margin-top: 5px;
  border-radius: 3px;
}
.aksha-event-content .aksha-event-meta .event-date.without-year > span.event-year {
  display: none !important;
}
.aksha-event-content .aksha-event-meta .event-date .event-multiday {
  border-top: dotted 5px rgba(255, 255, 255, 0.568627451);
  margin-top: 10px;
}
.aksha-event-content .aksha-event-meta .event-date .event-multiday span.event-day {
  margin-top: 4px;
}
.aksha-event-content .aksha-event-meta .event-date:after {
  content: "";
  position: absolute;
  background-position-x: center;
  background-image: url(../images/logosattva2.png);
  width: 160%;
  height: 100%;
  background-repeat: no-repeat;
  left: -20px;
  top: 0;
  max-width: 160px;
}
.aksha-event-content .aksha-event-image {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  position: relative;
  grid-area: img;
}
.aksha-event-content .aksha-event-image > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aksha-event-content .aksha-event-image .color-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  background-color: #e5ddcd;
  opacity: 0;
  z-index: 2;
}
.aksha-event-content .aksha-event-image .hover-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aksha-event-content .aksha-event-image .hover-wrap .event-figure {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: -webkit-transform 2s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 2s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 2s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 2s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.aksha-event-content .aksha-event-image .hover-wrap .event-figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  min-height: 230px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aksha-event-content .aksha-event-details {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: txt;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  text-align: center;
}
.aksha-event-content .aksha-event-details .event_title_container {
  margin: 10px 20px;
}
.aksha-event-content .aksha-event-details .event_title_container h3 {
  font-size: 28px;
  line-height: 30px;
  margin: 0;
}
.aksha-event-content .aksha-event-details .event-meta-cats {
  margin: 10px 2px -6px;
}
.aksha-event-content .aksha-event-details .event-meta-cats > span {
  padding: 2px 5px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
  line-height: 2rem;
}
.aksha-event-content .aksha-event-details .event_subtitle_container {
  margin: -10px 0 10px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--ast-global-color-0);
}
.aksha-event-content .aksha-event-details .event_excerpt_column {
  padding: 0;
}
.aksha-event-content .aksha-event-arrow {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  position: relative;
  color: #dcc7b2;
  grid-area: next;
}
.aksha-event-content .aksha-event-arrow:before {
  content: "\e6a8";
  opacity: 0.6;
  -webkit-transition: all 1s cubic-bezier(0.05, 0.1, 0.1, 1) 0.05s;
  transition: all 1s cubic-bezier(0.05, 0.1, 0.1, 1) 0.05s;
}
.aksha-event-content:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.08) 0 3px 9px, rgba(0, 0, 0, 0.16) 0 10px 26px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.08) 0 3px 9px, rgba(0, 0, 0, 0.16) 0 10px 26px;
}
.aksha-event-content:hover .aksha-event-image .color-overlay {
  opacity: 0.3;
}
.aksha-event-content:hover .aksha-event-image .event-figure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aksha-event-content:hover .aksha-event-arrow:before {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .aksha-event-content {
        grid-template-areas: "meta img" "txt";
    -ms-grid-columns: minmax(120px, 1fr) minmax(200px, 3fr);
    grid-template-columns: minmax(120px, 1fr) minmax(200px, 3fr);
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto;
  }
  .aksha-event-content .aksha-event-image .hover-wrap .event-figure img {
    height: auto;
  }
  .aksha-event-content .aksha-event-details {
    grid-column: meta-start/img-end;
    -ms-grid-row: txt-end;
        grid-row-start: txt-end;
    grid-row-end: txt;
    padding: 10px;
    z-index: 2;
    background-color: white;
  }
  .aksha-event-content .aksha-event-arrow {
    display: none;
  }
  .aksha-event-content .aksha-event-meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .aksha-event-content .aksha-event-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .aksha-event-content .aksha-event-details {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
/* Aksha Booking */
/* search form */
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-title-search-form {
  margin-top: 0;
  margin-bottom: 1rem;
}
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-multi-accom-people-selection-wrapper {
  overflow: hidden;
}
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-multi-accom-people-selection-wrapper .hb-people-popup-wrapper-close {
  display: none;
}
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-multi-accom-people-selection-wrapper .hb-multi-accom-people-selection {
  line-height: 1.2;
}
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-multi-accom-people-selection-wrapper .hb-multi-accom-people-selection p {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.aksha-booking-search-form.hb-search-form-multiple-accom .hb-multi-accom-people-selection-wrapper .hb-multi-accom-people-selection p select {
  width: 100%;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form {
  padding: 1rem;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form .hb-multi-accom-people-selection {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form .hb-multi-accom-people-selection:last-child {
  margin-right: 0;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form .hb-multi-accom-people-selection .hb-multi-accom-people-title {
  line-height: 1rem;
  display: table-cell;
  vertical-align: bottom;
  height: 2rem;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form .hb-search-button-wrapper {
  width: 100%;
  text-align: center;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-horizontal-search-form .hb-search-button-wrapper input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-vertical-search-form {
  padding: 0;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-vertical-search-form .hb-multi-accom-people-selection {
  width: 100%;
  margin: 0;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-vertical-search-form .hb-multi-accom-people-selection .hb-multi-accom-people-title {
  height: auto;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-vertical-search-form .hb-search-button-wrapper input {
  width: 100%;
}
.aksha-booking-search-form.hb-search-form-multiple-accom.hb-vertical-search-form .hb-search-button-wrapper:not(.hb-change-search-wrapper) {
  margin-top: 0.8rem;
}
.aksha-booking-search-form p.hb-booking-searching,
.aksha-booking-search-form .hb-stripe-loading-form {
  background: url(loader-2x.gif) no-repeat left center;
  background-size: 45px 45px;
  display: none;
  line-height: 45px;
  padding-left: 45px;
}
.aksha-booking-search-form .hb-searched-summary p {
  margin-bottom: 1rem;
  line-height: 1;
}
.aksha-booking-search-form .hb-searched-summary p span {
  color: var(--ast-global-color-1);
  font-weight: 700;
}
.aksha-booking-search-form .hb-searched-summary p.hb-chosen-admin-name {
  display: none;
}
.aksha-booking-search-form .hb-searched-summary p.hb-chosen-event-dates span {
  display: block;
}
.aksha-booking-search-form .hb-details-fields p {
  margin-bottom: 1rem;
}

.popup-form .hb-multi-accom-people-selection-wrapper,
.hb-searched-summary,
.hb-search-no-result,
.hb-search-error,
.hb-accom-list,
.widget_block.hidden-block {
  display: none;
}

.hb-people-popup-wrapper {
  border-radius: 6px;
  display: none;
  margin: 10px 0;
  left: 10px;
  top: 10px;
  padding: 15px 25px 5px;
  position: absolute;
  z-index: 99999;
}
.hb-people-popup-wrapper .hb-people-popup-wrapper-close {
  border-radius: 10px;
  display: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  right: 4px;
  text-align: center;
  text-decoration: none;
  top: 4px;
  width: 20px;
  height: 20px;
}

/* end search form */
/* accommodation selection */
.hb-accom-quantity, .hb-accom-page .hb-view-accom, .hb-accom-selected-left-wrapper, .hb-accom-none-left .hb-select-accom, .hb-accom-selected .hb-select-accom, .hb-multi-accom-no-accom-selected, .hb-accom-page .hb-accom-selected .hb-select-accom-wrapper, .hb-accom-selected-name {
  display: none;
}

.hb-accom {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 90px;
  padding: 15px;
  padding-bottom: 0px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.hb-accom-page .hb-multi-accom-choices.hb-accom-page-one-result .hb-accom {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 15px;
}

.hb-accom-selected {
  background: #dedede;
}
.hb-accom-selected .hb-accom-price {
  float: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  margin-right: 8px;
  letter-spacing: -0.08rem;
}

.hb-accom-title {
  font-weight: bold;
}

.hb-accom-img {
  display: block;
  float: right;
  margin: 0 0 15px 15px;
  max-width: 100%;
}

.hb-accom-price-caption {
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 22px 0 15px;
}

.hb-accom-price-caption-small {
  margin-top: 8px;
}

.hb-price-breakdown, .hb-price-bd-hide-text, .hb-hidden-price-breakdown, .hb-price-breakdown-global-discount {
  display: none;
}

.hb-price-breakdown-section.hb-fee-accom-included, .hb-price-breakdown-section.hb-fee-accom-final {
  display: none;
}

.hb-price-breakdown-title {
  display: block;
  font-weight: bold;
  line-height: 1;
}

.hb-price-breakdown-section {
  display: block;
}

.hb-select-accom, .hb-view-accom {
  float: left;
}

p.hb-select-accom {
  margin-right: 15px;
}

.hb-accom-selected .hb-accom-selected-name {
  display: block;
  font-weight: bold;
}

.hb-accom-page .hb-multi-accom-choices.hb-accom-page-one-result .hb-accom-selected .hb-accom-selected-name {
  display: none;
}

.hb-nb-accom-selected, .hb-accom-left {
  display: block;
}

/* end accommodation selection */
/* booking details form */
.hb-booking-details-form,
.hb-saving-resa,
.hb-confirm-error,
.hb-policies-error,
.hb-resa-done-msg,
.hb-resa-payment-msg,
.hb-bottom-area-content,
.hb-bottom-area,
.hb-thank-you-page-form {
  display: none;
}

.hb-booking-details-form p {
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.hb-booking-details-form .hb-details-fields p input {
  width: 100%;
}
.hb-booking-details-form .hb-payment-type-multiple-choice label,
.hb-booking-details-form .hb-payment-method label {
  display: inline;
}
.hb-booking-details-form .hb-payment-type-multiple-choice label .hb-paypal-payment-gateway-label-img-paypal,
.hb-booking-details-form .hb-payment-method label .hb-paypal-payment-gateway-label-img-paypal {
  margin-top: -4px;
}

textarea.hb-detail-field {
  height: 140px !important;
}

.hbook-wrapper .form-error {
  display: block;
}
.hbook-wrapper .selectize-control .selectize-input {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.hbook-wrapper .selectize-control .selectize-input input[type=text] {
  padding: 0 !important;
  height: 50px !important;
}
.hbook-wrapper .selectize-control .selectize-input .item {
  line-height: 40px !important;
  padding: 5px;
}
.hbook-wrapper input[type=email],
.hbook-wrapper input[type=number],
.hbook-wrapper input[type=password],
.hbook-wrapper input[type=reset],
.hbook-wrapper input[type=search],
.hbook-wrapper input[type=tel],
.hbook-wrapper input[type=text],
.hbook-wrapper input[type=url],
.hbook-wrapper select,
.hbook-wrapper textarea {
  background-color: #fff;
}

.hb-bottom-area img,
.hbook-wrapper label img {
  vertical-align: middle;
}

.hb-saving-resa {
  background: url(loader-2x.gif) no-repeat left center;
  background-size: 45px 45px;
  display: none;
  line-height: 45px;
  padding-left: 45px;
}

.hb-resa-summary-content {
  background: rgba(4, 92, 180, 0.1215686275);
  border: 1px solid rgba(4, 92, 180, 0.1490196078);
  border-radius: 5px;
  margin-bottom: 22px;
  padding: 10px 17px;
}
.hb-resa-summary-content .hb-resa-summary-nb-days,
.hb-resa-summary-content .hb-resa-summary-dates {
  font-weight: 700;
  color: var(--ast-global-color-1);
}
.hb-resa-summary-content .hb-resa-summary-dates {
  margin-bottom: 0.5rem;
}
.hb-resa-summary-content .hb-fee-accom-final {
  display: block;
}
.hb-resa-summary-content .hb-included-fees-wrapper {
  margin-left: 20px;
}
.hb-resa-summary-content .hb-summary-multi-accom-accom {
  line-height: 1.5;
}
.hb-resa-summary-content .hb-summary-accom-content {
  margin-left: 1rem;
  border-left: solid 2px;
  padding-left: 0.5rem;
}
.hb-resa-summary-content .hb-summary-total-price small {
  font-weight: normal;
}
.hb-resa-summary-content .hb-summary-price-breakdown-trigger-wrapper {
  font-size: 12px;
}

.hb-summary-multi-accom-title,
.hb-summary-accom-total-price,
.hb-summary-deposit,
.hb-summary-total-price,
.hb-summary-bond,
.hb-resa-done-email,
.hb-resa-done-alphanum-id {
  font-weight: bold;
}

.hb-payment-data-summary,
.hb-payment-type-explanation,
.hb-payment-type-hidden,
.hb-payment-method-hidden,
.hb-payment-type-null-price-wrapper,
.hb-payment-method-wrapper {
  display: none;
}

.hb-details-form-stacked .hb-column-half, .hb-details-form-stacked .hb-column-third {
  float: none;
  width: 100%;
}

/* end booking details form */
/* coupon */
input.hb-coupon-code {
  width: 200px;
}

.hb-coupon-code,
.hb-apply-coupon {
  float: left;
  margin-right: 15px;
}

.hb-processing-coupon {
  background: url(loader-2x.gif) no-repeat left center;
  background-size: 24px 24px;
  display: none;
  float: left;
  height: 24px;
  margin-top: 8px;
  width: 24px;
}

.hb-coupon-msg,
.hb-coupon-error {
  display: none;
}

/* end coupon */
/* selectize */
.selectize-dropdown .selected {
  background-color: #999;
}
.selectize-dropdown .active:not(.selected) {
  background-color: #dde8ee;
}

.hotelwp-select-wrapper .selectize-control.single .selectize-input:not(.no-arrow):after, .maestrel-select-wrapper .selectize-control.single .selectize-input:not(.no-arrow):after {
  display: none;
}

.hotelwp-select-selectized .hotelwp-select-arrow svg {
  top: 16px;
}

.hbook-wrapper .hotelwp-select-selectized .selectize-control .selectize-input {
  border-left: none;
  border-right: none;
  border-top: none;
}

/* end selectize */
/* confirm area */
/* end confirm area */
/* misc */
.hb-loading-summary {
  background: url(loader-2x.gif) no-repeat left center;
  background-size: 24px 24px;
  display: none;
  line-height: 30px;
  padding-left: 30px;
}

.hb-explanation {
  font-style: italic;
}

.hbook-wrapper input[type=text] {
  display: block;
}

.hb-people-popup-wrapper label {
  display: table;
}

.hbook-wrapper label {
  display: table;
}
.hbook-wrapper label.hb-label-choice, .hbook-wrapper label.hb-terms-and-cond, .hbook-wrapper label.hb-privacy-policy {
  display: inline;
}

.hb-single-option {
  line-height: 2;
}

.hb-quantity-option {
  margin-bottom: 5px;
}

.hb-summary-multi-accom-accom .hb-summary-price-details,
.hb-summary-price-breakdown-hide-text,
.hb-intermediate-step-wrapper,
.hb-options-form,
.hb-quantity-option,
.hb-single-option,
.hb-multiple-option {
  display: none;
}

.hbook-wrapper .hb-options-form label {
  display: inline;
}

.hb-options-total-price {
  font-weight: bold;
}

.hb-price-placeholder-minus {
  display: none;
}

.hb-select-accom-num-form {
  margin-bottom: 20px;
}

.hb-payment-form-stripe {
  background: #ddd;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-bottom: 22px;
}
.hb-payment-form-stripe .hb-stripe-payment-form-txt-top {
  margin-top: 0;
  padding-top: 0;
}
.hb-payment-form-stripe .hb-stripe-loading-form {
  display: block;
}
.hb-payment-form-stripe .hb-stripe-payment-form-txt-bottom,
.hb-payment-form-stripe .hb-powered-by-stripe {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hb-payment-form-stripe .hb-stripe-payment-form-txt-bottom {
  margin-top: 10px;
}
.hb-payment-form-stripe .hb-stripe-payment-form-txt-bottom-has-margin {
  margin-right: 120px;
}
.hb-payment-form-stripe .hb-powered-by-stripe {
  bottom: 6px;
  position: absolute;
  right: 20px;
}
.hb-payment-form-stripe .hb-padlock-img {
  margin-right: 3px;
  vertical-align: text-bottom;
}

.hb-search-error,
.hbook-wrapper .form-error,
.hb-confirm-error,
.hb-policies-error,
.hb-stripe-error,
.hb-coupon-error {
  color: #F04826;
}

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

/* end misc */
body.hidden-scroll, html.noScroll body {
  overflow: hidden;
}

.wp-block-gallery.akasha {
  --wp--akasha-gallery-gap: 10px;
  display: block !important;
  margin-block: 2rem;
  border-bottom: 1px solid #eaeaea;
}
.wp-block-gallery.akasha .blockGalleryWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: var(--wp--akasha-gallery-gap) var(--wp--akasha-gallery-gap);
}
.wp-block-gallery.akasha .blockGalleryWrapper figure {
  cursor: pointer;
  overflow: hidden;
}
.wp-block-gallery.akasha .blockGalleryWrapper figure img {
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: -webkit-transform 3s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 3s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: transform 3s cubic-bezier(0.05, 0.2, 0.1, 1), -webkit-transform 3s cubic-bezier(0.05, 0.2, 0.1, 1);
}
.wp-block-gallery.akasha .blockGalleryWrapper figure img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.wp-block-gallery.akasha .blockGalleryWrapper > figure {
  width: calc(66.66666% - var(--wp--akasha-gallery-gap, 16px) * 0.66667) !important;
  max-height: 800px;
}
.wp-block-gallery.akasha .blockGalleryWrapper .containerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33333% - var(--wp--akasha-gallery-gap, 16px) * 0.66667) !important;
  gap: var(--wp--akasha-gallery-gap) var(--wp--akasha-gallery-gap);
}
.wp-block-gallery.akasha .blockGalleryWrapper .containerRight figure {
  height: 50%;
  width: 100% !important;
}
.wp-block-gallery.akasha .galerieInfoWrap {
  margin-bottom: -3px;
}
.wp-block-gallery.akasha .hidden-gallery_img {
  display: none;
}

.galerieInfoWrap {
  position: relative;
  top: 0;
  margin: 0;
  display: inline-block;
  padding-top: 1rem;
  list-style-type: none;
}
.galerieInfoWrap .gallerieInfo {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 1.75rem;
  padding: 0 0.3rem;
}
.galerieInfoWrap .gallerieInfo > span {
  display: inline-block;
  position: relative;
  margin-right: 0.48rem;
  padding-top: 0.3rem;
  height: 1.75rem;
  vertical-align: bottom;
  font-weight: 600;
}
.galerieInfoWrap .gallerieInfo > span:before {
  font-family: "aksha-font" !important;
  content: "\e67f";
  position: relative;
  top: 0.2rem;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.galerieInfoWrap .gallerieInfoBorder {
  display: block;
  position: relative;
  margin-top: 0.7rem;
  width: 100%;
  height: 0.5rem;
  background-color: var(--ast-global-color-0);
  border-radius: 0.25rem;
}

.popin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 0;
  background-color: #fff;
}
.admin-bar .popin {
  top: 32px;
}
.popin .popinWrap {
  display: inline-block;
  position: relative;
  padding: 4.655rem 7.98rem;
  width: 100%;
  max-width: 75rem;
  max-height: 100vh;
  background-color: #fff;
  cursor: default;
  text-align: left;
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s transform, 0.3s opacity;
  transition: 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
}
.popin .gallerie {
  margin: 0 auto;
  width: 90vw;
  max-width: 1200px;
  height: 100%;
  background-color: #fff;
  overflow: visible;
}
.popin .gallerie .gallerieHeader {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  height: 5.2rem;
  background-color: #fff;
  z-index: 45;
}
.popin .gallerie .gallerieHeader:not([data-scroll="0"]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  width: 100vw;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 2px rgba(0, 0, 0, 0.06), 0 0 4px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 2px rgba(0, 0, 0, 0.06), 0 0 4px 1px rgba(0, 0, 0, 0.04);
}
.popin .gallerie .gallerieHeader:not([data-scroll="0"]) .galerieInfoWrap {
  left: max(4.15vw, (100% - 1200px) / 2);
}
.popin .gallerie .gallerieHeader:not([data-scroll="0"]) .closeBtn {
  right: max(4.15vw, (100% - 1200px) / 2);
}
.popin .gallerie .gallerieHeader:not([data-scroll="0"]) .scrollPlaceHolder {
  display: block;
}
.popin .gallerie .gallerieHeader .scrollPlaceHolder {
  display: none;
}
.popin .gallerie .gallerieHeader .galerieHeaderMain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100vw;
  border: none;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.popin .gallerie .gallerieHeader .closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 1.4rem;
  right: 0;
  padding: 0 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6rem;
  border: 1px solid #000;
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
}
.popin .gallerie .gallerieHeader .closeBtn:before {
  font-family: "aksha-font" !important;
  content: "\e6aa";
  position: relative;
  top: 1px;
}
.popin .gallerie .gallerieHeader .closeBtn .closeBtnText {
  position: relative;
  margin-left: 1.25rem;
}
.popin .gallerie .gallerieHeader .galerieInfoWrap {
  top: 1.5rem;
  margin-bottom: 0;
  height: 5rem;
}
.popin .gallerie .gallerieList {
  position: relative;
  padding: 2rem 0 3rem;
  width: 100%;
  height: auto;
  z-index: 0;
  margin: 0;
}
.popin .gallerie .gallerieList li {
  list-style: none;
}
.popin .gallerie .gallerieList .wp-block-image {
  position: relative;
  margin: 0 auto 2rem;
  max-width: 100%;
  height: min(65vmin, 600px);
  opacity: 1;
  overflow: hidden;
  background-color: #eaeaea;
  background-size: 16rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popin .gallerie .gallerieList .wp-block-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.popin .gallerie .gallerieList .galerieListButton {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  inset-inline: 0;
  height: 6rem;
  z-index: 101;
}
.popin .gallerie .gallerieList .galerieListButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popin .gallerie .gallerieList .galerieListButtonWrap > .button {
  font-size: 20px;
  cursor: pointer;
}
.popin .gallerie .gallerieList .galerieListButtonWrap > .button:first-child {
  margin-right: 40px;
}
.popin .gallerie .gallerieList .galerieListButtonWrap > .button .label:before {
  font-family: "aksha-font" !important;
  position: relative;
  top: 1px;
  right: 8px;
}
.popin .gallerie .gallerieList .galerieListButtonWrap > .button.bookBtn .label:before {
  content: "\e675";
}
.popin .gallerie .gallerieList .galerieListButtonWrap > .button.contactBtn .label:before {
  content: "\e686";
}
.popin.show {
  overflow: hidden;
  opacity: 1;
  z-index: 110;
  pointer-events: all;
}
.popin.show .popinWrap {
  margin-top: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: none;
          transform: none;
  overflow-y: scroll;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .wp-block-gallery.akasha .blockGalleryWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-gallery.akasha .blockGalleryWrapper > figure {
    width: 100% !important;
  }
  .wp-block-gallery.akasha .blockGalleryWrapper .containerRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100% !important;
  }
  .wp-block-gallery.akasha .blockGalleryWrapper .containerRight figure {
    height: auto;
  }
  .popin .gallerie .gallerieHeader .galerieHeaderMain {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popin .gallerie .gallerieHeader .galerieHeaderMain .galerieInfoWrap .gallerieInfo {
    padding: 0 0.6rem;
  }
  .popin .gallerie .gallerieHeader .galerieHeaderMain .closeBtn {
    font-size: 1.6rem;
    border: none;
  }
  .popin .gallerie .gallerieHeader .galerieHeaderMain .closeBtn .closeBtnText {
    display: none;
  }
  .popin .gallerie .gallerieList .galerieListButtonWrap > .button {
    font-size: 14px;
  }
  .popin .gallerie .gallerieList .galerieListButtonWrap > .button:first-child {
    margin-right: 10px;
  }
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
  opacity: 0;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.admin-bar .sl-wrapper {
  top: 32px;
}
.sl-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 0;
  top: 1.4rem;
  margin-right: 1.5rem;
  padding: 0 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6rem;
  border: 1px solid #dcc7b2;
  color: #dcc7b2;
  font-size: 1.25rem;
  font-weight: 400;
  z-index: 20;
}
.admin-bar .sl-wrapper .sl-close {
  top: 3.4rem;
}
.sl-wrapper .sl-close:before {
  font-family: "aksha-font" !important;
  content: "\e6aa";
  position: relative;
  top: 2px;
  margin-right: 1.2rem;
}
.sl-wrapper .sl-counter {
  display: none;
  opacity: 0;
  top: 1.6rem;
  z-index: 10;
  color: #dcc7b2;
  font-size: 2rem;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 2s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: opacity 2s cubic-bezier(0.05, 0.2, 0.1, 1);
  width: 6rem;
  margin: 0 auto;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  color: #dcc7b2;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 0.1rem;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-next:before {
  font-family: "aksha-font" !important;
  content: "\e6a8";
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 0.1rem;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev:before {
  font-family: "aksha-font" !important;
  content: "\e6a7";
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 0.5rem;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 0.5rem;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 1.5rem;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 1.5rem;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 40px;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
          animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  -webkit-transition: -webkit-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms;
}

@media (max-width: 35.5em) {
  .sl-wrapper .sl-close {
    border: none;
    font-size: 1.6rem;
    padding: 2rem;
    top: 3rem;
  }
  .sl-wrapper .sl-close span {
    display: none;
  }
  .sl-wrapper .sl-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0;
  }
  .sl-wrapper .sl-counter {
    font-size: 1.4rem;
  }
  .sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
    padding: 2rem;
  }
  .sl-wrapper .sl-navigation button.sl-next:before, .sl-wrapper .sl-navigation button.sl-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0;
  }
}
/*# sourceMappingURL=aksha-styles.min.css.map */