/***************************************
Launchpad Child Stylesheet - OLG Office
*****************************************/
/*
Author: Hicaliber
Author URI: hicaliber.com.au
Description: Launchpad Custom Design for OLG Office
*/
/***************************************
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
Project List Element
Projects Slider Element
Industry Element
Product Element
Learning Centre Element
Contact Us Element
Membership               --- remove if not using Launchpad Membership Addon
Post Meta Nav
Sidebar
Error404
Forms
Gravity Forms
Legal Document
Footer

************************************/
/*Font Family - Start*/
@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_light.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_light.woff') format('woff');
	font-weight: 300;
}

@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_medium.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_medium.woff') format('woff');
	font-weight: 400;
}

@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_medium.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_semibold.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_semibold.woff') format('woff');
	font-weight: 600;
}

@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_bold.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
    font-family: 'isidora';
    src: url('../fonts/Isidora/isidora_sans_black.woff2') format('woff2'),
         url('../fonts/Isidora/isidora_sans_black.woff') format('woff');
	font-weight: 800;
}
/*Font Family - End*/
/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root{
  --lp--custom-preset--border-color: #eee;
  --lp--custom-preset--font-family-main: 'isidora';
}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/

/*************************************
#TYPOGRAPHY - START
**************************************/
body {
	font-size: 16px;
	color: var(--lp--base-preset--body--color);
	font-weight: 300;
	font-family: var(--lp--custom-preset--font-family-main);
	letter-spacing: normal;
}
header, footer{
	letter-spacing: 1.6px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 600;
	font-family: var(--lp--custom-preset--font-family-main);
}
h1, .h1 {
  font-size: 1.5rem;
}
h2, .h2 {
  font-size: 1.625rem;
}
h3, .h3 {
  font-size: 1.4rem;
}
h4, .h4 {
	font-size: 1em;
}
h5, .h5 {
	font-size: 1.1em;
}
h6, .h6 {
	font-size: 1em;
}
a {
  color: var(--lp--base-preset--link--color);
  transition: all .25s ease;
}
a:hover, a:focus, a:active {
  color: var(--lp--base-preset--link--color--hover);
}

@media(min-width: 641px){
	h1, .h1{
		font-size: 46px;
	}
}
/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#SITE WIDTH - START
*************************************/
/*Default Width - START*/
.default-width .lp-container, .default-width .rma-container {
    max-width: 1170px;
}
/*Default Width - END*/
/*Wide Layout - START*/
.wide-layout .body-content.has-sidebar-both,
.wide-layout .body-content.has-sidebar-left,
.wide-layout .body-content.has-sidebar-right,
.wide-layout .hero.form-side .inner-hero {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.wide-layout .grid-container, .wide-layout .lp-default-container .lp-container {
  max-width: 1440px;
}
.wide-layout .small-container .grid-container {
  max-width: 1000px;
}
.wide-layout .medium-container .grid-container {
  max-width: 1200px;
}
.wide-layout .large-container .grid-container {
  max-width: 1600px;
}
/*Wide Layout - END*/
/*Full Width Layout - START*/
.full-width-layout .grid-container {
  max-width: 100%;
}
.full-width-layout .small-container .grid-container {
  max-width: 1000px;
}
.full-width-layout .medium-container .grid-container {
  max-width: 1200px;
}
.full-width-layout .large-container .grid-container {
  max-width: 1600px;
}
/*Full Width Layout - END*/
/*Boxed Layout - START*/
.boxed-layout .off-canvas-wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.boxed-layout {
  background-color: #e2e4e5;
}
/*Boxed Layout - END*/
/*************************************
!SITE WIDTH - END
*************************************/

/*************************************
#BUTTONS - START
**************************************/
.hic-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.hic-button-wrap .button {
  min-width: 175px;
}
.button, .wp-block-button__link {
  font-weight: 600;
  font-size: 16px;
  padding: 15px 36px;
  margin: 0;
  color: #fff;
	border: 2px solid var(--lp--base-preset--button--color);
	background-color: var(--lp--base-preset--button--color);
  transition: all .25s ease;
	    box-shadow:0px 10px 16px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.25);
}
.button.button-footer{
	padding: 15px 70px;
	color: #fff;
	background-color: var(--lp--base-preset--button--color);
	border: none;
}
.button.button-footer:hover{
	background-color: var(--lp--base-preset--brand-color--secondary);
}
.button:hover, .button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: transparent;
  color: var(--lp--base-preset--button--color);
  border-color: var(--lp--base-preset--button--color);
}
.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all .25s ease;
}
#submit.alt, .button.alt{
  background-color: var(--lp--base-preset--button--color);
  color:#fff;
}
#submit.alt:hover, .button.alt:hover{
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
}
#submit.alt.disabled, #submit.alt.disabled:hover, #submit.alt:disabled[disabled], #submit.alt:disabled[disabled]:hover, .button.alt.disabled, .button.alt.disabled:hover,
.button.alt:disabled[disabled], .button.alt:disabled[disabled]:hover {
  background-color: var(--lp--base-preset--button--background-color);
  color:var(--lp--base-preset--button--color);
}
.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);
}

@media (min-width: 1024px) {
  .menu li.menu-button a {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px;
    letter-spacing: 1.6px !important;
    border-radius: 5px;
  }
}
/*************************************
!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, .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-default-color .footer a:not(.button), .footer-default-color .bottom-footer a,
.footer-light .footer a, .footer-light .bottom-footer a {
  color: var(--lp--base-preset--body--color);
}
.default-section.has-bg-img, .default-section.has-bg-img .slick-slider .slick-arrow:before {
  color: #fff;
}
/* .default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box, .default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box .hic-title h3,
.light-section .box-link .hic-box, .light-section .box-link .hic-box .hic-title h3,
.default-section:not(.has-bg-image) .accordion-title {
  color: var(--lp--base-preset--body--color);
} */
.grey-section.image-above-content:not(.grey-boxes, .product-element, .description-gallery) .hic-box, .grey-section.icon-above-content .hic-content, .grey-section.icon-left-content .hic-content {
  background-color: #fff;
}
.grey-section.image-above-content:not(.grey-boxes) .team-item .hic-box{
	background: none;
}
/* .grey-section.image-above-content:not(.grey-boxes) .hic-box{
  border-bottom: 2px solid #00a7b5;
  z-index: 1;
} */

.home .grey-section.image-above-content:not(.grey-boxes) .hic-box{
	border: none;
}
.image-above-content:not(.tab-layout) .hic-content{
  padding: 10px 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-flow: column;
}

/* .grey-section.image-above-content .hic-content,
.grey-section.image-above-content .product-item .hic-box{
	background-color: #ededed;
} */
.grey-section.icon-above-content .hic-content {
  padding: 30px;
	background-color: transparent;
}
.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 {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.default-section .accordion-title:hover, .default-section .is-active .accordion-title {
  /* background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff; */
}
/* .grey-section .accordion-title:hover, .grey-section .is-active .accordion-title {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
} */
.footer-default-color .footer a, .footer-default-color .bottom-footer a {
  color: var(--lp--base-preset--body--color);
}
.footer-grey .footer a, .footer-grey .bottom-footer a {
  color: var(--lp--base-preset--body--color);
}

@media (min-width: 1024px) {
  .header-default-color .menu li.menu-button a, .header-light .menu li.menu-button a, .header-grey .menu li.menu-button a {
	   background-color: var(--lp--base-preset--button--background-color);
	    color: var(--lp--base-preset--button--color);
    }
    .header-default-color .menu li.menu-button:hover a, .header-light .menu li.menu-button:hover a, .header-grey .menu li.menu-button:hover a {
	     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, .footer-theme .bottom-footer a, .footer-theme .bottom-footer ul li a,
.footer-theme h4 {
    color: #fff;
}
.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--secondary);
}
.dark-section .box-link .hic-box, .dark-section .hic-box .hic-title h3, .dark-section .slick-slider .slick-arrow:before,
.theme-section .box-link .hic-box, .theme-section .hic-box .hic-title h3, .theme-section .slick-slider .slick-arrow:before {
  color: #fff;
}
.dark-section .accordion-title, .dark-section .tabs-title>a, .theme-section .accordion-title, .theme-section .tabs-title>a {
  color: var(--lp--base-preset--body--color);
}
.dark-section .accordion-title:hover, .dark-section .is-active .accordion-title, .theme-section .accordion-title:hover, .theme-section .is-active .accordion-title {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.dark-section .button, .dark-section button.button, .theme-section .button, .theme-section button.button {
  background-color: #fff;
}
.dark-section .button + .button, .theme-section .button + .button {
  background-color: transparent;
  border: 1px solid;
}
.footer-dark .bottom-footer {
  background-color: var(--lp--base-preset--brand-color--dark);
}
@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);--lp--base-preset--brand-color--secondary
  }
  .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: #000;
}
.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 .5s ease-out;
}
.hic-more-content.height-based-type:not(.is-active) .hic-content::after {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 40%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 40%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  opacity: 1;
}
.hic-more-content.height-based-type .hic-content::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: background .5s ease;
}
.hic-read-more-toggle {
  font-weight: 600;
  text-decoration: underline;
}
.hic-read-less-toggle, .hic-read-less {
  display: none !important;
}
.hic-read-more span::after {
  content: '';
  width: 0.85em;
  height: 0.85em;
  line-height: inherit;
  display: inline-block;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  clip-path: padding-box inset(0.28125em 0);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
}
@media (max-width: 767px) {
  .hic-read-more span {
    width: 100%;
    text-align: center;
    display: flex;
    color: inherit;
    border: 1px solid;
    padding: 0.85em;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }
}
/*Read more / less - END*/

/*Thank You Page - START*/
.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*/


/*************************************
!GENERAL - END
**************************************/

/*************************************
!HELPER - START
**************************************/


/*************************************
!HELPER - 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 a {
    border: 1px solid #C6D0D9;
    border-radius: 50%;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.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
**************************************/
.lp-map, .lp-google-map, .map-embed {
  height: 100%;
}

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

@media (max-width: 640px) {
	.lp-map, .lp-google-map, .map-embed {
	  min-height: 375px;
	}
}
/*************************************
#GOOGLE MAPS - END
**************************************/

/*************************************
#FORMS - START
*************************************/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search],
[type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea, .select2-container .select2-selection--single {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
/*   border-bottom: 1px solid #cacaca; */
  background: transparent;
  box-shadow: none;
  height: 50px;
  margin: 0;
}
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 {
  border: none;
  border-bottom: 1px solid #cacaca;
  box-shadow: none;
  background: none;
}
.select2-container{
  width:100%;
}
.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_wrapper input[type=color], .gform_wrapper input[type=date], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=datetime],
.gform_wrapper input[type=email], .gform_wrapper input[type=month], .gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=time], .gform_wrapper input[type=url],
.gform_wrapper input[type=week], .gform_wrapper select, .gform_wrapper textarea {
  margin-top: 0;
  margin-bottom: 0;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper .gform_fields {
  margin-left: -0.5375rem;
  margin-right: -0.5375rem;
}
.gform_fields > .gfield {
  padding-left: 0.5375rem;
  padding-right: 0.5375rem;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 16px;
}
.gform_wrapper .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}
.gform_wrapper legend {
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper fieldset {
  border: none;
  margin: 0;
}
.gform_wrapper .gfield textarea {
  width: 100%;
}
.gform_wrapper .gfield textarea.small {
  height: 90px;
}
.gform_wrapper .gfield textarea.medium {
  height: 180px;
}
.gform_wrapper .gfield textarea.large {
  height: 270px;
}
.gform_wrapper .gfield .gchoice [type=checkbox]+label, .gform_wrapper .gfield .gchoice [type=radio]+label {
  margin-left: 0;
}
.gform_wrapper .gfield.inline-choices .gchoice {
  display: inline-block;
  margin-right: 15px;
}
.gform_wrapper .gfield_html {
  margin-bottom: 16px;
}
.gform_wrapper .ginput_container_consent {
    display: flex;
    align-items: baseline;
}
.gform_wrapper .ginput_container_consent input {
    margin: 0;
    position: relative;
    top: 2px;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  clear: both;
  font-family: inherit;
  font-size: 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*/
/*Contact Us Form - START*/
.gform_wrapper.contact-us-form_wrapper{
	background-color: #fff;
    padding: 30px;
}
.gform_wrapper.contact-us-form_wrapper .ginput_container{
	background-color: var(--lp--base-preset--brand-color--grey);
	color: #979797;
}

@media(min-width: 1024px){
	
	.gform_wrapper.contact-us-form_wrapper{
		padding: 50px;
	}
}

/*Contact Us Form - END*/   
/*************************************
!GRAVITY FORMS - END
*************************************/

/*************************************
#HEADER - START
**************************************/
/*Header Menu - START*/
.header .menu a {
  font-weight: 600;
	text-transform: uppercase;
}
.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 .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 .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;
  background-color: rgba(255, 255, 255, 0.15);
}
.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 .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 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;
}


.top-bar-text  ul.search-filters{
	align-items: center;
    justify-content: end;
	position: relative;
}
.top-bar-text  ul.search-filters .field.last:before{
	content: "\f002";
    font-family: "Font Awesome 5 Pro";
	font-size: 20px;
    font-weight: 500;
    color: #979797;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.top-bar-text  ul.search-filters .field.last .search-submit{
	font-size: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 30px;
    padding: 9px;
	margin-right: 0;
}

.top-bar-text  ul.search-filters .field.first{
	border: 1px solid #979797;
    border-radius: 20px;
}

.top-bar-text  ul.search-filters .field.first input{
	height: 40px;
    padding-right: 50px;
}

.top-bar-text ul.search-filters .field.first input:focus{
	border: none;
}

.top-bar-text  ul.search-filters .field.last{
	position: absolute;
    right: 6px;
    top: 5px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:last-child{
	margin-right: 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav{
	padding-right: 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: 44px 0;
  transition: .3s all;
}
.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
  padding: 30px 0 15px 0;
  transition: .3s all;
}
.header .top-bar .logo-wrap {
  margin-bottom: 0;
	position: absolute;
    top: 0;
	z-index: 1;
}
.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: 100px;
	width: 100%;
}
.header .top-bar .menu .active>a, .header .top-bar .menu .is-active>a {
  color:var(--lp--base-preset--brand-color--primary) !important; 
}
.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: 641px){
	.header .top-bar .logo-wrap .logo {
	  max-width: 105px;
	}
}

