/* Font Family */

@font-face {
    font-family: 'Atelier Femme Script';
    src: url('../fonts/Atelier Femme Script.woff2') format('woff2'),
        url('../fonts/Atelier Femme Script.woff') format('woff'),
        url('../fonts/Atelier Femme Script.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Schnyder S Light';
    src: url('../fonts/Schnyder-S-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Schnyder S Demi';
    src: url('../fonts/Schnyder-S-Demi.otf') format('opentype');
}

@font-face {
    font-family: 'Schnyder S Bold';
    src: url('../fonts/Schnyder-S-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Halis GR';
    src: url('../fonts/HalisGRLight.otf') format('opentype');
}

@font-face {
    font-family: 'Halis GR Book';
    src: url('../fonts/HalisGRBook.otf') format('opentype');
}

@font-face {
    font-family: 'Halis GR Bold';
    src: url('../fonts/HalisGRBold.otf') format('opentype');
}

@font-face {
    font-family: 'Halis GR Medium';
    src: url('../fonts/HalisGRMedium.otf') format('opentype');
}

@font-face {
    font-family: 'Garamond Premier Pro';
    src: url('../fonts/GaramondPremrPro.ttf') format('truetype');
}

@font-face {
    font-family: 'Garamond Premier Pro Medium';
    src: url('../fonts/Garamond Premier Pro Medium.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Premier Pro Medium';
    src: url('../fonts/GaramondPremrPro-MedIt.ttf') format('truetype');
    font-style: italic;
}


@font-face{font-family:Monotype Garamond;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/2facc835-78c9-4456-b5dc-807374ccbaa4.woff2) format("woff2"),
	url(../fonts/e9de9cfc-1efd-400f-a2d6-e934b42180ee.woff) format("woff"),
	url(../fonts/639a7000-1f6f-4e79-968c-03640a20f45f.ttf) format("truetype")
}

@font-face{
	font-family:Monotype Garamond;
	font-style:italic;
	font-weight:400;
	src:url(../fonts/b25db2e7-6a38-4599-9f7a-9672078d6278.woff2) format("woff2"),
	url(../fonts/2169b5c6-dae9-4259-85d0-044dee7be22e.woff) format("woff"),
	url(../fonts/27a7d804-99f3-4851-b7e0-c4c8d85abca2.ttf) format("truetype")
}


*{
    font-synthesis: none;
}

html, body{
	overflow-x: hidden;
    margin: 0 !important;
}

a {
    transition: 0.3s;
    outline: none !important;
}

a:hover {
    opacity: 0.8;
}
.img a:hover {
    opacity: 1;
}


img {
    transition: 0.3s;
}
/*
img:hover {
    filter: brightness(80%);
} */


.border_top {
    border-top: 1px solid #E5E5E3;
}
.solid-line {
    border-bottom: 1px solid #E5E5E3;
    margin: 40px 0;
}

h2.sectionTitle a:hover {
    color: #1A1919 !important;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 3px;
}


.secondaryInput {
    font-family: Halis GR;
    width: 100%;
    padding: 12px !important;
    border-radius: 8px !important;
    margin: 0px 0px 16px;
    border: 1px solid transparent !important;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #807E7C;
    transition: 0.3s;
}
.secondaryInput:placeholder {
    color: #807E7C;
}
.secondaryInput:hover,
.secondaryInput:active,
.secondaryInput:focus {
    border: 1px solid #000000 !important;
}
.secondaryInput:active::placeholder,
.secondaryInput:active,
.secondaryInput:focus::placeholder,
.secondaryInput:focus {
    color: #000;
}


/* Common Style */
.primaryBtn {
    font-family: Halis GR Medium;
    height: 37px;
    padding: 12px 20px;
    background: #000000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s;
    border: none !important;
}
.primaryBtn:hover {
    background: #807E7C;
    cursor: pointer;
    opacity: 1;
}
.secondaryBtn {
    font-family: 'Halis GR';
    height: 37px;
    padding-right: 14px;
    padding-left: 14px;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #fff;
    display: inline-flex;
}
.single-post .fullDescription a.secondaryBtn{
	color: #fff !important;
}

.secondaryBtn:hover, .single-post .fullDescription a.secondaryBtn:hover{
    background: #fff;
    color: #1A1919 !important;
}

.secondaryBtnOne {
    font-family: 'Halis GR Book';
    height: 37px;
    padding-right: 14px;
    padding-left: 14px;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #000000 !important;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #000000;
    display: inline-flex;
    letter-spacing: 0.08em;
}
.secondaryBtnOne:hover {
    background: #000000;
    color: #fff !important;
    opacity: 1;
}



.container-fluid {
    padding-right: calc(var(--bs-gutter-x)* 1.3);
    padding-left: calc(var(--bs-gutter-x)* 1.3);
}

.max_2_lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}

/** Common Style **/



/* Header Style */
header.site-header nav form.search_form input {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    gap: 8px;
    padding: 10px;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #111827;
}
header.site-header form.search_form .input-group {
    border: 1px solid #807E7C;
    border-radius: 8px;
    max-width: 431px;
    margin: auto;
}
header.site-header nav form.search_form .input-group-text {
    padding-right: 0;
}
header.site-header nav form.search_form input::placeholder {
    color: #807E7C;
}
header.site-header nav form.search_form .input-group-text {
    /* border-radius: 8px;
    border-width: 1px;
    border-color: #807E7C; */
    background: none;
    border: none;
}
header.site-header nav button.navbar-toggler {
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
header.site-header nav .container-fluid .row {
    width: 100%;
    display: flex;
}
header.site-header nav .container-fluid .row .col.text-end {
    margin-right: -12px;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header.site-header nav form.search_form svg {
    width: 20px;
}
header.site-header nav .container-fluid .row .col.text-end a.btn {
    height: 37px;
    padding-right: 14px;
    padding-left: 14px;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    margin-right: 16px;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
}
header.site-header .container-fluid.top_menu {
    padding-bottom: 20px;
}
header.site-header nav.navbar.bg-white.fixed-top {
    border-bottom: 1px solid #E5E5E3;
    height: 76px;
}
header.site-header + .main_menu_bottom {
    width: 100%;
    padding: 10px 14px;
}
header.site-header + .main_menu_bottom #navbarNav {
    justify-content: center;
    display: flex;
    width: 100%;
}
header.site-header + .main_menu_bottom #navbarNav ul.navbar-nav {
    margin: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}
header.site-header + .main_menu_bottom #navbarNav ul.navbar-nav a.nav-link {
    font-family: Schnyder S Demi !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 130%;
    letter-spacing: 0;
    color: #1A1919;
    padding: 0px 20px;
    transition: 0.3s;
}
header.site-header + .main_menu_bottom #navbarNav ul.navbar-nav a.nav-link:hover {
    color: #1A1919 !important;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 3px;
}
header.site-header .navbar #offcanvasNavbar button.btn-close {
    box-shadow: none;
    margin-right: 6px;
}
header.site-header .navbar #offcanvasNavbar {
    width: 100%;
}
header.site-header .offcanvas-body ul.navbar-nav {
    margin: 0;
    text-align: start;
}
header.site-header #offcanvasNavbar ul.navbar-nav:first-child a.nav-link {
    font-family: Schnyder S Demi;
    font-weight: 400;
    font-size: 52px;
    line-height: 112.00000000000001%;
    color: #1A1919;
}
header.site-header .offcanvas-body ul.navbar-nav.second_nav a.nav-link {
    font-family: Schnyder S Light;
    font-weight: 300;
    font-size: 44px;
    line-height: 112.00000000000001%;
    color: #1A1919;
}
header.site-header .offcanvas-header {
    border-bottom: 1px solid #E5E5E3;
    padding-top: 24px;
    padding-bottom: 24px;
}
header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4 {
    text-align: left;
}
header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4 p {
    font-family: Halis GR Bold;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
}
header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4 ul a {
    font-family: Halis GR Book;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-decoration: none;
    display: block;
    color: #1A1919;
    padding: 4px 0px;
}
header.site-header .offcanvas-body .offcanvas-footer {
    margin-bottom: 200px;
}
header.site-header .offcanvas-body .offcanvas-footer a.primaryBtn {
    display: none;
}
header.site-header .btn-clear {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0;
    color: #6c757d;
    display: flex;
}
header.site-header .btn-clear:hover {
    color: #212529;
}
header.site-header .input-group {
    position: relative;
}
header.site-header .container-fluid.top_menu a#check {
    min-width: 122px;
    margin-left: 20px;
    white-space: nowrap;
}
header.site-header .logo-col img.custom-logo {
    width: 100%;
    max-width: 155px;
}

