@import url("../web-fonts/fonts.css"); 

/* :root{
    --primary-color: #212a21 !important;
    --secondary-color: #FFFFFF !important;
    --text-color: #212a21 !important;
    --heading-color: #212a21 !important;
    --background-color: #fbf9f3 !important;
    --darkbackground-color: #f2eee4 !important;
    --lightbg-color: #fffefa !important;
    --goldenColor: #e6b022 !important;
    --logo-font: Frank Ruhl Libre !important;
    --logo-font-size: 28px !important;
    --logo-font-variant: 100 !important;
    --heading-font: Baskervville, sans-serif !important;
    --heading-font-size: 42px !important;
    --heading-font-variant: 100 !important;
    --main-font: Instrument Sans, sans-serif !important;
    --main-font-variant: 100 !important;
    --main-font-size: 16px !important;
    --menu-font: Arial, sans-serif !important;
    --menu-font-size: 16px !important;
} */
body .btn,
body .wpforms-submit.btn{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100px;
    color: var(--secondary-color);
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 32px;
    text-transform: math-auto !important;
    transition: .5s ease-in;
    white-space: nowrap;
}
body .wpforms-submit.btn:hover {
    border: 1px solid #212121;
    background: transparent !important;
    color: #212121 !important;
}
body .container{
    max-width: 1580px;
    width: 100%;
    padding: 0 42px;
}

.newsletter-block div.wpforms-container-full:not(:empty) {
    margin-right: auto;
    margin-left: 0;
}
.single-prop-block label.flex.text-sm.bg-white.radius-100 {
    border-radius: 45px;
}
body.page-template-default main {
    min-height: 100vh;
}
div#importer {
    height: 65vh;
}
.page-template-default main  div#importer h1 {
  line-height: 140%;
}

.lg-outer .lg-prev:after{
    background: url(/wp-content/themes/floorspace-v2/resources/styles/images/review-left-arrow.png) no-repeat !important;
}

.lg-outer .lg-next:before {
    background: url(/wp-content/themes/floorspace-v2/resources/styles/images/review-right-arrow.png) no-repeat !important;
}

body .datepicker__month-button--next:after {
    background: url(/wp-content/themes/floorspace-v2/resources/styles/images/review-right-arrow.png) no-repeat;
    height: 11px!important;
    width: 7px!important;
    background-repeat: no-repeat !important;
}

body .datepicker__month-button--prev:after {
    background: url(/wp-content/themes/floorspace-v2/resources/styles/images/review-left-arrow.png) no-repeat;
    height: 11px!important;
    width: 7px!important;
    background-repeat: no-repeat !important
}

.blog .paginationHolder .page-numbers {
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.site-mainlogo img {
    height: 2rem;
}

body header .menu-item a{
    font-weight: var(--menu-font-variant);
}

/* Variables Define */
body .main-heading,
.contact-description h1{
    font-weight: var(--heading-font-variant) !important;
}

body .heading,
.faq-section h2.faq-title,
.amenities-section h2,
.location-section h2,
.policy-rules-section h2{
    font-size: var(--subheading-font-size) !important;
    font-family: var(--subheading-font) !important;
    font-weight: var(--subheading-font-variant) !important;
}

.review-contentblock .description p,
.info-profile span,
.topget-card h4,
.blgBox__title,
#description-modal h2,
#rules-and-policies-modal h3,
.expcards h4,
#amenities-modal h3,
#description-modal h3,
#filters-modal h3{
    font-family: var(--subheading-font) !important;
}

body .textimage-section p {
    font-size: var(--main-font-size) !important;
}


body .propery-singleposts .property h2{
    font-family: var(--property-font) !important;
    font-size: var(--property-font-size) !important;
    font-weight: var(--property-font-variant) !important;
}

#open-photo-gallery-modal h3{
    font-family: var(--property-font) !important;
    font-weight: var(--property-font-variant) !important;
}

.btn-border{
    color: var(--secondary-color) !important;
}

#description-modal h2{
    color: var(--heading-color);
    text-transform: capitalize;
    font-size: 28px;
}

