@font-face {
    font-family: 'BlackerDisplay';
    src: url('../fonts/BlackerProDis-Rg.eot');
    src: url('../fonts/BlackerProDis-Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackerProDis-Rg.woff2') format('woff2'),
        url('../fonts/BlackerProDis-Rg.woff') format('woff'),
        url('../fonts/BlackerProDis-Rg.ttf') format('truetype'),
        url('../fonts/BlackerProDis-Rg.svg#BlackerProDis-Rg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlackerDisplay';
    src: url('../fonts/BlackerProDis-Bd.eot');
    src: url('../fonts/BlackerProDis-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackerProDis-Bd.woff2') format('woff2'),
        url('../fonts/BlackerProDis-Bd.woff') format('woff'),
        url('../fonts/BlackerProDis-Bd.ttf') format('truetype'),
        url('../fonts/BlackerProDis-Bd.svg#BlackerProDis-Bd') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlackerText';
    src: url('../fonts/BlackerProTx-Rg.eot');
    src: url('../fonts/BlackerProTx-Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackerProTx-Rg.woff2') format('woff2'),
        url('../fonts/BlackerProTx-Rg.woff') format('woff'),
        url('../fonts/BlackerProTx-Rg.ttf') format('truetype'),
        url('../fonts/BlackerProTx-Rg.svg#BlackerProTx-Rg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BlackerText';
    src: url('../fonts/BlackerProTx-Lt.eot');
    src: url('../fonts/BlackerProTx-Lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackerProTx-Lt.woff2') format('woff2'),
        url('../fonts/BlackerProTx-Lt.woff') format('woff'),
        url('../fonts/BlackerProTx-Lt.ttf') format('truetype'),
        url('../fonts/BlackerProTx-Lt.svg#BlackerProTx-Lt') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haute_Couture';
    src: url('../fonts/HauteCouture-Regular.eot');
    src: url('../fonts/HauteCouture-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HauteCouture-Regular.woff2') format('woff2'),
        url('../fonts/HauteCouture-Regular.woff') format('woff'),
        url('../fonts/HauteCouture-Regular.ttf') format('truetype'),
        url('../fonts/HauteCouture-Regular.svg#HauteCouture-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.button.custom-style {
    background-color: #E4DCCE;
    padding: 10px 16px 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #1F1F1F;
    border-radius: 17px;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}

.button.custom-style:hover {
    background: #9D8457;
    color: #F8F3EB;
}

.button.custom-style.selected,
.button.custom-style.mixitup-control-active {
    background-color: #BB9C64;
    color: #fff;
}

.button-group.small .button.custom-style {
    margin-right: 12px;
    margin-bottom: 12px;
}

.button.custom-style.small-round {
    border-radius: 17px;
}

/*custom input Style
------------------------------------------*/

input[type="text"].custom-input,
input[type="password"].custom-input,
input[type="date"].custom-input,
input[type="datetime"].custom-input,
input[type="datetime-local"].custom-input,
input[type="month"].custom-input,
input[type="week"].custom-input,
input[type="email"].custom-input,
input[type="number"].custom-input,
input[type="search"].custom-input,
input[type="tel"].custom-input,
input[type="time"].custom-input,
input[type="url"].custom-input,
textarea.custom-input,
select.custom-input {
    background-color: transparent;
    border: 1px solid #C3BCB1;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 18px;
    height: 52px;
    font-size: 16px;
    color: #1F1F1F;
    margin: 0 0 18px;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    background-color: transparent;
    border: 1px solid #C3BCB1;
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 18px !important;
    height: 52px;
    font-size: 16px;
    color: #1F1F1F;
    margin: 0 0 18px;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a9e !important;
}

.custom-input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme ::-webkit-input-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.custom-input::-moz-placeholder,
.gform_wrapper.gravity-theme ::-moz-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.custom-input:-ms-input-placeholder,
.gform_wrapper.gravity-theme :-ms-input-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.custom-input:-moz-placeholder,
.gform_wrapper.gravity-theme :-moz-placeholder {
    color: #1F1F1F;
    opacity: 1;
}

.search-form input[type="submit"] {
    padding: 17px 36px 17px;
    border: 0;
}

select.custom-input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/arrow-down.svg);
    background-position: calc(100% - 20px) center;
}

.custom-checkbox {
    opacity: 0;
}

.custom-checkbox+label {
    position: relative;
}

.custom-checkbox+label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #C3BCB1;
    border-radius: 2px;
    position: absolute;
    left: -23px;
    top: -1px;
}

.custom-checkbox:checked+label:before {
    background: #1F1F1F url(../images/checkbox-arrow.svg) no-repeat center center;
    border-color: #1F1F1F;
}

.custom-input-desc {
    position: relative;
    top: -9px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 15px;
}

.custom-input-desc.field-error {
    font-size: 15px;
    font-weight: 700;
    color: red;
}

.cell-custom-row {
    position: relative;
}

.custom-input:focus+.custom-overlap-label {
    display: none;
}

.custom-overlap-label {
    position: absolute;
    right: 41px;
    top: 50%;
    font-family: 'BlackerText';
    color: #A69F94;
    margin-top: -33px;
    text-transform: uppercase;
}

.custom-input-row {
    margin-bottom: 35px;
}

.custom-input-row h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.custom-input-row p {
    font-size: 14px;
    margin: -1.5em 0 1.5em;
    font-weight: 700;
}

.custom-choose-input {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin: 0 0 12px;
}

.custom-choose-input:first-child {
    margin-top: 10px;
}

.custom-choose-input:last-child {
    margin-bottom: 40px;
}

.custom-choose-input input[type="checkbox"],
.custom-choose-input input[type="radio"] {
    margin: 0;
}

.custom-choose-input input[type="checkbox"]+label,
.custom-choose-input input[type="radio"]+label {
    max-width: calc(100% - 50px);
    line-height: 15px;
    font-size: 12px;
}

.cta-button.cta-input-button {
    width: 100%;
    border: 0;
    padding: 23px 36px 23px;
}

.page-id-1364 .landing-introduction-row .short-description-module .hbspt-form {
    max-width: 940px;
    width: 100%;
}


/*custom input Style End
------------------------------------------*/

/*Color Style
------------------------------------------*/

.primary-color {
    color: #1F1F1F;
}

.highlight-color {
    color: #BB9C64;
}

/*Color Style End
------------------------------------------*/

/*Background  Color Style
------------------------------------------*/

.primary-background-color {
    background-color: #000000;
}


.blue-background-color {
    background-color: #0E293F;
}

.lightblue-background-color {
    background-color: #122930;
}

.gray-background-color {
    background-color: #1F1F1F;
}

.green-background-color {
    background-color: #1A352E;
}

.off-white {
    background-color: #F8F3EB;
}


/*Color Style End
------------------------------------------*/

/*Text Transformation
------------------------------------------*/
.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

/*Text Transformation end
------------------------------------------*/

/* padding set
------------------------------------------*/
.cell.set-padding-left {
    padding-left: 6px;
}

.cell.set-padding-right {
    padding-right: 6px;
}

.cell.custom-padding-left-none {
    padding-left: 0;
}

.cell.custom-padding-right-none {
    padding-right: 0;
}

/*Cell Align Style
------------------------------------------*/


