/***************************************
Launchpad Child Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Launchpad Platform Child stylesheet
*/
/***************************************
Table of Contents:

Typography
Site Colours
Site Width
Buttons
General
Helpers
Header
Off Canvas
Slick Slider
Fancy Box
Grid
Hero
Breadcrumb
Child Page Menu
WP Blocks
Accordion
Tabs
Page Elements
Image Layouts
Image Size Adjustments
Icon Layouts
Custom Elements
Modals
Map Layouts
Listing Element
Post Element
Single Page
Pagination
Menu Filter
Contact Details
Team Element
Testimonials Element
Projects Element
Gallery Element
Inspiration Element
Information Element
SEO Page Element
Franchises
Post Meta Nav
Sidebar
Error404
Forms
Gravity Forms
Legal Document
Newsletter
Instagram Feeds
Footer
Helpers
LP Elements
REP Elements
REP Listings
REP Home Designs
REP Display Homes
REP Offices
REP Reviews

************************************/

/*************************************
#CUSTOM VARIABLES - START
**************************************/
:root {
    --gj-tan: #AFA194;
    --gj-dark-brown: #534335;
    --gj-dark-brown-rgb: 83, 67, 53;
    --gj-off-white: #F4F2F0;
}

/*************************************
!CUSTOM VARIABLES - END
**************************************/

/*************************************
#TYPOGRAPHY - START
**************************************/

@font-face {
    font-family: 'Kaisei Opti';
    src: url('../fonts/KaiseiOpti/KaiseiOpti-Medium.woff2') format('woff2');
    font-weight: 500; /* Medium */
    font-style: normal;
    font-display: swap;
}
:root {
    --lp--base-preset--heading--font-family: 'Kaisei Opti', serif;
}
body{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--lp--base-preset--body--font-family);
}
h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: var(--lp--base-preset--heading--color);
    font-family: var(--lp--base-preset--heading--font-family);
	margin-bottom: 16px;
}
h1,
.h1 {
    font-size: 2rem;
    letter-spacing: 1px;
}
h2,
.h2 {
    font-size: 1.6rem;
}
h3,
.h3 {
    font-size: 1.4rem;
}
h4,
.h4 {
    font-size: 1.2em;
}
h5,
.h5 {
    font-size: 1.1em;
}
h6,
.h6 {
    font-size: 1em;
}
a {
    color: var(--lp--base-preset--link--color);
    transition: all 0.25s ease;
}
a:hover,
a:focus,
a:active {
    color: var(--lp--base-preset--link--color--hover);
}
.hic-blurb a:not(.button),
.rep-office-list .rep-office-name a {
    text-decoration: underline;
}
.content-element .wp-block-heading:not(:first-of-type) {
    padding-top: 16px;
}
@media(min-width: 1024px) {
	h1,
	.h1 {
		font-size: 2.5rem;
	}
	h2,
	.h2 {
		font-size: 2rem;
	}
	ul li:not(:last-child, .menu-button),
	ol li:not(:last-child){
		padding-bottom: 10px;
	}
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#SITE WIDTH - START
*************************************/
/*Default Width - START*/
.default-width .lp-container,
.default-width .rma-container {
    max-width: 1170px;
}
/*Default Width - END*/

/*Wide Layout - START*/
.wide-layout .hero.form-side .inner-hero {
	max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.wide-layout .body-content.has-sidebar-both .inner-body-content, 
.wide-layout .body-content.has-sidebar-left .inner-body-content, 
.wide-layout .body-content.has-sidebar-right .inner-body-content {
	max-width: 1280px;
}
.wide-layout .header .grid-container,
.wide-layout.home .hero .grid-container,
.wide-layout .hero.page-banner .grid-container,
.wide-layout.home .bottom-footer .grid-container,
.wide-layout .hero.gallery-background-banner .grid-container {
    max-width: 1380px;
}
.wide-layout .grid-container,
.wide-layout .lp-default-container .lp-container {
    max-width: 1280px;
}
.wide-layout .small-container .grid-container {
    max-width: 1000px;
}
.wide-layout .medium-container .grid-container {
    max-width: 1200px;
}
.wide-layout .large-container .grid-container {
    max-width: 1600px;
}
/*Wide Layout - END*/

/*Full Width Layout - START*/
.full-width-layout .grid-container {
    max-width: 100%;
}

.full-width-layout .small-container .grid-container {
    max-width: 1000px;
}

.full-width-layout .medium-container .grid-container {
    max-width: 1200px;
}

.full-width-layout .large-container .grid-container {
    max-width: 1600px;
}

/*Full Width Layout - END*/
/*Boxed Layout - START*/
.boxed-layout .off-canvas-wrapper {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.boxed-layout {
    background-color: #e2e4e5;
}

/*Boxed Layout - END*/
.row-fluid.split-50-50.grid .section-body {
	grid-row-gap: 0;
}
/*************************************
!SITE WIDTH - END
*************************************/

/*************************************
#BUTTONS - START
**************************************/
.hic-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.hic-button-wrap .button {
    min-width: 175px;
}
.hic-term.category .hic-value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.button,
.wp-block-button__link,
.hic-term.category .hic-value a,
.single-post .heading-meta .category a {
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    margin: 0;
    color: var(--lp--base-preset--button--color);
    background-color: var(--lp--base-preset--button--background-color);
    transition: all 0.25s ease;
    border-radius: 24px;
    border: 1px solid var(--lp--base-preset--button--color);
}
.button::after,
.wp-block-button__link::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.25s ease;
}
.button:hover,
.wp-block-button__link:hover,
.hic-term.category .hic-value a:hover,
.single-post .heading-meta .category a:hover {
    background-color: rgba( var(--lp--base-preset--button--background-color--hover--rgb), .20 );
    color: var(--lp--base-preset--button--color--hover);
}
.button:focus,
.wp-block-button__link:focus {
    background-color: rgba( var(--lp--base-preset--button--background-color--hover--rgb), .40 );
    color: var(--lp--base-preset--button--color--hover);
}
.video-play-button {
    margin: auto;
    transition: all 0.25s ease;
}
#submit.alt,
.button.alt {
    background-color: var(--lp--base-preset--button--color);
    color: #fff;
}
#submit.alt:hover,
.button.alt:hover {
    background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
}
#submit.alt.disabled,
#submit.alt.disabled:hover,
#submit.alt:disabled[disabled],
#submit.alt:disabled[disabled]:hover,
.button.alt.disabled,
.button.alt.disabled:hover,
.button.alt:disabled[disabled],
.button.alt:disabled[disabled]:hover {
    background-color: var(--lp--base-preset--button--background-color);
    color: var(--lp--base-preset--button--color);
}
.rep-search-form .rep-property-filter-button:not(:hover) {
    background-color: #fff;
    color: var(--lp--base-preset--button--background-color);
    border-color: var(--lp--base-preset--button--background-color);
}
.hero .video-button.button:after {
    background-image: url(../images/play-button-circle.png);
    content: '';
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hero .video-button.button:hover:after {
	 transform: scale(1.2);
}
@media(max-width: 1023px) {
	.video-play-button {
		width: 60px;
		height: 60px;
	}
}
@media(min-width: 768px) {
    .button:hover::after,
    .wp-block-button__link:hover::after,
    .button:focus::after,
    .wp-block-button__link:focus::after {
        margin-left: 15px;
    }
}
@media (min-width: 1024px) {
    .menu li.menu-button a {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 24px;
    }
	.video-play-button {
		width: 80px;
		height: 80px;
	}
}
/*************************************
!BUTTONS - END
**************************************/

/*************************************
#SITE COLORS - START
**************************************/
/*Default, Light and Grey - START*/
.header-default-color .header .menu-item-has-children .submenu.first-sub {
    background-color: #fff;
}
.header-default-color .header {
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.header-default-color .header,
.header-light .header,
.hero.default-banner,
.hero.light-banner {
    background-color: #fff;
}
.grey-section,
.header-grey .header,
.hero.grey-banner,
.grey-boxes .hic-box,
.footer-grey .footer {
    background-color: var(--lp--base-preset--brand-color--grey);
}
.hero.default-banner,
.hero.light-banner,
.hero.grey-banner {
    color: var(--lp--base-preset--body--color);
}
.header-default-color .header .menu li:not(.menu-button) a,
.header-light .header .menu li:not(.menu-button) a,
.header-grey .header .menu li:not(.menu-button) a,
.footer-default-color .footer a,
.footer-default-color .bottom-footer a,
.footer-default-color .social-media li a,
.footer-light .footer a,
.footer-light .bottom-footer a,
.footer-light .social-media li a {
    color: var(--lp--base-preset--body--color);
}
.default-section.has-bg-img,
.default-section.has-bg-img .slick-slider .slick-arrow:before {
    color: #fff;
}
.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box,
.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box .hic-title h3,
.light-section .box-link .hic-box,
.light-section .box-link .hic-box .hic-title h3,
.default-section:not(.has-bg-image) .accordion-title {
    color: var(--lp--base-preset--body--color);
}
.light-boxes .hic-box {
    background-color: #fff;
    padding: 30px;
}
.default-section ul:not(.checklist) li::marker {
    color: var(--lp--base-preset--brand-color--secondary);
}
.grey-section.image-above-content:not(.grey-boxes) .hic-box {
    background-color: #fff;
}
.grey-section.image-above-content .hic-content,
.grey-boxes .hic-content {
    padding: 20px;
}
.grey-section .box-link .hic-box,
.grey-section .box-link .hic-box .hic-title h3,
.grey-section .accordion-title,
.grey-section .tabs-title>a {
    color: var(--lp--base-preset--body--color);
}
.default-section:not(.has-bg-image).checklist li::before,
.light-section.checklist li::before,
.default-section:not(.has-bg-image) .checklist li::before,
.light-section .checklist li::before {
    background-color: var(--lp--base-preset--brand-color--grey);
}
.grey-section .accordion-title:hover,
.grey-section .is-active .accordion-title {
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
}
.footer-default-color .footer a,
.footer-default-color .bottom-footer a {
    color: var(--lp--base-preset--body--color);
}
.footer-grey .footer a,
.footer-grey .bottom-footer a {
    color: var(--lp--base-preset--body--color);
}
@media (min-width: 1400px) {
    .header-default-color .menu li.menu-button a,
    .header-light .menu li.menu-button a,
    .header-grey .menu li.menu-button a {
        border-radius: 24px;
        border: 1px solid var(--lp--base-preset--button--color);
        color: var(--lp--base-preset--body--color);
        text-transform: capitalize;
    }
    .header-default-color .menu li.menu-button.active a,
    .header-default-color .menu li.menu-button:hover a,
    .header-light .menu li.menu-button:hover a,
    .header-grey .menu li.menu-button:hover a {
        background-color: var(--lp--base-preset--button--background-color--hover);
        color: #fff;
    }
}
/*Default, Light and Grey - END*/

/*Theme and Dark - START*/
.dark-button .button {
    background-color: #3C3E41;
    color: #fff;
}
.theme-section,
.header-theme .header,
.hero.theme-banner,
.theme-boxes .hic-box,
.footer-theme .footer {
    background-color: var(--lp--base-preset--brand-color--primary);
}

.dark-section,
.header-dark .header,
.hero.dark-banner,
.dark-boxes .hic-box,
.footer-dark .footer {
    background-color: var(--lp--base-preset--brand-color--dark);
	color: #FFF;
}
.dark-boxes h3,
.dark-boxes .hic-title span,
.dark-boxes [type="text"], 
.dark-boxes [type="email"],
.dark-boxes textarea,
.dark-boxes select {
	color: #FFF;
}
.dark-boxes select option {
    color: var(--lp--base-preset--body--color);
}

.dark-border-boxes .hic-box {
    border: 1px solid var(--lp--base-preset--brand-color--dark);
}

.header-theme .header .top-bar .menu-icon:after,
.header-dark .header .top-bar .menu-icon:after,
.header-transparent .header .top-bar .menu-icon:after {
    /* box-shadow: -16px 9px 0px #fefefe, 0px 18px 0px #fefefe; */
}

.theme-section,
.header-theme .header,
.header-theme .header a,
.header-theme .header ul li a,
.footer-theme .footer,
.footer-theme .footer a,
.footer-theme .bottom-footer a,
.footer-theme .bottom-footer ul li a,
.footer-theme h4 {
    color: #fff;
}

.footer-theme .bottom-footer {
    color: var(--lp--base-preset--body--color);
}

.dark-section,
.header-dark .header,
.header-dark .header a,
.header-dark .header ul li a,
.footer-dark .footer,
.footer-dark .footer a,
.footer-dark .bottom-footer,
.footer-dark .bottom-footer a,
.footer-dark .bottom-footer ul li a,
.footer-dark h4,
.dark-section h2 {
    color: #fff;
}

.dark-section .section-title span,
.dark-section .hic-title span {
    color: var(--lp--base-preset--brand-color--primary);
}

.dark-section .section-title,
.theme-section .section-title {
    color: #fff;
}

.dark-section .box-link .hic-box,
.dark-section .hic-box .hic-title h3,
.dark-section .slick-slider .slick-arrow:before,
.theme-section .box-link .hic-box,
.theme-section .hic-box .hic-title h3,
.theme-section .slick-slider .slick-arrow:before {
    color: #fff;
}

.dark-section .accordion-title,
.dark-section .tabs-title>a,
.theme-section .accordion-title,
.theme-section .tabs-title>a {
    color: var(--lp--base-preset--body--color);
}

.dark-section .accordion-title:hover,
.dark-section .is-active .accordion-title,
.theme-section .accordion-title:hover,
.theme-section .is-active .accordion-title {
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
}

.dark-section .button,
.dark-section button.button,
.theme-section .button,
.theme-section button.button {
    background-color: #fff;
}

.dark-section .button+.button,
.theme-section .button+.button {
    background-color: transparent;
    border: 1px solid;
}

.footer-dark .bottom-footer {
    background-color: var(--lp--base-preset--brand-color--dark);
}

.footer-theme .bottom-footer {
    background-color: var(--lp--base-preset--brand-color--primary);
}

.footer-theme-secondary .bottom-footer {
    background-color: var(--lp--base-preset--brand-color--secondary);
}

@media (min-width: 1024px) {

    .header-dark .menu li.menu-button a,
    .header-theme .menu li.menu-button a {
        border: 1px solid var(--lp--base-preset--button--background-color);
    }

    .header-transparent .menu li.menu-button a {
        border: 1px solid #fff;
    }

    .header-dark .menu li.menu-button a,
    .header-theme .menu li.menu-button a {
        background-color: var(--lp--base-preset--button--background-color);
    }

    .header-dark .menu li.menu-button:hover a,
    .header-theme .menu li.menu-button:hover a,
    .header-transparent:not(.sticky-header.scrolled) .menu li.menu-button:hover a {
        background-color: var(--lp--base-preset--button--background-color--hover);
        border-color: var(--lp--base-preset--button--background-color--hover);
    }
}

/*Theme and Dark - END*/

/*Second Theme - START*/
.second-theme-section,
.header-secondary .header,
.hero.secondary-banner,
.second-theme-boxes .hic-box,
.footer-theme-secondary .footer {
    background-color: var(--lp--base-preset--brand-color--secondary);
}

.second-theme-section,
.header-secondary .header,
.header-secondary .header ul li a,
.hero.secondary-banner,
.footer-theme-secondary .footer,
.footer-theme-secondary .footer a,
.footer-theme-secondary .bottom-footer,
.footer-theme-secondary .bottom-footer a,
.footer-theme-secondary .bottom-footer ul li a {
    color: var(--lp--base-preset--body--color);
}

.second-theme-section .section-title span,
.second-theme-section .hic-title span {
    color: var(--lp--base-preset--brand-color--primary);
}

.second-theme-section .accordion-title,
.second-theme-section .tabs-title>a {
    color: var(--lp--base-preset--body--color);
}

.second-theme-section .accordion-title:hover,
.second-theme-section .is-active .accordion-title {
    /* background-color: var(--lp--base-preset--brand-color--primary);
  color: #000; */
}

/*Second Theme - END*/
/*************************************
!SITE COLORS - END
**************************************/

/*************************************
#GENERAL - START
**************************************/
.placeholder-image {
    background-color: #f1f1f1;
}
.badge, .badge.primary { background-color: transparent; }

/*Menu - START*/
.menu .active>a,
.menu .is-active>a {
    background: transparent;
}
.blank-link.menu-item>a { cursor: default; }

/*Menu - END*/

/*Read more / less - START*/
.image-left-content.row-fluid .medium-12.has-image .hic-more-content .hic-content, 
.image-right-content.row-fluid .medium-12.has-image .hic-more-content .hic-content{
	padding: 0;
}

.hic-more-content.height-based-type:not(.is-active) .hic-content {
    max-height: 160px;
    transition: max-height 0.5s ease-out;
}

.hic-more-content.height-based-type:not(.is-active) .hic-content::after {
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 40%,
            rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 40%,
            rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.9) 40%,
            rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    opacity: 1;
}

.hic-more-content.height-based-type .hic-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transition: background 0.5s ease;
}

.hic-read-more-toggle {
    font-weight: 600;
    text-decoration: underline;
}

.hic-read-less-toggle,
.hic-read-less {
    display: none !important;
}

.hic-read-more span::after {
    content: "";
    width: 0.85em;
    height: 0.85em;
    line-height: inherit;
    display: inline-block;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    clip-path: padding-box inset(0.28125em 0);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
}

@media (max-width: 767px) {
    .hic-read-more span {
        width: 100%;
        text-align: center;
        display: flex;
        color: inherit;
        border: 1px solid;
        padding: 0.85em;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
    }
}

/*Read more / less - END*/

/*Thank You Page - START*/
.text-center .check-image img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 641px) {
    .text-center .check-image img {
        max-width: 85px;
    }
}

/*Thank You Page - END*/

/*Read More - START*/
.page-element:not(.theme-section) .text-link .hic-button-wrap a,
.page-element:not(.theme-section) .hic-item.text-link .hic-button-wrap a {
    color: var(--lp--base-preset--link--color);
}

.page-element.theme-section .text-link .hic-button-wrap a,
.page-element.theme-section .hic-item.text-link .hic-button-wrap a {
    color: var(--lp--base-preset--body--color);
}

/*Read More - END*/

.hidden-field,
.validation_message--hidden-on-empty,
.hide-footer .bottom-footer {
    display: none !important;
}
.hide-header .off-canvas-content { padding-top: 0 !important; }
.page-elements .page-element.no-border {
	border: none;
}
.wide-layout .image-left-content.row-fluid .medium-12.has-gallery .hic-content, 
.wide-layout .image-right-content.row-fluid .medium-12.has-gallery .hic-content {
	max-width: 830px;
}
.image-left-content.row-fluid .medium-12.has-gallery .hic-content, .image-right-content.row-fluid .medium-12.has-gallery .hic-content {
	 padding-left: 60px;
     padding-right: 60px;
}
.content-box-element .has-gallery .slick-dots {
	bottom: -37px;
}
/*************************************
!GENERAL - END
**************************************/

/*************************************
#CONTACT DETAILS - START
**************************************/
/*Contact info used in Top Header. Contact Details and Social Media used in Team, Locations, and Events Elments, Shortcodes, and Footer*/
.contact-info {
    margin: 0;
    list-style: none;
}
.contact-info li {
    position: relative;
}
.contact-info li a::before {
    margin-right: 8px;
}
.contact-details {
    display: flex;
    flex-direction: column;
}
.text-center .contact-details {
    align-items: center;
}
.contact-details div {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.contact-details .contact-address,
.contact-details .contact-phone,
.contact-details .contact-email,
.contact-details .contact-person {
    padding-left: 28px;
}
.contact-position {
    font-weight: 500;
}
.contact-info li .address a::before,
.contact-info li .phone-number a::before,
.contact-info li .email-address a::before,
.contact-details .contact-address::before,
.contact-details .contact-phone::before,
.contact-details .contact-email::before,
.contact-details .contact-person::before {
    font-family: "Font Awesome 5 Pro";
}
.contact-details .contact-address::before,
.contact-details .contact-phone::before,
.contact-details .contact-email::before,
.contact-details .contact-person::before {
    position: absolute;
    left: 0;
    top: 2px;
}
.contact-address::before,
.contact-info li .address a::before {
    content: "\f3c5";
}
.contact-phone::before,
.contact-info li .phone-number a::before {
    content: "\f095";
}
.contact-email::before,
.contact-info li .email-address a::before {
    content: "\f0e0";
}
.contact-person::before {
    content: "\f007";
}
.social-media,
.social-sharer {
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
}
.social-media li,
.social-sharer li {
    display: inline-block;
}
.social-sharer li .hi-link {
    display: inline-block;
    cursor: pointer;
    margin-top: 2px;
    padding: 7px 10px 7px 10px !important;
    background: #ededed;
    color: #000;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    margin-right: 8px !important;
}
.social-media i {
    font-size: 35px;
    color: #3C3E41;
}
.social-media i:hover {
    color: var(--gj-dark-brown);
}
.social-media .fa-facebook-f::before {
    content: "\f09a";
}
.social-media .fa-pinterest-p::before {
    content: "\f0d2";
}
.social-media .fa-linkedin-in::before {
    content: "\f08c";
}
.sidebar-element .social-sharer {
    text-align: center;
}
.contact-details+.social-media-details {
    margin-top: 20px;
}
/*************************************
!CONTACT DETAILS - END
**************************************/

/*************************************
#GOOGLE MAPS - START
**************************************/
.lp-map,
.lp-google-map,
.map-embed {
    height: 100%;
}

.google-map-element.row-fluid.full-column .cell {
    padding: 0;
}

.google-map-element.row-fluid.full-column .cell p {
    margin-bottom: 0;
}

@media (max-width: 640px) {

    .lp-map,
    .lp-google-map,
    .map-embed {
        min-height: 375px;
    }
}

/*************************************
#GOOGLE MAPS - END
**************************************/

/*************************************
#FORMS - START
*************************************/
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea,
.select2-container .select2-selection--single {
    padding: 12px 20px;
    font-size: 14px;
    border: 1px solid #3C3E41;
    border-radius: 24px;
    background: transparent;
    box-shadow: none;
    height: 44px;
    margin: 0;
    color: #3C3E41;
	align-content: center;
	line-height: 1;
}
textarea {
    border-radius: 30px;
	align-content: start;
	line-height: 1.5;
}
textarea.small {
    max-height: 80px;
}
select {
    background-position: right -10px center;
}
.select2-container .select2-selection--multiple {
    min-height: 44px;
    border: 1px solid #3C3E41;
    padding: 12px 20px;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #3C3E41;
    box-shadow: none;
    background: none;
}
.select2-container {
    width: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
	color: #3C3E41;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
::-webkit-input-placeholder {
    /* Edge */
    color: #3C3E41;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3C3E41;
}
select,
::placeholder {
    color: #3C3E41;
}
/*************************************
!FORMS - END
*************************************/

/*************************************
#GRAVITY FORMS - START
*************************************/
.gform_wrapper input[type="color"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"],
.gform_wrapper select,
.gform_wrapper textarea {
    margin-top: 0;
    margin-bottom: 0;
}
.gform_required_legend {
    display: none;
}
.gform_wrapper .gform_fields {
    margin-left: -0.5375rem;
    margin-right: -0.5375rem;
}
.gform_fields>.gfield {
    padding-left: 0.5375rem;
    padding-right: 0.5375rem;
}
.gform_wrapper .gform_fields {
    grid-row-gap: 16px;
}
.gform_wrapper .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.gform_wrapper legend {
    margin-left: 0;
    margin-right: 0;
}
.gform_wrapper fieldset {
    border: none;
    margin: 0;
}
.gform_wrapper .gfield textarea {
    width: 100%;
}
.gform_wrapper .gfield textarea.small {
    height: 90px;
}
.gform_wrapper .gfield textarea.medium {
    height: 180px;
}
.gform_wrapper .gfield textarea.large {
    height: 270px;
}
.gform_wrapper .gfield .gchoice [type="checkbox"]+label,
.gform_wrapper .gfield .gchoice [type="radio"]+label {
    margin-left: 0;
}
.gform_wrapper .gfield.inline-choices .gchoice {
    display: inline-block;
    margin-right: 15px;
}
.gform_wrapper .gfield_html {
    margin-bottom: 16px;
}
.gform_wrapper .ginput_container_consent {
    display: flex;
    align-items: baseline;
}
.gform_wrapper .ginput_container_consent input {
    margin: 0;
    position: relative;
    top: 2px;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    clear: both;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: normal;
    line-height: inherit;
    width: 100%;
    padding-top: 8px;
    text-align: left;
}
.gform_wrapper .gfield_description a {
    text-decoration: underline;
    color: var(--lp--base-preset--brand-color--primary);
}
.gform_wrapper .field_description_above .description,
.gform_wrapper .field_description_above .gfield_description,
.gform_wrapper .field_description_above .gsection_description,
.gform_wrapper .field_description_above .instruction {
    padding-top: 0;
    padding-bottom: 10px;
}
.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
}
#gform_wrapper_15.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .gform_required_legend .gfield_required {
    padding-left: 0;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
    margin: 6px 0 0;
    /* padding: 16px 0; */
    padding-top: 16px;
}
.gform_wrapper .gform_footer button {
    position: relative;
}
.gform_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 18px;
  border: 1px solid var(--gj-dark-brown);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin: 0;
  background: #fff;
}
.gform_wrapper input[type="checkbox"]:hover {
  background: rgba( var(--gj-dark-brown-rgb), .30 );
}
.gform_wrapper input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.gform_wrapper input[type="checkbox"]:checked {
  border-color: var(--lp--base-preset--brand-color--primary);
  background-color: var(--lp--base-preset--brand-color--primary);
}
.gform_wrapper .gfield_checkbox label {
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2;
  margin: 0;
}
.gform_wrapper .gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #3C3E41;
  border-bottom: 1px solid #3C3E41;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: border-color 0.2s ease;
}
.default-section .gform_wrapper .gform_button {
    background-color: #3c3e41;
    color: #fff;
}

.gfield.postCodeLookUp .select2-selection {
	padding-top: 0;
	padding-bottom: 0
}
.gfield.postCodeLookUp .select2-selection__rendered { line-height: 42px; text-align: left;}
.gform_wrapper .gfield.postCodeLookUp .ginput_container_select::after,
.gfield.postCodeLookUp .select2-selection__clear{ display: none !important; }

.gfield.postCodeLookUp .gfield_select { padding-top: 0 !important; padding-bottom: 0; }
@media (max-width: 640px) {
    .gform_wrapper .gform_footer input[type="submit"] {
        width: 100%;
    }
}
@media (min-width: 641px) {
    .gform_wrapper input[type="checkbox"] {
        width: 18px;
    }
}

/*Validation Errors - START*/
.gform_wrapper .gform_validation_errors {
    background: #fff9f9;
    border: 1.5px solid #c02b0a;
    box-shadow: 0 1px 4px rgb(0 0 0 / 11%), 0 0 4px rgb(18 25 97 / 4%);
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 24px;
    position: relative;
    width: 100%;
	display: none;
}
.lp-modal .lp-modal-content .gform_wrapper .gform_validation_errors h2{
	font-size: 14px;
}
.gform_wrapper .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 12px;
	font-family: "Montserrat", sans-serif;
  	font-weight: normal;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary {
    margin: 0;
}
.gform_wrapper .gform_validation_errors>h2 .gform-icon {
    align-items: center;
    display: flex;
    font-size: 28px;
    height: 100%;
    left: 12px;
    position: absolute;
    top: 0;
}
.gform_wrapper.gfield_validation_message,
.gform_wrapper .validation_message {
    font-size: 13px;
    margin-top: 4px;
    padding: 3px 19px;
    font-style: italic;
    font-weight: 500;
}
.gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 1px solid #c02b0a;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid="true"]+label,
.gform_wrapper label+[aria-invalid="true"] {
    color: #c02b0a;
}
/*Validation Errors - END*/

@media (min-width: 641px) {

    .gform_wrapper .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0.5375rem;
    }

    .gform_wrapper .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
    .gform_wrapper .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0.5375rem;
        padding-right: 0;
    }
}

/*Button Choice- START*/
.button-choices .gchoice {
    margin-bottom: 10px;
}

.button-choices input+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #cacaca;
    border-radius: 5px;
    width: 100%;
    color: #0a0a0a;
}

.button-choices input+label::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    border: 2px solid #cacaca;
    background-color: #fff;
    border-radius: 50%;
}

.button-choices input {
    display: none !important;
}

.button-choices input:checked+label {
    font-weight: 700;
    color: var(--lp--base-preset--brand-color--primary);
    border-color: var(--lp--base-preset--brand-color--primary);
}

.button-choices input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lp--base-preset--brand-color--primary);
}

@media (min-width: 641px) {

    .button-choices.columns-2 .gfield_radio,
    .button-choices.columns-2 .gfield_checkbox {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
    }

    .button-choices.columns-2 .gchoice {
        width: 49%;
    }
}

/*Button Choice - END*/
/*************************************
!GRAVITY FORMS - END
*************************************/

/*************************************
#HEADER - START
**************************************/
/*Header Menu - START*/
.header .menu  a {
    font-size: 16px;
    position: relative;
}
.header .menu  li:not(.menu-button) > a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--lp--base-preset--brand-color--primary);
    left: 0;
    bottom: -8px;
    transition: all 0.25s ease;
}
.header .menu li:not(.menu-button).active:not(.current_page_ancestor) > a::before,
.header .menu li:not(.menu-button) > a:focus::before,
.header .menu li:not(.menu-button) > a:hover::before {
    width: 100%;
    transition: all 0.25s ease;
}
.header .menu .active > a {
    color: var(--lp--base-preset--body--color);
}
.header .top-bar .menu:not(.submenu) {
    align-items: center;
}
.header .menu .menu-button:not(:first-child) {
    margin-left: 60px;
}
.header .menu .menu-item:not(.mega-menu) .submenu {
    border: none !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header .menu .menu-item:not(.mega-menu) .submenu li {
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu {
    padding-top: 0;
    display: block;
}
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu li a {
    line-height: 1.5;
    font-size: 16px;
    padding: 8px 0;
}
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu li:not(.menu-img, .menu-img-link) a {
    display: inline-block;
}
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu li:not(.menu-img, .menu-img-link) a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset;
    height: 1px;
    width: 0%;
    background-color: var(--lp--base-preset--brand-color--primary);
    transition: width .25s ease;
}
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu li.active:not(.menu-img, .menu-img-link) a::after,
.header .menu .menu-item:not(.mega-menu) .is-dropdown-submenu li:not(.menu-img, .menu-img-link) a:hover::after {
    width: 100%;
}
.header .menu-item-has-children > i {
    display: none;
}
.header .menu-container > .menu > li:not(.menu-button, .menu-item-search) {
    padding: .7rem 0.9rem !important;
}
.header .menu-container > .menu > li:not(.menu-button) > a {
    padding: 0 !important;
}
.header .menu-container > .menu > .menu-item-has-children:not(.mega-menu):hover > .is-dropdown-submenu.first-sub,
.header .menu-item-has-children:not(.mega-menu) .submenu.first-sub:hover {
    display: block;
}
.header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    font-family: "Font Awesome 5 Pro";
    /* content: "\f107"; */
    content: "";
    font-weight: 900;
    border: none;
    right: 14px;
    margin-top: -7px;
}
.header .menu-item-has-children:not(.mega-menu) .submenu.first-sub {
    padding: 15px;
    display: none;
    margin-top: -1px;
}
/*Header Menu - END*/

/*Header Mega Menu - START*/
.header .mega-menu > .menu.first-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw !important;
    max-width: 1044px;
    padding: 40px;
    background: #ffffff;
    display: none;
    opacity: 0;
    visibility: hidden;
    /* transition: all .25s ease; */;
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 9999;
    flex-direction: row;
    display: flex;
    /* gap: 70px; */
    align-items: flex-start;
}
.header .mega-menu:hover > .menu.first-sub {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.header .mega-menu > .menu.first-sub > li > a {
    display: none;
}
.header .mega-menu > .menu.first-sub .menu-col {
    flex: 1;
}
.header .mega-menu > .menu.first-sub .menu-col .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: unset;
    box-shadow: none;
}
.header .mega-menu a {
    display: inline-block;
}
.header .mega-menu li:not(.menu-img, .menu-img-link) > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset;
    height: 1px;
    width: 0%;
    background-color: var(--lp--base-preset--brand-color--primary);
    transition: width .25s ease;
}
.header .mega-menu li:not(.menu-img, .menu-img-link) > a:hover::after {
    width: 100%;
}
.header .menu .mega-menu .menu-img-link {
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.header .menu .mega-menu .menu-img-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .menu .mega-menu .menu-img-link a::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-top: 0;
    right: 10px;
    transition: all .25s ease;
    position: relative;
}
.header .menu .mega-menu .menu-img-link a:hover::after {
    color: var(--lp--base-preset--brand-color--secondary);
    right: 0;
    transition: all .25s ease;
}
.header .menu .mega-menu .menu-img a:hover,
.header .menu .mega-menu .menu-img-link a:hover {
    text-decoration: none !important;
}
/*Header Mega Menu - END*/