#rules-and-policies-modal h3,
#amenities-modal h3,
#description-modal h3,
#filters-modal h3 {
    color: var(--secondary-color);
    font-size: 20px;
}

body .footer_col ul.footer-lists li a,
.form-control, label{
    font-family: var(--main-font) !important;
}

body .featured-reviews-block .reviews-carousel .cards-swiper-slide .heading {
    font-size: 30px !important;
}

.foot-head,
.prop-location,
.guestreview-section p.small-text{
    font-family: var(--uppercase-font);
    font-size: var(--uppercase-font-size);
    font-weight: var(--uppercase-font-variant);
}

/* Color variable */
body.post-type-archive-property{
   background-color: var(--lightbg-color);
}

#datepicker-input-datepicker .datepicker__week-name{
    font-size: .75rem !important;
}

body .datepicker__month-day--invalid {
    color: #e8ebf4 !important;
}

span.datepicker__info.datepicker__info--selected-label,
.datepicker__info-text.datepicker__info-text--selected-days span {
    font-size: 11px !important;
}

body .blogArticle__right button.wp-block-search__button{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

body .blogArticle__right button.wp-block-search__button:hover{
    background: transparent!important;
}

body #open-photo-gallery-modal h3 {
    font-size: 32px !important;
}





/* Property Managemnt */
body .tag{
    text-transform: capitalize;
}

.property-management .eastwest-image img,
.travel-partners .eastwest-image img,
.eastwest-image img {
    height: 430px !important;
}

.desc {
    font-size: 18px;
    font-family: var(--main-font);
    color: var(--text-color);
    opacity: 75%;
    line-height: 146%;
}

.small-text {
    color: #08250966;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Review CSS */
.call-text {
    font-size: 14px !important;
    margin-top: 16px;
    opacity: .8;
}

.guestreview-section .swiper-slide {
    padding: 40px;
    background: var(--darkbackground-color);
    opacity: 30%;
    border-radius: 8px;
    height: auto;
}

.guestreview-section .swiper-slide.swiper-slide-active {
    opacity: 100%;
}

.guestreview-section p.small-text {
    bottom: -20px;
    position: relative;
}

.review-contentblock .description p {
    font-size: 24px !important;
    /* font-family: var(--mainFont); */
    color: var(--text-color);
    line-height: 146%;
    /* font-family: var(--heading-font) !important; */
}

.review-contentblock .stars-block{
    display: flex;
    margin: 5px 0 22px;
}

.review-info {
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.info-profile {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
}

.info-profile span{
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--primary-color);

}
.review-info ul {
    display: flex;
    margin-left: 20px;
    gap: 55px;
}

.review-info ul li{
    font-size: 14px;
    color: var(--text-color);
    opacity: 80%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.review-info ul li:nth-child(2){
    position: relative;
}

.review-info ul li:nth-child(2):before{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: var(--text-color);
    opacity: 60%;
    left: -25px;
}

.review-info ul li:nth-child(2):after{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #2D3F29;
    opacity: 60%;
    right: -25px;
}

.swiper.reviewSwiper {
    padding-left: 10%;
}

.guestreview-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.guestreview-section .reviewSwiper {
    padding-top: 40px
}

.guestreview-section .reviewSwiper .swiper-button-next,.guestreview-section .reviewSwiper .swiper-button-prev {
    bottom: auto;
    top: 25px
}

.guestreview-section .swiper-button-next,.guestreview-section .swiper-button-prev {
    background: var(--darkbackground-color);
    border-radius: 50%;
    color: #fff;
    color: var(--whiteColor);
    color: #fff;
    height: 26px;
    width: 26px
}

.guestreview-section .swiper-button-next:after,.guestreview-section .swiper-button-prev:after {
    background: url(../images/img/review-right.svg) no-repeat;
    background-size: contain;
    font-size: 0;
    height: 9px;
    width: 5px
}

.guestreview-section .swiper-button-prev:after {
    background: url(../images/img/review-left.svg) no-repeat;
    background-size: contain
}

.guestreview-section .reviewSwiper .swiper-button-prev {
    left: auto;
    right: 165px
}

.guestreview-section .reviewSwiper .swiper-button-next {
    left: auto;
    right: 125px
}


/* Property Management CSS */
.title-header .heading {
    margin-bottom: 36px;
}

.title-header .desc {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.inner-experienceblck{
    padding: 85px 85px;
    background: var(--darkbackground-color);
    border-radius: 12px;
}

.expcards-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 120px;
}

.expcards h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 122%;
    color: var(--primary-color);
    text-transform: lowercase;
}

.expcards p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    opacity: 60%;
    font-family: var(--main-font);
    margin-top: 8px;
}