/* Show Check Filter */
header.site-header #filters {
    max-height: 0;
    overflow: hidden;
    
    opacity: 0;
    width: 100%;
    background-image: url(../images/bg-blur.jpg);
    border: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
.check_rate_section {
    width: 100%;
    position: relative;
    z-index: 1;
}
header.site-header #filters.show {
    max-height: 500px;
    opacity: 1;
	padding-bottom: 20px;
    
}
header.site-header #filters.show .card.card-body {
    background: no-repeat;
    border: none !important;
}

@keyframes slideDown {
    from { opacity: 1; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 1; transform: translateY(-10px); }
}

header.site-header #filters .form-label {
    color: #000000;
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: 0.700rem;
    letter-spacing: 1.08px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}
header.site-header #filters  select.form-select,
header.site-header #filters input.form-control{
    border-radius: 0;
    height: 40px;
    border: 1px solid #e9e9e9;
    padding: 0px 14px;
    background: #f0f0f0;
    color: #4e4e4e;
    font-family: Monotype Garamond, garamond, serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .0277777778em;
    line-height: 1.5em;
    box-shadow: none;
}
header.site-header #filters button.check-btn {
    background-color: #6d6d6d;
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .700rem;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .3em;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    transition: 0.3s;
}
header.site-header #filters button.check-btn:hover {
    opacity: 0.7;
}

header.site-header .top_menu #searchDropdown {
    top: 60px;
    display: block;
    left: 0;
    right: 0;
    max-width: 720px;
    margin: auto;
    padding: 32px !important;
    border: 1px solid #000000 !important;
}
header.site-header .top_menu #searchDropdown .col-md-6 {
    padding: 0;
}
header.site-header .top_menu #searchDropdown .col-md-6.featured {
    padding-left: 32px;
}
header.site-header .top_menu #searchDropdown .common_head_box {
    padding: 0px 0px 16px;
    margin-bottom: 24px;
}
header.site-header .top_menu #searchDropdown .common_head_destinations{
    padding: 0px 0px 8px;
    margin-bottom: 24px;
}
header.site-header .top_menu #searchDropdown .common_head_destinations,
header.site-header .top_menu #searchDropdown .common_head_experiences {
    padding-top: 8px !important;
}
header.site-header .top_menu #searchDropdown .common_head_experiences {
    margin-bottom: 8px;
}
header.site-header .top_menu #searchDropdown h5 {
    margin: 0px 0px 16px !important;
}
header.site-header .top_menu #searchDropdown h5.text-uppercase {
    font-family: 'Halis GR Medium';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    color: #000000;
}
header.site-header .top_menu #searchDropdown ul {
    margin: 0;
}
header.site-header .top_menu #searchDropdown ul li:not(:last-child) {
    margin: 0px 0px 16px;
}
header.site-header .top_menu #searchDropdown ul li a {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
    text-decoration: none;
    color: #000000;
    display: block;
}
header.site-header .top_menu #searchDropdown ul li a svg {
    width: 16px;
}
header.site-header .top_menu #searchDropdown .card {
    background: #E5E5E3;
    padding: 24px;
    border-radius: 0;
}
header.site-header .top_menu #searchDropdown .featured p.card-text {
    font-family: 'Schnyder S Demi';
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
header.site-header .top_menu #searchDropdown .card img.card-img-top {
    height: 330px;
    object-fit: cover;
}
header.site-header .top_menu #searchDropdown .featured_box .card {
    padding: 32px !important;
}
header.site-header .top_menu #searchDropdown .featured_box .card .card-body {
    margin-top: 20px !important;
    padding: 0 !important;
}
header.site-header .top_menu #searchDropdown ul#searchHistory li a {
    text-transform: capitalize;
}

header.site-header .top_menu #searchDropdown #searchResults .articles img.rounded.me-3 {
    border-radius: unset !important;
}

header.site-header .navbar #offcanvasNavbar .offcanvas-body {
    background: #F2F1F0;
    padding: 0;
}
header.site-header .navbar #offcanvasNavbar .offcanvas-body ul.navbar-nav {
    margin-top: 48px;
}

.search.search-results section.navbar.main_menu_bottom {
    display: none;
}
.search.search-results main .container-fluid {
    padding-top: 80px !important;
}
.search.search-results .search_items {
    padding-top: 48px;
}
.search a#sortRecent {
    color: rgba(26, 25, 25, 1);
    font-family: 'Halis GR Book';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    width: 188px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search a#sortRecent:hover {
    color: #fff;
}
header.site-header .input-group:hover .search-icon path {
    fill: black;
}
header.site-header .input-group:focus-within .search-icon path {
    fill: black;
}
header.site-header .input-group #searchInput:focus::placeholder {
    color: black;
}

header.site-header .container-fluid.top_menu {
    padding: 16px 32px;
}
header.site-header + .main_menu_bottom {
    width: 100%;
    padding: 32px 0px;
}
header.site-header nav button.navbar-toggler {
    width: 32px;
    height: 32px;
}
header.site-header .top_menu button.navbar-toggler {
    margin-left: 20px !important;
}
header.site-header .navbar #offcanvasNavbar .offcanvas-body ul.navbar-nav li.nav-item {
    margin-bottom: 24px;
}
header.site-header .navbar #offcanvasNavbar .offcanvas-body ul.navbar-nav li.nav-item a.nav-link {
    padding: 0;
}
header.site-header .navbar #offcanvasNavbar .offcanvas-body ul.navbar-nav li.nav-item:last-child {
    margin: 0;
}
header.site-header .navbar #offcanvasNavbar .offcanvas-body ul.navbar-nav.second_nav {
    margin-bottom: 48px;
}
#searchDropdown #searchResults .articles a {
    font-family: 'Schnyder S Demi';
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
}
#searchDropdown #searchResults .articles a + .text-muted.small {
    font-family: 'Halis GR Book';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(64, 63, 62, 1) !important;
}
header.site-header .top_menu button.topmenu-search-button svg.lucide-search-icon {
    width: 20px;
    height: 20px;
}
#searchDropdown #searchResults .articles .img {
    max-width: 120px;
    margin-right: 20px;
}





#checkRateMobileModal .room_select_section {
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
#checkRateMobileModal .room-block h6 {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.3em;
    text-transform: uppercase;
}
#checkRateMobileModal .room-block label {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.3em;
    padding: 0;
    text-transform: uppercase;
}
#checkRateMobileModal .room-block label span {
    font-weight: normal;
}
#checkRateMobileModal .room-block .adult {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
#checkRateMobileModal .room-block .room_select_section button.btn {
    background-color: transparent;
    border-color: #000;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: 20px;
}
#checkRateMobileModal .room-block .room_select_section input.form-control {
    box-shadow: none !important;
    border: none;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3125em;
    width: 20px;
}

#checkRateMobileModal .add-room {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 85px;
}
#checkRateMobileModal .last_step .content small {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.3em;
}
#checkRateMobileModal .last_step .content span.fw-bold {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
    color: #000;
    letter-spacing: .25em;
    line-height: 1.3333333333em;
    text-transform: uppercase;
}
#checkRateMobileModal .last_step .content .guest span + span {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.3em;
    text-transform: uppercase;
}
#checkRateMobileModal .last_step .content .promo input.form-control {
    background: #fff;
    height: 47px;
    width: 100%;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #444;
    border: none;
    padding: 5px 14px;
}
#checkRateMobileModal .last_step .content {
    margin-bottom: 90px;
}
#checkRateMobileModal .last_step .content button.btn .bi-pencil-square::before {
    color: #777777;
}
#checkRateMobileModal .vc-main-container {
    margin: auto;
}
#checkRateMobileModal .vc-main-container table.vc-custom-header {
    margin: 0;
    top: 59px;
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
}
#checkRateMobileModal .vc-main-container table.vc-custom-header td {
    text-align: center;
    width: 45px;
    font-family: Monotype Garamond, garamond, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: .0277777778em;
    line-height: 1.5em;
}
#checkRateMobileModal h5#wizardStepTitle {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
}
#checkRateMobileModal .vc-header .vc-title-wrapper button.vc-title span {
    font-size: 18px;
    font-style: italic;
    font-family: Monotype Garamond, garamond, serif;
    font-weight: 400;
    letter-spacing: .0277777778em;
}
#checkRateMobileModal .vc-container {
    margin-top: 34px;
}
#checkRateMobileModal .content .bg-light {
    background: #f5f5f5 !important;
}





