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

Custom CSS Variables
Typography
Site Colours
Site Width
Buttons
General
Forms
Gravity Forms
Header
Off Canvas
Slick Slider
Hero
Breadcrumb
Child Page Menu
WP Blocks
Accordion
Tabs
Page Elements
Image Layouts
Icon Layouts
Custom Elements
Grid Layouts
Map Layouts
Listing Element
Post Element
Single Page
Menu Filter
Contact Details
Team Element
Testimonials Element
Projects Element
Locations Element
Products Element
Pagination
Membership
Post Meta Nav
Sidebar
WooCommerce
Error404
Legal Document
Footer
Helpers
LP General
LP Carousel
LP Tabs
LP Accordion
LP Element Layouts
LP Archive Layouts
LP Pagination
LP Hero
LP Single Page
LP Read More
LP Modal
LP Search Form
LP Enquiry Bar
LP Helpers

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

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
:root {
--lp--custom-preset--border-color: #bebebe;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/*************************************
#TYPOGRAPHY - START
**************************************/
body {
	font-size: 16px;
	color: var(--lp--base-preset--body--color);
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 600;
  color: var(--lp--base-preset--heading--color);
}
h1, .h1 {
  font-size: 2rem;
}
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 .25s ease;
}
a:hover, a:focus, a:active {
  color: var(--lp--base-preset--link--color--hover);
}
/*************************************
!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 .body-content.has-sidebar-both,
.wide-layout .body-content.has-sidebar-left,
.wide-layout .body-content.has-sidebar-right,
.wide-layout .hero.form-side .inner-hero {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.wide-layout .grid-container, .wide-layout .lp-default-container .lp-container {
  max-width: 1440px;
}
.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*/
/*************************************
!SITE WIDTH - END
*************************************/

/*************************************
#BUTTONS - START
**************************************/
.hic-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.hic-button-wrap .button {
  min-width: 175px;
}
.button, .wp-block-button__link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
  color: var(--lp--base-preset--button--color);
  background-color: var(--lp--base-preset--button--background-color);
  letter-spacing: 1.4px;
  transition: all .25s ease;
  border-radius: 0;
}
.button:hover, .button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
}
.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all .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);
}

@media (min-width: 1024px) {
  .menu li.menu-button a {
    padding: 12px 16px;
		letter-spacing: 1.4px;
  }
}

@media (max-width: 640px) {
  .video-play-button {
    width: 60px;
    height: 60px;
  }
}
/*************************************
!BUTTONS - END
**************************************/

/*************************************
#SITE COLORS - START
**************************************/
/*Default, Light and Grey - START*/
.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, .grey-box .hic-box, .footer-grey .footer,
.lp-element.grey-boxes .lp-box {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.header-default-color .header .top-bar .menu-icon:after, .header-light .header .top-bar .menu-icon:after, .header-grey .header .top-bar .menu-icon:after {
  background: var(--lp--base-preset--brand-color--primary);
  box-shadow: -16px 9px 0 var(--lp--base-preset--brand-color--primary), 0 18px 0 var(--lp--base-preset--brand-color--primary);
}
.hero.default-banner, .hero.light-banner {
  color: var(--lp--base-preset--brand-color--primary);
}
.hero.grey-banner {
  color: var(--lp--base-preset--body--color);
}
.header-default-color .header .menu li:not(.menu-button) a, .header-default-color .dropdown.menu>li.is-active>a,
.header-light .header .menu li:not(.menu-button) a, .header-light .dropdown.menu>li.is-active>a,
.header-grey .header .menu li:not(.menu-button) a, .header-grey .dropdown.menu>li.is-active>a,
.footer-default-color .footer a, .footer-default-color .bottom-footer a,
.footer-light .footer a, .footer-light .bottom-footer a,
.grey-boxes .hic-box h2, .grey-boxes .hic-box h3, .grey-box .hic-boxes label, .grey-boxes .contact-details div a,
.grey-box .hic-box h2, .grey-box .hic-box h3, .grey-box .hic-box label, .grey-box .contact-details div a {
  color: var(--lp--base-preset--body--color);
}
.header-default-color .header .menu li > a:hover::before, .header-default-color .header .menu li.active > a::before,
.header-light .header .menu li > a:hover::before, .header-light .header .menu li.active > a::before,
.header-grey .header .menu li > a:hover::before, .header-grey .header .menu li.active > a::before {
    background-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);
}
.default-section .hic-title span, .light-section .hic-title span {
  color: var(--lp--base-preset--brand-color--primary);
}
.default-section .accordion-title:hover, .default-section .is-active .accordion-title {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.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);
}
.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: 1024px) {
  .header-default-color .menu li.menu-button a, .header-light .menu li.menu-button a, .header-grey .menu li.menu-button a {
	   background-color: var(--lp--base-preset--button--background-color);
	    color: var(--lp--base-preset--button--color);
    }
    .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,
		.header-default-color .menu li.menu-button.active a, .header-light .menu li.menu-button.active a, .header-grey .menu li.menu-button.active a {
	     background-color: var(--lp--base-preset--button--background-color--hover);
       color: var(--lp--base-preset--button--color--hover);
     }
}
/*Default, Light and Grey - END*/

/*Theme and Dark - START*/
.theme-section, .header-theme .header, .hero.theme-banner, .theme-boxes .hic-box, .theme-box .hic-box, .footer-theme .footer,
.lp-element.theme-boxes .lp-box, .footer-theme .bottom-footer  {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.dark-section, .header-dark .header, .hero.dark-banner, .dark-boxes .hic-box, .dark-box .hic-box, .footer-dark .footer,
.lp-element.dark-boxes .lp-content, .footer-dark .bottom-footer {
	background-color: var(--lp--base-preset--brand-color--dark);
}
.header-transparent .header .top-header, .header-theme .header .top-header, .header-dark .header .top-header  {
	border-bottom: 1px solid rgb(255 255 255 / 22%);
}
.footer-theme .bottom-footer, .footer-dark .bottom-footer {
	border-top: 1px solid rgb(255 255 255 / 22%);
}
.theme-section, .header-theme .header, .header-theme .header a, .header-theme .header ul li a, .header-theme .dropdown.menu>li.is-active>a, .theme-section h3, .theme-section label,
.footer-theme .footer, .footer-theme .footer h4, .footer-theme .footer a, .footer-theme .bottom-footer, .footer-theme .bottom-footer a, .footer-theme .bottom-footer ul li a,
.theme-boxes .hic-box, .theme-boxes .hic-box a, .theme-boxes .hic-box h2, .theme-boxes .hic-box h3, .theme-boxes .hic-box label, .theme-boxes .contact-details div a,
.theme-box .hic-box, .theme-box .hic-box a, .theme-box .hic-box h2, .theme-box .hic-box h3, .theme-box .hic-box label, .theme-box small, .theme-box .contact-details div a,
.lp-element.theme-boxes .lp-box .lp-content, .lp-element.theme-boxes .lp-box .lp-content h3, .lp-element.theme-boxes .lp-box .lp-content a,
.dark-section, .header-dark .header, .header-dark .header a, .header-dark .header ul li a, .header-dark .dropdown.menu>li.is-active>a, .dark-section h2, .dark-section label,
.footer-dark .footer, .footer-dark .footer h4, .footer-dark .footer a, .footer-dark .bottom-footer, .footer-dark .bottom-footer a, .footer-dark .bottom-footer ul li a,
.dark-boxes .hic-box, .dark-boxes .hic-box a, .dark-boxes .hic-box h2, .dark-boxes .hic-box h3, .dark-boxes .hic-box label, .dark-boxes .contact-details div a,
.dark-box .hic-box, .dark-box .hic-box a, .dark-box .hic-box h2, .dark-box .hic-box h3, .dark-box .hic-box label, .dark-box small, .dark-box .contact-details div a,
.lp-element.dark-boxes .lp-box .lp-content, .lp-element.dark-boxes .lp-box .lp-content h3, .lp-element.dark-boxes .lp-box .lp-content a {
  color: #fff;
}
.theme-boxes .hic-box .button:not(:hover), .theme-box .hic-box .button:not(:hover) {
	border-color: #fff;
}
.header-theme .header .menu li > a:hover::before, .header-theme .header .menu li.active > a::before,
.header-dark .header .menu li > a:hover::before, .header-dark .header .menu li.active > a::before {
    background-color: #fff;
}
.dark-section .section-title span, .dark-section .hic-title span {
  color: var(--lp--base-preset--brand-color--primary);
}
.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;
}
.header-transparent .header .top-bar .menu-icon:after, .header-dark .header .top-bar .menu-icon:after, .header-theme .header .top-bar .menu-icon:after {
	background: #fefefe;
  box-shadow: -16px 9px 0 #fefefe, 0px 18px 0 #fefefe;
}

@media (min-width: 1024px) {
  .header-dark .menu li.menu-button a, .header-theme .menu li.menu-button a, .header-transparent .menu li.menu-button a {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .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: #fff;
}
.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: #fff;
}
.header-secondary .header .top-bar .menu-icon:after {
	background: #fefefe;
  box-shadow: -16px 9px 0px #fefefe, 0px 18px 0px #fefefe;
}

@media (min-width: 1024px) {
  .header-secondary .menu li.menu-button a {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .header-secondary .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);
  }
}
/*Second Theme - END*/
/*************************************
!SITE COLORS - END
**************************************/

/*************************************
#GENERAL - START
**************************************/
.placeholder-image {
  background-color: #f1f1f1;
}
/*Menu - START*/
.menu .active>a, .menu .is-active>a {
  background: transparent;
}
/*Menu - END*/

/*Read more / less - START*/
.hic-more-content.height-based-type:not(.is-active) .hic-content {
  max-height: 160px;
  transition: max-height .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 .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*/
.check-image img {
	margin-bottom: 15px;
	max-width: 65px;
}
.text-center .check-image img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .check-image img {
    max-width: 85px;
  }
}
/*Thank You Page - END*/
/*************************************
!GENERAL - END
**************************************/