/*Header Search - START*/
.header .menu-item-search:not(:has(.search.active)) {
    border: 1px solid var(--lp--base-preset--button--color);
    border-radius: 24px;
    width: 50px;
    margin-left: 10px;
}
.header .menu-item-search:not(:has(.search.active)):hover {
    background-color: var(--lp--base-preset--brand-color--secondary);
    color: #fff;
}
.header .menu-item-search:has(.search.active) {
    position: absolute;
    width: 100%;
}
.header .search .input-group {
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.header .search.active .input-group .search-icon {
    position: absolute;
    left: 15px;
}
.header .search .search-icon {
    cursor: pointer;
}
.header .search .close-search {
    display: none;
    position: absolute;
    right: 15px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}
.header .search.active .close-search {
    display: inline-block;
}
.header .search .search-icon::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
}
.header .search.desktop-search .search-icon::before {
    font-size: 16px;
}
.header .search:not(.active) .input-group input {
    width: 0;
    border: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.header .search .input-group input {
    margin: 0;
    max-width: 100%;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    color: var(--lp--base-preset--body--color);
}
.header .top-bar.two-column .top-bar-right.hide-for-large:has(.search.active) {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 14px;
}
.header .top-bar.two-column .top-bar-right.hide-for-large:has(.search.active) .menu {
    column-gap: 20px;
}
.header .top-bar .top-bar-right.hide-for-large:has(.search.active) .elem-0 {
    flex: 1;
}
/*Header Search - END*/

/*Top and Bottom Header - START*/
.header .top-header {
    min-height: var(--lp--base-preset--header--top-header--min-height);
    padding: 8px 0;
}

.header .top-header ul li,
.header .bottom-header ul li {
    line-height: 16px;
    display: inline-block;
}

.header .top-header ul li:not(:last-child),
.header .bottom-header ul li:not(:last-child) {
    margin-right: 6px;
    padding-right: 8px;
}

.header .top-header .menu,
.header .bottom-header .menu {
    text-align: right;
}

.header .bottom-header {
    min-height: var(--lp--base-preset--header--bottom-header--min-height);
    padding: 8px 0;
}

@media (max-width: 640px) {

    .header .top-header .contact-info span,
    header .bottom-header .contact-info span {
        display: none;
    }
}

/*Top and Bottom Header - END*/

/*Top Bar - START*/
.header .top-bar {
    min-height: var(--lp--base-preset--header--top-bar--min-height);
    padding: 15px 0;
    transition: 0.3s all;
}
.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
    padding: 30px 0 15px 0;
    transition: 0.3s all;
}
.header .top-bar .logo-wrap {
    margin-bottom: 0;
}
.header .top-bar .logo-wrap .no-logo {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
.header .top-bar .logo-wrap .logo {
    max-width: 220px;
}
.header .top-bar.two-column .top-bar-right.hide-for-large .menu {
    column-gap: 15px;
}
.header .top-bar .top-bar-right.hide-for-large .elem-burger-menu {
    display: flex;
}
.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
    display: none;
}

.header .top-bar .elem-phone {
    display: none;
}
.header .top-bar .menu-icon {
    all: unset;
}
.header .top-bar .menu-icon {
    position: relative;
    width: 30px;
    height: 26px;
    display: inline-block;
    transition: all 0.3s ease;
}
.header .top-bar .menu-icon::before,
.header .top-bar .menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3C3E41;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.header .top-bar .menu-icon::before {
    top: 0;
    box-shadow:
      0 7px 0 #3C3E41,
      0 14px 0 #3C3E41;
}
.header .top-bar .menu-icon::after {
    top: 21px;
    box-shadow: none;
}
.header .top-bar .menu-icon[aria-expanded="true"]::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: none;
}
.header .top-bar .menu-icon[aria-expanded="true"]::after {
    top: 11px;
    transform: rotate(-45deg);
    box-shadow: none;
}
.header .top-bar .menu-icon:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}
@media (max-width: 1023px) {
    .header .phone a {
        padding: 6px 12px;
    }
}
@media (min-width: 1024px) {
    .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
        padding-top: 40px;
        transition: 0.3s all;
    }
}
@media (max-width: 1399px) {
    .header .top-bar.two-column .top-bar-right.hide-for-large {
        display: block !important;
    }
    .header .top-bar.two-column .top-bar-right.show-for-large {
        display: none !important;
    }
}
/*Top Bar - END*/

/*Custom Header Layout - Start*/
.header.custom-header-layout .top-bar .top-bar-body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-col {
    width: auto;
}

.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
    justify-self: flex-start;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .header.custom-header-layout .top-bar .top-bar-hamburger-menu {
        display: none;
    }
}

@media (max-width: 1023px) {

    .header.custom-header-layout .top-bar .top-bar-col:not(.top-bar-hamburger-menu):not(.top-bar-logo),
    .header.custom-header-layout .menu .phone .number {
        display: none;
    }
}

/*Custom Header Layout - END*/

/*Header Transparent - START*/
.header-transparent .header .menu li a,
.header-transparent .header .contact-info li a,
.default-header-color.header-transparent .header .menu li a,
.default-header-color.header-transparent .header .contact-info li a,
.header-light.header-transparent .header .menu li a,
.header-light.header-transparent .header .contact-info li a,
.header-theme.header-transparent .header .menu li a,
.header-theme.header-transparent .header .contact-info li a,
.header-dark.header-transparent .header .menu li a,
.header-dark.header-transparent .header .contact-info li a,
.header-transparent .social-media a {
    color: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header,
.single-property_type.header-transparent:not(.sticky-header.scrolled) .header,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header {
    background: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .site-logo,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .site-logo {
    display: none;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .alternative-logo,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .alternative-logo {
    display: block;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .menu li a {
    color: var(--lp--base-preset--body--color);
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu .submenu li a,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .menu .submenu li a {
    color: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu li.menu-button a:hover,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button a:hover {
    color: #fff;
    border-color: var(--lp--base-preset--button--background-color);
}
.header-transparent.sticky-header.scrolled .header {
    background-color: var(--lp--base-preset--brand-color--dark);
}
.header-transparent.page-banner-hidden .off-canvas-content,
.header-transparent.lp-hero-hidden .off-canvas-content,
.sticky-header:not(.header-transparent) .off-canvas-content,
.sticky-header.page-banner-hidden .off-canvas-content,
.sticky-header.lp-banner-hidden .off-canvas-content {
    padding-top: var(--lp--base-preset--header--min-height);
}
@media (min-width: 1024px) {
    .header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu li.menu-button a,
    .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button a {
        /* border-color: var(--lp--base-preset--body--color); */
        color: #fff;
    }
}
/*Header Transparent - END*/

/*Header Theme & Secondary - START*/
.header-theme .header .menu li.menu-button a,
.header-secondary .header .menu li.menu-button a {
    border: 1px solid;
}
.header-theme .header .menu li.menu-button a:hover {
    background-color: #fff;
    color: var(--lp--base-preset--brand-color--primary);
}
.header-secondary .header .menu li.menu-button a:hover {
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
    border: 1px solid var(--lp--base-preset--brand-color--primary);
}
/*Header Theme & Secondary - END*

/*Sticky Header - START*/
.scrolled-up-sticky-header .header {
    transition: all 1s ease-in-out;
}
.sticky-header.admin-bar .header {
    transition: 0.3s all;
}
/*Sticky Header - END*/
/*************************************
!HEADER - END
**************************************/

/*************************************
#OFF CANVAS - START
**************************************/
.off-canvas {
    background-color: #fff;
    width: 100%;
    transform: translateX(100%);
}
body:not(.admin-bar) .off-canvas,
.admin-bar .off-canvas {
    margin-top: var(--lp--base-preset--header--top-bar--min-height);
}

.admin-bar:not(.admin-bar-hidden) .off-canvas {
    margin-top: calc( var(--lp--base-preset--header--top-bar--min-height) + 46px );
}

.off-canvas > .menu {
    padding-top: 20px;
}

.off-canvas > .menu > li > a {
    padding: 20px 40px 20px 24px !important;
    font-size: 20px;
    position: relative;
}
.off-canvas > .menu > li.is-active > a {
    padding-bottom: 30px !important;
}
.off-canvas > .menu > li.is-active > a::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    bottom: 0;
    width: calc(100% - 48px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.off-canvas > .menu > .menu-item-has-children > .submenu .submenu {
    display: block !important;
}
.off-canvas > .menu > .menu-item-has-children > .submenu .menu-col > a,
.off-canvas > .menu > .menu-item-has-children > .submenu .menu-col > i {
    display: none;
}
.off-canvas > .menu > .mega-menu > .submenu .submenu li:not(.menu-img)::after,
.off-canvas > .menu > .menu-item-has-children:not(.mega-menu) > .submenu li:not(.menu-img)::after {
    content: "";
    display: block;
    margin: 0 24px;
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.off-canvas > .menu > .menu-item-has-children > .submenu li a {
    font-size: 16px;
    padding: 20px 24px;
}

.off-canvas li a,
.off-canvas .is-accordion-submenu-parent i,
.off-canvas .menu .active > a,
.off-canvas .menu .is-active > a {
    color: var(--lp--base-preset--body--color);
}

.off-canvas .is-accordion-submenu-parent i::before {
    content: "\f178";
    font-weight: 300;
}
.off-canvas .is-accordion-submenu-parent.is-active i::before {
    content: "\f175";
}

.off-canvas .is-accordion-submenu-parent i {
    padding: 11px 17px;
    font-size: 16px;
    top: 10px;
    right: 24px;
}

.off-canvas .menu .menu-img-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.off-canvas .menu .menu-img-link a::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: unset;
    margin-right: 10px;
}

@media (min-width: 641px) {
    .has-sticky-element .off-canvas-wrapper {
        overflow: inherit;
    }
}
@media (min-width: 780px) {
    .admin-bar:not(.admin-bar-hidden) .off-canvas {
        margin-top: calc( var(--lp--base-preset--header--top-bar--min-height) + 32px );
    }
}
/*************************************
!OFF CANVAS - END
**************************************/

/*************************************
#SLICK SLIDER - START
**************************************/
.row-fluid.carousel .slick-list {
    margin: 0 -15px;
}
.slick-slider .slick-dots li {
    margin: 0 2px;
}
.slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
}
.slick-slider .slick-dots li button:before {
    opacity: 1;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
    background: transparent;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}
.slick-dots li.slick-active button:before {
    color: var(--lp--base-preset--brand-color--secondary);
    background-color: var(--lp--base-preset--brand-color--secondary);
    border-color: var(--lp--base-preset--brand-color--secondary);
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus-visible:before {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.12);
}
.theme-section .slick-dots li.slick-active button:before {
    color: #fff;
}
.carousel .slick-dotted>.slick-dots {
    bottom: -35px;
}
.carousel .slick-arrow::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    line-height: inherit;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #000;
    font-size: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.carousel .slick-arrow {
	background-color: var(--lp--base-preset--brand-color--secondary);
    border-radius: 50%;
    height: 35px;
    width: 35px;
}
.carousel .slick-arrow:before {
	display: inline-block;
    height: 14px;
    width: 20px;
    background-size: contain;
    background-color: transparent;
}
.carousel .slick-prev:before {
	background-image: url(../images/arrow_left_icon.png);
}
.carousel .slick-next:before {
	background-image: url(../images/arrow_right_alt.png);
}

/* .slick-arrow.slick-prev::before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
}
.slick-arrow.slick-next::before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
} */
@media (min-width: 641px) {
    .carousel .slick-dotted.slick-slider {
        margin-bottom: 65px;
    }

    .carousel .slick-dotted>.slick-dots {
        bottom: -65px;
    }
}
/*************************************
!SLICK SLIDER - END
**************************************/

/*************************************
#FANCY BOX - START
**************************************/
body .fancybox-thumbs__list a {
    height: 60px;
    width: 70px;
}
.fancybox-thumbs__list a {
    height: 50px;
    width: 50px;
    margin: 4px;
    border-radius: 4px;
    opacity: .6;
}
.fancybox-can-zoomIn .fancybox-content {
    max-height: 75% !important;
}
.fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    bottom: 20px;
    max-width: 65%;
    top: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: transparent;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
}
.fancybox-thumbs__list a:before {
    border: 2px solid #000;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
body .fancybox-thumbs-x .fancybox-thumbs__list {
    margin: 0 auto;
    max-width: 800px;
}
body .fancybox-thumbs__list a:before {
    border: 4px solid #e00015;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}
/*************************************
#FANCY BOX - END
**************************************/

/*************************************
#GRID - START
**************************************/
/* Grid Layout 1 - Start */
@media (min-width: 641px) {
    .page-element.grid.grid-layout-1.image-overlay-content .hic-box,
    .page-element.grid.grid-layout-1.image-above-content .hic-box {
        height: 100%;
    }
    .grid-layout-1.image-overlay-content .section-body,
    .grid-layout-1.image-above-content .section-body {
        display: grid;
        grid-auto-flow: row;
    }
    .grid-layout-1.image-overlay-content .section-body .hic-item,
    .grid-layout-1.image-above-content .section-body .hic-item {
        width: 100%;
    }
    .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(2),
    .grid-layout-1.image-above-content .section-body .hic-item:nth-child(2),
    .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(3),
    .grid-layout-1.image-above-content .section-body .hic-item:nth-child(3) {
        grid-column: 2;
    }
    .grid-layout-1.image-overlay-content .section-body .hic-item .hic-image::before,
    .grid-layout-1.image-above-content .section-body .hic-item .hic-image::before {
        padding-top: 66.66667% !important;
    }
    .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(1),
    .grid-layout-1.image-above-content .section-body .hic-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1 / 3;
    }
    .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(1) .hic-image::before {
        padding-top: 140% !important;
    }
    .grid-layout-1.image-above-content .section-body .hic-item:nth-child(1) .hic-image::before {
        padding-top: 167% !important;
    }
    .grid.grid-layout-1.image-overlay-content.default-alignment .section-footer .hic-button-wrap,
    .grid.grid-layout-1.image-above-content.default-alignment .section-footer .hic-button-wrap {
        justify-content: center;
    }
    .grid-layout-1.image-above-content .hic-item.has-description .hic-blurb {
        max-height: 50px;
        overflow: hidden;
    }
}
@media (max-width: 1023px) {
    .grid-layout-1.image-right-content .hic-item.has-media {
        padding: 0;
    }
    .grid-layout-1.image-right-content .hic-item.has-media .hic-content {
        padding: 40px 20px 30px 20px;
    }
}
@media (min-width: 1024px) {
    .grid-layout-1.image-right-content .hic-item.has-media .hic-media-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .grid-layout-1.image-right-content .hic-item.has-media .hic-box {
        display: block;
    }
    .grid-layout-1.image-right-content .hic-item.has-media .hic-content {
        padding: 60px 20px 60px 0;
    }
}
/* Grid Layout 1 - End */

/* Grid Layout 2 - Start */
@media (min-width: 641px) {

    .page-element.grid.grid-layout-2.image-overlay-content .hic-box,
    .page-element.grid.grid-layout-2.image-above-content .hic-box {
        height: 100%;
    }

    .grid-layout-2.image-overlay-content .section-body,
    .grid-layout-2.image-above-content .section-body {
        display: grid;
        grid-auto-flow: row;
    }

    .grid-layout-2.image-overlay-content .section-body .hic-item,
    .grid-layout-2.image-above-content .section-body .hic-item {
        width: 100%;
    }

    .grid-layout-2.image-overlay-content .section-body .hic-item .hic-image::before,
    .grid-layout-2.image-above-content .section-body .hic-item .hic-image::before {
        padding-top: 66.66667% !important;
    }

    .grid-layout-2.image-overlay-content .section-body .hic-item:nth-child(3),
    .grid-layout-2.image-above-content .section-body .hic-item:nth-child(3) {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .grid-layout-2.image-overlay-content .section-body .hic-item:nth-child(3) .hic-image::before {
        padding-top: 140% !important;
    }

    .grid-layout-2.image-above-content .section-body .hic-item:nth-child(3) .hic-image::before {
        padding-top: 167% !important;
    }

    .grid.grid-layout-2.image-overlay-content.default-alignment .section-footer .hic-button-wrap,
    .grid.grid-layout-2.image-above-content.default-alignment .section-footer .hic-button-wrap {
        justify-content: center;
    }

    .grid-layout-2.image-above-content .hic-item.has-description .hic-blurb {
        max-height: 50px;
        overflow: hidden;
    }
}

/* Grid Layout 2 - End */

/* Grid Layout 3 - Start */
@media (min-width: 641px) {

    .grid-layout-3.image-overlay-content .section-body .hic-box,
    .grid-layout-3.image-above-content .section-body .hic-box {
        height: 100%;
    }

    .grid-layout-3.image-overlay-content .section-body,
    .grid-layout-3.image-above-content .section-body {
        display: grid;
        grid-auto-flow: row;
    }

    .grid-layout-3.image-overlay-content .section-body .hic-item,
    .grid-layout-3.image-above-content .section-body .hic-item {
        width: 100%;
    }

    .grid-layout-3.image-overlay-content .section-body .hic-item:first-child,
    .grid-layout-3.image-above-content .section-body .hic-item:first-child {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(2),
    .grid-layout-3.image-above-content .section-body .hic-item:nth-child(2) {
        grid-column: 2;
    }

    .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(3),
    .grid-layout-3.image-above-content .section-body .hic-item:nth-child(3) {
        grid-column: 3;
    }

    .page-element.grid-layout-3.image-overlay-content .hic-item:first-child .hic-image:before {
        padding-top: 140% !important;
    }

    .page-element.grid-layout-3.image-above-content .hic-item:first-child .hic-image:before {
        padding-top: 185% !important;
    }

    .page-element.grid-layout-3.image-overlay-content .hic-image::before,
    .page-element.grid-layout-3.image-above-content .hic-image::before {
        padding-top: 66.66667% !important;
    }

    .grid-layout-3.image-overlay-content .hic-item .hic-content .hic-title h3,
    .grid-layout-3.image-above-content .hic-item .hic-content .hic-title h3 {
        font-size: 1.5rem;
    }

    .grid.grid-layout-3.image-overlay-content.default-alignment .section-footer .hic-button-wrap,
    .grid.grid-layout-3.image-above-content.default-alignment .section-footer .hic-button-wrap {
        justify-content: center;
    }

    .grid-layout-3.image-above-content .hic-item.has-description .hic-blurb {
        max-height: 50px;
        overflow: hidden;
    }
}

/* Grid Layout 3 - End */
/*************************************
!GRID - END
**************************************/

/*************************************
#CAROUSEL - START
**************************************/
/* Carousel Layout 1 - Start */
.carousel-layout-1:not(.carousel-overflow-right) .lp-element-header-title,
.carousel-layout-1:not(.carousel-overflow-right) .section-title {
    text-align: left;
}

.carousel-layout-1:not(.carousel-overflow-right) .slick-slider {
    clip-path: inset(-100vw -100vw -100vw 0);
}

.carousel-layout-1:not(.carousel-overflow-right) .slick-list {
    overflow: visible;
}

.carousel-layout-1:not(.carousel-overflow-right) .slick-initialized .slick-arrow {
    width: 30px;
    height: 30px;
}

@media (min-width: 1024px) {
    .carousel-layout-1:not(.carousel-overflow-right) .slick-initialized .slick-arrow {
        top: -65px !important;
    }

    .carousel-layout-1:not(.carousel-overflow-right) .slick-initialized .slick-arrow.slick-prev {
        right: 45px;
        left: unset;
    }

    .carousel-layout-1:not(.carousel-overflow-right) .slick-initialized .slick-arrow.slick-next {
        right: 15px;
    }
}
/* Carousel Layout 1 - End */

/* Carousel Layout 2 - Start */
.carousel-layout-2.default-width.has-bg-img.content-only {
    margin: 0 auto;
}

body.default-width .carousel-layout-2.default-width.has-bg-img.content-only {
    max-width: 1170px;
}

.wide-layout .carousel-layout-2.default-width.has-bg-img.content-only {
    max-width: 1440px;
}

.carousel-layout-2.default-width.has-bg-img.content-only .grid-container {
    max-width: 100%;
}

.carousel-layout-2.has-bg-img.content-only .bg-image::before {
    display: block;
    padding-top: 75%;
    position: relative;
}

.carousel-layout-2.has-bg-img.content-only .bg-image {
    position: relative;
}

.carousel-layout-2.has-bg-img.content-only .hic-content {
    padding: 30px 0;
    width: 100%;
}

.carousel-layout-2.has-bg-img.content-only .slick-dots {
    bottom: 0;
}

.carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
    text-align: left;
    padding-left: 5px;
}

.carousel-layout-2.has-bg-img.content-only .slick-list {
    margin: 0;
}

.carousel-layout-2.has-bg-img.content-only.default-section,
.carousel-layout-2.has-bg-img.content-only.default-section .hic-content,
.carousel-layout-2.has-bg-img.content-only.default-section h2 {
    color: var(--lp--base-preset--body--color);
}

.carousel-layout-2.has-bg-img.content-only .section-header {
    margin: 0;
}

@media (max-width: 640px) {
    .carousel-layout-2.has-bg-img.content-only .section-title {
        padding-top: 15px;
    }

    .carousel-layout-2.has-bg-img.content-only .slick-slider {
        margin-bottom: 0;
    }

    .carousel-layout-2.has-bg-img.content-only .slick-dots {
        position: relative;
        bottom: 30px;
    }
}

@media (min-width: 641px) {
    .carousel-layout-2.has-bg-img.content-only {
        display: flex;
    }

    .carousel-layout-2.has-bg-img.content-only .bg-image::before,
    .carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image::before {
        padding-top: 66.66667%;
    }

    .carousel-layout-2.has-bg-img.content-only .bg-image {
        width: 60%;
    }

    .carousel-layout-2.has-bg-img.content-only .inner-section {
        width: 40%;
        display: flex;
        align-items: center;
    }

    .carousel-layout-2.has-bg-img.content-only .section-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60) .section-title,
    .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .section-title {
        padding-left: 45px;
        padding-right: 45px;
    }

    .carousel-layout-2.has-bg-img.content-only .hic-content {
        padding: 30px 15px;
    }

    .carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60) .hic-content,
    .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .hic-content {
        padding: 30px 45px;
    }

    .carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
        padding-left: 20px;
    }

    .carousel-layout-2.has-bg-img.content-only.default-alignment.row-fluid:not(.split-40-60) .slick-dots,
    .carousel-layout-2.has-bg-img.content-only.split-50-50.default-alignment.row-fluid .slick-dots {
        padding-left: 50px;
    }
}

@media (min-width: 1024px) {

    .carousel-layout-2.has-bg-img.content-only.row-fluid .hic-blurb,
    .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .hic-blurb,
    .carousel-layout-2.has-bg-img.content-only.split-40-60.row-fluid .hic-blurb {
        font-size: 2rem;
    }
}

/* Split-50-50 - Start */
@media (min-width: 641px) {
    .carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image {
        width: 50%;
    }

    .carousel-layout-2.has-bg-img.content-only.split-50-50 .inner-section {
        width: 50%;
        display: flex;
        align-items: center;
    }
}

/* Split-50-50 - End */

/* Split-40-60 - Start */
@media (min-width: 641px) {
    .carousel-layout-2.has-bg-img.content-only.split-40-60 .bg-image {
        width: 40%;
    }

    .carousel-layout-2.has-bg-img.content-only.split-40-60 .inner-section {
        width: 60%;
        display: flex;
        align-items: center;
    }
}

/* Split-40-60 - End */

/* Carousel Layout 2 - End */
/*************************************
!CAROUSEL - END
**************************************/

/*************************************
#HERO - START
**************************************/
.hero,
.hero label,
.hero h1,
.hero .h1,
.hero h2 {
    color: #fff;
}
.hero .hero-body {
    grid-row-gap: 30px;
    align-items: center;
}

.hero .hero-banner-message h1,
.hero .hero-banner-message .h1,
.lp-hero .lp-hero-banner h1 {
	font-weight: 500;
	line-height: 1.1;
}

.hero .hero-banner-message h1 span,
.hero .hero-banner-message h1 em {
    display: block;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-style: normal;
    padding-top: 20px;
}
.hero-banner-message .hic-button-wrap .button {
    min-width: 180px;
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button:hover {
    background-color: #fff;
    color: #000;
}
.hero .hero-banner-message .play-video .button {
    opacity: 1;
    padding: 0;
    background-color: transparent;
    font-size: 60px;
    color: #fff;
}
.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
    padding-bottom: 30px;
    align-items: center;
}

@media (max-width: 640px) {
    .hero .hero-banner-message .hic-button-wrap {
        flex-direction: column;
    }
    .hero .hero-banner-message .hic-button-wrap .button {
        min-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
        padding-bottom: 60px;
    }
}

/*Hero Home - START*/
.home .hero.slider-carousel-banner .hero-body {
    align-items: end;
    padding: 60px 0;
}
.home .hero.slider-carousel-banner .hero-banner-message h1,
.home .hero.slider-carousel-banner .hero-banner-message .h1,
.home .hero.slider-carousel-banner .hero-banner-message h2 {
    font-size: 38px;
    line-height: 40px;
}
.home .hero.default-alignment .hero-banner-message h1,
.home .hero.default-alignment .hero-banner-message .h1,
.home .hero.default-alignment .hero-banner-message h2 {
    text-align: center;
}
.home .hero.slider-carousel-banner .button {
    background-color: var(--lp--base-preset--brand-color--grey);
    border: 1px solid var(--lp--base-preset--brand-color--dark);
    color: var(--lp--base-preset--body--color);
}
.home .hero.slider-carousel-banner .button:hover,
.home .hero.slider-carousel-banner .button:focus {
    background-color: var(--lp--base-preset--brand-color--secondary);
    color: #fff;
}
.home .hero.slider-carousel-banner .bg-image .hero-bg-overlay {
    background: linear-gradient(180deg, rgba(28, 27, 31, .25) 70%, rgba(28, 27, 31, 0.25) 100%);
    background-color: unset !important;
}
@media (max-width: 640px) {
    .home .hero.slider-carousel-banner .button {
        width: 288px;
    }
}
@media (min-width: 641px) {
    .home .hero.slider-carousel-banner .hero-banner-message h1,
    .home .hero.slider-carousel-banner .hero-banner-message .h1,
    .home .hero.slider-carousel-banner .hero-banner-message h2 {
        font-size: 60px;
        line-height: 70px;
        max-width: 777px;
    }
    .home .hero.slider-carousel-banner.default-alignment .hero-banner-message h1,
    .home .hero.slider-carousel-banner.default-alignment .hero-banner-message .h1,
    .home .hero.slider-carousel-banner.default-alignment .hero-banner-message h2 {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .home .hero.slider-carousel-banner .hero-banner-message h1,
    .home .hero.slider-carousel-banner .hero-banner-message .h1,
    .home .hero.slider-carousel-banner .hero-banner-message h2 {
        font-size: 90px;
        line-height: 100px;
        max-width: 100%;
    }
}
/*Hero Home - END*/

/*Hero Page Banner - START*/

.hero.page-banner .hero-body,
.hero.gallery-background-banner .hero-body {
    background-color: #fff;
    align-items: unset;
    min-height: 208px;
}
.hero.page-banner .hero-banner-message,
.hero.page-banner .hero-banner-message h1,
.hero.gallery-background-banner .hero-banner-message h1,
.hero.gallery-background-banner .hero-banner-message {
    color: var(--lp--base-preset--heading--color);
}
.hero.page-banner .hero-banner-message,
.hero.gallery-background-banner .hero-banner-message {
    align-self: center;
    width: 100%;
}
.hero.page-banner .hero-banner-message h1,
.hero.gallery-background-banner .hero-banner-message h1 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.hero.page-banner .hero-banner-message h1::after,
.hero.gallery-background-banner .hero-banner-message h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
}
.hero.page-banner .hero-content-col,
.hero.gallery-background-banner  .hero-content-col {
    position: relative;
    display: flex;
    padding: 0;
}
@media (max-width: 640px) {
    .hero.page-banner .hero-banner-message p,
    .hero.gallery-background-banner .hero-banner-message p {
        
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .hero.page-banner .grid-container,
    .hero.gallery-background-banner .grid-container {
        display: flex;
        align-items: end;
    }
    .hero.page-banner .hero-body,
    .hero.gallery-background-banner .hero-body {
        text-align: center;
        min-height: auto;
        padding: 20px 0;
    }
    .hero.page-banner .hero-banner-message h1:only-child,
    .hero.gallery-background-banner .hero-banner-message h1:only-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hero.page-banner .hero-banner-message h1:only-child::after,
    .hero.gallery-background-banner .hero-banner-message h1:only-child::after {
        display: none;
    }
    .hero.gallery-background-banner .hic-button-wrap {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .hero.page-banner .hero-body,
	.hero.gallery-background-banner .hero-body{
        max-width: 600px;
        min-height: inherit;
    }
    .hero.page-banner .hero-banner-message > *,
	.hero.gallery-background-banner .hero-banner-message > * {
        padding-left: 85px;
        padding-right: 30px;
    }
	
}
@media (min-width: 1380px) {
    .hero.page-banner .hero-content-col::before,
	.hero.gallery-background-banner  .hero-content-col:before {
        content: "";
        display: block;
        height: 100%;
        width: 1px;
        background-color: var(--lp--base-preset--brand-color--secondary);
        left: 50px;
        position: absolute;
    }
}
/*Hero Page Banner - END*/

/*Hero Slick Slider - START*/
.hero .slick-slider .slick-arrow.slick-prev {
    left: 0;
}
.hero .slick-slider .slick-arrow.slick-next {
    right: 0;
}
.hero .slick-dots {
    bottom: 15px;
}
.hero  .slick-dots li button:before {
    color: #fff;
    background-color: #fff;
    border-color: var(--lp--base-preset--brand-color--dark)
}
.hero  .slick-dots li.slick-active button:before {
    color: var(--lp--base-preset--brand-color--dark);
    background-color: var(--lp--base-preset--brand-color--dark);
    border-color: var(--lp--base-preset--brand-color--dark);

}
.hero .slick-slider .slick-arrow::before,
.hero .slick-slider .slick-arrow::after {
    color: var(--lp--base-preset--brand-color--primary);
}
@media (max-width: 640px) {
    .hero .hero-slider .slick-list {
        margin: 0;
    }
}
@media (min-width: 641px) {
    .hero .slick-dots {
        bottom: 35px;
    }
}
/*Hero Slick Slider - END*/

/*Header Transparent - START*/
.header-transparent .hero .hero-body,
.default-header-color.header-transparent .hero .hero-body,
.header-light.header-transparent .hero .hero-body,
.header-theme.header-transparent .hero .hero-body,
.header-dark.header-transparent .hero .hero-body {
    padding-top: var(--lp--base-preset--header--min-height);
}
/*Header Transparent - END*/

/* Hero with Video Background - START*/
.hero.video-background-banner .bg-video .video-wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
    .video-background-banner.full-screen-banner .responsive-embed {
        height: 300% !important;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-background-banner.full-screen-banner .responsive-embed {
        width: 300% !important;
        left: -100%;
    }
}
/* Hero with Video Background - END*/

/* Hero with Form - START*/
.hero .hero-form-container {
    padding: 30px;
}
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper input::placeholder,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper select,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper textarea::placeholder {
    color: #fff;
}
/* Hero with Form - END*/

/* Hero with Solid Background Colour - Start*/
.hero.banner-solid-colour.default-banner .hero-banner-message h1,
.hero.banner-solid-colour.grey-banner .hero-banner-message h1,
.hero.banner-solid-colour.light-banner .hero-banner-message h1 {
    color: #000;
}
.hero.banner-solid-colour .hero-content-col {
    padding: 15px;
}
.hero.banner-solid-colour .hero-banner-message h1 {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .hero.banner-solid-colour.default-alignment .hero-banner-message {
        text-align: center;
    }
}
/* @media (min-width: 768px) {
    .hero.banner-solid-colour .hero-banner-message {
        font-size: 20px;
        line-height: 30px;
    }
} */
.hero .hero-banner-message, 
.hero .article-header, 
.lp-hero .lp-hero-banner,
.carousel-overflow-right.default-carousel-layout .section-header .sub-heading,
.section-search .sub-heading {
    font-size: 18px;
}

@media (min-width: 1024px) {
	.hero .hero-banner-message, 
	.hero .article-header, 
	.lp-hero .lp-hero-banner,
	.carousel-overflow-right.default-carousel-layout .section-header .sub-heading,
	.section-search .sub-heading{
    	font-size: 1.25rem;
    }
}
/* Hero with Solid Background Colour - End*/

/*Hero Heights - START*/
@media (max-width: 640px) {
    body:not(.header-transparent) .hero.page-banner.default-height {
        min-height: 200px;
    }
    .header-transparent .hero.page-banner.default-height {
        min-height: calc(200px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero.short-banner {
        min-height: 200px;
    }
    .header-transparent .hero.short-banner {
        min-height: calc(200px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero.tall-banner {
        min-height: 350px;
    }
    .header-transparent .hero.tall-banner {
        min-height: calc(400px + var(--lp--base-preset--header--min-height));
    }
    .hero.full-screen-banner {
        min-height: 100vh;
    }
    body:not(.header-transparent) .hero:not(.page-banner).default-height {
        min-height: 467px;
    }
    .header-transparent .hero:not(.page-banner).default-height {
        min-height: calc(100vh + var(--lp--base-preset--header--min-height));
    }
    body:not(.admin-bar, .header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh - var(--lp--base-preset--header--min-height));
    }
}
@media (min-width: 641px) {
    body:not(.header-transparent) .hero:not(.page-banner):not(.gallery-background-banner).default-height {
        min-height: 400px;
    }
    .header-transparent .hero:not(.page-banner).default-height {
        min-height: calc(400px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh - var(--lp--base-preset--header--min-height));
    }
    .header-transparent .hero.full-screen-banner {
        min-height: 100vh;
    }
}
@media (max-width: 767px) {
	
	body:not(.header-transparent) .hero.gallery-background-banner.default-height,
	body:not(.header-transparent) .hero.page-banner.default-height{
        min-height: 175px;
    }
	
	body:not(.header-transparent) .hero.gallery-background-banner.default-height .hero-slider,
	body:not(.header-transparent) .hero.gallery-background-banner.default-height .hero-background,
	body:not(.header-transparent) .hero.page-banner.default-height .hero-background.bg-image{
		position: static;
	}
	body:not(.header-transparent) .hero.gallery-background-banner.default-height .inner-hero,
	body:not(.header-transparent) .hero.page-banner.default-height .hero-background.bg-image .inner-hero{
		min-height: 0;
	}
	
    .header-transparent .hero.page-banner.default-height {
        min-height: calc(413px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero:not(.page-banner).banner-solid-colour.default-height {
        min-height: 242px;
    }
    .header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
        min-height: calc(242px + var(--lp--base-preset--header--min-height));
    }
}
@media (min-width: 768px) {
    body:not(.header-transparent) .hero.page-banner.default-height,
	body:not(.header-transparent) .hero.gallery-background-banner.default-height {
        min-height: 440px;
    }
    .header-transparent .hero.page-banner.default-height,
	.header-transparent .hero.gallery-background-banner.default-height{
        min-height: calc(440px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero:not(.page-banner).banner-solid-colour.default-height {
        min-height: 280px;
    }
    .header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
        min-height: calc(280px + var(--lp--base-preset--header--min-height));
    }
}
@media (max-width: 782px) {
    body.admin-bar:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh - 46px);
    }
    .admin-bar.header-transparent .hero.full-screen-banner {
        min-height: calc(100vh - 46px);
    }
    .admin-bar:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 46px));
    }
}
@media (min-width: 783px) {
    .admin-bar.header-transparent .hero.full-screen-banner {
        min-height: calc(100vh - 32px);
    }
    .admin-bar:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 32px));
    }
}
@media (min-width: 1024px) {
	
	.hide-header.admin-bar:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh + 32px);
    }
	.hide-header:not(.header-transparent) .hero.full-screen-banner {
        min-height: calc(100vh);
    }
	
    body:not(.header-transparent) .hero.short-banner {
        min-height: 280px;
    }
    .header-transparent .hero.short-banner {
        min-height: calc(280px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero.tall-banner {
        min-height: 600px;
    }
    .header-transparent .hero.tall-banner {
        min-height: calc(600px + var(--lp--base-preset--header--min-height));
    }
    body:not(.header-transparent) .hero:not(.page-banner):not(.gallery-background-banner).default-height {
        min-height: 634px;
    }
    .header-transparent .hero:not(.page-banner).default-height {
        min-height: calc(634px + var(--lp--base-preset--header--min-height));
    }
	
	.hero.full-screen-banner .hero-banner-message h1 { font-size: 60px; margin-bottom: 24px; }
}
/*Hero Heights - END*/
/*************************************
!HERO - END
**************************************/

/*************************************
#BREADCRUMB - START
**************************************/
.element-breadcrumbs {
    padding: 10px 0;
    background-color: #f7f7f7;
}

.breadcrumb-separator::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    width: 20px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}

/*************************************
!BREADCRUMB - END
**************************************/

/*************************************
#CHILD PAGE MENU - START
*************************************/
/*Site Settings -> Child Menu Enabled - START*/
.body-content .inner-body-content>.child-page-menu {
    background-color: var(--lp--base-preset--brand-color--grey);
}

@media (max-width: 1023px) {
    .body-content .inner-body-content>.child-page-menu .menu {
        flex-flow: column;
    }
}

/*Site Settings -> Child Menu Enabled - END*/

/*Child Page Menu Shortcode - START*/
.sidebar-widget-element.child-page-menu .menu li a {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    color: #1b1b1b;
}

/*Child Page Menu Shortcode - END*/
/*************************************
!CHILD PAGE MENU - END
*************************************/

/*************************************
#WP BLOCKS - START
**************************************/
.wp-block-image {
    margin-bottom: 1rem;
}

.wp-block-buttons {
    margin-top: 30px;
}

.widget_tag_cloud .wp-block-tag-cloud a {
    background-color: #eee;
    color: #222;
    padding: 3px 5px;
    border-radius: 0;
}

.widget_recent_entries .wp-block-latest-posts__featured-image .wp-post-image:not(.size-thumbnail) {
    margin-bottom: 10px;
}

.widget_recent_entries .wp-block-latest-posts__featured-image.alignleft {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 0;
}

.widget_search .wp-block-search__button-inside input[type="search"] {
    margin-bottom: 0;
}

.widget_search .wp-block-search__button-outside input[type="search"] {
    margin-bottom: 0;
}

.widget_search .wp-block-search__button {
    background-color: var(--lp--base-preset--button--background-color);
    color: #fff;
    padding: 0 10px;
    margin-left: 0;
}

.widget_search .wp-block-search__text-button .wp-block-search__button {
    font-size: 16px;
}

@media (max-width: 640px) {
    .wp-block-image .alignright {
        width: 100%;
        float: none;
        margin: 0;
    }
}

/*************************************
!WP BLOCKS - END
**************************************/

/*************************************
#ACCORDION - START
**************************************/
.hic-blurb>.page-element.accordion-element {
    padding-top: 30px;
}

.accordion-element .accordion {
    margin-bottom: 0;
    background: transparent;
}

.accordion-title,
.tabs-title>a {
    font-size: 16px;
}

.accordion-title {
    border: none;
    line-height: 1.2;
    transition: all 0.25s ease-in-out;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 10px;
}

.accordion-element.page-element .accordion-title {
    color: var(--lp--base-preset--heading--color);
}
.accordion-title::before {
    transform: translateY(-50%);
    margin: 0;
	font-weight: 300;
    transition: all 0.25s ease;
}
.accordion-item:not(.is-active) .accordion-title:hover::before {
    transform: translateY(-50%) rotate(45deg);
}
.accordion-title,
:last-child:not(.is-active)>.accordion-title,
:last-child:not(.is-active)>.accordion-content {
    border: none;
}

.accordion-element:not(.two-column-accordion) .accordion-item:not(.is-active) .accordion-title {
    border-bottom: 1px solid rgb(98 99 102 / 80%);
}

.accordion-content,
.tabs-content {
    color: var(--lp--base-preset--body--color);
}

.accordion-content a{
	text-decoration: underline;
}

:last-child>.accordion-content:last-child {
    border: none;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: transparent;
}

.accordion-content {
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    padding-left: 0;
    padding-top: 0;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.accordion-element.second-theme-section .accordion-content,
.accordion-element.theme-section .accordion-content,
.accordion-element.dark-section .accordion-content {
    background-color: #fff;
}

.accordion-element.second-theme-section .accordion-title {
    background-color: var(--lp--base-preset--brand-color--grey);
}

.accordion-element.dark-section .section-title {
    color: #fff;
}
.accordion-content {
	padding-left: 20px;
}

@media print,
screen and (min-width: 40em) {
    .accordion-content>.medium-4 {
        width: 33.33333%;
    }
}

@media (min-width: 1024px) {
    .accordion-title {
        font-size: 20px;
    }
	.accordion-title::before {
		font-size: 50px;
	}
	.accordion-content {
		padding-right: 72px;
	}
}

@media (max-width: 1023px) {
    .accordion-element .feature-image {
        margin-bottom: 15px;
    }

    .accordion-element.two-column-accordion .accordion-container:first-child {
        margin-bottom: -1px;
    }
}

/* Two Column - Start */
.accordion-element.two-column-accordion .accordion-item:not(.is-active) .accordion-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* Two Column - End */
/*Image Left & Right - START*/
.accordion-element.image-left-accordion .feature-image .hic-image::before,
.accordion-element.image-right-accordion .feature-image .hic-image::before {
    padding-top: 110%;
}

.accordion-element.image-left-accordion .section-body,
.accordion-element.image-right-accordion .section-body {
    display: flex;
    align-items: flex-start;
}

.accordion-element.image-left-accordion .section-body .accordion-container,
.accordion-element.image-right-accordion .section-body .accordion-container {
    padding-top: 80px;
}

@media (min-width: 1024px) {
    .accordion-element.image-left-accordion h2.section-title {
        left: calc(50% + 15px);
    }

    .accordion-element.image-left-accordion h2.section-title,
    .accordion-element.image-right-accordion h2.section-title {
        position: absolute;
        top: 3%;
        font-weight: bold;
        color: var(--lp--base-preset--heading--color);
    }

    .accordion-element.image-right-accordion h2.section-title {
        left: 15;
    }

    .accordion-element.image-left-accordion .grid-container,
    .accordion-element.image-right-accordion .grid-container {
        position: relative;
    }
}

/*Image Left & Right - END*/
/*************************************
!ACCORDION - END
**************************************/

/*************************************
#TABS - START
**************************************/
.tabs {
    border: none;
    display: flex;
    column-gap: 20px;
    background-color: transparent;
	margin-bottom: 34px;
}
.tabs-panel { padding: 0px; }
.tabs::after,
.tabs::before {
    display: none;
}
.text-center .tabs { justify-content: center; }
.tabs .tabs-title>a {
    color: var(--lp--base-preset--body--color);
    background-color: transparent;
    font-weight: 600;
}
.tabs-title {
    background-color: transaparent;
    color: #534335;
}
.tabs .tabs-title a {
    transition: all .25s ease-in-out;
}
.tabs .tabs-title:not(.is-active) {
    border: 1px solid var(--lp--base-preset--body--color);
    border-bottom: none;
}
.tabs .tabs-title.is-active>a,
.tabs .tabs-title.is-active {
    background-color: transparent;
    color: #fff;
}
.horizontal-tab-layout .tabs .tabs-title {
	border: none;
}
.horizontal-tab-layout .tabs .tabs-title>a {
	font-weight: 400;
    border-radius: 34px;
    border: 1px solid #534335;
    padding: 16px 20px;
    font-size: 12px;
}
.tabs .tabs-title.is-active>a,
.tab-layout:not(.theme-section) .tabs-title:hover a {
    background-color: #AFA194;
}
.tabs-content { 
    border: 1px solid #1A1818;
    padding: 34px;  
}


@media (min-width: 641px) {
    .tabs .tabs-title>a {
        min-width: 144px;
    }
    .horizontal-tab-layout .tabs .tabs-title>a {
        padding: 16px 24px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .horizontal-tab-layout .tabs {
        overflow: auto;
        white-space: nowrap;
        column-gap: 10px;
    }
    .horizontal-tab-layout .cell.tabs-container {
        display: flex;
        flex-flow: column-reverse;
        row-gap: 30px;
    }
	
	.rep-offices-tab-element.horizontal-tab-layout .cell.tabs-container {
		 flex-flow: column;
	}
}


/* Horizontal - Start */
.tab-layout.dark-section .tabs-title,
.tab-layout.theme-section .tabs-title {
    background-color: #fff;
}

.tab-layout.theme-section .tabs-title.is-active a,
.tab-layout.theme-section .tabs-title:hover a {
    background-color: var(--lp--base-preset--brand-color--dark);
    color: #fff;
}

.tab-layout.dark-section .button,
.tab-layout.theme-section .button {
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
}

.tab-layout:not(.theme-section) .tabs-title:hover a {
    color: #fff;
}

.horizontal-tab-layout.default-alignment .tabs .tabs-title>a {
    text-align: center;
}

.horizontal-tab-layout .tabs-panel {
    padding-left: 0;
    padding-right: 0;
}

/* Horizontal - End */

/* Vertical - Start */
@media (max-width: 640px) {

    .vertical-tab-layout .tabs .tabs-title,
    .vertical-tab-layout .tabs .tabs-title>a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .vertical-tab-layout .tabs-panel {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 641px) {
    .vertical-tab-layout .tabs-container {
        display: flex;
    }

    .vertical-tab-layout .tabs {
        flex-flow: column;
        width: 25%;
        border: none;
    }

    .vertical-tab-layout .tabs .tabs-title:last-of-type {
        border-bottom: 1px solid;
    }

    .vertical-tab-layout .tabs-panel {
        padding-top: 0;
    }

    .vertical-tab-layout .tabs-content {
        width: 75%;
    }
}

/* Vertical - End */
/*************************************
!TABS - END
**************************************/

/*************************************
#PAGE ELEMENTS - START
**************************************/
.page-elements .page-element,
.page-elements .lp-element {
    border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.page-element.default-alignment .section-header,
.page-element.default-alignment .section-footer .hic-button-wrap {
    text-align: center;
    justify-content: center;
}
.page-element.grid .section-body .hic-item:not(.mb-0) {
    /* margin-bottom: 20px; */
}
.page-element,
.sidebar-element {
    padding: 30px 0;
}
.page-element.has-bg-img:not(.image-only-element) .bg-image::before {
    background-color: rgb(0, 0, 0, 0.4);
}
.page-element.grid .section-body,
.tab .grid-padding-x.tab-properties,
.page-element.grid .section-body .hic-block .block-body {
    grid-row-gap: 20px;
}
.default-section.has-bg-img h2 {
    color: #fff;
}
.page-element .section-body .lp-element {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.page-element.text-center .gchoice,
.page-element.text-center .gfield_description {
    justify-content: center;
    text-align: center;
}
.text-link .hic-button-wrap a,
.hic-item.text-link .hic-button-wrap a {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3.5px;
}
.section-header {
    margin-bottom: 30px;
}
.section-header .sub-heading {
    margin-bottom: 20px;
}
.split-50-50 .medium-12 .hic-title h3 {
    font-size: 1.5rem;
}
.section-title span,
.image-left-content .hic-title h3 span,
.image-right-content .hic-title h3 span,
.hic-title span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
	font-family: var(--lp--base-preset--body--font-family);
    line-height: 49px;
	color: var(--lp--base-preset--body--color);
}
.hic-title h3 {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.hic-blurb p:last-child {
    margin-bottom: 0;
}
.hic-blurb>.page-element {
    padding: 0;
}
.hic-blurb>.page-element.text-left .hic-button-wrap {
    justify-content: start;
}
.hic-icon i {
    font-weight: 300;
}
.hic-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.hic-avatar.hic-image::before {
    padding-top: 100%;
}
.hic-label {
    font-weight: 500;
}
.hic-date-time,
.hic-location {
    position: relative;
    padding-left: 28px;
}
.hic-date-time::before,
.hic-location::before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
}
.hic-date-time::before {
    content: "\f073";
}
.hic-location::before {
    content: "\f3c5";
}
.hic-button-wrap {
    margin-top: 25px;
}
.hic-seperator::before {
    content: ", ";
}
.hic-box-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    transition: all 1s ease;
}
.hic-image-count {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 15px;
    left: 15px;
}
.hic-image-count::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    line-height: inherit;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    font-size: 24px;
    margin-right: 6px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
}
.thumb-play-video-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
}
.thumb-play-video-icon::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f04b";
}
.page-element.content-element .page-content-container p:only-child {
    margin-bottom: 0;
}
.page-element.content-element .page-content-container > p:only-child {
    font-size: 24px;
}
.page-banner-hidden .page-elements > .page-element:first-of-type .hic-blurb h1 {
    font-size: 2rem;
}
@media (max-width: 640px) {
    .split-50-50 .medium-12 .hic-title h3 {
        font-size: 1.5rem;
    }
}
@media (min-width: 641px) {
    .section-title span,
    .image-left-content .hic-title h3 span,
    .image-right-content .hic-title h3 span,
    .hic-title span {
        font-size: 18px;
    }
    .page-banner-hidden .page-elements > .page-element:first-of-type .hic-blurb h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 1023px) {
    .split-60-40 .has-media .hic-box > .hic-media-container, 
    .split-40-60 .has-media .hic-box > .hic-content {
        width: 100%;
    }
    .split-40-60 .has-media .hic-box > .hic-media-container, 
    .split-60-40 .has-media .hic-box > .hic-content {
        width: 100%;
    }
}
@media(min-width: 1024px) {
	.section-title span {	
		margin-bottom: 20px;
	}
}

/*Content Box Element - START*/
.content-box-element.split-60-40 .hic-title {
    max-width: 358px;
}
.content-box-element .hic-item.has-description .hic-title,
.content-box-element .hic-item.has-description .hic-blurb h1 {
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .content-box-element.default-alignment .hic-box {
        text-align: center;
    }
    .content-box-element.default-alignment .hic-title {
        margin-left: auto;
        margin-right: auto;
    }
    .content-box-element .hic-button-wrap .button,
    .content-box-element .gform_button {
        width: 100%;
    }
}
@media (min-width: 641px) {
    .content-box-element.split-60-40 .hic-title {
        max-width: 280px;
    }
}
/*Content Box Element - END*/

/*Secondary Image - START*/
.has-secondary-image .hic-media-container:hover .hic-image+.hic-secondary-image {
    opacity: 1;
    visibility: visible;
}
.has-secondary-image .hic-image+.hic-secondary-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
/*Secondary Image - END*/

/*Single Pages - START*/
.single .content-element .hic-media-container {
    margin-bottom: 20px;
}
.single .post-content .audio-player-container {
    margin-bottom: 30px;
}
.single .content-element h2.section-title,
.single .content-element h3,
.single .has-sidebar .main-content .page-element .section-title {
    font-weight: 400;
    margin-bottom: 20px;
}
.single .content-element h2.section-title,
.single .content-element h3 {
    font-size: 1.5rem;
}
@media (min-width: 641px) {
    .single .content-element h2.section-title,
    .single .content-element h3,
    .single .has-sidebar .main-content .page-element .section-title {
        font-size: 2rem;
    }
}
/*Single Pages - END*/

/*Responsive - START*/
@media (min-width: 641px) {
    .page-element,
    .sidebar-element,
	.lp-element {
        padding: 50px 0;
    }
    /* .page-element.grid .section-body,
    .tab .grid-padding-x.tab-properties,
    .page-element.grid .section-body .hic-block .block-body {
        grid-row-gap: 0px;
    } */
  
    .split-50-50 .medium-12 .hic-title h3 {
        font-size: 2rem;
    }
}
@media (min-width: 641px) and (max-width: 1023px) {
	  .hic-title h3 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1024px) {
	
	 .hic-title h3 {
        font-size: 2rem;
    }
	.medium-4 .hic-title h3 {
		font-size: 1.5rem;
	}
	.carousel-layout-1 .medium-6 .hic-title h3 {
		font-size: 1.5rem !important;
	}
	.header-left .medium-4 .hic-title h3 {
		font-size: 1.6rem;
	}
    .page-element,
    .sidebar-element,
	.lp-element {
        padding: 80px 0;
    }
    .row-fluid .medium-6:not(.large-3, .large-4) .hic-title h3,
    .row-fluid .medium-12 .hic-title h3 {
        font-size: 2rem;
    }
    .medium-6:not(.large-3, .large-4) .hic-title h3,
    .medium-12 .hic-title h3 {
        font-size: 2rem;
    }
}
@media (min-width: 641px) and (max-width: 1023px) {
    .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
        padding: 0px 0 15px 0;
    }
    .page-element.grid .hic-item {
        margin-bottom: 20px;
    }
    .page-element[class*="split-"] .has-media .hic-box,
    .image-left-content .has-media .hic-box,
    .image-right-content .has-media .hic-box {
        display: block;
    }
    .split-50-50 .has-media .hic-box>.hic-media-container,
    .split-50-50 .has-media .hic-box>.hic-content {
        width: 100%;
    }
    body .split-50-50 .has-media .hic-box>.hic-content {
        padding: 30px;
    }
}
@media (max-width: 640px) {
    .header .top-bar .logo-wrap .logo {
        max-width: 200px;
    }
}
/*Responsive - END*/
/*************************************
!PAGE ELEMENTS - END
**************************************/

/*************************************
#IMAGE LAYOUTS - START
**************************************/
/*Image Above Content - START*/
.image-above-content.page-element .hic-content {
    padding: 20px;
}
.image-above-content.dark-section .section-title {
    color: #fff;
}
.image-above-content.dark-section .hic-button-wrap .button,
.image-above-content.theme-section .hic-button-wrap .button {
    color: #000;
}
.image-above-content.dark-section:not(.content-element, .has-img-bg) .hic-content {
    background-color: #000;
}
.image-above-content.theme-section:not(.content-element, .has-img-bg) .hic-content {
    background-color: var(--lp--base-preset--brand-color--secondary);
}
.image-above-content.theme-section .hic-title h3,
.image-above-content.theme-section .contact-phone a,
.image-above-content.theme-section:not(.content-element, .has-img-bg) .hic-content {
    color: var(--lp--base-preset--body--color);
}
.image-above-content.page-element .section-body .button {
    display: block;
    width: 100%;
}
.image-above-content:not(.dark-section) .section-body .button {
    /* border: 1px solid #000;
    background-color: transparent;
    color: #000; */
}
.image-above-content:not(.theme-section) .section-body .button:hover {
    /* background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
    border: 1px solid var(--lp--base-preset--brand-color--primary); */
}
.image-above-content.theme-section .section-body .button:hover {
    /* background-color: var(--lp--base-preset--brand-color--dark);
    color: #fff;
    border: 1px solid var(--lp--base-preset--brand-color--dark); */
}
.image-above-content.grid .section-footer .hic-button-wrap {
    margin-top: 80px;
}
/*Image Above Content - END*/

/*Image Left or Right Content - START*/
.image-left-content.row-fluid .hic-image::before,
.image-right-content.row-fluid .hic-image::before {
    padding-top: 66.66667%;
}

.image-left-content.dark-section .hic-button-wrap .button,
.image-right-content.dark-section .hic-button-wrap .button,
.image-left-content.theme-section .hic-button-wrap .button,
.image-right-content.theme-section .hic-button-wrap .button {
    color: #000;
}

.image-left-content.dark-section .section-title,
.image-right-content.dark-section .section-title {
    color: #fff;
}

.image-left-content.tab-layout .hic-box,
.image-right-content.tab-layout .hic-box {
    align-items: center;
}
.image-left-content.then-right.row-fluid .section-body {
    row-gap: 0;
}
@media (min-width: 641px) {
    .image-left-content:not(.row-fluid) .has-media .hic-content,
    .image-left-content:not(.row-fluid) .has-placeholder-image .hic-content,
    .image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-media .hic-content,
    .image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
        padding-left: 30px;
        padding-right: 0;
    }
    .image-right-content:not(.row-fluid) .has-media .hic-content,
    .image-right-content:not(.row-fluid) .has-placeholder-image .hic-content,
    .image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-media .hic-content,
    .image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
        padding-right: 42px;
        padding-left: 0;
    }
    .image-left-content.row-fluid .has-image .hic-content,
    .image-right-content.row-fluid .has-image .hic-content {
        padding: 30px;
    }
    .image-left-content .medium-12.has-media .hic-box .hic-content,
    .image-right-content .medium-12.has-media .hic-box .hic-content{
        align-self: center;
    }

}
@media (min-width: 1024px) {
    .image-left-content.row-fluid .medium-12.has-image .hic-content,
    .image-right-content.row-fluid .medium-12.has-image .hic-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .default-width .image-left-content.row-fluid .medium-12.has-image .hic-content,
    .default-width .image-right-content.row-fluid .medium-12.has-image .hic-content {
        max-width: 600px;
    }
    .wide-layout .image-left-content.row-fluid .medium-12.has-image .hic-content,
    .wide-layout .image-right-content.row-fluid .medium-12.has-image .hic-content {
        /* max-width: 760px; */
        max-width: 830px;
    }
}
@media (max-width: 1023px) {
    .split-50-50.row-fluid .has-media .hic-box>.hic-media-container,
    .split-50-50.row-fluid .has-media .hic-box>.hic-content {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .image-left-content.default-section.row-fluid .has-media .hic-content,
    .image-right-content.default-section.row-fluid .has-media .hic-content {
        padding: 40px 20px 30px 20px;
    }
    .image-left-content.default-section .has-media .hic-content,
    .image-right-content.default-section .has-media .hic-content {
        padding-top: 20px;
    }
    .image-left-content:not(.default-section) .hic-content,
    .image-right-content:not(.default-section) .hic-content {
        padding: 20px 15px;
    }
}

/*Image Left or Right Content - END*/

/*Image Below Content - START*/
.image-below-content .hic-media-container {
    margin-top: 20px;
}
/*Image Below Content - END*/

/*Image Overlay Content - START*/
.image-overlay-content.dark-section .section-title {
    color: #fff;
}
.image-overlay-content.row-fluid .medium-12 .hic-image::before {
    padding-top: 33.3333%;
}

.image-overlay-content .large-3 .hic-image::before {
    padding-top: 120%;
}

.image-overlay-content .has-media .hic-media-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 90%) 100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.image-overlay-content .has-media .hic-content {
    padding: 30px;
    justify-content: flex-end;
    color: #fff;
}