.whatyouget-section {
    padding: 140px 0 180px;
}

.innerwhatyouget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 74px;
}

.whatyouget-section h2 {
    margin-bottom: 0;
}

.whatyouget-cards{
    background: var(--darkbackground-color);
    padding: 32px;
    border-radius: 8px;
}

.topget-card {
    text-align: center;
}

.topget-card h4 {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 110%;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.topget-card p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
    color: var(--text-color);
}

.topget-card {
    text-align: center;
    padding-bottom: 36px;
    margin-bottom: 36px;
    border-bottom: 1px solid #DFD7C2;
}

.whatyouget-lists ul li {
    font-size: 16px;
    font-weight: var(--main-font-variant);
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 22px;
}

.whychoose-section {
    padding: 90px 0 95px;
}

.whychoose-section table tr th,
.whychoose-section table tr td{
    border: 1px solid rgba(36, 35, 31, 0.12);
}

.whychoose-section table tr th,
.whychoose-section table tr td {
    font-size: 16px;
    /* font-weight: 400; */
    font-family: var(--main-font);
    color: var(--text-color);
    font-weight: var(--main-font-variant);
    opacity: 60%;
    line-height: 150%;
    width: 33.5%;
}

.whychoose-section table tr td{
    opacity: 100%;
}

.whychoose-section table tr th,
.whychoose-section table tr td{
    padding: 24px;
}

.whychoose-section table thead .tablelogo,
.whychoose-section table thead tr td {
    text-align: center;
    padding: 30px;
}

.whychoose-section table tr td:nth-child(2){
    background: var(--primary-color);
}

.whychoose-section table {
    margin-top: 85px;
}

.whychoose-section table thead tr:first-child th,
.whychoose-section table thead tr td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.whychoose-section table thead tr td:nth-child(2){
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.whychoose-inner-section {
    overflow: auto;
}

.whychoose-section table thead .tablelogo img {
    margin: 0 auto;
    max-width: max-content;
}

/* Faq */
.faq-section {
    padding-bottom: 120px;
}

.footer_col ul.footer-lists li a {
    color: #082509 !important;
}

.footer_col ul.footer-lists li a:hover{
   color: #e6b022 !important;
}

.faq-section h2.faq-title {
    font-size: var(--subheading-font-size) !important;
    color: var(--heading-color) !important;
}


body .readytopartner,
body .logos-section {
    background: var(--darkbackground-color);
}

.datepicker__info.datepicker__info--selected {
    padding-top: 10px;
}

.datepicker__info.datepicker__info--feedback.datepicker__info--warning {
    color: red;
    font-size: 13px;
    padding-top: 5px;
}

.datepicker__info.datepicker__info--feedback.datepicker__info--help {
    padding-top: 10px;
    font-size: 13px;
    color: #286728;
    font-style: normal;
}

.book-form .wpforms-field-container .wpforms-field-checkbox fieldset {
    position: relative;
}

.book-form .wpforms-field-container .wpforms-field-checkbox legend.wpforms-field-label {
    position: absolute;
    left: 22px;
}


#adults-counter-input {
  pointer-events: none;
}
#kids-counter-input{
   pointer-events: none; 
}


.property-photo-gallery #default-carousel {
    z-index: 0;
}

.site-mainlogo img {
    height: 2rem;
}

.faq-question{
    color: var(--text-color);
    font-size: var(--faq-font-size);
    font-family: var(--faq-font);
    font-weight: var(--faq-font-variant);
}


.blogFilter__title{
    text-transform: capitalize;
}