/*************************************
#CONTACT DETAILS - START
**************************************/
ul.contact-info {
	list-style: none;
	margin-left: 0;
}
.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;
  padding-left: 25px;
}
.contact-info li,
.lp-contact .lp-address, .lp-contact .lp-phone, .lp-contact .lp-mobile, .lp-contact .lp-email {
  position: relative;
  padding-left: 25px;
}
.contact-info li a::before, .contact-details .contact-address::before, .contact-details .contact-phone::before, .contact-details .contact-email::before,
.lp-contact .lp-address::before, .lp-contact .lp-phone::before, .lp-contact .lp-mobile::before ,.lp-contact .lp-email::before {
  position: absolute;
  left: 0;
	font-weight: bold;
}
.contact-details div a {
  color: var(--lp--base-preset--body--color);
}
.contact-address::before, .contact-info li .address a::before,
.lp-contact .lp-address::before {
  content: "A:";
}
.contact-phone::before, .contact-info li .phone-number a::before,
.lp-contact .lp-phone::before, .lp-contact .lp-mobile::before {
  content: "T:";
}
.contact-email::before, .contact-info li .email-address a::before,
.lp-contact .lp-email::before {
  content: "E:";
}
.contact-details .contact-person::before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-person::before {
  content: "\f007";
}
.social-media, .social-sharer {
  margin: 0;
  list-style: none;
}
.social-media li, .social-sharer li {
  display: inline-block;
}
.social-media li {
	transition: all .25s ease-in-out;
}
.social-media li:hover {
	transform: scale(1.1);
}
.social-media li:not(:last-child), .social-sharer li:not(:last-child) {
  margin-right: 12px;
}
.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;
}
.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: 10px 15px;
  font-size: 16px;
  border: 1px solid #cacaca;
  box-shadow: none;
  height: 52px;
  margin: 0;
}
select {
  background-position: right -10px center;
}
.select2-container .select2-selection--multiple {
  min-height: 52px;
  border: 1px solid #cacaca;
  padding: 10px 15px;
}
[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 {
  border: 1px solid #8a8a8a;
  box-shadow: 0 0 5px #cacaca
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
::-webkit-input-placeholder { /* Edge */
  color: #505050;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #505050;
}
select, ::placeholder {
  color: #505050;
}
/*************************************
!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;
	border: 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: 16px;
  letter-spacing: normal;
  line-height: inherit;
  padding-top: 10px;
  width: 100%;
}
.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 .gform_required_legend .gfield_required {
  padding-left: 0;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
  margin: 6px 0 0;
  padding: 16px 0;
}
.page-element.default-section .gform_wrapper .gfield input, .page-element.default-section .gform_wrapper .gfield select, .page-element.default-section .gform_wrapper .gfield textarea,
.page-element.light-section .gform_wrapper .gfield input, .page-element.light-section .gform_wrapper .gfield select, .page-element.light-section .gform_wrapper .gfield textarea,
.lp-modal:not(.lp-search-form) .gform_wrapper .gfield input, .lp-modal:not(.lp-search-form) .gform_wrapper .gfield select, .lp-modal:not(.lp-search-form) .gform_wrapper .gfield textarea,
.pum-container .gform_wrapper .gfield input, .pum-container .gform_wrapper .gfield select, .pum-container .gform_wrapper .gfield textarea,
.page-element.default-section:not(.has-bg-img) .lp-field .lp-address-lookup {
   background-color: var(--lp--base-preset--brand-color--grey);
}

@media (max-width: 640px) {
	.gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
}
/*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 48px;
  position: relative;
  width: 100%;
}
.gform_wrapper .gform_validation_errors>h2 {
  color: #c02b0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 12px;
}
.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 {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12px 24px;
}
.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 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.header .menu .menu-button a {
	text-align: center;
}
.header .menu .menu-button:not(:first-child) {
  margin-left: 15px;
}
.header .menu .is-dropdown-submenu {
  border: none;
  box-shadow: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.header .menu li:hover>.is-dropdown-submenu {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.header .menu .is-dropdown-submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
	transition: all .25s ease-in-out;
	border-bottom: 1px solid rgb(255 255 255 / 22%);
}
.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}
.header .menu .is-dropdown-submenu li a {
  padding: 12px 15px;
  line-height: 1.4;
  font-size: 13px;
	transition: all .25s ease-in-out;
	background-color: rgba(var(--lp--base-preset--brand-color--dark--rgb),75%);
	color: #fff !important;
}
.header .menu .is-dropdown-submenu li a:hover, .header .menu .is-dropdown-submenu li.active a {
  color: #fff;
	background-color: var(--lp--base-preset--brand-color--primary);
}
.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}
/*Header Menu - 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:not(.contact-info, .social-media) li:not(:last-child) {
	margin-right: 12px;
}
.header .top-header ul.contact-info li:not(:last-child), .header .bottom-header ul.contact-info li:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
}
.header .top-header .menu, .header .bottom-header .menu {
  text-align: right;
}
.header .bottom-header {
  padding: 8px 0;
}

@media (min-width: 641px) {
	.header .bottom-header {
	  min-height: var(--lp--base-preset--header--bottom-header--min-height);
	}
}
/*Top and Bottom Header - END*/

/*Top Bar - START*/
.header .top-bar {
  padding: 15px 0;
  transition: .3s all;
}
.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
  padding: 20px 0;
  transition: .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: 200px;
}
.header .top-bar .menu .active>a, .header .top-bar .menu .is-active>a {
  background: transparent;
}
.header .menu:not(.submenu) > .menu-item:not(.menu-button) > a {
	position: relative;
}
.header .menu:not(.submenu) > .menu-item:not(.menu-button) > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    left: 25%;
}
.header .menu:not(.submenu) > .menu-item:not(.menu-button):not(.is-dropdown-submenu-parent) > a:hover:before,
.header .menu:not(.submenu) > .active.menu-item:not(.menu-button) > a:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.header .top-bar .menu .elem-phone {
  margin-right: 10px;
}
.header .top-bar .menu .elem-phone .phone a {
	font-size: 20px;
	line-height: 24px;
	padding: 0px 12px;
}
.header .top-bar .menu .elem-phone .phone .number {
  display: none;
}
.header .top-bar .menu-icon {
  width: 35px;
  height: 24px;
  overflow: hidden;
}

@media (min-width: 641px) {
	.header .top-bar {
	  min-height: var(--lp--base-preset--header--top-bar--min-height);
	}
}

@media (min-width: 1024px){
  .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
    transition: .3s all;
  }
}

@media (min-width: 1280px) {
	.header .top-bar .logo-wrap .logo {
	  max-width: 220px;
	}
}
/*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;
}
.header.custom-header-layout .top-bar .social-media li:not(:last-child),
.header.custom-header-layout .top-bar .social-sharer li:not(:last-child) {
	margin-right: 14px !important;
}

@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) {
    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.sticky-header.scrolled .header, .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-color: var(--lp--base-preset--brand-color--primary);
}
.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) .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.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);
  }
}
/*Header Transparent - END*/

/*Sticky Header - START*/
.scrolled-up-sticky-header .header {
  transition: all 1s ease-in-out;
}
.sticky-header.admin-bar .header {
  transition: .3s all
}
/*Sticky Header - END*/
/*************************************
!HEADER - END
**************************************/
/*************************************
#OFF CANVAS - START
**************************************/
.off-canvas {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.off-canvas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.off-canvas li a, .off-canvas .is-accordion-submenu-parent i {
  color: #fff;
}
.off-canvas .menu > li a {
  padding: 16px 40px 16px 24px;
  font-size: 18px;
  font-weight: 600;
}
.off-canvas .is-accordion-submenu-parent i {
  color: #fff;
  padding: 16px 17px;
  font-size: 16px;
}

@media (min-width: 641px) {
  .has-sticky-element .off-canvas-wrapper {
      overflow: inherit;
  }
}
/*************************************
!OFF CANVAS - END
**************************************/

/*************************************
#SLICK SLIDER - START
**************************************/
.slick-slider .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  border: none;
  right: 14px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: '\f053';
}
.slick-slider .slick-arrow.slick-next:before {
  content: '\f054';
}
.slick-dots li button:before {
  font-size: 15px;
}
.slick-dots li.slick-active button:before {
  color: var(--lp--base-preset--brand-color--primary);
}
.carousel .slick-dotted > .slick-dots {
    bottom: -35px;
}
/*************************************
!SLICK SLIDER - END
**************************************/

/*************************************
#HERO - START
**************************************/
.hero, .hero label, .hero h1, .hero h2, .hero h3, .hero h4 {
  color: #fff;
}
.hero .hero-body {
  grid-row-gap: 30px;
  align-items: center;
}
.hero .hero-banner-message {
	font-size: 20px;
}
.hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1 {
  font-size: 2rem;
}
.hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em {
  display: block;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 32px;
  font-style: normal;
}
.hero-banner-message .hic-button-wrap .button {
  min-width: 180px;
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button {
  background-color: #fff;
  color: var(--lp--base-preset--body--color);
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button:hover {
  background-color: var(--lp--base-preset--button--background-color);
  color: #fff;
}
.hero .hero-banner-message .play-video .button {
  opacity: 1;
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  color: #fff;
}
.header-transparent .hero.page-banner .hero-body {
	padding-bottom: 20px;
  align-items: end;
}

@media (min-width: 641px) {
	.hero .hero-banner-message {
		font-size: 22px;
	}
	body:not(.wide-layout) .hero .hero-content-col {
    max-width: 950px;
	}
  .wide-layout .hero .hero-content-col {
    max-width: 1050px;
  }
  .hero .hero-banner-message h1, .hero .hero-banner-message .h1, .lp-hero .lp-hero-banner h1 {
    font-size: 2.2rem;
  }
  .hero .hero-banner-message h1 span, .hero .hero-banner-message h1 em {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .hero .hero-banner-message h1, .hero .hero-banner-message .h1 {
    font-size: 2.4rem;
  }
}

@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;
  }
	.hero.gallery-background-banner .hero-banner-message {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*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 {
  margin-bottom: 10px;
}
.hero .slick-dots li:not(.slick-active) button:before {
	color: #fff;
}

@media (max-width: 640px) {
  .hero .hero-slider .slick-list {
    margin: 0;
  }
}
/*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 Gallery Slider - START*/

/* Hero with Gallery Slider - END*/

/* Hero with Form - START*/
.hero .hero-form-container {
  padding: 30px;
}
 /* Hero with Form - END*/

/*Hero Heights - START*/
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 (min-width: 641px) {
	body:not(.header-transparent) .hero.page-banner.default-height {
		min-height: 225px;
	}
	.header-transparent .hero.page-banner.default-height {
		min-height: calc(225px + var(--lp--base-preset--header--min-height));
	}
  body:not(.header-transparent) .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 175px;
  }
	.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
		min-height: calc(175px + var(--lp--base-preset--header--min-height));
	}
	body:not(.header-transparent) .hero:not(.page-banner).default-height {
		min-height: 500px;
	}
	.header-transparent .hero:not(.page-banner).default-height {
		min-height: calc(500px + var(--lp--base-preset--header--min-height));
	}
	body:not(.header-transparent) .hero.short-banner {
		min-height: 300px;
	}
	.header-transparent .hero.short-banner {
		min-height: calc(300px + 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));
	}
}