@media (min-width: 1024px){
  .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(.single-rep_listing) .header .top-bar {
    padding-top: 40px;
    transition: .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:not(.one-column) .top-bar-body .top-bar-col {
  width: auto;
}
.header.custom-header-layout .top-bar:not(.one-column) .top-bar-body .top-bar-logo {
 justify-self: flex-start;
 margin-right: auto;
}

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

@media (max-width: 1023px){
  .header.custom-header-layout .top-bar .top-bar-col:not(.top-bar-hamburger-menu):not(.top-bar-logo),
  .header.custom-header-layout .menu .phone .number {
    display: none;
  }
}
/*Custom Header Layout - END*/

/*Header Transparent - START*/
.header-transparent .header .menu li a, .header-transparent .header .contact-info li a,
.default-header-color.header-transparent .header .menu li a, .default-header-color.header-transparent .header .contact-info li a,
.header-light.header-transparent .header .menu li a, .header-light.header-transparent .header .contact-info li a,
.header-theme.header-transparent .header .menu li a, .header-theme.header-transparent .header .contact-info li a,
.header-dark.header-transparent .header .menu li a, .header-dark.header-transparent .header .contact-info li a,
.header-transparent .social-media a {
  color: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header, .single-property_type.header-transparent:not(.sticky-header.scrolled) .header,
.lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header {
  background: #fff;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .site-logo, .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .site-logo {
  display: none;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .alternative-logo, .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .alternative-logo {
  display: block;
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .header .menu li a, .lp-hero-hidden.header-transparent:not(.sticky-header.scrolled) .header .menu li a {
  color: var(--lp--base-preset--body--color);
}
.header-transparent.page-banner-hidden:not(.sticky-header.scrolled) .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);
}

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

/*Sticky Header - START*/
.scrolled-up-sticky-header .header {
  transition: all 1s ease-in-out;
}
.sticky-header.admin-bar .header {
  transition: .3s all
}
/*Sticky Header - END*/
/*************************************
!HEADER - END
**************************************/
/*************************************
#OFF CANVAS - START
**************************************/
.off-canvas {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.off-canvas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.off-canvas li a, .off-canvas .is-accordion-submenu-parent i {
  color: #fff;
}
.off-canvas .menu > li a {
  padding: 16px 40px 16px 24px;
  font-size: 18px;
  font-weight: 600;
}
.off-canvas .is-accordion-submenu-parent i {
  color: #fff;
  padding: 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: #000;
}
.carousel .slick-dotted > .slick-dots {
  bottom: -35px;
}
.carousel .slick-arrow::before {
  content: '';
  width: 0.85em;
  height: 0.85em;
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  font-size: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.slick-arrow.slick-prev::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNOS40IDIzMy40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM2wxOTIgMTkyYzEyLjUgMTIuNSAzMi44IDEyLjUgNDUuMyAwczEyLjUtMzIuOCAwLTQ1LjNMNzcuMyAyNTYgMjQ2LjYgODYuNmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMGwtMTkyIDE5MnoiLz48L3N2Zz4=);
}
.slick-arrow.slick-next::before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMzEwLjYgMjMzLjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTE5MiAxOTJjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwcy0xMi41LTMyLjggMC00NS4zTDI0Mi43IDI1NiA3My40IDg2LjZjLTEyLjUtMTIuNS0xMi41LTMyLjggMC00NS4zczMyLjgtMTIuNSA0NS4zIDBsMTkyIDE5MnoiLz48L3N2Zz4=);
}
@media (min-width: 641px) {
  .carousel .slick-dotted > .slick-dots {
    bottom: -65px;
  }
}
/*************************************
!SLICK SLIDER - END
**************************************/

/*************************************
#GRID - START
**************************************/
/* Grid Layout 1 - Start */


/* .product-categories-element.grid-layout-1.image-overlay-content .section-body .hic-item .hic-image::before {
  padding-top: 44%;
} */

.grid-layout-1.image-overlay-content .hic-box .hic-image{
	height: 100%;
}
.grid-layout-1.image-overlay-content.landscape-images .section-body > .hic-item:first-child .hic-image::before{
	padding-top: 36%;
}

@media (min-width: 1024px) {
  .page-element.grid.grid-layout-1.image-overlay-content .hic-box, .page-element.grid.grid-layout-1.image-above-content .hic-box,
	.grid-layout-1.image-overlay-content .hic-box .hic-media-container{
    height: 100%;
  }
	.grid-layout-1.image-overlay-content .section-body .hic-item:first-child,
	.grid-layout-1.image-overlay-content.product-category-list-element .section-body .hic-item:last-child{
		width: 60%;
	}
	.grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(2),
	.grid-layout-1.image-overlay-content.product-category-list-element .section-body .hic-item:nth-last-child(2){
		width: 40%;
	}
	.grid-layout-1.image-overlay-content .section-body .hic-item{
		width: 33.33333%;
	}
	.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: 54.66667%;
	}
  .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: 1024px) {
  .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 .grid-x.grid-padding-x.section-body {
	position: relative;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-box .hic-media-container{
	position: static;
  }
  .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 .hic-title h3{
	text-transform: none;
  }
  .grid-layout-3.post-element .hic-published-date {
	order: -1;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
	font-size: 1.125rem;
  }
  .grid-layout-3.post-element .hic-item:nth-child(n+2) .hic-published-date {
	font-size: 0.75rem;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(n+2) .hic-title h3{
	font-size: 1.125rem;
  }
  .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 / span 2;
    grid-row: 1 / span 2;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .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: 3;
  }
  .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: 4;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(4), .grid-layout-3.image-above-content .section-body .hic-item:nth-child(4) {
    grid-column: 3;
	grid-row: 2;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(5), .grid-layout-3.image-above-content .section-body .hic-item:nth-child(5) {
    grid-column: 4;
	grid-row: 2;
  }
  .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;
  }
}
@media (max-width: 1024px){
	.grid-layout-3.image-overlay-content .section-body .hic-item .hic-title h3{
		font-size: 18px;
	}
}
	
/* 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: #333f48;
}
.hero .hero-body {
  grid-row-gap: 30px;
  align-items: center;
}
.hero.gallery-background-banner .hero-body {
  padding-bottom: 76px;
  align-items: flex-end;
  
}

.hero .hero-banner-message, .hero .hero-banner-message, .lp-hero .lp-hero-banner {
  font-weight: 300;
}
.hero .hero-banner-message h1{
  font-weight: 700;
	line-height: 1.1;
	font-size: 30px;
}
.hero .hero-banner-message h1 span, body:not(.home) .hero .hero-banner-message h1 em {
  display: block;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 5.2px;
  line-height: 32px;
  font-style: normal;
}
.home .hero .hero-banner-message h1 em {
	color: var(--lp--base-preset--button--background-color);
	font-style: normal;
	
}
.home .hero .slick-track .slide-item:last-child .button {
	background-color: var(--lp--base-preset--brand-color--secondary);
	border-color: var(--lp--base-preset--brand-color--secondary);
}
.hero-banner-message .hic-button-wrap .button {
  min-width: 180px;
	color: #fff;
	background-color: var(--lp--base-preset--button--background-color);
	box-shadow: 0px 17px 46px 0px rgba(0,0,0,0.28);
	-webkit-box-shadow: 0px 17px 46px 0px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 17px 46px 0px rgba(0,0,0,0.28);
	font-size: 20px;
}

.hero-banner-message .hic-button-wrap .button:after{
	content: '\f04b';
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	color: #fff;
	margin-left: 8px;
    font-size: 14px;
}

.hero-banner-message .hic-button-wrap .button:hover {
	border-color: transparent;
}

.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button {
  background-color: #fff;
  color: var(--lp--base-preset--body--color);
}
.hero .hero-banner-message .hic-button-wrap .button.secondary-white-button:hover {
  background-color: var(--lp--base-preset--button--background-color);
  color: #fff;
}
.hero .hero-banner-message .play-video .button {
  opacity: 1;
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  color: #fff;
}
.header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
	padding-bottom: 30px;
  align-items: end;
}

.hero .hero-bg-overlay{
    background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 40%) 100%);
	display: none;
}
.hero.short-banner{
	margin-top: 46px;
}

body:not(.home) .hero .hero-body{
	padding-bottom: 0;
	align-items: end;
}

body:not(.home) .hero .hero-body .hero-banner-message{
	color: #fff;
    text-align: center;
	display: inline-block;
}

body:not(.home) .hero .hero-body .hero-banner-message h1{
	margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    background-color: #00a7b5;
    padding: 10px 30px;
}

@media (min-width: 641px) {
  .hero.text-center:not(.form-side) .grid-container {
    max-width: 900px;
  }
/* 	
	.hero .hero-body{
		align-items: end;
	} */
  .hero.default-alignment:not(.form-side) .hero-banner-message {
    max-width: 694px;
  }
}
@media (min-width: 1024px) {
  .header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
    padding-bottom: 60px;
  }
/* 	body:not(.home) .hero .hero-body{
		padding-bottom: 100px;
	} */
	.hero .hero-banner-message h1{
		font-size: 60px;
	}
	
	body:not(.home) .hero .hero-body .hero-banner-message h1{
		font-size: 36px;
	}
}
@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 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;
}

@media (max-width: 640px) {
  .hero .hero-slider .slick-list {
    margin: 0;
  }
}
/*Hero Slick Slider - END*/

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

/* Hero with Video Background - START*/
.hero.video-background-banner .bg-video .video-wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

/* Hero with Gallery Slider - START*/

/* Hero with Gallery Slider - END*/

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

 /*Hero Heights - START*/


body:not(.header-transparent) .hero.short-banner {
	min-height: 300px;
}
body:not(.header-transparent) .hero.tall-banner {
	min-height: 500px;
}
 @media (min-width: 641px) {
   body:not(.header-transparent) .hero:not(.page-banner).default-height {
     min-height: 400px;
   }
 	.header-transparent .hero:not(.page-banner).default-height {
 		min-height: calc(400px + var(--lp--base-preset--header--min-height));
 	}
   body:not(.header-transparent) .hero: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;
	}
 }

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

 @media (min-width: 1024px) {
   body:not(.header-transparent) .hero.page-banner.default-height {
     min-height: 450px;
	 margin-top: 50px;
   }
 	.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: 550px;
 	}
   .header-transparent .hero:not(.page-banner).default-height {
     min-height: calc(550px + var(--lp--base-preset--header--min-height));
   }
 }

 @media (max-width: 782px){
   body.admin-bar:not(.header-transparent) .hero.full-screen-banner {
     min-height: calc(100vh - 46px);
   }
   .admin-bar.header-transparent .hero.full-screen-banner {
     min-height: calc(100vh - 46px);
   }
   .admin-bar:not(.header-transparent) .hero.full-screen-banner {
     min-height: calc(100vh - calc(var(--lp--base-preset--header--min-height) + 46px));
   }
 }

 @media (max-width: 640px) {
 	body:not(.header-transparent) .hero.page-banner.default-height {
 	  min-height: 300px;
 	}
 	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));
 	}
 	.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: 480px;
 	}
 	.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
**************************************/
.single-product .element-breadcrumbs{
	background-color: #fff;
}
.element-breadcrumbs {
  padding: 50px 10px 10px 10px;
/*   background-color: #f2f2f2; */
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
    color: #00a7b5;
}
.breadcrumb-separator::after {
  font-family: 'Font Awesome 5 Pro';
	content: '|';
  width: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.element-breadcrumbs a{
    color: #363F47;
}

.element-breadcrumbs a:hover{
	color: #00a7b5;
}

.page-banner-hidden .element-breadcrumbs{
	padding-top: 160px;
}

.archive.tax-product_cat .element-breadcrumbs .breadcrumb > *:nth-child(2),
.archive.tax-product_cat .element-breadcrumbs .breadcrumb > *:nth-child(3){
	display: none;
}

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

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

@media(max-width: 1023px) {
  .body-content .inner-body-content >.child-page-menu .menu {
    flex-flow: column;
  }
}
/*Site Settings -> Child Menu Enabled - END*/

/*Child Page Menu Shortcode - START*/
.sidebar-widget-element.child-page-menu .menu li a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #CCC;
  color: #1B1B1B;
}
/*Child Page Menu Shortcode - END*/
/*************************************
!CHILD PAGE MENU - END
*************************************/

/*************************************
#WP BLOCKS - START
**************************************/
.wp-block-image {
  margin-bottom: 1rem;
}
.wp-block-buttons {
	margin-top: 30px;
}
.widget_tag_cloud .wp-block-tag-cloud a {
  background-color: #eee;
  color: #222;
  padding: 3px 5px;
  border-radius: 0;
}
.widget_recent_entries .wp-block-latest-posts__featured-image .wp-post-image:not(.size-thumbnail) {
  margin-bottom: 10px;
}
.widget_recent_entries .wp-block-latest-posts__featured-image.alignleft {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 0;
}
.widget_search .wp-block-search__button-inside input[type=search] {
  margin-bottom: 0;
}
.widget_search .wp-block-search__button-outside input[type=search] {
  margin-bottom: 0;
}
.widget_search .wp-block-search__button {
  background-color: var(--lp--base-preset--button--background-color);
  color: #fff;
  padding: 0 10px;
  margin-left: 0;
}
.widget_search .wp-block-search__text-button .wp-block-search__button {
  font-size: 16px;
}

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

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

.accordion-item{
    padding: 6px 30px;
	transition: all .3s;
	margin-bottom:20px;
}

.accordion-item.is-active,
.accordion-item:hover{
	box-shadow: 0px 0px 30px rgb(0 0 0 / 11%);
}

.accordion-item.is-active .accordion-content,
.accordion-item:hover .accordion-title{
	border-bottom: 0 !important;
}
.accordion-title, .tabs-title>a {
	font-size: 16px;
}
.accordion-title {
  border: none;
  line-height:1.2;
  transition: all .25s ease-in-out;
  padding-left: 0;
  font-weight: 600;
	color: var(--lp--base-preset--body--color);
}
.accordion-title::before {
  transform: translateY(-50%);
  margin: 0;
	content: '\f107'
}

.is-active>.accordion-title:before{
	content:'\f106';
}

.accordion-title::before{
	font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 36px;
}

.accordion-title,
:last-child:not(.is-active)>.accordion-title,
:last-child:not(.is-active)>.accordion-content {
  border: none;
}
.accordion-element:not(.two-column-accordion) .accordion-item:not(.is-active):not(:last-of-type) .accordion-title {
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.accordion-content, .tabs-content {
  color: var(--lp--base-preset--body--color);
}
:last-child>.accordion-content:last-child {
  border:none;
}
.accordion-title:focus, .accordion-title:hover {
  background-color: transparent;
	color: var(--lp--base-preset--body--color);
}
.accordion-content {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0,0,0,.15);
  background: transparent;
  padding-left: 0;
  padding-top: 0;
	padding-bottom:0;
  font-size: 16px;
}
@media print, screen and (min-width: 40em) {
  .accordion-content>.medium-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .accordion-title {
    font-size: 24px;
	padding-right: 35px;
  }
	
}

@media(min-width: 1280px){
	 .accordion-title {
	  padding-right: 1rem
  }
}

@media (max-width: 1023px) {
  .accordion-element .feature-image {
    margin-bottom: 15px;
  }
  .accordion-element.two-column-accordion .accordion-container:first-child {
    margin-bottom: -1px;
  }
}

@media(max-width: 640px){
	.accordion-title:before{
		right: -10px;
	}
}

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

/*************************************
#TABS - START
**************************************/
.tabs {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #CECECE;
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.tabs::after, .tabs::before {
  display: none;
}
.text-center .tabs {
	justify-content: center;
}
.tabs .tabs-title>a {
  color: #9D9D9D;
  background-color: transparent;
  font-weight: 600;
  font-size: 1.125em;
}
.tabs .tabs-title:not(.is-active) {
  border-bottom: none;
}
.tabs .tabs-title.is-active>a {
	color: var(--lp--base-preset--button--background-color);
	border-bottom: 2px var(--lp--base-preset--button--background-color) solid;
}
.tabs-content {
	border: 0;
}

@media(max-width: 640px){
	.horizontal-tab-layout .tabs .tabs-title{
		width: 100%;
	}
}
@media (min-width: 641px) {
  .tabs .tabs-title>a {
    min-width: 144px;
  }
}

/* Horizontal - Start */
.horizontal-tab-layout .tabs .tabs-title, .horizontal-tab-layout .tabs .tabs-title>a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.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, .sidebar-element {
  padding: 30px 0;
}
/* .page-elements>.page-element.default-section:not(.has-bg-img)+.page-element.default-section:not(.has-bg-img),
.page-elements>.page-element.light-section+.page-element.light-section, 
.page-elements>.page-element.grey-section+.page-element.grey-section,
.page-elements>.page-element.dark-section+.page-element.dark-section, 
.page-elements>.page-element.theme-section+.page-element.theme-section {
  padding-top: 0;
} */
.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;
}

.page-element .hic-button-wrap{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-element.video-banner-element.image-overlay-content .has-media .hic-content {
    top: 30px;
    bottom: auto;
}

.page-element.video-banner-element.image-overlay-content .has-media .hic-content h3{
	font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
}
.text-link .hic-button-wrap a, .hic-item.text-link .hic-button-wrap a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3.5px;
}
.default-alignment .section-header {
	text-align: center;
}
.section-header {
  margin-bottom: 30px;
}
.section-header .sub-heading {
  margin-bottom: 0;
	font-weight: 500;
	margin-top: 14px;
	max-width: 600px;
}

.page-element:not(.header-left) .section-header .sub-heading {
    margin-left: auto;
	margin-right: auto;
}
.section-title, .split-50-50 .medium-12 .hic-title h3 {
  font-size: 2rem;
	font-weight: 700;
}
.section-title span, .hic-title span, .image-left-content .hic-title h3 span, .image-right-content .hic-title h3 span,
.hic-blurb p span{
  color: var(--lp--base-preset--brand-color--secondary);
}