button.topmenu-search-button{
    display: none;
    background: none;
    border: none;
    padding: 4px;
    margin-left: 20px;
}


/* Footer Style */
footer.footer {
    color: fff;
    background: rgb(0, 0, 0);
    padding: 80px 0px 45px;
}
footer.footer img.logo {
    display: flex;
    margin: auto;
    margin-bottom: 105px;
}
footer.footer .col .footer-text h4 {
    font-family: "Monotype Garamond", garamond, serif;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.0277778em;
    line-height: 1.5em;
    margin: 0 0 18px;
    color: #fff;
}
footer.footer .footer_menu {
    margin-bottom: 26px;
}
footer.footer .col .footer-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}
footer.footer .col .footer-text ul li {
    margin-bottom: 20px;
}
footer.footer .col .footer-text ul a {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .25em;
    line-height: 1.3333333333em;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    outline: none;
}
footer.footer .col .footer-text ul a:hover {
    color: rgb(153, 153, 153);
}
footer.footer .bottom_footer .social_icon svg {
    width: 17px;
    fill: #fff;
    transition: 0.3s;
    margin: 0px 15px;
}
footer.footer .bottom_footer .social_icon a:first-child svg {
    margin-left: 0px;
}
footer.footer .bottom_footer .social_icon a:hover svg {
    fill: #999 !important;
}
footer.footer .bottom_footer .select-option select.form-select {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3em;
    line-height: 1.3em;
    text-transform: uppercase;
    background: none;
    max-width: 130px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
    border: none !important;
}
/* Style the main select element */
.select-option select.form-select {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 32px 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

/* Style the dropdown arrow container */
.select-option {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Position the SVG arrow */
.select-option svg {
    position: absolute;
    right: 12px;
    pointer-events: none; /* Ensure clicks pass through to select */
}


/* For Chrome/Edge/Safari */
select.form-select option {
    background: #333;
    color: #fff;
    padding: 10px;
}

/* For Firefox */
select.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

/* Focus state */
select.form-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}
footer.footer .bottom_footer .footer-bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer.footer .bottom_footer .footer-bottom-menu ul li {
    display: inline-block;
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
}
footer.footer .bottom_footer .footer-bottom-menu ul li:not(:last-child):after {
    content: "•";
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    width: 14px;
    color: #fff;
}
footer.footer .bottom_footer .footer-bottom-menu ul li a {
    color: #fff;
    font-size: .625rem;
    letter-spacing: .078125rem;
    text-decoration: none;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}
footer.footer .bottom_footer .footer-bottom-menu ul li a:hover {
    color: #7d7d7d;
    border-color: #767676;
}
footer.footer .bottom_footer hr {
    border-color: #4d4d4d;
    margin: 20px 0;
}
footer.footer .bottom_footer .copyright p {
    font-family: Neue Helvetica, helvetica, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    color: #7d7d7d;
    letter-spacing: .078125rem;
    line-height: 1.5em;
    text-transform: none;
    margin: 6px 0 0;
}
footer.footer .bottom_footer .social_icon a {
    text-decoration: none;
}
/* Footer Style */




/* Page Style */
section.banner {
    /* background-image: url(/wp-content/uploads/2025/04/BG-Image-Home.jpg); */
    background-repeat: no-repeat;
    min-height: 800px;
    min-width: 100%;
    background-size: cover;
    padding: 64px 0px;
    background-position: center;
}
section.banner .col {
    text-align: end;
}
section.banner p.category {
    font-family: Halis GR Medium !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
section.banner p.category span {
    color: #CCCBCA;
    padding-left: 6px;
}
section.banner p.category + h1 {
    margin: 0px 0 12px;
}
section.banner p.category + h1 a {
    font-weight: 300;
    font-size: 76px;
    line-height: 112.00000000000001%;
    color: #fff;
    text-decoration: none;
}
section.banner p.category + h1 + p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #CCCBCA;
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
}
section.banner .banner-text {
    max-width: 1140px;
    padding-top: 48px;
}
section.banner img.thumbnail {
    /* max-width: 550px;
    max-height: 366px; */
    object-fit: cover;
}
h2.sectionTitle {
    font-family: Schnyder S Light;
    font-weight: 400;
    font-size: 68px;
    line-height: 112.00000000000001%;
    letter-spacing: 0;
    color: #1A1919;
    margin-bottom: 40px;
}
section.dining {
    margin-top: 120px;
}
section.common-slide {
    margin: 70px 0px 100px;
}
section.section-common{
    margin-bottom: 120px;
}
/*section.common-slide .swiper-slide img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}*/
section.common-slide .swiper-slide .text p:first-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 20px !important;
    color: #807E7C;
}
section.common-slide .swiper-slide .text h5 {
    margin: 8px 0px;
}
section.common-slide .swiper-slide .text h5 a {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0em;
    color: #1A1919;
    text-decoration: none;
}
section.common-slide .swiper-slide .text p:last-child {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0em;
    color: #403F3E;
    margin-bottom: 0;
}
section.common-slide .swiper-button-prev,
section.common-slide .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 54px);
    left: auto;
}
section.common-slide .arrow {
    position: relative;
    bottom: -50px;
}
section.common-slide .swiper-button-next:after,
section.common-slide .swiper-button-prev:after {
    color: #000000;
    width: 28px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    padding: 0px 12px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
section.common-slide .swiper-button-prev:hover::after,
section.common-slide .swiper-button-next:hover::after {
    background: #000;
    color: #fff;
}

section.discover-slide .swiper-button-next:after,
section.discover-slide .swiper-button-prev:after {
    color: #fff;
    border: 1px solid #fff;
}
section.discover-slide .swiper-button-prev:hover::after,
section.discover-slide .swiper-button-next:hover::after {
    background: #fff;
    color: #000;
}
section.discover-slide .arrow {
    position: absolute;
    right: 26px;
    bottom: -45px;
}
section.discover-slide .swiper-slide img {
    height: 470px;
}
section.destinations {
    padding-top: 16px;
}
.experiencesContent .bottom_post {
    padding-top: 40px;
    margin-top: 40px;
}

p {
    margin: 0px;
}
h2 {
    font-family: Schnyder S Light;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 68px;
    line-height: 100%;
}
.img-fluid {
    width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}
p.loremHeadTitle {
    font-family: 'Halis GR';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    margin-bottom:5px;
}

p.loremHeadDescription {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom:5px;
}
p.loremSubHead {
    font-family: Schnyder S Light;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom:5px;
}
p.loremExperiencesHead {
    font-family: Schnyder S Light;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-bottom:5px;
}
p.loremHead {
    font-family: Schnyder S Light;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    margin-bottom:5px;
}
section.common-slide.discover-slide {
    background: #1A1919;
    padding: 48px 0px 110px;
    margin: 100px 0px;
}
section.common-slide.discover-slide > .container-fluid {
    display: flex;
    position: relative;
}
section.discover-slide .slide_before_text h5 {
    font-family: Schnyder S Light;
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0em;
    text-transform: capitalize;
    color: #fff;
}
section.discover-slide .slide_before_text p {
    font-family: Halis GR !important;
    font-weight: 400 !important;;
    font-size: 16px !important;;
    line-height: 150% !important;;
    letter-spacing: 0.01em !important;;
    color: #CCCBCA !important;;
    margin-bottom: 32px !important;;
}
section.common-slide.discover-slide .slide_before_text {
    padding-right: 32px;
}
section.discover-slide .text p {
    color: #fff !important;
    padding-bottom: 8px;
}
section.discover-slide .text h5 {
    margin: 0 !important;
}

section.discover-slide .text h5 a {
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0;
    color: #FAFAFA !important;
    font-size: 20px !important;
}

p span.eyebrowFirstTitle {
    font-family: Halis GR Medium;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4D4C4A !important;
}

p span.eyebrowSecondTitle {
    font-family: Halis GR Medium;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-left: 6px;
    color: #807E7C !important;
}
/* Page Style */



/* Single Post Page */
.single-post header.site-header + .main_menu_bottom {
    display: none;
}
.single-post .singlePage h1.singlePageTitle {
    font-weight: 300;
    font-size: 68px;
    line-height: 112.00000000000001%;
    color: #1A1919;
    margin: 0px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.single-post .singlePage .singlePageDescription {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1%;
    color: #403F3E;
}
.single-post .singlePage .authordescription {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #403F3E;
}
.single-post .singlePage .authorDescription p,
.single-post .singlePage .authorDescription a {
    color: #403F3E;
    font-family: 'Halis GR Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}
.single-post section.more_like .moreThree .card {
    margin: 0 !important;
}
.single-post section.more_like .moreThree .card .card-body {
    padding-bottom: 0;
}
.single-post .more_like .more_like_left > h3 {
    margin-bottom: 32px !important;
}
.single-post .fullDescription .entry-content p {
    font-family: Garamond Premier Pro;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
	color: #1A1919;
}
.single-post .fullDescription h2,
.single-post .fullDescription h3,
.single-post .fullDescription h4 {
    font-family: Schnyder S Demi;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
}
.single-post .socialShare a {
    cursor: pointer;
}
.single-post section.singlePage .post_head {
    padding: 36px 0px 2px;
}
.single .feature_b_post_template .post_head {
    background: #F2F1F0;
}

.single-post section.join-section .content p.join-title {
    font-size: 4vw;
    top: -106px;
    left: -24px;
    width: 100%;
}
.single-post section.more_like h3 {
    font-family: Schnyder S Light;
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0;
    color: #000000;
}
.single-post  section.more_like .card p.cat {
    font-family: 'Halis GR';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4D4C4A;
}
.single-post section.more_like .card h6.card-title a,
.single-post .more_like_right li h6 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #1A1919;
}
.single-post section.more_like .card h6.card-title + p,
.single-post .more_like_right li h6 + p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(64, 63, 62, 1);
}
.single-post  section.more_like .col-md-12 .card .col-md-5 img.wp-post-image {
    width: 320px;
    height: 210px;
}
.single-post  section.more_like {
    background: #FAFAFA;
    padding: 60px 0px;
    margin-top: 50px;
}
.single-post section.singlePage .post_head img.thumb.wp-post-image {
    height: 620px;
    object-fit: cover;
}
.single-post .fullDescription .superblockslider .superblockslider__slide_inner {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    height: auto;
}
.single-post .fullDescription .superblockslider .superblockslider__slide_inner img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
}
.single-post .fullDescription .superblockslider .superblockslider__buttons {
    bottom: -40px;
}
.single-post .fullDescription .superblockslider .superblockslider__buttons button.superblockslider__button {
    min-width: 20px;
}
.single-post .fullDescription .superblockslider .superblockslider__buttons button.superblockslider__button svg {
    fill: #777;
    width: 16px;
    opacity: 0.4;
}
.single-post .fullDescription .superblockslider .superblockslider__buttons button.superblockslider__button.superblockslider__button--active svg {
    opacity: 1;
}
.single-post .fullDescription .superblockslider .superblockslider__button__navigation svg {
    width: 60px;
    height: 60px;
    fill: #fff;
    opacity: 1 !important;
}
.single-post .fullDescription .wp-block-superblockslider-slider.superblockslider {
    margin-bottom: 70px;
}
.single.single-post section.join-section p.join-title {
    top: -48px;
}
.single.single-post .fullDescription p {
    margin-bottom: 32px;
    font-family: Garamond Premier Pro Medium;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1A1919;
}
.single.single-post .fullDescription h2, .single.single-post .fullDescription span, .single.single-post .fullDescription strong{
	font-family: Garamond Premier Pro Medium;
}