.image-overlay-content .hic-title h3,
.image-overlay-content .text-link .hic-button-wrap a {
    color: #fff;
}

.image-overlay-content .hic-content .button {
    background-color: transparent;
    border: 1px solid #fff;
}

.image-overlay-content .hic-content .button:hover,
.image-overlay-content .hic-content .button:focus {
    background-color: var(--lp--base-preset--button--background-color--hover);
    border-color: var(--lp--base-preset--button--background-color--hover);
}

.image-overlay-content .hic-box:hover>.hic-content>.hic-button-wrap {
    bottom: 0;
    transition: 0.3s all;
}

.image-overlay-content .hic-box {
    overflow: hidden;
}

.image-overlay-content.grid .hic-box .hic-content,
.image-overlay-content.carousel .hic-box .hic-content {
    transition: 0.3s all;
    transform: translateY(78px);
}

.image-overlay-content.grid .text-link .hic-box .hic-content,
.image-overlay-content.carousel .text-link .hic-box .hic-content {
    transform: translateY(47px);
}

.image-overlay-content.grid .hic-box:hover .hic-content,
.image-overlay-content.carousel .hic-box:hover .hic-content {
    transition: 0.3s all;
    transform: translateY(0);
}

.image-overlay-content .has-image .hic-image::before {
    padding-top: 120%;
}

.image-overlay-content .hic-title {
    text-transform: uppercase;
}

.image-overlay-content .hic-title h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

/*Image Overlay Content - END*/

/*Image Size Adjustments - START*/
@media (min-width: 1024px) {

    .body-content:not(.has-sidebar-both) .image-above-content:not(.small-container) .medium-12 .hic-image::before,
    .body-content:not(.has-sidebar-both) .image-overlay-content:not(.small-container) .medium-12 .hic-image::before {
        padding-top: 33.3333%;
    }

    .image-overlay-content.row-fluid .medium-6:not(.large-3, .large-4) .hic-image::before {
        padding-top: 66.6666%;
    }

    .body-content.has-sidebar-both .image-above-content .medium-12 .hic-image::before,
    .body-content.has-sidebar-both .image-overlay-content .medium-12 .hic-image::before,
    .image-above-content.small-container .medium-12 .hic-image::before,
    .image-overlay-content.small-container .medium-12 .hic-image::before,
    .image-above-content.row-fluid .medium-6:not(.large-3, .large-4) .hic-image::before {
        padding-top: 50%;
    }
}

@media (max-width: 1023px) {

    .image-above-content .medium-12 .hic-image::before,
    .image-overlay-content .medium-12 .hic-image::before {
        padding-top: 50%;
    }
}

/*Image Size Adjustments - END*/
/*************************************
!IMAGE LAYOUTS - END
**************************************/

/*************************************
#ICON LAYOUTS - START
**************************************/
/*Icon Above Content - START*/
.icon-above-content .hic-icon {
    font-size: 55px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding-bottom: 10px;
}
.icon-above-content.text-left .hic-icon {
	text-align: left;
}
.icon-above-content.default-alignment .hic-icon,
.icon-above-content.text-center .hic-icon {
    margin-left: auto;
    margin-right: auto;
}

.icon-above-content.box-border .hic-content {
    padding: 40px 20px;
}

.icon-above-content .hic-box {
    padding: 20px 20px 40px;
    height: 100%;
}

.icon-above-content:not(.tab-layout):not(.grey-boxes).default-section .hic-box {
    background-color: #FFF;
}

