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

Custom CSS Variables
Typography
Site Colours
Site Width
Buttons
General
Helpers
Header
Off Canvas
Slick Slider
Grid
Hero
Breadcrumb
Child Page Menu
WP Blocks
Accordion
Tabs
Page Elements
Image Layouts
Image Size Adjustments
Icon Layouts
Custom Elements
Map Layouts
Listing Element
Post Element
Single Page
Pagination
Menu Filter
Contact Details
Team Element
Testimonials Element
Projects Element
Gallery Element
Membership               --- remove if not using Launchpad Membership Addon
Post Meta Nav
Sidebar
Error404
Forms
Gravity Forms
Legal Document
Newsletter
Instagram Feeds
Footer

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

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/* Custom Font */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/*Use format --lp--custom-preset--  */
:root {
  --lp--custom-preset--primary-font: "Questrial", sans-serif;
  --lp--custom-preset--secondary-font: "Montserrat", sans-serif;
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/*************************************
#TYPOGRAPHY - START
**************************************/
body,
p,
ul,
ol {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--lp--custom-preset--primary-font);
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: var(--lp--base-preset--heading--color);
  font-family: var(--lp--custom-preset--primary-font);
  font-weight: 400;
  font-style: normal;
}

.h4, h4, .h5, h5, .h6, h6{
  margin-bottom: 1rem;
}

.h1:not(:only-child), h1:not(:only-child), .h2, h2, .h3, h3 {
  margin-bottom: 1.5rem;
}

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 0.25s ease;
}

a:hover,
a:focus,
a:active {
  color: var(--lp--base-preset--link--color--hover);
}

p + h2,
p + .h2{
    margin-top: 50px;
}

p + .button{
	margin-top: 25px;
}

/*************************************
!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;
}

@media (min-width: 1024px){
	.wide-layout .body-content.has-sidebar-both,
	.wide-layout .body-content.has-sidebar-left,
	.wide-layout .body-content.has-sidebar-right{
		padding-left: 50px;
  		padding-right: 50px;
		max-width: 1540px;
	}
}

/*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,
.gform_footer .button,
.button.loadmore-button,
.search-widget .button{
  min-width: 160px;
}

.button,
.wp-block-button__link{
  font-family: var(--lp--custom-preset--secondary-font);
  font-weight: 600;
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
  color: var(--lp--base-preset--button--color);
  background-color: var(--lp--base-preset--button--background-color);
  transition: all 0.25s ease;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 28px;
  border: 1px solid var(--lp--base-preset--button--color);
}

.lp-map-placeholder-label{
  padding: 15px 20px;
  margin: 0;
  background-color: var(--lp--base-preset--button--background-color);
  border-radius: 28px;
  border: 1px solid var(--lp--base-preset--button--background-color);
  line-height: 1;
}

.lp-map-placeholder-label a{
  font-family: var(--lp--custom-preset--secondary-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--lp--base-preset--button--color);
  transition: all 0.25s ease;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.newsletter-form #field_submit:hover .button,
.newsletter-form #field_submit:focus .button {
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
  border-color: var(--lp--base-preset--button--background-color--hover);
}

.lp-map-placeholder-label:hover,
.lp-map-placeholder-label:focus{
  background-color: var(--lp--base-preset--button--background-color--hover);
}

.lp-map-placeholder-label:hover a,
.lp-map-placeholder-label:focus a{
  color: var(--lp--base-preset--button--color--hover);
}

.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all 0.25s ease;
}

#submit.alt,
.button.alt {
  background-color: var(--lp--base-preset--button--color);
  color: #fff;
}

#submit.alt:hover,
.button.alt:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
}

#submit.alt.disabled,
#submit.alt.disabled:hover,
#submit.alt:disabled[disabled],
#submit.alt:disabled[disabled]:hover,
.button.alt.disabled,
.button.alt.disabled:hover,
.button.alt:disabled[disabled],
.button.alt:disabled[disabled]:hover{
  background-color: var(--lp--base-preset--button--background-color);
  color: var(--lp--base-preset--button--color);
}

.rep-search-form .rep-property-filter-button:not(:hover) {
  background-color: #fff;
  color: var(--lp--base-preset--button--background-color);
  border-color: var(--lp--base-preset--button--background-color);
}

.button.omn-protected-data-link:not(:hover,:focus),
form .button:not(:hover,:focus),
.lp-modal .button:not(:hover,:focus),
.modal-element .button:not(:hover,:focus){
	background-color: var(--lp--base-preset--button--color);
	color: #fff;
}

.button.omn-protected-data-link:hover,
.button.omn-protected-data-link:focus{
  border-color: var(--lp--base-preset--button--background-color--hover);
}

@media (min-width: 1024px) {
  .menu li.menu-button a {
    font-size: 15px;
    font-weight: 400;
    padding: 13px 30px;
    letter-spacing: 1.4px;
  }
}

/*************************************
!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;
}

.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);
}

.grey-section,
.lp-grey-section,
.header-grey .header,
.hero.grey-banner,
.grey-boxes .hic-box,
.footer-grey .footer {
  background-color: var(--lp--base-preset--brand-color--grey);
}

.hero.default-banner,
.hero.light-banner {
  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-light .header .menu li:not(.menu-button) a,
.header-grey .header .menu li:not(.menu-button) a,
.footer-light .footer a,
.footer-light .bottom-footer a,
.footer-light .social-media li a {
  color: var(--lp--base-preset--body--color);
}

.header-light .header .menu.is-dropdown-submenu li:not(.menu-button) a{
	color: var(--lp--base-preset--brand-color--grey);
}

.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);
}

.grey-section.image-above-content:not(.grey-boxes) .hic-box{
  background-color: #fff;
}

.grey-section.image-above-content .hic-content,
.grey-boxes .hic-content {
  padding: 20px;
}

.grey-section .box-link .hic-box,
.grey-section .accordion-title,
.grey-section .tabs-title>a {
  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:not(.has-bg-image).checklist li::before,
.light-section.checklist li::before,
.default-section:not(.has-bg-image) .checklist li::before,
.light-section .checklist li::before,
.default-section:not(.has-bg-image) .step-list li::before,
.light-section .step-list li::before{
  background-color: var(--lp--base-preset--brand-color--grey);
}

@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 {
    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,
.footer-theme .footer {
  background-color: var(--lp--base-preset--brand-color--primary);
}

.dark-section,
.header-dark .header,
.hero.dark-banner,
.dark-boxes .hic-box,
.footer-dark .footer {
  background-color: var(--lp--base-preset--brand-color--dark);
}

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

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

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

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

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

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

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

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

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

.theme-section .button,
.theme-section button.button,
.omn-property-filter-button{
  background-color: #fff;
}

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

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

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

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

@media (min-width: 1024px) {

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

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

/*Theme and Dark - END*/

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

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

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

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

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

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

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

/*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 0.5s ease-out;
}

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

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

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

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

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

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

/*Read more / less - END*/

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

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

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

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

/*Read More - END*/
/*************************************
!GENERAL - END
**************************************/

/*************************************
#CONTACT DETAILS - START
**************************************/
/*Contact info used in Top Header. Contact Details and Social Media used in Team, Locations, and Events Elments, Shortcodes, and Footer*/
.contact-info {
  margin: 0;
  list-style: none;
}

.contact-info li {
  position: relative;
}

.contact-info li a::before {
  margin-right: 8px;
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.text-center .contact-details {
  align-items: center;
}

.contact-details div {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.contact-details .contact-address,
.contact-details .contact-phone,
.contact-details .contact-email,
.contact-details .contact-person {
  padding-left: 28px;
}

.contact-position {
  font-weight: 500;
}

.contact-info li .address a::before,
.contact-info li .phone-number a::before,
.contact-info li .email-address a::before,
.contact-details .contact-address::before,
.contact-details .contact-phone::before,
.contact-details .contact-email::before,
.contact-details .contact-person::before {
  font-family: "Font Awesome 5 Pro";
}

.contact-details .contact-address::before,
.contact-details .contact-phone::before,
.contact-details .contact-email::before,
.contact-details .contact-person::before {
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-address::before,
.contact-info li .address a::before {
  content: "\f3c5";
}

.contact-phone::before,
.contact-info li .phone-number a::before {
  content: "\f095";
}

.contact-email::before,
.contact-info li .email-address a::before {
  content: "\f0e0";
}

.contact-person::before {
  content: "\f007";
}

.social-media,
.social-sharer {
  margin: 0;
  list-style: none;
}

.social-media li,
.social-sharer li {
  display: inline-block;
}

.social-media li:not(:last-child),
.social-sharer li:not(:last-child) {
  margin-right: 5px;
}

.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
**************************************/
.google-map-element.row-fluid.full-column .cell {
  padding: 0;
}

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

/*************************************
#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: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  box-shadow: none;
  height: 50px;
  margin: 0;
  border-radius: 6px;
}

select {
  background-position: right -10px center;
}

.select2-container .select2-selection--multiple {
  min-height: 50px;
  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 {
  box-shadow: none;
  background: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #0a0a0a;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0a0a0a;
}

select,
::placeholder {
  color: #0a0a0a;
}

/*************************************
!FORMS - END
*************************************/
/*************************************
#GRAVITY FORMS - START
*************************************/
.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;
}

@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
*************************************/

/*************************************
#HELPERS - START
*************************************/
@media (min-width: 641px) and (max-width: 1023px){
	.image-above-content-for-medium .hic-box > .hic-content{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}	
}
/*************************************
!HELPERS - END
*************************************/

/*************************************
#HEADER - START
**************************************/
/*Header Menu - START*/
.header .menu a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--lp--custom-preset--primary-font);
}

.header .menu .menu-button:not(:first-child) {
  margin-left: 1.5rem;
}

.header .menu .submenu {
  border: none !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.header .menu .submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .menu .submenu li a {
  transition: all 0.25s ease-in-out;
}

.header .menu .submenu li a:hover {
  padding-left: 15px;
}

.header .menu .is-dropdown-submenu {
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.header .menu .is-dropdown-submenu li {
  transition: all 0.25s ease-in-out;
  border-bottom: 1px #e6e6e6 solid;
}

.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
  line-height: 1.4;
  font-size: 13px;
  padding: 8px;
}

.header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header .menu .is-dropdown-submenu li.active a {
  color: #fff !important;
}

.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}

.header .menu li:hover>.is-dropdown-submenu {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.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 .is-dropdown-submenu li a {
  background-color: var(--lp--base-preset--brand-color--primary);
}

.header-theme .header .is-dropdown-submenu li a {
  background-color: var(--lp--base-preset--brand-color--dark);
}

/*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 li:not(:last-child),
.header .bottom-header ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 8px;
}

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

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

@media (max-width: 640px) {

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

/*Top and Bottom Header - END*/

/*Top Bar - START*/
.header .top-bar {
  min-height: var(--lp--base-preset--header--top-bar--min-height);
  padding: 15px 0;
  transition: 0.3s all;
}

.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-omn_listing) .header .top-bar {
  padding: 30px 0 15px 0;
  transition: 0.3s all;
}

.header .top-bar .logo-wrap {
  margin-bottom: 0;
  text-align: center;
  display: flex;
}

.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: 150px;
}

.header .top-bar .top-bar-right.hide-for-large .menu li {
  margin-left: 5px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}

.header .top-bar .elem-phone {
  display: none;
}

.header .top-bar .menu-icon {
  width: 35px;
  height: 24px;
  overflow: hidden;
}

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

@media (max-width: 1023px) {
  .header .phone a {
    padding: 6px 12px;
  }
}

/*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-body .top-bar-col p{
	margin-bottom: 0;
}

.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;
}

/* .header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-col-1,
.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-col-3 {
  width: 40%;
} */

.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
  margin-right: auto;
  position: relative;
}

.header.custom-header-layout .top-bar .top-bar-body .top-bar-col .menu {
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
    width: 20%;
  }

  .header.custom-header-layout .top-bar .top-bar-hamburger-menu {
    display: none;
  }
}