.section-title b,
.hero .hero-banner-message h1 b{
	color: var(--lp--base-preset--brand-color--primary);
}
.hic-title h3 {
  margin-top: 0;
  font-size: 1.5em;
	margin-bottom: 0;
}
.hic-blurb p:last-child {
  margin-bottom: 0;
}
.hic-blurb > .page-element {
	padding: 0;
}
.hic-blurb > .page-element.text-left .hic-button-wrap {
    justify-content: start;
}
.hic-icon i {
  font-weight: 300;
}
.hic-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.hic-avatar.hic-image::before {
  padding-top: 100%;
}
.hic-label {
  font-weight: 500;
}
.hic-date-time, .hic-location {
  position: relative;
  padding-left: 28px;
}
.hic-date-time::before, .hic-location::before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
}
.hic-date-time::before {
  content: "\f073";
}
.hic-location::before {
  content: "\f3c5";
}
.hic-button-wrap {
  margin-top: 25px;
}
.hic-seperator::before {
  content: ', ';
}
.hic-box-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  transition: all 1s ease;
}
.hic-image-count {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  color: #fff;
  background-color: rgba(0,0,0,.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 .hic-media-container{
	position:relative;
}

.page-element.project-slider-element .cell.feature-image .hic-image::after,
.page-element.related-categories.product-element .cell.feature-image .hic-image::after,
.page-element.product-details-element .cell.feature-image .hic-image::after,
.page-element.listing-element .cell.feature-image .hic-image::after,
.page-element.product-details-element .cell.feature-image .hic-image::after,
.hic-item.has-video .hic-media-container:after,
.page-element.product-category-gallery .hic-media-container:after,
.page-element.project-slider-element  .hic-media-container::after,
.page-element.team-element .hic-item .hic-media-container:after,
.home .hic-item .hic-media-container:after,
.archive .product-item .hic-media-container:after{
	display:none;
}

.project-slider-element .hic-item .hic-media-container::after{
	display: none;
}

.project-slider-element .hic-gallery-images {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.project-slider-element .hic-gallery-images .slick-list {
	order: -1;
}

/* .page-element .cell.feature-image .hic-image::after,
.page-element.team-banner-element .cell p::after,
.hic-item .hic-media-container:after{
	content:'';
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #00a7b5;
	z-index: 1;
}
 */
.home .hic-item.product-item .hic-media-container:after{
	background-color: #94193b;
}

/* .home .grey-section.image-above-content:not(.grey-boxes) .hic-item.product-item  .hic-box{
	border-bottom: 2px solid #94193b;
} */

.image-above-content .hic-item.product-item .hic-content{
	border-top: 5px solid #00a7b5; 
}
.page-element.team-banner-element .cell p::after{
	position: relative;
}

.hic-item.product-item .hic-content{
	background-color: transparent !important;
}

.hic-item.product-item .hic-content .hic-title h3{
	color: #333f48 !important;
}

.hic-item.product-item .hic-content{
/* 	background-color: #333f48; */
	min-height: 50px;
	align-items: center;
    display: flex;
    justify-content: center;
}

/* .image-above-content:not(.grey-section) .hic-content{
	background-color: #00a7b5;
} */

.home .image-above-content:not(.product-categories-element) .hic-content{
	background-color: #94193b !important;
	border-top: none !important;
}

.home .image-above-content:not(.product-categories-element) .hic-content .hic-title h3{
	color: #fff !important;
}

.image-above-content .hic-content .hic-title,
.image-above-content .hic-content .hic-title h3{
	color: #fff;
}

.page-element.have-questions-element:after{
	content:'';
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #00a7b5;
	z-index: 1;
}


@media(min-width: 640px){
	.section-header .sub-heading{
		font-size: 18px;
	}
	
	.home .section-header .sub-heading{
		font-size: 18px;
	}
	.section-title, .split-50-50 .medium-12 .hic-title h3 {
	  font-size: 3rem;
	}
}

@media(min-width: 641px){
	
	.page-element .section-header{
		margin-bottom: 46px;
	}
}

@media(min-width: 1024px){
	.page-element.video-banner-element.image-overlay-content .has-media .hic-content {
		top: 50px;
	}

	.page-element.video-banner-element.image-overlay-content .has-media .hic-content h3{
		font-size: 56px;
	}
}
/*Secondary Image - START*/
.has-secondary-image .hic-media-container:hover .hic-image + .hic-secondary-image {
  opacity: 1;
  visibility: visible;
}
.has-secondary-image .hic-image + .hic-secondary-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
  z-index: 1;
}
/*Secondary Image - END*/

/*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: 50px 0;
  }
  .page-element.grid .section-body, .tab .grid-padding-x.tab-properties, .page-element.grid .section-body .hic-block .block-body {
    grid-row-gap: 0px;
  }
  .medium-12 .hic-title h3 {
    font-size: 1.6rem;
  }
}
/*Responsive - END*/
/*************************************
!PAGE ELEMENTS - END
**************************************/

/*************************************
#IMAGE LAYOUTS - START
**************************************/
/*Image Above Content - START*/
.image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content {
  padding: 10px;
	background-color: transparent;
    border-top: 5px solid #00a7b5;
}

.image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content .hic-title h3{
	color: #333f48;
}

/* .image-above-content.default-section .has-img-bg .hic-content {
/*   padding: 10px; */
	background-color: transparent;
	border-top: 5px solid #00a7b5;
} */
/*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.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-left-content:not(.row-fluid) .has-media .hic-content, .image-left-content:not(.row-fluid) .has-placeholder-image .hic-content,
  	.image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-media .hic-content, .image-right-content.then-left:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
    	padding-left: 30px;
		padding-right: 0;
  	}
  	.image-right-content:not(.row-fluid) .has-media .hic-content, .image-right-content:not(.row-fluid) .has-placeholder-image .hic-content,
  	.image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-media .hic-content, .image-left-content.then-right:not(.row-fluid) .cell:nth-child(even).has-placeholder-image .hic-content {
    	padding-right: 30px;
		padding-left: 0;
  	}
	.image-left-content.row-fluid .has-image .hic-content, .image-right-content.row-fluid .has-image .hic-content {
		padding: 30px;
	}
  	.image-left-content .medium-12.has-media .hic-box, .image-right-content .medium-12.has-media .hic-box {
		align-items: center;
   	}
}
@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.default-section .has-media .hic-content, .image-right-content.default-section .has-media .hic-content {
    padding-top: 20px;
  }
  .image-left-content:not(.default-section) .hic-content, .image-right-content:not(.default-section) .hic-content {
	padding: 20px 15px;
 }
}
/*Image Left or Right Content - END*/

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

/*Image Overlay Content - START*/
.image-overlay-content.row-fluid .medium-12 .hic-image::before {
  padding-top: 33.3333%;
}
.image-overlay-content .large-3 .hic-image::before {
  padding-top: 120%;
}
.image-overlay-content .has-media .hic-media-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
/*   background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 80%) 100%); */
  transition: all .3s ease-in-out;
  z-index: 1;
}
.image-overlay-content .has-media .hic-content {
  padding: 30px;
  justify-content: flex-end;
  color: #fff;
}
.image-overlay-content .hic-title h3, .image-overlay-content .text-link .hic-button-wrap a {
  color: #fff;
}
.image-overlay-content .hic-content .button {
	background-color: transparent;
	border: 1px solid #fff;
}
.image-overlay-content .hic-content .button:hover, .image-overlay-content .hic-content .button:focus {
	background-color: var(--lp--base-preset--button--background-color--hover);
	border-color: var(--lp--base-preset--button--background-color--hover);
}
.image-overlay-content .hic-box:hover > .hic-content > .hic-button-wrap {
  bottom: 0;
  transition: .3s all;
}
.image-overlay-content .hic-box {
  overflow: hidden;
	position: relative;
}

.image-overlay-content .hic-content{
	position: absolute;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    bottom: 0;
/*     z-index: 1; */
	padding: 30px;
    justify-content: flex-end;
    color: #fff;
}
/*Image Overlay Content - END*/

/*Image Size Adjustments - START*/

.portrait-image .hic-image::before, .portrait-images .hic-image::before {
    padding-top: 108%;
}

@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 .3s ease-in-out;
  text-align: center;
}
.icon-above-content.default-alignment .hic-icon, .icon-above-content.text-center .hic-icon {
  margin-left: auto;
  margin-right: auto;
}
.icon-above-content.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 {
  box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, .1);
  background-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;
}

.icon-above-content .hic-title h3{
	text-transform: capitalize;
	font-size: 24px;
}

/* .icon-above-content.default-grid-layout .section-body{
	border: 2px solid #a8afb5;
} */

.icon-above-content.default-grid-layout .section-body .hic-item{
	border: 2px solid #dcdedf;
}

.icon-above-content .hic-title{
	margin-bottom: 10px;
}

.icon-above-content .hic-content{
	padding: 15px;
}

/*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, .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: 641px){
	.icon-above-content.default-grid-layout .section-body .hic-item:not(:last-child){
		border-right: 0;
	}
}
@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*/

/*Term Element - START*/
.tax-product_cat:not(.term-seating):not(.term-desking):not(.term-tables):not(.term-receptions-and-storage):not(.term-sound-solutions) .simple-steps-element,
.term-seating .product-category-gallery, .term-desking .product-category-gallery, .term-tables .product-category-gallery, 
.term-receptions-and-storage .product-category-gallery, .term-sound-solutions .product-category-gallery, 
.term-seating .product-element.listing-element .hic-item.has-category,
.term-seating .have-questions-element,
.term-desking .have-questions-element,
.term-tables .have-questions-element,
.term-receptions-and-storage .have-questions-element,
.term-sound-solutions .have-questions-element{
	display: none;
}
/*Term Element - END*/

/*Home Element - START*/
/* .home.home-class .off-canvas-content{
	padding-top: 126px !important;
} */

/*Home Element - END*/

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

/*Industries Element - START*/

.industries-element.image-overlay-content .has-media .hic-media-container .overlay {
	background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 0%) 100%);
}

/* .industries-element .hic-image {
  transform: scale(1);
  transition: .3s all;
} */

.industries-element .hic-image::before {
  padding-top: 109%;
}

/* .industries-element .hic-box:hover .hic-image {
  transform: scale(1.1);
  transition: .3s all;
} */

/* .industries-element .hic-title h3 {
  font-size: 36px;
} */

/* Media query for screens smaller than 1024px */
@media screen and (max-width: 1024px) {
  .industries-element .hic-title h3 {
    font-size: 24px; /* Adjust font size for screens smaller than 1024px */
  }
}

/* Media query for screens smaller than 641px */
@media screen and (max-width: 641px) {
  .industries-element .hic-title h3 {
    font-size: 28px; /* Adjust font size for screens smaller than 641px */
  }
}

/*Industries Element - END*/


/*Product Categories Element - START*/
.product-categories-element .hic-box:hover .overlay,
.industries-element.image-overlay-content .has-media .hic-box:hover .hic-media-container .overlay{
  background: linear-gradient(to bottom, transparent, var(--lp--base-preset--brand-color--primary) 100%);
  opacity: 0.8;
  transition: all .3s ease-in-out; 
}

.archive .product-item .hic-box{
	border-bottom: none !important;
}

/* .product-categories-element .hic-button-wrap {
  display: none;
} */

.product-categories-element .hic-title h3 {
  font-size: 22px;
}

/* Media query for screens smaller than 641px */
@media screen and (max-width: 1024px) {
  .product-categories-element .hic-title h3 {
    font-size: 18px; /* Adjust font size for screens smaller than 641px */
  }
  .product-categories-element.grid-layout-1.image-overlay-content .section-body .hic-item .hic-image::before {
	padding-top: 75% !important;
  }
}
/*Product Categories Element - END*/

/*Content Box Element - START*/
.content-box-element.split-50-50 .hic-title h3{
 text-transform: none !important;
}
.content-box-element .contact-details .contact-address::before{
	display:none;
}
.content-box-element .contact-details .contact-address{
	padding: 0;
}
.content-box-element.newsletter-box .hic-image::before{
	padding-top: 130% !important;
}

/*Content Box Element - END*/

/*Simple Steps Element - START*/
.simple-steps-element .hic-button-wrap{
	justify-content: center;
}
@media (min-width: 1024px) {
	.simple-steps-element .cell.feature-image {
		width: 55% !important;
	}
	.simple-steps-element .cell.accordion-container{
		width: 45% !important;
	}
}
.simple-steps-element li.accordion-item:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    margin: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.simple-steps-element li.accordion-item:nth-child(1):before {
    background-image: url('https://olgoffice.preparingtolaunch.com.au/wp-content/uploads/2024/02/Group-243.svg');
}

.simple-steps-element li.accordion-item:nth-child(2):before {
    background-image: url('https://olgoffice.preparingtolaunch.com.au/wp-content/uploads/2024/02/Group-246.svg');
}

.simple-steps-element li.accordion-item:nth-child(3):before {
    background-image: url('https://olgoffice.preparingtolaunch.com.au/wp-content/uploads/2024/02/Group-245.svg');
}

.simple-steps-element li.accordion-item:nth-child(4):before {
    background-image: url('https://olgoffice.preparingtolaunch.com.au/wp-content/uploads/2024/02/Group-244.svg');
}

.simple-steps-element li.accordion-item:nth-child(5):before {
    background-image: url('https://olgoffice.preparingtolaunch.com.au/wp-content/uploads/2024/02/Group-247.svg');
}

.simple-steps-element .accordion-item .accordion-title {
	padding-left: 70px;
}
@media (min-width: 1024px){	
  .simple-steps-element .section-body{
	position: relative;
  }
  .simple-steps-element .hic-image::before{
	padding-top: 89%;
   }
}
/*Simple Steps Element - END*/
/*Have Questions Element - START*/

.faq-element.accordion-element .grid-container{
	border-top: 5px solid #94193b;
    padding-top: 56px;
}

.faq-element.accordion-element:not(.two-column-accordion) .accordion-item:not(.is-active) {
  border-bottom: 1px solid rgba(0,0,0,.15);
}

.faq-element.accordion-element:not(.two-column-accordion) .accordion-item .accordion-title{
	border:none !important;
}
.faq-element .hic-image::before{
	padding-top: 121.4%;
}

.faq-element .grid-container{
	position: relative;
}

.faq-element .section-footer{
	margin-top: 0;
}


@media (min-width: 1324px) {
	.faq-element.image-right-accordion .cell.feature-image {
		width: 45% !important;
	}
	.faq-element.image-right-accordion .cell.accordion-container{
		width: 55% !important;
	}
/* 	.have-questions-element .hic-button-wrap{
		position: absolute;
		bottom: 10%;
	}
	.have-questions-element .cell .section-title {
		position: absolute;
		top: 18%;
	} */
}

@media(min-width: 1024px){
	.faq-element .section-header{
		position: absolute;
		top: 66px;
	}
	
	.faq-element.image-right-accordion .cell.accordion-container{
		padding-top: 100px;
	}
}
/*Have Questions Element - END*/
/*Mega Menu Element - START*/
ul.mega-menu:not(.mega-sub-menu) > .mega-current-menu-item > .mega-menu-link::after {
    content: '';
    height: 3px;
    position: absolute;
    width: 100%;
    top: 81px;
    display: block !important;
    background-color: var(--lp--base-preset--brand-color--primary);
    z-index: 1;
}
.mega-indicator,
.mega-menu-item-type-taxonomy .mega-menu-link::after {
	display: none !important;
}
.mega-menu ul.mega-sub-menu > li.mega-menu-row {
	float: none !important;
	padding: 0px 70px !important;
}
.mega-menu ul.mega-sub-menu{
/* 	padding-bottom: 30px !important; */
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu{
	transform: translate(0, 43px) !important;
}

@media(max-width: 1024px){
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item{
		margin: 0 20px 0 0;
	}
	
	#mega-menu-wrap-main-nav #mega-menu-main-nav{
		padding: 0;
	}
}

/*Mega Menu Element - END*/
/*Yoast Breadcrumb Element - START*/

.products-breadcrumb-element{
	padding-top: 70px;
	padding-bottom: 10px;
}
.project-item .yoast-breadcrumbs{
	padding-bottom: 50px;
}
.yoast-breadcrumbs {
	text-transform: uppercase;
}
.yoast-breadcrumbs a,
.yoast-breadcrumbs > span a{
	color: #000;
}
.yoast-breadcrumbs .breadcrumb_last{
	color: var(--lp--base-preset--brand-color--secondary);
}
/*Yoast Breadcrumb 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;
}

.modal-enquiry.modal-element{
	padding: 40px 30px;
	border-radius: 10px;
}

.modal-enquiry.modal-element .modal-header{
	margin-bottom: 12px;
}

.modal-enquiry.modal-element .modal-header .modal-title{
	color: var(--lp--base-preset--brand-color--primary);
    font-size: 26px;
}

#modal-elem-2732 .modal-header{
	text-align: center;
}

#modal-elem-2732 .gform_wrapper.contact-us-form_wrapper{
	padding-top: 0;
}

@media(max-width: 640px){
	.modal-enquiry.modal-element{
	    height: auto;
		min-height: auto;
		top: 10% !important;
	}
}
@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*/