/*Cell Align Style
------------------------------------------*/
.custom-cell-align-right {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.custom-cell-align-left {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.custom-cell-align-center {
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.custom-cell-align-right.middle,
.custom-cell-align-left.middle,
.custom-cell-align-center.middle {
    align-items: center;
    -webkit-align-items: center;
}

/*Cell Align Style End
------------------------------------------*/

/*CTA Button Style
------------------------------------------*/
.cta-button {
    background-color: #BB9C64;
    display: inline-block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 17px 36px 17px;
    text-transform: uppercase;
    color: #F8F3EB;
    font-size: 12px;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    cursor: pointer;
}

.cta-button.lagre {
    min-width: 184px;
    padding: 22px 36px 22px;
}

a.cta-button {
    color: #F8F3EB;
}

.cta-button:hover,
.cta-button.selected {
    background-color: #9D8457;
}

.cta-button.disabled {
    background-color: #C6BAA5;
}

.cta-button.border {
    color: #BB9C64;
    background-color: transparent;
    border: 1px solid #BB9C64;
    padding: 16px 36px 16px;
}

.check-btn {
    border: 0;
    width: calc(100% + 1px);
    height: 81px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

a.cta-button.border {
    color: #BB9C64;
}

.cta-button.border:hover {
    background: #BB9C64;
    color: #F8F3EB;
    border-color: #BB9C64;
}

.cta-button.border.disabled {
    background-color: transparent;
    border-color: #C6BAA5;
    color: #C6BAA5;
}


/*CTA Button Style End
------------------------------------------*/

/*Typo Style
--------------------------------------------*/
.sub-heading {
    font-family: 'Haute_Couture';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #BB9C64;
    text-transform: capitalize;
}

.small-heading {
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #BB9C64;
    text-transform: uppercase;
}

/*Typo Style End
--------------------------------------------*/

/*Header Style
------------------------------------------*/
.banner-top {
    background: linear-gradient(90deg, rgba(79, 76, 143, 1) 0%, rgba(237, 19, 140, 1) 50%);
}

.banner-top img {
    max-width: 768px;
    margin: auto;
    display: block;
    width: 100%;
}

.header-wrap {
    position: relative;
}

.header-wrap:before,
.header-wrap:after {
    background-color: #C3BCB1;
    content: '';
    width: calc(50% - 118px);
    height: 1px;
    position: absolute;
    top: 58px;
}

.header-wrap:before {
    left: 0;
}

.header-wrap:after {
    right: 0;
}

.header-wrap.overlap {
    position: absolute;
    width: 100%;
    z-index: 900;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
}

.header-wrap.overlap:before,
.header-wrap.overlap:after {
    background-color: #fff;
    opacity: 0.2;
}

.header-wrap.overlap .site-logo .title,
.header-wrap.overlap .site-nav ul li a {
    color: #fff;
}

.header-wrap.overlap .site-nav ul ul {
    background-color: rgb(0 0 0 / 32%);
}

.header-wrap.overlap .site-nav li li a {
    color: #fff;
}

.header-wrap.overlap .site-nav li li a:hover {
    color: #BB9C64;
}


/*logo Style
------------------------------------------*/
.site-logo {
    width: 210px;
    margin: 10px 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
}

.site-logo a {
    display: block;
}

.site-logo .title {
    font-family: 'BlackerDisplay';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 6px;
    display: block;
}

.site-logo .sub-title {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1px;
    margin: 0 0 3px;
}

.site-logo .sub-title:last-child {
    margin: 0;
}

/*logo Style End
------------------------------------------*/


/* Primary Navigation Style
------------------------------------------*/

.site-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.site-nav ul li {
    margin: 0 8px;
    position: relative;
}

.site-nav ul li:first-child {
    margin-left: 0;
}

.site-nav ul li:last-child {
    margin-right: 0;
}

.site-nav ul li a {
    height: 58px;
    color: #1F1F1F;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 3px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: center;
    position: relative;
}

.site-nav ul li a:after {
    content: '';
    background-color: #BB9C64;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.site-nav ul li:hover a:after,
.site-nav ul li.active a:after,
.site-nav ul li.current-menu-item a:after {
    opacity: 1;
    width: 100%;
}

.site-nav ul ul {
    background-color: rgb(0 0 0 / 5%);
    border-top: 2px solid #BB9C64;
    padding: 15px;
    width: 180px;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    flex-direction: column;
    -webkit-flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.17s ease, top 0.17s ease;
    -webkit-transition: opacity 0.17s ease, top 0.17s ease;
}

.site-nav ul li:hover>ul {
    opacity: 1;
    top: calc(100% - 2px);
    visibility: visible;
}

.site-nav li li {
    margin: 0 0 7px;
}

.site-nav li li:last-child {
    margin: 0;
}

.site-nav li li a {
    height: auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    text-align: left;
    transition: color 0.3s ease;
    letter-spacing: 0.1px;
    text-transform: capitalize;
}

.site-nav li li a:hover {
    color: #BB9C64;
}

.site-nav li li a:after {
    display: none;
}

.header-wrap .site-nav {
    margin-left: 39px;
}


/* Primary Navigation Style End
------------------------------------------*/


/*Header Style End
------------------------------------------*/


/* Module Style End
------------------------------------------*/

/* -------------------------------------------
short description module
---------------------------------------------*/

.short-description-module {
    display: flex;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.short-description-module .sub-heading {
    position: relative;
    top: 20px;
}

.short-description-module.lite-theme .sub-heading {
    top: 3px;
}

.short-description-module h1,
.short-description-module .h1,
.short-description-module h2,
.short-description-module .h2 {
    text-transform: uppercase;
    margin: 0 0 24px;
}

.short-description-module h3,
.short-description-module .h3 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 18px;
    font-weight: 600;
}

.short-description-module p {
    line-height: 20px;
    margin: 0 0 18px;
}

.short-description-module p:last-child {
    margin-bottom: 0;
}

.short-description-module .cta-button {
    margin-top: 16px;
}

.short-description-module.module-align-left {
    text-align: left;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.short-description-module.module-align-right {
    text-align: right;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.short-description-module .button-group {
    margin-top: 20px;
}

/* -------------------------------------------
short description module End
---------------------------------------------*/



/* -------------------------------------------
thumbnail carousel module
---------------------------------------------*/

.thumbnail-carousel-module {
    overflow: hidden;
}

.thumbnail-carousel-module .thumbnail-carousel-init .slick-list.draggable {
    cursor: url('../images/drag-icon.svg'), auto;
}

.thumbnail-carousel-module .thumbnail-carousel-init {
    margin: 0 -34px;
}

.thumbnail-carousel-module .thumbnail-carousel-col {
    width: 504px;
    height: 350px;
    padding: 0;
}

.thumbnail-carousel-module .thumbnail-carousel-col img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-object-fit: cover;
    object-position: center center;
    -webkit-object-position: center center;
}

.thumbnail-carousel-module .thumbnail-carousel-col:nth-child(2n) {
    width: 392px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

/* -------------------------------------------
thumbnail carousel module End
---------------------------------------------*/

/* -------------------------------------------
featured gallery module
---------------------------------------------*/

.featured-gallery-module {
    position: relative;
}

.featured-gallery-module .featured-gallery-large {
    position: relative;
}

.featured-gallery-module .featured-gallery-large .featured-gallery-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.featured-gallery-module .featured-gallery-large .featured-gallery-image img {
    width: 100%;
    vertical-align: top !important;
}

.featured-gallery-module .featured-gallery-large .placeholder-image {
    width: 100%;
}

.featured-gallery-module .featured-gallery-large .featured-gallery-large-init {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.featured-gallery-module .featured-gallery-thumb {
    width: calc(100% + 49px);
    position: absolute;
    left: -165px;
    bottom: 68px;
}

.featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image {
    width: 212px;
    position: relative;
    cursor: pointer;
}

.featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid rgb(187 156 100 / 50%);
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    object-position: center center;
}

.featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image.slick-current:before {
    opacity: 1;
}

/* -------------------------------------------
featured gallery module End
---------------------------------------------*/

/* -------------------------------------------
featured block module
---------------------------------------------*/
.featured-block-module {
    overflow: hidden;

}

.featured-block-module .featured-block-init .slick-list.draggable {
    cursor: url('../images/drag-icon.svg'), auto;
}

.featured-block-module .featured-block-init {
    margin: 0 -6px;
}

.featured-block-module .featured-block {
    width: 392px;
    padding: 0 6px;
}

.featured-block-module .featured-block .featured-block-content {
    position: relative;
    overflow: hidden;
}

.featured-block-module .featured-block .featured-block-image {
    position: relative;
    z-index: 8;
}

.featured-block-module .featured-block .featured-block-image img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}

.featured-block-module .featured-block:hover .featured-block-image img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.featured-block-module .featured-block .featured-block-content:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.featured-block-module .featured-block .featured-block-desc {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px;
    z-index: 10;
    color: #FFFFFF;
}

.featured-block-module .featured-block .featured-block-desc h3 {
    margin: 0 0 16px;
}

.featured-block-module .featured-block .featured-icon-row {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.featured-block-module .featured-block .featured-icon-row .fir-col {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.featured-block-module .featured-block .featured-icon-row .fir-col .fir-col-icon {
    margin: 0 9px 0 0;
}

.featured-block-module .featured-block .featured-icon-row .fir-col .fir-col-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.featured-block-module .featured-block .featured-block-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-indent: -9999px;
}

.featured-block-module .featured-block-init .slick-list.draggable .featured-block-link {
    cursor: url('../images/drag-icon.svg'), auto;
}

/* -------------------------------------------
featured block module End
---------------------------------------------*/

/* -------------------------------------------
featured modal module
---------------------------------------------*/

.featured-modal-module {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 145px 150px;
}

.featured-modal-module .featured-modal-content {
    background-color: #FFF;
    max-width: 436px;
    padding: 105px 50px 105px;
    position: relative;
}

.featured-modal-module .featured-modal-content * {
    z-index: 10;
    position: relative;
}

.featured-modal-module .featured-modal-content:after {
    border: 2px solid #BB9C64;
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}

.featured-modal-module .featured-modal-content h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 0;
    text-transform: uppercase;
    color: #000;
}

.featured-modal-module .featured-modal-content .sub-heading {
    font-size: 40px;
    position: relative;
    top: -5px;
    margin: 0 0 6px;
    text-transform: none;
}

.featured-modal-module .featured-modal-content p {
    margin: 0 0 17px;
}

.featured-modal-module .featured-modal-content .cta-button {
    margin: 10px 0 0;
}

/* -------------------------------------------
featured modal module End
---------------------------------------------*/

/* -------------------------------------------
subscription input module
---------------------------------------------*/

.subscription-input-module {
    position: relative;
}

.subscription-input-module input[type="email"],
.subscription-input-module input[type="text"] {
    background: none;
    border: 1px solid #F8F3EB;
    width: 100%;
    height: 44px;
    padding: 10px 54px 10px 16px;
    margin: 0;
    line-height: 22px;
    font-family: 'BlackerText';
    color: #F8F3EB;
    font-size: 14px;
}

.subscription-input-module input[type="submit"],
.subscription-input-module input[type="button"],
.subscription-input-module button {
    background: url(../images/arrow-right.svg) no-repeat center center;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.subscription-input-module ul.no-list.hs-error-msgs.inputs-list label {
    color: red;
}

.subscription-input-module label {
    display: none;
}

.subscription-input-module .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 15px;
}

/* -------------------------------------------
subscription input module End
---------------------------------------------*/


/* -------------------------------------------
social module module
---------------------------------------------*/

.social-module {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.social-module .social-icon {
    margin: 0 12px;
}

.social-module .social-icon:first-child {
    margin-left: 0;
}

.social-module .social-icon:last-child {
    margin-right: 0;
}

.social-module.dark .social-icon img {
    filter: brightness(0.24);
    -webkit-filter: brightness(0.24);
}


/* -------------------------------------------
social module End
---------------------------------------------*/


/* -------------------------------------------
Image Desc Module
---------------------------------------------*/
.image-desc-module .idm-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.image-desc-module .idm-image .placeholder-image {
    width: 100%;
}

.image-desc-module .idm-desc {
    font-weight: 400;
    color: #000;
}

.image-desc-module .idm-desc-content h3 {
    color: #000;
}

.image-desc-module .idm-desc.primary-background-color {
    color: #fff;
}

.image-desc-module .idm-desc.primary-background-color h3 {
    color: #fff;
}

.image-desc-module .idm-desc .idm-desc-content {
    padding: 136px 108px 136px 174px;
}

.image-desc-module .flex-dir-row-reverse .idm-desc .idm-desc-content {
    padding: 136px 108px 136px 166px;
}

.image-desc-module .no-image .idm-desc .idm-desc-content {
    padding: 136px 108px 136px 166px;
}

.image-desc-module .idm-desc h3 {
    margin: 0 0 26px;
    text-transform: uppercase;
}

.image-desc-module .idm-desc .features-module {
    margin: 0 0 15px;
}

.image-desc-module .idm-desc p {
    margin: 0 0 17px;
}

.image-desc-module .idm-desc .price-module {
    margin: 0 0 22px;
}

/* -------------------------------------------
Image Desc Module End
---------------------------------------------*/

/* -------------------------------------------
features module
---------------------------------------------*/
.features-module {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.features-module .fm-cell {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.features-module .fm-cell:after {
    content: '';
    background-color: #BB9C64;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin: 0 9px;
}

.features-module .fm-cell:last-child:after {
    display: none;
}


/* -------------------------------------------
features module
---------------------------------------------*/

/* -------------------------------------------
cta group module
---------------------------------------------*/

.cta-group-module {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px;
}

.cta-group-module .cta-button {
    margin-top: 4px;
    margin-bottom: 4px;
}

.cta-group-module .cta-button {
    margin-right: 16px;
}

.cta-group-module .cta-button:last-child {
    margin-right: 0;
}



/* -------------------------------------------
cta group module end
---------------------------------------------*/


/* -------------------------------------------
price module
---------------------------------------------*/
.price-module {
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.price-module .pm-price {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 6px 0 0;
}

.price-module .pm-label {
    font-size: 12px;
    line-height: 15px;
}

/* -------------------------------------------
price module end
---------------------------------------------*/

/* -------------------------------------------
filter module
---------------------------------------------*/

.filter-module {
    position: relative;
    cursor: pointer;
}

.filter-module .button {
    width: 100%;
    padding: 23px 25px 20px 25px;
    margin: 0;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left;
    position: relative;
}

.filter-module .button:after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat 0 0;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(0);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}

.filter-module .button.hover:after {
    transform: rotate(180deg);
}

.filter-module .dropdown-pane {
    border: 0;
    padding: 0;
    width: calc(100% + 2px);
    left: -1px !important;
    top: calc(100% - 2px) !important;
    box-shadow: 5px 7px 10px rgb(0 0 0 / 7%);
    border-radius: 0 0px 4px 4px;
    border: 1px solid #C3BCB1;
    border-top: 0;
}

.filter-module .filter-module-select {
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0px 4px 4px;
    overflow: hidden;
}

.filter-module .filter-module-select li {
    padding: 17px 28px;
    font-size: 16px;
    color: #1F1F1F;
    text-transform: capitalize;
    line-height: 18px;
}

.filter-module .filter-module-select li:hover,
.filter-module .filter-module-select li.selected {
    background-color: #F5EFE4;
}

.filter-module .dropdown-pane.custom-left-style {
    margin-left: -10px;
}

.filter-module .filter-module-icon {
    width: 22px;
    margin: 0 19px 0 0;
}

.filter-module .filter-module-icon img {
    vertical-align: top;
}

.filter-module .filter-module-block {
    width: calc(100% - 41px);
}

.filter-module .filter-module-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #BB9C64;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.filter-module .filter-module-input {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 16px;
    cursor: pointer;
    position: relative;
    box-shadow: none;
    font-size: 16px;
    color: #1F1F1F;
    background-color: transparent;
}

.filter-module ::-webkit-input-placeholder {
    color: #1F1F1F;
}

.filter-module ::-moz-placeholder {
    color: #1F1F1F;
}

.filter-module :-ms-input-placeholder {
    color: #1F1F1F;
}

.filter-module :-moz-placeholder {
    color: #1F1F1F;
}

.inline-datepicker-wrap {
    padding: 7px 28px 28px;
}

.inline-datepicker-wrap .ui-datepicker {
    width: 100%;
}

.ui-state-default {
    height: 41px;
}

.ui-datepicker {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #1F1F1F;
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker tbody {
    border: 0;
}

.ui-datepicker thead {
    background: none;
    border: 0;
}

.ui-datepicker th {
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    padding: 20px .2em 8px;
}

.ui-datepicker td a {
    background: none;
    height: 44px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    border: 1px solid #C3BCB1;
    background: #BB9C64;
    color: #FFFFFF;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
    border: 1px solid #C3BCB1;
    background: #BB9C64;
    font-weight: normal;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #EDE4D4;
    border-radius: 0;
    border: 0;
    padding: 6px 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    background: url(../images/arrow-cal-left.svg) no-repeat center center;
    background-color: transparent;
    border: 0;
    left: 0;
    top: 50%;
    margin-top: -14px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background: url(../images/arrow-cal-right.svg) no-repeat center center;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-family: 'BlackerText';
    font-weight: 400;
    color: #1F1F1F;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    height: 30px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: none !important;
}

/* -------------------------------------------
filter module end
---------------------------------------------*/

/* -------------------------------------------
property module
---------------------------------------------*/
.csr-main {
    position: relative;
}

.csr-main.is-loading {
    height: 100%;
    padding-bottom: 200px;
}

.csr-main.is-loading::after,
.booking-summary-module.is-loading::after {
    display: block;
}

.csr-main::after,
.booking-summary-module::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/loader.png);
    background-position: center 50px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 60%);
    display: none;
}

.property-module {
    border: 1px solid #C3BCB1;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 20px;
    clear: both;
    overflow: hidden;
}

.property-module.selected {
    outline: 3px solid #C3BCB1;
    position: relative;
}

#packages-list-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
}

#packages-list-content .property-module h4 {
    min-height: inherit;
}

#packages-list-content .addon-desc {
    overflow: hidden;
}

#packages-list-content a.ac {
    font-size: 13px;
}

.de-selected {
    width: 30px;
    height: 30px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #BB9C64;
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.de-selected:hover {
    color: #fff;
}

.property-module.selected .de-selected {
    display: block;
}

.select-addon.disabled {
    pointer-events: none;
}

.property-module .property-module-image {
    width: 270px;
    float: left;
    margin: 0 35px 0 0;
}

.front-image {
    position: relative;
    cursor: pointer;
}

.gal-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 25px;
    background-color: #9D8457;
    color: #fff;
    padding: 5px 10px;
}

.image-gallery {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #55565a;
    padding: 80px 50px;
    display: none;
}

h2.popup-title {
    position: absolute;
    font-size: 25px;
    line-height: 100%;
    top: 15px;
    left: auto;
    color: #fff;
}

.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    line-height: 100%;
}

.image-gallery button.slick-arrow {
    position: absolute;
    background-color: transparent;
    font-size: 40px;
    top: 50%;
    margin-top: -12px;
    z-index: 15;
}

.image-gallery button.slick-arrow.slick-disabled {
    visibility: hidden;
}

.image-gallery button.slick-prev {
    left: 0;
}

.image-gallery button.slick-next {
    right: 0;
}

.property-module .property-module-image img {
    margin: auto;
    width: auto;
    height: calc(100vh - 160px);
    vertical-align: top;
}

.property-module .property-module-image .front-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-object-fit: cover;
}