.single.single-post .old_post_template .authorDescription p,
.single.single-post .workhorse_post_template .authorDescription p {
    margin-bottom: 24px;
}
.single.single-post .old_post_template .fullDescription,
.single.single-post .workhorse_post_template .fullDescription {
    padding-top: 64px;
    margin-top: 12px;
}
.single.single-post .workhorse_post_template .workhorse,
.single.single-post .old_post_template .workhorse {
    border-bottom: 1px solid #CCCBCA;
}
.single.single-post .old_post_template .authorInfo .col,
.single.single-post .workhorse_post_template .authorInfo .col {
    min-width: 100%;
}
.single.single-post .old_post_template iframe {
    position: unset !important;
}

.single .feature_a_post_template .fullDescription figure.wp-block-image,
.single .feature_b_post_template .fullDescription figure.wp-block-image {
    padding: 24px 0px;
    margin: 0;
    /*margin-bottom: 32px !important;*/
}
.single .feature_a_post_template .fullDescription .wp-block-evb-slider,
.single .feature_b_post_template .fullDescription .wp-block-evb-slider {
    padding: 24px 0px;
    margin: 32px 0px;
}
.single .feature_a_post_template .fullDescription figure.wp-block-image figcaption.wp-element-caption,
.single .feature_b_post_template .fullDescription figure.wp-block-image figcaption.wp-element-caption {
    color: rgba(38, 38, 37, 1) !important;
    font-family: 'Halis GR Book';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0em;
    margin: 12px 0 0;
}
.single .wp-block-evb-slider .swiper .swiper-button-next svg,
.single .fs-slideshow button.flickity-prev-next-button svg,
.single .wp-block-evb-slider .swiper .swiper-button-prev svg,
.single .fs-slideshow button.flickity-prev-next-button.previous svg {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    padding: 0px 7px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
    border: 2px solid #fff;
}
.single .wp-block-evb-slider .swiper .swiper-button-next svg:hover,
.single .wp-block-evb-slider .swiper .swiper-button-prev svg:hover {
    color: #000;
    border: 2px solid #fff;
    background: #fff;
}
.single .wp-block-evb-slider .swiper .swiper-button-next,
.single .fs-slideshow button.flickity-prev-next-button.next {
    margin-right: 32px;
    right: 0px !important;
}
.single .wp-block-evb-slider .swiper .swiper-button-prev,
.single .fs-slideshow button.flickity-prev-next-button.previous {
    margin-left: 32px;
    left: 0px !important;
}

.single .fs-slideshow button.flickity-prev-next-button{
    width: 32px;
    height: 32px;
    top: 170px !important;
}
.single .fs-slideshow .flickity-page-dots {
    top: 330px !important;
}
.single .fs-slideshow .flickity-page-dots .dot {
    width: 9px;
    height: 10px;
    color: #333;
    background: #fff;
    border-radius: 50%;
}
.single .fs-slideshow .flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 40px;
    height: 10px;
    color: #333;
    background: #fff;
    border-radius: 4px;
}
.single .body-cta .body-cta-container .cta-btn-container + .cta-plp-link.visible-xs {
    display: none;
}
/* Single Post Page */





/** stories-slider Style Rakib**/

/* For 4:5 Image Ratio */
section.discover-slide .swiper-slide .img a,
.category .topMainImg .img a,
.category .right_col_post .col-md-6:nth-child(2) .img a,
.discover-slide .swiper-slide .img a,
.experiences .col-md-4 .img a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
}
section.stories-slide .swiper-slide .img {
    max-width: 431px;
    max-height: 528px;
    overflow: hidden !important;
}

section.stories-slide .swiper-slide .img a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
    max-width: 431px;
    max-height: 528px;
}

section.stories-slide .swiper-slide .img a img{
    max-width: 431px;
    max-height: 528px;
    overflow: hidden !important;
}

section.common-slide .swiper-slide img,
.category .topMainImg img.img-fluid,
.category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb,
.discover-slide .swiper-slide img,
.experiences .col-md-4 img.img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* For 4:5 Image Ratio End */


/* For 1:1 Image Ratio */
.category .right_col_post .col-md-6:first-child .img a,
section.banner .img a,
.more_like_left .moreThree .img a,
.category .right_col_post .bottom_col_post .img a,
#searchResults .articles .img a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.category .right_col_post .col-md-6:first-child img.right_top_thumb,
section.banner .img a img.thumbnail,
.more_like_left .moreThree .img a img,
.category .right_col_post .bottom_col_post .img a img,
#searchResults .articles .img a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* For 1:1 Image Ratio End */



/* For 2:1 Image Ratio */
.singlePage.workhorse_post_template .img,
.singlePage.old_post_template .img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 2 / 1 !important;
    overflow: hidden !important;
}