@media (max-width: 1023px) {

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

/*Custom Header Layout - END*/

/*Header Transparent - START*/
.header-transparent .header .menu li a,
.header-transparent .header .contact-info li a,
.default-header-color.header-transparent .header .menu li a,
.default-header-color.header-transparent .header .contact-info li a,
.header-light.header-transparent .header .menu li a,
.header-light.header-transparent .header .contact-info li a,
.header-theme.header-transparent .header .menu li a,
.header-theme.header-transparent .header .contact-info li a,
.header-dark.header-transparent .header .menu li a,
.header-dark.header-transparent .header .contact-info li a,
.header-transparent .social-media a {
  color: #fff;
}
.header-transparent .header .menu li a:hover,
.header-transparent .header .menu li.active a {
  color: var(--lp--base-preset--brand-color--primary);
}


.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header,
.single-property_type.header-transparent:not(.sticky-header.scrolled) .header,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header {
  background: #fff;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .site-logo,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .site-logo {
  display: none;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .alternative-logo,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .alternative-logo {
  display: block;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .menu li a {
  color: var(--lp--base-preset--body--color);
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu .submenu li a,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .menu .submenu li a {
  color: #fff;
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu li.menu-button a:hover,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button a:hover {
  color: #fff;
  border-color: var(--lp--base-preset--button--background-color);
}

.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu-icon::after,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu-icon::after {
  background: var(--lp--base-preset--body--color);
  box-shadow: -16px 9px 0px var(--lp--base-preset--body--color),
    0px 18px 0px var(--lp--base-preset--body--color);
}

.header-transparent.sticky-header.scrolled .header {
  background-color: var(--lp--base-preset--brand-color--dark);
}

.header-transparent.page-banner-hidden .off-canvas-content,
.header-transparent.lp-hero-hidden .off-canvas-content,
.sticky-header:not(.header-transparent) .off-canvas-content,
.sticky-header.page-banner-hidden .off-canvas-content,
.sticky-header.lp-banner-hidden .off-canvas-content {
  padding-top: var(--lp--base-preset--header--min-height);
}

.off-canvas-buttons {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}

.off-canvas-buttons > a {
    width: 100%;
}

@media (min-width: 1024px) {

  .header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .menu li.menu-button a,
  .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .menu li.menu-button a {
    /* border-color: var(--lp--base-preset--body--color); */
    color: #fff;
  }
}

/*Header Transparent - END*/
/*Header Theme & Secondary - START*/
.header-theme .header .menu li.menu-button a,
.header-secondary .header .menu li.menu-button a {
  border: 1px solid;
}

.header-theme .header .menu li.menu-button a:hover {
  background-color: #fff;
  color: var(--lp--base-preset--brand-color--primary);
}

.header-secondary .header .menu li.menu-button a:hover {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
  border: 1px solid var(--lp--base-preset--brand-color--primary);
}

/*Header Theme & Secondary - END*

/*Sticky Header - START*/
.scrolled-up-sticky-header .header {
  transition: all 1s ease-in-out;
}

.sticky-header.admin-bar .header {
  transition: 0.3s all;
}

/*Sticky Header - END*/
/*************************************
!HEADER - END
**************************************/
/*************************************
#OFF CANVAS - START
**************************************/
.off-canvas {
  background-color: 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 .logo-wrap {
    height: var(--lp--base-preset--header--min-height);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: 11px 17px;
  font-size: 16px;
}

@media (min-width: 641px) {
  .has-sticky-element .off-canvas-wrapper {
    overflow: inherit;
  }
}

/*************************************
!OFF CANVAS - END
**************************************/

/*************************************
#SLICK SLIDER - START
**************************************/
.row-fluid.carousel .slick-list {
  margin: 0 -15px;
}

.slick-slider .slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: var(--lp--base-preset--brand-color--primary);
}

.theme-section .slick-dots li.slick-active button:before {
  color: var(--lp--base-preset--body--color);
}

.carousel .slick-dotted>.slick-dots {
  bottom: -35px;
}

@media (min-width: 641px) {
  .carousel .slick-dotted.slick-slider {
    margin-bottom: 65px;
  }

  .carousel .slick-dotted>.slick-dots {
    bottom: -65px;
  }
}

/*************************************
!SLICK SLIDER - END
**************************************/

/*************************************
#GRID - START
**************************************/
/* Grid Layout 1 - Start */
@media (min-width: 641px) {

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

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

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

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

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

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

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

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

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

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

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

/*************************************
#HERO - START
**************************************/
.hero,
.hero label,
.hero h1 {
  color: #fff;
}

.hero .hero-body {
  grid-row-gap: 30px;
  align-items: center;
}

.hero .hero-banner-message h1,
.hero .hero-banner-message .h1,
.lp-hero .lp-hero-banner h1 {
  font-size: 30px;
  font-weight: 400;
}

body:not(.home) .hero .hero-banner-message h1,
body:not(.home) .hero .hero-banner-message .h1,
body:not(.home) .lp-hero .lp-hero-banner h1 {
  font-weight: 400;
}

.hero .hero-banner-message,
.lp-hero .lp-hero-banner {
  font-weight: 400;
  font-size: 16px;
}

.hero .hero-banner-message h1 span,
.hero .hero-banner-message h1 em {
  display: block;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 32px;
  font-style: normal;
  padding-top: 20px;
}

.hero-banner-message .hic-button-wrap {
  margin-top: 45px;
}

.hero-banner-message .hic-button-wrap .button {
  min-width: 180px;
  text-transform: uppercase;
}

.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button:hover {
  background-color: #fff;
  color: #000;
}

.hero .hero-banner-message .play-video .button {
  opacity: 1;
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  color: #fff;
}

.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
  padding-bottom: 30px;
  align-items: center;
}
@media (max-width: 640px) {
  .hero .hero-banner-message .hic-button-wrap {
    flex-direction: column;
  }
  .hero .hero-banner-message .hic-button-wrap .button {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .hero-banner-message h1 span,
  .hero .hero-banner-message h1 em {
    font-size: 16px;
    line-height: 50px;
  }
}
@media (min-width: 641px) {
  .default-width .hero.text-center:not(.form-side) .grid-container {
    max-width: 900px;
  }
  .wide-layout .hero.text-center:not(.form-side) .grid-container {
    max-width: 975px;
  }
  .hero .hero-banner-message h1,
  .hero .hero-banner-message .h1,
  .lp-hero .lp-hero-banner h1 {
    font-size: 46px;
  }
  .hero .hero-banner-message,
  .hero .hero-banner-message p,
  .lp-hero .lp-hero-banner {
    font-size: 21px;
  }
}

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

/*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-slider .slick-arrow::before,
.hero .slick-slider .slick-arrow::after {
  color: var(--lp--base-preset--brand-color--primary);
}

@media (max-width: 640px) {
  .hero .hero-slider .slick-list {
    margin: 0;
  }
}

/*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.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper input::placeholder,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper select,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner) .hero-form-container .gform_wrapper textarea::placeholder {
  color: #fff;
}

/* Hero with Form - END*/
/* Hero with Solid Background Colour - Start*/
.hero.banner-solid-colour.default-banner .hero-banner-message h1,
.hero.banner-solid-colour.grey-banner .hero-banner-message h1,
.hero.banner-solid-colour.light-banner .hero-banner-message h1 {
  color: #000;
}

/* Hero with Solid Background Colour - End*/

/*Hero Heights - START*/
@media (min-width: 641px) {
  body:not(.header-transparent) .hero:not(.page-banner).default-height {
    min-height: 500px;
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(400px + 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.full-screen-banner {
    min-height: calc(100vh - var(--lp--base-preset--header--min-height));
  }

  .header-transparent .hero.full-screen-banner {
    min-height: 100vh;
  }
	
  body:not(.header-transparent) .hero.page-banner.default-height{
    min-height: 250px;
  }
	
  body:not(.header-transparent) .hero.banner-solid-colour.short-height{
    min-height: 250px;
  }
}

@media (min-width: 783px) {
  .admin-bar.header-transparent .hero.full-screen-banner,
  .admin-bar.header-transparent .lp-hero.lp-hero-full-screen{
    min-height: calc(100vh - 32px);
  }

  .admin-bar:not(.header-transparent) .hero.full-screen-banner,
  .admin-bar:not(.header-transparent) .lp-hero.lp-hero-full-screen{
    min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 32px));
  }
}

@media (min-width: 1024px) {
  .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: 250px;
  }

  .header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: calc(250px + 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: 625px;
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(650px + 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;
  }

  body:not(.header-transparent) .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 150px;
  }

  .header-transparent .hero.page-banner.default-height {
    min-height: calc(200px + var(--lp--base-preset--header--min-height));
  }

  body:not(.header-transparent) .hero.short-banner {
    min-height: 200px;
  }

  .header-transparent .hero.short-banner {
    min-height: calc(200px + var(--lp--base-preset--header--min-height));
  }

  body:not(.header-transparent) .hero.tall-banner {
    min-height: 350px;
  }

  .header-transparent .hero.tall-banner {
    min-height: calc(400px + var(--lp--base-preset--header--min-height));
  }

  .hero.full-screen-banner,
  body:not(.header-transparent) .hero:not(.page-banner).default-height {
    min-height: 100vh;
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(100vh + var(--lp--base-preset--header--min-height));
  }

  .header-transparent .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: calc(150px + 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************************
#ACCORDION - START
**************************************/
.hic-blurb>.page-element.accordion-element{
  padding-top: 30px;
}
.accordion-element .accordion,
.lp-accordion{
  margin-bottom: 0;
  background: transparent;
}
.accordion-element .accordion .accordion-item:not(:last-of-type),
.lp-accordion .lp-accordion-item:not(:last-of-type){
  border-bottom: 1px solid #bababa;
}
.accordion-title,
.lp-accordion-title,
.tabs-title>a{
  font-size: 16px;
}
.accordion-title,
.lp-accordion-title{
  border: none;
  line-height: 1.2;
  transition: all 0.25s ease-in-out;
  padding-left: 0;
  padding-bottom: 20px;
  font-size: 21px;
}

.lp-accordion-title{
	padding-top: 20px;
}

.accordion-element.page-element .accordion-title,
.lp-accordion-title{
  color: var(--lp--base-preset--heading--color);
}
.accordion-title::before,
.lp-accordion-title::after{
  transform: translateY(-50%);
  margin: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #1A4578;
}

.is-active > .accordion-title::before,
.lp-accordion-title.lp-active::after{
  content: "\f077";
}

.lp-accordion-title::after {
    position: absolute;
    top: 50%;
    right: 1em;
}

.accordion-title,
:last-child:not(.is-active)>.accordion-title,
:last-child:not(.is-active)>.accordion-content,
.lp-accordion-title,
:last-child>.lp-accordion-title:not(.lp-active),
:last-child>.lp-accordion-content:not(.lp-active){
  border: none;
}
.accordion-element:not(.two-column-accordion) .accordion-item:not(.is-active):not(:last-of-type) .accordion-title{
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}

:last-child>.accordion-content:last-child,
:last-child>.lp-accordion-content:last-child{
  border: none;
}
.accordion-title:focus,
.accordion-title:hover,
.lp-accordion-title:focus,
.lp-accordion-title:hover{
  background-color: transparent;
}
.accordion-content,
.lp-accordion-content{
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  font-size: 16px;
  padding-bottom: 20px;
}
.accordion-element.second-theme-section .accordion-content,
.accordion-element.theme-section .accordion-content,
.accordion-element.dark-section .accordion-content {
  background-color: #fff;
}
.accordion-element.second-theme-section .accordion-title {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.accordion-element.dark-section .section-title {
  color: #fff;
}
@media print,
screen and (min-width: 40em) {
  .accordion-content>.medium-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .accordion-title {
    font-size: 28px;
  }
  .accordion-element .accordion .accordion-item:first-of-type .accordion-title {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .accordion-element .feature-image {
    margin-bottom: 15px;
  }
  .accordion-element.two-column-accordion .accordion-container:first-child {
    margin-bottom: -1px;
  }
}

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

/*Image Left & Right - START*/
.accordion-element .section-body .feature-image .hic-image {
  border-radius: 28px;
}
@media (min-width: 1024px) {
  .accordion-element.image-right-accordion .section-body .feature-image {
    width: 60%;
    padding-left: 60px;
  }
  .accordion-element.image-right-accordion .section-body .accordion-container {
    width: 40%;
  }
  .accordion-element.image-left-accordion .section-body .feature-image {
    width: 60%;
    padding-right: 60px;
  }
  .accordion-element.image-left-accordion .section-body .accordion-container {
    width: 40%;
  }
}
/*Image Left & Right - END*/
/*************************************
!ACCORDION - END
**************************************/

/*************************************
#TABS - START
**************************************/
.tabs {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #cecece;
  display: flex;
  column-gap: 20px;
  background-color: transparent;
}

.tabs-panel {
  padding: 0px;
}

.tabs::after,
.tabs::before {
  display: none;
}

.text-center .tabs {
  justify-content: center;
}

.tabs .tabs-title>a {
  color: var(--lp--base-preset--body--color);
  background-color: transparent;
  font-weight: 600;
}

.tabs .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;
  }
}

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

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

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

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

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

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

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

/* Horizontal - End */

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

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

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

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

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

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

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

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

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

/*************************************
#PAGE ELEMENTS - START
**************************************/
.page-element.grid .section-body .hic-item {
  margin-bottom: 20px;
}
.page-element,
.sidebar-element{
  padding: 50px 15px;
}

.page-element.grid.image-left-content .hic-item.medium-12:not(:last-child) {
    margin-bottom: 50px;
}

.header, .hero, .footer{
	padding-left: 15px;
	padding-right: 15px;
}

.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;
}
.page-element.has-bg-img .bg-image::before {
  background-color: rgb(0, 0, 0, 0.4);
}
.page-element.grid .section-body,
.tab .grid-padding-x.tab-properties,
.page-element.grid .section-body .hic-block .block-body {
  grid-row-gap: 15px;
}
.default-section.has-bg-img h2 {
  color: #fff;
}
.page-element .section-body .lp-element {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.text-link .hic-button-wrap a,
.hic-item.text-link .hic-button-wrap a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3.5px;
}
.section-header {
/*   margin-bottom: 30px; */
}
.section-header .sub-heading {
/*   margin-bottom: 20px; */
}
.section-title,
.split-50-50 .medium-12 .hic-title h3,
.image-left-content .hic-title h3
{
  font-size: 32px;
}
.section-title span,
.hic-title span,
.image-left-content .hic-title h3 span,
.image-right-content .hic-title h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 49px;
  color: var(--lp--base-preset--brand-color--primary);
}
.hic-title h3 {
  margin-top: 0;
  font-size: 1.5rem;
}
.hic-blurb p:last-child {
  margin-bottom: 0;
}
.hic-blurb>.page-element {
  padding: 0;
}
.hic-blurb>.page-element.text-left .hic-button-wrap {
  justify-content: start;
}
.hic-icon i {
  font-weight: 300;
}
.hic-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.hic-avatar.hic-image::before {
  padding-top: 100%;
}
.hic-label {
  font-weight: 500;
}
.hic-date-time,
.hic-location {
  position: relative;
  padding-left: 28px;
}
.hic-date-time::before,
.hic-location::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}
.hic-date-time::before {
  content: "\f073";
}
.hic-location::before {
  content: "\f3c5";
}
.hic-button-wrap {
  margin-top: 25px;
}
.hic-seperator::before {
  content: ", ";
}
.hic-box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: all 1s ease;
}
.hic-image {
  border-radius: 28px;
}
.hic-image-count {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 15px;
  left: 15px;
}
.hic-image-count::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: currentColor;
  font-size: 24px;
  margin-right: 6px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTQ0IDI4OEMxNDQgMjI2LjEgMTk0LjEgMTc2IDI1NiAxNzZDMzE3LjkgMTc2IDM2OCAyMjYuMSAzNjggMjg4QzM2OCAzNDkuOSAzMTcuOSA0MDAgMjU2IDQwMEMxOTQuMSA0MDAgMTQ0IDM0OS45IDE0NCAyODh6TTI1NiAyMjRDMjIwLjcgMjI0IDE5MiAyNTIuNyAxOTIgMjg4QzE5MiAzMjMuMyAyMjAuNyAzNTIgMjU2IDM1MkMyOTEuMyAzNTIgMzIwIDMyMy4zIDMyMCAyODhDMzIwIDI1Mi43IDI5MS4zIDIyNCAyNTYgMjI0ek0zNjIuOSA2NC44MkwzNzMuMyA5Nkg0NDhDNDgzLjMgOTYgNTEyIDEyNC43IDUxMiAxNjBWNDE2QzUxMiA0NTEuMyA0ODMuMyA0ODAgNDQ4IDQ4MEg2NEMyOC42NSA0ODAgMCA0NTEuMyAwIDQxNlYxNjBDMCAxMjQuNyAyOC42NSA5NiA2NCA5NkgxMzguN0wxNDkuMSA2NC44MkMxNTUuNiA0NS4yMiAxNzMuOSAzMiAxOTQuNiAzMkgzMTcuNEMzMzguMSAzMiAzNTYuNCA0NS4yMiAzNjIuOSA2NC44MkgzNjIuOXpNNjQgMTQ0QzU1LjE2IDE0NCA0OCAxNTEuMiA0OCAxNjBWNDE2QzQ4IDQyNC44IDU1LjE2IDQzMiA2NCA0MzJINDQ4QzQ1Ni44IDQzMiA0NjQgNDI0LjggNDY0IDQxNlYxNjBDNDY0IDE1MS4yIDQ1Ni44IDE0NCA0NDggMTQ0SDMzOC43TDMxNy40IDgwSDE5NC42TDE3My4zIDE0NEg2NHoiLz48L3N2Zz4=);
}
.thumb-play-video-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
}
.thumb-play-video-icon::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f04b";
}
.hic-box:hover .vpv-container::after {
  transition: .3s all;
  background-color: var(--lp--base-preset--button--background-color--hover);
  border-color: var(--lp--base-preset--button--background-color--hover);
}
.hic-box:hover .vpv-container::before {
    background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
    transition: .3s all;
}
.vpv-container {
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.has-video .vpv-container {
  top: unset;
  left: 20px;
  bottom: 20px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.vpv-container::before {
  content: "\f04b";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  display: block;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: .3s all;
  color: #fff;
}
.vpv-container::after {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid #fff;
}
.vpv-container .table-cell-mid {
  display: none;
}
@media (max-width: 640px) {
  .split-50-50 .medium-12 .hic-title h3 {
    font-size: 1.5rem;
  }
}

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

/*Single Pages - START*/
.single .content-element .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*/

/*Responsive - START*/
@media (min-width: 641px) {
  .page-element,
  .sidebar-element{
    padding: 80px 40px;
  }
	
  .page-element.grid.image-left-content .hic-item.medium-12:not(:last-child) {
    margin-bottom: 80px;
  }
	
  .header, .hero, .footer{
	  padding-left: 40px;
	  padding-right: 40px;
  }
	
  .page-element.grid .section-body,
  .tab .grid-padding-x.tab-properties,
  .page-element.grid .section-body .hic-block .block-body {
    grid-row-gap: 0px;
  }
  .section-title,
  .split-50-50 .medium-12 .hic-title h3,
  .image-left-content .hic-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .page-element {
    padding: 100px 50px;
  }
  .sidebar-element {
    padding: 100px 0;
  }
  .header, .hero, .footer{
	padding-left: 50px;
	padding-right: 50px;
  }
	.page-element.grid.image-left-content .hic-item.medium-12:not(:last-child) {
		margin-bottom: 100px;
	}
  .row-fluid .medium-6:not(.large-3, .large-4) .hic-title h3,
  .row-fluid .medium-12 .hic-title h3 {
    font-size: 2.875rem;
  }
  .medium-12 .hic-title h3 {
    font-size: 42px;
  }
  .split-50-50 .medium-12 .hic-blurb,
  .medium-6:not(.large-3, .large-4) .hic-blurb {
    font-size: 1.313rem;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-omn_listing) .header .top-bar {
    padding: 0px 0 15px 0;
  }
  .page-element.grid .hic-item {
    margin-bottom: 20px;
  }
  .split-50-50 .has-media .hic-box>.hic-media-container,
  .split-50-50 .has-media .hic-box>.hic-content {
    width: 100%;
  }
  body .split-50-50 .has-media .hic-box>.hic-content {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .header .top-bar .logo-wrap .logo {
    max-width: 150px;
  }
}
/*Responsive - END*/
/*************************************
!PAGE ELEMENTS - END
**************************************/

/*************************************
#IMAGE LAYOUTS - START
**************************************/
/*Image Above Content - START*/
.image-above-content.page-element .hic-content {
  padding: 20px;
}

.image-above-content.page-element .hic-title h3 {
  text-transform: uppercase;
}

.image-above-content.dark-section .section-title {
  color: #fff;
}

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

.image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content,
.image-above-content.light-section:not(.content-element, .has-img-bg) .hic-content,
.image-above-content.second-theme-section:not(.content-element, .has-img-bg) .hic-content {
  background-color: var(--lp--base-preset--brand-color--grey);
}

.image-above-content.dark-section:not(.content-element, .has-img-bg) .hic-content {
  background-color: #000;
}

.image-above-content.theme-section:not(.content-element, .has-img-bg) .hic-content {
  background-color: var(--lp--base-preset--brand-color--secondary);
}

.image-above-content.theme-section .hic-title h3,
.image-above-content.theme-section .contact-phone a,
.image-above-content.theme-section:not(.content-element, .has-img-bg) .hic-content {
  color: var(--lp--base-preset--body--color);
}

.image-above-content.page-element .section-body .button {
  display: block;
  width: 100%;
}

.image-above-content:not(.dark-section) .section-body .button {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}

.image-above-content:not(.theme-section) .section-body .button:hover {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
  border: 1px solid var(--lp--base-preset--brand-color--primary);
}

.image-above-content.theme-section .section-body .button:hover {
  background-color: var(--lp--base-preset--brand-color--dark);
  color: #fff;
  border: 1px solid var(--lp--base-preset--brand-color--dark);
}

.image-above-content.grid .section-footer .hic-button-wrap {
  margin-top: 80px;
}

/*Image Above Content - END*/

/*Image Left or Right Content - START*/
.image-left-content.row-fluid .hic-image::before,
.image-right-content.row-fluid .hic-image::before {
  padding-top: 66.66667%;
}
.image-left-content.dark-section .hic-button-wrap .button,
.image-right-content.dark-section .hic-button-wrap .button,
.image-left-content.theme-section .hic-button-wrap .button,
.image-right-content.theme-section .hic-button-wrap .button {
  color: #000;
}
.image-left-content.dark-section .section-title,
.image-right-content.dark-section .section-title {
  color: #fff;
}
.image-left-content.tab-layout .hic-box,
.image-right-content.tab-layout .hic-box {
  align-items: center;
}
@media (min-width: 641px) {
  .image-left-content.then-right.row-fluid .section-body {
    row-gap: 0;
  }
  .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 .has-media .hic-content {
    padding-left: 60px;
  }
  .image-left-content .medium-12.has-media .hic-box,
  .image-right-content .medium-12.has-media .hic-box {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .image-left-content.row-fluid .medium-12.has-image .hic-content,
  .image-right-content.row-fluid .medium-12.has-image .hic-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .default-width .image-left-content.row-fluid .medium-12.has-image .hic-content,
  .default-width .image-right-content.row-fluid .medium-12.has-image .hic-content {
    max-width: 600px;
  }
  .wide-layout .image-left-content.row-fluid .medium-12.has-image .hic-content,
  .wide-layout .image-right-content.row-fluid .medium-12.has-image .hic-content {
    max-width: 760px;
  }
}
@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.row-fluid .has-media .hic-content,
  .image-right-content.row-fluid .has-media .hic-content {
    padding: 30px;
  }
  .image-left-content.default-section .has-media .hic-content,
  .image-right-content.default-section .has-media .hic-content {
    padding-top: 30px;
  }
  .image-left-content:not(.default-section) .hic-content,
  .image-right-content:not(.default-section) .hic-content {
    padding-top: 30px;
  }
}
/*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.long-portrait-images .hic-image {
	max-height: calc(100vh - var(--lp--base-preset--header--min-height));
}
.image-overlay-content.dark-section .section-title {
  color: #fff;
}
.image-overlay-content.row-fluid .medium-12 .hic-image::before {
  padding-top: 33.3333%;
}
.image-overlay-content:not(.portrait-images, .long-portrait-images, .cta-element) .large-3 .hic-image::before {
  padding-top: 120%;
}
.image-overlay-content .hic-box {
  border-radius: 28px;
}
.image-overlay-content .has-media .hic-media-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to bottom, transparent 70%, var(--lp--base-preset--brand-color--dark) 100%);
  z-index: 1;
}
.image-overlay-content.content-align-top:not(.cta-element, .videos-element) .has-media .hic-media-container .overlay {
  background: linear-gradient(to top, transparent 0%, var(--lp--base-preset--brand-color--dark) 100%);
}
.image-overlay-content .has-media .hic-content {
  padding: 30px;
  color: #fff;
  justify-content: flex-end;
  height: 100%;
}
.image-overlay-content .has-media.has-video .hic-box {
  cursor: pointer;
}
.image-overlay-content .has-media.has-video .hic-content {
  padding-left: 110px;
}
.image-overlay-content.content-align-top:not(.cta-element, .videos-element) .has-media .hic-content {
  justify-content: flex-start;
}
.image-overlay-content .hic-title h3,
.image-overlay-content .text-link .hic-button-wrap a {
  color: #fff;
}
.image-overlay-content .hic-title h3{
	margin-bottom: 1rem;
}
.image-overlay-content .hic-content {
  position: relative;
}
.image-overlay-content.icon-button:not(.cta-element) .hic-content .hic-button-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.image-overlay-content.icon-button:not(.cta-element) .hic-content .hic-button-wrap .button {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  min-width: auto;
  transition: .3s all;
  border: 0;
}

.image-overlay-content.icon-button:not(.cta-element) .hic-content .hic-button-wrap .button:hover,
.image-overlay-content.icon-button:not(.cta-element) .hic-content .hic-button-wrap .button:focus{
	background-color: var(--lp--base-preset--brand-color--primary);
}

.image-overlay-content.icon-button:not(.cta-element) .hic-box .hic-image,
.image-overlay-content.icon-button:not(.cta-element) .hic-box .hic-image{
	transition: .3s all;
}

.image-overlay-content.icon-button:not(.cta-element) .hic-box:hover .hic-image,
.image-overlay-content.icon-button:not(.cta-element) .hic-box:focus .hic-image{
	transform: scale(1.2);
}

.image-overlay-content.icon-button:not(.cta-element) .box-link .hic-content::after {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 0;
  width: 64px;
  height: 64px;
  min-width: auto;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all;
}
.image-overlay-content.icon-button:not(.cta-element) .hic-content .hic-button-wrap .button::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.image-overlay-content .hic-content .button:hover,
.image-overlay-content .hic-content .button:focus {
  background-color: var(--lp--base-preset--button--background-color--hover);
  border-color: var(--lp--base-preset--button--background-color--hover);
  transition: .3s all;
}
.image-overlay-content.icon-button:not(.cta-element) .box-link .hic-box:hover .hic-content::after {
  background-color: var(--lp--base-preset--brand-color--primary);
/*   color: var(--lp--base-preset--button--color--hover); */
  transition: .3s all;
}
.image-overlay-content:not(.cta-element, .videos-element) .box-link.has-media .hic-box .hic-image {
  transition: .3s all;
  transform: scale(1);
}
.image-overlay-content:not(.cta-element, .videos-element) .box-link.has-media .hic-box:hover .hic-image {
  transform: scale(1.2);
  transition: .3s all;
}
.image-overlay-content .hic-box {
  overflow: hidden;
}
/* .image-overlay-content:not(.portrait-images, .long-portrait-images, .cta-element) .has-image .hic-image::before {
  padding-top: 120%;
} */
.image-overlay-content .hic-title h3 {
  font-size: 1.3rem;
}
.image-overlay-content .hic-item a:not(.button) {
  color: #fff;
}
.image-overlay-content .has-category .hic-term {
  order: -1;
  text-transform: uppercase;
  font-size: 14px;
}
/*Image Overlay Content - END*/

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

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

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

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

@media (max-width: 1023px) {

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

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

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

.icon-above-content.default-alignment .hic-icon,
.icon-above-content.text-center .hic-icon {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*Icon Above Content - END*/

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

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

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

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

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

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

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

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

/*Icon Left Content - END*/

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

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

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

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

/*************************************
#CUSTOM ELEMENTS - START
**************************************/
/*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;
  }
}

/*About Element - END*/

/*Contact Form Element - START*/
.contact-form-element.default-alignment .section-header {
  text-align: center;
}

.contact-form-element .section-body h2 {
  font-weight: 600;
}

.contact-form-element .section-body {
  font-weight: 400;
}

.contact-form-element .section-body a {
  color: var(--lp--base-preset--body--color);
}

.contact-form-element .section-body .contact-details div::before {
  color: #acacac;
}

.contact-form-element .section-body .cell:nth-of-type(2) {
  padding-top: 20px;
}

@media (min-width: 641px) {
  .contact-form-element .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .contact-form-element.three-columns .grid-x>.medium-4:not(:last-child) {
    width: 50%;
  }

  .contact-form-element.three-columns .grid-x>.medium-4:last-child {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .contact-form-element .gform_wrapper {
    margin-top: 30px;
  }
}

/*Contact Form Element - END*/

/*Newsletter Form - START*/
.newsletter-form .gform_fields {
  position: relative;
}

.newsletter-form .gform_fields .gfield {
  padding: 0;
}

.newsletter-form input[type=email] {
  background-color: #fff;
  border: none;
  border-radius: 31px;
  font-size: 14px;
  height: 61px;
  padding: 8px 30px !important;
}

.newsletter-form input[type=email]::placeholder {
  color: #C5C5C5;
}

.newsletter-form #field_submit {
  position: absolute;
  width: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-form #field_submit::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  color: var(--lp--base-preset--button--color--hover);
  font-size: 24px;
  font-weight: 300;
}

.newsletter-form #field_submit input {
  margin: 0;
  border-radius: 50%;
  width: 45px;
  min-width: 45px;
  height: 45px;
  font-size: 0;
}

.footer .gform_wrapper .newsletter-form .gform_footer {
  padding: 0;
}
/*Newsletter Form - END*/

/*Achievements Counter Element - START*/
.achievements-counter-element .hic-title h3{
	margin-bottom: .5rem;
}

.achievements-counter-element .hic-title h3 span {
  position: relative;
  top: -5px;
  display: inline-block;
}
.achievements-counter-element .hic-title h3,
.achievements-counter-element .hic-title h3 span {
  font-size: 42px;
}
/*Achievements Counter Element - END*/

/*Partner Logos Element - START*/
.partner-logos-element .section-title {
  font-size: 23px;
  text-transform: uppercase;
  color: #1A4578;
}
.partner-logos-element .grid-container {
  background-color: #fff;
  border-radius: 28px;
  padding: 30px;
}
@media (min-width: 641px) {
  .partner-logos-element .grid-container {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .partner-logos-element .grid-container {
    padding: 100px;
  }
}
@media (max-width: 1440px) {
  .partner-logos-element .grid-container {
    margin: 0 15px;
  }
}
/*Partner Logos Element - END*/

/*Videos Element - START*/

/*Videos Element - END*/

/*Featured News Element - START*/
.featured-news-element > .inner-section > .grid-container > .section-body {
  align-items: center;
}
.featured-news-element .cell.medium-6:first-of-type p {
  font-size: 18px;
}

.default-section.featured-news-element .cell.medium-6:first-of-type p,
.light-section.featured-news-element .cell.medium-6:first-of-type p,
.grey-section.featured-news-element .cell.medium-6:first-of-type p{
	color: #1A4578;
}
.featured-news-element .search-widget {
  position: relative;
}
.featured-news-element .search-widget .filter-text {
  width: 100%;
  position: relative;
}
.featured-news-element .search-widget .filter-text::before  {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #B0B0B0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.featured-news-element .search-widget .filter-text input {
  min-height: 61px;
  border: 1px solid #b4b4b4;
  border-radius: 51px;
  padding-left: 40px;
  padding-right: 130px;
}
.featured-news-element .search-widget .filter-text input::placeholder {
  color: #B0B0B0;
}
.featured-news-element .search-widget .field.last {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.featured-news-element .cell.medium-6:last-of-type .hic-item {
  margin-bottom: 0;
  padding: 0;
}
.featured-news-element .cell.medium-6:last-of-type .hic-media-container .hic-image::before {
  padding-top: 75%;
}
.featured-news-element .cell.medium-6:last-of-type .hic-box:not(:hover) .hic-content .hic-title h3 {
  color: #fff;
}
@media (max-width: 640px) {
  .featured-news-element .cell.medium-6:last-of-type {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .featured-news-element .cell:first-of-type p {
    font-size: 23px;
  }
}
/*Featured News Element - END*/

/*Contact Info Element - START*/
.contact-info-element {
  max-width: 1440px;
  margin: 30px 15px;
  padding: 30px 45px;
}
.contact-info-element .section-header {
  max-width: 700px;
}
.contact-info-element .sub-heading {
  font-size: 16px;
}
.contact-info-element .bg-image {
  border-radius: 28px;
}
.contact-info-element .bg-image::before {
  background: linear-gradient(to left, transparent, var(--lp--base-preset--brand-color--dark) 100%);
  background-color: unset !important;
}
.contact-info-element .contact-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 50px;
}
.contact-info-element .contact-info > div {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
.contact-info-element .contact-info h3 {
  font-size: 22px;
  color: #fff;
}
.contact-info-element .contact-info .contact-details,
.contact-info-element .contact-info p {
  font-size: 17px;
}
.contact-info-element .contact-info .contact-details a {
  color: #fff;
}
.contact-info-element .contact-info .contact-details div {
  padding-left: 0;
}
.contact-info-element .contact-info .contact-details div::before {
  display: none;
}
@media (min-width: 641px) {
  .contact-info-element {
    padding: 80px 100px;
    margin: 50px 15px;
  }
  .contact-info-element .contact-info h3 {
    font-size: 25px;
  }
  .contact-info-element .sub-heading {
    font-size: 18px;
  }
  .contact-info-element .contact-info .contact-details,
  .contact-info-element .contact-info p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .contact-info-element .contact-info {
    max-width: 700px;
  }
  .contact-info-element .contact-info > div {
    width: 47%;
    padding-right: 50px;
  }
  .contact-info-element .contact-info h3 {
    font-size: 28px;
  }
  .contact-info-element .sub-heading {
    font-size: 21px;
  }
  .contact-info-element .contact-info .contact-details,
  .contact-info-element .contact-info p {
    font-size: 23px;
  }
}
@media (min-width: 1440px) {
  .contact-info-element {
    margin: 80px auto;
  }
}
/*Contact Info Element - END*/
/*************************************
!CUSTOM ELEMENTS - END
**************************************/

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

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

.hic-card {
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Info Window - END*/

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

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

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

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

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

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

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

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

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

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

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

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

/*************************************
!LISTING ELEMENT - END
**************************************/

/*************************************
#POST ELEMENT - START
**************************************/
.post-element:not(.image-overlay-content, .dark-section, .theme-section) .hic-title a h3 {
  color: var(--lp--base-preset--heading--color);
}

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

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

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

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

.post-element.image-above-content .has-category .hic-box .hic-term.category .hic-value a {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 6px;
  font-weight: 400;
  color: #fff;
}

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

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

.post-element.theme-section .hic-published-date {
  color: var(--lp--base-preset--body--color);
}

.post-element.grid .hic-item {
  margin-bottom: 25px;
}

.post-element.page-element.image-above-content .hic-box {
  height: 100% !important;
}

.post-element.default-section.image-above-content .hic-box .hic-content,
.post-element.page-element.image-above-content .hic-box {
  background-color: var(--lp--base-preset--brand-color--grey);
}

.post-element.grey-section.image-above-content .hic-box .hic-content,
.post-element.grey-section.image-above-content .hic-box {
  background-color: #fff;
}

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

.post-element.image-above-content .hic-box:hover .hic-image {
  transform: scale(1.15);
}

.post-element.image-overlay-content .hic-item.news-category .hic-content .hic-term,
.post-element.image-overlay-content .hic-item.blog-category .hic-content .hic-term {
  border: 1px solid #fff;
  display: inline-block;
  max-width: 100px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 22px;
  margin-bottom: 10px;
}
.post-element.image-overlay-content .hic-item.news-category .hic-content .hic-published-date,
.post-element.image-overlay-content .hic-item.blog-category .hic-content .hic-published-date {
  order: 2;
  color: #fff;
  font-size: 12px;
}
.post-element.image-overlay-content .hic-item.news-category .hic-content .hic-published-date .hic-label,
.post-element.image-overlay-content .hic-item.blog-category .hic-content .hic-published-date .hic-label {
  display: none;
}
/*************************************
!POST ELEMENT - END
**************************************/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********************************
#TESTIMONIALS ELEMENT - START
*********************************/
.testimonial-element .hic-blurb {
  font-weight: 300;
}

.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 {
  margin-bottom: 30px;
}

.testimonial-element.image-above-content .hic-profile {
  margin-top: 30px;
}

.testimonial-element .hic-client-location {
  text-transform: uppercase;
  color: #999999;
}

.testimonial-element:not(.image-above-content):not(.image-overlay-content) .hic-content::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: 35px;
  height: 35px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MS41MDIiIGhlaWdodD0iNTIuMzcyIiB2aWV3Qm94PSIwIDAgNjEuNTAyIDUyLjM3MiI+CiAgPGcgaWQ9Ikdyb3VwXzEwOSIgZGF0YS1uYW1lPSJHcm91cCAxMDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk1NS43NDcgMzEuNzIxKSI+CiAgICA8cGF0aCBpZD0iUGF0aF81NSIgZGF0YS1uYW1lPSJQYXRoIDU1IiBkPSJNLTk0MC41ODEtNy44NTJhMTQuNDYsMTQuNDYsMCwwLDEsNy42OCwyLjY5LDE0LjM5NCwxNC4zOTQsMCwwLDEsNS41ODEsMTUuMTI5QTE0LjM2OSwxNC4zNjksMCwwLDEtOTM5LjMsMjAuNzUzYTE0LjM0MywxNC4zNDMsMCwwLDEtMTYuMjQyLTEyLjQyQTM1Ljg2NywzNS44NjcsMCwwLDEtOTU0Ljc1Ni0zLjdhNjIuNjIsNjIuNjIsMCwwLDEsOS4yODctMjEuMDM2YzEuNC0yLjExNCwyLjkzNy00LjEzNSw0LjQ1Mi02LjE2OGExLjQ2MywxLjQ2MywwLDAsMSwuOTc5LS41MjRjLjU5My0uMDI4LjgyOS41NjIuNjUxLDEuMjg5LS40NzksMS45NjgtMS4wMjgsMy45MjYtMS4zODUsNS45MTZhMzkuNzg5LDM5Ljc4OSwwLDAsMCwuMDQ3LDE1Ljg3M0MtOTQwLjY4Ny04LjE5MS05NDAuNjMzLTguMDMyLTk0MC41ODEtNy44NTJabS0xLjY1MS0xOC40MzdhMy41NSwzLjU1LDAsMCwwLS4yNTYuMjcyLDY3LjQ2NSw2Ny40NjUsMCwwLDAtOS40MTcsMTguNDQxLDM4LjczMSwzOC43MzEsMCwwLDAtMS45LDE1LjUsMTIuNjIsMTIuNjIsMCwwLDAsMTQuOTU5LDEwLjk4NEExMi42NTYsMTIuNjU2LDAsMCwwLTkyOC42OTUsNS41NzEsMTIuNjA3LDEyLjYwNywwLDAsMC05NDAuODY0LTYuMDc3Yy0uOTcyLS4wMzctMS4xNDYtLjE4NS0xLjM4NS0xLjEzYTQwLjI1NCw0MC4yNTQsMCwwLDEtLjU2NS0xNS41NTVDLTk0Mi42NTctMjMuOS05NDIuNDQyLTI1LjAyOC05NDIuMjMyLTI2LjI4OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMjQpIiBmaWxsPSIjMDBhYmJlIi8+CiAgICA8cGF0aCBpZD0iUGF0aF81NiIgZGF0YS1uYW1lPSJQYXRoIDU2IiBkPSJNLTc0Ny40NDEtOC4wOTNhMTQuNDQ0LDE0LjQ0NCwwLDAsMSw4LjEyLDMuMDA1LDE0LjM2NCwxNC4zNjQsMCwwLDEsNS4wODcsMTUuMDc3LDE0LjMzNCwxNC4zMzQsMCwwLDEtMTEuOTIxLDEwLjUyNkExNC40MzYsMTQuNDM2LDAsMCwxLTc2Mi41MDYsNi43NDdjLS4zNTctOC4wNTUsMS43MzItMTUuNTE1LDUuMS0yMi43MDZhNzkuNTY4LDc5LjU2OCwwLDAsMSw5LjU0OC0xNS4yMjJjLjMzNy0uNDMyLjcyMS0uNywxLjI0NS0uNDM5LjU2OS4yODEuNTMxLjc4Mi4zNzIsMS4zMTZhNDkuMDY2LDQ5LjA2NiwwLDAsMC0yLjExMywxNS4xMzJBMzEuNjA3LDMxLjYwNywwLDAsMC03NDcuNDQxLTguMDkzWk0tNzQ5LjEtMjYuNTI3Yy0uMTEuMTI0LS4xNTQuMTY2LS4xODkuMjE0YTcwLjY5Miw3MC42OTIsMCwwLDAtNy44NTcsMTQuMDg1QTQzLjM3OSw0My4zNzksMCwwLDAtNzYwLjcyLDcuMDQ1LDEyLjY1OCwxMi42NTgsMCwwLDAtNzQ1LjcsMTguNjcyLDEyLjY1NiwxMi42NTYsMCwwLDAtNzM1LjU1Myw1LjA4OSwxMi42MDcsMTIuNjA3LDAsMCwwLTc0Ny42OS02LjMxNmMtLjk4MS0uMDM2LTEuMTYyLS4xNzctMS40LTEuMTE2YTM5LDM5LDAsMCwxLS43MjYtMTQuM0MtNzQ5LjYyNy0yMy4zLTc0OS4zNDktMjQuODU3LTc0OS4xLTI2LjUyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAuNTAxIDApIiBmaWxsPSIjMDBhYmJlIi8+CiAgPC9nPgo8L3N2Zz4K);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MS41MDIiIGhlaWdodD0iNTIuMzcyIiB2aWV3Qm94PSIwIDAgNjEuNTAyIDUyLjM3MiI+CiAgPGcgaWQ9Ikdyb3VwXzEwOSIgZGF0YS1uYW1lPSJHcm91cCAxMDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk1NS43NDcgMzEuNzIxKSI+CiAgICA8cGF0aCBpZD0iUGF0aF81NSIgZGF0YS1uYW1lPSJQYXRoIDU1IiBkPSJNLTk0MC41ODEtNy44NTJhMTQuNDYsMTQuNDYsMCwwLDEsNy42OCwyLjY5LDE0LjM5NCwxNC4zOTQsMCwwLDEsNS41ODEsMTUuMTI5QTE0LjM2OSwxNC4zNjksMCwwLDEtOTM5LjMsMjAuNzUzYTE0LjM0MywxNC4zNDMsMCwwLDEtMTYuMjQyLTEyLjQyQTM1Ljg2NywzNS44NjcsMCwwLDEtOTU0Ljc1Ni0zLjdhNjIuNjIsNjIuNjIsMCwwLDEsOS4yODctMjEuMDM2YzEuNC0yLjExNCwyLjkzNy00LjEzNSw0LjQ1Mi02LjE2OGExLjQ2MywxLjQ2MywwLDAsMSwuOTc5LS41MjRjLjU5My0uMDI4LjgyOS41NjIuNjUxLDEuMjg5LS40NzksMS45NjgtMS4wMjgsMy45MjYtMS4zODUsNS45MTZhMzkuNzg5LDM5Ljc4OSwwLDAsMCwuMDQ3LDE1Ljg3M0MtOTQwLjY4Ny04LjE5MS05NDAuNjMzLTguMDMyLTk0MC41ODEtNy44NTJabS0xLjY1MS0xOC40MzdhMy41NSwzLjU1LDAsMCwwLS4yNTYuMjcyLDY3LjQ2NSw2Ny40NjUsMCwwLDAtOS40MTcsMTguNDQxLDM4LjczMSwzOC43MzEsMCwwLDAtMS45LDE1LjUsMTIuNjIsMTIuNjIsMCwwLDAsMTQuOTU5LDEwLjk4NEExMi42NTYsMTIuNjU2LDAsMCwwLTkyOC42OTUsNS41NzEsMTIuNjA3LDEyLjYwNywwLDAsMC05NDAuODY0LTYuMDc3Yy0uOTcyLS4wMzctMS4xNDYtLjE4NS0xLjM4NS0xLjEzYTQwLjI1NCw0MC4yNTQsMCwwLDEtLjU2NS0xNS41NTVDLTk0Mi42NTctMjMuOS05NDIuNDQyLTI1LjAyOC05NDIuMjMyLTI2LjI4OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMjQpIiBmaWxsPSIjMDBhYmJlIi8+CiAgICA8cGF0aCBpZD0iUGF0aF81NiIgZGF0YS1uYW1lPSJQYXRoIDU2IiBkPSJNLTc0Ny40NDEtOC4wOTNhMTQuNDQ0LDE0LjQ0NCwwLDAsMSw4LjEyLDMuMDA1LDE0LjM2NCwxNC4zNjQsMCwwLDEsNS4wODcsMTUuMDc3LDE0LjMzNCwxNC4zMzQsMCwwLDEtMTEuOTIxLDEwLjUyNkExNC40MzYsMTQuNDM2LDAsMCwxLTc2Mi41MDYsNi43NDdjLS4zNTctOC4wNTUsMS43MzItMTUuNTE1LDUuMS0yMi43MDZhNzkuNTY4LDc5LjU2OCwwLDAsMSw5LjU0OC0xNS4yMjJjLjMzNy0uNDMyLjcyMS0uNywxLjI0NS0uNDM5LjU2OS4yODEuNTMxLjc4Mi4zNzIsMS4zMTZhNDkuMDY2LDQ5LjA2NiwwLDAsMC0yLjExMywxNS4xMzJBMzEuNjA3LDMxLjYwNywwLDAsMC03NDcuNDQxLTguMDkzWk0tNzQ5LjEtMjYuNTI3Yy0uMTEuMTI0LS4xNTQuMTY2LS4xODkuMjE0YTcwLjY5Miw3MC42OTIsMCwwLDAtNy44NTcsMTQuMDg1QTQzLjM3OSw0My4zNzksMCwwLDAtNzYwLjcyLDcuMDQ1LDEyLjY1OCwxMi42NTgsMCwwLDAtNzQ1LjcsMTguNjcyLDEyLjY1NiwxMi42NTYsMCwwLDAtNzM1LjU1Myw1LjA4OSwxMi42MDcsMTIuNjA3LDAsMCwwLTc0Ny42OS02LjMxNmMtLjk4MS0uMDM2LTEuMTYyLS4xNzctMS40LTEuMTE2YTM5LDM5LDAsMCwxLS43MjYtMTQuM0MtNzQ5LjYyNy0yMy4zLTc0OS4zNDktMjQuODU3LTc0OS4xLTI2LjUyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAuNTAxIDApIiBmaWxsPSIjMDBhYmJlIi8+CiAgPC9nPgo8L3N2Zz4K);
}

.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;
  }
}

@media (min-width: 1024px) {
  .testimonial-element .hic-content::before {
    width: 50px;
    height: 50px;
  }

  .testimonial-element.split-60-40 .hic-blurb {
    font-size: 2rem;
    line-height: 40px;
  }
}

/*********************************
!TESTIMONIALS ELEMENT - END
*********************************/

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

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

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

/*********************************
#GALLERY ELEMENT - START
*********************************/
body .gallery-element.row-fluid.grid .section-body .hic-item {
  padding-right: 5px;
}

body .gallery-element.row-fluid.grid .section-body {
  padding-left: 5px;
}

.gallery-element .section-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/*********************************
!GALLERY 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-element.dark-section .accordion-title,
.accordion-element.dark-section .accordion-content {
  color: var(--lp--custom-preset--accordion-background-color);
}

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

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

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

/*********************************
#ERROR404 - START
*********************************/
body.error404 .hero .hero-bg-overlay {
   background: linear-gradient(to left, transparent, var(--lp--base-preset--brand-color--dark) 100%);
}

body.error404 .hero a{
	color: var(--lp--base-preset--button--color);
}
/*********************************
!ERROR404 - END
*********************************/

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

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

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

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

/**************************
!LEGAL DOCUMENT - END
**************************/
/**************************
#CTA - START
**************************/
.cta-element.image-overlay-content .has-media .hic-media-container .overlay {
  background: linear-gradient(to left, transparent, var(--lp--base-preset--brand-color--dark) 100%);
}
.cta-element.page-element .section-body .hic-item {
  margin-bottom: 0;
}
.cta-element .hic-box {
  min-height: 580px;
  height: 100%;
}
.cta-element .hic-media-container,
.cta-element .hic-media-container .hic-image {
  height: 100%;
}
.cta-element .has-media .hic-content {
  justify-content: center;
  padding: 30px 60px;
}
.cta-element .hic-title {
  max-width: 750px;
}
.cta-element .hic-blurb {
  max-width: 700px;
}
.cta-element .hic-title h3 {
  font-size: 32px;
}
.cta-element .hic-blurb p {
  font-size: 16px;
}
@media (min-width: 641px) {
  .cta-element .hic-title h3 {
    font-size: 42px;
  }
  .cta-element .hic-blurb p {
    font-size: 18px;
  }
  .cta-element .has-media .hic-content {
    padding: 30px 100px;
  }
}
@media (min-width: 1024px) {
  .cta-element .hic-title h3 {
    font-size: 42px;
  }
  .cta-element .hic-blurb p {
    font-size: 21px;
  }
  .cta-element .has-media .hic-content {
    padding: 30px 134px;
  }
}
/**************************
!CTA - END
**************************/

/**************************
#NEWSLETTER - START
**************************/
.header-left.newsletter-form.dark-section,
.header-left.newsletter-form.theme-section {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********************************
!INSTAGRAM FEEDS - END
*********************************/
/*********************************
#FOOTER - START
*********************************/
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-default-color .footer {
  background-color: #F0F0F0;
}

.footer p {
  margin-bottom: 0;
}

.footer .contact-details div::before {
  display: none;
}

.footer .social-media {
  display: flex;
  column-gap: 30px;
}

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

.footer .social-media li i {
  font-size: 18px;
}

.footer .footer-col h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.6px;
}

.footer-default-color .footer .footer-col h3 {
  font-size: 18px;
}

.footer-default-color .footer .footer-col h4 {
  color: var(--lp--base-preset--heading--color);
}

.footer .footer-col .menu a,
.footer .footer-col .contact-details div {
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 0;
}

.footer-default-color .footer .footer-col a,
.footer-default-color .footer .footer-col .menu a,
.footer-default-color .footer .footer-col .contact-details div,
.footer-default-color .footer .footer-col h3 {
  color: var(--lp--base-preset--link--color);
}

.footer-default-color .footer .footer-col a:hover,
.footer-default-color .footer .footer-col .menu a:hover,
.footer-default-color .footer .footer-col .menu li.active a {
  color: var(--lp--base-preset--brand-color--primary);
}

.footer-dark .footer .footer-col .menu a:hover,
.footer-dark .footer .contact-details a:hover,
.footer-dark .footer .social-media a:hover,
.footer-light .footer .footer-col .menu a:hover,
.footer-light .footer .contact-details a:hover,
.footer-light .footer .social-media a:hover,
.footer-grey .footer .footer-col .menu a:hover,
.footer-grey .footer .contact-details a:hover,
.footer-grey .footer .social-media a:hover {
  color: var(--lp--base-preset--brand-color--primary);
}

.footer-grey .footer .social-media a,
.footer-theme-secondary .footer .social-media a {
  color: #000;
}

.footer-theme .footer .footer-col .menu a:hover,
.footer-theme .footer .contact-details a:hover,
.footer-theme .footer .social-media a:hover,
.footer-theme-secondary .footer .footer-col .menu a:hover,
.footer-theme-secondary .footer .contact-details a:hover,
.footer-theme-secondary .footer .social-media a:hover {
  color: var(--lp--base-preset--body--color);
}

.footer-theme .footer .footer-col h4 {
  color: #fff;
}

.footer .gform_footer{
	padding: 0;
}

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

@media (min-width: 641px) {
  .footer {
    padding-top: 50px;
	padding-bottom: 50px;
  }
}

@media (min-width: 641px) and (max-width: 1023px)  {
  .footer {
    padding-top: 50px;
	padding-bottom: 50px;
  }
  .footer .footer-col:not(:last-child) {
      margin-bottom: 50px;
      padding-bottom: 50px;
  }
}

@media (max-width: 1023px){
	.footer .footer-col{
		width: 100%;
	}
  .footer .footer-col:not(:last-child) {
      border-bottom: 1px solid #fff;
  }
	
  .footer .social-media {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-top: 80px;
	padding-bottom: 80px;
  }

  .footer-default-color .footer .footer-col h3 {
    font-size: 23px;
  }

  .footer .footer-col .menu a,
  .footer .footer-col .contact-details div {
    font-size: 23px;
  }

  .footer .social-media li i {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .footer {
    text-align: center;
  }

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

  .footer.footer-layout-3 .social-media {
    justify-content: center;
  }
}

/*Footer Default Layout - START*/
.footer.default-footer-layout .footer-col {
  flex: auto;
}

.footer.default-footer-layout .footer-logo img {
  max-width: 185px;
}

.footer.default-footer-layout .footer-col-7 a {
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.footer.default-footer-layout .footer-col-7 .footer-blurb p:first-of-type {
  margin-bottom: 20px;
}

@media (max-width: 640px) {

  .footer.default-footer-layout .footer-col-4,
  .footer.default-footer-layout .footer-col-5,
  .footer.default-footer-layout .footer-col-6,
  .footer.default-footer-layout .footer-col-7 {
    margin-bottom: 30px;
  }

  .footer.default-footer-layout .newsletter-form .gform_fields {
    padding: 0 15px;
  }

  .footer.default-footer-layout .newsletter-form #field_submit {
    right: 25px;
  }
}

@media (min-width: 641px) {
	.footer.default-footer-layout .footer-col-2 {
		text-align: center;
	}
}

@media (min-width: 1024px) {
  .footer.default-footer-layout .footer-col-1,
  .footer.default-footer-layout .footer-col-2,
  .footer.default-footer-layout .footer-col-3 {
    width: 33.33%;
  }

  .footer.default-footer-layout .footer-col-3 {
    display: flex;
    justify-content: end;
  }
}

/*Footer Default Layout - END*/

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

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

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

/*Footer Layout 1 - END*/

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

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

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

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

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

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

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

/*Footer Layout 2 - END*/

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

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

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

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

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

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

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

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

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

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

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

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

/*Footer Layout 3 - END*/

/*Bottom Footer - START*/

.bottom-footer {
  padding: 30px 0;
  font-weight: 400;
  font-size: 14px;
}

.bottom-footer .cell {
	flex-wrap: wrap;
}

.footer-default-color .bottom-footer {
  color: var(--lp--base-preset--heading--color);
  background-color: #fff;
}

.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}

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

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

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

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

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

.bottom-footer .colophon-link li {
	display: inline-flex;
}

@media (max-width: 640px){
	.bottom-footer .colophon-link li:not(:last-child)::after {
		content: "|";
		display: inline-block;
		padding-left: 15px;
		padding-right: 15px;
	 }
	
	.bottom-footer.with-colophon-link .copyright{
		margin-top: 10px;
	}
	
	 .bottom-footer .cell {
		flex-direction: column-reverse;
	}
}

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

  .footer-dark .bottom-footer.with-colophon-link .copyright::after,
  .footer-theme .bottom-footer.with-colophon-link .copyright::after {
    color: #fff;
  }
	
  .bottom-footer .cell {
    flex-direction: row-reverse;
  }

  .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, 0.35);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

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

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

/*************************************
#HELPERS - START
**************************************/
.header-center .section-header {
  text-align: center;
}

.footer-center .section-footer .hic-button-wrap {
  justify-content: center;
}

.box-justify-center .section-body {
  justify-content: center;
  align-items: center;
}

.image-has-border.split-50-50 .hic-media-container,
.image-has-borders.split-50-50 .hic-media-container {
  padding: 30px;
  position: relative;
}

.image-has-border.split-50-50 .hic-media-container::after,
.image-has-borders.split-50-50 .hic-media-container::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  bottom: 0;
  background-color: var(--lp--base-preset--brand-color--primary);
  opacity: 0.75;
  z-index: -1;
}