body .blogArticle__right .wp-block-heading {
    font-size: 24px !important;
}








@media(max-width:1680px) {
    .swiper.reviewSwiper {
        padding-left: 90px;
    }
}

@media(max-width:1580px) {
    .swiper.reviewSwiper {
        padding-left: 40px;
    }
}


@media(max-width:1440px) {
    .swiper.reviewSwiper {
        padding-left: 42px;
    }
}


@media(max-width:1280px){
   body .nav-outer, body .navigation-wrap ul.navbar-nav {
        display: flex;
        gap: 22px;
    }
    body a.site-mainlogo.font-sorts-mill-goudy.text-xl {
        font-size: 1.1rem;
    }
    .page-template-default main  div#importer h1 {
        font-size: 35px !important;
        line-height: 140% !important;
    }
   .faq-section h2.faq-title {
        margin-bottom: 35px;
    }

    body .heading,
    .amenities-section h2,
    .location-section h2,
    .policy-rules-section h2,
    body .blogArticle__detail h2,
    body .blogArticle__detail h3,
    body .blogArticleSepration__Title, 
    body .blogArticleSepration .comment-reply-title {
        font-size: 30px !important;
    }

    body .singleBogTop__title{
        font-size: 42px !important;
    }

    body #open-photo-gallery-modal h3 {
        font-size: 24px !important;
    }

}
@media (max-width:1024px){
    body .container {
        max-width: 1580px;
        width: 100%;
        padding: 0 22px;
    }
    body .nav-outer, body .navigation-wrap ul.navbar-nav {
        gap: 25px;
    }
    .banner-text {
        left: 8px;
        transform: translate(22px,-50%);
    }
    .inner-experienceblck {
        padding: 60px;
    }

    .whatyouget-section {
        padding: 100px 0;
    }

    .innerwhatyouget {
        grid-template-columns: 1fr 1fr;
        padding-top: 60px;
    }

    .swiper.reviewSwiper {
        padding-left: 20px;
    }

    .whatyouget-lists ul li img {
        max-width: 25px;
    }

    .expcards h4 {
        font-size: 32px;
    }

    .whychoose-section table tr td,
    .whychoose-section table tr th {
        font-size: 15px;
        padding: 15px;
    }

    .whychoose-section {
        padding: 80px 0;
    }

    .whychoose-section table {
        margin-top: 60px;
    }

    .info-profile {
        height: 45px;
        width: 45px;
    }

    .review-info ul li {
        font-size: 13px;
    }

    .review-info ul {
        gap: 45px;
    }

    .guestreview-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .faq-section {
        padding-bottom: 80px;
    }

    .guestreview-section .reviewSwiper .swiper-button-next {
        right: 20px;
    }

    .guestreview-section .reviewSwiper .swiper-button-prev {
        right: 55px;
    }

    .review-contentblock .description p{
        font-size: 20px !important;
    }

    body .featured-reviews-block .reviews-carousel .cards-swiper-slide .heading {
        font-size: 26px !important;
    }

    body .blogArticle__detail h2,
    body .blogArticle__detail h3,
    body .blogArticleSepration__Title, 
    body .blogArticleSepration .comment-reply-title {
        font-size: 28px !important;
    }

    body .blogArticle__right .wp-block-heading {
        font-size: 20px !important;
    }

    body .singleBogTop__title{
        font-size: 36px !important;

    }
}
@media(max-width:992px){
   body .nav-outer,body .navigation-wrap ul.navbar-nav {
        gap: 20px;
    }
    body header .menu-item a {
        font-size: 14px;
    }
    body header .btn {
        font-family: var(--main-font);
        font-size: 12px;
        padding: 10px 20px;
    }
    body a.site-mainlogo.font-sorts-mill-goudy.text-xl {
        font-size: 0.9rem;
    }
    .info-profile {
        height: 40px;
        width: 40px;
    }
    .review-info ul li {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .guestreview-section .swiper-slide {
        padding: 25px;
    }

    .guestreview-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    body .heading,
    .amenities-section h2,
    .location-section h2,
    .policy-rules-section h2 {
        font-size: 26px !important;
    }
}
@media (max-width:820px){
    body .nav-outer, body .navigation-wrap ul.navbar-nav {
        gap: 10px;
    }

    .innerwhatyouget {
        padding-top: 50px;
    }

    .whatyouget-cards {
        padding: 25px;
    }

    .whatyouget-lists ul li img {
        max-width: 23px;
    }

    .expcards-wrapper {
        gap: 80px;
        padding-top: 50px;
    }

    .expcards h4 {
        font-size: 30px;
    }

    .expcards p {
        margin-top: 6px;
    }

    .inner-experienceblck {
        padding: 50px;
    }

    .faq-section {
        padding-bottom: 60px;
    }

    .innerlogo-block {
        justify-content: center !important;
    }

    .property-management .eastwest-image img,
    .travel-partners .eastwest-image img,
    .eastwest-image img {
        height: 380px !important;
    }

    .review-info {
        padding-top: 60px;
    }
}

@media (max-width: 768px){
    .whatyouget-section {
        padding: 80px 0;
    }
    .expcards h4 {
        font-size: 26px;
    }

    .whychoose-section table {
        width: 720px;
    }

    .review-info ul {
        gap: 30px;
    }

    .faq-section h2.faq-title {
        margin-bottom: 10px;
    }
}
@media (max-width:767px){
    body .date-block, body .guest-block, body .location-block{
        border-radius: 50px !important;
    }
    .page-template-default main  div#importer h1 {
        font-size: 28px !important;
        line-height: 140% !important;
    }
    .page-template-default main h1 {
        text-align: center;
    }

    .whatyouget-section {
        padding: 60px 0;
    }

    .whychoose-section {
        padding: 60px 0;
    }

    .whychoose-section table {
        margin-top: 45px;
    }

    .review-info ul li {
        font-size: 9px;
    }

    .guestreview-section .swiper-slide {
        padding: 20px;
    }

    .guestreview-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .faq-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .innerlogo-block {
        gap: 45px !important;
    }
    .property-sidebar {
        top: auto !important;
        position: fixed !important;
    }

    .button_check_availability {
        padding: 20px 30px;
        border: 1px solid rgba(27,26,24,.122);
        background: #fffefa;
    }

    #mdates-modal .mobile-dates p:after {
        display: none;
    }
        #mdates-modal .mobile-dates p {
        height: 16px;
    }
    .guests .hideInnerInput {
        flex-direction: column;
    }

      .mobile-dates.selected_availabilitys {
        position: absolute !important;
        right: 38px !important;
        top: 28px !important;
    }


    #mdates-modal button.btn.fixed {
        z-index: 9999 !important;
    }

    .dateclear-btns {
        position: absolute;
        right: 25px;
        top: 90px;
    }

    .dateclear-btns button {
        margin: 0;
    }

    /* #popover-filters-guests {
        visibility: visible !important;
    } */

    .booknowmodal-wrap .innerBookNowTabs>button {
        width: 8px;
    }

    body .featured-reviews-block .reviews-carousel .cards-swiper-slide .heading {
        font-size: 24px !important;
    }

    body .singleBogTop__title{
        font-size: 32px !important;

    }
}
@media (max-width:580px){
    .page-template-default main  div#importer h1 {
        font-size: 22px !important;
        line-height: 140% !important;
    }

    .innerwhatyouget {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .expcards-wrapper .expcards {
        width: 100%;
    }

    .expcards-wrapper {
        flex-wrap: wrap;
        gap: 35px;
    }

    .expcards h4 {
        font-size: 22px;
    }

    .expcards p {
        font-size: 15px;
    }

    .inner-experienceblck {
        padding: 30px 18px;
    }

    .whychoose-section table tr td,
    .whychoose-section table tr th {
        padding: 12px;
    }

    .faq-section {
        padding-bottom: 55px;
    }

    .property-management .eastwest-image img,
    .travel-partners .eastwest-image img,
    .eastwest-image img {
        height: 260px !important;
    }

    .footer-bottomleft {
        gap: 8px !important;
        flex-direction: column;
    }
}