/*************************************
!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 .25s ease-in-out;
  overflow-y: auto;
}
[data-info-window-layout="info-window-style-1"].open .info-window {
  box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.15);
  transform: translate(0px, 0px);
  transition:  all .25s ease-in-out
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-t::after,
[data-info-window-layout="info-window-style-1"] .gm-ui-hover-effect,
[data-info-window-layout="info-window-style-1"] .gmnoprint .gm-style-mtc{
  display:none !important;
  pointer-events: none !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw {
  border-radius: 4px;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar {
  width: 5px;
}
/* Track */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
[data-info-window-layout="info-window-style-1"] .info-window::-webkit-scrollbar-thumb:hover {
  background: #555;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window {
  position: relative;
  height: 50px;
  font-size: 16px;
  padding: 15px 17px 0;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image{
  padding-right: 70px;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image .img-holder {
  position: absolute;
  right:0px;
  top:0px;
  height: 50px;
  width: 50px;
  background-color: rgba(138, 138, 138, 0.11);
}

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

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

@media (min-width: 1024px) {
  [data-info-window-layout="info-window-style-1"] .info-window {
    width: 496px;
  }
  .info-window .social-media-container .social-media li:not(:first-child) {
    margin-left: 18px;
  }
}
/*Info Window - END*/

/*Map Layouts - START*/
@media (min-width: 1024px) {
  .filter-location-listing-left-map .map-column,
  .filter-location-listing-right-map .map-column,
  .filter-left-map .map-column,
  .filter-right-map .map-column {
    width: 66.67%;
  }
  .filter-location-listing-left-map .filter-column,
  .filter-location-listing-right-map .filter-column,
  .filter-left-map .filter-column,
  .filter-right-map .filter-column {
    width: 33.33%;
  }
  .filter-location-listing-right-map .map-column,
  .filter-right-map .map-column  {
    order: 1;
  }
  .filter-location-listing-right-map .filter-column,
  .filter-right-map .filter-column {
    order: 2;
  }
  .filter-location-listing-left-map .field.filter-location,
  .filter-location-listing-right-map .field.filter-location,
  .filter-left-map .field,
  .filter-right-map .field {
    flex-grow: 1;
  }
  .filter-location-listing-left-map .map-column #htwMap,
  .filter-location-listing-right-map .map-column #htwMap,
  .filter-left-map .map-column #htwMap,
  .filter-right-map .map-column #htwMap {
    height: 100%;
  }
  .map-only #htwMap, .filter-above-map #htwMap, .filter-below-map #htwMap {
    height: 700px;
    width: 100%;
  }
}
/*Map Layouts - END*/
/*************************************
!MAP LAYOUTS - END
**************************************/

/*************************************
#LISTING ELEMENT - START
**************************************/

#sortablepostwrapper .section-header{
	display: none;
}
.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;
/* 	position: absolute;
    bottom: -290px;
	left: 0; */
}

.listing-element .section-filter{
	margin-bottom: 40px;
}

.listing-element .filter-button ul{
	display: flex;
	width: 100%;
    margin-left: 0;
    flex-flow: wrap;
}

.listing-element .filter-button ul li{
	list-style: none;
}

.listing-element .filter-button ul li:last-child{
	display: none;
}

.listing-element .filter-button ul li .button{
	margin-left: 0;
	border-color: #BFBFBF;
	color: #BFBFBF;
	margin-bottom: 10px;
	background-color: transparent;
    box-shadow: none;
}

.listing-element .filter-button ul li input{
	display: none;
}

.listing-element .filter-button input[type="radio"]:checked+label,
.listing-element .filter-button ul li .button:hover{
	background-color: #fff;
	color: #363F47;
}

.listing-element .section-filter + .section-body .hic-box{
	margin-bottom: 20px;
}
.page-element.listing-element:not(.row-fluid) .section-body {
    grid-row-gap: 15px;
}

/* .page-element.grid.listing-element:not(.row-fluid) .section-body, .page-element.grid.listing-element:not(.row-fluid) .section-body > .cell, .page-element.carousel.listing-element:not(.row-fluid) .section-body .slick-track > .cell {
    padding-left: 7px;
    padding-right: 7px;
} */
/*************************************
!LISTING ELEMENT - END
**************************************/

/*************************************
#POST ELEMENT - START
**************************************/
.post-element:not(.image-overlay-content) .hic-title a h3 {
  color: var(--lp--base-preset--heading--color);
}
.post-element .hic-box .hic-term.category .hic-label {
  display: none;
}
.post-element.image-above-content.default-section .hic-box .hic-content {
  background-color: #fff;
  border-top: 5px solid #00a7b5;
}
.post-element.image-above-content .hic-box .hic-content {
  padding: 30px 0;
}
.post-element.image-above-content .has-category .hic-box {
  position: relative;
}
.post-element.image-above-content .has-category .hic-box .hic-term.category {
  position: absolute;
  top: 10px;
  right: 10px;
}
.post-element.image-above-content .has-category .hic-box .hic-term.category .hic-value a {
  background-color: rgba(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 .hic-published-date .hic-label{
	display: none;
}
.post-element.page-element.grid-layout-3.image-overlay-content .hic-item:first-child .hic-image:before{
	padding-top: 77.5% !important;
}
/*************************************
!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 .hic-image:before {
  padding-top: 80%; /* Default value for .team-element */
}

.team-element .hic-box{
	background: none;
}

.team-element  .hic-box:hover{
	cursor: default;
}

.team-element .hic-box:hover .hic-image{
	transition: all .3s;
}

.team-element .hic-box:hover .hic-image{
	transform: scale(1.1);
}
.team-element.image-overlay-content .hic-image:before,
.team-element.image-above-content .hic-image:before {
  padding-top: 126%;
}

.team-element.image-above-content .hic-content{
	background-color: transparent !important;
	    border-bottom: 4px solid #00a7b5;
}

.team-element.image-above-content .hic-content .hic-title h3{
	color: #333f48;
}

.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;
  color: #000;
}
.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: #B1B1B1;
}
.team-element .social-media-details {
  margin-top: 15px;
}
.team-element.page-element.grid .section-body {
  grid-row-gap: 60px;
}
.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 {
  background-color: rgba(23, 29, 33, .84);
  padding: 30px 20px;
}
.team-element.image-above-content .hic-title h3{
	font-size: 1.5em; 
    text-transform: none;
	font-weight: 600;
}
.team-element.image-above-content .contact-position{
	font-weight: 600;
}
.team-element.image-above-content .contact-details{
	margin:0;
}
.team-element.image-above-content .contact-address{
	padding: 0;
}
.team-element.image-above-content .contact-address::before{
	display: none;
}

.team-element .sub-heading{
	font-size: 18px;
}

@media(min-width: 1024px){
	.join-team-element .hic-content{
		padding-left: 100px;
	}
}
/*********************************
!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-title h3 {
  font-size: 1.625em;
	font-weight: 300;
}

.project-element .hic-image::before {
  padding-top: 60%;
}

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

.project-element .hic-button-wrap {
  justify-content: center;
  margin-top: 66px;
}

.project-element .hic-term.category {
  margin-bottom: 21px;
}

.project-element .hic-term.category .hic-value a {
  background-color: var(--lp--base-preset--brand-color--secondary);
  padding: 10px 22px;
  text-transform: uppercase;
  color: #fff;
	pointer-events: none;
}

.project-element.image-overlay-content .has-media .hic-content {
  flex-direction: column-reverse !important;
}

.project-element .hic-box:hover .overlay {
  background: linear-gradient(to bottom, transparent, var(--lp--base-preset--brand-color--primary) 100%);
  opacity: 0.8;
  transition: all .3s ease-in-out;
}

.project-element .hic-blurb .wp-block-heading {
  margin-bottom: 20px;
}

.single-project .hero-banner-message{
	display: flex;
	flex-flow: column;
}

.single-project .hero-banner-message .project_cat{
	order: 1;
}

.single-project .hero-banner-message h1{
	order: 2
}

.single-project .hero-banner-message .project_tag{
	order: 3;
}

.single-project .project_cat{
	margin-bottom: 20px;
}

.single-project .project_cat span{
	background-color: #00a7b5;
    padding: 10px;
	text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .project-element .hic-button-wrap {
    margin-top: 50px; 
  }

  .project-element .hic-title h3 {
    font-size: 1.375em; /
  }
}

@media screen and (max-width: 641px) {
  .project-element .hic-title h3 {
    font-size: 1.25em; 
  }
}

@media(min-width: 1024px){
	.project-element.image-overlay-content .has-media .hic-content{
		padding-bottom: 50px;
	}
	
	
	.project-element .hic-image::before {
	  padding-top: 49.6%;
	}

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

/*********************************
!PROJECT LIST ELEMENT - START
*********************************/
/* .project-list-element .hic-image::before {
    padding-top: 49.57% !important;
} */
/*********************************
!PROJECT LIST ELEMENT - END
*********************************/

/*********************************
!PROJECTS SLIDER ELEMENT - START
*********************************/
.project-slider-element{
	display: flex;
    justify-content: center;
}
.project-slider-element .project-item{
	order: -1;
}
.project-slider-element .section-body{
	justify-content: center;
}
.project-slider-element .slick-slide {
	opacity: 1 !important;
}
.project-slider-element .hic-image:before {
	padding-top: 102%;
}