@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) {
  body:not(.header-transparent) .hero.page-banner.default-height {
    min-height: 250px;
  }
	.header-transparent .hero.page-banner.default-height {
		min-height: calc(250px + var(--lp--base-preset--header--min-height));
	}
  body:not(.header-transparent) .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 200px;
  }
	.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
		min-height: calc(200px + var(--lp--base-preset--header--min-height));
	}
  body:not(.header-transparent) .hero.short-banner {
    min-height: 300px;
  }
	.header-transparent .hero.short-banner {
		min-height: calc(300px + 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).default-height {
		min-height: 550px;
	}
  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(550px + 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 (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:not(.page-banner).banner-solid-colour.default-height {
	  min-height: 125px;
	}
	.header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
		min-height: calc(125px + var(--lp--base-preset--header--min-height));
	}
	body:not(.header-transparent) .hero:not(.page-banner).default-height {
	  min-height: 475px;
	}
	.header-transparent .hero:not(.page-banner).default-height {
	  min-height: calc(475px + var(--lp--base-preset--header--min-height));
	}
	body:not(.header-transparent) .hero.short-banner {
		min-height: 150px;
	}
	.header-transparent .hero.short-banner {
		min-height: calc(150px + 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(350px + 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));
	}
}
/*Hero Heights - END*/
/*************************************
!HERO - END
**************************************/

/*************************************
#BREADCRUMB - START
**************************************/
.element-breadcrumbs {
  padding: 10px 0;
  background-color: #f7f7f7;
}
.lp-element.lp-breadcrumb-menu-element {
    padding: 20px 0 10px 0;
}
.lp-breadcrumb-menu-element .lp-breadcrumb-menu {
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 5px;
}
.lp-breadcrumb-menu-element .lp-breadcrumb-menu li a {
    color: var(--lp--base-preset--body--color);
}
.lp-breadcrumb-menu-element .lp-breadcrumb-menu li:not(:last-of-type)::after, .breadcrumb-separator::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f105';
  width: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
	color: #D5D5D5;
}
/*************************************
!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;
}
ul.wp-block-page-list {
	list-style: none;
}
ul.wp-block-page-list li a {
	color: var(--lp--base-preset--body--color);
}
.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
**************************************/
.accordion-element .accordion {
  margin-bottom: 0;
}
.accordion-title {
  border-left: none;
  border-right: none;
  border-top: none;
  transition: all .25s ease-in-out;
	font-size: 18px;
}
.accordion-title::before {
  transform: translateY(-50%);
  margin: 0;
}
.accordion-title,
:last-child:not(.is-active)>.accordion-title,
:last-child:not(.is-active)>.accordion-content {
  border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}
.accordion-content, .tabs-content {
  color: var(--lp--base-preset--body--color);
}
: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;
}

@media print, screen and (min-width: 40em) {
  .accordion-content>.medium-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .accordion-title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .accordion-element .feature-image {
    margin-bottom: 15px;
  }
}
/*************************************
!ACCORDION - END
**************************************/

/*************************************
#TABS - START
**************************************/
.tabs {
	border-top: 0;
	border-right: 0;
	border-left: 0;
  border-color: #CECECE;
}
.tabs::after, .tabs::before {
  display: none;
}
.text-center .tabs {
	justify-content: center;
  display: flex;
  column-gap: 20px;
}
.tabs .tabs-title>a {
	color: var(--lp--base-preset--body--color);
  background-color: transparent;
}
.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: var(--lp--base-preset--button--background-color);
  color: #fff;
}
.tabs-content {
	border: 0;
}
@media (min-width: 641px) {
  .tabs .tabs-title>a {
    min-width: 144px;
  }
}
/*************************************
!TABS - END
**************************************/

/*************************************
#PAGE ELEMENTS - START
**************************************/
.page-element, .sidebar-element, .lp-element {
  padding: 30px 0;
}
.page-elements>.page-element.default-section:not(.has-bg-img)+.page-element.default-section:not(.has-bg-img),
.page-elements>.page-element.light-section+.page-element.light-section, .page-elements>.page-element.grey-section+.page-element.grey-section,
.page-elements>.page-element.dark-section+.page-element.dark-section, .page-elements>.page-element.theme-section+.page-element.theme-section {
  padding-top: 0;
}
.default-section.has-bg-img .bg-image::before {
    background: rgba(0,0,0,0.25);
}
.default-section.has-bg-img h2 {
  color: #fff;
}
.page-element.grid .section-body, .tab .grid-padding-x.tab-properties, .page-element.grid .section-body .hic-block .block-body {
  grid-row-gap: 15px;
}
.page-element .section-body .lp-element, .page-element .section-body .rma-element {
  padding-top: 0;
	padding-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.text-link .hic-button-wrap a {
  font-weight: 600;
}
.section-header, .lp-element-header {
  margin-bottom: 30px;
}
.section-header.heading-only .section-title {
	margin-bottom: 0;
}
.section-header .sub-heading {
  margin-bottom: 0;
	font-size: 18px;
}
.section-footer, .lp-element-footer, .lp-tabs-panel-footer {
  margin-top: 30px;
}
.section-title, .split-50-50 .medium-12 .hic-title h3, .lp-element-header-title {
  font-size: 2rem;
}
.page-element:not(.theme-section) .section-title span, .hic-content .hic-title span,
.lp-element .lp-element-header-title span, .lp-element .lp-box .lp-title span {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 27px;
  color: var(--lp--base-preset--brand-color--primary);
}
.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, .lp-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,.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";
}
/*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 .25s ease-in-out;
  z-index: 1;
}
/*Secondary Image - END*/

/*Responsive - START*/
@media (min-width: 641px) {
  .page-element, .sidebar-element, .lp-element {
    padding: 50px 0;
  }
	.page-element.text-center:not(.cta-element) .section-header, .page-element.header-text-center .section-header, .lp-element.header-text-center .lp-element-header {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
  .page-element.grid .section-body, .tab .grid-padding-x.tab-properties, .page-element.grid .section-body .hic-block .block-body {
    grid-row-gap: 30px;
  }
  .section-title, .split-50-50 .medium-12 .hic-title h3, .lp-element-header-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .page-element, .sidebar-element, .lp-element {
    padding: 80px 0;
  }
  .section-title, .split-50-50 .medium-12 .hic-title h3, .lp-element-header-title {
    font-size: 2.4rem;
  }
}
/*Responsive - END*/

/*Single Pages - START*/
.single .content-element .section-header.heading-only, .single .page-element .section-header.heading-only {
  margin-bottom: 0;
}
.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: 700;
    margin-bottom: 20px;
}
.single .content-element h2.section-title, .single .content-element h3 {
    font-size: 1.4rem;
}
@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: 1.5rem;
    }
}
/*Single Pages - END*/
/*************************************
!PAGE ELEMENTS - END
**************************************/

/*************************************
#IMAGE LAYOUTS - START
**************************************/
/*Image Above Content - START*/
.image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content, .lp-box-layout-1 .lp-content {
  padding-top: 20px;
}
.image-above-content.grey-section .hic-content, .grey-boxes .hic-content, .lp-element.grey-boxes .lp-content,
.box-shadow .hic-content, .box-shadow .lp-content, .box-border .hic-content, .box-border .lp-content {
  padding: 20px;
}
.grey-section.image-above-content:not(.grey-boxes) .hic-box {
  background-color: #fff;
}
/*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%;
}
@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: 30px;
			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, .image-right-content .medium-12.has-media .hic-box {
			align-items: center;
   	}
		.image-left-content:not(.row-fluid) .medium-12.has-media .hic-content .hic-more-content.is-active .hic-content,
		.image-right-content:not(.row-fluid) .medium-12.has-media .hic-content .hic-more-content.is-active .hic-content {
			padding-left: 0 !important;
		}
}
@media (min-width: 1024px) {
	.image-left-content.row-fluid .has-media .hic-content, .image-right-content.row-fluid .has-media .hic-content {
		padding-left: 60px;
		padding-right: 60px;
	}
	.image-left-content:not(.row-fluid) .medium-12.has-media .hic-content, .image-right-content.then-left:not(.row-fluid) .medium-12.cell:nth-child(even).has-media .hic-content {
		padding-left: 65px;
	}
	.image-right-content:not(.row-fluid) .medium-12.has-media .hic-content, .image-left-content.then-right:not(.row-fluid) .medium-12.cell:nth-child(even).has-media .hic-content {
		padding-right: 65px;
	}
	.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;
	}
}
@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 .has-media .hic-content, .image-right-content .has-media .hic-content {
    padding-top: 20px;
  }
}
/*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 .hic-box, .lp-box-layout-4  .lp-box {
  overflow: hidden;
}
.image-overlay-content .hic-image::before, .lp-box-layout-4 .lp-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 .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, .lp-box-layout-4 .lp-content, .lp-box-layout-4 .lp-title h3, .lp-box-layout-4 .lp-content a {
  color: #fff;
}
.image-overlay-content .hic-content .button, .lp-box-layout-4 .lp-content .button {
	background-color: transparent;
	border: 1px solid #fff;
}
.image-overlay-content .hic-content .button:hover, .image-overlay-content .hic-content .button:focus,
.lp-box-layout-4 .lp-content .button:hover, .lp-box-layout-4 .lp-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: .3s all;
}
.image-overlay-content.button-slide-up .hic-box .hic-content {
  transition: .3s all;
  transform: translateY(76px);
}
.image-overlay-content.button-slide-up .hic-box:hover .hic-content {
  transition: .3s all;
  transform: translateY(0);
}
/*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 .medium-4 .hic-title h3 {
	font-size: 1.3rem;
}
.icon-above-content .hic-icon {
  font-size: 55px;
  transition: all .3s ease-in-out;
  text-align: center;
}
.icon-above-content.default-alignment .hic-icon, .icon-above-content.text-center .hic-icon {
  margin-left: auto;
  margin-right: auto;
}
.icon-above-content .hic-icon img {
	max-width: 75px;
}
.icon-above-content.text-center .hic-icon img {
	margin: 0 auto 20px;
}
.icon-above-content.box-border .hic-content {
  padding: 40px 20px;
}
.icon-above-content .hic-box {
  height: 100%;
	padding: 30px 20px;
}
.icon-above-content.default-section:not(.grey-boxes) .hic-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}
.icon-above-content:not(.theme-section) .hic-box .hic-icon {
  color: var(--lp--base-preset--brand-color--primary);
}
/*Icon Above Content - END*/

/*Icon Left Content - START*/
.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 - 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;
  }
}
/*Responsive - END*/
/*************************************
!ICON LAYOUTS - END
**************************************/

