.center-column-loyalty-v1 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 200px;
}
.center-column-loyalty-v1:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .center-column-loyalty-v1 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .center-column-loyalty-v1 {
    padding: 0 20px;
  }
}

.authenticated .center-column-loyalty-v1 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
.authenticated .center-column-loyalty-v1:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  .authenticated .center-column-loyalty-v1 {
    padding: 0 20px;
  }
}

.menu-loyalty-auth {
  padding: 12px 60px;
  background-color: #FAFAFA;
  position: fixed;
  width: 100%;
  z-index: 65;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth {
    padding: 10px 20px;
  }
}
.menu-loyalty-auth .loyalty-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.menu-loyalty-auth .loyalty-menu .monarch-rewards-icon {
  margin-right: 48px;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu .monarch-rewards-icon {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu .mobile-nav-fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix #loyalty-menu-trigger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu .mobile-nav-fix #loyalty-menu-trigger {
    display: block;
  }
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix .smart-icon {
  font-size: 0;
  top: 12px;
  position: relative;
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix .smart-icon span {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 100px;
  background: #9E6C2E;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transform-origin: 50% 50%;
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix .smart-icon span:last-child {
  margin-bottom: 0;
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix:hover .smart-icon span {
  transform: none;
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix:hover .smart-icon span:first-child {
  transform: translate(0, -2px);
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix:hover .smart-icon span:last-child {
  transform: translate(0, 2px);
}
.menu-loyalty-auth .loyalty-menu .mobile-nav-fix:active .smart-icon span, .menu-loyalty-auth .loyalty-menu .mobile-nav-fix:active .smart-icon span:first-child, .menu-loyalty-auth .loyalty-menu .mobile-nav-fix:active .smart-icon span:last-child {
  transition: transform 100ms;
  transform: none;
}
.menu-loyalty-auth .loyalty-menu ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .menu-loyalty-auth .loyalty-menu ul {
    row-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul {
    display: none;
    flex-direction: column;
    width: 100%;
  }
}
.menu-loyalty-auth .loyalty-menu ul.submenu {
  display: none;
  background-color: #FAFAFA;
  min-width: 250px;
  padding: 15px 24px;
  z-index: 9;
}
.menu-loyalty-auth .loyalty-menu ul.submenu li {
  margin-bottom: 10px;
}
.menu-loyalty-auth .loyalty-menu ul.submenu li:last-of-type {
  margin-bottom: 0px;
}
.menu-loyalty-auth .loyalty-menu ul.submenu li a {
  text-transform: capitalize;
  padding: 0px;
}
.menu-loyalty-auth .loyalty-menu ul.submenu li a.active {
  border-bottom: 0px;
  color: #B87E35;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul.submenu li a.active {
    border: none;
    color: #B87E35;
  }
}
.menu-loyalty-auth .loyalty-menu ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul li {
    width: 100%;
    margin: 15px 0px;
  }
}
.menu-loyalty-auth .loyalty-menu ul li a {
  font: 400 16px/18px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  padding: 18px 0px;
  border-bottom: 4px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .menu-loyalty-auth .loyalty-menu ul li a {
    padding: 5px 0px;
  }
}
.menu-loyalty-auth .loyalty-menu ul li a.active {
  border-bottom: 4px solid #B87E35;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul li a.active {
    border: none;
    color: #B87E35;
  }
}
.menu-loyalty-auth .loyalty-menu ul li.parent::after {
  content: "";
  background-image: url("../images/chevron.svg");
  width: 25px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul li.parent::after {
    right: 0px;
  }
}
.menu-loyalty-auth .loyalty-menu ul li.parent:hover .submenu {
  display: block !important;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .menu-loyalty-auth .loyalty-menu ul li.parent:hover .submenu {
    position: relative;
    top: 0px;
  }
}

.loyalty-page #main-content.unauth-loyalty {
  margin: 80px 0px;
}
.loyalty-page #main-content.unauth-loyalty h1 {
  text-align: center;
  margin-bottom: 20px;
}
.loyalty-page #main-content.unauth-loyalty h2 {
  text-align: center;
}
.loyalty-page #main-content.unauth-loyalty .register-content-wrapper,
.loyalty-page #main-content.unauth-loyalty .password-content-wrapper {
  margin-bottom: 80px;
}
.loyalty-page #main-content .form-signup {
  margin-top: 0px;
}
.loyalty-page #main-content .form-signup .ui-datepicker-trigger {
  top: 58%;
}
.loyalty-page #main-content .form-signup fieldset.controls {
  margin-top: 0px;
}
.loyalty-page #main-content .form-signup fieldset.controls button {
  margin: auto;
}
.loyalty-page #main-content #resetpassword-form {
  margin-top: 0px;
}
.loyalty-page #main-content #resetpassword-form .form-builder-field p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .loyalty-page #main-content #resetpassword-form .form-builder-field p {
    margin-bottom: 20px;
  }
}
.loyalty-page #main-content #resetpassword-form .toggle-password {
  top: 40px;
}
.loyalty-page .instafeed-content {
  display: none;
}
.loyalty-page .content-section h1 {
  margin-bottom: 20px;
}
.loyalty-page .content-section h2 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.loyalty-page .content-section h2.h1like-loyalty {
  font: 400 40px/48px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: initial !important;
}
@media only screen and (max-width: 767px) {
  .loyalty-page .content-section h2.h1like-loyalty {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
.loyalty-page .content-section hr {
  background: #EEEEEE;
  color: #EEEEEE;
}
.loyalty-page .bottom-margin {
  margin-bottom: 100px;
}
.loyalty-page #photos {
  height: 55%;
  min-height: 440px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 767px) {
  .loyalty-page #photos {
    width: 100%;
  }
}

.table-wrapper .member-benefits td,
.table-wrapper .member-benefits th {
  border: none !important;
  background-color: transparent !important;
  padding: 20px 32px !important;
}
.table-wrapper .member-benefits td p,
.table-wrapper .member-benefits th p {
  margin: 0px;
}
.table-wrapper .member-benefits tr {
  border: 1px solid #D9BC97;
}
.table-wrapper .member-benefits td.bullet {
  position: relative;
  font-size: 0px;
}
.table-wrapper .member-benefits td.bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C4431D;
}
.table-wrapper .member-benefits td.bullet.ruby::after {
  background-color: #58181F;
}
.table-wrapper .member-benefits td.bullet.emerald::after {
  background-color: #1A6253;
}
.table-wrapper .member-benefits td.bullet.sapphire::after {
  background-color: #5B73A4;
}
.table-wrapper .member-benefits td.bullet.diamond::after {
  background-color: #353573;
}
.table-wrapper .member-benefits thead th {
  vertical-align: middle;
}
.table-wrapper .member-benefits thead th h3 {
  font: 400 16px/28px "Proxima Nova", sans-serif;
}
.table-wrapper .member-benefits thead th:first-of-type h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-align: left;
}