.project-slider-element .hic-media-container{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.project-slider-element .next-arrow, 
.project-slider-element .prev-arrow{
    width: 72px;
    height: 72px !important;
    border: 1px solid var(--lp--base-preset--body--color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
	margin-right: 15px;
	margin-left: 15px;
	transition: all 0.3s ease-in-out;
}
.project-slider-element .prev-arrow:hover,
.project-slider-element .next-arrow:hover {
    cursor: pointer;
	color: #fff;
	background-color: var(--lp--base-preset--body--color);
	transition: all 0.3s ease-in-out;
}
.fa-arrow-right:before,  
.fa-arrow-left:before {
    font-weight: 400;
}
/*********************************
!PROJECTS SLIDER ELEMENT - END
*********************************/

/*********************************
!PRODUCT CATEGORY GALLERY ELEMENT - START
*********************************/
.product-category-gallery{
	display: flex;
    justify-content: center;
}
.product-category-gallery .hic-item{
	order: -1;
}
.product-category-gallery .section-body{
	justify-content: center;
}
.product-category-gallery .slick-slide {
	opacity: 1 !important;
}
.product-category-gallery .hic-image::before {
	padding-top: 25%;
}
.product-category-gallery .hic-box {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.product-category-gallery .hic-box .hic-content {
	max-width: 1440px;
	padding: 0 15px;
	margin-bottom: 35px;
}
.product-category-gallery .hic-media-container{
	max-width: 1440px;
	margin: 0 15px;
}

.product-category-gallery .next-arrow, 
.product-category-gallery .prev-arrow{
    width: 72px;
    height: 72px !important;
    border: 1px solid var(--lp--base-preset--body--color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
	margin-right: 15px;
	margin-left: 15px;
	transition: all 0.3s ease-in-out;
}
.product-category-gallery .prev-arrow:hover,
.product-category-gallery .next-arrow:hover {
    cursor: pointer;
	color: #fff;
	background-color: var(--lp--base-preset--body--color);
	transition: all 0.3s ease-in-out;
}
.product-category-gallery .fa-arrow-right:before,  
.product-category-gallery .fa-arrow-left:before {
    font-weight: 400;
}

.product-category-gallery .hic-image{
	background-color: #fff;
}

.category-content-element .hic-blurb h3{
	font-size: 30px;
    color: #4fa5b3;
}
/* 
.archive.tax-product_cat #body{
	background-color: #f2f2f2;
} */


.archive.tax-product_cat .page-elements{
	display: flex;
    flex-flow: wrap;
    width: 100%;
    max-width: 1440px;
    margin: auto;
/*     background-color: #f2f2f2; */
}



.archive.tax-product_cat .page-elements .product-element.listing-element{
 	width: 100%;
}



@media(min-width: 1024px){
	.product-category-gallery .hic-image::before {
		padding-top: 94%;
	}
	
	.archive.tax-product_cat .page-elements .category-content-element{
	width: 36%;
	}

	.archive.tax-product_cat .page-elements .category-content-element + .product-element.listing-element{
		width: 64%;
	}


	.archive.tax-product_cat .page-elements .category-content-element + .product-element.listing-element .product-item{
		width: 33.3333%
	}
}
/***************************************
!PRODUCT CATEGORY GALLERY ELEMENT - END
****************************************/


/*********************************
!INDUSTRY ELEMENT - START
*********************************/
.industry-categories-element{
	padding-bottom: 0 !important;
	padding-top: 60px !important;
}
/*********************************
!INDUSTRY ELEMENT - END
*********************************/

/************************
!PRODUCT ELEMENT - START
************************/

.product-element.listing-element .product:not(.has-category) .hic-button-wrap{
	display: none;
}

.product-element.listing-element.image-overlay-content .product.has-category .hic-content {
	position: relative;
}

.product-element.listing-element.image-overlay-content .has-media .hic-content{
/* 	align-items: center;
	text-align: center; */
	z-index:2;
	padding-top: 10px;
}
.product-element.listing-element:not(.product-categories-element) .product:not(.has-category) .hic-title h3{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.product-element.listing-element.image-overlay-content .large-3 .hic-image::before{
	padding-top: 104%;
}

.product-element.listing-element.image-overlay-content:not(.product-category-gallery, .grid-layout-1) .hic-box {
	height: auto;
}

.product-element.listing-element.image-overlay-content:not(.product-category-gallery, .grid-layout-1, .default-grid-layout) .hic-box .hic-title{
	align-items: center;
    display: flex;
    justify-content: center;
}

.product-element.listing-element.image-overlay-content.contain-images .hic-item:not(.has-category) .hic-image{
	background-size: cover !important;
}
.product-element.listing-element .product.has-category .hic-box .hic-media-container:after{
	display: none;
}
.product-element.listing-element .product .hic-media-container:before,
.post-element.listing-element .hic-box .hic-media-container:before,
.project-element.listing-element .hic-box .hic-media-container:before,
.industries-element .hic-box .hic-media-container:before,
.image-above-content:not(.description-gallery) .hic-box .hic-media-container:before{
	content:'';
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 140px;
/* 	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 61%) 100%); */
/* 	opacity: 0; */
	z-index:1;
	transition: all .3s;
	left:0;
}
.product-element.listing-element .product .hic-box:hover .hic-media-container:before,
.post-element.listing-element .hic-box:hover .hic-media-container:before,
.project-element.listing-element .hic-box:hover .hic-media-container:before,
.industries-element .hic-box:hover .hic-media-container:before,
.image-above-content:not(.description-gallery) .hic-box:hover .hic-media-container:before{
/* 	opacity: 1; */
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(148 25 59 / 42%) 100%);
}
.product-element.listing-element:not(.product-categories-element) .product.has-category .hic-box .overlay,
.product-element.listing-element:not(.product-categories-element) .product:not(.has-category) .hic-box .overlay{
	display:none;
}
.product-element.listing-element:not(.product-categories-element) .product.has-category .hic-box .hic-media-container{
	background-color: #fff;
}
.product-element.listing-element:not(.product-categories-element) .product.has-category .hic-title h3{
	font-size: 18px;
	text-transform: none !important;
/* 	color: #363F47; */
	font-weight: 600;
	margin-bottom: 0;
}

.product-element.listing-element:not(.product-categories-element) .product .ajax-modal{
	width: 100%;
}

.product-element.listing-element:not(.product-categories-element) .product .ajax-modal:hover{
/* 	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.75); */
	transition: all .3s;
	cursor: pointer;
}
/************************
!PRODUCT ELEMENT - END
************************/

/************************
!Single Product ELEMENT - Start
************************/

.single-product .image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content{
	background-color: #fff;
}

.single-product .image-above-content .tabs {
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabs-panel .hic-content .hic-media-container:after{
	display: none !important;
}

.single-product .tabs-content > .tabs-panel:first-child .hic-product-details .wp-block-image{
	display: inline-block;
    padding-top: 5px;
    padding-right: 5px;
}


.tabs-panel .product-gallery-box .hic-media-container .hic-item{
	position: relative;
}
.download-image{
	position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
	transition: all .3s;
}

#download-all-wrapper{
	text-align: center;
    margin-top: 100px;
}

div.fancybox-slide--image .fancybox-content{
	background-color: #fff;
}

@media(min-width: 641px){
	.single-product .tabs-content > .tabs-panel:first-child .hic-blurb{
		display: flex;
		flex-flow: wrap;
		align-items: center;
	}

	.single-product .tabs-content > .tabs-panel:first-child .hic-blurb > *{
		width: 50%;
	}

}
/************************
!Single Product ELEMENT - EBD
************************/

/*******************************
!LEARNING CENTRE ELEMENT - START
*******************************/

.learning-centre-element .featured-article-element .hic-title h3{
	font-size: 36px !important;
    text-transform: none !important;
}
.learning-centre-element .featured-article-element .hic-blurb p,
.learning-centre-element .featured-article-element .hic-published-date > span{
	font-size: 18px;
}
.learning-centre-element .featured-article-element {
	padding: 0;
}
.learning-centre-element .featured-article-element .hic-media-container:after{
	display: none;
}

.learning-centre-element .featured-article-element .hic-term.category {
  margin-bottom: 21px;
}

.learning-centre-element .featured-article-element  .hic-term.category .hic-value a {
  background-color: var(--lp--base-preset--brand-color--secondary);
  padding: 10px 22px;
  text-transform: uppercase;
  color: #fff;
}

.learning-centre-element .featured-article-element .hic-term.category {
  order: -2;
}

.learning-centre-element .featured-article-element .hic-content {
	max-width: 1440px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
	padding-bottom: 100px;
}
.learning-centre-element .post-element .hic-title h3{
	font-size: 18px;
}
.learning-centre-element .post-element .hic-published-date > span{
	font-size: 12px;
	color: #fff;
} 
.learning-centre-element .post-element .hic-image::before{
	padding-top: 73%;
}
.learning-centre-element .post-element .hic-box:hover .overlay{
	background: linear-gradient(to bottom, transparent, var(--lp--base-preset--brand-color--primary) 100%);
	opacity: 0.8;
	transition: all .3s ease-in-out;
}

.page-element.search-form-element .search-widget{
	width: 100%;
    max-width: 600px;
    margin: auto;
	    border: 1px solid #bfbfbf;
}

.page-element.search-form-element .search-widget .search-filters{
	flex-flow: row-reverse;
}

.page-element.search-form-element .search-widget .field.filter-text{
	width: 100%;
	background-color: #fff;
}
.page-element.search-form-element .search-widget .field.filter-text input{
	border-bottom: none;
}
.page-element.search-form-element .search-widget .field.filter-text input::placeholder{
	color: #979797;
}
.page-element.search-form-element .search-widget li.field.last .search-submit{
/* 	opacity: 0;
	width: 0; */
    padding: 15px 25px;
	font-size: 0;
	border: none;
	z-index:9;
	background-color: transparent;
    box-shadow: none;
}


.page-element.search-form-element .search-widget li.field.last .search-submit:hover,
.page-element.search-form-element .search-widget li.field.last .search-submit:focus{
	background-color: transparent;
}

.page-element.search-form-element .search-widget li.field.last{
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #fff;
}
.page-element.search-form-element .search-widget li.field.last::after{
	content: "\f002";
	font-family: "Font Awesome 5 Pro"; 
	font-size: 16px; 
	font-weight: 500;
	color: #979797; 
	cursor: pointer;
	position: absolute; 
	z-index: 1; 
}	
/* .learning-centre-element .post-element .search-widget ul.search-filters{
	justify-content: center;
	position: relative;
    flex-direction: row-reverse;
	height: 55px;
	margin-bottom: 75px;
} */
.learning-centre-element .post-element .section-header{
	margin-bottom: 22px;
}

.post-element.listing-element.image-above-content .hic-box .hic-title{
	min-height: 50px;
}

.post-element.listing-element.image-above-content .hic-box .hic-content{
	padding-top: 15px;
}

/*
 * Sort button  
 */
#learning-sort_wrapper{
	font-weight: 600;
}
.sort_button{
  background-color: transparent;
  color: #0000000F;
  border-color: #0000000F;
 }

.sort_button-active{
  background-color: #fff;
  border-color: #0000000F;
	color:#363F47;
 }

@media(max-width: 640px){
	#learning-sort_wrapper p{
		display: flex;
		flex-flow: wrap;
	}
	
	#learning-sort_wrapper .sort-label{
		width: 100%;
		flex: none;
		margin-bottom: 10px;
	}
	
	.sort_button{
		width: 50%;
		padding: 15px 10px;
	 }
	
	.page-banner-hidden .featured-article-element .hic-image::before{
		padding-top: 130% !important;
	}
}

@media(min-width: 641px){
	.learning-centre-element .post-element .search-widget .field.filter-text{
		width: 50%;
	}
}
/*******************************
!LEARNING CENTRE ELEMENT - END
*******************************/
/**************************
!CONTACT US ELEMENT - START
**************************/
.contact-us-element .contact-details .contact-phone::before, 
.contact-us-element .contact-details .contact-email::before, 
.contact-us-element .contact-details .contact-address::before{
	display: none;
}
.contact-us-element .contact-details .contact-phone,
.contact-us-element .contact-details .contact-email, 
.contact-us-element .contact-details .contact-address{
	padding: 0;
}

.contact-us-element .contact-details .contact-phone a,
.contact-us-element .hic-blurb a:not(.button){
	color: var(--lp--base-preset--body--color);
	font-size: 26px;
	font-weight: 800;
}

.contact-us-element .contact-details .contact-phone a:hover,
.contact-us-element .hic-blurb a:not(.button):hover{
	color: var(--lp--base-preset--button--color);
	border-bottom: 2px var(--lp--base-preset--button--color) solid;
}
.map-element .showroom-sydney,
.map-element .showroom-melbourne {
    background: #fff;
	color: #363F47;
    padding: 34px;
    margin-bottom: 24px;
}
.map-element .showroom-sydney h2,
.map-element .showroom-melbourne h2{
	color: #363F47;
	font-weight: 600;
}
.map-element .showroom-sydney .button,
.map-element .showroom-melbourne .button{
	margin-top: 15px;
}

.map-element.image-above-content .hic-content{
	align-items: start !important;
	padding: 20px !important
}

.map-element .button{
	margin-bottom: 10px;
}

@media(min-width: 641px){
	.map-element{
		min-height: 500px;
	}
}
@media(max-width: 1023px){
	.contact-us-element .hic-blurb a.button{
		margin-bottom: 10px;
	}
}
/**************************
!CONTACT US ELEMENT - END
**************************/
/*****************************
!PRODUCT DETAILS MODAL - END
*****************************/
/* Base styles */
.product-details-modal {
	min-height: 841px;
	height: auto;
}
.product-details-modal .hic-item:not(.product-files-box) .hic-blurb h2 {
	margin: 20px 0;
}
.product-details-modal .hic-item:not(.product-files-box) .hic-blurb p {
	font-weight: 500;
}

.product-details-modal .hic-item:not(.product-files-box) .hic-blurb > p{
	display: none;
}
.product-details-modal .hic-item:not(.product-files-box) .hic-blurb p img {
	padding-top: 30px;
	margin-right: 30px;
}
.product-details-modal .hic-item:not(.product-files-box) .page-element {
	padding: 80px 90px;
}
.product-details-modal .hic-image::after,
.product-details-modal .hic-media-container::after {
	display: none;
}
.product-details-modal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-details-modal .tabs-content .tabs-panel:first-child > .hic-item,
.product-details-modal .tabs-content .tabs-panel:last-child > .hic-item{
	padding: 70px 10px;
}

.product-details-modal .image-above-content.default-section:not(.content-element, .has-img-bg) .hic-content{
	background-color: transparent;
	border-top: none;
}

.product-downloadable-files ul li {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	align-items: center;
	margin-bottom: 16px;
}

.file-url {
	grid-column: 1;
}
.file-type{
	grid-column: 2;
}

.file-size, .file-type {
	text-align: right;
}

.file-type i {
	margin-right: 5px; /* Adjust as needed */
}

.product-details-modal .tabs-content > .tabs-panel:last-child .hic-box{
	text-align: center;
    max-width: 800px;
    margin: auto;
    background-color: #f2f2f2;
    padding: 30px;
}
.product-details-modal .tabs-content > .tabs-panel:last-child .gform_footer p,
.product-details-modal .tabs-content > .tabs-panel:last-child .gform_footer br{
	display:none;
}

/* Media query for desktop screens */
@media only screen and (min-width: 1024px) {
	.product-details-modal {
		max-width: 1434px;
		width: 100%;
		top: 50px !important;
	}
	
	.product-details-modal .tabs-content > .tabs-panel:first-child .hic-blurb {
		display: flex;
    	flex-flow: wrap;
		align-items: center;
	}
	
	.product-details-modal .tabs-content > .tabs-panel:first-child .hic-blurb > *{
		width: 50%;
	}
/* 	.product-details-modal .tabs-content > .tabs-panel:not(:last-child) .hic-item:not(.product-files-box) .hic-blurb {
		display: grid;
		grid-template-columns: 1fr 1fr;
	} */
/* 	.product-details-modal .tabs-content > .tabs-panel:not(:last-child) .hic-item:not(.product-files-box) .hic-blurb .hic-item {
		grid-column: span 1;
		grid-row: span 3;
		width: 100%;
		display: flex;
		justify-content: center;
	} */
}

/* Media query for larger screens */
@media only screen and (min-width: 1200px) {
	.product-downloadable-files ul li {
		grid-template-columns: repeat(3, 1fr); /* Adjusted for even larger screens */
	}
}
/*****************************
!PRODUCT DETAILS MODAL - END
*****************************/

/*****************************
!PRODUCT DETAILS ELEMENT - START
*****************************/
.modal-element .product-details-element .hic-product-details img,
.tab-layout.product-details-element .hic-product-details .wp-block-image img{
	max-width: 70px;
}
.modal-element .product-details-element .hic-product-details .wp-block-image {
	display: inline-block;
}
@media (min-width: 1024px){
/* 	.modal-element .product-details-element .hic-gallery{
		width: 443px;
		height: 515px;
	} */
	.modal-element .product-details-element .hic-product-details{
		padding-left: 50px;
	}
	.modal-element .product-details-element.page-element{
		padding: 30px;
	}
}

.modal-element .product-details-element.page-element .tabs {
	justify-content: space-between !important;
    flex-wrap: wrap;
}
/*****************************
!PRODUCT DETAILS ELEMENT - END
*****************************/


/*********************************
!PRODUCT LIST ELEMENT - START
*********************************/

/*********************************
!PRODUCT LIST ELEMENT - END
*********************************/

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

/*********************************
#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 {
  display: none;
}
/*********************************
!ERROR404 - END
*********************************/

/**************************
#LEGAL DOCUMENT - START
**************************/
.legal-content li {
  margin-bottom: 1rem;
}
ol.closed-alpha {
  list-style: none;
}
ol.closed-alpha li {
  position: relative;
}
ol.closed-alpha li::before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -32px;
}
/**************************
!LEGAL DOCUMENT - END
**************************/

/*********************************
#FOOTER - START
*********************************/
.footer {
  padding: 30px 0;
	border-top: solid 5px #00a7b5;
}
.footer .logo-wrap {
	margin-bottom: 50px;
	max-width: 124px;
	max-height: 54px;
}
.footer .contact-details {
	margin-bottom: 10px;
}
.footer .social-media-details {
	margin-bottom: 20px;
}
#footer p,
.bottom-footer .copyright p{
  margin-bottom: 0;
	font-size: 16px !important;
	font-weight: 300;
}


@media (min-width: 641px) {
  .footer {
    padding: 40px 0;
  }
	
	.default-footer-layout .footer-col{
		width: 20%;
		flex: none;
	}
	
	.default-footer-layout .footer-col::last-child{
		width: 80%;
		flex: none;
	}
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
/*Default Footer - START*/
.default-footer-layout .menu a{
  padding: 0 0 12px;
	font-size: 16px;
	font-weight: 300;
}
.default-footer-layout .contact-details .contact-phone::before, 
.default-footer-layout .contact-details .contact-email::before, 
.default-footer-layout .contact-details .contact-address::before{
	display: none;
}
.default-footer-layout .contact-details .contact-phone,
.default-footer-layout .contact-details .contact-email, 
.default-footer-layout .contact-details .contact-address{
	padding: 0;
}
.default-footer-layout .footer-blurb a.button{
	width: 100%;
	color: #fff;
	margin-top: 32px;
	border-color: var(--lp--base-preset--brand-color--secondary);
	background-color: var(--lp--base-preset--brand-color--secondary);
}
.default-footer-layout .footer-blurb a.button:hover{
	color: var(--lp--base-preset--button--color--hover);
}
.default-footer-layout .footer-blurb img{
	margin-right: 10px;
    margin-bottom: 10px;
}

.default-footer-layout .footer-col{
	padding-top: 25px;
}


.default-footer-layout .footer-col{
	width: 100%;
}

.default-footer-layout .footer-col-1 .contact-details h4{
	text-transform: uppercase;
	font-weight: 700;
}

.default-footer-layout .footer-col-1 .contact-details{
	margin-top: 20px
}

.default-footer-layout .footer-col > h4{
	text-transform: uppercase;
	margin-bottom:20px;
	font-weight: 700;
}
.default-footer-layout .footer-col-7 .footer-blurb img{
	width: 50px;
}

.page-element.have-questions-element:after {
    background-color: #4fa5b300;
}

@media(min-width: 641px){
	
	.default-footer-layout .footer-col-2,
	.default-footer-layout .footer-col-3,
	.default-footer-layout .footer-col-4,
	.default-footer-layout .footer-col-5{
		width: 50%;
	}
}

@media(min-width: 768px){
	.default-footer-layout .footer-col-5{
		width: 25%;
	}
	
	.default-footer-layout .footer-col-2,
	.default-footer-layout .footer-col-3,
	.default-footer-layout .footer-col-4{
		width: 24%;
	}
}


@media(min-width: 1024px){
	.default-footer-layout .footer-col-1,
	.default-footer-layout .footer-col-5,
	.default-footer-layout .footer-col-6{
		width: 25%;
	}
	.default-footer-layout .footer-col-2,
	.default-footer-layout .footer-col-3,
	.default-footer-layout .footer-col-4{
		width: 16.66%;
	}
	.default-footer-layout .footer-col-7{
		width: 75%;
	}
}

@media(min-width: 1280px){
	.default-footer-layout .footer-col-1,
	.default-footer-layout .footer-col-6{
		padding-right: 110px;
	}
}

/*Default Footer - END*/

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

/*Footer Layout 2 - START*/
.footer-layout-2 .footer-col:not(:last-child) {
  margin-bottom: 30px;
}
.footer.footer-layout-2 .contact-details [class*="contact-"]::before {
  position: relative;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 24px;
}
.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-logo .logo-wrap {
  max-width: 200px;
}
.footer.footer-layout-3 .footer-col h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.footer.footer-layout-3 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}
.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;
  }
}
/*Footer Layout 3 - END*/

/*Bottom Footer - START*/
/*Bottom Footer - START*/
.bottom-footer {
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 300;
  font-size: 14px;
  background-color: #fefefe;
}
.bottom-footer .menu a {
  color: var(--lp--base-preset--brand-color--dark);
  text-transform: inherit;
}
.bottom-footer .menu a:hover {
  color: var(--lp--base-preset--brand-color--primary);
}
.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}
.bottom-footer .colophon-link .menu a {
    padding: 0 8px;
}

@media (min-width: 1024px) {
  .bottom-footer.with-colophon-link .copyright {
    float: left;
  }
  .bottom-footer .colophon-link {
    float: right;
  }
}

@media(max-width: 640px) {
  .bottom-footer .colophon-link {
    margin-top: 24px
  }
}
/*Bottom Footer - END*/
.bottom-footer.with-colophon-link a.colophon-text{
	color: #FF8800;
	font-size: 14px;
	font-weight: 300;
}
.bottom-footer.with-colophon-link a.colophon-text::before{
	content: 'DESIGN AND DEVELOPMENT BY ';
	color: #363F47;
}
/*Bottom Footer - END*/

/*Footer Back to Top - START*/
.footer #back-to-top {
  min-width: 50px;
  min-height: 50px;
  padding: 10px 15px;
}
.footer #back-to-top .b2t-label {
  margin-left: 10px;
}
.footer #back-to-top[data-position="top-center"]{
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 25px;
}
.footer #back-to-top[data-position="top-right"]{
  top: 3rem;
  right: 3rem;
}
.footer #back-to-top[data-position="middle-right"]{
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
}
.footer #back-to-top[data-position="bottom-right"]{
  top: auto;
  right: 3rem;
  bottom: 3rem;
}
.footer #back-to-top .b2t-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: rgba(10,0,0,.35);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.footer #back-to-top .b2t-tooltip::before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(10,0,0,.35) transparent;
}
/*Footer Back to Top - END*/
/*********************************
!FOOTER - END
*********************************/

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

.center-element .section-body{
	justify-content: 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: .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: .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, .1);
}
.box-border .hic-box,
.box-border .lp-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}
/*Lists - START*/
.checklist > li, .checklist ul li {
  margin-bottom: 10px;
  line-height: 30px;
  padding-left: 40px;
}
.checklist > li::before, .checklist ul li::before {
  content: '\f058';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
}
.checklist.times > li:before, .checklist.times ul li:before {
  content: '\f00d';
}
.checklist.square > li:before, .checklist.square ul li:before {
  content: '\f14a';
}
.checklist.round > li:before, .checklist.round ul li:before {
  content: '\f058';
}
.checklist.angle-right > li:before, .checklist.angle-right ul li:before {
  content: '\f105';
}
.checklist.double-angle-right > li:before, .checklist.double-angle-right ul li:before {
  content: '\f101';
}
.checklist.chevron-right > li:before, .checklist.chevron-right ul li:before {
  content: '\f054';
}
/*Lists - END*/

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

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