/*************************************
#CUSTOM ELEMENTS - START
**************************************/
/*Selling and Buying Element - START*/
.selling-buying-tabs.horizontal-tab-layout .tabs-panel {
	padding: 30px 0 0;
}
.selling-buying-tabs.horizontal-tab-layout .tabs-panel .page-element .grid-padding-x {
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 640px) {
  .selling-buying-tabs .page-element .hic-content {
    text-align: center;
  }
  .selling-buying-tabs .page-element .hic-content .hic-button-wrap {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
	.selling-buying-tabs.horizontal-tab-layout .tabs-panel {
    padding-top: 60px;
  }
}
/*Selling and Buying Element - END*/

/*About Element - START*/
@media (max-width: 1023px) {
  .image-right-content.row-fluid:not(.then-left) .hic-content {
    padding: 60px 15px;
  }
	.image-right-content.row-fluid:not(.then-left) .has-media .hic-box {
		display: flex;
		flex-direction: column-reverse;
	}
}
/*About Element - END*/

/*CTA Element - START*/
.default-section.has-bg-img .section-footer .button:not(:last-of-type) {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.default-section.has-bg-img .section-footer .button:not(:last-of-type):hover {
	background-color: #fff;
	color: var(--lp--base-preset--body--color);
}
.cta-element .section-footer {
	margin-top: 0;
}

@media (min-width: 641px) {
	.cta-element .section-footer .hic-button-wrap .button {
		min-width: 200px;
	}
}

@media (max-width: 640px) {
	.cta-element.page-element .grid-container {
		padding: 30px 0;
	}
	.cta-element .section-title {
		font-size: 1.8rem;
	}
	.cta-element .section-footer .hic-button-wrap .button {
		min-width: 220px;
	}
}
/*CTA Element - END*/

/*Contact Form Element - START*/
.contact-info-box.theme-box .hic-box, .contact-form-box.theme-box .hic-box,
.contact-info-box.dark-box .hic-box, .contact-form-box.dark-box .hic-box,
.contact-info-box.grey-box .hic-box, .contact-form-box.grey-box .hic-box {
	padding: 40px;
}
.contact-info-box ul {
	padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.contact-info-box ul:not(.social-media) li {
	margin-bottom: 10px;
}
.contact-form-element.image-above-content.default-section .hic-box .hic-content {
	padding-top: 0;
}
.contact-form-element.image-above-content.grey-section .contact-form-box .hic-box .hic-content {
  padding: 0;
}
.contact-form-element .contact-info-box .hic-title h3, .contact-form-element .contact-form-box .hic-title h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.contact-form-element.default-section .contact-form-box.theme-box .gform_wrapper .gfield input,
.contact-form-element.default-section .contact-form-box.theme-box .gform_wrapper .gfield select,
.contact-form-element.default-section .contact-form-box.theme-box .gform_wrapper .gfield textarea {
	background-color: #fff;
}

@media (min-width: 641px) {
	.contact-form-element .gform_wrapper .gform_footer input[type=submit] {
		min-width: 200px;
	}
	.contact-form-box .gform_wrapper .gform_fields .gfield.gfield--width-half {
    width: 100%;
	}
	.contact-form-element .contact-info-box .hic-title h3, .contact-form-element .contact-form-box .hic-title h3 {
		font-size: 1.8rem;
	}
}
@media (min-width: 641px) and (max-width: 1023px) {
	.contact-form-element.three-columns .grid-x>.medium-4:not(:last-child), .contact-form-element .grid-x>.medium-4:not(.contact-form-box) {
		width: 50%;
	}
  .contact-form-element.three-columns .grid-x>.medium-4:last-child, .contact-form-element .grid-x>.medium-4.contact-form-box {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.contact-form-element .contact-info-box .hic-box {
    width: 85%;
    margin-left: auto;
	}
	.contact-form-element .contact-form-box .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.contact-form-element .gform_wrapper {
		margin-top: 30px;
	}
}
@media (max-width: 640px) {
	.contact-form-element .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
	}
}
/*Contact Form Element - END*/
/*************************************
!CUSTOM ELEMENTS - END
**************************************/

/*************************************
#GRID LAYOUTS - 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;
  }
}
/* 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 .lp-element-header-title, .carousel-layout-1 .section-title {
  text-align: left;
}
.carousel-layout-1 .slick-slider {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.carousel-layout-1 .slick-list {
  overflow: visible;
}
.carousel-layout-1 .slick-initialized .slick-arrow {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .carousel-layout-1 .slick-initialized .slick-arrow {
    top: -65px !important;
  }
  .carousel-layout-1 .slick-initialized .slick-arrow.slick-prev {
    right: 45px;
    left: unset;
  }
  .carousel-layout-1 .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
**************************************/

/*************************************
#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 .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 .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
**************************************/

/*************************************
#POST ELEMENT - START
**************************************/
.post-element:not(.image-overlay-content) .hic-title a h3 {
  color: var(--lp--base-preset--heading--color);
}
.post-element.image-above-content.default-section:not(.white-boxes) .hic-box .hic-content {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.post-element.image-above-content .medium-4 .hic-box .hic-content, .post-element.image-above-content .medium-6.large-3 .hic-box .hic-content {
  padding: 20px;
}
.post-element.image-above-content .medium-6:not(.large-3) .hic-box .hic-content, .post-element.image-above-content .medium-12 .hic-box .hic-content {
	padding: 30px;
}
.post-element .hic-published-date, .post-element .hic-box .hic-term.category, .post-element .hic-box .hic-author {
	display: inline-block;
}
.post-element .hic-box .hic-published-date .hic-label, .post-element .hic-box .hic-term.category .hic-label, .post-element .hic-box .hic-author .hic-label {
	display: none;
}
.post-element .hic-box .hic-value:not(:last-child) {
	display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
}
.post-element .has-meta .hic-content .hic-blurb {
	margin-top: 1rem;
}
/*************************************
!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
**************************************/

/*************************************
#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 .contact-phone {
  margin-top: 10px;
}
.team-element .social-media-details {
  margin-top: 15px;
}
/*********************************
!TEAM ELEMENT - END
*********************************/

/*********************************
#TESTIMONIALS ELEMENT - START
*********************************/
.testimonial-element.default-alignment {
  text-align: center;
}
.testimonial-element.default-alignment .hic-avatar, .testimonial-element.text-center .hic-avatar {
  margin-left: auto;
  margin-right: auto;
}
.testimonial-element .hic-avatar, .testimonial-element .hic-blurb, .testimonial-element.image-above-content .hic-rating {
  margin-bottom: 30px;
}
.testimonial-element.image-above-content .hic-profile {
  margin-top: 30px;
}
.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 (min-width: 641px) {
  .testimonial-element .hic-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*********************************
!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
*********************************/

/*********************************
#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 Layout - END*/
/*********************************
!LOCATIONS ELEMENT - END
*********************************/

/*********************************
#PRODUCTS ELEMENT - START
*********************************/
.product .price {
  color: #0c3543;
  display: block;
}
.product .price ins {
  background:inherit;
  font-weight:700;
  display:inline-block;
}
.product .price del {
  opacity:.5;
  display:inline-block
}
.product .price .from {
  font-size:.67em;
  margin:-2px 0 0 0;
  text-transform:uppercase;
  color:rgba(132,132,132,.5)
}
.add_to_cart_button {
  position: relative;
}
.add_to_cart_button .cart-item-count {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #fff;
  color: #222;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px;
}
/*Single Product - START*/
.single-product .product-content .hic-button-wrap {
  clear: left;
}
.single-product .product-content .product_meta {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
/*Single Product - END*/

/*Floating Product Widgets - START*/
.floating-product-widgets {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 15;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0 1px 4px rgb(0 0 0 / 40%);
}
.floating-product-widgets .floating-icon-widget {
  padding: 12px;
  font-size: 18px;
}
.floating-product-widgets .floating-icon-widget + .floating-icon-widget {
  border-top: 1px solid #ccc;
}
/*Floating Product Widgets - END*/

/*Messages for Wishlist and WooCommerce - START*/
.wishlist-message, .woocommerce-error,.woocommerce-info,.woocommerce-message {
  position:relative;
  list-style:none outside;
  width:auto;
  word-wrap:break-word;
  border-top:3px solid;
  padding:1em 2em 1em 3.5em;
  margin:0 0 2em;
  background-color:#f7f6f7;
  color:#515151;
}
.wishlist-message, .woocommerce-message {border-top-color: var(--lp--base-preset--brand-color--primary);}
.wishlist-message::after, .wishlist-message::before, .woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}
.wishlist-message::before, .woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:'Font Awesome 5 Pro';display:inline-block;position:absolute;top:1em;left:1.5em;}
.wishlist-message::before, .woocommerce-message::before{content:"\f058";color:var(--lp--base-preset--brand-color--primary);}
.woocommerce-info{border-top-color:#1e85be;}
.woocommerce-info::before{content:"\f05a";color:#1e85be;}
.woocommerce-error{border-top-color:#b81c23;}
.woocommerce-error::before{content:"\f06a";color:#b81c23;}
.wishlist-message .button, .woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button {float:right}
.wishlist-notices-wrapper .button, .woocommerce-notices-wrapper .button {padding: 8px 15px;}
.wishlist-message::after, .woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}
/*Messages for Wishlist and WooCommerce - END*/
/*************************************
!PRODUCTS ELEMENT - END
*************************************/

/*************************************
#PAGINATION - START
*************************************/
.listing-element .section-pagination {
    margin-top: 30px;
}
.listing-element .section-pagination .cell {
    display: flex;
    column-gap: 30px;
    justify-content: center;
}
.listing-element .section-pagination .page-numbers{
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 1rem;
}
.listing-element .section-pagination .page-numbers:hover,
.listing-element .section-pagination .page-numbers:focus {
    background: #ebe9eb;
}
.listing-element .section-pagination .page-numbers.current {
    border-radius: 50%;
    border: 1px solid var(--lp--base-preset--brand-color--primary);
    background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
}
.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);
}
/*************************************
!PAGINATION - END
*************************************/

/*********************************
#MEMBERSHIP - START
*********************************/
.membership-notice.notice-error {
  background-color: #cc4b37;
  color: #fff;
  border-color: #900;
}
.membership-notice {
  padding: 8px;
  border: 1px solid #cecece;
  background: #efefef;
  margin-bottom: 15px;
}
#membership_login_form #rememberme{
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0;
}
/*********************************
!MEMBERSHIP - 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
************************************/

/*********************************
#WOOCOMMERCE - START
*********************************/
.woocommerce ul.products li.product .price {
  margin-bottom: 0.5em;
}
.woocommerce div.product {
  margin-bottom:0;
  position:relative;
}
.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{
  float:left;
  width:30.75%;
  margin-right:3.8%;
  margin-bottom:1em
}
.woocommerce .product .stock {
  font-size: 18px;
  color:var(--lp--base-preset--body--color);
}
.woocommerce .product .stock.in-stock:before, .woocommerce .product .stock.out-of-stock:before, .woocommerce .product .stock.available-on-backorder:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 24px;
  margin-right: 8px;
}
.woocommerce .product .stock.in-stock:before, .woocommerce .product .stock.available-on-backorder:before {
  color: rgb(0, 166, 81);
  content: '\f058';
}
.woocommerce .product .stock.out-of-stock:before {
  content: '\f057';
  color: rgb(237, 28, 36);
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale{
  height:50px;
  width:50px;
  line-height: 50px;
  font-weight:700;
  position:absolute;
  text-align:center;
  top:0;
  left:15px;
  margin:0;
  border-radius:100%;
  background-color:#77a464;
  color:#fff;
  font-size:14px;
  z-index:9;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {font-size: 0;}
.woocommerce nav.woocommerce-pagination ul li a.prev::before, .woocommerce nav.woocommerce-pagination ul li a.next::before {position: relative; font-size: 18px;}
.woocommerce nav.woocommerce-pagination ul li a.prev::before {content: "Â«";}
.woocommerce nav.woocommerce-pagination ul li a.next::before {content: "Â»";}
.woocommerce form .form-row{padding:3px;margin:0 0 10px;}
.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}
.woocommerce div.product form.cart{margin-bottom:2em}
.woocommerce div.product form.cart table{border-width:0 0 1px}
.woocommerce div.product form.cart table th.label {background: none;}
.woocommerce div.product form.cart table td {padding:0}
.woocommerce div.product form.cart .quantity {float:left;margin:0 4px 0 0}
.woocommerce .quantity .qty {width:3.631em;text-align:center}
/*WooCommerce Variable Products  - START*/
.woocommerce div.product form.cart .variations {margin-bottom: 1em;border: 0;width: 100%;}
.woocommerce div.product form.cart .variations tbody {border: 0}
.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}
.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}
.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}
.woocommerce div.product form.cart .variations td.label{padding-right:1em}
/*WooCommerce Variable Products  - END*/

/*WooCommerce Cart and Checkout  - START*/
.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;}
.woocommerce a.remove:hover{color:#fff!important;background:red}
.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-radius:5px}
.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {word-break: normal;}
.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}
.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}
.woocommerce table.shop_table tbody tr:nth-child(2n) {background-color: transparent;}
.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}
.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}
.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}
.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}
.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}
#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:transparent;border-radius:5px}
#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:0}
#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin-left:5px;}
#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}
#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}
/*WooCommerce Cart and Checkout - END*/