.additional-content-loyalty .additional-content {
  margin-top: 0px;
}

.link-account-form,
.register-account-form {
  margin-top: 90px;
}
.link-account-form .loyalty-simple-form,
.register-account-form .loyalty-simple-form {
  margin-top: 0px;
}
.link-account-form .loyalty-simple-form .toggle-password,
.register-account-form .loyalty-simple-form .toggle-password {
  top: 40px;
}

#login-form input,
#forgot-form input {
  padding-bottom: 12px;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh; /* prevents body scroll in Safari as well */
}

.no-hero-image .ui-datepicker {
  margin-top: -90px !important;
}
.no-hero-image.authenticated {
  margin-top: 140px;
}
@media screen and (max-width: 1245px) {
  .no-hero-image.authenticated {
    margin-top: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .no-hero-image.authenticated {
    margin-top: 215px;
  }
}
@media only screen and (max-width: 767px) {
  .no-hero-image.authenticated {
    margin-top: 135px;
  }
}
.no-hero-image.authenticated .ui-datepicker {
  margin-top: -140px !important;
}
@media screen and (max-width: 1245px) {
  .no-hero-image.authenticated .ui-datepicker {
    margin-top: 185px;
  }
}
@media screen and (max-width: 1023px) {
  .no-hero-image.authenticated .ui-datepicker {
    margin-top: 215px;
  }
}

.ui-datepicker {
  z-index: 999 !important;
}

.table-wrapper table th {
  border: 1px solid #B87E35;
  color: #000 !important;
  font: 700 16px/27px "Proxima Nova", sans-serif !important;
  padding: 10px 15px !important;
}

[id*=form_form_] input[type=password],
.custom-form-design input[type=password] {
  background: transparent;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1.5px solid #D9BC97 !important;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=password],
  .custom-form-design input[type=password] {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=password].form_module_field_error,
.custom-form-design input[type=password].form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=password],
  .custom-form-design input[type=password] {
    text-align: left;
  }
}

.forms-section .custom-form-design .toggle-password {
  top: 50px;
}
.custom-form-design .controls {
  margin-top: 0px;
}
.custom-form-design .controls button {
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .custom-form-design label {
    width: 100%;
  }
}

.custom-popup-form fieldset.inputs {
  padding: 0px 32px;
  margin-bottom: 15px;
  position: relative;
}
.custom-popup-form fieldset.inputs:last-of-type {
  margin-bottom: 0px;
}
.custom-popup-form fieldset.switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.custom-popup-form fieldset.switch label {
  width: auto;
}
.custom-popup-form fieldset.switch .toggle {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px;
}
.custom-popup-form fieldset.switch .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.custom-popup-form fieldset.switch .toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.custom-popup-form fieldset.switch .toggle .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.custom-popup-form fieldset.switch .toggle input:checked + .slider {
  background-color: #B87E35;
}
.custom-popup-form fieldset.switch .toggle input:checked + .slider:before {
  transform: translateX(23px);
}
.custom-popup-form fieldset.controls {
  border-top: 1px solid #EEEEEE;
  padding: 32px;
  margin-top: 40px;
  text-align: -webkit-right;
}
.custom-popup-form label {
  width: 100%;
  line-height: 1.2;
  float: left;
  text-align: left;
  font: 400 15px/20px "Proxima Nova", sans-serif;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.custom-popup-form p {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form p {
    margin-bottom: 20px;
  }
}
.custom-popup-form p:after {
  clear: both;
  content: "";
  display: table;
}
.custom-popup-form p span {
  float: left;
  margin: 0 10px 0 0;
}
.custom-popup-form p span.checkbox-group {
  margin-bottom: 10px;
}
.custom-popup-form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.custom-popup-form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.custom-popup-form p span.group {
  margin-top: 12px;
}
.custom-popup-form p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
.custom-popup-form p span.group label input {
  margin-right: 0.4em;
}
.custom-popup-form .select-wrapper {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form .select-wrapper {
    width: 100%;
  }
}
.custom-popup-form input[type=text],
.custom-popup-form input[type=number],
.custom-popup-form input[type=email],
.custom-popup-form input[type=phone],
.custom-popup-form input[type=url],
.custom-popup-form input[type=datepicker],
.custom-popup-form input[type=password],
.custom-popup-form textarea,
.custom-popup-form select,
.custom-popup-form .input-overlay {
  background: transparent;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1.5px solid #D9BC97;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form input[type=text],
  .custom-popup-form input[type=number],
  .custom-popup-form input[type=email],
  .custom-popup-form input[type=phone],
  .custom-popup-form input[type=url],
  .custom-popup-form input[type=datepicker],
  .custom-popup-form input[type=password],
  .custom-popup-form textarea,
  .custom-popup-form select,
  .custom-popup-form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.custom-popup-form input[type=text].form_module_field_error,
.custom-popup-form input[type=number].form_module_field_error,
.custom-popup-form input[type=email].form_module_field_error,
.custom-popup-form input[type=phone].form_module_field_error,
.custom-popup-form input[type=url].form_module_field_error,
.custom-popup-form input[type=datepicker].form_module_field_error,
.custom-popup-form input[type=password].form_module_field_error,
.custom-popup-form textarea.form_module_field_error,
.custom-popup-form select.form_module_field_error,
.custom-popup-form .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form input[type=text],
  .custom-popup-form input[type=number],
  .custom-popup-form input[type=email],
  .custom-popup-form input[type=phone],
  .custom-popup-form input[type=url],
  .custom-popup-form input[type=datepicker],
  .custom-popup-form input[type=password],
  .custom-popup-form textarea,
  .custom-popup-form select,
  .custom-popup-form .input-overlay {
    text-align: left;
  }
}
.custom-popup-form textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.custom-popup-form input[type=checkbox],
.custom-popup-form input[type=radio] {
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .custom-popup-form input[type=checkbox],
  .custom-popup-form input[type=radio] {
    margin-right: 5px;
  }
}
.custom-popup-form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1.5px solid #D9BC97;
  border-radius: 50%;
  accent-color: #B87E35;
  position: relative;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
}
.custom-popup-form input[type=radio]:checked {
  background-color: transparent;
}
.custom-popup-form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #9E6C2E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.custom-popup-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  accent-color: #B87E35;
  border: 1.5px solid #D9BC97;
  border-radius: 2px;
  position: relative;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}
