:root {
    --primary-color: #fa772f;
    --secondary-color: #012a4d;
    --light-color: #fff;
    --tertiary-color: #0476db;
}

a.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent !important;
}

.navbar__extra a.btn {
    letter-spacing: unset !important;
}

.nectar-cta--hover {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

a.btn:hover,
.nectar-cta--hover:hover,
.pcp-readmore-link:hover,
.gform_wrapper.gravity-theme .gform_footer input[type='submit']:hover {
    transform: translateY(-6px) !important;
    -webkit-transform: translateY(-6px) !important;
    -moz-transform: translateY(-6px) !important;
    -ms-transform: translateY(-6px) !important;
    -o-transform: translateY(-6px) !important;
}

a.btn.btn--light {
    background-color: #fff;
    color: var(--secondary-color);
    border-radius: 30px;
    font-size: 15px;
    padding: 7px 65px 8px 18px;
    text-align: left;
    box-shadow: none;
    position: relative;
    border: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.nectar-cta.hover--primary-color:hover .link_wrap,
a.btn.btn--light:hover {
    box-shadow: 0px 8px 0px 0px rgba(250, 119, 47, 0.75) !important;
}

a.btn.btn--link:hover,
a.btn.btn--book:hover {
    box-shadow: 0px 8px 0px 0px rgba(250, 119, 47, 0.75);
}

.nectar-cta.hover--secondary-color:hover .link_wrap,
a.btn.btn--blue:hover {
    box-shadow: 0px 8px 0px 0px rgba(1, 42, 77, 0.75) !important;
}

.nectar-cta.hover--light-color:hover .link_wrap {
    box-shadow: 0px 8px 0px 0px rgba(255, 255, 255, 0.75) !important;
}

.nectar-cta.hover--tertiary-color:hover .link_wrap,
.gform_wrapper.gravity-theme .gform_footer input[type='submit']:hover {
    box-shadow: 0px 8px 0px 0px rgba(4, 118, 219, 0.75) !important;
}

.pcp-readmore-link:hover {
    box-shadow: 0px 8px 0px 0px rgba(250, 119, 47, 0.75) !important;
}

.modules-container .module--contact .form input[type="checkbox"] {
    position: unset !important;
    width: unset !important;
    height: unset !important;
    opacity: 1 !important;
}

.modules-container .module--contact .form .gchoice {
    display: flex;
    align-items: center;
}

.modules-container .module--contact .form input[type="checkbox"]+label::before,
.modules-container .module--contact .form input[type="checkbox"]+label::after {
    display: none;
}

.nectar-cta.has-icon .link_wrap {
    flex-direction: row-reverse;
    justify-content: space-between !important;
}

.nectar-cta.has-icon .link_wrap i {
    margin: 0 0 0 10px !important;
}

.nectar-fancy-box.nectar-underline h1, 
.nectar-fancy-box.nectar-underline h2, 
.nectar-fancy-box.nectar-underline h3, 
.nectar-fancy-box.nectar-underline h4, 
.nectar-fancy-box.nectar-underline h5, 
.nectar-fancy-box.nectar-underline h6 {
    background-image: none;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
    font-family: "Exo";
    border: 1px solid var(--primary-color) !important;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li.tab-item.active-tab a:hover,
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li.tab-item.active-tab a {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.custom-icon-list .nectar-icon-list-item {
    margin-bottom: 30px;
}

.text--underline {
    text-decoration: underline;
}

/* NAVIGATION */
#header-outer {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

header#top > .container > .row {
    justify-content: space-between;
}

header#top > .container > .row::before,
header#top > .container > .row::after {
    display: none;
}

#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
    margin-left: 0 !important;
}

#menu-item-6846 a,
#menu-item-6962 a {
    display: inline-block;
    padding: 8px 30px !important;
    background-color: var(--tertiary-color);
    opacity: 1 !important;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 1px solid var(--tertiary-color);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

#menu-item-6846 a:hover,
#menu-item-6962 a:hover {
    transform: translateY(-6px) !important;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
}