/*WooCommerce Cart - START*/
.woocommerce-cart-form table, .woocommerce-cart-form table tbody, .woocommerce-cart-form table td, .woocommerce-cart-form table th {
  border: 0;
}
.woocommerce-cart-form .product-remove {
  text-align: center;
}
.woocommerce-cart-form table tbody tr {
  border-top: 1px solid #eee;
}
.woocommerce-cart-form table td.product-thumbnail {
  padding: 1.4rem;
  width: 10%;
}
.woocommerce-cart-form img {
  max-width: 120px;
  height: auto;
  display: block;
}
.woocommerce-cart-form table td.product-name {
  padding-left: 1.5vw;
}
.woocommerce-cart-form .quantity input {
  width: 8rem;
  border: 1px solid #eee;
}
.woocommerce-cart-form table input.qty {
  display: inline-block;
}
.woocommerce-cart-form .actions .input-text {
  width: 200px!important;
  float: left;
  margin-right: 0.25rem;
  border: 1px solid #ddd;
  padding-top: 1.55rem;
  padding-bottom: 1.59rem;
}
.woocommerce-cart-form .actions .button {
  background: #f9f9f9;
  border: 1px solid #555;
  color: #555;
}
.woocommerce-cart-form .actions button[name=update_cart] {
  background: #fff;
  color: #000;
}
.woocommerce .cart-collaterals {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  grid-row-gap: 30px;
}
.woocommerce .cart-collaterals .cart_totals {
  width:48%
}
.woocommerce .cart-collaterals .cart_totals p small{
	color:#767676;
	font-size:.83em;
}
.cart-collaterals .cart_totals table {
  border: 0;
}
.cart_totals table th {
  width: 33%;
}
.cart_totals td, .cart_totals th {
  vertical-align: top;
}
.cart_totals table tbody, .cart_totals table td, .cart_totals table th, .cart_totals table tr {
  border: 0;
  padding: 1rem;
}
/*WooCommerce Shipping Calculator - START*/
.woocommerce .cart-collaterals .shipping_calculator {width:48%;clear:right;float:right}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {width:47%}
/*WooCommerce Shipping Calculator - END*/
/*WooCommerce Cross Sells - START*/
.woocommerce .cart-collaterals .cross-sells {width:100%;}
.woocommerce .cart-collaterals .cross-sells ul.products {float:none}
.woocommerce .cart-collaterals .cross-sells ul.products li {width: 30.75%;}
/*WooCommerce Cross Sells - END*/
/*WooCommerce Cart - END*/

/*WooCommerce Checkout - START*/
.woocommerce-checkout form .col2-set {
  width: 50%;
  float: left;
  padding-right: 1.5vw;
}
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce-checkout form .col2-set .col-2 {
  margin-top: 30px;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
  width: 50%;
  padding-left: 1.5vw;
  float: right;
  clear: right;
}
.woocommerce-checkout table.woocommerce-checkout-review-order {
	margin-top: 10px;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td {padding: 5px 12px;}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total {
  border-top: 1px solid #cacaca;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tfoot {background: transparent; border: 0;}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th {border: 0;}
.wc_payment_method .payment_box {
  padding: 1rem;
  background: #eee;
}
.wc_payment_method .payment_box p {
  font-size: 16px;
}
.wc_payment_method label {cursor: pointer;}
.wc_payment_method>label:first-of-type {
  display: block;
  margin: 1rem 0;
  font-size: 16px;
}
.woocommerce ul#shipping_method li input[type=radio].shipping_method, .wc_payment_method input.input-radio[name=payment_method] {display: none;}
.woocommerce ul#shipping_method li input[type=radio].shipping_method+label::before, .wc_payment_method input.input-radio[name=payment_method]+label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #6d6d6d;
  background: #fff;
  margin-left: 4px;
  margin-right: 1.2rem;
  border-radius: 100%;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.woocommerce ul#shipping_method li input[type=radio].shipping_method:checked+label::before, .wc_payment_method input.input-radio[name=payment_method]:checked+label::before {background: #555;}
.woocommerce ul#shipping_method {padding: 0 0 1.5rem;}
.woocommerce ul#shipping_method li {margin-bottom: 0.5rem; margin-left: 0;}
.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}
.woocommerce ul#shipping_method li label {line-height: 2.5rem; font-size: 16px; margin-left: 0;}
.woocommerce ul#shipping_method .amount{font-weight:700}
.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;}
.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}
.woocommerce ul.order_details li:last-of-type{border:none}
.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}
.woocommerce-terms-and-conditions-wrapper {margin-bottom: 30px;}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {font-size: 16px;}
.woocommerce-terms-and-conditions {border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}
.woocommerce-checkout-review-order #place_order {width: 100%;}
/*WooCommerce Checkout - END*/

/*WooCommerce My Account - START*/
.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:25%; margin-right: 5%;}
.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}
.woocommerce-account .woocommerce-MyAccount-content form fieldset {margin-top: 20px;}
.woocommerce .woocommerce-Addresses.col2-set .col-1 {float: left; width: 48%;}
.woocommerce .woocommerce-Addresses.col2-set .col-2 {float: right; width: 48%;}
/*WooCommerce My Account - END*/

/*WooCommerce Responsive - START*/
@media only screen and (max-width: 768px) {
  .woocommerce-checkout form .col2-set, .woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
  .woocommerce-checkout form .col2-set, .woocommerce .woocommerce-Addresses.col2-set .col-1 {
		margin-bottom: 30px;
	}
  .woocommerce table.shop_table_responsive tr .product-remove {
		float: right;
	}
  .woocommerce table.shop_table_responsive tr .product-thumbnail {
		display: block;
	}
  .woocommerce table.shop_table_responsive tr .product-thumbnail img {
		width: 70px;
	}
  .woocommerce table.shop_table_responsive tr td {
		border: 0;
	}
  .woocommerce table.shop_table_responsive tr td:last-child {
		border-bottom-width: 1px;
	}
  .woocommerce .woocommerce-cart-form table.shop_table_responsive thead {
		display: none;
	}
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td {
		display: block;
		text-align: right!important;
	}
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr .product-thumbnail::before {
		content: "";
	}
  .woocommerce .woocommerce-cart-form table.shop_table_responsive td.product-name {
		padding-left: 0.5em;
	}
  .woocommerce .cart-collaterals {
		grid-row-gap: 30px;
	}
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells ul.products li {
		width:100%;
	}
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce .woocommerce-Addresses.col2-set .col-1, .woocommerce .woocommerce-Addresses.col2-set .col-2 {
		width: 100%;
		float: none;
	}
}
/*WooCommerce Responsive - END*/
/*********************************
!WOOCOMMERCE - END
*********************************/

/*********************************
#ERROR404 - START
*********************************/
body.error404 .hero .hero-bg-overlay {
  background-color: rgba(0,0,0,0.35);
}
.error404 .hero-banner-message a {
	color: #fff;
  text-decoration: underline;
}
/*********************************
!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
**************************/

/*********************************
#FOOTER - START
*********************************/
.footer {
  padding: 30px 0;
}
.footer .logo-wrap {
	margin-bottom: 20px;
	max-width: 230px;
}
.footer .contact-details {
	margin-bottom: 10px;
}
.footer .social-media-details {
	margin-bottom: 20px;
}
.footer .accreditation-text {
	font-size: 11px;
  margin-top: 16px;
  letter-spacing: 2px;
}
.footer a:hover, .footer .menu li.active a {
	text-decoration: underline;
}

@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}

/*Footer Layout 1 - START*/
.footer-layout-1 .footer-logo .logo-wrap {
  max-width: 250px;
}
/*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;
}

@media (min-width: 641px){
  .footer-layout-2 .footer-logo .logo-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-layout-2 .footer-col .menu li:not(:last-child)::after,
  .footer-layout-2 .footer-col .contact-details div:not(:last-child)::after {
    content: '|';
    margin: 0 10px;
    opacity: .5;
  }
}
/*Footer Layout 2 - END*/

/*Footer Layout 3 - START*/
.footer.footer-layout-3 .footer-logo .logo-wrap {
  max-width: 200px;
}
.footer.footer-layout-3 .footer-col h4 {
  margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.footer.footer-layout-3 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
}
.footer.footer-layout-3 .footer-col-1 p {
  margin-bottom: 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;
  }
}
/*Footer Layout 3 - END*/

/* Footer Newsletter - START */
.footer.footer-layout-3 .gform_wrapper .gform_footer input[type=submit] {
	width: 100%;
}
.footer.footer-layout-3 .gform_wrapper .gform_fields {
    grid-row-gap: 10px;
}
/* Footer Newsletter - END */

/*Bottom Footer - START*/
.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
	font-size: 16px;
}
.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}
.bottom-footer .colophon-link .menu a {
  padding: 0 8px;
}
.bottom-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 641px) {
  .bottom-footer.with-colophon-link .copyright {
    float: left;
  }
  .bottom-footer .colophon-link {
    float: right;
  }
}
/*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,.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,.35) transparent;
}
/*Footer Back to Top - END*/
/*********************************
!FOOTER - END
*********************************/

/*************************************
#HELPERS - START
**************************************/
.header-center .section-header, .header-text-center .section-header {
  text-align: center;
}
.image-has-border .hic-media-container, .image-has-borders .hic-media-container {
  padding: 30px;
  position: relative;
}
.image-has-border .hic-media-container::before, .image-has-borders .hic-media-container::before, .image-has-borders .hic-media-container::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  opacity: .75;
}
.image-has-border .hic-media-container::before, .image-has-borders .hic-media-container::before {
  top: 0;
	right: 0;
  background-color: var(--lp--base-preset--brand-color--primary);
}
.image-has-borders .hic-media-container::after {
  bottom: 0;
	left: 0;
	background-color: var(--lp--base-preset--brand-color--dark);
}
.image-has-border .hic-media-container .hic-image, .image-has-borders .hic-media-container .hic-image {
	z-index: 2;
}
.white-boxes .hic-box .hic-content, .white-box .hic-box .hic-content,
.white-boxes .lp-box .lp-content, .white-box .lp-box .lp-content {
	background-color: #fff;
	padding: 20px;
}
.box-shadow .hic-box,
.box-shadow .lp-box {
  box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
}
.box-border .hic-box,
.box-border .lp-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}
.portrait-image .hic-image::before, .portrait-images .hic-image::before,
.portrait-images .lp-image::before {
    padding-top: 117%;
}
.footer-text-center .section-footer .hic-button-wrap, .footer-text-center .lp-element-footer .lp-button-wrap {
	justify-content: center;
}