.image-has-borders.split-50-50 .hic-media-container::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  top: 0;
  background-color: var(--lp--base-preset--brand-color--dark);
  opacity: 0.75;
}

.image-has-border.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::before {
  right: 0;
}

.image-has-border.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::before {
  left: 0;
}

.box-shadow .hic-box,
.box-shadow .lp-box {
  box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
}

.box-border .hic-box,
.box-border .lp-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}

/*Lists - START*/

ul.checklist:not(:last-child), .checklist ul:not(:last-child),
ol.step-list:not(:last-child), .step-list ol:not(:last-child){
	margin-bottom: 2rem;
}

ol.step-list, .step-list ol{
	margin-left: 0;
    position: relative;
	list-style: none;
	counter-reset: item;
}

.checklist>li,
.checklist ul li,
.step-list>li,
.step-list ol li{
  margin-bottom: 20px;
  line-height: 30px;
  padding-left: 40px;
  position: relative;
}

.checklist>li::before,
.checklist ul li::before,
.step-list>li::before,
.step-list ol li::before{
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 1.5;
}

.checklist>li::before,
.checklist ul li::before{
  background-image: url(../icons/check-circle.svg);
}

.step-list>li::before,
.step-list ol li::before{
  background-color: #e6e8ee;
  content: counter(item);
  counter-increment: item;
}

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

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