#menu-item-6846 a:hover {
    box-shadow: 0px 8px 0px 0px rgba(250, 119, 47, 0.75) !important;
}

#menu-item-6962 a {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#menu-item-6962 a:hover {
    box-shadow: 0px 8px 0px 0px rgba(4, 118, 219, 0.75) !important;
}

#menu-item-6846 a span::after,
#menu-item-6962 a span::after {
    display: none !important;
}

#header-outer:not(.transparent) li#menu-item-6846 > a:hover > .menu-title-text {
    color: #fff !important;
    font-weight: 600 !important;
}

#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a {
    opacity: 1 !important;
}
/* END NAVIGATION */

/* ======= SINGLE LOCATIONS =========== */
.single.single-location .container-wrap.no-sidebar,
.single.single-location .container-wrap.no-sidebar > .container > .row {
    padding: 0 !important;
}

.single.single-location .post-area {
    margin: 0;
}

.single.single-location .row.heading-title.hentry {
    display: none;
}

.nectar-google-map__marker-img {
    animation: rocket-marker-pulse 2s linear infinite;
    -webkit-animation: rocket-marker-pulse 2s linear infinite;
}

@keyframes rocket-marker-pulse {
    0%,100% {
        transform: translate(0px, 0px) scale(1);
        -webkit-transform: translate(0px, 0px) scale(1);
        -moz-transform: translate(0px, 0px) scale(1);
        -ms-transform: translate(0px, 0px) scale(1);
        -o-transform: translate(0px, 0px) scale(1);
    }
    50% {
        transform: translate(10px, -10px) scale(1.25);
        -webkit-transform: translate(10px, -10px) scale(1.25);
        -moz-transform: translate(10px, -10px) scale(1.25);
        -ms-transform: translate(10px, -10px) scale(1.25);
        -o-transform: translate(10px, -10px) scale(1.25);
    }
}
/* ======= END SINGLE LOCATIONS ======= */

/* smart post show */
.swiper-slide h2,
.swiper-slide .sp-pcp-post-content {
    padding-left: 20px;
    padding-right: 20px;
}

.sticky-read-more .sp-pcp-post-content {
    padding-bottom: 40px;
}

.sticky-read-more .pcp-readmore-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: inherit;
} 

.pcp-readmore-link {
    font-family: inherit;
}

.pcp-readmore-link::after {
    content: '\f105';
    font-family: sps-fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

/* end smart post show */

/* Sticky CTA */
#sticky-cta {
    position: fixed;
    top: 50%;
    right: 0%;
    min-width: 200px;
    transform: rotate(-90deg) translate(0%, 50%);
    -webkit-transform: rotate(-90deg) translate(0%, 50%);
    -moz-transform: rotate(-90deg) translate(0%, 50%);
    -ms-transform: rotate(-90deg) translate(0%, 50%);
    -o-transform: rotate(-90deg) translate(0%, 50%);
    transform-origin: right;
    transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
}

#sticky-cta.active {
    transform: rotate(-90deg) translate(0, -50%);
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -moz-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    -o-transform: rotate(-90deg) translate(0, -50%);
    
}

#sticky-cta.active a {
    animation: pulse 5s infinite;
    -webkit-animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color);
    }
    10% {
        box-shadow: 0 0 0 10px rgba(250, 119, 47, 0);
    }
    20% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color);
    }
    10% {
        box-shadow: 0 0 0 10px rgba(250, 119, 47, 0);
    }
    20% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
}

#sticky-cta a {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background-color: var(--primary-color);
    color: #fff;
    letter-spacing: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/* End Sticky CTA */

/* Secondary Marquee Menu */
header .topbar__wrapper.row {
    display: flex !important;
}