.singlePage.workhorse_post_template .img img.wp-post-image,
.singlePage.old_post_template .img img.wp-post-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* For 2:1 Image Ratio End */



/* For 3:2 Image Ratio */
.category .categoryMoreList .img a,
.experiences .bottom_post .img a,
section.banner .img a,
.search-results .search_results .search_items .img a,
.single-post .more_like .more_like_left .like_this_bottom .card .img a {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
    overflow: hidden !important;
}


.category .right_col_post .bottom_col_post img.img-fluid, 
.category .categoryMoreList .img a img,
section.banner .img a img.thumbnail,
.search-results .search_results .search_items .img img.wp-post-image,
.experiences .bottom_post img.img-fluid,
.single-post .more_like .more_like_left .like_this_bottom .card .img a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* For 3:2 Image Ratio End */




/* For 4:5 Image Ratio */
.single .feature_a_post_template .post_head .img,
.single .feature_b_post_template .post_head .img {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
}

.single .feature_a_post_template .post_head .img img,
.single .feature_b_post_template .post_head .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}
/* For 4:5 Image Ratio End */


.single .feature_a_post_template .post_head .img img,
.single .feature_b_post_template .post_head .img img {
    max-width: 425px;
    max-height: 530px;
    margin: auto;
}
.single .feature_a_post_template .post_head .img,
.single .feature_b_post_template .post_head .img {
    text-align: center;
}


.singlePage.workhorse_post_template .img img.wp-post-image,
.singlePage.workhorse_post_template .img,
.single .old_post_template .img {
    max-height: 864px;
}

.single .workhorse_post_template .workhorse_content .slide_background_black,
.single .old_post_template .workhorse_content .slide_background_black {
    background: #000;
}

.single .old_post_template .old_post_head .post_head {
    background: none;
}

/** stories-slider Style Rakib **/

/* Search Page */
.search nav.navigation.pagination .page-numbers {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #807E7C;
    text-decoration: none;
    padding: 0 4px;
}
.search nav.navigation.pagination .page-numbers:first-child {
    padding-left: 0;
}
.search nav.navigation.pagination .page-numbers:last-child {
    padding-right: 0;
}
.search nav.navigation.pagination .page-numbers.current,
.search nav.navigation.pagination .page-numbers:hover {
    color: #1A1919;
}
.search h1.display-6 + hr {
    background: #CCCBCA;
    height: 2px;
}
.search h1.display-6 {
    font-family: Schnyder S Light;
    font-weight: 300;
    font-size: 44px;
    line-height: 112.00000000000001%;
    letter-spacing: 0em;
    color: #000;
    margin: 0 0 24px !important;
}
.search button.btn.rounded-pill {
    font-family: 'Halis GR';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1A1919;
    min-width: 180px;
}
.search h5 a {
    font-family: Schnyder S Light;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0em;
}
.search .btn-group .dropdown-menu.show {
    padding: 4px 6px;
    font-size: 14px;
    line-height: normal;
}
.search .btn-group .dropdown-menu.show li a {
    text-decoration: none;
    color: #000000;
    display: block;
}
.search .btn-group button.btn:hover,
button#sortRecent:hover {
    background: #000;
    color: #fff;
}
.search img.img-fluid.wp-post-image {
    width: 314px;
    height: 210px;
    object-fit: cover;
}
.pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 6px 10px;
    color: #777;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    font-weight: bold;
    color: #000;
}

.pagination .page-numbers:hover {
    color: #000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 20px;
    color: #000;
}

.pagination .page-numbers.prev.disabled,
.pagination .page-numbers.next.disabled {
    opacity: 0.4;
    border-color: #ccc;
    pointer-events: none;
}

.pagination .page-numbers.dots {
    cursor: default;
}
.search.search-results .search_items p.max_2_lines {
    font-family: 'Halis GR Book';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(64, 63, 62, 1) !important;
}
/* Search Page */


/* Category Page */
.category .categoryMoreList .categoryBottomFirst.categoryBottom {
    margin-top: 0px;
}

.category .categoryBottom {
    margin-bottom: 48px;
}

.category .categoryBottom .title .eyebrowFirstTitle {
    color: #4D4C4A;
}

.category .categoryBottom .title .eyebrowSecondTitle {
    color: #807E7C;
}

.category .topMainImg h3.title a {
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0;
    text-decoration: none;
    color: #1A1919;
}

.category .cat {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    color: #4D4C4A;
    margin-bottom: 4px;
    margin-top: 20px !important;
}
.category .description {
    font-family: 'Halis GR Book';
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    color: #403F3E;
}
.category .title a {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.0em;
    color: #1A1919;
    text-decoration: none;
}
.category hr {
    background: #CCCBCA;
    height: 2px;
    margin: 40px 0px;
}
/*
.category .right_col_post .col-md-6:first-child img.right_top_thumb {
    height: 444px;
    object-fit: cover;
} */
.category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb {
    width: 100%;
    object-fit: cover;
    height: 512px;
}
.category .right_col_post .bottom_col_post img.img-fluid {
    height: 210px;
}
.category .categoryMoreList .col-md-3 img.img-fluid {
    object-fit: cover;
    width: 444px;
    height: 295px;
}

.category .categoryMoreList {
    padding-top: 80px;
    padding-bottom: 48px;
}
.category .categoryMoreList h4.title a {
    display: block;
}
.category .categoryBottom:last-child {
    margin-bottom: 0;
}

.category .categoryMoreList + #view-more-wrapper {
    margin: 48px 0px !important;
    text-align: center;
    position: relative;
}

.category .categoryMoreList + #view-more-wrapper button#view-more-btn {
    display: inline-block;
    border: none !important;
}
.category .categoryMoreList + #view-more-wrapper [style="display: none;"] + #loading + a.secondaryBtnOne {
    bottom: 24px;
}

.category #loading::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    /* margin-left: 8px; */
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.category .categoryMoreList + #view-more-wrapper a.secondaryBtnOne {
    position: fixed;
    right: 20px !important;
    bottom: 70px;
    background: #fff;
}

.category .categoryMoreList .col-md-3 {
    width: 25%;
}
.category .categoryMoreList .col-md-9 {
    width: 75%;
}