.custom-popup-form input[type=checkbox]:checked {
  background-color: #9E6C2E;
  border: 1.5px solid #9E6C2E;
}
.custom-popup-form input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
}

.button-rectangular {
  border: 1.5px solid #B87E35 !important;
  padding: 0px 40px;
}
.button-rectangular.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.form-response,
.notification {
  margin: 15px 0px;
  font: 400 16px/22px "Proxima Nova", sans-serif;
  border-left: 7px solid #000;
  padding: 10px;
}
.form-response h3,
.notification h3 {
  margin-bottom: 0px;
  font-weight: 600;
}
.form-response p,
.notification p {
  margin-bottom: 0px;
}
.form-response.success,
.notification.success {
  color: #000;
  background-color: rgba(76, 175, 80, 0.7882352941);
}
.form-response.error,
.notification.error {
  color: #fff;
  background-color: #b31919;
}

ul.error {
  margin-bottom: 20px;
  background-color: #b31919;
  color: #fff;
  border-left: 7px solid #000;
  padding: 10px;
}
ul.error li {
  font-weight: 600;
  flex-direction: column;
}
ul.error li::before {
  content: none;
}
ul.error ul {
  margin: 0px;
}
ul.error ul li {
  margin: 0px;
  font-weight: 400;
}

p.error label {
  color: #b31919;
  font-weight: 600;
}
p.error input {
  background-color: rgba(179, 25, 25, 0.2901960784) !important;
}

.forms-section label {
  position: relative;
}
.forms-section .toggle-password {
  position: absolute;
  top: 38px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.forms-section .toggle-password svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #9f9f9f;
}
.forms-section .toggle-password .reveal {
  display: block;
}
.forms-section .toggle-password .mask {
  display: none;
}
.forms-section .toggle-password.revealed .reveal {
  display: none;
}
.forms-section .toggle-password.revealed .mask {
  display: block;
}

.loading-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999999;
  top: -200%;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s linear 0s, top 0s linear 0.2s;
}
.loading-overlay:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 5px solid transparent;
  border-top-color: #B87E35;
  border-bottom-color: #B87E35;
  border-radius: 50%;
  animation: loading-icon-spin 1500ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-overlay.visible {
  top: 0;
  opacity: 1;
  transition: opacity 0.2s linear 0s, top 0s linear 0s;
}