.secondary-menu-wrapper {
    padding: 0;
    height: 35px;
    overflow: hidden;
    position: relative;
}

.secondary-menu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

.secondary-menu .marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee-infinite 20s linear infinite;
    -webkit-animation: marquee-infinite 20s linear infinite;
    will-change: transform;
}

@keyframes marquee-infinite {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@-webkit-keyframes marquee-infinite {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}

.secondary-menu .marquee-content:hover {
    animation-play-state: paused;
}

.secondary-menu .marquee-set {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.secondary-menu .marquee-item::after {
    content: '|';
    margin-left: 20px;
    color: var(--secondary-color);
    opacity: 0.5;
}

.secondary-menu .marquee-item {
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    padding: 0 20px;
    white-space: nowrap;
    display: inline-block;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.secondary-menu .marquee-item:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
/* End Secondary Marquee Menu */

/********** HOME *************** */
.module--hero-home:after {
    display: none;
}

.hero_ctas {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.module--hero-home .hero__dropdown {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.module--hero-home .hero__dropdown.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.module--hero-home .hero__center .btn--dropdown {
    padding: 7px 80px 7px 15px;
    font-size: 15px;
    letter-spacing: 1px;
}

.module--hero-home .hero__dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
    background: var(--primary-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.module--hero-home .hero__dropdown:not(.open) .dropdown-menu {
    display: none;
}

.module--hero-home .hero__dropdown .dropdown-item:hover a {
    color: var(--secondary-color);
}

/* Locations dropdown */
.sp-locations-list-wrapper {
    display: inline-block;
}

.sp-locations-list {
    position: relative;
    background-color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.sp-locations-list.active {
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
}

.sp-locations-list > p {
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

.sp-locations-list > p::after {
     content: '\f105';
    font-family: sps-fontello;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-left: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.sp-locations-list.active > p::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sp-locations-list .sp-locations-list-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sp-locations-list.active .sp-locations-list-dropdown {
    display: block;
    overflow: hidden;
}

.sp-locations-list .sp-locations-list-dropdown ul {
    margin: 0;
}

.sp-locations-list .sp-locations-list-dropdown ul li {
    padding: 10px 20px;
    text-align: left;
    list-style: none;
    transform: translateX(-20px);
    transition: background-color 0.4s ease-in-out;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    -webkit-transform: translateY(30px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}

.sp-locations-list.active .sp-locations-list-dropdown ul li {
    animation: location-fade-in 0.4s ease-in forwards;
    -webkit-animation: location-fade-in 0.4s ease-in forwards;
    animation-delay: var(--delay);
}

@keyframes location-fade-in {
    to {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
}
}

.sp-locations-list .sp-locations-list-dropdown ul li:hover {
    background-color: var(--light-color);
}

.sp-locations-list .sp-locations-list-dropdown ul li a {
    opacity: 1 !important;
    font-weight: bold;
}

.sp-locations-list .sp-locations-list-dropdown ul li:hover a {
    color: var(--secondary-color);
}

/* End Locations dropdown */

/* Customer reviews */
#Reviews .flickity-viewport {
    min-height: 250px;
    margin: 40px 0;
}

#Reviews .flickity-viewport .cell {
    position: relative;
    min-height: 250px;
    background: var(--light-color);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    z-index: 1;
}

#Reviews .flickity-viewport .cell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    clip-path: circle(0% at 0% 100%);
    transition: clip-path 0.5s ease-in-out;
    z-index: -1;
}

#Reviews .flickity-viewport .cell:hover::before {
    clip-path: circle(150% at 0% 100%);
}

#Reviews .flickity-viewport .cell p,
#Reviews .flickity-viewport .cell span {
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
}

#Reviews .flickity-viewport .cell blockquote .inner {
    /* min-height: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#Reviews .flickity-viewport .cell:hover p,
#Reviews .flickity-viewport .cell:hover span {
    color: #fff;
}

#Reviews .flickity-viewport .cell span {
    font-family: "Exo";
    font-weight: bolder;
    color: var(--secondary-color);
}
/* End Customer reviews */


/******** END HOME *************/

/* Customer Reviews */
.module.module--block.module--block-boxes.module--text.module--customer-reviews {
    background-color: #fff;
    z-index: 100;
}

.module.module--customer-reviews .list .item .review-card {
    position: relative;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.module.module--customer-reviews .list .item .review-card {
    padding: 15px;
}

.module.module--customer-reviews .list .item p {
    max-width: unset !important;
}

.module.module--customer-reviews .list .item .review-card::before {
    content: "";
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color: #fa772f;
    clip-path: circle(0% at 0% 100%);
    transition: clip-path 0.5s ease-in-out;
    z-index: -1;
}

.module.module--customer-reviews .list .item:hover .review-card::before {
    clip-path: circle(150% at 0% 100%);
}

.module.module--customer-reviews .list .item {
    margin-bottom: 20px;
}

.module.module--customer-reviews .list .item h4,
.module.module--customer-reviews .list .item p {
    margin-bottom: 10px;
    transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
}

.module.module--customer-reviews .list .item h4 {
    margin-top: 10px;
}


.module.module--customer-reviews .list .item:hover h4,
.module.module--customer-reviews .list .item:hover p,
.module.module--customer-reviews .list .item:hover strong {
    color: #fff;
}

.module.module--customer-reviews .list .item strong {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
/* End Customer Reviews */

/* Perks */
#Perks .perk-image {
    height: 100px;
}
/* End Perks */

/* Recent resources */
#Recent-resources .swiper-slide .sp-pcp-post {
    position: relative;
}

#Recent-resources .swiper-slide .sp-pcp-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

#Recent-resources .swiper-slide h2 {
    display: flex;
    flex-direction: column;
}

#Recent-resources .swiper-slide h2::before {
    content: "BLOG";
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
    font-weight: bolder;
    color: #fff;
}
/* End Recent resources */

/* Insights */
#Insights .swiper-slide h2 {
    display: flex;
    flex-direction: column;
}

#Insights .swiper-slide h2::before {
    content: "INSIGHTS";
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
    font-weight: bolder;
}
/* End Insights */

/* Team */
#Team .row_col_wrap_12 > .vc_col-sm-4 > .vc_column-inner,
#Team .row_col_wrap_12 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper,
#Team .row_col_wrap_12 .team-member {
    height: 100%;
}