@media (max-width: 640px) {
	.image-has-border.split-50-50.image-right-content .hic-media-container {
		padding-left: 0;
		padding-bottom: 0;
	}
	.image-has-border.split-50-50.image-left-content .hic-media-container {
		padding-right: 0;
		padding-bottom: 0;
	}
}
/*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';
}
/*Lists - END*/

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

/* Section Header & Footer - Start */
@media (min-width: 1024px) {
  .header-left .grid-container, .header-right .grid-container, .header-left .lp-container {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .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: 25%;
  }
  .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: 35%;
  }
  .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: 75%;
  }
  .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;
  }
}
/* Section Header & Footer - End */

/*Footer Top Right - START*/
@media (min-width: 641px) {
	.footer-top-right.page-element .grid-container, .footer-top-right.lp-element .lp-container {
       position: relative;
    }
	.footer-top-right.page-element .section-footer, .footer-top-right.lp-element .lp-element-footer {
       position: absolute;
       right: 0;
       top: 40px;
       margin-top: 0;
    }
	.footer-top-right.page-element .section-footer .hic-button-wrap, .footer-top-right.lp-element .lp-element-footer .lp-button-wrap {
		margin-top: 0;
	}
}
/*Footer Top Right - END*/
/*************************************
!HELPERS - END
**************************************/