.property-module .property-module-main {
    overflow: hidden;
    margin: 10px 0 0;
}

.property-module h4 {
    color: #000000;
    margin: 0 0 11px;
    text-transform: uppercase;
}

.property-module p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: normal;
}

.property-module p span {
    font-size: 14px !important;
    color: #1F1F1F !important;
    font-family: 'BlackerText' !important;
    line-height: normal;
}

.property-module .features-module {
    margin: 0 0 15px;
}

.property-module .price-module {
    margin: 0 0 20px;
}

/* -------------------------------------------
property module End
---------------------------------------------*/

/* -------------------------------------------
booking summary module
---------------------------------------------*/

.booking-summary-module {
    background: #FFFFFF;
    box-shadow: 0px 16px 80px rgba(0, 0, 0, 0.04), 0px 10.3704px 46.8519px rgba(0, 0, 0, 0.0303704), 0px 6.16296px 25.4815px rgba(0, 0, 0, 0.0242963), 0px 3.2px 13px rgba(0, 0, 0, 0.02), 0px 1.3037px 6.51852px rgba(0, 0, 0, 0.0157037), 0px 0.296296px 3.14815px rgba(0, 0, 0, 0.00962963);
    border-radius: 4px;
    padding: 40px 32px 32px;
    position: relative;
}

.booking-summary-module h3 {
    margin: 0 0 22px;
}

.booking-summary-module .booking-summary-widget {
    border-bottom: 1px solid #C3BCB1;
    border-top: 1px solid #C3BCB1;
    padding: 20px 0 20px;
    margin: 0 0 16px;
}

.booking-summary-module .booking-summary-widget:first-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.booking-summary-module .booking-summary-row {
    margin: 0 0 20px;
}

.booking-summary-module .booking-summary-row:last-child {
    margin: 0;
}

.booking-summary-module .booking-summary-row .booking-summary-row-label {
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #BB9C64;
    text-transform: uppercase;
}

.booking-summary-module .booking-summary-row .booking-summary-row-desc {
    color: #000000;
    line-height: 20px;
}

.booking-summary-module .booking-summary-table .booking-summary-table-row {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
}

.booking-summary-module .booking-summary-table .booking-summary-table-row:last-child {
    margin: 0;
}

.booking-summary-module .booking-summary-table .booking-summary-table-row:first-child {
    font-size: 16px;
}

.booking-summary-module .booking-summary-table .booking-summary-table-row .booking-summary-table-cell {
    max-width: calc(50% - 5px);
}

.booking-summary-module .booking-summary-bottom .booking-summary-bottom-row {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 20px;
    margin: 0 0 20px;
}

.booking-summary-module .booking-summary-bottom .booking-summary-bottom-row .booking-summary-bottom-cell {
    max-width: calc(50% - 5px);
}

.booking-summary-module .booking-summary-bottom .cta-button {
    width: 100%;
}

/* -------------------------------------------
booking summary module End
---------------------------------------------*/

/* -------------------------------------------
icon module
---------------------------------------------*/

.icon-module-wrap {
    overflow: hidden;
    margin: 0 54px;
}

.icon-module-wrap .icon-module-container {
    position: relative;
    margin: -1px -4px;
}

.icon-module {
    width: 20%;
    min-height: 190px;
    border: 1px solid #C3BCB1;
    margin: 0 -1px -1px 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px;
    flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    position: relative;
}

.icon-module .icon-module-icon {
    height: 75px;
    margin: 0 0 10px;
}

.icon-module-desc {
    min-height: 30px;
}

.icon-module .icon-module-label {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #1F1F1F;
    text-transform: uppercase;
    line-height: 15px;
}

.icon-module .icon-module-block {
    line-height: 15px;
    font-size: 11px;
}

.icon-module .icon-module-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-indent: -9999px;
}

/* -------------------------------------------
icon module End
---------------------------------------------*/

/* -------------------------------------------
gallery module
---------------------------------------------*/
.gallery-module {
    margin: 0 0 120px;
}

.gallery-module .gallery-module-init .slick-list.draggable {
    cursor: url('../images/drag-icon.svg'), auto;
}

.gallery-module .gallery-module-image {
    padding: 0 6px;
}

.gallery-module .gallery-module-image img {
    width: 100%;
    max-height: 980px;
    object-fit: cover;
    object-position: center center;
}