#Team .row_col_wrap_12 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding-top: 20px;
}

#Team .row_col_wrap_12 .team-member {
    padding: 20px 20px 40px;
    box-shadow: rgba(0,0,0,.04) 0 1px 0, rgba(0,0,0,.05) 0 2px 7px, rgba(0,0,0,.06) 0 12px 22px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#Team .team-member .team-member-image {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#Team .team-member .team-member-image-inner img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center top;
}

#Team .team-member .team-meta {
    display: grid;
    grid-template-columns: 1fr;
}

#Team .team-member .team-meta h5 {
    grid-row: 2/3;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

#Team .team-member .team-meta h3 {
    grid-row: 1/2;
    color: var(--primary-color);
    font-size: 24px;
    line-height: 28px;
}

#Team .team-member .team-meta p {
    grid-row: 3/4;
}

#Team .team-member .team-meta .nectar-cta {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/* End Team */

/* Blog Grid */
#Blog-Grid .sp-pcp-post .sp-pcp-post-thumb-area img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: center;
    background-color: var(--secondary-color);
}

#Blog-Grid .sp-pcp-post > *:not(.pcp-post-thumb-wrapper) {
    padding: 0 20px;
}

#Blog-Grid .sp-pcp-post {
    position: relative;
}


#Blog-Grid .sp-pcp-post .sp-pcp-post-content {
    padding-bottom: 60px;
}