/*.category .topMainImg img.img-fluid {
    height: 1112px;
}*/
.category .categoryMoreList p.tag {
    font-family: 'Halis GR';
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.category .right_col_post .bottom_post {
    margin-top: 40px;
    padding-top: 40px;
}

/* Category Page */





@media screen and (min-width: 1441px) {
    .container-fluid {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 745px) {
    section.discover-slide .slide_before_text {
        max-width: 380px !important;
        width: 100% !important;
    }
    section.discover-slide .swiper.swiper-initialized.swiper-horizontal {
        width: calc(100% - 380px);
    }
}




@media screen and (max-width: 1200px) {
    /*section.common-slide .swiper-slide img {
        height: 470px;
    }*/
    .category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb {
        height: 360px;
    }
    .category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb {
        height: 360px;
    }
    section.join-section .content p.join-title {
        font-size: 90px !important;
        left: -50px !important;
    }
    h2.sectionTitle {
        font-size: 54px;
        margin-bottom: 26px;
    }
    section.banner .banner-text {
        margin-top: 30px;
    }
    section.banner p + h1 a {
        font-size: 70px;
    }
    /*.category .topMainImg img.img-fluid {
        height: 720px;
    }*/
    .category .right_col_post .bottom_col_post img.img-fluid {
        height: 124px;
    }
    /*
    .category .right_col_post .col-md-6:first-child img.right_top_thumb {
        height: 380px;
    } */
    .category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb {
        height: 290px;
    }
}

/*
@media screen and (max-width: 1024px) and (min-width: 745px) {
    .category .right_col_post .row {
        flex-direction: column !important;
    }
    .category .right_col_post .row .col-md-6 {
        width: 100%;
    }
    .category .right_col_post .col-md-6:first-child img.right_top_thumb {
        max-width: unset;
        max-height: unset;
        width: 100%;
    }
} */


@media screen and (max-width: 1024px) {
    section.banner {
        min-height: 600px;
    }
    /*
    section.banner img.thumbnail {
        max-height: 310px;
    }
    
    .category .right_col_post .bottom_post, 
    .category .right_col_post .bottom_post + hr, 
    .category .right_col_post .bottom_post + hr + .bottom_col_post {
        display: none;
    } */
    .category .right_col_post .col-md-6:first-child {
        margin-bottom: 50px;
    }
    /*
    .category .right_col_post .col-md-6:first-child img.right_top_thumb {
        max-height: 300px !important;
    } */
    .experiences .col-md-4 img.img-fluid {
        height: 400px;
    }

    .single-post .singlePage h1.singlePageTitle {
        font-size: 60px;
    }

    section.banner p + h1 a, h2.sectionTitle {
        font-size: 44px !important;
    }
}


@media screen and (max-width: 991px) {
    body.archive.category section.category {
        padding-top: 20px;
    }
}


@media screen and (max-width: 768px) {
	
	header.site-header .container-fluid.top_menu{
		padding: 20px;
	}
	.container-fluid{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
    /*
    .experiences .experiencesContent h2.sectionTitle + .row .col-md-4:first-child p, 
    .experiences .experiencesContent h2.sectionTitle + .row .col-md-4:first-child p + h3, 
    .experiences .experiencesContent h2.sectionTitle + .row .col-md-4:first-child p + h3 + p, */
    .single.single-post .fullDescription .wp-block-group {
        padding-right: 20px !important;
        padding-left: 20px !important;
    } 
	
    section.banner p + h1 {
        font-size: 48px;
        line-height: 40px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }

    footer.footer .col .footer-text {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid;
    }
    footer.footer .col .footer-text h4 {
        margin: 0px;
    }
    footer.footer .col .footer-text ul a {
        padding: 4px 0px;
    }
    /*
    header.site-header .offcanvas-body .offcanvas-footer a.primaryBtn {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    } */
    header.site-header nav a#check {
        /* display: none; */
    }
    header.site-header nav .container-fluid .row .col.text-end {
        /* max-width: 50px; */
    }
    section.join-section .content p.join-title {
        left: 0 !important;
    }
    .experiences .col-md-4 img.img-fluid {
        height: 270px;
    }
   /* section.banner p + h1 a,
    h2.sectionTitle {
        font-size: 48px !important;
    }*/
    section.banner.section-common {
        margin-bottom: 50px;
    }
    section.dining {
        margin-top: 60px;
    }
    .single-post section.singlePage .post_head .pt-5.col-md-5 {
        padding-top: 0 !important;
    }
    .single-post section.singlePage .post_head .singlePageDescription {
        margin-bottom: 0 !important;
    }
    header.site-header .offcanvas-body ul.navbar-nav a.nav-link {
        font-size: 36px !important;
    }
    .single-post section.singlePage .post_head img.thumb.wp-post-image {
        height: 420px;
    }
    .single-post .singlePage h1.singlePageTitle {
        font-size: 36px;
        line-height: 130%;
    }
    .single-post .fullDescription.container > .row.mt-5.pt-5 {
        margin-top: 0 !important;
    }
    /*
    .category .right_col_post .col-md-6:first-child img.right_top_thumb {
        max-height: 220px !important;
    } */
    .category .right_col_post .col-md-6:nth-child(2) img.right_top_thumb {
        height: 180px;
    }
    .category .right_col_post .bottom_col_post img.img-fluid {
        height: 100px;
    }
    .category .title a {
        font-size: 18px;
    }
    .category .topMainImg h3.title a {
        font-size: 30px;
    }

    /*.home .category .topMainImg img.img-fluid {
        height: 516px;
    }*/
    .home .category .topMainImg h3.title a {
        font-size: 28px;
    }

    /*
    header.site-header .container-fluid.top_menu {
        padding: 20px;
    } */
    header.site-header .offcanvas-body .offcanvas-footer a.primaryBtn {
        display: block;
        text-align: center;
    }


        
    /* For 4:5 Image Ratio */
    .single.single-post .post_head.feature_a .img {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 4 / 5 !important;
        overflow: hidden !important;
    }
    .single.single-post .post_head.feature_a .img img.thumb.wp-post-image {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
    /* For 4:5 Image Ratio End */
    
    /* For 1:1 Image Ratio Rakib start*/
    .search-results .search_results .search_items .img a {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        overflow: hidden !important;
    }

    /* For 1:1 Image Ratio Rakib End */

}


body.single button.topmenu-search-button, body.category button.topmenu-search-button{
    display: block;
}
body.single .search_form_col:not(.active), body.category .search_form_col:not(.active){
    display: none;
}
.navbar-toggler-icon.active{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5px' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E");
}

body.single #topNav .row .col:last-child{
	
}

body.single header.site-header form.search_form .input-group{
	margin: inherit;
	margin-left: auto;
	background: #fff;
}

body.single #topNav .row .col.search_form_col{
	margin-right: -21%;
}

body.single header.site-header .top_menu #searchDropdown{
	margin-right: 16vw;
}

.single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-7 .card-body {
    padding-top: 0px;
}


.single .body-cta {
    margin-bottom: 48px;
}
.single .body-cta .body-cta-container {
    display: table;
    width: 100%;
    height: 74px;
    padding: 0;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    margin-left: auto;
    margin-right: auto;
}
.single .body-cta .cta-text-container {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    margin-bottom: 0;
}
.single .body-cta .cta-text-container p {
    display: none;
}
.single .body-cta .cta-btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
/*
.single .body-cta a.btn {
    padding: .5625em .75em;
    background: #007b8a;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Halis GR';
}
*/
.single .body-cta a.btn {
	font-family: Halis GR Medium;
    padding: 10px 20px;
    background: #000000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s;
    border: none !important;
}

.single .body-cta .cta-text-container h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Halis GR';
}
.single .old_post_template .modal.media-modal.gallery {
    position: unset;
}

.single .feature_a_post_template .post_head .img,
.single .feature_b_post_template .post_head .img {
    max-height: 530px;
}


@media screen and (max-width: 1340px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -20%;
	}
}

@media screen and (max-width: 1280px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -18%;
	}
}

@media screen and (max-width: 1240px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -16%;
	}
}

@media screen and (max-width: 1140px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -14%;
	}
}

@media screen and (max-width: 1060px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -12%;
	}
}

@media screen and (max-width: 1024px) {
	body.single #topNav .row .col.search_form_col{
		margin-right: -10%;
	}
	
	body.single header.site-header .top_menu #searchDropdown{
		margin-right: 4vw;
	}
	
}

@media screen and (max-width: 768px) {
	
	body.single header.site-header .top_menu #searchDropdown{
		margin-right: auto;
	}
    .single .feature_a_post_template .post_head,
    .single .feature_b_post_template .post_head {
        padding-top: 48px !important;
    }
	
}