.gallery-module-cta {
    margin: -40px 0 120px;
}

/* -------------------------------------------
gallery module End
---------------------------------------------*/

/* -------------------------------------------
introduction module
---------------------------------------------*/
.introduction-module {
    font-size: 28px;
    margin: 120px 0;
}

.introduction-module p {
    line-height: 29px;
    margin: 0 0 30px;
}

.introduction-module p:last-child {
    margin: 0;
    text-align: center;
}

/* -------------------------------------------
introduction module End
---------------------------------------------*/

/* -------------------------------------------
block carousel module
---------------------------------------------*/

.block-carousel-module {
    padding: 0 40px;
    margin: 0 0 80px;
}

.block-carousel-module.block-carousel-module-row {
    margin-top: 80px;
}

.block-carousel-module .block-carousel-module-head {
    border-bottom: 1px solid #C3BCB1;
    margin: 0 0 40px;
    padding: 0 0 16px;
}

.block-carousel-module .block-carousel-module-head h3 {
    text-transform: uppercase;
    margin: 0;
}

.block-carousel-module .block-carousel-module-arrow {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.block-carousel-module .left-arrow,
.block-carousel-module .right-arrow {
    cursor: pointer;
}

.block-carousel-module .left-arrow {
    margin-right: 30px;
}

.block-carousel-module .block-carousel-module-main {
    margin: 0 -6px;
}

.block-carousel-module .block-carousel-module-main .card.custom-style {
    margin: 0 6px;
}

/* -------------------------------------------
block carousel module end
---------------------------------------------*/

/* -------------------------------------------
card module end
---------------------------------------------*/
.card.custom-style {
    border: 0;
    position: relative;
}

.card.custom-style .card-image {
    background-color: #CCC;
}

.card.custom-style .card-image,
.card.custom-style img {
    height: 216px;
    overflow: hidden;
}

.card.custom-style img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.3s ease;
}

.card.custom-style:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.card.custom-style .card-divider {
    background-color: #fff;
    text-transform: uppercase;
    padding: 20px 24px 8px;
}

.card.custom-style .card-section {
    font-size: 12px;
    padding: 0 24px 28px;
}

.card.custom-style .card-section p {
    line-height: 15px;
}

.card.custom-style .card-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/* -------------------------------------------
card module end
---------------------------------------------*/

/* -------------------------------------------
tabs module
---------------------------------------------*/
.tabs.custom-style {
    border: 0;
    background-color: transparent;
}

.vertical.tabs.custom-style {
    width: 212px;
}

.tabs.custom-style .tabs-title>a {
    background: #E4DED3;
    color: #1F1F1F;
    font-size: 12px;
    text-transform: uppercase;
}

.tabs.custom-style .tabs-title {
    margin: 0 0 8px;
    text-align: center;
}

.tabs.custom-style .tabs-title>a:focus,
.tabs.custom-style .tabs-title>a[aria-selected='true'] {
    background-color: #1F1F1F;
    color: #F8F3EB;
}

.tabs-content.custom-style {
    background-color: transparent;
    border: 0;
}

.tabs-content.custom-style .tabs-panel {
    padding-top: 0;
}

.tabs-content.custom-style h2,
.tabs-content.custom-style .h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.tabs-content.custom-style h3,
.tabs-content.custom-style .h3 {
    margin: 0 0 24px;
    text-transform: capitalize;
}

.tabs-content.custom-style p {
    margin: 0 0 28px;
}

/* -------------------------------------------
tabs module end
---------------------------------------------*/


/* Module Style End
------------------------------------------*/


/* Landing Banner Style
------------------------------------------*/
.landing-banner-row {
    position: relative;
}

.landing-banner-row:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    width: 100%;
    height: 360px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.landing-banner-row .landing-banner-init {
    position: relative;
    z-index: 8;
}

.landing-banner-row .landing-banner-slides img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.home .landing-banner-row .landing-banner-slides img {
    object-position: center bottom;
}

.landing-banner-row .landing-banner-container {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 64px;
    z-index: 10;
}

/* .home .landing-banner-row .landing-banner-container {
    bottom: auto;
    top: 30%;
} */