#Blog-Grid .sp-pcp-post-content .sp-pcp-readmore {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
/* End Blog grid */

/* Single Post */
body.single.single-post #header-outer[data-transparent-header="true"].transparent {
    background-color: var(--secondary-color) !important;
}

.post-area-container {
    display: flex;
    gap: 40px;
    padding: 100px 0 80px 0;
}

.post-area-container aside {
    flex: 0 0 250px;
}

.post-area-container .post-content {
    flex: 0 0 calc(100% - 250px - 40px);
}

.post-area-container aside #Search-Blog {
    display: flex;
    padding: 4px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-area-container aside #Search-Blog input {
    border-color: transparent;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px;
}

.post-area-container aside #Search-Blog input:hover,
.post-area-container aside #Search-Blog input:focus {
    border-color: var(--primary-color);
}

.post-area-container aside #Search-Blog button {
    padding: 10px 20px !important;
    background-color: transparent;
    border-left: 1px solid var(--primary-color);
    transition: 0.4s ease-in background-color;
    -webkit-transition: 0.4s ease-in background-color;
    -moz-transition: 0.4s ease-in background-color;
    -ms-transition: 0.4s ease-in background-color;
    -o-transition: 0.4s ease-in background-color;
    border-radius: 0 6px 6px 0 !important;
    -webkit-border-radius: 0 6px 6px 0 !important;
    -moz-border-radius: 0 6px 6px 0 !important;
    -ms-border-radius: 0 6px 6px 0 !important;
    -o-border-radius: 0 6px 6px 0 !important;
}

.post-area-container aside #Search-Blog button:hover {
    background-color: var(--secondary-color) !important;
}

.post-area-container aside ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.post-area-container aside ul li {
    list-style: none;
    line-height: 26px;
}

.post-content-header {
    background: var(--secondary-color) url("../assets/single-heading-bg.png") no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 60px 40px 150px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.post-content-header .post-title {
    color: #fff;
    font-family: "Exo",Helvetica,sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.post-content-meta-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 20px 0 10px;
}

.post-content-meta-top-left img {
    background-color: var(--secondary-color);
    aspect-ratio: 1/1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.post-content-meta-top-right {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.post-content-meta .post-categories {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 0 20px;
}

.post-content-meta .post-categories li {
    list-style: none;
}

.post-content-meta .post-categories li:not(:last-child)::after {
    content: "|";
    margin-left: 5px;
}
/* End Single Post */

/* Gravity Form */
.gform_wrapper.gravity-theme .gform-body .gform_fields {
    grid-row-gap: 5px;
}

body .gform_wrapper .top_label .gfield_label {
    margin-top: 5px !important;
}

.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield select, 
.gform_wrapper.gravity-theme .gfield textarea {
    background-color: #fff !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

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

.modules-container .module--contact .form .gfield {
    margin: 0 0 10px;
}

.gform_wrapper.gravity-theme .gfield_description {
    padding: 5px 0 !important;
}

.modules-container .module--contact .form select {
    margin-bottom: 0;
}

#Contact input[type=submit] {
    padding: 10px 50px !important;
    background-color: var(--secondary-color);
}

/* End Gravity Form */


/* Sticky CTA */
#Book-Now {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    z-index: 99;
    transform: rotate(-90deg) translate(50vh, 90px);
    -webkit-transform: rotate(-90deg) translate(50vh, 90px);
    -moz-transform: rotate(-90deg) translate(50vh, 90px);
    -ms-transform: rotate(-90deg) translate(50vh, 90px);
    -o-transform: rotate(-90deg) translate(50vh, 90px);
    transition: transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
}

.page-id-6906 #Book-Now,
.postid-138 #Book-Now {
    transform: rotate(-90deg) translate(50vh, 240px);
    -webkit-transform: rotate(-90deg) translate(50vh, 240px);
    -moz-transform: rotate(-90deg) translate(50vh, 240px);
    -ms-transform: rotate(-90deg) translate(50vh, 240px);
    -o-transform: rotate(-90deg) translate(50vh, 240px);
}

#Book-Now.active {
    transform: rotate(-90deg) translate(50vh, 50px);
    -webkit-transform: rotate(-90deg) translate(50vh, 50px);
    -moz-transform: rotate(-90deg) translate(50vh, 50px);
    -ms-transform: rotate(-90deg) translate(50vh, 50px);
    -o-transform: rotate(-90deg) translate(50vh, 50px);
}