/*Long Portrait Images - START*/
.long-portrait-images .hic-item.large-3 .hic-content .hic-title h3 {
  font-size: 30px;
}
/*Long Portrait Images - END*/

/*RFF Buttom Left - START*/
.rff-bottom-left .omn-protected-data-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
/*RFF Buttom Left - END*/

/*Square Images - START*/
.square-images.gallery-element .hic-image::before {
  padding-top: 100%;
}
/*Square 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 */

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

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

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

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

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

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

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

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

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

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

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

  .page-element.has-bg-img.has-form .section-body {
    padding: 20px;
  }
}
/*Has Contact Form - END*/

/* Carousel Arrows Bottom Left - Start */
.carousel-arrows-bottom-left .section-body {
  position: relative;
  clip-path: inset(-100vw -100vw -100vw 0);
}
.carousel-arrows-bottom-left .slick-list {
  overflow: visible;
}
.carousel-arrows-bottom-left .slick-arrow {
  top: unset;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  color: #1A4578;
  margin: 0;
  border: 1px solid #1A4578;
  border-radius: 50%;
  transform: none;
	background-color: rgba(255, 255, 255, 0.6);
}
.carousel-arrows-bottom-left .slick-arrow::before {
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  margin: 0;
  color: #1A4578;
  background-image: none;
}
.carousel-arrows-bottom-left .slick-slider .slick-prev::before {
  content: "\f053";
}

.carousel-arrows-bottom-left .slick-slider .slick-next::before {
  content: "\f054";
}
.carousel-arrows-bottom-left .slick-next { 
  flex-flow: row-reverse;
}

@media (max-width: 640px){
	.carousel-arrows-bottom-left .slick-prev {
		left: -42px;
		top: calc(50% - 35px);
		padding-left: 35px;
	}
	
	.carousel-arrows-bottom-left .slick-next{
		right: -42px;
		left: auto;
		top: calc(50% - 35px);
		padding-right: 35px;
	}
	
	.page-element.carousel {
		padding-left: 0;
		padding-right: 0;
	}
	
	.page-element.carousel .section-header > .cell, .page-element.carousel .section-footer > .cell, .page-element.carousel .section-body .hic-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 641px){
	.carousel-arrows-bottom-left .slick-prev {
	  	left: 15px;
	}
	
	.carousel-arrows-bottom-left .slick-next{
		left: 100px;
		right: unset;
	}
	
	.carousel-arrows-bottom-left .section-body{
		padding-bottom: 110px;
	}
}
/* Carousel Arrows Bottom Left - End */

/* Button Light - Start */
.button-light .hic-button-wrap .button,
.button-light .button {
  border: 1px solid var(--lp--base-preset--brand-color--dark);
  color: var(--lp--base-preset--brand-color--dark);
  background-color: transparent;
}
.button-light .hic-button-wrap .button:hover,
.button-light .button:hover {
  border-color: #F0F0F0;
  background-color: #F0F0F0;
}
/* Button Light - End */
/*************************************
!HELPERS - END
**************************************/

/*************************************
!MODALS - START
**************************************/
.modal-element{
	padding: 2rem;
    border-radius: 3px;
    background-color: #fefefe;
	width: 650px;
}

.is-reveal-open .header-transparent.sticky-header .header {
  background-color: var(--lp--base-preset--brand-color--dark);
}
.is-reveal-open .header-transparent.sticky-header .header .top-bar {
  padding-top: 15px !important;
}
.post-modal-element {
  max-width: 1350px;
  width: 100%;
  padding: 100px;
}
.post-modal-element .modal-title,
.post-modal-element h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.post-modal-element h3 {
  font-size: 18px;
  color: #1A4578;
}
.post-modal-element .wp-block-image {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .post-modal-element h3 {
    font-size: 23px;
  }
  .post-modal-element .modal-title,
  .post-modal-element h2 {
    font-size: 42px;
  }
}

/***************************************
Omnexa Design 1 Stylesheet
*****************************************/
/*
Author: Hicaliber
Author URL: hicaliber.com.au
Description: Omnexa Design 1 Stylesheet
*/
/***************************************
Table of Contents:

Carousel
Tabs
Accordion
Modal
Element General
Element Layouts
Archive Layouts
Pagination
Hero
Breadcrumb
Single Page
Enquiry Bar
Read More
Search Form
OMN Search Form
OMN Listings Element
OMN Single Listing Page
OMN Suburbs Element
OMN Single Suburb Page
OMN Appraisal Element
OMN Helpers

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

/*************************************
#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: '';
  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/real-estate/assets/images/angle-left.svg);
}
.lp-carousel .slick-next:before {
  background-image: url(https://cloud.hicaliber.io/real-estate/assets/images/angle-right.svg);
}
.lp-carousel.omn-theme-dark .slick-prev:before {
  background-image: url(https://cloud.hicaliber.io/real-estate/assets/images/angle-left-white.svg);
}
.lp-carousel.omn-theme-dark .slick-next:before {
  background-image: url(https://cloud.hicaliber.io/real-estate/assets/images/angle-right-white.svg);
}
/*************************************
!CAROUSEL - END
*************************************/

/*************************************
#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 {
  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: #D2D2D2;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
	.lp-tabs {
		margin-bottom: 50px;
	}
  .lp-tabs li a {
  font-size: 18px;
}
}
/*************************************
!TABS - END
*************************************/

/*************************************
#MODAL - START
*************************************/
.lp-modal-header {
    margin-bottom: 30px;
}

.lp-modal .lp-modal-overlay {
  background-color: hsla(0, 0%, 4%, .45);
}
.lp-modal .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: 650px;
}
.lp-modal-close-button {
	color: #8a8a8a;
	background-color: transparent;
	font-size: 2em;
}

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

/*************************************
#ELEMENT GENERAL - START
*************************************/
.lp-element {
	padding: 50px 15px;
}

.lp-element.row-fluid .lp-container {
  max-width: 100%;
}
.lp-element.row-fluid .lp-columns {
  padding: 0;
}
.lp-element-header {
  margin-bottom: 30px;
}
.lp-element-header-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.lp-element-header-title span,
.lp-title span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  color: #878787;
}
.lp-price {
	font-weight: 600;
}
.lp-label {
	display: inline-block;
	font-weight: 600;
}
.lp-element-footer, .lp-tabs-panel-footer {
  margin-top: 30px;
}
.lp-element-footer .lp-button-wrap {
  justify-content: center;
}
.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;
}
.omn-note {
  padding: 10px 0;
}
.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-button-wrap {
  margin-top: 25px;
}