.landing-banner-row .landing-banner-container.align-center {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.landing-banner-row .landing-banner-content {
    text-align: center;
    color: #ffffff;
}

.landing-banner-row .landing-banner-content .short-description-module .sub-heading {
    left: 58px;
}


/* Landing Banner Style End
------------------------------------------*/

/* landing video banner Style
------------------------------------------*/
.landing-video-banner {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.landing-video-banner .landing-video-cover {
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
}

.landing-video-banner .landing-video-holder {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    position: absolute;
    left: 0;
    top: calc(50% + 35px);
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.landing-video-banner .landing-video-holder iframe,
.landing-video-banner .landing-video-holder video,
.landing-video-banner .landing-video-holder object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    z-index: 9;
}

.landing-video-banner .landing-video-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* landing video banner Style End
------------------------------------------*/


/* Promo Bar Style
------------------------------------------*/

.promo-bar {
    background-color: #F8F3EB;
    padding: 16px 0;
}

.promo-bar .promo-bar-col {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 0 22px 0 82px;
}

.promo-bar .promo-bar-col:before {
    background-color: #1F1F1F;
    width: 60px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

/* Promo Bar Style End
------------------------------------------*/


/* Image Gallery Style
------------------------------------------*/

.image-gallery-row {
    padding: 50px 0 0;
}

.image-gallery-row .image-gallery-row-main {
    margin: 0 0 0;
}


.image-gallery-row .image-gallery-row-head {
    margin: 0 0 80px;
}

.image-gallery-row-head .short-description-module h2,
.image-gallery-row-head .short-description-module .h2,
.column-content-row .column-content-row-head .short-description-module h2,
.column-content-row .column-content-row-head .short-description-module .h2,
.landing-introduction-row .short-description-module h2,
.landing-introduction-row .short-description-module h3,
.landing-introduction-row .short-description-module .h2,
.two-column-container-row .short-description-module h3,
.facilities-content-head .short-description-module h2,
.two-column-container-row h2 {
    color: #000;
}

.image-gallery-row .image-gallery-row-head .sub-heading {
    left: 84px;
}

/* Image Gallery Style End
------------------------------------------*/


/* content-with-gallery-row Style 
------------------------------------------*/
.content-with-gallery-row {
    overflow: hidden;
}

.content-with-gallery-row .content-with-gallery-container {
    background-color: #000000;
}

.content-with-gallery-row .content-with-gallery-content {
    padding: 110px 174px 110px 110px;
    color: #F8F3EB;
}

.content-with-gallery-row .content-with-gallery-content .short-description-module .sub-heading {
    left: -33px;
}

/* content-with-gallery-row Style End 
------------------------------------------*/

/* column-content-row Style 
------------------------------------------*/
.column-content-row {
    padding: 50px 0 60px;
}

.column-content-row .column-content-row-head {
    margin: 0 0 60px;
}

.column-content-row .column-content-row-main {
    margin: 0 0 60px;
}

/* column-content-row Style End
------------------------------------------*/


/* landing introduction row Style 
------------------------------------------*/
.landing-introduction-row {
    padding: 44px 0 80px;
}

/* landing introduction row Style End
------------------------------------------*/


/* filter row Style 
------------------------------------------*/
.filter-row {
    margin: -40px 0 0;
    position: relative;
    z-index: 10;
}

.filter-row .filter-row-content {
    background-color: #FFFFFF;
    box-shadow: 0px 16px 80px rgba(0, 0, 0, 0.04), 0px 10.3704px 46.8519px rgba(0, 0, 0, 0.0303704), 0px 6.16296px 25.4815px rgba(0, 0, 0, 0.0242963), 0px 3.2px 13px rgba(0, 0, 0, 0.02), 0px 1.3037px 6.51852px rgba(0, 0, 0, 0.0157037), 0px 0.296296px 3.14815px rgba(0, 0, 0, 0.00962963);
    border-radius: 4px;
    margin: 0 31px;
    position: relative;
}

.filter-row .cell {
    border-right: 1px solid #C3BCB1;
}

.filter-row .cell:last-child {
    border-right: 0;
}

/* filter row Style End 
------------------------------------------*/

/* container sidebar row Style 
------------------------------------------*/

.container-sidebar-row {
    margin: 80px 0 100px;
}

.container-sidebar-row .container-sidebar-row-content {
    margin: 0 19px;
}

.container-sidebar-row .container-sidebar-row-content.spacer .csr-main {
    margin-right: 100px;
}

.container-sidebar-row .container-sidebar-row-content .csr-sidebar {
    margin-left: 15px;
}

/* container sidebar row Style End
------------------------------------------*/


/* detail container row Style End
------------------------------------------*/

.detail-container-row {
    margin: 0 0 100px;
}

.detail-container-row .detail-container-head {
    margin: 0 0 100px;
}

.detail-container-row .detail-container-head .sub-heading {
    top: 3px;
    left: 112px;
}

.detail-container-row .spacer-top-bottom {
    margin-top: 85px;
    margin-bottom: 90px;
}

.postid-544 .detail-container-row .spacer-top-bottom {
    margin-top: 70px;
    margin-bottom: 65px;
}

.postid-542 .detail-container-row .spacer-top-bottom,
.postid-543 .detail-container-row .spacer-top-bottom {
    margin-top: 80px;
    margin-bottom: 75px;
}


/* detail container row Style End
------------------------------------------*/

.facilities-content-row {
    margin: 0 0 120px;
}

.facilities-content-row .facilities-content-head {
    margin: 0 0 100px;
}

.facilities-content-row .facilities-content-head .short-description-module .sub-heading {
    left: 85px;
}

/* two column container row Style
------------------------------------------*/
.two-column-container-row {
    margin: 0 0 100px;
}

.two-column-container-row.equal-row h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 45px;
    text-transform: unset;
    color: #000;
}

.two-column-container-row.equal-row h3 {
    text-align: center;
    text-transform: none;
    margin: 0 0 20px;
}

.two-column-container-row.equal-row p {
    margin: 0 0 30px;
}

.two-column-container-row button,
.two-column-container-row [type="button"],
.two-column-container-row [type="reset"],
.two-column-container-row [type="submit"] {
    padding: 17px 36px 17px;
}

.two-column-container-row h1,
.two-column-container-row h2,
.two-column-container-row h3,
.two-column-container-row h4,
.two-column-container-row h5,
.two-column-container-row h6 {
    text-transform: uppercase;
}



/* two column container row Style end
------------------------------------------*/

.area-sidebar ul {
    list-style: inside;
    margin-left: 0;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}


/* image-content-row Style
------------------------------------------*/
.image-content-row {
    margin: 120px 0 120px;
}

.image-content-row .sub-heading {
    font-size: 32px;
    margin: 50px 0 0;
}

.image-content-row .flex-dir-row-reverse .image-content-row-desc {
    padding-left: 54px;
}

.image-content-row .flex-dir-row-reverse.no-image .image-content-row-desc {
    padding-left: 0;
}

.image-content-row .cta-button {
    margin-top: 20px;
}

/* image-content-row Style End
------------------------------------------*/

/* tab container row 
------------------------------------------*/
.tab-container-row {
    padding: 100px 86px;
}

/* tab container row  Style End
------------------------------------------*/

/* filter-container-init
------------------------------------------*/

.filter-container-init {
    position: relative;
    overflow: hidden;
}

.filter-container-init .filter-El-hide {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


/* filter-container-init Style End
------------------------------------------*/

/* gallery module row  Style
------------------------------------------*/
.gallery-module-row .gallery-module {
    margin: 0 0 12px;
}

/* gallery module row  Style End
------------------------------------------*/

/* footer Style 
------------------------------------------*/
.footer-wrap {
    background-color: #000000;
    color: #fff;
    clear: both;
}

.footer-wrap a {
    color: #fff;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.footer-wrap a:hover {
    color: #BB9C64;
}

.footer-wrap .footer-top-row {
    padding: 80px 0 80px;
}

.footer-wrap .footer-top-row .cell {
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.footer-wrap .footer-top-row .cell:last-child {
    border: 0;
}

.footer-widget {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0 36px;
    font-size: 12px;
    text-align: center;
}

.footer-widget h4 {
    line-height: 22px;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.footer-widget p {
    margin: 0 0 17px;
    line-height: 14px;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget ul li {
    margin: 0 0 12px;
    line-height: 14px;
}

.footer-widget ul li:last-child {
    margin: 0;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: uppercase;
}

.footer-widget ul li.current_page_item a {
    color: #BB9C64;
}

.footer-widget .social-module {
    margin-top: 28px;
    margin-bottom: 28px;
}

.footer-wrap .footer-bottom-row {
    padding: 0 54px;
}

.footer-wrap .footer-bottom-row .footer-bottom-content {
    border-top: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: rgb(255 255 255 / 50%);
    padding: 37px 0;
}

.footer-wrap .footer-bottom-row .footer-nav {
    margin: 0 20px 0 0;
}

.footer-wrap .footer-bottom-row .footer-nav ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-wrap .footer-bottom-row .footer-nav ul li {
    margin: 0 10px;
}

.footer-wrap .footer-bottom-row .footer-nav ul li:first-child {
    margin-left: 0;
}

.footer-wrap .footer-bottom-row .footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-wrap .footer-bottom-row .footer-nav ul li a {
    text-transform: uppercase;
    color: rgb(255 255 255 / 50%);
}

.footer-wrap .footer-bottom-row .copyright {
    text-transform: uppercase;
}

.footer-widget.partners-logo a {
    display: block;
    text-align: center;
    margin: auto;
}

.footer-widget.partners-logo a img {
    display: block;
    margin: auto;
}

#award-2 img {
    filter: contrast(0.5);
}

/* Mobile style
------------------------------------------*/

.hamburger-btn {
    background-color: #BB9C64;
    padding: 29px 36px 28px;
    position: relative;
    cursor: pointer;
    display: none;
    margin: 0;
}

.hamburger-btn a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.hamburger-btn div {
    background-color: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 23px;
    top: 18px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.hamburger-btn div:nth-child(2) {
    width: 17px;
    top: 26px;
}

.hamburger-btn div:nth-child(3) {
    top: 34px;
}

.hamburger-btn div:nth-child(2) {
    width: 17px;
}

.mobile-sidebar-wrap {
    background: #F8F3EB;
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 900;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
}

.mobile-sidebar-wrap.active {
    left: 0;
}

.mobile-sidebar-wrap .mobile-sidebar-head {
    padding: 20px;
    position: relative;
}

.mobile-sidebar-wrap .mobile-sidebar-head:before,
.mobile-sidebar-wrap .mobile-sidebar-head:after {
    background-color: #C3BCB1;
    width: calc(50% - 118px);
    height: 1px;
    content: '';
    position: absolute;
    top: 52px;
}


.mobile-sidebar-wrap .mobile-sidebar-head:before {
    left: 0;
}

.mobile-sidebar-wrap .mobile-sidebar-head:after {
    right: 0;
}

.mobile-sidebar-wrap .mobile-sidebar-head .site-logo {
    margin: 0;
}

.mobile-sidebar-wrap .mobile-sidebar-close {
    background: #BB9C64;
    width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.mobile-sidebar-wrap .mobile-sidebar-close:hover {
    background: #9D8457;
}

.mobile-sidebar-wrap .mobile-sidebar-close div {
    background-color: #fff;
    position: absolute;
    left: 16px;
    top: 24px;
    width: 22px;
    height: 2px;
}

.mobile-sidebar-wrap .mobile-sidebar-close div:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mobile-sidebar-wrap .mobile-sidebar-close div:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-sidebar-wrap .mobile-sidebar-content {
    position: relative;
    max-height: calc(100vh - 105px);
    overflow: auto;
    padding: 0;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav {
    margin: 0 0 36px;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul li {
    position: relative;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul li a {
    padding: 5px 36px;
    display: block;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul li.menu-item-has-children>a {
    background: url(../images/arrow-cal-right.svg) no-repeat calc(100% - 13px) 14px;
    padding: 5px 36px 8px;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul li.menu-item-has-children.active>a {
    margin: 0 0 7px;
    background: rgb(187 156 100 / 7%) url(../images/arrow-down.svg) no-repeat calc(100% - 13px) 14px;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav ul ul {
    display: none;
    margin-bottom: 10px;
}

.mobile-sidebar-wrap .mobile-sidebar-content .mobile-sidebar-nav li li a {
    padding: 4px 36px;
    font-size: 14px;
    line-height: normal;
}

.mobile-sidebar-wrap .is-drilldown {
    margin: 0 0 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-sidebar-wrap .is-drilldown a {
    padding: 17px 36px;
    outline: 0;
}

.mobile-sidebar-wrap .is-drilldown a,
.mobile-sidebar-wrap .drilldown .is-drilldown-submenu {
    background-color: #F8F3EB;
}

.mobile-sidebar-wrap .is-drilldown a:hover,
.mobile-sidebar-wrap ul.is-active li.js-drilldown-back a {
    background-color: #F5EFE4;
}

.mobile-sidebar-wrap .drilldown .is-drilldown-submenu-parent>a::after {
    background: url(../images/arrow-cal-right.svg) no-repeat center center;
    background-color: transparent;
    border: 0;
    width: 11px;
    height: 15px;
}

.mobile-sidebar-wrap .drilldown .js-drilldown-back>a::before {
    background: url(../images/arrow-cal-left.svg) no-repeat center center;
    background-color: transparent;
    border: 0;
    width: 11px;
    height: 15px;
    top: -2px;
    position: relative;
}

.mobile-sidebar-wrap .mobile-sidebar-bottom-content {
    padding: 0 36px;
}

.mobile-sidebar-wrap .mobile-sidebar-bottom-content .cta-button {
    width: 100%;
}

/* Mobile style End
------------------------------------------*/


/*default content style
----------------------------------------------*/

.default-content-row {
    padding: 80px 36px;
}

.default-content-row h1,
.default-content-row h2,
.default-content-row h3,
.default-content-row h4,
.default-content-row h5,
.default-content-row h6 {
    margin: 0 0 20px;
}

.default-content-row h1 {
    margin: 0 0 40px;
}

.default-content-row .basic-content h1 {
    font-size: 40px;
    text-align: center;
}


/*default content style End
----------------------------------------------*/

.booking-row {
    background-color: #ffffff;
    /*padding:9px 40px;*/
    padding: 0 40px;
}

/* .booking-row.overlap{
	width:100%;
	position:absolute;
	left:0;
	top:100%;
	} */

.booking-row.overlap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid #C3BCB1;
    z-index: 99;
    padding: 0;
}

.booking-row .cta-button {
    padding: 13px 28px 13px;
}

.booking-row.overlap .check-btn {
    height: 81px;
}

.booking-row .booking-col-left p:last-child {
    margin: 0;
}

.booking-row .booking-col-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.booking-row .booking-col-right .price-module {
    margin-right: 40px;
}

.booking-row .filter-row {
    margin: 0;
}

.booking-row .filter-row .filter-row-content {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.booking-row .filter-row .filter-row-content .filter-module .button {
    padding: 17px 46px 14px 17px;
}

.booking-row .filter-row .filter-row-content .filter-module .button:after {
    right: 20px;
}

.booking-row .filter-row .filter-row-content .filter-module .dropdown-pane {
    top: auto !important;
    bottom: calc(100% - 2px) !important;
    border-top: 1px solid #C3BCB1;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 5px -7px 10px rgb(0 0 0 / 7%);
}

.booking-row .filter-row .filter-row-content .filter-module .dropdown-pane .inline-datepicker-wrap {
    padding: 28px 28px 7px;
}

.booking-row .filter-row .filter-row-content .filter-module .dropdown-pane .inline-datepicker-wrap .ui-datepicker td a {
    font-size: 12px;
}

.content-with-sidebar {
    padding: 100px 36px;
}

.content-with-sidebar .cws-sidebar .widget {
    border: 0;
}


.recent-posts-widget-with-thumbnails {
    margin: 0 0 40px;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li {
    border-bottom: 1px solid #E3E3E3;
    padding: 0 0 24px;
    margin: 0 0 24px;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li img {
    width: 56px !important;
    height: 56px !important;
    display: block;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    float: none;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li a {
    min-height: 56px;
    display: block;
    padding: 0 0 0 71px;
    position: relative;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li .rpwwt-post-title {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.recent-posts-widget-with-thumbnails .rpwwt-widget ul li:last-child {
    border-bottom: 0;
    margin: 0;
}


.content-with-sidebar .cws-main {
    padding-right: 100px;
}

.content-with-sidebar .h2 {
    margin: 0 0 30px;
}

.content-with-sidebar .post-thumbnail img {
    width: 100%;
}

.page-block-wrap {
    margin: 70px -10px;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.page-block-wrap .card {
    max-width: calc(50% - 20px);
    margin: 0 10px 20px;
}

.blog .content-with-sidebar {
    padding-bottom: 0;
}

.blog .content-with-sidebar .cws-main {
    padding-right: 0;
}

.blog .content-with-sidebar .cws-main .page-block-wrap {
    align-items: stretch;
    -webkit-align-items: stretch;
}

.blog .content-with-sidebar .cws-main .page-block-wrap .card {
    max-width: calc(33.33% - 20px);
    border: 1px solid #e6e6e6;
    top: 0;
    transition: box-shadow 0.3s ease, top 0.3s ease;
    -webkit-transition: box-shadow 0.3s ease, top 0.3s ease;
}

.blog .content-with-sidebar .cws-main .page-block-wrap .card h4 {
    font-size: 16px;
}

.blog .content-with-sidebar .cws-main .page-block-wrap .card:hover {
    box-shadow: 1px 2px 7px #0000001f;
    top: -5px;
}


.page-home .landing-banner-row .landing-banner-content .short-description-module .sub-heading {
    font-size: 40px;
    left: 11px;
    top: 24px;
}

.page-our-story .landing-banner-row .landing-banner-content .short-description-module .sub-heading {
    left: 126px;
}

.single-post_room .site {
    position: relative;
}

.single-post_room .landing-introduction-row {
    padding: 140px 0 80px;
}

.single-post_room .landing-introduction-row .short-description-module.lite-theme .sub-heading {
    left: 112px;
}

.search h1.page-title {
    font-size: 68px;
}

.gform_wrapper .gfield_validation_message {
    display: none;
}

/*project detail1 NEW added start
--------------------------------------------------------------*/

.btn-transparent {
    color: #000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    opacity: 0.95;
}

.btn-transparent:after {
    position: absolute;
    right: -2em;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 24px;
    height: 12px;
    transition: all 0.25s ease-in-out;
}

.section-banner {
    position: relative;
}

.section-banner:after {
    background-image: url(../images/banner-overlay.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 580px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 10;
}

.section-banner>video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section-banner>img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section-banner .banner-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5em;
    z-index: 11;
}

.section-banner .banner-content .banner-content-inner {
    max-width: 675px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 0 1em;
}

.section-banner .banner-content .banner-content-inner .btn-grp {
    position: relative;
    left: -1em;
}

.section-banner .banner-content .banner-content-inner .btn-grp a {
    margin: 0 0.95em;
}

.section-banner .banner-content .banner-content-inner .btn-grp a.btn-transparent {
    color: #fff;
}

.section-banner .banner-content .banner-content-inner .btn-grp a.btn-transparent:after {
    background-position: right top;
}

.section-banner.single:after {
    background-image: url(../images/single-overlay.png);
    height: 360px;
}

.section-banner.single .banner-content .banner-content-inner {
    max-width: none;
}

.section-banner.single .banner-content .banner-content-inner h1 {
    font-size: 6.25em;
    line-height: 100px;
    margin: 0 0 0.35em;
}

.section-banner.single .banner-content .banner-content-inner .btn-transparent {
    color: #fff;
}

.section-banner.single .banner-content .banner-content-inner .btn-transparent:hover:after {
    top: 55%;
}

.section-banner.single .banner-content .banner-content-inner .btn-transparent:after {
    right: -1.25em;
    background-image: url(../images/icon-arrow-down.png);
    width: 8px;
    height: 16px;
}

@media only screen and (max-width: 1199px) {
    .section-banner .banner-content {
        bottom: 3em;
    }

    .section-banner.single .banner-content .banner-content-inner h1 {
        font-size: 4.25em;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .section-banner.single .banner-content .banner-content-inner h1 {
        font-size: 3.25em;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-banner .banner-content {
        bottom: 2.5em;
    }

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

    .section-banner.single .banner-content .banner-content-inner h1 {
        font-size: 2.75em;
        line-height: 40px;
    }
}

.section-row {
    margin: 8em 0;
}

.section-row .container {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}

.section-row .container-small {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.section-row.single .row {
    display: flex;
    flex-wrap: wrap;
}

.section-row.single .col-6:first-child {
    order: 2;
}

.section-row.single .row .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.section-row.single h3 {
    font-size: 2em;
    margin: 0 0 0.8em;
    line-height: 35px;
    letter-spacing: -0.02em;
}

.section-row.single h6 {
    font-family: "neue_haas_grotesk_disp55roman";
    color: #757575;
    margin: 0;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: normal;
}


.project-slider {
    position: relative;
}

.project-slider:after {
    background-image: url(../images/slider-overlay.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.project-slider .project-slider-main img {
    width: 100%;
    min-height: 900px;
    max-height: 900px;
    object-fit: cover
}

.project-slider .project-slider-ctrl {
    position: absolute;
    width: 610px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5em;
    z-index: 2
}

.project-slider .project-slider-ctrl .project-slider-thumb {
    z-index: 10
}

.project-slider .project-slider-ctrl .project-slider-thumb .slick-slide {
    opacity: 0.75;
    padding: 0.25em 0.3em;
    transition: all .3s ease;
    border-radius: 0.3em;
    width: 122px !important;
    cursor: pointer
}

.project-slider .project-slider-ctrl .project-slider-thumb .slick-slide img {
    border-radius: 0.3em;
    width: 100%;
    min-height: 66px;
    max-height: 66px;
    object-fit: cover
}

.project-slider .project-slider-ctrl .project-slider-thumb .slick-slide.slick-active {
    opacity: 1;
    border: 1px solid #fff
}

.project-slider .project-slider-ctrl .project-slider-thumb .slick-slide:hover {
    opacity: 1
}

.project-slider .project-slider-ctrl .btn-wrap button {
    padding: 0;
    border: 0;
    position: absolute;
    background-color: transparent;
    text-indent: -9999px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.project-slider .project-slider-ctrl .btn-wrap {
    z-index: 9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%
}

.project-slider .project-slider-ctrl .btn-wrap button {
    position: absolute;
    left: -4em;
    top: -0.5em
}

.project-slider .project-slider-ctrl .btn-wrap button:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    background-image: url(../images/icon-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out
}

.project-slider .project-slider-ctrl .btn-wrap button:last-child {
    left: auto;
    right: -4em
}

.project-slider .project-slider-ctrl .btn-wrap button:last-child:before {
    transform: rotate(180deg)
}


.project-slider .project-slider-ctrl .btn-wrap button:before {
    background-image: url(../images/icon-arrow-left-white.png);
    border-color: #757575
}

.section-row.product .container-fluid {
    overflow: hidden
}

.section-row.product .container-fluid .container-small {
    position: relative
}

.section-row.product .container-fluid .container-small:before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    width: 1015px;
    height: 100%;
    background-color: #fff;
    z-index: 11
}

.section-row.product h3 {
    margin: 0 0 1.25em
}

.section-row.product .product-slider .slick-list {
    overflow: visible
}

.section-row.product .product-slider .slick-list .slick-track {
    z-index: 10
}

.section-row.product .product-slider .slick-list .slide {
    padding: 0 16px 0 0
}

.section-row.product .product-slider .slick-list .slide img {
    width: 100%;
    min-height: 480px;
    max-height: 480px;
    object-fit: cover
}

.section-row.product .product-slider .slick-list .slide h6 {
    text-transform: none;
    font-size: 0.88em
}

.section-row.bg-black {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 8em 0;
}

.section-row.bg-black h2 {
    font-size: 2.5em;
    margin: 0 0 0.5em;
    line-height: 44px;
    letter-spacing: -0.02em
}

.section-row.bg-black .txt-cntr {
    text-align: center;
}

.section-row.bg-black .btn {
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 0.75em 1.375em;
    border-radius: 0 1em;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
}

.section-row.bg-black .btn:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

.section-row.product .container-fluid {
    overflow: hidden
}

.section-row.product .container-fluid .container-small {
    position: relative
}

.section-row.product .container-fluid .container-small:before {
    content: "";
    position: absolute;
    left: -1000px;
    top: 0;
    width: 1015px;
    height: 100%;
    background-color: #fff;
    z-index: 11
}

.section-row.product h3 {
    margin: 0 0 1.25em
}

.section-row.product .product-slider .slick-list {
    overflow: hidden;
}

.section-row.product .product-slider .slick-list .slick-track {
    z-index: 10
}

.section-row.product .product-slider .slick-list .slide {
    padding: 0 16px 0 0
}

.section-row.product .product-slider .slick-list .slide img {
    width: 100%;
    min-height: 480px;
    max-height: 480px;
    object-fit: cover
}

.section-row.product .product-slider .slick-list .slide h6 {
    text-transform: none;
    font-size: 0.88em
}

.section-row.product .btn-wrap {
    transform: none;
    right: 15px;
    top: 0;
    left: auto;
    position: absolute;

}


section.section-row.product.single-product {
    background-color: #000;
    margin: 0;
    padding-bottom: 8em;
    color: #fff;
}

section.section-row.product.single-product h5 {
    color: #fff;
    margin: 1.35em 0 0.35em;
    font-size: 1.25em;
    line-height: 20px;
    font-weight: normal;
}

.section-row.product .product-slider .slick-list .slide h6 {
    color: #757575;
    margin: 0;
    text-transform: none;
    font-size: 0.88em;
}

section.section-row.product.single-product .btn-wrap button:before {
    filter: contrast(0.2);
}



section.section-row.product.single-product .btn-wrap button {
    padding: 0;
    border: 0;
    position: relative;
    background-color: transparent;
    text-indent: -9999px;
    left: 0;
    width: 40px;
    height: 40px
}

section.section-row.product.single-product .btn-wrap button:hover:before,
.btn-wrap button:focus:before {
    background-color: #000;
    background-image: url(../images/icon-arrow-left-white.png)
}

section.section-row.product.single-product .btn-wrap button:last-child {
    left: 1em
}

section.section-row.product.single-product .btn-wrap button:last-child:before {
    transform: rotate(180deg)
}

section.section-row.product.single-product .btn-wrap button:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #ccc;
    background-image: url(../images/icon-arrow-left-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out
}

section.section-row.product.single-product .col-12 {
    position: relative;
}



/*project detail1 NEW added END
--------------------------------------------------------------*/

/*blog detail1 NEW added start
--------------------------------------------------------------*/

.blog-top {
    margin-top: 80px;
    position: relative;
}

.blog-top-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 0 30px;
    transform: translateY(-25%);
    left: 0;
}

.blog-module-init {
    margin: 40px 0 80px;
}

.blog-module-init h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 40px;
}

.blog-top-title h2 {
    font-size: 45px;
    line-height: normal;
    margin: 0 0 30px;
}

.blog-module-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin: 0 -10px;
}

.blog-card {
    max-width: 33.33%;
    width: 100%;
    padding: 0 10px;
}

.blog-card .single-meta-date {
    margin-bottom: 10px;
}

.blog-card a {
    color: #000;
}

.blog .blog-card-title {
    text-align: center;
}

.blog-card-image {
    height: 245px;
    margin-bottom: 20px;
}

.blog-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog h1 {
    font-size: 40px;
    margin-top: 100px;
}

.blog h1 span {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: -100px;
    display: block;
}

.blog-bottom {
    margin: 40px 0 80px;
    display: flex;
    flex-wrap: wrap;
    background-color: #E4E1DA;
}

.blog-bottom-newsletter {
    width: 50%;
    padding: 30px 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blog-bottom-newsletter h3 {
    margin: 0;
}

.blog-bottom-newsletter p {
    margin: 40px 30px;
}

.blog-bottom-image {
    width: 50%;
}

.blog-bottom-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post .page-breadcrumbs-row {
    padding: 0px 0 40px;
}

.single-post .page-breadcrumbs-row ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single-post .page-breadcrumbs-row ul li:first-child {
    padding-left: 0;
}

.single-post .page-breadcrumbs-row ul li:last-child:after {
    display: none;
}

.single-post .single-meta-date {
    margin: 0 0 30px;
}

.single-post .page-breadcrumbs-row ul li {
    color: #000;
    font-weight: 400;
    padding: 0 10px 0 8px;
    position: relative;
    margin: 0;
}

.single-post .page-breadcrumbs-row ul li a {
    color: #b8954c;
}

.single-post .page-breadcrumbs-row ul li:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
}

.single-post .content-with-sidebar .cws-main {
    padding-right: 0;
}

.single-post .entry-header {
    text-align: center;
    margin-bottom: 100px;
}

.single-post .post-thumbnail {
    margin-bottom: 100px;
}

.single-post .entry-content {
    max-width: 900px;
    margin: 0 auto;
}

.single-banner-row {
    position: relative;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.single-banner-row h1 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.single-banner-row h1:last-child {
    margin: 0;
}

.single-banner-row p {
    line-height: 20px;
    margin: 0 0 20px;
}

.single-banner-row p:last-child {
    margin: 0;
}

.single-banner-row:after {
    content: '';
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.single-banner-row .grid-container {
    padding: 140px 36px;
    position: relative;
    z-index: 10;
}

.single-banner-row .sbr-content {
    min-height: 220px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.single-detail-row .sdr-inner {
    padding: 80px 0px 90px;
}

.single-detail-row h1,
.single-detail-row h2,
.single-detail-row h3 {
    text-transform: uppercase;
    margin: 0 0 24px;
}

.single-detail-row h2 {
    font-size: 28px;
    line-height: normal;
}

.single-detail-row p {
    margin: 0 0 24px;
}

.single-detail-row p img {
    margin: 30px 0;
}

.separator-line {
    background: url(../images/separate-icon.svg) no-repeat center center;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 28px 0;
}

.separator-line:before,
.separator-line:after {
    background-color: #f1ebe0;
    width: calc(50% - 21px);
    height: 1px;
    content: '';
}

.single-detail-row ul,
.single-detail-row ol {
    padding: 0 0 0 23px;
    margin: 0 0 16px 0;
}

.single-detail-row ul li,
.single-detail-row ol li {
    margin: 0 0 5px;
}

.single-detail-row ul li p,
.single-detail-row ol li p {
    margin: 0;
}

.single-detail-row ul li:last-child,
.single-detail-row ol li:last-child {
    margin: 0;
}

.single-detail-row ul:last-child,
.single-detail-row ol:last-child {
    margin: 0;
}

.blog .card.custom-style .card-divider,
.single-post .card.custom-style .card-divider {
    padding: 20px 0 8px;
}

.blog .card.custom-style .card-section,
.single-post .card.custom-style .card-section {
    padding: 0 0 28px;
}

.klaviyo-form span {
    background-color: transparent !important;
}

.klaviyo-form .go3176171171 span {
    line-height: 24px;
}


/*blog detail1 NEW added END
--------------------------------------------------------------*/


/* footer Style End 
------------------------------------------*/

/*	
	font-family:'BlackerDisplay'; [400, 700,]
	font-family:'BlackerText';
	font-family: 'Lato', sans-serif; [300,400,700]
*/

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1899px) {
    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 337px;
    }
}

@media only screen and (min-width: 1599px) {
    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 272px;
    }
}

@media only screen and (max-width: 1499px) {
    .featured-gallery-module .featured-gallery-thumb {
        width: 100%;
        left: -88px;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 200px;
    }

    .booking-row .filter-row .filter-row-content .filter-module .button {
        padding: 23px 46px 20px 17px;
    }

    .booking-row .booking-col-right {
        align-items: self-end;
        -webkit-align-items: self-end;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .booking-row .booking-col-right .price-module {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .site-nav ul li {
        margin: 0 6px;
    }

    .header-wrap .site-nav {
        margin-left: 15px;
    }

    .landing-banner-row .landing-banner-slides img {
        height: 700px;
    }

    .footer-wrap .footer-top-row {
        padding: 120px 0;
    }

    .featured-gallery-module .featured-gallery-thumb {
        width: 100%;
        left: -44px;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 135px;
    }

    .footer-widget {
        padding: 0 10px;
    }

    .content-with-gallery-row .content-with-gallery-content {
        padding: 90px 110px 90px 80px;
    }

    .featured-block-module .featured-block .featured-block-image img {
        height: 470px;
    }

    .featured-modal-module {
        padding: 100px;
    }

    .image-desc-module .idm-desc .idm-desc-content,
    .image-desc-module .flex-dir-row-reverse .idm-desc .idm-desc-content {
        padding: 100px 80px;
    }

    .gallery-module .gallery-module-image img {
        height: 500px;
    }

    .two-column-container-row {
        margin: 0 15px 100px;
    }

    .footer-wrap .footer-bottom-row {
        padding: 0 36px;
    }

    .ui-datepicker td a {
        height: auto;
        line-height: 22px;
    }

    .container-sidebar-row .container-sidebar-row-content .csr-sidebar {
        margin-left: 0;
    }

    .property-module .property-module-image img {
        height: 250px;
    }

    .property-module .cta-button {
        padding: 17px 22px 17px;
    }

    .property-module .cta-button.border {
        padding: 16px 22px 16px;
    }

    .single-post_room .landing-introduction-row {
        padding: 80px 20px;
    }

}

@media only screen and (max-width: 1023px) {
    .sub-heading {
        font-size: 50px;
    }

    h1,
    .h1 {
        font-size: 68px;
        line-height: 68px;
    }

    h2,
    .h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .hamburger-btn {
        display: block;
    }

    .introduction-module p br {
        display: none;
    }

    .property-module .cta-button {
        padding: 17px 36px 17px;
    }

    .property-module .cta-button.border {
        padding: 16px 36px 16px;
    }

    .featured-gallery-module .featured-gallery-thumb {
        left: 0;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 200px;
    }

    .container-sidebar-row {
        margin: 50px 0;
    }

    .container-sidebar-row .container-sidebar-row-content.spacer .csr-main {
        margin: 0;
    }

    .footer-wrap .footer-top-row {
        padding: 50px 0 0;
    }

    .footer-top-row .grid-x .cell {
        border: 0;
        border-bottom: 1px solid #794D58;
        padding: 0 0 40px;
        width: calc(100% - 72px);
        margin: 0 36px 30px;
    }

    .footer-top-row .grid-x .cell:last-child {
        margin: 0 36px 0;
    }

    .footer-wrap .footer-bottom-row {
        padding: 0 36px;
    }

    .image-desc-module .idm-image .placeholder-image {
        max-height: 500px;
    }

    .image-desc-module .idm-desc .idm-desc-content,
    .image-desc-module .flex-dir-row-reverse .idm-desc .idm-desc-content {
        padding: 50px 32px;
    }

    .filter-module .button {
        padding: 17px 52px 13px 30px;
    }

    .filter-row .cell {
        border: 0;
        border-bottom: 1px solid #C3BCB1;
    }

    .filter-row .cell:last-child {
        border: 0;
    }

    .landing-introduction-row {
        padding: 50px 24px 50px;
    }

    .block-carousel-module {
        padding: 0 24px;
        margin: 0 0 50px;
    }

    .landing-video-banner {
        height: 300px;
    }

    .landing-video-banner .landing-video-cover {
        height: 300px;
    }

    .landing-video-banner .landing-video-holder {
        padding: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .landing-video-banner .landing-video-holder iframe,
    .landing-video-banner .landing-video-holder video,
    .landing-video-banner .landing-video-holder object {
        position: relative;
        transform: scale(2.1);
        -webkit-transform: scale(2.1);
        height: 300px;
        width: 100%;
        min-height: 100px;
    }

    .filter-row .filter-row-content {
        margin: 0 19px;
    }

    .icon-module {
        width: 25%;
    }

    .image-content-row {
        margin: 0;
    }

    .image-content-row .image-content-row-image {
        margin: 0 -10px;
    }

    .image-content-row .image-content-row-image img {
        max-height: 500px;
        object-fit: cover;
        object-position: center center;
    }

    .image-content-row .image-content-row-desc,
    .image-content-row .flex-dir-row-reverse .image-content-row-desc {
        padding: 50px 21px;
    }

    .landing-banner-row .landing-banner-content .short-description-module .sub-heading {
        left: 0;
    }

    .introduction-module {
        margin: 50px 24px;
        font-size: 24px;
    }

    .column-content-row {
        padding: 50px 36px;
    }

    .image-gallery-row .image-gallery-row-head .sub-heading {
        left: 0;
    }

    .content-with-gallery-row .content-with-gallery-content .short-description-module .sub-heading {
        left: -10px;
    }

    .content-with-gallery-row .content-with-gallery-content {
        padding: 50px 20px 50px 36px;
    }

    .image-gallery-row .image-gallery-row-main {
        margin: 0 0 40px;
    }

    .image-gallery-row {
        padding: 50px 0 50px;
    }

    .image-gallery-row .image-gallery-row-head {
        margin: 0 24px 50px;
    }

    .landing-banner-row .landing-banner-content {
        padding: 0 24px;
    }

    .home .landing-banner-row .landing-banner-slides img {
        height: 800px;
    }

    .landing-banner-row .landing-banner-slides img {
        height: 600px;
    }

    .icon-module-wrap {
        margin: 0 24px;
    }

    .detail-container-row .detail-container-head {
        margin: 0 24px 50px;
    }

    .detail-container-row .detail-container-head .sub-heading {
        left: 0;
    }

    .short-description-module h3,
    .short-description-module .h3 {
        font-size: 38px;
        line-height: 38px;
    }

    .detail-container-row .detail-container-content {
        margin: 0 24px;
    }

    .detail-container-row {
        margin: 0 0 50px;
    }

    .facilities-content-row .facilities-content-head {
        margin: 0 24px 50px;
    }

    .facilities-content-row .facilities-content-head .short-description-module .sub-heading {
        left: 0;
    }

    .two-column-container-row {
        margin: 0 24px 50px
    }

    .two-column-container-row .tcc-sidebar {
        margin: 0 0 50px;
    }

    .gallery-module {
        margin: 0 0 50px;
    }

    .facilities-content-row {
        margin: 0 0 50px;
    }

    .tab-container-row {
        padding: 50px 24px;
    }

    .vertical.tabs.custom-style {
        margin: 0 0 50px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        width: auto;
    }

    .tabs.custom-style .tabs-title {
        margin: 2px 4px;
        min-width: 200px;
    }

    .tabs-content.custom-style .tabs-panel {
        padding: 0;
    }

    .booking-row {
        padding: 15px 36px;
    }

    .booking-row .booking-col-left {
        text-align: center;
        margin-bottom: 10px;
    }

    .booking-row .booking-col-right {
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .booking-row .booking-col-right .price-module {
        margin-right: 40px;
        margin-bottom: 0;
    }

    .single-post_room .landing-introduction-row {
        padding: 50px 24px;
    }

    .single-post_room .landing-introduction-row .short-description-module.lite-theme .sub-heading {
        left: 0;
    }

    .page-our-story .landing-banner-row .landing-banner-content .short-description-module .sub-heading {
        left: 0;
    }

    .content-with-sidebar .cws-main {
        padding: 0 20px 0 0;
    }

    .content-with-sidebar {
        padding: 70px 36px;
    }

    .page-block-wrap {
        margin: 50px 0px;
    }

    .page-block-wrap .card {
        max-width: none;
        margin: 0 0 36px;
    }

    .detail-container-row .spacer-top-bottom {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .block-carousel-module.block-carousel-module-row {
        margin-top: 50px;
    }

    .blog .content-with-sidebar .cws-main .page-block-wrap .card {
        max-width: calc(50% - 20px);
        margin: 0 10px 36px;
    }

    .single-detail-row .sdr-inner {
        padding: 60px 36px;
    }

}

@media only screen and (max-width: 767px) {
    p {
        line-height: 22px;
    }

    p a {
        word-break: break-word;
    }

    .sub-heading {
        font-size: 45px;
    }

    h1,
    .h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h2,
    .h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .gallery-module .gallery-module-image img {
        height: 400px;
    }

    .thumbnail-carousel-module .thumbnail-carousel-init {
        margin: 0;
    }

    .thumbnail-carousel-module .thumbnail-carousel-col {
        padding: 0;
    }

    .thumbnail-carousel-module .thumbnail-carousel-col,
    .thumbnail-carousel-module .thumbnail-carousel-col:nth-child(2n) {
        width: auto;
        height: auto;
    }

    .thumbnail-carousel-module .thumbnail-carousel-col:nth-child(2n) img {
        width: 100%;
        height: 350px;
    }

    .property-module .property-module-image img {
        height: auto;
    }

    .property-module .property-module-image {
        float: none;
        margin: 0 0 40px;
        width: auto;
    }

    .featured-gallery-module .featured-gallery-thumb {
        bottom: 15px;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 200px;
    }

    .icon-module {
        width: 33.33%;
    }

    .tabs.custom-style .tabs-title {
        margin: 2px 4px;
        min-width: 100px;
    }

    .short-description-module h3,
    .short-description-module .h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .image-content-row .sub-heading {
        font-size: 28px;
    }

    .content-with-sidebar .cws-main {
        padding: 0;
    }

    .content-with-sidebar {
        padding: 50px 24px;
    }

    .default-content-row {
        padding: 50px 24px;
    }

    .single-post_room .landing-introduction-row {
        padding: 50px 24px 30px;
    }

    .search h1.page-title {
        font-size: 60px;
        line-height: 60px;
    }

    .image-gallery {
        padding: 80px 0px;
    }

    h2.popup-title {
        left: 15px;
        top: 20px;
        font-size: 20px;
    }

    .image-gallery button.slick-arrow {
        background-color: #9D8457;
        font-size: 34px;
        padding: 5px 5px;
    }

    .section-row {
        margin: 3em 0;
    }

    .section-row.single .row {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .section-row.single .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .project-slider .project-slider-ctrl {
        display: none;
    }

    .project-slider .slick-dots {
        position: absolute;
        left: 0;
        bottom: 2em;
        z-index: 10;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        width: 100%
    }

    .project-slider .slick-dots li {
        list-style: none
    }

    .project-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        text-indent: -9999px;
        border-radius: 50%;
        margin: 0 0.4em;
        opacity: 0.5;
        -webkit-appearance: none;
        appearance: none
    }

    .project-slider .slick-dots li.slick-active button {
        opacity: 1
    }

    .section-row.product h3 {
        font-size: 1.5em;
        line-height: 26px;
    }

    .section-row.product .btn-wrap {
        display: none;
    }

    .section-row.single h3 {
        font-size: 1.5em;
        line-height: 26px;
    }

    .blog-module-list {
        margin: 0;
    }

    .blog-card {
        max-width: none;
        padding: 0;
    }

    .blog-module-init h2 {
        font-size: 35px;
    }

    .blog-top {
        margin-top: 40px;
    }

    .blog h1 {
        font-size: 25px;
        margin-top: 50px;
    }

    .blog h1 span {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: -75px;
    }

    .blog-top-title h2 {
        font-size: 20px;
    }

    .blog-top-image img {
        height: 300px;
        object-fit: cover;
    }

    .blog-bottom-newsletter {
        width: 100%;
    }

    .blog-bottom-image {
        width: 100%;
    }

}

@media only screen and (max-width: 639px) {
    .hamburger-btn {
        padding: 29px 30px 28px;
    }

    .hamburger-btn div {
        left: 19px;
    }

    .cell.set-padding-right {
        padding-right: 0.625rem;
    }

    .cell.set-padding-left {
        padding-left: 0.625rem;
    }

    .container-sidebar-row .container-sidebar-row-content {
        margin: 0 12px;
    }

    .footer-wrap .footer-bottom-row .footer-bottom-content {
        padding: 15px 0;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .footer-wrap .footer-bottom-row .footer-nav ul {
        margin: 0 0 7px;
    }

    .short-description-module p br {
        display: none;
    }

    .icon-module {
        width: 50%;
    }

    .featured-modal-module {
        /* padding: 50px 36px; */

        padding: 150px 36px 50px;
        background-attachment: scroll;
        background-size: 300%;
        background-position: center -172px;
    }

    .featured-modal-module .featured-modal-content h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .featured-modal-module .featured-modal-content {
        min-height: 300px;
        padding: 50px 25px;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 150px;
    }

    .landing-banner-row .landing-banner-container.align-center {
        transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
    }

    .gallery-module .gallery-module-image img {
        height: 350px;
    }

    .short-description-module h3,
    .short-description-module .h3 {
        font-size: 28px;
        line-height: 28px;
    }

    .content-with-sidebar .cws-main {
        margin: 0 0 40px;
    }

    .short-description-module h3 br,
    .short-description-module .h3 br {
        display: none;
    }

    .short-description-module h1 br,
    .short-description-module .h1 br,
    .short-description-module h2 br,
    .short-description-module .h2 br {
        display: none;
    }

    .gform_wrapper.gravity-theme .ginput_complex .name_first {
        margin-bottom: 18px;
    }

    .gform_wrapper.gravity-theme .ginput_complex .name_last {
        margin-bottom: 0;
    }

    .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
        width: 100%;
    }

    .blog .content-with-sidebar .cws-main .page-block-wrap .card {
        max-width: 100%;
        margin: 0 0 36px;
    }
}

@media only screen and (max-width: 499px) {

    .cta-group-module .cta-button {
        width: 100%;
        margin-right: 0;
    }

    .featured-gallery-module .featured-gallery-thumb {
        bottom: 15px;
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 120px;
    }

    .tabs.custom-style .tabs-title {
        margin: 2px 0;
        min-width: 100%;
    }

    .booking-row .booking-col-right {
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .booking-row .booking-col-right .price-module {
        margin-right: 0;
        margin-bottom: 9px;
    }
}

@media only screen and (max-width: 375px) {
    .sub-heading {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 55px;
        line-height: 55px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .header-wrap .site-logo,
    .mobile-sidebar-wrap .mobile-sidebar-head .site-logo {
        width: 190px;
    }

    .header-wrap:before,
    .header-wrap:after,
    .mobile-sidebar-wrap .mobile-sidebar-head:before,
    .mobile-sidebar-wrap .mobile-sidebar-head:after {
        width: calc(50% - 100px)
    }

    .header-wrap .site-logo .title,
    .mobile-sidebar-wrap .mobile-sidebar-head .site-logo .title {
        font-size: 26px;
    }

    .footer-widget h4 br {
        display: none;
    }

    .featured-modal-module {
        padding: 50px 24px;
    }

    .featured-modal-module .featured-modal-content {
        min-height: 300px;
        padding: 40px 15px;
    }

    .featured-modal-module .featured-modal-content:after {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }

    .featured-gallery-module .featured-gallery-thumb .featured-gallery-thumb-image img {
        height: 100px;
    }

    .short-description-module h1 br,
    .short-description-module .h1 br,
    .short-description-module h2 br,
    .short-description-module .h2 br {
        display: none;
    }

    .search h1.page-title {
        font-size: 55px;
        line-height: 55px;
    }
}