.page-id-6906 #Book-Now.active,
.postid-138 #Book-Now.active {
    transform: rotate(-90deg) translate(50vh, 150px);
    -webkit-transform: rotate(-90deg) translate(50vh, 150px);
    -moz-transform: rotate(-90deg) translate(50vh, 150px);
    -ms-transform: rotate(-90deg) translate(50vh, 150px);
    -o-transform: rotate(-90deg) translate(50vh, 150px);
}

#Book-Now .nectar-cta:not([data-style="material"]) .link_wrap {
    animation: cta-pulse 2.5s infinite;
    -webkit-animation: cta-pulse 2.5s infinite;
}

@keyframes cta-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color);
    }
    10% {
        box-shadow: 0 0 0 10px rgba(250, 119, 47, 0);
    }
    20% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
}

@-webkit-keyframes cta-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color);
    }
    10% {
        box-shadow: 0 0 0 10px rgba(250, 119, 47, 0);
    }
    20% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 119, 47, 0);
    }
}

#Book-Now .nectar-cta:not([data-style="material"]) .link_wrap {
    border-radius: 10px 10px 0 0 !important;
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    -ms-border-radius: 10px 10px 0 0 !important;
    -o-border-radius: 10px 10px 0 0 !important;
}
/* End Sticky CTA */

/* Footer */
#Footer ul {
    padding: 0;
    margin: 0;
}

#Footer ul li {
    list-style: none;
    line-height: 28px;
}

#Footer a {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

#Footer a:hover {
    color: var(--primary-color);
}

#Footer .footer-policies-links {
    font-size: 12px;
}
/* End Footer */

@media(max-width: 999px) {
    #slide-out-widget-area .secondary-header-text {
        border: 1px solid var(--primary-color);
    }

    #header-outer[data-format=menu-left-aligned] .row .col.span_9 {
        padding: 10px 0;
    }

    body #header-outer {
        padding: 20px 0 !important;
    }

    #slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .inner-wrap>.inner>div.off-canvas-menu-container {
        margin-top: 0 !important;
    }
    #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container > ul > li {
        margin: 30px 0 !important;
    }
    
    #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container > ul > li li {
        margin: 10px 0 !important;
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container > ul > li li a {
        font-size: 20px;
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li.current-menu-item a {
        color: var(--primary-color) !important;
    }
}

@media (max-width: 768px) {
    #Book-Now,
    #sticky-cta {
        display: none;
    }

    .secondary-menu .marquee-item {
        font-size: 12px;
        padding: 0 15px;
    }
    
    .secondary-menu .marquee-set:not(:last-child)::after {
        margin-left: 15px;
    }
    
    .secondary-menu .marquee-content {
        animation: marquee-infinite 15s linear infinite;
    }

    header .topbar__wrapper.marquee-present {
        height: 65px;
    }

    .module.module--block.module--block-boxes.module--text.module--customer-reviews {
        z-index: 100;
    }

    .hero_ctas {
        flex-direction: column;
        gap: 20px;
    }

    .module--hero-home .hero__dropdown.open {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .module--hero-home .hero__dropdown .dropdown-menu {
        position: unset;
    }

    .post-area-container {
        flex-direction: column-reverse;
    }

    .post-area-container {
        padding: 40px 0;
    }
    .post-content-header {
        padding: 40px;
    }

}