/*
Table of Contents
1.  Generic ----------------------------------------
     01. Base --------------------------------------
     02. Fonts -------------------------------------
     03. Helpers -----------------------------------
2.  Page Sections ----------------------------------
     01. Wrapper -----------------------------------
     02. Header ------------------------------------
     03. Main Content ------------------------------
     04. Footer ------------------------------------
*/


/* ==========================================================================
   I.   Generic
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'yaamava_custom_fontregular';
  src: url('../fonts/yaamava_custom_font-webfont.woff2') format('woff2'),
    url('../fonts/yaamava_custom_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
  --black-color: #000;
  --Gordons-green: #1A1511;
  --zeus-brown: #030303;
  --woodland-color: #000000;
  --shadow-color: #846854;
  --kidnapper-color: #E6ECD9;
  --albescent-color: #F3E3CC;
  --white-color: #fff;
  --parrot-color: #52A542;
  --sprout-color: #C0CFA0;
  --orange-color: #A6631B;
  --harvest-gold: #C0CFA0;
  --button-bg: #A6631B;
  --body-bg: #352A22;
}



ol,
ul {
  padding-left: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 20px;
}

body {
  background: var(--white-color);
}

body,
p,
.p {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.625;
  color: var(--body-bg);
}
body{
	font-size: 16px;
}
.addtoany_list.a2a_kit_size_32 a > span{
	overflow: visible !important;
}
h1,
.h1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 72px;
}

h2,
.h2 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 45px;
  text-transform: uppercase;
}
.odometer{
  display: inline-flex;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
  letter-spacing: 0.06em;
  line-height: 35px;
  position: relative;
  top: -2px;
}
h3,
.h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 35px;

}

h4,
.h4 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 32px;

}

h5,
.h5 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 25px;

}

h6,
.h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 19px;

}
body .node__content{
	font-size: 1em;
}
.hero-text {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
}
.hero-text p{
	font-size: 0.8em;
}

.display {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 72px;
  text-align: left;
}

.btn,
button:not(.slick-arrow),
html input[type=button],
input[type=reset],
input[type=submit],
body .mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  background: var(--button-bg);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  padding: 17px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid var(--button-bg);
  text-transform: uppercase;
  max-width: 100%;
}
html body .mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  background: var(--button-bg) !important;
  font-weight: 500;
  font-size: 18px !important;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  padding: 17px !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none;
  border: 2px solid var(--button-bg) !important;
  text-transform: uppercase;
  max-width: 100%;
  box-shadow: none !important;
}
.guest-continue-wrapper .guest-btn,
.continue-button-wrappper .guest-btn {
  background: #FFF;
  color: var(--button-bg);
  border-color: var(--albescent-color);
}

.btn::after,
button:not(.slick-arrow):after {
  width: 232px;
  display: block;
  max-width: 100%;
  content: '';
}

.btn:hover,
button:hover,
body .mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--white-color) !important;
  color: var(--button-bg) !important;
  opacity: 1 !important;
}

.btn:focus {
  outline: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:focus,
html input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
button:active {
  background: var(--button-bg);
  color: var(--white-color);
  outline: none;
  box-shadow: none;
  outline: none;
  border: 2px solid var(--button-bg);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

#block-sanmanuel-content ul:not([class]),
#block-sanmanuel-content ol:not([class]) {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
}

#block-sanmanuel-content ol:not([class]) {
  counter-reset: section;
}

#block-sanmanuel-content ul:not([class]) li,
#block-sanmanuel-content ol:not([class]) li {
  font-weight: normal;
  font-size: inherit;
  line-height: 24px;
  text-align: left;
  color: #000;
  padding-left: 16px;
  position: relative;
  margin: 0 0 16px;
}

#block-sanmanuel-content ul:not([class]) li:before {
  content: '';
  height: 8px;
  width: 5px;
  background: url(../images/arrow-list.svg) no-repeat center center;
  position: absolute;
  top: 9px;
  margin-top: -1px;
  left: 2px;
}

#block-sanmanuel-content ul:not([class]) ul,
#block-sanmanuel-content ul:not([class]) ol,
#block-sanmanuel-content ol:not([class]) ul,
#block-sanmanuel-content ol:not([class]) ol {
  margin-top: 16px;
}

#block-sanmanuel-content ul:not([class]) li a {
  font-weight: inherit;
}

#block-sanmanuel-content ol:not([class]) li {
  padding-left: 30px;
}

#block-sanmanuel-content ol:not([class])>li:before {
  counter-increment: section;
  content: counter(section);

  color: #A6631B;
  position: absolute;
  top: 12px;
  transform: translateY(-50%);
  left: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #A6631B;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

#block-sanmanuel-content ol:not([class]) ol {
  margin-top: 16px;
}

#block-sanmanuel-content ol:not([class]) ol li {
  padding-left: 14px;
}

#block-sanmanuel-content ol:not([class]) ol li::before {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #A6631B;
  border: 0;
  content: '';
}

#block-sanmanuel-content address {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.625;
}

a {
  color: var(--orange-color);
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: var(--orange-color);
  text-decoration: none;
}

/* ------------------------------------------------------------
    Base
------------------------------------------------------------ */

#block-sanmanuel-content input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]),
#block-sanmanuel-content select,
#block-sanmanuel-content textarea {
  display: block;
  height: 60px;
  border: 1px solid #FFFAF1;
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus,
input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]):focus,
select:focus,
textarea:focus {
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

a.read-more {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 21.94px;
  text-align: left;
  color: var(--orange-color);
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

a.read-more>span:last-child {
  display: inline-block;
  text-decoration: inherit;
}

a.read-more>span:last-child:after {

  background: url(../images/read-more-arrow.svg) no-repeat center right;
  width: 54px;
  height: 16px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

a.read-more:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.container-fluid {
  max-width: 1200px;
  padding: 0 15px;
}

#main-wrapper>.container-fluid {
  max-width: none;
  padding: 0;
}

#main-wrapper>.container-fluid {
  max-width: none;
  padding: 0;
}

#main-wrapper>.container-fluid>.row {
  margin: 0;
}

#main-wrapper>.container-fluid>.row>.main-content {
  padding: 0;
}

.section #main-content+nav.tabs {
  display: none;
}

.wpb_header img,
.wpb_footer img {
  max-width: 100%;
  vertical-align: top;
}

#block-sanmanuel-content img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../images/arrow-bet.svg) no-repeat center;
  right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../images/arrow-bet-left.svg) no-repeat center;
  left: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  visibility: hidden;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-top: 40px;
  position: relative;
  bottom: 0;
}

.field.field--name-field-hide-in-search-results.field--type-search-api-exclude-entity {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 0;
  background: #352A22;
  opacity: .3;
  transition: all 0.3s linear;
  margin: 0 8px;
}

.breadcrumb {
  display: none;
}

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

.page-user-login .block-system-main-block {
  padding: 90px 20px;
  background-image: url(/sites/default/files/2020-08/Generic_1259x498_4.jpg);
  background-size: cover;
}

.page-user-login .block-system-main-block .content {
  margin: 0 auto;
  max-width: 800px;
  min-height: 200px;
}

.page-user-login #user-login-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fefefe;
  box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
}

.path-user .block-system-main-block {
  padding: 90px 20px;
  background-image: url(/sites/default/files/2020-08/Generic_1259x498_4.jpg);
  background-size: cover;
}

.path-user .contextual-region.profile {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fefefe;
  box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
  font-size: 30px
}

.page-user-login #user-login-form input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]),
.page-user-login #user-login-form select,
.page-user-login #user-login-form textarea {
  border: 1px solid #a6631b;
  color: #402406;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 139px;
  opacity: 1;
  background-color: #A6631B;
}

hr:not([size]) {
  background: rgba(70, 70, 70, 0.5);
  max-width: 830px;
  margin: 0 auto;
}

.wpb_header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  transition: background-color 0.3s ease;
  z-index: 1001;
}

.wpb_header ul {
  padding: 0;
  list-style: none;
}

.top-bar {
  padding: 3px 0 3px;
  background: #FFFAF1;
  min-height: 33px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wpb_header .container-fluid {
  display: flex;
  align-items: center;
}

.wpb_header.header-scrolled {
  box-shadow: 0px 4px 14px rgb(0 0 0 / 8%);
}

.user-link {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: var(--shadow-color);
  text-decoration: none;
  display: inline-block;
  padding-top: 3px;
}

/* .user-link:hover{
    color: var(--shadow-color);
	text-decoration: underline;
} */

.user-link:before {
  width: 14px;
  content: '';
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/user-icon.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.user-link[target="_blank"]:after {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ext-icon.svg) no-repeat center center;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.top-link {
  display: flex;
  margin: 0 -16px 0 auto;
}

.top-link>li {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--shadow-color);
  text-decoration: none;
  padding: 3.5px 16px 1.5px;
  margin: 0;
}

.top-link>li a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: var(--shadow-color);
}

.top-link>li a:hover {
  text-decoration: underline;
}

.top-link>li+li {
  border-left: 1px solid rgba(166, 99, 27, .6);
}

.top-link>li.app a::before {
  width: 13px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/phone.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.top-link>li.play a::before {
  width: 14px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/playstore.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.top-link>li.play-online a::before {
  width: 16px;
  height: 13px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/poker-cards-1.svg) no-repeat center center;
  margin-right: 6px;
  position: relative;
  top: -2px;
}

.top-link>li.search a::before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/search.png) no-repeat center center;
  margin-right: 0;
  position: relative;
  top: -1px;
}

.top-link>li::before {
  display: none;
}

.top-left-link {
  margin-left: 0;
}

.top-left-link li:first-child {
  padding-left: 0;
  padding-top: 0
}

body {
  background: #000;
}

.hide-from {
  display: none;
}

.main-menu li:before {
  display: none;
}

.main-menu li {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 160%;
  /* identical to box height, or 26px */
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-menu li+li {
  margin-left: 4px;
}

.main-menu>li>a {
  font-weight: inherit;
  text-decoration: none;
  color: #fff;
  display: flex;
  padding: 34.5px 10px;
  text-underline-offset: 14px;
  text-decoration-thickness: 1px;
}
.main-menu>li:focus-within>ul{
	opacity: 1;
    visibility: visible;
}
.main-menu {
  display: flex;
  margin: 0 14px 0 0;
}

.main-menu:last-child {
  margin-right: -10px;
}

.header-right {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.header-bottom {
  padding: 0 0;
}

.header-bottom .btn:after {
  width: 123px;
}

.logo {
  position: relative;
}

.logo img {
  transition: all 0.3s ease;
}

.logo img.logo-dark {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}

.header-scrolled {
  background: #fff;
}

.header-scrolled .logo-light {
  opacity: 0 !important;
}

.header-scrolled .logo-dark {
  opacity: 1 !important;
}

.header-scrolled .main-menu>li>a {
  color: #846854;
}

.header-scrolled .main-menu>li:hover>a,
.header-scrolled .main-menu>li.active>a,
body:not(.path-frontpage) .main-menu>li:hover>a,
body:not(.path-frontpage) .main-menu>li.active>a,
body:not(.path-frontpage) .main-menu>li>a.is-active {
  color: #464646 !important;
}

.main-menu>li:hover>a,
.main-menu>li.active>a,
.main-menu>li>a.is-active {
  text-decoration: underline;
}

.wpb_header {
  margin-bottom: -95px;
}

.wpb_header .container-fluid {
  max-width: 1270px;
  width: 100%;
}

.wpb_header .btn {
  height: auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 16px 19px 13px;
  /* text-transform: none; */
  /* font-weight: 400; */
  font-size: 1em;
}

.popup-open body {
  position: relative;
  overflow: hidden;
}

.mobile-navigation {
  display: none;
}

body:not(.path-frontpage) .wpb_header {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

body:not(.path-frontpage) .logo-dark {
  opacity: 1;
}

body:not(.path-frontpage) .logo-light {
  opacity: 0;
}

body:not(.path-frontpage) .main-menu li a {
  color: #846854;
}

.main-menu>li {
  position: relative;
}

.main-menu>li>ul {
  position: absolute;
  top: 100%;
  left: -22px;
  text-align: left;
  padding: 19px 0;
  background: #FFFAF1;
  opacity: 0;
  visibility: hidden;
  width: 320px;
}

.header-scrolled .main-menu>li>ul {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.main-menu>li>ul>li {
  text-align: left;
  margin-left: 0;
}

.main-menu>li>ul>li>a {
  display: block;
  padding: 8.5px 32px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-weight: inherit;
}

.main-menu>li>ul>li>a:hover,
.main-menu>li>ul>li.active>a,
.main-menu>li>ul>li>a.is-active {
  background-color: #fff;
  color: #352A22;
  text-decoration: underline;
}

.main-menu>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.mobile-navigation-menu>ul li:before {
  display: none;
}

.mobile-navigation-menu>ul li {
  padding-left: 0;
}

.mobile-navigation-menu>ul>li {
  padding: 0;
  font-weight: 500;
  font-size: 1em;
  line-height: 160%;
  /* identical to box height, or 26px */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B88249;
  margin-bottom: 0;
  position: relative;
  transition: background-color 0.3s linear;
  text-align: left;
  border-bottom: 1px solid #A6631B4D;
}

.mobile-navigation-menu>ul>li>a {
	font-weight: inherit;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 15px 0 0;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 26px;
	padding: 13px 0px 13px 0;
	color: #A6631B !important;
}
.mobile-navigation-menu>ul>li>a:hover{
  color: #A6631B !important;
}

.mobile-navigation-menu>ul>li:hover>a {
  text-decoration: none;
}

.mobile-navigation-menu>ul>li.active>a {
  color: #352A22;
}
.vip-slide-details:last-child p:last-child{
  margin-bottom: 0 !important;
}

.mobile-navigation-menu>ul>li>ul {
  margin-top: 0;
  padding: 12px 20px;
  margin-bottom: 0;
  display: none;
  position: static;
  visibility: visible;
  opacity: 1;
  width: 100%;
  list-style-type: none;
  border-top: 1px solid #A6631B4D;
}

.mobile-navigation-menu>ul>li>ul>li {
  margin-bottom: 0;
  list-style-type: none;
}

.mobile-navigation-menu>ul>li>ul>li+li {
  margin-top: 12px;
}

.mobile-navigation-menu>ul {
  margin-bottom: 0;
  padding-bottom: 0;
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  display: block;
  margin-right: 0;
  padding: 10px 15px 0px;
}
.play-online-mb{
	padding: 14px 15px 13px 15px;
    font-weight: 500;
    font-size: 1em;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #A6631B;
    margin-bottom: 0;
    position: relative;
    transition: background-color 0.3s linear;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
}
.play-online-mb::before{
	width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/themes/custom/sanmanuel/images/poker-cards-mb.svg) no-repeat center center;
    margin-right: 9px;
    position: relative;
    top: -2px;
    background-size: contain;
    left: 2px;
}
.has-arrow {
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    flex: 1;
	cursor: pointer;
}
.has-arrow:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: Center;
	transform: rotate(90deg);
	content: '';
}
.is-expanded .has-arrow:after {
  transform: rotate(-90deg);
  background-image: url(../images/menu-arrow-black.svg);
}
.mobile-navigation-menu>ul>li>ul>li>a {
  font-weight: 500;
  font-size: 1em;
  line-height: 160%;
  /* identical to box height, or 26px */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #846854;
  text-decoration: none;
  padding: 0;
  display: inline-block;
    font-size: 16px;
    line-height: 26px;
}
.mobile-navigation-menu>ul>li:has(ul) {
	display: flex;
	flex-wrap: wrap;
}
.mobile-navigation-menu>ul>li>ul>li>a:hover {
  text-decoration: none;
  background: none;
}

.mobile-navigation-menu>ul>li>li.active>a {
  text-decoration: underline;
}

.mobile-navigation-menu>ul>li.is-expanded {
    border-bottom: 1px solid #A6631B4D;
    box-shadow: none;
}

.mobile-sticky {
  display: flex;
  margin-top: auto;
}

.mobile-sticky>a+a,.mobile-sticky>div+div {
  margin-left: auto;
}
.mobile-navigation-menu .mobile-sticky>div{
  width: 100%;
}
.mobile-sticky>a,.mobile-sticky>div {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.625;
  /* identical to box height, or 26px */
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #A6631B;
  display: inline-block;
  padding: 15px 14px 13px 14px;
  text-align: center;
  width: calc(50% - 3px);
  text-decoration: none;
  cursor: pointer;
}

.mobile-sticky a[target="_blank"]::after {
  background: url(../images/ext-white-icon.svg) no-repeat center;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#block-sanmanuel-content input.eryrxt.eryrxt.eryrxt{
  border: 0 !important;
}
/* .openid-connect-login-form{
    display: none !important;
} */
/* .page-node-1191 .openid-connect-login-form{
  display: block !important;
} */

/* Header and footer scripts start here */
.page-node-4801 .simple-content-wrapper {
    background:none !important;
    text-align: center;
}
.print-pdf select{
  width: 100% !important;
  background: #fff !important;
}
.page-node-4801 .block-content{
    margin-top:20px;
    text-align: center;
}
.page-node-4801 .simple-content-wrapper .container-fluid{
    max-width: 1200px;
}
.page-node-4801 .block-content b{
    font-weight:bold !important;
}
.page-node-2396 .inner-page-hero-section .container-fluid:before,
.page-node-2396 .inner-page-hero-section:after,
.page-node-2396 .hero-with-detail .container-fluid h1{
    display:none !important;
}
.page-node-2396 .inner-page-hero-section{
    background-size: auto 100%;
    background-position: center bottom;
    background-color: #a5631b;
}
/* Header and footer scripts End here */


/* #edit-openid-connect-client-generic-login, */
.top-bar .openid-connect-login-form .btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--shadow-color);
  text-decoration: none;
  display: inline-block;
  padding: 0;
  padding-top: 3px;
  background: none !important;
  border: 0;
}

.top-bar #edit-openid-connect-client-generic-login{
    padding-left: 22px;
    font-size: 0;
    line-height: 0;
    background: url(../images/user-icon.svg) no-repeat left center !important;
}

/* #edit-openid-connect-client-generic-login:hover, */
.top-bar .openid-connect-login-form .btn:hover {
  background: none !important;
  color: var(--shadow-color) !important;
  text-decoration: underline !important;
}

/* #edit-openid-connect-client-generic-login:before, */
.top-bar .openid-connect-login-form .btn:before {
  width: 14px;
  content: '';
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/user-icon.svg) no-repeat center center;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

/* #edit-openid-connect-client-generic-login:after, */
.top-bar .openid-connect-login-form .btn:after {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ext-icon.svg) no-repeat center center;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.top-bar #edit-openid-connect-client-generic-login:before{
    content: 'My Club Serrano Login';
    margin-right: 8px;
    position: relative;
    top: -1px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
    vertical-align: middle;
    display: inline-block;
    color: #A6631B;
    text-transform: capitalize;
	width: auto;
	background: none;
}

.club-login-login {
  text-align: center;
}

.wpb_footer ul {
  list-style: none;
  padding: 0;
}

.wpb_footer .footer-top {
  background-color: #1A1511;
  padding: 19px 0 22px;
}

.wpb_footer .footer-top .container-fluid{
  max-width: 1288px;
}
footer .footer-logo-column {
  width: 26.8%;
}

footer .footer-nav-column {
  width: 46.5%;
}

footer .footer-accessibility-social-section {
  width: 22%;
}

.wpb_footer .footer-top .footer-logo-column {
  padding-top: 4px;
}

.wpb_footer .footer-top .footer-logo-column .footer-logo {
  display: inline-block;
}
.wpb_footer .footer-top .footer-logo-column .footer-logo-health {
  display: inline-block;
  width: 77px;
}

.wpb_footer .footer-top .footer-logo-column p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875em;
  line-height: 1.5;
  margin: 27px 0 0 9px;
}

.wpb_footer .footer-top .footer-logo-column address {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875em;
  line-height: 1.5;
  margin: 11px 0 0 9px;
}
.wpb_footer .footer-top .footer-logo-column address + p{
  margin-top: 12px;
}

.wpb_footer .footer-top .footer-logo-column a.contact-number {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875em;
  line-height: 1.214289;
  font-weight: 400;
  margin: 12px 0 0;
  display: inline-block;
}

.wpb_footer .footer-top .footer-nav-column {
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
  /* padding-right: 17px; */
}

.wpb_footer .footer-top .footer-nav-column nav {
  width: 50%;
  margin: 0;
}

.wpb_footer .footer-top .footer-nav-column nav li {
  display: block;
  padding: 0 0px 0 0;
  margin-bottom: 12px;
}

.wpb_footer .footer-top .footer-nav-column nav li:last-child {
  margin-bottom: 0;
}

.wpb_footer .footer-top .footer-nav-column nav.nav-col-1 {
  width: 50%;
}

.wpb_footer .footer-top .footer-nav-column nav.nav-col-2 {
  width: 50%;
  padding-left: 14px;
}

.wpb_footer .footer-top .footer-nav-column nav li:before {
  display: none;
}

.wpb_footer .footer-top .footer-nav-column nav li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.214289;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
}

.wpb_footer .footer-top .footer-nav-column nav li a:hover {
  text-decoration: underline;
}

.wpb_footer .footer-top .footer-accessibility-social-section {
  text-align: left;
  padding-top: 27px;
}


.wpb_footer .footer-top .map-accessibility-list ul li {
  padding: 0;
  margin: 0 0 12px;
}
.page-node-321 .sslots-section{
  padding-top: 0;
}
.wpb_footer .footer-top .map-accessibility-list ul li:last-child {
  margin: 0;
}

.wpb_footer .footer-top .map-accessibility-list ul li:before {
  display: none;
}

.wpb_footer .footer-top .map-accessibility-list ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.214289;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  padding-left: 28px;
  position: relative;
}

.wpb_footer .footer-top .map-accessibility-list ul li a:hover {
  text-decoration: underline;
}

.wpb_footer .footer-top .map-accessibility-list ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 16px;
  height: 16px;
}

.wpb_footer .footer-top .map-accessibility-list ul li.footer-casino-map-link a:after {
  background: url(../images/footer-map-icon.svg) center center no-repeat;
  background-size: contain;
}

.wpb_footer .footer-top .map-accessibility-list ul li.footer-accessibility-link a:after {
  background: url(../images/footer-accessibility-icon.svg) center center no-repeat;
  background-size: contain;
}

.footer-social-icon-wrapper {
  display: flex;
  align-items: center;
  margin-top: 46px;
  margin-bottom: 0;
}

.footer-social-icon-wrapper li {
  margin: 0 0 0 22px;
  padding: 0;
}
.footer-social-icon-wrapper li:first-child {
  margin: 0;
}

.footer-social-icon-wrapper li a {
  display: flex;
  transition: all 0.3s;
  position: relative;
}
.footer-social-icon-wrapper li a::before{
	content: '';
	position: absolute;
	inset: -15px;
}
.footer-social-icon-wrapper li a:hover {
  opacity: 0.7;
}

.footer-social-icon-wrapper img {
  display: none;
}

.footer-social-icon-wrapper li a {
  display: inline-block;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.footer-social-icon-wrapper li.facebook-icon-link a {
  width: 13px;
  height: 23px;
  background-image: url(../images/footer-fb-icon.svg);
}

.footer-social-icon-wrapper li.instagram-icon-link a {
  width: 24px;
  height: 21px;
  background-image: url(../images/footer-insta-icon.svg);
}

.footer-social-icon-wrapper li.linkedin-icon-link a {
  width: 21px;
  height: 21px;
  background-image: url(../images/footer-linkedin-icon.svg);
}

.footer-social-icon-wrapper li.twitter-icon-link a {
  width: 23px;
  height: 23px;
  background-image: url(../images/footer-twitter-icon.svg);
}

.footer-social-icon-wrapper li.youtube-icon-link a {
  width: 28px;
  height: 18px;
  background-image: url(../images/footer-youtube-icon.svg);
}

.footer-bottom {
  padding: 34px 0 26px;
  background-color: #000;
}

.wpb_footer .footer-bottom .col-xs-12 {
  line-height: 0;
  font-size: 0;
}

.wpb_footer .footer-bottom p {
  color: rgba(255, 255, 255, 1);
  font-size: 0.875em;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
}

.wpb_footer .footer-bottom .privacy-links {
  display: inline-block;
  line-height: 0;
  margin: 0;
}

.wpb_footer .footer-bottom .privacy-links li {
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 0 0 0 16px;
  position: relative;
  line-height: 0;
}

.wpb_footer .footer-bottom .privacy-links li:before {
  display: none;
}

.wpb_footer .footer-bottom .privacy-links li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #fff;
}

.wpb_footer .footer-bottom .privacy-links li a {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 1.214289;
  display: inline-block;
  font-weight: 400;
}

.wpb_footer .footer-top .store-btn-column {
  margin-top: 30px;
  display: flex;
}

.wpb_footer .footer-top .store-btn-column a {
  max-width: 170px;
  width: 100%;
  padding: 5px 10px;
  background-color: #f9f1e6;
  border-radius: 5px;
  display: flex;
  text-align: center;
  transition: all 0.3s;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s ease-in;
  justify-content: center;
}

.wpb_footer .footer-top .store-btn-column a:hover {
  opacity: .7;
}

.wpb_footer .footer-top .store-btn-column a+a {
  margin-left: 10px;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-field-multi-footer-logo-0-subform-field-multi-footer-logos-0-subform-field-logo-link-0-title.form-item-field-multi-footer-logo-0-subform-field-multi-footer-logos-0-subform-field-logo-link-0-title {
    display: none;
}

/* %%%%%%%%%%%%% Promotion page design %%%%%%%%%%%% */

.promotions-section {
  padding-top: 100px;
  padding-bottom:  80px;
  background: url("../images/tree-line-pattern.png") #FFFAF1;
}

.promotions-section .text-block h1 {
  font-weight: 600;
  text-align: center;
  color: var(--orange-color);
  margin-bottom: 25px;
  text-transform: uppercase;
}

.promotions-section .text-block p {
  margin-bottom: 49px;
  text-align: center;
  max-width: 900px;
}

.promotions-section .pf-slider {
  margin-bottom: 84px;
}

.pf-slider-container {
  padding-left: 84px;
  padding-right: 84px;
  position: relative;
}

.pf-box {
  display: flex !important;
  flex-direction: row;
}

.pf-box .thumbnail {
  width: 58%;
  min-height: auto;
}

.pf-box .thumbnail img {
  min-height: 100%;
  height: 100%;
}

.pf-box .content {
  width: 42%;
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pf-box .content a.read-more {
  margin-bottom: 12px;
}

.pf-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
}

.pf-arrow img {
  height: 30px;
  width: 30px;
}

.pf-slider-arrow-left {
  left: 27px;
}

.pf-slider-arrow-right {
  right: 27px;
}

.promotions-wraper,
.bus-location-wrapper {
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.promotion-box, .bus-location-box {
  background-color: #ffffff;
  display: grid;
  grid-template-rows: 1fr;
  height: auto;
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
}

.promotion-box .thumbnail img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
#block-sanmanuel-content .promotions-wraper .promotion-box .thumbnail img {
    height: 230px;
}
.promotion-box .content {
  height: calc(100% - 230px);
  padding: 32px 30px 29px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.bus-location-box .content {
  height: auto;
  padding: 32px 30px 29px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.pst-page .row {
  text-align: center;
}

.promotion-box .content .read-more {
  margin-top: auto;
}

.promotion-box .content .date {
  margin-bottom: 11px;
}

.promotion-box .content .date strong {
  margin-right: 5px;
  margin-left: 2px;
}

.promotion-box .content a.title {
  text-decoration: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
.bus-location-box .content h3 a{
  text-decoration: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
.bus-location-info{
  margin-bottom: 19px;
}
.bus-location-info  p.address{
  display: inline;
}
.bus-location-box .content h3 a:hover{
  text-decoration: underline;
}
.bus-location-box .content h3 a:empty{
  display: none;
}

.promotion-box .content p {
  margin-bottom: 19px;
}
.promotions-section .simple-cta-button-wrapper .load-more{
    margin-top: 0;
}
.promotions-section .simple-cta-button-wrapper{
    padding-top: 0;
}
.promotion-box .content p:last-child{
    margin-top: auto;
    margin-bottom: 0;
}
.promotion-box .content a.title:hover {
  text-decoration: underline;
}

.promotions-section .load-more {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  margin-top: 30px;
}

.promo-slider .promotion-box.swiper-slide {
  max-width: none;
  margin-left: 15px;
  margin-right: 15px;
}

/* .promotions-section .load-more::after {
width: 0;
} */

/* best voted section styling */

.best-voted {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: rgb(255, 255, 255);
}

.best-vote-box {
  display: flex;
  padding: 30px 15px 30px 42px;
  background: #fffaf1 url("../images/best-vote-bg.png") right center no-repeat;
  background-size: contain;
}

.best-vote-box .thumbnail {
  width: 36%;
}

.best-vote-box .thumbnail img {
  height: calc(100% + 40px);
  width: 100%;
  margin-top: -70px;
  object-fit: cover;
}

.best-vote-box .content {
  width: 64%;
  padding-right: 45px;
  padding-left: 34px;
}

.best-vote-box .content h2 {
  position: relative;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 50px;
  margin-bottom: 20px;
}

.best-vote-box .content h2:before {
  content: "";
  height: 100%;
  width: 50px;
  background: url("../images/budget-icon.png") top no-repeat;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 5px;
}

.best-vote-box .content p {
  margin-bottom: 26px;
}

/* rewards build section styling */

.rewards-built .simple-cta-button-wrapper a, .rewards-built .simple-cta-button-wrapper button {
  background: #485023;
  border-color: #485023;
}

.rewards-built .simple-cta-button-wrapper a:hover, .rewards-built .simple-cta-button-wrapper button:hover {
  color: #485023 !important;
}

.rewards-built .simple-cta-section-content {
  max-width: 900px !important;
}

/* %%%%%%%%%%%%% Promotion template page design %%%%%%%%%%%% */

.pt-count-down {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(0, 0, 0, 0) 30%), url('../images/tree-line-pattern.png');
  background-color: #fffaf1;
}

.pt-count-down .container-fluid {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pt-count-down .thumbnail {
  margin-bottom: -78px;
  display: flex;
  min-height: 200px;
  width: 100%;
  height: auto;
}

.pt-count-down .thumbnail img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.pt-count-down .count-down-box {
  min-width: 685px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  background-color: #ffffff;
}

.count-down-box #pt-countdown>ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  list-style: none;
}

.count-down-box h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.count-down-box #pt-countdown>ul>li:before {
  content: none;
}

.count-down-box #pt-countdown>ul>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
  position: relative;
  padding: 0;
}

.next-win-slider .swiper-button-next,
.next-win-slider .swiper-button-prev,
.next-win-slider .next-win-slider-bullets {
  display: none;
}

.count-down-box #pt-countdown>ul>li .h1 {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 600;
}

.count-down-box #pt-countdown>ul>li:not(:last-of-type) .h1:after {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: -2px;
  width: 5px;
  background: url("../images/countdown-dots.png") center no-repeat;
}

.pt-count-down #pt-countdown-time {
  display: none !important;
}

.pt-count-down .cd-text-d {
  color: var(--orange-color);
  text-transform: capitalize;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.625;
}

.pt-count-down .cd-text-m {
  display: none;
  color: var(--orange-color);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.625;
}

.pt-count-down #pt-expired {
  display: none;
}

.pt-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-content h3 {
  text-transform: uppercase;
  margin-bottom: 9px;
}

.pt-content p {
  margin-bottom: 26px;
}

.pt-content ul {
  counter-reset: list-counter;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}

.pt-content ul>li {
  display: flex;
  align-items: flex-start;
  padding-left: 0 !important;
  font-size: 1em !important;
  line-height: 2.25 !important;
  margin-bottom: 0 !important;
}

.pt-content ul>li::before {
  counter-increment: list-counter;
  /* On incrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©mente le compteur section */
  content: counter(list-counter) !important;
  height: max-content !important;
  padding: 0 6px;
  width: max-content !important;
  top: 9px !important;
  display: flex;
  left: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange-color);
  background: #FFFAF1 !important;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: var(--orange-color);
  position: relative !important;
  margin-right: 10px;
}

.pt-content .ta-box {
  background-color: #FFFAF1;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
  margin-bottom: 48px;
  margin-top: 47px;
}

.pt-content .ta-box .ta-time,
.pt-content .ta-box .ta-entries {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.pt-content .ta-box .ta-entries {
  border-left: 1px solid var(--orange-color);
}

.pt-content .ta-box .ta-time p,
.pt-content .ta-box .ta-entries p {
  margin: 0 !important;
}

.pt-content .ta-box .ta-time h4,
.pt-content .ta-box .ta-entries h4 {
  margin: 0 !important;
  text-transform: uppercase;
}

.pst-page {
  padding-top: 92px;
}



/* %%%%%%%%%%%%% High-Limit Slot Gaming section design %%%%%%%%%%%% */

.hlsg-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background: url("../images/tree-line-pattern.png") #FFFAF1;
  ;
}

.swiper-container {
  position: relative;
}

.hlsg-swiper {
  margin-bottom: 30px;
}

.hlsg-section .container-fluid>p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 25px auto;
}

.hlsg-section .container-fluid>h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 25px auto;
}

.hlsg-section .simple-cta-button-wrapper {
  display: flex;
  justify-content: center;
}

.hlsg-section .container-fluid .find-more {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hlsg-wrapper.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.hlsg-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto 1fr;
  height: auto;
}

.hlsg-box .thumbnail {
  display: flex;
  height: 450px;
}

.hlsg-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hlsg-box .content-wrapper {
  padding: 0 40px;
  margin-top: -120px;
}

.hlsg-box .content {
  background: #ffffff;
  padding: 29px 32px;
  height: 100%;
}

.hlsg-box .content h3 {
  color: var(--orange-color);
  margin-bottom: 16px;
}

.hlsg-arrow {
  position: absolute;
  top: calc(50% + 175px);
  transform: translateY(-50%);
  z-index: 8;
  display: none;
}

.hlsg-arrow img {
  height: 25px;
  width: 25px;
}

.hlsg-slider-arrow-left {
  left: 0;
}

.hlsg-slider-arrow-right {
  right: 0;
}

.se-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.se-section .container-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.se-section .se-thumbnail {
  width: 40%;
}

.se-section .se-thumbnail img {
  width: 100%;
  height: 100%;
}

.se-section .se-content {
  width: 60%;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  padding-left: 90px;
}

.se-section .se-content h2 {
  max-width: 500px;
  margin-bottom: 24px;
}

.se-section .se-content p {
  max-width: 500px;
  margin-bottom: 0;
}

/* %%%%%%%%%%%%% Resort page Permission to Unwind at the Spa section design %%%%%%%%%%%% */

.pu-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43%, rgba(255, 255, 255, 1) 43%), url("../images/tree-line-pattern.png");
  background-color: #FFFAF1;
  ;
}

.pu-section .container-fluid>.text-block h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pu-section .container-fluid>.text-block {
  text-align: center;
}

.pu-section .simple-cta-button-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 !important;
}

.pu-wrapper.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 39px;
}

.pu-wrapper {
  margin-bottom: 27px;
  margin-top: 39px;
}

.pu-slider {
  position: relative;
  overflow: visible !important;
}

.pu-slider .pu-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  height: 25px;
  display: none;
  width: 17px;
}

.pu-slider .pu-arrow img {
  width: 100%;
  height: 100%;
}

.pu-slider .pu-slider-arrow-right {
  right: 13px;
}

.pu-slider .pu-slider-arrow-left {
  left: 13px;
}

.pu-box {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: auto;
}

.pu-box .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pu-box .content {
  padding: 30px 30px 23px 30px;
  text-align: center;
}

.pu-box .content h3 {
  color: var(--orange-color);
  margin-bottom: 22px;
}

/* %%%%%%%%%%%%% amenities section design %%%%%%%%%%%% */

.amenities-section {
  padding-top: 70px;
  padding-bottom: 50px;
}

.amenities-section .text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 47px;
}

.amenities-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}

.amenities-wrapper .pu-box .content {
  padding-bottom: 15px !important;
}

.amenities-section .simple-cta-button-wrapper {
  display: flex;
  justify-content: center;
}

/* %%%%%%%%%%%%% splash section design %%%%%%%%%%%% */
.splash-section {
  background-color: #FFFAF1;
  padding-top: 100px;
  padding-bottom: 55px;
}


.splash-slider .swiper-container {
  position: relative;
}

.splash-section .container-fluid .text-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.splash-section .simple-cta-button-wrapper {
  display: flex;
  justify-content: center;
}


.splash-section .text-block h2 {
  max-width: 800px;
  margin-bottom: 25px;
}
.remove-fade:after,
.remove-fade::before{
  display: none;
}
.splash-section .text-block p {
  max-width: 800px;
  margin-bottom: 35px;
}

.splash-section .text-block a {
  max-width: 800px;
  margin-bottom: 57px;
}

.splash-section .text-block h3 {
  max-width: 800px;
  margin-bottom: 17px;
  color: var(--orange-color);
}

.splash-section .thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.splash-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8px;
  gap: 50px;
}

.splash-box {
  display: flex;
}

.splash-box .thumbnail {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-box .thumbnail img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.splash-box .content {
  width: 53%;
  padding: 5px 5px 5px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.splash-box .content h3 {
  text-transform: capitalize;
  color: var(--orange-color);
}


.splash-box .content p {
  color: #846854;
}

.splash-box .content h6 {
  line-height: 14px;
}

.splash-slider {
  margin-bottom: 60px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}


.splash-slider .splash-slider-box .thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.splash-slider .splash-slider-box .stime {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.splash-slider .splash-slider-box .stime p {
  margin: 0;
}

.splash-slider .splash-arrow {
  position: absolute;
  top: calc(50% - 25px);
  transform: translateY(-50%);
  z-index: 11;
  height: 25px;
  width: 17px;
}

.splash-slider .splash-arrow img {
  width: 100%;
  height: 100%;
}

.splash-slider .splash-slider-arrow-right {
  right: 0px;
}

.splash-slider .splash-slider-arrow-left {
  left: 0px;
}

.simple-cta-section.bg-white {
  background: #ffffff;
}

/* %%%%%%%%%%%%% sslots section design %%%%%%%%%%%% */

.pb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.sslots-section {
  background: url("../images/tree-line-pattern.png") #FFFAF1;
  padding-top: 100px;
  padding-bottom: 70px;
}

.sslots-section .text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.sslots-section .text-block h2 {
  margin-bottom: 0;
}

.sslots-section .text-block p {
  margin-top: 24px;
  margin-bottom: 0;
}

.sslots-slider {
  margin-top: 40px;
  margin-bottom: 60px;
}

.sslots-wrapper.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.sslots-box {
  border-radius: 0 !important;
  border: none !important;
  height: auto !important;
}

.sslots-box h3 {
  color: var(--orange-color);
  font-size: 20px;
  font-weight: 600;
}

.sslots-box .card-img,
.sslots-box .card-img-top {
  border-radius: 0 !important;
}

.sslots-box .card-img img,
.sslots-box .card-img-top img {
  width: 100%;
  object-fit: cover;
  height: 230px !important;
}

.sslots-arrow {
  position: absolute;
  top: 67%;
  z-index: 8;
  display: none;
}

.sslots-arrow img {
  height: 25px;
  width: 25px;
}

.sslots-slider-arrow-left {
  left: 13px;
}

.sslots-slider-arrow-right {
  right: 13px;
}

/* %%%%%%%%%%%%% insta field section design %%%%%%%%%%%% */

.insta-field-section {
  background: url("../images/tree-line-pattern.png") #FFFAF1;
}

.insta-field-section .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.insta-field-section .container-fluid.text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.insta-field-section .text-block h2 {
  margin-bottom: 24px;
  max-width: 770px;
}

.insta-field-section .text-block p {
  max-width: 770px;
  margin-bottom: 0;
}

.insta-field-section .insta-img {
  min-height: 700px;
  width: 100%;
  background: url("../images/insta-img.png") center no-repeat;
  background-size: cover;
}

/* %%%%%%%%%%%%% discover room new design %%%%%%%%%%%% */
.dr-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dr-section .container-fluid {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.dr-section .container-fluid.reverse {
  flex-direction: row-reverse;
}

.dr-section .slider-side {
  width: 40%;
  background: url("../images/tree-line-pattern.png") #FFFAF1;
  margin-right: 10%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dr-section .container-fluid.reverse .slider-side {
  margin-left: 10%;
  margin-right: 0%;
}

.dr-section .container-fluid.reverse .slider-dr {
  left: auto;
  right: 64px;
}

.dr-section .content-side {
  width: 50%;
}

.dr-section .swiper-container {
  left: 54px;
  width: 103%;
}

.dr-section .swiper-container .swiper-slide img {
  width: 100%;
  height: 413px;
  object-fit: cover;
}

.pb-60 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.slider-dr .dr-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  height: 35px;
  width: 30px;
}

.slider-dr .dr-arrow img {
  width: 100%;
  height: 100%;
}

.slider-dr .dr-slider-arrow-right {
  right: 13px;
}

.slider-dr .dr-slider-arrow-left {
  left: 13px;
}

.slider-dr .pu-pagination {
  color: #ffffff !important;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 11;
  width: auto;
  left: auto;
  bottom: auto;
  padding: 3px 8px;
}

.dr-section .content-side .simple-cta-button-wrapper {
  text-align: left;
}

.dr-section .content-side .simple-cta-button-wrapper a {
  margin-bottom: 0;
}

.dr-section .content-side h2 {
  margin-bottom: 24px;
}

.dr-section .content-side p:last-child {
  margin-bottom: 0;
}
.pagination{
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
body .pagination .page-item{
	margin-bottom: 10px;
}

/***********
    Casino Page Styling
************/

/*
    Casino-map
*/
.casino-map {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.casino-map .casino-head {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.casino-map h2 {
  text-transform: uppercase;
  margin: 0 0 25px;
}

.casino-map .casino-Img {
  margin-top: 33px;
}
.casino-Img iframe{
    max-width: 100%;
}
.casino-map .map-btn {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  margin-top: 40px;
  padding-right: 0px;
  opacity: 0.8;
}

.casino-map .map-btn::before {
  width: 0;
  right: 4px;
  left: 0px;
  content: url(../images/map-icon.svg);
  display: inline-block;
  margin-right: 29px;
  position: relative;
  top: 3px;
}

.casino-map .map-btn:hover {
  text-decoration: underline;
}

/*
    slots-section
*/

.slots-section {
  background: linear-gradient(180deg,
      rgb(255 255 255 / 60%) 0%,
      rgb(255 255 255 / 0%) 100%),
    url(../images/tree-filled-green-pattern.png) center center;
  padding: 80px 0 40px;
}

.slots-section h2 {
  text-align: center;
  text-transform: uppercase;
  padding-right: 6px;
}

.slots-section .slots-box {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slots-section .slots-box .slot-content {
  width: 50%;
}

.slots-section .slots-box .slot-content:nth-child(1) {
  padding-right: 36px;
  border-right: 1px solid #686e4a;
}

.slots-section .slots-box .slot-content:nth-child(2) {
  padding-left: 33px;
}

.slots-section .slots-box .slot-content h4 {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0;
  color: #485023;
  opacity: 0.8;
  margin: 0;
}

.slots-section .slots-box .slot-content .slots-numb,
.slots-section .slots-box .slot-content h3 {
  display: block;
  text-align: right;
  font-weight: 800;
  font-size: 62px;
  line-height: 66px;
  color: #485023;
  opacity: 0.8;
  margin: 0;
}

.slots-section .slots-box .slot-content:last-child .slots-numb,
.slots-section .slots-box .slot-content:last-child h3,
.slots-section .slots-box .slot-content:last-child h4,
.slots-section .slots-box .slot-content:last-child p {
  text-align: left;
}

.slots-section .slots-box .slot-content p {
  text-align: left;
  max-width: 234px;
  margin-top: 8px;
  font-weight: 500;
  color: rgba(72, 80, 35, 0.8);
}

.slots-section .simple-cta-button-wrapper {
  padding-top: 24px;
}

/*
    chips-stack
*/

.chips-stack {
  background: url(../images/events-list-bg-tree.svg) right -343px top -100px no-repeat;
  background-size: 855px;
  padding: 102px 0 84px;
}

.chips-stack .chips-headline {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.chips-stack h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 26px;
}

.chips-stack p {
  font-weight: 500;
}

.chips-stackFlex {
  padding-top: 42px;
  padding-bottom: 22px;
}

.chips-stackFlex h4 {
  text-align: left;
  text-transform: uppercase;
  color: #a6631b;
  padding-left: 5px;
  padding-top: 3px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.04em;
}

.chips-stack .card-body {
  background: #fffaf1;
}

.chips-stackFlex ul {
  padding-left: 23px !important;
  margin-top: 16px !important;
  list-style-image: url("../images/list-type.png");
}

.chips-stackFlex ul li {
  padding-left: 2px !important;
  margin-bottom: 0 !important;
  text-transform: capitalize;
  font-size: 1em !important;
  line-height: 2 !important;
  color: #352a22;
}

.chips-stackFlex ul li::before,
.chips-stackFlex ul li::after {
  display: none;
}

/*
.chips-stack-up-section
*/

.chips-stack-up-section {
  background: url(../images/events-list-bg-tree.svg) right -343px bottom -100px no-repeat;
  background-size: 855px;
  padding: 92px 0 68px;
}

.chips-stack-up-section .chips-stack-headline {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.chips-stack-up-section .chips-stack-headline h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 26px;
}

.csu-wrapper {
  margin-top: 64px;
}

.csu-flexBox {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 82px;
}

.scu-slider-wrapper {
  width: 66.55%;
  position: relative;
}

.scu-content {
  width: 32.38%;
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 20px;
}

.scu-content .scu-box {
  border: 1px solid #a6631b;
  padding: 32px 30px;
  height: 100%;
}

.scu-content .scu-box h5 {
  font-weight: 700;
  letter-spacing: 0;
}

.scu-content .scu-box ul {
  margin-top: 24px !important;
}

.scu-content .scu-box ul li {
  font-weight: 700 !important;
  color: #a6631b !important;
  text-transform: capitalize;
  margin-bottom: 11px !important;
}

.scu-slider-bar {
  position: absolute;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 28px 30px 40px;
  width: 87.2%;
  z-index: 20;
  bottom: 0;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);

}

.scu-slider-bar .scu-slider-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scu-slider-bar .scu-slider-title h3 {
  margin-left: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
}

.scu-slider-btns {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 72px;
}

.chips-stack-up-section .simple-cta-button-wrapper {
  margin-top: -50px;
}

/*
    casino-features
*/
.casino-features {
  background: url(../images/events-list-bg-tree.svg) right -343px top -100px no-repeat;
  background-size: 740px;
  padding: 100px 0;
}

.features-Flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.features-Flex .feature-col {
  width: min(500px, 100%);
}

.features-Flex .feature-col .card {
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 20px 23px 34px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.count-down-box h3:last-child{
  margin-bottom: 0;
}
[about="/resort"] .inner-page-hero-section .container-fluid:before,
[about="/san-manuel-casino-app"]  .inner-page-hero-section .container-fluid:before{
  display: none;
}
.features-Flex .feature-col .card .card-body {
  padding: 1rem 1rem 0;
}

.features-Flex .feature-col .card h4 {
  font-size: 32px;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #352a22;
}

.features-Flex .feature-col .card p {
  text-align: center;
  margin-top: 18px;
}

.features-Flex .feature-col .simple-cta-button-wrapper {
  padding-top: 8px;
}

/***********
    Club Serrano Page Styling
************/

/*
    rewards-section
*/
.cs-flex {
  align-items: center;
}

.rewards-section {
  padding: 80px 0 102px;
}

.rewards-section .rewards-headline {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
}

.rewards-section .rewards-headline h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 26px;
  padding-right: 8px;
}

.rewards-section .rewards-headline p {
  text-align: center;
}

.rewards-section .rewards-headline .rh-para {
  padding-right: 8px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.rewards-section .rewards-Box {
  background: url("../images/half-tree.svg") no-repeat center left, #fffaf1;
  background-size: contain;
  margin-top: 200px;
  padding-bottom: 56px;
}

.rewards-section .rewards-Box h3 {
  text-align: left;
  color: #a6631b;
  padding-left: 5px;
  padding-top: 3px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.06em;
}

.rewards-section .rewards-Box .rewards-list {
  padding-top: 1px;
  padding-left: 80px;
}

.rewards-section .rewards-Box .rewards-list ul {
  list-style-image: url("../images/list-type.png");
  margin-top: 27px !important;
  padding-left: 21px !important;
}

.rewards-section .rewards-Box .rewards-list ul li {
  padding-left: 2px !important;
  margin-bottom: 4px !important;
  font-size: 1em !important;
  line-height: 2 !important;
  color: #352a22;
}

.rewards-section .rewards-Box ul li::before,
.rewards-section .rewards-Box ul li::after {
  display: none;
}

.rewards-section .rewards-Box .rewards-list:nth-child(2) {
  padding-left: 11px;
}

.rewards-section .rewards-Box .rewards-list:nth-child(2) ul {
  margin-top: 26px !important;
  padding-left: 17px !important;
}

.rewards-section .rewards-Box .rewards-list:nth-child(2) ul li {
  margin-bottom: 6px !important;
}

.rewards-section .rewards-Box .rewards-ImgBox {
  margin-top: -153px;
  width: min(526px, 100%);
}

.rewards-section .viewCard-Btn {
  margin-top: -5px;
  padding-left: 16px;
}

.rewards-section .viewCard-Btn a {
  font-weight: 500;
  color: #a6631b;
}

.rewards-section .simple-cta-button-wrapper {
  padding-top: 0;
  margin-left: -14px;
}

/*
    team spirit section
*/
.team-spirit {
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 60px 0 74px;
}

.team-spirit .team-headline {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.team-spirit .team-headline h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 26px;
}

.team-spirit .team-headline p {
  text-align: center;
}

.team-spirit .teams-row {
  margin-top: 50px;
  margin-left: -25px;
}

.team-spirit .teams-box {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 8px;
  padding-left: 72px;
}
.team-spirit .teams-box .team-img a{
	opacity: .9;
}
.team-spirit .teams-box:nth-child(3) {
  margin-bottom: 22px;
}

.team-spirit .teams-box .team-info {
  padding-left: 31px;
}

.team-spirit .teams-box .team-info h3 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-spirit .teams-box .team-info h3 a{
	color: inherit;
	text-decoration: none;
}
.team-spirit .teams-box .team-info h3 a:hover{
	text-decoration: underline;
}
.team-spirit .teams-box .team-info p {
  margin-left: -3px;
}

.team-spirit .team-cardImg {
  margin-top: -16px;
  margin-left: -20px;
}

/***********
    Food-drink Page Styling
************/
/*
Dine section
*/
.dine-section {
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 115px 0 50px;
}

.dine-section .dine-block {
  display: flex;
  gap: 15px;
}

.dine-section .dine-block .dine-content {
  flex-basis: 50%;
    background: #fff;
    padding: 40px 60px 10px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dine-section .dine-block .dine-content h2 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}

.dine-section .dine-block .dine-content p.dine-headline {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.571428;
  text-transform: uppercase;
}

.dine-section .dine-block .dine-images {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dine-section .dine-block:nth-child(odd) .dine-images {
  padding-right: 92px;
  margin-top: -33px;
}

.dine-section .dine-block:nth-child(even) .dine-images {
  padding-left: 92px;
  margin-top: -5px;
}

.dine-section .dine-block .dine-images .dine-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dine-section .dine-content .simple-cta-button-wrapper {
  padding-top: 33px;
  text-align: left;
}

.dine-section .dine-content .simple-cta-button-wrapper a {
  padding-left: 36px;
  padding-right: 36px;
}

.dine-section .dine-block {
  margin-bottom: 26px;
}

/* for nth block if added */

.dine-section .dine-block:nth-child(even) {
  flex-direction: row-reverse;
}

.dine-section .dine-block:nth-child(even) .dine-content {
  flex-basis: 56%;
  background: #fff;
  padding: 40px 60px 10px 60px;
}

.dine-section .dine-block:nth-child(even) .simple-cta-button-wrapper {
  padding-top: 13px;
}

.dine-section .dine-block:nth-child(even) .simple-cta-button-wrapper a {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 1em;
}

/*
casual dining section
*/
.casual-dining {
  padding: 98px 0 70px;
}

.casual-dining .casual-dining-headline h2 {
  text-transform: uppercase;
  text-align: center;
}

.casual-dining .casual-dining-headline p {
  margin-top: 25px;
  text-align: center;
}

.casual-block {
  position: relative;
  padding: 0 30px;
  margin: 50px auto 0;
}

.simple-cta-section .container-fluid {
  position: relative;
}

.casual-block .cd-slider {
  padding: 0;
  width: 1030px;
  max-width: 100%;
}

.casual-block .cd-slider .cd-post {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: auto;
}

.cd-post {
  display: flex;
}

.cd-post .cd-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.cd-post .cd-thumbnail {
  width: calc(50% + 115px);
  margin-bottom: 0;
  z-index: 2;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  height: 100%;
}

.cd-post .cd-content {
  background: #fffaf1 url(../images/tree-line-pattern.png);
  width: calc(50% + 35px);
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 192px;
  padding-right:  41px;
  margin-left: -152px !important;
  margin-top: -50px;
  margin-left: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cd-post .cd-content h3 {
  text-align: left;
  font-weight: 400;
  margin-bottom: 16px;
}

.cd-post .cd-content p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

.cd-post .cd-content .cd-btn-wrapper {
  text-align: left;
  z-index: 999;
}

.cd-post .cd-content .cd-btn-wrapper a {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.cd-post .cd-content .cd-btn-wrapper a:not(:has(.last))::after {
	position: absolute;
	content: url(../images/read-more-arrow.svg);
	top: 0;
	left: 120%;
}
.cd-post .cd-content .cd-btn-wrapper a .last{
	display: inline-block;
}
.cd-post .cd-content .cd-btn-wrapper a .last::after{
	content: url(../images/read-more-arrow.svg);
	display: inline-block;
	margin-left: 10px;
}
.cd-post .cd-content .cd-btn-wrapper a:hover {
	text-decoration: underline;
}
.cd-post .cd-content .cd-btn-wrapper a:hover .last{
	text-decoration: underline;
}

/*
Quick Bite Section
*/
.quick-bites {
  padding: 100px 0;
}

.casual-dining h2 {
  text-transform: uppercase;
  text-align: center;
}

.casual-dining>p {
  margin-top: 20px;
  text-align: center;
}

.bites-block {
  margin-top: 100px;
}

.bites-block .qb-slider {
  padding: 0 56px;
}

.bites-block .qb-slider .cd-post {
  margin-left: 0;
  padding-right: 31px;
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: row-reverse;
}

.bites-block .qb-slider .cd-post .cd-content {
  padding-right: 38px;
  padding-left: 85px;
  margin-right: -77px;
  margin-left: 0;
}

/*
room dining section
*/
.room-dining {
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 100px 0;
}

.room-dining .room-Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room-dining .room-Flex .dining-img {
  min-width: 54.62%;
  display: grid;
  place-items: center;
}

.room-dining .dining-headline h2 {
  text-transform: uppercase;
}

.room-dining .dining-headline p {
  margin-top: 24px;
}

.room-dining .dining-content .simple-cta-button-wrapper {
  padding-top: 20px;
  text-align: left;
}

.room-dining .dining-content .simple-cta-button-wrapper a:last-child {
  margin-bottom: 0;
}

/***********
    Resort Page
************/

.discover-room {
  background: url(../images/half-tree-right.svg) no-repeat center right;
  background-size: contain;
  padding: 66px 0 54px;
}

.discover-room h2 {
  text-align: center;
  text-transform: uppercase;
}

.discover-room .dr-slider {
  padding: 0 56px;
}

.discover-room .dr-box {
  padding-right: 28px;
  padding-left: 28px;
  margin-top: 35px;
  display: flex;
}

.discover-room .dr-box .dr-thumbnail {
  width: 50%;
  padding-right: 40px;
}

.discover-room .dr-box .dr-info {
  padding-right: 20px;
  padding-left: 0;
  padding-left: 69px;
  padding-right: 69px;
  width: 50%;
}

.discover-room .dr-box .dr-info .dr-headline h3 {
  letter-spacing: 0.06em;
  color: #a6631b;
}

.discover-room .dr-box .dr-info .dr-headline p {
  font-weight: 400;
  margin-top: 13px;
  margin-bottom: 0;
}

.discover-room .dr-box .dr-info .dr-size {
  margin-top: 9px;
  margin-bottom: 0;
}

.discover-room .dr-box .dr-info .simple-cta-button-wrapper {
  text-align: left;
  padding-top: 10px;
}

/***********
    asscessibility Page
************/

.simple-content-wrapper .container-fluid {
  max-width: 980px;
}

.simple-content-wrapper {
  background: #fffaf1 url(../images/events-list-bg-tree.svg) right -343px top -100px no-repeat;
  background-size: 740px;
}

.simple-content-section b,
.simple-content-section strong {
  font-weight: normal;
}

/* Block-content component*/
.block-content {
  margin-top: 50px;
  text-align: left;
}

.block-content a {
  text-decoration: none;
}

.block-content a:not(.btn):hover {
  text-decoration: underline;
}

/***********
    Privacy Policy Page
************/
.privacy-section .container-fluid,
.privacy-box .container-fluid {
  max-width: 980px;
}

.simple-content-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 1185px);
}

/***********
    Stay Page
************/

.stay-hero-section .simple-cta-button-wrapper {
  padding-top: 6px;
  align-items: flex-start;
  text-align: left;
}

/*
Suite Section
*/
.suite-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/events-list-bg-tree.svg) right -343px top -100px no-repeat;
  background-size: 855px;
}

.suite-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.suite-box .suite-content {
  width: 55%;
  padding-right: 45px;
  padding-left: 15px;
}

.suite-box .suite-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.suite-box .suite-headline {
  padding-top: 8px;
  text-align: left;
}

.suite-box .suite-headline h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.suite-box .suite-info {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.suite-box .suite-info li {
  font-size: 1em;
  font-weight: 700;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 6px;
  line-height: 1;
}

.suite-box .suite-info li:nth-child(even) {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.suite-box .simple-cta-button-wrapper {
  padding-top: 10px;
  text-align: left;
}

.suite-primary {
  background: #fffaf1 url(../images/events-list-bg-tree.svg) left -343px top -100px no-repeat;
  background-size: 855px;
}

.suite-primary .suite-box {
  flex-direction: row-reverse;
}

body {
  background: 0000;
}

.hero-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.hero-section .container-fluid {
  min-height: 699px;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}

.inner-page-hero-section .row div[class|="col"] {
  position: relative;
  z-index: 1;
}
.hero_video_banner{
    background-color: #000;
}
.hero-section:not(.hero_video_banner) .container-fluid:before {
  content: "";
  position: absolute;
  background: url(../images/home-hero-white-tree.svg) right center no-repeat;
  background-size: 100%;
  width: 800px;
  height: 100%;
  display: block;
  bottom: 0;
  right: -310px;
  opacity: 0.15;
  max-width: 100%;
}
.hero-section:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.hero_video_banner.hero-section:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 33.33%;
  display: block;
  top: 0;
  left: 0;
}

.hero-section .container-fluid h1 {
  max-width: 520px;
  color: #fff;
  text-transform: uppercase;
  margin: 40px 0 0;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 140%;
  font-family: 'yaamava_custom_fontregular';
  font-weight: 400;
}
.hero-slider-section .swiper-slide h1{
  display: block ;
}
.hero-section .container-fluid p {
  max-width: 720px;
  color: #fff;
  margin: 20px 0 0;
  font-size: 28px;
  line-height: 1.3;
}

.btn-white.btn,
button.btn-white,
html input[type=button].btn-white,
input[type=reset].btn-white,
input[type=submit].btn-white {
  background-color: #fff0;
  color: #a6631b;
  border-color: #a6631b;
}

.btn-white.btn:hover,
button.btn-white:hover,
html input[type=button].btn-white:hover,
input[type=reset].btn-white:hover,
input[type=submit].btn-white:hover {
  color: #fff !important;
  background-color: #a6631b !important;
  border-color: #a6631b !important;
}

.simple-cta-section {
  padding-top: 99px;
  padding-bottom: 80px;
  text-align: center;
  background: #FFFAF1 url(../images/tree-line-pattern.png) center center repeat;
}

.white_solid_color {
  background: #fff !important;
}

.simple-cta-section h2 {
  margin: 0;
  /* padding-top: 93px; */
  text-transform: uppercase;
}

/* .simple-cta-section h3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 1px;
    background-color: #352A22;
} */

.simple-cta-button-wrapper {
  padding-top: 31px;
  margin: 0 -15px;
  text-align: center;
}
.dark_background .green-outline{
	border:2px solid #079c42;
	background: #000;
	transition: all 0.2s ease;
}
.dark_background .green-outline:only-child{
	margin-bottom: 0;
}
.dark_background .green-outline:hover{
	border:2px solid #079c42 !important;
	background: #000 !important;
	color: #fff !important;
	box-shadow: inset 0px 0px 0px 4px #079c42;
}
.simple-cta-button-wrapper a , .simple-cta-button-wrapper button {
  margin: 0 15px;
  margin-bottom: 32px;
}

.simple-cta-section p {
  margin: 26px 0 0;
  font-weight: 500;
}
.simple-cta-section.dark_background p{
	color: #fff;
}
.simple-cta-section .simple-cta-section-content {
  max-width: 750px;
  margin: 0 auto;
}

.green_pattern p {
  font-weight: 500;
}

.simple-cta-section.simple-dual-cta {
  background-image: linear-gradient(180deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 0%) 70%), url(../images/tree-filled-green-pattern.png);
  background-color: #fff;
}

.simple-cta-section.simple-dual-cta h2,
.simple-cta-section.simple-dual-cta p {
  color: #485023;
}

.simple-cta-section.simple-dual-cta h2:after {
  background-color: #352A22;
}

.get-social-section {
  padding-top: 64px;
  padding-bottom: 38px;
  text-align: center;
  background-color: #fff;
}

.get-social-section h2 {
  margin: 0;
  /* padding-top: 93px; */
  text-transform: uppercase;
}

/* .get-social-section h3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 1px;
    background-color: #352A22;
} */

.get-social-section p {
  margin: 25px auto 0;
  color: #846854;
  max-width: 420px;
}

.social-icon-wrapper {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px !important;
}

.social-icon-wrapper li {
  padding: 0;
  margin: 0 12px;
}

.social-icon-wrapper li:before {
  display: none;
}

.social-icon-wrapper li.facebook-icon-link a img {
  align-self: flex-end;
}

.social-icon-wrapper li a {
  display: inline-block;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icon-wrapper li.facebook-icon-link a {
  width: 13px;
  height: 22px;
  background-image: url(../images/footer-fb-icon.svg);
  background-position: center bottom;
  background-size: auto 25px;
}

.social-icon-wrapper li.instagram-icon-link a {
  width: 24px;
  height: 21px;
  background-image: url(../images/footer-insta-icon.svg);
}

.social-icon-wrapper li.linkedin-icon-link a {
  width: 21px;
  height: 21px;
  background-image: url(../images/footer-linkedin-icon.svg);
}

.social-icon-wrapper li.twitter-icon-link a {
  width: 20px;
  height: 20px;
  background-image: url(../images/footer-twitter-icon.svg);
}

.social-icon-wrapper li.youtube-icon-link a {
  width: 28px;
  height: 18px;
  background-image: url(../images/footer-youtube-icon.svg);
}

.social-icon-wrapper li a {
  display: flex;
  width: 32px !important;
  height: 32px !important;
  background-color: rgba(166, 100, 27, 0.8);
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.social-icon-wrapper li a:hover {
  opacity: 0.7;
}

.exp-entertainment-section h2 {
  text-transform: uppercase;
}

.exp-entertainment-section {
  padding: 98px 0 100px;
  overflow: hidden;
}

.exp-entertainment-section .container-fluid {
  position: relative;
}

.exp-entertainment-section .container-fluid:after {
  content: "";
  position: absolute;
  right: -570px;
  top: 42%;
  width: 949px;
  height: 854px;
  background: url(../images/experience-entertainment-tree-bg.svg) center center no-repeat;
  opacity: 0.08;
  transform: translateY(-50%);
}

.event-section-title-wrapper {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.all-event-section-wrapper {
  position: relative;
  z-index: 1;
}

.event-section-title-wrapper h3 {
  margin: 0;
  text-transform: uppercase;
}

.event-section-title-wrapper .read-more {
  margin-top: 12px;
}

.all-event-section-wrapper .events-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.all-event-section-wrapper .events-wrapper .event-image-wrapper {
  display: block;
}

.all-event-section-wrapper .event-block {
  margin-bottom: 16px;
  display: flex;
  width: 42.75%;
  float: right;
  align-items: flex-start;
  clear: right;
}

.event-image-wrapper {
  min-height: 100px;
}

.all-event-section-wrapper .event-block .event-image-wrapper {
  width: 40%;
}

.all-event-section-wrapper .event-block .event-content-wrapper {
  padding-left: 24px;
  width: 60%;
}

.all-event-section-wrapper .event-block:first-child .event-content-wrapper {
  padding-left: 0px;
  width: 100%;
}

.all-event-section-wrapper .event-block .event-image-wrapper img {
  width: 100%;
  height: 120px !important;
  object-fit: cover;
}

.all-event-section-wrapper .event-block .event-date-time {
  font-size: 0;
}

.all-event-section-wrapper .event-block .event-date-time span {
  font-weight: 600;
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14.63px;
  color: #352A22;
  text-transform: uppercase;
  margin-top: 1px;
}

.all-event-section-wrapper .event-block .event-title {
  margin: 3px 0 0;
}

.all-event-section-wrapper .event-block .event-title a {
  text-decoration: none;
  display: inline-block;
}

.all-event-section-wrapper .event-block .event-title a:hover {
  text-decoration: underline;
}

.all-event-section-wrapper .event-block p {
  color: #846854;
  margin: 5px 0 0;
}

.all-event-section-wrapper .event-block .event-image-wrapper {
  display: block;
  background-color: #ccc;
  background: url(../images/hero-image--main.jpg) no-repeat center center;
  background-size: cover;
  min-height: 120px;
}

.all-event-section-wrapper .event-block:first-child {
  margin-bottom: 0;
  display: block;
  width: 57.25%;
  position: relative;
  float: left;
  padding-right: 70px;
  min-height: 300px;
}

.all-event-section-wrapper .event-block:first-child .event-image-wrapper {
  width: 100%;
}

.all-event-section-wrapper .event-block:first-child .event-image-wrapper img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.all-event-section-wrapper .event-block:first-child .event-date-time {
  margin-top: 16px;
  font-size: 0;
  margin-left: -16px;
}

.all-event-section-wrapper .event-block:first-child .event-date-time span {
  font-weight: 600;
  padding: 0 16px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  line-height: 1.625;
  color: #352A22;
  text-transform: uppercase;
}

.all-event-section-wrapper .event-block:first-child .event-time{
  position: relative;
}
.all-event-section-wrapper .event-block:first-child .event-time:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 26px;
  background-color: #352A22;
  transform: translatey(-50%);
}

.all-event-section-wrapper .event-block:first-child .event-title {
  margin: -1px 0 0;
}

.all-event-section-wrapper .event-block:first-child .event-title a {
  text-decoration: none;
  display: inline-block;
}

.all-event-section-wrapper .event-block:first-child .event-title a:hover {
  text-decoration: underline;
}

.all-event-section-wrapper .event-block:first-child p {
  color: #846854;
  margin: 6px 0 0;
}

.all-event-section-wrapper .events-wrapper.swiper-wrapper {
  display: block;
}

.all-event-section-wrapper .swiper-button-prev,
.all-event-section-wrapper .swiper-button-next {
  display: none;
}

.all-event-section-wrapper .swiper-button-next:after,
.all-event-section-wrapper .swiper-button-prev:after {
  color: #A6631B;
  font-size: 30px;
}

.all-event-section-wrapper .swiper-button-next,
.all-event-section-wrapper .swiper-button-prev {
  top: calc(50% + 175px);

}

.more-event-link-button {
  padding: 30px 57px 0;
  display: none;
}

.more-event-link-button .read-more span {
  display: block !important;
}

.inner-page-hero-section {
  position: relative;
  background: url(../images/entertainment-hero-image.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.club_hero_banner .image-wrapper{
    max-width: 675px;
}
.inner-page-hero-section .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.inner-page-hero-section .container-fluid .row {
    min-height: 400px;
}
.inner-page-hero-section .container-fluid:before {
  content: "";
  position: absolute;
  background: url(../images/home-hero-white-tree.svg) right center no-repeat;
  background-size: 100%;
  width: 800px;
  height: 100%;
  display: block;
  bottom: 0;
  left: -310px;
  opacity: 0.2;
}
.inner-page-hero-section.text-right, .hero-section.text-right {
    text-align: right!important;
}
.inner-page-hero-section.text-center, .hero-section.text-center {
    text-align: center!important;
}
.hide_logo_watermark.inner-page-hero-section .container-fluid:before{
    display: none;
}
.feature_video_discription{
    padding-top: 35px;
}
.inner-page-hero-section:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, #000000 13.02%, rgba(0, 0, 0, 0) 99.99%);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.video-banner-img{
  position: relative;
}
.video-play-btn,
.video-play-btn2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  margin-top: -54px;
  margin-left: -54px;
  background: url(../images/circle-play.svg) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}
.video-play .video-play-btn2{
  display: none;
}
#video_overlay .video-play.media_video_box h4{
  display: none;
}
#video_overlay .media_video_box h4{
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  padding: 0 30px;
}
#video_overlay .media_video_box:not(.video-play):after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(109.18deg, rgba(255, 255, 255, 0.12) 31.58%, rgba(255, 255, 255, 0.30072) 43.84%, rgba(255, 255, 255, 0.30072) 51.75%, rgba(255, 255, 255, 0) 66.28%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.video-banner-img + .media_video_box{
  display: none;
}
.inner-page-hero-section .container-fluid h1 {
  max-width: 650px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 140%;
  font-family: 'yaamava_custom_fontregular';
  font-weight: 400;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
}
.video_bg_half{
  background: none;
  position: relative;
  z-index: 1;
}
.video_bg_half:after{
  background: #fffaf1 url(../images/events-list-bg-tree.svg) right -343px top -100px no-repeat;
  height: 50%;
  left: 0;
  width: 100%;
  bottom: 0;
  background-size: 740px;
  z-index: -1;
  content: '';
  position: absolute;
}
.recurring-events-list-content {
  background: #FFFAF1 url(../images/tree-line-pattern.png);
  padding-bottom: 150px;
}

.recurring-events-section {
  padding-top: 100px;
}

.recurring-events-section {
  padding: 80px 0 0 0;
}

.recurring-events-section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.recurring-events-section-title h2 {
  margin: 0;
  text-transform: uppercase;
}

.recurring-events-section-title p {
  margin: 25px 0 0;
}

.recurring-events-list-content {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.recurring-events-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: none;
}

.recurring-events-image-wrapper img.event-image-active {
  display: block;
}

.recurring-events-list-wrapper {
  padding: 44px 70px 19px;
  background: #FFFAF1 url(../images/events-list-bg-tree.svg) right -343px bottom -50px no-repeat;
  position: relative;
}

/* .recurring-events-list-wrapper .events-list{
    margin-bottom: 0;
} */
.recurring-events-image-wrapper {
  padding: 0;
}

.recurring-events-list-wrapper .events-list .events-list-row {
  margin: 0;
  padding: 16px 0 16px;
  border-bottom: 1px solid rgba(166, 99, 27, 0.3);
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.recurring-events-list-wrapper .events-list .events-list-row:last-child {
  border-bottom: none;
}

.recurring-events-list-wrapper .events-list .events-list-row:before {
  display: none;
}

.events-list-inner-wrapper {
  max-height: 597px;
  overflow-y: scroll;
}

.recurring-events-list-wrapper .events-list .events-list-row .events-list-content {
  width: 70%;
}

.recurring-events-list-wrapper .events-list .events-list-row .events-list-date {
  width: 30%;
  text-align: right;
}

.recurring-events-list-wrapper .events-list .events-list-row .events-list-content h3 {
  margin: 0;
  color: #A6631B;
  transition: all 0.3s;
}

.recurring-events-list-wrapper .events-list .events-list-row:hover .events-list-content h3,
.recurring-events-list-wrapper .events-list-row.event-list-active .events-list-content h3 {
  color: #000000;
}

.recurring-events-list-wrapper .events-list .events-list-row .events-list-content p {
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.recurring-events-list-wrapper .events-list .events-list-row .events-list-date span {
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 600;
  padding-top: 12px;
  display: block;
}

/* width */
.events-list-inner-wrapper::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.events-list-inner-wrapper::-webkit-scrollbar-track {
  background: rgba(53, 43, 34, 0.3);
  border-radius: 10px;
}

/* Handle */
.events-list-inner-wrapper::-webkit-scrollbar-thumb {
  background: #A6631B;
  border-radius: 10px;
}

/* Handle on hover */
.events-list-inner-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.newsletter-form-bar {
  padding: 46px 15px 43px;
  background-color: #352A22;
}

.newsletter-form-bar .container-fluid {
  max-width: 1160px;
}

.newsletter-form-bar .row {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-form-bar .newsletter-form-heading {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.newsletter-form-bar .newsletter-form-heading h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 34px;
  letter-spacing: 1.4px;
}

#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper {
  width: 100%;
  padding: 8px 0 0 0;
}

#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
}

#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input,
#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form button[type="submit"] {
  width: calc(25% - 3px);
  transition: all 0.3s;
}

#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input[type="text"],
#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input[type="email"] {
  height: 60px;
  border: 1px solid #FFFAF1;
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  line-height: 19.5px;
  font-weight: 400;
}

#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input[type="text"]::placeholder,
#main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input[type="email"]::placeholder {
  color: #fff;
  font-size: 1em;
  line-height: 19.5px;
  font-weight: 400;
  text-transform: capitalize;
}

.newsletter-note {
  padding: 12px 0 0;
  text-align: right;
}

.newsletter-note p {
  margin-bottom: 0;
  color: #fff;
}

.newsletter-note p strong {
  font-weight: 700;
}

html body .juicer-feed.slider .slick-prev,
html body .juicer-feed.slider button.slick-next {
  transition: all 0.3s;
}

html body .juicer-feed.slider button.slick-prev:hover {
  opacity: 0.7;
  background: transparent url(../images/arrow-left.svg) no-repeat center center !important;
}

html body .juicer-feed.slider button.slick-next:hover {
  opacity: 0.7;
  background: transparent url(../images/arrow-right.svg) no-repeat center center !important;
}

.search-section {
  padding: 100px 20px 100px;
  background: rgba(225, 184, 127, 0.2) url(../images/tree-line-pattern.png) center center repeat;
}

.search-section .container-fluid {
  max-width: 970px;
}

.search-section .search-wrapper,
.search-section .search-result-wrapper {
  background-color: #fff;
}

.search-section .search-wrapper {
  padding: 60px 100px 60px;
}

.search-section .search-result-wrapper {
  border-top: 1px solid rgba(70, 70, 70, 0.5);
  padding: 60px 70px 40px;
}

.search-section .search-wrapper h2 {
  text-align: center;
  margin-bottom: 25px;
}

.search-section .search-wrapper .site-search-form {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.search-section .search-wrapper .site-search-form label {
  margin-bottom: 11px;
  width: 100%;
  letter-spacing: 0.3px;
}

.search-section .search-wrapper .site-search-form input[type="search"] {
  background-color: #fff;
  border: 1px solid #A6631B !important;
  border-radius: 0;
  color: #352A22 !important;
  width: calc(100% - 75px);
  padding: 15px;
  box-shadow: none !important;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-section .search-wrapper .site-search-form input[type="search"]::placeholder {
  color: rgba(53, 42, 34, 0.5);
}

.search-wrapper .site-search-form input[type="submit"] {
  width: 75px;
  transition: all 0.3s;
}

.search-wrapper .search-suggetions {
  padding-top: 29px;
}

.search-wrapper .search-suggetions p {
  margin-bottom: 13px;
  letter-spacing: 0.3px;
}

.search-wrapper .search-suggetions .suggestions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.search-wrapper .search-suggetions .suggestions-list li {
  color: #A6631B;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  cursor: pointer;
  letter-spacing: 0.3px;

}

.search-wrapper .search-suggetions .suggestions-list li:hover {
  color: #352A22;
  text-decoration: underline;
}

.search-result-wrapper h2 {
  text-align: center;
}

.search-result-wrapper h2 {
  text-align: center;
}

.search-result-wrapper .search-results-list-wrapper {
  margin-top: 42px;
}

.search-result-wrapper .search-results-list-wrapper ul {
  list-style: none;
}

.search-result-wrapper .search-results-list-wrapper ul li {
  border-top: 1px solid rgba(70, 70, 70, 0.5);
  padding: 29px 0 27px;
}

.search-result-wrapper .search-results-list-wrapper ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.search-result-wrapper .search-results-list-wrapper ul li h3 {
  margin-bottom: 16px;
}

.search-result-wrapper .search-results-list-wrapper ul li h3 a {
  text-decoration: none;
  color: #352A22;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.search-result-wrapper .search-results-list-wrapper ul li h3 a:hover {
  text-decoration: underline;
}

.load-more-result-wrapper {
  text-align: center;
  padding-top: 10px;
}

.search-result-wrapper .search-results-list-wrapper ul li p {
  margin-bottom: 0px;
}

.search-result-wrapper .search-results-list-wrapper .read-more {
  margin-top: 25px
}

.yaamava-accordions-section {
  padding: 100px 0px;
}

.yaamava-accordions-section .row {
  padding: 0 15px;
}

.yaamava-accordions-content {
  padding: 60px 100px;
  background: #FFFAF1 url(../images/events-list-bg-tree.svg) right -150px top -40px no-repeat;
  background-size: auto 372px;
}

.yaamava-accordions-content .yaamava-accordion-block {
  border-top: 1px solid rgba(132, 105, 84, 0.5);
}

.yaamava-accordions-content .yaamava-accordion-block h4 {
  padding: 15px 40px 13px 0;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
}

.yaamava-accordions-content h4.active {
  color: #a6631b;
}

.yaamava-accordions-content .yaamava-accordion-block:last-child {
  border-bottom: 1px solid rgba(132, 105, 84, 0.5);
}

.yaamava-accordions-content .yaamava-accordion-content {
  /* padding: 15px 0px; */
  display: none;
}

.yaamava-accordions-content .yaamava-accordion-content ol li,
.yaamava-accordions-content .yaamava-accordion-content ul li{
  font-size: 1em !important;
  line-height: 1.25 !important;
}
.yaamava-accordions-content .yaamava-accordion-content ol li::before,
.yaamava-accordions-content .yaamava-accordion-content ul li::before{
	top: 7px !important;
}
.yaamava-accordions-content .yaamava-accordion {
  position: relative;
}

.yaamava-accordions-content .yaamava-accordion:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #846854;
}

.yaamava-accordions-content .yaamava-accordion:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #846854;
  transform: rotate(-90deg);
  transition: all 0.2s;
}

.yaamava-accordions-content h4.active:after {
  background-color: #a6631b;
}

.yaamava-accordions-content .yaamava-accordion.active:after {
  transform: rotate(0deg);
}

.yaamava-accordion-heading-wrapper {
  text-align: center;
}

.yaamava-accordion-wrapper {
  margin-top: 45px;
}

.inner-page-hero-section a,
.inner-page-hero-section button {
  margin-top: 20px;
}

.counter-mobile-title {
  display: none;
}

.get-social-section p>br:first-child {
  display: none;
}


/* ========================  CLUB SERRANO PAGES CODE  ======================= */

/* ============  HOME PAGE CODE  =========== */

.hero-wrpper {
  background: url('../images/hero.jpg') center no-repeat;
  height: 280px;
  background-size: cover;
  position: relative;
}

.hero-wrpper .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}

.hero-wrpper .container:before {
  content: '';
  position: absolute;
  background: url('../images/hero-after-tree.svg') center no-repeat;
  width: 372px;
  height: 100%;
  left: -158px;
  top: 0;
  opacity: 0.2;
  z-index: 2;
}

.hero-wrpper:after {
  background-image: linear-gradient(245deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 100%) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
}

.full-width-content {
  padding: 37px 0;
}

.full-width-content .container {
  max-width: 790px;
  text-align: center;
}

.full-width-content h2 {
  margin: 0 0 19px 0;
  color: #352a22;
  text-transform: uppercase;
}

.full-width-content *:last-child {
  margin-bottom: 0 !important;
}

.resort-form-block-section .simple-content-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.resort-form-block-section .container-fluid {
  max-width: 800px;
}

.resort-form-block-section h2 {
  margin-bottom: 24px;
}

.resort-form-block-section .block-content {
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  padding: 60px 65px;
}

.resort-form-block-section form {
  display: flex;
  flex-wrap: wrap;
}

.resort-form-block-section .block-content h3 {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px;
}

.resort-form-block-section .js-form-item {
  margin-bottom: 16px !important;
  padding: 0 15px !important;
  width: 100%;
}

.resort-form-block-section .form-actions {
  text-align: center;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0 !important;
}

.resort-form-block-section label {
  font-size: 1em;
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 8px;
}

.resort-form-block-section .js-form-item-first-name,
.resort-form-block-section .js-form-item-last-name {
  width: 50%;
}

.resort-form-block-section .form-required::after {
  display: none
}

.full-width-content .content p {
  margin: 0 0 15px 0;
}

.full-width-content .content p:last-child {
  margin: 0;
}

.classic-section {
  background: #fffaf1;
  position: relative;
  overflow: hidden;
  padding: 57px 0 60px 0;
}

.classic-section::after {
  content: '';
  position: absolute;
  background: url(../images/brown-tree-full.svg) right bottom no-repeat;
  background-size: contain;
  width: 500px;
  height: 935px;
  right: 0;
  bottom: -23px;
  z-index: 1;
  /* opacity: 0.1; */
}

.classic-section .container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 15px;
}

.classic-block {
  padding-right: 20px;
  border-right: 1px solid #836855;
  width: calc(100% - 334px);
}

.classic-block h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #836855;
  margin: 0 0 28px 0;
  position: relative;
  z-index: 1;
}

.classic-block p {
  margin: 0 0 18px 0;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #352a22;
}

.serano-img {
  margin-bottom: -20px;
  max-width: 458px;
  margin-top: -40px;
}

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

.slot-points {
  display: flex;
}

.slot-points .point {
  flex: 52%;
}

.slot-points .point h6 {
  margin: 0 0 13px 0;
  color: #352a22;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slot-points .point h2 {
  margin: 0;
  color: #836855;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 60px;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tier-points-block {
  padding-left: 29px;
  padding-top: 22px;
  width: 334px;
}

.tier-points-block .points h6 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #352a22;
  font-size: 18px;
}

.tier-points-block .points .h1 {
  font-size: 70px;
  line-height: 80px;
  color: #836855;
  margin: 0;
  letter-spacing: 0;
}

.tier-points-block .points:not(:last-child) {
  padding-bottom: 33px;
  margin-bottom: 40px;
  border-bottom: 1px solid #836855;
}

.slot-points .point:not(:first-child) {
  border-left: 1px solid #836855;
  padding-left: 50px;
}

.progress {
  height: 30px;
  background-color: #E1B87F;
  border-radius: 0;
  margin: 0 0 15px 0;
}

.progress-bar {
  border-radius: 0;
  background-color: #A6631B;
}

.progress-values {
  display: flex;
  justify-content: space-between
}

.progress-values h5 {
  margin: 0;
  color: #352a22;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-transform: uppercase;
}

.progress-wrapper {
  margin: 0 0 25px 0;
}

.valid-date {
  margin: 0;
  color: #836855;
}

.view-more-btn .btn {
  text-transform: uppercase;
}

.offers-section h2 {
  margin: 0 0 19px 0;
  text-align: center;
  color: #352a22;
  text-transform: uppercase;
}

.offers-section .row {
  margin: 0 -15px;
  justify-content: center;
}

.offers-section .offers-card {
  padding-bottom: 37px;
}

.club-card-img {
  background-color: #A6631B;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
  height: 220px;
}

.club-card-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.3);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

.club-card-img:hover:after {
  opacity: 1;
}

.offers-card .club-card-img img {
  object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  height: 100%;
}

.club-card-body {
  background-color: #fffaf1;
  padding: 20px 20px 28px 20px;
}

.club-card-body h3 {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
}

.club-card-body h3 a {
  text-decoration: none;
  color: #352a22;
}

.club-card-body h3 a:hover {
  text-decoration: underline;
}

.club-card-body .price-tag {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #a6631b;
  padding-bottom: 16px;
  display: block;
}

.club-card-body .content {
  padding-bottom: 16px;
}

.club-card-body .content p:last-child {
  margin: 0;
}

.club-card-body .read-more {
  margin-bottom: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.view-more-btn {
  display: flex;
  justify-content: center;
}

.offers-section {
  padding: 56px 0 60px 0;
}

/* =============  Profile page ==============*/

.profile-wrapper {
  padding: 57px 0 25px 0;
  background: #fffaf1;
  position: relative;
  overflow: hidden;
}
.win-loss-wrapper{
    background: #fff;
}
.profile-info-box {
    background: #ffff;
    height: 100%;
    padding: 20px 10px;
}
.profile-wrapper::after {
  content: '';
  position: absolute;
  background: url(../images/brown-tree-full.svg) right bottom no-repeat;
  background-size: contain;
  width: 500px;
  height: 630px;
  right: 0;
  bottom: -23px;
  z-index: 1;
}

.profile-wrapper .container {
  position: relative;
  z-index: 2;
}

.profile-desc {
  padding-bottom: 56px;
}

.profile-desc .container {
  max-width: 760px;
  text-align: center;
  padding: 0;
}

.profile-desc h2 {
  margin: 0px 0 19px 0;
  text-transform: uppercase;
  color: #352A22;
}

.profile-desc .content p:last-child {
  margin: 0;
}

.profile-desc .content p {
  margin: 0 0 15px 0;
  color: #352A22;
}
.profile-section .row{
    background-color: #fff;
}
.profile-section .col-sm-6 {
  padding-bottom: 37px;
  width: 50%;
}

.profile-section h3 {
  color: #836855;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.06em;
}

.profile-section .col-sm-6 h5 {
  color: #a56223;
  margin: 0 0 8px 0;
}

.profile-section .col-sm-6 p {
  margin: 0;
  color: #352A22;
  letter-spacing: 0.04em;
}

.profile-section .col-sm-6 address {
  margin: 0;
  color: #352A22;
  letter-spacing: 0.04em;
}

.profile-section .col-sm-6:nth-child(even) {
  padding-left: 15px
}

/* =============  FAQ ==============*/

.club-serrano-faq-accordions .faq-title {
  text-align: center;
}

.club-serrano-faq-accordions .faq-title h2 {
  margin-bottom: 0;
}

.club-serrano-faq-accordions .yaamava-accordions-content {
  margin-top: 45px;
}

.club-serrano-faq-accordions .yaamava-accordions-content .yaamava-accordion-wrapper {
  margin-top: 0;
}

/* ============= Win/Loss ==============*/

.win-loss-section .container {
  padding: 0;
  max-width: 630px;
  text-align: center;
}

.win-loss-section p {
  margin: 0;
  color: #352A22;
}

.print-pdf {
  padding: 51px 80px 49px 80px;
  margin-bottom: 37px;
  background: #F9F1E6 url('../images/tree-pattern.png') repeat center;
}

.print-pdf form {
  display: flex;
  position: relative;
}

.print-pdf form input[type=submit] {
  text-transform: uppercase;
  width: 229px;
}

.print-pdf form select {
  color: #352A22;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  outline: none;
  padding: 14px 25px 15px 21px;
  border-radius: 0;
  appearance: none;
  background: #FFFFFF url('../images/dropdown-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  height: 60px;
  cursor: pointer;
}

.print-pdf form select option {
  padding: 10px 0;
  display: block;
  cursor: pointer;

}

.s-hidden {
  display: none !important;
}

.print-pdf .select {
  width: 100%;
  position: relative;
}

.print-pdf .styledSelect {
  position: relative;
  border: none;
  outline: none;
  padding: 17px 45px 15px 21px;
  border-radius: 0;
  appearance: none;
  background: #FFFFFF;
  height: 60px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.print-pdf .styledSelect span {
  color: #352A22;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}

.print-pdf ul.options {
  display: none;
  width: 100%;
  position: absolute;
  overflow: auto;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  z-index: 11;
  padding-left: 0;
  width: 100%;
  top: 60px;
  margin: 0;
  border-top: 1px solid #f9f1e6;
}

.select-dropdown {
  position: relative;
  width: 100%;
}

.print-pdf ul.options li {
  color: #352A22;
  font-size: 18px;
  margin: 0;
  padding-left: 0;
  cursor: pointer;
  padding: 12px 12px 12px 21px;
  border-bottom: 1px solid #f9f1e6;
  text-align: left;
}

.print-pdf ul.options li:hover,
.print-pdf ul.options li.active-item {
  background-color: #f9f1e6;
}

.print-pdf ul.options li::before {
  display: none;
}

.styledSelect span::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  background-size: contain;
  background: url(../images/dropdown-arrow.svg) no-repeat center;
  right: 16px;
  top: 25px;
}

.styledSelect.active span::after {
  transform: rotate(180deg);
}

.win-loss-wrapper {
  padding: 98px 0 98px 0;
}

.win-loss-wrapper .profile-desc {
  padding-bottom: 35px;
}

/* ============= OFFERS PAGE CODE ==============*/

.desc-section .container {
  max-width: 518px;
  text-align: center;
  padding: 0;
}

.desc-section h3 {
  margin: 0px 0 19px 0;
  font-weight: 500;
}

.desc-section .content p {
  margin: 0 0 15px 0;
  color: #352A22;
}

.desc-section .content p:last-child {
  margin: 0;
}

.desc-section {
  padding-bottom: 56px;
}

.tab-toggle-icon:before {
  content: '';
  position: absolute;
  top: -8px;
  right: 14px;
  background: #836855;
  width: 2px;
  height: 18px;
  z-index: 1;
}

.tab-toggle-icon:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 6px;
  background: #836855;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 2px;
}

.offers-tabs {
  background: #fffaf1 url('../images/brown-tree-half.svg') right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 39px 30px 34px 30px;
  margin-bottom: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offers-tabs ul {
  display: flex;
  margin: 0;
  border: 0;
  margin-bottom: 0 !important;
}

.offers-tabs ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 0 !important;
}

.offers-tabs ul li:before {
  display: none;
}

.offers-tabs ul li span {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #A6631B;
  margin: 0 45px 0 41px;
  border: none;
  display: inline-block;
  padding: 10px 14px 10px 20px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.offers-tabs ul li.active span {
  background: #A6631B;
  color: var(--white-color) !important;
}

.offers-tabs ul li.active span,
.offers-tabs ul li.active span:focus,
.offers-tabs ul li.active span:hover {
  background: #A6631B;
  color: var(--white-color) !important;
  border: none;
  border-radius: 0;
}

.offers-tabs ul li span:hover {
  color: #836855;
  background-color: transparent;
  border: none;
}

.offers-tabs ul li+li {
  border-left: 1px solid rgb(132 104 84 / 50%);
}

.offers-section .tab-content {
  display: none;
}

.tab-content .tab-link {
  font-size: 18px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #836855;
  padding: 16px 15px 16px 15px;
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: none;
}

.tab-content .tab-link:hover {
  color: #fff;
}

.tab-content.active {
  display: block;
}

.tab-content .tab-link {
  display: none;
}

.tab-content .tab-link:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 14px;
  height: 8px;
  background: url(../images/dropdown-arrow-white.svg) no-repeat center center;
}

.tab-content.active>.tab-link:after {
  transform: rotate(180deg);
}

.record-not-found {
  padding: 0 15px;
  max-width: 770px;
  margin: 0 auto;
}

.cocktail-reserve-table-section {
  padding-bottom: 100px;
}

.cocktail-reserve-table-section .reserve-table-left {
  padding-top: 100px;
  width: calc(100% - 415px);
  padding-right: 60px
}

.plate-image-wrapper {
  padding-bottom: 30px;
}

.reserve-table-left p {
  margin-top: 24px;
  margin-bottom: 0;
}

.cocktail-reserve-table-section .reserve-table-aside {
  background: #fffaf1 url(../images/tree-line-pattern.png) center center repeat;
  width: 400px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-right: 15px;
}

.reserve-table-aside .reserve-aside-content {
  border: 1px solid #A6631B;
  padding: 30px;
  height: 100%;
}

.reserve-aside-content .reserve-button-wrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #A6631B;
}

.reserve-aside-content .reserve-table-time-data {
  padding-top: 30px;
}

.reserve-aside-content .reserve-table-time-data ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reserve-aside-content .reserve-table-time-data ul li {
  display: block;
  margin-top: 24px;
  padding-left: 40px;
}

.reserve-aside-content .reserve-table-time-data ul li:first-child {
  margin-top: 0;
}

.reserve-table-time-data ul li .table-data-title {
  font-weight: 700;
  color: #A6631B;
  display: block;
  position: relative;
}

.reserve-table-time-data ul li span a,
.reserve-table-time-data ul li span {
  color: #352A22;
  text-decoration: none;
  font-weight: 400;
}

.reserve-table-time-data ul li span a:hover {
  text-decoration: underline;
}

.table-data-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
  height: 24px;
  background: url(../images/time-icon.svg) center center no-repeat;
  background-size: contain;
}

.table-data-title.reserve-location:after {
  background: url(../images/location-pin-icon.svg) center center no-repeat;
}

.table-data-title.reserve-phone:after {
  background: url(../images/telephone-icon.svg) center center no-repeat;
}

.table-data-title.reserve-chef:after {
  background: url(../images/chef-hat-icon.svg) center center no-repeat;
}

.table-data-title.reserve-resident:after {
  background: url(../images/resident-user-icon.svg) center center no-repeat;
}

.award-wining {
  background: #fffaf1 url(../images/tree-line-pattern.png) center center repeat;
  padding: 149px 0 100px 0;
}
.page-node-4596 .award-wining{
  padding-top: 0 !important;
}
.award-wining-content-wrapper {
  text-align: center;
}

.award-wining-image-wrapper {
  padding-right: 56px;
}

.award-wining-content-wrapper {
  display: flex;
  align-items: center;
}

.award-wining-content-wrapper .award-wining-content-icon {
  margin-bottom: 30px;
}

.award-wining-content-wrapper h2 {
  padding-bottom: 21px;
  position: relative;
}

.award-wining-content-wrapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #A6631B;
  width: 200px;
  height: 1px;
}

.award-wining-content-wrapper p {
  margin-top: 20px;
  margin-bottom: 0;
}

.slots-image-gallery {
  padding-top: 0 !important;
}

.slots-image-gallery .recurring-events-list-content {
  margin-top: 0;
  padding-bottom: 0
}

#block-sanmanuel-content .card-body ul:not([class]) li {
  padding-left: 22px;
}

#block-sanmanuel-content .card-body ul:not([class]) {
  margin-bottom: 0;
}

#block-sanmanuel-content .card-body ul:not([class]) li:last-child {
  margin-bottom: 0;
}

.sslots-box .card-body {
  padding: 30px;
}

.nextwin-section {
  padding: 100px 0 68px;
  background: #fff url(../images/brown-tree-half.svg) no-repeat right center;
}

.nextwin-section h2 {
  color: #352A22;
  text-transform: uppercase;
  margin: 0 0 60px;
}

.thumbnail-next-win {
  height: 290px;
  background-color: #ccc;
  background-image: url(../images/hero-image--main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#block-sanmanuel-content .card-body ul:not([class]) li:before {
  background: url(../images/heart_icon.svg) no-repeat center center;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 7px;
  left: 0;
}

.next-post-content {
	padding: 12px 0 0;
}

.next-post-content h5,
.next-post-content h4 {
  font-size: 1em;
  line-height: 1.625;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: #352A22;
  letter-spacing: 0;
  font-weight: 600;
}
.next-post-content .promo_sub_hd p{
  font-size: 1em;
  line-height: 1.625;
  text-transform: uppercase;
  margin: 0 0 4px;
  color: #352A22;
  letter-spacing: 0;
  font-weight: 600;
}
.next-win-post:not(:first-child) .promo_sub_hd p{
color: #352A22;
letter-spacing: 0;
font-weight: 600;
font-size: 12px;
}
.next-post-content h3 {
  color: #A6631B;
  margin: 0 0 6px;
  letter-spacing: 0.04em;
}

.next-post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 56px;
  margin-bottom: 0;
}

.next-win-post:not(:first-child) {
  width: calc(50% - 15px);
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.next-win-post:nth-child(even) {
  margin-right: 30px;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed.club-logged-in{
    margin-left: 0 !important;
}
.next-win-post:not(:first-child) .next-post-content {
  position: absolute;
  top: 0;
  padding: 16px;
  background: #FFFAF1 url(../images/brown-tree-half.svg) right center no-repeat;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  background-size: 100px;
}

.next-win-post:not(:first-child):hover .next-post-content {
  opacity: 1;
}

.next-win-post:not(:first-child) h5,.next-win-post:not(:first-child) h4 {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 8px;
}
.news_card_description{
  margin-bottom: 30px;
}
.next-win-post:not(:first-child) h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 9px;
  letter-spacing: 0.04em;
}

.next-win-post:not(:first-child) h3 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-win-post:not(:first-child) p {
  max-height: 78px;
  -webkit-line-clamp: 3;
}

.next-win-post:not(:first-child) .thumbnail-next-win {
  height: 200px;
}

.post-right-block {
  display: flex;
  flex-wrap: wrap;
}

.post-right-block .next-win-post {
  margin: 0 0 32px;
}

.post-right-block .next-win-post:nth-child(even) {
  margin-left: auto;
}

.nextwin-section .read-more {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.03em;
  top: 10px;
}

.next-swiper-wrapper {
  position: relative;
  margin: 0 -56px;
  padding: 0 56px;
}

.next-win-slider-button-next {
  right: 0;
  padding: 0;
  background: url(../images/slider-right-arrow.svg) no-repeat right center;
  margin-top: -45px;
}

.next-win-slider-button-prev {
  left: 0;
  padding: 0;
  background: url(../images/slider-left-arrow.svg) no-repeat left center;
  margin-top: -45px;
}

.next-win-slider-button-next:after,
.next-win-slider-button-prev:after {
  display: none;
}

.next-win-post:first-child {
  padding-right: 70px;
}

.tab-block-section {
  background: #fff;
  padding: 100px 0;
  position: relative;
}

.tab-block-section .simple-cta-button-wrapper {
  margin: 0;
}

.tab-block-section h2 {
  text-transform: uppercase;
  margin: 0 0 25px;
}

.hero-text {
  margin-bottom: 59px;
}

.hero-text *:last-child {
  margin-bottom: 0;
}

.tab-inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.tab-sidebar {
  width: 535px;
  padding-top: 1px;
  margin-left: auto;
}

.tab-trigger-content {
  display: none;
  padding-top: 14px;
}

.tab-trigger {
  cursor: pointer;
  padding: 29px 35px 29px 110px;
  position: relative;
}

.nextwin-section .container-fluid {
  position: relative;
}

.read-more-wrapper {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

.tab-trigger:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #A6631B;
  right: 30px;
  left: 110px;
  opacity: .3;
}

.tab-trigger h3 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #A6631B;
}

.tab-trigger.active h3,
.tab-trigger:hover h3 {
  color: #352A22;
}

.tab-trigger-content p {
  margin: 0 0 22px;
  font-weight: 400;
}

.tab-trigger-content h6 {
  text-transform: uppercase;
}

.tab-trigger-content p.slot-info {
  font-size: 12px;
  line-height: 22px;
}

.tab-trigger::before {
  content: '';
  height: 100%;
  width: 160px;
  background: url(../images/half-tree.svg) no-repeat right center;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-trigger>* {
  position: relative;
  z-index: 1;
}

.tab-trigger:not(.active)::before {
  display: none;
}

.tab-trigger.active {
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
  background: #FFFAF1;
  z-index: 1;
  margin-top: -1px;
  letter-spacing: 0.04em;
}

.tab-content-wrapper {
  width: calc(100% - 535px);
  max-width: 62.84722%;
}

.tab-content-wrapper .tab-content {
  height: 100%;
}

.tab-content-wrapper .open-gallery {
  min-height: 660px;
  width: calc(100% - 135px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.tab-content-wrapper .swiper-container {
  height: 100%;
}

.tab-content-wrapper .tab-content:not(.active) {
  display: none;
}

.tab-content-wrapper .tab-content.active {
  animation: faded 0.4s linear;
}

.slider-caption {
  width: 50%;
  margin: 0 auto;
  padding: 49px 100px;
  position: relative;
  width: calc(50% + 50px);
  z-index: 9;
}
[about="/casino"] .slider-inner .swiper-container{
    height: 50vh;
}

.slider-caption h5 {
  color: #FFFFFF;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.slider-caption p {
  color: #FFFFFF;
  margin: 0 0 22px;
}

.slider-caption .read-more {
  color: #fff;
}

.slider-caption .swiper-button-next {
  right: -52px;
}

.slider-caption .swiper-button-prev {
  left: -30px;
}

@keyframes faded {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab-trigger.active:after {
  display: none;
}

.tab-content-wrapper .swiper-button-next,
.paragraph--type--hero-video-sliders .swiper-button-next  {
  margin-right: 20px;
  background: url(../images/arrow-right.svg) no-repeat left center;
  width: 86px;
  height: 106px;
  --swiper-navigation-size: 106px;
}

.tab-content-wrapper .swiper-button-prev,
.paragraph--type--hero-video-sliders .swiper-button-prev {
  margin-right: 20px;
  background: url(../images/arrow-left.svg) no-repeat left center;
  width: 86px;
  height: 106px;
  --swiper-navigation-size: 106px;
  /* left: -30px; */
}

.paragraph--type--hero-video-sliders .swiper-button-next,
.paragraph--type--hero-video-sliders .swiper-button-prev{
  display: none;
}
.swiper-container:not(.swiper-initialized) .swiper-button-next,
.swiper-container:not(.swiper-initialized) .swiper-button-prev{
  display: none;
}
.tab-content-wrapper .swiper-button-next::after {
  visibility: hidden;
}

.close-x {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/popup-close.svg) no-repeat center center;
  width: 128px;
  height: 128px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-x:hover {
  opacity: .8;
}

.num-of-slide {
  width: calc(50% + 50px);
  margin: 0 auto 16px;
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: 160%;
}

.swiper-button-disabled {
  display: none;
}

.bet-wrapper {
  background: #FFFAF1;
}

.bet-wrapper .container-fluid {
  max-width: 1286px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0 24px 23px;
  overflow-x: hidden;
}

.bet-wrapper h3,
.bet-wrapper h4 {
  width: 182px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: -1px 0 0;
}

.bet-slider-block {
  width: calc(100% - 182px);
  padding-left: 52px;
  padding-right: 52px;
  position: relative;
}

.bet-button-next {
  position: absolute;
  top: 50%;
  background-image: url(../images/arrow-bet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 32px;
  right: 15px;
  margin-top: 0;
  z-index: 12;
}

.bet-button-prev {
  position: absolute;
  top: 50%;
  background-image: url(../images/arrow-bet-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 32px;
  left: 0;
  margin-top: 0;
  z-index: 12;
}

.bet-slider h5 {
  font-size: 14px;
  line-height: 1.6;
  color: #846854;
  text-transform: uppercase;
  margin: 0 -21px 6px 0px;
  letter-spacing: 0px;
}

.promo-slider-wrapper .promo-text-hero h2 {
  margin-bottom: 24px;
}

.promo-text-hero {
  margin-bottom: 50px;
  max-width: 900px;
  width: 100%;
}

.slide-number {
  color: #464646;
  font-size: 28px;
  line-height: 34px;
  padding: 13px 7px 11px 9px;
  background: #fff;
  border: 1px solid rgba(166, 99, 27, 0.4);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

.propotion-description:last-child {
  margin-bottom: 0;
}

.slide-number span {
  display: inline-block;
  width: 28px;
}

.bet-slider .swiper-slide {
  width: auto;
}

.slide-number span:not(.dollar-sign)+span {
  border-left: 1px solid rgba(166, 99, 27, .4);
}

.dollar-sign {
  color: #B98C24;
}

.dot {
  color: #464646;
  opacity: .8;
}

.dot~span {
  color: #464646;
  opacity: .8;
}

.slider-inner .swiper-container {
  z-index: auto;
  height: 50vh;
}

.tab-content-wrapper .swiper-button-prev::after {
  visibility: hidden;
}

.tab-inner {
  max-width: 100%;
  position: relative;
}

.event-by-vanue-section {
  padding: 80px 0;
  background: #FFFAF1 url(../images/tree-line-pattern.png);
}

.event-by-vanue-section h2 {
  margin: 0 0 61px;
  text-transform: uppercase;
}

.tabs-events-triger-wrapper {
  position: relative;
  padding-right: 100px;
}

.tabs-events-triger .swiper-slide {
  padding: 20px;
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  color: #A6631B;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s linear;
}

.tabs-events-triger .swiper-slide.is-active {
  background: #fff;
  color: #000000;
}

.events-tab-inner:not(.is-show) {
  display: none;
}

.is-show {
  animation: faded 0.4s linear;
}

.event-slider .swiper-slide {
  width: 270px;
  margin-right: 30px;
}

.event-thumbnail {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.event-content {
  padding: 16px 0 0;
}

.event-content h6 {
  font-size: 18px;
}

.event-content h6 a {
  text-decoration: none;
}

.event-content h6 a:hover {
  text-decoration: underline;
}

.event-meta {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.featured-events .swiper-button-next,
.featured-events .swiper-button-prev {
  margin-top: -46px;
}

.event-content h5 {
  color: #A6631B;
  margin: 0 0 6px;
  font-weight: 600;
}

.event-content p {
  color: #846854;
  margin: 0;
  font-size: 1em;
  line-height: 1.625;
}

.events-tab-content {
  padding: 59px 0;
  background: #fff;
}

.event-slider {
  padding: 0 100px;
  position: relative;
}

.event-slider:not(.slide-start)::after {
  width: 160px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 10;
}

.event-slider:not(.slide-end)::before {
  width: 160px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 10;
}

.event-slider .swiper-button-prev,
.event-slider .swiper-button-next {
  z-index: 12;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 2px solid #A6631B;
  background: #fff;
  border-radius: 50%;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.event-slider .swiper-button-prev:after,
.event-slider .swiper-button-next:after {
  visibility: hidden;
}

.event-slider .swiper-button-prev {
  background-image: url(../images/arrow-bet-left.svg);
  left: 13px;
  top: 80px;
}

.event-slider .swiper-button-next {
  background-image: url(../images/arrow-bet.svg);
  right: 13px;
  top: 80px;
}

.event-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-top: 39px;
}

.event-slider .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 0;
  background: #352A22;
  opacity: .3;
  transition: all 0.3s linear;
  margin: 0 8px;
}

.event-slider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background-color: #A6631B;
}

.event-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 139px;
  opacity: 1;
  background-color: #A6631B;
}

.tabs-events-triger-wrapper .swiper-button-prev {
  background: url(../images/arrow-bet-left.svg) no-repeat center center;
  left: 10px;
  z-index: 12;
}

.tabs-events-triger-wrapper .swiper-button-next {
  background: url(../images/arrow-bet.svg) no-repeat center center;
  right: 28px;
  z-index: 12;
}

.tabs-events-triger .swiper-button-prev:after,
.tabs-events-triger .swiper-button-next:after {
  visibility: hidden;
}

.tabs-events-triger:not(.slide-start)::after{
	width: 170px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(270deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	background: linear-gradient(270deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	z-index: 10;
}
.tabs-events-triger:not(.slide-end)::before{
	width: 170px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(90deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	background: linear-gradient(90deg, rgba(255,250,241,0) 0%, rgba(255,250,241,1) 50%, rgba(255,250,241,1) 100%);
	z-index: 10;
}
.feature-event-section {
  padding: 80px 0;
}

.feature-event-section h2 {
  margin: 0 0 60px;
  text-transform: uppercase;
}

.post-block {
  display: flex;
  height: auto;
}

.event-thumbnail-slide {
  width: 59.8295%;
}

.event-thumbnail-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.feature-event-content {
  background: #FFFAF1;
  padding: 57px 70px 57px;
  width: 40.1705%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-event-content h2 {
  margin: 0 0 7px;
  font-weight: 600;
  color: #A6631B;
}

.feature-event-content .use-meta {
  font-weight: normal;
  font-size: 1em;
  line-height: 160%;
  color: #846854;
  display: block;
  margin: 0 0 18px;
}

.post-meta {
  font-weight: 600;
  font-size: 1em;
  color: #352A22;
  line-height: 160%;
  text-transform: uppercase;
}

.post-meta span {
  display: block;
  margin-top: 9px;
}

.feature-event-content .read-more {
  margin-top: 74px;
}
.featured-events {
  padding: 0 56px;
  position: relative;
  margin: 0 -56px;
}

.scroll-circle {
  background: #FFFFFF url(../images/scroll-arrow.svg) no-repeat center 20px;
  border: 2px solid #A6631B;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -28px;
  border-radius: 50%;
  cursor: pointer;
}

body .juicer-feed.slider .slick-prev {
  background: url(../images/arrow-left.svg) no-repeat center center;
  left: 50px;
}

body .juicer-feed.slider .slick-arrow::before {
  visibility: hidden;
}

body .juicer-feed.slider .slick-next {
  background: url(../images/arrow-right.svg) no-repeat center center;
  right: 50px;
}

.green_pattern {
  background-color: #fff;
  background-image: linear-gradient(180deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 0%) 100%), url(../images/tree-filled-green-pattern.png);
  background-repeat: repeat;
    background-size: 100% 100%, auto;
	background-position: 0 0;
}
.yellow_solid_color{
	background: #FFFAF1;
}
.yellow_pattern_half{
	background: #fff url(../images/brown-tree-half.svg) no-repeat right top;
	background-size: auto;
}
.green_pattern_half{
	background: #F2F5EC url(../images/green-tree-half.svg) right top no-repeat;
	background-size: auto;
}
.background_none{
	background: none !important;
}
.yellow_pattern{
  background: #FFFAF1 url(../images/tree-line-pattern.png) center center repeat;
  background-size: auto;
}
.slot-text-content {
  text-align: center;
  width: 650px;
  margin: 0 auto 20px;
  max-width: 100%;
}

.slot-text-content+.slots-box {
  margin-bottom: 20px;
}
.green_solid_color{
	background: #F2F5EC;
}
.green_pattern_half h2,
.green_pattern_half p,
.green_solid_color h2,
.green_solid_color p,
.green_pattern h2,
.green_pattern p {
  color: rgba(72, 80, 35, 0.8) !important;
  font-weight: 500;
}
.green_pattern_half h2,
.green_solid_color h2,
.green_pattern h2 {
  font-weight: 400;
}

.next-win-slider-bullets {
  margin-top: 10px;
}

.simple-cta-button-wrapper a, .simple-cta-button-wrapper button {
  background: var(--button-bg);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  padding: 17px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid var(--button-bg);
  text-transform: uppercase;
  display: inline-block;
  max-width: calc(50% - 30px);
}

.simple-cta-button-wrapper a:only-child {
  max-width: calc(100% - 30px);
}

.simple-cta-button-wrapper a:after {
  content: '';
  width: 232px;
  max-width: 100%;
  display: block;
}

.simple-cta-button-wrapper a:hover {
  background: none;
  color: var(--button-bg);
}

.simple-cta-button-wrapper a+a, .simple-cta-button-wrapper a+button, .simple-cta-button-wrapper button+button {
  background: none;
  color: var(--button-bg);
}

.simple-cta-button-wrapper a+a:hover, .simple-cta-button-wrapper a+button:hover, .simple-cta-button-wrapper button+button:hover {
  background: var(--button-bg);
  color: #fff;

}

.hero-inner {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.hero-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0001) 100%);
  opacity: 0.2;
}

.entertainment-block {
  background: rgba(225, 184, 127, 0.2) url(../images/tree-line-pattern.png) center center repeat;
}

.entertainer-wrapper {
  width: 100%;
  position: relative;
}

.entertainer-wrapper .swiper-container {
  height: calc(288px * 2);
  width: 100% !important;
}

.entertainer-wrapper .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.entertainer-wrapper .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.entertainer-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.scu-slide-of {
  position: absolute;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 160%;
  /* identical to box height, or 26px */
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 16px;
  bottom: auto;
  width: auto;
  left: auto;
  z-index: 12;
}

.entertainment-block .container-fluid {
  background: #fff;
  min-height: 400px;
  padding: 0;
  max-width: 1170px;
  margin-top: -94px;
  position: relative;
  z-index: 1;
  padding-bottom: 23px;
  width: calc(100% - 30px);
}

.entertainment-block .container-fluid .row {
  margin: 0;
}

.gallery-slider:after {
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.gallery-slider::before {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.gallery-slider:after,
.gallery-slider::before {
  content: '';
  width: 170px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.enertainment-text-block {
  padding: 38px 15px 39px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.enertainment-text-block h1 {
  color: #A6631B;
  margin: 0;
}

.enertainment-text-block h2 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.333333;
}

.enertainment-text-block p {
  margin: 0;
}

.share-links {
  text-align: center;
  padding-bottom: 45px;
}

.share-links h5 {
  text-transform: uppercase;
  margin: 0 0 7px;
  font-size: 1em;
  letter-spacing: 0;
}

.share-links li {
  display: inline-block;
  vertical-align: top;
  padding-right: 13px !important;
  padding-left: 13px !important;
  margin-bottom: 0 !important;
}

.share-links li a {
  background-repeat: no-repeat;
  background-position: center bottom;
  vertical-align: top;

}

.share-links li:before {
  display: none;
}

.share-links li.fbicon a {
  width: 17px;
  height: 30px;
  display: inline-block;
  background-image: url(../images/fbicon-dark.svg);
}

.share-links li.twticon a {
  width: 32px;
  height: 30px;
  display: inline-block;
  transition: all 0.3s;
  background-image: url(../images/twticon-dark.svg);
}

.share-links li.twticon a:hover,
.share-links li.fbicon a:hover {
  opacity: 0.7;
}

.time-date {
  text-align: center;
  padding: 0 15px 72px;
}

.time-date h2 {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.meta-sep {
  background: #352A22;
  opacity: 0.8;
  height: 26px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.time-date .meta>span {
  display: block;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.gallery-slider {
  padding: 0 200px;
  position: relative;
}

.gallery-slider .swiper-slide {
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.swiper-next-circle {
  right: 56px;
}

.swiper-prev-circle {
  left: 56px;
}

.swiper-next-circle,
.swiper-prev-circle {
  z-index: 12;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 1px solid #A6631B;
  background-color: #fff;
  border-radius: 50%;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-no-slide {
  text-align: center;
  font-weight: 700;
  margin-top: 14px;
}

.vanue-details {
  padding: 55px 53px 0;
}

.vanue-details h2 {
  text-align: center;
  margin: 0 0 32px;
  text-transform: uppercase;
}

.vanue-text-block {
  display: flex;
}

.vanue-thumbnail {
  width: 370px;
}

.vanue-location-text {
  width: calc(100% - 400px);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.vanue-text-half {
  width: 60.376%;
  padding-right: 29px;
  padding-top: 5px;
}

.vanue-text-half+.vanue-text-half {
  width: 39.024%;
  padding-right: 8px;
  padding-top: 0;
}

.vanue-location-text h5 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0;
}

.vanue-location-text p {
  margin-bottom: 31px;
}

.vanue-location-text p small,
.vanue-location-text h6 {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.map-text::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/map-icon.svg) no-repeat center center;
  vertical-align: middle;
  margin-right: 12px;
}

.accessibilty::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/accessibility-icon.svg) no-repeat center center;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px;

}

.related-posts {
  padding: 43px 53px 12px;
  text-align: center;
}

.related-posts h2 {
  margin: 0 0 44px;
  text-transform: uppercase;
}

.related-post-wrapper {
  display: flex;
}

.related-post {
  width: calc(50% - 15px);
  background: #FFFFFF;
  border: 1px solid #A6631B;
  padding: 0 16.5px 0px;
  padding-bottom: 88px;
  position: relative;
}

.related-post-thumbnail {
  background-size: cover;
  background-position: center center;
  height: 214px;
  margin: 0 -16.5px 34px;
}

.related-post .btn {
  padding: 15px 30px;
  letter-spacing: 0;
  font-size: 1em;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.related-post .btn::after {
  width: 202px;
}
.footer-logo {
  background-color: #352A22;
}
.related-posts h3 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 160%;
  padding-bottom: 21px;
  margin-bottom: 28px;
  border-bottom: 1px solid #B17637;
  letter-spacing: 0;
}

.relate-post-content {
  margin-bottom: 35px;
}

.related-posts h3 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  margin-top: -3px;
}

.related-post+.related-post {
  margin-left: 30px;
}

.vanue-location-text p.map-text {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 32px;
}

.vanue-location-text p.map-text a {
  text-decoration: none;
}

.vanue-location-text p.map-text a:hover {
  text-decoration: underline;
}

.vanue-location-text h5~h5 {
  margin: 0;
}

.vanue-location-text p:not(.map-text)~p {
  margin-bottom: 22px;
}

.enjoy-more-posts h3 {
  margin-bottom: 35px;
}

.hero-inner-page .container-fluid {
  position: relative;
}

.book-cta {
  position: absolute;
  top: 0;
  right: 115px;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #A6631B;
  padding: 53px 30px 30px;
  border-top: 0;
  width: 270px;
  min-height: 312px;
  display: flex;
  flex-direction: column;
}

.book-cta h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #A6631B;
  margin: 0 0 10px 0;
  letter-spacing: 0.06em;
}

.ticket-meta {
  margin-bottom: 20px;
}

.ticket-meta p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.ticket-btm {
  margin-top: auto;
  text-align: center;
}

.book-cta .btn {
  height: 54px;
  padding: 15px 30px;
  font-size: 1em;
  margin-top: auto;
}

.ticket-meta p+p {
  margin-top: 6px;
}

.ticket-btm h5 {
  font-size: 1em;
  text-transform: uppercase;
  color: #A6631B;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.002em;
  margin: 0 0 6px;
}

.ticket-btm p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 0.002em;
}

.ticket-btm p a {
  color: inherit;
  text-decoration: none;
}

.ticket-btm p a:hover {
  text-decoration: underline;
}

.promotion-section {
  background: url(../images/promotion-bg.webp) no-repeat center center;
  background-size: cover;
  padding-top: 276px;
}

.promo-slider-wrapper {
  margin-left: calc(50% - 385px);
  background: #FFFAF1;
  padding: 60px 0 60px 70px;
}

.promo-slider-wrapper h2 {
  margin: 0 30px 32px 0;
  text-transform: uppercase;
}

.promo-slider-wrapper .bullets-controls {
  margin-top: 55px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.bet-slider-block:not(.slider-reached-end)::before {
  content: '';
  width: 170px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 102%;
  background: rgb(255, 250, 241);
  background: -moz-linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  z-index: 11;
}

.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.3s ease;
}

.bet-slider-block:not(.slider-reached-start)::after {
  content: '';
  width: 170px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 102%;
  background: rgb(255, 250, 241);
  background: -moz-linear-gradient(90deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  z-index: 11;
}
.footer-logo .field__item:first-child{
  display: block;
  width: 100%;
  text-align: center;
}
.region-footer-logo .field__items{
  flex-wrap: wrap;
}
.view-more-button {
  width: 400px;
}

.contact-form {
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 20%);
  padding: 60px 65px;
}

.contact-form .mktoForm .mktoRequiredField label.mktoLabel {
  padding: 0;
  font-weight: 400;
}

.promo-slider .swiper-slide {
  background: #fff;
  max-width: 370px;
  margin-right: 30px;
}

.promotion-thumbnail {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promotion-content {
  padding: 20px 20px 18px;
  min-height: 285px;
}

.promotion-content h4 {
  font-weight: 600;
  color: #A6631B;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.promotion-content h4 a {
  font-weight: inherit;
  text-decoration: none;
  display: block;
}

.promotion-content h4 a:hover {
  text-decoration: underline;
}

[about="/spa"] .entertainer-bar{
    padding: 0;
    height: 0;
    background: none;
    position: static;
    transform: none;
}
[about="/spa"] .entertainer-bar .entertainer-slider-title{
    display: none;
}
[about="/spa"] .entertainer-bar .swiper-button-next{
	background: url(../images/slider-right-arrow-white.svg) no-repeat center center;
}
[about="/spa"] .entertainer-bar .swiper-button-prev{
	background: url(../images/slider-left-arrow-white.svg) no-repeat center center;
}
[about="/spa"] .simple-cta-section .col-xs-12{
  display: flex;
  flex-direction: column;
}
[about="/spa"] .simple-cta-section .simple-cta-section-content{
  order: -1;
  margin-bottom: 40px;
}
[about="/spa"] .simple-cta-section .media_video_box {
  margin: 0;
}
[about="/spa"] .recurring-events-list-content{
  background: none;
}
.promotion-content h5{
  text-transform: uppercase;
  margin-top: -10px;
}
.promotion-content h5 ~ ul{
  margin-bottom: 0;
}
.propotion-description {
  margin-bottom: 38px;
}

.promo-slider.slide-start::before {
  width: 245px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 250, 241, 0) 0%, rgba(255, 250, 241, 0.5) 25%, rgba(255, 250, 241, 0.8) 50%, rgba(255, 250, 241, 0.95) 75%, #FFFAF1 100%);
  z-index: 10;
}

.promo-slider.slide-end::after {
  width: 245px;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 250, 241, 0) 0%, rgba(255, 250, 241, 0.5) 25%, rgba(255, 250, 241, 0.8) 50%, rgba(255, 250, 241, 0.95) 75%, #FFFAF1 100%);
  z-index: 10;
}

.promo-slider .swiper-button-next {
  right: 45px;
  z-index: 12;
}

.promo-slider .swiper-button-prev {
  left: 45px;
  z-index: 12;
}

.casino-post {
  display: flex;
  width: 581px;
  background: #FFFFFF;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
}

.casino-post-content {
  margin-left: 35%;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#block-sanmanuel-content .casino-post-content ul:not([class]) li::before {
  content: '';
  width: 5px;
  height: 8px;
  background: url(../images/list-type.png);
  top: 9px;
}

.casino-cards {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.casino-cards img {
  filter: drop-shadow(-8px 10px 22px rgba(0, 0, 0, 0.25));
}

.casino-post-content h3 {
  margin: 0;
}

.casino-post-content h2 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
  color: #A6631B;
  letter-spacing: 0;
  margin-top: 1px;
}

.casino-post-content ul {
  margin: 21px 0 0 !important;
}

.casino-post-content h2 span {
  font-size: 18px;
}

#block-sanmanuel-content .casino-post-content ul:not([class]) li {
  font-size: 1em;
}

.drink-slider-outer {
  padding: 0 20px;
}

.swiper-controls {
  width: 400px;
  height: 30px;
  position: relative;
  margin: 0 auto 36px;
}

.casino-slider .swiper-pagination {
  margin-top: 0px;
  bottom: 0;
  margin-bottom: 20px;
  width: auto;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.casino-slider .swiper-controls {
  margin-top: 70px;
  /* position: absolute; */
  margin-bottom: -17px;
  /* padding-bottom: 20px; */
}

.drink-slider-wrapper {
  padding: 106px 0 100px;
}

.drink-text {
  text-align: center;
  margin-bottom: 60px;
}

.drink-text h2 {
  text-transform: uppercase;
  margin: 0 0 24px;
}

.drink-post {
  padding-bottom: 28px
}

.drink-post-description {
  background: url(../images/tree-line-pattern.png);
}

.drink-slider {
  max-width: 1030px;
  margin: 0 auto;
}

.drink-post {
  position: relative
}

.drink-post-description {
  min-height: 468px;
  display: flex;
  align-content: center;
  padding: 44px 40px 40px 193px;
  flex-direction: column;
  justify-content: center;
  margin-left: calc(50% - 37px);
  text-align: left;
}

.drink-post-description h3 {
  font-weight: 400;
  margin: 0 0 16px;
}

.drink-post-content p {
  margin-bottom: 10px;
}

.drink-post-content {
  margin-bottom: 10px;
  text-align: left;
}

.drink-post-thumbnail {
  position: absolute;
  top: 56px;
  bottom: 0;
  width: calc(50% + 115px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.drink-slider-outer {
  position: relative;
}

.drink-slider-outer .swiper-button-prev {
  left: -6px;
  margin-top: -73px;
}

.drink-slider-outer .swiper-button-next {
  right: -6px;
  margin-top: -73px;
}

.drink-slider-wrapper {
  text-align: center;
}

.drink-slider-wrapper .btn {
  margin-top: 50px;
}

.drink-slider-wrapper .swiper-pagination {
  margin-top: 30px;
}

.newsletter-form-bar form.mktoForm {
  width: 100% !important;
  max-width: 100%;
}

.newsletter-form-bar fieldset .mktoFormRow .mktoFormCol {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 2px;
}

.contact-form fieldset .mktoFormRow .mktoFormCol:only-child {
  width: 98% !important;
}

.newsletter-form-bar .mktoForm label.mktoLabel {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.mktoForm .mktoRequiredField label.mktoLabel,
body .mktoForm label.mktoLabel {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em !important;
  line-height: 1.625 !important;
  color: var(--body-bg);
  font-weight: 400;
}

body .mktoForm input[type=checkbox]+label:before,
body .mktoForm input[type=radio]+label:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -0.6em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #ccced2;
  top: 11px;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  background: #fff;
}

.newsletter-form-bar .mktoForm fieldset .mktoFormRow:first-of-type {
  width: 66.766667% !important;
}

.newsletter-form-bar .mktoForm fieldset .mktoFormRow:nth-child(4) {
  display: none !important;
}

.newsletter-form-bar .mktoForm fieldset .mktoFormRow:nth-child(5) {
  display: none !important;
}

.newsletter-form-bar .mktoForm>div.mktoFormRow+.mktoFormRow {
  display: none !important;
}

.newsletter-form-bar .mktoForm fieldset>div.mktoFormRow+div.mktoFormRow .mktoFormCol:first-child {
  display: none;
}

.newsletter-form-bar .mktoFormRow {
  width: 71.7% !important;
}

.newsletter-form-bar form.mktoForm {
  display: flex;
}

.newsletter-form-bar .mktoButtonRow {
  width: 28.3% !important;
  margin: 0 !important;
  padding-left: 2px;
}

.newsletter-form-bar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.newsletter-form-bar .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  margin-top: 0 !important;
  height: 60px;
  background: var(--button-bg) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0.04em;
  line-height: 22px !important;
  text-align: center;
  color: var(--white-color);
  padding: 17px !important;
  border-radius: 0 !important;
  text-decoration: none;
  border: 2px solid var(--button-bg) !important;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
}

.newsletter-form-bar .mktoFormRow fieldset.mktoFormCol {
  display: flex;
}

.newsletter-form-bar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.newsletter-form-bar .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  background: var(--white-color) !important;
  color: var(--button-bg) !important;
  opacity: 1 !important;
}

.newsletter-form-bar .mktoForm input[type=url],
.newsletter-form-bar .mktoForm input[type=text],
.newsletter-form-bar .mktoForm input[type=date],
.newsletter-form-bar .mktoForm input[type=tel],
.newsletter-form-bar .mktoForm input[type=email],
.newsletter-form-bar .mktoForm input[type=number],
.newsletter-form-bar .mktoForm textarea.mktoField,
.newsletter-form-bar .mktoForm select.mktoField {
  display: block;
  height: 60px !important;
  border: 1px solid #FFFAF1 !important;
  background-color: transparent;
  padding: 15px !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 1em !important;
  line-height: 19.5px !important;
  font-weight: 400 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

#block-sanmanuel-content .newsletter-form-bar input[type=url],
#block-sanmanuel-content .newsletter-form-bar input[type=text],
#block-sanmanuel-content .newsletter-form-bar input[type=date],
#block-sanmanuel-content .newsletter-form-bar input[type=tel],
#block-sanmanuel-content .newsletter-form-bar input[type=email],
#block-sanmanuel-content .newsletter-form-bar input[type=number],
#block-sanmanuel-content .newsletter-form-bar textarea.mktoField,
#block-sanmanuel-content .newsletter-form-bar select.mktoField {
  display: block;
  height: 60px !important;
  border: 1px solid #FFFAF1 !important;
  background-color: transparent;
  padding: 15px !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 1em !important;
  line-height: 19.5px !important;
  font-weight: 400 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.newsletter-form-bar .mktoForm ::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

.newsletter-form-bar .mktoFormRow+.mktoFormRow {
  width: 33.233333% !important;
  padding: 0 0px;
}

.newsletter-form-bar .mktoFormRow+.mktoFormRow .mktoFormCol {
  width: 100% !important;
}

.propotion-bullets {
  margin-top: 0;
}

.tab-block-section.casino-tab-block-section {
  padding-bottom: 0;
}

.submenu-bar {
  position: sticky;
  top: 125px;
  background: #fff;
  width: 100%;
  z-index: 12;
}

.submenu-bar .container-fluid {
  display: flex;
  align-items: center;
  min-height: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1270px;
}

.menubar {
  list-style: none;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.menubar .swiper-wrapper{
    width: auto;
    max-width: 100%;
    margin: auto;
}

.pf-slider .promotion-box {
  width: 100%;
  margin: 0;
}

.submenu-bar .btn {
  padding: 9px;
  width: 209px;
  margin-left: auto;
}

.club-serrano-sub-nav {
  background: #fffaf1;
  border-bottom: 1px solid #decdb6;
}

.club-serrano-sub-nav .container-fluid {
  justify-content: center;
}

.submenu-bar h5 {
  margin: 0 30px 0 0;
  font-size: 1em;
  color: rgba(132, 104, 84, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.menubar li a {
  text-decoration: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 160%;
  /* or 26px */

  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  color: #846854;
  margin-right: 30px;
}

.menubar li.active a,
.page-node-4571 .menubar li:nth-child(1) a,
.page-node-4566 .menubar li:nth-child(2) a,
.page-node-4576 .menubar li:nth-child(3) a,
.page-node-4581 .menubar li:nth-child(4) a,
.page-node-4586 .menubar li:nth-child(5) a,
.page-node-4591 .menubar li:nth-child(6) a,
.menubar li:hover a {
  color: #464646;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-underline-offset: 7px;
}

.club-serrano-sub-nav .swiper-slide {
  width: auto;
  margin-right: 22px;
}

.menubar .swiper-slide a {
  text-decoration: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 160%;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #846854;
  padding: 5px 0;
  display: inline-block;
}

.menubar .swiper-slide.active a,
.page-node-4571 .menubar .swiper-slide:nth-child(1) a,
.page-node-4566 .menubar .swiper-slide:nth-child(2) a,
.page-node-4576 .menubar .swiper-slide:nth-child(3) a,
.page-node-4581 .menubar .swiper-slide:nth-child(4) a,
.page-node-4586 .menubar .swiper-slide:nth-child(5) a,
.page-node-4591 .menubar .swiper-slide:nth-child(6) a,
.menubar .swiper-slide:hover a {
  color: #464646;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position: under;
  text-underline-offset: 7px;
}

.menubar {
  margin: 0 auto;
}

.submenu-bar:not(.is-ended):after {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 102%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 11;
  content: '';
}

.submenu-bar:not(.is-started):before {
  width: 120px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 102%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 11;
  content: '';
}

.submenu-bar .swiper-button-prev {
  z-index: 12;
  left: 10px;
}

.submenu-bar .swiper-button-next {
  z-index: 12;
  right: 10px;
}

.entertainer-bar {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translatex(-50%);
  margin: 0 auto;
  background: #fff;
  width: 680px;
  display: flex;
  justify-content: center;
  padding: 32px 60px;
  z-index: 2;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  max-width: calc(100%)
}

.entertainer-slider-title {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}

.entertainer-slider-title h3 {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.entertainer-slider-title p{
	margin: 0;

}
.entertainer-slider-title img {
  margin-right: 16px;
}
.entertainer-slider-title img:only-child{
	margin-right: 0;
}
.entertainer-bar .swiper-button-next {
  right: 30px;
}

.entertainer-bar .swiper-button-prev {
  left: 30px;
}

.best-exp-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.best-exp-section h2 {
  text-align: center;
  margin-bottom: 60px;
}

.daily-wrapper {
  width: 100%;
  position: relative;
}
.daily-wrapper-5 {
  width: 100%;
  position: relative;
}

.daily-wrapper-5 .swiper-slide {
  height: auto;
  width: 20%;
}

.daily-wrapper-5 .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.daily-wrapper .swiper-slide {
  height: auto;
  width: 33.33333%;
}

.daily-wrapper .swiper-slide img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.tab-slider {
  padding: 40px;
  background: #FFFAF1;
}

.slide-trigger {
  padding: 7px 15px;
  color: #A6631B;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.25;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.02em;
}

.slide-trigger:hover,
.slide-trigger.active {
  background: #A6631B;
  color: #fff;
}

.tab-slider .swiper-slide {
  padding: 0 25px;
  border-left: 1px solid #a66318;
  width: auto;
}

.tab-slider .swiper-slide:first-child {
  padding-left: 0;
  border-left: 0;
}

.tab-slider .swiper-slide:last-child {
  padding-right: 0;
}

.tab-info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-info h3 {
  text-transform: uppercase;
  color: #A6631B;
  margin: 0 0 8px;
}

.tab-info p {
  margin: 0;
}

.tab-flex {
  margin: -13px -13px 0;
  display: flex;
  flex-wrap: wrap;
}

.price-info-box {
  width: calc(33.3333% - 30px);
  margin: 13px;
  background: #FFFAF1;
  padding: 20px;
  position: relative;
}

.price-info-box h4 {
  margin: 0 97px 15px 0;
}

.price-info-box p {
  margin: 0;
}

.price-game {
  position: absolute;
  right: 20px;
  top: 18px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
  color: #A6631B;

}

.tab-holder {
  display: none;
}

.tab-holder.active {
  display: block;
}

.tab-slider:not(.is-ended):after {
  width: 170px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 102%;
  background: rgb(255, 250, 241);
  background: -moz-linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  background: linear-gradient(270deg, rgba(255, 250, 241, 1) 30%, rgba(255, 250, 241, 0) 100%);
  z-index: 11;
  content: '';
  pointer-events: none;
}

.tab-slider:not(.is-started):before {
  width: 170px;
  position: absolute;
  top: 0;
  left: 0px;
  height: 102%;
  background: rgb(255, 250, 241);
  background: -moz-linear-gradient(90deg, rgba(255, 250, 241, 1) 0%, rgba(255, 250, 241, 0) 70%);
  background: -webkit-linear-gradient(90deg, rgba(255, 250, 241, 1) 0%, rgba(255, 250, 241, 0) 70%);
  background: linear-gradient(90deg, rgba(255, 250, 241, 1) 0%, rgba(255, 250, 241, 0) 70%);
  z-index: 11;
  content: '';
  pointer-events: none;
}

.tab-slider .swiper-button-next {
  z-index: 12;
  right: 14px;
}

.tab-slider .swiper-button-prev {
  z-index: 12;
  left: 14px;
}

.reserve-button-wrapper .sr-sm {
  background: var(--button-bg) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0.04em !important;
  line-height: 22px !important;
  text-align: center !important;
  color: var(--white-color) !important;
  padding: 17px !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  border: 2px solid var(--button-bg) !important;
  text-transform: uppercase !important;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  transition: all 0.3s ease;
  overflow: visible !important;
}
body #ot-sdk-btn-floating.ot-floating-button{
	cursor: auto;
}
.reserve-button-wrapper .sr-sm:hover {
  border-color: var(--button-bg) !important;
  background-color: var(--white-bg) !important;
  color: var(--button-bg) !important;

}

.reserve-button-wrapper .sr-sm i {
  display: none !important;
}

.reserve-button-wrapper .sr-sm span {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: inherit !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

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

form.mktoForm,
.mktoForm {
  width: 100% !important;
  max-width: 100% !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1em !important;
  line-height: 1.625 !important;
  color: var(--body-bg);
}

#block-sanmanuel-content input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]),
#block-sanmanuel-content select,
#block-sanmanuel-content textarea {
  display: block;
  height: 60px !important;
  border: 1px solid #a6631b !important;
  background-color: transparent;
  padding: 15px !important;
  border-radius: 0;
  color: #000 !important;
  font-size: 1em !important;
  line-height: 1.725 !important;
  font-weight: 400 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
#join-the-club .mktoButton{
  margin-top: 40px !important;
}
#block-sanmanuel-content textarea#ID_COMMENTS{
    height: 150px !important;
}
.styledSelect {
  display: block;
  height: 60px !important;
  border: 1px solid #a6631b !important;
  background-color: transparent;
  padding: 15px !important;
  border-radius: 0;
  color: #000 !important;
  font-size: 1em !important;
  line-height: 1.725 !important;
  font-weight: 400 !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]) {
  width: 100% !important;
}
[tabindex="0"]:focus-visible,
.newsletter-form-bar .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .newsletter-form-bar .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus-visible, .mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]):focus-visible {
    outline: 1px solid #000 !important;
    border-color: #000 !important;
    border-top-color: rgb(0, 0, 0) !important;
    border-right-color: rgb(0, 0, 0) !important;
    border-bottom-color: rgb(0, 0, 0) !important;
    border-left-color: rgb(0, 0, 0) !important;
}
#block-sanmanuel-content .mktoForm .mktoInvalid:not(input[type="radio"]):not(input[type="checkbox"]) {
  border: 1px solid #ff0000 !important;
}
.select {
  position: relative;
}

.mktoForm .mktoField .options {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  background: #fff;
  list-style: none;
  z-index: 1;
  border-top: 0;
  max-height: 250px;
  overflow: auto;
}

.mktoForm .mktoField .options li {
  padding: 10px 15px;
  cursor: pointer;
}

.mktoForm .mktoField .options li:hover,
.mktoForm .mktoField .options li.active {
  background: #ccc;
  color: #fff;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  margin-top: 0 !important;
  height: 60px;
  background: var(--button-bg) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0.04em;
  line-height: 22px !important;
  text-align: center;
  color: var(--white-color) !important;
  padding: 17px !important;
  border-radius: 0 !important;
  text-decoration: none;
  border: 2px solid var(--button-bg) !important;
  text-transform: uppercase;
  max-width: 100%;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  background: var(--white-color) !important;
  color: var(--button-bg) !important;
}

.contact-form {
  margin-bottom: 60px;
}

.mktoForm .mktoField .options li[rel=""] {
  display: none
}

.mktoForm .mktoField .options {
  display: none;
}

.conditions-text-wrapper {
  display: none;
}

.conditions-text-wrapper.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  z-index: 1004;
  display: block;
  overflow: auto;
}

.conditions-text-wrapper.active .conditions-text {
  width: 500px;
  display: inline-block;
  background: #fffaf1;
  padding: 40px;
  vertical-align: middle;
  text-align: left;
  position: relative;
  max-width: 100%;
}

.close-text {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.conditions-text-wrapper.active:before {
  content: '';
  width: 4px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -9px;
}

.conditions-text p:last-child {
  margin-bottom: 0;
}

.close-text:before,
.close-text:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 15px;
  left: 0;
  transform: rotate(45deg);
}

.close-text:after {

  transform: rotate(-45deg);
}

.hero-with-detail .container-fluid h1 {
  width: auto;
  max-width: none;
  font-size: 56px;
  letter-spacing: 0.06em;
  line-height: 140%;
  font-family: 'yaamava_custom_fontregular';
  font-weight: 400;
}

.hero-with-detail p {
  color: #fff;
  font-size: 28px;
  line-height: 1.28571;
  padding-top: 5px;
  font-weight: 500;
}

.hero-with-detail p+p {
  padding-top: 0;
}

.hero-with-detail p:last-child {
  margin-bottom: 0;
}

.vip-primary {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 43px;
}

.vip-primary h1,
.vip-primary h2,
.vip-primary h3,
.vip-primary h4,
.vip-primary h5,
.vip-primary h6 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.general-widget.promo-box {
  display: none;
}

/*
.single_promotion_page .general-wrapper .col-md-8 {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px
}

.single_promotion_page .general-widget{
    padding: 20px;
}
.single_promotion_page .general-widget + .general-widget {
    margin-top: 0px;
}
.single_promotion_page .nested_links_list{
    display: none;
}
.single_promotion_page .general-wrapper .general-aside{
    width: 100%;
    background-color: #fffaf1;
}
.single_promotion_page .general-link-widget h3{
    display: inline-block;
    margin-bottom: 0;
}
.single_promotion_page .general-link-widget .link-nav{
    display: inline-block;
    margin-left: 15px;
}
.single_promotion_page .general-wrapper .general-aside{
    width: 100%;
    background-color: #fffaf1;
}
.promotions_hours_details{
    display: inline-block;
    width: 49%;
    text-align: center;
    position: relative;
}
.promotions_hours_details:nth-child(3)::after{
    content: "";
    width: 2px;
    height: 30px;
    background-color: #a6631b;
    position: absolute;
    left: 0px;
    top: 21px;
} */
.pf-slider-container .thumbnail img {
  height: 390px !important;
}

.m_b_40 {
  margin-bottom: 40px;
}


/* ========================  BOOKING POPUP  ======================= */

.booking-popup{
  overflow: hidden;
}

.booking-signin-popup-wrapper{
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  top: 0;
  left: 0;
}

.popup_close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
}

.popup_close:after{
  content: "";
  position: absolute;
  top: 13px;
  left: 19px;
  width: 2px;
  height: 16px;
  background-color: #a6631b;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.popup_close:before{
  content: "";
  position: absolute;
  top: 13px;
  left: 19px;
  width: 2px;
  height: 16px;
  background-color: #a6631b;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.popup_close:hover:after,
.popup_close:hover:before{
  background-color: rgba(165,100,37,0.7);
}


.booking-signin-popup-inner{
  position: absolute;
  background-color: #FFFAF1;
  background-image: url(../images/events-list-bg-tree.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: -130px -20px;
  max-width: 540px;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}

.booking-signin-popup-wrapper .or-border{
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.booking-signin-popup-wrapper .or-border span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  padding: 0 13px;
  background-color: #FFFAF1;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #352A22;
}

.booking-signin-popup-wrapper .or-border:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc9c7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

html body .user-form-login-wrapper button[type="submit"] {
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 auto;
  display: block;
}

html body .user-form-login-wrapper button[type="submit"]:after {
  content: "Sign Up or Sign In";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #a6631b;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s;
}

html body .user-form-login-wrapper button[type="submit"]:hover:after {
  background-color: #fff;
  color: #a6631b;
}

.guest-continue-wrapper {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.guest-continue-wrapper a,
.guest-continue-wrapper button {
  width: 100%;
  transition: all 0.3s;
}

.guest-continue-wrapper p {
  color: #352A22;
  font-size: 15px;
  line-height: 25.6px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0;
}

/* ========================  Yaamava Winnder page  ======================= */
.view.view-winners.view-id-winners .views-col {
  padding: 0px 1rem;
}
.view.view-winners.view-id-winners .views-row {
  padding: 30px 0px;
}
.view.view-winners.view-id-winners .read-more {
  margin-bottom: 15px;
}
.view.view-winners.view-id-winners .content {
  height: auto;
  padding: 32px 30px 29px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}


 /* ==================   Yaamava Blog Pages ==================== */

 

 /* ==================   Yaamava Blog Pages ==================== */
 .no-results{
	text-align: center;
	padding: 0 15px;
}
.entertainment-promo-filter .no-results{
    width: 100%;
    max-width: 700px;
    background: #fff;
    padding: 80px 10px;
    margin-inline: auto;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .02);
	text-align: center;

}
 h1.js-quickedit-page-title.title {
	width: 0;
	height: 0;
	color: transparent;
  }
  
  .block-views-exposed-filter-blockblog-view-page-2,
  .block-views-exposed-filter-blockblog-view-page-3{
	  margin-left: auto;
	  width: calc(50.5% - 4px);
	  display: inline-block;
	  position: relative;
	  z-index: 10;
  }
  .block-views-exposed-filter-blockblog-view-page-3{
	width: calc(49.5% - 4px);

  }
  .block-views-blockfeature-blog-block-1{
	padding-top: 20px;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .content{
	  max-width: 396px;
	  margin-left: auto;
  }
  .block-views-exposed-filter-blockblog-view-page-2 {
    padding-left: 15px;
}
  .block-views-exposed-filter-blockblog-view-page-3 .content{
	  max-width: 397px;
	  margin-right: auto;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex,
  
  .block-views-exposed-filter-blockblog-view-page-3 .d-flex{
	  display: flex;
	  flex-wrap: nowrap;
	  margin: 0;
	  padding-left: 6px;
    padding-right: 21px;
  }
  
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .js-form-item{
	padding: 0;
  }

  .block-views-exposed-filter-blockblog-view-page-3 .content .form-actions{
    display: none;
  }

  .block-views-exposed-filter-blockblog-view-page-3 .d-flex .js-form-item{
	  width: 100%;
	  padding: 0;
	  margin: 0;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .js-form-item{
	  width: calc(100% - 60px);
	  padding: 0;
	  margin: 0;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .js-form-item input{
	  height: 60px;
	  border: 1px solid #a6631b !important;
	  border-radius: 0;
	  font-size: 1em;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .js-form-item input::placeholder{
	color: #352A22	!important;
	opacity: 0.8 !important;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .form-actions{
	  padding: 0;
	  width: 60px;
	  height: 60px;
	  margin: 0;
  }
  
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .form-actions button{
		height: 60px;
		padding: 4px;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 1000px;
		position: relative;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .form-actions button:hover{
	background: var(--button-bg) !important;
  }
  .block-views-exposed-filter-blockblog-view-page-2 .d-flex .form-actions button:after{
	content: '';
	position: absolute;
    background: url(../images/search-light-white.svg) no-repeat center center;
	width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    background-size: contain;
    margin-top: -12px;
    margin-left: -12px;
}
  
  .block-views-exposed-filter-blockblog-view-page-3 .select{
	  padding: 0;
	  border: 0;
	  background-image: none;
  }
  .block-views-exposed-filter-blockblog-view-page-3 .styledSelect span::after{
	  top: 25px;
	  background: url(../images/dd-arrow-blog.svg) no-repeat center center;
	  width: 17px;
	  height: 10px;
  }
  .block-views-exposed-filter-blockblog-view-page-3 .styledSelect{
	  height: 60px !important;
	  line-height: 28px !important;
		color: #352A22;
  }
  .block-views-exposed-filter-blockblog-view-page-3 .styledSelect .text-ellipses:not(.valueAdded){
	opacity: 0.8;

  }
  .blog-page .options{
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  background-color: #fff;
	  list-style: none;
	  display: none;
  }
  .blog-page .options{
	border: 1px solid #a6631b;
	border-top: 0;
	padding: 5px 0;
  }
  .blog-page .options li{
	  padding: 10px;
	  cursor: pointer;
	  font-size: 1em;
  }
  .blog-page .options li:hover,
  .blog-page .options li.active{
	  background: #efefef;
  }
  
  .block-views-exposed-filter-blockblog-view-page-2 label,
  .block-views-exposed-filter-blockblog-view-page-3 label{
	  color: #2a2a2a;
	  display: block;
	  margin-bottom: 5px;
	  font-weight: 600;
  }
  .blog-page .inner-page-hero-section .container-fluid .row{
	min-height: 100px;
  }
  .blog-page [aria-label="breadcrumb"],
  .node--type-blog [aria-label="breadcrumb"]{
    background: #fff;
	margin-bottom: 59px;
}
.node--type-blog [aria-label="breadcrumb"]{
	margin-bottom: 0;
}
.blog-page [aria-label="breadcrumb"] .breadcrumb,

.node--type-blog [aria-label="breadcrumb"] .breadcrumb{
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0;
    max-width: 1200px;
    padding: 8px 15px;
    margin: 0 auto;
}
.blog-page [aria-label="breadcrumb"] .breadcrumb li,
.node--type-blog [aria-label="breadcrumb"] .breadcrumb li{
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 500;
font-size: 14px;
line-height: 160%;
}
.blog-page [aria-label="breadcrumb"] .breadcrumb li + li,
.node--type-blog [aria-label="breadcrumb"] .breadcrumb li + li {
    padding-left: 12px;
}
.blog-page [aria-label="breadcrumb"] .breadcrumb li a,
.node--type-blog [aria-label="breadcrumb"] .breadcrumb li a{
    text-decoration: none;
    font-weight: 500;
}

.blog-page [aria-label="breadcrumb"] .breadcrumb li a:hover,
.node--type-blog [aria-label="breadcrumb"] .breadcrumb li a:hover{
    text-decoration: underline;
}
.node--type-blog .hero-wrapper .hero-content{
	min-height: 400px;
	padding-bottom: 58px;
}
.node--type-blog .hero-wrapper .hero-content-text{
	width: 100%;
}
.node--type-blog .hero-wrapper .hero-content h1{
	text-transform: uppercase;
}
.blog-single span.topic-pipe{
	top: 2px;
}
  .blog-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    width: 100%;
}
  .blog-wrapper .view-header{
	text-align: center;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 35px;
    margin: 18px 0 0;
    text-transform: uppercase;
  }
  .block-views-blockfeature-blog-block-1 h2{
	text-align: center;
    margin: 0 0 16px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
  }
  .block-views-blockfeature-blog-block-1 .fullpost {
	padding: 60px 70px;
    background: #fff;
    height: auto;
  }
  .featured-blog-section{
	  display: flex;
	  align-items: center;
  }
  .featured-blog-section .featured-blog-contents{
	padding-left: 59px;
    width: 64%;
    padding-top: 4px;
  }
  .featured-blog-section .featured-blog-contents p.topics{
	margin-bottom: 6px;
    font-size: 8.75em;
    line-height: 1.5;
    text-transform: uppercase;
  }
  .featured-blog-contents>p:last-child{
	margin-bottom: 0;
  }
  .featured-blog-section .featured-blog-contents h2{
	text-align: left;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 9px;
    letter-spacing: 1px;
  }
  .featured-blog-section .featured-blog-contents h2 a{
	text-decoration: none;
  }
  .featured-blog-section .featured-blog-contents h2 a:hover{
	text-decoration: underline;
  }
  .feature_post_content{
	margin-bottom: 22px;
  }
  .feature_post_content p:last-child{
	margin-bottom: 0;
  }
  .featured-blog-image{
	  width: 36%;
  }
  .featured-blog-image img{
	width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 /9.9;
  }
  span.topic-pipe {
    margin: 0 12px;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: -2px;
    font-size: 18px;
}
  .block-views-blockblog-view-block-1{
	  padding-top: 34px;
  }
  .block-views-blockblog-view-block-1 h2{
	text-align: center;
    margin: 0 0 15px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
  }
  .blog-wrapper .promotions-wraper{
	margin-top: 15px;
  }
  .blog-wrapper .promotion-box span.topic-pipe{
	top: 3px;
  }
  .blog-wrapper .promotion-box .content p.topics{
	text-transform: uppercase;
    font-size: .875em;
    margin-bottom: 5px;
  }
.topics a{
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
.topics a:hover{
	text-decoration: underline;
}
.next-pagination-wrapper .next-win-slider-bullets{
    display: inline-flex;
    margin: 0;
}
.next-pagination-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 33px;
}
.sharethisicon {
  text-align: center;
  margin-bottom: 2%;
}
/* .views-col.col-1 {
  padding: 1rem;
} */

@media (max-width: 550px){
  .booking-signin-popup-wrapper {
    background-color: #FFFAF1;
    padding: 55px 0px 30px;
  }
  .booking-signin-popup-inner {
      position: static;
      max-width: 100%;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0px 15px;
      transform: none;
      text-align: center;
      overflow-y: scroll;
  }

  html body .user-form-login-wrapper button[type="submit"] {
      letter-spacing: -3px;
  }
  .view.view-winners.view-id-winners .views-col {
    width: 100% !important;
  }
  .view.view-winners.view-id-winners .views-row {
    padding: 20px 0px;
}
}
/* ----------------------------- game-boxs-cream ---------------------------- */
.vip-content-row {
  margin-bottom: 30px;
}

.vip-content-row .col-md-8 {
  padding-right: 5px;
  width: calc(100% - 400px);
}

.vip-content-row .col-md-4 {
  width: 400px;
}
.page-node-2241 .hero-section .btn{
	margin-top: 20px;
}
.vip-swiper-no-slide {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(100% - 100px);
  top: 0;
  z-index: 11;
  text-align: right;
  font-size: 1em;
  line-height: 1.625;
  padding: 22px 20px 20px 20px;
  color: #fff;
  word-spacing: -4px;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
}

.vip-slider {
  height: auto;
}

.vip-slider .swiper-next-arrow {
  top: calc(100% - 87px);
  margin: 0;
  z-index: 12;
  right: 30px;
}

.vip-slider .swiper-prev-arrow {
  top: calc(100% - 87px);
  margin: 0;
  left: auto;
  z-index: 12;
  right: 60px;
}
.content-wrapper form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.vip-slide-img {
  height: 437px;
}

.vip-slide-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.vip-slider {
  z-index: auto;
  padding-bottom: 109px;
}

.vip-slide-content {
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
  margin-right: 0;
  margin-top: -109px;
  position: relative;
  padding: 39px 20px 98px 41px;
  /* height: calc(100% - 337px); */
  min-height: calc(100% - 438px);
  z-index: 1;
}

.vip-slide-content h3 {
  color: #352A22;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  padding-right: 100px;
}

.vip-slide-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 41px;
  width: calc(100% - 85px);
}

.vip-slide-footer-left-column p {
  margin: 0 0 -7px;
  font-size: 1em;
}

.vip-slide-footer-left-column span {
  font-size: 30px;
  line-height: 1.6;
  color: #A6631B;
  font-weight: 700;
  position: relative;
}

.vip-slide-footer-left-column span sup {
  position: absolute;
  left: -15px;
  top: 14px;
  font-size: 14px;
}

.vip-slide-footer-right-column {
  padding-top: 15px;
}

.vip-slide-footer-right-column a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.vip-slide-footer-right-column a:hover {
  text-decoration: underline;
}

.small-top-bottom-space {
  padding-top: 10px;
  margin-bottom: 10px
}

.medium-top-bottom-space {
  padding-top: 20px;
  margin-bottom: 20px
}

.large-top-bottom-space {
  padding-top: 30px;
  margin-bottom: 30px
}

.line-space-style {
  border-bottom: 1px solid rgba(70, 70, 70, 0.5);
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.vip-aside {
  background: #FFFAF1 url("../images/tree-line-pattern.png") repeat 0 0;
  padding: 20px;
  min-height: 100%;
  display: flex;
}

.vip-aside-inner {
  padding: 34px 30px 33px 65px;
  border: 1px solid #A6631B;
  min-height: 100%;
  width: 100%;
}

.game-info-card:not(:last-child) {
  margin-bottom: 26px;
}

.game-info-card :is(.h4, h4) {
  font-weight: 700;
  position: relative;
  color: #A6631B;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.game-info-card :is(.h4, h4):before {
  content: '';
  display: inline-block;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -36px;
  top: -2px;
}

.game-info-card :is(.h4, h4).clock-icon:before {
  background: url("../images/time-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).cards-icon:before {
  background: url("../images/cards-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).phone-icon:before {
  background: url("../images/phone-receiver-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).profile-icon:before {
  background: url("../images/user-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).chef-icon:before {
  background: url("../images/chef-hat-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).cash-icon:before {
  background: url("../images/money-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).tier-icon:before {
  background: url("../images/tier-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).drink-icon:before {
  background: url("../images/drink-icon.svg") no-repeat 0 0;
  top: -4px;
  left: -33px;
}

.game-info-card :is(.h4, h4).dine-icon:before {
  background: url("../images/dine-icon.svg") no-repeat 0 0;
  top: -4px;
}

.game-info-card :is(.h4, h4).location-icon:before {
  background: url("../images/location-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).access-icon:before {
  background: url("../images/access-icon.svg") no-repeat center center;
}

.game-info-card :is(.h4, h4).access-icon:before {
  background: url("../images/access-icon.svg") no-repeat center center;
}
.page-node-1271 .bet-wrapper h3{
    font-size: 20px;
    line-height: 32px;
}
.game-info-card ul li {
  list-style: none;
  padding-left: 0 !important;
  font-size: 1em;
  line-height: 1.25 !important;
  margin: 0 0 9px !important;
}

.game-info-card ul li:before {
  display: none;
}

.game-info-card ul li a {
  font-weight: 700;
  color: #352A22;
}

.game-info-nav {
  margin-bottom: 0;
}

.game-info-box ul {
  margin-bottom: 0 !important;
}

.game-info-box:last-child,
.game-info-box ul li:last-child {
  margin-bottom: 0 !important;
}
.game-info-box p a{
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.game-info-box p a:hover{
  text-decoration: underline;
}
body .mktoForm .mktoError{
  z-index: 9;
}
/* --------------------------- end game-boxs-cream -------------------------- */

.simple-cta-section.cta-green-bg p {
  font-weight: 500;
}

.simple-cta-button-wrapper a.button-green {
  background: #485023;
  border-color: #485023;
}

.simple-cta-button-wrapper a.button-green:hover {
  background: var(--white-color) !important;
  border-color: #485023 !important;
  color: #485023 !important;
}
.slider-info-section .simple-cta-button-wrapper + p a[data-accordion]{
  display: inline-block;
  margin-top: 20px;
}
.simple-cta-button-wrapper + .viewCard-Btn{
    margin-top: 20px;
}
/* --------------------------- content coming soon -------------------------- */
.content-coming-soon {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 1185px);
}


/* -------------------------------------------------------------------------- */
/*                       code for general template  page                      */
/* -------------------------------------------------------------------------- */
.general-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.general-wrapper .row {
  align-items: flex-start;
}

.general-aside {
  position: sticky;
  top: 150px;
}

.general-wrapper img {
  margin-bottom: 30px;
}

.general-wrapper .col-md-8 {
  width: calc(100% - 330px);
  padding-right: 55px;
}

.general-wrapper .col-md-4 {
  width: 330px;
}

.general-widget+.general-widget {
  margin-top: 31px;
}
.book_now_popup_wraper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,.5);
  z-index: 99999999;
  display: none;
}
.book_now_popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 20px);
  background-color: #FFFAF1;
  background-image: url(../images/events-list-bg-tree.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: -130px -20px;
  max-width: 570px;
  text-align: center;
  padding: 60px;
}
.book_now_popup_close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.book_now_popup_close:after,
.book_now_popup_close:before{
  background-color: #A6631B;
  width: 2px;
  content: "";
  height: 16px;
  position: absolute;
}
.book_now_popup_close:after{
  top: 12px;
  left: 25px;
  transform: rotate(45deg);
  transform-origin: top left;
}
.book_now_popup_close:before{
  top: 13px;
  left: 14px;
  transform: rotate(-45deg);
  transform-origin: top left;
}
.general-widget.promo-box {
  padding-top: 50px;
  background-color: #ccc;
  padding: 141px 30px 40px;
  background: url("../images/sidebar-image.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.general-widget.promo-box * {
  position: relative;
}

.general-widget.promo-box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 33.85%, #000000 100%);
}

.general-widget.promo-box h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.general-widget.promo-box p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
}

.general-link-widget {
  background-color: #FFFAF1;
  padding: 26px 30px 40px;
}

.general-link-widget h3 {
  margin-bottom: 17px;
}

.general-link-widget .link-nav {
  margin: 0 0 0 3px;
}

.general-link-widget .link-nav li {
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
}

.general-link-widget .link-nav li:not(:last-child) {
  margin-bottom: 16px;
}

.general-link-widget .link-nav li a {
  text-decoration: none;
  color: #846854;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}

.general-link-widget .link-nav li a:hover {
  text-decoration: underline;
  color: #352A22;
}

.general-link-widget .link-nav li.active a {
  text-decoration: underline;
  color: #352A22;
}

.content-with-image img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.content-with-image:after {
  content: '';
  display: block;
  clear: both;
}

.general-wrapper h2 {
  margin-bottom: 25px;
}

.general-wrapper .col-md-8 h3 {
  margin-bottom: 25px;
}

.general-wrapper .col-md-8 h4 {
  margin-bottom: 10px;
}

.general-wrapper .btn {
  margin-bottom: 20px;
}

/* -------------------------------------------------------------------------- */
/*                     End code for general template  page                    */
/* -------------------------------------------------------------------------- */
.slider-info-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 119px;
}

.slider-info-section p:last-child {
  margin-bottom: 0;
}

.half-width-bg {
  /* background: rgba(225,184,127,0.2) url(../images/tree-line-pattern.png) center center repeat; */
  position: relative;
}

.half-width-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(50%);
  position: absolute;
  background: #FFFAF1 url(../images/tree-line-pattern.png) center 4px repeat;
  left: 0;
  top: 0;
}
.container-fluid.smallSize{
  max-width: 860px;
}
.simple-cta-section .simple-cta-section-content.cta-width-adj {
  max-width: 1020px;
}

.media_video_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.media_video_box .contextual-region {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.field--name-field-media-oembed-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.media_video_box {
  position: relative;
  padding-bottom: 60%;
}

.feature_media_item h4 {
  padding-top: 20px;
}

.single_promotion_page .full_wysiwg_section {
  background: #fff !important;
}

.newsSlider .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  height: auto;
}

.news-thumbnail {
  height: 240px;
}

#block-sanmanuel-content .news-thumbnail img {
  width: 350px;
  height: 250px;
  object-fit: cover;
}

.news-text {
  padding: 30px;
}

.news-text h3 {
  color: #A6631B;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.news-text h3 a {
  text-decoration: none;
}

.news-text h3 a:hover {
  text-decoration: underline;
}

.news-meta {
  color: #352A22;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
}

.news-text-box {
  margin-bottom: 30px;
}

.news-content {
  background: #fff;
  height: 100%;
}

.news-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.news-button-next {
  right: -40px;
}

.news-button-prev {
  left: -40px;
}

.exp-entertainment-section .container-fluid {
  position: relative;
}

.news-section {
  background-color: #FFFAF1;
}

.page-node-1171 .feature_media_wraper {
  background: none !important;
  position: relative;
}
.feature_media_wraper .block-content{
    text-align: center;
}

.no_top_content {
  padding-top: 0px !important;
}

.no_top_content .recurring-events-list-content {
  margin-top: 0px;

}


.notification-bar-video .container-fluid {
  max-width: 1260px;
  display: flex;
  align-items: center;
}

.notification-bar-video {
  padding: 15px 30px;
  background: #352A22;
  position: relative;
}

.notification-bar-video .x-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-top: -7px;
}

.notification-bar-video .x-btn:after {
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: -1px;
  content: '';
  transform: rotate(45deg);
}

.notification-bar-video .x-btn::before {
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: -1px;
  content: '';
  transform: rotate(-45deg);
}

.notification-bar-video .btn {
  margin-left: auto;
  min-width: 206px;
  font-size: 1em;
  padding: 13px;
  line-height: 1.5;
  position: relative;
  position: relative;
  letter-spacing: 0.02em;
  right: -5px;
}

.notification-bar-video .btn:after {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/book-now.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -3px;
  transition: opacity 0.3s linear;
}

.notification-bar-video .btn::before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/book-now-orange.svg) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 17px;
  top: 11px;
}

.notification-bar-video .btn:hover:after {
  opacity: 0;
}

.notification-bar-video p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 17px;
}

.submenu-bar-wrapper {
  height: 66px;
}

.fixed-header .submenu-bar {
  position: fixed;
}

.lp-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(26 21 17 / 90%);
  z-index: 10;
  display: none;
  z-index: 9999;
}

.lp-cross {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.lp-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
}

.lp-video-play .lp-video-popup {
  display: block;
}

.lp-video-play body {
  overflow: hidden;
}

.lp-video-frame iframe {
  width: 100%;
  height: 100%;
}

.lp-video-frame iframe {
  width: calc(177.78vh);
  height: calc(100vh);
  box-sizing: border-box;
  padding: 2.5rem 4.4444444444rem;
  margin: 0 auto;
  display: block;
}

.lp-cross {
  position: fixed;
  right: 32px;
  top: 32px;
  width: 48px;
  height: 48px;
  /* opacity: 0.3; */
  z-index: 2;
}

.lp-cross:hover {
  opacity: .9;
}

.lp-cross:before,
.lp-cross:after {
  position: absolute;
  left: 23px;
  content: ' ';
  height: 63px;
  width: 4px;
  background-color: #fff;
  top: -8px;
}

.lp-cross:before {
  transform: rotate(45deg);
}

.lp-cross:after {
  transform: rotate(-45deg);
}

.lp-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-video-frame iframe {
  position: relative;
  z-index: 1;
  background: #000;
  background-clip: content-box;
}

.lp-video-frame {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.lp-video-popup:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  vertical-align: middle;
}
[about="/food-drink"] .casual-block .swiper-pagination{
  display: none;
}
.page-node-2401 .main-menu>li>a[href="/casino"],
.page-node-321 .main-menu>li>a[href="/casino"],
.page-node-326 .main-menu>li>a[href="/casino"],
.page-node-366 .main-menu>li>a[href="/casino"],
.page-node-1256 .main-menu>li>a[href="/casino"],
.page-node-4556 .main-menu>li>a[href="/casino"],
.page-view-winners .main-menu>li>a[href="/casino"]{
  color: #464646 !important;
  text-decoration: underline !important;
  text-underline-offset: 14px;
}
.js-map-wrapper {
    width: 100%;
    max-width: 1170px;
    height: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.winner-box{
  background-color: #ffffff;
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
  padding: 0;
}
.winner-box .content {
  height: auto;
  padding: 32px 30px 29px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.winner-box .content a.title {
  text-decoration: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}
.winner-box .content p {
  margin-bottom: 19px;
}
.winner-box .content p:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.winner-box .thumbnail img{
  width: 100%;
}

.hero-slider-section .swiper-slide{
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-slider-section .swiper-slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0 0 0 / 0.3);
  z-index: 1;
}
.hero-slider-section .swiper-button-prev, .hero-slider-section .swiper-container-rtl .swiper-button-next{
  background: url(../images/slider-left-arrow-white.svg) no-repeat center center;
}
.book_now_footer_btn{
  z-index: 11 !important;
}
.hero-slider-section .swiper-button-next, .hero-slider-section .swiper-container-rtl .swiper-button-prev{
  background: url(../images/slider-right-arrow-white.svg) no-repeat center center;
}
.hero-slider-section .swiper-slide .field--type-link a:after{
  content: '';
  width: 232px;
  max-width: 100%;
  display: block;
}
.hero-slider-section .swiper-slide .field--type-link a{
  background: var(--button-bg);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  padding: 17px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid var(--button-bg);
  text-transform: uppercase;
  max-width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.hero-slider-section .swiper-slide .field--type-link a:hover{
  background: var(--white-color);
  color: var(--button-bg);
}
.hero-slider-section .swiper-slide video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view-id-entertainment_kit_file .view-content{
  max-width: 1200px;
  padding: 100px 15px;
  margin: 0 auto;
}
.view-id-entertainment_kit_file .field-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.view-id-entertainment_kit_file .field-content a{
  display: list-item;
  margin-bottom: 10px;
  padding-right: 30px;
  position: relative;
  margin-left: 15px;
}

.view-id-entertainment_kit_file .field-content a:last-child{
  margin-bottom: 0;
}
.view-id-entertainment_kit_file{
  background: #FFFAF1 url(/themes/custom/sanmanuel/images/events-list-bg-tree.svg) right -150px top -40px no-repeat;
  background-size: auto 372px;
}
.view-id-entertainment_kit_file .field-content a:after{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(/themes/custom/sanmanuel/img/download-icon.svg) center no-repeat;
  background-size: 20px 20px;
}
@media (max-aspect-ratio: 16/9) {
  .lp-video-frame iframe {
    width: calc(100vw);
    height: calc(56.25vw);
    padding: 40px;
    max-width: 1200px;
  }

  .lp-cross {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }

  .lp-cross:after,
  .lp-cross:before {
    left: 11px;
    height: 24px;
    top: 0;

    width: 2px;
  }

  .lp-video-frame iframe {
    padding: 0;
  }

  .lp-video-frame {
    margin-left: 0px;
  }
}

@media (max-width: 1260px) {
  .notification-bar-video {
    padding-left: 15px;
  }

  .notification-bar-video .container-fluid {
    padding: 0;
  }

  .notification-bar-video .x-btn {
    right: 8px;
  }
  .view-id-entertainment_kit_file .view-content{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .7;
  }
  /* div#block-exposedformblog-viewpage-2 {
    margin-left: 9%;
}
div#block-exposedformblog-viewpage-2, div#block-exposedformblog-viewpage-3 {
  display: inline-block;
  width: 44%;
  margin-top: 3%;
}
#block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-slide.fullpost.swiper-slide-active {
  padding: 0 0%;
}
#block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-button-next, #block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-button-prev {
  position: absolute;
  top: 50% !important;
  margin-right: -20%;
  margin-left: 5%;
} */

}
@media (max-width: 1024px) {
	.page-node-7156 article  .field__item .large-top-bottom-space{
		margin: 0;
	}
}
@media (max-width: 767px) {
	.page-node-2401 .large-top-bottom-space{
		padding: 0;
		margin: 0;
	}
    .next-win-post:nth-child(even){
        margin-right: 0;
    }
    .hero_video_banner{
        background: #000 url(../images/hompage-hero-backup-image-2021-09-21.png) no-repeat center center !important;
        background-size: cover !important;
    }
  .entertainer-wrapper .swiper-container:not(.swiper-grid) .swiper-slide {
    height: auto !important;
  }

  .casino-post {
    padding-top: 0;
    padding-bottom: 0;
  }
.js-map-wrapper{
height: 600px;
}
  .resort-form-block-section .block-content {
    padding: 40px 15px;
  }

  .resort-form-block-section .js-form-item-first-name,
  .resort-form-block-section .js-form-item-last-name {
    width: 100% !important;
  }

  .notification-bar-video .btn {
    width: auto;
    display: inline;
    background: none;
    padding: 0;
    border: 0;
    text-decoration: underline;
  }

  .notification-bar-video .btn:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: none;
  }

  .notification-bar-video .container-fluid {
    display: block;
  }

  .notification-bar-video .btn::before {
    display: none;
  }
  .view-id-entertainment_kit_file .view-content{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* div#block-exposedformblog-viewpage-2 {
    margin-left: 9%;
}
div#block-exposedformblog-viewpage-2, div#block-exposedformblog-viewpage-3 {
  display: inline-block;
  width: 44%;
  margin-top: 3%;
}
#block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-slide.fullpost.swiper-slide-active {
  padding: 0 0%;
}
#block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-button-next, #block-views-block-feature-blog-block-1 .next-swiper-wrapper .swiper-button-prev {
  position: absolute;
  top: 50% !important;
  margin-right: -20%;
  margin-left: 5%;
} */


}

.no_bottom_spacing.vip-slide-content {
  padding-bottom: 30px
}

/* max-1310 files */
@media screen and (max-width: 1310px) {
  .next-win-slider-button-next {
    right: 0;
  }

  .next-win-slider-button-prev {
    left: 0;
  }

  .next-swiper-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured-events {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-event-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-dining .dining-content {
    margin-left: 0;
  }

  .rewards-section .simple-cta-button-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}



/* max-1210 files */
@media (max-width:1240px) {
  .main-menu li a {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main-menu li {
    font-size: 14px;
  }

  .logo {
    width: 175px;
  }
}




/* max-1200 files */
@media screen and (max-width: 1200px) {
  .dine-section .dine-block:nth-child(odd) .dine-images{
    margin-left: auto;
  }
  .dine-section .dine-block .dine-content{
    width: 56%;
  }
  .more-events-link-wrapper .read-more span {
    display: block !important;
  }

  .tab-sidebar {
    width: 425px;
  }

  .tab-content-wrapper {
    max-width: none;
    width: calc(100% - 425px);
  }

  .tab-content-wrapper .open-gallery {
    width: calc(100% - 60px);
  }

  .tab-content-wrapper .swiper-button-prev {
    margin-right: 0;
    left: 0;
    width: 60px;
    background-size: contain;
  }

  .tab-content-wrapper .swiper-button-next {
    margin-right: 0;
    right: 0;
    width: 60px;
    background-size: contain;
  }

  .feature-event-content {
    background: #FFFAF1;
    padding: 57px 21px 57px;
    width: 40.1705%;
  }

  .casino-cards {
    transform: translate(-30%, -50%);
    width: 250px;
  }

  /***********
    Club Serrano Page Styling
    ************/

  .rewards-section .rewards-Box .rewards-list {
    padding-left: 15px;
  }

  /*
      team spirit section
      */
  .team-spirit .teams-row {
    margin-top: 50px;
    margin-left: 0;
  }

  .team-spirit .teams-box {
    padding-left: 0;
  }

  .team-spirit .team-cardImg {
    margin-top: 0;
    margin-left: 0;
  }

  /***********
      Resort Page
      ************/

  .discover-room .dr-box {
    align-items: center;
  }

  .discover-room .dr-box .dr-info {
    padding-left: 30px;
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }

  /***********
          Food-drink Page Styling
      ************/

  /*
      casual dining section
      */
  .casual-block .cd-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .casual-block .cd-slider .cd-post {
    margin-left: 0;
    height: auto;
  }


  .casual-block .cd-slider .cd-post .cd-content {
    padding-left: 102px;
    padding-right: 41px;
    margin-left: -82px !important;
    margin-top: -50px;
  }
  .cd-post .cd-thumbnail {
    width: calc(50% + 45px);
  }
  .dine-section .dine-block:nth-child(odd) .dine-images,
  .dine-section .dine-block:nth-child(even) .dine-images {
    padding-left: 0;
    padding-right: 0;
  }

  .dine-section .dine-block .dine-content,
  .dine-section .dine-block:nth-child(even) .dine-content {
    padding: 33px 25px 18px 30px;
  }

  .dine-section .dine-content .simple-cta-button-wrapper a,
  .dine-section .dine-block:nth-child(even) .simple-cta-button-wrapper a {
    padding-left: 17px;
    padding-right: 17px;
  }

  /*
      Quick Bite Section
      */

  .bites-block .qb-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bites-block .qb-slider .cd-post {
    margin-right: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bites-block .qb-slider .cd-post .cd-content {
    margin-right: -28px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 50px 20px 50px 35px;
  }

  .fix-marg {
    margin-left: auto;
    margin-right: auto;
  }

  /***********
     Stay Page
   ************/
  /*
   Suite Section
   */
  .suite-box .suite-content {
    padding-left: 30px;
    padding-right: 15px;
  }
}




/* max-1120 files */
@media (max-width:1130px) {
  .main-menu li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .main-menu li{
    font-size: 13px;
  }
}





/* min-1025 files */
@media screen and (min-width: 1025px) {

  .casino-post {
    height: auto;
  }
  .submenu-bar:not(.is-ended):after{
      display: none;
  }
  .tab-sidebar .swiper-button-next,
  .tab-sidebar .swiper-button-prev {
    display: none;
  }

  .next-win-slider .swiper-slide:nth-child(odd) .next-win-post:first-child {
    padding-left: 70px;
    padding-right: 0;
    float: right;
    margin-bottom: 30px;
  }

  .next-win-slider .next-win-post:nth-child(even) {
    margin-right: 30px;
  }

  .next-win-slider .swiper-slide:after {
    clear: both;
  }

  .next-win-post:first-child {
    width: 44.28%;
    float: left;
  }

  .next-win-post:not(:first-child) {
    width: calc(27.86% - 15px);
    float: left;
    margin-bottom: 30px;
  }

  .mobile-navigation {
    display: none !important;
  }

  .top-left-link.desktop-hide {
    display: none !important;
  }
}




/* max-1024 files */

@media (max-width: 1024px) {
  .paragraph--type--hero-video-sliders .swiper-button-next{
    margin-right: 10px;
    height: 66px;
    width: 52px;
    background-size: contain;
  }
  .paragraph--type--hero-video-sliders .swiper-button-prev{
    margin-left: 10px;
    height: 66px;
    width: 52px;
    background-size: contain;
  }
  .top-link>li.play-online{
    display: none;
  }
  .next-win-slider-bullets{
    display: none;
  }
  .winner-box{
    width: calc(50% - 30px);
  }
  .top-bar .openid-connect-login-form .btn{
    padding-top: 0;
  }
  .reserve-table-aside .reserve-aside-content{
    padding: 20px 10px !important;
  }
  .main-menu>li>a.is-active{
    text-underline-offset: 2px;
  }
    .fixed-header .submenu-bar{
        top: 98px;
    }
    .hero-with-detail .container-fluid h1,
    .inner-page-hero-section .container-fluid h1{
        font-size: 48px;
    }
    body .juicer-feed.slider .slick-next{
        margin-right: 0;
    }
    body .juicer-feed.slider .slick-prev{
        margin-left: 0;
    }

  .top-left-link.mobile-hide {
    display: none !important;
  }
      
  .mobile-hide {
    display: none !important;
  }

  .top-left-link {
    border-left: 0 !important;
    margin-left: 0 !important;
  }

  h1,
  .h1 {
    font-size: 44px;
    line-height: 62px;
  }

  .wpb_header {
    margin-bottom: 0;
    background: #fff;
  }

  .header-right {
    display: none;
  }

  .menu-btn {
    width: 24px;
    height: 19px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: 3px;
  }

  .menu-btn .line,
  .menu-btn:after,
  .menu-btn:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #846854;
    transition: all 0.3s ease;
  }

  .menu-btn:after {
    top: 0;
    content: '';
  }

  .menu-btn:before {
    top: 16px;
    content: '';
  }

  .logo img.logo-dark {
    opacity: 1;
    position: static;
  }

  .logo img.logo-light {
    display: none;
  }

  .search a {
    font-size: 0;
  }

  .top-link>li.search a::before {
    font-size: 0;
    background: url(../images/search-light.svg) no-repeat center center;
    width: 23px;
    height: 23px;
    top: 0;
  }

  .top-link>li.search a::before {
    margin-right: 0;
  }

  .top-link>li+li.play {
    display: none;
  }

  .top-link>li+li:not(.play) {
    padding: 0;
    border: 0;
    position: absolute;
    bottom: 21px;
    left: 25px;
  }

  .logo {
    width: 171px;
    margin: 0 auto;
  }

  .header-bottom .container-fluid {
    padding-left: 20px;
  }

  .user-link:after {
    display: none !important;
  }

  .top-link>li {
    padding: 3.5px 0px 1.5px 10px;
  }

  .top-link {
    border-left: 1px solid #A6631B;
    margin-left: 10px;
  }

  .top-bar .container-fluid {
    justify-content: center;
    padding-right: 31px;
  }

  .header-bottom {
    padding: 4px 7px 10px;
  }

  .mobile-navigation {
    background-color: #fff;
    width: 100%;
    top: 99px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    overflow: hidden;
  }

  .mobile-navigation>ul {
    display: block;
    text-align: left;
  }

  .mobile-navigation>ul li {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 12px;
    text-align: left;
  }

  .mobile-navigation>ul li a {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    color: var(--shadow-color);
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 26px;
    display: inline-block;
    padding: 5px 40px 5px 0;
  }

  .mobile-navigation>ul li.active a {
    font-weight: 700;
  }

  .main-menu li+li {
    margin-left: 0;
  }

  .menu-opened body {
    overflow: hidden;
    position: relative;
  }

  .menu-opened .menu-btn:before {
    transform: rotate(-45deg);
    top: 8px;
  }

  .menu-opened .menu-btn:after {
    transform: rotate(45deg);
    top: 8px;
  }

  .menu-opened .menu-btn .line {
    visibility: hidden;
    opacity: 0;
  }

  .menu-opened .wpb_header {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  }

  .mobile-navigation-menu {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .top-bar .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-link {
    margin-right: 0;
  }

  .user-link:before {
    background: url(../images/user-m.svg) no-repeat center center;
  }

  #edit-openid-connect-client-generic-login:after {
    display: none;
  }

	/*
  .wpb_footer {
    padding-bottom: 54px;
  } */

  .mobile-sticky-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff !important;
  }

  .d-flex-1024 {
    display: flex !important;
  }

  .exp-entertainment-section .container-fluid:after {
    width: 1050px;
    background-position: left center;
    top: 54%;
  }

  .counter-desktop-title {
    display: none;
  }

  body .counter-mobile-title {
    display: block;
  }

  .simple-cta-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .yaamava-accordions-section {
    padding: 75px 0px;
  }

  .casino-post-content {
    margin-left: 40%;
  }

  .hero-section .container-fluid,
  .hero-slider-section .swiper-slide {
    min-height: 550px;
  }

  .footer-social-icon-wrapper li {
    margin: 0 0 0 16px;
  }

  .hlsg-box .content-wrapper {
    padding: 0 20px;
  }

  /* ========================  CLUB SERRANO PAGES CODE  ======================= */

  .tier-points-block .points .h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .classic-block {
    padding-right: 50px;
  }

  .offers-section {
    padding: 56px 0 21px 0;
  }

  .club-serrano-faq-accordions {
    padding: 60px 0px;
  }

  .offers-tabs {
    padding: 38px 30px 36px 30px;
    margin-bottom: 35px;
  }

  .offers-tabs ul li span {
    margin: 0 25px 0 25px;
  }

  .bet-wrapper h3 {
    width: auto;
    margin: 0 -4px 2px 0;
  }

  .bet-slider-block {
    width: 100%;
    padding: 0;
  }

  .slide-number span {
    width: 18px;
  }

  .slide-number {
    font-size: 20px;
    line-height: 23px;
    padding: 9px 7px 6px 7px;
  }

  .bet-wrapper .container-fluid {
    padding: 34px 21px 37px 20px;
  }

  .bet-slider-block:not(.slider-reached-end)::before {
    content: '';
    width: 42px;
    position: absolute;
    top: 0;
    right: -2px;
    height: 102%;
    background: rgb(255, 250, 241);
    background: -moz-linear-gradient(270deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    z-index: 11;
  }

  .bet-slider-block:not(.slider-reached-start)::after {
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(255, 250, 241);
    background: -moz-linear-gradient(90deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 250, 241, 1) 50%, rgba(255, 250, 241, 0) 100%);
    z-index: 11;
  }

  .slider-reached-start::after {
    display: none;
  }

  .slider-reached-end::before {
    display: none;
  }

  .bet-slider h6 {
    margin-bottom: 9px;
    margin-right: 0;
  }

  .bet-button-next {
    margin-top: -5px;
    right: 0;
  }

  .tab-sidebar {
    display: none;
  }

  .tab-content-wrapper {
    width: 100%;
  }

  .tab-inner {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .tab-sidebar {
    width: 100%;
    display: block !important;
  }

  .tab-trigger {
    display: none;
  }

  .tab-trigger.active {
    display: block;
  }

  .tab-trigger.active {
    padding: 37px 53px 37px 57px;
  }

  .tab-content-wrapper .open-gallery {
    width: calc(100% - 36px);
    min-height: 582px;
  }

  .tab-sidebar .swiper-button-next::after,
  .tab-sidebar .swiper-button-prev::after {
    visibility: hidden;
  }

  .tab-sidebar .swiper-button-prev {
    background: url(../images/arrow-bet-left.svg) no-repeat center center;
    left: 6px;
  }

  .tab-sidebar .swiper-button-next {
    background: url(../images/arrow-bet.svg) no-repeat center center;
    right: 6px;
  }

  .tab-sidebar {
    position: relative;
  }

  .tab-block-section {
    background: #fff;
    padding: 60px 0;
    position: relative;
  }

  .tab-block-section h2 {
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 45px;
  }

  .tab-block-section h2 {
    text-transform: uppercase;
    margin: 0 0 36px;
  }

  .tab-content-wrapper .swiper-button-next-1,
  .tab-content-wrapper .swiper-button-prev-1 {
    display: none;
  }

  .tab-trigger h4 {
    font-size: 24px;
    line-height: 29px;
  }

  .tab-trigger::before {
    background-position: left bottom;
  }

  .tab-trigger-content {
    display: block !important;
    padding-top: 14px !important;
    height: auto !important;
  }


  .close-x {
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .slider-caption {
    width: 100%;
    padding: 25px 40px;
  }


  .share-links {
    padding-bottom: 56px;
  }

  .share-links ul {
    margin-bottom: 0 !important;
  }

  .time-date {
    padding-bottom: 50px;
  }

  .vanue-details {
    padding: 35px 30px 0;
  }

  .vanue-details h2 {
    margin-bottom: 20px;
  }

  .related-posts {
    padding: 35px 30px 12px;
  }

  .gallery-slider {
    padding: 0 150px;
  }

  .gallery-slider:after,
  .gallery-slider::before {
    width: 145px;
  }

  .book-cta {
    right: 65px;
  }

  .enertainment-text-block h1 {
    font-size: 44px;
    line-height: 50px;
  }

  .enertainment-text-block h2 {
    font-size: 32px;
  }

  .time-date h2 {
    font-size: 27px;
  }

  .casino-post {
    width: 450px;
    min-height: 450px;
    height: auto;
  }

  .casino-cards {
    transform: translate(-20%, -50%);
    width: 190px;
  }

  .drink-slider-outer .swiper-button-prev {
    left: 0;
    margin-top: -22px;
  }

  .drink-slider-outer .swiper-button-next {
    right: 0;
    margin-top: -22px;
  }

  .drink-slider-wrapper {
    padding: 83px 0 80px;
  }

  .next-win-post:first-child {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .nextwin-section {
    padding: 70px 0 38px;
  }

  .nextwin-section h2 {
    margin: 0 0 30px;
  }

  .price-info-box {
    width: calc(50% - 30px);
  }

  .best-exp-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tab-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vip-content-row .col-md-4 {
    width: 340px;
  }

  .vip-content-row .col-md-8 {
    width: calc(100% - 340px);
  }

  .vip-aside-inner {
    padding: 34px 30px 53px 50px;
  }

  .vip-slide-content {
    margin-right: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100% - 330px);
    padding: 25px 20px 80px 20px;
    margin-top: -60px;
  }

  .vip-slide-footer {
    left: 20px;
    width: calc(100% - 40px);
  }

  .vip-slide-img {
    height: 330px;
  }

  .vip-slider .swiper-next-arrow {
    right: 30px;
    top: calc(100% - 40px);
  }

  .vip-slider {
    padding-bottom: 60px;
  }

  .vip-slider .swiper-prev-arrow {
    right: 60px;
    top: calc(100% - 40px);
  }

  .vip-slide-footer-right-column a {
    font-size: 1em;
    ;
  }

  .vip-slide-footer-right-column a:after {
    width: 20px;
    margin-left: 10px;
    background-position: right 0;
  }

  .vip-slide-footer-left-column span {
    font-size: 20px;
  }

  .vip-slide-footer-left-column span sup {
    top: 8px;
    left: -10px;
    font-size: 12px;
  }

  .general-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* %%%%%%%%%%%%% Promotion page design %%%%%%%%%%%% */
  .promotions-section h1 {
    font-size: 41px;
    margin-bottom: 10px;
  }


  .pf-box {
    flex-direction: column;
  }

  .pf-box .thumbnail {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .pf-box .thumbnail img {
    min-height: 100%;
    height: 100%;
  }

  .promotion-box, .bus-location-box {
    width: calc(50% - 30px);
  }

  .pf-box .content {
    width: 100%;
  }

  .best-voted {
    padding: 70px 0 40px 0;
  }

  .best-vote-box {
    background: none;
    padding: 0;
  }

  .best-vote-box .thumbnail {
    min-width: 50%;
  }

  .best-vote-box .thumbnail img {
    height: 100%;
    margin-top: 0px;
  }

  .best-vote-box .content {
    min-width: 60%;
    background: #fffaf1 url("../images/best-vote-bg.png") right bottom no-repeat;
    background-size: contain;
    padding: 30px;
    z-index: 2;
    margin: 40px 0 40px -10%;
  }

  /* %%%%%%%%%%%%% Promotion template page design %%%%%%%%%%%% */

  .count-down-box #pt-countdown>ul>li .h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 46px;
  }

  .pt-count-down .count-down-box {
    min-width: 468px;
    display: flex;
    padding: 40px 25px;
  }

  .pt-content .ta-box .ta-time,
  .pt-content .ta-box .ta-entries {
    width: 100%;
  }

  .pt-content .ta-box .ta-entries {
    border-left: none;
    border-top: 1px solid var(--orange-color);
  }

  /* %%%%%%%%%%%%% amenities section design %%%%%%%%%%%% */

  .amenities-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* %%%%%%%%%%%%% splash section design %%%%%%%%%%%% */
  .splash-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .sslots-wrapper.active {
    grid-template-columns: repeat(3, 1fr);
  }

  /* %%%%%%%%%%%%% discover room new design %%%%%%%%%%%% */
  .dr-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .dr-section .slider-side {
    width: 50%;
    margin-right: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dr-section .content-side {
    width: 40%;
  }

  .dr-section .swiper-container {
    left: 34px;
    width: 100%;
  }
  .dr-section .container-fluid.reverse .slider-dr {
    left: auto;
    right: 34px;
  }
  .read-more-wrapper {
    position: static;
    text-align: center;
    margin-top: 40px;
    z-index: 1;
  }

  .nextwin-section .read-more {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: var(--button-bg);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: center;
    color: var(--white-color);
    padding: 17px;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    border: 2px solid var(--button-bg);
    text-transform: uppercase;
    display: block;
    width: 100%;
  }

  .next-win-post .thumbnail-next-win {
    height: 340px !important;
  }

  .next-win-post .thumbnail-next-win:after {
    content: '';
    padding-bottom: 300px;
    display: block;
  }

  .next-win-post:not(:first-child) .next-post-content,
  .next-post-content {
    opacity: 1;
    position: relative;
    background: #fff;
    padding: 22px 57px 0px 57px;
  }

  .next-win-post:not(:first-child) h6,
  .next-win-post:not(:first-child) p {
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 8px;
  }

  .next-win-post:not(:first-child) h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 9px;
  }

  .next-swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .next-win-slider-button-next,
  .next-win-slider-button-prev {
    top: calc(50% + 175px);
  }

  .nextwin-section a.read-more>span:last-child:after {
    display: none;
  }

  .nextwin-section .container-fluid {
    padding-bottom: 70px;
    position: relative;
  }

  .nextwin-section .col-sm-5 {
    position: static;
  }

  .nextwin-section {
    padding: 59px 0 58px;
    position: relative;
  }

  .next-swiper-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .resort-form-block-section .block-content h3 {
    margin: 0 0 30px;
  }
  .promotion-section {
    padding-top: 0;
  }

  .promo-slider-wrapper {
    padding: 50px 30px;
    margin-left: 0;
  }

  .promo-slider .swiper-slide {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  [about="/spa"] .promo-slider .swiper-slide{
    max-width: 50%;
    height: auto;
  }

  .promo-slider-wrapper h2 {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .promo-slider.slide-start::before,
  .promo-slider.slide-end::after {
    display: none;
  }

  .promo-slider-wrapper .promo-bullet-wrapper {
    display: none;
  }

  .promo-slider-wrapper {
    padding: 40px 0 44px;
    text-align: center;
  }

  .promotion-content {
    text-align: left;
  }

  .promo-slider .swiper-button-next {
    right: 7px;
  }

  .promo-slider .swiper-button-prev {
    left: 7px;
  }

  .promo-slider-wrapper .bullets-controls {
    margin-top: 40px;
    padding-right: 0;
  }

  .promotion-content {
    padding: 20px 57px 27px;
  }

  .promotion-thumbnail {
    height: 243px;
  }

  .promo-slider .swiper-button-next,
  .promo-slider .swiper-button-prev {
    top: 50%;
    margin-top: 97px;
  }

  .propotion-description {
    margin-bottom: 18px;
  }
}





@media screen and (min-width: 992px) {
  .drink-slider-reverse .drink-post-thumbnail {
    right: 0;
  }

  .drink-slider-reverse .drink-post-description {
    margin-right: calc(50% - 37px);
    margin-left: 0;
    padding: 44px 193px 40px 40px;
  }
}
/* @media screen and (max-width: 1023px) {
  .footer-bottom{
    padding-bottom: 70px !important;
  }
} */



/* max-991 files */
@media screen and (max-width: 991px) {

  .dine-section .dine-content .simple-cta-button-wrapper {
    text-align: center;
    padding-top: 10px;
  }

  .dine-section .dine-content .simple-cta-button-wrapper a,
  .dine-section .dine-block:nth-child(even) .simple-cta-button-wrapper a {
    padding: 17px;
  }
  .footer-top .row {
    display: flex;
    flex-wrap: wrap;
  }

  .wpb_footer .footer-top .footer-logo-column {
    order: 1;
    width: 50%;
  }

  .wpb_footer .footer-top .footer-nav-column {
    order: 3;
    width: 100%;
  }

  .wpb_footer .footer-top .footer-accessibility-social-section {
    order: 2;
    text-align: left;
    width: 50%;
  }

  .wpb_footer .footer-top .footer-nav-column nav.nav-col-2 {
    padding-left: 15px;
  }

  .wpb_footer .footer-top .footer-nav-column {
    padding-top: 30px;
  }

  .wpb_footer .footer-top .footer-nav-column nav.nav-col-1,
  .wpb_footer .footer-top .footer-nav-column nav.nav-col-2 {
    width: 50%;
  }

  .newsletter-form-bar .row {
    flex-direction: column;
  }

  .newsletter-form-bar .newsletter-form-heading {
    width: 100%;
    padding: 0;
  }

  .newsletter-form-bar .get-updates-form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  .all-event-section-wrapper .event-block:first-child {
    padding-right: 30px;
  }

  .all-event-section-wrapper .event-block:first-child .event-date-time span {
    font-size: 12px;
  }

  .search-section {
    padding: 70px 20px 70px;
  }

  .search-section .search-wrapper {
    padding: 40px 30px 30px;
  }

  .search-section .search-result-wrapper {
    padding: 40px 30px 30px;
  }

  .search-section .search-wrapper .site-search-form {
    margin-top: 40px;
  }

  .search-result-wrapper .search-results-list-wrapper {
    margin-top: 38px;
  }

  .yaamava-accordions-content {
    padding: 50px 50px;
  }

  .exp-entertainment-section {
    padding: 70px 0 70px;
  }

  .footer-social-icon-wrapper li {
    margin: 0px 0px 0px 23px;
  }

  .award-wining {
    padding: 90px 0px 75px;
  }
  .award-wining-image-inner-wrapper {
    text-align: center;
  }

  .award-wining-content-wrapper {
    padding-top: 30px;
  }

  .award-wining-image-wrapper {
    padding-right: 15px;
  }

  .cocktail-reserve-table-section .reserve-table-left {
    padding-top: 70px;
    width: 100%;
    padding-right: 15px;
  }

  .cocktail-reserve-table-section {
    padding-bottom: 75px;
  }

  .cocktail-reserve-table-section .reserve-table-aside {
    margin: 40px 15px 0;
    width: calc(100% - 30px);
  }

  .reserve-table-aside .reserve-aside-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .reserve-aside-content .reserve-table-time-data {
    padding: 0 0 30px;
  }

  .reserve-aside-content .reserve-button-wrapper {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
    border-top: 1px solid #A6631B;
    border-bottom: none;
  }
  .feature-event-content .read-more {
    margin-top: 34px;
  }

  .promo-slider-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .promo-slider{
    max-height: 767px;
    margin-left: auto;
    margin-right: auto;
  }
  .event-thumbnail-slide {
    width: 100%;
    height: 400px;
  }

  .post-block {
    display: block;
    background: #FFFAF1 !important;
  }

  .feature-event-content {
    padding: 57px 70px 57px;
    width: 100%;
  }

  .feature-event-section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .feature-event-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-events .swiper-button-next {
    top: calc(50% + 156px);
    right: 15px;
  }

  .featured-events .swiper-button-prev {
    top: calc(50% + 156px);
    left: 15px;
  }

  .featured-events {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .feature-event-section h2 {
    text-align: center;
  }

  .feature-event-content h2 {
    text-align: left;
  }

  .events-tab-content {
    padding: 59px 0;
    background: #fff;
  }

  .event-by-vanue-section {
    padding: 57px 0 84px;
  }

  .event-by-vanue-section h2 {
    margin: 0 0 43px;
    text-align: center;
  }

  .tabs-events-triger-wrapper {
    position: relative;
  }

  .events-tab-content {
    padding: 25px 0 57px;
    background: #fff;
  }

  .event-slider {
    padding: 0 20px;
    position: relative;
  }

  .event-slider .swiper-pagination {
    display: none;
  }

  .event-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-events-triger-wrapper,
  .events-tab-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .recurring-events-image-wrapper {
    display: none;
  }

  .events-tab-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .events-list-inner-wrapper {
    max-height: none;
  }

  .scroll-circle {
    display: none;
  }

  .recurring-events-list-wrapper {
    padding: 0;
  }

  .recurring-events-list-wrapper .events-list .events-list-row {
    padding: 0;
    margin-left: 135px;
    position: relative;
    min-height: 122px;
    margin-right: 15px;
    flex-direction: column;
  }

  .event-list-thumbnail {
    position: absolute;
    top: 2px;
    left: -135px;
    height: 112px;
    width: 120px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-content,
  .recurring-events-list-wrapper .events-list .events-list-row .events-list-date span {
    width: 100%;
    text-align: left;
    padding-top: 14px;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-content p {
    margin-top: 5px;

  }

  .events-list {
    margin: -4px 0;
  }

  .events-list-inner-wrapper {
    overflow: hidden;
  }

  .recurring-events-section {
    padding: 73px 0 0 0;
  }

  .recurring-events-list-content {
    padding-bottom: 68px;
  }

  .vanue-text-block {
    flex-wrap: wrap;
  }

  .vanue-thumbnail {
    margin: 0 auto 30px;
    display: none !important;
  }

  .vanue-location-text {
    width: 100%;
  }

  .gallery-slider {
    padding: 0 120px;
  }

  .gallery-slider:after,
  .gallery-slider::before {
    width: 115px;
  }

  .swiper-next-circle {
    right: 30px;
  }

  .swiper-prev-circle {
    left: 30px;
  }

  .drink-post-thumbnail {
    width: 100%;
    position: static;
    margin: 0;
  }

  .drink-post-thumbnail:after {
    content: '';
    display: block;
    padding-bottom: 400px;
  }

  .drink-slider-outer {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .drink-post-description {
    min-height: 0;
    padding: 20px 57px 30px;
    margin: 0;
  }

  .drink-slider-outer .swiper-button-prev {
    left: 10px;
    margin-top: -44px;
    top: calc(50% + 200px);
  }

  .drink-slider-outer .swiper-button-next {
    right: 10px;
    margin-top: -44px;
    top: calc(50% + 200px);
  }

  .promo-slider-wrapper .bullets-controls {
    flex-direction: column-reverse;
  }

  .promo-slider-wrapper .promo-bullet-wrapper {
    margin-bottom: 30px;
  }

  .view-more-button {
    width: auto;
  }

  .chips-stack-up-section .chips-stack-headline {
    padding-left: 15px;
    padding-right: 15px;
  }

  .csu-flexBox {
    flex-direction: column;
    padding-bottom: 27px;
    gap: 0;
  }

  .scu-slider-wrapper,
  .scu-content {
    width: 100%;
  }

  .scu-content .scu-box {
    border: none;
    padding: 15px;
  }

  .scu-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .scu-content .scu-box h5 {
    display: none;
  }

  .chips-stack-up-section .simple-cta-button-wrapper {
    margin: 0;
  }

  .scu-slider-bar {
    padding: 15px;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    bottom: -33px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (max-height: 850px) {

  .close-x {
    height: 80px;
    width: 80px;
    background-size: contain;
  }
}




/* min-768px files */
@media (min-width: 768px) {
  .next-win-slider .swiper-slide:nth-child(even) .col-md-6:first-child {
    float: right;
  }

  .selected-filter {
    display: none;
  }

  .tabs-events-triger {
    display: block !important;
  }

  .offers-section .tab-content.active {
    display: none;
  }

  .offers-section .tab-content.is-active {
    display: block;
  }
}




/* max-767 files */
@media screen and (max-width:767px) {


	.dine-section .dine-block .dine-content,
	.dine-section .dine-block:nth-child(even) .dine-content {
	  padding: 36px 0 0 0;
	}
	.dine-section .dine-block {
	  margin-bottom: 45px;
	  margin-left: -15px;
	  margin-right: -15px;
	}
  
	.dine-section .dine-block {
	  padding: 70px 15px 30px;
	  background: white;
	  flex-direction: column-reverse;
	}
  
	.dine-section .dine-block:nth-child(even) {
	  flex-direction: column-reverse;
	}

  .winner-box{
    width: calc(100% - 30px);
  }
  .submenu-bar:not(.is-started)::before,
  .submenu-bar:not(.is-ended)::after{
    width: 50px !important;
  }
  .vip-slider{
    padding: 0;
  }
  .no_bottom_spacing.vip-slide-content{
    margin: -80px 0 0 0;
    box-shadow: none;
  }
  .vip-content-row .col-md-8{
    padding: 0;
  }
    .feature-event-content {
        padding: 24px 50px 60px;
        width: 100%;
    }
    .bet-slider-block:not(.slider-reached-start)::before,
    .bet-slider-block:not(.slider-reached-end)::after{
        width: 42px;
    }
    .newsletter-form-bar h4{
        text-align: left !important;
        padding: 0;
    }
  .contact-form-wrapper .container-fluid {
    padding: 0;
  }

  .contact-form {
    padding: 30px 15px;
  }

  .mktoForm fieldset .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #join-the-club .block-content{
    margin-top: 0 !important;
  }

  .desktop-hide {
    display: block !important;
  }

  .wpb_footer .footer-bottom p {
    text-align: center;
    width: 100%;
    display: block;
  }

  .wpb_footer .footer-bottom .privacy-links {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .wpb_footer .footer-bottom .privacy-links li {
    padding: 0 10px;
    margin: 0;

  }

  .wpb_footer .footer-bottom .privacy-links li:first-child:after {
    display: none;
  }

  .wpb_footer .footer-top {
    padding: 30px 0 30px;
  }

  .newsletter-form-bar .get-updates-form-wrapper form {
    padding: 0;
    flex-direction: column;
  }

  .newsletter-form-bar .get-updates-form-wrapper form input,
  .newsletter-form-bar .get-updates-form-wrapper form button[type="submit"] {
    width: 100%;
  }

  .newsletter-form-bar .get-updates-form-wrapper form input[type="submit"],
  .newsletter-form-bar .get-updates-form-wrapper form button[type="submit"] {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form-bar .get-updates-form-wrapper form input:not(:first-child) {
    margin-top: 17px;
  }

  .all-event-section-wrapper .events-wrapper.swiper-wrapper {
    display: flex;
    padding: 0;
  }

  .all-event-section-wrapper .event-block {
    margin-bottom: 0px;
    float: none;
    flex-direction: column;
    /* margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px) !important; */
  }

  .all-event-section-wrapper .event-block .event-image-wrapper img,
  .all-event-section-wrapper .event-block:first-child .event-image-wrapper img {
    height: 300px !important;
  }
  .all-event-section-wrapper .event-block .event-image-wrapper{
      min-height: 300px;
  }
  .all-event-section-wrapper .event-block .event-image-wrapper,
  .all-event-section-wrapper .event-block .event-content-wrapper {
    width: 100%;
  }

  .all-event-section-wrapper .event-block .event-content-wrapper,
  .all-event-section-wrapper .event-block:first-child .event-content-wrapper {
    padding: 17px 57px 0;
  }

  .all-event-section-wrapper .swiper-button-prev,
  .all-event-section-wrapper .swiper-button-next {
    display: block;
  }

  .all-event-section-wrapper .event-block:first-child {
    padding-right: 0;
  }

  .exp-entertainment-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .exp-entertainment-section .event-section-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-event-section-wrapper .event-block .event-date-time span {
    font-size: 1em;
    line-height: 1.625;
  }

  .all-event-section-wrapper .event-block .event-title {
    font-size: 24px;
    line-height: 29px;
  }

  .more-event-link-button {
    display: block;
  }

  .more-events-link-wrapper {
    display: none;
  }

  .event-section-title-wrapper {
    margin-bottom: 30px;
  }

  .hero-section .container-fluid h1 {
    font-size: 31px;
    line-height: 1.3;
    margin-top: 15px;
  }

  .newsletter-note {
    text-align: center;
    padding-top: 16px;
  }

  .newsletter-form-bar {
    padding: 60px 30px 53px;
  }

  .newsletter-form-bar .get-updates-form-wrapper {
    padding-top: 16px;
  }

  .search-section {
    padding: 44px 20px 44px;
  }

  .search-section .search-result-wrapper {
    padding: 40px 20px 20px;
  }

  .search-section .search-wrapper .site-search-form {
    margin-top: 25px;
  }

  .search-section .search-wrapper {
    padding: 40px 20px 19px;
  }

  .search-result-wrapper .search-results-list-wrapper ul li h3 {
    margin-bottom: 20px;
  }

  .search-result-wrapper .search-results-list-wrapper .read-more {
    margin-top: 20px;
  }

  .search-result-wrapper .search-results-list-wrapper ul li {
    padding: 24px 0 22px;
  }

  .load-more-result-wrapper {
    padding-top: 15px;
  }

  .yaamava-accordions-content {
    padding: 40px 20px;
  }

  .exp-entertainment-section {
    padding: 60px 0 55px;
  }

  .newsletter-note p {
    font-size: 14px;
  }

  .hero-section .container-fluid,
  .hero-slider-section .swiper-slide {
    min-height: 400px;
  }

  .hero-section .container-fluid:before {
    width: 480px;
    right: -160px;
  }

  .simple-cta-section {
    padding-top: 59px;
    padding-bottom: 28px;
  }

  .get-social-section {
    padding-top: 60px;
    padding-bottom: 44px;
  }

  .social-icon-wrapper {
    margin-top: 43px !important;
    margin-bottom: 0;
  }

  body .get-social-section p>br:first-child {
    display: block;
  }

  body .inner-page-hero-section .container-fluid .row {
    min-height: 400px;
  }

  .rewards-section .rewards-headline {
    padding-right: 0px;
  }

  .rewards-section .rewards-Box {
    padding-bottom: 0;
  }

  .award-wining {
    padding: 60px 0px 60px;
  }

  .cocktail-reserve-table-section .reserve-table-left {
    padding-top: 60px;
  }

  .cocktail-reserve-table-section {
    padding-bottom: 60px;
  }

  .event-by-vanue-section {
    padding: 55px 0 60px;
  }

  .recurring-events-section {
    padding: 55px 0 0 0;
  }

  .se-section .se-thumbnail img {
    max-width: 400px;
  }

  .se-section .se-thumbnail {
    text-align: center;
  }

  /* ========================  CLUB SERRANO PAGES CODE  ======================= */

  .hero-wrpper {
    height: 200px;
  }

  .full-width-content {
    padding: 28px 0 26px 0;
  }

  .tier-points-block {
    padding-left: 15px;
    padding-top: 34px;
    width: 100%;
  }

  .classic-block {
    padding-right: 15px;
    width: 100%;
    border-right: 0;
  }

  .serano-img img {
    width: 100%;
  }

  .offers-section {
    padding: 38px 0 40px 0
  }

  .classic-section {
    padding: 37px 0 40px 0;
  }

  .classic-block p {
    margin: 0 0 16px 0;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }

  .classic-block h3 {
    margin: 0 0 19px 0;
  }

  .serano-img {
    margin-bottom: 29px;
  }

  .progress-wrapper {
    margin: 0 0 30px 0;
  }

  .tier-points-block .points:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 33px;
    border-bottom: 0;
  }

  .slot-points .point h6 {
    margin: 0 0 14px 0;
  }

  .tier-points-block .points h6 {
    margin: 0 0 14px 0;
  }

  .slot-points .point {
    flex: 100%;

  }

  .slot-points .point:not(:first-child) {
    border-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #846854;
  }

  .slot-points .point:last-child {
    padding-bottom: 29px;
  }

  .slot-points .point {
    padding-bottom: 16px;
  }

  .slot-points {
    flex-wrap: wrap;
  }

  .classic-section {
    background-size: 170px 325px;
  }

  .progress-values h5,
  .slot-points .point h5 {
    font-size: 1em;
    line-height: 1.25;
  }

  .progress {
    margin: 0 1px 16px 0;
  }



  .classic-section::after {
    height: 358px;
  }

  .offers-section .row {
    /* flex-wrap: wrap; */
    display: block;
  }

  .offers-section {
    padding: 38px 0 40px 0
  }

  .offers-section h2 {
    margin: 0 0 27px 0;
  }

  .club-card-body .price-tag {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 9px;
  }

  .club-card-body {
    padding: 18px 20px 11px 14px;
  }

  .club-card-body h3 {
    padding-bottom: 8px;
  }

  .club-card-body .read-more {
    margin-bottom: 10px;
  }

  .view-more-btn {
    margin-top: 11px;
  }

  .profile-section .col-sm-6 {
    padding-bottom: 30px;
    width: 100%;
  }

  .profile-wrapper {
    padding: 60px 0 60px 0;
  }

  .profile-desc {
    padding-bottom: 30px;
  }

  .club-serrano-faq-accordions .yaamava-accordions-content {
    margin-top: 30px;
  }

  .win-loss-wrapper .profile-desc {
    padding-bottom: 30px;
  }

  .win-loss-wrapper {
    padding: 60px 0 60px 0;
  }

  .print-pdf {
    padding: 40px 20px 40px 20px;
  }

  .print-pdf form input[type=submit] {
    text-transform: uppercase;
    width: 150px;
    padding: 15px 8px;
  }

  .tab-content .tab-link {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .offers-section .tab-content {
    display: block;
  }

  .tab-content .tab-content-inner {
    display: none;
  }

  .tab-content.active .tab-content-inner {
    display: block;
    margin-top: 25px;
  }

  .offers-tabs {
    display: none;
  }

  .tab-content-wrapper .open-gallery {
    min-height: 291px;
  }

  .next-win-post .thumbnail-next-win {
    height: 245px !important;
  }

  .next-win-post .thumbnail-next-win:after {
    content: '';
    padding-bottom: 300px;
    display: block;
  }

  .next-win-post:not(:first-child) .next-post-content,
  .next-post-content {
    opacity: 1;
    position: relative;
    background: #fff;
    padding: 22px 57px 0px 57px;
  }

  .next-win-post:not(:first-child) h6,
  .next-win-post:not(:first-child) p {
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 8px;
  }

  .next-win-post:not(:first-child) h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 9px;
  }

  .next-swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .next-win-slider-button-next,
  .next-win-slider-button-prev {
    top: calc(50% + 175px);
  }

  .nextwin-section a.read-more>span:last-child:after {
    display: none;
  }

  .nextwin-section .container-fluid {
    padding-bottom: 0;
    position: relative;
  }

  .nextwin-section .col-sm-5 {
    position: static;
  }

  .nextwin-section {
    padding: 59px 0 58px;
    position: relative;
  }

  .views-element-container {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* .nextwin-section .read-more{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		z-index: 10;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		background: var(--button-bg);
		font-weight: 500;
		font-size: 18px;
		letter-spacing: 0.04em;
		line-height: 22px;
		text-align: center;
		color: var(--white-color);
		padding: 17px;
		border: 0;
		border-radius: 0;
		text-decoration: none;
		border: 2px solid var(--button-bg);
		text-transform: uppercase;
		display: block;
		width: 100%;
	} */
  .tabs-events-triger-wrapper .swiper-button-next {
    display: none;
  }

  .tabs-events-triger .swiper-wrapper {
    display: flex !important;
    transform: translate(0) !important;
    flex-direction: column;
  }

  .tabs-events-triger-wrapper>* {
    padding-right: 0;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(100% - 30px);
  }
  .tabs-events-triger {
    border: 1px solid #A6631B;
    border-top: 0;
    display: none;
    padding-bottom: 9px;
  }

  .tabs-events-triger .swiper-slide.is-active {
    display: none;
  }

  .tabs-events-triger .swiper-slide {
    padding: 17px 20px;
  }

  .selected-filter {
    padding: 16px 66px 16px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
    border: 1px solid #A6631B;
    position: relative;
  }

  .selected-filter:after {
    content: '';
    inline-size: 56px;
    block-size: 56px;
    top: -1px;
    right: -1px;
    border-left: 1px solid #A6631B;
    border-right: 1px solid #A6631B;
    position: absolute;
    background: url(../images/scroll-arrow.svg) no-repeat center;
  }

  .selected-filter.active:after {
    transform: rotate(180deg);
  }

  .tabs-events-triger-wrapper {
    padding-top: 19px;
    padding-right: 0;
    background: #fff;
  }

  .feature-event-section {
    padding: 38px 0 52px;
  }

  [about="/entertainment"] .feature-event-section {
    padding-bottom: 0;
  }

  [about="/entertainment"] .swiper-pagination {
    display: none;
  }

  .feature-event-section h2 {
    margin-bottom: 40px;
  }

  .event-thumbnail-slide {
    height: auto;
  }

  .feature-event-content h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 17px;
  }

  .feature-event-content .use-meta {
    margin-bottom: 19px;
  }

  .featured-events .swiper-button-prev {
    top: calc(50% + 26vw);
    left: 9px;
  }

  .featured-events .swiper-button-next {
    top: calc(50% + 26vw);
    right: 9px;
  }

  .event-thumbnail {
    height: 188px;
  }

  .event-slider .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

  .event-slider .swiper-button-next,
  .event-slider .swiper-button-prev {
    width: 16px;
    height: 31px;
    border-radius: 0;
    top: calc(50% + 184px);
    border: 0;
  }

  .event-content {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 14px;
  }

  .event-slider {
    padding: 0;
  }

  .event-slider:not(.slide-end)::before,
  .event-slider:not(.slide-stat)::after {
    display: none;
  }

  .event-meta {
    font-size: 1em;
    line-height: 33px;
    margin: 0 0 27px;
  }

  .event-content h5 {
    margin: 0 0 11px;
    font-size: 24px;
  }

  .recurring-events-section-title p {
    margin: 20px 0 0;
  }

  .recurring-events-list-content {
    margin-top: 40px;
  }

  .entertainer-slider-title {
    flex-direction: column;
    align-items: center;
  }

  .entertainer-slider-title img {
    margin: 0 0 8px;
  }

  .entertainer-wrapper .swiper-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-content h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .recurring-events-list-wrapper .events-list .events-list-row {
    align-items: flex-start;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-content,
  .recurring-events-list-wrapper .events-list .events-list-row .events-list-date span {
    padding-top: 12px;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-date span {
    padding-top: 0;
  }

  .events-list {
    margin: -2px 0;
  }

  .recurring-events-list-wrapper .events-list .events-list-row .events-list-date {
    width: 100%;
    margin-top: 9px;
  }

  .hidden-xs {
    display: none;
  }

  .slider-caption {
    width: 100%;
    padding: 15px 15px;
  }

  .slider-caption h5 {
    margin-bottom: 5px;
  }

  .slider-caption p {
    margin-bottom: 11px;
  }

  .slider-caption p {
    font-size: 14px;
    line-height: 24px;
  }

  body .juicer-feed.slider .slick-arrow {
    visibility: hidden;
  }

  body .juicer-feed .slick-list {
    padding: 0 15px;
  }

  .event-slider .swiper-button-next,
  .event-slider .swiper-button-prev {
    top: calc(50% + 134px);
  }

  .vanue-text-half,
  .vanue-text-half+.vanue-text-half {
    width: 100%;
  }

  .gallery-slider {
    padding: 0;
  }

  .gallery-slider:after,
  .gallery-slider::before {
    display: none;
  }

  .related-post-wrapper {
    flex-wrap: wrap;
  }

  .related-post {
    width: 100%;
    padding: 0 9px 28px;
  }

  .related-post+.related-post {
    margin-left: 0;
    margin-top: 30px;
  }

  .enertainment-text-block h1 {
    font-size: 31px;
    line-height: 130%;
    /* or 40px */
    margin-bottom: 2px;
  }

  .enertainment-text-block h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
  }

  .book-cta {
    width: 100%;
    position: static;
    border: 0;
    text-align: center;
    padding: 10px 10px 11px;
  }

  .book-cta h4 {
    display: none;
  }

  .book-cta .ticket-meta {
    display: none;
  }

  .book-cta .btn {
    height: 44px;
    padding: 10px 30px;
    width: 209px;
  }

  .hero-inner {
    min-height: 351px;
  }

  .entertainment-block .container-fluid {
    margin-top: -40px;
    padding-bottom: 3px;
  }

  .enertainment-text-block {
    padding: 16px 15px 28px;
  }

  .enertainment-text-block h2 {
    margin-bottom: 20px;
  }

  .time-date h2 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .meta-sep {
    height: 0;
    display: block;
  }

  .time-date .meta>span {
    margin-top: 0;
  }

  .gallery-slider .swiper-slide {
    height: 205px;
  }

  .swiper-no-slide {
    margin-top: 9px;
  }

  .vanue-details h2 {
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 65px;
  }

  .vanue-details {
    padding: 42px 15px 0 27px;
  }

  .vanue-text-half {
    padding: 0 !important;
  }

  .vanue-text-block {
    position: relative;
  }

  .vanue-location-text p.map-text {
    position: absolute;
    top: -54px;
    left: -7px;
    width: 100%;
    text-align: center;
  }

  .vanue-text-half+.vanue-text-half {
    padding-top: 9px !important;
  }

  .accessibilty::before {
    margin-right: 4px;
    position: relative;
    top: -2px;
    margin-left: -3px;
  }

  .related-posts {
    padding: 45px 15px 12px;
  }

  .vanue-text-half+.vanue-text-half h6~h6 {
    margin-bottom: 5px !important;
  }

  .related-posts h2 {
    margin: 0 0 30px;
  }

  .related-post-thumbnail {
    height: 130px;
    margin: 0px -9px 32px;
  }

  .relate-post-content {
    margin-bottom: 28px;
  }

  .related-post {
    width: 100%;
    padding: 0px 9px 41px;
  }

  .enjoy-more-posts {
    padding-top: 50px;
  }

  .book-cta {
    min-height: 0;
  }

  .ticket-btm p {
    margin-bottom: 0;
  }

  .gallery-slider .swiper-slide {
    height: auto;
  }

  .gallery-slider .swiper-slide:after {
    content: '';
    display: block;
    padding-bottom: 59.424%;
    width: 100%;
  }

  .swiper-next-circle,
  .swiper-prev-circle {
    background-color: transparent;
    border: 0;
    width: 72px;
    height: 98px;
    background-size: 72px 98px;
    margin-top: -49px;
  }

  .swiper-next-circle {
    background-image: url(../images/mobile-slider-arrow-right.svg);
    right: -15px;
  }

  .swiper-prev-circle {
    left: -15px;
    background-image: url(../images/mobile-slider-arrow-left.svg);
  }

  .related-posts h3 {
    padding-bottom: 19px;
    margin-bottom: 30px;
  }

  .promotion-section {
    padding-top: 0;
  }

  .promo-slider-wrapper {
    padding: 50px 30px;
    margin-left: 0;
  }

  .promo-slider .swiper-slide {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .promo-slider-wrapper h2 {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .promo-slider.slide-start::before,
  .promo-slider.slide-end::after {
    display: none;
  }

  .promo-slider-wrapper .promo-bullet-wrapper {
    display: none;
  }

  .promo-slider-wrapper {
    padding: 40px 0 44px;
    text-align: center;
  }

  .promotion-content {
    text-align: left;
  }

  .promo-slider .swiper-button-next {
    right: 7px;
  }

  .promo-slider .swiper-button-prev {
    left: 7px;
  }

  .promo-slider-wrapper .bullets-controls {
    margin-top: 40px;
    padding-right: 0;
  }

  .promotion-content {
    padding: 20px 57px 27px;
  }

  .promotion-thumbnail {
    height: 243px;
  }

  .promo-slider .swiper-button-next,
  .promo-slider .swiper-button-prev {
    top: 50%;
    margin-top: 97px;
  }

  .propotion-description {
    margin-bottom: 18px;
  }

  .casino-post {
    position: relative;
    min-height: 0;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }

  .casino-slider .swiper-wrapper {
    padding: 125px 0 0 0;
  }

  .casino-slider {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }

  .casino-cards {
    position: absolute;
    top: -125px;
    left: 50%;
    transform: translateX(-50%);
    width: 264px;
  }

  .casino-post-content h2 {
    margin-top: 0;
  }

  .casino-post-content {
    margin: 0;
    padding: 75px 25px 20px 40px;
  }

  .casino-cards img {
    filter: none;
  }

  .swiper-controls, .casino-slider .swiper-controls {
    position: static;
    margin: 0;
    height: 0;
  }

  .casino-slider .swiper-button-next {
    right: 15px;
  }

  .casino-slider .swiper-button-prev {
    left: 15px;
  }

  .casino-slider .swiper-button-next,
  .casino-slider .swiper-button-prev {
    top: 75px;
  }

  .casino-slider .swiper-pagination {
    display: none;
  }

  .drink-slider-outer .swiper-button-prev {
    left: 10px;
    margin-top: -44px;
    top: calc(50% + 150px);
  }

  .drink-slider-outer .swiper-button-next {
    right: 10px;
    margin-top: -44px;
    top: calc(50% + 150px);
  }

  .drink-post-thumbnail {
    height: 300px;
  }

  .drink-post {
    padding-bottom: 0;
  }

  .drink-slider-wrapper .swiper-pagination {
    display: none;
  }

  .drink-slider-wrapper {
    padding: 44px 0 40px;
  }

  .drink-post-description h3 {
    margin-bottom: 10px;
  }

  .drink-slider-wrapper .btn {
    margin-top: 40px;
  }

  .drink-post-description {
    padding-bottom: 29px;
  }

  .next-win-post:nth-child(n) {
    margin: 0;
    height: auto;
  }
  .next-win-slider-button-next{
    right: 15px;
  }
  .next-win-slider-button-prev{
    left: 15px;
  }

  .newsletter-form-bar form.mktoForm {
    display: block;
  }

  .newsletter-form-bar .mktoForm fieldset .mktoFormRow:first-of-type {
    width: 100% !important;
  }

  .newsletter-form-bar .mktoFormRow fieldset.mktoFormCol {
    display: block !important;
  }

  .newsletter-form-bar .mktoFormRow {
    width: 100% !important;
  }

  .newsletter-form-bar fieldset .mktoFormRow .mktoFormCol,
  .newsletter-form-bar .mktoFormRow+.mktoFormRow {
    width: 100% !important;
  }

  .newsletter-form-bar .mktoButtonRow {
    width: 320px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0;
    display: block;
  }

  fieldset .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin: 0 0% 15px !important;
  }

  .contact-form {
    margin-bottom: 40px;
  }

  .newsletter-form-bar fieldset .mktoFormRow .mktoFormCol,
  .newsletter-form-bar .mktoFormRow+.mktoFormRow {
    margin-bottom: 15px !important;
  }

  .newsletter-form-bar .mktoFormRow+.mktoFormRow .mktoFormCol {
    margin-bottom: 0 !important;
  }

  .newsletter-form-bar {
    padding: 62px 15px 53px;
  }

  .newsletter-form-bar .newsletter-form-heading h3 {
    margin-bottom: 16px;
  }

  .bet-slider h5 {
    margin-bottom: 9px;
  }

  .tab-block-section {
    padding: 57px 0 60px;
  }

  .tab-block-section h2 {
    margin: 0 0 25px;
  }

  .hero-text {
    margin-bottom: 39px;
  }

  .related-post .btn {
    position: static;
    transform: translateX(0%);
  }

  .promo-text-hero,
  .promo-slider-wrapper h2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-info-section {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .team-spirit {
    padding: 56px 0 40px;
  }

  .yaamava-accordions-section {
    padding: 60px 0px;
  }

  .simple-cta-button-wrapper a, .simple-cta-button-wrapper button  {
    max-width: calc(100% - 30px);
  }

  .simple-cta-button-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .next-win-slider-bullets {
    display: none;
  }

  .entertainer-wrapper .swiper-container {
    height: auto;
  }

  .entertainer-bar .swiper-button-prev {
    left: 10px;
  }

  .entertainer-bar .swiper-button-next {
    right: 10px;
  }

  .entertainer-bar {
    padding: 32px 40px;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    transform: translate(0);
    text-align: center;
  }

  .tab-slider {
    padding: 20px;
  }

  .slide-trigger {
    font-size: 14px;
    padding: 6px 7px;
  }

  .tab-slider .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-info-box {
    width: calc(100% - 30px);
  }

  .best-exp-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  fieldset .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin: 0 0% 15px !important;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .read-more-wrapper {
    margin-top: 30px;
  }

  .nextwin-section .read-more {
    top: 0;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: var(--button-bg);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 22px;
    text-align: center;
    color: var(--white-color);
    padding: 17px;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    border: 2px solid var(--button-bg);
    text-transform: uppercase;
    display: block;
    width: 100%;
  }

  .nextwin-section .read-more:hover {
    text-decoration: none;
    background: var(--white-color) !important;
    color: var(--button-bg) !important;
  }

  #main-wrapper #main .newsletter-form-bar .get-updates-form-wrapper form input {
    width: 100%;
  }

  .vip-main-wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .vip-content-row .col-md-8 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .page-node-2036 .field--name-field-paragraph-components .field__item:nth-child(3) .simple-space-style {
    display: none;
  }

  .vip-content-row .col-md-4 {
    width: 100%;
  }

  .vip-aside {
    padding: 10px;
  }

  .hero-with-detail p {
    font-size: 20px;
  }

  .general-wrapper .col-md-8 {
    width: 100%;
    padding-right: 15px;
  }

  .general-wrapper .col-md-4 {
    width: 100%;
    margin-top: 30px;
  }

  .vip-aside-inner {
    padding-bottom: 34px;
  }

  .vip-slide-content {
    margin: -73px 0 0 0;
    box-shadow: none;
  }

  .vip-main-wrapper .container-fluid {
    overflow: hidden;
  }

  .vip-content-row {
    margin-bottom: 0px;
  }

  .vip-main-wrapper {
    padding-bottom: 0px;
  }

  .vip-slider .swiper-next-arrow,
  .vip-slider .swiper-prev-arrow {
    top: calc(100% - 63px);
  }

  .rewards-section .rewards-Box .rewards-ImgBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .rewards-section .rewards-Box .rewards-ImgBox img{
    margin-bottom: -4%;
  }

  /* %%%%%%%%%%%%% Promotion page design %%%%%%%%%%%% */

  .qa-60 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }

  .promotions-section {
    padding-top: 60px;
    padding-bottom: 45px;
    padding-inline: 15px;
  }

  .promotions-section .text-block h1 {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 32px !important;
  }

  .promotions-section .text-block p {
    margin-bottom: 38px;
  }

  .promotions-wraper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    margin-top: 20px;
    width: calc(100% + 30px);
  }

  .promotions-section .load-more {
    margin: 0;
  }

  .promo-slider .promotion-box.swiper-slide,
  .promotion-box, .bus-location-box,
  .promotion-box {
    width: 100%;
    margin: 0 0 15px;
  }

  .promotion-box .thumbnail img {
    height: 250px !important;
    object-fit: cover;
  }

  .promotions-wraper .promo-slider .swiper-button-next,
  .promotions-wraper .promo-slider .swiper-button-prev {
    top: calc(50% + 155px);
    margin-top: 0;
  }

  .promotion-box .content {
    padding: 30px 57px !important;
  }

  .promotions-section .pf-slider {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .pf-slider-container {
    padding: 0 !important;
  }

  .pf-box {
    flex-direction: column;
  }

  .pf-box .thumbnail {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .pf-box .thumbnail img {
    height: auto;
    width: 100%;
  }

  .pf-box .content {
    width: 100%;
    padding: 25px 50px !important;
  }

  .pf-arrow img {
    height: 25px;
    width: 25px;
  }

  .pf-slider-arrow-left {
    left: 8px;
  }

  .pf-slider-arrow-right {
    right: 8px;
  }

  .best-voted {
    padding: 60px 0 0 0;
  }

  .best-voted .container-fluid {
    padding: 0 !important;
  }

  .best-vote-box {
    flex-direction: column;
  }

  .best-vote-box .thumbnail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
  }

  .best-vote-box .thumbnail img {
    height: auto;
    max-height: 370px;
    width: 100%;
    margin-top: 0 !important;
  }

  .best-vote-box .content {
    width: 100%;
    margin: 0;
    box-shadow: none;
    margin-top: -70px;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* %%%%%%%%%%%%% Promotion template page design %%%%%%%%%%%% */

  .pt-count-down .container-fluid {
    padding: 0 0 40px 0;
  }

  .pt-count-down .thumbnail {
    margin-bottom: -40px;
  }

  .count-down-box #pt-countdown>ul>li .h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    min-width: 80px;
    line-height: 39px;
  }

  .pt-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-count-down .count-down-box {
    min-width: 250px;
    display: flex;
    padding: 10px 0px;
  }

  .pt-count-down .count-down-box h3 {
    font-size: 1em;
    line-height: 23px;
  }

  .pt-content .ta-box .ta-time,
  .pt-content .ta-box .ta-entries {
    flex-direction: column;
    column-gap: 0;
    row-gap: 10px;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pt-count-down .cd-text-d {
    display: none;
  }

  .pt-count-down .cd-text-m {
    display: block;
  }

  /* %%%%%%%%%%%%% slots page design %%%%%%%%%%%% */

  .pu-slider {
    overflow: hidden !important;
  }

  .pu-section .container-fluid {
    padding: 0 !important;
  }

  .pu-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .pu-section .text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pu-wrapper {
    margin-top: 20px;
  }

  .pu-box .content {
    padding: 30px 57px 20px 57px;
    text-align: left;
  }

  .pu-section .simple-cta-button-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pu-slider .pu-arrow {
    display: block;
  }

  .pu-section .simple-cta-button-wrapper {
    padding-top: 20px;
  }

  .splash-section {
    background-color: #fffaf1;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .splash-wrapper {
    gap: 10px;
  }

  .amenities-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .amenities-section .amenities-wrapper {
    margin-bottom: 10px;
  }

  .hlsg-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .hlsg-arrow {
    display: flex;
  }

  .hlsg-box .thumbnail {
    height: 400px;
  }

  .hlsg-box .content-wrapper {
    padding: 0 30px;
    margin-top: -50px;
  }

  .hlsg-box .content-wrapper {
    padding: 0 25px;
  }

  .hlsg-swiper {
    margin-bottom: 10px;
  }

  .hlsg-box .content {
    background: #ffffff;
    padding: 19px 22px;
  }

  .sslots-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .sslots-slider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pb-100 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sslots-wrapper.active {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sslots-arrow {
    display: block;
  }

  .sslots-container {
    padding: 0 !important;
  }

  .sslots-box .card-body {
    padding-left: 57px !important;
    padding-right: 57px !important;
  }

  .se-section {
    background: #ffffff !important;
    background-size: cover !important;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .se-section .se-content {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    padding-top: 30px;
  }

  .se-section .se-thumbnail {
    width: 100%;
    margin-bottom: 20px !important;
  }

  /* %%%%%%%%%%%%% amenities section design %%%%%%%%%%%% */

  .amenities-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  /* %%%%%%%%%%%%% insta field section design %%%%%%%%%%%% */
  .insta-field-section .container-fluid {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .insta-field-section .insta-img {
    min-height: 400px;
  }

  /* %%%%%%%%%%%%% discover room new design %%%%%%%%%%%% */
  .dr-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dr-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .pb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .dr-section .container-fluid:nth-child(n) .slider-side:nth-child(n) {
    width: 100%;
    background: url("../images/tree-line-pattern.png") #fffaf1;
    margin-bottom: 84px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px 0;
  }

  .dr-section .content-side {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dr-section .swiper-container {
    left: auto;
    width: 100%;
    top: 60px;
  }
  .dr-section .container-fluid.reverse .slider-dr{
    right: 0;
  }

  .dr-section .content-side h2 {
    margin-bottom: 8px;
  }

  .amenities-wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pu-box .content h3 {
    margin-bottom: 10px;
  }

  .next-win-post:not(:first-child) h3 a {
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    display: inline-block;
  }

  /***********
    Casino Page Styling
    ************/
  /*
    Casino-map
  */
  .casino-map {
    padding-top: 60px !important;
    padding-bottom: 60px;
  }

  .casino-map .map-btn {
    margin-top: 58px;
    padding-right: 6px;
  }

  .scu-slider-btns {
    width: 50px;
  }

  .scu-slider-btns img {
    max-width: 12px !important;
  }

  /*
    slots-section
    */
  .slots-section {
    padding: 50px 0 20px;
  }

  .slots-section .slots-box {
    flex-direction: column;
  }

  .slots-section .slots-box .slot-content {
    width: 100%;
  }

  .slots-section .slots-box .slot-content:nth-child(1) {
    position: relative;
    border: none;
    padding-right: 0;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slots-section .slots-box .slot-content:nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }

  .slots-section .slots-box .slot-content:nth-child(1)::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .slots-section .slots-box .slot-content p {
    color: #000;
    margin-top: 0px;
    margin-left: -3px;
  }

  .slots-section .slots-box .slot-content .slots-numb,
  .slots-section .slots-box .slot-content h3 {
    display: inline-block;
  }

  .slots-section .slots-box .slot-content h4,
  .slots-section .slots-box .slot-content p {
    text-align: center !important;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slots-section .slots-btn {
    margin-top: 27px;
  }

  /*
    chips-stack
  */
  .chips-stack {
    background: #fff;
    padding: 60px 0 84px;
  }

  .chips-stack-up-section {
    padding: 60px 0 30px;
    background-position: right -163px top;
    background-size: 331px;
  }

  .chips-stack-up-section .simple-cta-button-wrapper {
    padding-top: 10px;
  }

  .mob-nopad {
    padding-left: 0;
    padding-right: 0;
  }

  .scu-slider-bar .scu-slider-title h3 {
    font-size: 1em;
    margin-left: 8px;
  }

  .scu-slider-bar {
    width: calc(100% - 40px);
  }

  /*
    casino-features
  */
  .casino-features {
    background: none;
    padding: 60px 0 40px;
  }

  /***********
    Club Serrano Page Styling
    ************/
  .cs-img-thumbnail,
  .cs-flex .btn {
    display: none;
  }

  /*
    rewards-section
    */

  .rewards-section {
    padding: 50px 0;
  }

  .rewards-section .rewards-Box {
    background: #fff;
  }

  .rewards-Box .rewards-list,
  .rewards-Box .rewards-list:nth-child(2) {
    padding-left: 8px !important;
  }

  .rewards-section .rewards-Box .rewards-list:nth-child(2) ul {
    padding-left: 21px !important;
  }

  .rewards-section .rewards-headline .rh-para {
    padding-right: 0;
    max-width: 100%;
  }

  /*
    team spirit section
   */

  .team-spirit .team-marg {
    margin-top: 30px;
  }

  .team-spirit .teams-row {
    margin-top: 30px;
    flex-direction: column-reverse;
  }

  .team-spirit .team-img {
    max-width: 68px;
  }

  .team-spirit .teams-box .team-info {
    padding-left: 19px;
  }

  .team-spirit .teams-box .team-info p {
    margin-top: 0;
  }

  /***********
    Food-drink Page Styling
 ************/

  .cd-post {
    flex-direction: column !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-left: -10px !important;
    padding-right: 0 !important;
  }

  .cd-post .cd-thumbnail {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .cd-post .cd-content {
    width: 100% !important;
    padding: 45px !important;
    margin: 0 !important;
  }

  /*
  Casual Dining
 */
  .casual-dining>.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .casual-dining .casual-dining-headline {
    padding-left: 15px;
    padding-right: 15px;
  }

  .casual-block {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .casual-block .cd-slider .cd-post .cd-content {
    margin-left: 0 !important;
    min-height: calc(100% - 200px);
}
.casual-block .swiper-button-prev,
.casual-block .swiper-button-next{
    top: calc(50% + 100px);
}
  .cd-post .cd-thumbnail{
      height: 200px;
  }
  .casual-block .cd-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .casual-block .cd-slider .cd-post {
    margin-left: 0 !important;
    padding: 0 !important;
  }.casual-block .cd-slider .cd-post .cd-content{
      margin-left: 0 !important;
  }

  .casual-block .cd-slider .swiper-button-next,
  .casual-block .cd-slider .swiper-button-prev {
    top: calc(50% + 35vw);
  }

  /*
    Quick Bites
   */

  .quick-bites>.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-bites .quick-bites-headline {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .bites-block .qb-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .bites-block .qb-slider .cd-post {
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .bites-block .qb-slider .swiper-button-next,
  .bites-block .qb-slider .swiper-button-prev {
    top: calc(50% + 35vw);
  }

  .cd-slider .swiper-pagination,
  .qb-slider .swiper-pagination {
    display: none;
  }

  /*
  room dining section
 */
  .room-dining {
    padding: 60px 0;
  }

  .room-dining .room-Flex {
    flex-direction: column-reverse;
  }

  .room-dining .room-Flex .dining-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .room-dining .dining-content {
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .general-widget.promo-box {
    text-align: center;
  }

  .room-dining .dining-content .simple-cta-button-wrapper {
    text-align: center;
    padding-top: 31px;
  }

  /***********
    Resort Page
    ************/
  .discover-room {
    background: #fff;
  }

  .discover-room .dr-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .discover-room .dr-slider .swiper-slide {
    width: 100%;
  }

  .discover-room .dr-slider .swiper-button-next,
  .discover-room .dr-slider .swiper-button-prev {
    top: 70%;
  }

  .discover-room .dr-box {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .discover-room .dr-box .dr-info {
    padding: 20px 0px;
    width: 100%;
  }

  .discover-room .dr-box .dr-info .dr-headline {
    padding-right: 0;
    padding-left: 0;
  }

  .discover-room .dr-box .dr-thumbnail {
    max-width: 375px;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .discover-room .dr-box .dr-info .simple-cta-button-wrapper {
    text-align: center;
  }

  /***********
    asscessibility Page
 ************/
  .access-section .access-box {
    background-size: 635px;
  }

  /***********
    Privacy Policy Page
 ************/
  .privacy-section .privacy-box {
    background-size: 635px;
  }

  /***********
   Stay Page
 ************/
  /*
 Suite Section
 */
  .suite-section,
  .suite-primary {
    background-image: none;
    padding-top: 55px;
    padding-bottom: 30px;
  }

  .suite-box,
  .suite-primary .suite-box {
    flex-direction: column;
  }

  .suite-box .suite-thumbnail {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .suite-box .suite-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .suite-box .suite-content .suite-headline {
    text-align: center;
  }

  .suite-box .suite-info {
    justify-content: center;
  }

  .suite-box .simple-cta-button-wrapper {
    padding-top: 10px;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 750px){
  .video-bg{
    display: none !important;
  }
}
@media screen and (max-height: 760px) and (max-width: 760px) {

  .slider-caption {
    width: 100%;
    padding: 15px 40px;
  }

  .slider-caption h5 {
    margin-bottom: 5px;
  }

  .slider-caption p {
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 640px) {
}
/* max-479 files */
@media screen and (max-width: 580px) {
  .wpb_footer .footer-top .column {
    width: 100%;
    position: relative;
  }
  .wpb_footer .footer-top .column:not(:last-child)::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: rgb(255 250 241 / 30%);
  }

  .wpb_footer .footer-top .footer-accessibility-social-section {
    order: 3;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .wpb_footer .footer-top .footer-nav-column {
    order: 2;
  }
  .wpb_footer .footer-top .footer-nav-column nav.nav-col-1{
    padding-right: 15px;
  }
  .wpb_footer .footer-top .footer-nav-column nav.nav-col-2 {
    padding-top: 0;
    padding-left: 15px;
  }
  .wpb_footer .footer-top .footer-logo-column .footer-logo-health{
    margin-left: -10px;
  }

  .wpb_footer .footer-top .footer-accessibility-social-section a {
    margin-bottom: 0px;
  }
}

/* max-479 files */
@media (max-width: 479px) {

	.classic-block p {
		font-size: 13px;
	}
	.book_now_popup{
    padding: 40px 20px 20px;
  }
  /* %%%%%%%%%%%%% promotion section design %%%%%%%%%%%% */
  .all-event-section-wrapper .swiper-button-next,
  .all-event-section-wrapper .swiper-button-prev {
    top: calc(50% + 95px);
  }

  .next-win-post:nth-child(n) {
    height: auto;
  }

  .all-event-section-wrapper .event-block .event-image-wrapper {
    min-height: 188px;
  }

  .all-event-section-wrapper .event-block .event-image-wrapper img,
  .all-event-section-wrapper .event-block:first-child .event-image-wrapper img {
    height: 188px !important;
  }

  .pf-box .thumbnail img {
    height: auto;
    width: 100%;
  }

  .promotion-box .content {
    padding: 30px 57px !important;
  }

  .promotion-box .thumbnail img {
    height: 243px !important;
    object-fit: cover;
  }

  .count-down-box #pt-countdown>ul>li .h1 {
    min-width: auto;
  }

  .hlsg-box .thumbnail {
    height: 200px;
  }

  .hlsg-arrow {
    top: calc(50% + 65px);
  }

  /* %%%%%%%%%%%%% splash section design %%%%%%%%%%%% */
  .splash-box {
    display: flex;
    flex-direction: column;
  }

  .splash-box .thumbnail {
    width: 100%;
  }

  .splash-box .content {
    width: 100%;
    padding: 5px;
  }

  .newsletter-note {
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
  }

  .inner-page-hero-section .container-fluid:before {
    background-size: 350px;
    width: 600px;
    left: -120px;
  }

  body .hero-section .container-fluid,
  .hero-slider-section .swiper-slide {
    min-height: 0;
  }

  .inner-page-hero-section .container-fluid {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .all-event-section-wrapper .event-block .event-content-wrapper,
  .all-event-section-wrapper .event-block:first-child .event-content-wrapper {
    padding: 15px 30px 0;
  }

  .event-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .event-slider .swiper-button-next {
    right: 5px;
  }

  .event-slider .swiper-button-prev {
    left: 5px;
  }

  .tab-trigger {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .casino-cards {
    width: 240px;
    top: -110px;
  }

  .casino-slider .swiper-button-next {
    right: 10px;
    top: 70px;
  }

  .casino-slider .swiper-button-prev {
    left: 10px;
    top: 70px;
  }

  .casino-slider .swiper-pagination {
    display: none;
  }

  .casino-post-content h2 span {
    display: inline-block;
  }

  .next-win-post:not(:first-child) .next-post-content,
  .next-post-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mobile-sticky>a,.mobile-sticky>div  {
    padding-left: 10px;
    padding-right: 10px;
  }

  body .inner-page-hero-section .container-fluid .row {
    min-height: 245px;
  }

  .inner-page-hero-section .container-fluid h1 {
    font-size: 31px;
    line-height: 130%;

  }

  .drink-slider-outer .swiper-button-prev {
    left: 7px;
    margin-top: -22px;
    top: calc(50% + 100px);
  }

  .drink-slider-outer .swiper-button-next {
    right: 7px;
    margin-top: -22px;
    top: calc(50% + 100px);
  }

  .drink-post-thumbnail {
    height: 200px;
  }

  .next-win-post .thumbnail-next-win:after {
    content: '';
    padding-bottom: 147px;
    display: block;
  }

  .next-win-slider-button-next,
  .next-win-slider-button-prev {
    top: calc(50% + 80px);
  }

  .resort-form-block-section .block-content h3 {
    margin: 0 0 20px;
  }

}




/* max-374 files */

@media (max-width: 374px) {

  h2,
  .h2 {
    font-size: 28px;
    line-height: 33.6px;
  }

  .inner-page-hero-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-link>li,
  .user-link,
  .top-bar .openid-connect-login-form .btn {
    font-size: 12px;
    padding-left: 6px;
  }

  .top-link {
    margin-left: 6px;
  }

  .more-event-link-button {
    padding: 30px 30px 0;
  }

  .all-event-section-wrapper .event-block .event-content-wrapper,
  .all-event-section-wrapper .event-block:first-child .event-content-wrapper {
    padding: 15px 30px 0;
  }

  .event-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .event-slider .swiper-button-next {
    right: 5px;
  }

  .event-slider .swiper-button-prev {
    left: 5px;
  }

  .vip-slide-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .vip-slide-content {
    padding: 25px 20px 120px 20px;
  }

  .vip-slide-footer-right-column {
    padding-top: 0;
  }

  .vip-slide-footer-left-column p {
    margin: 0;
  }

  .team-spirit .team-img {
    max-width: 55px;
  }
  body .top-link>li,
  .top-bar .openid-connect-login-form .btn{
    font-size: 12px;
  }
}


/* Code for Cookies */
.cn-text-container {
  margin-top: 6px;
}
#cookie-notice {
  background-color: rgba(0, 0, 0, 0.85) !important;
  position: fixed;
  z-index: 11111;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
}
#cookie-notice #cn-notice-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cookie-notice #cn-notice-text + #cn-accept-cookie,
#cn-notice-buttons {
  display: none !important;
}
.cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: none;
}
.cn-close-icon:before, .cn-close-icon:after {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
.cn-close-icon:before {
  transform: rotate(
45deg);
}
.cn-close-icon:after {
  transform: rotate(
-45deg);
}
#cookie-notice .cookie-notice-container {
  padding: 25px 50px;
  margin-left: auto;
  margin-right: auto;
}
#cookie-notice .cookies-message {
  text-align: left;
  font-family: Arial;
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  max-width: 60%;
  margin: 0 1em 0 auto;
}
.cookies-message a{
  color: inherit;
}
#cookie-notice .cookies-button-container {
  max-width: 40%;
  text-align: center;
  display: flex;
  align-content: space-between;
  margin: 0 auto;
  font-weight: bold;
}
#cookie-notice .cookies-button-container .cookies-button {
  border: 0;
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  padding: 5px 10px;
  min-width: 110px;
  font-weight: 500;
  border-radius: 0px;
  text-align: center;
  background-color: var(--button-bg);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#cookie-notice .cookies-button-container .cookies-button:hover {
  color: var(--button-bg);
  background-color: #fff;
}
.tour-schedule-form-column .elementor-shortcode h1,
.aai-contact-form-section .elementor-shortcode h1 {
  margin-top: 0;
  text-align: center;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
	.block-views-blockfeature-blog-block-1 .fullpost {
		padding: 0px 15px 30px 15px;
	}
	#block-views-block-feature-blog-block-1 .featured-blog-contents {
		padding: 25px 30px 0;
		width: 100%;
	}
	.featured-blog-section .featured-blog-contents p.topics{
		margin-bottom: 9px;
	}
	.featured-blog-section {
		flex-direction: column;
	}
	.featured-blog-image {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #cookie-notice .cookie-notice-container {
    padding: 25px 40px;
  }
  #cookie-notice .cookies-message {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #cookie-notice .cookie-notice-container {
    padding: 25px 40px;
  }
  #cookie-notice .cookies-message {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-bottom: 25px;
    margin: 0 auto;
  }
  #cookie-notice .cookies-button-container {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #cookie-notice #cn-notice-text {
    display: block;
  }
}
/* End Code for Cookies */

.page-node-4606 .main-menu>li>a[href="/food-drink"],
.page-node-4596 .main-menu>li>a[href="/food-drink"],
.page-node-4611 .main-menu>li>a[href="/food-drink"],
.page-node-4621 .main-menu>li>a[href="/food-drink"],
.page-node-4626 .main-menu>li>a[href="/food-drink"],
.page-node-4631 .main-menu>li>a[href="/food-drink"],
.page-node-1896 .main-menu>li>a[href="/food-drink"],
.page-node-1846 .main-menu>li>a[href="/food-drink"],
.page-node-4616 .main-menu>li>a[href="/food-drink"],
.page-node-6751 .main-menu>li>a[href="/food-drink"],
.page-node-11736 .main-menu>li>a[href="/food-drink"],
.page-node-7266 .main-menu>li>a[href="/food-drink"],
.page-node-6176 .main-menu>li>a[href="/food-drink"]
 {
    color: #464646 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.page-node-4611 .award-wining {
  padding-top: 0 !important;
}

/**
  DatePicker Styling
*/
body .datepicker .next.disabled,
body .datepicker .prev.disabled{
  visibility: visible;
  opacity: .4;
  pointer-events: none;
}
.datepicker td, .datepicker th{
  border-radius: 0;
}
.datepicker tr th{
  border-radius: 0;
  background: var(--button-bg) !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
  background: var(--button-bg) !important;
  border-radius: 0;
}
.datepicker table tr td span{
  border-radius: 0;
}
.dropdown-menu{
  width: 295px;
  padding: 0;
    border-radius: 0;
}
.datepicker-dropdown:after{
  border-bottom: 6px solid #a6631b;
}
.datepicker table thead > tr{
  border-bottom: 0;
}
.datepicker table thead > tr:last-child{
  border-bottom: 1px solid #fff;
}
.table-condensed tr{
  background: none;
}




/**
  SPA Styling
*/

.serreno-spa-top{
  text-align: center;
  width: 930px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto 58px;
}
.serreno-spa-logo{
  margin-bottom: 58px;
}
.serreno-spa-top h2{
  margin: 0 0 25px;
}
.serreno-spa-block{
  padding: 100px 0px;

  background: linear-gradient(90deg, rgba(166, 99, 27, 0.1) 0%, rgba(166, 99, 27, 0) 100%);
  background: #fff url(../images/serano_background.jpg) no-repeat top center;
  background-size: cover;
}
.serreno-spa-tab-slider {
padding: 38px 40px;
background: #fff url(../images/half-tree.svg) no-repeat left center;
  width: 1170px;
  max-width: calc(100% - 30px);
  background-size: auto 100%;
}
.simple-cta-slider-content ul {
  column-count: 2;
}
.serreno-spa-trigger {
padding: 7px 15px;
color: #A6631B;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
line-height: 1.25;
cursor: pointer;
display: inline-block;
letter-spacing: 0.02em;
}

.serreno-spa-trigger:hover,
.serreno-spa-trigger.active {
background: #A6631B;
color: #fff;
}

.serreno-spa-tab-slider .swiper-slide {
padding: 0 25px;
border-left: 1px solid #a66318;
width: auto;
}

.serreno-spa-tab-slider .swiper-slide:first-child {
padding-left: 0;
border-left: 0;
}

.serreno-spa-tab-slider .swiper-slide:last-child {
padding-right: 0;
}
.serreno-spa-tab-slider:not(.is-ended):after {
width: 170px;
position: absolute;
top: 0;
right: 0px;
height: 102%;
background: rgb(255,255,255);
background: -moz-linear-gradient(270deg, rgba(255,255,255, 1) 30%, rgba(255,255,255, 0) 100%);
background: -webkit-linear-gradient(270deg, rgba(255,255,255, 1) 30%, rgba(255,255,255, 0) 100%);
background: linear-gradient(270deg, rgba(255,255,255, 1) 30%, rgba(255,255,255, 0) 100%);
z-index: 11;
content: '';
pointer-events: none;
}

.serreno-spa-tab-slider:not(.is-started):before {
width: 170px;
position: absolute;
top: 0;
left: 0px;
height: 102%;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 70%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 70%);
background: linear-gradient(90deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 70%);
z-index: 11;
content: '';
pointer-events: none;
}

.serreno-spa-tab-slider .swiper-button-next {
z-index: 12;
right: 14px;
}

.serreno-spa-tab-slider .swiper-button-prev {
z-index: 12;
left: 14px;
}
.serreno-text-top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.serreno-text-top h4{
  margin: 0;
  align-self: center;
  letter-spacing: 0;
}
.serreno-text-price{
  display: none;
}
.serreno-text-price p{
  margin: 0;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: right;
  color: #A6631B;
}
.serreno-text-price p strong,
.serreno-text-price h6{
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5;
  text-align: right;
  color: #352A22;
  display: block;
  margin: 0px;
}
.serreno-text-block{
  padding: 21px 30px 28px;
  background: #fff;
  margin-bottom: 32px;
  margin-left: 5px;
}
.serreno-text-bottom p:last-child{
  margin-bottom: 0;
}
.serreno-text-block:last-child{
  margin-bottom: 0;
}
.serreno-spa-tab-block{
  margin-top: 60px;
}
.side-cta{
  /* padding: 55px 50px; */
  background: #fff;
  /* outline: 1px solid #A6631B;
  outline-offset: -21px; */
  position: sticky;
  top: 100px;
  padding: 20px;
}
.side-cta .diamond-bg{
  display: none;
}
.side-cta-inner{
  padding: 32px 30px;
  border: 1px solid #A6631B;
  position: relative;
  z-index: 1;
}
.side-cta-inner h3{
  text-transform: uppercase;
  margin-bottom: 32px;
}
.side-cta-content{
  margin-bottom: 30px;
}
.side-cta-content p:last-child{
  margin-bottom: 0;
}
.serreno-spa-tab-content{
  display: none;
}
.serreno-spa-tab-content.active{
  display: block;
}
.serreno-spa-block{
  position: relative;
}
.diamond-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.serreno-spa-tab-content .container-fluid{
  position: relative;
  z-index: 1;
}
.side-cta .diamond-bg{
  background-size: 128px auto;
  bottom: 0;
}
.bedroom-section{
  padding: 100px 0 68px;
}
.bedroom-section .room-block-section{
  margin-top: 40px;
}
.room-header>h2{
  text-align: center;
  margin: 0 0 24px;
}
.room-header>p{
  text-align: center;
  margin: 0;
}
#block-sanmanuel-content .bedroom-slider img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#block-sanmanuel-content .bedroom-post .simple-cta-button-wrapper a:only-child{
  margin-bottom: 0;
}
.bedroom-content{
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.bedroom-content h3{
  font-weight: 400;
  margin-right: 70px;
  margin-bottom: 32px;
}
.bedroom-content h3 span{
  display: block;
  font-weight: 600;
  color: #A6631B;
}
.bedroom-content .simple-cta-button-wrapper{
  padding-top: 0;
  margin-top: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.bed-description{
  margin-bottom: 32px;
  margin-right: 116px;
}
.bed-description p,
.bed-description{
  font-weight: 700;
}
.bedroom-post {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: relative;
}
.bedroom-post .swiper-button-prev,
.bedroom-post .swiper-button-next{
  top: 496px;
}
.bedroom-post .swiper-button-next{
  right: 30px;
}
.bedroom-post .swiper-button-prev{
  right: 86px;
  left: auto;
}
.slideofbedroom {
  position: absolute;
  bottom: auto;
  top: 20px;
  right: 30px;
  z-index: 1;
  color: #fff;
  left: auto;
  width: auto;
  font-size: 1em;
  line-height: 1.625;
  z-index: 11;
  background: #0000;
}
#__dimScreen {
  min-height: 100%;
  z-index: 99999 !important;
}
#__dimScreen .message{
      position: absolute;
  background-color: #FFFAF1;
  background-image: url(../images/events-list-bg-tree.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: -130px -20px;
  max-width: 540px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}

#__dimScreen .message strong{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 45px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

#__dimScreen .message div{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#__dimScreen .message div a{
  background: var(--button-bg);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: center;
  color: var(--white-color);
  padding: 17px;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid var(--button-bg);
  text-transform: uppercase;
  max-width: 100%;
}

#__dimScreen .message div a:hover{
  background: #fff;
  color: var(--button-bg);
}

#__dimScreen .message div a + a{
      background: #FFF;
  color: var(--button-bg);
  border-color: var(--albescent-color);
}

#__dimScreen .message div a + a:hover{
  background: var(--button-bg);
  color: #fff;
  border-color: var(--button-bg);
}

.translation-popup-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
      background: rgba(0, 0, 0, .75);
      display: none;
}
.translation-popup-wrapper button + button:not(:hover) {
  background: #FFF;
  color: var(--button-bg);
  border-color: var(--albescent-color);
}
.footer-logos-row{
  margin-top: 30px;
}
.translation-popup-inner {
  position: absolute;
  background-color: #FFFAF1;
  background-image: url(../images/events-list-bg-tree.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  background-position: -130px -20px;
  max-width: 540px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}
.tranlate-button{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.translate-bar{
  background: #fcf0da;
  padding: 3px 0;
}
.translate-bar>.container-fluid{
  max-width: 1270px;
}
.translate-bar .google-translator-switch{
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  color: #A6631B;
  text-transform: capitalize;
}
.translate-bar .google-translator-switch::before{
  width: 18px;
  height: 18px;
  background: url(../images/g_translate_ic_icon.svg) no-repeat center center;
  display: inline-block;
  background-size: contain;
  content: '';
  vertical-align: middle;
  margin-right: 4px;
}

.translate-bar .google-translator-switch:hover{
  text-decoration: underline;
}
.translate-bar .goog-te-gadget .goog-te-combo{
  border-color: #A6631B;
  color: #A6631B;
}
.translate-bar #google_translator_element a,
.translate-bar #google_translator_element span,
.translate-bar #google_translator_element div{
   color: #A6631B;
}
iframe[src*="youtube.com"]{
	width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
/* .newsletter-form-heading h3:after {
    content: "";
    width: 101px;
    height: 32px;
    display: inline-block;
    background-image: url(../images/All_Thrill-W-REGISTERED_R1.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100px 32px;
    margin-left: 10px;
    margin-bottom: -5px;
} */
@media (max-width: 1024px) {
  #block-sanmanuel-content .bedroom-slider img{
      height: 250px;
  }
  .bedroom-post .swiper-button-prev, .bedroom-post .swiper-button-next{
      top: 296px;
  }
  .bedroom-content{
      padding: 20px;
  }
  .bedroom-post .swiper-button-next {
      right: 20px;
  }
  .bedroom-post .swiper-button-prev {
      right: 46px;
  }
  .bedroom-content h3,
  .bed-description{
      margin-right: 50px;
  }
  .serreno-spa-block {
      padding: 80px 0;
  }
  .bedroom-section {
      padding: 80px 0 48px;
  }
  .bedroom-block-slider-next {
      display: none;
  }
  .diamond-bg{
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .side-cta{
    margin-bottom: 34px;
  }
  .serreno-text-block{
    margin-left: 0;
  }
  .page-node-12286 .details-wrapper{
	margin-bottom: 0;
  }
  .page-node-12286 .half-width-bg{
	padding-bottom: 0;
  }
  .page-node-1846 .large-top-bottom-space{
	  margin: 0;
	  padding: 0;
  }
}
@media (min-width: 768px) {
  .bedroom-block-slider>.swiper-wrapper{
      transform: translate(0) !important;
      flex-wrap: wrap;
      justify-content: center;
  }
  .bedroom-block-slider>.swiper-wrapper>.swiper-slide{
      width: 50%;
      padding: 0 15px;
      margin: 0 !important;
  }
  .bedroom-block-slider-next,
  .bedroom-block-slider-prev{
      display: none !important;
  }
}
@media (max-width: 767px) {
	.page-node-2196 .entertainment-slider{
		margin-bottom: 0 !important;
	}
  .serreno-spa-tab-slider{
      padding: 28px 40px;
  }
  .serreno-spa-tab-block{
      margin-top: 32px;
  }
  .side-cta{
      margin-bottom: 30px;
  }
  .diamond-bg{
      display: none;
  }
  .side-cta .diamond-bg{
      display: block;
  }
  .side-cta-inner{
      text-align: center;
  }
  .side-cta-content{
      max-width: 194px;
      width: 100%;
      margin: 0 auto 22px;
  }
  .serreno-spa-block{
      padding: 60px 0;
  }
  .serreno-spa-logo{
      margin-bottom: 32px;
  }
  .serreno-spa-top h2 {
      margin: 0 0 26px;
  }
  .serreno-spa-top{
      margin-bottom: 40px;
  }
  .side-cta-inner{
      padding: 22px 18px 18px;
  }
  .side-cta-inner h3{
      margin-bottom: 16px;
  }
  .side-cta {
      margin-bottom: 34px;
  }
  .serreno-text-block{
      margin-left: 0;
  }
  .serreno-text-block{
      padding: 20px 20px 32px;
      margin-bottom: 24px;
  }
  .serreno-text-top h4{
      width: 50%;
      line-height: 28px;
  }
  .serreno-text-top{
      margin-bottom: 17px;
  }
  .bedroom-content h3, .bed-description{
      margin-right: 0;
  }
  .bedroom-section .col-md-12:not(.room-header){
      padding: 0;
  }
  .bedroom-content{
      margin-left: 20px;
      margin-right: 20px;
      padding-left: 35px;
      padding-right: 35px;
      box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  }
  .bedroom-slider{
      padding: 0 20px;
  }
  .bedroom-swiper-next{
      display: none;
  }
  .bedroom-swiper-prev{
      display: none;
  }
  .bedroom-block-slider-next{
      top: calc(50% + 135px);
      right: 20px;
      margin-top: 0;
      margin-top: -44px;
  }
  .bedroom-block-slider-prev{
      top: calc(50% + 135px);
      left: 20px;
      margin-top: -44px;
  }
  .bedroom-post{
      box-shadow: none;
  }
  .bedroom-section {
      padding: 60px 0 38px;
  }
  .serreno-spa-tab-slider:not(.is-ended):after{
      width: 90px;
  }
  .serreno-spa-tab-slider:not(.is-start)::before{
      width: 90px;
  }
  .bedroom-block-slider-next{
      display: block;
  }
  .bedroom-block-slider-next.swiper-button-disabled{
      display: none;
  }
  .slideofbedroom{
      display: none !important;
  }
  #block-sanmanuel-content .bedroom-slider img{
    height: 267px;
  }
  [about="/casino/promotions"] .pf-slider-container {
    padding: 0 !important;
    width: calc(100% - 30px);
  }
  [about="/casino/promotions"] .promotions-wraper{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .wpb_footer .footer-top .footer-logo-column .footer-logo-health{
    width: 58px;
    margin-left: 6px;
  }
  .wpb_footer .footer-top .footer-logo-column {
    padding-top: 0px;
  }
  .wpb_footer .footer-top .footer-logo-column p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.214289;
    margin: 31px 0 0 6px;
  }
  .wpb_footer .footer-top .footer-logo-column address{
    margin: 11px 0 0 6px;
  }
  .wpb_footer .footer-top .footer-logo-column address + p{
    margin-left: 6px;
  }
  .wpb_footer .footer-top .footer-logo-column{
    padding-bottom: 30px;
  }
  .wpb_footer .footer-top .footer-nav-column nav li a{
    line-height: 22px;
  }
  .wpb_footer .footer-top .footer-nav-column {
    order: 2;
    padding: 27px 20px 34px;
  }
  .wpb_footer .footer-top .footer-accessibility-social-section{
    text-align: center;
  }
  .footer-social-icon-wrapper{
    justify-content: center;
    margin-top: 6px;
  }
  .footer-social-icon-wrapper li {
    margin: 0px 0px 0px 30px;
  }
  .footer-bottom {
    padding: 23px 0 67px !important;
  }
  .wpb_footer .footer-bottom p{
    line-height: 28px;
  }
  .wpb_footer .footer-bottom .privacy-links{
    margin-bottom: 0;
  }
  .wpb_footer .footer-bottom .privacy-links li {
    padding: 0 10px;
    margin: 0;
}
.be-ix-link-block .be-related-link-container .be-list .be-list-item a{
  line-height: 28px;
}
.be-ix-link-block .be-related-link-container .be-label{
  padding-bottom: 0 !important;
}
}
@media (max-width: 767px) and (min-width: 500px) {
  .cd-post .cd-thumbnail{
    height: 400px;
  }
  .casual-block .swiper-button-prev, .casual-block .swiper-button-next {
    top: calc(50% + 200px);
  }
  .casual-block .cd-slider .cd-post .cd-content {
    margin-left: 0 !important;
    min-height: calc(100% - 400px);
  }
}
@media (max-width: 640px) and (min-width: 400px) {
  [about="/spa"] .promo-slider .swiper-slide{
    max-width: 100%;
  }
  [about="/spa"] .promotion-thumbnail {
    height: 383px;
  }
  [about="/spa"] .promo-slider .swiper-button-next,
  [about="/spa"] .promo-slider .swiper-button-prev{
    margin-top: 167px;
  }
}
@media (max-width: 399px) {
  [about="/spa"] .promo-slider .swiper-slide{
    max-width: 100%;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Hero Section CSS Starts */
.hero-wrapper {
  background-image: url(../img/Hero-bg.png), url("../img/Overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.hero-wrapper:after{
  content: '';
  background: linear-gradient(90deg, rgba(0,0,0, .7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-wrapper .hero-content {
  display: flex;
  min-height: 500px;
  padding: 40px 30px;
  position: relative;
}

.hero-wrapper .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.hero-wrapper .hero-content-text {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 3;
  width: 46%;
  height: 100%;
}

.hero-wrapper .hero-content-text h1 {
	color: #fff;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.1;
}

.hero-wrapper .hero-content-text h3 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}

.hero-wrapper .hero-content-text .hero-para p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero-wrapper .hero-content-text .hero-para p {
    display: none;
  }

  .hero-wrapper .hero-content-text {
    width: 100%;
  }

  .hero-wrapper .hero-content {
    min-height: 245px;
    padding: 24px 15px;
  }

  .hero-wrapper .container-fluid {
    margin: 0;
  }

  .hero-wrapper .hero-content-text h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
  }

  .hero-wrapper .hero-content-text h3 {
    font-size: 1em;
    line-height: 1.625;
    margin-bottom: 0;
  }
}

/* -------------------
Hero Section CSS Ends
-------------------- */

/* Venue-detail-wrapper CSS Starts  */
.venue-detail-wrapper {
  padding: 40px 30px 100px;
  background:#FFFAF1 url(../img/tree-line-pattern.png);
}

.venue-detail-wrapper .container-fluid {
  margin: 0 auto;
  padding: 0;
  max-width: 1170px;
}

.venue-detail-wrapper .hero-para p {
  display: none;
}

.venue-detail-wrapper .ticket-detail {
  background-color: #fff;
  padding: 32px 70px 28px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.venue-detail-wrapper .ticket-detail .btn-wrapper {
  width: 170px;
}

.venue-detail-wrapper .ticket-detail .btn-wrapper .btn {
  display: inline-block;
  max-width: 415px;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.625;
  padding: 13px 17px 12px 17px;
}

.venue-detail-wrapper .btn-wrapper button:disabled,
.venue-detail-wrapper .btn-wrapper button[disabled],
.venue-detail-wrapper .btn-wrapper button:disabled:hover,
.venue-detail-wrapper .btn-wrapper button[disabled]:hover,
.venue-detail-wrapper .btn-wrapper a.disabled,
.venue-detail-wrapper .btn-wrapper a.disabled:hover{
  background-color: #717171 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: 1px solid #717171;
}

.venue-detail-wrapper .content-left {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 170px);
  padding-right: 30px;
  justify-content: space-between;
}

.content-left .inner-wrap {
	flex: 1;
	max-width: fit-content;
}

.content-left .inner-wrap:not(:last-child) {
  padding-right: 40px;
}

.content-left .inner-wrap h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.content-left .inner-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.cards-wrap .btn-wrap,
.card-wrap .btn-wrap {
  margin-top: auto;
}

.cards-wrap .btn-wrap .read-more,
.card-wrap .btn-wrap .read-more {
  text-transform: capitalize;
  letter-spacing: -0.01px;
}

.venue-detail-wrapper .btn-wrap .btn {
  max-width: 415px;
  width: 100%;
  display: inline-block;
}

.venue-detail-wrapper .btn-wrapper .btn::after,
button:not(.slick-arrow):after {
  content: none;
}

.venue-detail-wrapper .btn-wrap .book-btn:hover {
  color: var(--button-bg);
  background: var(--white-color);
}

/* Details Venue Styling */
.details-wrapper {
  background-color: #fff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
  padding: 80px 70px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.page-node-7156 .entertainment-header{
  padding-bottom: 40px;
}
.page-node-7156 .yaamava-accordions-section{
  padding-bottom: 0;
}
.page-node-7156 .simple-cta-section,
.page-node-6161 .simple-cta-section{
  padding-top: 80px;
}
.details-wrapper h2 {
  margin-bottom: 60px;
}

.details-wrapper .simple-cards {
  width: calc(100% + 30px);
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.details-wrapper .simple-cards:last-child{
  margin-bottom: 0;
}
.simple-cards .card-wrap {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 30px);
  margin: 15px;
}
.simple-cards .card-wrap.half{
  width:calc(50% - 30px);
}
.simple-cards .card-wrap.full{
  width:100%;
  margin: 15px 0;
  text-align: center;
}

.simple-cards .card-wrap.full a.read-more>span:last-child:after{
  display: none;
}
.half-width-bg{
  padding: 60px 0;
}
.simple-cards .card-wrap h3 {
  margin-bottom: 16px;
}

.simple-cards .card-wrap .text-wrap {
  margin-bottom: 7px;
}

.simple-cards .card-wrap .text-wrap p {
  margin-bottom: 16px;
}

.simple-cards .card-wrap .text-wrap  a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}

.simple-cards .card-wrap .text-wrap a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.simple-cards .card-wrap .simple-card-cta {
  margin-top: auto;
  text-transform: capitalize;
  line-height: 25.2px;
}

.simple-cards .card-wrap .simple-card-cta:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.img-cards-wrap {
  width: calc(100% + 30px);
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}

.img-cards-wrap .cards-wrap {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
  margin: 15px;
}



.img-cards-wrap .cards-wrap .cards-content {
  height: 100%;
  display: flex;
  flex-direction: column;

}

.img-cards-wrap .cards-wrap .cards-content .card-btn {
  margin-top: auto;
  text-transform: capitalize;
  line-height: 25.2px;
}

.card-wrap .cards-thumbnail {
  position: relative;
  padding-bottom: 68%;
  margin-bottom: 32px;
}

.card-wrap .cards-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cards-wrap .cards-wrap .cards-text p {
  margin-bottom: 16px;
}
.protected-pages-enter-password{
    margin: 0 auto;
    max-width: 500px;
    padding: 50px 30px
}

@media screen and (max-width: 1024px) {
  .simple-cards .card-wrap {
    width: calc(50% - 30px);
  }
  .simple-cards .card-wrap.half{
    width:calc(100% - 30px);
  }
  .ticket-detail {
    padding: 18px 30px;
  }
  .content-left {
    padding-right: 30px;
  }
  .details-wrapper{
    padding: 40px 30px;
  }
  .venue-detail-wrapper .ticket-detail{
    padding: 30px;
  }
  .content-left .inner-wrap:not(:last-child) {
    padding-right: 15px;
  }
  .page-node-7156 .simple-cta-section,
  .page-node-6161 .simple-cta-section{
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .venue-detail-wrapper .content-left{
    padding-right: 0px;
    width: 100%;
  }
  .hero-wrapper .hero-para{
    margin: 0;
  }
  .page-node-7156 .simple-cta-section,
  .page-node-6161 .simple-cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .simple-cards .card-wrap.half{
    width: calc(100% - 30px);
  }
  .venue-detail-wrapper {
    padding: 32px 0px 58px;
  }

  .venue-detail-wrapper .hero-para p {
    display: block;
  }

  .venue-detail-wrapper .ticket-detail {
    padding: 30px 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-left {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .content-left .inner-wrap {
    width: 100%;
    margin-bottom: 18px;
  }

  .content-left .inner-wrap:not(:last-child) {
    padding-right: 0;
  }

  .btn-wrap {
    width: 100%;
  }

  .content-left {
    width: 100%;
    padding-right: 0;
  }

  .hero-para {
    margin-bottom: 27px;
    padding: 0 15px;
  }

  .details-wrapper {
    padding: 40px 15px;
  }

  .details-wrapper h2 {
    margin-bottom: 30px;
  }

  .simple-cards .card-wrap .text-wrap {
    margin-bottom: 14px;
  }

  .simple-cards .card-wrap {
    width: 100%;
  }

  .details-wrapper .simple-cards {
    margin-bottom: 16px;
  }

  .img-cards-wrap .cards-wrap {
    width: 100%;
  }
  .img-cards-wrap .cards-wrap .cards-thumbnail {
    padding-bottom: 58%;
    min-height: 234px;
  }

  .img-cards-wrap .cards-wrap .cards-thumbnail {
    margin-bottom: 24px;
  }

  .img-cards-wrap .cards-wrap .cards-text {
    margin-bottom: 14px;
  }

  .simple-cards .card-wrap .text-wrap p strong a {
    display: inline-block;
  }

  .ticket-detail .btn-wrapper {
    width: 100%;
  }
  .simple-cards .card-wrap .text-wrap p:last-child{
    margin-bottom: 0;
  }
}
/* Venue-detail-wrapper CSS Ends  */

.entertainment-slider .swiper-slide{
  padding: 60px 70px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 406px;
}
.entertainment-slider{
  padding-left: 135px;
  padding-right: 135px;
}
.swiper-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.slider-box{
  position: relative;
  background: #FFFFFF;
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 430px;
  transform: translateX(-60px);

}
.swiper-slide-active .slider-box{
  transform: translateX(0);
}
.slider-box h3{
  font-size: 32px;line-height: 39px;
color: #A6631B;
  margin: 0 0 8px;
  /* letter-spacing: 0; */
}
.sub-text {
  font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 24px;
letter-spacing: 0.04em;

color: #352A22;
  margin: 0 0 8px;
}
.meta-text{
  display: flex;
  margin-bottom: 16px;
}
.meta-text span{
  font-weight: 600;
font-size: 12px;
line-height: 15px;
/* identical to box height */

text-transform: uppercase;

color: #352A22;
  padding: 5.5px 0;
}

.meta-text span + span{
  border-left: 1px solid #352A22;
  margin-left: 18px;
  padding-left: 15px;
}
.post-button{
  display: flex;
}

.post-button .btn{
  width: calc(50% - 8px);
  padding: 17px 10px;
}

.post-button .btn + .btn{
  margin-left: 16px;
}
.entertainment-slider .swiper-button-prev{
  width: 84px;
  height: 106px;
  background-image: url(../img/entertainment-desktop-arrow-prev.svg);
  margin-top: -53px;
  left: 33px;
}
.entertainment-slider .swiper-button-next{
  width: 84px;
  height: 106px;
  background-image: url(../img/entertainment-desktop-arrow-next.svg);
  margin-top: -53px;
  right: 33px;
}
.entertainment-header{
  padding: 80px 15px 60px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.entertainment-header h2{
  margin: 0;
}
.btn-outline{
  background: none;
  color: #A6631B;
}
.btn-outline:hover{

  color: #FFFFFF !important;
  background: #A6631B !important;
}
.instagram-media p{
	font-size: 1em !important;
	line-height: 1.5 !important;
}
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group, #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title{
	line-height: 1.5 !important;
}
@media (max-width: 1200px) {
  .entertainment-slider{
      padding-left: 23px;
      padding-right: 23px;
  }
  .entertainment-slider .swiper-button-next{
    right: -20px;
  }
  .entertainment-slider .swiper-button-prev{
    left: -20px;
  }
}
@media (max-width: 1024px){
  .entertainment-header {
      padding: 60px 15px 40px;
  }
  .top-bar #edit-openid-connect-client-generic-login:before{
    content: 'MyClubSerrano';
    text-transform: uppercase;
    margin-right: 0;
    color: #846854;
  }
  .top-bar #edit-openid-connect-client-generic-login {
    padding-left: 22px;
    background: url(../images/user-m.svg) no-repeat left center !important;
  }
}
@media (max-width: 767px) {
  .entertainment-slider .swiper-slide{
      padding: 0;
      display: block;
  }
  .swiper-image{
      position: static;
  }
  .entertainment-slider{
      padding: 0;
      box-shadow: none;
  }
  .swiper-image{
      height: 300px;
  }
  .slider-box{
      transform: translateX(0);
      width: 100%;
  }
  .entertainment-slider .swiper-button-next{
      right: 0;
  }
  .entertainment-slider .swiper-button-prev{
      left: 0;
  }
  .slider-box{
      padding: 24px 51px 24px;
      text-align: center;
      box-shadow: none;
  }
  .meta-text{
      flex-direction: column;
  }
  .meta-text span{
      padding: 0;
      line-height: 19px;
  }
  .meta-text span + span{
      margin: 0;
      border: 0;
  }
  .slider-box h3{
      font-weight: 600;
font-size: 24px;
line-height: 29px;
text-align: center;
letter-spacing: 0.04em;
  margin: 0 0 5px;}
  .sub-text{
      font-weight: 400;
font-size: 1em;
line-height: 160%;
/* identical to box height, or 26px */

text-align: center;

color: #846854;
  letter-spacing: 0.01em;}
  .post-button{
      flex-direction: column;
      align-items: center;
  }
  .post-button .btn{
      width: 268px;
      padding: 11px 10px;
  }
  .post-button .btn + .btn{
      margin: 16px 0 0;
  }
  .meta-text{

      margin-bottom: 20px;
  }
  .entertainment-slider .swiper-button-next{
      background-image: url(../img/entertainment-mb-arrow-next.svg);
      right: 13px;
  }
  .entertainment-slider .swiper-button-prev{
      background-image: url(../img/entertainment-mb-arrow-prev.svg);
      left: 13px;
  }
  .entertainment-slider .swiper-button-next,
  .entertainment-slider .swiper-button-prev{
      margin: 0;
      width: 16px;
      height: 30px;
      top: calc(50% + 142px);
  }
  .entertainment-header{
      padding: 40px 15px 24px;
  }
}
@media (max-width: 600px) {
  .swiper-image{
      height: 216px;
  }
  .entertainment-slider .swiper-button-next, .entertainment-slider .swiper-button-prev{
      top: calc(50% + 104px);
  }
}
@media (max-width: 374px) {
  .slider-box {
      padding: 24px 36px 0;
      text-align: center;
  }
}
.entertainment-events-section{
    padding: 80px 0;
    background: #FFFAF1 url(../images/tree-line-pattern.png) center center repeat;
}
.entertainment-events-section h2{
    margin-bottom: 60px;
}
.events-post{
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}
.events-post-content{
    padding: 24px 16px 32px;
	flex: 1;
}
.events-post-meta{
    font-weight: 600;
font-size: 12px;
line-height: 140%;
/* or 17px */

text-transform: uppercase;

color: #352A22;
margin: 0 0 8px;}
.events-post-content h3{
    font-weight: 600;
font-size: 24px;
line-height: 29px;
letter-spacing: 0.06em;

color: #A6631B;
margin: 0 0 9px;}
.show-name{
    margin: 0;
    font-weight: 400;
font-size: 1em;
line-height: 160%;
/* identical to box height, or 26px */


color: #846854;
}
.events-btns{
    display: flex;
}
.events-btns .btn::after{
    display: none;
}
.events-btns .btn{
    width: 50%;
    font-size: 14px;padding: 13px 8px;
    border-width: 1px !important;
display: inline-flex;align-content: center;justify-content: center;align-items: center;justify-items: center;}
.events-post-thumbnail img{
    width: 100%;
	height: auto;
}
.view-winners .page-link {
  border: 1px solid #A6631B;
}
.view-winners .page-link, .page-link:hover {
  color: #A6631B;
}
.view-winners .pagination .page-item,
.view-winners .pager__item--next{
  margin: 0 10px;
}
.view-winners .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.view-winners .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.view-winners .page-item span.page-link {
  background-color: #A6631B;
  border-color: #A6631B;
  border: 1px solid #A6631B;
  color: #fff;
}
body .view.view-winners.view-id-winners .views-row {
  padding: 0;
}
body .view.view-winners.view-id-winners .views-view-grid{
  padding-bottom: 0;
}
body .view-winners{
  padding-bottom: 60px;
  padding-top: 60px;
}
.votepopup-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0, .7);
  display: none;
  padding: 20px 0;
}
.votepopup-content{
  margin: auto;
  background: #fffaf1 url(../images/tree-line-pattern.png);
  max-width: 800px;
  text-align: center;
  position: relative;
  padding: 20px;
  width: calc(100% - 20px);
}

.votepopup-content img{
  width: 100%;
  display: block;
  height: auto;
}

.votepopup-content>div{
  padding: 0;
}
.votepopup-content .dining-img{
  padding-left: 0;
}
.votepopup-content .row{
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}
.votepopup-content h3::before{
  content: '';
  background: url(../images/wining-cup-image.svg) no-repeat center center;
  width: 75px;
  height: 60px;
  display: block;
  margin: 0 auto 20px;
}
.votepopup-content h3:after{
  width: 100px;
  height: 2px;
  background: var(--orange-color);
  content: '';
  display: block;
  margin: 20px auto 0;
}

.votepopup-content .row .simple-cta-button-wrapper{
  padding: 0;
}
.votepopup-content .row .simple-cta-button-wrapper .btn{
  margin: 0;
}
.vote-close-btn{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: var(--orange-color);
  border-radius: 50%;
  border: 1px solid #fff;
}

.vote-close-btn:after,
.vote-close-btn:before{
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #fff;
  left: 3px;
  margin-top: -1px;
}

.vote-close-btn:after{
  transform: rotate(45deg);
}

.vote-close-btn:before{
  transform: rotate(-45deg);
}
.hero_video_banner{
  background-color: #000 !important; 
  background-image: var(--desktopbg) !important;
  background-repeat:  no-repeat !important;
  background-position:  center center !important;
  background-size: contain !important;
}
@media (max-width: 767px) {
  .hero_video_banner.hero_mobile_video_banner{
    background-image: var(--mobilebg) !important;
    background-size: cover !important;
  }
  .page-node-2616 .paragraph--type--hero-video-sliders .hero_video_banner:before,
  .page-node-7441 .paragraph--type--hero-video-sliders .hero_video_banner:before{
    padding-bottom: 152% !important;
  }
  .votepopup-content .dining-img {
    padding: 0 0 20px;
  }
  .votepopup-content{
    max-width: 350px;
  }
  .votepopup-content h3{
    font-size: 19px;
    line-height: 24px;
  }
  .view-winners .views-col{
    width: 100% !important;
  }
  .view-winners .views-col img{
    width: 100%;
  }
    .entertainment-events-section h2{
        text-align: center;
        margin: 0 0 32px;
    }
    .entertainment-events-section {
        padding: 60px 0;
    }
    .events-post-content {
        padding: 18px 16px 24px;
        border-left: 1px solid #A6631B;
        border-right: 1px solid #A6631B;
    }
    .events-post{
        margin-bottom: 16px;
		height: calc(100% - 16px);
    }
    .events-post-meta{
        margin-bottom: 6px;
    }
}
@media (max-width: 374px) {
    .events-btns .btn{
        font-size: 15px;
    }
    .top-bar #edit-openid-connect-client-generic-login:before{
      font-size: 12px;
    }
}
.entertainment-slider .swiper-image:not(.mobile-bg){
  background-image: var(--desktopbg);
}
.entertainment-slider .swiper-image:not(.desktop-bg){
  background-image: var(--mobilebg);
}
.entertainment-slider .swiper-image.desktop-bg{
  background-image: var(--desktopbg) !important;
}
.hero-wrapper:not(.mobile-banner){
  background-image: var(--desktopbannerbg);
}
.hero-wrapper:not(.desktop-banner){
  background-image: var(--mobilebannerbg);
}
.hero-wrapper.desktop-banner{
  background-image: var(--desktopbannerbg) !important;
}
.flag{display:inline-block;position: relative;width:16px;height:11px;background:url('../images/flags.png') no-repeat;vertical-align: middle;margin-right: 4px;}.flag.flag-gu{background-position:-96px -55px}.flag.flag-mn{background-position:-208px -88px}.flag.flag-va{background-position:-48px -154px}.flag.flag-tibet{background-position:-32px -143px}.flag.flag-fo{background-position:-64px -44px}.flag.flag-th{background-position:-16px -143px}.flag.flag-tr{background-position:-144px -143px}.flag.flag-tl{background-position:-80px -143px}.flag.flag-kz{background-position:-144px -77px}.flag.flag-zm{background-position:-16px -165px}.flag.flag-uz{background-position:-32px -154px}.flag.flag-dk{background-position:-64px -33px}.flag.flag-scotland{background-position:-176px -121px}.flag.flag-gi{background-position:-224px -44px}.flag.flag-gy{background-position:-128px -55px}.flag.flag-bj{background-position:-112px -11px}.flag.flag-fr{background-position:-80px -44px}.flag.flag-mo{background-position:-224px -88px}.flag.flag-ir{background-position:-112px -66px}.flag.flag-io{background-position:-80px -66px}.flag.flag-tm{background-position:-96px -143px}.flag.flag-ch{background-position:-96px -22px}.flag.flag-mt{background-position:-32px -99px}.flag.flag-nl{background-position:-240px -99px}.flag.flag-gp{background-position:-16px -55px}.flag.flag-im{background-position:-48px -66px}.flag.flag-tv{background-position:-176px -143px}.flag.flag-mu{background-position:-48px -99px}.flag.flag-pe{background-position:-96px -110px}.flag.flag-vi{background-position:-112px -154px}.flag.flag-hn{background-position:-176px -55px}.flag.flag-ss{background-position:-128px -132px}.flag.flag-ae{background-position:-16px 0}.flag.flag-td{background-position:-240px -132px}.flag.flag-pw{background-position:0 -121px}.flag.flag-nu{background-position:-32px -110px}.flag.flag-bt{background-position:-208px -11px}.flag.flag-ms{background-position:-16px -99px}.flag.flag-cv{background-position:-240px -22px}.flag.flag-es{background-position:-224px -33px}.flag.flag-mh{background-position:-144px -88px}.flag.flag-la{background-position:-160px -77px}.flag.flag-vn{background-position:-128px -154px}.flag.flag-py{background-position:-16px -121px}.flag.flag-br{background-position:-176px -11px}.flag.flag-ye{background-position:-224px -154px}.flag.flag-ie{background-position:0 -66px}.flag.flag-gh{background-position:-208px -44px}.flag.flag-cg{background-position:-80px -22px}.flag.flag-cu{background-position:-224px -22px}.flag.flag-hu{background-position:-224px -55px}.flag.flag-sg{background-position:-224px -121px}.flag.flag-at{background-position:-176px 0}.flag.flag-lk{background-position:-224px -77px}.flag.flag-vu{background-position:-144px -154px}.flag.flag-bo{background-position:-160px -11px}.flag.flag-jo{background-position:-208px -66px}.flag.flag-er{background-position:-208px -33px}.flag.flag-za{background-position:-256px -154px}.flag.flag-rs{background-position:-80px -121px}.flag.flag-nr{background-position:-16px -110px}.flag.flag-ls{background-position:-256px -77px}.flag.flag-jm{background-position:-192px -66px}.flag.flag-tz{background-position:-208px -143px}.flag.flag-ki{background-position:-16px -77px}.flag.flag-sj{background-position:0 -132px}.flag.flag-cs{background-position:-16px -33px}.flag.flag-pg{background-position:-128px -110px}.flag.flag-lv{background-position:-32px -88px}.flag.flag-do{background-position:-96px -33px}.flag.flag-lu{background-position:-16px -88px}.flag.flag-no{background-position:-256px -99px}.flag.flag-kw{background-position:-112px -77px}.flag.flag-mx{background-position:-96px -99px}.flag.flag-yt{background-position:-240px -154px}.flag.flag-ly{background-position:-48px -88px}.flag.flag-cy{background-position:0 -33px}.flag.flag-ph{background-position:-144px -110px}.flag.flag-my{background-position:-112px -99px}.flag.flag-sm{background-position:-48px -132px}.flag.flag-et{background-position:-240px -33px}.flag.flag-ru{background-position:-96px -121px}.flag.flag-tj{background-position:-48px -143px}.flag.flag-ai{background-position:-64px 0}.flag.flag-pl{background-position:-176px -110px}.flag.flag-kp{background-position:-64px -77px}.flag.flag-uy{background-position:-16px -154px}.flag.flag-gb{background-position:-112px -44px}.flag.flag-gs{background-position:-64px -55px}.flag.flag-kurdistan{background-position:-96px -77px}.flag.flag-rw{background-position:-112px -121px}.flag.flag-ec{background-position:-128px -33px}.flag.flag-mm{background-position:-192px -88px}.flag.flag-pa{background-position:-80px -110px}.flag.flag-wales{background-position:-160px -154px}.flag.flag-kg{background-position:-256px -66px}.flag.flag-ve{background-position:-80px -154px}.flag.flag-tk{background-position:-64px -143px}.flag.flag-ca{background-position:-16px -22px}.flag.flag-yi{background-position:-128px -66px}.flag.flag-ke{background-position:-240px -66px}.flag.flag-ro{background-position:-64px -121px}.flag.flag-gq{background-position:-32px -55px}.flag.flag-pt{background-position:-256px -110px}.flag.flag-tf{background-position:-256px -132px}.flag.flag-ad{background-position:0 0}.flag.flag-sk{background-position:-16px -132px}.flag.flag-pm{background-position:-192px -110px}.flag.flag-om{background-position:-64px -110px}.flag.flag-an{background-position:-112px 0}.flag.flag-ws{background-position:-192px -154px}.flag.flag-sh{background-position:-240px -121px}.flag.flag-mp{background-position:-240px -88px}.flag.flag-gt{background-position:-80px -55px}.flag.flag-cf{background-position:-64px -22px}.flag.flag-zanzibar{background-position:0 -165px}.flag.flag-mw{background-position:-80px -99px}.flag.flag-catalonia{background-position:-32px -22px}.flag.flag-ug{background-position:-240px -143px}.flag.flag-je{background-position:-176px -66px}.flag.flag-km{background-position:-32px -77px}.flag.flag-hi{background-position:-64px -66px}.flag.flag-bf{background-position:-48px -11px}.flag.flag-mc{background-position:-80px -88px}.flag.flag-sy{background-position:-192px -132px}.flag.flag-sn{background-position:-64px -132px}.flag.flag-kr{background-position:-80px -77px}.flag.flag-eu{background-position:-256px -33px}.flag.flag-bn{background-position:-144px -11px}.flag.flag-st{background-position:-144px -132px}.flag.flag-england{background-position:-192px -33px}.flag.flag-lc{background-position:-192px -77px}.flag.flag-dm{background-position:-80px -33px}.flag.flag-be{background-position:-32px -11px}.flag.flag-ni{background-position:-224px -99px}.flag.flag-ua{background-position:-224px -143px}.flag.flag-mz{background-position:-128px -99px}.flag.flag-pf{background-position:-112px -110px}.flag.flag-tn{background-position:-112px -143px}.flag.flag-ee{background-position:-144px -33px}.flag.flag-xk{background-position:-208px -154px}.flag.flag-sx{background-position:-176px -132px}.flag.flag-sd{background-position:-192px -121px}.flag.flag-gd{background-position:-128px -44px}.flag.flag-ci{background-position:-112px -22px}.flag.flag-sz{background-position:-208px -132px}.flag.flag-cl{background-position:-144px -22px}.flag.flag-fi{background-position:0 -44px}.flag.flag-ga{background-position:-96px -44px}.flag.flag-jp{background-position:-224px -66px}.flag.flag-de{background-position:-32px -33px}.flag.flag-np{background-position:0 -110px}.flag.flag-re{background-position:-48px -121px}.flag.flag-bg{background-position:-64px -11px}.flag.flag-sc{background-position:-160px -121px}.flag.flag-ng{background-position:-208px -99px}.flag.flag-qa{background-position:-32px -121px}.flag.flag-mk{background-position:-160px -88px}.flag.flag-aw{background-position:-208px 0}.flag.flag-kn{background-position:-48px -77px}.flag.flag-al{background-position:-80px 0}.flag.flag-bw{background-position:-240px -11px}.flag.flag-um{background-position:-256px -143px}.flag.flag-ky{background-position:-128px -77px}.flag.flag-tt{background-position:-160px -143px}.flag.flag-so{background-position:-80px -132px}.flag.flag-lt{background-position:0 -88px}.flag.flag-by{background-position:-256px -11px}.flag.flag-bb{background-position:0 -11px}.flag.flag-us{background-position:0 -154px}.flag.flag-md{background-position:-96px -88px}.flag.flag-ag{background-position:-48px 0}.flag.flag-hm{background-position:-160px -55px}.flag.flag-as{background-position:-160px 0}.flag.flag-eg{background-position:-160px -33px}.flag.flag-sv{background-position:-160px -132px}.flag.flag-sl{background-position:-32px -132px}.flag.flag-fk{background-position:-32px -44px}.flag.flag-am{background-position:-96px 0}.flag.flag-ck{background-position:-128px -22px}.flag.flag-tw{background-position:-192px -143px}.flag.flag-kh{background-position:0 -77px}.flag.flag-to{background-position:-128px -143px}.flag.flag-se{background-position:-208px -121px}.flag.flag-cd{background-position:-48px -22px}.flag.flag-pn{background-position:-208px -110px}.flag.flag-gr{background-position:-48px -55px}.flag.flag-id{background-position:-256px -55px}.flag.flag-vc{background-position:-64px -154px}.flag.flag-somaliland{background-position:-96px -132px}.flag.flag-bi{background-position:-96px -11px}.flag.flag-pk{background-position:-160px -110px}.flag.flag-pr{background-position:-224px -110px}.flag.flag-bd{background-position:-16px -11px}.flag.flag-co{background-position:-192px -22px}.flag.flag-fm{background-position:-48px -44px}.flag.flag-bm{background-position:-128px -11px}.flag.flag-ar{background-position:-144px 0}.flag.flag-bv{background-position:-224px -11px}.flag.flag-sb{background-position:-144px -121px}.flag.flag-mq{background-position:-256px -88px}.flag.flag-eh{background-position:-176px -33px}.flag.flag-bh{background-position:-80px -11px}.flag.flag-it{background-position:-144px -66px}.flag.flag-hr{background-position:-192px -55px}.flag.flag-sa{background-position:-128px -121px}.flag.flag-mv{background-position:-64px -99px}.flag.flag-mg{background-position:-128px -88px}.flag.flag-dz{background-position:-112px -33px}.flag.flag-gg{background-position:-192px -44px}.flag.flag-gm{background-position:-256px -44px}.flag.flag-af{background-position:-32px 0}.flag.flag-li{background-position:-208px -77px}.flag.flag-sr{background-position:-112px -132px}.flag.flag-vg{background-position:-96px -154px}.flag.flag-cr{background-position:-208px -22px}.flag.flag-tc{background-position:-224px -132px}.flag.flag-ao{background-position:-128px 0}.flag.flag-ma{background-position:-64px -88px}.flag.flag-mr{background-position:0 -99px}.flag.flag-gn{background-position:0 -55px}.flag.flag-ne{background-position:-176px -99px}.flag.flag-nf{background-position:-192px -99px}.flag.flag-wf{background-position:-176px -154px}.flag.flag-hk{background-position:-144px -55px}.flag.flag-gf{background-position:-160px -44px}.flag.flag-ps{background-position:-240px -110px}.flag.flag-ic{background-position:-240px -55px}.flag.flag-cw{background-position:-256px -22px}.flag.flag-ml{background-position:-176px -88px}.flag.flag-ax{background-position:-224px 0}.flag.flag-gl{background-position:-240px -44px}.flag.flag-dj{background-position:-48px -33px}.flag.flag-zh-CN,.flag.flag-zh-TW{background-position:-176px -22px}.flag.flag-ht{background-position:-208px -55px}.flag.flag-lr{background-position:-240px -77px}.flag.flag-tg{background-position:0 -143px}.flag.flag-ba{background-position:-256px 0}.flag.flag-ge{background-position:-144px -44px}.flag.flag-bz{background-position:0 -22px}.flag.flag-au{background-position:-192px 0}.flag.flag-iq{background-position:-96px -66px}.flag.flag-cm{background-position:-160px -22px}.flag.flag-gw{background-position:-112px -55px}.flag.flag-az{background-position:-240px 0}.flag.flag-na{background-position:-144px -99px}.flag.flag-fj{background-position:-16px -44px}.flag.flag-zw{background-position:-32px -165px}.flag.flag-bs{background-position:-192px -11px}.flag.flag-il{background-position:-16px -66px}.flag.flag-nz{background-position:-48px -110px}.flag.flag-me{background-position:-112px -88px}.flag.flag-sw{background-position:-256px -121px}.flag.flag-nc{background-position:-160px -99px}.flag.flag-lb{background-position:-176px -77px}
.g-lang-wrapper{
    float: left;
    position: relative;
    z-index: 1009;
}
.g-lang-wrapper ul{
    list-style: none;
    background: #ffff;
    width: 230px;
    max-height: 300px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.g-lang-wrapper ul li .flag{
    margin-right: 4px;
    min-width: 16px;
}
.g-lang-wrapper ul{
    padding: 10px 0;
}
.g-lang-wrapper ul li{
  padding: 8px 10px;
  line-height: 15px;
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
}
.g-lang-wrapper ul li[data-lang=""]{
  display: none;
}
.select-language.active::after {
  transform: rotate(180deg);
}
.select-language::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  background-size: contain;
  background: url(../images/dropdown-arrow.svg) no-repeat center;
  right: 4px;
  top: 10px;
}
.g-lang-wrapper ul li:hover{
  background: #fcf0da;
}
.select-language{
        border:1px solid #A6631B;
    color: #A6631B;
    background: #fff;
    padding: 0 20px 0 10px;

    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-group-item:has(.view-all-link){
	text-align: center;
	margin-top: -1px;
}
.list-group-item:has(.view-all-link) a{
	font-weight: 400;
}
.yxt-NoResults{
    padding-top: 40px;
}
.yxt-NoResults ul{
    margin-left: 1.5rem;
}
.yxt-NoResults p:has(+ul, .yxt-NoResults-suggestions){
    margin-bottom: 5px;
}
.global_search__tab{
	padding-top: 20px;
}
.Answers-nav li{
	flex: 1;
}
.Answers-nav li button{
    background: none;
    color: inherit;
    border: 0;
    padding: 6px 10px 6px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    width: 100%;
	display: block;
}
.faq-description p{
    margin: 0;
}
.faq-description{
    padding-top: 10px;
}
.search-section :where(#tab__faqs, [data-id="faqs"]) .list-group-item h3 a{
    display: block;
    position: relative;
	padding-right: 25px;
}
.Answers-nav ul::-webkit-scrollbar{
        height: 1px;
        width: 4px;
        background: #d8d8d833;
    }
.Answers-nav ul::-webkit-scrollbar-thumb:horizontal{
        background: #d8d8d8;
        border-radius: 10px;
    }
.search-section :where(#tab__faqs, [data-id="faqs"]) .list-group-item h3 a:after{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd' transform='translate(-1 -8)'%3E%3Cpath d='m2.6417004 8-1.1417004 1.0575 3.70850202 3.4425-3.70850202 3.4425 1.1417004 1.0575 4.8582996-4.5z' fill='%23A6631B'/%3E%3C/g%3E%3C/svg%3E");
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 9px;
    transform: rotate(90deg);
    margin-top: -5px;
}
.search-section :where(#tab__faqs, [data-id="faqs"]) .list-group-item h3.active a:after{
	transform: rotate(270deg);
}
.faq-description{
	display: none;;
}
.Answers-nav li button:is(.search-tab-active, :hover):before{
    opacity: 1;
}
.Answers-nav li button:is(.search-tab-active, :hover){
	color: var(--button-bg);
}
.Answers-nav li button:is(.search-tab-active){
	pointer-events: none;
}
.Answers-nav li button:before{
    content: '';
    height: 2px;
    background: var(--button-bg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.Answers-nav ul{
    flex-wrap: nowrap;
	overflow: auto;
}
.view-group-heading h3{
    margin-bottom: 0;
}
.global_search__tab{
    display: none;
}
#tab__all .view-group-wrapper .views-row:nth-child(5) ~ div:not(:last-child){
    display: none;
}
#tab__all [aria-label="Page navigation"]{
    display: none;
}
.global_search__tab>div+div ~ div{
    margin-top: -1px;
}
#tab__all .view-group-wrapper {
    margin-top: 20px;
}
.global_search__tab>div h3{
    margin: 0;
}
.path-search #block-sanmanuel-content .search-section form .form-actions {
        position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0 !important;
    width: 40px;
    height: 40px;
}
.path-search #block-sanmanuel-content .search-section form .form-actions button{
    width: 100%;
    text-indent: 1000px;
    background: none;
    border: 0;
    height: 40px !important;
}
.global-search-filter{
	overflow: hidden;
}
html body #block-sanmanuel-content .search-section .pagination .page-item span.page-link{
	pointer-events: none;
}
.Answers-nav{
	border-bottom: 1px solid #d8d8d8;
}
.path-search #block-sanmanuel-content .search-section form .form-actions {
        position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0 !important;
    width: 40px;
}
.view-header:has(+ .yxt-NoResults){
    display: none;
}
.path-search input.form-autocomplete{
	background: none;
}
.path-search #block-sanmanuel-content .search-section form .form-actions button{
        width: 100%;
    text-indent: 1000px;
    background: url(/sites/default/files/favicon.ico) no-repeat center center !important;
    border: 0;
    background-size: 25px !important;
    border: 1px solid #a5631b;
    border-radius: 50px;
    
}
.skeleton-loader-wrapper{
	margin-top: 40px;
}
.skeleton {
  background: #e2e2e2;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: loading 1.5s infinite;
}

.skeleton.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.skeleton-line {
  height: 14px;
  width: 100%;
}

.skeleton-line.short {
  width: 60%;
}

@keyframes loading {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.path-search #block-sanmanuel-content .search-section form:focus-within .form-actions button{
	background: url(../images/search-light.svg) no-repeat center center !important;
	    background-size: 25px !important;
    border: 0 !important;
    height: 40px !important;
    width: 40px !important;
}
.path-search #block-sanmanuel-content .search-section form:focus-within .form-actions button:hover{
	outline: none !important;
}
.path-search #block-sanmanuel-content .search-section form input[type="text"]{
	width: 100%;
	padding-right: 60px !important;
	height: 50px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	background: #fff !important;
  font-size:20px !important;
}
.path-search #block-sanmanuel-content .search-section .form-item-query{
    position: relative;
    margin: 0 !important;
}
.path-search #block-sanmanuel-content .search-section .d-flex{
    position: relative;
}
.path-search #block-sanmanuel-content .search-section .form-item-query{
    position: relative;
    margin: 0 !important;
}
.path-search #block-sanmanuel-content .search-section .d-flex{
    position: relative;
	margin-bottom: 30px;
}
.more-menu {
  position: relative;
  margin-left: auto;
}
#ui-id-1 {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-top: 8px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  font-family: 'Helvetica Neue', 'Segoe UI', sans-serif;
  font-size: 15px;
}
.views-element-container:has(.global_search__tab){
	margin-inline: 0;
}
#ui-id-1 .ui-menu-item {
  list-style: none;
  border-top: 1px solid #f0f0f0;
}

#ui-id-1 .ui-menu-item:first-child {
  border-top: none;
}

#ui-id-1 .ui-menu-item-wrapper {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

#ui-id-1 .ui-menu-item-wrapper:hover,
#ui-id-1 .ui-menu-item-wrapper.ui-state-active {
  background-color: #f9f9f9;
  color: #111;
  margin: 0;
  border: 0 !important;
}

.more-dropdown {
  display: none;
      position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 100;
    width: 200px;
    list-style: none;
}

.more-menu:hover .more-dropdown {
  display: block;
}

.Answers-nav .hidden {
  display: none;
}
@media (max-width: 767px) {
  .entertainment-slider .swiper-image.mobile-bg{
    background-image: var(--mobilebg) !important;
  }
  .hero-wrapper.mobile-banner{
    background-image: var(--mobilebannerbg) !important;
  }
  .g-lang-wrapper ul{
    width: 100%;
  }
  .translate-bar .content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .g-lang-wrapper{
    float: none;
  }
  #__dimScreen .message div a{
    width: 210px;
  }
  .select-language{
    min-width: 190px;
  }
}
@media screen and (min-width: 1921px) {
  .video-bg[data-src=""]{
    object-fit: contain;
  }
}
@media screen and (max-width: 1510px){
  .paragraph--type--hero-video-sliders .hero_video_banner:before{
    content: '';
    padding-bottom: 42%;
    display: block;
  }
  .paragraph--type--hero-video-sliders .container-fluid{
    padding-bottom: 0;
    padding-top: 0;
    min-height: 0;
  }
}

@media screen and (min-width: 1025px) {
  
  [data-lang="vi"] .main-menu>li,
  [data-lang="es"] .main-menu>li{
    letter-spacing: 0 ;
  }
  [data-lang="vi"] .main-menu>li>a,
  [data-lang="es"] .main-menu>li>a{
    padding: 34px 4px;
  }
}

@media screen and (max-width: 1060px) and (min-width: 1025px){
    
  [data-lang="vi"] .main-menu>li+li,
  [data-lang="es"] .main-menu>li+li{
      margin-left: 0;
  }
  [data-lang="vi"] .main-menu>li,
  [data-lang="es"] .main-menu>li{
    font-size: 12px;
  }
}
.blog-wrapper .promotion-box .thumbnail img{
	height: auto !important;
	aspect-ratio: 16 / 9;
}
.blog-wrapper .promotion-box{
	display: flex;
	flex-direction: column;
	margin: 0 15px 25px;
}
.blog-wrapper .promotion-box .content{
	height: auto;
	flex: 1;
	padding: 20px 25px 29px 24px;
}
.blog-wrapper .promotion-box .content h3{
	font-size: 18px;
    line-height: 140%;
    margin-bottom: 9px;
}
.blog-wrapper .promotion-box .content h3 a{
	text-decoration: none;
}
.blog-wrapper .promotion-box .content h3 a:hover{
	text-decoration: underline;
}
.blog-wrapper .promotion-box .content p{
	margin-bottom: 23px;
}
.hero-wrapper .hero-content-text h1 + .topics{
	color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-left: 7px;
    letter-spacing: 0.6px;
}
.blog-wrapper .pagination{
	margin: 14px 0 28px;
}
.blog-page .breadcrumb-item+.breadcrumb-item::before,
.blog-single .breadcrumb-item+.breadcrumb-item::before{
	content: '';
    background: url(/themes/custom/sanmanuel/css/../img/breadcrumb-arrow.svg) no-repeat center center;
    width: 8px;
    height: 16px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}
.blog-main-section {
	background-color: #FFFAF1;
}
.blog-main-section .block-system-breadcrumb-block + .container-fluid{
	max-width: 1000px;
}
.blog-main-section .align-left{
	margin-right: 30px;
}
.blog-main-section ul:not([class]){
	overflow: hidden;
}
.blog-main-section .block-system-breadcrumb-block + .container-fluid h2{
    margin: 0 0 16px;
    line-height: 42px;
    letter-spacing: 0.045em;
}
.blog-main-section .align-left{
    min-width: calc(50% - 15px);
    margin-top: 24px;
    margin-bottom: 40px;
}
.blog-main-section .align-left + *{
    margin-top: 64px;
}
.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy{
    min-width: 770px;
}
.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy + .blazy__caption{
    text-align: center;
    font-weight: 600;
    margin-top: 30px
}
.blog-main-section figure.align-center{
    margin: 39px auto 40px;
}
.blog-main-section p{
    margin-bottom: 16px;
}
.blog-main-section ul:not([class]) li{
    margin: 0 !important;
}
.blog-main-section hr{
	background-color: transparent;
	clear: both;
}
.blog-main-section h3{
	margin-bottom: 19px;
}
.sharethisicon{
    padding: 28px 15px 28px;
    background: #fff;
    max-width: 970px;
    margin: 40px auto 60px;
}
div.sharethisicon h3{
    font-weight: 600;
font-size: 1em;
line-height: 160%;
    margin: 0 0 15px;
}
.sharethisicon .addtoany_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sharethisicon .addtoany_list a{
    padding: 0;
	margin: 0 9px;
    font-size: 1em;
	vertical-align: top;
}
.sharethisicon .addtoany_list a .a2a_svg {
	vertical-align: top;
	border-radius: 0 !important;
}
.sharethisicon .addtoany_list a.a2a_button_pinterest span.a2a_svg {
    width: 25px;
	height: 25px;
	background: url(../images/pintrest-share-icon.svg) no-repeat center  center !important;
}
.sharethisicon .addtoany_list a span svg{
	display: none;
}
.sharethisicon .addtoany_list a.a2a_button_facebook span.a2a_svg{
    width: 25px;
	height: 25px;
	background: url(../images/fb-share-icon.svg) no-repeat center  center !important;
}
.sharethisicon .addtoany_list a.a2a_button_twitter span.a2a_svg{
    width: 30px;
	height: 25px;
	background: url(../images/twt-share-icon.svg) no-repeat center  center !important;
}
.sharethisicon .addtoany_list a.a2a_button_email span.a2a_svg{
    width: 29px;
	height: 26px;
	background: url(../images/mail-share-icon.svg) no-repeat center  center !important;
}
.sharethisicon .addtoany_list a.a2a_button_linkedin span.a2a_svg{
    width: 28px;
	height: 25px;
	background: url(../images/linkedin-share-icon.svg) no-repeat center  center !important;
}

/* Search form code */
.search-popup{
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.search-form{
  max-width: 515px;
  width: calc(100% - 30px);
  position: relative;
  margin: auto;
  display: flex;
z-index: 1;
}
.search-opened body{
position: relative;
overflow: hidden !important;
}
.search-opened .search-popup{
display: flex;
}
.search-form input[type="search"]{
  height: 60px;
  padding: 10px 20px;
  background-color:#fff;
  border:1px solid #A6631B !important;
  border-radius:0;
  color:#352A22 !important;
  width:calc(100% - 120px);
}
.search-popup-close{
  position: absolute;
  top: 0;
  right: 0;
z-index: 2;
}
.search-overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.search-popup-close{position:absolute;top:0;right:0;background:url(../images/popup-close.svg) no-repeat center center;width:60px;height:60px;cursor:pointer;background-size: contain;transition:all 0.3s ease;}
.search-popup-close:hover{opacity:.8;}
/* Search form code end */

@media (min-width: 1025px) {
	
	.next-pagination-wrapper .next-win-slider-button-prev{
		position: static;
		margin: 0 40px 0 0;
	}
	.next-pagination-wrapper .next-win-slider-button-next{
	position: static;
	margin: 0 0 0 40px;
	}
}
@media (max-width: 1025px) {
	.next-pagination-wrapper .next-win-slider-bullets{
		display: none;
	}
	.next-pagination-wrapper{
		margin: 0;
	}
}
@media (max-width: 800px){
	.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy{
		min-width: 100%;
		width: 100%;
	}
	.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy + .blazy__caption{
		width: 100%;
	}
}
@media (max-width: 767px){
	.blog-main-section figure.align-center{
		display: block;
	}
	.blog-wrapper .promotion-box{
		margin-bottom: 11px;
	}
	.block-views-exposed-filter-blockblog-view-page-2{
		padding-left: 0;
	}
	.block-views-exposed-filter-blockblog-view-page-2 .d-flex, .block-views-exposed-filter-blockblog-view-page-3 .d-flex{
		padding: 0 15px;
	}
	.block-views-exposed-filter-blockblog-view-page-2, .block-views-exposed-filter-blockblog-view-page-3{
		width: 100%;
	}
	.block-views-exposed-filter-blockblog-view-page-2 .content, .block-views-exposed-filter-blockblog-view-page-3 .content{
		width: 100%;
		max-width: 100%;
	}
	.block-views-exposed-filter-blockblog-view-page-3 .content .js-form-type-select{
		padding: 0;
		max-width: 100%;
		width: 100%;
	}
	.blog-wrapper .promotion-box .content {
		padding: 19px 25px !important;
	}
	.blog-wrapper{
		padding: 0 15px 30px;
	}
	.blog-page .inner-page-hero-section .container-fluid .row {
		min-height: 70px;
	}
	.blog-page [aria-label="breadcrumb"] .breadcrumb,
	.node--type-blog [aria-label="breadcrumb"] .breadcrumb{
		padding: 6px 15px;
	}
	.blog-page [aria-label="breadcrumb"] .breadcrumb li,
	.node--type-blog [aria-label="breadcrumb"] .breadcrumb li{
		font-size: 12px;
	}
	.blog-page [aria-label="breadcrumb"] {
		margin-bottom: 23px;
	}
	.block-views-exposed-filter-blockblog-view-page-2 .d-flex .js-form-item, .block-views-exposed-filter-blockblog-view-page-2 .d-flex  .form-actions{
		margin-bottom: 0 !important;
	}
	.block-views-exposed-filter-blockblog-view-page-3{
		margin-top: 15px;
	}
	.block-views-blockfeature-blog-block-1 {
		padding-top: 12px;
	}
	.blog-wrapper .promotion-box .content p.topics{
		margin-bottom: 6px;
	}
	.blog-wrapper .promotion-box .content p{
		margin-bottom: 24px;
	}
	.blog-page [aria-label="breadcrumb"] .breadcrumb li + li,
	.node--type-blog [aria-label="breadcrumb"] .breadcrumb li + li{
		padding-left: 6px;
	}
	.blog-page .breadcrumb-item+.breadcrumb-item::before,
	.node--type-blog .breadcrumb-item+.breadcrumb-item::before{
		width: 9px;
		height: 10px;
		margin-right: 5px;
		top: 4px;
    	background-size: contain;
	}
	.blog-wrapper .view-header{
		margin-top: 10px;
	}
	.node--type-blog [aria-label="breadcrumb"]{
		margin-bottom: 24px;
	}
	.blog-main-section .block-system-breadcrumb-block + .container-fluid h2{
		font-size: 24px;
		letter-spacing: 0.04em;
		line-height: 31px;
		margin: 0 0 18px;
	}
	.blog-main-section .align-left {
		min-width: 100%;
		margin-top: 32px;
		margin-bottom: 32px;
		margin-right: 0;
		float: none;
	}
	.blog-main-section .align-left + *{
		margin: 0;
	}
	.blog-main-section h3{
		font-size: 20px;
		line-height: 160%;
		margin-bottom: 17px;
	}
	.blog-main-section figure.align-center {
		margin: 30px auto 32px;
		display: block;
	}
	.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy + .blazy__caption{
		margin-top: 20px;
		font-size: 1em;
		line-height: 160%;
		display: block;
	}
	.blog-main-section .block-system-breadcrumb-block + .container-fluid .align-center .media-wrapper--blazy {
		min-width: 100%;
		width: 100%;
	}
	.blog-main-section ul:not([class]){
		margin-bottom: 31px !important;
	}
	.blog-page:not(.page-node-12991) [aria-label="breadcrumb"] .breadcrumb li:first-child {
		display: none;
	}
	.blog-page:not(.page-node-12991) [aria-label="breadcrumb"] .breadcrumb li:nth-child(2){
		padding-left: 0;
	}
	.node--type-blog:not(.page-node-12991) [aria-label="breadcrumb"] .breadcrumb li:first-child {
		display: none;
	}
	.node--type-blog:not(.page-node-12991) [aria-label="breadcrumb"] .breadcrumb li:nth-child(3){
		padding-left: 0;
		
	}
	.node--type-blog:not(.page-node-12991) [aria-label="breadcrumb"] .breadcrumb li:nth-child(2){
		display: none;
	}
	.node--type-blog .hero-wrapper .hero-content{
		min-height: 0;
		padding: 30px 15px 18px;
	}
	.node--type-blog .hero-wrapper .hero-content-text h1 + .topics{
		font-size: 14px;
		margin-left: 0;
	}
	.node--type-blog .hero-wrapper .hero-content h1{
		font-size: 20px;
line-height: 120%;
margin-bottom: 11px;
	}
	.sharethisicon{
		margin-bottom: 0;
	}
	.featured-blog-section .featured-blog-contents h2{
		font-size: 18px;
    line-height: 25px;
    margin: 0 0 9px;
	}

  .blog-page .views-element-container{
    margin: 0;
}
.featured_blog_post_yaamava{
    padding: 0;
}
.blog-wrapper {
    padding: 0 0 30px;
}
}

@media (max-width: 1024px){
  .mobile-hide-link{
    display: none;
  }
}

@media (min-width: 1025px){
  .desktop-hide-link{
    display: none;
  }
}

.node--type-blog .pt-count-down {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 0) 20%), url(/themes/custom/sanmanuel/images/tree-line-pattern.png);
  background-color: #fffaf1;
}

/* Code for Press Page */

.page-to-scroll-bar{
  padding: 21px 0 22px;
  background: #FEFAF2;
}
.page-to-scroll-bar>.container-fluid{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-to-scroll-bar .scroll-to-nav{
  list-style: none;
  display: flex;
  column-gap: 38px;
  grid-row: 37px;
  margin: 0 0 0 24px;
}

.page-to-scroll-bar .scroll-to-nav li a{
  text-decoration: none;
font-weight: 500;
  font-size: 1em;
  line-height: 1.725;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A6631B;
text-underline-offset: 14px;
  text-decoration-thickness: 2px;
}
.page-to-scroll-bar .scroll-to-nav li.active a{
text-decoration: underline;
  text-decoration-thickness: 2px;
}
.page-to-scroll-bar .scroll-to-nav li a:hover{
text-decoration: underline;
  text-decoration-thickness: 2px;
}
.download-btn{
padding: 14px 13px 13px 13px;
border: 2px solid #A6631B;
text-decoration: none;
display: inline-block;
font-weight: 400;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.04em;
text-transform: uppercase;
text-align: left;
}

.download-btn:after{
  content: "";
  width: 31px;
  height: 28px;
  display: inline-block;
  background-image: url(/themes/custom/sanmanuel/img/icon-download.svg);
  vertical-align: middle;
  margin-left: 10px;
}

.newsroom-press-section{
  background: #fffaf1 url(../images/tree-line-pattern.png);
  padding: 56px 0 47px;
}
.newsroom-press-section .views-field:not(:last-child){
margin-bottom: 21px;
}
.newsroom-press-section h2{
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.04em;
  /* font-variant: all-small-caps; */
  margin: 0 0 40px;
  color: var(--button-bg);
}

.newsroom-press-section h3{
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
/* identical to box height, or 150% */
  letter-spacing: 0.04em;
  /* font-variant: all-small-caps; */
  margin: 0 0 19px;
text-transform: uppercase;
}
.y-press-post-content{
  margin-top: 17px;
}
.y-press-post-content .y-press-meta{
  display: block;
  width: fit-content;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #000000;
  border-bottom: 2px solid #A6631B;
  padding-bottom: 9px;
  margin-bottom: 11px;

  
}
.y-press-inline .y-press-meta{
margin-bottom: 15px;
  padding-bottom: 13px;
}

.y-press-post-content h2{
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #A6631B;
  margin-bottom: 9px;
  font-variant: initial;
}


.y-press-post-content h2 a{
  font-weight: 400;
  text-decoration: none;
}

.y-press-post-content h2 a:hover{
  text-decoration: underline;
}


.y-press-post-content p{
  margin: 0;
}
.y-press-post-description{
  margin-bottom: 7px;
font-size: 1em;
}
.y-press-inline .y-press-post-description{
margin-bottom: 9px;
}
.y-press-publish-data{
  display: block;
  font-weight: 600;
font-size: 12px;
line-height: 15px;
/* identical to box height */

text-transform: uppercase;

color: #979797;
}
.y-press-inline{
  display: flex;
  flex-direction: row-reverse;
}
.y-press-thumbnail img{
aspect-ratio: 1/0.74;
object-fit: cover;
}
.y-press-inline .y-press-thumbnail{
  min-width: 243px;
width: 243px;
  margin-left: 27px;
}

.y-press-inline .y-press-post-content{
  margin-top: 4px;
}
.y-press-inline .y-press-post-content h2{
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 26px;
}
.y-press-inline + .y-press-inline{
  margin-top: 24px;
}
.assets-heading h2{
margin: 0;
font-size: 32px;
line-height: 40px;
letter-spacing: 0.04em;
/* font-variant: all-small-caps; */
color: #A6631B;
text-align: left;
}
.assets-heading {
  text-align: right;
}
.asset-and-brand-section{
  background: #fff;
  padding: 58px 0 42px;
}
.download-kit-logo{
text-align: center;
padding-left: 16px;
}
.assets-heading .download-btn{
margin-right: 27px;
}
.assets-heading{
  margin-bottom: 50px
}
.assets-heading h2{
  margin: 0;
}
.assets-content h3{
  margin: 0 0 16px 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.04em;
  /* font-variant: all-small-caps; */
  color: #A6631B;
  text-transform: uppercase;
}
.press-row:not(:last-child){
margin-bottom: 66px;
}
.press-post-content .content p {
  letter-spacing: 0.04em;
}
.press-post-content .content p:last-child{
margin-bottom: 0;
}
.press-post-content{
  padding: 37px 39px 37px 60px;
}
.assets-content .flex-row-reverse .press-post-content{
padding-left: 33px;
}
.assets-content .flex-row-reverse .slider-side {
  margin: 0 -21px 0 21px;
}
.press-post-content h4{
  line-height: 26px;
  margin-bottom: 23px;
}

.press-post-content h3{
  font-size: 30px;
  line-height: 36px;
/* or 120% */
  letter-spacing: 0.04em;
  color: #A6631B;
  margin: 0 0 16px;
  text-transform: none;
}
.press-post-content .content{
  margin-top: 16px;
}
.assets-content .slider-side{
  padding: 0 35px 0 35px;
  text-align: center;
  position: relative;
  margin: 0 21px 0 -20px;
} .assets-content .slider-side img{
width: 100%;
} .assets-content .slider-side .press-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.assets-content .slider-side .press-slider-arrow-left{
  left: 0;
} .assets-content .slider-side .press-slider-arrow-right{
  right: 0;
} .assets-content .slider-side .press-arrow:hover{
  opacity: .7;
}
.logos-kit-section{
  padding: 0 0 58px;
  background: #fff;
}

.logos-kit-section h4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  /* identical to box height, or 180% */
  letter-spacing: 0.04em;
  color: #A6631B;
  margin: 0 0 16px  30px;
}
.download-kit-assets{
  margin-bottom: 35px;
}
.download-list{
  list-style: none;
  column-count: 2;
  margin-bottom: -17px;
  column-gap: 30px;
width: 100%;
}

.download-list>li>a{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #A6631B;
  text-decoration: none;
}

.download-list>li{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: flex-start;
}

.download-list>li:before{
  content: "";
  min-width: 31px;
  height: 28px;
  display: inline-block;
  background-image: url(/themes/custom/sanmanuel/img/icon-download.svg);
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.download-fact-sheet-section{
  text-align: center;
padding-top: 65px;
  padding-bottom: 46px;
  background: #fffaf1 url(../images/tree-line-pattern.png);
}
.download-fact-sheet-section .container-fluid{
max-width: 1160px;
}
.download-fact-sheet-section h4{
margin-bottom: 44px;
}
.slider-download h4{
  font-weight: 400;
font-size: 19px;
line-height: 36px;
text-align: center;
letter-spacing: 0.04em;
}
.slider-download p{
font-size: 23px;
font-weight: 500;
line-height: 36px;
  margin: 0;
letter-spacing: 0.04em;
text-align: center;

}
.slider-download h2{
  font-family: 'yaamava_custom_fontregular';
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #A6631B;
  margin: 0 0 6px;
}
.download-fact-sheet{
  margin-top: 42px;
}

.download-fact-sheet>a{
  text-decoration: none;
  font-weight: 400;
font-size: 18px;
line-height: 22px;
/* identical to box height */

text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;

color: #A6631B;
}

.download-fact-sheet>a:hover{
text-decoration: underline;
}
.slider-download{
  position: relative;
}
.slider-download .swiper-slide{
padding: 0 40px;
}
.download-fact-sheet-section .download-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  transition: all 0.3s ease;
z-index: 1;
}
.download-fact-sheet-section .download-slider-arrow-left{
  left: 0;
}
.download-fact-sheet-section .download-slider-arrow-right{
  right: 0;
}
.press-row + .press-row{
margin-top: 40px;
}
.node--type-blog .pt-count-down {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 12%, rgba(0, 0, 0, 0) 12%), url(/themes/custom/sanmanuel/images/tree-line-pattern.png);
  background-color: #fffaf1;
}
.press-cta-wrapper{
  padding: 53px 0 60px;
  text-align: center;
}
.press-cta-wrapper h2{
letter-spacing: 0.04em;
  color: #A6631B;
  font-size: 32px;
  margin: 0 0 19px;
}

.press-cta-wrapper .description{
  max-width: 970px;
  margin: 0 auto 31px;
}
.press-cta-wrapper .description p{
margin-bottom: 26px;
font-weight: 400;
}
.press-cta-btns a{
  background: #fff;
  color: var(--button-bg);
  text-decoration: underline;
padding:14px 18px;
word-break: break-all;
font-weight: 400;
}

.press-cta-btns a:hover{
  text-decoration: none;
}
.page-node-13126 .inner-page-hero-section{
padding-top: 25px;
  padding-bottom: 8px;
}
.page-node-13126 .inner-page-hero-section .container-fluid{
max-width: 845px;
}

.page-node-13126 .inner-page-hero-section h1{
  font-size: 40px;
  line-height: 43.2px;
  margin: 0 0 19px 0;
}

.page-node-13126 .inner-page-hero-section p{
  text-transform: uppercase;
  font-family: 'yaamava_custom_fontregular';
  font-size: 23px;
  line-height: 32.2px;
  padding: 0;
letter-spacing: 1.4px;
}
.slider-download-no-slide{
font-weight: 400;
font-size: 19px;
line-height: 36px;
text-align: center;
letter-spacing: 0.04em;
font-family: 'yaamava_custom_fontregular';
margin-top: 8px;
}
.download-fact-sheet-section{
  position: relative;
}
.download-fact-sheet-section:after{
  background: linear-gradient(90deg, #A6631B00 0%, #fffaf1 51.56%, #A6631B00 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.download-fact-sheet-section>.container-fluid{
  position: relative;
  z-index: 1;
}
@media (min-width: 992px){
.logos-kit-section .col-md-6{
  width: 45.3%;
}
.logos-kit-section  .col-md-6 + .col-md-6{
  width: 54.7%;
  display: flex;
  align-items: flex-end;
}
}
@media (max-width: 1220px) {
.page-to-scroll-bar .scroll-to-nav{
  margin-left: 0;
  flex-wrap: wrap;
  gap: 8px 18px;
}
}
@media (max-width: 1150px) {

.page-to-scroll-bar>.container-fluid{
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.y-press-inline .y-press-thumbnail {
  min-width: 200px;
  width: 200px;
  margin-left: 17px;
}
}
@media (max-width: 991px) {
.press-cta-wrapper {
  padding: 40px 0 50px;
}
.press-cta-wrapper .description p {
  margin-bottom: 16px;
}
.block-views-blocknews-and-press-block-1{
  margin: 0;
  margin-bottom: 20px;
}
.assets-content h3{
  margin-left: 0;
}
.press-post-content {
  padding: 20px;
}
.flex-row-reverse .press-post-content {
  padding-left: 20px;
}
.assets-content .flex-row-reverse .slider-side, .assets-content .slider-side {
  margin: 0;
  padding: 0 20px;
}
.assets-heading ,
.assets-heading h2{
  text-align: center;
}
.assets-heading h2{
  margin-bottom: 20px;
}
.press-row:not(:last-child), .download-fact-sheet-section h4 {
  margin-bottom: 30px;
}
.assets-heading {
  margin-bottom: 30px;
}
.download-fact-sheet-section{
  padding-top: 45px;
    padding-bottom: 26px;
}
.download-fact-sheet {
  margin-top: 25px;
}
.download-list{
  margin-top: 30px;
  column-count: auto;
}
.slider-download h2{
  line-height: 1;
}
}
@media (max-width: 767px){
.page-to-scroll-bar .scroll-to-nav {
  flex-direction: column;
  align-self: flex-start;
}
.block-views-blocknews-and-press-block-2{
  margin: 0;
}
.press-post-content {
  padding: 0 0 20px;
}
.flex-row-reverse .press-post-content{
  padding-left: 0;
}
.assets-heading h2{
  margin-bottom: 5px;
}
.assets-heading , .assets-heading h2{
  text-align: center;
}
.assets-heading{
  margin-bottom: 40px;
}
.download-fact-sheet-section{
  padding-top: 35px;
}
.page-node-13126 .inner-page-hero-section h1 {
  font-size: 30px;
  line-height: 1;
}
.newsroom-press-section{
  padding: 40px 0 30px;
}
.newsroom-press-section h2{
  margin-bottom: 20px;
}
.assets-content h3{
  font-size: 20px;
  line-height: 1;
}
.press-post-content h3 {
  font-size: 24px;
  line-height: 28px;
}
.slider-download .swiper-slide {
  padding: 0;
}
.download-fact-sheet-section .download-arrow{
  display: none;
}
.slider-download h2{
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
}
.slider-download p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
}
.download-fact-sheet-section h4 {
  margin-bottom: 6px;
}
.download-fact-sheet {
  margin-top: 20px;
}
.slider-download-no-slide{
  line-height: 1;
}
.download-kit-logo{
  padding-left: 0;
}
.assets-content .flex-row-reverse .press-post-content{
  padding-left: 0;
}
.logos-kit-section h4{
  margin-left: 0;
}
}
@media (max-width: 640px) {
.y-press-inline{
  flex-direction: column;
}
.y-press-inline .y-press-thumbnail{
  margin: 0 0 10px;
  width: 100%;
  min-width: 100%;
}
.press-post-content h4{
  margin-bottom: 15px;
}
.press-cta-btns a{
  font-size: 14px;
}
}

/* Club Serrano 2023 */
.play-with-wrapper{
  text-align: center;
  padding: 100px 0 59px;
}
.play-with-wrapper .play-with-text{
  max-width: 100%;
  width: 860px;
padding: 0 15px;
  margin: 0 auto 31px;
}
.play-with-wrapper .play-with-text h2{
  max-width: 630px;
  margin: 0 auto 25px;
}
.play-with-box{
  margin-bottom: 16px;
}
.play-with-box img{
  width: auto;
}
.cta-box h3{
  color: #A6631B;
  line-height: 33.6px;
  letter-spacing: 0;
}
.cta-box p:empty{
  display: none;
}
.cta-box p{
  margin: 0;
}
.cta-box{
  margin-bottom: 39px;
}
.desclaimer-box{
  display: flex;
  justify-content: space-between;
margin-top: -15px;
max-width: 606px;
margin-left: auto;
margin-right: auto;
}
.desclaimer-box>p{
  margin: 0;
font-style: italic;
padding: 0 15px;
}
.cta-box p sup, 
.desclaimer-box p sup{
  font-weight: 700;
  top: -6px;
  font-size: 10px;
}
.carousel{
height: 300px;
overflow: visible !important;
}
.carousel .carousel-item{
width: 421px;
height: 320px;
transition: none;
top: 70px;
}
.coverflow-text-wrapper{
  text-align: center;
}
.swiper-content{
  display: none;
}

.swiper-content.active-content{
  display: block;
}
.swiper-content h3{
  letter-spacing: 0;
  margin: 0 0 6px;
  color: #352A22;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
}
.swiper-content p{
  margin: 0;
}
#go-prev {
  background: url(/themes/custom/sanmanuel/images/arrow-bet-left.svg) no-repeat center !important;
  border: 0;
}
#go-next {
  background: url(/themes/custom/sanmanuel/images/arrow-bet.svg) no-repeat center !important;
  border: 0;
}
.coverflow-text-wrapper{
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  margin-top: -7px;
}

.coverflow-text-wrapper .coverflow-text-inner{
  width: 270px;
  margin: 0 7px;
}
.club-icon{
  min-height: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 9px;
}

.club-icon img{
  width: auto;
  height: auto;
}
.card-blocks h3{
  color: #A6631B;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  letter-spacing: 0;
  margin: 0 0 17px;
}
.slide-data{
  display: none;
}
.slide-data.active-slide-club{
  display: block;
}
.club-serrano-slider-2023{
padding-top: 80px;
padding-bottom: 64px;
}
.club-serrano-slider-2023 h2{
  text-align: center;
  margin-bottom: 9px;
}
.indicators{
  visibility: hidden;
}
.club-content {
  padding-left: 4px;
}
#block-sanmanuel-content  .club-content ul{
margin-bottom: 0;
}
#block-sanmanuel-content .club-content ul li {
  margin-bottom: 14px;
  font-size: 1em;
  letter-spacing: 0.1px;
padding-left: 20px;
}
#block-sanmanuel-content  .club-content ul li::before{
height: 11px;
  width: 7px;
top: 8px;
  margin-top: -1px;
  left: 2px;
  background-size: contain;
}
.club-serrano-slider-2023{
  position: relative;
  z-index: 1;
}
.club-serrano-slider-2023:after{
  content: '';
  position: absolute;
  top: 282px;
  left: 0;
  background: #FFFAF1 url(/themes/custom/sanmanuel/images/half-tree.svg) no-repeat -40px bottom;
  bottom: 0;
  right: 0;
  z-index: -1;
background-size: auto 519px;
}
.gallery-controls button:hover{
  background-color: transparent !important;
}
@media (max-width: 767px) {
.club-serrano-slider-2023 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.gallery-item{
  width: 100px;
}
.gallery-item.gallery-item-selected{
  width: 254px;
}
.gallery-item.gallery-item-previous, .gallery-item.gallery-item-next{
  width: 170.06px
}
.gallery-item.gallery-item-next {
  left: 69%;
}
.gallery-item.gallery-item-previous{
  left: 31%;
}
.gallery-item.gallery-item-first {
  left: 17%;
  transform: translateX(-50%);
  width: 110px;
}
.gallery-container {
  align-items: center;
  display: flex;
  height: 198px;
  margin: 0 auto;
  max-width: 340px;
  position: relative;
}
.gallery-controls{
  top: -37px;
}
body div.gallery-controls button.gallery-controls-previous{
  background-position: center left !important;
}
body div.gallery-controls button.gallery-controls-next{
  background-position: center right !important;
}
.coverflow-text-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 11px;
}
.club-content {
  padding-left: 4px;
  margin-bottom: 19px;
}
.club-icon{
  margin-bottom: 13px;
}
.card-blocks h3{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.gallery-item.gallery-item-last {
  left: 83.5%;
  transform: translateX(-50%);
}
#block-sanmanuel-content .club-content ul li::before {
    height: 4px;
    width: 4px;
    top: 12px;
    margin-top: -1px;
    left: 7px;
  background: var(--button-bg);
  border-radius: 50%;
}
}
@media (max-width: 575px) {
.cta-box{
  display: flex;
  text-align: left;
}
.play-with-box {
  margin-bottom: 0;
  min-width: 65px;
  margin-right: 20px;
  text-align: center;
}
.cta-box h3{
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 24px;
}
.desclaimer-box{
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-box{
  margin-bottom: 19px;
}
.play-with-wrapper {
  text-align: center;
  padding: 60px 0 58px;
}
.play-with-wrapper .play-with-text h2{
  margin-bottom: 17px;
}
.desclaimer-box{
  margin: 0;
}
.desclaimer-box>p {
  width: 100%;
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 4px;
}

}

.waffle tr{background: #fff;}
.waffle tr td, .waffle tr  th{border: 1px solid #e8e8e8;}
.waffle tr + tr td{border-top: 0;}
.waffle tr th.classic{
    background-color: #da4240;
}
.waffle tr th.emerald{
    background-color: #41ad49;
}
.waffle tr th.amber{
    background-color: #fcb017;
}
.waffle tr th.diamond{
    background-color: #000000;
}
.waffle tbody tr td[data-heading="Classic"]:before{
    background-color: #da4240;
}
.waffle tbody tr td[data-heading="Emerald"]:before{
    background-color: #41ad49;
}
.waffle tbody tr td[data-heading="Amber"]:before{
    background-color: #fcb017;
}
.waffle tbody tr td[data-heading="Diamond"]:before{
    background-color: #000000;
}
.waffle tbody tr td:first-child{font-weight: 700;}
@media (max-width: 767px){
.waffle tbody tr td:first-child{
    margin-top: 5px;
    border-top: 1px solid #e8e8e8;
background: #e8e8e8;
}
.waffle thead{
    display: none;
}
.waffle tbody tr td:before{
    content: attr(data-heading);
    min-width: 200px;
    flex-basis: 200px;
    background: rgba(0, 0, 0, 0.51);
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-block: -5px;
}
.waffle tbody tr td{
    width: 100%;
    padding-left: 0;
    position: relative;
    display: flex;
    word-break: break-word;
    align-items: center;
}
.waffle tbody tr td:before {
    align-self: normal;
    display: flex;
    align-items: center;
}
.waffle tbody tr td + td{border-top: 0;}
}
@media (max-width: 520px){
    .waffle tbody tr td:before{
            min-width: 150px;
    flex-basis: 150px
    }
}
/* End of Club Serrano 2023 */

/* Offer Popup Start */
.popup-offer-wrapper{
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: auto;
	display: none;
}
.popup-offer-overlay{
    position: fixed;
    inset: 0;
    background: #000000cc;
}
.popup-offer-content{
    background-color: #FFFAF1;
    background-image: url(../images/events-list-bg-tree.svg);
    background-size: 320px auto;
    background-repeat: no-repeat;
    background-position: -130px -20px;
    max-width: 460px;
    width: 100% !important;
    padding: 0;
    height: auto !important;
    border: 0;
    margin: auto;
    position: relative;
    z-index: 1;
}
.popup-offer-body{
    padding: 30px 30px;
	text-align: center;
}
.popup-offer-body h2{
    font-size: 24px;
    line-height: 1.3;
}
.popup-offer-content .simple-cta-button-wrapper a:only-child{
    margin-bottom: 0 !important;
}

.popup-offer-content .simple-cta-button-wrapper {
    padding-top: 0;
}
.close-popup-offer{
	width: clamp(20px, 4vw, 40px);
    height: clamp(20px, 4vw, 40px);
	position: fixed;
	top: 10px;
	right: 10px;
	background: url(../images/yaamava-booking-x-icon-white.svg) no-repeat center;
	cursor: pointer;
	background-size: cover;
}
.close-popup-offer:hover{
    opacity: .85;
}
.popup-offer-thumbnail img{
	width: 100%;
}
.popup-column{
	display: flex;
	align-items: flex-start;
	max-width: 910px;
}
.popup-column .popup-offer-thumbnail {
	min-width: 50%;
	align-self: normal;
}
.popup-offer-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.page-node-5386:not(.user-logged-in):not(.loading-completed):after{
	content: " ";
 display: block;
 width: 64px;
 height: 64px;
 margin: 8px;
 border-radius: 50%;
 border: 6px solid #A6631B ;
 border-color: #A6631B  transparent #A6631B transparent;
 animation: lds-dual-ring 1.2s linear infinite;
   position: fixed;
   top: 50%;
   left: 50%;
   margin: -32px -32px 0 0;
   z-index: 10000;
}
@keyframes lds-dual-ring {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}
.page-node-5386:not(.user-logged-in):not(.loading-completed):before{
   content: '';
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(255,255,255, .7);
	   z-index: 9999;
}
@media(max-width: 767px){
	.popup-column{
		flex-direction: column;
		max-width: 500px;
	}
	.popup-column .popup-offer-thumbnail{
		min-width: 100%;
	}
}
/* Offer popup end */
.video-box-left{
    position: relative;
    width: 59.697%;
    aspect-ratio: 16/9;
}
.video-box-left iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.video-box-content{
    padding-block: 70px;
	overflow: hidden;
}
.video-box-content .container-fluid{
    display: flex;
    gap: 60px;
    align-items: center;
}
.video-text-right{
    width: 46.837%;
	padding-right: 22px;
    padding-left: 2px;
}
.video-text-right h2{
	margin-bottom: 25px;
}
.video-text-description{
	margin-bottom: 28px;
}
.video-text-right .simple-cta-button-wrapper{
	text-align: left;
	padding-top: 0;
}
.video-box-left>div.contextual-region{
    position: relative;
    height: 100%;
}
.video-box-left .field--name-field-media-oembed-video:after{
    content: '';
    background-image: url(/themes/custom/sanmanuel/images/tree-line-pattern.png);
    top: -47px;
    bottom: -47px;
    left: -47px;
    position: absolute;
    right: 97px;
    background-color: #fffaf1;
}
.video-box-left .field--name-field-media-oembed-video{
    position: relative;
    z-index: 1;
}

.video-box-content.video-box-reverse .container-fluid{
	flex-direction: row-reverse;
}
.video-text-right .read-more-wrapper{
    position: relative;
    left: 0;
	text-align: left;
}
.video-box-content.video-box-reverse .video-box-left .field--name-field-media-oembed-video:after{
	right: -47px;
	left: 97px;
}
.video-box-thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.video-box-thumbnail img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	background: url(../img/circle-play-btn.png) no-repeat center center;
	cursor: pointer;
}
.events-btns a.btn-outline:first-child {
  width: 100% !important;
}
@media (min-width: 768px){
	
	.hide-me-for-desktop{
		display: none;
	}
}
@media (max-width: 767px){
	.hide-me-for-mobile{
		display: none;
	}
	.video-box-left .field--name-field-media-oembed-video:after {
		content: '';
		top: -30px;
		bottom: -30px;
		left: -30px;
		position: absolute;
		right: 27px;
		background-color: #fffaf1;
	}
	.video-box-content .container-fluid{
		flex-direction: column !important;
		padding: 0 30px;
		gap: 0;
	}
	.video-text-right, .video-box-left{
		padding: 0;
		width: 100%;
		margin-bottom: 0;
	}
	.video-box-left{
		margin-bottom: 0px;
		margin-top: 50px;
	}
	.video-box-left:first-child{
		margin-top: 60px;
	}
	.video-box-reverse .video-box-left{
		margin-bottom: 60px;
		margin-top: 0;
	}
	.video-box-content.video-box-reverse .video-box-left .field--name-field-media-oembed-video:after{
		right: -30px;
		left: 27px;
	}
	.field__item:has(.video-box-content) + .field__item:has(.video-box-content) .video-box-content{
		padding-top: 30px;
	}
	.video-box-content{
		text-align: center;
	}
	.hide-me-for-mobile + div{
		margin-top: 60px;
	}
}
.content.winners a.title {
  text-decoration: none;
}
.js-form-item-sd-min > label, .js-form-item-sd-max > label {
  display: none;
}
/* Club serrano landing Page */

.ycs-hero-hero-section{
    position: relative;
    min-height: 535px;
	padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
}
.ycs-hero-hero-section video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom right;
	inset: 0;
}
.ycs_hero_video_banner:after{
	content: '';
	inset: 0px;
	position: absolute;
	background-color: rgb(0 0 0 / 70%);
	z-index: 1;
}
.ycs-hero-hero-section .container-fluid{
    position: relative;
    z-index: 2;
}
.ycs-hero-hero-section h1{
        color: #fff;
    font-family: 'yaamava_custom_fontregular';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 130%;
    /* identical to box height, or 73px */
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.ycs-hero-hero-section .ycs-slogan{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    display: block;
    margin: 0 0 9px;
}
.ycs-hero-text{
    margin: 16px 0 35px;
}
.ycs-hero-text p{
    color: #fff;
    margin: 0 0;
    font-size: 1.75em;
    line-height: 1.5;
	text-transform: uppercase;
}

.ycs-cta-section{
    padding-top: 80px;
    padding-bottom: 80px;
	padding-inline: 15px;
    text-align: center;
    background: linear-gradient(156.92deg, #AF68AA -33.18%, #000000 45.07%, #31893E 126.52%);
}
.ycs-cta-section .ycs-cta-box{
    padding: 79px 100px;
    max-width: 830px;
    margin: auto;
    box-shadow: inset 0px 4px 54px 15px rgba(255, 255, 255, 0.25);
    background: linear-gradient(#000, #000) 50% 50%/calc(100% - 14px) calc(100% - 14px) no-repeat,
            linear-gradient(132deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat;
}
.ycs-btn-wrapper .btn{
            border: 0;
            background: linear-gradient(#000, #000) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(132deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat;
            display: inline-block;
            letter-spacing: 0.3px;
            font-size: 18px;
            line-height: 19px;
            padding: 21px 25px 20px;
			font-family: 'yaamava_custom_fontregular';
            }
.ycs-btn-wrapper .btn:hover{
    border: 0;
    background: linear-gradient(#000000, #000000) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
            linear-gradient(313deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat !important;
    color: #fff !important;
}
.ycs-btn-wrapper .btn:after{
	width: 178px;
}
.ycs-cta-box h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 18px;
    line-height: 140%;
    font-family: 'yaamava_custom_fontregular';
    font-weight: 400;
}
.ycs-cta-box p{
    color: #fff;
    margin-bottom: 31px;
}
.ycs-club-serrano-slider-2023{
	background: linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
    padding: 100px  0 79px;
	position: relative;
}
.ycs-club-serrano-slider-2023::before{
	content: '';
	background: rgba(255,255,255, .2);
	/* opacity: .1; */
	position: absolute;
	inset: 0px;
	box-shadow: inset 0px 0px 64px 20px rgba(0, 0, 0, 0.3);
}
.ycs-club-serrano-slider-2023:after{
	content: '';
	background: #000000;
	filter: blur(35px);
	position: absolute;
	inset: 10px;
	z-index: 1;
}
.ycs-club-serrano-slider-2023>*{
	position: relative;
	z-index: 2;
}

.ycs-club-serrano-slider-2023 h2{
    text-align: center;
    font-family: 'yaamava_custom_fontregular';
    color: #fff;
    margin-bottom: 22px;
}
.ycs-club-serrano-slider-2023 .swiper-content h3{
    color: #fff;
}

.ycs-club-serrano-slider-2023 .gallery-controls-previous,
.ycs-club-serrano-slider-2023 .gallery-controls-next{
    filter: brightness(0) invert(1);
}
.ycs-slide-data li{
    color: #fff;
}

.ycs-slide-data h3{
    color: #fff;
}
.view-after-cta{
    margin-top: 17px;
}
.view-after-cta a{
    color: #fff;
	font-weight: 500;
}
.ycs-contact-form-wrapper{
    background: #000;
    padding-block: 78px;
}

.ycs-contact-form-wrapper h2{
    text-align: center;
    color: #fff;
    font-family: 'yaamava_custom_fontregular';
	margin-bottom: 32px;
}

.ycs-videos-section{
    position: relative;
    padding: 99px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
}

.ycs-videos-section::before{
	content: '';
	background: #fff;
	opacity: .4;
	position: absolute;
	inset: 0px;
}
.ycs-videos-section:after{
    background: #000;
    content: '';
    inset: 0;
    position: absolute;
    filter: blur(20px);
    opacity: .95;
}
.ysc-video-container{
    text-align: center;
    max-width: 860px;
    margin: auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.ycs-videos-section h2{
        font-family: 'yaamava_custom_fontregular';
        color: #fff;
        background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), linear-gradient(177deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        /* text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5); */
        max-inline-size: 420px;
        margin: 0  auto 27px;
}

.ysc-video-top-section p{
    color: #fff;
    font-size: 1.125em;
    line-height: 1.6;
}
.ysc-video-top-section p:last-child{
    margin-bottom: 0;
}
.ysc-video-top-section{
    margin-bottom: 50px;
}
.ycs-video-block{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 46px;
    padding: 0 0px;
}
.ysc-video-cta{
    width: calc(50% - 25px);
}

.ysc-video-cta .ysc-video-box{
    width: 328px;
    aspect-ratio: 32.8 /27;
    margin-inline: auto;
    margin-bottom: 23px;
    /* margin: auto; */
	max-width: 100%;
	position: relative;
}
.ysc-video-cta .ysc-video-box img{
	position: absolute;
	inset: 0px;
	width: 100%;
    height: 100%;
}
.ysc-video-cta .ysc-video-box video{
	object-fit: cover;
	position: absolute;
	inset: 0px;
	width: 100%;
    height: 100%;
	z-index: 1;
}
.ysc-video-cta h3{
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* identical to box height, or 140% */
    text-align: center;
    background: linear-gradient(315deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.ysc-video-cta p{
    color: #fff;
    font-size: 0.875em;
    line-height: 1.6;
}
.ysc-video-cta p:last-child{
    margin-bottom: 0;
}
.ycs-winner-card-section{
    
	background: linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
    padding: 100px  0 100px;
	position: relative;
}
.ycs-winner-card-section::before{
	content: '';
	background: #fff;
	opacity: .4;
	position: absolute;
	inset: 0px;
}
.ycs-winner-card-section:after{
	content: '';
	background: #000000;
	filter: blur(35px);
	position: absolute;
	inset: 0px;
	z-index: 1;
}
.ycs-winner-card-section>*{
	position: relative;
	z-index: 2;
}
.ycs-container{
    width: 1060px;
    margin: auto;
    padding: 0 15px;
	max-width: 100%;
}
.ysc-top-star{
	display: flex;
    gap: 70px;
    margin-bottom: 60px;
}
.ycs-winner-card-section .ycs-btn-wrapper{
	margin-top: 32px;
}
.ycs-winner-card-section .ycs-btn-wrapper .btn:after {
    width: 220px;
}
.ycs-content h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 140%;
    font-family: 'yaamava_custom_fontregular';
    font-weight: 400;
}
.ycs-content p{
    color: #fff;
}
.ycs-rewards-list h3{
    color: #fff;
	letter-spacing: 0;
    
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 34px;
/* identical to box height, or 153% */

color: #FFFFFF;
    margin: 0 0 14px;
}
#block-sanmanuel-content .ycs-rewards-list ul{
    margin-left: 22px;
    margin-bottom: 0;
}
#block-sanmanuel-content .ycs-rewards-list ul li{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.8;
	margin-bottom: 0;
	list-style: disc;
	padding-left: 0;
}
#block-sanmanuel-content .ycs-rewards-list ul li::before{
    filter: brightness(0) invert(1);
	top: 7px;
	display: none;
}
#block-sanmanuel-content .ycs-rewards-list ul li + li{
	margin-top: 10px;
}
.ycs-btn-wrapper{
    text-align: center;
}
.view-after-cta{
    text-align: center;
}
.ycs-contact-form{
        padding: 60px 100px;
    max-width: 830px;
    margin: auto;
    box-shadow: inset 0px 4px 54px 15px rgba(255, 255, 255, 0.25);
    background: linear-gradient(#000, #000) 50% 50% / calc(100% - 14px) calc(100% - 14px) no-repeat, linear-gradient(132deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm p{
	color: #fff;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField .options li:hover,
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField .options li.active{
	background-color: #000;
	color: rgba(255,255,255, .7) !important;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoRequiredField label.mktoLabel{
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 0 5px !important;
    padding-top: 0;
}
.ycs-contact-form .mktoButtonRow:has(.mktoButton){
	margin-bottom: 0;
}
.ycs-contact-form fieldset .mktoFormRow .mktoFormCol {
    width: calc(50% - 15px) !important;
    margin: 0 !important;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoFieldWrap{
    margin: 0 !important;
    width: calc(50% - 15px);
}
#block-sanmanuel-content .ycs-contact-form .mktoFormRow{
    display: flex;
    column-gap: 30px;
}
.ycs-contact-form .mktoClear{
    display: none;
}
#block-sanmanuel-content .ycs-contact-form .mktoFormRow fieldset.mktoFormCol{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]){
    background: none;
    box-shadow: none;
    height: 42px !important;
    padding:7px 12px !important;
    border: 1px solid rgba(255,255,255, .7) !important;
	resize: none;
	color: #fff !important;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField:is(textarea){
	overflow: hidden;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]).select{
    padding: 0 !important;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoField:not(input[type="radio"]):not(input[type="checkbox"]):placeholder{
    color: rgba(255,255,255, .7) !important;
}
.ycs-contact-form .mktoForm .mktoField .options li{
	color: #000;
}
.ycs-contact-form .styledSelect{
    border: 0 !important;
    height: 42px !important;
    padding:10px 12px !important;
    line-height: 22px !important;
}
.ycs-contact-form .styledSelect span::after{
    top: 16px;
	background: url(../images/form-arrow-white.svg) no-repeat center center;
}
.ycs-contact-form .styledSelect{
    color: rgba(255,255,255, .7) !important;
}
body #block-sanmanuel-content .ycs-contact-form .mktoForm .mktoFieldWrap .mktoInstruction{
    display: none;
}
#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    width: 270px;
    margin-top: 32px !important;
        border: 0 !important;
    background: linear-gradient(#000, #000) 50% 50% / calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(132deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat !important;
    display: inline-block;
}

#block-sanmanuel-content .ycs-contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
    color: #fff !important;
        background: linear-gradient(#000, #000) 50% 50% / calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(296deg, #318934 0%, #079c42 27%, #af68aa 66%, #b746ab 100%) no-repeat !important;

}
.ycs-accordions-section{
    background: #000;
}
.ycs-accordions-section .container-fluid{
    max-width: 1060px;
    padding: 0 15px;
}
.ycs-club-slider-wrapper .coverflow-text-wrapper{
	margin-bottom: 28px;
    margin-top: 21px;
}
.ycs-club-slider-wrapper .ycs-btn-wrapper .btn:after{
	width: 220px;
}
.ycs-club-slider-wrapper .coverflow-text-wrapper p{
	text-align: center;
	background: linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #773270 100%, #DE5BD0 100%), linear-gradient(135deg, #7FC783 0%, #6AF5FC 32.58%, #A584EE 64.11%, #D57BFB 100%), #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.ycs-club-icon img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.ycs-club-icon{
	text-align: center;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 13px;
}
.ycs-slide-data {
	display: none;
}
.ycs-slide-data.active-slide-club{
	display: block;
}

.ycs-slide-data h3{
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	/* identical to box height, or 153% */
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.ycs-slide-data .col-md-4{
	padding-top: 8px;
	position: relative;
}
.ycs-slide-data .col-md-4 + .col-md-4{
	border-left: 1px solid #D9D9D9;
}
.ycs-slide-data .col-md-4:first-child h3{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	background: linear-gradient(135deg, #4C9E5C 0%, #41B552 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ycs-slide-data .col-md-4:nth-child(2) h3{
	background: linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #773270 100%, #DE5BD0 100%), linear-gradient(135deg, #7FC783 0%, #6AF5FC 32.58%, #A584EE 64.11%, #D57BFB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

.ycs-slide-data .col-md-4:nth-child(3) h3{

background: linear-gradient(135deg, #D97ED2 0%, #B746AB 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;


}
.ycs-club-content ul{
	margin-left: 25px !important;
	list-style: inherit !important;
	margin-bottom: 15px !important;
}
.ycs-club-content ul li{
font-style: normal !important;
font-weight: 600 !important;
font-size: 1em !important;
line-height: 1.5 !important;
/* or 150% */

color: #FFFFFF !important;

opacity: 0.8 !important;
margin-bottom: 0 !important;
padding-left: 0 !important;
}
.ycs-club-content ul li::before{
	display: none;
}
.ycs-club-content ul li + li{
	margin-top: 14px !important;
}
.ycs-desclaimer-cta-section{
    text-align: center;
    margin-top: 59px
}
.ycs-desclaimer-cta-section p{
    font-weight: 400;
    font-size: 0.75em;
    line-height: 160%;
    /* or 19px */
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 32px;
}
.ycs-accordions-section{
    background: #000;
}
.ycs-accordions-section .container-fluid{
    max-width: 1060px;
    padding: 0 15px;
}
.ycs-contact-form-wrapper{
    background: linear-gradient(156.92deg, #AF68AA -33.18%, #000000 45.07%, #31893E 126.52%);
}
.ycs-accordions-section{
    padding: 80px 0;
}
.ycs-accordions-content{
    padding: 60px 100px 80px;
	position: relative;
    background: linear-gradient(135deg, #4C9E5C 0%, #41B552 33.33%, #D97ED2 64.11%, #C752BB 100%);
    outline: 4px solid rgba(255, 255, 255, .4);
    outline-offset: -4px;
}
.ycs-accordions-content>*{
	position: relative;
	z-index: 1;
}
.ycs-accordions-content::before{
	content: "";
    position: absolute;
    inset: 10px;
    right: 4px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.03);
    background-image: linear-gradient(135deg, #000 0%, 14.9746%, #000 29.9492%, 64.9746%, #000 100%);
    z-index: 1;
    filter: blur(20px);
    opacity: .9;
}
.ycs-accordion-heading-wrapper h2{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: yaamava_custom_fontregular;
    margin: 0 0 42px;
}
.ycs-accordion-block .ycs-accordion{
    padding: 16px 30px 15px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    cursor: pointer;
	letter-spacing: 0;
	position: relative;
}
.ycs-accordion-block .ycs-accordion:after{
	content: '';
	position: absolute;
	background: url(../img/white-faq-arrow.svg);
	width: 22px;
    height: 14px;
    right: 0;
    top: 24px;
}
.ycs-accordion-block .ycs-accordion.ycs-accordion-active:after{
	transform: rotate(180deg);
}
.ycs-accordion-content>ol,
.ycs-accordion-content>ul{
    margin-left: 25px;
}
.ycs-accordion-content{
    color: #fff;
    padding-bottom: 20px;
    display: none;
}
.ycs-accordion-content p,
.ycs-accordion-content ol li,
.ycs-accordion-content ul li{
	color: #fff;
}
.ycs-accordion-content *:last-child{
	margin-bottom: 0;
}
.ycs-accordion-content a{
	color: #fff;
}
.ycs-accordion-block{
    border-bottom: 1px solid rgba(255,255,255, .6);
}
.ycs-cta-section .ycs-cta-box-no-border{
    padding: 0px 30px;
    max-width: 830px;
    margin: auto;
    background: none;
    box-shadow: none;
}
.ycs-cta-section:has(.ycs-cta-box-no-border){
    background: #000;
    padding: 100px 0;
}
.ycs-cta-section .ycs-cta-box-no-border h2{
    max-width: 620px;
    margin: auto;
}

.ycs-cta-section:has(.ycs-cta-box-no-border) h2{
    margin-bottom: 26px;
}

.ycs-cta-section:has(.ycs-cta-box-no-border) .view-after-cta{
    margin-top: 25px;
}
.ycs-content{
    padding-top: 17px;
}
.ycs-content h2{
    margin-bottom: 20px;
}

.ycs-winner-card-section .view-after-cta{
    margin-top: 25px;
}
.ycs-contact-form .mktoButtonRow:has(.mktoButton){
    margin-bottom: 0 !important;
}
#block-sanmanuel-content .ycs-accordion-wrapper ol:not([class])>li{
	color: #fff;
}
#block-sanmanuel-content .ycs-accordion-wrapper ul:not([class]) li{
	color: #fff;
}
#block-sanmanuel-content .ycs-accordion-wrapper ol:not([class])>li:before{
	color: currentColor;
	border-color: currentColor;
}
#block-sanmanuel-content .ycs-accordion-wrapper ul:not([class]) li:before{
    filter: brightness(0) invert(1);
}
.ycs-star-card img{
	max-width: none !important;
}
.field__item:has(.ycs-accordions-section) + .field__item:has(.ycs-accordions-section) .ycs-accordions-section{
    padding-top: 0;
}
.green-text{
    font-weight: 400;
	letter-spacing: 0.06em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(135deg, #4C9E5C 0%, #41B552 100%), linear-gradient(135deg, #7FC783 0%, #6AF5FC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'yaamava_custom_fontregular';
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);

}
.pink-text{
    font-weight: 400;
	letter-spacing: 0.06em;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(135deg, #D97ED2 0%, #B746AB 100%), linear-gradient(135deg, #A584EE 0%, #D7CFFA 54.69%, #D57BFB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
        font-family: 'yaamava_custom_fontregular';
}

.ycs-hero-hero-section{
    overflow: hidden;
}
.ycs_hero_video_banner{
	position: relative;
}
.ycs_hero_video_banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .ycs_hero_video_banner iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25dvw;
	width: 120dvw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .ycs_hero_video_banner iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 217.78dvw;
  }
}
.ysc-video-box .contextual-region {
    width: 100%;
    height: 100%;
}
.ysc-video-box iframe{
     position: absolute;
    inset: 0;
    width: 100%;
    height: 120%;
background-color: #000;
}
.ysc-video-cta .ysc-video-box{
    overflow: hidden;
}
.ysc-video-box:after{
position: absolute;
inset: 0;
    content: '';
    z-index: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.ysc-top-star {
		display: flex;
		gap: 20px;
		margin-bottom: 20px;
	}
	.ycs-star-card img {
		max-width: 300px;
	}
	.ycs-hero-hero-section {
		min-height: 430px;
	}
	.ycs-videos-section, .ycs-club-serrano-slider-2023, .ycs-cta-section:has(.ycs-cta-box-no-border), .ycs-winner-card-section{
		padding-block: 80px;
	}
	.ycs-cta-section, .ycs-cta-section .ycs-cta-box, .ycs-contact-form-wrapper, .ycs-accordions-section{
		padding-block: 70px;
	}
	.ycs-contact-form, .ycs-accordions-content{
		padding-inline: 60px;
	}
	.ycs-desclaimer-cta-section{
		margin-inline: 30px;
	}
}
@media (max-width: 767px) {
	.ycs-hero-hero-section h1{
		font-size: 32px;
	}
	.ycs-hero-hero-section .container-fluid{
		padding-inline: 30px;
	}
	.ycs_hero_video_banner{
		min-height: 0;
		padding: 45px 15px;
	}
	.ycs-hero-hero-section .ycs-slogan{
		margin-bottom: 11px;
		font-size: 1em;
	}
	.ycs-hero-text p{
		font-size: 20px;
		line-height: 30px;
	}
	.ycs-hero-text {
		margin: 14px 0 32px;
	}
	.ycs-videos-section {
		position: relative;
		padding: 60px 0 81px;
	}
	.ycs-videos-section h2{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 50px;
	}
	.ysc-video-cta{
		width: 100%;
	}
	.ysc-video-cta .ysc-video-box{
		width: 200px;
		aspect-ratio: 1/1;
		margin-bottom: 17px;
	}
	.ysc-video-top-section p{
		font-size: 1em;
	}
	.ysc-video-cta h3{
		font-size: 20px;
		line-height: 24px;
	}
	.ycs-video-block{
		gap: 30px;
	}
	.ycs-cta-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.ycs-cta-section .ycs-cta-box {
		padding: 60px 15px;
	}
	.ycs-cta-box h2{
		font-size: 24px;
		line-height: 1.4;
		margin: 0 0 16px;
	}
	.ycs-cta-box p {
		color: #fff;
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 1.6;
	}
	.ycs-club-serrano-slider-2023 {
		background: #000;
		padding: 60px 0 60px;
	}
	.ycs-club-serrano-slider-2023 h2 {
		text-align: center;
		font-family: 'yaamava_custom_fontregular';
		color: #fff;
		margin-bottom: 9px;
		font-size: 24px;
		line-height: 1.4;
	}
	.ycs-club-icon{
		margin-bottom: 9px;
	}
	.ycs-slide-data h3{
		font-size: 20px;
        line-height: 1.2;
		margin-bottom: 17px;
	}
	.ycs-star-card img{
		max-width: 100% !important;
	}
	.ycs-club-slider-wrapper .coverflow-text-wrapper {
		margin-bottom: 28px;
        margin-top: 3px;
	}
	.ycs-slide-data .col-md-4 + .col-md-4{
		padding-top: 30px;
		position: relative;
	}
	.ycs-slide-data .col-md-4 {
		padding-top: 8px;
		padding-bottom: 14px;
	}
	.ycs-club-slider-wrapper .gallery-controls {
        top: 0;
    }
	.ycs-slide-data .col-md-4:first-child h3{
		font-size: 20px;
		line-height: 1.2;
	}
	.ycs-club-content ul li{
		font-size: 1em !important;
		line-height: 1.5 !important;
	}
	.ycs-club-content ul li + li {
		margin-top: 10px !important;
	}
	.ycs-slide-data .col-md-4 + .col-md-4{
		border-left: 0;
	}
	.ycs-slide-data .col-md-4 + .col-md-4:after{
		width: 290px;
		height: 1px;
		background: #D9D9D9;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		content: '';
	} 
	.ycs-desclaimer-cta-section {
		text-align: center;
		margin-top: -6px;
	}
	.ycs-desclaimer-cta-section .view-after-cta{
		margin-top: 24px;
	}
	.ycs-cta-section .ycs-cta-box-no-border{
		padding: 0 15px;
	}
	.ycs-cta-section:has(.ycs-cta-box-no-border) {
		padding: 60px 0;
	}
	.ycs-cta-section:has(.ycs-cta-box-no-border) h2 {
		margin-bottom: 16px;
	}
	.ycs-cta-section:has(.ycs-cta-box-no-border) .ycs-cta-text{
		margin-bottom: 30px;
	}
	.ycs-content {
		padding-top: 0;
	}
	.ysc-top-star {
		flex-direction: column-reverse;
		display: flex;
		gap: 32px;
		margin-bottom: 26px;
		text-align: center;
	}
	.ycs-star-card img{
		max-width: 100%;
	}
	.ycs-content h2 {
		margin-bottom: 16px;
		font-size: 24px;
		line-height: 1.4;
	}
	.ycs-content p:last-child{
		margin-bottom: 0;
	}
	.ycs-winner-card-section {
		background: #000;
		padding: 58px 0 60px;
	}
	.ycs-content p{
		font-size: 14px;
		line-height: 1.6;
	}
	.ycs-rewards-list + .ycs-rewards-list{
		margin-top: 24px;
	}
	.ycs-contact-form {
		padding: 60px 30px 40px;
	}
	.ycs-contact-form fieldset .mktoFormRow .mktoFormCol{
		width: 100% !important;
	}
	#block-sanmanuel-content .ycs-contact-form .mktoFormRow{
		flex-direction: column;
		gap: 16px;
	}
	.ycs-accordions-content{
		padding: 40px 15px;
	}
	.ycs-accordion-block .ycs-accordion{
		font-size: 1em;
		line-height: 1.5;
	}
	.ycs-accordions-section .container-fluid h2{
		margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.4;
	}
	.ycs-club-slider-wrapper .gallery-container img{
		height: auto !important;
	}
	#block-sanmanuel-content .ycs-rewards-list ul li + li{
		margin-top: 7px;
	}
	.ycs-contact-form-wrapper {
		padding-block: 58px;
	}
	.ycs-contact-form-wrapper h2 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 34px;
	}
	#block-sanmanuel-content .ycs-contact-form .mktoFormRow fieldset.mktoFormCol{
		gap: 15px;
	}
	.ysc-video-top-section{
		padding-inline: 10px;
		margin-bottom: 34px;
	}
	.ycs-cta-box-no-border p{
		margin-bottom: 31px;
	}
	.ycs-accordions-content::before{
		inset: 6px;
		filter: blur(20px);
	}
}


/* filter css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
	color: #1E1E1E !important;
	opacity: .35 !important;
}
.yaamava-filter-wrapper{
    padding: 24px 15px;
	background: #FFFEFC;
}
.yaamava-filter-wrapper legend{
	display: none;
}
.yaamava-filter-wrapper>form{
    max-width: 830px;
    margin: auto;
    width: 100%;
}
.yaamava-filter-wrapper fieldset:has(.radio){
    width: calc(57.250602% - 10px);
}
.yaamava-filter-wrapper fieldset:has(.radio) .fieldset-wrapper>div{
    display: flex;
}

.yaamava-filter-wrapper fieldset:has(.radio) .fieldset-wrapper input{
    appearance: none;
    position: absolute;
    top: -100px;
    left: -100px;
	visibility: hidden;
}

.yaamava-filter-wrapper fieldset:has(.radio) .form-check{
    padding: 0;
    flex: 1;
    margin: 0;
}

.yaamava-filter-wrapper fieldset:has(.radio) .form-check label{
    display: block;
    border: 1px solid #A6631B;
    padding: 11px;
    text-align: center;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.5;
	transition: all 0.3s ease;
}
.yaamava-filter-wrapper fieldset:has(.radio) .form-check label:hover{
	background-color: #A6631B;
	color: #fff;
}
.yaamava-filter-wrapper fieldset:has(.radio) .form-check + .form-check label{
    border-left: 0;
}
.yaamava-filter-wrapper fieldset:has(.radio) .form-check input:checked + label{
    background: #A6631B;
    color: #fff;
}
.yaamava-filter-wrapper .form-item-all,
.yaamava-filter-wrapper .form-item-eid ,
.yaamava-filter-wrapper .form-item-pid {
    width: calc(42.749398% - 10px);
	position: relative;
	height: 48px;
}
#block-sanmanuel-content :is(.yaamava-filter-wrapper .form-item-all,
.yaamava-filter-wrapper .form-item-eid ,
.yaamava-filter-wrapper .form-item-pid) input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]){
    border-radius: 0;
    border: 1px solid #A6631B;
    height: 48px !important;
    font-size: 1em !important;
	padding-right: 56px !important;
}
:is(.yaamava-filter-wrapper .form-item-all,
.yaamava-filter-wrapper .form-item-eid ,
.yaamava-filter-wrapper .form-item-pid):before{
	content: '';
	height: 100%;
	width: 46px;
	background:#A6631B url(../img/search-filter-icon.svg) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.yaamava-filter-wrapper .d-flex{
    gap: 20px;
}
.yaamava-filter-wrapper .js-form-item-eid,
.yaamava-filter-wrapper .js-form-item-pid{
    display: none;
}
.yaamava-filter-wrapper .form-item-field-venues-target-id + .form-wrapper:has(.start-date){
    max-width: calc(100% - 175px);
    margin: 0;
}

.yaamava-filter-wrapper fieldset.form-wrapper:has(.start-date) .fieldset-wrapper{
    display: flex;
    gap: 20px;
}

.yaamava-filter-wrapper fieldset.form-wrapper:has(.start-date) .form-type-textfield{
    flex: 1;
}
.yaamava-filter-wrapper .form-item-field-venues-target-id{
    display: none;
}

#block-sanmanuel-content .yaamava-filter-wrapper div:has(.start-date) input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]){
        border: 1px solid #A6631B;
    height: 48px !important;
    border-radius: 0;
    font-size: 1em !important;
	text-align: left;
	padding: 10px 15px !important;
	padding-right: 56px !important;
	box-shadow: none;
}
.yaamava-filter-wrapper .form-actions button{
	padding: 13px 16px 14px 49px;
    border: 0;
    background: none;
    color: #1E1E1E;
    text-transform: none;
    font-size: 1em;
    position: relative;
    font-weight: 400;
    letter-spacing: 0;
}
.yaamava-filter-wrapper .form-actions button:hover{
    color: #1E1E1E !important;
	opacity: .8 !important;

}

.yaamava-filter-wrapper .form-actions button::before{
	width: 20px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	background: url(../img/xmark.svg) no-repeat center center;
}
.yaamava-filter-wrapper .form-actions button:after{
    display: none;
}
.yaamava-filter-wrapper :is(.form-item-sd-min, .form-item-sd-max){
	position: relative;
}
.yaamava-filter-wrapper :is(.form-item-sd-min, .form-item-sd-max):before{
	content: '';
	width: 46px;
	height: 100%;
	background: url(../img/calendar-filter-icon.svg) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
#block-sanmanuel-content .yaamava-filter-wrapper div.form-item-sd,
#block-sanmanuel-content .yaamava-filter-wrapper div.form-item-ed{
    width: calc(50% - 97px);
}
#block-sanmanuel-content .yaamava-filter-wrapper.filter-vanue div.form-item-sd,
#block-sanmanuel-content .yaamava-filter-wrapper.filter-vanue div.form-item-ed{
    width: calc(36.4% - 97px);
}
#block-sanmanuel-content .yaamava-filter-wrapper .form-item-field-venues-target-id select{
	border-radius: 0;
    border: 1px solid #A6631B;
    height: 48px !important;
    font-size: 1em !important;
    border-radius: 0;
    padding: 11px 20px !important;
}
.yaamava-filter-wrapper.filter-vanue .form-item-field-venues-target-id{
    width: 24.7%;
}

.yaamava-filter-wrapper.filter-vanue .form-item-field-venues-target-id + .form-wrapper:has(.start-date){
    width:  calc(75.3% - 195px);
}
/* filter css end */

.home-slider-wrapper{
	position: relative;
	--filterArrowPos: 50%;
}
.yaamava-filter-wrapper input::placeholder{
	color: #352A22;
	opacity: .65 !important;
}
.yaamava-filter-wrapper .form-item-field-event-date-value, .yaamava-filter-wrapper .form-item-field-event-date-end-value-2, .yaamava-filter-wrapper .form-item-pid1, .yaamava-filter-wrapper .form-item-eid1, .yaamava-filter-wrapper .form-item-all1, .yaamava-filter-wrapper fieldset[data-drupal-selector="edit-type-2"], .yaamava-filter-wrapper .form-item-field-venues-target-id-1 {
  display:none
}
.swiper-event-slider-left {
    left: -56px;
    padding: 0;
    background: url(../images/slider-left-arrow.svg) no-repeat left center;
    margin-top: -45px;
    position: absolute;
    height: 44px;
    width: 24px;
    top: var(--filterArrowPos);
    margin-top: -22px;
	z-index: 1;
	transition: all 0.3s ease;
}
.swiper-event-slider-right {
    right: -56px;
    padding: 0;
    background: url(../images/slider-right-arrow.svg) no-repeat right center;
    margin-top: -45px;
    position: absolute;
    height: 44px;
    width: 24px;
    top: var(--filterArrowPos);
    margin-top: -22px;
	z-index: 1;
	transition: all 0.3s ease;
}
:is(.swiper-event-slider-right, .swiper-event-slider-left):hover{
	opacity: .85;
}
.entertainment-promo-filter .container-fluid{
	position: relative;
}
.entertainment-promo-filter .total {
	font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #352A22;
    position: absolute;
    top: 29px;
    right: 15px;
}
.pager:has(.btn){
    list-style: none;
    margin: 0;
}
.pager:has(.btn) .btn{
	min-width: 261px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 15px 30px;
    letter-spacing: 0.04em;
	margin-top: 10px;
}
.pager:has(.btn) .btn:after{
    display: none;
}
.datepicker tr th{
    background: none !important;
}
.datepicker tr td{
	border-radius: 50%;
}
.datepicker tr td.day:hover{
	background-color: #A6631B;
	border-radius: 50%;
}
.datepicker .next, .datepicker .prev{
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.3s ease;
}
.datepicker .next{
	background: url(../img/calendar-arrow-right.svg) no-repeat center right !important;
}
.datepicker .prev{
	background: url(../img/calendar-arrow-left.svg) no-repeat center left !important;
}
.datepicker :is(.next, .prev):hover{
	opacity: .8;
}
.datepicker table tr td.active.active{
	border-radius: 50%;
}
.yaamava-home-page-slider{
    padding: clamp(2rem, 9.238vw - 1.543rem, 4rem) 0;
	background: #FFFEFC;
}
.yaamava-home-page-slider .yaamava-filter-wrapper{
    padding: 0;
}
.yaamava-home-page-slider .yaamava-filter-wrapper>form{
    margin: 0;
}
.home-filter-wrapper{
	position: relative;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.home-filter-wrapper .read-more-wrapper{
	position: static;
	min-width: var(--readmore-width) ;
	
}
.home-filter-wrapper .read-more{
	letter-spacing: 0;
}
.yaamava-home-page-header{
    margin-bottom: 33px;
}
.yaamava-home-page-header{
	--readmore-width: 285px;
}
.yaamava-home-page-header h2{
    margin-bottom: 40px;
	margin-right: calc(var(--readmore-width) * -1);
}
.yaamava-home-page-header form .form-actions{
    display: none
}
.home-event-slider{
	filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.1));
}
.home-slider-wrapper .swiper-slide{
	height: auto;
	width: calc(33.333% - 20px);
	margin-right: 30px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled], .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled]{
	border-radius: 50%;
}

.datepicker .datepicker-months table tr td span.active.active,
.datepicker .datepicker-years table tr td span.active.active{
	border-radius: 0 !important;
}
.datepicker header{
	border-bottom: 1px solid #F5F5F5;
}
.views-element-container:has(.yaamava-home-page-slider, .yaamava-filter-wrapper){
	margin: 0;
}
.yaamava-filter-wrapper .mb-3{
    margin-bottom: 0 !important;
}
.calendar-link{
        text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-top: 3px;
    margin-left: 16px;
}
.user-link[target="_blank"]:after{
    display: none;
}

.calendar-link:before{
        width: 14px;
    content: '';
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/calendar-filter-icon.svg) no-repeat center center;
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.header-sep{
    display: inline-block;
    background: #A6631B;
    opacity: .6;
    height: 22px;
    width: 1px;
    margin-left: 16px;
}
.play-online-mb{
    margin-bottom: 0;
}
.play-calender-mb{
    padding: 13px 15px 12px 15px;
    font-weight: 500;
    font-size: 1em;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #B88249;
    margin-bottom: 0;
    position: relative;
    transition: background-color 0.3s linear;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
}
.play-calender-mb:after{
    content: '';
	width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../img/calendar-filter-icon.svg) no-repeat center center;
    margin-left: 9px;
    position: relative;
    top: -2px;
    background-size: contain;
}
.page-node-126321 .inner-page-hero-section .container-fluid .row{
    min-height: 140px;
}
.page-node-126321 .inner-page-hero-section:after{
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 9e-05) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.48) 3.39%, rgba(0, 0, 0, 6e-05) 43.48%);
}
.entertainment-promo-filter .events-post-content{
	border: 0;
}
.entertainment-promo-filter {
    padding: 60px 0 80px;
    background: #FFFAF1 url(../images/tree-line-pattern.png) center center repeat;
}
.entertainment-promo-filter h2 {
    margin-bottom: 40px;
}
.yaamava-filter-wrapper .form-actions{
	width: 154px;
}
.form-item-field-venues-target-id .form-select{
    padding: 0;
    border: 0;
    background:  none;
    position: relative;
    z-index: 9;
}
.form-item-field-venues-target-id .styledSelect{
    height: 48px !important;
    padding: 11px 36px 11px 15px !important;
	text-transform: capitalize;
}
.form-item-field-venues-target-id .styledSelect:after{
	top: 10px;
	background: url(../img/field-arrow.svg) no-repeat center center;
}
span.text-ellipses {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-item-field-venues-target-id .form-select>ul{
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    background: #fff;
    display: none;
	border: 1px solid var(--button-bg);
	border-top: 0;
	width: 100%;
}

.form-item-field-venues-target-id .form-select>ul>li{
    padding: 11px 10px;
    cursor: pointer;
    font-size: 1em;
	text-transform: capitalize;
}

.form-item-field-venues-target-id .form-select>ul>li.active{
    background: var(--button-bg);
    color: #fff;
}
.form-item-field-venues-target-id .styledSelect span::after{
	top: 20px;
	background: url(../img/field-arrow.svg) no-repeat center;
}
.page-node-126321 .datepicker-dropdown.datepicker-orient-bottom:after,
.page-node-126321 .datepicker-dropdown.datepicker-orient-top:after,
.page-node-126321 .datepicker-dropdown.datepicker-orient-bottom:before,
.page-node-126321 .datepicker-dropdown.datepicker-orient-top:before{
	display: none !important;
}
html .datepicker table:not(:has(.active)) tr td.today:not(.active, .disabled),
html .datepicker table:not(:has(.active)) tr td.today:not(.active, .disabled):active, 
html .datepicker table:not(:has(.active)) tr td.today:not(.active, .disabled):hover{
	
    background: var(--button-bg) !important;
color: #fff !important;
}
html .datepicker table tr td.today.disabled,
html .datepicker table:has(.active) tr td.today,
html .datepicker table:has(.active) tr td.today:active, 
html .datepicker table:has(.active) tr td.today:hover{
background: none !important;
}
body .datepicker-dropdown{
    border: 1px solid #A6631B;
    padding: 12px;
    width: 360px;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
}
body .datepicker-dropdown thead{
	border: 1px solid #fff;
}
.datepicker tr th{
    height: 32px;
    background: #fff !important;
    padding: 0;
}
.datepicker tr th.dow{
    background: #fff !important;
    min-width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 125%;
}
.datepicker tr th.datepicker-switch{
    color: #1E1E1E;
}
.datepicker tr td{
    padding: 0;
    min-width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 125%;
    color: #1E1E1E;
    font-weight: 500;
}
.datepicker table{
    border-collapse: collapse;
}
.datepicker tr td:is(.new, .old){
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.datepicker tr{
    padding: 0;
}
.datepicker tr th.dow{
    color: rgb(30 30 30 / 60%);
    font-weight: 600;
    text-transform: uppercase;
	border-bottom: 1px solid #F5F5F5;
	font-size: 13px;
	line-height: 24px;
}
.entertainment-promo-filter .load-more-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.entertainment-promo-filter .load-more-row>* {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.datepicker tbody:before {
    content: "-";
    display: block;
    line-height: 2px;
    color: transparent;
}
body div.datepicker table tr td.today.active,body div.datepicker table tr td.today.active:hover{
    text-shadow: none;
    background: var(--button-bg) !important;
}
.yaamava-home-page-slider .events-post{
	box-shadow: none;
}
.yaamava-filter-wrapper .input-group .fieldset-wrapper{
    display: flex;
    gap: 20px;
}
.yaamava-filter-wrapper .input-group .fieldset-wrapper>div{
    flex:1;
}
.yaamava-filter-wrapper .form-item-field-venues-target-id + .input-group{
    display: block;
    width: calc(100% - 174px);
}
.yaamava-filter-wrapper.filter-vanue .form-item-field-venues-target-id + .input-group{
    display: block;
    width: calc(72% - 167px);
}
@media (max-width: 1300px), (max-width: 1200px){
	.yaamava-home-page-slider .events-post-content{
		padding:25px 31px;
		border-inline: 0;
	}
	.swiper-event-slider-right{
		right: 5px;
	}
	.swiper-event-slider-left{
		left: 5px;
	}
}
@media (min-width: 1025px){
	.user-link{
		color: #A6631B;
	}
	.swiper-event-slider-left,.swiper-event-slider-right{
		top: 50%;
	}
}
@media (max-width: 1024px){
	.header-sep{
		display: none;
	}
	.calendar-link{
		display: none;
	}
	.home-slider-wrapper .swiper-slide{
		height: auto;
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
}
@media (max-width: 991px) {
	.yaamava-home-page-header h2{
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.views-element-container:has(.yaamava-home-page-slider){
		margin: 0;
	}
	.home-filter-wrapper .yaamava-filter-wrapper fieldset:has(.radio) .form-check label{
		padding: 14px;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		line-height: 30px;
	}
	/* .home-filter-wrapper .yaamava-filter-wrapper fieldset:has(.radio) .form-check:first-child{
		flex: none;
		min-width: 143px;
	} */
	.home-filter-wrapper .yaamava-filter-wrapper fieldset:has(.radio) {
		width: 560px;
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.page-node-126321 .inner-page-hero-section .container-fluid h1{
		font-size: 24px;
	}
	.page-node-126321 .inner-page-hero-section .container-fluid {
        padding-top: 38px;
        padding-bottom: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }
	.page-node-126321 .inner-page-hero-section .container-fluid .row{
		min-height: 0;
	}
	.yaamava-filter-wrapper fieldset:has(.radio) .form-check:first-child{
		min-width: 100px;
		flex: none;
	}
	.yaamava-filter-wrapper .form-item-field-venues-target-id + .form-wrapper:has(.start-date),
	.yaamava-filter-wrapper fieldset:has(.radio),
	.yaamava-filter-wrapper .form-item-field-venues-target-id,
	.yaamava-filter-wrapper .form-item-all, .yaamava-filter-wrapper .form-item-eid, .yaamava-filter-wrapper .form-item-pid{
		width: 100% !important;
		max-width: 100%;
	}
	.yaamava-filter-wrapper .form-actions {
		width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
	}
	.yaamava-filter-wrapper .d-flex {
		gap: 16px;
	}
	.entertainment-promo-filter .total{
		display: none;
	}
	.home-filter-wrapper .read-more-wrapper{
		display: none;
	}
	.yaamava-home-page-slider .yaamava-filter-wrapper{
		width: 100%;
	}
	.read-more-wrapper-2 {
		margin-top: 25px;
	}
	.entertainment-promo-filter{
		padding: 40px 0 60px;
	}
	.yaamava-home-page-header h2,
	.entertainment-promo-filter h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.yaamava-home-page-header h2,.yaamava-home-page-header {
		margin-bottom: 24px;
	}
	.home-slider-wrapper .swiper-slide{
		height: auto;
		width: 100%;
	}
	html body .datepicker-dropdown {
		width: 300px;
	}
	.datepicker table{
		table-layout: fixed;
	}
	.entertainment-promo-filter .events-post {
        margin-bottom: 32px;
        height: calc(100% - 32px);
    }
	.datepicker tr td.day{
		height: 39px;
	}
	.swiper-event-slider-right{
		right: 0;
	}
	.swiper-event-slider-left{
		left: 0;
	}
	#block-sanmanuel-content .yaamava-filter-wrapper div.form-item-sd, #block-sanmanuel-content .yaamava-filter-wrapper div.form-item-ed {
		width: calc(50% - 8px) !important;
	}
	.entertainment-promo-filter .load-more-row>*{
		width: 100%;
	}
	.pager:has(.btn) .btn{
		min-width: 281px;
	}
	.home-filter-wrapper .yaamava-filter-wrapper fieldset:has(.radio) .form-check label{
		font-size: 14px;
	}
	.yaamava-filter-wrapper .form-item-field-venues-target-id + .input-group{
		width: 100%;
	}
	.home-filter-wrapper{
		margin-right: 0;
	}
	
	.home-event-slider{
		filter: none;
	}.home-filter-wrapper .yaamava-filter-wrapper fieldset:has(.radio) .form-check:first-child{
		flex: 1;
	}

}
@media (max-width: 479px){
	.yaamava-filter-wrapper fieldset:has(.radio) .form-check:first-child{
		min-width: 66px;
	}
}
@media (max-width: 374px){
	
	.yaamava-filter-wrapper fieldset:has(.radio) .form-check label, #block-sanmanuel-content :is(.yaamava-filter-wrapper .form-item-all, .yaamava-filter-wrapper .form-item-eid , .yaamava-filter-wrapper .form-item-pid) input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]){
		font-size: 13px !important;
	}
	.pager:has(.btn) .btn{
		width: 261px;
	}
	#block-sanmanuel-content .yaamava-filter-wrapper div:has(.start-date) input:not([type="checkbox"], [type="radio"], [type="button"], [type="submit"]){
		padding-right: 38px !important;
	}
}
[class*="hero"] iframe[src*="media/oembed"]{
	pointer-events: none;
}
.ysc_hide_overlay::after{
	display: none;
}
.ycs-hero-hero-section.ycs_no_text iframe{
    height: 100%;
    width: 100%;
}
.ycs-hero-hero-section.ycs_no_text{
    aspect-ratio: 16/9;
    padding: 0;
    display: block;
}
.ycs-hero-hero-section.ycs_no_text .contextual-region{
    flex: 1;
    width: 100%;
    height: 100%;
}
body a.skip-link.visually-hidden.focusable:focus {
	position: absolute !important;
    color: #fff;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: 9999 !important;
    left: 0 !important;
    margin: 0 !important;
    background: var(--orange-color);
    padding: 0px 6px !important;
    border-radius: 0 !important;
    text-indent: 0 !important;
    transform: translate(0) !important;
    font-size: 11px;
}

.yfa-slider-section{
	width: calc((100% + 218px) / 2);
    height: 441px;
    transform: skewX(-25deg) translateZ(0); 
    border-radius: 0 0 79px 0;
    overflow: hidden;
    transform-origin: top right;
    border: 11px solid #A1225B;
    border-left: 0;
    box-shadow: 0px 4px 35px #A1225B;
    overflow: hidden;
}
.yfa-section{
	background: #000;
	padding: 109px 15px 0 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.yfa-slider-wrapper{
	max-width: 470px;
	width: calc(50% - 30px);
}
.yfa-slider-wrapper h2{
	color: #fff;
	font-weight: 900;
	font-style: italic;	
	margin-bottom: 24px;
}
.yfa-description p{
	color: #fff;
	margin-bottom: 26px;
}

.yfa-description p:last-child{
	margin-bottom: 0;
}
.yfa-bullet-list{
	display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 9px 10px;
	align-items: flex-start;
}
.yfa-bullet-list li{
	width: calc(50% - 5px);
	color: #fff;
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.2;
}
.yfa-bullet-list li.active{
	font-weight: 700;
}
.yfa-section.yf1-reverse{
	flex-direction: row-reverse;
	padding-top: 77px;
	padding-bottom: 20px;
}
.yfa-section.yf1-reverse{
	overflow: hidden;
	padding-inline: 15px 0;
	padding-bottom: 40px;
}
.yfa-section.yf1-reverse .yfa-slider-section{
	border: 11px solid #43FBFC;
	border-right: 0;
	box-shadow: 0px 4px 35px #43FBFC;
	border-radius: 75px 0 0  0;
	transform-origin: bottom right;
	align-self: flex-start;
}
.yfa-description p:has(+ .yfa-bullet-list){
	margin-bottom: 30px;
}
.yfa-slider-section img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.yfa-inner-slide{
	transform: skewX(25deg) translateZ(0);
	height: 100%;
	transform-origin: right top;
}
.yfa-section.yf1-reverse .yfa-inner-slide{
	transform: skewX(25deg) translateZ(0);
	height: 100%;
	transform-origin: right bottom;
}
.yfa-inner-slide *{
	height: 100%;
}
.yfa-two-column-section{
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
}
.yfa-two-column-section h2{
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-style: italic;
	margin: 0 0 54px;
}
.yfa-column-section{
    margin: 0 -12dvw;
    display: flex;
    column-gap: 35px;
    transform: skewx(-27deg) translateZ(0);
}
.yfa-content{
    border: 11px solid #1E8E33;
    flex: 1;
    padding: 37px;
	box-shadow: 0px 0px 35px #1E8E33;
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-radius: 75px 0 0 0 ;
}
.yfa-content-text{
    transform: skewx(27deg) translateZ(0);
    max-width: 500px;
    transform-origin: top right;
}

.yfa-content-text h3{
    font-weight: 800;
    color: #fff;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
    letter-spacing: revert-layer;
}

.yfa-content-text h4{
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.yfa-content-text p{
    color: #fff;
    margin-bottom: 16px;
}

.yfa-content-text p a{
    color: #fff;
}
.yfa-content-text p:last-child{
    margin-bottom: 0;
}
.yfa-description p.yfa-declaimer{
    font-size: 0.875em;
}
.yfa-content-text p.yfa-declaimer{
	font-size: 0.75em;
	line-height: 1.6;
}
.yfa-content:first-child {
	align-items: flex-end;
	border-radius: 0 0 75px 0;
}
.yfa-content:first-child .yfa-content-text{
	transform-origin: bottom right;
    position: relative;
    left: 26px;
}
.yfa-inner-slide .slider-download .swiper-slide{
	padding: 0;
}
.yfa-content:nth-child(2) .yfa-content-text{
	/* max-width: 450px; */
	padding: 0 40px 0 10px;
}
.page-node-127426 .entertainer-bar{
    max-width: 370px;
    background: #000;
}
.page-node-127426 :is(.swiper-button-prev, .swiper-button-next, .entertainer-slider-title img){
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.page-node-127426 .simple-cta-section{
    padding: 60px 0;
}
.page-node-127426 .simple-cta-section .simple-cta-section-content{
    max-width: 829px;
}
.full-width-image img{
	width: 100%;
	min-height: 195px;
	object-fit: cover;
}
.yfa-bullet-list li {
    width: calc(61.1% - 5px);
    color: #fff;
    padding-left: 15px;
	position: relative;
}
.yfa-bullet-list li:after{
	content: '';
	height: 21px;
	width: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #43FBFC;
}
.yfa-bullet-list li:nth-child(even){
	width: calc(38.9% - 5px);
}
.yfa-bullet-list li{
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
    line-height: 1.4;
    gap:15px; 
    justify-content: flex-end;
}
.yfa-bullet-list li:after{
    position: relative;
    top: unset;
    transform: none;
    min-width: 3px;
    
}
.full-width-image{
	margin-top: 56px;
}
.page-node-127426 #main-wrapper{
    background: #000;
}
.f1-slider-pagination-wrapper{
	display: flex;
    position: relative;
    max-width: 382px;
    width: 100%;
    justify-content: space-between;
    margin-left: -8px;
}
.f1-slider-pagination-wrapper :is(.swiper-button-prev, .swiper-button-next){
    position: static;
    display: inline-block;
    margin: 0;
}
.f1-slider-pagination-wrapper .swiper-pagination{
    margin-top: 0;
}
.f1-slider-pagination-wrapper .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
}
.f1-hero-section{
	min-height: 500px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.f1-hero-section .container-fluid{
	max-width: 1352px;
}
.ycs_hero_video_banner .contextual-region{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.f1-hero-section p{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: 1em;
	line-height: 150%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFF2AD;
}
.page-node-127426 .simple-cta-section .simple-cta-section-content img{
    width: 100%;
}
.simple-cta-section.dark_background{
	background: #000 !important;
	padding-top: 0;
}
.feature_media_wraper.dark_background{
	background: #000;
}
.simple-cta-full-width{
	width: 100%;
}
.feature_media_wraper.dark_background h2{
	color: #fff;
}
.dark_background>h2{
	color: #fff;
}

.simple-cta-section h2{
	margin-bottom: 20px;
}
.simple-cta-full-width img{
	width: 100%;
}
.f1-hero-section .col-xs-12{
    display: flex;
    justify-content: flex-end;
    padding-top: 103px;
}
.f1-hero-section .f1-banner-logo *{
	position: relative;
	z-index: 2;
}
.f1-banner-logo{
    text-align: center;
    max-width: 738px;
    width: 100%;
}
.f1-banner-logo p{
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 800;
	font-size: 2em;
	line-height: 150%;
	/* identical to box height, or 45px */
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #FFF2AD;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.block-content-axs_footer_block .simple-cta-section .container-fluid{
    background: #fff;
    padding-block: 70px;
    width: calc(100% - 60px);
}
@media (max-width: 1200px) {
	
	.yfa-column-section{
		margin: 0 -22dvw;
	}
	.yfa-content-text {
        max-width: 340px;
    }
}
@media (max-width: 1024px) {
	.f1-hero-section .col-xs-12{
		padding-top: 30px;
	}
	.yfa-content-text{
		max-width: 300px;
	}
	.yfa-section, .yfa-section.yf1-reverse{
		padding-top: 80px;
		flex-direction: column-reverse;
	}
	.full-width-image {
		margin-top: 66px;
	}
	.yfa-two-column-section {
		padding: 75px 0;
	}
	.yfa-slider-section{
		width: calc(100% - 47px);
        margin-right: 47px;
		height: auto;
	}
	.yfa-section.yf1-reverse .yfa-slider-section{
		width: calc(100% - 47px);
        margin-left: 47px;
		margin-right: 0;
	}
	.yfa-slider-section img{
		height: auto;
	}
	.yfa-slider-wrapper{
		width: 100%;
		max-width: 100%;
	}
	.yfa-slider-wrapper{
		padding: 0 30px 36px;
	}
	.yfa-section, .yfa-section.yf1-reverse{
		padding-inline: 0;
	}
	.yfa-section{
		gap: 0;
	}
	.yfa-two-column-section h2{
		margin-bottom: 34px;
	}

	.yfa-column-section{
		margin: 0;
		flex-direction: column;
	}
	.yfa-slider-wrapper{
		padding: 0 30px 36px;
	}
	.yfa-content{
		border: 0;
		box-shadow: none;
	}
	.yfa-column-section{
		transform: skew(0deg);
		box-shadow: none;
	}
	.yfa-content-text{
		transform: skew(0);
	}
	.yfa-content:nth-child(n) .yfa-content-text{
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.yfa-content:nth-child(n){
		border-radius: 0;
		padding: 0 30px;
	}
	.yfa-bullet-list li:nth-child(n){
		width: 100%;
	}
	.yfa-content:nth-child(2){
		border-top: 11px solid #1E8E33;
		padding-top: 46px;
		margin-top: 46px;
	}
	.f1-hero-section {
		min-height: 360px;
	}
	.f1-slider-pagination-wrapper {
        width: 240px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -120px;
    }
	.yfa-section.f1-has-slider .yfa-description p.yfa-declaimer{
		margin-bottom: 0;
	}
	.yfa-section.f1-has-slider{
		padding-bottom: 80px;
		position: relative;
	}
	.block-content-axs_footer_block .simple-cta-section .container-fluid{
		padding-block: 60px;
	}
}


@media (max-width: 767px) {
	.block-content-axs_footer_block .simple-cta-section .container-fluid{
		padding-block: 40px;
	}
	.f1-hero-section .col-xs-12{
		padding-top: 0;
	}
	.yfa-content:nth-child(2){
		border-top: 8px solid #1E8E33;
		padding-top: 24px;
        margin-top: 20px;
	}
	.yfa-section, .yfa-section.yf1-reverse {
        padding-top: 60px;
	}
	.yfa-slider-wrapper{
		padding: 0 30px 34px;
	}
	.yfa-slider-section{
		border-width: 6px;
		box-shadow: 0px 0px 15px #A1225B;
	}
	.yfa-slider-section img{
		min-height: 220px;
	}
	.yfa-slider-section {
        width: calc(100% - 33px);
        margin-right: 41px;
		height: 232px;
		border-radius: 0 0 44px 0;
	}
	.yfa-two-column-section {
        padding: 60px 0;
    }
	.yfa-two-column-section h2 {
        margin:0 30px 24px;
    }
	.yfa-content-text h4{
		margin-bottom: 18px;
        margin-top: -3px;
	}
	.f1-slider-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 67px;
	}
	.f1-slider-pagination-wrapper{
		width: 240px;
	}
	.yfa-section.yf1-reverse .yfa-slider-section{
		border-width: 6px;
		box-shadow: 0px 0px 15px #43FBFC;
	}
	.yfa-section,
	.yfa-section.yf1-reverse{
		padding-bottom: 15px;
	}
	.full-width-image {
        margin-top: 51px;
    }
	.page-node-127426 .entertainer-bar{
		max-width: 400px;
	}
	.yfa-section.yf1-reverse{
		padding-top: 53px;
	}
	.yfa-section.f1-has-slider{
		padding-bottom: 60px;
		position: relative;
	}
	.f1-hero-section{
		padding: 6px 21px;
		min-height: 65vw;
		position: relative;
	}
	.f1-hero-section  .f1-banner-logo p {
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: center;
		left: 0;
		margin-bottom: 9px;
	}
	.f1-banner-logo p{
		font-size: 1em;
	}
	.ycs_no_text  {
		aspect-ratio: 16/9;
	}
}
@media (max-width: 400px) {
	
	.yfa-slider-wrapper h2{
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0;
	}
}

.agilysys-model-open{
    position: fixed;
    inset: 0;
    z-index: 9999;
	display: none;
}
.cocktail-reserve-table-section .reserve-table-aside:has(.agilysys-model-open){
    z-index: auto;
}
.agilysys-model-open iframe{
    width: 100%;
    height: 100%;
}
.agilysys-close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
	background: url(../img/xmark.svg);
    cursor: pointer;
	background-size: 40px;
}
button#xb-close-modal {
    text-align: center !important;
    box-sizing: border-box;
    padding: 0;
}
.reserve-button-wrapper .btn{
	width: 100%;
}
.autoplay-audio{
	display: none;
}
.wpb_footer p{
	line-height: 1.5;
}
[data-style]{
	transition: background-image 0.3s ease-in-out; 
}
[data-style].loaded{
	transition: background-image 0.3s ease-in-out; 
}
.blog-main-section p:has(a[href*="https://www.instagram.com"]), .blog-main-section p:has(a[href*="https://www.instagram.com"]) a{
	font-size: .875em !important;
	line-height: 1.5 !important;
}
.content-type-categories {
  margin-top: 20px;
}

.header-notification{
    padding: 6px 0;
    background: #A6631B;
	display: none;
}
.header-notification.yaamava-dark-green{
	background: #485023;
}
.header-notification.yaamava-dark-green .vote-now-btn{
	background: #fff;
	color: #485023;
	border: 1px solid #485023;
}
.header-notification.yaamava-dark-green .vote-now-btn:hover{
	background: transparent;
	color: #fff;
}
.header-notification.yaamava-light-green{
	background: #ECF1E2;
}
.header-notification.yaamava-light-green .header-notification-content p{
	color: var(--body-bg, #352A22);
}
.header-notification.yaamava-light-green .vote-now-btn{
	background: #485023;
	color: #fff;
	border: 1px solid #485023;
}
.header-notification.yaamava-light-green .vote-now-btn:hover{
	background: transparent;
	color: #485023;
	border: 1px solid #485023 !important;
}
.header-notification.yaamava-light-green .close-btn{
	color: #485023;
}
.header-notification .container-fluid{
    display: flex;
    justify-content: space-between;
}
.header-notification-content{
    display: flex;
    gap: clamp(0.3rem, 6.283vw - 0.957rem, 1.5rem);
    margin-inline: auto;
        width: calc(100% - 24px);
    max-width: 640px;
	align-items: center;
}
.eocjs-newsticker-container{
    position: relative;
    display: flex;
    height: 26px;
}
.eocjs-newsticker-container>div{
    position: absolute;
    top: 0;
    left: 0;
}
.eocjs-newsticker-container{
    position: relative;
    display: flex;
    height: 26px;
}
.eocjs-newsticker-container>div{
    position: absolute;
    top: 0;
    left: 0;
}
.header-notification-content p{
    margin: 0;
    color: #fff;
	font-size: 14px;
	line-height: 17px;
}

.header-notification-content .vote-now-btn{
	font-family: Montserrat;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 19px;
    padding-bottom: 3px;
    padding-left: 19px;
    background: #fff;
    display: inline-block;
    text-decoration: none;
	border: 1px solid #fff !important;
	transition: all 0.3s ease-in-out;
}
.header-notification-content .vote-now-btn:hover{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.yaamava-dark-green .header-notification-content .vote-now-btn:hover{
	background: #485023;
	color: #fff;
	border: 1px solid #485023;
}
.x-btn{
	min-width: 24px;
    flex-basis: 24px;
    width: 24px;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.header-notification.yaamava-light-green .x-btn{
	color: #485023;
}
.x-btn svg{
	width: 11px;
	height: 11px;
}
.x-btn svg path{
	fill: currentColor
}
.x-btn:hover{
    color: #ffffff66;
}
.header-notification-content-text {
  overflow: hidden;
  flex: 1;
  position: relative;
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-content {
	display: flex;
	white-space: nowrap;
	will-change: transform;
  }
  
  .ticker-inner {
	display: flex;
  }
  
  .ticker-item {
	display: inline-block;
	padding-right: 5px;
  }

.animate-ticker {
  animation-name: ticker;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