@media (min-width: 768px) {
	.lp-element {
		padding: 80px 40px;
	}
	.lp-element-header-title {
		font-size: 2.7rem;
	}
}
@media (min-width: 992px) {
  .lp-element.lp-has-search-filter .lp-search-filter {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
	.lp-element {
		padding: 100px 50px;
	}
	.lp-element-header-title {
		font-size: 3.2rem;
	}
}
@media (max-width: 991px) {
  .lp-element.lp-has-search-filter .lp-search-filter {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px){
/* 	.body-content.has-sidebar .inner-body-content {
		padding-left: 50px;
		padding-right: 50px;
	} */
	.body-content.has-sidebar .lp-element{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*************************************
!ELEMENT GENERAL - END
*************************************/

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

/* 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-box {
  overflow: hidden;
}
.lp-box-layout-4 .lp-content {
	background-color: rgba(0, 0, 0, .6);
  padding: 20px;
  color: #fff;
	top: unset;
	height: auto;
	text-align: left;
	justify-content: start;
	align-items: start;
}
.lp-box-layout-4 .lp-content a, .lp-box-layout-4 .lp-content h3 {
  color: #fff;
}
.lp-box-layout-4 .lp-content .button {
  border: 1px solid #fff;
  background: transparent;
}
.lp-box-layout-4 .lp-box:hover .lp-content {
  transition: .3s all;
}
.lp-box-layout-4 .lp-content {
  transition: .3s all;
}
/* Layout 4 - End */

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

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

/* -- General -- */
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-fields {
  flex-flow: column;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-form {
  box-shadow: none;
  display: block;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-address-lookup {
  border-bottom: 1px solid #cacaca;
  padding-left: 30px;
  box-shadow: none;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-field-address-lookup::before {
  left: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-form .lp-form-body .lp-field-set {
  display: flex;
  width: 100%;
  margin-left: 0;
  column-gap: 20px;
  position: unset;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-field {
  flex-grow: 1;
  flex-basis: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-form-footer {
  padding-right: 0;
  margin-top: 1rem;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-form-footer .button {
  width: 100%;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) select {
  border-left: none;
  border-right: none;
  border-top: none;
  padding-left: 0;
}
.lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) select:focus {
  box-shadow: none;
}

.lp-search-count{
	color: var(--lp--base-preset--brand-color--primary);
	font-weight: bold;
}

@media (min-width: 768px) {
  .lp-archive-layout-2.lp-has-search-filter .lp-search-filter .lp-search-form:not(.lp-modal) .lp-form-footer {
    margin-top: 2rem;
  }
  .lp-archive-layout-2.lp-has-search-filter .lp-search-form:not(.lp-modal), .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 25px;
  }
  .admin-bar .lp-archive-layout-2.lp-has-search-filter .lp-search-form:not(.lp-modal), .admin-bar .lp-archive-layout-2.lp-has-side-content .lp-side-content > *:first-child {
    top: 60px;
  }
}
/* -- 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 */
/*************************************
!ARCHIVE LAYOUTS - END
*************************************/

/*************************************
#PAGINATION - START
*************************************/
.lp-pagination {
  text-align: center;
  padding-top: 30px;
}
.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: #D2D2D2;
}
.lp-paginate .next:hover,
.lp-paginate .prev:hover,
.lp-paginate .current:hover {
  background-color: #D2D2D2;
}
.lp-paginate .next,
.lp-paginate .prev,
.lp-paginate .current {
  color: #fff;
}
/*************************************
!PAGINATION - END
*************************************/

/*************************************
#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;
  position: relative;
  z-index: 1;
}
.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;
	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%;
  }
}
/*************************************
!HERO - END
*************************************/

/*************************************
#BREADCRUMB - START
**************************************/
.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:not(:last-of-type)::after {
  content: '|';
  width: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
	color: #D5D5D5;
}
/*************************************
!BREADCRUMB - END
**************************************/

/*************************************
#SINGLE PAGE - START
*************************************/
.lp-single-content .lp-contact-form, .lp-single-content .lp-link-wrap {
  font-weight: 600;
  text-transform: uppercase;
}
.lp-single-content .lp-contact-form {
  padding-top: 15px;
}
.lp-side-content .lp-block {
  border: 1px solid #D2D2D2;
  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;
}

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

/*************************************
#ENQUIRY BAR - START
*************************************/
/*LP Enquiry Bar - START*/
.omn-listing-user-enquiry-modal.lp-modal .omn-user .lp-enquiry-button {
	display: none !important;
}

@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 #D2D2D2;
    justify-content: center;
  }
	.lp-enquiry-bar .button {
    width: 50%;
    min-width: auto;
  }
}
/*LP Enquiry Bar - END*/
/*************************************
#ENQUIRY BAR - END
*************************************/

/*************************************
#READ MORE - START
*************************************/
.lp-description-preview[data-expanded="false"] {
  max-height: 160px;
}
.lp-single-description .lp-read-more-link {
  font-weight: 600;
}
.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: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    border: 1px solid;
    padding: 0.85em;
    line-height: 1;
    margin-top: 15px;
    border-radius: 4px;
  }
}
/*************************************
!READ MORE - END
*************************************/

/*************************************
#SEARCH FORM - START
*************************************/

.lp-search-form{
	max-width: 970px;
    margin: 0 auto;
}

.lp-search-form .lp-form-footer .lp-filter-button {
	color: var(--lp--base-preset--button--color);
	background-color: var(--lp--base-preset--button--background-color);
}

.lp-search-form .lp-field-address-lookup .lp-message {
  height: 65px;
}
.lp-search-form .lp-field-address-lookup .lp-message p {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 45px;
  width: 100%;
  border: 0;
}
.lp-search-form [type=text], .lp-search-form select {
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.lp-search-form [type=text]::placeholder, .lp-search-form select::placeholder{
	color: rgba(0, 0, 0, 0.1);
}

.lp-search-form [type=text], .lp-search-form select:focus{
	box-shadow: none;
}
.lp-search-form .lp-form {
  position: relative;
}
.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-form-footer {
  display: flex;
	display: -webkit-flex;
}
.lp-search-form .lp-form-footer .button {
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
}
.lp-search-form .lp-blurb {
	margin-top: 1rem;
}
.lp-search-form .lp-search-form-tabs li,
.lp-search-form .lp-search-form-sub-tabs li {
  margin: 0;
}
/*Select2 - Start*/

.admin-bar .lp-select2-dropdown.select2-dropdown--below {
  top: 46px;
}
.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-select2-dropdown .select2-results__option--selectable,
.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-select2-dropdown .select2-results__option--selectable{
	border-top: 1px solid #e6e6e6;
	background-color: #efefef;
    padding: 5px 15px;
}

.lp-select2-dropdown .select2-results__option--selectable.select2-results__option--selected{
	background-color: #ddd;
}

.lp-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #fafafa;
	color: #515151;
}
.lp-search-form .select2-selection {
	border-radius: 0;
	text-align: left;
}

.lp-form-filter-tags:not(.lp-form-filter-sub-tags) {
    margin-left: 0;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-selection{
	padding: 15px;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2.select2-container .select2-selection--multiple {
    flex-wrap: wrap;
    height: auto;
    min-height: 61px;
    background-color: #fff;
    border-radius: 0;
	padding: 0;
	row-gap: 5px;
}

.sidebar.primary-sidebar .sidebar-content > .widget_block > p{
	display: none;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-selection__rendered:not(:empty) {
    flex-wrap: wrap;
    row-gap: 5px;
	width: 100%;
	order: 2;
	border-radius: 0 0 6px 6px;
    padding: 20px;
    background-color: #efefef;
    margin-top: -5px;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-selection__choice{
	display: inline-block !important;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-container .select2-search--inline{
	order: 1;
	position: relative;
}

.lp-search-form .omn-field-search-locations .select2-selection::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: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-selection::before{
	top: 30px;
}

.sidebar-element .omn-field-search-locations .select2-selection__choice {
    width: 100%;
}

.sidebar-element .omn-search-form .omn-field-search-locations .lp-more-selected-label{
	padding-left: 0;
	display: none;
}

.sidebar-element .lp-search-form:not(.lp-modal) .lp-form{
	display: block;
}

.sidebar-element .lp-search-form:not(.lp-modal) .lp-form-footer{
	position: static;
}

.sidebar-element .lp-search-form:not(.lp-modal) .lp-submit-button{
	width: 100%;
	border-radius: 28px;
}

.sidebar-element .lp-accordion-preview {
    background-color: #efefef;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    margin-bottom: 30px;
}

.sidebar-element .lp-form-filter-tag {
    width: 100%;
    flex-wrap: wrap;
	padding: 0;
	border-radius: 0;
}

.sidebar-element .omn-property-form-filter-tags:not(.lp-form-filters-sub-tags) > .lp-form-filter-tag[class*="property-category"]:not(:last-child) {
    margin-bottom: 15px;
}

.sidebar-element .lp-form-filter-tag .lp-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-weight: initial;
}

.sidebar-element .omn-property-form-filter-tags:not(.lp-form-filters-sub-tags) > .lp-form-filter-tag[class*="property-category"]:not(:last-child) > .lp-label,
.sidebar-element .omn-property-form-filter-tags:not(.lp-form-filters-sub-tags) > .lp-form-filter-tag[class*="property-category"].lp-has-sub-tag > .lp-label{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
    margin-bottom: 5px;
}

.lp-form-filter-tags:not(.lp-form-filters-sub-tags) > li > .lp-label {
    color: var(--lp--base-preset--heading--color);
}

.sidebar-element .lp-form-filter-tags {
    width: 100%;
}

.sidebar-element .lp-field-address .lp-field-label {
    color: var(--lp--base-preset--link--color--hover);
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 21px;
}

.lp-tag-action.lp-remove:hover,
.lp-tag-action.lp-remove:focus{
    font-weight: 600;
}

.lp-search-form .lp-form-footer .lp-filter-button {
	font-size: 0;
	line-height: 1rem;
	border: 0;
}

@media (min-width: 641px){
	.lp-search-form:not(.lp-modal) .lp-form-footer {
		align-items: center;
		padding-right: 8px;
		column-gap: 5px;
		position: absolute;
		right: 0;
		top: 8px;
	}
}

@media (max-width: 640px){
	.lp-search-form .lp-form-footer .lp-filter-button {
		top: 6px;
	}
	.lp-search-form .lp-form-footer .lp-submit-button {
		width: 100%;
		margin-top: 0.5rem;
	}
}

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

@media (max-width: 1023px){
	.sidebar-content {
		padding: 15px;
		border: 1px solid #e6e6e6;
	}
}
/*Select2 - End*/

.lp-search-form:not(.lp-modal) .lp-submit-button{
	min-width: 160px;
}

.lp-search-form .lp-form-footer .button:not(:only-child):first-child {
	margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .lp-search-form:not(.lp-modal) .lp-form {
    position: relative;
    display: flex;
	display: -webkit-flex;
  }
  .lp-search-form .lp-field {
    margin-bottom: 0;
  }
  .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;
  }
}
@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-form-footer {
    display: block;
  }
}
@media (max-width: 991px){
	.sidebar-element .lp-search-form .omn-field-search-locations .select2.select2-container .select2-selection--multiple{
		 border-radius: 0 0 10px 10px;
	}
}
/*************************************
!SEARCH FORM - END
*************************************/

/*************************************
#OMN SEARCH FORM - START
*************************************/
.omn-search-form .lp-form-body {
  flex-grow: 1;
  flex-basis: 0;
}
.omn-search-form-form:not(.lp-has-filter-popup) .lp-fields {
  flex-wrap: wrap;
}
.omn-search-form .lp-fields > .lp-field {
  flex-grow: 1;
}
.omn-search-form.omn-has-single-category .omn-property-field-listing-category {
  display: none;
}
.omn-search-form .lp-tab-navs, .omn-search-form .lp-tab-sub-navs {
  justify-content: center;
}
.omn-search-form .lp-tab-nav, .omn-search-form .lp-tab-sub-nav {
  position: relative;
}
.omn-search-form .lp-tab-nav:not(:last-child)::after, .omn-search-form .lp-tab-sub-nav:not(:last-child)::after {
  content: "|";
  color: #eeeeee;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.omn-search-form .lp-tab-nav .button, .omn-search-form .lp-tab-sub-nav .button {
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 20px;
  text-transform: uppercase;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.omn-search-form .lp-tab-nav.lp-active .button::after, .omn-search-form .lp-tab-sub-nav.lp-active .button::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 30%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.omn-search-form:not(.lp-modal) .lp-address-lookup {
  border: none;
}
.omn-search-form .lp-address-lookup {
  padding-left: 45px;
}
.omn-search-form .lp-address-lookup::placeholder {
  color: #9c9c9c;
}
.omn-search-form .lp-field-address-lookup {
  position: relative;
  display: flex;
}
.omn-search-form .omn-surrounding-search-radius {
  max-width: 95px;
}

.omn-search-form .omn-property-field-listing-meta select {
    padding-right: 30px;
    min-width: 160px;
	position: relative;
	z-index: 2;
	height: auto;
}

@media (max-width: 767px) {
	.omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set{
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) {
	
  .omn-search-form .lp-tab-nav .button {
    font-size: 18px;
  }
	
  .omn-search-form .lp-address-lookup:focus {
    box-shadow: none;
  }
  .omn-search-form.omn-has-multiple-category .lp-fields, .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-fields {
    display: flex;
	display: -webkit-flex;
    width: 100%;
	row-gap: 8px;
	flex-wrap: wrap;
  }
  .omn-search-form .lp-field-set {
    display: flex;
	display: -webkit-flex;
    column-gap: 8px;
	-webkit-column-gap: 8px;
	width: auto;
  }
}
@media (min-width: 992px) {
  .omn-search-form .lp-fields {
    display: flex;
		display: -webkit-flex;
    width: 100%;
		row-gap: 8px;
  }
  .omn-search-form:not(.omn-property-search-form-modal) .omn-property-field-listing-state,
  .omn-search-form.omn-has-multiple-category:not(.omn-property-search-form-modal) .omn-property-field-listing-category {
    width: 20%;
    position: relative;
  }
  .omn-search-form.omn-has-multiple-category:not(.omn-property-search-form-modal) .omn-property-field-address-lookup,
  .omn-search-form.omn-has-multiple-category:not(.omn-property-search-form-modal) .omn-appraisal-field-address-lookup  {
    width: 80%;
  }
  .omn-search-form:not(.lp-modal).omn-has-multiple-category .omn-listing-category {
    border: none;
    background-image: none;
    text-align: center;
  }
  .omn-search-form:not(.lp-modal).omn-has-multiple-category .omn-listing-category:focus {
    box-shadow: none;
  }
  .omn-search-form:not(.lp-modal).omn-has-multiple-category .omn-property-field-listing-category::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #eeeeee;
  }
	.omn-search-form .omn-property-field-address-lookup input,
  .omn-search-form .omn-appraisal-field-address-lookup input {
		border-radius: 0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	.omn-search-form:not(.omn-property-search-form-modal) .lp-field-set:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
		margin-left: 8px;
	}
  .omn-search-form .lp-field-set .lp-field {
    flex-grow: 1;
    flex-basis: 0;
  }
	.omn-search-form.has-filter-popup .lp-form.omn-property-form .lp-form-footer {
		column-gap: 5px;
		-webkit-column-gap: 5px;
	}
	.omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-address{
		width: 100%;
	}
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set.omn-property-price {
    left: 31%;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set.omn-property-land {
    left: 62.5%;
  }
}
@media (max-width: 991px) {
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field span.selection{
	overflow: hidden;
	display: inline-block;
	width: 100%;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-form {
    display: block;
    box-shadow: none;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-fields {
    flex-flow: column;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set {
/*     display: flex; */
    width: 100%;
    margin-left: 0;
    column-gap: 20px;
    position: unset;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field {
    flex-grow: 1;
    flex-basis: 0;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-address-lookup {
    border-bottom: 1px solid #cacaca;
    padding-left: 30px;
    box-shadow: none;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-address-lookup::before {
    left: 0;
  }
  .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-form-footer .button {
    width: 100%;
  }
}

.omn-search-form .omn-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--hover);
    -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;
  }
.omn-search-form .omn-property-filter-button:hover::before,
.omn-search-form .omn-property-filter-button:focus::before{
	background-color: var(--lp--base-preset--button--color);
}
  .omn-search-form.omn-has-single-category .omn-property-filter-button {
    top: 8px;
  }
  .omn-search-form.omn-has-multiple-category .omn-property-filter-button {
    top: 89px;
  }

@media (max-width: 767px) {
  .omn-search-form:not(.lp-modal) .lp-address-lookup {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
  }
  .omn-search-form .omn-property-filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: absolute;
    right: 8px;
    width: 50px;
    padding: 5px;
  }
}

.lp-search-form.lp-has-filter-tags .lp-form{
	flex-wrap: wrap;
}
.lp-form > .lp-form-filter-tags {
  width: 100%;
	display: flex;
	gap: 10px;
	list-style: none;
  margin: 0;
	justify-content: center;
  margin-top: 15px;
}

.lp-form-filter-tag {
  background-color: #efefef;
  border-radius: 15px;
  padding: 0 15px;
	display: flex;
	justify-items: center;
}

.lp-form-filter-tag .lp-remove::before {
	  content: '\f057';
    font-size: 18px;
    line-height: inherit;
	  font-family: 'Font Awesome 5 Pro';
	  display: inline-block;
}

.lp-checkbox-option {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: .5rem;
}

.lp-checkbox-option [type="checkbox"] {
    margin-bottom: 0;
}

.lp-drill-down {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.lp-checkbox-option .lp-option-label {
    margin-right: 8px;
	flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-back-link {
    text-decoration: underline;
}

.lp-checkbox-breadcrumb .lp-separator::before {
    content: '|';
    margin: 0 15px;
}

.lp-checkbox-breadcrumb {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #bababa;
    margin-bottom: 30px;
}

.lp-checkbox-breadcrumb .lp-title {
    color: initial;
}

.lp-drill-down::after {
	content: '\f105';
    font-size: 18px;
    line-height: inherit;
	font-family: 'Font Awesome 5 Pro';
	display: inline-block;
	margin-left: 8px;
}
.omn-property-search-form-modal .lp-drill-down .lp-sub-option-notice {
    display: inline-block;
    background-color: #112d4e17;
    border-radius: 15px;
    padding: 3px 8px;
	flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.omn-property-search-form-modal .lp-drill-down:hover .lp-sub-option-notice,
.omn-property-search-form-modal .lp-drill-down:focus .lp-sub-option-notice{
	background-color: var(--lp--base-preset--link--color);
	color: #fff;
}
/* OMN Property Search Form - End */

/* OMN Property Search Form Select2 - Start */
.omn-search-form .omn-field-search-locations .select2-container {
  width: 100% !important;
}
.omn-search-form .omn-field-search-locations .select2-selection {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 31px;
  overflow: hidden;
  background-color: #fff;
}
.omn-search-form:not(.lp-modal) .omn-field-search-locations .select2-selection {
	border: none;
	padding-right: 65px;
}
.omn-search-form .omn-field-search-locations .select2-selection{
	padding-left: 45px;
}
.omn-search-form .omn-field-search-locations .select2-container .select2-search--inline {
  width: 100%;
  order: 3;
}
.omn-search-form .omn-field-search-locations .select2-search__field {
  padding: 12px 0;
  width: 100% !important;
  overflow-x: auto;
  margin: 0;
  font-size: .875rem;
  line-height: 1.87;
  transition: border .5s ease;
}

.omn-search-form .omn-field-search-locations .select2-search__field::placeholder{
	color: #B0B0B0;
}

.omn-search-form .omn-field-search-locations .select2-selection__choice {
  margin-top: 0;
  border: none;
  padding-left: 0;
  padding-right: 20px;
  background-color: transparent;
  margin: 0;
  color: var(--lp--base-preset--heading--color);
}

.omn-search-form .omn-field-search-locations .select2-selection__choice__display {
  font-weight: 600;
  font-size: .875rem;
}

.omn-search-form .omn-field-search-locations .select2-selection__rendered {
  margin: 0;
  display: flex;
  color: #000;
  column-gap: 15px;
  max-width: 100%;
  overflow: initial;
}
.omn-search-form .omn-field-search-locations .lp-more-selected-label {
  min-width: 90px;
  color: #000;
  font-size: 12px;
  padding-left: 10px;
}
.omn-search-form .omn-field-search-locations .select2.select2-container .select2-selection--multiple {
  border-color: #cacaca;
}
.omn-search-form .omn-field-search-locations .select2-selection {
  height: 61px;
}
.omn-search-form .omn-field-search-locations .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  border: none;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  height: 100%;
  color: inherit;
}

.omn-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.omn-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
	background: none;
	color: inherit;
}

.omn-search-form .omn-field-search-locations .select2-selection__choice__remove:hover{
	font-weight: 600;
}
.omn-search-form .omn-field-search-locations .select2-selection__choice__remove span {
    display: none;
}
.omn-search-form .omn-field-search-locations .select2-selection__choice__remove::before {
    content: '\f057';
    font-size: 18px;
    line-height: inherit;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
}

.omn-select2-dropdown-search-locations .select2-results__option--selectable::before {
	width: 15px;
	height: 20px;
	margin-right: 12px;
	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;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-search__field{
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 45px;
}

.sidebar-element .lp-search-form .omn-field-search-locations .select2-selection__rendered:not(:empty) + .select2-search--inline .select2-search__field{
    border-radius: 6px 6px 0 0;
}

.omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set .lp-field {
    position: relative;
}

.sidebar-element .lp-form-filter-tag[class*="property-category"] > ul > li > ul > li {
    padding-left: 15px;
}

.lp-form-filter-tags:not(.lp-form-filters-sub-tags) > li > .lp-label .lp-label-text {
    font-weight: 600;
}

.primary-sidebar .sidebar-mobile-menu::before {
    content: 'Search Filters';
    font-size: initial;
}
.primary-sidebar .sidebar-mobile-menu {
    font-size: 0;
}

@media (min-width: 992px) {
	.omn-search-form .omn-field-search-locations .lp-more-selected-label {
		font-size: 14px;
	}
}

@media (max-width: 767px) {	
	.omn-search-form .omn-field-search-locations .select2-selection__rendered {
		overflow: auto;
		max-width: 200px;
	}
	.sidebar-element .omn-search-form .omn-field-search-locations .select2-selection__rendered{
		max-width: 100%;
	}
	.omn-search-form .omn-field-search-locations .lp-more-selected-label {
		width: 95px;
		flex-grow: 1;
		flex-basis: 0;
	}
	.omn-search-form .omn-field-search-locations .select2-container .select2-search--inline {
		flex-grow: 1;
		flex-basis: 0;
	}
	.sidebar-element .omn-search-form .omn-field-search-locations .select2-container .select2-search--inline {
		flex-grow: initial;
        flex-basis: auto;
	}
	.omn-search-form.lp-has-filter-popup .omn-field-search-locations .select2.select2-container .select2-selection--multiple {
		padding-right: 55px;
	}
	.omn-property-search-form-modal .lp-drill-down .lp-sub-option-notice {
		display: inline-block;
		background-color: #112d4e17;
		border-radius: 15px;
		padding: 3px 8px;
		flex: 1;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 65px;
	}
}
/* OMN Property Search Form Select2 - End */

/* OMN Property Search Modal - Start */
.omn-property-search-form-modal .lp-modal-header-title {
  text-align: center;
}
.omn-property-search-form-modal .lp-search-form-tabs li.lp-tab-nav button,
.omn-property-search-form-modal .lp-search-form-sub-tabs li.lp-tab-sub-nav button {
  width: 100%;
}
.omn-property-search-form-modal .lp-fields {
	flex-direction: column;
}
.omn-property-search-form-modal .lp-field-set {
  padding-top: 10px;
}
.omn-property-search-form-modal .lp-field-set.omn-property-price .lp-label:not(.lp-field-set-label)::after {
  content: "Price";
  padding-left: 5px;
}
.omn-property-search-form-modal .lp-field-set.property-land .lp-label:not(.lp-field-set-label)::after {
  content: "Land Area";
  padding-left: 5px;
}
.omn-property-search-form-modal .lp-form-footer {
  margin-top: 1rem;
}
.omn-property-search-form-modal .lp-label {
  display: block;
  padding: 10px 0;
}
.omn-property-search-form-modal .lp-label.lp-field-set-label {
  display: none;
}
.omn-property-search-form-modal .lp-field-label {
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.omn-property-search-form-modal .lp-field-set-label {
  display: none;
}
.omn-property-search-form-modal .lp-form-footer .button {
  min-width: 100%;
}
.omn-property-search-form-modal .lp-field-set.omn-property-price .lp-field-label:not(.lp-field-set-label)::after {
  content: "Price";
  padding-left: 5px;
}
.omn-property-search-form-modal .lp-field-set.omn-property-land .lp-field-label:not(.lp-field-set-label)::after {
  content: "Land Area";
  padding-left: 5px;
}
.omn-property-search-form-modal .lp-modal-header-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .omn-property-search-form-modal .lp-field.omn-property-types {
    padding-bottom: 18px;
  }
  .omn-property-search-form-modal .lp-field-set {
    width: 100%;
    flex-wrap: wrap;
    flex-basis: auto;
  }
  .omn-property-search-form-modal .lp-field.omn-property-types {
    width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .omn-property-search-form-modal .lp-field {
    margin-bottom: 1rem;
  }
}
/* OMN Property Search Modal - End */

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

@media (min-width: 768px) {
  .hero .omn-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-hero .omn-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-has-background-image .omn-search-form:not(.lp-modal) .lp-tab-nav .button {
    min-width: 110px;
  }
  .hero .omn-search-form:not(.lp-modal), .lp-hero .omn-search-form:not(.lp-modal), .lp-has-background-image .omn-search-form:not(.lp-modal) {
    padding: 0 50px;
  }
  .hero .omn-search-form:not(.lp-modal) .lp-address-lookup, .lp-hero .omn-search-form:not(.lp-modal) .lp-address-lookup, .lp-has-background-image .omn-search-form:not(.lp-modal) .lp-address-lookup {
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
	.hero .omn-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-hero .omn-search-form:not(.lp-modal) .lp-tab-nav .button, .lp-has-background-image .omn-search-form:not(.lp-modal) .lp-tab-nav .button {
		min-width: 130px;
	}
}
/* OMN Property Search Hero - End */

/* OMN User Search - Start */
.omn-search-form .omn-user-form .omn-user-name {
  border: none;
  padding-left: 45px;
}
.omn-search-form .omn-user-form .omn-user-name::placeholder {
  color: #9c9c9c;
}
.omn-search-form .omn-user-form .omn-user-field-name {
  position: relative;
}
.omn-search-form .omn-user-form .omn-user-field-name::before {
  content: '';
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #9c9c9c;
  -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: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .omn-search-form .omn-user-name:focus {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .omn-search-form .omn-user-form .omn-user-name {
    box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
  }
}
/* OMN User Search - End */

/*************************************
!OMN SEARCH FORM - END
*************************************/

/*************************************
#OMN LISTINGS ELEMENT - START
*************************************/
.omn-listings-element .lp-media {
  position: relative;
  overflow: hidden;
}
.omn-listings-element.lp-element .lp-content > div {
  margin-bottom: 10px;
}
.omn-listings-element.lp-element .omn-property-attributes {
  font-size: 12px;
  line-height: 2;
}
.omn-listings-element.lp-element .omn-property-attributes .omn-type {
  font-size: 14px;
}
.omn-listings-element.lp-element .omn-property-image {
  transform: scale(1);
  transition: .3s all;
}
.omn-listings-element.lp-element .lp-box:hover .omn-property-image {
  transform: scale(1.2);
  transition: .3s all;
}
.omn-listings-element.lp-element .omn-property-status.sale::before {
  content: "For";
  padding-right: 4px;
}
.omn-listings-element.lp-element .lp-content > div:first-child {
  font-weight: 600;
  font-size: 18px;
}
.omn-listings-element.lp-element .lp-overlay .omn-property-status {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 5px 10px;
}
.omn-listings-element.lp-element .lp-content .omn-property-status, .omn-listings-element.lp-element .lp-content .omn-property-price {
  display: inline-block;
}
.omn-listings-element.lp-element .omn-property-status {
  font-weight: 700;
}
.omn-listings-element.lp-element .omn-property-price {
  font-weight: 400;
}
.omn-listings-element.lp-element:not(.lp-box-layout-4,.lp-grey-section) .lp-box {
  background-color: #F3F3F3;
}

.omn-listings-element.lp-element.lp-grey-section .lp-box{
	background-color: #fff;
}

/* Attributes - Start */
.omn-property-attributes {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}
.omn-property-attributes .omn-property-attribute:not(.omn-type) {
  display: inline-flex;
  align-items: center;
}
.omn-property-attributes .omn-property-attribute:not(.omn-type)::before {
  content: '';
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(0, 0, 0, .6);
  -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;
}
.omn-property-attributes .omn-type::before {
  content: "|";
  padding-right: 10px;
}
.omn-property-attributes .omn-property-attribute.omn-landarea::before, .omn-property-attributes .omn-property-attribute.omn-landarea_m2::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTIuODIgMTEyLjkyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMjczYTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTIuNzksMzIuOTRjMC0yLjkyLS42Mi0zLjU1LTMuNTEtMy41NUgzMC43NGMtMi44OSwwLTMuNTIuNjQtMy41MiwzLjU1LDAsMzcuMjUsMCwzOS4xNCwwLDc2LjM5YTQsNCwwLDAsMCwxLjQ2LDMuNTloODIuNjlhNCw0LDAsMCwwLDEuNDctMy41OEMxMTIuNzksNzIuMDgsMTEyLjc5LDcwLjIsMTEyLjc5LDMyLjk0Wk0xMDgsMTA4LjA5SDMyVjM0LjE4aDc2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjQ3LDEwOC4yMWMtLjM0LDAtLjY5LDAtMS4xNCwwVjM0LjA4Yy43MiwwLDEuNC4wNSwyLjA3LDBhMi4zMSwyLjMxLDAsMCwwLDIuMjctMi40LDIuMjUsMi4yNSwwLDAsMC0yLjM4LTIuMjZxLTQuNDgtLjA2LTksMEEyLjIyLDIuMjIsMCwwLDAsMCwzMS42MWEyLjMxLDIuMzEsMCwwLDAsMi4yLDIuNDZjLjY4LjA3LDEuMzcsMCwyLjE3LDB2NzRDMi44NSwxMDguNDMuNywxMDcuNjUuMDgsMTEwYy0uMzUsMS4zNy40NywyLjIsMS41MSwyLjg4SDEyLjE4YzEtLjc3LDEuODUtMS42NywxLjM4LTMuMDdTMTEuODMsMTA4LjEzLDEwLjQ3LDEwOC4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yOS42MywxNC40MWEyLjM2LDIuMzYsMCwwLDAsMi4yOS0yLjU0YzAtLjY4LDAtMS4zNywwLTIuMTlIMTA4LjFjMCwuOTMsMCwxLjcxLDAsMi40OWEyLjI1LDIuMjUsMCwwLDAsMi4yOCwyLjIyLDIuMTMsMi4xMywwLDAsMCwyLjMyLTJjLjEyLTMuNDMuMTEtNi44NiwwLTEwLjI5QTIuMjIsMi4yMiwwLDAsMCwxMTAuMzIsMGEyLjMsMi4zLDAsMCwwLTIuMjIsMi4yOWMwLC43NywwLDEuNTUsMCwyLjQ0SDMxLjkyYzAtLjc3LDAtMS41NCwwLTIuMzFhMi4zNCwyLjM0LDAsMSwwLTQuNjgsMGMwLDMuMTksMCw2LjM3LDAsOS41NkEyLjM2LDIuMzYsMCwwLDAsMjkuNjMsMTQuNDFaIi8+PC9nPjwvZz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTIuODIgMTEyLjkyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMjczYTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTIuNzksMzIuOTRjMC0yLjkyLS42Mi0zLjU1LTMuNTEtMy41NUgzMC43NGMtMi44OSwwLTMuNTIuNjQtMy41MiwzLjU1LDAsMzcuMjUsMCwzOS4xNCwwLDc2LjM5YTQsNCwwLDAsMCwxLjQ2LDMuNTloODIuNjlhNCw0LDAsMCwwLDEuNDctMy41OEMxMTIuNzksNzIuMDgsMTEyLjc5LDcwLjIsMTEyLjc5LDMyLjk0Wk0xMDgsMTA4LjA5SDMyVjM0LjE4aDc2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjQ3LDEwOC4yMWMtLjM0LDAtLjY5LDAtMS4xNCwwVjM0LjA4Yy43MiwwLDEuNC4wNSwyLjA3LDBhMi4zMSwyLjMxLDAsMCwwLDIuMjctMi40LDIuMjUsMi4yNSwwLDAsMC0yLjM4LTIuMjZxLTQuNDgtLjA2LTksMEEyLjIyLDIuMjIsMCwwLDAsMCwzMS42MWEyLjMxLDIuMzEsMCwwLDAsMi4yLDIuNDZjLjY4LjA3LDEuMzcsMCwyLjE3LDB2NzRDMi44NSwxMDguNDMuNywxMDcuNjUuMDgsMTEwYy0uMzUsMS4zNy40NywyLjIsMS41MSwyLjg4SDEyLjE4YzEtLjc3LDEuODUtMS42NywxLjM4LTMuMDdTMTEuODMsMTA4LjEzLDEwLjQ3LDEwOC4yMVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yOS42MywxNC40MWEyLjM2LDIuMzYsMCwwLDAsMi4yOS0yLjU0YzAtLjY4LDAtMS4zNywwLTIuMTlIMTA4LjFjMCwuOTMsMCwxLjcxLDAsMi40OWEyLjI1LDIuMjUsMCwwLDAsMi4yOCwyLjIyLDIuMTMsMi4xMywwLDAsMCwyLjMyLTJjLjEyLTMuNDMuMTEtNi44NiwwLTEwLjI5QTIuMjIsMi4yMiwwLDAsMCwxMTAuMzIsMGEyLjMsMi4zLDAsMCwwLTIuMjIsMi4yOWMwLC43NywwLDEuNTUsMCwyLjQ0SDMxLjkyYzAtLjc3LDAtMS41NCwwLTIuMzFhMi4zNCwyLjM0LDAsMSwwLTQuNjgsMGMwLDMuMTksMCw2LjM3LDAsOS41NkEyLjM2LDIuMzYsMCwwLDAsMjkuNjMsMTQuNDFaIi8+PC9nPjwvZz48L3N2Zz4=);
}
/* Attributes - End */

/* Layout 1 - Start */
.omn-listings-element.lp-box-layout-1 .lp-content > div:first-child {
  padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
}
/* Layout 1 - End */

/* Layout 2 & 3 - Start */
.omn-listings-element.lp-box-layout-2 .lp-content > div:not(.omn-property-status):not(.omn-property-price),
.omn-listings-element.lp-box-layout-3 .lp-content > div:not(.omn-property-status):not(.omn-property-price) {
  width: 100%;
}
.omn-listings-element.lp-box-layout-2 .omn-property-status,
.omn-listings-element.lp-box-layout-3 .omn-property-status {
  padding-right: 6px;
}

@media (min-width: 768px) {
  .omn-listings-element.lp-box-layout-2 .lp-content, .omn-listings-element.lp-box-layout-3 .lp-content {
    padding: 30px;
    flex-flow: unset;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-self: center;
  }
}
@media (min-width: 992px){
  .omn-listings-element.lp-box-layout-2.featured .lp-media, .omn-listings-element.lp-box-layout-2.featured .lp-content,
  .omn-listings-element.lp-box-layout-3.featured .lp-media, .omn-listings-element.lp-box-layout-3.featured .lp-content {
      width: 50%;
  }
}
@media (min-width: 1200px) {
  .omn-listings-element.lp-box-layout-2.featured .lp-content,
  .omn-listings-element.lp-box-layout-3.featured .lp-content {
    padding: 60px 100px;
  }
  .omn-listings-element.lp-box-layout-2 .lp-content > div:first-child,
  .omn-listings-element.lp-box-layout-3 .lp-content > div:first-child {
    font-size: 20px;
  }
}
/* Layout 2 & 3 - End */

/* Layout 4 - Start */
.omn-listings-element.lp-box-layout-4 .omn-property-status {
  z-index: 2;
}
.omn-listings-element.lp-box-layout-4 .omn-property-attributes .omn-property-attribute:not(.omn-type)::before {
  background-color: #fff;
}
.omn-listings-element.lp-box-layout-4 .lp-content {
  display: block;
  background: linear-gradient(180deg, rgba(35, 40, 42, 0) 0%, rgba(35, 40, 42, 1) 60%);
  padding-top: 20px;
}
.omn-listings-element.lp-box-layout-4 .lp-box:hover .lp-content {
  background: rgba(0, 0, 0, .6);
}
/* Layout 4 - End */

/* User Profile - Start */
.omn-listings-element .omn-property-users, .omn-listings-element .omn-user-profile {
    display: flex;
    column-gap: 5px;
}

.omn-listings-element .omn-property-users {
    flex-wrap: wrap;
    row-gap: 5px;
}

.omn-listings-element .omn-user-profile {
    align-items: center;
}

.omn-listings-element .omn-user-media {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
/* User Profile - End */
/*************************************
!OMN LISTINGS ELEMENT - END
*************************************/

/*************************************
#OMN SINGLE LISTING PAGE - START
*************************************/
.omn-property-headline {
    font-size: 1.4rem;
}

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

/* Content - Start */
.omn-property-single-content .omn-property-status {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  min-width: 5rem;
  color: #000;
	background: #D2D2D2;
  text-align: center;
  margin-bottom: 1rem;
}
/* Content - End */

/* Media - Start */
.omn-property-media-links ul, .omn-property-documents ul {
  list-style: none;
  margin-left: 0;
}
.omn-property-media-links ul li a::before, .omn-property-documents ul li a::before {
  width: 22px;
  height: 18px;
  margin: 0 8px 4px 0;
  content: '';
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.omn-property-media-links ul li.omn-video-tour-link a::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTEgNTEwLjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxMSw0MjguMTZjLTUuNjMsMTAtMTAuMDUsMTEuODUtMjEuMjYsOC4xLTM5LjktMTMuMzUtODEtMjAuNTUtMTIyLjc0LTI1LjIxYTEwMjAuNzgsMTAyMC43OCwwLDAsMC0xNDMuOTQtNS40N2MtNTMuNDEsMS41OC0xMDYuNSw2LjQ5LTE1OC42OCwxOC42MS0xNC42OSwzLjQyLTI5LjEzLDgtNDMuNiwxMi4yOUM3LjUxLDQ0MC40MywwLDQzNS4xMywwLDQyMS4zN1Y4OS41OGMwLTEzLjcyLDcuNjUtMTkuMzYsMjAuNzYtMTVDNjAuODIsODgsMTAyLjExLDk1LjI3LDE0NCwxMDBhMTAyMS4yNCwxMDIxLjI0LDAsMCwwLDE0My40NCw1LjQ5QzM0MSwxMDMuODcsMzk0LjI2LDk5LDQ0Ni42LDg2LjgxYzE0LjUzLTMuMzcsMjguOC03Ljg4LDQzLjEyLTEyLjEzLDExLjMzLTMuMzcsMTUuNjUtMS44NywyMS4yOCw4LjE2Wm0tMTUuMjUtNS45Vjg4Ljc0Yy03OC40MywyNS4xNy0xNTksMzItMjQwLjM5LDMycy0xNjEuOTEtNi44NS0yNDAtMzEuOTJWNDIyLjIyYzc4LjM4LTI1LjExLDE1OC44Mi0zMS45MiwyNDAtMzEuOTNTNDE3LjM2LDM5Ny4xLDQ5NS43NSw0MjIuMjZaTTI0MC41MywwYTI1Ljg2LDI1Ljg2LDAsMCwxLTMuODUuODFjLTM1LjM1LDIuMy02OC40OSwxMi40Ny05OS44OSwyOC40OUEyMzcuMjksMjM3LjI5LDAsMCwwLDkwLjIsNjAuNzhjLTQuMTEsMy41Mi00Ljg0LDgtMi4wOCwxMS4zM3M3LjA4LDMuNTUsMTEuNTMuMjNjLjgtLjU5LDEuNTUtMS4yNSwyLjMyLTEuODlBMjM2LjQ1LDIzNi40NSwwLDAsMSwxNzksMjcuNTljOS44My0zLjI2LDIwLTUuNjMsMjkuOTQtOC40MWwuNiwxLjNjLTEsMS4yMS0yLDIuNDgtMy4xLDMuNjJDMTkyLjM1LDM4LjYsMTgyLjcyLDU2LDE3NC4zNSw3NC4xOWMtMi4xMyw0LjYyLS42OCw4Ljc3LDMuMjYsMTAuNjFzNy42Mi40MSwxMC0zLjkzYzIuMi00LjA5LDQtOC40LDYuMTctMTIuNTEsOC4zMy0xNS44MywxOC0zMC42LDMyLjE5LTQyLDE2Ljc4LTEzLjU0LDM0LjYzLTE0Ljk1LDUzLjA5LTMuODZBNzAuNCw3MC40LDAsMCwxLDMwMiw0NC4zMWM3LjY5LDExLjc5LDE0LjMxLDI0LjI3LDIxLjMzLDM2LjQ5LDIuNjMsNC41OCw2LjI0LDYuMjEsMTAuMjIsNC4zNnM1LjY2LTYuMTgsMy4zLTEwLjU3Yy02LjQ0LTEyLTEyLjg3LTI0LTIwLjA5LTM1LjQ5LTQuMjYtNi43OC0xMC0xMi42MS0xNS4xLTE4Ljg3QTIwMC43OCwyMDAuNzgsMCwwLDEsMzMyLDI3LjYsMjM5LjM3LDIzOS4zNywwLDAsMSw0MTEsNzJjNC42LDMuODUsOSwzLjY5LDExLjg3LjA5czItNy45NC0yLjQ2LTExLjY3QzM4NS4yMiwzMC43MywzNDQuNzksMTIuMTIsMjk5LjUzLDRjLTkuNjEtMS43My0xOS4zNy0yLjY2LTI5LjA2LTRaTTIwNi40NSw0OTAuOWMtMjUuMjQtNS4yNy00OS4yNC0xNC03MS4yNi0yNy40LTEyLjQ1LTcuNTctMjQtMTYuNjgtMzUuOS0yNS4xMS00LjMtMy04LjM1LTIuOS0xMS4xMy40NHMtMi4wOSw3LjYyLDEuNTksMTFjMS4xLDEsMi4yOCwxLjk1LDMuNDQsMi44OSw1Mi44OSw0Mi4zMywxMTMuMDUsNjIuMDgsMTgwLjc2LDU3LjM2LDU0LjM1LTMuNzksMTAyLjUzLTIzLjUzLDE0NC42Ny01OCw1Ljk0LTQuODUsNy4yOC05LjA3LDQuMjgtMTIuOTMtMy4yNi00LjE4LTcuNS0zLjg3LTEzLjgxLDEuMzZhMjQwLjYsMjQwLjYsMCwwLDEtOTMuMjgsNDcuNzVjLTIuNC42My00LjgzLDEuMjItNy4yNiwxLjcyLTIuMjUuNDYtNC41My43Ny03LjkzLDEuMzMsMS40LTEuNjcsMS44Ny0yLjMzLDIuNDQtMi44OSwxNC4zMy0xNC4zMSwyNC4yMy0zMS41NCwzMi43NC00OS42OCwyLjM1LTUsMS4zNC05LjIxLTIuNTUtMTEuMjMtNC4xLTIuMTQtOC4yMy0uMzktMTAuODksNC43NC0yLDMuODMtMy43Myw3Ljc4LTUuNzYsMTEuNTktOC4xNiwxNS4zNy0xNy43NCwyOS42MS0zMS40Niw0MC43NC0xNi43NCwxMy41OC0zNC42NywxNS4wNS01My4wNyw0YTcwLjU2LDcwLjU2LDAsMCwxLTIzLTIxLjgzYy03LjY5LTExLjc3LTE0LjMyLTI0LjI2LTIxLjM1LTM2LjQ3LTIuNjYtNC42Mi02LjI3LTYuMjgtMTAuMTgtNC40OC00LjE0LDEuODktNS43NCw2LjIzLTMuMTQsMTAuOTUsNi45NSwxMi42MywxNCwyNS4yNSwyMS42LDM3LjQ3LDMuNzIsNS45NCw4LjksMTEsMTMuNzcsMTYuODRBMjQuNTgsMjQuNTgsMCwwLDEsMjA2LjQ1LDQ5MC45Wk0xOTcuNSwyNTVjMC0yNi42MS4wNi01My4yMi0uMDUtNzkuODMsMC01LjY1Ljg2LTEwLjYzLDYuMjMtMTMuNjhzMTAuMTQtMS4xNiwxNC44NywxLjlRMjgxLDIwMy42OCwzNDMuNDMsMjQzLjg4YzEwLjUxLDYuNzgsMTAuNTEsMTYuNDYsMCwyMy4yNVEyODEsMzA3LjM5LDIxOC41NCwzNDcuNjJjLTQuNzIsMy05LjQ2LDUtMTQuODcsMS44OS01LjEzLTIuOTQtNi4yNC03LjY3LTYuMjItMTMuMTlDMTk3LjU2LDMwOS4yMiwxOTcuNSwyODIuMTEsMTk3LjUsMjU1Wm0xNS4xLDc4LjYzLDEyMS4yMS03OC4xNEwyMTIuNiwxNzcuMzlaIi8+PC9nPjwvZz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTEgNTEwLjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxMSw0MjguMTZjLTUuNjMsMTAtMTAuMDUsMTEuODUtMjEuMjYsOC4xLTM5LjktMTMuMzUtODEtMjAuNTUtMTIyLjc0LTI1LjIxYTEwMjAuNzgsMTAyMC43OCwwLDAsMC0xNDMuOTQtNS40N2MtNTMuNDEsMS41OC0xMDYuNSw2LjQ5LTE1OC42OCwxOC42MS0xNC42OSwzLjQyLTI5LjEzLDgtNDMuNiwxMi4yOUM3LjUxLDQ0MC40MywwLDQzNS4xMywwLDQyMS4zN1Y4OS41OGMwLTEzLjcyLDcuNjUtMTkuMzYsMjAuNzYtMTVDNjAuODIsODgsMTAyLjExLDk1LjI3LDE0NCwxMDBhMTAyMS4yNCwxMDIxLjI0LDAsMCwwLDE0My40NCw1LjQ5QzM0MSwxMDMuODcsMzk0LjI2LDk5LDQ0Ni42LDg2LjgxYzE0LjUzLTMuMzcsMjguOC03Ljg4LDQzLjEyLTEyLjEzLDExLjMzLTMuMzcsMTUuNjUtMS44NywyMS4yOCw4LjE2Wm0tMTUuMjUtNS45Vjg4Ljc0Yy03OC40MywyNS4xNy0xNTksMzItMjQwLjM5LDMycy0xNjEuOTEtNi44NS0yNDAtMzEuOTJWNDIyLjIyYzc4LjM4LTI1LjExLDE1OC44Mi0zMS45MiwyNDAtMzEuOTNTNDE3LjM2LDM5Ny4xLDQ5NS43NSw0MjIuMjZaTTI0MC41MywwYTI1Ljg2LDI1Ljg2LDAsMCwxLTMuODUuODFjLTM1LjM1LDIuMy02OC40OSwxMi40Ny05OS44OSwyOC40OUEyMzcuMjksMjM3LjI5LDAsMCwwLDkwLjIsNjAuNzhjLTQuMTEsMy41Mi00Ljg0LDgtMi4wOCwxMS4zM3M3LjA4LDMuNTUsMTEuNTMuMjNjLjgtLjU5LDEuNTUtMS4yNSwyLjMyLTEuODlBMjM2LjQ1LDIzNi40NSwwLDAsMSwxNzksMjcuNTljOS44My0zLjI2LDIwLTUuNjMsMjkuOTQtOC40MWwuNiwxLjNjLTEsMS4yMS0yLDIuNDgtMy4xLDMuNjJDMTkyLjM1LDM4LjYsMTgyLjcyLDU2LDE3NC4zNSw3NC4xOWMtMi4xMyw0LjYyLS42OCw4Ljc3LDMuMjYsMTAuNjFzNy42Mi40MSwxMC0zLjkzYzIuMi00LjA5LDQtOC40LDYuMTctMTIuNTEsOC4zMy0xNS44MywxOC0zMC42LDMyLjE5LTQyLDE2Ljc4LTEzLjU0LDM0LjYzLTE0Ljk1LDUzLjA5LTMuODZBNzAuNCw3MC40LDAsMCwxLDMwMiw0NC4zMWM3LjY5LDExLjc5LDE0LjMxLDI0LjI3LDIxLjMzLDM2LjQ5LDIuNjMsNC41OCw2LjI0LDYuMjEsMTAuMjIsNC4zNnM1LjY2LTYuMTgsMy4zLTEwLjU3Yy02LjQ0LTEyLTEyLjg3LTI0LTIwLjA5LTM1LjQ5LTQuMjYtNi43OC0xMC0xMi42MS0xNS4xLTE4Ljg3QTIwMC43OCwyMDAuNzgsMCwwLDEsMzMyLDI3LjYsMjM5LjM3LDIzOS4zNywwLDAsMSw0MTEsNzJjNC42LDMuODUsOSwzLjY5LDExLjg3LjA5czItNy45NC0yLjQ2LTExLjY3QzM4NS4yMiwzMC43MywzNDQuNzksMTIuMTIsMjk5LjUzLDRjLTkuNjEtMS43My0xOS4zNy0yLjY2LTI5LjA2LTRaTTIwNi40NSw0OTAuOWMtMjUuMjQtNS4yNy00OS4yNC0xNC03MS4yNi0yNy40LTEyLjQ1LTcuNTctMjQtMTYuNjgtMzUuOS0yNS4xMS00LjMtMy04LjM1LTIuOS0xMS4xMy40NHMtMi4wOSw3LjYyLDEuNTksMTFjMS4xLDEsMi4yOCwxLjk1LDMuNDQsMi44OSw1Mi44OSw0Mi4zMywxMTMuMDUsNjIuMDgsMTgwLjc2LDU3LjM2LDU0LjM1LTMuNzksMTAyLjUzLTIzLjUzLDE0NC42Ny01OCw1Ljk0LTQuODUsNy4yOC05LjA3LDQuMjgtMTIuOTMtMy4yNi00LjE4LTcuNS0zLjg3LTEzLjgxLDEuMzZhMjQwLjYsMjQwLjYsMCwwLDEtOTMuMjgsNDcuNzVjLTIuNC42My00LjgzLDEuMjItNy4yNiwxLjcyLTIuMjUuNDYtNC41My43Ny03LjkzLDEuMzMsMS40LTEuNjcsMS44Ny0yLjMzLDIuNDQtMi44OSwxNC4zMy0xNC4zMSwyNC4yMy0zMS41NCwzMi43NC00OS42OCwyLjM1LTUsMS4zNC05LjIxLTIuNTUtMTEuMjMtNC4xLTIuMTQtOC4yMy0uMzktMTAuODksNC43NC0yLDMuODMtMy43Myw3Ljc4LTUuNzYsMTEuNTktOC4xNiwxNS4zNy0xNy43NCwyOS42MS0zMS40Niw0MC43NC0xNi43NCwxMy41OC0zNC42NywxNS4wNS01My4wNyw0YTcwLjU2LDcwLjU2LDAsMCwxLTIzLTIxLjgzYy03LjY5LTExLjc3LTE0LjMyLTI0LjI2LTIxLjM1LTM2LjQ3LTIuNjYtNC42Mi02LjI3LTYuMjgtMTAuMTgtNC40OC00LjE0LDEuODktNS43NCw2LjIzLTMuMTQsMTAuOTUsNi45NSwxMi42MywxNCwyNS4yNSwyMS42LDM3LjQ3LDMuNzIsNS45NCw4LjksMTEsMTMuNzcsMTYuODRBMjQuNTgsMjQuNTgsMCwwLDEsMjA2LjQ1LDQ5MC45Wk0xOTcuNSwyNTVjMC0yNi42MS4wNi01My4yMi0uMDUtNzkuODMsMC01LjY1Ljg2LTEwLjYzLDYuMjMtMTMuNjhzMTAuMTQtMS4xNiwxNC44NywxLjlRMjgxLDIwMy42OCwzNDMuNDMsMjQzLjg4YzEwLjUxLDYuNzgsMTAuNTEsMTYuNDYsMCwyMy4yNVEyODEsMzA3LjM5LDIxOC41NCwzNDcuNjJjLTQuNzIsMy05LjQ2LDUtMTQuODcsMS44OS01LjEzLTIuOTQtNi4yNC03LjY3LTYuMjItMTMuMTlDMTk3LjU2LDMwOS4yMiwxOTcuNSwyODIuMTEsMTk3LjUsMjU1Wm0xNS4xLDc4LjYzLDEyMS4yMS03OC4xNEwyMTIuNiwxNzcuMzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.omn-property-media-links ul li.omn-virtual-tour-link a::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTEgNTEwLjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxMSw0MjguMTZjLTUuNjMsMTAtMTAuMDUsMTEuODUtMjEuMjYsOC4xLTM5LjktMTMuMzUtODEtMjAuNTUtMTIyLjc0LTI1LjIxYTEwMjAuNzgsMTAyMC43OCwwLDAsMC0xNDMuOTQtNS40N2MtNTMuNDEsMS41OC0xMDYuNSw2LjQ5LTE1OC42OCwxOC42MS0xNC42OSwzLjQyLTI5LjEzLDgtNDMuNiwxMi4yOUM3LjUxLDQ0MC40MywwLDQzNS4xMywwLDQyMS4zN1Y4OS41OGMwLTEzLjcyLDcuNjUtMTkuMzYsMjAuNzYtMTVDNjAuODIsODgsMTAyLjExLDk1LjI3LDE0NCwxMDBhMTAyMS4yNCwxMDIxLjI0LDAsMCwwLDE0My40NCw1LjQ5QzM0MSwxMDMuODcsMzk0LjI2LDk5LDQ0Ni42LDg2LjgxYzE0LjUzLTMuMzcsMjguOC03Ljg4LDQzLjEyLTEyLjEzLDExLjMzLTMuMzcsMTUuNjUtMS44NywyMS4yOCw4LjE2Wm0tMTUuMjUtNS45Vjg4Ljc0Yy03OC40MywyNS4xNy0xNTksMzItMjQwLjM5LDMycy0xNjEuOTEtNi44NS0yNDAtMzEuOTJWNDIyLjIyYzc4LjM4LTI1LjExLDE1OC44Mi0zMS45MiwyNDAtMzEuOTNTNDE3LjM2LDM5Ny4xLDQ5NS43NSw0MjIuMjZaTTI0MC41MywwYTI1Ljg2LDI1Ljg2LDAsMCwxLTMuODUuODFjLTM1LjM1LDIuMy02OC40OSwxMi40Ny05OS44OSwyOC40OUEyMzcuMjksMjM3LjI5LDAsMCwwLDkwLjIsNjAuNzhjLTQuMTEsMy41Mi00Ljg0LDgtMi4wOCwxMS4zM3M3LjA4LDMuNTUsMTEuNTMuMjNjLjgtLjU5LDEuNTUtMS4yNSwyLjMyLTEuODlBMjM2LjQ1LDIzNi40NSwwLDAsMSwxNzksMjcuNTljOS44My0zLjI2LDIwLTUuNjMsMjkuOTQtOC40MWwuNiwxLjNjLTEsMS4yMS0yLDIuNDgtMy4xLDMuNjJDMTkyLjM1LDM4LjYsMTgyLjcyLDU2LDE3NC4zNSw3NC4xOWMtMi4xMyw0LjYyLS42OCw4Ljc3LDMuMjYsMTAuNjFzNy42Mi40MSwxMC0zLjkzYzIuMi00LjA5LDQtOC40LDYuMTctMTIuNTEsOC4zMy0xNS44MywxOC0zMC42LDMyLjE5LTQyLDE2Ljc4LTEzLjU0LDM0LjYzLTE0Ljk1LDUzLjA5LTMuODZBNzAuNCw3MC40LDAsMCwxLDMwMiw0NC4zMWM3LjY5LDExLjc5LDE0LjMxLDI0LjI3LDIxLjMzLDM2LjQ5LDIuNjMsNC41OCw2LjI0LDYuMjEsMTAuMjIsNC4zNnM1LjY2LTYuMTgsMy4zLTEwLjU3Yy02LjQ0LTEyLTEyLjg3LTI0LTIwLjA5LTM1LjQ5LTQuMjYtNi43OC0xMC0xMi42MS0xNS4xLTE4Ljg3QTIwMC43OCwyMDAuNzgsMCwwLDEsMzMyLDI3LjYsMjM5LjM3LDIzOS4zNywwLDAsMSw0MTEsNzJjNC42LDMuODUsOSwzLjY5LDExLjg3LjA5czItNy45NC0yLjQ2LTExLjY3QzM4NS4yMiwzMC43MywzNDQuNzksMTIuMTIsMjk5LjUzLDRjLTkuNjEtMS43My0xOS4zNy0yLjY2LTI5LjA2LTRaTTIwNi40NSw0OTAuOWMtMjUuMjQtNS4yNy00OS4yNC0xNC03MS4yNi0yNy40LTEyLjQ1LTcuNTctMjQtMTYuNjgtMzUuOS0yNS4xMS00LjMtMy04LjM1LTIuOS0xMS4xMy40NHMtMi4wOSw3LjYyLDEuNTksMTFjMS4xLDEsMi4yOCwxLjk1LDMuNDQsMi44OSw1Mi44OSw0Mi4zMywxMTMuMDUsNjIuMDgsMTgwLjc2LDU3LjM2LDU0LjM1LTMuNzksMTAyLjUzLTIzLjUzLDE0NC42Ny01OCw1Ljk0LTQuODUsNy4yOC05LjA3LDQuMjgtMTIuOTMtMy4yNi00LjE4LTcuNS0zLjg3LTEzLjgxLDEuMzZhMjQwLjYsMjQwLjYsMCwwLDEtOTMuMjgsNDcuNzVjLTIuNC42My00LjgzLDEuMjItNy4yNiwxLjcyLTIuMjUuNDYtNC41My43Ny03LjkzLDEuMzMsMS40LTEuNjcsMS44Ny0yLjMzLDIuNDQtMi44OSwxNC4zMy0xNC4zMSwyNC4yMy0zMS41NCwzMi43NC00OS42OCwyLjM1LTUsMS4zNC05LjIxLTIuNTUtMTEuMjMtNC4xLTIuMTQtOC4yMy0uMzktMTAuODksNC43NC0yLDMuODMtMy43Myw3Ljc4LTUuNzYsMTEuNTktOC4xNiwxNS4zNy0xNy43NCwyOS42MS0zMS40Niw0MC43NC0xNi43NCwxMy41OC0zNC42NywxNS4wNS01My4wNyw0YTcwLjU2LDcwLjU2LDAsMCwxLTIzLTIxLjgzYy03LjY5LTExLjc3LTE0LjMyLTI0LjI2LTIxLjM1LTM2LjQ3LTIuNjYtNC42Mi02LjI3LTYuMjgtMTAuMTgtNC40OC00LjE0LDEuODktNS43NCw2LjIzLTMuMTQsMTAuOTUsNi45NSwxMi42MywxNCwyNS4yNSwyMS42LDM3LjQ3LDMuNzIsNS45NCw4LjksMTEsMTMuNzcsMTYuODRBMjQuNTgsMjQuNTgsMCwwLDEsMjA2LjQ1LDQ5MC45Wk0xOTcuNSwyNTVjMC0yNi42MS4wNi01My4yMi0uMDUtNzkuODMsMC01LjY1Ljg2LTEwLjYzLDYuMjMtMTMuNjhzMTAuMTQtMS4xNiwxNC44NywxLjlRMjgxLDIwMy42OCwzNDMuNDMsMjQzLjg4YzEwLjUxLDYuNzgsMTAuNTEsMTYuNDYsMCwyMy4yNVEyODEsMzA3LjM5LDIxOC41NCwzNDcuNjJjLTQuNzIsMy05LjQ2LDUtMTQuODcsMS44OS01LjEzLTIuOTQtNi4yNC03LjY3LTYuMjItMTMuMTlDMTk3LjU2LDMwOS4yMiwxOTcuNSwyODIuMTEsMTk3LjUsMjU1Wm0xNS4xLDc4LjYzLDEyMS4yMS03OC4xNEwyMTIuNiwxNzcuMzlaIi8+PC9nPjwvZz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTEgNTEwLjgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O2lzb2xhdGlvbjppc29sYXRlO308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxMSw0MjguMTZjLTUuNjMsMTAtMTAuMDUsMTEuODUtMjEuMjYsOC4xLTM5LjktMTMuMzUtODEtMjAuNTUtMTIyLjc0LTI1LjIxYTEwMjAuNzgsMTAyMC43OCwwLDAsMC0xNDMuOTQtNS40N2MtNTMuNDEsMS41OC0xMDYuNSw2LjQ5LTE1OC42OCwxOC42MS0xNC42OSwzLjQyLTI5LjEzLDgtNDMuNiwxMi4yOUM3LjUxLDQ0MC40MywwLDQzNS4xMywwLDQyMS4zN1Y4OS41OGMwLTEzLjcyLDcuNjUtMTkuMzYsMjAuNzYtMTVDNjAuODIsODgsMTAyLjExLDk1LjI3LDE0NCwxMDBhMTAyMS4yNCwxMDIxLjI0LDAsMCwwLDE0My40NCw1LjQ5QzM0MSwxMDMuODcsMzk0LjI2LDk5LDQ0Ni42LDg2LjgxYzE0LjUzLTMuMzcsMjguOC03Ljg4LDQzLjEyLTEyLjEzLDExLjMzLTMuMzcsMTUuNjUtMS44NywyMS4yOCw4LjE2Wm0tMTUuMjUtNS45Vjg4Ljc0Yy03OC40MywyNS4xNy0xNTksMzItMjQwLjM5LDMycy0xNjEuOTEtNi44NS0yNDAtMzEuOTJWNDIyLjIyYzc4LjM4LTI1LjExLDE1OC44Mi0zMS45MiwyNDAtMzEuOTNTNDE3LjM2LDM5Ny4xLDQ5NS43NSw0MjIuMjZaTTI0MC41MywwYTI1Ljg2LDI1Ljg2LDAsMCwxLTMuODUuODFjLTM1LjM1LDIuMy02OC40OSwxMi40Ny05OS44OSwyOC40OUEyMzcuMjksMjM3LjI5LDAsMCwwLDkwLjIsNjAuNzhjLTQuMTEsMy41Mi00Ljg0LDgtMi4wOCwxMS4zM3M3LjA4LDMuNTUsMTEuNTMuMjNjLjgtLjU5LDEuNTUtMS4yNSwyLjMyLTEuODlBMjM2LjQ1LDIzNi40NSwwLDAsMSwxNzksMjcuNTljOS44My0zLjI2LDIwLTUuNjMsMjkuOTQtOC40MWwuNiwxLjNjLTEsMS4yMS0yLDIuNDgtMy4xLDMuNjJDMTkyLjM1LDM4LjYsMTgyLjcyLDU2LDE3NC4zNSw3NC4xOWMtMi4xMyw0LjYyLS42OCw4Ljc3LDMuMjYsMTAuNjFzNy42Mi40MSwxMC0zLjkzYzIuMi00LjA5LDQtOC40LDYuMTctMTIuNTEsOC4zMy0xNS44MywxOC0zMC42LDMyLjE5LTQyLDE2Ljc4LTEzLjU0LDM0LjYzLTE0Ljk1LDUzLjA5LTMuODZBNzAuNCw3MC40LDAsMCwxLDMwMiw0NC4zMWM3LjY5LDExLjc5LDE0LjMxLDI0LjI3LDIxLjMzLDM2LjQ5LDIuNjMsNC41OCw2LjI0LDYuMjEsMTAuMjIsNC4zNnM1LjY2LTYuMTgsMy4zLTEwLjU3Yy02LjQ0LTEyLTEyLjg3LTI0LTIwLjA5LTM1LjQ5LTQuMjYtNi43OC0xMC0xMi42MS0xNS4xLTE4Ljg3QTIwMC43OCwyMDAuNzgsMCwwLDEsMzMyLDI3LjYsMjM5LjM3LDIzOS4zNywwLDAsMSw0MTEsNzJjNC42LDMuODUsOSwzLjY5LDExLjg3LjA5czItNy45NC0yLjQ2LTExLjY3QzM4NS4yMiwzMC43MywzNDQuNzksMTIuMTIsMjk5LjUzLDRjLTkuNjEtMS43My0xOS4zNy0yLjY2LTI5LjA2LTRaTTIwNi40NSw0OTAuOWMtMjUuMjQtNS4yNy00OS4yNC0xNC03MS4yNi0yNy40LTEyLjQ1LTcuNTctMjQtMTYuNjgtMzUuOS0yNS4xMS00LjMtMy04LjM1LTIuOS0xMS4xMy40NHMtMi4wOSw3LjYyLDEuNTksMTFjMS4xLDEsMi4yOCwxLjk1LDMuNDQsMi44OSw1Mi44OSw0Mi4zMywxMTMuMDUsNjIuMDgsMTgwLjc2LDU3LjM2LDU0LjM1LTMuNzksMTAyLjUzLTIzLjUzLDE0NC42Ny01OCw1Ljk0LTQuODUsNy4yOC05LjA3LDQuMjgtMTIuOTMtMy4yNi00LjE4LTcuNS0zLjg3LTEzLjgxLDEuMzZhMjQwLjYsMjQwLjYsMCwwLDEtOTMuMjgsNDcuNzVjLTIuNC42My00LjgzLDEuMjItNy4yNiwxLjcyLTIuMjUuNDYtNC41My43Ny03LjkzLDEuMzMsMS40LTEuNjcsMS44Ny0yLjMzLDIuNDQtMi44OSwxNC4zMy0xNC4zMSwyNC4yMy0zMS41NCwzMi43NC00OS42OCwyLjM1LTUsMS4zNC05LjIxLTIuNTUtMTEuMjMtNC4xLTIuMTQtOC4yMy0uMzktMTAuODksNC43NC0yLDMuODMtMy43Myw3Ljc4LTUuNzYsMTEuNTktOC4xNiwxNS4zNy0xNy43NCwyOS42MS0zMS40Niw0MC43NC0xNi43NCwxMy41OC0zNC42NywxNS4wNS01My4wNyw0YTcwLjU2LDcwLjU2LDAsMCwxLTIzLTIxLjgzYy03LjY5LTExLjc3LTE0LjMyLTI0LjI2LTIxLjM1LTM2LjQ3LTIuNjYtNC42Mi02LjI3LTYuMjgtMTAuMTgtNC40OC00LjE0LDEuODktNS43NCw2LjIzLTMuMTQsMTAuOTUsNi45NSwxMi42MywxNCwyNS4yNSwyMS42LDM3LjQ3LDMuNzIsNS45NCw4LjksMTEsMTMuNzcsMTYuODRBMjQuNTgsMjQuNTgsMCwwLDEsMjA2LjQ1LDQ5MC45Wk0xOTcuNSwyNTVjMC0yNi42MS4wNi01My4yMi0uMDUtNzkuODMsMC01LjY1Ljg2LTEwLjYzLDYuMjMtMTMuNjhzMTAuMTQtMS4xNiwxNC44NywxLjlRMjgxLDIwMy42OCwzNDMuNDMsMjQzLjg4YzEwLjUxLDYuNzgsMTAuNTEsMTYuNDYsMCwyMy4yNVEyODEsMzA3LjM5LDIxOC41NCwzNDcuNjJjLTQuNzIsMy05LjQ2LDUtMTQuODcsMS44OS01LjEzLTIuOTQtNi4yNC03LjY3LTYuMjItMTMuMTlDMTk3LjU2LDMwOS4yMiwxOTcuNSwyODIuMTEsMTk3LjUsMjU1Wm0xNS4xLDc4LjYzLDEyMS4yMS03OC4xNEwyMTIuNiwxNzcuMzlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.omn-property-documents ul li a::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDYuMyA0ODQuMjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMjc1cTAtODIuNTUsMC0xNjUuMDlDMCw4My4yMywxOC42OCw2Niw0Ny42Niw2NmM2LjY2LDAsMTMuMzMtLjE4LDIwLC4wNywzLjMxLjEyLDQtLjg1LDQuMDgtMy43OS4wOC05LjE4LTEtMTguNDEuNjMtMjcuNTRDNzUuOSwxNC41MSw5My43Mi4zLDExNi4yNi4xMywxNDQtLjA4LDE3MS42OC4wNywxOTkuMzkuMDcsMjM1LC4wNywyNzAuNi4xMywzMDYuMjEsMGExNi4zOSwxNi4zOSwwLDAsMSwxMi4wNyw0LjYzcTQxLjM3LDM4LjMsODMsNzYuMzFhMTQsMTQsMCwwLDEsNSwxMS4xMXEtLjE1LDE0MS4zNi0uMDksMjgyLjc0YzAsMjYtMTguODUsNDMuNDMtNDcuMDYsNDMuNDktNi44NCwwLTEzLjY5LjE1LTIwLjUyLS4wNy0zLjItLjEtNC4xMS43LTQuMTQsMy43My0uMSw5LjM0Ljk1LDE4LjcyLS43LDI4LTMuMzcsMTktMjAuNjcsMzMuMjctNDEuNjgsMzQuMTMtNS45NS4yNS0xMS45Mi4xMS0xNy44OC4xMXEtMTEzLjkzLDAtMjI3Ljg0LDBjLTI0LjI0LDAtNDIuMTMtMTMuODktNDUuOS0zNS40MUE1MC4zOSw1MC4zOSwwLDAsMSwwLDQ0MC4xUTAsMzU3LjU1LDAsMjc1Wk04OC4yNSwyMDguN3EwLDgzLjQ5LDAsMTY3YzAsMTYuNjcsMTEuNDMsMjcuMjksMjkuNDgsMjcuM1EyMzksNDAzLDM2MC4yNSw0MDNjMTcuODEsMCwyOS4zNS0xMC41NiwyOS4zNy0yNi45MXEuMDgtMTM3LjcxLjExLTI3NS40MmMwLTMuNjEtMS00LjYzLTUtNC41OS0xNy44OC4yMS0zNS43Ny4xNC01My42NS4wOC0xOC4zMy0uMDYtMjkuMzItMTAuMjYtMjkuMzctMjcuMjEtLjA1LTE2LjMtLjE2LTMyLjYuMDktNDguODkuMDYtMy45MS0xLjIzLTQuNzYtNS4yOC00Ljc1cS04OS40My4xNi0xNzguODcuMDlhMzUsMzUsMCwwLDAtOC4zNS42NUM5Ni4zLDE5LjIsODguMjgsMjksODguMjcsNDIuMThRODguMjEsMTI1LjQ1LDg4LjI1LDIwOC43Wk0xNi42MSwyNzVxMCw4MywwLDE2Ni4wNmMwLDE3LjYzLDExLjIsMjcuODIsMzAuNDYsMjcuODNoMTAwLjVxNzEsMCwxNDIuMDcsMGMxNi40MiwwLDI4LjA4LTEwLjgxLDI4LjI5LTI1LjkzLjA5LTYuMjktLjMxLTEyLjYxLjEzLTE4Ljg3LjMzLTQuNTctMS01LjkxLTYuMi01Ljg5LTY0LC4xOS0xMjgsLjExLTE5Mi4wNi4xNGE2Mi41OCw2Mi41OCwwLDAsMS0xNC41OS0xLjM5Qzg0LjY2LDQxMiw3MS42NSwzOTYsNzEuNjQsMzc1LjI4cTAtMTQzLjc5LDAtMjg3LjU4YzAtMS40NSwwLTIuOTEsMC00LjM2cy0uNjctMi4wNy0yLjItMmMtMTAuMzIuMjUtMjAuNzgtMS4xMy0zMSwuNjgtMTMuNjksMi40My0yMS44MiwxMi42OC0yMS44MiwyNi40NlExNi41NywxOTEuNzMsMTYuNjEsMjc1Wk0zMTgsMjYuNjljMCwxNC41Ni0uMDUsMjguNTcsMCw0Mi41OCwwLDcuODUsNC40NCwxMS44OCwxMywxMS45NCwxMi44LjA5LDI1LjYsMCwzOC40LDBIMzc3Wk0xNDUuMjEsMzM0LjFjLTYuMzMsMC0xMC4wOSwyLjg2LTEwLjExLDcuNXMzLjc3LDcuNDgsMTAuMDgsNy42NWMuNywwLDEuNCwwLDIuMSwwcTkxLjc5LDAsMTgzLjU2LDBhMjkuNjQsMjkuNjQsMCwwLDAsNS43NC0uNDIsNy4xMSw3LjExLDAsMCwwLDYuMS02LjQ4Yy40LTMuMzMtMS4yOC01Ljg2LTQuNTgtNy40OC0yLTEtNC4xLS43NS02LjE3LS43NXEtNDYuMjksMC05Mi41NywwUTE5Mi4yOSwzMzQuMDksMTQ1LjIxLDMzNC4xWm0xODcuMjMtOTkuNTljNi40NSwwLDEwLjE5LTIuNjksMTAuMzUtNy4yOC4xNy00Ljc2LTMuNjgtNy41OS0xMC40My03LjY3SDE0Ni43OGE0My43LDQzLjcsMCwwLDAtNC43Mi4xNSw3LjE1LDcuMTUsMCwwLDAtNi40MSw1LDYuOSw2LjksMCwwLDAsMi4yOCw3LjkzYzIuMjQsMiw1LjA2LDEuOSw3Ljg5LDEuODlxNDYuMjYsMCw5Mi41MiwwUTI4NS40LDIzNC41MiwzMzIuNDQsMjM0LjUxWm0uNTYsNTcuMzFjNi4wNSwwLDkuNjUtMi44NSw5Ljc5LTcuMzJzLTMuNjYtNy41NS05LjkyLTcuNjZIMTQ2Ljc2YTM5LjIsMzkuMiwwLDAsMC00LjIuMWMtNC40MS40Ni03LjU5LDMuNTUtNy4zNSw3LjQ0czIuNDUsNi42OSw3LDcuMjdhNDYuMjMsNDYuMjMsMCwwLDAsNS43Ny4xOXE0NS4yMSwwLDkwLjQzLDBRMjg1LjY4LDI5MS44NCwzMzMsMjkxLjgyWk0yNjAuMjYsMTc3LjI1YTE2LjA4LDE2LjA4LDAsMCwwLDUuMTctLjQ4YzQuMS0xLjQ0LDYtNC4zMyw1LjI4LTguNHMtNC02LjI5LTEwLjI2LTYuMjlxLTU3LjMzLDAtMTE0LjY0LDBjLTYuNzQsMC0xMC42NSwyLjg1LTEwLjcsNy41NnMzLjgzLDcuNjIsMTAuNTIsNy42M0gyMDNRMjMxLjYsMTc3LjI3LDI2MC4yNiwxNzcuMjVabS4xOS01Ny4yYzYuNjgsMCwxMC40Ny0yLjg2LDEwLjQzLTcuNzFzLTMuODMtNy41NC0xMC42MS03LjU0cS01Ny4zMywwLTExNC42NCwwYy02LjYxLDAtMTAuNTksMy0xMC41MSw3LjcyczQsNy41MywxMC42OSw3LjU0cTI4LjY2LDAsNTcuMzIsMFQyNjAuNDUsMTIwLjA1WiIvPjwvZz48L2c+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MDYuMyA0ODQuMjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMzQzNzM5O308L3N0eWxlPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTAsMjc1cTAtODIuNTUsMC0xNjUuMDlDMCw4My4yMywxOC42OCw2Niw0Ny42Niw2NmM2LjY2LDAsMTMuMzMtLjE4LDIwLC4wNywzLjMxLjEyLDQtLjg1LDQuMDgtMy43OS4wOC05LjE4LTEtMTguNDEuNjMtMjcuNTRDNzUuOSwxNC41MSw5My43Mi4zLDExNi4yNi4xMywxNDQtLjA4LDE3MS42OC4wNywxOTkuMzkuMDcsMjM1LC4wNywyNzAuNi4xMywzMDYuMjEsMGExNi4zOSwxNi4zOSwwLDAsMSwxMi4wNyw0LjYzcTQxLjM3LDM4LjMsODMsNzYuMzFhMTQsMTQsMCwwLDEsNSwxMS4xMXEtLjE1LDE0MS4zNi0uMDksMjgyLjc0YzAsMjYtMTguODUsNDMuNDMtNDcuMDYsNDMuNDktNi44NCwwLTEzLjY5LjE1LTIwLjUyLS4wNy0zLjItLjEtNC4xMS43LTQuMTQsMy43My0uMSw5LjM0Ljk1LDE4LjcyLS43LDI4LTMuMzcsMTktMjAuNjcsMzMuMjctNDEuNjgsMzQuMTMtNS45NS4yNS0xMS45Mi4xMS0xNy44OC4xMXEtMTEzLjkzLDAtMjI3Ljg0LDBjLTI0LjI0LDAtNDIuMTMtMTMuODktNDUuOS0zNS40MUE1MC4zOSw1MC4zOSwwLDAsMSwwLDQ0MC4xUTAsMzU3LjU1LDAsMjc1Wk04OC4yNSwyMDguN3EwLDgzLjQ5LDAsMTY3YzAsMTYuNjcsMTEuNDMsMjcuMjksMjkuNDgsMjcuM1EyMzksNDAzLDM2MC4yNSw0MDNjMTcuODEsMCwyOS4zNS0xMC41NiwyOS4zNy0yNi45MXEuMDgtMTM3LjcxLjExLTI3NS40MmMwLTMuNjEtMS00LjYzLTUtNC41OS0xNy44OC4yMS0zNS43Ny4xNC01My42NS4wOC0xOC4zMy0uMDYtMjkuMzItMTAuMjYtMjkuMzctMjcuMjEtLjA1LTE2LjMtLjE2LTMyLjYuMDktNDguODkuMDYtMy45MS0xLjIzLTQuNzYtNS4yOC00Ljc1cS04OS40My4xNi0xNzguODcuMDlhMzUsMzUsMCwwLDAtOC4zNS42NUM5Ni4zLDE5LjIsODguMjgsMjksODguMjcsNDIuMThRODguMjEsMTI1LjQ1LDg4LjI1LDIwOC43Wk0xNi42MSwyNzVxMCw4MywwLDE2Ni4wNmMwLDE3LjYzLDExLjIsMjcuODIsMzAuNDYsMjcuODNoMTAwLjVxNzEsMCwxNDIuMDcsMGMxNi40MiwwLDI4LjA4LTEwLjgxLDI4LjI5LTI1LjkzLjA5LTYuMjktLjMxLTEyLjYxLjEzLTE4Ljg3LjMzLTQuNTctMS01LjkxLTYuMi01Ljg5LTY0LC4xOS0xMjgsLjExLTE5Mi4wNi4xNGE2Mi41OCw2Mi41OCwwLDAsMS0xNC41OS0xLjM5Qzg0LjY2LDQxMiw3MS42NSwzOTYsNzEuNjQsMzc1LjI4cTAtMTQzLjc5LDAtMjg3LjU4YzAtMS40NSwwLTIuOTEsMC00LjM2cy0uNjctMi4wNy0yLjItMmMtMTAuMzIuMjUtMjAuNzgtMS4xMy0zMSwuNjgtMTMuNjksMi40My0yMS44MiwxMi42OC0yMS44MiwyNi40NlExNi41NywxOTEuNzMsMTYuNjEsMjc1Wk0zMTgsMjYuNjljMCwxNC41Ni0uMDUsMjguNTcsMCw0Mi41OCwwLDcuODUsNC40NCwxMS44OCwxMywxMS45NCwxMi44LjA5LDI1LjYsMCwzOC40LDBIMzc3Wk0xNDUuMjEsMzM0LjFjLTYuMzMsMC0xMC4wOSwyLjg2LTEwLjExLDcuNXMzLjc3LDcuNDgsMTAuMDgsNy42NWMuNywwLDEuNCwwLDIuMSwwcTkxLjc5LDAsMTgzLjU2LDBhMjkuNjQsMjkuNjQsMCwwLDAsNS43NC0uNDIsNy4xMSw3LjExLDAsMCwwLDYuMS02LjQ4Yy40LTMuMzMtMS4yOC01Ljg2LTQuNTgtNy40OC0yLTEtNC4xLS43NS02LjE3LS43NXEtNDYuMjksMC05Mi41NywwUTE5Mi4yOSwzMzQuMDksMTQ1LjIxLDMzNC4xWm0xODcuMjMtOTkuNTljNi40NSwwLDEwLjE5LTIuNjksMTAuMzUtNy4yOC4xNy00Ljc2LTMuNjgtNy41OS0xMC40My03LjY3SDE0Ni43OGE0My43LDQzLjcsMCwwLDAtNC43Mi4xNSw3LjE1LDcuMTUsMCwwLDAtNi40MSw1LDYuOSw2LjksMCwwLDAsMi4yOCw3LjkzYzIuMjQsMiw1LjA2LDEuOSw3Ljg5LDEuODlxNDYuMjYsMCw5Mi41MiwwUTI4NS40LDIzNC41MiwzMzIuNDQsMjM0LjUxWm0uNTYsNTcuMzFjNi4wNSwwLDkuNjUtMi44NSw5Ljc5LTcuMzJzLTMuNjYtNy41NS05LjkyLTcuNjZIMTQ2Ljc2YTM5LjIsMzkuMiwwLDAsMC00LjIuMWMtNC40MS40Ni03LjU5LDMuNTUtNy4zNSw3LjQ0czIuNDUsNi42OSw3LDcuMjdhNDYuMjMsNDYuMjMsMCwwLDAsNS43Ny4xOXE0NS4yMSwwLDkwLjQzLDBRMjg1LjY4LDI5MS44NCwzMzMsMjkxLjgyWk0yNjAuMjYsMTc3LjI1YTE2LjA4LDE2LjA4LDAsMCwwLDUuMTctLjQ4YzQuMS0xLjQ0LDYtNC4zMyw1LjI4LTguNHMtNC02LjI5LTEwLjI2LTYuMjlxLTU3LjMzLDAtMTE0LjY0LDBjLTYuNzQsMC0xMC42NSwyLjg1LTEwLjcsNy41NnMzLjgzLDcuNjIsMTAuNTIsNy42M0gyMDNRMjMxLjYsMTc3LjI3LDI2MC4yNiwxNzcuMjVabS4xOS01Ny4yYzYuNjgsMCwxMC40Ny0yLjg2LDEwLjQzLTcuNzFzLTMuODMtNy41NC0xMC42MS03LjU0cS01Ny4zMywwLTExNC42NCwwYy02LjYxLDAtMTAuNTksMy0xMC41MSw3LjcyczQsNy41MywxMC42OSw3LjU0cTI4LjY2LDAsNTcuMzIsMFQyNjAuNDUsMTIwLjA1WiIvPjwvZz48L2c+PC9zdmc+);
}

@media (max-width: 1023px){
	.omn-property-single-content-element .lp-media {
		margin-bottom: 30px;
	}
}
/* Media - End */

/* Side Content - Start */
.lp-side-content .omn-user-list {
  display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	row-gap: 30px;
	text-align: center;
}
.lp-side-content .omn-user-list .omn-user-image {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.lp-side-content .omn-user-list .omn-user-image::before {
	padding-top: 100%;
}
.lp-side-content .omn-user-name {
  font-size: 22px;
  font-weight: 600;
}
/* Side Content - End */

/* Modal - Start */
.omn-listing-user-enquiry-modal[aria-active=true] .omn-enquiry-listing {
  display: none;
}
.omn-listing-user-enquiry-modal .lp-container, .omn-listing-user-enquiry-modal .lp-row {
  height: 100%;
}
.omn-listing-user-enquiry-modal .lp-row {
  justify-content: center;
}
/* Modal - End */

/* Map - Start */
.lp-map .lp-map-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
	height: auto;
}

.lp-image.lp-map-placeholder::before {
    padding-top: 50%;
}
/* Map - End */

/* Listing Template 1 - Start */
.single-omn_listing-template-1 .lp-element.lp-gallery-element {
  padding: 0;
}
.wide-layout.single-omn_listing-template-1 .lp-hero .lp-container{
	position: relative;
	max-width: 1440px;
}

.single-omn_listing-template-1 .lp-hero .lp-hero-actions {
    position: absolute;
    bottom: 50px;
    left: 0;
    list-style: none;
    margin-left: 15px;
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-omn_listing-template-1 .omn-property-single-content .omn-property-attributes {
  margin-top: 25px;
}

.single-omn_listing-template-1 .lp-gallery-buttons {
  display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
  justify-content: center;
	margin-top: -1.25rem;
	text-align: center;
}
.single-omn_listing-template-1 .lp-single-content .lp-block:not(:first-child) {
	margin-top: 30px;
	border-top: 1px solid #D5D5D5;
  padding-top: 30px;
}
.single-omn_listing-template-1 .omn-property-map .lp-embed-map iframe {
	max-height: 350px;
}
.single-omn_listing-template-1 .omn-listings-element {
	padding-top: 0;
}

@media (min-width: 768px) {
	.single-omn_listing-template-1 .lp-gallery-element:not(.lp-full-container) .lp-element-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-omn_listing-template-1 .lp-gallery-element .lp-element-body {
		column-gap: 5px;
		-webkit-column-gap: 5px;
	}
	.single-omn_listing-template-1 .lp-gallery-element .lp-element-body .lp-columns {
		padding: 0;
	}
  .single-omn_listing-template-1 .lp-gallery-featured {
    flex: 3;
		-webkit-flex: 3;
  }
  .single-omn_listing-template-1 .lp-gallery-side {
		display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
  }
  .single-omn_listing-template-1 .lp-gallery-buttons .lp-gallery-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .single-omn_listing-template-1 .lp-single-content {
    width: calc(100% - 3% - 340px);
    margin-right: 3%;
  }
  .single-omn_listing-template-1 .lp-side-content {
    width: 340px;
  }
  .single-omn_listing-template-1 .omn-property-features .omn-features {
    column-count: 3;
  }
}
@media (max-width:991px) {
  .single-omn_listing-template-1 .omn-property-features .omn-features {
    column-count: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.single-omn_listing-template-1 .lp-side-content .omn-user-list {
		flex-direction: row;
	}
	.single-omn_listing-template-1 .lp-side-content .omn-user-list .omn-user:not(:only-child)	{
		width: 50%;
	}
}
@media (max-width: 767px) {
	.single-omn_listing-template-1 .lp-gallery-element .lp-gallery-featured {
		padding-left: 0;
	  padding-right: 0;
	}
	.single-omn_listing-template-1 .lp-gallery-element .lp-gallery-side {
    display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
    column-gap: 5px;
		-webkit-column-gap: 5px;
    padding: 5px;
	}
	.single-omn_listing-template-1 .lp-gallery-element .lp-gallery-side .lp-media {
    width: 33.3333%;
	}
}
/* Listing Template 1 - End */

/* Listing Template 2 - Start */
.single-omn_listing-template-2 .lp-single-content .omn-property-status.on-market{
	display: none;
}
.single-omn_listing-template-2 .lp-single-content .lp-block:not(:first-child,.omn-protected-property-details) {
	margin-top: 10px;
}

.single-omn_listing-template-2 .lp-single-content .omn-protected-property-details {
	margin-top: 30px;
}

.single-omn_listing-template-2 .omn-property-single-content .omn-property-attributes {
  margin-top: 10px;
}

@media (min-width: 768px) {
	.single-omn_listing-template-2 .omn-property-protected-details {
	   column-count: 2;
	}
}
@media (min-width: 992px) {
  .single-omn_listing-template-2 .lp-single-content-element.lp-has-side-content .lp-single-content {
    width: calc(50% - 1.5% - 170px);
    margin-right: 3%;
  }
  .single-omn_listing-template-2 .lp-single-content-element.lp-has-side-content .lp-featured-media {
    width: calc(50% - 1.5% - 170px);
  }
	.single-omn_listing-template-2 .lp-single-content-element:not(.lp-has-side-content) .lp-single-content,
	.single-omn_listing-template-2 .lp-single-content-element:not(.lp-has-side-content) .lp-featured-media{
		width: 50%;
	}
  .single-omn_listing-template-2 .lp-side-content {
    width: 340px;
  }
}
/* Listing Template 2 - End */

/* Property Protected Data 1 - Start */
.checklist-icon,
.omn-property-protected-details {
    margin-left: 0px;
}
.checklist-icon li,
.omn-protected-data {
    padding-left: 40px;
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}

.checklist-icon li:before,
.omn-protected-data:before {
    position: absolute;
    content: "";
    background-image: url(../icons/check-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
	top: 0;
    width: 25px;
    height: 25px;
}
/* Property Protected Data 1 - End */
/*************************************
!OMN SINGLE LISTING PAGE - END
*************************************/

/*************************************
#OMN SUBURBS ELEMENT - START
*************************************/
/* Layout 4 - Start */
.omn-suburb-element.lp-box-layout-4 .lp-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}
.omn-suburb-element.lp-box-layout-4 .lp-content {
  background: none;
}
/* Layout 4 - End */
/*************************************
!OMN SUBURBS ELEMENT - END
*************************************/

/*************************************
#OMN APPRAISAL ELEMENT - START
*************************************/
.omn-appraisal-element .omn-map-column .lp-map,
.omn-appraisal-element .omn-map-column .lp-google-map {
  height: 100%;
}

@media (min-width: 992px) {
  .omn-appraisal-element .lp-element-body {
    flex-wrap: nowrap;
  }
  .omn-appraisal-element.lp-has-map .lp-columns {
    width: 50%;
  }
  .omn-appraisal-element .omn-map-column {
    order: 2;
  }
}
/*************************************
!OMN APPRAISAL ELEMENT - END
*************************************/

/*************************************
#HELPERS - START
*************************************/
.hide-company-name .omn-company-name, .hide-status .omn-property-status, .hide-state-date .omn-property-sale-method, .hide-address-lookup .lp-form .lp-field-address-lookup {
  display: none !important;
}
.posts-border .omn-box {
  border: 1px solid #D2D2D2;
}
.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-element.portrait-images .lp-image::before {
  padding-top: 115%;
}

/*Footer - START*/
@media (min-width: 768px) {
	.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 - END*/

/*Top Right Footer - START*/
@media (min-width: 641px){
	.top-right-footer .section-footer{
		top: 0;
	}	
	
	.top-right-footer .section-footer .hic-button-wrap{
		margin-top: 0;
	}
}
/*Top Right Footer - END*/

/*Carousel Helper Classes - START*/
@media(max-width: 640px){
	.hide-slick-arrow-for-small .slick-arrow{
		display: none !important;
	}
}

@media(min-width: 641px){
	.hide-slick-dots-medium .slick-dots{
		display: none !important;
	}
}
/*Carousel Helper Classes - END*/
/*************************************
!HELPERS - END
*************************************/

/*************************************
 * FROM CUSTOMIZER
 * #HERO BANNER - START
 *************************************/
.hero.default-alignment .hero-bg-overlay, .hero.text-left .hero-bg-overlay {background: linear-gradient(to left, transparent, var(--lp--base-preset--brand-color--dark) 100%);
}
.hero.default-alignment .hero-banner-message, .hero.text-left .hero-banner-message {max-width: 800px;}
/*************************************
!HERO BANNER - END
**************************************/

/*************************************
#PAGE ELEMENT COUNTER - START
**************************************/
body.layouts {
	counter-reset: section;
}
body.layouts .page-element .grid-container {
	position: relative;
}
body.layouts .page-element .grid-container::after {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	font-weight: 700;
}
/*************************************
!PAGE ELEMENT COUNTER - END
**************************************/

.page-element.theme-section .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set select {color: #fff;}
.page-element.theme-section .omn-search-form.lp-has-meta-filters:not(.lp-has-filter-popup) .lp-field-set select option {color: #000;}