.icon-above-content:not(.tab-layout).second-theme-section .hic-box,
.icon-above-content:not(.tab-layout).theme-section .hic-box,
.icon-above-content:not(.tab-layout).dark-section .hic-box,
.icon-above-content:not(.tab-layout).grey-section .hic-box,
.icon-above-content:not(.tab-layout).light-section .hic-box {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.icon-above-content:not(.tab-layout).dark-section .hic-blurb,
.icon-above-content:not(.tab-layout).dark-section .hic-title h3,
.icon-above-content:not(.tab-layout).theme-section .hic-blurb,
.icon-above-content:not(.tab-layout).theme-section .hic-title h3 {
    color: var(--lp--base-preset--body--color);
}

.icon-above-content:not(.tab-layout).dark-section .section-title,
.icon-above-content:not(.tab-layout).theme-section .section-title {
    color: #fff;
}

.icon-above-content:not(.theme-section) .hic-box .hic-icon {
    color: var(--lp--base-preset--brand-color--primary);
}

.icon-above-content .hic-box .button:not(:hover) {
    /* background: transparent;
 color: var(--lp--base-preset--body--color);
 border: 1px solid var(--lp--base-preset--body--color); */
}

.icon-above-content .contact-details div::before {
    display: none;
}

.icon-above-content .contact-details div {
    padding-left: 0;
    word-break: break-all;
}

.circle-icon.icon-above-content .hic-icon {
    height: 90px;
    width: 90px;
    border: 2px solid var(--lp--base-preset--link--color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .icon-above-content .hic-box {
        padding: 40px 60px;
    }
}

/*Icon Above Content - END*/

/*Icon Left Content - START*/
.icon-left-content .hic-box {
    padding: 20px 20px 40px;
    height: 100%;
}

.icon-left-content:not(.tab-layout).default-section .hic-box {
    background-color: var(--lp--base-preset--brand-color--secondary);
}

.icon-left-content:not(.tab-layout).second-theme-section .hic-box {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.icon-left-content .hic-content {
    padding: 10px 10px 10px 80px;
    position: relative;
    text-align: left;
}

.icon-left-content .hic-icon {
    position: absolute;
    width: 60px;
    border-radius: 8px;
    font-size: 40px;
    top: 10px;
    left: 0;
    text-align: center;
}

.icon-left-content:not(.theme-section) .hic-box .hic-icon {
    color: var(--lp--base-preset--brand-color--primary);
}

.icon-left-content .contact-details div::before {
    display: none;
}

.icon-left-content .contact-details div {
    padding-left: 0;
}

/*Icon Left Content - END*/

/*Responsive - START*/
@media (min-width: 1024px) {
    .icon-above-content .hic-icon {
        font-size: 65px;
    }

    .icon-left-content .hic-content {
        padding-left: 100px;
    }

    .icon-left-content .hic-icon {
        width: 80px;
        font-size: 50px;
    }
}

/*************************************
!ICON LAYOUTS - END
**************************************/

/*************************************
#CUSTOM ELEMENTS - START
**************************************/
.rank-math-html-sitemap ul li::marker {
    color: var(--lp--base-preset--brand-color--secondary);
}
.rank-math-html-sitemap ul li a:hover {
    color: var(--gj-dark-brown);
}

/* Quality Form - Start */
/* .quality-form.default-section .gform_button {
    background-color: #3c3e41;
    color: #fff;
} */
.quality-form.header-left .section-header,
.quality-form.header-left .section-body {
    padding: 40px 24px;
}
.quality-form.header-left .section-header > .cell {
    max-width: 675px;
    margin: 0 auto;
}
.quality-form.header-left .section-header > .cell,
.quality-form.header-left .section-body > .cell {
    padding: 0;
}
.quality-form .section-title {
    font-size: 2rem;
}
.quality-form.header-left.default-section .section-body {
    background-color: var(--lp--base-preset--brand-color--grey);
}
@media (min-width: 641px) {
    .quality-form .section-title {
        font-size: 2.813rem;
    }
}
@media (min-width: 1024px) {
    .quality-form.header-left .section-header,
    .quality-form.header-left .section-body {
        width: 50%;
        padding: 40px;
    }
}
/* Quality Form - End*/

/* PAGE COLUMN BANNER - START */
.page-column-banner .section-header {
    margin-bottom: 0;
}
.page-column-banner .page-title { 
    font-size: 38px;
    margin-bottom: 0;
}
.page-column-banner .section-footer .button {
    border-radius: 38px;
}
@media (max-width: 640px) {
    .page-column-banner .section-footer .hic-button-wrap {
        flex-flow: column;
        align-items: start;
    }
}
@media(min-width: 641px) {
    .page-column-banner .page-title {
        font-size: 90px;
        line-height: 100px;
        max-width: 777px;
    }
    .page-column-banner .section-footer .button {
        font-size: 18px;
        padding: 18px 28px;
        border-radius: 38px;
    }
	.page-column-banner .section-footer .hic-button-wrap {
        grid-column-gap: 24px;
    }
}
/* PAGE COLUMN BANNER - END */

/* Follow Us Element */
.follow-us-element .section-body > .cell {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    flex-flow: column;
}
.follow-us-element .social-media i {
    font-size: 30px;
}
@media (min-width: 641px) {
    .follow-us-element .section-body > .cell {
        flex-flow: row;
    }
}
/* Follow Us Element */

/* Contact Form Element */
/* General */
@media (min-width: 1024px) {
    .contact-form-element.image-right-content .hic-item.has-media .hic-content {
        padding-top: 60px;
        padding-right: 120px;
        padding-left: 0;
        padding-bottom: 60px;
    }
}
/* General */

/* Header Left */
/* .contact-form-element.default-section .gform_button {
    background-color: #3c3e41;
    color: #fff;
} */
.contact-form-element.header-left .section-header,
.contact-form-element.header-left .section-body {
    padding: 40px 24px;
}
.contact-form-element.header-left .section-header > .cell {
    max-width: 675px;
    margin: 0 auto;
}
.contact-form-element.header-left .section-header > .cell,
.contact-form-element.header-left .section-body > .cell {
    padding: 0;
}
.contact-form-element.header-left .section-title {
    font-size: 1.5rem;
}
.contact-form-element.header-left.default-section .section-body {
    background-color: var(--lp--base-preset--brand-color--grey);
}
.contact-form-element.header-left .section-body > .cell {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
@media (min-width: 641px) {
    .contact-form-element.header-left .section-title {
        font-size: 2rem;
    }
}
@media (min-width: 1024px) {
    .contact-form-element.header-left .section-header,
    .contact-form-element.header-left .section-body {
        width: 50%;
        padding: 40px;
    }
}
/* Header Left */
/* Contact Form Element */

/* Image Only Element */
.image-only-element.page-columns {
    min-height: 316px;
}
/* Image Only Element */

/* Find an office */
.find-an-office input {
    border-radius: 0;
    height: 68px;
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
    font-size: 16px;
    padding: 22px 24px 22px 50px;
}
.find-an-office .input-container {
    position: relative;
}
.find-an-office .input-container::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 641px) {
    .find-an-office input {
        height: 87px;
        font-size: 20px;
    }
}
/* Find an office */
/*************************************
!CUSTOM ELEMENTS - END
**************************************/

/*************************************
#MODALS - START
**************************************/

.modal-element .gfield.text-consent {
	font-size: 14px;
}
.inspiration-modal.modal-element {
    max-width: 1080px;
    width: 100%;
}
.inspiration-modal .modal-body > .cell {
    padding: 0;
}
.inspiration-modal .hic-box {
    display: flex;
    flex-wrap: wrap;
}
.inspiration-modal .hic-media-container {
    width: 100%;
    position: relative;
}
.inspiration-modal .hic-media-container .tool-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inspiration-modal .hic-media-container .tool-tip a {
    display: flex;
    flex-flow: column;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
}
.inspiration-modal .hic-media-container .tool-tip .spot {
    background-color: #fff;
    color: var(--lp--base-preset--body--color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 1px 1px #3C3E41;
}
.inspiration-modal .hic-media-container .tool-tip .label {
    background-color: #3C3E41;
    color: #fff;
    padding: 8px 15px;
    border-radius: 24px;
    cursor: pointer;
}
.inspiration-modal .hic-media-container:hover .tool-tip {
    opacity: 1;
    visibility: visible;
    transition: .3s all ease-in;
}
.inspiration-modal .hic-content {
    width: 100%;
    padding: 20px 30px;
    text-align: center;
}
.inspiration-modal .hic-title {
    margin-bottom: 20px;
}
.inspiration-modal .hic-title > a:first-of-type {
    display: block;
}
.inspiration-modal .hic-title > .button {
    margin-top: 10px;
}
.inspiration-modal .hic-title h3 {
    font-size: 1.125rem;
}
.inspiration-modal .hic-blurb p {
    font-size: 14px;
}
.inspiration-modal .wp-block-buttons{
	justify-content: center;
}
.inspiration-modal .hic-content{
	align-content: center;	
}
.inspiration-modal .external-link {
    margin-top: 10px;
    text-transform: uppercase;
}
.inspiration-modal .external-link a {
    font-size: 12px;
    text-decoration: underline;
}
@media (max-width: 640px) {
    .inspiration-modal.modal-element {
        top: 0 !important;
    }
}
@media (min-width: 641px) {
    .inspiration-modal .hic-title h3 {
        font-size: 1.5rem;
    }
}
@media (max-width: 1023px) and (min-width: 641px) {
    .inspiration-modal.modal-element {
        top: 50px !important;
    }
}
@media (max-width: 1023px) {
    .inspiration-modal .close-button {
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 25px;
        right: 25px;
        box-shadow: 1px 3px 1px 1px #3C3E41;
        color: var(--lp--base-preset--body--color);
    }
}
@media (min-width: 1024px) {
    .inspiration-modal .hic-media-container .tool-tip {
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease-in;
    }
    .inspiration-modal .hic-media-container {
        width: 60%;
    }
    .inspiration-modal .hic-content {
        width: 40%;
    }
	.modal-element {
		padding: 24px 16px 34px;
	}
}
/*************************************
!MODALS - END
**************************************/

/*************************************
#MAP LAYOUTS - START
**************************************/
.map.row-fluid .cell.filter-column {
    padding: 0 15px !important;
}

.map .filter-form {
    margin-bottom: 15px;
}

.hic-card {
    padding: 10px;
}

.hic-card .hic-button-wrap .button {
    min-width: 130px;
    font-size: 16px;
    padding: 8px 10px;
}

@media (max-width: 1023px) {
    .map #htwMap {
        height: 400px;
    }

    .map .section-body {
        flex-direction: column-reverse;
    }
}

/*Info Window - START*/
.close_side {
    position: absolute;
    z-index: 20;
    font-size: 0;
    height: 30px;
    width: 35px;
    opacity: 0;
    pointer-events: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.close_side::before {
    content: "\f00d";
    visibility: visible;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

.open .close_side {
    opacity: 1;
    pointer-events: auto;
}

[data-info-window-layout="info-window-style-1"] .info-window {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    transform: translate(-496px, 0px);
    transition: all 0.25s ease-in-out;
    overflow-y: auto;
}

[data-info-window-layout="info-window-style-1"].open .info-window {
    box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.15);
    transform: translate(0px, 0px);
    transition: all 0.25s ease-in-out;
}

[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-t::after,
[data-info-window-layout="info-window-style-1"] .gm-ui-hover-effect,
[data-info-window-layout="info-window-style-1"] .gmnoprint .gm-style-mtc {
    display: none !important;
    pointer-events: none !important;
}

[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw {
    border-radius: 4px;
}

[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-d {
    overflow: auto !important;
}

[data-info-window-layout="info-window-style-1"] .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}

[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar {
    width: 5px;
}

/* Track */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb:hover {
    background: #555;
}

[data-info-window-layout="info-window-style-1"] .mini-info-window {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 15px 17px 0;
}

[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image {
    padding-right: 70px;
}

[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image .img-holder {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    background-color: rgba(138, 138, 138, 0.11);
}

@media (max-width: 1023px) {
    [data-info-window-layout="info-window-style-1"] .close_side {
        right: 0;
    }
}

@media (min-width: 1024px) {
    [data-info-window-layout="info-window-style-1"] .close_side {
        right: calc(100% - 496px);
    }
}

@media (min-width: 1024px) {
    [data-info-window-layout="info-window-style-1"] .info-window {
        width: 496px;
    }

    .info-window .social-media-container .social-media li:not(:first-child) {
        margin-left: 18px;
    }
}

/*Info Window - END*/

/*Map Layouts - START*/
@media (min-width: 1024px) {

    .filter-location-listing-left-map .map-column,
    .filter-location-listing-right-map .map-column,
    .filter-left-map .map-column,
    .filter-right-map .map-column {
        width: 66.67%;
    }

    .filter-location-listing-left-map .filter-column,
    .filter-location-listing-right-map .filter-column,
    .filter-left-map .filter-column,
    .filter-right-map .filter-column {
        width: 33.33%;
    }

    .filter-location-listing-right-map .map-column,
    .filter-right-map .map-column {
        order: 1;
    }

    .filter-location-listing-right-map .filter-column,
    .filter-right-map .filter-column {
        order: 2;
    }

    .filter-location-listing-left-map .field.filter-location,
    .filter-location-listing-right-map .field.filter-location,
    .filter-left-map .field,
    .filter-right-map .field {
        flex-grow: 1;
    }

    .filter-location-listing-left-map .map-column #htwMap,
    .filter-location-listing-right-map .map-column #htwMap,
    .filter-left-map .map-column #htwMap,
    .filter-right-map .map-column #htwMap {
        height: 100%;
    }

    .map-only #htwMap,
    .filter-above-map #htwMap,
    .filter-below-map #htwMap {
        height: 700px;
        width: 100%;
    }
}

/*Map Layouts - END*/
/*************************************
!MAP LAYOUTS - END
**************************************/

/*************************************
#LISTING ELEMENT - START
**************************************/
.listing-element .listing-content .ovelay-loader {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.78);
    height: 100%;
    width: 100%;
    z-index: 99;
    display: none;
}

.listing-element .listing-content.ajax-call .ovelay-loader {
    display: block;
}

.listing-element .filter-button {
    display: flex;
    flex-wrap: wrap;
}

/*************************************
!LISTING ELEMENT - END
**************************************/
/*************************************
#BLOG/LEARN PAGE - START
**************************************/
.search-filters .filter-checkbox ul {
    margin-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
     row-gap: 16px;
    align-items: center;
}
.search-filters .filter-checkbox .search-checkbox-input {
    left: -9999px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.search-filters .filter-checkbox label {
    border: 1px solid #534335;
    padding: 0 18px;
    border-radius: 24px;
    min-width: 78px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #534335;
    min-height: 39px;
    line-height: 39px;
    margin-left: 0;
    margin-right: 0;
    transition: all .25s ease-in-out;
}
.search-filters input label::after {
    transition: all .25s ease-in-out;
}
.search-filters .filter-checkbox:not(:last-child) {
    padding-bottom: 0;
}
.search-filters input:checked + label,
.search-filters .filter-checkbox label:hover {
    background-color: rgba(175, 161, 148, 0.2);
}
.search-filters input:checked + label::after {
     content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 12px;
    display: inline-block;
    font-size: 16px;
    transform: translate(0, 2px);
}
.filter-isotope .clear-filters {
         color: #534335;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    padding-right: 24px;
}
.filter-isotope .clear-filters:after {
        content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 2px;
    position: absolute;
    right: 0;
    font-size: 21px;
    top: -1px;
}
.search-filters .filter-checkbox li { padding-bottom: 0; }


.post-element .search-filters > li.field.last {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.post-element .search-filters li:has(> .search-checkbox-input[value="uncategorized"]),
.post-element .search-filters li:has(> .search-checkbox-input[value="becoming-a-franchise-owner"]){
    display: none;
}
.post-element.grid .hic-item { position:relative; }
.post-element.grid .hic-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
}
.custom-banner .section-header.heading-only,
.custom-banner .section-header.heading-only .page-title { margin-bottom:0; }
@media(min-width: 1024px) {
    .page-element.post-element.grid .section-body {
        margin-left: -15px;
        margin-right: -15px;
        grid-row-gap: 0;
    }
}
/*************************************
!BLOG/LEARN PAGE - END
**************************************/

/*************************************
#POST ELEMENT - START
**************************************/
.post-element.box-tiles .hic-title h3 {
    font-family: var(--lp--base-preset--heading--font-family) !important;	
}
.post-element:not(.image-overlay-content, .dark-section, .theme-section) .hic-title a h3 {
    color: var(--lp--base-preset--heading--color);
}
.post-element.box-tiles .hic-item.has-image .hic-title h3 {
    font-size: 1.5rem;
}
.post-element .hic-box .hic-term.category .hic-label {
    display: none;
}

.post-element.image-above-content .hic-box .hic-content {
    padding: 20px 0;
}

.post-element.image-above-content .has-category .hic-box {
    position: relative;
}

.post-element.image-above-content .has-category .hic-box .hic-term.category {
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-element .hic-content {
    display: flex;
    flex-flow: column;
}

.post-element .hic-published-date {
    order: -1;
    color: #b2b2b2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-element.theme-section .hic-published-date {
    color: var(--lp--base-preset--body--color);
}
.post-element.grey-section.image-above-content .hic-box .hic-content,
.post-element.grey-section.image-above-content .hic-box {
    background-color: #fff;
}

.post-element.image-above-content .hic-box .hic-image {
    transition: all 0.3s ease;
}

.post-element.image-above-content .hic-box:hover .hic-image {
    transform: scale(1.15);
}
.post-element.image-above-content .hic-blurb p {font-size: 14px; }
.post-element.box-tiles .hic-item.has-image .hic-image::before {
	padding-top: 75%;
}
/* .listing-element.post-element.grid .section-body .hic-item:not(:nth-child(3n + 1)) {
	border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
} */
.listing-element.post-element.grid .section-body .hic-item {
	padding: 25px;
    position: relative;
}
/* .listing-element.post-element.grid .section-body .hic-item:not(:nth-last-child(-n + 3))::after {
	    content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
} */

@media(min-width: 641px) {
	.post-element.box-tiles .hic-item.has-image .hic-title h3 {
		font-size: 2rem;
	}
}
@media(max-width: 1023px) {
	.listing-element.post-element.grid .section-body .hic-item {
		 border-bottom: 1px solid #AFA194;
	}
}
@media(min-width: 1024px) {
	.listing-element.post-element.grid .section-body .hic-item {
		padding: 32px;
		        padding: 32px;
	}
	.listing-element.post-element.grid.no-listing-border .section-body .hic-item { padding-top: 0; }
    .listing-element.post-element.grid .hic-item:not(:nth-child(3n + 1)) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
	.post-element.page-element.image-above-content.grid .hic-box {
		height: 100% !important;		
	}
	.post-element.carousel.default-carousel-layout .hic-item {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	.post-element.carousel.default-carousel-layout .hic-box {
		padding-bottom: 45px;
	}
	.post-element.carousel.default-carousel-layout .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}
/*************************************
!POST ELEMENT - END
**************************************/

/*************************************
#SINGLE PAGE - START
**************************************/
/* .single .article .hic-term.category {
    margin-top: 30px;
} */

.single .article .hic-term.category .hic-label {
    display: none;
}

/* .single .article .hic-term.category .hic-value:before {
    content: "More articles like this in:";
    margin-right: 5px;
    font-weight: 600;
} */

/*************************************
!SINGLE PAGE - END
**************************************/

/*************************************
#PAGINATION - START
*************************************/

ul.pagination {
	margin-bottom: 0;
}
ul.pagination li { padding-bottom: 0; }

.listing-element .section-pagination {
    margin-top: 30px;
}

.listing-element .section-pagination .cell,
.lp-pagination .lp-paginate,
.pagination {
    display: flex;
	column-gap: 2px;
}


.listing-element .section-pagination .cell,
.lp-pagination .lp-paginate {
    justify-content: center;
}

.listing-element .section-pagination .page-numbers,
.lp-pagination .lp-paginate .page-numbers,
.pagination a,
.pagination .current {
	width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 300;
    justify-content: center;
    font-size: 1rem;
    color: #626366;
	border-radius: 50%;
}

.listing-element .section-pagination .page-numbers:hover,
.listing-element .section-pagination .page-numbers:focus,
.lp-pagination .lp-paginate .page-numbers:hover,
.lp-pagination .lp-paginate .page-numbers:focus {
    background: #f4f2f0;
}
.page-numbers.dots { background-color: transparent !important; }
.listing-element .section-pagination .page-numbers.current,
.lp-pagination .lp-paginate .page-numbers.current,
.pagination .current {
    border-radius: 50%;
    border: 1px solid #F4F2F0;
    background-color: #F4F2F0;
    color: #3C3E41;
}

.listing-element.theme-section .section-pagination .page-numbers {
    color: #fff;
}

.listing-element.theme-section .section-pagination .page-numbers.current {
    border: 1px solid #fff;
    background-color: #fff;
    color: var(--lp--base-preset--brand-color--primary);
}
.listing-element .section-pagination .page-numbers.next,
.listing-element .section-pagination .page-numbers.prev,
.pagination a.next,
.pagination a.prev {
	font-size: 0;
}
.listing-element .section-pagination .page-numbers.next:after,
.listing-element .section-pagination .page-numbers.prev:after,
.pagination a.next:after,
.pagination a.prev:after,
.lp-pagination .lp-paginate .page-numbers.prev:after,
.lp-pagination .lp-paginate .page-numbers.next:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300; /* Regular */
	font-size: 14px;
	color: #534335;
    padding-top: 1px;
}
.listing-element .section-pagination .page-numbers.next:after,
.lp-pagination .lp-paginate .page-numbers.next:after,
.pagination a.next:after {
	 content: "\f054";
}
.listing-element .section-pagination .page-numbers.prev:after,
.lp-pagination .lp-paginate .page-numbers.prev:after,
.pagination a.prev:after {
	content: "\f053";
}
.lp-pagination .lp-paginate .page-numbers.prev img,
.lp-pagination .lp-paginate .page-numbers.next img {
	display: none;
}

@media(max-width: 1023px) {
	ul.pagination li { display: block; }
}

/*************************************
!PAGINATION - END
*************************************/

/*************************************
#MENU FILTER - START
*************************************/
.page-element.menu-filter ul {
    justify-content: center;
    column-gap: 10px;
}

.page-element.menu-filter li {
    border-radius: 30px;
    background-color: #f6f6f8;
}

.page-element.menu-filter li a {
    color: var(--lp--base-preset--brand-color--primary);
    font-weight: 700;
}

.page-element.menu-filter li.active {
    background-color: var(--lp--base-preset--brand-color--primary);
}

.page-element.menu-filter li.active a {
    color: #fff;
}

/*************************************
!MENU FILTER - END
*************************************/

/*********************************
#TEAM ELEMENT - START
*********************************/
.team-element.image-overlay-content .hic-image:before {
    padding-top: 120%;
}

.team-element:not(.image-overlay-content) .hic-image:before {
    padding-top: 80%;
}

.team-element .contact-phone {
    margin-top: 10px;
}

.team-element .contact-details,
.team-element .contact-details .contact-position,
.team-element .contact-phone a {
    font-weight: 300;
}

.team-element:not(.dark-section, .theme-section) .contact-details,
.team-element:not(.dark-section, .theme-section) .contact-details .contact-position,
.team-element:not(.dark-section, .theme-section) .contact-phone a {
    color: #000;
}

.team-element.theme-section .contact-phone a {
    color: #fff;
}

.team-element.image-overlay-content .contact-details,
.team-element.image-overlay-content .contact-details .contact-position,
.team-element.image-overlay-content .contact-phone a {
    color: #fff;
}

.team-element .social-media-details {
    margin-top: 15px;
}

.team-element.image-overlay-content .overlay {
    display: none;
}

.team-element.image-overlay-content .hic-box:hover .hic-content {
    top: 0;
    justify-content: center;
}

.team-element.image-overlay-content .hic-content {
    padding: 30px 20px;
}

.team-element.image-overlay-content .hic-image:before {
    padding-top: 120%;
    background-image: linear-gradient(to top, #464c6d, transparent);
}

.team-element.image-overlay-content .hic-box:hover .hic-image:before {
    background-image: linear-gradient(to top, #39417091, #394170de);
}

.team-element.dark-section .section-title,
.team-element.theme-section .section-title {
    color: #fff;
}

.team-element.dark-section.content-only .button,
.team-element.theme-section.content-only .button {
    color: #000;
}

/*********************************
!TEAM ELEMENT - END
*********************************/

/*********************************
#TESTIMONIALS ELEMENT - START
*********************************/
.testimonial-element .hic-box {
    border-radius: 12px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.testimonial-element .hic-title h3 {
    font-size: 1.5rem;
}
.testimonial-element .hic-blurb {
    font-weight: 400;
}
.testimonial-element .hic-blurb p {
    font-size: 14px;
}
.testimonial-element.default-alignment .hic-avatar,
.testimonial-element.text-center .hic-avatar {
    margin-left: auto;
    margin-right: auto;
}
.testimonial-element.image-above-content .hic-profile {
    margin-top: 30px;
}
.testimonial-element .hic-client-location {
    text-transform: uppercase;
    color: #999999;
}
.testimonial-element.content-only .hic-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 20px;
}
.testimonial-element.content-only .hic-image {
    width: 74px;
    height: 74px;
}
.testimonial-element.content-only .hic-profile {
    flex: 1;
}
.testimonial-element.content-only .hic-header {
    flex: 4;
}
.testimonial-element.content-only .hic-rating {
    display: flex;
    column-gap: 10px;
}
.testimonial-element.content-only .hic-blurb {
    margin-top: 10px;
    width: 100%;
}
.testimonial-element .slick-list {
    overflow: visible;
}
.hic-client-name {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.hic-rating .fas.fa-star {
    color: #ffbb00;
}
.hic-rating .far.fa-star {
    color: #e0e0e0;
    font-weight: 900;
}
.hic-profile-details .hic-client-name {
    display: none;
}
@media (max-width: 640px) {
    .testimonial-element.carousel.content-only .section-body {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 641px) {
    .testimonial-element .hic-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1024px) {
    .testimonial-element .hic-content::before {
        width: 50px;
        height: 50px;
    }
    .testimonial-element.split-60-40 .hic-blurb {
        font-size: 2rem;
        line-height: 40px;
    }
    .testimonial-element.carousel .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }
    .testimonial-element.carousel .slick-dots {
        display: none;
    }
}
/*********************************
!TESTIMONIALS ELEMENT - END
*********************************/

/*********************************
#PROJECT ELEMENT - START
*********************************/
.project-element .hic-image::before {
    padding-top: 100%;
}

.project-element .hic-term.category .hic-label {
    display: none;
}

/*********************************
!PROJECTS ELEMENT - END
*********************************/

/*********************************
#GALLERY ELEMENT - START
*********************************/
.gallery-element.grid .section-body {
    grid-row-gap: 0;
}
.gallery-element .hic-item {
    padding: 0;
    position: relative;
}
.gallery-element .hic-media-container {
    padding: 25px;
}
.gallery-element .hic-image::before {
    padding-top: 120%;
}
.gallery-element .hic-item.with-lightbox .hic-media-container>a:after {
    content: "";
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.gallery-element .hic-item.with-lightbox:hover .hic-media-container>a:after {
    opacity: 0.5;
    transition: .3s all ease-in-out;
}
.gallery-element .hic-item:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.gallery-element .section-pagination {
    margin: 0;
}
.gallery-element .section-pagination .loadmore-button {
    margin: 20px 0;
}
.with-lightbox .hic-image:not(.hic-video)::after {
	transform: scale(0.7);
}
.with-lightbox:hover .hic-image:not(.hic-video)::after {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}



/* GALLERY SLIDER */
.gallery-element.carousel-overflow-right.default-carousel-layout .section-header,
.gallery-element.carousel-overflow-right.default-carousel-layout .cell.hic-item,
.gallery-element.carousel-overflow-left.default-carousel-layout .section-header,
.gallery-element.carousel-overflow-left.default-carousel-layout .cell.hic-item {
	border-right: none;
}
.gallery-element.carousel-overflow-left .hic-item:not(:nth-child(3n + 1)),
.gallery-element.carousel-overflow-right .hic-item:not(:nth-child(3n + 1)) {
	border-left: none;
}
.gallery-element.carousel-overflow-left .section-body .slick-arrow,
.gallery-element.carousel-overflow-right .section-body .slick-arrow {
	display: none !important;
}
.gallery-element.carousel-overflow-right.default-carousel-layout .cell.hic-item,
.gallery-element.carousel-overflow-left.default-carousel-layout .cell.hic-item{
	padding-left: 0;
    padding-right: 0;
	padding-top: 0;
}
.gallery-element.carousel-overflow-right.default-carousel-layout .hic-item .hic-image::before,
.gallery-element.carousel-overflow-left.default-carousel-layout .hic-item .hic-image::before{
	padding-top: 58%;
}
.gallery-element.carousel-overflow-right .hic-media-container,
.gallery-element.carousel-overflow-left .hic-media-container{ padding: 0; }
@media (min-width: 768px) {
    .gallery-element.carousel-overflow-right.default-carousel-layout .cell.hic-item {
        padding-right: 25px;
    }
	.gallery-element.carousel-overflow-left.default-carousel-layout .cell.hic-item {
		padding-left: 25px;
	}
}
/* END */

@media (max-width: 640px) {
    .gallery-element .hic-item:not(:last-of-type) {
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 641px) {
    /* .gallery-element .hic-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
    } */
}
/*********************************
!GALLERY ELEMENT - END
*********************************/

/*********************************
#INSPIRATION ELEMENT - START
*********************************/
.inspiration-element.grid .section-body {
    grid-row-gap: 0;
}
.inspiration-element .hic-item {
    padding: 0;
    position: relative;
}
.inspiration-element .hic-media-container {
    padding: 25px;
}
.inspiration-element .hic-media-container:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: inline-block;
	background-image: url(../images/zoom-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: scale(0.7);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out
}
.inspiration-element .hic-box:hover .hic-media-container:after {
	opacity: 1; 
	visibility: visible;
	transform: scale(1);
}
.inspiration-element .hic-image::before {
    padding-top: 120%;
}
.inspiration-element .hic-image::after {
    content: "";
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.inspiration-element .hic-item:hover .hic-image::after {
    opacity: 0.5;
    transition: .3s all ease-in-out;
}
.inspiration-element .hic-item:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.inspiration-element .section-pagination {
    margin: 0;
}
.inspiration-element .section-pagination .loadmore-button {
    margin: 20px 0;
}
@media (max-width: 640px) {
    .inspiration-element .hic-item:not(:last-of-type) {
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 641px) {
    .inspiration-element .hic-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
    }
}
/*********************************
!INSPIRATION ELEMENT - END
*********************************/

/*********************************
#INFORMATION ELEMENT - START
*********************************/
.information-element .hic-item.has-description .hic-title {
    margin-bottom: 20px;
}
.information-element .hic-item.hic-has-read-more.has-media .hic-image {
    height: auto;
}
.information-element .hic-item.hic-has-read-more .hic-blurb:not(.expanded) {
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
}
.information-element .hic-item.hic-has-read-more .hic-blurb:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 40px;
}
.information-element .hic-blurb-toggle {
    cursor: pointer;
    color: var(--lp--base-preset--body--color);
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}
/*********************************
!INFORMATION ELEMENT - END
*********************************/

/*********************************
#SEO PAGE ELEMENT - START
*********************************/
/* General */
.single-seo_page.seo_page-template-1 .hero.page-banner .grid-container,
.single-seo_page.seo_page-template-2 .hero.page-banner .grid-container {
    align-items: unset;
}
.single-seo_page.seo_page-template-1 .hero.page-banner .hero-body,
.single-seo_page.seo_page-template-2 .hero.page-banner .hero-body {
    background: none;
    max-width: 100%;
}
.single-seo_page.seo_page-template-1 .hero.page-banner .hero-content-col::before,
.single-seo_page.seo_page-template-1 .hero.page-banner .hero-banner-message h1::after,
.single-seo_page.seo_page-template-2 .hero.page-banner .hero-content-col::before,
.single-seo_page.seo_page-template-2 .hero.page-banner .hero-banner-message h1::after {
    display: none;
}
.single-seo_page.seo_page-template-1 .hero.page-banner .hero-banner-message h1,
.single-seo_page.seo_page-template-2 .hero.page-banner .hero-banner-message h1 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.single-seo_page.seo_page-template-1 .hero.page-banner .hero-banner-message, 
.single-seo_page.seo_page-template-2 .hero.page-banner .hero-banner-message {
	color: #fff;
}

.single-seo_page.seo_page-template-1 .hero.page-banner.default-alignment .hero-banner-message,
.single-seo_page.seo_page-template-2 .hero.page-banner.default-alignment .hero-banner-message{
    text-align: center;
}
@media (min-width: 768px) {
    .single-seo_page.seo_page-template-1 .hero.page-banner.default-alignment .hero-banner-message h1,
    .single-seo_page.seo_page-template-2 .hero.page-banner.default-alignment .hero-banner-message h1 {
        font-size: 4rem;
        line-height: 4.2rem;
    }
}
/* General */

/* Single Page - Template 1 */
.single-seo_page.seo_page-template-1 .rep-listings-element {
    padding: 0;
}
.single-seo_page.seo_page-template-1 .rep-home-designs-element {
    padding-top: 0;
    padding-bottom: 30px;
}
.single-seo_page.seo_page-template-1 .rep-listings-element .slick-dots,
.single-seo_page.seo_page-template-1 .rep-home-designs-element .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 15px;
}
.single-seo_page.seo_page-template-1 .rep-listings-element .slick-dots::before,
.single-seo_page.seo_page-template-1 .rep-home-designs-element .slick-dots::before {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    top: 0;
    left: -500%;
}
.single-seo_page.seo_page-template-1 .rep-home-designs-element .lp-element-footer {
    display: none;
}
.single-seo_page.seo_page-template-1 .location-element .section-header {
    margin-bottom: 22px;
}
.single-seo_page.seo_page-template-1 .location-element .hic-map {
    height: 300px;
}
.single-seo_page.seo_page-template-1 .location-element .hic-map iframe {
    height: 100%;
}
.single-seo_page.seo_page-template-1 .location-element .hic-content {
    align-self: center;
    padding: 30px;
    text-align: center;
}
.single-seo_page.seo_page-template-1 .location-element .hic-box {
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single-seo_page.seo_page-template-1 .location-element .hic-title h3 {
    font-size: 1.5rem;
}
.single-seo_page.seo_page-template-1 .location-element .hic-button-wrap {
    justify-content: center;
}
.single-seo_page.seo_page-template-1 .location-element .hic-contact {
    font-size: 1.1rem;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.single-seo_page.seo_page-template-1 .location-element .hic-contact::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: inherit;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/call.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/call.svg);
}
.single-seo_page.seo_page-template-1 .location-element .lp-opening-hours {
    list-style: none;
    margin: 0;
}
.single-seo_page.seo_page-template-1 .location-element .lp-opening-hours .lp-label::after {
    content: ": ";
}
.single-seo_page.seo_page-template-1 .location-element .hic-button-wrap .button:first-of-type {
    background-color: #3C3E41;
    color: #fff;
}
.single-seo_page.seo_page-template-1 .location-element .hic-button-wrap .button::after {
    display: none;
}
.single-seo_page.seo_page-template-1 .checklist.rounded {
    margin-top: 20px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    text-align: left;
}
.single-seo_page.seo_page-template-1 .checklist.rounded li {
    width: 100%;
}
.single-seo_page.seo_page-template-1 .checklist.rounded h4 {
    font-family: var(--lp--base-preset--body--font-family);
    font-size: 1.125rem;
    margin-bottom: 15px;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .single-seo_page.seo_page-template-1 .location-element .hic-button-wrap .button {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .single-seo_page.seo_page-template-1 .location-element .hic-box {
        display: flex;
        flex-flow: row-reverse;
    }
    .single-seo_page.seo_page-template-1 .location-element .hic-box > * {
        width: 50%;
    }
    .single-seo_page.seo_page-template-1 .location-element .hic-map {
        height: 100%;
    }
    .single-seo_page.seo_page-template-1 .location-element .hic-title h3 {
        font-size: 1.8rem;
    }
    .single-seo_page.seo_page-template-1 .checklist.rounded li {
        width: 50%;
    }
    .single-seo_page.seo_page-template-1 .checklist.rounded h4 {
        font-size: 1.25rem;
    }
}
/* Single Page - Template 1 */

/* Single Page - Template 2 */
.single-seo_page.seo_page-template-2 .rep-home-designs-element {
    padding-bottom: 0;
}
.single-seo_page.seo_page-template-2 .rep-home-designs-element .lp-element-header {
    text-align: center;
    position: relative;
}
.single-seo_page.seo_page-template-2 .rep-home-designs-element .lp-element-header::after {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    bottom: 0;
    left: -500%;
}
.single-seo_page.seo_page-template-2 .rep-home-designs-element .lp-element-footer {
    position: relative;
    padding: 30px 0;
}
.single-seo_page.seo_page-template-2 .rep-home-designs-element .lp-element-footer::before {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    top: 0;
    left: -500%;
}
.single-seo_page.seo_page-template-2 .rep-home-designs-element .lp-element-footer .lp-button-wrap {
    justify-content: center;
}
/* Single Page - Template 2 */
/*********************************
!SEO PAGE ELEMENT - END
*********************************/

/*********************************
#FRANCHISES - START
*********************************/
/* Franchise Page - Start */
.franchise-system-section .hic-icon img {
	height: 50px;
}
.franchise-system-section.icon-above-content .hic-title h3 {
    font-size: 17px;
    font-family: 'Montserrat';
}
.franchise-system-section.icon-above-content .hic-icon {
    font-size: 40px;
    padding-bottom: 16px;
}
.franchise-system-section.icon-above-content .hic-title,
.franchise-system-section.icon-above-content .hic-title h3 {
	margin-bottom: 0 !important;
}
.franchise-system-section.icon-above-content .hic-title {
	padding-bottom: 8px;
}
.franchise-system-section .hic-box {
	cursor: pointer;
}
.franchise-system-section .hic-box:hover {
    background-color: #172024;
}
.franchise-system-section .hic-box:hover img {
    filter: brightness(0) invert(1);
}
@media( max-width: 767px ) {
    .franchise-system-section .hic-title {
        display: none;
    }
    .franchise-system-section .hic-box:hover .hic-blurb,
    .franchise-system-section .hic-box:hover .hic-blurb h3 {
        color: #fff;
    }
}
@media( min-width: 768px) {
    .franchise-system-section .hic-blurb {
        display: none;
        position: absolute;
        z-index: 2;
        width: 610px;
        background-color: #fff;
        box-shadow: -5px 6px 8px 0 rgba(0, 0, 0, .23);
        padding: 20px;
        border-radius: 20px;
        text-align: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .franchise-system-section .hic-blurb h3 {
        font-size: 30px;
    }
    .franchise-system-section .hic-box:hover .hic-title h3 {
        color: #fff;
    }
    .franchise-system-section .hic-box:hover .hic-blurb {
        display: block;
    }
}

@media( max-width: 1023px ) {
    /* .page-franchise .page-element.header-left .section-header {
        padding-top: 30px;
        margin-bottom: 0;
    } */
    .culture-history-section .tabs,
    #available-franchises .tabs {
        justify-content: center;
    }
}
/* Franchise Page - End */

.franchises-element .grid-container .section-body {
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(10, 10, 10, .1);
    padding: 30px 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.hic-franchises .heading {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.hic-franchises thead,
.hic-franchises tbody,
.hic-franchises table tr {
    background: transparent;
    border: none;
}
.hic-franchises table th {
    font-weight: 400;
}
.hic-franchises table th,
.hic-franchises table td {
    padding: 15px 10px;
    font-size: 12px;
    text-align: left;
}
.hic-franchises table tr {
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary );
}
.hic-franchises .button {
    text-transform: capitalize;
    min-width: 124px;
    font-size: 12px;
}
.hic-franchises .button.sold {
    background-color: #3C3E41;
    color: #fff;
}
.hic-franchises .button::after {
    display: none;
}
@media (min-width: 1024px) {
    .franchises-element .grid-container .section-body {
        padding: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 641px) {
    .hic-franchises .heading {
        font-size: 2rem;
    }
    .hic-franchises table th,
    .hic-franchises table td {
        padding: 15px 20px;
        font-size: 16px;
    }
    .hic-franchises .button {
        min-width: 138px;
        font-size: 14px;
    }
}
/*********************************
!FRANCHISES - END
*********************************/

/*********************************
#LOCATIONS ELEMENT - START
*********************************/
/*Accordion Layout - START*/
.location-element .accordion-item.is-active .accordion-content {
    display: flex !important;
    flex-wrap: wrap;
    grid-row-gap: 30px;
    flex-direction: row;
}

.hic-serviced-postcodes {
    overflow-wrap: anywhere;
}

.accordion-element.dark-section .accordion-title,
.accordion-element.dark-section .accordion-content {
    color: var(--lp--custom-preset--accordion-background-color);
}

.accordion-element.dark-section:not(.two-column-accordion) .accordion-item:not(.is-active):not(:last-of-type) .accordion-title {
    border-bottom: 1px solid #fff;
}

/*Accordion Layout - END*/
/*********************************
!LOCATIONS ELEMENT - END
*********************************/

/*********************************
#SIDEBAR - START
*********************************/
.sidebar ul.menu,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-left: 0;
}

.sidebar ul.menu li,
.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.sidebar ul.menu li a:not(.accordion-control),
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    padding: 10px 15px 10px 0;
    color: var(--lp--base-preset--body--color);
    font-weight: 600;
    display: block;
}

.sidebar ul.menu:not(.filter-accordion) li.is-active a,
.sidebar ul.menu:not(.filter-accordion) li.is-active a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: var(--lp--base-preset--brand-color--primary);
}

.sidebar .submenu>li a {
    padding-left: 16px;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .sidebar-mobile-menu {
        border: 1px solid #e6e6e6;
        padding: 5px 10px;
        background: #eee;
    }

    .sidebar-mobile-menu .menu-icon:after {
        background: var(--lp--base-preset--brand-color--primary);
        box-shadow: 0 7px 0 var(--lp--base-preset--brand-color--primary),
            0 14px 0 var(--lp--base-preset--brand-color--primary);
    }
}

/*Sidebar Filter Accordion - START*/
ul.filter-accordion .accordion-js {
    position: relative;
}

ul.filter-accordion .accordion-js .accordion-control {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    padding: 5px 4px 5px 14px;
    cursor: pointer;
    color: var(--lp--base-preset--body--color);
}

ul.filter-accordion .accordion-control::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
}

ul.filter-accordion li.active>.accordion-control::after {
    content: "\f106";
}

ul.filter-accordion .accordion-js .inner .accordion-js {
    padding-left: 10px;
}

ul.filter-accordion .accordion-js .inner .accordion-js.active a {
    color: var(--lp--base-preset--brand-color--primary);
}

.filter-accordion ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    display: none;
}

.filter-accordion ul.inner li.accordion-js:last-child {
    border-bottom: 0;
}

/*Sidebar Filter Accordion - END*/

/*Page has Sidebar - START*/
@media (min-width: 1024px) {

    .has-sidebar-left .main-content,
    .has-sidebar-right .main-content {
        width: calc(100% - 300px);
    }

    .sidebar {
        width: 300px;
    }

    .sidebar .widget {
        margin-bottom: 40px;
    }

    .default-width [class*="has-sidebar-"] .inner-body-content {
        max-width: 1170px;
    }

    .default-width .has-sidebar-both .main-content {
        width: calc(100% - 500px);
    }

    .full-width-layout .has-sidebar-both .main-content {
        width: calc(100% - 600px);
    }

    .default-width .has-sidebar-both .sidebar {
        width: 250px;
    }
}

/*Page has Sidebar - END*/
/*********************************
!SIDEBAR - END
*********************************/

/************************************
#POST META NAV - START
************************************/
.hic-post-meta-nav,
.hic-post-meta-nav span,
.hic-post-meta-nav a {
    display: block;
}

.nav-content {
    display: flex;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hic-post-meta-nav:not(.layout-1) .nav-box {
    display: flex;
}

.hic-post-meta-nav:not(.layout-1) .nav-image-container {
    width: 25%;
}

.hic-post-meta-nav:not(.layout-1) .nav-content {
    width: 75%;
}

.hic-post-meta-nav.layout-2 .nav-content {
    order: 2;
    padding-left: 15px;
}

.hic-post-meta-nav.layout-2 .nav-image-container {
    order: 1;
}

.hic-post-meta-nav.layout-3 .nav-content {
    order: 1;
    padding-right: 15px;
    text-align: right;
}

.hic-post-meta-nav.layout-3 .nav-image-container {
    order: 2;
}

.hic-post-meta-nav:not(.layout-1) .hic-image {
    height: 100%;
}

/************************************
!POST META NAV - END
************************************/

/*********************************
#ERROR404 - START
*********************************/
body.error404 .hero .hero-bg-overlay {
    display: none;
}

/*********************************
!ERROR404 - END
*********************************/

/**************************
#LEGAL DOCUMENT - START
**************************/
.legal-content li {
    margin-bottom: 1rem;
}

ol.closed-alpha {
    list-style: none;
}

ol.closed-alpha li {
    position: relative;
}

ol.closed-alpha li::before {
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha) ") ";
    position: absolute;
    left: -32px;
}

/**************************
!LEGAL DOCUMENT - END
**************************/
/**************************
#CTA - START
**************************/
.cta-element.page-element {
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta-element.has-bg-img .section-footer .button,
.page-element.has-bg-img .section-footer .button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.cta-element.has-bg-img .section-footer .button:hover,
.page-element.has-bg-img .section-footer .button:hover {
    background-color: var(--lp--base-preset--button--background-color);
    border: 1px solid var(--lp--base-preset--button--background-color);
    color: #fff;
}

.cta-element.page-element .section-footer .hic-button-wrap {
    margin-top: -26px !important;
}

.cta-element.page-element .section-header .section-title,
.cta-element.page-element .section-header .sub-heading {
    padding-bottom: 0px;
}

/**************************
!CTA - END
**************************/
/**************************
#CTA SUBSCRIBE for POST - START
**************************/
.page-elements .page-element.cta-subscribe {
    border-top: none;
}
.page-element.cta-subscribe .hic-box {
    background-color: #F4F2F0;
    padding: 34px;
}
.page-element.cta-subscribe .hic-title h3 { margin-bottom: 0; }


@media(min-width: 641px) {
    .page-element.cta-subscribe .hic-content {
       display: flex;
        align-items: center;
        column-gap: 34px;
    }
    .page-element.cta-subscribe .hic-button-wrap { margin-top: 0; }
}
@media(min-width: 641px) and (max-width: 1023px) {
    .page-element.cta-subscribe .hic-title h3 {  font-size: 1.6rem; }
}
/**************************
#CTA SUBSCRIBE for POST - END
**************************/
/**************************
#NEWSLETTER - START
**************************/
.header-left.newsletter-form.dark-section,
.header-left.newsletter-form.theme-section {
    color: #fff;
}

.header-left.newsletter-form.dark-section .gform_footer input {
    background-color: var(--lp--base-preset--button--background-color);
}

.header-left.newsletter-form.dark-section .gform_footer input:hover {
    background-color: var(--lp--base-preset--button--background-color--hover);
}

.header-left.newsletter-form.theme-section .gform_footer input {
    background-color: var(--lp--base-preset--brand-color--dark);
}

.header-left.newsletter-form.theme-section .gform_footer input:hover {
    background-color: var(--lp--base-preset--button--background-color--hover);
}

.header-left.newsletter-form.dark-section .gform_body input,
.header-left.newsletter-form.dark-section .gform_body input::placeholder,
.header-left.newsletter-form.theme-section .gform_body input,
.header-left.newsletter-form.theme-section .gform_body input::placeholder {
    color: #fff;
}

.header-left.newsletter-form .section-header .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 24px;
}

.header-left.newsletter-form .section-body form .gform_body input {
    border: 1px solid #c0c0c0;
}

@media (min-width: 641px) {
    .header-left.newsletter-form.dark-section .grid-container {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .header-left.newsletter-form .section-body form .gform_footer input {
        margin-top: 0;
        width: 90%;
    }

    .header-left.newsletter-form .section-body form .gform_footer {
        width: 20%;
        text-align: right;
        padding-top: 0;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .header-left.newsletter-form .section-body form .gform_body {
        width: 75%;
    }

    .header-left.newsletter-form .grid-container {
        display: flex;
        align-items: center;
    }

    .header-left.newsletter-form .section-body form {
        display: flex;
        justify-content: end;
    }

    .header-left.newsletter-form .section-body .cell {
        padding-right: 0px;
    }

    .header-left.newsletter-form .section-header .cell {
        padding-left: 0px;
    }

    .header-left.newsletter-form .section-body {
        width: 75%;
    }

    .header-left.newsletter-form .section-header {
        width: 25%;
        margin-bottom: 0px;
    }
}

/*********************************
!NEWSLETTER - END
*********************************/
/*********************************
#INSTAGRAM FEEDS - START
*********************************/
.instagram-feeds .section-title span {
    text-transform: lowercase;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .instagram-feeds.page-element .hic-item {
        width: 33.33%;
    }
}

@media (max-width: 640px) {
    .instagram-feeds.page-element .hic-item {
        width: 50%;
    }
}

/*********************************
!INSTAGRAM FEEDS - END
*********************************/

/*********************************
#PAGE CONTENT ELEMENT - START
*********************************/
@media(min-width: 1024px) {
	.page-content-element .section-footer { margin-top: 24px; }
}

/*********************************
!PAGE CONTENT ELEMENT - END
*********************************/
/*********************************
#SPLIT HOMES DIAGRAM - START
*********************************/
@media(min-width: 1024px) {
	.split-home-diagram {
		display: grid;
    margin-bottom: 16px;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
	}
}
/*********************************
!SPLIT HOMES DIAGRAM - END
*********************************/

/* TO be review */

@media(min-width: 1024px) {
	.intro-cta .hic-content {
			display: flex;
		flex-flow: row;
		gap: 52px;
		padding: 0;
		align-items: end;
			justify-content: space-between;
	}
	.intro-cta .hic-button-wrap {
		min-width: 30%;
		margin-top: 0;
	}
	.intro-cta .hic-content h3 {
		margin-bottom: 24px
	}
}

/* To be review */ 
@media(min-width: 1024px) {
	.two-col-cta .hic-content {
		display: flex;
    	justify-content: space-between;
    	align-items: center;	
	}
	.two-col-cta .hic-button-wrap {
		margin-top: 0;
	}
	.two-col-cta .hic-button-wrap .button {
		min-width: 240px;
	}
	.two-col-cta .hic-content .hic-blurb { max-width: 60%; }
	.two-col-cta.text-center .hic-content {
	justify-content: center;
		gap: 48px;
}
	.two-col-cta .hic-title,	
	.two-col-cta .hic-title h3 {
		margin-bottom: 0 !important;
	}
}

.two-col-cta.small-container .hic-content {
	justify-content: center;
    gap: 32px;
}

/* #Corporate Section */
.corporate-section.default-section.icon-above-content .hic-icon {
	color: var(--lp--base-preset--brand-color--dark) !important;
}
.corporate-section .hic-blurb p {
	font-size: 14px;
}
@media (max-width: 640px) {
    .corporate-section.icon-above-content .hic-icon {
        text-align: center;
    }
}
@media(min-width: 641px) {
	.corporate-section.box-tiles .hic-item:not(.has-image) .hic-box {
		padding: 35px 35px;
	}	
}
/* !Corporate Section - END */

/* One Column Form Helper */
.one-col-form .grid-container .section-body {
	background-color: #FFF;
	box-shadow: 2px 2px 8px rgba(10, 10, 10, .1);
    padding: 30px 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.content-box-element.one-col-form .hic-item.has-description .hic-title { margin-bottom: 0; }
.one-col-form .has-content .gform_wrapper { margin-top: 28px; }
@media(min-width: 1024px) {
	.one-col-form .gform_button {
		min-width: 220px;
	}
}
@media(min-width: 1024px) and (max-width: 1279px) {
	.one-col-form .section-body {
		padding: 34px;
	}
}
@media(min-width: 1280px) {
	.one-col-form .grid-container .section-body {
		padding: 50px;
        margin-left: 0;
        margin-right: 0;
	}
}
/* One Column Form Helper - END */

/* Two Column Content + Form Helper */
@media(max-width: 1023px) {
	.two-col-content-form .section-body .cell:first-child {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.two-col-content-form .section-body .cell:last-child {
		padding-bottom: 34px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.two-col-content-form .section-body .cell {
		width: 100% !important;
	}
}
@media(min-width: 1024px) {
	.two-col-content-form .section-body .cell {
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.two-col-content-form .section-body .cell:first-child {
		border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
		padding-right: 50px;
	}	
	.two-col-content-form .section-body .cell:last-child {
		padding-left: 50px;
	}
}
/* Two Column Content + Form Helper  -- END */

/*********************************
#HOME BUILDERS - START
*********************************/
.rep-offices-tab-element .rep-offices-element { 
	border-top: none;
    padding-top: 16px !important;
}
.rep-offices-element .rep-office-content { 
	padding-left: 34px;
	position: relative; 
}
.rep-offices-element .rep-office-content:before {
	content: '';
    background-image: url(../images/location-marker-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
.rep-offices-tab-element .tabs-content {
	border-color: #AFA194;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}
.rep-offices-tab-element .tabs .tabs-title>a {
	text-align: center;
    border: none;
    background-color: transparent !important;
    min-width: auto;
    padding: 10px;
    border-radius: 0;
	transition: all .25s ease-in-out;
	min-width: 65px;
}
.rep-offices-tab-element .tabs .tabs-title>a:hover,
.rep-offices-tab-element .tabs .tabs-title.is-active>a {
	background-color: #F4F2F0 !important;
	border-bottom: 1.5px solid #534335
}
.rep-offices-tab-element .tabs .tabs-title>a,
.rep-offices-tab-element .tabs .tabs-title>a:hover{
	color: #1A1818 !important;	
}
.rep-offices-tab-element .tabs { gap: 0; margin-bottom: 0; }
.rep-offices-tab-element .tabs .tabs-title {
	padding-bottom: 0;
}
.rep-offices-tab-element .tabs .tabs-title:not(:last-child) {
	margin-right: 8px;
}
@media(max-width: 640px) {
	.rep-offices-tab-element.default-alignment .hic-box { text-align: left; }
	.rep-offices-tab-element .tabs .tabs-title>a {
		min-width: 50px;
	}
}
@media(min-width: 641px) {
	.rep-offices-tab-element .tabs .tabs-title>a {
		min-width: 65px;
	}
}
@media(min-width: 1024px) {
	.rep-offices-tab-element .rep-offices-element .lp-item.lp-columns-3 {
		width: 50%;
	}
	.rep-offices-tab-element .tabs .tabs-title>a { font-size: 20px; }
}


/* Location Search Input */
body .rep-select2-select-search-locations.select2-selection--multiple {
    align-items: center;
	height: 87px;
    border-radius: 0;
    border-color: #AFA194;
    padding: 0 30px 0 53px;
	display: flex;
}
body .rep-select2-select-search-locations .select2-selection__rendered {
	    margin-bottom: 0;
    margin-left: 0;
}
.rep-office-search-form .rep-office-form { position: relative; max-width: 750px; }
.rep-office-search-form.form-size-medium .rep-office-form { max-width: 650px; }
.rep-office-search-form .rep-office-form .select2-container { width: 100%; }
.rep-office-search-form .lp-form-footer {
	position: absolute;
    top: 0;
    left: 15px;
    height: 30px;
    margin: auto;
    bottom: 0;
}
.rep-office-search-form .lp-form-footer .button {
    border: none;
    background-color: transparent !important;
    background-image: url(../images/search-icon.png);
    padding: 0;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.rep-office-search-form .lp-form-footer .button:after { display: none; }
.rep-office-search-form .rep-office-form .select2-search__field {
	    margin-top: 0;
    border-radius: 0;
	    font-size: 20px;
    font-family: var(--lp--base-preset--body--font-family);
	height: 28px;
    min-height: 29px;
}
.select2-selection--single.rep-select2-select-search-locations {
	padding-left: 47px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.rep-select2-select-search-locations .lp-more-selected-label {
	    text-transform: lowercase;
    font-weight: 500;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice { margin-top: 0; }

.find-an-office .rep-office-search-form input { border: none; }
body .select2-results__option { padding-left: 28px; }

.grey-section .rep-select2-select-search-locations {
	background-color: #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #3C3E41;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 12px;
    top: -3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	background-image: url(../images/chevron-down.png);
	    width: 12px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}
body.logged-in .select2-container--open .select2-dropdown--below,
body.logged-in .select2-container--open .select2-dropdown--above{
	    transform: translate(0, 32px);
}
.is-reveal-open body.logged-in .select2-container--open .select2-dropdown--below,
.is-reveal-open body.logged-in .select2-container--open .select2-dropdown--above{
	    transform: none;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px 24px;
}
.search-section .rep-office-search-form { margin-top: 24px; }
/* Location Search Input */

/*********************************
!HOME BUILDERS - END
*********************************/

/*********************************
#FOOTER - START
*********************************/
.footer {
    padding: 30px 0;
}
.footer .logo-wrap {
    margin-bottom: 20px;
}
.footer .contact-details {
    margin-bottom: 10px;
}
.footer .social-media-details {
    margin-bottom: 20px;
}
.footer p {
    margin-bottom: 0;
}
.footer .contact-details div::before {
    display: none;
}
.footer .contact-details div {
    font-weight: 600;
}
.footer .social-media li i {
    font-size: 24px;
}
.footer .footer-col-1 h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--lp--base-preset--body--font-family);
    margin: 0;
    letter-spacing: 0;
}
.footer .footer-col-1 .button {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: var(--lp--base-preset--brand-color--primary);
    border-color: var(--lp--base-preset--brand-color--primary);
}
.footer .social-media-details {
    margin-bottom: 0;
}
.footer .footer-col .menu a {
    padding-top: 0;
    padding-right: 0;
    font-size: 12px;
    padding-bottom: 0;
}
.footer .footer-col .menu {
    row-gap: 30px;
}
.footer .footer-col .menu li.active a,
.footer .footer-col .menu a:hover {
    color: var(--gj-dark-brown);
}
.footer .footer-col {
    padding-top: 15px;
}
.footer .footer-col-6 .menu {
    flex-direction: unset;
    flex-wrap: wrap;
}
.footer .footer-col-6 .menu li {
    width: 50%;
    padding: 0;
    margin: 0;
}
.footer-default-color .footer {
    border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
    background-color: #fff;
}
.footer-grey .footer .social-media a,
.footer-theme-secondary .footer .social-media a {
    color: #000;
}
.footer-theme .footer .footer-col .menu a:hover,
.footer-theme .footer .contact-details a:hover,
.footer-theme .footer .social-media a:hover,
.footer-theme-secondary .footer .footer-col .menu a:hover,
.footer-theme-secondary .footer .contact-details a:hover,
.footer-theme-secondary .footer .social-media a:hover {
    color: var(--lp--base-preset--body--color);
}
.footer-theme .footer .footer-col h4 {
    color: #fff;
}
@media (max-width: 425px) {
    .footer .logo-wrap img {
        width: 100%;
    }
    .footer .footer-col-1 {
        text-align: center;
    }
    .footer .footer-col-1 .button {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .footer .logo-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .footer.footer-layout-3 .social-media {
        justify-content: center;
    }
}
@media (min-width: 641px) {
    .footer {
        padding: 40px 0;
    }
}
@media (max-width: 1023px) {
    .footer .footer-col-1,
    .footer .footer-col-2 {
        width: 100%;
        flex: auto;
        padding-bottom: 15px;
    }
    .footer .footer-col-1::after {
        content: "";
        display: block;
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
	
	.footer-col .menu.vertical{
		display: flex;
	}
	.footer-col .menu.vertical .menu-item{
		flex-basis: 50%;
	}
}
@media (min-width: 1024px) {
    .footer {
        padding: 60px 0;
    }
    .footer .footer-col:not(.footer-col-1, .footer-col-5, .footer-col-6) {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer .footer-col-1 {
        padding-right: 50px;
    }
    .footer .footer-col-5 {
        padding-left: 50px;
    }
    .footer .footer-col:not(.footer-col-5, .footer-col-6) {
        border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .footer .footer-col .menu a {
        font-size: 16px;
    }
}

/*Footer Layout 1 - START*/
.footer-layout-1 .footer-logo .logo-wrap {
    max-width: 250px;
}

.footer.footer-layout-1 .footer-col-1,
.footer.footer-layout-2 .footer-col-1 {
    margin-bottom: 60px;
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
}

.footer.footer-layout-1 .contact-details div,
.footer.footer-layout-1 .footer-col .menu a,
.footer.default-footer-layout .contact-details div,
.footer.default-footer-layout .footer-col .menu a {
    padding-left: 0px;
}

/*Footer Layout 1 - END*/

/*Footer Layout 2 - START*/
.footer-layout-2 .footer-col:not(:last-child) {
    margin-bottom: 30px;
}

.footer.footer-layout-2 .contact-details [class*="contact-"]::before {
    position: relative;
    display: block;
    font-weight: 300;
    padding-bottom: 20px;
    font-size: 24px;
}

.footer.footer-layout-2 .social-media {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    font-size: 20px;
}

.footer.footer-layout-2 .social-media li {
    margin-right: 0;
}

.footer.footer-layout-2 .footer-logo {
    margin-top: 50px;
}

.footer-layout-2 .footer-logo .logo-wrap {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 641px) {
    .footer-layout-2 .footer-logo .logo-wrap {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Footer Layout 2 - END*/

/*Footer Layout 3 - START*/
.footer.footer-layout-3 .footer-col .menu a {
    padding-left: 0;
    padding-right: 0;
}

.footer.footer-layout-3 .footer-logo .logo-wrap {
    max-width: 200px;
}

.footer.footer-layout-3 .contact-details div {
    padding-left: 0px;
}

.footer.footer-layout-3 .footer-col-2 .menu a {
    font-size: 1.2em;
    font-weight: 600;
}

.footer.footer-layout-3 .social-media {
    display: flex;
    column-gap: 20px;
}

.footer.footer-layout-3 .footer-col-2 .menu li:first-of-type a {
    padding-top: 0;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .footer.footer-layout-3 .footer-col.footer-logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .footer.footer-layout-3 .footer-col:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    body .footer.footer-layout-3 .footer-col-1 {
        width: 650px !important;
        flex: unset !important;
    }

    body .footer.footer-layout-3 .footer-col-1 .footer-blurb {
        padding-right: 180px;
    }

    .footer.footer-layout-3 .footer-col-2 {
        flex: unset;
        width: 260px;
        margin-right: 80px;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    body .footer.footer-layout-3 .footer-col-1 {
        padding-right: 40px;
    }
}

/*Footer Layout 3 - END*/

/*Bottom Footer - START*/
.bottom-footer {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--lp--base-preset--brand-color--grey);
}

.bottom-footer .copyright p {
    font-size: 12px;
}

.bottom-footer .colophon-link .menu a {
    padding: 0 8px;
}

.bottom-footer.with-colophon-link .cell {
    display: flex;
    justify-content: center;
}

.bottom-footer.with-colophon-link .copyright p {
    display: inline-block;
}

.bottom-footer .copyright p a {
    color: var(--lp--base-preset--button--background-color);
}

.footer-dark .bottom-footer .copyright p,
.footer-theme .bottom-footer .copyright p,
.footer-theme .bottom-footer .copyright a {
    color: #fff;
}

@media (min-width: 641px) {
    .bottom-footer.with-colophon-link .copyright::after {
        content: "|";
        display: inline-block;
        padding-left: 15px;
        padding-right: 10px;
    }

    .footer-dark .bottom-footer.with-colophon-link .copyright::after,
    .footer-theme .bottom-footer.with-colophon-link .copyright::after {
        color: #fff;
    }

    .bottom-footer .colophon-link {
        float: right;
    }

    .bottom-footer .copyright p {
        font-size: 14px;
    }
}

/*Bottom Footer - END*/

/*Footer Back to Top - START*/
.footer #back-to-top {
    min-width: 50px;
    min-height: 50px;
    padding: 10px 15px;
}

.footer #back-to-top .b2t-label {
    margin-left: 10px;
}

.footer #back-to-top[data-position="top-center"] {
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 25px;
}

.footer #back-to-top[data-position="top-right"] {
    top: 3rem;
    right: 3rem;
}

.footer #back-to-top[data-position="middle-right"] {
    top: 0;
    right: 3rem;
    bottom: 0;
    margin: auto;
}

.footer #back-to-top[data-position="bottom-right"] {
    top: auto;
    right: 3rem;
    bottom: 3rem;
}

.footer #back-to-top .b2t-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: rgba(10, 0, 0, 0.35);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 105%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.footer #back-to-top .b2t-tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(10, 0, 0, 0.35) transparent;
}

/*Footer Back to Top - END*/
/*********************************
!FOOTER - END
*********************************/

/*************************************
#HELPERS - START
**************************************/
.title-blurb-equal-height.testimonial-element .hic-title h3 {
    margin-bottom: 0;
}
.title-blurb-equal-height.testimonial-element .hic-rating {
    margin-top: 16px;
}
.title-hidden .hic-title,
.content-hidden .hic-content {
    display: none;
}
.header-center .section-header {
    text-align: center;
}
.footer-center .section-footer .hic-button-wrap {
    justify-content: center;
}
.box-justify-center .section-body {
    justify-content: center;
    align-items: center;
}
.image-has-border.split-50-50 .hic-media-container,
.image-has-borders.split-50-50 .hic-media-container {
    padding: 30px;
    position: relative;
}
.image-has-border.split-50-50 .hic-media-container::after,
.image-has-borders.split-50-50 .hic-media-container::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 70%;
    bottom: 0;
    background-color: var(--lp--base-preset--brand-color--primary);
    opacity: 0.75;
    z-index: -1;
}
.image-has-borders.split-50-50 .hic-media-container::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 70%;
    top: 0;
    background-color: var(--lp--base-preset--brand-color--dark);
    opacity: 0.75;
}
.image-has-border.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::before {
    right: 0;
}
.image-has-border.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::before {
    left: 0;
}
.box-shadow .hic-box,
.box-shadow .lp-box {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
}
.box-border .hic-box,
.box-border .lp-box {
    border: 1px solid var(--lp--custom-preset--border-color);
}

/*Box Tiles - START*/
.box-tiles .hic-item {
    position: relative;
    padding: 0 !important;
}
.box-tiles.grid .section-body .cell.hic-item {
    margin-bottom: 0;
}
.box-tiles .hic-item:first-of-type:not(.has-image) .hic-box {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.box-tiles .hic-item:not(.has-image) .hic-box {
    border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
    padding: 40px 15px 60px 15px;
}
.box-tiles.carousel .slick-list {
    overflow: visible;
}
.box-tiles.carousel .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.box-tiles.carousel .slick-dots {
    bottom: 15px;
}
.box-tiles .button {
    width: 100%;
}
.box-tiles.text-center .hic-title {
	margin-left: auto;
    margin-right: auto;
}

.box-tiles.box-tiles-grid .hic-item:first-of-type:not(.has-image) .hic-box {
	border-left:none;
}
.box-tiles-grid .hic-item:not(.has-image) .hic-box {
	outline: 1px solid var(--lp--base-preset--brand-color--secondary);
  margin-left: 1px;
	border-right: 0;
}
.page-element.grid.box-tiles-grid .section-body {
	grid-row-gap: 0;
}
.hero-has-badge .hero-banner-message div {
	font-size: 16px;
	line-height: 1.7;
}
.hero-has-badge .badge {
	display: block; 
	text-align: left;  
	margin-top: 16px;
}
@media (max-width: 640px) {
    .box-tiles.grid .hic-item:not(:first-of-type) {
        border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .box-tiles .hic-item:not(.has-image) .hic-box {
        text-align: center;
    }
    .box-tiles.carousel .section-body {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (min-width: 641px) {
    .box-tiles.carousel .slick-dots {
        display: none !important;
    }
    .box-tiles .hic-title {
        max-width: 300px;
    }
    .box-tiles .hic-item:not(.has-image) .hic-box {
        padding: 60px 35px;
    }
}
@media (max-width: 1023px) {
    .mobile-column-reverse .cell.has-media .hic-box {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Has Image */
.box-tiles .hic-item.has-image .hic-title h3 {
    font-size: 1rem;
    font-family: var(--lp--base-preset--body--font-family);
}
.box-tiles .hic-item.has-image .hic-box {
    padding: 30px 20px 0 20px;
}

.box-tiles .hic-item.has-image.box-link .hic-content {
    padding: 20px 10px;
}
.box-tiles .hic-item.has-image.box-link.has-title .hic-title h3::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.25s ease;
}
.box-tiles .hic-item.has-image.box-link.has-title:hover .hic-title h3::after {
    color: var(--lp--base-preset--brand-color--secondary);
    margin-left: 15px;
    transition: all 0.25s ease;
}
@media (max-width: 640px) {
    .box-tiles.grid .section-body {
        row-gap: 0;
    }
}
@media (min-width: 641px) {
    .box-tiles .hic-item.has-image .hic-box {
        padding: 35px 35px 12px 35px;
    }
	.box-tiles.header-left .hic-item.has-image.medium-4 .hic-box {
		        padding: 25px 20px 8px 20px;
	}
    .box-tiles .hic-item.has-image:not(:first-of-type) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
	.box-tiles.carousel .hic-item.has-image:not(:first-of-type) { margin-left:-1px; }
}
/* Has Image */
/*Box Tiles - END*/

/*Box Border - START*/
.box-border-bottom.hic-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--lp--base-preset--brand-color--secondary);
}
.box-border-bottom .hic-box {
    padding-bottom: 20px;
}
/*Box Border - END*/

/*Box Width - START*/
@media (min-width: 768px) {
    .box-half-width.hic-item {
        width: 50%;
    }
}
/*Box Width - END*/

/*Step Box - START*/
.step-boxes .section-body {
    counter-reset: step-counter;
}
.step-boxes .section-body .hic-item {
    counter-increment: step-counter;
}
.step-boxes .section-body .hic-item .hic-box .hic-content::before {
    content: "Step " counter(step-counter);
    background-color: #afa295;
    border-radius: 46px;
    font-size: 14px;
    color: #FFF;
    padding: 5px 20px;
    margin-bottom: 10px;
    display: inline-block;
}
/*Step Box - END*/

/*Carousel Overflow Right - START*/
/* General */
.carousel-overflow-right .section-header .section-title {
    margin-bottom: 20px;
}
.carousel-overflow-right .section-body .slick-list,
.carousel-overflow-left .section-body .slick-list {
    overflow: visible;
}
.carousel-overflow-right .hic-item.has-content .hic-content,
.carousel-overflow-left .hic-item.has-content .hic-content{
    padding: 20px 10px;
}
.carousel-overflow-right .hic-item.has-title .hic-title h3 {
    font-size: 16px;
    font-family: var(--lp--base-preset--body--font-family);
    margin: 0;
}
.carousel-overflow-right .hic-item.box-link.has-title .hic-title h3::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.25s ease;
}
.carousel-overflow-right .hic-item.box-link.has-title:hover .hic-title h3::after {
    color: var(--lp--base-preset--brand-color--secondary);
    margin-left: 15px;
}
.carousel-overflow-right .carousel-nav,
.carousel-overflow-left .carousel-nav {
    display: flex;
    column-gap: 30px;
}
.carousel-overflow-right .carousel-nav span,
.carousel-overflow-left .carousel-nav span{
    background-color: var(--lp--base-preset--brand-color--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.carousel-overflow-right .carousel-nav span:hover,
.carousel-overflow-left .carousel-nav span:hover{
    background-color: var(--gj-dark-brown);
    transition: all 0.25s ease;
}
.carousel-overflow-right .carousel-nav span::before,
.carousel-overflow-left .carousel-nav span::before{
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 300;
}
.carousel-overflow-right .carousel-nav span.prev::before,
.carousel-overflow-left .carousel-nav span.prev::before{
    content: "\f060";
}
.carousel-overflow-right .carousel-nav span.next::before,
.carousel-overflow-left .carousel-nav span.next::before {
    content: "\f061";
}
@media (max-width: 767px) {
    .carousel-overflow-right .section-header {
        text-align: center;
        padding-top: 40px;
    }
    .carousel-overflow-right .carousel-nav,
	 .carousel-overflow-left .carousel-nav {
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .carousel-overflow-right .grid-container,
	 .carousel-overflow-left .grid-container {
        display: flex;
    }
    .carousel-overflow-right .section-header,
	.carousel-overflow-left .section-header {
        width: 30%;
        background-color: #fff;
        z-index: 2;
        display: flex;
        margin: 0;
    }
    .carousel-overflow-right .section-header > .cell,
	    .carousel-overflow-left .section-header > .cell{
        align-self: center;
    }
    .carousel-overflow-right .section-body,
	.carousel-overflow-left .section-body {
        width: 70%;
        margin: 0 auto;
    }
	.carousel-overflow-right .section-body {
		  clip-path: inset(-100vw -100vw -100vw 0);
	}
	.carousel-overflow-left .section-body {
        clip-path: inset(-100vw 0 -100vw -100vw);
	}
	.carousel-overflow-left .section-header { order: 2; padding-left: 30px; }
}
/* General */

/* Default Layout */
.carousel-overflow-right.default-carousel-layout .cell.hic-item {
    padding: 0 20px;
}
@media (min-width: 641px) {
    .carousel-overflow-right.default-carousel-layout .hic-item .hic-image::before {
        padding-top: 120%;
    }
}
@media (min-width: 768px) {
    .carousel-overflow-right.default-carousel-layout .section-header {
        border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
    }

    .carousel-overflow-right.default-carousel-layout .cell.hic-item {
        padding: 25px 25px 0 25px;
        border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .carousel-overflow-right.default-carousel-layout .section-header > .cell {
        padding-right: 50px;
    }
    .carousel-overflow-right.default-carousel-layout .section-body {
        max-width: 800px;
    }
}
/* Default Layout */

/* Layout 1 */
.carousel-overflow-right.carousel-layout-1 .cell.hic-item {
    padding-left: 0;
}
.carousel-overflow-right.carousel-layout-1 .hic-item .hic-image::before {
    padding-top: 60% !important;
}
@media (max-width: 767px) {
    .carousel-overflow-right.carousel-layout-1 .cell.hic-item {
        padding-right: 0;
    }
}
@media (min-width: 768px) {
     .carousel-overflow-right.carousel-layout-1 .section-header > .cell {
        max-width: 300px;
    }
     .carousel-overflow-right.carousel-layout-1 .section-body {
        max-width: 650px;
    }
}
/* Layout 1 */
/*Carousel Overflow Right - END*/

/*Split 30-70 - START*/
@media (min-width: 1024px) {
    .split-30-70 .has-media .hic-box > .hic-media-container {
        width: 30% !important;
    }
    .split-30-70 .has-media .hic-box > .hic-content {
        width: 70% !important;
    }
}
/*Split 30-70 - END*/

/*Lists - START*/
.checklist>li,
.checklist ul li {
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 40px;
}

.checklist>li::before,
.checklist ul li::before {
    content: "\f058";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
}

.checklist.times>li:before,
.checklist.times ul li:before {
    content: "\f00d";
}

.checklist.square>li:before,
.checklist.square ul li:before {
    content: "\f14a";
}

.checklist.round>li:before,
.checklist.round ul li:before {
    content: "\f058";
}

.checklist.angle-right>li:before,
.checklist.angle-right ul li:before {
    content: "\f105";
}

.checklist.double-angle-right>li:before,
.checklist.double-angle-right ul li:before {
    content: "\f101";
}

.checklist.chevron-right>li:before,
.checklist.chevron-right ul li:before {
    content: "\f054";
}
.default-section:not(.has-bg-image).checklist li::before, .light-section.checklist li::before, .default-section:not(.has-bg-image) .checklist li::before, .light-section .checklist li::before {
	background-color: var(--lp--base-preset--brand-color--secondary);
		color: #FFF;
}
.checklist.rounded li::before {
	content: "\f00c";
	font-weight: 300;
}
ul.checklist.step {
    counter-reset: step-counter;
}
ul.checklist.step li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #f4f2f0;
    padding-bottom: 24px;
}
ul.checklist.step li::before {
    content: "Step " counter(step-counter);
    position: unset;
    display: inline-block;
    left: 0;
    top: 0;
    font-family: 'Montserrat';
    font-weight: 300;
    background-color: #afa295;
    border-radius: 46px;
    min-width: 96px;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #534335;
    margin-bottom: 20px;
}
@media ( min-width: 641px ) {
    ul.checklist.step li {
        padding-left: 150px;
    }
    ul.checklist.step li::before {
        position: absolute;
        margin-bottom: 0;
    }
}
/*Lists - END*/

/*Zoom Images - START*/
.zoom-images .has-image .hic-media-container {
    overflow: hidden;
}
.zoom-images .has-image .hic-media-container .hic-image {
    transform: scale(1);
    transition: all .3s ease-in-out;
}
.zoom-images .has-image:hover .hic-media-container .hic-image {
    transform: scale(1.2);
}
/*Zoom Images - END*/

/*Contain Images - START*/
.contain-images.gallery-element .hic-image {
    max-width: 150px;
    margin: 0 auto;
}
/*Contain Images - END*/

/*Square Images - START*/
.square-images.gallery-element .hic-image::before {
    padding-top: 100%;
}
/*Square Images - END*/

/*Rectangle Images - START*/
.rectangle-images .hic-media-container .hic-image::before {
    padding-top: 50%;
}
/*Rectangle Images - END*/

/*Image Hide on Mobile - START*/
@media (max-width: 1023px) {
    .image-hide-on-mobile .hic-media-container {
        display: none;
    }
}
/*Image Hide on Mobile - END*/

/* Section Header & Footer - Start */
.footer-button-inside-header .section-header {
    flex-flow: column;
    align-self: center;
}
@media (max-width: 1023px) {
    .page-element.header-left .section-header {
        padding-top: 30px;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {

    .header-left .grid-container,
    .header-right .grid-container,
    .header-left .lp-container {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
	.header-left .section-header .section-title,
    .header-right .section-header .section-title {
        margin-bottom: 24px;
    }
    .header-left .section-header,
    .footer-left .section-footer,
    .header-left .lp-element-header,
    .footer-left .lp-element-footer,
    .header-right .section-body,
    .footer-right .section-body {
        float: left;
    }

    .header-left.grid .section-header,
    .footer-left.grid .section-footer,
    .header-left.lp-grid .lp-element-header,
    .footer-left.lp-grid .lp-element-footer,
    .header-right.grid .section-header,
    .footer-right.grid .section-footer {
        width: 30%;
		display: flex;
    }

    .header-left.grid .section-header,
    .footer-left.grid .section-footer,
    .header-left.lp-grid .lp-element-header,
    .footer-left.lp-grid .lp-element-footer {
        padding-right: 3%;
    }

    .header-right.grid .section-header,
    .footer-right.grid .section-footer {
        padding-left: 3%;
    }

    .header-left.carousel .section-header,
    .footer-left.carousel .section-footer,
    .header-left.lp-carousel .lp-element-header,
    .footer-left.lp-carousel .lp-element-footer,
    .header-right.carousel .section-header,
    .footer-right.carousel .section-footer {
        width: 30%;
		display: flex;
    }

    .header-left .section-body,
    .header-left .lp-element-body,
    .header-right .section-header,
    .footer-right .section-footer {
        float: right;
    }

    .header-left.grid .section-body,
    .header-left.lp-grid .lp-element-body,
    .header-right.grid .section-body,
    .footer-right.grid .section-body {
        width: 70%;
    }

    .header-left.carousel .section-body,
    .header-left.lp-carousel .lp-element-body,
    .header-right.carousel .section-body {
        width: 65%;
    }

    .default-alignment.header-left .section-header,
    .default-alignment.footer-left .section-footer,
    .text-left.header-left .section-header,
    .text-left.footer-left .section-footer,
    .header-left .lp-element-header,
    .footer-left .lp-element-footer {
        text-align: left;
    }
	.header-left .section-header,
    .header-right .section-header {
        justify-content: flex-start !important;
        margin-bottom: 0;
    }
	 .header-left .section-header > .cell,
    .header-right .section-header > .cell{
        align-self: center;
        max-width: 310px;
    }
	
	.header-left.box-tiles .section-header,
    .header-left.box-tiles .section-body {
        /* border-right: 1px solid var(--lp--base-preset--brand-color--secondary); */
    }
    .header-right.box-tiles .section-header,
    .header-right.box-tiles .section-body {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
	.header-right .section-header {
        order: 2;
    }
    .page-element.header-right.default-alignment .section-header {
        text-align: left;
    }
}
/* Section Header & Footer - End */

/*Content Boxes - START*/
.image-above-content.box-second-theme-section.default-section .hic-content {
    background-color: var(--lp--base-preset--brand-color--secondary);
}
/*Content Boxes - END*/

/*Has Contact Form - START*/
.has-form.page-element .section-header .sub-heading {
    font-size: 24px;
    font-weight: 600;
}

.has-form.second-theme-section .section-body,
.page-element.has-bg-img.has-form .section-body {
    background-color: #fff;
}

.has-form.theme-section .section-body,
.has-form.dark-section .section-body {
    background-color: var(--lp--base-preset--brand-color--grey);
}

.has-form.theme-section .gform_footer .button,
.has-form.dark-section .gform_footer .button {
    background-color: var(--lp--base-preset--button--background-color);
}

.has-form.theme-section .gform_footer .button:hover,
.has-form.dark-section .gform_footer .button:hover {
    background-color: var(--lp--base-preset--button--background-color--hover);
}

@media (min-width: 1024px) {
    .has-form.page-element .section-body {
        padding: 80px;
    }

    .page-element.has-bg-img.has-form .section-body {
        padding: 40px;
    }
}

@media (min-width: 641px) {
    .has-form.page-element .section-body {
        padding: 40px;
    }

    .page-element.has-bg-img.has-form .section-body {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .has-form.page-element .section-body {
        padding: 40px 0px;
    }

    .page-element.has-bg-img.has-form .section-body {
        padding: 20px;
    }
}

/*Has Contact Form - END*/
/*************************************
!HELPERS - END
**************************************/

/*************************************
#LP ELEMENT - START
**************************************/
.display-lookup-page .lp-search-form-lookup.rep-office-search-form-lookup .select2.select2-container{
	width: 100% !important;
}
.display-lookup-page .lp-search-form-lookup.rep-office-search-form-lookup .lp-accordion-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.display-lookup-page .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 1.4;
}


.option-display.has-image {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    padding-block: 20px;
}

.option-display .bg-helper {
    grid-area: 1 / 1 / 3 / 2;
    width: 100;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    align-self: center;
}

.option-display .title {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
    margin: 0 0 4px 0;
	font-weight: 700;
	color: rgba(23,32,36,.8);
}

.option-display .property-group-meta {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.option-display .property-group-meta li.bed-meta::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAArCAYAAAFUagXSAAAABGdBTUEAALGPC/xhBQAABXBJREFUaAXlmt9rHFUUx7vZ3bAQUbEtiFD7FKnQCkV9EJ+iPhS1FfEndiGk5kd9seKD/gmigoigNolrjCSiUAUJ1upD8yR96EPU+qDmrVEQbKtVA0u2yfo545zpnTt3Zme3s5vdODC55557fnzv9/6YO7PJbfOvycnJuspaTkxM5ET2/rgMbMNtphHyvBqoPlWkHNZ/4nmDeseWGtY2mJqael10mu4l5FdNo1wud2l8fHx7n68MNYquXq/fZDrEygI2QpxprSlMXVgG7aNhzdWaRPd6ISoMTwDssavNjSUdw8AyDi96IT1ymfYBElMZ8YhRKBIdlETWYmJ4aglUEIlRfAE+3tTISU7aBvKPkZ+SetAdqUDuxZSj/jIJXxMfuYIgzXIC+k+Zg49LkMaTRKwcl3M6xCGhi384YoRWbRokX7iCmLqWOZEgOpqZzJM03TGRO+WGa9zpZSgZ6v/WloyMPwON5mTR93lerILuEHEl2c3Zel60weiYJmRZpx4kMNsykDcY1bwdJwJEumobtaOuU0xje7uJVhzlGYfOVN1NRWNcQT5rNjrkexw6T6VBIu024oiBr4DBeeZGnY2lHGdj6uMYb9c8MHOnkoM5AlI5EDifUakitWZ0I8xfFleTkU6DkPxBztz09PSzGxsb74l2s66+vr5RYeSrzQKgefv7+08Fc4QH3DE5EPiNnzB2T6thliVzMThEEPcYed6KxAfM19xLkYaMFZJDcplhA0ZM5dzc3PWrq6un0MVuQKZ9SvnMwMDAgXK5/JdtHwEBysMMz5xtmFWdja/Mxhe8dUhcc9l6edoJQBK44odAwMIDHpI2/7HzhECQ+9Y259fwoTyxDzisf+U+r16O8jp0+wz9OeR/jHpIZC7sZihuCSn9ihMEDs8xeY67HEzd7Ozs9mq1eqFUKu0YHh6+aLa5ZIbhKEDetdvs4fDaMfzQNnTVNbGWLhtTFxfXCcJ07ITcFSDsObHb7/kqe31qEuJOUwkBNI9nEuyYBJLZvTfBMeumczzE7pCg3nBUKpW7kDsJQHLv42xzpwgeiPX19bel0umL1fKO5NSJubPTAPx8Xt5rfvnMArwykUWslmMIiO9a9s7AkUfEt+YSDd5VWTqBPoM8oRDmnqJ5umY4Qkg3o2IycTvj8zf3gXYCkfiSp1Ao7NE8qcees8AhNpcKjjvUuQfKC/l8/sjo6OhCGqwNyWBC74HBJYgopQnYjTbgr4J/PwvyxyR8iWRAhHzR+J27mBSkR9pq4NwJId7XEhdmc61G2vmgcBDlViBC+lb0+xPppyoSyWBq9avhVigb9cc+fDfq82XYfWZsbOxkI8NG7TMzMzfXarV5AN6ntqzt08Vi8fDIyMhvqmu15Dj7IJ/qPsJflnqqK3Fm2BEgYm8WREhc6TBvwPcjyjci+XntS6lnQYTEE5yCV+S0V1NkwPSltIGbsNOYWjbhmmzaLN6myEhO3futTe0ZHGBKrPWNLLu9tramv2jliZ3pWYY33xJ3arjOc4a/uR1nc3skdaQeMWRv+pxN+qhrb4qQwbF7ARIe7pG+XQvMBQ5gh8wAoT0DIir/EyKEg4P0N/QrWYgMiAgxZbK2FWV7G/CWCe8gT7CWRujwEAaZbmLdTCJ9roLvNOUM55ITOabKTxBwWzeD7gQ2CPm5DyJ+6ESybs8hPHjLZHFxsbC8vLwfdnahfIj7iA2etm+437D13V6nLy9y32vjpC8V7pO0rQwODi4NDQ1d8Q5dImAs/+RylmWzy3aUOk6/8O7wmautm3Xsh0+68NGf7+3+hJ4mLqetqmNWBJ++tY8RMjhyv0+j/V9qNT6cvqJOvVT6uOUrl3mt0M8PTIXI/wLPF+jkr7FoyQAAAABJRU5ErkJggg==);
}
.option-display .property-group-meta li.bath-meta::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAABACAYAAAEizGSqAAAABGdBTUEAALGPC/xhBQAACHhJREFUaAXtm2lsVUUUx3mFtiq1AuKKS0BtUIzGCIkhbsEFExcSoCWxJgYpUKJRiQqCe1zjlggmUqDsH6SSQCRKxKUkLgE1GPxAwBIlhEVBS8Ui0NLW3xnfuc6dN/e9d19fa0O4yX1n5pz/2Wa7c+e2vXp5rmXLlvVNYS9evPgym5nQSk1NTYeWoUVTp05tLRCGIxBWi/z0kZ/CwsJhQt0rgZ9+LS0tB12B1I3P+fPnN6hwypQpQVDGpwoyUm+OdsTqa0RHR8e3ao7cEkZgI5PCrd68Wltb2xMetFEK2lDtL1y48Jr29va6yFxSNFRTqOtGohW+VwlwKzITNHQP4AsErFdIybWsIKUpnjIp2IrSPO/CeFCZsah6cqkYYah8LVRlkc0qoKgrrZKMVlFkkIyMMuDlE1KhjEEUg5aO9ASoIJlDy5EjR5oXLFhQ77VqM0Whvr5eO9gWpY4IBt4tbW1tnymqoKDg3MmTJ/+mdaFBnFLRJpWye+loEH6QUzoFASI/IFSuQOnfatrfgSo1StofysxETetMnDixadGiRd71yGcgcj77wMqLk5PRSSQSr5qCjmKpaFmptqrWBWM80YEPSUUuLSvF8g6bb8ryw9IjE9FcWlbKGLxUBFqXcu6eGGubxYLEz3WPlJWnnqROXneJLDT2hBHnwshOjF7s07HHqshzcoSD4zjoLQaKiooGM6B2Sjnd5Z2X6RRwsirppIGoy9JhbVnajNI9bW0jyfKvOD7PwzcsryPm1Vk8A/dHKWXiu/0j+BRHjKLH4L+ZyVgmeUlJyYDKyspg7+Gbs512IkE0Nzc32sGEHNFkQ2xhPsum6erq6mSomuGaT+Nqq6KiokXWSHl6nK3ME4syGY+Rob3xNWuZ8DVTkdt14bs8nx3V717qi8SN1q1nm5G71s1CMWg6hvuFx48fr2UvX6Up9+nTZzzL/witJ+kM1r9DyuMpJvJpWhcamkeA34L3tgJw8iO8SfPmzZtg8WRRnUlmhcqDvs49T+vIN3NXs0e6UnkpS5AKsqUYTNDkp3IZW2TbxmPjqKufsyP2iBN4Vr/vGpQ6TTeB5q6zZW4f2bLIMhmsxElFFKBfv35rXFnsjMjkWpx8L4aIfDWRj3WN+uqhweADuDz65Lskrz5bJ4LPxZFpBR5uo9wg0tUzNp2MKprrA+i4CEPP4vTFCFnATuuITq/FwQMBOk2B/hpLU66OgkQ6wskfOBkQpejj42wVzsp9Mm8f4WRPXCdiHJ3x6L6RlSOWlodRON8HzoaH7uNLly4908X6MnrHBcWtHz169GdXJ+SItG91ATnWS129kCPSnusCcq0zJSbZuiFHCIbaws6UWabMq4zacB0pPx/0KttIaPXmFeQ8mi/W3LGN2WXmVGhAmAnLBrLIBuWzXF5e3orTjpxesuMG0rt375u6so+CeOiOmwpI6+OA0wUF7LdxaJNxde8C15hMbg7NgZt4YKX4Wnjqza37MMJz7QjP10fDRZC87LKw3HoUL4UfckR77uDM5DpBySVl4f1bS637MMJz7ah+91O3bd0+cesSoY/n2hFcqOmEwWX3g112ZQbs4JWXgg05cts2n30UOFq7du1pLO1flZaWbtOwqJfjbLbWq6qqfmCWb+AtIThoYiH+Cd6XzjHsR/DOUD2hweq9b9++/WTU9+DBg3fDH7hixYrSw4cPz+LlQHBm8eVh9iTOq+BVKY9D4b2USxsaGmSfMIb+GYqTR+RWDPS/PkKwURg42yR00KBBfwu1LzDbk/XgpYuMDR69LSJjAfUe7UTu62wHXVEm80KCqyT4sdBR0L7p/ID5Aswd7Irlc0jkFXRRJCKPAnm+MgRk/zNFzBKgsa7UVCJ+wIyil+QNaWUExLC7rYdYP14jqJmeYI7AW04P1BPwXjDm86CD+5OJtR1Mu8NPqXZLQiSznkBvs70TXA2vHdU2Lx/lLh9yrCRPsJKEkmFCX0+LB0/xfCSiNvLeQ3K4zDI4kh4ZLjc9cTP0FHUI/R2ebLo2wd/Yv3//LRxOmrXUwuRc7HRC8tmNHphLcJfnHAWKJNmCjWUcYM+wD7Dj2swpIebEMJx/grNBcR3GwC+k96rj9l6shEhEhpIkUhIjsE5B6bl1+ByT6fmjTrJKCINyDCSGR6tid1KSkgfWnayK6zL5zZgQT/TTMPIL99mZjHWD/BV66ql0foJdow8kT3ZaR16pe0IyEuJsRspzvliVlzahpqYmebqfo+CeQFlRn5evClGxRCY0Z86cYpKZHqX4f/L5iPp0lP/IhIqLi/NyChTluDN8psHVUfqRCdG1eXt6RznvBD/lHaoTtnq2aqK2tvZ09l6LmC/yrhHZYz05DYagfHB7mefUS3LeuI/KuT054BixPS098mEMhR4N5YPwN8FOQY5TDhw4UNijI/YEt3v37l7Tp08/xrAzb7NBQi6W1wLzZ6DC59W4Qs6W4mKysSE2s8FlgxFbkW+sLNsbWSjMRwMpgy0WBfvKhMkkV1vZ4LLBiL10q5r5Hp10apc1DqE23y4rxubZZZUrtWV2WeVCbb5dtjEnXvnkHLL7NNO4ziRXW9ngssGIvZNzSFu1p1LvHOIwZAVLdqUV9GJefR/QOrIC3hx3QAcrDzoazHqr3gvMzQyVeou3i5OcIe5JDrjl4O5THA/JR9mXBX/RwJtzCWfiskUrSWKAt18ybdq0naqjNGrIuX8ZMl4VhC5ZsqTUSUbYN8qPfeH0BrtO+aJDhw6FPuiIHNw4Bxc6jGlsbLwIuSYj0AJOX0Of9VXfmxA7gzIAn3M301qfuv9SI3/WDuYW5FuRN3HXUH6BO3SVlZW9CuM9wUC3oXM7O47GEIgKX7OuALOB+y+qa/B3r42prq7eiu798HZxy4esZ+hB7x70H79ua30f3JtPAAAAAElFTkSuQmCC);
}
.option-display .property-group-meta li.sqm-meta::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA0CAYAAAFENq7lAAAABGdBTUEAALGPC/xhBQAABl1JREFUaAXtWj1sHEUUvjuvf84hCDuxLEAgCstBQoCQKEggEFJBjXBpF8Z3BQ0t0AIdoqGIbdmSLTcYREEEIQUgEDgNEsjQpKMJSiBgJeA7B/8c3xvvW8283dnd2b2/WLeSPTPvb9988+bNz22x4D+NRqO4urr6ALdD5fr6+j3z8/ONEAOEhYWFC6W1tbV7t7a2/tEFFhcXz0LpcaZ529vbt6rVahGMcfrzGTdLpdLfgRBX4NP9qH9UqVROobwBF8rM87gC5s+ok4B6pqam6lxXQktLS08zQZZ7e3tjRSaurKw8yPVQaes6CXqSuby8/NDu7u596NWpubm5TzzqMklyl8EcA/MaSGNEj3yA6iScfzKSKYnFuG5K4QJG+ph0OiQkCDTIDOhxAHe7Xg+AFqIJzTRvJggxICfYlA5E4AkzqQS05wcHB3+FVxvlcvmMz7uDsg/KpxFMv8PrUZ+uiiCINOIoDIwXi0WPSo1eAO1EX1/fLsYt8Ir4ISM04r7iI36pF7/4jR91YhCETIwNRhbSSkysmtYsFAjkNEDrSiRfYoKrMutRqYzkMUBGQtOKiPLxX/KERt/k2UY0NTo6QRM0qpDhkSHsDJ4xxJTnEBtBJmLJg4ODYH4Tjdr6EwBLRMqDiNYG/UHwOtcRueM6TTdAdcMTIkxPT/9BJbnMdWrTw7TY7viCQYqGcFBXVg4NhWiGJwLgUDTDBtO4VLYNTPhtrqXyxCn9iTcgLQTuCdZhE5gMo7YdyWwy0cCHbVO+Rsz9y20qBeY6K1edsiuSZdUYYFr9aXGHE7mMZ1FWjtCso0kDJ7LYUDoYxpOo/JlkwIYsJaR9OJE7avv7+8vYAhSGhoZOzszM/CUdosUOQUn7msiHEFFO2DyN1GoB0YgRaR9oRe4WpRy1CQ16dnZ2bkJP1fV/NEXjnlhHSBGr91P+VlHZQZRfRZRPJiEIuUnIXR0ZGRmmrWXS0OSOjbheuvASEUGvftKhRlvZTxo2lsNMrJF+rqFJgt+lx0myXTM0RcBGm7XQFiKpB83mR641+kvovDIwMJAYS7qOax0J8FqsI0Draxh90dWwqzw297PWniIPfIPIP0dGcQJ4BZv8T11fkEaeZt/+/n4p0hEwv4UTz6cx1CyZ0KwBEt/BeFudoM4YiMCJ74HEs83qpYudwBE48QOc4KOmi42myCpHEBMbcOJ0HosUdEn6WEB3sIBG5iwPSFyBE88kGXHg6yc6XW0T7xnSCXrdS+MEzlvGRlo3IOtYn4JToc4DYnozVFdD43nemdnZ2SshbhsJoenbxncbrwpmjUH1G3wvFsWTND5X23SYL/W4bXUEQXwHygMsmLaEzvW0srqc1REEsXKCLgN0BRy+bmDteQ0XBBd1uqyTHNFYn9tSjttWR1gg6mIBvFuSzvJc8ixhOW4zX5ZdE6xd40ji0ADS0NUM4ufhKLqEm9pp5ayO0Lrgp+RN+QLQ35e0mHagTzZtclZHbIuTzVBeetfESM8ROZQqRpCWH8Vp/fBeQUq0uM1nYnZkGc60+JV281gy/os9YNlVDznIEcOYkhcxnc8nyd4NfNqXWdNIXAd8ID4HEOfwp4vSHZ75A4zO7cI6BnQUfThGriFcH3MChO6jcVVHQLwggFBdRchVWnVCbhWW2P5dgO0q208FiA/EJWyxzrLiUS1jAfF/ICAgnjuqAMh+RQKCJec4LnAu4Xq0I7cT0sl2tg1AfCC+RHLp2A0JdR5J+0MUFfz1UzvjU0dOewc57T0XfQUI/XRVq9UuA4hmXpC4+BHI+l+mvB4QslfK2NO8C3U3QJBlv8BPaC9nf29rNW0/ydnemvR7kE2P6XRjpYNxGwznLSvWctpefjUxMfEZG75bSyOHYKf2Uqdv0DoNZNcc7zoNBL/fiBAmJpVYBT6AzBtJcln4/OM169p+xGa+LPm0KOlp21kjpCVgpHW6lXKZIkR3CAnV+FpA51Edq5j6eoDq2Be8qn3yRyTnB/bUVwasyF8bcDvvKpM1Qvj9R67sASKGtAeIACR3DsHGzvi+Rtgv6Pcm2Ep/jBVKiji1dXukyN/nsJGOrDJIjm8jmVpv89m5Dpd1+PiWqw+ZIsQ/QTodmlwd65R8L4cI5HuA9AARCIimkUOQoTfyrgLCftc35apFU+ZN/LX/M/Pug+o3fCd++X/wor8FXZ7jDwAAAABJRU5ErkJggg==);
}

.option-display .property-group-meta li::before {
  content: "";
  background-size: contain;
  width: 20px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 768px) {
    .option-display.has-image {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding-block: 15px;
    }
    
    .option-display .bg-helper {
        grid-area: 1 / 1 / 2 / 2;
        width: 120px;
        height: 80px;
        margin-bottom: 10px;
        justify-self: start;
    }
    
    .option-display .title {
        grid-area: 2 / 1 / 3 / 2;
        align-self: start;
        margin-bottom: 8px;
    }
    
    .option-display .property-group-meta {
        grid-area: 3 / 1 / 4 / 2;
        align-self: start;
    }
}

.lp-element-header-title {
    font-size: 1.5rem;
}
.lp-attributes {
    display: flex;
    column-gap: 20px;
    text-align: center;
}
.lp-attributes .lp-attribute::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: inherit;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin: 0 auto;
}
.lp-attributes .rep-bedroom::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/beds.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/beds.svg);
}
.lp-attributes .rep-bathroom::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/baths.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/baths.svg);
}
.lp-attributes .rep-livingroom::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/living.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/living.svg);
}
.lp-attributes .rep-buildarea::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/area.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/area.svg);
}
.lp-attributes .rep-landarea::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/land.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/land.svg);
}
.lp-attributes .rep-carpark::before {
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/cars.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/cars.svg);
}
.lp-element .slick-dots {
    position: unset;
}
.lp-filter-bar {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp-media-toggle {
    display: flex;
    align-items: center;
}
.lp-media-toggle input {
    margin: 0;
}
.lp-element .lp-media-floorplan .lp-image {
    background-size: contain;
}
.lp-media-toggle input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0;
}
.lp-media-toggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 44px;
	height: 24px;
	background: #fff;
	display: block;
	border-radius: 100px;
	position: relative;
    margin: 0 5px;
    border: 1px solid #3C3E41;
}
.lp-media-toggle label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
	background: #3C3E41;
	border-radius: 20px;
	transition: 0.3s;
}
.lp-media-toggle input:checked + label {
	background: #fff;
}
.lp-media-toggle input:checked + label:after {
	left: calc(100% - 1px);
	transform: translateX(-100%);
}
.lp-element-pagination {
    padding: 30px 0;
    position: relative;
}
.lp-element-pagination::before {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    top: 0;
    left: -500%;
}
.lp-pagination .lp-showed-item {
    display: none;
}
/* .lp-pagination .lp-paginate {
    display: flex;
    justify-content: center;
} */
/* .lp-pagination .lp-paginate .page-numbers {
    color: #626366;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-pagination .lp-paginate .current {
    background-color: #F4F2F0;
    border-radius: 10px;
    color: #3C3E41;
} */
.lp-description-preview {
    max-height: 600px;
}
.lp-has-read-more .lp-blurb:not(.expanded) {
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease;
    max-height: 210px;
}
.lp-has-read-more .lp-blurb:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 40px;
    left: 0;
}
.lp-blurb-toggle {
    cursor: pointer;
    color: var(--lp--base-preset--body--color);
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
}
.lp-read-more-link {
    text-decoration: underline;
}
.lp-opening-hours {
    list-style: none;
    margin: 0;
}
.lp-opening-hours li {
    padding-bottom: 0 !important;
}
.lp-opening-hours li .lp-label::after {
    content: ":";
}
.lp-has-floorplan .lp-media-image.lp-active,
.lp-has-floorplan .lp-media-floorplan.lp-active {
    display: block;
}
.lp-has-floorplan .lp-media-image:not(.lp-active),
.lp-has-floorplan .lp-media-floorplan:not(.lp-active) {
    display: none;
}
@media (max-width: 500px) {
    .lp-filter-bar {
        flex-flow: column;
        row-gap: 15px;
    }
}
@media (max-width: 640px) {
    .lp-element {
        padding: 30px 0;
    }
}
@media (min-width: 641px) {
    .lp-element-header-title {
        font-size: 2rem;
    }
}

/* Carousel */

.lp-carousel.rep-office-gallery-media,
.lp-carousel .lp-item-list,
.lp-carousel.lp-facades-featured,
.lp-carousel.rep-home-design-gallery,
.lp-hero-gallery.lp-carousel{
	opacity: 0;
	transition: opacity 0.3s ease;
}
.lp-carousel.rep-office-gallery-media.slick-initialized,
.lp-carousel .lp-item-list.slick-initialized,
.lp-carousel.lp-facades-featured.slick-initialized,
.lp-carousel.rep-home-design-gallery.slick-initialized,
.lp-hero-gallery.lp-carousel.slick-initialized{
	opacity: 1;
}

.lp-carousel .slick-dotted,
.lp-carousel.slick-dotted  {
    margin-bottom: 0;
}
@media(min-width: 1024px) {
	.lp-carousel.rep-office-gallery-media { height: 392px; }
	.lp-carousel.rep-home-design-gallery { height: 458px; }
	.lp-carousel.lp-facades-featured { height: 662px; }
	
	.lp-carousel.rep-office-gallery-media.slick-initialized,
		.lp-carousel.rep-home-design-gallery.slick-initialized,
		.lp-carousel.lp-facades-featured.slick-initialized{ height: auto; }
}
/* Carousel */

/* Hero Gallery */
.lp-hero-gallery .slick-arrow {
    z-index: 2;
    background-color: rgba(244, 242, 240, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.lp-hero-gallery .slick-arrow::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #1C1B1F;
    font-weight: 300;
    font-size: 16px;
}
.lp-hero-gallery .slick-prev {
    left: 20px;
}
.lp-hero-gallery .slick-prev::before {
    content: "\f053";
}
.lp-hero-gallery .slick-next {
    right: 20px;
}
.lp-hero-gallery .slick-next::before {
    content: "\f054";
}
.lp-hero-gallery .slick-dots {
    bottom: 20px;
}
.lp-hero-gallery .slick-dots li button:before {
    color: #fff;
    background-color: #fff;
    border-color: var(--lp--base-preset--brand-color--dark);
}
.lp-hero-gallery .slick-dots li.slick-active button:before {
    color: var(--lp--base-preset--brand-color--dark);
    background-color: var(--lp--base-preset--brand-color--dark);
    border-color: var(--lp--base-preset--brand-color--dark);
}
/* Hero Gallery */ 

/* Modal */
.lp-modal .lp-modal-overlay {
  background-color: hsla(0, 0%, 4%, 0.45);
}
.lp-modal .lp-modal-content {
  padding: 3rem;
  border-radius: 3px;
  background-color: #fff;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
  border: none;
  max-width: 687px;
}
.lp-modal .lp-modal-content .gform_wrapper {
  width: 100%;
}
.lp-modal-close-button {
  color: var(--lp--base-preset--body--color);
  background-color: transparent;
  font-size: 2em;
	font-weight: 200;
}
.lp-modal-close-button span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-modal-close-button span::before {
  content: "Close";
  font-size: .8rem;
	display: inline-block;
}
@media (max-width: 640px) {
	.lp-modal-close-button span::before{
		display: none;
	}
}

.lp-modal .gf_progressbar_wrapper {
  display: none;
}
.lp-modal .lp-modal-content .gfield--type-html,
.lp-modal .lp-modal-content .gfield--type-html label {
  margin: 0;
}
.lp-modal .lp-modal-content h2 {
  font-size: 34px;
  margin-bottom: 16px;
}
.lp-modal .lp-modal-content .ginput_container_address {
  row-gap: 10px;
  column-gap: 10px;
}
.lp-modal .lp-modal-content .ginput_container_address .address_line_1 {
  width: 100%;
  flex: auto;
}
.lp-modal .lp-modal-content .ginput_container_address .gf_clear {
  display: none;
}
.lp-modal .gform_button {
    background-color: #3c3e41;
    color: #fff;
}
@media (max-width: 640px) {
    .lp-modal .gform_button {
        width: 100%;
    }
}
@media (max-width: 767px) {
  .lp-modal .lp-modal-content {
    top: 0;
    height: 100%;
  }
}

/* Modal */

/* Single Page */
.single .lp-address {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.single .lp-address::before {
    content: url('https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/distance-1.png');
    height: 20px;
    line-height: 1;
}
.single .lp-single-content .rep-home-design-features,
.single .lp-single-content .rep-display-home-features,
.single .lp-single-content .rep-listing-features,
.single .lp-single-content .rep-other-features {
    max-width: 420px;
    margin: 15px auto 0 auto;
}
.single .lp-elements .lp-element,
.single .lp-after-main-content {
    border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single .rep-features {
    list-style: none;
    margin: 0;
    columns: 2;
}
.single .rep-features li {
    padding: 0;
    margin-bottom: 10px;
}
.single .rep-features li::before {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}
@media (max-width: 1023px) {
    .single .lp-single-content .lp-attributes,
    .single .lp-single-content .rep-home-design-features h3,
    .single .lp-single-content .rep-display-home-features h3,
    .single .lp-single-content .rep-listing-features h3,
    .single .lp-single-content .rep-other-features h3 {
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .single .lp-single-content .rep-home-design-features,
    .single .lp-single-content .rep-display-home-features,
    .single .lp-single-content .rep-listing-features,
    .single .lp-single-content .rep-other-features {
        margin: 15px 0 0 0;
    }
}
/* Single Page */
/*************************************
!LP ELEMENT - END
**************************************/

/*************************************
#REP ELEMENT - START
**************************************/
.rep-brochure-button,
.rep-brochure-button:hover,
.rep-brochure-button:focus {
    background-color: #3c3e41;
    color: #fff;
}
.rep-brochure-button::after {
    content: url('https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/02/download-icon.svg');
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 1px;
}
/*************************************
!REP ELEMENT - END
**************************************/

/*************************************
#REP LISTINGS - START
**************************************/
/* Listings */
.rep-listings-element .lp-item-list {
    row-gap: 0;
}
.rep-listings-element .lp-item {
    padding: 25px;
    position: relative;
}
.rep-listings-element .lp-attribute.rep-landarea { display: none; }
.rep-listings-element:not(.lp-carousel) .lp-element-body.lp-has-filter-bar .lp-item:not(:nth-child(3n + 2)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-listings-element:not(.lp-carousel) .lp-element-body:not(.lp-has-filter-bar) .lp-item:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-listings-element .lp-filter-bar {
    position: relative;
}
.rep-listings-element .lp-filter-bar::after,
.rep-listings-element .lp-element-header::after {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    bottom: 0;
    left: -500%;
}
.rep-listings-element .lp-element-header {
    position: relative;
}
.rep-listings-element .lp-element-header-title {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.rep-listings-element .rep-property-status {
    display: none;
}
.rep-listings-element .lp-media {
    margin-bottom: 20px;
}
.rep-listings-element .lp-content {
    text-align: center;
}
.rep-listings-element .lp-content > *:not(.lp-button-wrap) {
    margin-bottom: 15px;
}
.rep-listings-element .rep-property-address {
    font-size: 14px;
}
.rep-listings-element .lp-price {
    background-color: var(--gj-off-white);
    border-radius: 20px;
    padding: 6px 0;
    max-width: 300px;
    margin: 0 auto 15px auto;
}
.rep-listings-element .lp-attributes {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.rep-listings-element .lp-attributes .lp-attribute {
    text-align: center;
}
.rep-property-attribute.rep-storeys { display: none; }
.rep-listings-element .lp-item .lp-button-wrap .lp-button {
    width: 100%;
}
.rep-listings-element .lp-button-wrap .lp-button {
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-listings-element .lp-button-wrap .lp-button::after {
    display: none;
}
.rep-listings-element .slick-dots {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .rep-listings-element:not(.lp-carousel) .lp-item:not(:last-of-type) {
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .rep-listings-element.lp-carousel .lp-element-body {
        max-width: 80%;
        margin: 0 auto;
    }
    .rep-listings-element .slick-list {
        overflow: visible;
    }
    .rep-listings-element.lp-carousel .lp-item:not(:first-of-type) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 768px) {
    .rep-listings-element:not(.lp-carousel) .lp-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
    }
    .rep-listings-element.lp-carousel .lp-item.slick-active:not(.slick-current) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
/* Listings */

/* Single Page - Template 3 */
.single-gj_house_land-template-3 .lp-hero .lp-container {
    max-width: 100%;
}
.single-gj_house_land-template-3 .lp-hero .lp-columns {
    padding: 0;
}
.single-gj_house_land-template-3 .lp-hero .lp-hero-banner {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.single-gj_house_land-template-3 .lp-hero .lp-hero-banner .lp-address {
    justify-content: center;
}
.single-gj_house_land-template-3 .lp-hero .lp-hero-banner .lp-address,
.single-gj_house_land-template-3 .lp-hero .lp-hero-banner .lp-price {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-gj_house_land-template-3 .lp-hero .lp-button-wrap {
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    row-gap: 15px;
    flex-wrap: wrap;
}
.single-gj_house_land-template-3 .lp-hero .lp-button-wrap .lp-button {
    width: 100%;
}
.single-gj_house_land-template-3 .lp-hero .rep-property-customisable {
    font-size: 14px;
    color: #626366;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.single-gj_house_land-template-3 .lp-hero .rep-property-customisable::before {
    content: url('https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/cottage.png');
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
}
.single-gj_house_land-template-3 .lp-hero .rep-call-button:hover span:first-of-type {
    display: none;
}
.single-gj_house_land-template-3 .lp-hero .rep-call-button span:last-of-type {
    display: none;
    font-size: 14px;
}
.single-gj_house_land-template-3 .lp-hero .rep-call-button:hover span:last-of-type {
    display: inline-block;
}
.single-gj_house_land-template-3 .lp-single-content-element,
.single-gj_house_land-template-3 .lp-single-content-element .lp-columns {
    padding: 0;
}
.single-gj_house_land-template-3 .lp-single-content-element .lp-container {
    max-width: 100%;
}
.single-gj_house_land-template-3 .lp-single-content-element .lp-block {
    padding: 30px 15px;
}
.single-gj_house_land-template-3 .lp-single-content .rep-listing-floorplan {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single-gj_house_land-template-3 .lp-single-content .rep-listing-floorplan .lp-image {
    background-size: contain;
}
.single-gj_house_land-template-3 .rep-listing-disclaimer-element {
    padding: 30px 0;
}
.single-gj_house_land-template-3 .lp-flyer-element,
.single-gj_house_land-template-3 .lp-flyer-element .lp-columns {
    padding: 0;
}
.single-gj_house_land-template-3 .lp-flyer-element .lp-container {
    max-width: 100%;
}
.single-gj_house_land-template-3 .lp-flyer-element .lp-content {
    padding: 30px 15px;
    align-self: center;
}
.single-gj_house_land-template-3 .lp-flyer-element .lp-button-wrap {
    margin-top: 15px;
}
.single-gj_house_land-template-3 .lp-location-element {
    background-color: #F4F2F0;
}
.single-gj_house_land-template-3 .lp-location-element .lp-address {
    margin-bottom: 30px;
}
.single-gj_house_land-template-3 .lp-address a {
    text-decoration: underline;
}
@media (max-width: 640px) {
    .single-gj_house_land-template-3 .lp-flyer-element .lp-content {
        text-align: center;
    }
    .single-gj_house_land-template-3 .lp-flyer-element .lp-button-wrap {
        justify-content: center;
        margin-top: 15px;
    }
    .single-gj_house_land-template-3 .lp-flyer-element .lp-element-body {
        flex-flow: column-reverse;
    }
}
@media (min-width: 641px) {
    .single-gj_house_land-template-3 .lp-hero .lp-button-wrap {
        column-gap: 15px;
        flex-direction: row;
    }
    .single-gj_house_land-template-3 .lp-hero .lp-button-wrap .lp-button:not(.rep-brochure-button) {
        width: 50%;
        flex: 1;
    }
    .single-gj_house_land-template-3 .lp-hero .lp-button-wrap .rep-brochure-button {
        width: 100%;
    }
    .single-gj_house_land-template-3 .lp-single-content-element .lp-block {
        padding: 50px;
    }
    .single-gj_house_land-template-3 .lp-flyer-element .lp-columns {
        width: 50%;
    }
    .single-gj_house_land-template-3 .lp-flyer-element .lp-content {
        padding: 30px;
    }
}
@media (max-width: 1023px) {
    .single-gj_house_land-template-3 .lp-single-content .rep-listing-headline {
        justify-content: center;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .single-gj_house_land-template-3 .lp-single-content {
        display: flex;
    }
    .single-gj_house_land-template-3 .lp-single-content-element .lp-block {
        padding: 60px 80px;
    }
    .single-gj_house_land-template-3 .lp-single-content .rep-listing-key-details,
    .single-gj_house_land-template-3 .lp-single-content .rep-listing-floorplan {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .single-gj_house_land-template-3 .lp-hero .lp-hero-banner {
        padding: 30px 0;
    }
    .single-gj_house_land-template-3 .lp-hero-gallery,
    .single-gj_house_land-template-3 .lp-hero-content {
        width: 50%;
    }
    .single-gj_house_land-template-3 .lp-flyer-element .lp-content {
        padding: 30px 100px;
    }
}
/* Single Page - Template 3 */
/*************************************
!REP LISTINGS - END
**************************************/

/*************************************
#REP HOME DESIGNS - START
**************************************/
/* General */
.rep-home-design-child-list {
    display: flex;
    list-style: none;
    margin-left: 0;
}
.rep-home-design-child-list li {
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}
.rep-home-design-child-list li::after {
    content: "";
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.rep-home-design-child-list li:hover::after,
.rep-home-design-child-list li.lp-active::after {
    border-bottom: 3px solid var(--lp--base-preset--brand-color--secondary);
}
/* General */

/* Listings */
.rep-home-designs-element .lp-item-list {
    row-gap: 0;
}
.rep-home-designs-element .lp-item {
    padding: 25px;
    position: relative;
}
.rep-home-designs-element:not(.lp-carousel) .lp-element-body.lp-has-filter-bar .lp-item:not(:nth-child(3n + 2)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-home-designs-element:not(.lp-carousel) .lp-element-body:not(.lp-has-filter-bar) .lp-item:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-home-designs-element .lp-filter-bar {
    position: relative;
}
.rep-home-designs-element .lp-filter-bar::after {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    bottom: 0;
    left: -500%;
}
.rep-home-designs-element .lp-media {
    margin-bottom: 20px;
}
.rep-home-designs-element .lp-content {
    text-align: center;
}
.rep-home-designs-element .lp-content > *:not(.lp-button-wrap) {
    margin-bottom: 15px;
}
.rep-home-designs-element .rep-home-design-child-list {
    justify-content: center;
}
.rep-home-designs-element .lp-attributes:not(.lp-active) {
    display: none;
}
.rep-home-designs-element .lp-attributes.lp-active {
    display: flex;
}
.rep-home-designs-element .lp-attributes {
    justify-content: center;
    column-gap: 20px;
}
.rep-home-designs-element .lp-attributes .lp-attribute {
    text-align: center;
}
.rep-home-designs-element .lp-item .lp-button-wrap .lp-button {
    width: 100%;
}
.rep-home-designs-element .lp-button-wrap .lp-button {
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-home-designs-element .lp-button-wrap .lp-button::after {
    display: none;
}
@media (max-width: 767px) {
    .rep-home-designs-element:not(.lp-carousel) .lp-item:not(:last-of-type) {
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .rep-home-designs-element.lp-carousel .lp-element-body {
        max-width: 80%;
        margin: 0 auto;
    }
    .rep-home-designs-element .slick-list {
        overflow: visible;
    }
    .rep-home-designs-element.lp-carousel .lp-item:not(:first-of-type) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 768px) {
    .rep-home-designs-element:not(.lp-carousel) .lp-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
    }
    .rep-home-designs-element.lp-carousel .lp-item.slick-active:not(.slick-current) {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
/* Listings */

/* Single Page - Template 3*/
.single-gj_home_design-template-3 .lp-hero .lp-container {
    max-width: 100%;
}
.single-gj_home_design-template-3 .lp-hero .lp-columns {
    padding: 0;
}
.single-gj_home_design-template-3 .lp-hero .lp-hero-banner {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.single-gj_home_design-template-3 .lp-hero .lp-button-wrap {
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    row-gap: 15px;
}
.single-gj_home_design-template-3 .lp-hero .lp-button-wrap .lp-button {
    width: 100%;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery {
    clip-path: inset(-100vw -100vw -100vw 0);
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .lp-image {
    position: relative;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .lp-image::after {
    content: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/02/zoom-icon.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #3C3E41;
    padding: 5px 5px 0 5px;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-list {
    overflow: visible;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-list,
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-track {
    height: 100%;
	gap: 70px;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-arrow {
    background-color: var(--lp--base-preset--brand-color--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-arrow::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 300;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-prev {
    left: 15px;
    z-index: 2;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-prev::before {
    content: "\f060";
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-next {
    right: -38px;
}
.single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-next::before {
    content: "\f061";
}
.single-gj_home_design-template-3 .lp-cta-element {
    padding: 30px 0;
}
.single-gj_home_design-template-3 .lp-cta-element h2 {
    margin: 0;
}
.single-gj_home_design-template-3 .lp-virtual-tour-element,
.single-gj_home_design-template-3 .lp-virtual-tour-element .lp-columns {
    padding: 0;
}
.single-gj_home_design-template-3 .lp-virtual-tour-element .lp-container {
    max-width: 100%;
}
.single-gj_home_design-template-3 .lp-virtual-tour-element .lp-content {
    padding: 30px 15px;
    align-self: center;
}
.single-gj_home_design-template-3 .lp-virtual-tour-element .lp-button-wrap {
    margin-top: 15px;
}
.single-gj_home_design-template-3 .lp-facades-element h2,
.single-gj_home_design-template-3 .lp-facades-element .lp-element-header-sub-title,
.single-gj_home_design-template-3 .lp-facades-element .lp-label {
    text-align: center;
}
.single-gj_home_design-template-3 .lp-facades-element .lp-facades-featured .lp-media {
    height: 100%;
}
.single-gj_home_design-template-3 .lp-facades-element .lp-label {
    padding: 10px 0;
}
.single-gj_home_design-template-3 .rep-home-design-facades-element .lp-element-body { position: relative; }
.single-gj_home_design-template-3 .rep-home-design-facades-element .lp-element-body:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: -21px;
    z-index: 2;
    font-size: 24px;
	   opacity: 0;
    animation: chevronDownFade 1.5s ease-in-out infinite;
    animation-delay: 0.8s; /* delay before starting */
}
/* Animation */
@keyframes chevronDownFade {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20% { /* pause */
        transform: translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        transform: translateY(10px);
        opacity: 0.6;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}
.single-gj_home_design-template-3 .lp-facades-element .lp-facades-side {
    display: none;
    overflow-y: auto;
}
.single-gj_home_design-template-3 .lp-facades-element .lp-facades-side .lp-media {
    cursor: pointer;lp-search-form-lookup
}
.single-gj_home_design-template-3 .lp-facades-element .lp-facades-side::-webkit-scrollbar {
    display: none;
}
.single-gj_home_design-template-3 .rep-home-designs-element h2,
.single-gj_home_design-template-3 .rep-home-designs-element .lp-element-header-sub-title {
    text-align: center;
}
.single-gj_home_design-template-3 .rep-home-designs-element .lp-element-body {
    margin-top: 15px;
}
.single-gj_home_design-template-3 .rep-home-designs-element .lp-element-body::before {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    top: 0;
    left: -500%;
}
.single-gj_home_design-template-3 .rep-home-designs-element .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 15px;
}
.single-gj_home_design-template-3 .rep-home-designs-element .slick-dots::before {
    content: "";
    height: 1px;
    width: 1000%;
    display: block;
    background-color: var(--lp--base-preset--brand-color--secondary);
    position: absolute;
    top: 0;
    left: -500%;
}
@media (max-width: 640px) {
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-arrow {
        bottom: 0;
        top: unset;
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-prev {
        left: 45%;
        transform: translateX(-45%);
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery .slick-next {
        right: 35%;
        transform: translateX(-35%);
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery {
        padding-bottom: 40px;
    }
    .single-gj_home_design-template-3 .lp-cta-element .lp-columns,
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-content {
        text-align: center;
    }
    .single-gj_home_design-template-3 .lp-cta-element .lp-columns .lp-button-wrap,
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-button-wrap {
        justify-content: center;
        margin-top: 15px;
    }
    .single-gj_home_design-template-3 .lp-cta-element .lp-columns .lp-button-wrap .lp-button {
        width: 100%;
    }
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-element-body {
        flex-flow: column-reverse;
    }
}
@media (min-width: 641px) {
    .single-gj_home_design-template-3 .lp-hero .lp-button-wrap {
        column-gap: 15px;
        flex-direction: row;
    }
    .single-gj_home_design-template-3 .lp-hero .lp-button-wrap .lp-button {
        width: 50%;
        flex: 1;
    }
    .single-gj_home_design-template-3 .lp-cta-element .lp-columns {
        display: flex;
        justify-content: center;
        column-gap: 50px;
    }
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-columns {
        width: 50%;
    }
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-content {
        padding: 30px;
    }
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
    .single-gj_home_design-template-3 .lp-facades-element .lp-facades-featured {
        width: 80%;
    }
    .single-gj_home_design-template-3 .lp-facades-element .lp-facades-side {
        width: 20%;
        display: block;
    }
    .single-gj_home_design-template-3 .lp-facades-element .slick-dots {
        display: none;
    }
}
@media (max-width: 1023px) {
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-headline,
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-child-list {
        justify-content: center;
        text-align: center;
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-features {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .single-gj_home_design-template-3 .lp-single-content {
        display: flex;
        justify-content: space-between;
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-key-details {
        width: 40%;
    }
    .single-gj_home_design-template-3 .lp-single-content .rep-home-design-gallery {
        width: 55%;
    }
}
@media (min-width: 1200px) {
    .single-gj_home_design-template-3 .lp-hero .lp-hero-banner {
        padding: 30px 0;
    }
    .single-gj_home_design-template-3 .lp-hero-media,
    .single-gj_home_design-template-3 .lp-hero-content {
        width: 50%;
    }
    .single-gj_home_design-template-3 .lp-virtual-tour-element .lp-content {
        padding: 30px 100px;
    }
}
/* Single Page - Template 3*/
/*************************************
!REP HOME DESIGNS - END
**************************************/

/*************************************
#REP DISPLAY HOMES - START
**************************************/
/* Listings */
.rep-display-homes-element .lp-item-list {
    row-gap: 0;
}
.rep-display-homes-element .lp-item {
    padding: 25px;
    position: relative;
}
.rep-display-homes-element .lp-item:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-display-homes-element .lp-media {
    margin-bottom: 20px;
}
.rep-display-homes-element .lp-content {
    text-align: center;
}
.rep-display-homes-element .lp-content > *:not(.lp-button-wrap) {
    margin-bottom: 15px;
}
.rep-display-homes-element .lp-attributes {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.rep-display-homes-element .lp-attributes .lp-attribute {
    text-align: center;
}
.rep-display-homes-element .lp-item .lp-button-wrap .lp-button {
    width: 100%;
}
.rep-display-homes-element .lp-button-wrap .lp-button {
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.rep-display-homes-element .lp-button-wrap .lp-button::after {
    display: none;
}
.rep-display-homes-element .lp-coming-soon {
    position: absolute;
    top: 15px;
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
}
@media (max-width: 767px) {
    .rep-display-homes-element .lp-item:not(:last-of-type) {
        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 768px) {
    .rep-display-homes-element .lp-item:not(:nth-last-child(-n + 3))::after {
        content: "";
        height: 1px;
        width: 1000%;
        display: block;
        background-color: var(--lp--base-preset--brand-color--secondary);
        position: absolute;
        bottom: 0;
        left: -500%;
    }
}
/* Listings */

/* Single Page - Template 3 */
.single-gj_display_home-template-3 .lp-hero .lp-container {
    max-width: 100%;
}
.single-gj_display_home-template-3 .lp-hero .lp-columns {
    padding: 0;
}
.single-gj_display_home-template-3 .lp-hero .lp-hero-banner {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.single-gj_display_home-template-3 .lp-hero .lp-hero-banner .lp-address {
    justify-content: center;
}
.single-gj_display_home-template-3 .lp-hero .lp-hero-banner .lp-address,
.single-gj_display_home-template-3 .lp-hero .lp-hero-banner .lp-price {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-gj_display_home-template-3 .lp-hero .lp-button-wrap {
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    row-gap: 15px;
}
.single-gj_display_home-template-3 .lp-hero .lp-button-wrap .lp-button {
    width: 100%;
}
.single-gj_display_home-template-3 .lp-single-content-element,
.single-gj_display_home-template-3 .lp-single-content-element .lp-columns {
    padding: 0;
}
.single-gj_display_home-template-3 .lp-single-content-element .lp-container {
    max-width: 100%;
}
.single-gj_display_home-template-3 .lp-single-content-element .lp-block {
    padding: 30px 15px;
}
.single-gj_display_home-template-3 .lp-single-content .rep-display-home-floorplan {
    border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single-gj_display_home-template-3 .lp-single-content .rep-display-home-floorplan .lp-image {
    background-size: contain;
}
.single-gj_display_home-template-3 .lp-location-element {
    padding: 0;
}
.single-gj_display_home-template-3 .lp-location-element .lp-container {
    max-width: 100%;
}
.single-gj_display_home-template-3 .lp-location-element .lp-columns {
    padding: 0;
}
.single-gj_display_home-template-3 .lp-location-element .lp-embed-map {
    height: 400px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-embed-map iframe {
    height: 100%;
}
.single-gj_display_home-template-3 .lp-location-element .lp-content {
    padding: 30px 15px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-phone {
    font-size: 20px;
    margin-bottom: 15px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-phone::before {
    content: url('https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/call.png');
    margin-right: 10px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-opening-hours.rep-display-home-opening-hours {
    margin-bottom: 40px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-brochure .lp-blurb,
.single-gj_display_home-template-3 .lp-location-element .lp-opening-hours {
    margin-bottom: 15px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-opening-hours,
.single-gj_display_home-template-3 .lp-location-element .lp-brochure {
    max-width: 550px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-button-wrap {
    column-gap: 15px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-button-wrap .lp-button {
    min-width: 206px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-opening-hours .lp-button-wrap .lp-button::after {
    content: none;
}
.single-gj_display_home-template-3 .lp-location-element .lp-brochure .lp-button-wrap .lp-button::after {
    content: url('https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/download-1.png');
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 1px;
}
.single-gj_display_home-template-3 .lp-location-element .lp-button-wrap .lp-button:first-of-type {
    background-color: #3c3e41;
    color: #fff;
}
@media (min-width: 641px) {
    .single-gj_display_home-template-3 .lp-hero .lp-button-wrap {
        column-gap: 15px;
        flex-direction: row;
    }
    .single-gj_display_home-template-3 .lp-hero .lp-button-wrap .lp-button {
        width: 50%;
        flex: 1;
    }
    .single-gj_display_home-template-3 .lp-single-content-element .lp-block,
    .single-gj_display_home-template-3 .lp-location-element .lp-content {
        padding: 50px;
    }
}
@media (max-width: 1023px) {
    .single-gj_display_home-template-3 .lp-single-content .rep-display-home-headline {
        justify-content: center;
        text-align: center;
    }
    .single-gj_display_home-template-3 .lp-location-element .lp-opening-hours,
    .single-gj_display_home-template-3 .lp-location-element .lp-brochure {
        text-align: center;
    }
    .single-gj_display_home-template-3 .lp-location-element .lp-brochure {
        padding-top: 30px;
        border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
    .single-gj_display_home-template-3 .lp-location-element .lp-button-wrap {
        justify-content: center;
        flex-flow: column;
        row-gap: 15px;
    }
}
@media (min-width: 1024px) {
    .single-gj_display_home-template-3 .lp-single-content {
        display: flex;
    }
    .single-gj_display_home-template-3 .lp-single-content-element .lp-block,
    .single-gj_display_home-template-3 .lp-location-element .lp-content {
        padding: 60px 80px;
    }
    .single-gj_display_home-template-3 .lp-single-content .rep-display-home-key-details,
    .single-gj_display_home-template-3 .lp-single-content .rep-display-home-floorplan,
    .single-gj_display_home-template-3 .lp-location-element .lp-columns {
        width: 50%;
    }
    .single-gj_display_home-template-3 .lp-location-element .lp-embed-map {
        height: 700px;
    }
    .single-gj_display_home-template-3 .lp-location-element .lp-content {
        border-left: 1px solid var(--lp--base-preset--brand-color--secondary);
    }
}
@media (min-width: 1200px) {
    .single-gj_display_home-template-3 .lp-hero .lp-hero-banner {
        padding: 30px 0;
    }
    .single-gj_display_home-template-3 .lp-hero-gallery,
    .single-gj_display_home-template-3 .lp-hero-content {
        width: 50%;
    }
}
/* Single Page - Template 3 */
/*************************************
!REP DISPLAY HOMES - END
**************************************/

/*************************************
#REP OFFICES - START
**************************************/
/* General */
.rep-service-label {
    font-weight: 600;
}
.rep-office-single-content ul.rep-services {
	margin-bottom: 30px;
}
.single-gj_office-template-3 .slick-arrow {
    background-color: var(--lp--base-preset--brand-color--secondary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    z-index: 2;
    font-size: 0;
}
.single-gj_office-template-3 .slick-arrow::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.single-gj_office-template-3 .slick-prev::before,
.single-gj_office-template-3 .gallery-prev::before {
    content: "\f060";
}
.single-gj_office-template-3 .slick-next::before,
.single-gj_office-template-3 .gallery-next::before {
    content: "\f061";
}
/* General */

.single-gj_office-template-3 .lp-hero .lp-container {
    max-width: 100%;
}
.single-gj_office-template-3 .lp-hero .lp-columns {
    padding: 0;
}
.single-gj_office-template-3 .lp-hero .lp-hero-banner {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.single-gj_office-template-3 .lp-hero .lp-button-wrap {
    justify-content: center;
    margin-top: 20px;
}
.single-gj_office-template-3 .lp-hero .lp-button-wrap .lp-button {
    min-width: 237px;
    background-color: #3c3e41;
    color: #fff;
}
.single-gj_office-template-3 .lp-location {
    text-align: center;
}
.single-gj_office-template-3 .lp-location .lp-embed-map,
.single-gj_office-template-3 .lp-location .rep-office-opening-hours {
    border: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single-gj_office-template-3 .lp-location .lp-embed-map {
    height: 350px;
    border-bottom: 0;
}
.single-gj_office-template-3 .lp-location .lp-embed-map iframe {
    height: 100%;
}
.single-gj_office-template-3 .lp-location .rep-office-opening-hours {
    padding: 20px 30px;
}
.single-gj_office-template-3 .lp-location .rep-office-opening-hours h3 {
    font-size: 1.5rem;
}
.single-gj_office-template-3 .lp-location .lp-button-wrap {
    justify-content: center;
    margin-top: 15px;
    flex-flow: column;
    row-gap: 15px;
}
.single-gj_office-template-3 .lp-location .lp-phone {
    font-size: 1.1rem;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.single-gj_office-template-3 .lp-location .lp-phone::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: inherit;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/call.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2025/11/call.svg);
}
.single-gj_office-template-3 .lp-location ul.lp-opening-hours {
    list-style: none;
    margin: 0;
}
.single-gj_office-template-3 .lp-location ul.lp-opening-hours .lp-label::after {
    content: ": ";
}
.single-gj_office-template-3 .lp-location .lp-button-wrap .lp-button:first-of-type {
    background-color: #3C3E41;
    color: #fff;
}
.single-gj_office-template-3 .lp-location .lp-button-wrap .lp-button::after {
    display: none;
}
.single-gj_office-template-3 .rep-team-members-element .lp-element-header-title {
    text-align: center;
}
.single-gj_office-template-3 .rep-team-members-element .lp-image {
    border-radius: 50%;
    width: 142px;
    height: 142px;
    margin: 0 auto;
}
.single-gj_office-template-3 .rep-team-members-element .lp-content {
    margin-top: 10px;
    text-align: center;
}
.single-gj_office-template-3 .rep-team-members-element .slick-prev {
    left: -15px;
}
.single-gj_office-template-3 .rep-team-members-element .slick-next {
    right: -15px;
}
.single-gj_office-template-3 .lp-gallery-element {
    padding: 30px 15px;
}
.single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media .slick-list {
    overflow: visible;
}
 .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media {
    max-width: 90%;
}
.single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media .lp-media {
    padding: 0 16px;
}
.single-gj_office-template-3 .lp-gallery-element .gallery-nav {
    display: flex;
    column-gap: 30px;
}
.single-gj_office-template-3 .rep-listings-element {
    padding: 0;
}
.single-gj_office-template-3 .lp-social-feed-element .lp-element-header-title {
    text-align: center;
}
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn {
    margin-top: 20px;
}
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a {
    font-weight: 400;
    font-size: 14px;
    padding: 12px 20px;
    margin: 0;
    color: var(--lp--base-preset--button--color);
    background-color: var(--lp--base-preset--button--background-color) !important;
    transition: all 0.25s ease;
    border-radius: 24px;
    border: 1px solid var(--lp--base-preset--button--color);
    min-width: 223px;
}
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
    transition: all 0.25s ease;
}
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a:hover,
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a:focus {
    background-color: rgba( var(--lp--base-preset--button--background-color--hover--rgb), .20 ) !important;
    color: var(--lp--base-preset--button--color--hover);
    box-shadow: none !important;
}
.single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a svg {
    display: none;
}
.single-gj_office-template-3 .lp-elements .page-element {
    border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.single-gj_office-template-3 .office-why-gj .checklist.rounded h4 {
    font-family: var(--lp--base-preset--body--font-family);
    text-align: left;
}
.single-gj_office-template-3 .office-why-gj .checklist.rounded p {
    text-align: left;
}
@media (max-width: 640px) {
    .single-gj_office-template-3 .rep-team-members-element .lp-item-list {
        max-width: 50%;
        margin: 0 auto;
    }
    .single-gj_office-template-3 .rep-team-members-element .slick-list {
        overflow: visible;
    }
}
@media (min-width: 641px) {
    .single-gj_office-template-3 .rep-team-members-element .slick-prev {
        left: 15px;
    }
    .single-gj_office-template-3 .rep-team-members-element .slick-next {
        right: 15px;
    }
    .single-gj_office-template-3 .office-why-gj .checklist.rounded {
        column-count: 2;
    }
}
@media (max-width: 767px) {
    .single-gj_office-template-3 .rep-listings-element .lp-item {
        border: none !important;
    }
}
@media (min-width: 768px) {
    .single-gj_office-template-3 .rep-team-members-element .lp-item-list {
        margin-top: 30px;
    }
    .single-gj_office-template-3 .lp-social-feed-element #sb_instagram .sbi_follow_btn a:hover::after {
        margin-left: 15px;
    }
}
@media (max-width: 1023px) {
    .single-gj_office-template-3 .lp-single-content-element .lp-element-body {
        display: flex;
        flex-flow: column-reverse;
    }
    .single-gj_office-template-3 .lp-location {
        margin-bottom: 30px;
    }
    .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-content {
        text-align: center;
    }
    .single-gj_office-template-3 .lp-gallery-element .gallery-nav {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media {
       padding-bottom: 50px;
    }
}
@media (min-width: 1024px) {
    .single-gj_office-template-3 .lp-single-content-element .lp-element-body {
        display: flex;
        column-gap: 50px;
		flex-wrap: nowrap;
    }
    .single-gj_office-template-3 .lp-single-content {
        width: 55%;
    }
    .single-gj_office-template-3 .lp-side-content {
        width: 45%;
    }
    .single-gj_office-template-3 .lp-location .lp-button-wrap {
        flex-flow: row;
        column-gap: 15px;
    }
    .single-gj_office-template-3 .lp-location .lp-button-wrap .lp-button {
        width: 50%;
    }
    .single-gj_office-template-3 .lp-gallery-element {
        padding: 0;
    }
    .single-gj_office-template-3 .lp-gallery-element .lp-element-body {
        align-items: center;
    }
    .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-content {
        width: 30%;
    }
    .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media {
        width: 70%;
        max-width: 650px;
    }
    .single-gj_office-template-3 .lp-gallery-element .rep-office-gallery-media {
        clip-path: inset(-100vw -100vw -100vw 0);
    }
}
@media (max-width: 1199px) {
    .single-gj_office-template-3 .lp-hero .lp-hero-body {
        flex-flow: column-reverse;
    }
}
@media (min-width: 1200px) {
    .single-gj_office-template-3 .lp-hero .lp-hero-banner {
        padding: 30px 0;
    }
    .single-gj_office-template-3 .lp-hero-image {
        width: 60%;
    }
    .single-gj_office-template-3 .lp-hero-content {
        width: 40%;
    }
}
/*************************************
#REP OFFICES - END
**************************************/

/*************************************
#REP REVIEWS - START
**************************************/
.rep-review-content > * {
    width: 100%;
}
.rep-review-title h3 {
    font-size: 1.5rem;
}
.rep-review-rating {
    font-size: 0;
    margin-bottom: 20px;
}
.rep-review-rating:before {
    content: '';
    background-image: url(https://cloud.hicaliber.io/real-estate/assets/images/rea_stars.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 20px;
    display: block;
}
.rep-review-element .lp-element-header {
    margin-bottom: 22px;
}
.rep-review-element .lp-element-header-title {
    text-align: center;
}
.rep-review-element .lp-element-body {
    margin-bottom: 0;
	justify-content: center;
}
.rep-review-element .slick-list {
    overflow: visible;
}
.rep-review-element .slick-dots {
    margin-top: 20px;
}
.rep-review-element .lp-box {
    border-radius: 12px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}
.rep-review-element .lp-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 20px;
}
.rep-review-element .rep-review-description p,
.rep-review-element .rep-review-reviewer {
    font-size: 14px;
}
.rep-review-element .rep-reviewer {
    margin-bottom: 10px;
}
.rep-review-element .rep-reviewer-name {
    font-weight: 700;
}
.rep-review-element .rep-verified-message {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-decoration: underline;
}
.rep-review-element .lp-element-footer { margin-top: 35px; }
.rep-review-element .lp-element-footer .lp-button-wrap { justify-content: center; }
@media(max-width: 1023px) {
	.rep-review-element.lp-carousel .slick-list {
		padding-left: 10%;
	    padding-right: 10%;
	}
}
/*************************************
!REP REVIEWS - END
**************************************/

/*************************************
#REP SEARCH FORM - START
**************************************/
.rep-search-form .lp-form {
    position: relative;
}
.rep-search-form .rep-field-state {  margin-bottom: 20px; }
.rep-search-form .rep-field-state .lp-radio,
.rep-listing-menu {
	display: flex;
    justify-content: center;
    gap: 18px;
}
.rep-search-form .rep-field-state span,
.rep-listing-menu a {
	border: 1px solid #534335;
    border-radius: 37px;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
	text-align: center;
}
.rep-listing-menu.menu>li>a {
	line-height: 1.8;
	padding: 8px 24px;
}
.rep-search-form .rep-field-state input {
    display: none;
}
.rep-search-form .rep-field-state .lp-radio-option
input[type="radio"]:checked + .lp-option-label,
.rep-search-form .rep-field-state .lp-radio-option:hover .lp-option-label,
.rep-listing-menu a:hover,
.rep-listing-menu li.active a {
    background: rgba(175, 161, 148, 0.2);
}
.rep-listing-menu li.active a { color: var(--lp--base-preset--link--color); }
.rep-search-form .lp-accordion-container {
    padding: 0;
}
.rep-search-form .lp-accordion-item {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}
.rep-search-form .lp-accordion-title {
    border: none;
    border-bottom: 1px solid #3C3E41;
    display: flex;
    align-items: center;
    padding: 8px;
    column-gap: 10px;
}
.rep-search-form .lp-accordion-content {
    position: unset;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 8px;
    border-bottom: 1px solid #3C3E41;

}
.rep-search-form .lp-accordion-item.lp-active .lp-accordion-content { opacity:1; }
.rep-search-form .lp-checkbox-tree .lp-checkbox-option-all,
.rep-search-form .lp-checkbox-tree .lp-checkbox-option {
    padding: 2px 0;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.rep-search-form .lp-checkbox-tree input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 20px;
  border: 1px solid var(--gj-dark-brown);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin: 0;
  background: #fff;
}
.rep-search-form input[type="checkbox"]:hover {
  background: rgba( var(--gj-dark-brown-rgb), .30 );
}
.rep-search-form input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.rep-search-form input[type="checkbox"]:checked {
  border-color: var(--lp--base-preset--brand-color--primary);
  background-color: var(--lp--base-preset--brand-color--primary);
}
.rep-search-form .lp-accordion-title:before,
.rep-search-form .lp-accordion-title:after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.rep-search-form .lp-accordion-title:after {
    background-image: url(../images/chevron-down.png);
    height: 10px;
    width: 14px;
}
.rep-search-form .lp-accordion-item.rep-bed .lp-accordion-title:before {
	background-image: url(../images/bed-filter-icon.svg);
    height: 16px;
    width: 22px;
}
.rep-search-form .lp-accordion-item.rep-home-size .lp-accordion-title:before,
.rep-search-form .lp-accordion-item.rep-land-size .lp-accordion-title:before {
	background-image: url(../images/home-size-filter-icon.svg);
	height: 16px;
    width: 16px;
}
.rep-search-form .lp-accordion-item.rep-price .lp-accordion-title:before {
	background-image: url(../images/price-filter-icon.svg);
	height: 16px;
    width: 18px;
}
.rep-search-form .lp-accordion-item.rep-home-type .lp-accordion-title:before {
	background-image: url(../images/home-type-filter-icon.svg);
	height: 16px;
    width: 19px;
}
.rep-search-form .lp-accordion-item.rep-storey .lp-accordion-title:before {
	background-image: url(../images/storey-filter-icon.svg);
	height: 16px;
    width: 19px;
}
.rep-search-form .lp-accordion-item.rep-bath .lp-accordion-title:before {
	background-image: url(../images/bath-filter-icon.svg);
	height: 16px;
    width: 19px;
}
.rep-search-form .lp-accordion-item.rep-car .lp-accordion-title:before {
	background-image: url(../images/car-filter-icon.svg);
	height: 16px;
    width: 19px;
}
.rep-search-form .lp-accordion-item.rep-other-space .lp-accordion-title:before {
	background-image: url(../images/other-space-filter-icon.svg);
	height: 10px;
    width: 19px;
}
.rep-search-form:not(.rep-office-search-form) .lp-field-address { 
    margin-bottom: 15px; 
    position: relative;
}
.rep-search-form:not(.rep-office-search-form) .lp-field-address::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/search-icon.png);
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.rep-search-form:not(.rep-office-search-form) .lp-address-lookup {
    border: none;
    border-bottom: 1px solid var(--gj-tan);
    border-radius: 0;
    font-size: 16px;
    padding-left: 55px;
    padding-right: 15px;
    color: var(--lp--base-preset--body--color);
}
.rep-search-form .lp-address-lookup::placeholder {
    font-family: var(--lp--base-preset--body--font-family);
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-button,
.search-filters .search-submit {
    font-size: 16px;
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-button::after {
    display: none;
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-filter-button::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: inherit;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin: 0 auto;
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/tune.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/tune.svg);
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-reset-filter-button::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-filter-button,
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-reset-filter-button {
    border-radius: 0;
    border: none;
    background-color: unset;
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding: 0;
    color: var(--lp--base-preset--body--color);
}
.rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-submit-button,
.search-filters .search-submit {
    margin-left: auto;
    background-color: #3c3e41;
    color: #fff;
}

.lp-form .rep-filter-button {
	display: block;
    border-radius: 0;
    margin-bottom: 16px;
    min-height: 48px;
    line-height: 48px;
    border-color: #AFA194;
	padding-top: 0;
	padding-bottom: 0;
}
.lp-form .rep-filter-button:before {
	content: '';
	background-image: url(../images/tune-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    display: inline-block;
    transform: translate(-16px, 2px);
}
.lp-form .rep-filter-button:after {
	content: '\f078';
	margin-left: 16px;
    font-size: 14px;
}
@media(max-width: 640px) {
	.rep-listing-menu li,
	.rep-listing-menu.accordion-menu li { width: auto; }
	.rep-listing-menu  { margin-bottom: 24px; } 
}
@media (max-width: 767px) {
    .rep-search-form .lp-accordion-title::after {
        margin-left: auto;
    }
    .rep-search-form:not(.rep-office-search-form) .lp-field-address {
        margin: 0 auto;
    }
    .rep-search-form:not(.rep-office-search-form) .lp-form-footer .lp-submit-button {
        width: 100%;
		margin-top: 8px;
    }
    .rep-search-form:not(.rep-office-search-form) .lp-form-footer {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 24px;
        row-gap: 15px;
    }
    .rep-search-form.lp-has-filter-expand .lp-field-set.rep-filters {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .rep-search-form:not(.rep-office-search-form, .rep-home-design-search-form) .lp-form-footer {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .rep-search-form .lp-accordion {
        display: flex;
        flex-flow: row;
        column-gap: 24px;
		row-gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .rep-search-form .lp-accordion-title {	  
        display: block;
        cursor: pointer;
        position: relative;
        min-width: 150px;
        border: 1px solid #AFA194;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 9px;
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: center;
    }
    .rep-search-form .lp-accordion-content {
        z-index: 1;
        position: absolute;
        background-color: rgb(255, 255, 255);
        padding: 6px 8px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
        width: 100%;
        top: 100%;
        border-radius: 10px;
        display: none;
		z-index: 999;
    }
    .rep-search-form:not(.rep-office-search-form) .lp-field-address {
        max-width: 310px;
    }
}
@media(max-width: 1023px) {
	.rep-search-form .rep-filters .lp-accordion-container { display: none; }
	.lp-modal .rep-search-form .rep-filters .lp-accordion-container { display: block; }
}
@media(min-width: 1024px) {
	.section-search.default-alignment .sub-heading,
	.section-search.text-center .sub-heading,
	.hero.text-center .hero-banner-message{ 
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
	}
    .rep-search-form .lp-accordion-title {
        min-width: 220px;
    }
	.lp-form .rep-filter-button { display: none; }
	.rep-listing-menu li { padding-bottom: 0 !important; }
	.lp-form .rep-filters { margin-bottom: 24px; }
}

/* Modal */
.rep-search-form.lp-modal .lp-modal-header {
    margin-bottom: 20px;
}
.rep-search-form.lp-modal .lp-modal-header-title::before {
    content: "";
    width: 22px;
    height: 22px;
    line-height: inherit;
    display: block;
	background-image: url(../images/tune-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 18px;
}
.rep-search-form.lp-modal .lp-modal-header-title {
    font-size: 20px;
    font-family: var(--lp--base-preset--body--font-family);
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.rep-search-form.lp-modal .lp-accordion {
    flex-flow: column;
    display: flex;
}
.rep-search-form.lp-modal .lp-accordion-item {
    margin-bottom: 0;
}
.rep-search-form.lp-modal .lp-accordion-title {
    border: none;
    border-bottom: 1px solid #3C3E41;
    display: flex;
    align-items: center;
    padding: 8px;
}
.rep-search-form.lp-modal .lp-accordion-title::after {
    margin-left: auto;
}
.rep-search-form.lp-modal .lp-accordion-container {
    padding: 0;
}
.rep-search-form.lp-modal .lp-accordion-content {
    position: unset;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 8px;
    border-bottom: 1px solid #3C3E41;
}
.rep-search-form.lp-modal .lp-form-footer {
    margin-top: 15px;
    position: unset;
    flex-flow: column;
    justify-content: center;
    row-gap: 15px;
}
.rep-search-form.lp-modal .lp-form-footer .lp-submit-button {
    width: 100%;
}
/* Modal */

/* Expand */
.lp-expand-filter-button::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: inherit;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/tune.svg);
    mask-image: url(https://gjgardner.preparingtolaunch.com.au/wp-content/uploads/2026/01/tune.svg);
}
.lp-expand-filter-button {
    border-radius: 0;
    border: 1px solid var(--gj-tan);
    background-color: unset;
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 0;
    color: var(--lp--base-preset--body--color);
    font-size: 16px;
    padding: 12px;
    width: 100%;
    justify-content: center;
}
.lp-expand-filter-button::after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../images/chevron-down.png);
    height: 10px;
    width: 14px;
    margin: 0;
}
.lp-expand-container {
    display: none;
    padding: 15px 15px 0 15px
}
.lp-expand-container.lp-active {
    display: block;
}
@media (min-width: 768px) {
    .lp-expand-filter-button {
        display: none;
    }
    .lp-expand-container:not(.lp-active) {
        display: block;
    }
}
/* Expand */
/*************************************
!REP SEARCH FORM  - END
**************************************/

/*************************************
#VIDEO ELEMENT  - START
**************************************/
.video-element .hic-item:not(.has-video) .hic-media-container:after {
    content: '';
    background-image: url(../images/lock-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
@media(min-width: 641px) and (max-width: 1023px) {
	.video-element .hic-item:not(.has-video) .hic-media-container:after {
		height: 23px;
		width: 18px;
			right: 16px;
    	bottom: 16px;
	}

}
@media(min-width: 1024px) {
	.video-element .hic-item:not(.has-video) .hic-media-container:after {
	   height: 36px;
    	width: 28px;
		right: 24px;
    	bottom: 24px;
	}
}
/*************************************
!VIDEO ELEMENT  - END
**************************************/
/* Temporary styles */
.fhog-section .section-footer{
	display: none;
}



/* CUSTOMIZER STYLING FOR REFACTORING */
/* ------------------------------
   Additional Styling
   Author: Dom
   Location: WordPress Customizer
-------------------------------*/
/* GENERAL */
.box-link .hic-box button {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}
.hero .video-button {
	    background-color: rgb(0 0 0 / 25%);
    color: #FFF;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 27px;
    border: 1px solid rgb(255 255 255 / 75%);
    font-weight: 500;
    backdrop-filter: blur(6px);
}
.hero .video-button p { margin-bottom: 0; font-weight: 500; }

.step-title .hic-title h3 {
	font-family: 'Montserrat';
    font-weight: 300;
    background-color: #afa295;
    border-radius: 46px;
    min-width: 96px;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #534335;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 0 24px;
	display: inline-block;
}
.lp-modal .gform_confirmation_message br { display: none; }
@media(max-width: 1023px) {
	.page-columns .cell img:not(:first-child) {
		padding-top: 24px;
	}
}
@media(max-width: 640px) {
	.header-center-small .section-header { text-align: center; }
}
@media(min-width: 641px) and (max-width: 1023px) {
	.header-center-medium .section-header { text-align: center; }
}

@media(min-width: 1024px) {
	.image-above-content .medium-6 .hic-blurb p { font-size: 20px; }
	
	.large-container .section-header .sub-heading {
		font-size: 20px;
	}
	
		.page-columns.two-columns.split-60-40 .section-body .cell:first-child {
		width: 60%;
	}
	.page-columns.two-columns.split-60-40 .section-body .cell:last-child {
		width: 40%;
	}
	
}
@media(min-width: 641px) and (max-width: 1023px) {
	.page-element:not(.row-fluid) .grid-container {
		margin-left: 24px;
	    margin-right: 24px;
	}	
}
@media(min-width: 1280px) {
	.large-container .grid-padding-x .slick-track>.cell.medium-6 {
		padding-right: 28px;
    padding-left: 28px;
	}
	
	.large-container .section-body[data-item-col="medium-6"] {
		    margin-left: -13px;
    margin-right: -13px;
	}
}

/* HELPERS */
.primary-text {
	color: var(--lp--base-preset--brand-color--primary);
}
.no-listing-border.listing-element .hic-item,
.no-listing-border.listing-element .section-body .hic-item {
	border: 0 !important;
}
.page-element.section-footer .hic-button-wrap { margin-top: 0 !important; }

.page-element.default-section.dark-grey-section {
	background-color: #3C3E41;
	color: #FFF;
}
.page-element.default-section.dark-grey-section .button {
	background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF;
}
.page-element.default-section.dark-grey-section .hic-title h3 {
	color: #FFF;
}

.post-element.has-isotope-filter ul li:has(> .search-checkbox-input[value=".uncategorized-category"]) {
	display: none;
}
.post-element.has-isotope-filter .section-body { overflow: hidden; }

.filter-isotope .filter-action {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.no-section-border .page-elements .page-element, 
.no-section-border .page-elements .lp-element {
	border-top: none;
}

.float-wrapper {
  position: relative; /* allow GSAP transform */
  margin-bottom: 2rem;
	margin-top: 1rem;/* space between images */
}
.gsap-float-image {
  display: block;
  width: 100%;
  will-change: transform;
}
.section-float-image .cell { height: auto; }
.section-float-image .hic-blurb {
	padding-top: 50px;
	padding-bottom: 50px;
}
img.float-image-2 {
	width: 664px;
	height: 442px;
}
.float-image-right {
	display: flex;
	justify-content: end;
}
@media(min-width:1024px) {
	.section-float-image .hic-blurb h3 { font-size: 24px; padding-top: 14px; }
	.section-float-image .grid-padding-x>.cell {
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* VIDEO ELEMENT */
.video-element .hic-item:not(.has-video) .hic-media-container { position: relative; }
.video-element .hic-item:not(.has-video) .overlay {
	position: absolute;
    height: 100%;
    width: 100%;
   background-color: rgb(221 221 221 / 65%);
    top: 0;
    left: 0;
    z-index: 1;
}
.video-element.image-above-content.page-element .hic-content {
	padding: 20px 0;
}

@media(min-width: 641px) {
	.video-element.carousel .slick-dots { display: none !important; }
}
@media(max-width: 640px) {
	.video-element.carousel .slick-arrow { display: none !important; }
	.video-element .section-header,
.video-element .section-header .section-title {
	text-align: center !important;
}
}

@media(max-width: 640px) {
	.default-carousel-layout .slick-list {
	overflow: visible;
	padding-left: 10%;
	padding-right: 10%;
}

}
@media(min-width: 641px) {
	.carousel-layout-1.large-container .slick-list {
		padding-right: 15%;
	}	
	
	.slide-arrows-left.carousel-layout-1 .slick-arrow.slick-prev {
	right: unset !important;
    left: 28px !important;
}
.slide-arrows-left.carousel-layout-1 .slick-arrow.slick-next {
	right: unset !important;
    left: 70px !important;
}
.slide-arrows-left.carousel-layout-1 .slick-slider .slick-arrow {
	top: -55px !important;
}

.slide-arrows-left.carousel-layout-1 .section-header {
	padding-bottom: 44px;
}
}
@media(max-width: 1023px) {
		.carousel.default-carousel-layout .slick-arrow { display: none !important; }
}

/* KDR VIDEO STYLES */
@media(max-width: 640px) {
	.hero.full-screen-banner .hero-banner-message h1 {
		font-size: 50px;
	}
}
@media(max-width: 1023px) {
	.hero-video-button {
		display: none;
	}	
}


@media(min-width: 1024px) {
	.kdrs-videos .section-title,
	.kdrs-blog .section-title {
		font-size: 2.5rem;
	}
}


@media(min-width: 1024px) {
	
	.filter-isotope .filter-action {
	margin-left: 34px;
}
}

.slider-tiles .hic-item[data-slick-index="0"]:not(.slick-cloned) .hic-box {
border-left: 1px solid #AFA194;
}

.slider-tiles .hic-item .hic-box {
	border-right: 1px solid #AFA194;
    border-top: 1px solid #AFA194;
    border-bottom: 1px solid #AFA194;
	padding-left: 24px;
	padding-right: 24px;
}

.slider-tiles .grid-padding-x .slick-track>.cell {
	padding-left: 0;
	padding-right: 0;
}
.steps-slider .slick-list {
	overflow: visible;
clip-path: inset(-100vw -100vw -100vw 0);
	padding-left: 1px;
}
.steps-nav {
	margin-bottom: 24px;
}
.steps-nav .step {
	text-align: left;
	    display: flex;
    align-items: center;
}
.steps-nav .step span {
	border: 1px solid #534335;
    padding: 12px;
    border-radius: 24px;
    min-width: 78px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
		cursor: pointer;
		color: #534335;
}
.steps-nav .step.slick-current span {
	background-color: #AFA194;
	color: #FFF;
}
.step.slick-slide:after {
	height: 1px;
    width: 100%;
    content: '';
    display: inline-block;
    background-color: #999999;
}
.step.slick-slide:last-child:after {
	display: none;
}



.hide-category .hic-term.category {
	display: none;
}

.default-alignment.slide-arrows-top-right .section-title {
	text-align: left;
}


.slide-arrows-top-right.carousel .slick-arrow {
	top: -60px;
}
.slide-arrows-top-right.carousel .slick-next {
	right: 26px;	
}
.slide-arrows-top-right.carousel .slick-prev {
	    left: auto;
    right: 73px;
}

.element-header .section-header.heading-only {
	margin-bottom: 0;
}
@media(min-width: 1024px) {
	.page-element.section-footer .hic-button-wrap .button {
		min-width: 320px;
	}
	ul.two-column {
		column-count: 2;
column-gap: 2rem;
column-fill: balance;
	}
}


/* GALLERY ELEMENT - START */
.gallery-element.row-fluid .hic-image::before {
    padding-top: 45%;
} 
.gallery-element.hide-overlay .hic-image::after {
	display: none;
}
.gallery-element.row-fluid .hic-media-container {
	padding:0;
}
/* GALLERY ELEMENT - END */

/* FORM ELEMENT  */
@media(min-width: 1024px) {
		.form-element .cell.medium-12 .hic-content {
			padding: 46px;
	}
	.form-element.content-box-element .gform_wrapper {
		margin-top: 34px;
	}
}
/* helper: make placeholders white inside .dark-boxes */
.dark-boxes input::placeholder,
.dark-boxes textarea::placeholder,
.dark-boxes select::placeholder {
  color: #ffffff;      /* white placeholder */
  opacity: 1;          /* ensure full visibility */
}

/* WebKit browsers */
.dark-boxes ::-webkit-input-placeholder,
/* .dark-boxes select { color: #ffffff; opacity: 1; } */
/* Mozilla Firefox 19+ */
.dark-boxes ::-moz-placeholder { color: #ffffff; opacity: 1; }
/* Mozilla Firefox 4 - 18 */
.dark-boxes :-moz-placeholder { color: #ffffff; opacity: 1; }
/* IE 10+ */
.dark-boxes :-ms-input-placeholder { color: #ffffff; opacity: 1; }

/* Optional: if you need to force it over other rules, add !important */
.dark-boxes input::placeholder,
.dark-boxes textarea::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* FORM ELEMENT */

/* FORM */

.dark-boxes .gform_button { 
	color: var(--lp--base-preset--brand-color--dark) !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}
.dark-boxes .gform_button:hover {
    color: #000 !important;
}
.form-element.image-above-content .medium-12 .gform_button {
    width: auto;
    min-width: 280px;
}
@media(min-width: 641px) {
	.page-columns.columns-4-8 .gform-footer,
.page-columns.columns-8-4 .gform-footer {
    width: calc(50% - 8.6px);
}
}

/* ICON ABOVE CONTENT */
.icon-above-content.grey-boxes .hic-box {
    padding: 0;
	border-radius: 12px;
}



/* HELPER */
.page-element.header-left .section-header {
	align-content: center;
}
.cta-franchise.content-box-element.split-60-40 .hic-title {
	max-width: 100%;
}
@media(max-width: 640px) {
	.hic-title h3 br { display: none; }	
}

@media(min-width: 1024px) {
		.cta-small-height.image-right-content.row-fluid .hic-image::before {
				padding-top: 50%;
	}
}

/* TABLE STYLING - START */

thead { background: none; }
thead th { font-weight: 400; }
thead th, tbody td, tbody th { padding: 16px 20px; }
table tr,
tbody tr:nth-child(2n) { border-bottom: 1px solid #AFA194; }
tbody tr:nth-child(2n) { background-color: transparent; }
tbody, tfoot, thead { border: none; }

@media(max-width: 640px) {
	thead th, tbody td, tbody th {
		padding: 12px 18px;
    text-align: center;
	}
}

/* TABLE STYLING - END */

/* FHOG TABLE - START */

.fhog-section .hic-button-wrap .button {
	min-width: 160px;
}
@media(max-width: 640px) {
	.fhog-table {
		 font-size: 12px;
		margin-bottom: 24px;
	}
	.fhog-section .hic-blurb h3 {
		    text-align: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
	}
}
@media(min-width: 641px) {
		.fhog-table thead th br { display: none; }
}
@media(min-width: 1024px) {
	.fhog-table {
		margin-bottom: 34px;
		margin-top: 34px;
	}
}

/* FHOG TABLE - END */

/* POST ELEMENT LISTING - START */
.post-element.listing-element.image-above-content .has-category .hic-title { order: 2; }
.post-element.listing-element.image-above-content .has-category .hic-term.category {     order: 1;
    margin-bottom: 16px;
    position: relative;
    right: auto;
    top: auto; }
.post-element.listing-element.image-above-content .has-category .hic-blurb { order: 3; }
.post-element.listing-element.image-above-content .has-category .hic-button-wrap { order: 4; }
.hic-term.category .hic-value a {
	     margin-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}
.hic-term.category .hic-value a,
.single-post .heading-meta .category a {
	font-size: 12px;
    background-color: transparent;
}

.post-element.image-above-content .has-category .hic-box .hic-term.category .hic-seperator { display: none; }

/* POST ELEMENT LISTING - END */

/* KNOCK DOWN REBUILDS - START */
.kdr-icons-section .hic-icon img {
	height: 60px;
}


.icon-above-content.steps-slider .hic-icon { font-size: 0; }
.icon-above-content.steps-slider .hic-icon img { display: inline-block; }
.kdr-process .hic-icon img { height: 36px; }

/* KNOCK DOWN REBUILDS - END */


/* Custom slider layout for carousel-layout-3 */
@media(max-width: 1023px) {
	.carousel.carousel-layout-3 .custom-slider-container .slide-nav {
		display: none;
	}
}
@media(min-width: 1024px) {
	.carousel.carousel-layout-3 .custom-slider-container {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Main slider takes 75% */
.carousel.carousel-layout-3 .custom-slider-container .section-body {
	width: 74%;
}

/* Navigation slider takes 25% */
.carousel.carousel-layout-3 .custom-slider-container .slide-nav {
	width: 24%;
}

/* Optional styling for nav slides */
.carousel.carousel-layout-3 .slide-nav .slick-slide {
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.3s ease;
	border: none;
}
.carousel.carousel-layout-3 .slide-nav .slick-slide:not(:last-child) {
	margin-bottom: 34px;
}

.carousel.carousel-layout-3 .slide-nav .slick-current {
    opacity: 1;
}
.carousel.carousel-layout-3 .slide-nav .hic-image:before {
	padding-top: 60%;
}


.carousel.carousel-layout-3 .section-body .slick-track>.cell {
	padding-left: 0;
	padding-right: 0;
}
	
	
		.carousel.carousel-layout-3 .section-body .slick-list {
				height: calc(100% - 16px);
	}               
	.carousel.carousel-layout-3  .hic-media-container>a,
	.carousel.carousel-layout-3 .section-body .slick-track,
	.carousel.carousel-layout-3 .section-body .hic-box,
	.carousel.carousel-layout-3 .section-body .hic-media-container,
	.carousel.carousel-layout-3 .section-body .hic-image {
		height: inherit;
	}
	
	.carousel.carousel-layout-3 .section-body .slick-dots { display: none !important; }
	
	.carousel.carousel-layout-3 .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}
@media(max-width: 1023px) {
	.carousel.carousel-layout-3 .slick-list {
		clip-path: inset(0 -20px 0 0);
overflow: visible;
		padding-right: 20%;
	}
}
@media(min-width: 1024px) {
	.carousel.carousel-layout-3 .slick-arrow {
	top: auto;
    bottom: 20px;        
    z-index: 1;
    background-color: #000;
}
.carousel.carousel-layout-3 .slick-arrow.slick-prev {
	right: 47px;
	left: auto;
}
.carousel.carousel-layout-3 .slick-arrow.slick-next {
	right: 6px;
}
}

.box-tiles .section-pagination .button {
	width: auto;
	min-width: 240px
}

.post-element.listing-element .hic-button-wrap .button:after {
    display: none;
}

.post-element.listing-element .section-filter {
    padding-bottom: 30px;
    border-bottom: 1px solid #AFA194;

}
.post-element.listing-element .section-filter,
.post-element.listing-element .section-pagination {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.post-element.listing-element .section-pagination {
    padding-top: 26px;
    border-top: 1px solid #AFA194;
	    margin-top: -1px;
}

 .post-element.listing-element .section-filter .cell {
	    max-width: 1280px;
    margin: 0 auto;
}

/* POST CATEGORY PAGE */
.archive.category .hero.banner-solid-colour .hero-banner-message h1 {
    color: var(--lp--base-preset--heading--color);
}
.post-element.listing-element.box-tiles .section-body {
    grid-row-gap: 0;
}
/* .post-element.grid.box-tiles .hic-item.has-image {
	        border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
} */

.post-element.box-tiles .hic-item.has-image:nth-last-child(-n + 3) {
    border-bottom: none;
}
.post-element.listing-element.box-tiles .section-pagination { margin-top: 0; }

.post-element.listing-element.box-tiles .hic-item:nth-child(3n + 1) {
    border-left: none !important;
}


.post-element.image-above-content .section-body .hic-button-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0;
}
@media(max-width: 1023px){
	.post-element.image-above-content .section-body .hic-button-wrap{
		position: static;
		margin-top: 20px;
	}
}

.post-element.listing-element.carousel .hic-item {
    border-right: 1px solid var(--lp--base-preset--brand-color--secondary);
}

.post-element.image-above-content.carousel .hic-button-wrap,
.post-element.image-above-content.has-isotope-filter .hic-button-wrap {
    bottom: 0;
    width: 100%;
}
.post-element.image-above-content.has-isotope-filter .hic-button-wrap {
	bottom: 0;
	margin-top: 0;
}
@media(min-width: 1024px) {
	.post-element.image-above-content.grid .hic-box {
    padding-bottom: 44px !important;
}
	.post-element.listing-element.carousel .grid-padding-x .slick-track>.cell {
    padding-right: 28px;
    padding-left: 28px;
}
	.slide-arrows-top-right .section-body {
    margin-left: -12px !important;
}
.slide-arrows-top-right .section-body {
    margin-right: -12px !important;
}
}

/* Single Post */

.single-post .post-element.content-element:before {
    content: '';    
	border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
	height: 365px;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #F4F2F0;
    z-index: -1;
}
.single-post.wide-layout .small-container .grid-container {
	max-width: 900px;
}

.single-post .content-element .section-header .cell {
	display: flex;
    flex-flow: column;
}

.single-post .content-element .page-title {
	order: 2;
	margin-top: 16px;
}

.single-post .heading-meta .category {
	    font-size: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.single-post .heading-meta .category a {
	padding: 8px 20px;
}

@media(min-width: 1024px) {
	.single-post .content-element .section-header { margin-bottom: 34px; }
}

/* Footer */
.footer-col .colophon {
	margin-top: 30px;
	margin-bottom: 38px;
}


.element-state-offices .hic-button-wrap { margin-top: 0; }

.element-state-offices .section-title { margin-bottom: 0; }

/* LOCATION SEARCH FORM */

.rep-office-search-form .search-locations {
	padding-left: 47px;
    line-height: 1;
	font-weight: 400;
    font-family: var(--lp--base-preset--body--font-family);
}

.no-radius.lp-search-form .select2-selection {
	border-radius: 0 !important;
}
.lp-search-form.form-style-2 .select2-selection { height: 67px; }
.lp-search-form.form-style-2 .select2-selection__placeholder,
.lp-search-form.form-style-2 .select2-selection__rendered { font-size: 16px; }
.lp-search-form.form-style-2 .select2-selection__arrow {
	right: 24px;
    top: 0px;
    height: 67px;
    width: 16px;
}
.lp-search-form.form-style-2 .select2-selection__arrow b { 
	width: 16px;
    height: 10px;
}

/* FORM */
.form-grey-background .gform_wrapper {
	background-color: var(--lp--base-preset--brand-color--grey);
    padding: 24px;
}
.gform_heading { display: none; }
.form-header h3 {
    margin-bottom: 8px;
}

@media(min-width: 1024px) {
	.form-header h3 {
	font-size: 26px;
}
}

/* DISPLAY HOME FOR SALE */
.lp-back-button{
	font-size: 13px;
}
.lp-back-button:hover::before {
  transform: translateX(-4px);
}
.lp-back-button::before{
	content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAkCAYAAAEbau9aAAAABGdBTUEAALGPC/xhBQAAAapJREFUaAXtmoFtwjAUREPFQMxUqXMkg8ASDNKR2uaQv2ShJMI//mfiniWLKPD/+e6lwakYBvY4JcHRK/zrLUTdruIi4SIlhIKCqUgifdgSLa51F0KpyF/x0lIBRcTc7IrD4xDuqKI3zypfqfl4+hCEKOwgFOYqN0URwsUAocs877l61DEEKZzMgAQtibBXXEBgeg1TIDfu1hCMdTGMUBeGcIvC/OkCzYoJuw/TtyAr66l+WgarR0puaARHsm64HIxN4SpkAaNF3U1Ge8xN4biLIVNHwShSItUoAVx6mLYJnhqtI0TWHlfwXdXTfIRl5rp5/M8vAZnL0zjS8b8gB5PdDSMnc0dDa+SOtu7d68XOxczjC37a3VENQhJ4BgVY2LjgvMYbJSBQbwRjaylLoHAr1F/UVmoN3hOoBqF7JAXKk1qDGoFqELpHUqA8qZFrAAkT2/FPsrbkHAmc5xo8P32l2hza93yO8oPCpK0XRwJLt0U9DDuCZJcIHDvxSnoCVylIdhuBYydeSW8JnP49VSncyDYCF5luYO81cIGSal0jAQM31mimHusJ/AGPBb63juzbtwAAAABJRU5ErkJggg==);
  background-size: contain;
  width: 22px;
  height: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 8px;
  transition: all .25s ease;
}
@media(min-width: 1024px) {
	.section-dh-investment-journey .checklist {
	margin-top: 44px;
}
.section-dh-investment-journey ul.checklist.step li {
	padding-bottom: 40px;
}
}



/* SINGLE OFFICE */
@media(min-width: 1024px) {
	.rep-listing-flyer-element .lp-image::before { padding-top: 44.6%;}
}


@media(min-width: 1024px) {
	.rep-search-form .rep-field-state span.lp-short-name { display: none; }
}

.lp-element-filter-bar .lp-results-count {
	padding: 20px 16px;
	position: relative;
}
.lp-element-filter-bar .lp-results-count:after {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    pointer-events: none;
}

.lp-item-list .lp-no-results {
	    padding: 34px 24px;
    text-align: center;
}
@media(max-width: 1023px) {
	.lp-item-list .lp-no-results {
    font-size: 18px;
}
	.rep-search-form .rep-field-state span.lp-long-name { display: none; }
}

@media(min-width: 1024px) {
	.rep-home-design-form .lp-form-footer { justify-content: end; }
.rep-home-design-form .rep-home-design-toggle-switches { 
    order: 1;
    margin-right: auto;
}
.rep-home-design-form .lp-reset-filter-button { order: 2; }
	.rep-home-design-form .lp-submit-button { order: 3; margin-left: 0 !important; }
	
	
	.lp-form:not(.rep-home-design-form) .lp-accordion {
		margin-top: 44px;
	}
	
	
	.lp-item-list .lp-no-results {
    font-size: 20px;
}

	
}
.rep-search-form .lp-accordion-item .lp-accordion-title:before { transition: all .25s ease-in-out; }
.rep-search-form .lp-accordion-item .lp-accordion-title:hover {  background: rgba(175, 161, 148, 0.2); }

   
.rep-search-form .lp-accordion-item .lp-accordion-title:hover:before {
	transform: scale(1.1);
}

/* SEARCH PAGE */
.search .page-element.search-result-listing {
	border-top: 0;
}
.search .body-content {
	border-top: 1px solid var(--lp--base-preset--brand-color--secondary);
}
.search-result-listing article {
	border-bottom: 1px solid var(--lp--base-preset--brand-color--secondary);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.search-result-listing .post-name p { font-weight: 500; }

.search .sidebar .form-element {
	background-color: var(--lp--base-preset--brand-color--grey);
    padding: 24px;
}
.search .sidebar .form-element .form-header {
	padding-bottom: 8px
}

@media(max-width: 640px) {
	.search .inner-body-content {
		    display: flex;
    flex-flow: column;
	}
	.search .sidebar {
		order: 2;
	}
	.search  .content-box-element.default-alignment article .hic-box {
		text-align: left;
	}
}

@media(min-width: 1024px) {
	
	.search-result-listing .main { padding-right: 28px; }
		.search .sidebar {
		width: 512px;
	}
	.search .has-sidebar-left .main-content, .search .has-sidebar-right .main-content { 
        width: auto;
        flex: 1;
		
	}
	
	body.search:not(.header-transparent) .hero.short-banner {
		min-height: 180px
	}
	
	.search .sidebar-element {
		position: sticky;
		top: 70px;
	}
	.search .inner-body-content {
		position: relative;
	}
	.search .off-canvas-wrapper {
		overflow: visible;
	}
}

/* ------------------------------
   END
-------------------------------*/

/* ------------------------------
   KHID
-------------------------------*/
.default-content-boxes.page-element .hic-content {
	padding: 20px 0;
}
.default-content-boxes .hic-title h3 {
	font-size: 20px;
	font-family: var(--lp--base-preset--body--font-family);
}

.gj-state-links {
	border-top: none !important;
}
.gj-state-links .section-body {
	justify-content: center;
	margin-bottom: 0;
}
.gj-state-links .hic-title h3 {
	font-size: 12px;
	font-family: var(--lp--base-preset--body--font-family);
	margin: 0;
}
.gj-state-links .hic-item {
	display: inline-block;
	width: auto;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 0 !important;
}
.gj-state-links .hic-item .hic-box {
	padding: 12px 20px;
	border: 1px solid #534335;
	border-radius: 24px;
}
.gj-state-links .hic-item:hover .hic-box {
	background-color: rgba(var(--lp--base-preset--button--background-color--hover--rgb), .20);
	color: var(--lp--base-preset--button--color--hover);
}
.gj-state-links .hic-item:focus .hic-box {
	background-color: rgba(var(--lp--base-preset--button--background-color--hover--rgb), .40);
	color: var(--lp--base-preset--button--color--hover);
}
.gj-state-links .slick-dots {
	position: unset;
	margin-top: 5px;
}


@media(min-width:1024px) {
	.rep-search-form .rep-field-state .lp-radio-option input[type="radio"]:checked ~ .lp-option-label.lp-long-name, .rep-search-form .rep-field-state .lp-radio-option:hover .lp-option-label.lp-long-name {
		background: rgba(175, 161, 148, 0.2);
	}
}
/* ------------------------------
   KHID
-------------------------------*/

.lp-item-list {
  position: relative;
}

.lp-item-list.loading::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  animation: loading-pulse 1.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes loading-pulse {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1; }
}

.lp-item-list.loading::after {
  content: '';
  position: absolute;
  top: 150px;
  left: 50%;
  translate: -50% 0;
  z-index: 11;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d40029;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
  pointer-events: none;
}

@keyframes loading-spin {
  to { rotate: 360deg; }
}
@media (min-width: 641px) {
    .image-left-content .medium-12.has-media .hic-box .hic-image, .image-right-content .medium-12.has-media .hic-box .hic-image {
        height: 100%;
    }
}