.loyalty-card-view {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
}
.loyalty-card-view .thumbnail {
  float: none;
  margin: 0px;
  width: 100%;
  display: none;
}
.loyalty-card-view .thumbnail img {
  width: 100%;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
.loyalty-card-view .thumbnail.no-image {
  width: 100%;
  height: 212px;
  background-color: #FAFAFA;
}
.loyalty-card-view .thumbnail-no-image img {
  width: 100%;
  height: 212px;
  -o-object-fit: cover;
  object-fit: contain;
  padding: 30px;
  background-color: #B87E35;
}
.loyalty-card-view .content-section {
  padding: 40px 30px;
  text-align: center;
}
.loyalty-card-view .content-section .heading-sec {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.loyalty-card-view .content-section .heading-sec h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
}
.loyalty-card-view .content-section .description {
  min-height: 48px;
  margin-bottom: 10px;
}
.loyalty-card-view .content-section .read-more-description {
  text-transform: uppercase;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  display: inline-block;
}
.loyalty-card-view .content-section .other-info .code p {
  margin-bottom: 0px;
}
.loyalty-card-view .content-section .other-info .dates {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty-card-view .content-section .other-info .dates p {
  margin-bottom: 0px;
  font-size: 15px;
}
.loyalty-card-view .content-section .other-info .seprator {
  margin: 0px 7px;
}
.loyalty-card-view .content-section .controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 45px;
}
@media only screen and (max-width: 1023px) {
  .loyalty-card-view .content-section .controls {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.loyalty-card-view .content-section .controls > div {
  width: 100%;
}
.loyalty-card-view .content-section .controls .redeemed {
  margin: 0px;
  background: rgba(112, 112, 112, 0.168627451);
  padding: 10px 50px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.loyalty-card-view .content-section .controls a {
  text-transform: uppercase;
}
.loyalty-card-view .content-section .controls a.booking-trigger {
  color: #000 !important;
}
.loyalty-card-view .content-section .controls a.booking-trigger:hover {
  color: #B87E35 !important;
}
@media only screen and (max-width: 1023px) {
  .loyalty-card-view .content-section .controls a {
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.square-card {
  text-align: center;
}
.square-card .thumbnail {
  float: none;
  margin: 0px;
  width: 100%;
}
.square-card .thumbnail img {
  width: 100%;
  height: 296px;
  -o-object-fit: cover;
     object-fit: cover;
}
.square-card .content-section {
  margin-top: 16px;
}
.square-card .content-section h2 {
  font: 400 20px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  background-color: #D9BC97;
  color: #000;
  padding: 20px;
  font: 400 16px/28px "Proxima Nova", sans-serif;
  font-style: italic;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 450px;
  text-transform: none;
  z-index: 999999999;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip .tooltip-content {
  max-height: 250px;
  overflow-y: auto;
}
.tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
}
.tooltip.top::after {
  top: 100%;
  border-color: #D9BC97 transparent transparent transparent;
}
.tooltip.bottom::after {
  bottom: 100%;
  border-color: transparent transparent #D9BC97 transparent;
}
.tooltip.white-bg {
  background-color: #fff;
  color: #000;
}
.tooltip.white-bg.top::after {
  top: 100%;
  border-color: #fff transparent transparent transparent;
}
.tooltip.white-bg.bottom::after {
  bottom: 100%;
  border-color: transparent transparent #fff transparent;
}
.tooltip p {
  margin-bottom: 0px;
  font-style: italic;
  font: 400 16px/22px "Proxima Nova", sans-serif;
  text-transform: none;
}
.tooltip a {
  font: 400 16px/22px "Proxima Nova", sans-serif;
  border-bottom: 1px solid #000;
  font-style: italic;
  text-transform: none;
}
.tooltip a:hover {
  font-weight: 700;
  color: #000;
}
.tooltip ::-webkit-scrollbar {
  width: 6px;
}
.tooltip ::-webkit-scrollbar-track {
  background: #FAFAFA;
}
.tooltip ::-webkit-scrollbar-thumb {
  background: #B87E35;
}

.tooltip-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tooltip-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooltip-modal .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tooltip-modal .modal-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90%;
  width: 90;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 10000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.tooltip-modal .modal-content .close-modal {
  position: absolute;
  top: -14px;
  right: 14px;
  font-size: 50px;
  background: none;
  border: none;
  cursor: pointer;
}
.tooltip-modal .modal-content .modal-body {
  font-style: italic;
}
.tooltip-modal .modal-content .modal-body b {
  font-weight: bold;
}

.ui-datepicker-title select {
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  border-color: #000;
  width: 30%;
}

.no-data-found h3 {
  font-size: 18px;
  margin: 0px;
  color: #b31919;
}

.add-monarch-account-section .add-monarch-account-section-wrapper {
  border: 1px solid #D9BC97;
  padding: 40px;
  background-color: #FAFAFA;
}
.add-monarch-account-section .add-monarch-account-section-wrapper .content-section h3 {
  font: 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.add-monarch-account-section .add-monarch-account-section-wrapper .content-section p {
  margin: 16px 0px 30px;
}
.add-monarch-account-section .add-monarch-account-section-wrapper .content-section .with-arrow {
  text-transform: uppercase;
}

.achivments-section .achivments-section-wrapper .achivments-section-main {
  border: 1px solid #D9BC97;
  margin-top: 30px;
  padding: 30px 0px;
  background-color: #FAFAFA;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs {
  padding: 0px 30px;
}
@media only screen and (max-width: 767px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs {
    padding: 0px 15px;
  }
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs.left-section {
  border-right: 1px solid #D9BC97;
}
@media only screen and (max-width: 767px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs.left-section {
    border-right: none;
  }
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-graphs {
  text-align: center;
  position: relative;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-graphs svg {
  overflow: visible;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-graphs svg {
    width: 100%;
  }
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-graphs .bgArc:hover,
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-graphs .progressArc:hover {
  opacity: 0.8;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-blocks {
  display: flex;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-blocks .achivments-block {
  text-align: center;
  border: 1px solid #D9BC97;
  padding: 24px;
  width: 100%;
  margin-bottom: 2%;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-blocks .achivments-block .points {
  color: #9E6C2E;
  font: 400 24px/28px "Proxima Nova", sans-serif;
  margin: 0px;
}
.achivments-section .achivments-section-wrapper .achivments-section-main .achivments-section-main-content .differs .achivments-blocks .achivments-block .type {
  font: 400 16px/28px "Proxima Nova", sans-serif;
  margin: 0px;
  text-transform: uppercase;
}

.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main {
  margin-top: 30px;
  background-color: #FAFAFA;
  border: 1px solid #D9BC97;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
@media screen and (max-width: 900px) {
  .reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .error {
  padding: 20px;
  color: #b31919;
  font-weight: bold;
  text-align: left;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .loader {
  padding: 20px;
  color: #B87E35;
  font-weight: bold;
  text-align: left;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .loader .dots::after {
  content: "";
  display: inline-block;
  animation: dotCycle 1.2s steps(4, end) infinite;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block {
  padding: 32px 16px;
  border-bottom: 1px solid #D9BC97;
  border-right: 1px solid #D9BC97;
}
@media only screen and (max-width: 767px) {
  .reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block {
    padding: 20px;
  }
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block:last-of-type {
  border-right: 0px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block.active {
  border-bottom: 10px solid #B87E35;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .day-block {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .day-block .day {
  font: 400 20px/28px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .day-block .date {
  font: 400 14px/22px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .day-block .tooltip {
  text-align: center;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .more-info-block {
  text-transform: uppercase;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .more-info-block .type {
  font: 700 20px/28px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-week-count .week-block .more-info-block .info {
  font: 400 14px/22px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-booking-button {
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-rates-section .reward-rates-section-wrapper .reward-rates-section-main .reward-rates-section-main-content .reward-rates-section-booking-button a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-offer-section .member-offer-section-main {
  margin-top: 30px;
}
.member-offer-section .member-offer-section-main .member-offer-section-main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .member-offer-section .member-offer-section-main .member-offer-section-main-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .member-offer-section .member-offer-section-main .member-offer-section-main-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.memberoffer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.831372549);
  width: 100%;
  height: 100vh;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
.memberoffer-popup.active {
  display: flex;
}
.memberoffer-popup .memberoffer-popup-wrapper {
  width: 60%;
  height: 60%;
  margin: auto;
  background: white;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .memberoffer-popup .memberoffer-popup-wrapper {
    width: 85%;
  }
}
.memberoffer-popup .memberoffer-popup-main {
  position: relative;
  padding: 60px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .memberoffer-popup .memberoffer-popup-main {
    padding: 20px;
  }
}
.memberoffer-popup .memberoffer-popup-main .close-popup {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}
.memberoffer-popup .close-custom-popup-btn {
  background-color: #000;
  border: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.memberoffer-popup .close-custom-popup-btn:hover {
  background-color: #B87E35;
}
.memberoffer-popup .content-sec {
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .memberoffer-popup .content-sec {
    padding: 22px;
  }
}
.memberoffer-popup .content-sec .dynamic-text p {
  font-size: 20px;
}
.memberoffer-popup .content-sec .dynamic-text p,
.memberoffer-popup .content-sec .dynamic-text li {
  margin-bottom: 10px;
}
.memberoffer-popup .content-sec .dynamic-text ul {
  list-style: disc;
  margin-left: 35px;
}
.memberoffer-popup .close-description {
  text-transform: uppercase;
  border-bottom: 2px solid;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}

.game-contest-section .game-contest-section-main {
  margin-top: 30px;
}
.game-contest-section .game-contest-section-main .game-contest-section-main-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.upcomingstays-section .upcomingstays-section-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .upcomingstays-section .upcomingstays-section-wrapper {
    flex-direction: column;
  }
}
.upcomingstays-section .upcomingstays-section-wrapper .content-section {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .upcomingstays-section .upcomingstays-section-wrapper .content-section {
    width: 100%;
  }
}
.upcomingstays-section .upcomingstays-section-wrapper .upcomingstays-section-main {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .upcomingstays-section .upcomingstays-section-wrapper .upcomingstays-section-main {
    width: 100%;
  }
}

.no-data {
  font: 600 20px/24px "Proxima Nova", sans-serif;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  padding: 20px 24px;
  border-left: 8px solid #b31919;
  text-transform: uppercase;
}
.no-data h3 {
  margin: 0px;
}

@keyframes dotCycle {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.mystays-section .my-stays .control-tabs {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}
.mystays-section .my-stays .control-tabs button {
  font: 400 30px/38px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-right: 32px;
  padding-bottom: 17px;
  border-bottom: 4px solid transparent;
}
.mystays-section .my-stays .control-tabs button.active {
  border-bottom: 4px solid #B87E35;
}
.mystays-section .my-stays .stays-main-wrappers {
  display: none;
}
.mystays-section .my-stays .stays-main-wrappers.active {
  display: block;
}
.mystays-section .my-stays .stays-main-wrappers .stay-description {
  margin-bottom: 64px;
}
.mystays-section .my-stays .stays-main-wrappers .years {
  border: 1.5px solid #B87E35;
  margin-bottom: 74px;
  position: relative;
  padding: 35px;
}
.mystays-section .my-stays .stays-main-wrappers .years::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 1;
}
.mystays-section .my-stays .stays-main-wrappers .years .category-selector {
  margin: 0px;
}
.mystays-section .my-stays .stays-main-wrappers .years .category-selector .button {
  font: 700 17px/26px "Proxima Nova", sans-serif;
  background: transparent;
  color: #000;
  padding: 0px;
  margin: 0px 20px;
  border-bottom: 4px solid transparent;
  z-index: 9;
}
.mystays-section .my-stays .stays-main-wrappers .years .category-selector .button.active {
  color: #B87E35;
  border-bottom: 4px solid #B87E35;
}
@media only screen and (max-width: 767px) {
  .mystays-section .my-stays .stays-main-wrappers .years .category-selector .button {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mystays-section .my-stays .stays-main-wrappers .years .category-selector .select-wrapper {
    display: none;
  }
}
.mystays-section .my-stays .stays-main-wrappers .all-year-entries .year-of-stay {
  margin-bottom: 64px;
}
.mystays-section .my-stays .stays-main-wrappers .all-year-entries .year-of-stay .month-wrapper {
  margin-bottom: 64px;
}
.mystays-section .my-stays .stays-main-wrappers .all-year-entries .year-of-stay .month-wrapper .month-trigger {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mystays-section .my-stays .stays-main-wrappers .all-year-entries .year-of-stay .month-wrapper .month-trigger .toggle-chevron img {
  transform: rotate(180deg);
}
.mystays-section .my-stays .stays-main-wrappers .all-year-entries .year-of-stay .month-wrapper .month-trigger.active .toggle-chevron img {
  transform: rotate(0deg);
}

.my-stay {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
  padding: 20px 24px;
  border-left: 8px solid #B87E35;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .my-stay {
    flex-direction: column;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .my-stay .info {
    text-align: left;
    width: 100%;
  }
}
.my-stay .info .property-name {
  font: 400 18px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.my-stay .info .property-booking-info {
  font: 400 16px/22px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
}
.my-stay .controls {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .my-stay .controls {
    text-align: left;
    width: 100%;
  }
}
.my-stay .controls .property-confirmation {
  font: 400 18px/28px "Proxima Nova", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.my-stay .controls .buttons-wrapper button {
  font: 700 16px/22px "Proxima Nova", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.my-stay .controls .buttons-wrapper button:hover {
  color: #B87E35;
}
.my-stay .controls .buttons-wrapper .seperator {
  font: 700 16px/22px "Proxima Nova", sans-serif;
}

.myprofle-section {
  margin-top: 65px;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block {
  border: 1px solid #D9BC97;
  background-color: #FAFAFA;
  padding: 48px;
  border-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block {
    padding: 20px;
  }
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block:last-of-type {
  border-bottom: 1px solid #D9BC97;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section h3 {
    text-align: left;
  }
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    text-align: left;
  }
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .userinformation h4 {
  font: 600 16px/28px "Proxima Nova", sans-serif;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .userinformation h4 span {
  font-weight: 400;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .userinformation h4 span.user-email {
  text-transform: lowercase;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action {
  font: 700 16px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action svg {
  margin-left: 5px;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action:hover {
  color: #B87E35;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action:hover path {
  fill: #B87E35;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action.linked-yes {
  color: #B87E35;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action.linked-no {
  color: #b31919;
}
.myprofle-section .myprofle-section-wrapper .myprofle-blocks .myprofle-block .content-section .information-blocks .flex-boxes .action-button .button-action.linked-no:hover {
  color: #b31919;
}

.dynamic-content-active-profifle .profile-message-block {
  padding: 35px 35px 40px;
  text-align: center;
  margin-top: 50px;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.dynamic-content-active-profifle .profile-message-block h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.dynamic-content-active-profifle .profile-message-block .button-link {
  margin-top: 10px;
}
.dynamic-content-active-profifle .profile-message-block.active-profifle-success {
  border: 1px solid #B87E35;
}
.dynamic-content-active-profifle .profile-message-block.active-profifle-error {
  border: 1px solid #b31919;
  display: block;
}

.loyalty-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main {
  position: relative;
  background-color: #fff;
  width: 440px;
}
@media only screen and (max-width: 1023px) {
  .loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main {
    width: 85%;
  }
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .custom-button {
  position: absolute;
  right: 30px;
  top: 30px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-head {
  padding: 27px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-head h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-body .content-section {
  padding: 32px 32px 0px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-body .content-section p {
  font: 400 16px/26px "Proxima Nova", sans-serif;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-body .form-section {
  margin-top: 32px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-body .form-section .form-response {
  margin: 15px 32px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-body .form-section .toggle-password {
  top: 42px;
  margin-right: 35px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-footer {
  border-top: 1px solid #EEEEEE;
  padding: 32px;
  margin-top: 40px;
}
.loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-footer .buttons-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .loyalty-popup-wrapper .loyalty-popup-wrapper-main .loyalty-popup-main .popup-footer .buttons-actions {
    flex-direction: column;
    gap: 25px;
  }
}

#photos .slide::before {
  content: none;
}
#photos .profile-info {
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#photos .profile-info .profile-info-wrapper {
  width: 32%;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  #photos .profile-info .profile-info-wrapper {
    width: 100%;
  }
}
#photos .profile-info .profile-info-wrapper::before {
  background-image: url("../images/monarch-wing-black.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#photos .profile-info .profile-info-wrapper hr {
  border: none;
  background: #fff;
  height: 0.5px;
  width: 100%;
  margin: 16px 0px;
}
#photos .profile-info .profile-info-wrapper .profile-name {
  font: 700 20px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#photos .profile-info .profile-info-wrapper p {
  font: 400 16px/28px "Proxima Nova", sans-serif;
  word-wrap: break-word;
}
#photos .profile-info .profile-info-wrapper .tooltip a {
  position: relative;
  display: initial;
  height: auto;
}
#photos .profile-info.cardless-user {
  color: #000;
}
#photos .profile-info.cardless-user .profile-info-wrapper {
  background: #FAFAFA;
}

.my-offer-intro {
  margin-bottom: 64px;
}

.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter {
  border: 1.5px solid #B87E35;
  margin-bottom: 74px;
  position: relative;
  padding: 35px;
}
.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 1;
}
.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter .category-selector {
  margin: 0px;
}
.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter .category-selector .button {
  font: 700 17px/26px "Proxima Nova", sans-serif;
  background: transparent;
  color: #000;
  padding: 0px;
  margin: 0px 20px;
  border-bottom: 4px solid transparent;
  z-index: 9;
}
.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter .category-selector .button.active {
  color: #B87E35;
  border-bottom: 4px solid #B87E35;
}
@media only screen and (max-width: 767px) {
  .my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter .category-selector .button {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-filter .category-selector .select-wrapper {
    display: none;
  }
}
.my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-section-main-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-section-main-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .my-offers-section .my-offers-section-wrapper .my-offers-section-main .my-offers-section-main-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.win-loss-intro .win-loss-intro-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .win-loss-intro .win-loss-intro-wrapper {
    flex-direction: column;
    gap: 70px;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section {
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section {
    width: 100%;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section {
  margin-top: 40px;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form {
    flex-direction: column;
    text-align: left;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset.controls {
    margin-top: 35px;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset label {
  display: flex;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.74);
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset select {
  margin-top: 12px;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset .select-icon {
  top: 60%;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset input, .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset select {
  background: transparent;
  color: #000;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  border: 1.5px solid #D9BC97;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset input, .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset select {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset input.form_module_field_error, .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset select.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset input, .win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset select {
    text-align: left;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset .more-info {
  position: absolute;
  bottom: -35px;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-left-section .forms-section form fieldset .more-info h2 {
  font: 400 15px/24px "Proxima Nova", sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0px;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-right-section {
  width: 30%;
  border: 1px solid #B87E35;
  background-color: #FAFAFA;
  padding: 32px;
}
@media only screen and (max-width: 1023px) {
  .win-loss-intro .win-loss-intro-wrapper .win-loss-right-section {
    width: 100%;
  }
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-right-section h2 {
  font: 400 20px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.win-loss-intro .win-loss-intro-wrapper .win-loss-right-section .description p:last-of-type {
  margin-bottom: 0px;
}

.main-game-page {
  margin-top: 64px;
}
.main-game-page .game-contest-section-main-content {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

.center-column-progressives {
  position: relative;
  max-width: 1080px;
  padding: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .center-column-progressives {
    padding: 0 20px;
  }
}
.center-column-progressives .additional-content-loyalty {
  margin-bottom: 0px;
}
.center-column-progressives .additional-content-loyalty .center-column {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: 35px;
}

.exclusive-progressives-section {
  margin-top: 64px;
}
.exclusive-progressives-section .exclusive-progressives-wrapper .content-section h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  margin-bottom: 10px;
}
.exclusive-progressives-section .exclusive-progressives-wrapper .content-section hr {
  margin: 10px auto;
}
.exclusive-progressives-section .exclusive-progressives-wrapper .exclusive-progressives-main {
  margin-top: 30px;
}
.exclusive-progressives-section .exclusive-progressives-wrapper .exclusive-progressives-main .wide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .exclusive-progressives-section .exclusive-progressives-wrapper .exclusive-progressives-main .wide-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .exclusive-progressives-section .exclusive-progressives-wrapper .exclusive-progressives-main .wide-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.table-progressives-section {
  margin-top: 64px;
}
.table-progressives-section .table-progressives-wrapper .content-section h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  margin-bottom: 10px;
}
.table-progressives-section .table-progressives-wrapper .content-section hr {
  margin: 10px auto;
}
.table-progressives-section .table-progressives-wrapper .table-progressives-main {
  margin-top: 30px;
}
.table-progressives-section .table-progressives-wrapper .table-progressives-main .wide-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.table-progressives-section .table-progressives-wrapper .table-progressives-main .table-section {
  margin-top: 64px;
}
.table-progressives-section .table-progressives-wrapper .table-progressives-main .caution-section {
  margin-top: 30px;
}
.table-progressives-section .table-progressives-wrapper .table-progressives-main .caution-section p {
  font-style: italic;
}

.wide-card {
  height: 77px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.wide-card .content-block {
  width: 100%;
  height: 100%;
  padding: 18px;
  text-align: end;
  color: #fff;
}
.wide-card .content-block h2 {
  margin: 0px;
  font: 700 15px/26px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  background: #fff;
  left: 5px;
  color: #000;
  text-align: center;
  min-width: 140px;
}
.wide-card .content-block h3 {
  margin: 0px;
  font: 700 16px/26px "Proxima Nova", sans-serif;
}
.wide-card .content-block p {
  margin: 0px;
  font: 400 12px/16px "Proxima Nova", sans-serif;
}

.real-time-table-wrapper .table-section {
  margin: 55px 0px 64px;
}
@media only screen and (max-width: 767px) {
  .real-time-table-wrapper .table-section {
    margin: 0px 0px 20px;
  }
}

.poker-waitlist-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.poker-waitlist-wrapper .poker-waitlist-card {
  border-left: 8px solid #B87E35;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 20px 24px;
}

.book-treatment-head-block h1 {
  text-align: center;
}

.booking-step-section .booking-step-section-wrapper .steps-nav {
  margin: 60px 0px 70px;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul li {
  margin: 0px;
  font: 400 16px/22px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul li::before {
  content: none;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul li .step-number {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1.5px solid #EEEEEE;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul li.active, .booking-step-section .booking-step-section-wrapper .steps-nav ul li:hover {
  color: #B87E35;
}
.booking-step-section .booking-step-section-wrapper .steps-nav ul li.active .step-number, .booking-step-section .booking-step-section-wrapper .steps-nav ul li:hover .step-number {
  border: 1.5px solid #B87E35;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes {
  display: none;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes.step-1 {
  display: block;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-filter {
  border: 1.5px solid #B87E35;
  margin-bottom: 74px;
  position: relative;
  padding: 35px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-filter::after {
  content: "";
  position: absolute;
  height: calc(100% + 24px);
  top: -12px;
  border: 1.5px solid #B87E35;
  width: calc(100% - 20px);
  left: 10px;
  z-index: 1;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-filter .category-selector {
  margin: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-filter .category-selector .button {
  font: 700 17px/26px "Proxima Nova", sans-serif;
  background: transparent;
  color: #000;
  padding: 0px;
  margin: 0px 20px;
  border-bottom: 4px solid transparent;
  z-index: 9;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-filter .category-selector .button.active {
  color: #B87E35;
  border-bottom: 4px solid #B87E35;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper {
  margin-top: 40px;
  background-color: #FAFAFA;
  padding: 80px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px 30px;
  border-bottom: 2px solid #EEEEEE;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card .content-section {
  width: 70%;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card .content-section h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card .price-section {
  text-align: center;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card .price-section h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card:first-of-type {
  padding-top: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .treatment-card:last-of-type .content-section p {
  margin-bottom: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .no-data-found {
  display: none;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-options-section .treatments-options-section-wrapper .no-data-found h3 {
  margin: 0px;
  font-size: 30px;
  text-align: center;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .selected-items-section {
  background-color: #FAFAFA;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .selected-items-section h3 {
  margin-bottom: 0px;
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter {
  width: 25%;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter form {
  margin: 0px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.16);
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter form label {
  position: relative;
  margin-bottom: 26px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter form fieldset {
  padding: 32px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter form .treatment-search {
  width: 100%;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .availability-filter form .additional-info {
  font: 400 15px/24px "Proxima Nova", sans-serif;
  font-style: italic;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper {
  width: 70%;
  background-color: #FAFAFA;
  padding: 50px 40px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 30px;
  border-bottom: 2px solid #EEEEEE;
  align-items: center;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card .content-section {
  width: 70%;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card .content-section h3 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card .price-section {
  text-align: center;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card:first-of-type {
  padding-top: 0px;
}
.booking-step-section .booking-step-section-wrapper .steps-boxes .treatments-timedate-section .treatments-timedate-section-wrapper .time-options-section-wrapper .time-card:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #327d7d;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  position: absolute;
  right: 60px;
  top: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-filter {
    right: auto;
    position: relative;
    width: 100%;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    right: auto;
    position: relative;
    width: 100%;
    top: auto;
  }
}
#calendar-filter select {
  border: 1.5px solid #B87E35;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
}
#calendar-filter .select-icon {
  display: none;
}
#calendar-filter svg {
  position: relative;
  left: -35px;
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #327d7d;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
  color: #53565a;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #343841;
  color: #343841;
}
#calendar-year .active a {
  border-color: #327d7d;
  color: #327d7d;
}
#calendar-year .active a:hover {
  border-color: #151616;
  color: #151616;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #132929;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active {
  background: #327d7d;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 14.28%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #000;
  text-align: center;
  font: 700 16px/19px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .stay-upto-date .login-signup-block-wrapper {
    padding: 10% 10% 5%;
  }
}
@media only screen and (max-width: 767px) {
  .stay-upto-date .login-signup-block-wrapper .form-builder-group {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0px !important;
  }
}
.stay-upto-date .login-signup-block-wrapper .form-builder-group input {
  z-index: 99;
}

.custom-calendar .single-event .room-left-sec {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec {
    width: 100%;
  }
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec .photo-carousel-section {
    margin-bottom: 35px;
  }
}
.custom-calendar .single-event .room-left-sec .photo-carousel-section img {
  width: 100%;
}
.custom-calendar .single-event .room-left-sec .room-hero h1 {
  font: 400 40px/48px "Proxima Nova", sans-serif;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-left-sec .room-hero h1 {
    font: 400 30px/36px "Proxima Nova", sans-serif;
  }
}
.custom-calendar .single-event .room-right-sec {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .room-right-sec {
    width: 100%;
  }
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state {
  border-bottom: 1.5px solid #D9BC97;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main .seprator {
  margin: 0px 10px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .login-signup-main button {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .top-heading {
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .member-only-state .top-heading h2 {
  font: 400 20px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .reserve-room-button .button-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .info-section-wrapper {
  border-bottom: 1.5px solid #D9BC97;
  padding: 20px 20px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .info-section-wrapper p {
  margin: 0px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .customlinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px;
}
.custom-calendar .single-event .room-right-sec .sticky-reserve-section .customlinks a {
  margin-bottom: 10px;
}
.custom-calendar .single-event .event-details {
  margin-top: 50px;
}
.custom-calendar .single-event .event-details .event-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .single-event .event-details .event-features-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    text-align: left;
  }
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block h3 {
  text-transform: uppercase;
  font: 400 24px/28px "Proxima Nova", sans-serif;
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block ul {
  margin-left: 0px;
}
.custom-calendar .single-event .event-details .event-features-wrapper .feature-block ul li {
  margin-bottom: 5px;
}
.custom-calendar .single-event .event-details .event-features-wrapper .contact-details .contact-details-content {
  margin-bottom: 25px;
}

.custom-offer-popup .custom-offer-popup-main {
  position: relative;
  padding: 35px !important;
}
.custom-offer-popup .custom-offer-popup-main .close-popup {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 9;
}
.custom-offer-popup .close-custom-popup-btn {
  background-color: #000;
  border: none;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-offer-popup .close-custom-popup-btn:hover {
  background-color: #B87E35;
}
.custom-offer-popup .content-sec {
  border: 1.5px solid #B87E35;
  position: relative;
  z-index: 1;
  padding: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .custom-offer-popup .content-sec {
    padding: 40px;
  }
}
.custom-offer-popup .content-sec:after {
  border: 1.5px solid #B87E35;
  content: "";
  height: calc(100% + 24px);
  left: 10px;
  position: absolute;
  top: -12px;
  width: calc(100% - 20px);
  z-index: -1;
}
.custom-offer-popup .content-sec .membership-rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-offer-popup .content-sec .membership-rewards h2 {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.custom-offer-popup .content-sec .membership-rewards img {
  margin: 15px 0px;
}
.custom-offer-popup .content-sec .membership-rewards a {
  text-transform: uppercase;
}

.custom-event-popup,
.custom-offer-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.65);
}
.custom-event-popup.show,
.custom-offer-popup.show {
  display: block;
}
.custom-event-popup .custom-event-popup-wrapper,
.custom-event-popup .custom-offer-popup-wrapper,
.custom-offer-popup .custom-event-popup-wrapper,
.custom-offer-popup .custom-offer-popup-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main {
  background-color: #fff;
  max-width: 600px;
  text-align: center;
  padding: 15px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec {
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec .close-popup,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec .close-popup {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .top-sec img,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .top-sec img,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .top-sec img {
  width: 100%;
  height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec {
  margin: 10px 0px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec h2,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec h2,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec h2 {
  font: 400 30px/35px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec p,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec p,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec p {
  margin: 10px 0px 20px;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-event-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-event-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-event-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-event-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-offer-popup-wrapper .custom-event-popup-main .bottom-sec .custom-links a,
.custom-offer-popup .custom-offer-popup-wrapper .custom-offer-popup-main .bottom-sec .custom-links a {
  text-transform: uppercase;
  margin: 0px 10px;
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.event-card-section {
  margin-bottom: 20px;
}
.event-card-section .top-image-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-card-section .top-image-section time {
  text-transform: uppercase;
}
.event-card-section .top-image-section img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card-section .content-section {
  padding: 20px 0px;
  text-align: center;
}
.event-card-section .content-section h2 {
  font: 400 30px/36px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.event-card-section .content-section p {
  margin: 15px 0px;
}
.event-card-section .content-section .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.event-card-section .content-section .controls a {
  text-transform: uppercase;
}

#calendar-days {
  position: relative;
  border: 3px solid #E1CBB0;
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days.desktop-only {
    display: none;
  }
}
#calendar-days li {
  height: 9em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.06);
  border-right: 3px solid #E1CBB0;
  border-bottom: 3px solid #E1CBB0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#calendar-days li .date {
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
#calendar-days li .date a {
  color: #9E6C2E;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 3px solid #E1CBB0;
}
#calendar-days dl[data-eventid="74"] {
  display: none;
}
#calendar-days dl:last-of-type {
  border-bottom: none;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 350ms ease-in-out;
}
#calendar-days dt:hover .view-more {
  display: flex;
}
#calendar-days dt a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calendar-days dt a.view-more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6784313725) !important;
  font: 700 16px/20px "Proxima Nova", sans-serif;
  display: none;
}
#calendar-days dt a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cover the area while maintaining aspect ratio */
  position: absolute; /* Make sure the image stays within its container */
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#calendar-days dl dd h3 {
  color: #717272;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
#calendar.list-view .button-rectangular {
  position: absolute;
  bottom: 40px;
  left: 25px;
}
@media only screen and (max-width: 767px) {
  #calendar.list-view .button-rectangular {
    position: relative;
    bottom: 10px;
    left: auto;
  }
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

.single-event .calendar-new-topview {
  display: none !important;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Proxima Nova", sans-serif;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #000;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.new-list-view-calender {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .new-list-view-calender {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .new-list-view-calender {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-list-view-calender .image-list-item-custom {
  position: relative;
}
.new-list-view-calender .image-list-item-custom .top-section {
  position: relative;
}
.new-list-view-calender .image-list-item-custom .top-section img {
  width: 100%;
}
.new-list-view-calender .image-list-item-custom .top-section .category {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
  background-color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
}
.new-list-view-calender .image-list-item-custom .bottom-section {
  padding: 20px;
  text-align: center;
}
.new-list-view-calender .image-list-item-custom .bottom-section h3 a {
  font: 400 24px/28px "Proxima Nova", sans-serif;
  min-height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.new-list-view-calender .image-list-item-custom .bottom-section .dtstart {
  margin: 10px 0px;
  color: #000;
}
.new-list-view-calender .image-list-item-custom .bottom-section .events-date p {
  font: 400 16px/28px "Proxima Nova", sans-serif;
}
.new-list-view-calender .image-list-item-custom .bottom-section .summary-wrapper {
  min-height: 72px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new-list-view-calender .image-list-item-custom .bottom-section .button-link {
  text-transform: uppercase;
}

.custom-calendar #main-content {
  display: none;
}
.custom-calendar .calendar-new-topview {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-calendar .calendar-new-topview {
    display: none;
  }
}
.custom-calendar .calendar-new-topview .calendar-info h2 {
  font: 400 23px/28px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-calendar .calendar-new-topview .calendar-info h3 {
  font: 400 40px/48px "Proxima Nova", sans-serif;
  text-transform: uppercase;
}
.custom-calendar .calendar-new-topview .hard-buttons {
  background-color: #D9BC97;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.custom-calendar .calendar-new-topview .hard-buttons:hover {
  background-color: #9E6C2E;
}

.loyalty-calender-content {
  margin-bottom: 50px;
}

.loyalty-calendar #photos .slideshow {
  background-size: cover;
  background-position: center center;
}

.loyalty-single-event h1 {
  margin-bottom: 16px;
}
.loyalty-single-event .dtstart {
  font: 700 16px/28px "Proxima Nova", sans-serif;
}
.loyalty-single-event .room-left-sec-custom {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .loyalty-single-event .room-left-sec-custom {
    width: 100%;
  }
}
.loyalty-single-event .room-right-sec-custom {
  width: 37%;
}
@media only screen and (max-width: 767px) {
  .loyalty-single-event .room-right-sec-custom {
    width: 100%;
  }
}
.loyalty-single-event .room-right-sec-custom img {
  width: 100%;
}