@media screen and (max-width: 744px) {
    #searchDropdown #searchResults .articles .img {
        max-width: 64px;
    }
    header.site-header .top_menu #searchDropdown a:hover {
        color: #000!important;
        opacity: 1 !important;
    }
	body.single #topNav .row .col.search_form_col{
		margin-right: 0%;
	}
	body.single header.site-header form.search_form .input-group{
		margin: auto;
	}

    header.site-header + .main_menu_bottom {
        display: none;
    }
    section.banner.section-common {
        margin-top: 76px;
    }
    .single-post section.singlePage .post_head {
        padding: 48px 0px;
    }
    .single-post section.singlePage .post_head .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .single-post section.more_like {
        padding: 48px 0px !important;
    }
    .single-post section.more_like .container {
        padding: 0px 20px 20px;
        max-width: 100%;
    }
    .single-post .more_like .more_like_left .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        --bs-gutter-x: 0;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-7 {
        width: calc(100% - 80px);
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-5 {
        width: 80px;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-7 .card-body {
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        padding-top: 0px;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-7 .card-body p.cat {
        display: none;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-5 .img a {
        aspect-ratio: 1 / 1 !important;
    }
    footer.footer .footer_menu .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    footer.footer .footer_menu .col {
        padding: 0px 15px;
    }
    
    
}



.checkRateMobileBtnContainer{
    background: #fff;
    position:fixed;
    bottom: 0px;
    z-index:99999;
    width: 100%;
    left:  0px;
    padding: 20px;
    display: none;
}

.checkRateMobileBtnContainer .primaryBtn{
    width: 100%;
}

#checkRateMobileModal .modal-dialog{
    padding: 0px;
    margin: 0px;
    height: 100vh;
    max-width: 100%;
}

@media screen and (max-width: 744px) {

    .search_form_col.active .search_form{
        width: 65vw;
        left: 20px;
        position: absolute !important;
        background: #fff;
    }

    .common-slide .swiper-slide{
        width: 80%;
    }

    .common-slide .swiper-horizontal{
        margin-left: -28px;
        margin-right: -28px;
    }

    .offcanvas-body .container{
        max-width: 100%;
        padding: 0px 20px
    }

    button.topmenu-search-button{
        display: block;
    }

    .checkRateMobileBtnContainer{
        display: block;
    }

    
    header.site-header nav a#check {
        display: none;
    }
    header.site-header nav .container-fluid .row .col.text-end {
        max-width: 112px;
    }
    header .col.search_form_col{
        display: none;
    }
    header .col.search_form_col.active{
        displa:block;
    }
    
    /* For 4:5 Image Ratio */
    section.banner .img a {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 4 / 5 !important;
        overflow: hidden !important;
    }
    section.banner .img a img.thumbnail {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
    /* For 4:5 Image Ratio End */

    section.banner .img {
        max-width: 280px;
        max-height: 350px;
        margin: auto;
    }
    section.banner .col-4 {
        width: 100%;
    }
    header.site-header .offcanvas-body .offcanvas-footer .col-4:first-child,
    header.site-header .offcanvas-body .offcanvas-footer .col-4:nth-child(2) {
        width: 50%;
    }
    header.site-header .offcanvas-body .offcanvas-footer .col-4:last-child {
        width: 100%;
        text-align: center;
    }
    header.site-header .offcanvas-body .offcanvas-footer .col-4:last-child .img {
        margin: 48px 0px;
    }
    .navbar-toggler-icon {
        margin-right: 8px;
    }
	
	/* search fix 28-5-2025*/
	.search_form_col.active .search_form {
        width: 100%;
        right: 0;
        left: initial !important;
        position: absolute !important;
        background: #fff;
    }
	
	footer.footer .footer_menu .col {
        min-width: 50%;
    }
    footer.footer img.logo {
        margin-bottom: 60px;
    }
	
}


@media screen and (max-width: 575px) {
    section.common-slide.discover-slide > .container-fluid {
        display: block;
    }
    /*.category .topMainImg img.img-fluid {
        height: 560px;
    }*/
    section.common-slide.discover-slide .slide_before_text {
        margin-bottom: 30px;
    }
    section.section-common {
        margin-bottom: 80px;
    }
    .topMainImg {
        margin-bottom: 46px;
    }
    section.common-slide .swiper-slide img {
        height: 380px;
    }
    
    .category .topMainImg h3.title a {
        font-size: 26px !important;
    }
    .row.bottom_col_post .col-md-9 {
        width: 70%;
    }
    .row.bottom_col_post .col-md-3 {
        width: 30%;
    }
    footer.footer .footer_menu .col {
        min-width: 100%;
        padding: 0;
    }
    footer.footer .footer_menu .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media screen and (min-device-width: 426px) and (max-device-width: 525px) {
    header.site-header form.search_form .input-group {
        max-width: 80%;
    }
}


@media screen and (max-width: 425px) {
    header.site-header nav form.search_form input {
        padding: 7px;
    }
    header.site-header img.custom-logo {
        width: 130px;
    }
    section.common-slide .swiper-slide img {
        height: 300px;
    }
    /*.category .topMainImg img.img-fluid {
        height: 400px;
    }*/
    section.join-section .content p.join-title {
        font-size: 66px !important;
        top: -95px !important;
    }
    /*section.banner p + h1 a,
    .category .topMainImg h3.title a,
    h2.sectionTitle {
        font-size: 28px !important;
    }
    
    section.banner img.thumbnail {
        max-height: 190px;
    }
    section.banner {
        min-height: 420px;
    } */

    .single-post section.singlePage .fullDescription.container > .row.mt-5.pt-5 {
        margin-top: 0 !important;
        padding-top: 10px !important;
    }
    .single-post section.more_like {
        margin-top: 10px;
    }

    .discover-slide a.secondaryBtn {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .category h2.sectionTitle + .row.g-5 > .col-md-6:first-child {
        padding: 0;
    }
    section.banner {
        min-height: 200px;
    }

    header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4:last-child {
        width: 100%;
        text-align: center;
    }
    header.site-header .offcanvas-body .offcanvas-footer .col-4:first-child,
    header.site-header .offcanvas-body .offcanvas-footer .col-4:nth-child(2) {
        width: 100%;
        margin-bottom: 48px;
    }
    section.banner {
        padding: 0 0 50px 0;
    }
    section.banner.section-common {
        margin-top: 14px !important;
    }
    header.site-header .offcanvas-body .offcanvas-footer > .row > .col-4 p {
        margin-bottom: 10px;
    }
    body.category .category .categoryMoreList + #view-more-wrapper {
        display: flex;
        justify-content: flex-start;
        padding-left: 20px;
    }
    .single.single-post .workhorse_post_template .workhorse h1.singlePageTitle,
    .single.single-post .old_post_template .workhorse h1.singlePageTitle {
        margin: 0 !important;
    }
    .single.single-post .workhorse_post_template .workhorse,
    .single.single-post .old_post_template .workhorse {
        margin-top: 48px !important;
    }
    .single-post .workhorse_post_template .workhorse .singlePageDescription p {
        margin-bottom: 48px !important;
    }
    .single.single-post .old_post_template .authorDescription p,
    .single.single-post .workhorse_post_template .authorDescription p {
        margin-bottom: 20px;
    }
    .single.single-post .old_post_template .fullDescription,
    .single.single-post .workhorse_post_template .fullDescription {
        padding-top: 48px;
    }

    .search_form_col.active .search_form {
        width: 100%;
        right: 0;
        left: initial !important;
        position: absolute !important;
        background: #fff;
    }
    
    header.site-header .top_menu.activeSearch {
        padding: 0;
    }
    header.site-header form.search_form .input-group {
        border: 1px solid #807E7C;
        border-radius: 8px;
        max-width: 295px;
        width: 100%;
        height: 44px;
        margin: auto;
    }
    section.common-slide .arrow{
        display: none;
    }



    /* For 4:5 Image Ratio Replace */
    section.banner .img a,
    .category .categoryMoreList .img a {
        aspect-ratio: 4 / 5 !important;
    }


    /* For 4:5 Image Ratio End Replace*/
}



@media screen and (max-width: 375px) {
    .search_form_col.active .search_form {
        width: 90%;
        right: 0;
        left: initial !important;
        position: absolute !important;
        background: #fff;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-5 {
        width: 118px;
    }
    .single-post .more_like .more_like_left .like_this_bottom .card .row .col-md-7 {
        width: calc(100% - 118px);
    }
}


@media screen and (max-width: 320px) {
    header.site-header .top_menu.activeSearch span.search-back-arrow {
        left: 6px;
        top: 20px;
    }
    header.site-header .top_menu.activeSearch .search_form_col.active .search_form {
        width: 80%;
        right: 20px;
        left: unset !important;
    }
    .search_form_col.active .search_form {
        width: 85%;
        right: 0;
        left: initial !important;
        position: absolute !important;
        background: #fff;
        margin-right: 8px;
    }
}




#offcanvasNavbar{
	height: 100vh;
}

p{
	font-family: Garamond Premier Pro;
font-weight: 500;
font-size: 22px;
line-height: 140%;
letter-spacing: 0%;

}

/* Animation */
.offcanvas-top .offcanvas-body{
	opacity: 0;
}
.offcanvas-top.show .offcanvas-body{
	opacity: 0;
	animation: fadeInAfterLoad 1s ease-out forwards;
}
.img-zoom-out{
	object-fit: cover;
	display: block;
	animation: imgZoomOut 1s ease-out forwards;
	overflow: hidden; /* just in case */
}
@keyframes imgZoomOut {
  from {
	transform: scale(1.5);
  }
  to {
	transform: scale(1);
  }
}

@keyframes fadeInAfterLoad {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}




/* JOIN FORM */
section.join-section {
    background: #F2F1F0;
    padding: 0px !important;
    margin: 184px 0px 0px !important;
}
section.join-section .content {
    max-width: 850px;
    margin: auto;
    position: relative;
}
section.join-section .content p.join-title {
    font-family: Atelier Femme Script;
    font-weight: 400;
    font-size: 104px;
    line-height: 100%;
    letter-spacing: 0%;
    position: absolute;
    top: -68px;
    left: -164px;
}
section.join-section .content p.title {
    font-family: 'Halis GR Bold';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 8px;
    padding-top: 48px;
    margin: 0;
}
/*
section.join-section .content p.join-title {
    font-family: Atelier Femme Script;
    font-weight: 400;
    font-size: 104px;
    line-height: normal;
    position: relative;
    top: -68px;
    left: 0px !important;
    margin-bottom: -50px;
    text-align: center !important;
}
section.join-section .content p.title {
    font-family: Halis GR;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 8px;
    padding-top: 0px;
    margin: 0;
}
*/

section.join-section .content p.title + p {
    font-family: Halis GR;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    padding-top: 8px;
    padding-bottom: 32px;
    margin: 0;
}
section.join-section .content {
    color: #1A1919;
}
/*
section.join-section .content input.secondaryInput {
    font-family: Halis GR;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    margin: 0px 0px 16px;
    box-shadow: none;
    outline: none;
} */
section.join-section .content button.primaryBtn + p {
    font-family: Halis GR;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #403F3E;
    padding-top: 32px;
    padding-bottom: 48px;
    margin: 0;
}
section.join-section .content button.primaryBtn + p a {
    color: #403F3E !important;
}
.join-section button.primaryBtn {
    font-family: Halis GR Medium;
    font-size: 12px;
}

.single .fullDescription section.join-section {
    max-width: 333px;
}
.single .fullDescription section.join-section p.join-title {
    font-size: 72px !important;
}
.single .fullDescription section.join-section button.primaryBtn {
    width: 100%;
}
.single .fullDescription section.also-like-section {
    max-width: 100% !important;
}
.single .fullDescription section.also-like-section .container {
    padding: 0;
}
.single .fullDescription section.also-like-section .list-unstyled {
    padding-left: 0 !important;
    max-width: 333px;
    display: inline-block;
    margin-bottom: 24px !important;
}
.single .fullDescription section.also-like-section .list-unstyled li {
    padding-bottom: 32px !important;
    margin-bottom: 32px !important;
}
.single section.more_like .more_like_right .join-section button.primaryBtn {
    width: 100%;
}
.search .search_results .search_items h5 a {
    color: rgba(26, 25, 25, 1) !important;
    font-family: 'Schnyder S Demi';
}


@media screen and (max-width: 1024px) {
    section.join-section .content p.join-title {
        left: 0 !important;
        text-align: center;
        width: 100%;
        top: -54px !important;
    }
}

@media screen and (min-width: 768px) {
    .search.search-results .search_items .text {
        padding-right: 188px;
    }
}

@media screen and (max-width: 744px) {
    .single .fullDescription section.join-section,
    .single .fullDescription section.also-like-section .list-unstyled {
        max-width: 100%;
    }
    .single .fullDescription .also-like-section + section.join-section {
        margin-top: 50px !important;
    }
    .single .fullDescription .also-like-section {
        margin: 100px 0px 0px !important;
    }
    .search h1.display-6 {
        font-size: 24px;
        line-height: 130%;
        text-transform: capitalize;
    }
    .search .search_results .search_items.row {
        --bs-gutter-x: 1.5rem;
    }
    .search .search_results .search_items .col-md-3 {
        width: 25%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .search .search_results .search_items .col-md-9 {
        width: 75%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .search.search-results main .container-fluid {
        padding-top: 24px !important;
    }
    .single.single-post .old_post_template p.caption,
    .single.single-post .workhorse_post_template p.caption {
        padding: 4px 20px 0px !important;
        text-align: left !important;
    }
}


@media screen and (max-width: 425px) {
    section.join-section {
        padding: 60px 0px 0px;
    }
    section.join-section .content button.primaryBtn + p {
        padding-bottom: 24px !important;
        margin: 0;
    }
    section.join-section .content button.primaryBtn + p {
        padding-top: 20px !important;
        padding-bottom: 24px !important;
        margin: 0;
    }
    section.join-section .content input.secondaryInput {
        margin: 0px 0px 8px;
    }
    section.join-section .content p.title + p {
        padding-top: 0px;
        padding-bottom: 20px;
        margin: 0;
    }
    section.join-section .content p.join-title {
        top: -34px !important;
    }
    section.join-section .content button.primaryBtn {
        width: 100%;
        border: none;
    }

}
/* END JOIN FORM */


@media screen and (max-width: 375px) {
    .search .search_results .search_items.row {
        align-items: flex-start !important;
    }
}


@media screen and (max-width: 320px) {
    #checkRateMobileModal .vc-main-container table.vc-custom-header tr {
        display: flex;
    }
    #checkRateMobileModal .vc-main-container table.vc-custom-header td {
        width: 12.5% !important;
        display: inline-block;
    }
}



.evssSlider .swiper-pagination .swiper-pagination-bullet-active{
    padding: 0px 20px;
    border-radius: 4px !important;
}
.evssSlider .swiper-pagination{
    padding-bottom: 30px !important;
}

.evssSlider .swiper-slide .slideContent{
    bottom: -70px;
    height: auto;
    position: absolute;
    z-index: 999999;
}

#wizard{
    
}
#wizard .step{
    display: none;
}
#wizard .step.active{
    display: block;
}
#rangePicker {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
.flatpickr-calendar.inline{
    box-shadow: none !important;
    margin: auto;
}
.flatpickr-day.selected, .flatpickr-day.startRange{
    background:#000 !important;
    border: none !important;
}
.flatpickr-day.inRange{
    background: #000 !important;
    color: #fff;
    box-shadow: -5px 0 0 #000, 5px 0 0 #000 !important;
}
#rangePicker{display: none;}
.find_destination_suggestion{list-style: none; margin: 0px; padding: 0px;}
.find_destination_suggestion li{ margin: 0px; padding: 10px; border-bottom: #eee solid 1px}
.wizardFooter{
    position: fixed;
    bottom: 0px;
    padding: 20px
}


.single #navbar_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: top 0.3s ease-in-out;
}
.single .feature_a_post_template .fullDescription .wp-block-group,
.single .feature_a_post_template .post_head .container-fluid {
    max-width: 1311px !important;
}
.single .feature_a_post_template .post_head .container-fluid .col-md-7 {
    max-width: 645px;
}