.align-middle .hic-content{
	justify-content: center !important;
	height: 100%;
	align-items: center;
}
/*Contain 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.page-content-element .section-header {
		float: left;
		width: 50%;
	}
	.header-left.page-content-element .section-body {
		float: right;
		width: 50%;
	}
  .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-footer{
		margin-top: 40px;
	}
}
.product-details-modal .tabs-content > .tabs-panel:last-child .hic-box {background-color: #f2f2f200;}
a.subscribe-btn {
  background: linear-gradient(to bottom, #00a7b5 0%, #00a7b5 50%, #333f48 50%, #333f48 100%);
  background-size: 100% 200%;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-top: 30px;
  padding: 10px 35px;
  letter-spacing: .5px !important;
  overflow: hidden !important;
}
a.subscribe-btn:hover {
  background-position: 0px 100%;
}
/* Section Header & Footer - End */
/*************************************
!HELPERS - END
**************************************/












/************************************
NEW OLG - START
*************************************/

.x-ptb-top{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.x-pt-top{
	padding-top: 0 !important;
}

.x-pb-bot{
	padding-bottom: 0 !important;
}

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

.light-img-bg.has-bg-img h2.section-title,
.light-img-bg.has-bg-img .section-header .sub-heading,
.light-img-bg.has-bg-img .hic-content,
.light-img-bg.has-bg-img{
	color: #333F48;
}

.bg-lr-cab:before,
.bg-lr-cab:after{
	content: '';
	background-size: contain;
    display: block;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
	width: 392px;
	background-position: center;
	z-index: -1;
}

.bg-lr-cab:before{
    background-image: url(/wp-content/uploads/2026/02/left.png);
    left: 0;
    bottom: 0;
}

.bg-lr-cab:after{
	background-image: url(/wp-content/uploads/2026/02/right.png);
	right:0;
	bottom: 0;
}


.new-olg .full-heading .section-header .sub-heading{
	max-width: 100%;
}

.new-olg .team-element .heading-and-subheading h3{
	margin-top: 50px;
}

.new-olg p,
.new-olg li{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}
@media (min-width: 641px) {
	.new-olg p, 
	.new-olg li{
		font-size: 20px;
	}
}
/* @media(max-width: 640px) {
	.new-olg p {
    	font-size: 12px;
	}
} */
/*
 * TYPHOGRAPHY Start
 * */

.new-olg .section-header .sub-heading{
    font-size: 14px;
    margin-bottom: 0;
    max-width: 1043px;
    margin-top: 16px;
}
.new-olg .small-container .section-header .sub-heading{
	max-width: 820px;
}
.new-olg .image-overlay-content .hic-content p {
    font-size: 13px;
}
.new-olg .post-element.image-overlay-content .hic-content p {
	font-size: 14px;
}
@media (min-width: 641px) {
	.new-olg .section-header .sub-heading {
		font-size: 14px;
		margin-bottom: 45px;
		margin-top: 0;
	}
}
@media (min-width: 1024px) {
	.new-olg .section-header .sub-heading {
		font-size: 18px;
	}
}
/*
 * TYPHOGRAPHY End
 * */

/*Heading - Start*/
/* .new-olg .header .top-bar{
	padding-top: 20px;
	padding-bottom: 20px;
}
.new-olg .header .top-bar .logo-wrap .logo {
	max-width: 75px;
} */
/*Heading - End*/
/************************************
BUTTON - START
*************************************/
/*.new-olg.secondary-btn .hero-banner-message .hic-button-wrap a.button,
.new-olg .button:not(.search-submit),
.new-olg .image-overlay-content .hic-content .button {
	background-color: #00A7B5;
	border-radius: 24px;
	min-width: 140px;
	font-size: 14px;
	border: 1px solid  #00A7B5;
	padding: 12px 36px;
	box-shadow: none;
}*/
.new-olg.secondary-btn .hero-banner-message .hic-button-wrap a.button, 
.new-olg .button:not(.search-submit), 
.new-olg .image-overlay-content .hic-content .button,
/* .new-olg a.subscribe-btn,  */
.new-olg .project-form .hs-submit .hs-button {
    border-radius: 24px;
    min-width: 140px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    background: linear-gradient(to top, var(--lp--base-preset--button--background-color--hover) 50%, #00A7B5 50%);
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.25s ease;
}
.new-olg .hero-banner-message .hic-button-wrap .button:hover,
.new-olg .hero-banner-message .hic-button-wrap .button:last-child:hover,
.new-olg .button:hover,
.new-olg .image-overlay-content .hic-content .button:hover,
.new-olg .page-element .section-footer .hic-button-wrap .button:last-child:not(:first-child):hover,
.new-olg .image-overlay-content .hic-content .hic-blurb p > .button:last-child:hover,
.new-olg a.subscribe-btn:hover,
.new-olg .project-form .hs-submit .hs-button:hover {
	background-position: bottom;
	background-color: unset;
	color: #fff;
	/*background-color: var(--lp--base-preset--button--background-color--hover);
    color: #fff;
	border-color: var(--lp--base-preset--button--background-color--hover);*/
}
.new-olg .hero-banner-message .hic-button-wrap .button:last-child {
	background: linear-gradient(to top, var(--lp--base-preset--button--background-color--hover) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
	transition: background-position 0.25s ease;
	border: 1px solid #fff;
	color: #fff;
}
.new-olg .page-element .section-footer .hic-button-wrap .button:last-child:not(:first-child),
.new-olg .image-overlay-content .hic-content .hic-blurb  p > .button:last-child {
    background: linear-gradient(to top, var(--lp--base-preset--button--background-color--hover) 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: top;
    border: 1px solid #37a7b6;
    color: #37a7b6;
}

.new-olg  .hero-banner-message .hic-button-wrap .button:after {
	display: none;
}

.new-olg .dark-btn-hover .button:hover{
	background-color: #333F48;
	border-color: #333F48;
}
/************************************
BUTTON - END
*************************************/
/************************************
HEADER - START
*************************************/
/* .new-olg #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: normal;
} */
/************************************
HEADER - START
*************************************/
/************************************
HERO - START
*************************************/

.new-olg .hero.default-alignment:not(.form-side) .hero-banner-message {
	max-width: 100%;
}

.new-olg .hero .hero-banner-message h1 {
	color: #fff;
}

.new-olg .hero .inner-hero {
	background-image: none !important;
}

.new-olg .hero .hero-bg-overlay {
	background: linear-gradient(to top, transparent, rgb(0 0 0 / 10%) 100%);
	display: block;
}

.new-olg .hero.video-background-banner .hero-bg-overlay{
	z-index:1;
}

.new-olg .hero.video-background-banner .bg-image{
	z-index:initial;
}

.new-olg .hero.video-background-banner .video-wrap + .bg-image{
	z-index:-1;
}

body.new-olg .hero div.hero-body{
	align-items: center !important;
}

body.new-olg .hero.text-center:not(.form-side, .slider-carousel-banner) .grid-container,
body.new-olg .hero:not(.slider-carousel-banner) .cell.hero-content-col{
	max-width: 1000px !important;
	margin-top: 0 !important;
}

.new-olg:not(.home) .hero .hero-body .hero-banner-message h1 {
    padding: 0;
	background-color: transparent !important;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 30px;
}
.new-olg .hero .hero-banner-message h1 span {
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.1;
	letter-spacing: normal;
	font-weight: 600;
}
.new-olg:not(.header-transparent) .hero:not(.page-banner).default-height {
	min-height: 620px;
}
.new-olg:not(.header-transparent) .hero.tall-banner {
	min-height: calc(702px - 82px);
}
@media (min-width: 641px) {
	body.new-olg .hero .hero-body div.hero-banner-message h1, 
	body.new-olg .hero .hero-banner-message h1 span  {
        font-size: 40px;
    }
	.new-olg:not(.header-transparent) .hero:not(.page-banner).default-height {
		min-height: 350px;
	}
	.new-olg.swap-bg-img-mobile .hero .hero-slider .bg-image:nth-child(even) {
    	display: none;
	}
}
@media (min-width: 1024px) {
    body.new-olg .hero .hero-body div.hero-banner-message h1,
	body.new-olg .hero .hero-banner-message h1 span {
        font-size: 60px;
    }
	.new-olg:not(.header-transparent) .hero.tall-banner {
    	min-height: calc(902px - 82px);
	}
	.new-olg:not(.header-transparent) .hero:not(.page-banner).default-height {
		min-height: 550px;
	}
}
@media (min-width: 1280px) {
	body.new-olg:not(.header-transparent) .hero:not(.page-banner).default-height {
    	min-height: 680px;
	}
}
@media(max-width: 1023px){
	.new-olg:not(.home) .hero .hero-body .hero-banner-message h1 br{
		display: none;
	}
}
@media(max-width: 640px) {
	.new-olg.swap-bg-img-mobile .hero .hero-slider .bg-image:nth-child(even) {
  		display: block;
		opacity: 1 !important;
        left: 0 !important;
	}
	.new-olg.swap-bg-img-mobile .hero .hero-slider .bg-image:nth-child(odd) {
		display: none;
	}
	.new-olg.swap-bg-img-mobile .hero .hero-bg-overlay {
    	background: none !important;
	}
}
/************************************
HERO - END
*************************************/

/************************************
PAGE ELEMENT - START
*************************************/

/*.new-olg .default-width:not(.cb-hero) .grid-container{
	max-width: 1366px;
}*/
.new-olg .content-only.cta-element-2 .hic-content .hic-blurb p {
    font-size: 12px;
}
.new-olg .content-only.cta-element-2 .hic-content .hic-button-wrap {
    margin-top: 15px;
}
.new-olg .page-element:not(.post-element, .row-fluid) .hic-media-container {
 /*   border-radius: 25px; */
}
.new-olg .icon-above-content.default-grid-layout .section-body .hic-item .hic-box {
    border: 2px solid #dcdedf;
    border-radius: 20px;
}
.new-olg .icon-above-content.default-grid-layout .section-body .hic-item {
    border: none;
}
@media(min-width: 1024px) {
	/*.new-olg .icon-above-content.default-grid-layout .section-body .hic-item {
    	padding-left: 5px;
    	padding-right: 5px;
	}*/
}
@media(min-width: 1280px) {
	.new-olg .page-element:not(.row-fluid) {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}
@media(max-width: 1023px) {
	.new-olg .page-element.cta-banner:not(.row-fluid) {
		padding-top: 0;
	}
}
/*Team Element Start*/
.new-olg .team-element.page-element.grid .section-body {
    justify-content: center;
}
.new-olg .image-above-content.default-section.team-element .hic-content {
    border: none;
    padding-top: 30px;
}

.new-olg .bold-subheading .section-header{
	margin-bottom: 25px;
}

.new-olg .bold-subheading .sub-heading{
	margin-bottom: 60px;
}

.new-olg .bold-subheading .section-header h3{
	font-size: 30px;
    font-weight: 700;
}
.new-olg .team-element .hic-box .hic-image {
	transition: .25s ease;
}

@media(max-width: 1023px) {
	.new-olg .bold-subheading .section-header h3 {
		margin-top: 30px;
    	font-size: 22px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.new-olg .team-element.image-above-content .hic-title h3 {
		font-size: 1.8rem;
	}
}
@media(max-width: 640px) {
	.new-olg .team-element.image-above-content .hic-title h3 {
		font-size: 2rem;
	}
}
/*Team Element End*/
/*Image Overlay - Start*/
.new-olg .image-overlay-content .has-media .hic-content .hic-blurb,
.new-olg .content-box-element.content-only .hic-content .hic-blurb{
	width: 100%;
	margin-top: 10px;
}
.new-olg.page-about-us-under-dev .page-element p {
    font-size: 16px;
}
.new-olg .image-overlay-content:not(.overlap-slider) .has-media .hic-content {
	height: 100%;
    justify-content: flex-start;
    background-image: linear-gradient(to top, transparent 0%, #000000bd 95%);
	padding-top: 30px;
}

.new-olg .team-element.image-above-content .hic-content .hic-title h3{
	color: #00A7B5;
}

.new-olg .team-element.image-above-content .hic-content .contact-position {
	font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.new-olg .team-element.image-above-content .hic-content .contact-address{
	font-size: 10px;
}

.new-olg .content-box-element.cta-element-2 .bg-image::before {
    background-image: linear-gradient(to top, transparent 0%, #000000bd 95%);
}
.new-olg .image-overlay-content .hic-content .hic-blurb p:has(.button) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
	margin-top: 15px;
    margin-bottom: 30px;
}
.new-olg .hero .hero-banner-message h1 span:not(:last-child),
.new-olg .dark-section .section-title span:first-child:not(:last-child), 
.new-olg .dark-section .hic-title span:first-child:not(:last-child),
.new-olg .section-title span:first-child:not(:last-child) {
    color: var(--lp--base-preset--brand-color--secondary);
}
.new-olg .hero .hero-banner-message h1 span,
.new-olg .section-title span, 
.new-olg .hic-title span, 
.new-olg .image-left-content .hic-title h3 span, 
.new-olg .image-right-content .hic-title h3 span, 
.new-olg .hic-blurb p span,
.new-olg .dark-section .section-title span,
.new-olg .dark-section .hic-title span,
.new-olg .section-header h3 > span {
	color: var(--lp--base-preset--brand-color--primary);
}
.new-olg .image-overlay-content .hic-content .hic-button-wrap {
    margin-top: 15px;
	margin-bottom: 15px;
}
.new-olg .post-element.image-overlay-content.carousel.overlap-slider .has-media .hic-content {
    background-image: none;
}
.new-olg .overlap-slider.image-overlay-content .has-media .hic-media-container .overlay {
    background: linear-gradient(to left, transparent, rgb(0 0 0 / 60%) 100%);
}
.new-olg .overlap-slider.image-overlay-content .has-media .hic-media-container .hic-image {
    filter: grayscale(1);
	width: 700px;
    height: 400px;
}
.new-olg .post-element.listing-element .hic-box:hover .hic-media-container:before {
    background: none;
}
.new-olg .overlap-slider.image-overlay-content .hic-box:hover .hic-image {
    filter: grayscale(0);
}
.new-olg .hic-title h3 {
	font-weight: 700;
}

.new-olg .overlap-slider .slick-list.overflow-slider{
	overflow: initial;
	transition: all .3s;
}
.new-olg .post-element.listing-element.carousel .section-body {
    margin-bottom: 100px;
}
.new-olg .post-element.listing-element.carousel .section-footer {
   	position: absolute;
   	top: 0;
   	right: 0;
}
@media(min-width: 641px){
	.new-olg .post-element.listing-element.carousel .section-footer {
    	top: -30px;
    	right: 30px;
	}
	.new-olg.page-about-us-under-dev .page-element p {
    font-size: 16px;
	}
}
@media(min-width: 1024px) {
	.new-olg .image-overlay-content .hic-title h3,
	.new-olg .hic-title h3{
		font-size: 36px;
	}
	.new-olg .image-overlay-content:not(.has-bg-img):not(.overlap-slider) .has-media .hic-content .hic-blurb {
		max-width: 500px;
	    margin-left: auto;
    	margin-right: auto;
	}
	.new-olg .image-overlay-content:not(.carousel) .hic-item:last-child:not(:first-child) .hic-content {
    background: #0000002b;
	}
	.new-olg .image-overlay-content:not(.carousel) .hic-item:last-child:not(:first-child) .hic-content, 
	.new-olg .image-overlay-content:not(.carousel) .hic-item:last-child:not(:first-child) .hic-content .hic-title h3 {
		color: var(--lp--base-preset--body--color);
	}
	.new-olg .image-overlay-content.row-fluid .medium-12 .hic-image::before {
		padding-top: 75%;
	}
	.new-olg .post-element.listing-element.carousel .section-footer {
    	top: -60px;
    	right: 30px;
	}
	
	.new-olg .overlap-slider .hic-item{
		min-width: 700px;
		width: 700px;
	}
}

@media (min-width: 2001px) { .new-olg p, .new-olg li { font-size: 16px !important; } }
@media(max-width: 1023px) {
	.new-olg .image-overlay-content .hic-content p {
    	line-height: normal;
		font-size: 12px;
	}
	.new-olg .image-overlay-content .hic-content .hic-button-wrap {
    	margin-bottom: 0;
	}
	.new-olg .hero-banner-message .hic-button-wrap .button, 
	.new-olg .button:not(.search-submit), 
	.new-olg .image-overlay-content .hic-content .button {
		font-size: 12px;
	}
	.new-olg.page-about-us-under-dev p {
    	font-size: 12px;
	}
}
@media(min-width: 641px) and (max-width: 1400px) {

.new-olg .image-overlay-content.row-fluid:not(.overlap-slider) .grid-x>.medium-4  {
		width: 100%;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.new-olg .image-overlay-content .hic-title h3, 
	.new-olg .hic-title h3 {
		font-size: 20px;
	}
/* 	.new-olg .image-overlay-content .medium-4 .hic-title h3, 
	.new-olg .medium-4 .hic-title h3 {
		font-size: 15px;
	} */
	.new-olg .image-overlay-content:not(.overlap-slider) .has-media .hic-content {
		padding-top: 40px;
	}
	.new-olg .section-title, .new-olg .split-50-50 .medium-12 .hic-title h3 {
		font-size: 2.5rem;
	}
	/*.new-olg .image-overlay-content.row-fluid:not(.overlap-slider) .grid-x>.medium-4  {
		width: 100%;
	}*/
	.new-olg .image-overlay-content.row-fluid .medium-4 .hic-image::before,
	.new-olg .image-overlay-content.row-fluid .medium-12 .hic-image::before {
		padding-top: 50%;
	}
	.new-olg .image-overlay-content.row-fluid.page-element.grid .section-body {
		grid-row-gap: 0;
	}
}
@media(max-width: 640px) {
	.new-olg .page-element.grid.row-fluid .section-body {
		grid-row-gap: 0;
	}
	.new-olg .section-title, .new-olg .split-50-50 .medium-12 .hic-title h3 {
		font-size: 1.8rem;
	}
	.new-olg .image-overlay-content:not(.overlap-slider) .has-media .hic-content {
		padding-top: 50px;
	}
	.new-olg .image-overlay-content.row-fluid .medium-4 .hic-image::before,
	.new-olg .image-overlay-content.row-fluid .medium-12 .hic-image::before {
		padding-top: 95%;
	}
	.new-olg .overlap-slider.image-overlay-content .hic-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.new-olg .post-element.listing-element.carousel .section-footer .hic-button-wrap {
    	justify-content: center;
	}
	.new-olg .post-element.listing-element.carousel .section-footer .button {
    	min-width: auto;
	}
}
/*Image Overlay - End*/

/*Learning Center Slider - Start*/

.overlap-slider .slick-arrow{
	top: 100%;
	background-color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
	margin-top: 50px;
	z-index: 1;
    pointer-events: auto !important;
}

.overlap-slider .slick-prev {
    left: auto;
	margin-right: 45px;
}

.overlap-slider .slick-next, .overlap-slider .slick-prev {
    right: 50%;
}
.new-olg .carousel .slick-next:focus, .new-olg .carousel .slick-prev:focus {
    color: #B2B4B2;
}
.new-olg .carousel .slick-next:hover, .new-olg .carousel .slick-prev:hover {
    background-color: var(--lp--base-preset--brand-color--secondary);
    color: #fff;
}
.overlap-slider.image-overlay-content .has-media .hic-media-container .overlay{
	background: rgb(0 0 0 / 54%);
}
.new-olg .post-element.carousel .slick-arrow::before
 {
    font-size: 20px;
	background-color: #333F48;
}
.new-olg .post-element.carousel .slick-arrow:hover::before {
	background-color: #fff;
}
.overlap-slider.image-overlay-content .hic-title h3 {
	font-size: 24px;
	font-weight: 700;
	max-width: 400px;
}
@media(min-width: 641px){
	.overlap-slider .grid-container{
		position: relative;
		margin-left: 15px;
	}
	.overlap-slider .grid-container .section-header > .cell {
    	padding-left: 0;
    	padding-right: 0;
	}
	.overlap-slider.image-overlay-content .hic-title h3{
		font-size: 18px;
	}
}
@media(min-width: 1024px) {
	.overlap-slider.image-overlay-content .hic-title h3{
		font-size: 32px;
	}
	.overlap-slider .grid-container{
		position: relative;
		margin-left: calc((100vw - 1420px) / 2);
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	/*.overlap-slider .slick-arrow{
		top: -82px;
	}*/
	/*.overlap-slider .slick-next,
	.overlap-slider .slick-prev {
		right: 30%;
	}*/
	
	.overlap-slider.image-overlay-content .has-media .hic-content {
		padding: 15px;
	}
}
@media(max-width: 640px) {
	/*.overlap-slider .slick-arrow{
		top: -55px;
	}
	.overlap-slider .slick-next,
	.overlap-slider .slick-prev {
		right: 5%;
	}*/
	.overlap-slider .slick-next, .overlap-slider .slick-prev {
    	right: 40%;
	}
}
/*Learning Center Slider - End*/

/*Certfications - start*/
.logo-listing .section-body{
	justify-content:center;
}

.logo-listing .hic-media-container .hic-image {
	background-size: 60px;
	background-repeat: no-repeat;
}
.new-olg .page-element.gallery-element.logo-listing {
    padding-bottom: 20px;
}

@media(min-width: 1024px){
	.logo-listing .section-body > .hic-item:nth-child(n+7):nth-child(-n+14) {
	  flex: 0 0 calc(100% / 8);
	  max-width: calc(100% / 8);
	}
	.new-olg .logo-listing .section-footer {
      margin-top: 0px;
	}
	.logo-listing .section-body > .hic-item:nth-child(-n+6) {
	  width: 146px;
	}
	.new-olg .logo-listing .hic-media-container .hic-image {
      background-size: contain;
      background-repeat: no-repeat;
      width: 96px;
      height: auto;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.new-olg .logo-listing .hic-media-container .hic-image {
		background-size: contain;
	}
	
	.new-olg .logo-listing .section-body > .medium-4{
		width: 25%;
	}
}
@media(max-width: 640px) {
	.new-olg .logo-listing .hic-media-container .hic-image {
		background-size: contain;
	}
	.new-olg .logo-listing .hic-media-container .hic-image:before {
		padding-top: 65%;
	}
	
	.new-olg .logo-listing .section-body > .medium-4{
		width: 33.33333%;
	}
}
/*Certifications - end*/

/*CTA - Banner - Start*/

.cta-banner .hic-blurb,
.default-section.has-bg-img.cta-banner h2 {
	color: var(--lp--base-preset--body--color);
}

.cta-banner.page-element .section-header {
	margin-bottom:0;
}

.cta-banner .section-footer {
	margin-top: 0;
}

.new-olg .cta-banner .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.cta-banner{
	min-height: 1680px;
}
.new-olg .cta-banner .hic-blurb p:not(:last-child) {
	line-height: 1.6;
}
@media (max-width: 640px) {
	.new-olg .cta-banner .section-title {
		font-size: 24px;
	}
	.new-olg .cta-banner .hic-blurb p {
		font-size: 14px;
	}
}
@media(max-width: 1023px) {
	.new-olg .cta-banner .bg-image {
    	background-image: url(/wp-content/uploads/2026/03/tablet-about.jpg) !important;
	}
}
@media (min-width: 641px) and (max-width: 1023px) {
	.new-olg .cta-banner .section-title {
		font-size: 32px;
	}
	.new-olg .cta-banner .hic-blurb p {
		font-size: 16px;
	}
}
@media(min-width: 641px) {
	.cta-banner {
		min-height: 1380px;
	}
}
@media(min-width: 1024px) {
	.new-olg .cta-banner .hic-blurb p {
   		font-size: 18px;
	}
	.new-olg .cta-banner .hic-blurb p:not(:last-child) {
		margin-bottom: 30px;
	}
	.new-olg .cta-banner .section-title {
    	font-size: 38px;
	}
	.cta-banner{
	min-height: 1180px;
}
}
/*CTA - Banner - END*/
/*Breadcrumbs Start*/
.new-olg .element-breadcrumbs {
    display: none;
}
/*Breadcrumbs End*/

/*Gallery Element - Start*/

.new-olg .gallery-element.masonry-layout-1 .section-body{
	position: relative;
}
@media(min-width: 641px) {
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:nth-child(3) {
    width: 100%;
	}
}

@media(min-width: 1024px){
	
	.new-olg .gallery-element.masonry-layout-1 .section-body{
		grid-row-gap: 0;
	}
	
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item{
		padding: 6px;
	}

	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:nth-child(2),
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:nth-child(3){
		width: 25%;
	}
	
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:last-child{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 75%;
	}
	
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:last-child .hic-media-container,
	.new-olg .gallery-element.masonry-layout-1 .section-body .hic-item:last-child .hic-image{
		height: 100%;
	}
}
/*Gallery Element - End*/

/*Project Form - Start*/
.project-form .section-body .hic-item{
	max-width: 526px;
    margin: auto;
}

.project-form .section-body .hic-item .gform_wrapper input:not([type="submit"]){
	height: 48px;
}

.project-form .section-body .hic-item .gform_wrapper textarea{
	height: 192px;
}

.project-form .section-body .hic-item .gform_wrapper input:not([type="submit"]),
.project-form .section-body .hic-item .gform_wrapper textarea{
	background-color: #dbdbdb;
    border-radius: 14px;
}

.project-form .section-body .hic-item .gform_wrapper input[type="email"]{
	border-radius:0;
}

.project-form .section-body .gform_fields > .gfield:nth-child(2) input,
.project-form .gform_wrapper .gform_fields > .gfield:nth-child(5) input{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.project-form .section-body .gform_fields > .gfield:nth-child(4) input,
.project-form .gform_wrapper .gform_fields > .gfield:nth-child(6) input{
	border-top-left-radius:0;
	border-top-right-radius:0;
}


.project-form .gform_wrapper .gform_fields{
	grid-row-gap: 2px;
}

.project-form .gform_wrapper .gform_fields > .gfield:nth-child(5){
	margin-top: 15px;
}

.project-form .gform_wrapper .gform_fields > .gfield:nth-child(6){
	margin-bottom: 15px;
}

.project-form .gform_wrapper .ginput_container_radio{
	margin-bottom: 15px;
}

.project-form .gform_wrapper .gfield_radio{
	display: flex;
    flex-flow: wrap;
	grid-row-gap: 10px;
}

.project-form .gform_wrapper .gfield_radio input{
	display: none;
}

.project-form .gform_wrapper .gfield_radio .gchoice > label{
	background-color: #EBEBEE;
    padding: 5px 15px;
    border-radius: 20px;
	margin-right: 0;
	color: var(--lp--base-preset--body--color);
	font-weight: 600;
}

.project-form .gform_wrapper .gfield_radio .gchoice input[type="radio"]:checked + label,
.project-form .gform_wrapper .gfield_radio .gchoice > label:hover{
  background-color: #00A7B5;
  color: #fff;
}

.project-form .gform_wrapper .gform_footer{
	text-align: center;
}

.no-border .hic-content{
	border-top: none !important;
}
.image-above-content.default-section.no-border .hic-content {
    padding: 0;
}
.project-form .gform_wrapper .gfield_radio .gchoice{
	width: 30%;
	
}

@media(min-width: 641px){
	.project-form .gform_wrapper .gfield_radio .gchoice{
		width: 20%;
	}
	.new-olg [type=color], 
	.new-olg [type=date], 
	.new-olg [type=datetime-local], 
	.new-olg [type=datetime], 
	.new-olg [type=email], 
	.new-olg [type=month], 
	.new-olg [type=number], 
	.new-olg [type=password], 
	.new-olg [type=search], 
	.new-olg [type=tel], 
	.new-olg [type=text]:not(.txtKeyword), 
	.new-olg [type=time], 
	.new-olg [type=url], 
	.new-olg [type=week], 
	.new-olg select, 
	.new-olg textarea, 
	.new-olg .select2-container .select2-selection--single {
		font-size: 14px;
	}
}

/*Hubspot Start*/
.new-olg .project-form .hbspt-form label, 
.new-olg .project-form .hbspt-form .no-list,
.new-olg .project-form .hbspt-form .hs_error_rollup {
    display: none;
}
.new-olg .project-form .hbspt-form [type=date], 
.new-olg .project-form .hbspt-form [type=email], 
.new-olg .project-form .hbspt-form [type=number], 
.new-olg .project-form .hbspt-form [type=tel], 
.new-olg .project-form .hbspt-form [type=text], 
.new-olg .project-form .hbspt-form select, 
.new-olg .project-form .hbspt-form textarea {
    background-color: #dbdbdb;
	width: 100% !important;
	border-radius: 14px;
}
.new-olg .project-form .hbspt-form fieldset {
	margin-bottom: 4px;
}
.new-olg .project-form .hbspt-form textarea {
	height: 192px;
}
.new-olg .project-form .hbspt-form fieldset:nth-child(7), 
.new-olg .project-form .hbspt-form fieldset:nth-child(5), 
.new-olg .project-form .hbspt-form fieldset:nth-child(2) {
    margin-bottom: 15px;
}
.new-olg .project-form .hbspt-form fieldset:nth-child(7) input,
.new-olg .project-form .hbspt-form fieldset:nth-child(5) input,
.new-olg .project-form .hbspt-form fieldset:nth-child(2) input {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.new-olg .project-form .hbspt-form fieldset:nth-child(6) input,
.new-olg .project-form .hbspt-form fieldset:nth-child(3) input,
.new-olg .project-form .hbspt-form fieldset:nth-child(1) select {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.new-olg .project-form .hbspt-form fieldset:nth-child(4) input {
    border-radius: 0;
}
.new-olg .project-form .hbspt-form .hs-submit .hs-button {
	padding: 15px 20px;
	cursor: pointer;
    color: #fff;
}
.new-olg .project-form .hbspt-form .hs-recaptcha {
    margin-top: 20px;
}
.new-olg .project-form .hbspt-form .hs-submit {
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
}
.new-olg .project-form .hbspt-form .hs-recaptcha .grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
}
/*Hubspot End*/

/*Project Form - end*/

/* GLOBE ELEMENT - STart*/
.globe-list .section-body img{
	max-width: 230px;
}

.globe-list .section-body > .cell li{
	list-style: none;
	margin-bottom: 30px;
	position: relative;
/* 	padding-left: 30px; */
}



.globe-list .section-body > .cell li:before{
	content: "•";
	position: absolute;
    font-size: 30px;
    color: #94193B;
    top: 0;
    line-height: 1;
	left:-20px;
}


.globe-list .section-body > .cell:nth-child(2){
	text-align: center;
}


.new-olg .page-columns.small-container .section-body p span{
	color: #00a7b5;
    font-weight: 600;
}

@media(max-width: 1023px){
	.new-olg .section-body br{
		display: none;
	}
}

@media(max-width: 640px){
/* 	.globe-list .section-body > .cell li{
		padding-left: 30px;
	} */

}

@media(min-width: 641px){
	.globe-list .section-body{
		justify-content: center;
	}
	.globe-list .section-body > .cell:nth-child(2){
		width: 30%;
	}
	
/* 	.globe-list .section-body > .cell:first-child li{
		padding-right: 30px;
	}

	.globe-list .section-body > .cell:last-child li{
		padding-left: 30px;
	} */
	
	.globe-list .section-body > .cell:first-child{
		text-align: right;
	}
	
	.globe-list .section-body > .cell li:before{
		right: -20px;
		top: -9px;
	}
	
	.globe-list .section-body > .cell:last-child li:before{
		right: auto;
		left: -20px;
	}
	
	.globe-list .section-body > .cell li{
		margin-bottom: 80px;
	}

}

@media(min-width: 1024px){
	.globe-list .section-body img{
		max-width: 281px;
	}
}

/* GLOBE ELEMENT - End*/
/************************************
PAGE ELEMENT - END
*************************************/
/************************************
ABOUT - CB HERO START
*************************************/
.new-olg .cb-hero.default-section.has-bg-img {
    color: var(--lp--base-preset--body--color);
}

.new-olg .cb-hero .hic-image:before{
	padding-top: 44% !important;
}

.new-olg  .cb-hero .hic-content{
	border-top: none !important;
	margin-top: 50px;
}

.new-olg  .cb-hero .section-header{
	margin-bottom: 18px;
}

/* .new-olg .section-header .sub-heading{
	max-width: 1000px;
} */


@media(min-width: 1024px) {
	.new-olg .cb-hero h1.section-title {
    	font-size: 60px;
	}
	.new-olg.about-us-sustainability .hero .hero-body .hero-banner-message h1{
		margin-bottom: 50px;
	}

	.new-olg.about-us-sustainability .hero-banner-message p{
		font-size: 20px;
	}

	.new-olg.about-us-sustainability .hero-banner-message .hic-button-wrap{
		margin-top: 50px;
	}
	.new-olg .page-element.cb-hero {
    	padding-top: 120px;
	}
}
@media(min-width: 641px) {
	
}

/* Building Better Products - Start*/
.static-column.portrait-images .hic-image::before{
	padding-top: 200%;
}

.static-column.contain-images.gallery-element .hic-image{
	max-width: 100%;
	background-position: bottom;
}
.new-olg .content-only.carousel.cb-content-slider .section-body {
    margin-left: 15px;
    margin-right: 15px;
}

.cb-content-slider .section-body{
	border: 1px solid #d5d5d5;
    border-radius: 15px;
    padding-top: 54px;
    padding-bottom: 100px;
}

.cb-content-slider .section-body .slick-dots{
	bottom: 33px;
}

.cb-content-slider .section-body .hic-blurb{
	font-size: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px !important;
}

.cb-content-slider .slick-slider .slick-dots li button:before{
	font-size: 8px;
	opacity: 1;
	color: #333F48;
}

.cb-content-slider .slick-dots li.slick-active button:before{
	color: #94193B;
	font-size: 12px;
}

.cb-content-slider .slick-arrow{
    background-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
	z-index: 1;
}
.cb-content-slider.carousel .slick-arrow::before{
	background-color: #333F48;
    font-size: 19px;
}
.cb-content-slider .slick-prev {
	left: 0;
}
.cb-content-slider .slick-next {
	right: 0;
}
.cb-content-slider .section-body .hic-blurb p {
    max-width: calc(100% - 30px);
    margin: 0 30px;
}
.cb-content-slider .section-body .hic-title h3 {
	margin: 0 30px;
}
@media(max-width: 640px){
	.cb-content-slider .grid-container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.static-column.portrait-images .hic-image::before{
		padding-top: 100%;
	}
	.static-column .slick-prev{
		left: 0;
	}
	.static-column .slick-next{
		right: 0;
	}
	.new-olg .content-only.carousel.cb-content-slider .section-body {
		margin: 0 !important;
	}
}
@media(max-width: 1366px) {
	.cb-content-slider .section-body {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}
@media(min-width: 641px){
	.cb-content-slider .section-body .hic-blurb p{
		font-weight: 500;
        line-height: 1.6;
		margin-left: auto;
    	margin-right: auto;
	}
	.static-column.contain-images.gallery-element .hic-item{
		width: 23%;
	}
	
	.static-column.portrait-images .hic-item:not(:first-child) .hic-image::before{
		padding-top: 266%;
	}
	
	.static-column.contain-images.gallery-element .hic-item:first-child{
		width: 30%;
	}
	.new-olg .cb-content-slider .hic-title h3 {
		font-size: 32px;
	}
}
@media(min-width: 1024px) {
	.cb-content-slider .section-body .hic-blurb p {
		font-size: 30px;
	}
	.cb-content-slider .slick-prev {
		left: 40px;
	}
	.cb-content-slider .slick-next {
		right: 40px;
	}
}


/* Building Better products - End*/
.cb-content-2 .section-header{
	max-width: 700px;
    text-align: left;
}

.cb-content-2 .grid-container,
.cb-content-2 .inner-section{
	min-height: inherit;
}

.cb-content-2 .grid-container{
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}


.wide-layout .cb-content-2.large-container .grid-container{
	max-width: 1250px;
}

.icon-left-round .hic-box{
	align-items: center;
    border: 1px solid #B2B3B1;
    border-radius: 20px;
    padding: 30px;
	color: #000;
	height: 100%;
}

.icon-left-round .hic-box .hic-image{
	background-color: #00a7b5;
    background-size: 80px;
    border-radius: 50% !important;
}

.icon-left-round .hic-box .hic-image:before{
	padding-top: 100%;
}

.cb-content-3 .hic-box .hic-content{
	color: #343F49;
	font-size: 20px;
    align-items: flex-start;
}

.cb-content-3 .hic-box .hic-content .hic-button-wrap{
	margin-top: 50px;
}

.cb-content-4  .grid-container .hic-content{
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.cb-content-4 .section-body .hic-item:last-child .hic-box{
	display: flex;
	flex-flow: row wrap;
}

.cb-content-4 .section-body .hic-item:last-child .hic-box .hic-media-container{
	width: 100%;
    order: 2;
    margin-top: 30px;
}

.cb-content-4 .hic-blurb{
	font-size: 20px;
}

.cb-content-4 .section-body > .hic-item:last-child{
	margin-top: 0px;
}

.cb-content-4 .section-body > .hic-item:last-child .hic-title{
	margin-bottom: 40px;
}

.cb-content-4 .section-body > .hic-item:last-child .hic-title h3{
	color: #00A7B5;
}
.cb-content-4 .section-body > .hic-item .hic-title h3 {
	font-weight: 500;
}
.cb-content-3 .section-header,
.cb-content-3  .section-body{
	max-width: 315px;
    margin-left: 0;
}
.cb-content-3 .section-header .sub-heading {
    font-size: 16px;
    margin-top: 30px;
}
.cb-content-2.page-element{
	min-height: 748px;
}
@media(max-width: 1023px) {
	/*.cb-content-3.has-bg-img .bg-image::after {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
	}*/
	.icon-left-round .hic-box .hic-image{
		background-size: 45px;
	}
	.cb-content-3 .section-header .sub-heading {
		margin-bottom: 0;
	}
}
@media(max-width: 640px){
	.icon-left-round .hic-box .hic-media-container{
		max-width: 80px;
		display: flex;
        width: 100%;
        justify-self: center;
	}
	.bg-img-mobile-3 .bg-image {
    	background-image: url(https://olgoffice.com/wp-content/uploads/2026/04/3-Planning-Mobile.png) !important;
    	background-position: left;
	}
	/*.cb-content-2 .bg-image::after{
	.cb-content-3 .bg-image::after, 
	.cb-content-4 .bg-image::after  
    	content: "";
    	background: rgba(0, 0, 0, .5);
    	width: 100%;
    	display: block;
    	height: 100%;
	}
	*/
	.cb-content-2 .hic-content{
		text-align: center;
	}
	.page-element.cb-content-2 {
    	padding: 60px 0;
	}
	.align-left-mobile .cb-content-4  .grid-container .hic-content {
		align-items: flex-start;
	}
	.icon-left-round .hic-box .hic-image{
		flex: 1;
	}
	.cb-content-3 .section-body .hic-blurb p {
		font-size: 14px;
	}
	.bg-img-mobile-2 .bg-image {
    	background-image: url(https://olgoffice.com/wp-content/uploads/2026/04/2-Mobile-v3.png) !important;
	}
	.cb-content-2 .section-header .section-title {
		font-size: 26px;
	}
	.cb-content-2 .section-body .hic-blurb p {
		font-size: 14px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.new-olg .cb-content-4 .hic-title h3 {
		font-size: 26px;
	}
	.icon-left-round.split-25-75 .hic-blurb p {
		font-size: 14px;
	}
	.bg-img-tablet-3.cb-content-3 .bg-image { 
    	background-image: url(https://olgoffice.com/wp-content/uploads/2026/04/3-Planning-Tablet.png) !important;
		background-position: left;
	}
	.cb-content-3 .section-header .section-title {
		font-size: 38px;
	}
	.cb-content-3 .section-body .hic-blurb p {
		font-size: 16px;
	}
	.cb-content-2 .section-header {
		max-width: 400px;
	}
	.cb-content-2 .section-header .section-title {
		font-size: 36px;
	}
	.cb-content-2.page-element .hic-content {
    	text-align: center;
	}
	.cb-content-2 .section-body .hic-blurb p {
		font-size: 14px;
	}
}
@media(min-width: 641px){
	.cb-content-2.page-element {
		padding-top: 60px;
        padding-bottom: 30px;
        min-height: 530px;
	}
	.cb-content-3 .section-header,
	.cb-content-3  .section-body{
		max-width: 362px;
	}
	.cb-content-3 .section-header .sub-heading {
    	font-size: 19px;
	}
/* 	.cb-content-3 .grid-container{
		padding-right: 50%;
	} */

}
@media(min-width: 1024px) {
	.body-content:not(.has-sidebar-both) .cb-content-4.image-above-content.large-container .hic-image::before {
    	padding-top: 43%;
	}
	.cb-content-3 .section-header,
	.cb-content-3  .section-body{
		max-width: 495px;
	}
	.cb-content-2.page-element{
		padding-top: 150px;
		padding-bottom: 100px;
		min-height: 960px;
	}
}

@media(min-width: 1600px){
	.body-content:not(.has-sidebar-both) .cb-content-4.image-above-content.large-container .hic-image::before {
    	padding-top: 39%;
	}
	.cb-content-3 .section-header .sub-heading {
    	font-size: 21px;
	}
}
/************************************
ABOUT - CB HERO END
*************************************/

/***********************************
PRODUCT PAGE - START
************************************/

body.new-olg .hero.slider-carousel-banner .grid-container{
	max-width: 1095px;
}

.new-olg .hero.slider-carousel-banner .hero-bg-overlay{
	background-image: none !important;
}

.new-olg .hero.slider-carousel-banner .hero-body .hero-banner-message h1,
.new-olg .hero.slider-carousel-banner .hero-body  .hero-banner-message{
	color:#333F48;
	margin-bottom: 10px;
}

.new-olg .hero.slider-carousel-banner .hero-banner-message .white-text h1,
.new-olg .hero.slider-carousel-banner .hero-body .hero-banner-message .white-text{
	color: #fff;
}

.new-olg .hero.slider-carousel-banner .hero-banner-message h1.medium-font{
	font-size: 30px;
	font-weight: 600;
}
.new-olg .hero .hero-banner-message h1 span {
    font-size: 30px;
}
.new-olg .hero.slider-carousel-banner .hero-banner-message p{
	font-size: 16px;
}

.new-olg .hero.slider-carousel-banner .hero-banner-message .button{
	margin-top: 30px;
}

.new-olg .hero.slider-carousel-banner .hero-banner-message img{
	margin-top: 20px;
}

.new-olg .hero.slider-carousel-banner  .hero-banner-message .header-logo {
	max-width: 201px;
    margin-left: auto;
    margin-right: auto;
}

.new-olg .hero.slider-carousel-banner .slick-dots li{
	margin: 0;
}

.new-olg .hero.slider-carousel-banner .slick-dots li button:before{
	font-size: 9px;
}

.new-olg .featured-prod-cat .hic-image::before{
	padding-top: 75% !important;
}

.new-olg .featured-prod-cat .hic-item.product-item .hic-content{
	border-top: none;
}

.new-olg .featured-prod-cat .hic-title h3{
	font-size: 18px;
	font-weight: 600;
}
.new-olg .product-element.listing-element .product .hic-box:hover .hic-image {
	transform: scale(1.1);
}
.product-element.listing-element .product .hic-box:hover .hic-media-container:before {
	background: transparent;
}
.new-olg .product-element.listing-element .product .hic-box .hic-image {
	transition: .3s ease all
}

.tooltip-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 0;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  white-space: nowrap;
  gap: 5px;
	border-radius: 5px;
}

.tooltip-options button {
  cursor: pointer;
  border: none;
  background: #00A7B5;
  padding: 3px 6px;
  font-size: 12px;
	transition: all .3s;
	color: #fff;
	border-radius: 5px;
}

.tooltip-options button:hover {
  background: #930029;
}
@media(min-width: 621px) {
	.new-olg .hero.slider-carousel-banner  .hero-banner-message .header-logo {
		max-width: 321px;
	}
	.new-olg .hero.slider-carousel-banner .hero-banner-message p{
		font-size: 18px;
	}
	.new-olg .featured-prod-cat .hic-title h3{
		font-size: 20px;
	}
}
@media(min-width: 1024px) {
	.new-olg .featured-prod-cat .hic-title h3{
		font-size: 25px;
	}
}
@media (min-width: 641px) and (max-width: 1023px) {
	.new-olg .product-element.listing-element .grid-x>.medium-4 {
    	width: 50%;
	}
}

/***********************************
PRODUCT PAGE - END
************************************/
/************************************
ON GRID IMAGE START
*************************************/
.new-olg .page-element.has-bg-color .grid-container::before {
    content: "";
    background-color: #00A7B526;
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: -1;
}
.new-olg .page-element.has-bg-color .grid-container .grid-padding-x > .cell {
   	padding-left: 30px;
   	padding-right: 30px;
	}
.new-olg .on-grid-image.image-left-content .hic-box .hic-media-container .hic-image::before {
    padding-top: 85%;
}
.new-olg .page-element.on-grid-image .section-header .section-title {
    margin-bottom: 0;
}
.new-olg .page-element.on-grid-image .grid-container {
    position: relative;
	padding-top: 50px;
}
.new-olg .on-grid-image.image-left-content .hic-box > .hic-media-container {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.new-olg .image-left-content.split-50-50.on-grid-image .section-header {
  	padding-top: 60%;
}
.new-olg .page-element.on-grid-image {
	padding-top: 100px;
}
@media(min-width: 641px){
	.new-olg .image-left-content.split-50-50.on-grid-image .section-header {
    	padding-left: 50%;
		padding-top: 0;
	}
	.new-olg .on-grid-image.image-left-content .hic-box > .hic-media-container {
    	top: -40px;
    	left: 0;
	}
	.new-olg .on-grid-image.image-left-content .has-media .hic-box {
    	flex-direction: row-reverse;
	}
	.new-olg .page-element.on-grid-image .section-header p.sub-heading {
		margin-bottom: 0;
	}
	
}
@media(min-width: 1280px) {
	.new-olg .page-element.on-grid-image .grid-container {
		padding-top: 100px;
    	padding-bottom: 50px;
	}
	.new-olg .on-grid-image.image-left-content .hic-box > .hic-media-container {
    	top: -75px;
	}
}
@media(min-width: 1024px) {
	.new-olg .page-element.on-grid-image .section-header p.sub-heading,
	.new-olg .page-element.on-grid-image .section-header .section-title {
		line-height: 1;
	}
	.new-olg .page-element.on-grid-image .section-header p.sub-heading {
    	font-size: 23px;
	}
	.new-olg .page-element.on-grid-image {
		padding-top: 150px;
	}
}
@media(min-width: 641px) and (max-width: 1023px) {
	.new-olg .page-element.on-grid-image .section-title {
		font-size: 22px;
	}
	.new-olg .page-element.on-grid-image .hic-content {
		padding-left: 0;
	}
	.new-olg .page-element.on-grid-image.has-bg-color .section-header > .cell {
		padding-left: 0;
	}
	.new-olg .image-left-content.split-50-50.on-grid-image .section-header {
		margin-bottom: 26px;
	}
	.new-olg .page-element.on-grid-image .hic-blurb p {
		font-size: 10px;
	}
	.new-olg .page-element.on-grid-image .hic-button-wrap {
		margin-top: 20px;
    	margin-bottom: 50px;
	}
}
@media(max-width: 640px) {
	.new-olg .image-left-content.split-50-50.on-grid-image .hic-content {
		padding-top: 0;
	}
	.new-olg .image-left-content.split-50-50.on-grid-image .section-header .sub-heading {
		margin-top: 0;
		font-size: 18px;
	}
}
/************************************
ON GRID IMAGE END
*************************************/

/*ICON ABOVE - START*/

.new-olg .icon-above-content .hic-icon{
	line-height: 1;
	margin-bottom: 20px;
}
.new-olg .icon-above-content .hic-icon img{
	height: 34px;
}
.new-olg .icon-above-content .hic-content{
	padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 1024px) {
	.new-olg .icon-above-content .hic-title h3 {
		font-size: 24px;
	}
}
@media (max-width: 640px) {
	.new-olg .icon-above-content .hic-title h3 {
		font-size: 20px;
	}
}
/*ICON ABOVE - END*/

/***Align Left on Mobile Start***/
@media(max-width: 624px) {
	.align-left-mobile .text-center, .align-left-mobile .text-center .hero-banner-message {
    	/*text-align: left !important;*/
	}
}
@media(max-width: 1023px) {
	.align-left-mobile .text-center.cb-content-2 {
		/*text-align: left !important;*/
	}
}
/***Align Left on Mobile Start***/


/************************************
FOOTER - START
*************************************/
/* .new-olg .footer{
	background-color: #343f49;
    color: #fff;
}

.new-olg.footer-default-color .footer a:not(.button){
	color: #fff;
}

.new-olg .footer .footer-col-7,
.new-olg .bottom-footer,
.new-olg .footer .footer-col-6{
	display: none;
}
.new-olg .footer a:not(.subscribe-btn), 
.new-olg .footer p:not(.subscribe-btn), 
.new-olg .footer .footer-blurb > h4, 
.new-olg .footer .footer-blurb .contact-details {
    font-size: 12px;
}
.new-olg .footer .contact-details,
.new-olg .contact-details div {
	margin-bottom: 0;
} */
/************************************
FOOTER - END
*************************************/


/************************************
NEW OLG - END
*************************************/