/*************************************
#LP GENERAL - START
*************************************/
.lp-element.row-fluid .lp-columns {
  padding: 0;
}
.lp-price {
	font-weight: 600;
}
.lp-label {
	display: inline-block;
	font-weight: 600;
}
.lp-button-wrap .button {
  margin-bottom: 0;
}
.lp-button-wrap .button:not(:first-of-type) {
  margin-left: 10px;
}
.lp-box-link {
	transition: all 1s ease;
}
.lp-read-more-link {
  cursor: pointer;
}
.lp-content-block:not(:first-child) {
  margin-top: 30px;
}
.lp-contact, .lp-opening-hours, .lp-social-profiles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-opening-hours .lp-label {
  min-width: 45px;
}
.lp-element-footer .lp-button-wrap {
  justify-content: center;
}
.lp-note {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .lp-element.lp-has-search-filter .lp-search-filter {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .lp-element.lp-has-search-filter .lp-search-filter {
    margin-bottom: 60px;
  }
}
/*************************************
!LP GENERAL - END
*************************************/

/*************************************
#LP CAROUSEL - START
**************************************/
.lp-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: .65;
}
.lp-carousel .slick-arrow:hover {
  opacity: 1;
}
.lp-carousel .slick-arrow:before {
  content: '' !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.lp-element .lp-element-body.slick-dotted.slick-slider .slick-dots {
  position: static;
  padding-top: 30px;
}
.lp-element .lp-element-body.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.lp-element .slick-dots li button {
  padding: 3px;
}
.lp-element .slick-dots li button:before {
  font-size: 14px;
}
.lp-element .slick-dots li button,
.lp-element .slick-dots li button:before,
.lp-element .slick-dots li.slick-active button:before {
  color: inherit;
}
.lp-carousel .slick-prev:before {
  background-image: url(https://cloud.hicaliber.io/launchpad/v4/base/images/angle-left.svg);
}
.lp-carousel .slick-next:before {
  background-image: url(https://cloud.hicaliber.io/launchpad/v4/base/images/angle-right.svg);
}
.lp-carousel.dark-section .slick-prev:before, .lp-carousel.theme-section .slick-prev:before {
  background-image: url(https://cloud.hicaliber.io/launchpad/v4/base/images/angle-left-white.svg);
}
.lp-carousel.dark-section .slick-next:before, .lp-carousel.theme-section .slick-next:before  {
  background-image: url(https://cloud.hicaliber.io/launchpad/v4/base/images/angle-right-white.svg);
}
/*************************************
!LP CAROUSEL - END
*************************************/

/*************************************
#LP TABS - START
*************************************/
.lp-tabs {
	 justify-content: center;
	 margin-bottom: 30px;
}
.lp-tabs li {
  padding: 0 15px;
  position: relative;
}
.lp-tabs li:not(:last-of-type)::after {
  content: "|";
  color: #eeeeee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lp-tabs li a {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.lp-tabs li.lp-active a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: var(--lp--base-preset--body--color);
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
	.lp-tabs {
		margin-bottom: 50px;
	}
  .lp-tabs li a {
  	font-size: 18px;
	}
}
/*************************************
!LP TABS - END
*************************************/

/*************************************
#LP ACCORDION - START
*************************************/
.lp-accordion-title {
	padding: 1.25rem 1rem;
  line-height: 1;
  background-color: #e2e2e2;
}
.lp-accordion-title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "+";
}
.lp-accordion-title.lp-active::after {
  content: "-";
}
.lp-accordion-content {
  padding: 1rem;
}
/*************************************
!LP ACCORDION - END
*************************************/

/*************************************
#LP ELEMENT LAYOUTS - START
*************************************/
/* Layout 2 & 3 - Start */
.lp-box-layout-2 .lp-content, .lp-box-layout-3 .lp-content {
  padding: 20px;
}

@media (min-width: 768px) {
	.lp-box-layout-2 .lp-content, .lp-box-layout-3 .lp-content {
  	padding: 30px;
	}
}

@media (min-width: 992px) {
  .lp-box-layout-2 .lp-media, .lp-box-layout-3 .lp-media {
    width: 60%;
  }
  .lp-box-layout-2 .lp-content, .lp-box-layout-3 .lp-content {
    width: 40%;
  }
}
/* Layout 2 & 3 - End */

/* Layout 4 - Start */
.lp-box-layout-4 .lp-content {
	background-color: rgb(0 0 0 / 30%);
  padding: 20px;
	top: unset;
	height: auto;
	text-align: left;
	justify-content: start;
	align-items: start;
  transition: .3s all;
}
.lp-box-layout-4.rep-employees-element .lp-content, .lp-box-layout-4.text-center .lp-content {
  text-align: center;
  align-items: center;
}
.lp-box-layout-4 .lp-box:hover .lp-content {
  transition: .3s all;
  background-color: rgb(0 0 0 / 70%);
}
/* Layout 4 - End */

/* Layout 5 - Start */
.lp-box-layout-5 .lp-content {
  padding: 20px;
}
/* Layout 5 - End */
/*************************************
#LP ELEMENT LAYOUTS - END
*************************************/

/*************************************
#LP ARCHIVE LAYOUTS - START
*************************************/
/* Layout 2 - Start */

/* -- General -- */
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form .lp-fields {
  flex-flow: column;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-form {
  box-shadow: none;
  display: block;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-places-lookup {
  border-bottom: 1px solid #cacaca;
  padding-left: 30px;
  box-shadow: none;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-field-lookup::before {
  left: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form .lp-form .lp-form-body .lp-field-set {
  display: flex;
  width: 100%;
  margin-left: 0;
  column-gap: 20px;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-field {
  flex-grow: 1;
  flex-basis: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-form-footer {
  padding-right: 0;
  margin-top: 1rem;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-form-footer .button {
  width: 100%;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter select {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter select:focus {
  box-shadow: none;
}
@media (min-width: 641px) {
  .lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-form-footer {
    margin-top: 2rem;
  }
  .lp-archive-layout-2.lp-has-search-filter .lp-search-form, .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
  }
  .admin-bar:not(.sticky-header) .lp-archive-layout-2.lp-has-search-filter .lp-search-form, .admin-bar:not(.sticky-header) .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    top: 60px;
  }
  .sticky-header:not(.admin-bar) .lp-archive-layout-2.lp-has-search-filter .lp-search-form, .sticky-header:not(.admin-bar) .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    top: 115px;
  }
  .sticky-header.admin-bar .lp-archive-layout-2.lp-has-search-filter .lp-search-form, .sticky-header.admin-bar .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    top: 150px;
  }
}
/* -- General -- */

/* -- Has search filter -- */
@media (min-width: 992px) {
  .lp-archive-layout-2.lp-has-search-filter:not(.lp-has-side-content) .lp-search-filter {
		width: 25%;
	}
  .lp-archive-layout-2.lp-has-search-filter:not(.lp-has-side-content) .lp-search-results {
    width: 75%;
  }
}
/* -- Has search filter -- */

/* -- Has side content -- */
@media (min-width: 992px) {
  .lp-archive-layout-2.lp-has-side-content:not(.lp-has-search-filter) .lp-search-results {
    width: 75%;
  }
  .lp-archive-layout-2.lp-has-side-content:not(.lp-has-search-filter) .lp-side-content {
    width: 25%;
  }
}
/* -- Has side content -- */

/* -- Has side content & search filter -- */
@media (min-width: 992px) {
  .lp-archive-layout-2.lp-has-side-content.lp-has-search-filter .lp-search-filter {
    width: 25%;
  }
  .lp-archive-layout-2.lp-has-side-content.lp-has-search-filter .lp-search-results {
    width: 50%;
	}
  .lp-archive-layout-2.lp-has-side-content.lp-has-search-filter .lp-side-content {
    width: 25%;
  }
}
/* -- Has side content & search filter -- */

/* Layout 2 - End */
/*************************************
!LP ARCHIVE LAYOUTS - END
*************************************/

/*************************************
#LP PAGINATION - START
*************************************/
.lp-pagination {
  padding-top: 30px;
  text-align: center;
}
.lp-pagination .lp-showed-item {
	margin-bottom: 1rem;
}
.lp-paginate {
  display: flex;
	display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
	column-gap: 3px;
	-webkit-column-gap: 3px;
}
.lp-paginate a,
.lp-paginate span {
  display: inline-flex;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  height: 3rem;
  width: 3rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.lp-paginate a:not(:hover),
.lp-paginate span {
  color: inherit;
}
.lp-paginate .next,
.lp-paginate .prev,
.lp-paginate .current {
  background-color: var(--lp--base-preset--button--background-color);
}
.lp-paginate .next:hover,
.lp-paginate .prev:hover,
.lp-paginate .current:hover {
  background-color: var(--lp--base-preset--button--background-color);
}
.lp-paginate .next,
.lp-paginate .prev,
.lp-paginate .current {
  color: #fff;
}
/*************************************
!LP PAGINATION - END
*************************************/

/*************************************
#LP HERO - START
*************************************/
.lp-hero {
	  background-color: #f2f2f2;
}
.lp-hero .lp-hero-body {
  justify-content: center;
  align-items: center;
  min-height: inherit;
	text-align: center;
	color: #fff;
}
.lp-hero .lp-hero-content {
  text-align: center;
}
.lp-hero .lp-hero-content h1 {
  position: relative;
}
.lp-hero .lp-hero-content h1 span {
  display: block;
	margin-bottom: 16px;
	letter-spacing: 3px;
	font-weight: 400;
}
.lp-hero .lp-hero-background-overlay {
  background: rgba(10,0,0,0.5);
}
.lp-hero .lp-hero-banner, .lp-hero .lp-hero-banner h1 {
  color: #fff;
}
.lp-hero.lp-has-background-video.lp-hero-full-screen .lp-video {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-hero.lp-has-background-video > .lp-container {
  z-index: 2;
}
.lp-hero.lp-has-background-video .flex-video, .lp-hero.lp-has-background-video .responsive-embed {
  position: unset;
  margin: 0;
  height: auto;
  padding: 0;
  overflow: unset;
}

@media (max-aspect-ratio: 16/9) {
  .lp-hero.lp-has-background-video.lp-hero-full-screen .lp-video {
    width: 300%;
    left: -100%;
  }
}

@media (min-aspect-ratio: 16/9) {
  .lp-hero.lp-has-background-video.lp-hero-full-screen .lp-video {
    height: 300%;
    top: -100%;
  }
}
/*************************************
!LP HERO - END
*************************************/

/*************************************
#LP SINGLE PAGE - START
*************************************/
/* Gallery - Start */
.lp-gallery-element .lp-row, .lp-gallery-element .lp-gallery-side .lp-media {
  position: relative;
}
.lp-gallery-element .lp-gallery-featured .lp-media,
.lp-gallery-element .lp-gallery-featured .lp-image {
  height: 100%;
}
.lp-gallery-element .lp-gallery-side .lp-media .lp-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lp-gallery-element .lp-gallery-side .lp-media.lp-has-image-count .lp-overlay,
.lp-gallery-element .lp-gallery-side .lp-media.rep-property-video .lp-overlay {
  display: flex;
	display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 30px;
}
.lp-gallery-element .lp-media .lp-thumb-play-video-icon {
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
}
.lp-gallery-element .lp-media .lp-thumb-play-video-icon::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0,0,0,0);
  border-bottom: 8px solid rgba(0,0,0,0);
  border-left: 14px solid #525252;
}
.lp-gallery-element .lp-media .lp-thumb-image-count {
	font-weight: bold;
}
.lp-gallery-buttons .lp-gallery-button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 1em;
  border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
  -webkit-appearance: none;
  line-height: 1.15;
  text-align: center;
  min-width: 130px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}

@media (min-width: 768px) {
	  .lp-gallery-buttons .lp-gallery-button {
    min-width: 150px;
	}
}

@media (min-width: 992px) {
  .lp-gallery-element {
    background-color: #f4f4f5;
  }
  .lp-gallery-featured {
    position: relative;
  }
  .lp-gallery-buttons {
    position: absolute;
    top: auto;
    bottom: -1.25rem;
    margin: 0;
    left: auto;
    right: auto;
    z-index: 1;
  }
}
/* Gallery - End */
/* Single Content - Start */
.lp-single-content a {
  font-weight: 600;
}
.lp-side-content .lp-block {
    border: 1px solid var(--lp--custom-preset--border-color);
    padding: 30px 15px;
}
.lp-side-content .lp-button-wrap {
	flex-wrap: wrap;
	row-gap: 10px;
}
.lp-side-content .lp-button-wrap .button {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.lp-side-content .lp-contact-details {
	margin-top: 30px;
}
.lp-side-content .lp-contact-details .lp-contact-form {
	margin-top: 20px;
}
.lp-side-content .lp-contact-details .lp-contact-form .lp-enquiry-button {
	font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 15px;
  color: var(--lp--base-preset--button--color);
  background-color: var(--lp--base-preset--button--background-color);
  letter-spacing: 1.4px;
	display: inline-block;
}
.lp-side-content .lp-contact-details .lp-contact-form .lp-enquiry-button:hover {
	color: var(--lp--base-preset--button--color--hover);
	background-color: var(--lp--base-preset--button--background-color--hover);
}

@media (max-width: 991px) {
  .lp-side-content {
    margin-top: 40px;
  }
}
/* Single Content - End */
/*************************************
!LP SINGLE PAGE - END
*************************************/

/*************************************
#LP READ MORE - START
*************************************/
.lp-description-preview[data-expanded="false"] {
  max-height: 160px;
}
.lp-single-description .lp-read-more-link::after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==");
}
.lp-description-preview[data-expanded="true"]+.lp-read-more .lp-read-more-link::after {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzUyIDM1MmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NUwxOTIgMjA1LjNsLTEzNy40IDEzNy40Yy0xMi41IDEyLjUtMzIuNzUgMTIuNS00NS4yNSAwcy0xMi41LTMyLjc1IDAtNDUuMjVsMTYwLTE2MGMxMi41LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDE2MCAxNjBjMTIuNSAxMi41IDEyLjUgMzIuNzUgMCA0NS4yNUMzNjguNCAzNDguOSAzNjAuMiAzNTIgMzUyIDM1MnoiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzUyIDM1MmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NUwxOTIgMjA1LjNsLTEzNy40IDEzNy40Yy0xMi41IDEyLjUtMzIuNzUgMTIuNS00NS4yNSAwcy0xMi41LTMyLjc1IDAtNDUuMjVsMTYwLTE2MGMxMi41LTEyLjUgMzIuNzUtMTIuNSA0NS4yNSAwbDE2MCAxNjBjMTIuNSAxMi41IDEyLjUgMzIuNzUgMCA0NS4yNUMzNjguNCAzNDguOSAzNjAuMiAzNTIgMzUyIDM1MnoiLz48L3N2Zz4=");
}
.lp-description-preview[data-expanded="true"]+.lp-read-more .lp-read-more-link::after,
.lp-single-description .lp-read-more-link::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);
}

@media (max-width: 767px) {
  .lp-single-description .lp-read-more-link {
    width: 100%;
    text-align: center;
    display: block;
    color: inherit;
    border: 1px solid;
    padding: 0.85em;
    line-height: 1;
    margin-top: 15px;
    border-radius: 4px;
  }
}
/*************************************
!LP READ MORE - END
*************************************/

/*************************************
#LP MODAL - START
*************************************/
.lp-modal-overlay {
  background-color: hsla(0, 0%, 4%, .45);
}
.lp-modal-content {
  padding: 2rem;
  border-radius: 3px;
  background-color: #fefefe;
	top: 100px;
	margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
  border: none;
  max-width: 600px;
}
.lp-modal-header-title {
  text-align: center;
  color: var(--lp--base-preset--body--color);
  text-transform: uppercase;
}
.lp-modal-close-button {
	color: #8a8a8a;
	background-color: transparent;
	font-size: 2em;
}

@media (max-width: 767px) {
  .lp-modal-content {
    top: 0;
    height: 100%;
  }
}
/*************************************
!LP MODAL - END
*************************************/

/*************************************
#LP SEARCH FORM - START
*************************************/
.lp-search-form .lp-form {
  position: relative;
}
.lp-search-form .lp-form-body {
  flex-grow: 1;
  flex-basis: 0;
}
.lp-search-form:not(.lp-has-filter-popup) .lp-fields {
  flex-wrap: wrap;
}
.lp-search-form .lp-fields > .lp-field {
  flex-grow: 1;
}
.lp-search-form .lp-search-form-tabs,
.lp-search-form .lp-search-form-sub-tabs {
	column-gap: 5px;
	row-gap: 5px;
}
.lp-search-form .lp-search-form-tabs li,
.lp-search-form .lp-search-form-sub-tabs li {
  margin: 0;
}
.lp-search-form .lp-tab-navs, .lp-search-form .lp-tab-sub-navs {
  justify-content: center;
}
.lp-search-form .lp-tab-nav, .lp-search-form .lp-tab-sub-nav {
  position: relative;
}
.lp-search-form .lp-tab-nav:not(:last-child)::after, .lp-search-form .lp-tab-sub-nav:not(:last-child)::after {
  content: "|";
  color: #eeeeee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lp-search-form .lp-tab-nav .button, .lp-search-form .lp-tab-sub-nav .button {
  background: transparent;
  color: var(--lp--base-preset--body--color);
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
}
.lp-search-form .lp-tab-nav.lp-active .button::after, .lp-search-form .lp-tab-sub-nav.lp-active .button::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 30%;
  height: 2px;
  background: var(--lp--base-preset--body--color);
  left: 50%;
  transform: translateX(-50%);
}
.lp-search-form .lp-address-lookup {
  padding-left: 40px;
}
.lp-search-form .lp-field-address-lookup {
  position: relative;
  display: flex;
}
.lp-search-form .lp-field-address-lookup::before, .lp-search-form .lp-field-address .lp-select2-select::before {
  content: '';
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #ccc;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 22px;
  height: 18px;
  margin-right: 8px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.lp-search-form .lp-form-footer {
  display: flex;
	display: -webkit-flex;
}
.lp-search-form .lp-form-footer .button {
  height: 52px;
  line-height: inherit;
}
.lp-search-form .lp-form-footer .lp-filter-button:not(:hover),
.lp-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);
}
.lp-search-form .lp-blurb {
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.lp-search-form .lp-field {
		margin-bottom: 0;
	}
	.lp-search-form .lp-tab-nav .button {
		font-size: 18px;
	}
  .lp-search-form.lp-has-filter-popup:not(.lp-modal) .lp-form {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
    padding: 5px;
    background-color: #fff;
  }
	.lp-search-form:not(.lp-modal, .lp-has-filter-popup) .lp-fields {
		flex-wrap: wrap;
	}
	.lp-search-form:not(.lp-modal) .lp-fields .lp-address-lookup {
	  border: none;
	}
  .lp-search-form .lp-address-lookup:focus {
    box-shadow: none;
  }
  .lp-search-form.lp-has-filter-popup:not(.lp-modal) .lp-form-footer {
    align-items: center;
  }
  .lp-search-form:not(.lp-modal) .lp-form {
    position: relative;
    display: flex;
		display: -webkit-flex;
  }
  .lp-search-form:not(.lp-modal) .lp-form-footer {
    align-items: flex-start;
    background-color: #fff;
    column-gap: 5px;
  }
  .lp-search-form .lp-form-footer .button:not(:only-child):first-child, .lp-search-form .lp-form-footer .button:not(:only-child):first-of-type {
    margin-bottom: 0;
  }
	.lp-search-form .lp-form-footer .button, .lp-search-form .lp-field-address-lookup, .lp-search-form .lp-form-footer {
		border-radius: 0
	}
}

@media (min-width: 992px) {
	.lp-search-form .lp-form-body {
		width: 100%;
		display: flex;
		display: -webkit-flex;
	}
	.lp-search-form:not(.lp-modal) .lp-form-footer .button {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.lp-search-form .lp-field {
		margin-bottom: 1rem;
	}
  .lp-search-form .lp-form-footer {
    display: block;
  }
  .lp-search-form .lp-form-footer .button {
    width: 100%;
  }
  .lp-search-form .lp-form-footer .button:not(:only-child):first-child {
    margin-bottom: 1rem;
  }
	.lp-search-form .lp-form-footer .lp-filter-button,
	.rep-search-form .lp-form-footer .rep-property-filter-button {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		position: absolute;
		right: 0;
		width: 50px;
		padding: 5px;
		margin-bottom: 0 !important;
	}
	.lp-search-form .lp-form-footer .lp-filter-button::before,
	.rep-search-form .lp-form-footer .rep-property-filter-button::before {
		content: '';
		line-height: inherit;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		background-color: var(--lp--base-preset--button--background-color);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: contain;
		mask-size: contain;
		width: 22px;
		height: 18px;
		-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMCA0MTZjMCAxNy43IDE0LjMgMzIgMzIgMzJsNTQuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4TDQ4MCA0NDhjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJsLTI0Ni43IDBjLTEyLjMtMjguMy00MC41LTQ4LTczLjMtNDhzLTYxIDE5LjctNzMuMyA0OEwzMiAzODRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyem0xMjggMGEzMiAzMiAwIDEgMSA2NCAwIDMyIDMyIDAgMSAxIC02NCAwek0zMjAgMjU2YTMyIDMyIDAgMSAxIDY0IDAgMzIgMzIgMCAxIDEgLTY0IDB6bTMyLTgwYy0zMi44IDAtNjEgMTkuNy03My4zIDQ4TDMyIDIyNGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmwyNDYuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4bDU0LjcgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtNTQuNyAwYy0xMi4zLTI4LjMtNDAuNS00OC03My4zLTQ4ek0xOTIgMTI4YTMyIDMyIDAgMSAxIDAtNjQgMzIgMzIgMCAxIDEgMCA2NHptNzMuMy02NEMyNTMgMzUuNyAyMjQuOCAxNiAxOTIgMTZzLTYxIDE5LjctNzMuMyA0OEwzMiA2NEMxNC4zIDY0IDAgNzguMyAwIDk2czE0LjMgMzIgMzIgMzJsODYuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4TDQ4MCAxMjhjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJMMjY1LjMgNjR6Ii8+PC9zdmc+);
		mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMCA0MTZjMCAxNy43IDE0LjMgMzIgMzIgMzJsNTQuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4TDQ4MCA0NDhjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJsLTI0Ni43IDBjLTEyLjMtMjguMy00MC41LTQ4LTczLjMtNDhzLTYxIDE5LjctNzMuMyA0OEwzMiAzODRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyem0xMjggMGEzMiAzMiAwIDEgMSA2NCAwIDMyIDMyIDAgMSAxIC02NCAwek0zMjAgMjU2YTMyIDMyIDAgMSAxIDY0IDAgMzIgMzIgMCAxIDEgLTY0IDB6bTMyLTgwYy0zMi44IDAtNjEgMTkuNy03My4zIDQ4TDMyIDIyNGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmwyNDYuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4bDU0LjcgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMmwtNTQuNyAwYy0xMi4zLTI4LjMtNDAuNS00OC03My4zLTQ4ek0xOTIgMTI4YTMyIDMyIDAgMSAxIDAtNjQgMzIgMzIgMCAxIDEgMCA2NHptNzMuMy02NEMyNTMgMzUuNyAyMjQuOCAxNiAxOTIgMTZzLTYxIDE5LjctNzMuMyA0OEwzMiA2NEMxNC4zIDY0IDAgNzguMyAwIDk2czE0LjMgMzIgMzIgMzJsODYuNyAwYzEyLjMgMjguMyA0MC41IDQ4IDczLjMgNDhzNjEtMTkuNyA3My4zLTQ4TDQ4MCAxMjhjMTcuNyAwIDMyLTE0LjMgMzItMzJzLTE0LjMtMzItMzItMzJMMjY1LjMgNjR6Ii8+PC9zdmc+);
		position: absolute;
	}
	.lp-search-form .lp-form-footer .lp-filter-button:hover::before,
	.rep-search-form .lp-form-footer .rep-property-filter-button:hover::before {
		background-color: var(--lp--base-preset--button--color--hover);
	}
}

/*Select2 - Start*/
.lp-search-form .lp-field-address .select2-container {
  width: 100% !important;
}
.lp-search-form .lp-field-address .select2.select2-container .lp-select2-select {
  height: 52px;
  border-radius: 0;
  text-align: left;
  border-color: #cacaca;
  width: 100%;
  padding: 10px 15px 10px 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.lp-search-form:not(.lp-modal) .lp-field-address .select2.select2-container .lp-select2-select {
	border: none;
}
.lp-search-form .lp-field-address .select2-container .select2-search--inline {
  width: 100%;
  order: 3;
}
.lp-search-form .lp-field-address .select2-container .select2-search__field {
  padding: 12px 0;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
}
.lp-search-form .lp-field-address .select2-container .select2-selection__choice {
  margin-top: 0;
  border: none;
  padding-left: 0;
  padding-right: 20px;
}
.lp-search-form .lp-field-address .select2-container .select2-selection__choice__display {
  padding-left: 10px;
}
.lp-search-form .lp-field-address .select2-container .select2-selection__rendered {
  margin: 0;
  display: flex;
  color: #000;
  overflow: auto;
  max-width: 200px;
}
.lp-search-form .lp-field-address .lp-select2-select .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  border: none;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: var(--lp--base-preset--brand-color--primary);
  font-weight: bold;
  font-size: 22px;
  height: 100%;
}
.lp-search-form .lp-field-address .lp-select2-select .select2-results__option--selectable::before {
	width: 15px;
	height: 20px;
	margin-right: 7px;
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
	-webkit-background-size: 34px 34px;
	background-size: 34px;
	content: '';
	background-position: -1px -161px;
}
.lp-search-form .lp-field-address .select2-container .lp-more-selected-label {
  width: 200px;
  color: #000;
  font-size: 12px;
  padding-left: 10px;
  white-space: nowrap;
}
.lp-search-form .lp-select2-dropdown.select2-dropdown--below {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.lp-search-form .lp-select2-dropdown .select2-results__option--selectable,
.lp-search-form .lp-select2-dropdown .select2-results__option.select2-results__message {
	cursor: default;
	padding: 0 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color: #515151;
}
.lp-search-form .lp-select2-dropdown .select2-results__option--selectable {
	border-top: 1px solid #e6e6e6;
}
.lp-search-form .lp-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #fafafa;
	color: #515151;
}
.admin-bar .lp-search-form .lp-select2-dropdown.select2-dropdown--below {
  top: 46px;
}

@media (min-width: 783px) {
  .admin-bar .lp-search-form .lp-select2-dropdown.select2-dropdown--below {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .lp-search-form .lp-fields {
    display: flex;
		display: -webkit-flex;
    width: 100%;
		row-gap: 8px;
  }
  .lp-search-form .lp-field-set {
    display: flex;
		display: -webkit-flex;
    flex-grow: 1;
    flex-basis: 0;
		column-gap: 8px;
		-webkit-column-gap: 8px;
  }
  .lp-search-form .lp-field-set .lp-field {
    flex-grow: 1;
    flex-basis: 0;
  }
  .lp-search-form .lp-field-address .select2-container .lp-more-selected-label {
    font-size: 14px;
  }
  .lp-search-form.has-filter-popup .lp-form .lp-form-footer {
    column-gap: 5px;
    -webkit-column-gap: 5px;
  }
}

@media (max-width: 767px) {
  .lp-search-form .lp-field-address .select2.select2-container .lp-select2-select {
    padding-right: 55px;
  }
	.lp-search-form .lp-field-address .select2-container .select2-selection__rendered {
		overflow: auto;
		max-width: 200px;
	}
	.lp-search-form .lp-field-address .select2-container .select2-search--inline {
		flex-grow: 1;
		flex-basis: 0;
	}
  .lp-search-form .lp-field-address .select2-container.lp-more-selected-label {
    width: 95px;
    flex-grow: 1;
    flex-basis: 0;
  }
}
/*Select2 - End*/

/*Hero Search Form - Start */
.hero .lp-search-form:not(.lp-modal) .lp-form, .lp-hero .lp-search-form:not(.lp-modal) .lp-form,
.hero .lp-search-form:not(.lp-modal) .lp-form-body, .lp-hero .lp-search-form:not(.lp-modal) .lp-form-body {
  border: none;
  box-shadow: none;
}
.hero .lp-search-form:not(.lp-modal), .lp-hero .lp-search-form:not(.lp-modal) {
  margin-top: 40px;
}
.hero .lp-search-form:not(.lp-modal) .lp-tab-navs, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-navs {
  margin-bottom: 0;
  justify-content: start;
}
.hero .lp-search-form:not(.lp-modal) .lp-tab-nav:not(:last-child)::after, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav:not(:last-child)::after {
  content: "";
}
.hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button {
  background-color: rgba(0, 0, 0, .6);
  min-width: 70px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1.8px;
  font-size: 14px;
}
.hero .lp-search-form:not(.lp-modal) .lp-tab-nav.lp-active .button, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav.lp-active .button {
  background-color: #fff;
  color: #000;
}
.hero .lp-search-form:not(.lp-modal) .lp-tab-nav.lp-active .button::after, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav.lp-active .button::after {
  display: none;
}
.hero .lp-search-form:not(.lp-modal) .lp-address-lookup, .lp-hero .lp-search-form:not(.lp-modal) .lp-address-lookup {
  box-shadow: none;
	border: 0;
}
.hero .lp-search-form:not(.lp-modal) .lp-address-lookup:focus, .hero .lp-search-form:not(.lp-modal) .lp-address-lookup:focus {
  box-shadow: none;
}

@media (min-width: 768px) {
	.hero .lp-search-form:not(.lp-modal), .lp-hero .lp-search-form:not(.lp-modal) {
		padding: 0 50px;
	}
  .hero .lp-search-form:not(.lp-modal) .lp-address-lookup, .lp-hero .lp-search-form:not(.lp-modal) .lp-address-lookup {
    border-bottom-left-radius: 0;
  }
  .hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button {
    min-width: 110px;
  }
}

@media (min-width:992px) {
	.hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-hero .lp-search-form:not(.lp-modal) .lp-tab-nav .button {
		min-width: 130px;
	}
}
/* Hero Search Form - End */

/*Modal Search Form - Start*/
.lp-modal .lp-search-form-tabs li.lp-tab-nav button,
.lp-modal .lp-search-form-sub-tabs li.lp-tab-sub-nav button {
  width: 100%;
}
.lp-modal .lp-fields {
	flex-direction: column;
}
.lp-modal .lp-field-set {
  padding-top: 10px;
}
.lp-modal .lp-label {
  display: block;
  padding: 10px 0;
}
.lp-modal .lp-field-label {
  color: var(--lp--base-preset--body--color);
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
.lp-modal .lp-form-footer {
  margin-top: 1rem;
}
.lp-modal .lp-form-footer .button {
  width: 100%;
}

@media (min-width: 992px) {
  .lp-modal .lp-field-set {
    width: 100%;
    flex-wrap: wrap;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  .lp-modal .lp-field {
    margin-bottom: 1rem;
  }
}
/*Modal Search Form - End*/
/*************************************
!LP SEARCH FORM - END
*************************************/

/*************************************
#LP ENQUIRY BAR - START
*************************************/
@media (min-width: 768px) {
	.lp-enquiry-bar {
    display: none;
  }
}

@media (max-width: 767px) {
	.lp-enquiry-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    display: flex;
    column-gap: 10px;
    z-index: 100;
    border-top: 1px solid var(--lp--custom-preset--border-color);
    justify-content: center;
  }
	.lp-enquiry-bar .button {
    width: 50%;
    min-width: auto;
  }
}
/*************************************
#LP ENQUIRY BAR - END
*************************************/

/*************************************
#LP HELPERS - START
*************************************/
.posts-border .lp-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}
.posts-box-shadow .lp-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}
.lp-carousel.posts-box-shadow .lp-box {
  margin-bottom: 20px;
}
.lp-element.square-images .lp-image::before {
  padding-top: 100%;
}
/*************************************
!LP HELPERS - END
*************************************/