/* Font Family: Schnyder S Demi */
section.common-slide .swiper-slide .text h5 a,
.category .topMainImg h3.title a,
.category .title a,
.single-post .singlePage h1.singlePageTitle,
.single-post section.more_like .card h6.card-title a, 
.single-post .more_like_right li h6 a {
    font-family: Schnyder S Demi;
}
/* Font Family: Schnyder S Demi */


/* Font Family: Schnyder S Light */
section.banner p + h1 a {
    font-family: Schnyder S Light;
}
/* Font Family: Schnyder S Light */




.category .right_col_post .img {
    margin-bottom: 20px !important;
}
.category .right_col_post h4.title {
    margin-top: 0 !important;
}
.stories-slide p.category {
    color: rgba(77, 76, 74, 1) !important;
}





/* Description: Halis GR Book */
.category .description,
.single-post .singlePage .singlePageDescription p,
.single-post section.more_like .card h6.card-title + p, 
.single-post .more_like_right li h6 + p,
section.banner p + h1 + p {
    font-family: Halis GR Book;
}

/* Meta Data: Halis GR Medium */
.category .cat,
section.common-slide .swiper-slide .text p:first-child {
    font-family: Halis GR Medium;
    letter-spacing: 0.08em;
}
.footer-widget ul li a{
	text-transform: uppercase;
}

body.single .element-share, body.single .fs-image .byline{ display: none; }
.large-body-media.body-block-cta-large-body .large-body-cta-container{ display: none; }

body.single-post .wp-block-gallery .wp-block-image .wp-element-caption{
	text-align: left;
    background: #ffffff;
    margin-left: 0px;
    padding-left: 0px;
	bottom: -1px;
	scrollbar-gutter: auto;
	color: #262625 !important;
}
figcaption{
	font-family: 'Halis GR Book';
	margin-top: 0px !important;
	margin-bottom: 0px !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
	color: #262625 !important;
}

.fullDescription > div > figure.wp-block-image.size-large .wp-element-caption{
	padding-left: 64px !important;
}

.single-post .wp-block-gallery.is-layout-flex{
	gap: 2em;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (max-width: 744px) {
	.single-post .wp-block-gallery.is-layout-flex{
		flex-wrap: wrap;
	}
}

.ad_section .overlay-text a.btn{
	white-space: nowrap;
}