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

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

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

/*************************************
#TYPOGRAPHY - START
**************************************/
body,
p,
ul,
ol {
  font-size: 16px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: var(--lp--base-preset--heading--color);
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 1.6rem;
}
h3,
.h3 {
  font-size: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2em;
}
h5,
.h5 {
  font-size: 1.1em;
}
h6,
.h6 {
  font-size: 1em;
}
a {
  color: var(--lp--base-preset--link--color);
  transition: all 0.25s ease;
}
a:hover,
a:focus,
a:active {
  color: var(--lp--base-preset--link--color--hover);
}
/*************************************
!TYPOGRAPHY - END
**************************************/

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

/*************************************
#BUTTONS - START
**************************************/
.hic-button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.hic-button-wrap .button {
  min-width: 175px;
}
.button,
.wp-block-button__link,
body .mpp-product-single-content-element .rep-product-enquiry-button {
  font-weight: 400;
  font-size: 16px;
  padding: 15px 20px;
  margin: 0;
  color: var(--lp--base-preset--button--color);
  background-color: var(--lp--base-preset--button--background-color);
  transition: all 0.25s ease;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body .mpp-product-single-content-element .rep-product-enquiry-button { border-radius: 0; }
.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
body .mpp-product-single-content-element .rep-product-enquiry-button:hover,
body .mpp-product-single-content-element .rep-product-enquiry-button:focus,
.mpp-product-filter-element .mpp-filter-form .lp-filter-form-footer .button:hover,
.mpp-product-filter-element .mpp-filter-form .lp-filter-form-footer .button:focus {
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
}
.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all 0.25s ease;
}
#submit.alt,
.button.alt {
  background-color: var(--lp--base-preset--button--color);
  color: #fff;
}
#submit.alt:hover,
.button.alt:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
  color: var(--lp--base-preset--button--color--hover);
}
#submit.alt.disabled,
#submit.alt.disabled:hover,
#submit.alt:disabled[disabled],
#submit.alt:disabled[disabled]:hover,
.button.alt.disabled,
.button.alt.disabled:hover,
.button.alt:disabled[disabled],
.button.alt:disabled[disabled]:hover {
  background-color: var(--lp--base-preset--button--background-color);
  color: var(--lp--base-preset--button--color);
}
.rep-search-form .rep-property-filter-button:not(:hover) {
  background-color: #fff;
  color: var(--lp--base-preset--button--background-color);
  border-color: var(--lp--base-preset--button--background-color);
}

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

/*************************************
#SITE COLORS - START
**************************************/
/*Default, Light and Grey - START*/
.header-default-color .header,
.header-light .header,
.hero.default-banner,
.hero.light-banner {
  background-color: #fff;
}
.header-default-color .header .top-bar .menu-icon:after,
.header-light .header .top-bar .menu-icon:after,
.header-grey .header .top-bar .menu-icon:after {
  background: var(--lp--base-preset--brand-color--primary);
  box-shadow: -16px 9px 0 var(--lp--base-preset--brand-color--primary),
    0 18px 0 var(--lp--base-preset--brand-color--primary);
}
.grey-section,
.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,
.footer-default-color .bottom-footer a,
.footer-default-color .social-media li a,
.footer-light .footer a,
.footer-light .bottom-footer a,
.footer-light .social-media li a {
  color: var(--lp--base-preset--body--color);
}
.default-section.has-bg-img,
.default-section.has-bg-img .slick-slider .slick-arrow:before {
  color: #fff;
}
.default-section:not(.has-bg-image, .image-overlay-content) .box-link .hic-box,
.default-section:not(.has-bg-image, .image-overlay-content)
  .box-link
  .hic-box
  .hic-title
  h3,
.light-section .box-link .hic-box,
.light-section .box-link .hic-box .hic-title h3,
.default-section:not(.has-bg-image) .accordion-title {
  color: var(--lp--base-preset--body--color);
}
.grey-section.image-above-content:not(.grey-boxes) .hic-box {
  background-color: #fff;
}
.grey-section.image-above-content .hic-content,
.grey-boxes .hic-content {
  padding: 20px;
}
.grey-section .box-link .hic-box,
.grey-section .box-link .hic-box .hic-title h3,
.grey-section .accordion-title,
.grey-section .tabs-title > a {
  color: var(--lp--base-preset--body--color);
}
.default-section .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);
}
.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 a,
.footer-theme .bottom-footer ul li a,
.footer-theme h4 {
  color: #fff;
}
.footer-theme .bottom-footer {
  color: var(--lp--base-preset--body--color);
}
.dark-section,
.header-dark .header,
.header-dark .header a,
.header-dark .header ul li a,
.footer-dark .footer,
.footer-dark .footer a,
.footer-dark .footer h4,
.footer-dark .bottom-footer,
.footer-dark .bottom-footer a,
.footer-dark .bottom-footer ul li a {
  color: #fff;
}
.dark-section .section-title span,
.dark-section .hic-title span {
  color: var(--lp--base-preset--brand-color--primary);
}
.dark-section .section-title,
.theme-section .section-title {
  color: #fff;
}
.dark-section .box-link .hic-box,
.dark-section .hic-box .hic-title h3,
.dark-section .slick-slider .slick-arrow:before,
.theme-section .box-link .hic-box,
.theme-section .hic-box .hic-title h3,
.theme-section .slick-slider .slick-arrow:before {
  color: #fff;
}
.dark-section .accordion-title,
.dark-section .tabs-title > a,
.theme-section .accordion-title,
.theme-section .tabs-title > a {
  color: var(--lp--base-preset--body--color);
}
.dark-section .accordion-title:hover,
.dark-section .is-active .accordion-title,
.theme-section .accordion-title:hover,
.theme-section .is-active .accordion-title {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.dark-section .button,
.dark-section button.button,
.theme-section .button,
.theme-section button.button {
  background-color: #fff;
}
.dark-section .button + .button,
.theme-section .button + .button {
  background-color: transparent;
  border: 1px solid;
}
.footer-dark .bottom-footer {
  background-color: var(--lp--base-preset--brand-color--dark);
}
.footer-theme .bottom-footer {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.footer-theme-secondary .bottom-footer {
  background-color: var(--lp--base-preset--brand-color--secondary);
}

@media (min-width: 1024px) {
  .header-dark .menu li.menu-button a,
  .header-theme .menu li.menu-button a {
    border: 1px solid var(--lp--base-preset--button--background-color);
  }
  .header-transparent .menu li.menu-button a {
    border: 1px solid #fff;
  }
  .header-dark .menu li.menu-button a,
  .header-theme .menu li.menu-button a {
    background-color: var(--lp--base-preset--button--background-color);
  }
  .header-dark .menu li.menu-button:hover a,
  .header-theme .menu li.menu-button:hover a,
  .header-transparent:not(.sticky-header.scrolled)
    .menu
    li.menu-button:hover
    a {
    background-color: var(--lp--base-preset--button--background-color--hover);
    border-color: var(--lp--base-preset--button--background-color--hover);
  }
}
/*Theme and Dark - END*/

/*Second Theme - START*/
.second-theme-section,
.header-secondary .header,
.hero.secondary-banner,
.second-theme-boxes .hic-box,
.footer-theme-secondary .footer {
  background-color: var(--lp--base-preset--brand-color--secondary);
}
.second-theme-section,
.header-secondary .header,
.header-secondary .header ul li a,
.hero.secondary-banner,
.footer-theme-secondary .footer,
.footer-theme-secondary .footer a,
.footer-theme-secondary .bottom-footer,
.footer-theme-secondary .bottom-footer a,
.footer-theme-secondary .bottom-footer ul li a {
  color: var(--lp--base-preset--body--color);
}
.second-theme-section .section-title span,
.second-theme-section .hic-title span {
  color: var(--lp--base-preset--brand-color--primary);
}
.second-theme-section .accordion-title,
.second-theme-section .tabs-title > a {
  color: var(--lp--base-preset--body--color);
}
.second-theme-section .accordion-title:hover,
.second-theme-section .is-active .accordion-title {
  /* background-color: var(--lp--base-preset--brand-color--primary);
  color: #000; */
}
/*Second Theme - END*/
/*************************************
!SITE COLORS - END
**************************************/

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

/*Read more / less - START*/
.hic-more-content.height-based-type:not(.is-active) .hic-content {
  max-height: 160px;
  transition: max-height 0.5s ease-out;
}
.hic-more-content.height-based-type:not(.is-active) .hic-content::after {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  opacity: 1;
}
.hic-more-content.height-based-type .hic-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: background 0.5s ease;
}
.hic-read-more-toggle {
  font-weight: 600;
  text-decoration: underline;
}
.hic-read-less-toggle,
.hic-read-less {
  display: none !important;
}
.hic-read-more span::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  line-height: inherit;
  display: inline-block;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  clip-path: padding-box inset(0.28125em 0);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMS4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPg==);
}
@media (max-width: 767px) {
  .hic-read-more span {
    width: 100%;
    text-align: center;
    display: flex;
    color: inherit;
    border: 1px solid;
    padding: 0.85em;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }
}
/*Read more / less - END*/

/*Thank You Page - START*/
.text-center .check-image img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .text-center .check-image img {
    max-width: 85px;
  }
}
/*Thank You Page - END*/
/*Read More - START*/
.page-element:not(.theme-section) .text-link .hic-button-wrap a,
.page-element:not(.theme-section) .hic-item.text-link .hic-button-wrap a {
  color: var(--lp--base-preset--link--color);
}
.page-element.theme-section .text-link .hic-button-wrap a,
.page-element.theme-section .hic-item.text-link .hic-button-wrap a {
  color: var(--lp--base-preset--body--color);
}
/*Read More - END*/
/*************************************
!GENERAL - END
**************************************/

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

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

/*************************************
#HEADER - START
**************************************/
/*Header Menu - START*/
.header .menu a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 15px;
}
.header .menu .menu-button:not(:first-child) {
  margin-left: 1.5rem;
}
.header .menu .submenu {
  border: none !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.header .menu .submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header .menu .submenu li a {
  transition: all 0.25s ease-in-out;
}
.header .menu .submenu li a:hover {
  padding-left: 15px;
}
.header .menu .is-dropdown-submenu {
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.header .menu .is-dropdown-submenu li {
  transition: all 0.25s ease-in-out;
  border-bottom: 1px #e6e6e6 solid;
}
.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
  line-height: 1.4;
  font-size: 13px;
  padding: 8px;
}
.header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}
.header .menu .is-dropdown-submenu li.active a {
  color: #fff !important;
}
.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}
.header .menu li:hover > .is-dropdown-submenu {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.header
  .dropdown.menu.medium-horizontal
  > li.is-dropdown-submenu-parent
  > a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}
.header .is-dropdown-submenu li a {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.header-theme .header .is-dropdown-submenu li a {
  background-color: var(--lp--base-preset--brand-color--dark);
}
/*Header Menu - END*/

/*Top and Bottom Header - START*/
.header .top-header {
  min-height: var(--lp--base-preset--header--top-header--min-height);
  padding: 8px 0;
}
.header .top-header ul li,
.header .bottom-header ul li {
  line-height: 16px;
  display: inline-block;
}
.header .top-header ul li:not(:last-child),
.header .bottom-header ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 8px;
}
.header .top-header .menu,
.header .bottom-header .menu {
  text-align: right;
}
.header .bottom-header {
  min-height: var(--lp--base-preset--header--bottom-header--min-height);
  padding: 8px 0;
}
@media (max-width: 640px) {
  .header .top-header .contact-info span,
  header .bottom-header .contact-info span {
    display: none;
  }
}
/*Top and Bottom Header - END*/

/*Top Bar - START*/
.header .top-bar {
  min-height: var(--lp--base-preset--header--top-bar--min-height);
  padding: 15px 0;
  transition: 0.3s all;
}
.header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(
    .single-rep_listing
  )
  .header
  .top-bar {
  padding: 30px 0 15px 0;
  transition: 0.3s all;
}
.header .top-bar .logo-wrap {
  margin-bottom: 0;
}
.header .top-bar .logo-wrap .no-logo {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.header .top-bar .logo-wrap .logo {
  max-width: 220px;
}
.header .top-bar .menu .active > a,
.header .top-bar .menu .is-active > a {
  /* background: transparent; */
}
.header .top-bar .top-bar-right.hide-for-large .menu li {
  margin-left: 5px;
}
.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}
.header .top-bar .elem-phone {
  display: none;
}
.header .top-bar .menu-icon {
  width: 35px;
  height: 24px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .header-transparent:not(.sticky-header.scrolled):not(.page-banner-hidden):not(
      .single-rep_listing
    )
    .header
    .top-bar {
    padding-top: 40px;
    transition: 0.3s all;
  }
}
@media (max-width: 1023px) {
  .header .phone a {
    padding: 6px 12px;
  }
}
/*Top Bar - END*/

/*Custom Header Layout - Start*/
.header.custom-header-layout .top-bar .top-bar-body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.header.custom-header-layout
  .top-bar:not(.one-column)
  .top-bar-body
  .top-bar-col {
  width: auto;
}
.header.custom-header-layout
  .top-bar:not(.one-column)
  .top-bar-body
  .top-bar-logo {
  justify-self: flex-start;
  margin-right: auto;
}

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

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

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

/*Header Theme & Secondary - END*

/*Sticky Header - START*/
.scrolled-up-sticky-header .header {
  transition: all 1s ease-in-out;
}
.sticky-header.admin-bar .header {
  transition: 0.3s all;
}
/*Sticky Header - END*/
/*************************************
!HEADER - END
**************************************/
/*************************************
#OFF CANVAS - START
**************************************/
.off-canvas {
  background-color: var(--lp--base-preset--brand-color--dark);
}
.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: var(--lp--base-preset--brand-color--primary);
}
.theme-section .slick-dots li.slick-active button:before {
  color: var(--lp--base-preset--body--color);
}
.carousel .slick-dotted > .slick-dots {
  bottom: -35px;
}
.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-slider {
    margin-bottom: 65px;
  }
  .carousel .slick-dotted > .slick-dots {
    bottom: -65px;
  }
}
/*************************************
!SLICK SLIDER - END
**************************************/

/*************************************
#GRID - START
**************************************/
/* Grid Layout 1 - Start */
@media (min-width: 641px) {
  .page-element.grid.grid-layout-1.image-overlay-content .hic-box,
  .page-element.grid.grid-layout-1.image-above-content .hic-box {
    height: 100%;
  }
  .grid-layout-1.image-overlay-content .section-body,
  .grid-layout-1.image-above-content .section-body {
    display: grid;
    grid-auto-flow: row;
  }
  .grid-layout-1.image-overlay-content .section-body .hic-item,
  .grid-layout-1.image-above-content .section-body .hic-item {
    width: 100%;
  }
  .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(2),
  .grid-layout-1.image-above-content .section-body .hic-item:nth-child(2),
  .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(3),
  .grid-layout-1.image-above-content .section-body .hic-item:nth-child(3) {
    grid-column: 2;
  }
  .grid-layout-1.image-overlay-content
    .section-body
    .hic-item
    .hic-image::before,
  .grid-layout-1.image-above-content
    .section-body
    .hic-item
    .hic-image::before {
    padding-top: 66.66667% !important;
  }
  .grid-layout-1.image-overlay-content .section-body .hic-item:nth-child(1),
  .grid-layout-1.image-above-content .section-body .hic-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .grid-layout-1.image-overlay-content
    .section-body
    .hic-item:nth-child(1)
    .hic-image::before {
    padding-top: 140% !important;
  }
  .grid-layout-1.image-above-content
    .section-body
    .hic-item:nth-child(1)
    .hic-image::before {
    padding-top: 167% !important;
  }
  .grid.grid-layout-1.image-overlay-content.default-alignment
    .section-footer
    .hic-button-wrap,
  .grid.grid-layout-1.image-above-content.default-alignment
    .section-footer
    .hic-button-wrap {
    justify-content: center;
  }
  .grid-layout-1.image-above-content .hic-item.has-description .hic-blurb {
    max-height: 50px;
    overflow: hidden;
  }
}
/* Grid Layout 1 - End */

/* Grid Layout 2 - Start */
@media (min-width: 641px) {
  .page-element.grid.grid-layout-2.image-overlay-content .hic-box,
  .page-element.grid.grid-layout-2.image-above-content .hic-box {
    height: 100%;
  }
  .grid-layout-2.image-overlay-content .section-body,
  .grid-layout-2.image-above-content .section-body {
    display: grid;
    grid-auto-flow: row;
  }
  .grid-layout-2.image-overlay-content .section-body .hic-item,
  .grid-layout-2.image-above-content .section-body .hic-item {
    width: 100%;
  }
  .grid-layout-2.image-overlay-content
    .section-body
    .hic-item
    .hic-image::before,
  .grid-layout-2.image-above-content
    .section-body
    .hic-item
    .hic-image::before {
    padding-top: 66.66667% !important;
  }
  .grid-layout-2.image-overlay-content .section-body .hic-item:nth-child(3),
  .grid-layout-2.image-above-content .section-body .hic-item:nth-child(3) {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .grid-layout-2.image-overlay-content
    .section-body
    .hic-item:nth-child(3)
    .hic-image::before {
    padding-top: 140% !important;
  }
  .grid-layout-2.image-above-content
    .section-body
    .hic-item:nth-child(3)
    .hic-image::before {
    padding-top: 167% !important;
  }
  .grid.grid-layout-2.image-overlay-content.default-alignment
    .section-footer
    .hic-button-wrap,
  .grid.grid-layout-2.image-above-content.default-alignment
    .section-footer
    .hic-button-wrap {
    justify-content: center;
  }
  .grid-layout-2.image-above-content .hic-item.has-description .hic-blurb {
    max-height: 50px;
    overflow: hidden;
  }
}
/* Grid Layout 2 - End */

/* Grid Layout 3 - Start */
@media (min-width: 641px) {
  .grid-layout-3.image-overlay-content .section-body .hic-box,
  .grid-layout-3.image-above-content .section-body .hic-box {
    height: 100%;
  }
  .grid-layout-3.image-overlay-content .section-body,
  .grid-layout-3.image-above-content .section-body {
    display: grid;
    grid-auto-flow: row;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item,
  .grid-layout-3.image-above-content .section-body .hic-item {
    width: 100%;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:first-child,
  .grid-layout-3.image-above-content .section-body .hic-item:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(2),
  .grid-layout-3.image-above-content .section-body .hic-item:nth-child(2) {
    grid-column: 2;
  }
  .grid-layout-3.image-overlay-content .section-body .hic-item:nth-child(3),
  .grid-layout-3.image-above-content .section-body .hic-item:nth-child(3) {
    grid-column: 3;
  }
  .page-element.grid-layout-3.image-overlay-content
    .hic-item:first-child
    .hic-image:before {
    padding-top: 140% !important;
  }
  .page-element.grid-layout-3.image-above-content
    .hic-item:first-child
    .hic-image:before {
    padding-top: 185% !important;
  }
  .page-element.grid-layout-3.image-overlay-content .hic-image::before,
  .page-element.grid-layout-3.image-above-content .hic-image::before {
    padding-top: 66.66667% !important;
  }
  .grid-layout-3.image-overlay-content .hic-item .hic-content .hic-title h3,
  .grid-layout-3.image-above-content .hic-item .hic-content .hic-title h3 {
    font-size: 1.5rem;
  }
  .grid.grid-layout-3.image-overlay-content.default-alignment
    .section-footer
    .hic-button-wrap,
  .grid.grid-layout-3.image-above-content.default-alignment
    .section-footer
    .hic-button-wrap {
    justify-content: center;
  }
  .grid-layout-3.image-above-content .hic-item.has-description .hic-blurb {
    max-height: 50px;
    overflow: hidden;
  }
}
/* Grid Layout 3 - End */
/*************************************
!GRID - END
**************************************/

/*************************************
#CAROUSEL - START
**************************************/
/* Carousel Layout 1 - Start */
.carousel-layout-1 .lp-element-header-title,
.carousel-layout-1 .section-title {
  text-align: left;
}
.carousel-layout-1 .slick-slider {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.carousel-layout-1 .slick-list {
  overflow: visible;
}
.carousel-layout-1 .slick-initialized .slick-arrow {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .carousel-layout-1 .slick-initialized .slick-arrow {
    top: -65px !important;
  }
  .carousel-layout-1 .slick-initialized .slick-arrow.slick-prev {
    right: 45px;
    left: unset;
  }
  .carousel-layout-1 .slick-initialized .slick-arrow.slick-next {
    right: 15px;
  }
}
/* Carousel Layout 1 - End */

/* Carousel Layout 2 - Start */
.carousel-layout-2.default-width.has-bg-img.content-only {
  margin: 0 auto;
}
body.default-width .carousel-layout-2.default-width.has-bg-img.content-only {
  max-width: 1170px;
}
.wide-layout .carousel-layout-2.default-width.has-bg-img.content-only {
  max-width: 1440px;
}
.carousel-layout-2.default-width.has-bg-img.content-only .grid-container {
  max-width: 100%;
}
.carousel-layout-2.has-bg-img.content-only .bg-image::before {
  display: block;
  padding-top: 75%;
  position: relative;
}
.carousel-layout-2.has-bg-img.content-only .bg-image {
  position: relative;
}
.carousel-layout-2.has-bg-img.content-only .hic-content {
  padding: 30px 0;
  width: 100%;
}
.carousel-layout-2.has-bg-img.content-only .slick-dots {
  bottom: 0;
}
.carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
  text-align: left;
  padding-left: 5px;
}
.carousel-layout-2.has-bg-img.content-only .slick-list {
  margin: 0;
}
.carousel-layout-2.has-bg-img.content-only.default-section,
.carousel-layout-2.has-bg-img.content-only.default-section .hic-content,
.carousel-layout-2.has-bg-img.content-only.default-section h2 {
  color: var(--lp--base-preset--body--color);
}
.carousel-layout-2.has-bg-img.content-only .section-header {
  margin: 0;
}
@media (max-width: 640px) {
  .carousel-layout-2.has-bg-img.content-only .section-title {
    padding-top: 15px;
  }
  .carousel-layout-2.has-bg-img.content-only .slick-slider {
    margin-bottom: 0;
  }
  .carousel-layout-2.has-bg-img.content-only .slick-dots {
    position: relative;
    bottom: 30px;
  }
}
@media (min-width: 641px) {
  .carousel-layout-2.has-bg-img.content-only {
    display: flex;
  }
  .carousel-layout-2.has-bg-img.content-only .bg-image::before,
  .carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image::before {
    padding-top: 66.66667%;
  }
  .carousel-layout-2.has-bg-img.content-only .bg-image {
    width: 60%;
  }
  .carousel-layout-2.has-bg-img.content-only .inner-section {
    width: 40%;
    display: flex;
    align-items: center;
  }
  .carousel-layout-2.has-bg-img.content-only .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60)
    .section-title,
  .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid
    .section-title {
    padding-left: 45px;
    padding-right: 45px;
  }
  .carousel-layout-2.has-bg-img.content-only .hic-content {
    padding: 30px 15px;
  }
  .carousel-layout-2.has-bg-img.content-only.row-fluid:not(.split-40-60)
    .hic-content,
  .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid
    .hic-content {
    padding: 30px 45px;
  }
  .carousel-layout-2.has-bg-img.content-only.default-alignment .slick-dots {
    padding-left: 20px;
  }
  .carousel-layout-2.has-bg-img.content-only.default-alignment.row-fluid:not(
      .split-40-60
    )
    .slick-dots,
  .carousel-layout-2.has-bg-img.content-only.split-50-50.default-alignment.row-fluid
    .slick-dots {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .carousel-layout-2.has-bg-img.content-only.row-fluid .hic-blurb,
  .carousel-layout-2.has-bg-img.content-only.split-50-50.row-fluid .hic-blurb,
  .carousel-layout-2.has-bg-img.content-only.split-40-60.row-fluid .hic-blurb {
    font-size: 2rem;
  }
}
/* Split-50-50 - Start */
@media (min-width: 641px) {
  .carousel-layout-2.has-bg-img.content-only.split-50-50 .bg-image {
    width: 50%;
  }
  .carousel-layout-2.has-bg-img.content-only.split-50-50 .inner-section {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
/* Split-50-50 - End */

/* Split-40-60 - Start */
@media (min-width: 641px) {
  .carousel-layout-2.has-bg-img.content-only.split-40-60 .bg-image {
    width: 40%;
  }
  .carousel-layout-2.has-bg-img.content-only.split-40-60 .inner-section {
    width: 60%;
    display: flex;
    align-items: center;
  }
}
/* Split-40-60 - End */

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

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

@media (min-width: 641px) {
  .default-width .hero.text-center:not(.form-side) .grid-container {
    max-width: 900px;
  }
  .wide-layout .hero.text-center:not(.form-side) .grid-container {
    max-width: 975px;
  }
  .hero .hero-banner-message h1,
  .hero .hero-banner-message .h1,
  .lp-hero .lp-hero-banner h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1024px) {
  .header-transparent .hero.page-banner:not(.full-screen-banner) .hero-body {
    padding-bottom: 60px;
  }
  .hero .hero-banner-message,
  .hero .hero-banner-message,
  .lp-hero .lp-hero-banner {
    font-size: 1.625rem;
    line-height: 32px;
  }
  .hero .hero-banner-message h1,
  .hero .hero-banner-message .h1,
  .lp-hero .lp-hero-banner h1 {
    font-size: 3.75rem;
  }
  .hero .hero-banner-message h1,
  .hero .hero-banner-message .h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .hero .hero-banner-message .hic-button-wrap {
    flex-direction: column;
  }
  .hero .hero-banner-message .hic-button-wrap .button {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .hero-banner-message h1 {
    font-size: 2rem;
    font-weight: bold;
  }
  .hero .hero-banner-message h1 span,
  .hero .hero-banner-message h1 em {
    font-size: 16px;
    line-height: 50px;
  }
}

/*Hero Slick Slider - START*/
.hero .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.hero .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.hero .slick-dots {
  margin-bottom: 10px;
}
.hero .slick-slider .slick-arrow::before,
.hero .slick-slider .slick-arrow::after {
  color: var(--lp--base-preset--brand-color--primary);
}

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

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

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

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

/* Hero with Gallery Slider - START*/

/* Hero with Gallery Slider - END*/

/* Hero with Form - START*/
.hero .hero-form-container {
  padding: 30px;
}
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner)
  .hero-form-container
  .gform_wrapper
  input::placeholder,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner)
  .hero-form-container
  .gform_wrapper
  select,
.hero.has-form:not(.grey-banner):not(.light-banner):not(.default-banner)
  .hero-form-container
  .gform_wrapper
  textarea::placeholder {
  color: #fff;
}
/* Hero with Form - END*/
/* Hero with Solid Background Colour - Start*/
.hero.banner-solid-colour.default-banner .hero-banner-message h1,
.hero.banner-solid-colour.grey-banner .hero-banner-message h1,
.hero.banner-solid-colour.light-banner .hero-banner-message h1 {
  color: #000;
}
/* Hero with Solid Background Colour - End*/

/*Hero Heights - START*/
@media (min-width: 641px) {
  body:not(.header-transparent) .hero:not(.page-banner).default-height {
    min-height: 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: 250px;
  }
  .header-transparent .hero.page-banner.default-height {
    min-height: calc(250px + var(--lp--base-preset--header--min-height));
  }
  body:not(.header-transparent)
    .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 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: 200px;
  }
  body:not(.header-transparent)
    .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 150px;
  }
  .header-transparent .hero.page-banner.default-height {
    min-height: calc(200px + var(--lp--base-preset--header--min-height));
  }
  body:not(.header-transparent) .hero.short-banner {
    min-height: 200px;
  }
  .header-transparent .hero.short-banner {
    min-height: calc(200px + var(--lp--base-preset--header--min-height));
  }
  body:not(.header-transparent) .hero.tall-banner {
    min-height: 350px;
  }
  .header-transparent .hero.tall-banner {
    min-height: calc(400px + var(--lp--base-preset--header--min-height));
  }
  .hero.full-screen-banner,
  body:not(.header-transparent) .hero:not(.page-banner).default-height {
    min-height: 100vh;
  }
  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(100vh + var(--lp--base-preset--header--min-height));
  }
  .header-transparent
    .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: calc(150px + var(--lp--base-preset--header--min-height));
  }
  body:not(.admin-bar, .header-transparent) .hero.full-screen-banner {
    min-height: calc(100vh - var(--lp--base-preset--header--min-height));
  }
}
/*Hero Heights - END*/
/*************************************
!HERO - END
**************************************/

/*************************************
#BREADCRUMB - START
**************************************/
.element-breadcrumbs {
  padding: 10px 0;
  background-color: #f7f7f7;
}
.breadcrumb-separator::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  width: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
/*************************************
!BREADCRUMB - END
**************************************/

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

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

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

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

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

/*************************************
#ACCORDION - START
**************************************/
.hic-blurb > .page-element.accordion-element {
  padding-top: 30px;
}
.accordion-element .accordion {
  margin-bottom: 0;
  background: transparent;
}
.accordion-title,
.tabs-title > a {
  font-size: 16px;
}
.accordion-title {
  border: none;
  line-height: 1.2;
  transition: all 0.25s ease-in-out;
  padding-left: 0;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 10px;
}
.accordion-element.page-element .accordion-title {
  color: var(--lp--base-preset--heading--color);
}
.accordion-element.page-element .accordion-title:hover,
.accordion-element.page-element .is-active .accordion-title {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.accordion-title::before {
  transform: translateY(-50%);
  margin: 0;
}
.accordion-title,
:last-child:not(.is-active) > .accordion-title,
:last-child:not(.is-active) > .accordion-content {
  border: none;
}
.accordion-element:not(.two-column-accordion)
  .accordion-item:not(.is-active):not(:last-of-type)
  .accordion-title {
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}
.accordion-content,
.tabs-content {
  color: var(--lp--base-preset--body--color);
}
:last-child > .accordion-content:last-child {
  border: none;
}
.accordion-title:focus,
.accordion-title:hover {
  background-color: transparent;
}
.accordion-content {
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.accordion-element.second-theme-section .accordion-content,
.accordion-element.theme-section .accordion-content,
.accordion-element.dark-section .accordion-content {
  background-color: #fff;
}
.accordion-element:not(.second-theme-section) .accordion-title {
  background-color: var(--lp--base-preset--brand-color--secondary);
}
.accordion-element.second-theme-section .accordion-title {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.accordion-element.dark-section .section-title {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .accordion-content > .medium-4 {
    width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .accordion-title {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .accordion-element .feature-image {
    margin-bottom: 15px;
  }
  .accordion-element.two-column-accordion .accordion-container:first-child {
    margin-bottom: -1px;
  }
}

/* Two Column - Start */
.accordion-element.two-column-accordion
  .accordion-item:not(.is-active)
  .accordion-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* Two Column - End */
/*Image Left & Right - START*/
.accordion-element.image-left-accordion .feature-image .hic-image::before,
.accordion-element.image-right-accordion .feature-image .hic-image::before {
  padding-top: 110%;
}
.accordion-element.image-left-accordion .section-body,
.accordion-element.image-right-accordion .section-body {
  display: flex;
  align-items: flex-start;
}
.accordion-element.image-left-accordion .section-body .accordion-container,
.accordion-element.image-right-accordion .section-body .accordion-container {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .accordion-element.image-left-accordion h2.section-title {
    left: calc(50% + 15px);
  }
  .accordion-element.image-left-accordion h2.section-title,
  .accordion-element.image-right-accordion h2.section-title {
    position: absolute;
    top: 3%;
    font-weight: bold;
    color: var(--lp--base-preset--heading--color);
  }
  .accordion-element.image-right-accordion h2.section-title {
    left: 15;
  }
  .accordion-element.image-left-accordion .grid-container,
  .accordion-element.image-right-accordion .grid-container {
    position: relative;
  }
}

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

/*************************************
#TABS - START
**************************************/
.tabs {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #cecece;
  display: flex;
  column-gap: 20px;
  background-color: transparent;
}
.tabs-panel {
  padding: 0px;
}
.tabs::after,
.tabs::before {
  display: none;
}
.text-center .tabs {
  justify-content: center;
}
.tabs .tabs-title > a {
  color: var(--lp--base-preset--body--color);
  background-color: transparent;
  font-weight: 600;
}
.tabs .tabs-title:not(.is-active) {
  border: 1px solid var(--lp--base-preset--body--color);
  border-bottom: none;
}
.tabs .tabs-title.is-active > a,
.tabs .tabs-title.is-active {
  background-color: var(--lp--base-preset--button--background-color);
  color: #fff;
}
.tabs-content {
  border: 0;
}
@media (min-width: 641px) {
  .tabs .tabs-title > a {
    min-width: 144px;
  }
}

/* Horizontal - Start */
.tab-layout.dark-section .tabs-title,
.tab-layout.theme-section .tabs-title {
  background-color: #fff;
}
.tab-layout.theme-section .tabs-title.is-active a,
.tab-layout.theme-section .tabs-title:hover a {
  background-color: var(--lp--base-preset--brand-color--dark);
  color: #fff;
}
.tab-layout.dark-section .button,
.tab-layout.theme-section .button {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.tab-layout:not(.theme-section) .tabs-title:hover a {
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.horizontal-tab-layout .tabs .tabs-title,
.horizontal-tab-layout .tabs .tabs-title > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.horizontal-tab-layout.default-alignment .tabs .tabs-title > a {
  text-align: center;
}
.horizontal-tab-layout .tabs-panel {
  padding-left: 0;
  padding-right: 0;
}
/* Horizontal - End */

/* Vertical - Start */
@media (max-width: 640px) {
  .vertical-tab-layout .tabs .tabs-title,
  .vertical-tab-layout .tabs .tabs-title > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .vertical-tab-layout .tabs-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .vertical-tab-layout .tabs-container {
    display: flex;
  }
  .vertical-tab-layout .tabs {
    flex-flow: column;
    width: 25%;
    border: none;
  }
  .vertical-tab-layout .tabs .tabs-title:last-of-type {
    border-bottom: 1px solid;
  }
  .vertical-tab-layout .tabs-panel {
    padding-top: 0;
  }
  .vertical-tab-layout .tabs-content {
    width: 75%;
  }
}
/* Vertical - End */
/*************************************
!TABS - END
**************************************/

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

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

/*Responsive - START*/
@media (min-width: 641px) {
  .page-element,
  .sidebar-element {
    padding: 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;
  }
  .section-title,
  .split-50-50 .medium-12 .hic-title h3 {
    font-size: 2.3rem;
  }
}

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

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

/*Image Left or Right Content - START*/
.image-left-content.row-fluid .hic-image::before,
.image-right-content.row-fluid .hic-image::before {
  padding-top: 66.66667%;
}
.image-left-content.dark-section .hic-button-wrap .button,
.image-right-content.dark-section .hic-button-wrap .button,
.image-left-content.theme-section .hic-button-wrap .button,
.image-right-content.theme-section .hic-button-wrap .button {
  color: #000;
}
.image-left-content.dark-section .section-title,
.image-right-content.dark-section .section-title {
  color: #fff;
}
.image-left-content.tab-layout .hic-box,
.image-right-content.tab-layout .hic-box {
  align-items: center;
}
@media (min-width: 641px) {
  .image-left-content.then-right.row-fluid .section-body {
    row-gap: 0;
  }
  .image-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.row-fluid .has-media .hic-content,
  .image-right-content.row-fluid .has-media .hic-content {
    padding: 20px;
  }
  .image-left-content.default-section .has-media .hic-content,
  .image-right-content.default-section .has-media .hic-content {
    padding-top: 20px;
  }
  .image-left-content:not(.default-section) .hic-content,
  .image-right-content:not(.default-section) .hic-content {
    padding: 20px 15px;
  }
}
/*Image Left or Right Content - END*/

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

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

/*Image Size Adjustments - START*/
@media (min-width: 1024px) {
  .body-content:not(.has-sidebar-both)
    .image-above-content:not(.small-container)
    .medium-12
    .hic-image::before,
  .body-content:not(.has-sidebar-both)
    .image-overlay-content:not(.small-container)
    .medium-12
    .hic-image::before {
    padding-top: 33.3333%;
  }
  .image-overlay-content.row-fluid
    .medium-6:not(.large-3, .large-4)
    .hic-image::before {
    padding-top: 66.6666%;
  }
  .body-content.has-sidebar-both
    .image-above-content
    .medium-12
    .hic-image::before,
  .body-content.has-sidebar-both
    .image-overlay-content
    .medium-12
    .hic-image::before,
  .image-above-content.small-container .medium-12 .hic-image::before,
  .image-overlay-content.small-container .medium-12 .hic-image::before,
  .image-above-content.row-fluid
    .medium-6:not(.large-3, .large-4)
    .hic-image::before {
    padding-top: 50%;
  }
}
@media (max-width: 1023px) {
  .image-above-content .medium-12 .hic-image::before,
  .image-overlay-content .medium-12 .hic-image::before {
    padding-top: 50%;
  }
}
/*Image Size Adjustments - END*/
/*************************************
!IMAGE LAYOUTS - END
**************************************/

/*************************************
#ICON LAYOUTS - START
**************************************/
/*Icon Above Content - START*/
.icon-above-content .hic-icon {
  font-size: 55px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding-bottom: 10px;
}
.icon-above-content.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--grey);
}
.icon-above-content:not(.tab-layout).second-theme-section .hic-box,
.icon-above-content:not(.tab-layout).theme-section .hic-box,
.icon-above-content:not(.tab-layout).dark-section .hic-box,
.icon-above-content:not(.tab-layout).grey-section .hic-box,
.icon-above-content:not(.tab-layout).light-section .hic-box {
  box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.icon-above-content:not(.tab-layout).dark-section .hic-blurb,
.icon-above-content:not(.tab-layout).dark-section .hic-title h3,
.icon-above-content:not(.tab-layout).theme-section .hic-blurb,
.icon-above-content:not(.tab-layout).theme-section .hic-title h3 {
  color: var(--lp--base-preset--body--color);
}
.icon-above-content:not(.tab-layout).dark-section .section-title,
.icon-above-content:not(.tab-layout).theme-section .section-title {
  color: #fff;
}
.icon-above-content:not(.theme-section) .hic-box .hic-icon {
  color: var(--lp--base-preset--brand-color--primary);
}
.icon-above-content .hic-box .button:not(:hover) {
  /* background: transparent;
 color: var(--lp--base-preset--body--color);
 border: 1px solid var(--lp--base-preset--body--color); */
}
.icon-above-content .contact-details div::before {
  display: none;
}
.icon-above-content .contact-details div {
  padding-left: 0;
  word-break: break-all;
}
.circle-icon.icon-above-content .hic-icon {
  height: 90px;
  width: 90px;
  border: 2px solid var(--lp--base-preset--link--color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.icon-above-content.default-alignment .hic-content .hic-icon{
	text-align: left;
}
@media (min-width: 1024px) {
  .icon-above-content .hic-box {
    padding: 40px;
  }
}
/*Icon Above Content - END*/

/*Icon Left Content - START*/
.icon-left-content .hic-box {
  padding: 20px 20px 40px;
  height: 100%;
}
.icon-left-content:not(.tab-layout).default-section .hic-box {
  background-color: var(--lp--base-preset--brand-color--secondary);
}
.icon-left-content:not(.tab-layout).second-theme-section .hic-box {
  box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.icon-left-content .hic-content {
  padding: 10px 10px 10px 80px;
  position: relative;
  text-align: left;
}
.icon-left-content .hic-icon {
  position: absolute;
  width: 60px;
  border-radius: 8px;
  font-size: 40px;
  top: 10px;
  left: 0;
  text-align: center;
}
.icon-left-content:not(.theme-section) .hic-box .hic-icon {
  color: var(--lp--base-preset--brand-color--primary);
}
.icon-left-content .contact-details div::before {
  display: none;
}
.icon-left-content .contact-details div {
  padding-left: 0;
}
/*Icon Left Content - END*/

/*Responsive - START*/
@media (min-width: 1024px) {
  .icon-above-content .hic-icon {
    font-size: 65px;
  }
  .icon-left-content .hic-content {
    padding-left: 100px;
  }
  .icon-left-content .hic-icon {
    width: 80px;
    font-size: 50px;
  }
}
/*************************************
!ICON LAYOUTS - END
**************************************/

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

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

/*Contact Form Element - START*/
.contact-form-element.default-alignment .section-header {
  text-align: center;
}
.contact-form-element .section-body h2 {
  font-weight: 600;
}
.contact-form-element .section-body {
  font-weight: 400;
}
.contact-form-element .section-body a {
  color: var(--lp--base-preset--body--color);
}
.contact-form-element .section-body .contact-details div::before {
  color: #acacac;
}
.contact-form-element .section-body .cell:nth-of-type(2) {
  padding-top: 20px;
}
@media (min-width: 641px) {
  .contact-form-element .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  .contact-form-element.three-columns .grid-x > .medium-4:not(:last-child) {
    width: 50%;
  }
  .contact-form-element.three-columns .grid-x > .medium-4:last-child {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .contact-form-element .gform_wrapper {
    margin-top: 30px;
  }
}
/*Contact Form Element - END*/

/*************************************
!CUSTOM ELEMENTS - END
**************************************/

/*************************************
#MAP LAYOUTS - START
**************************************/
.map.row-fluid .cell.filter-column {
  padding: 0 15px !important;
}
.map .filter-form {
  margin-bottom: 15px;
}
.hic-card {
  padding: 10px;
}
.hic-card .hic-button-wrap .button {
  min-width: 130px;
  font-size: 16px;
  padding: 8px 10px;
}

@media (max-width: 1023px) {
  .map #htwMap {
    height: 400px;
  }
  .map .section-body {
    flex-direction: column-reverse;
  }
}

/*Info Window - START*/
.close_side {
  position: absolute;
  z-index: 20;
  font-size: 0;
  height: 30px;
  width: 35px;
  opacity: 0;
  pointer-events: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.close_side::before {
  content: "\f00d";
  visibility: visible;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
.open .close_side {
  opacity: 1;
  pointer-events: auto;
}
[data-info-window-layout="info-window-style-1"] .info-window {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  transform: translate(-496px, 0px);
  transition: all 0.25s ease-in-out;
  overflow-y: auto;
}
[data-info-window-layout="info-window-style-1"].open .info-window {
  box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.15);
  transform: translate(0px, 0px);
  transition: all 0.25s ease-in-out;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-t::after,
[data-info-window-layout="info-window-style-1"] .gm-ui-hover-effect,
[data-info-window-layout="info-window-style-1"] .gmnoprint .gm-style-mtc {
  display: none !important;
  pointer-events: none !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw {
  border-radius: 4px;
}
[data-info-window-layout="info-window-style-1"] .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
[data-info-window-layout="info-window-style-1"] .gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
}
[data-info-window-layout="info-window-style-1"]
  .info-window::-webkit-scrollbar {
  width: 5px;
}
/* Track */
[data-info-window-layout="info-window-style-1"]
  .info-window::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
[data-info-window-layout="info-window-style-1"]
  .info-window::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
[data-info-window-layout="info-window-style-1"]
  .info-window::-webkit-scrollbar-thumb:hover {
  background: #555;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window {
  position: relative;
  height: 50px;
  font-size: 16px;
  padding: 15px 17px 0;
}
[data-info-window-layout="info-window-style-1"] .mini-info-window.has-image {
  padding-right: 70px;
}
[data-info-window-layout="info-window-style-1"]
  .mini-info-window.has-image
  .img-holder {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  background-color: rgba(138, 138, 138, 0.11);
}

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

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

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

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

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

/*************************************
#POST ELEMENT - START
**************************************/
.post-element:not(.image-overlay-content, .dark-section, .theme-section)
  .hic-title
  a
  h3 {
  color: var(--lp--base-preset--heading--color);
}
.post-element .hic-box .hic-term.category .hic-label {
  display: none;
}
.post-element.image-above-content .hic-box .hic-content {
  padding: 20px;
}
.post-element.image-above-content .has-category .hic-box {
  position: relative;
}
.post-element.image-above-content .has-category .hic-box .hic-term.category {
  position: absolute;
  top: 10px;
  right: 10px;
}
.post-element.image-above-content
  .has-category
  .hic-box
  .hic-term.category
  .hic-value
  a {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 3px 6px;
  font-weight: 400;
  color: #fff;
}
.post-element .hic-content {
  display: flex;
  flex-flow: column;
}
.post-element .hic-published-date {
  order: -1;
  color: #b2b2b2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post-element.theme-section .hic-published-date {
  color: var(--lp--base-preset--body--color);
}
.post-element.grid .hic-item {
  margin-bottom: 25px;
}
.post-element.page-element.image-above-content .hic-box {
  height: 100% !important;
}
.post-element.default-section.image-above-content .hic-box .hic-content,
.post-element.page-element.image-above-content .hic-box {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.post-element.grey-section.image-above-content .hic-box .hic-content,
.post-element.grey-section.image-above-content .hic-box {
  background-color: #fff;
}
.post-element.image-above-content .hic-box .hic-image {
  transition: all 0.3s ease;
}

.post-element.image-above-content .hic-box:hover .hic-image {
  transform: scale(1.15);
}
/*************************************
!POST ELEMENT - 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: 9px;
  justify-content: center;
}
.listing-element .section-pagination .page-numbers {
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  font-size: 1rem;
}
.listing-element .section-pagination .page-numbers:hover,
.listing-element .section-pagination .page-numbers:focus {
  background: #ebe9eb;
}
.listing-element .section-pagination .page-numbers.current {
  border-radius: 50%;
  border: 1px solid var(--lp--base-preset--brand-color--primary);
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
.listing-element.theme-section .section-pagination .page-numbers {
  color: #fff;
}
.listing-element.theme-section .section-pagination .page-numbers.current {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--lp--base-preset--brand-color--primary);
}
/*************************************
!PAGINATION - END
*************************************/

/*************************************
#MENU FILTER - START
*************************************/
.page-element.menu-filter ul {
  justify-content: center;
  column-gap: 10px;
}
.page-element.menu-filter li {
  border-radius: 30px;
  background-color: #f6f6f8;
}
.page-element.menu-filter li a {
  color: var(--lp--base-preset--brand-color--primary);
  font-weight: 700;
}
.page-element.menu-filter li.active {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.page-element.menu-filter li.active a {
  color: #fff;
}
/*************************************
!MENU FILTER - END
*************************************/

/*********************************
#TEAM ELEMENT - START
*********************************/
.team-element.image-overlay-content .hic-image:before {
  padding-top: 120%;
}
.team-element:not(.image-overlay-content) .hic-image:before {
  padding-top: 80%;
}
.team-element .contact-phone {
  margin-top: 10px;
}
.team-element .contact-details,
.team-element .contact-details .contact-position,
.team-element .contact-phone a {
  font-weight: 300;
}
.team-element:not(.dark-section, .theme-section) .contact-details,
.team-element:not(.dark-section, .theme-section)
  .contact-details
  .contact-position,
.team-element:not(.dark-section, .theme-section) .contact-phone a {
  color: #000;
}
.team-element.theme-section .contact-phone a {
  color: #fff;
}
.team-element.image-overlay-content .contact-details,
.team-element.image-overlay-content .contact-details .contact-position,
.team-element.image-overlay-content .contact-phone a {
  color: #fff;
}
.team-element .social-media-details {
  margin-top: 15px;
}
.team-element.image-overlay-content .overlay {
  display: none;
}
.team-element.image-overlay-content .hic-box:hover .hic-content {
  top: 0;
  justify-content: center;
}
.team-element.image-overlay-content .hic-content {
  padding: 30px 20px;
}
.team-element.image-overlay-content .hic-image:before {
  padding-top: 120%;
  background-image: linear-gradient(to top, #464c6d, transparent);
}
.team-element.image-overlay-content .hic-box:hover .hic-image:before {
  background-image: linear-gradient(to top, #39417091, #394170de);
}
.team-element.dark-section .section-title,
.team-element.theme-section .section-title {
  color: #fff;
}
.team-element.dark-section.content-only .button,
.team-element.theme-section.content-only .button {
  color: #000;
}
/*********************************
!TEAM ELEMENT - END
*********************************/

/*********************************
#TESTIMONIALS ELEMENT - START
*********************************/
.testimonial-element .hic-blurb {
  font-weight: 300;
}
.testimonial-element.default-alignment .hic-avatar,
.testimonial-element.text-center .hic-avatar {
  margin-left: auto;
  margin-right: auto;
}
.testimonial-element .hic-avatar,
.testimonial-element .hic-blurb {
  margin-bottom: 30px;
}
.testimonial-element.image-above-content .hic-profile {
  margin-top: 30px;
}
.testimonial-element .hic-client-location {
  text-transform: uppercase;
  color: #999999;
}
.testimonial-element:not(.image-above-content):not(.image-overlay-content)
  .hic-content::before {
  content: "";
  line-height: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: var(--lp--base-preset--button--background-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 35px;
  height: 35px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MS41MDIiIGhlaWdodD0iNTIuMzcyIiB2aWV3Qm94PSIwIDAgNjEuNTAyIDUyLjM3MiI+CiAgPGcgaWQ9Ikdyb3VwXzEwOSIgZGF0YS1uYW1lPSJHcm91cCAxMDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk1NS43NDcgMzEuNzIxKSI+CiAgICA8cGF0aCBpZD0iUGF0aF81NSIgZGF0YS1uYW1lPSJQYXRoIDU1IiBkPSJNLTk0MC41ODEtNy44NTJhMTQuNDYsMTQuNDYsMCwwLDEsNy42OCwyLjY5LDE0LjM5NCwxNC4zOTQsMCwwLDEsNS41ODEsMTUuMTI5QTE0LjM2OSwxNC4zNjksMCwwLDEtOTM5LjMsMjAuNzUzYTE0LjM0MywxNC4zNDMsMCwwLDEtMTYuMjQyLTEyLjQyQTM1Ljg2NywzNS44NjcsMCwwLDEtOTU0Ljc1Ni0zLjdhNjIuNjIsNjIuNjIsMCwwLDEsOS4yODctMjEuMDM2YzEuNC0yLjExNCwyLjkzNy00LjEzNSw0LjQ1Mi02LjE2OGExLjQ2MywxLjQ2MywwLDAsMSwuOTc5LS41MjRjLjU5My0uMDI4LjgyOS41NjIuNjUxLDEuMjg5LS40NzksMS45NjgtMS4wMjgsMy45MjYtMS4zODUsNS45MTZhMzkuNzg5LDM5Ljc4OSwwLDAsMCwuMDQ3LDE1Ljg3M0MtOTQwLjY4Ny04LjE5MS05NDAuNjMzLTguMDMyLTk0MC41ODEtNy44NTJabS0xLjY1MS0xOC40MzdhMy41NSwzLjU1LDAsMCwwLS4yNTYuMjcyLDY3LjQ2NSw2Ny40NjUsMCwwLDAtOS40MTcsMTguNDQxLDM4LjczMSwzOC43MzEsMCwwLDAtMS45LDE1LjUsMTIuNjIsMTIuNjIsMCwwLDAsMTQuOTU5LDEwLjk4NEExMi42NTYsMTIuNjU2LDAsMCwwLTkyOC42OTUsNS41NzEsMTIuNjA3LDEyLjYwNywwLDAsMC05NDAuODY0LTYuMDc3Yy0uOTcyLS4wMzctMS4xNDYtLjE4NS0xLjM4NS0xLjEzYTQwLjI1NCw0MC4yNTQsMCwwLDEtLjU2NS0xNS41NTVDLTk0Mi42NTctMjMuOS05NDIuNDQyLTI1LjAyOC05NDIuMjMyLTI2LjI4OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMjQpIiBmaWxsPSIjMDBhYmJlIi8+CiAgICA8cGF0aCBpZD0iUGF0aF81NiIgZGF0YS1uYW1lPSJQYXRoIDU2IiBkPSJNLTc0Ny40NDEtOC4wOTNhMTQuNDQ0LDE0LjQ0NCwwLDAsMSw4LjEyLDMuMDA1LDE0LjM2NCwxNC4zNjQsMCwwLDEsNS4wODcsMTUuMDc3LDE0LjMzNCwxNC4zMzQsMCwwLDEtMTEuOTIxLDEwLjUyNkExNC40MzYsMTQuNDM2LDAsMCwxLTc2Mi41MDYsNi43NDdjLS4zNTctOC4wNTUsMS43MzItMTUuNTE1LDUuMS0yMi43MDZhNzkuNTY4LDc5LjU2OCwwLDAsMSw5LjU0OC0xNS4yMjJjLjMzNy0uNDMyLjcyMS0uNywxLjI0NS0uNDM5LjU2OS4yODEuNTMxLjc4Mi4zNzIsMS4zMTZhNDkuMDY2LDQ5LjA2NiwwLDAsMC0yLjExMywxNS4xMzJBMzEuNjA3LDMxLjYwNywwLDAsMC03NDcuNDQxLTguMDkzWk0tNzQ5LjEtMjYuNTI3Yy0uMTEuMTI0LS4xNTQuMTY2LS4xODkuMjE0YTcwLjY5Miw3MC42OTIsMCwwLDAtNy44NTcsMTQuMDg1QTQzLjM3OSw0My4zNzksMCwwLDAtNzYwLjcyLDcuMDQ1LDEyLjY1OCwxMi42NTgsMCwwLDAtNzQ1LjcsMTguNjcyLDEyLjY1NiwxMi42NTYsMCwwLDAtNzM1LjU1Myw1LjA4OSwxMi42MDcsMTIuNjA3LDAsMCwwLTc0Ny42OS02LjMxNmMtLjk4MS0uMDM2LTEuMTYyLS4xNzctMS40LTEuMTE2YTM5LDM5LDAsMCwxLS43MjYtMTQuM0MtNzQ5LjYyNy0yMy4zLTc0OS4zNDktMjQuODU3LTc0OS4xLTI2LjUyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAuNTAxIDApIiBmaWxsPSIjMDBhYmJlIi8+CiAgPC9nPgo8L3N2Zz4K);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MS41MDIiIGhlaWdodD0iNTIuMzcyIiB2aWV3Qm94PSIwIDAgNjEuNTAyIDUyLjM3MiI+CiAgPGcgaWQ9Ikdyb3VwXzEwOSIgZGF0YS1uYW1lPSJHcm91cCAxMDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk1NS43NDcgMzEuNzIxKSI+CiAgICA8cGF0aCBpZD0iUGF0aF81NSIgZGF0YS1uYW1lPSJQYXRoIDU1IiBkPSJNLTk0MC41ODEtNy44NTJhMTQuNDYsMTQuNDYsMCwwLDEsNy42OCwyLjY5LDE0LjM5NCwxNC4zOTQsMCwwLDEsNS41ODEsMTUuMTI5QTE0LjM2OSwxNC4zNjksMCwwLDEtOTM5LjMsMjAuNzUzYTE0LjM0MywxNC4zNDMsMCwwLDEtMTYuMjQyLTEyLjQyQTM1Ljg2NywzNS44NjcsMCwwLDEtOTU0Ljc1Ni0zLjdhNjIuNjIsNjIuNjIsMCwwLDEsOS4yODctMjEuMDM2YzEuNC0yLjExNCwyLjkzNy00LjEzNSw0LjQ1Mi02LjE2OGExLjQ2MywxLjQ2MywwLDAsMSwuOTc5LS41MjRjLjU5My0uMDI4LjgyOS41NjIuNjUxLDEuMjg5LS40NzksMS45NjgtMS4wMjgsMy45MjYtMS4zODUsNS45MTZhMzkuNzg5LDM5Ljc4OSwwLDAsMCwuMDQ3LDE1Ljg3M0MtOTQwLjY4Ny04LjE5MS05NDAuNjMzLTguMDMyLTk0MC41ODEtNy44NTJabS0xLjY1MS0xOC40MzdhMy41NSwzLjU1LDAsMCwwLS4yNTYuMjcyLDY3LjQ2NSw2Ny40NjUsMCwwLDAtOS40MTcsMTguNDQxLDM4LjczMSwzOC43MzEsMCwwLDAtMS45LDE1LjUsMTIuNjIsMTIuNjIsMCwwLDAsMTQuOTU5LDEwLjk4NEExMi42NTYsMTIuNjU2LDAsMCwwLTkyOC42OTUsNS41NzEsMTIuNjA3LDEyLjYwNywwLDAsMC05NDAuODY0LTYuMDc3Yy0uOTcyLS4wMzctMS4xNDYtLjE4NS0xLjM4NS0xLjEzYTQwLjI1NCw0MC4yNTQsMCwwLDEtLjU2NS0xNS41NTVDLTk0Mi42NTctMjMuOS05NDIuNDQyLTI1LjAyOC05NDIuMjMyLTI2LjI4OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMjQpIiBmaWxsPSIjMDBhYmJlIi8+CiAgICA8cGF0aCBpZD0iUGF0aF81NiIgZGF0YS1uYW1lPSJQYXRoIDU2IiBkPSJNLTc0Ny40NDEtOC4wOTNhMTQuNDQ0LDE0LjQ0NCwwLDAsMSw4LjEyLDMuMDA1LDE0LjM2NCwxNC4zNjQsMCwwLDEsNS4wODcsMTUuMDc3LDE0LjMzNCwxNC4zMzQsMCwwLDEtMTEuOTIxLDEwLjUyNkExNC40MzYsMTQuNDM2LDAsMCwxLTc2Mi41MDYsNi43NDdjLS4zNTctOC4wNTUsMS43MzItMTUuNTE1LDUuMS0yMi43MDZhNzkuNTY4LDc5LjU2OCwwLDAsMSw5LjU0OC0xNS4yMjJjLjMzNy0uNDMyLjcyMS0uNywxLjI0NS0uNDM5LjU2OS4yODEuNTMxLjc4Mi4zNzIsMS4zMTZhNDkuMDY2LDQ5LjA2NiwwLDAsMC0yLjExMywxNS4xMzJBMzEuNjA3LDMxLjYwNywwLDAsMC03NDcuNDQxLTguMDkzWk0tNzQ5LjEtMjYuNTI3Yy0uMTEuMTI0LS4xNTQuMTY2LS4xODkuMjE0YTcwLjY5Miw3MC42OTIsMCwwLDAtNy44NTcsMTQuMDg1QTQzLjM3OSw0My4zNzksMCwwLDAtNzYwLjcyLDcuMDQ1LDEyLjY1OCwxMi42NTgsMCwwLDAtNzQ1LjcsMTguNjcyLDEyLjY1NiwxMi42NTYsMCwwLDAtNzM1LjU1Myw1LjA4OSwxMi42MDcsMTIuNjA3LDAsMCwwLTc0Ny42OS02LjMxNmMtLjk4MS0uMDM2LTEuMTYyLS4xNzctMS40LTEuMTE2YTM5LDM5LDAsMCwxLS43MjYtMTQuM0MtNzQ5LjYyNy0yMy4zLTc0OS4zNDktMjQuODU3LTc0OS4xLTI2LjUyN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAuNTAxIDApIiBmaWxsPSIjMDBhYmJlIi8+CiAgPC9nPgo8L3N2Zz4K);
}
.hic-client-name {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.hic-rating .fas.fa-star {
  color: #ffbb00;
}
.hic-rating .far.fa-star {
  color: #e0e0e0;
  font-weight: 900;
}
.hic-profile-details .hic-client-name {
  display: none;
}
@media (min-width: 641px) {
  .testimonial-element .hic-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .testimonial-element .hic-content::before {
    width: 50px;
    height: 50px;
  }
  .testimonial-element.split-60-40 .hic-blurb {
    font-size: 2rem;
    line-height: 40px;
  }
}
/*********************************
!TESTIMONIALS ELEMENT - END
*********************************/

/*********************************
#PROJECT ELEMENT - START
*********************************/
.project-element .hic-image::before {
  padding-top: 100%;
}
.project-element .hic-term.category .hic-label {
  display: none;
}
/*********************************
!PROJECTS ELEMENT - END
*********************************/

/*********************************
#GALLERY ELEMENT - START
*********************************/
body .gallery-element.row-fluid.grid .section-body .hic-item {
  padding-right: 5px;
}
body .gallery-element.row-fluid.grid .section-body {
  padding-left: 5px;
}
.gallery-element .section-title {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*********************************
!GALLERY ELEMENT - END
*********************************/

/*********************************
#LOCATIONS ELEMENT - START
*********************************/
/*Accordion Layout - START*/
.location-element .accordion-item.is-active .accordion-content {
  display: flex !important;
  flex-wrap: wrap;
  grid-row-gap: 30px;
  flex-direction: row;
}
.hic-serviced-postcodes {
  overflow-wrap: anywhere;
}
.accordion-element.dark-section .accordion-title,
.accordion-element.dark-section .accordion-content {
  color: var(--lp--custom-preset--accordion-background-color);
}

.accordion-element.dark-section:not(.two-column-accordion)
  .accordion-item:not(.is-active):not(:last-of-type)
  .accordion-title {
  border-bottom: 1px solid #fff;
}
/*Accordion Layout - END*/
/*********************************
!LOCATIONS ELEMENT - END
*********************************/


/*********************************
#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: 15px 15px 15px 0;
  color: var(--lp--base-preset--body--color);
  font-weight: 600;
  display: block;
}
.sidebar ul.menu:not(.filter-accordion) li.is-active a,
.sidebar ul.menu:not(.filter-accordion) li.is-active a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: var(--lp--base-preset--brand-color--primary);
}
.sidebar .submenu > li a {
  padding-left: 16px;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .sidebar-mobile-menu {
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    background: #eee;
  }
  .sidebar-mobile-menu .menu-icon:after {
    background: var(--lp--base-preset--brand-color--primary);
    box-shadow: 0 7px 0 var(--lp--base-preset--brand-color--primary),
      0 14px 0 var(--lp--base-preset--brand-color--primary);
  }
}

/*Sidebar Filter Accordion - START*/
ul.filter-accordion .accordion-js {
  position: relative;
}
ul.filter-accordion .accordion-js .accordion-control {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  padding: 5px 4px 5px 14px;
  cursor: pointer;
  color: var(--lp--base-preset--body--color);
}
ul.filter-accordion .accordion-control::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}
ul.filter-accordion li.active > .accordion-control::after {
  content: "\f106";
}
ul.filter-accordion .accordion-js .inner .accordion-js {
  padding-left: 10px;
}
ul.filter-accordion .accordion-js .inner .accordion-js.active a {
  color: var(--lp--base-preset--brand-color--primary);
}
.filter-accordion ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  display: none;
}
.filter-accordion ul.inner li.accordion-js:last-child {
  border-bottom: 0;
}
/*Sidebar Filter Accordion - END*/

/*Page has Sidebar - START*/
@media (min-width: 1024px) {
  .has-sidebar-left .main-content,
  .has-sidebar-right .main-content {
    width: calc(100% - 300px);
  }
  .sidebar {
    width: 300px;
  }
  .sidebar .widget {
    margin-bottom: 40px;
  }
  .default-width [class*="has-sidebar-"] .inner-body-content {
    max-width: 1170px;
  }
  .default-width .has-sidebar-both .main-content {
    width: calc(100% - 500px);
  }
  .full-width-layout .has-sidebar-both .main-content {
    width: calc(100% - 600px);
  }
  .default-width .has-sidebar-both .sidebar {
    width: 250px;
  }
}
/*Page has Sidebar - END*/
/*********************************
!SIDEBAR - END
*********************************/

/************************************
#POST META NAV - START
************************************/
.hic-post-meta-nav,
.hic-post-meta-nav span,
.hic-post-meta-nav a {
  display: block;
}
.nav-content {
  display: flex;
  flex-flow: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hic-post-meta-nav:not(.layout-1) .nav-box {
  display: flex;
}
.hic-post-meta-nav:not(.layout-1) .nav-image-container {
  width: 25%;
}
.hic-post-meta-nav:not(.layout-1) .nav-content {
  width: 75%;
}
.hic-post-meta-nav.layout-2 .nav-content {
  order: 2;
  padding-left: 15px;
}
.hic-post-meta-nav.layout-2 .nav-image-container {
  order: 1;
}
.hic-post-meta-nav.layout-3 .nav-content {
  order: 1;
  padding-right: 15px;
  text-align: right;
}
.hic-post-meta-nav.layout-3 .nav-image-container {
  order: 2;
}
.hic-post-meta-nav:not(.layout-1) .hic-image {
  height: 100%;
}
/************************************
!POST META NAV - END
************************************/

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

/**************************
#LEGAL DOCUMENT - START
**************************/
.legal-content li {
  margin-bottom: 1rem;
}
ol.closed-alpha {
  list-style: none;
}
ol.closed-alpha li {
  position: relative;
}
ol.closed-alpha li::before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -32px;
}
/**************************
!LEGAL DOCUMENT - END
**************************/
/**************************
#CTA - START
**************************/
.cta-element.page-element {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-element.has-bg-img .section-footer .button,
.page-element.has-bg-img .section-footer .button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cta-element.has-bg-img .section-footer .button:hover,
.page-element.has-bg-img .section-footer .button:hover {
  background-color: var(--lp--base-preset--button--background-color);
  border: 1px solid var(--lp--base-preset--button--background-color);
  color: #fff;
}
.cta-element.page-element .section-footer .hic-button-wrap {
  margin-top: -26px !important;
}
.cta-element.page-element .section-header .section-title,
.cta-element.page-element .section-header .sub-heading {
  padding-bottom: 0px;
}
/**************************
!CTA - END
**************************/

/**************************
#NEWSLETTER - START
**************************/
.header-left.newsletter-form.dark-section,
.header-left.newsletter-form.theme-section {
  color: #fff;
}
.header-left.newsletter-form.dark-section .gform_footer input {
  background-color: var(--lp--base-preset--button--background-color);
}
.header-left.newsletter-form.dark-section .gform_footer input:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
}
.header-left.newsletter-form.theme-section .gform_footer input {
  background-color: var(--lp--base-preset--brand-color--dark);
}
.header-left.newsletter-form.theme-section .gform_footer input:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
}
.header-left.newsletter-form.dark-section .gform_body input,
.header-left.newsletter-form.dark-section .gform_body input::placeholder,
.header-left.newsletter-form.theme-section .gform_body input,
.header-left.newsletter-form.theme-section .gform_body input::placeholder {
  color: #fff;
}

.header-left.newsletter-form .section-header .section-title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
}
.header-left.newsletter-form .section-body form .gform_body input {
  border: 1px solid #c0c0c0;
}
@media (min-width: 641px) {
  .header-left.newsletter-form.dark-section .grid-container {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .header-left.newsletter-form .section-body form .gform_footer input {
    margin-top: 0;
    width: 90%;
  }
  .header-left.newsletter-form .section-body form .gform_footer {
    width: 20%;
    text-align: right;
    padding-top: 0;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .header-left.newsletter-form .section-body form .gform_body {
    width: 75%;
  }
  .header-left.newsletter-form .grid-container {
    display: flex;
    align-items: center;
  }
  .header-left.newsletter-form .section-body form {
    display: flex;
    justify-content: end;
  }
  .header-left.newsletter-form .section-body .cell {
    padding-right: 0px;
  }
  .header-left.newsletter-form .section-header .cell {
    padding-left: 0px;
  }
  .header-left.newsletter-form .section-body {
    width: 75%;
  }
  .header-left.newsletter-form .section-header {
    width: 25%;
    margin-bottom: 0px;
  }
}
/*********************************
!NEWSLETTER - END
*********************************/
/*********************************
#INSTAGRAM FEEDS - START
*********************************/
.instagram-feeds .section-title span {
  text-transform: lowercase;
}
@media (min-width: 641px) and (max-width: 1023px) {
  .instagram-feeds.page-element .hic-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .instagram-feeds.page-element .hic-item {
    width: 50%;
  }
}
/*********************************
!INSTAGRAM FEEDS - END
*********************************/

/*********************************
#LP BOX - START
*********************************/
.lp-box-layout-1 .lp-content {
	padding: 24px;
}
.lp-box-layout-1 .lp-button-wrap {
	margin-top: 24px;
}
.lp-box-layout-1.text-center .lp-button-wrap {
    text-align: center;
    justify-content: center;
}
.lp-box .lp-button-wrap {
	margin-top: 24px;
}
.lp-has-button .lp-button-wrap {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
} 
.lp-has-button .lp-box {
	padding-bottom: 74px;
}
.lp-box-layout-1.lp-grid .lp-box {
	height: 100%;
}
.lp-box-layout-1 .mpp-product-category-list .lp-image {
	background-size: 80%;
}
/* .lp-box-layout-1.lp-grid .lp-box {
	height: 100%;
	padding-bottom: 74px;
} */


@media(min-width: 1024px) {
	.lp-box-layout-2 .lp-content,
	.lp-box-layout-3 .lp-content {
		padding-right: 24px;
		padding-left: 24px;
	}
}
/*********************************
!LP BOX - END
*********************************/

/*********************************
#FOOTER - START
*********************************/
.footer {
  padding: 30px 0;
}
.footer .logo-wrap {
  margin-bottom: 20px;
  max-width: 230px;
}
.footer .contact-details {
  margin-bottom: 10px;
}
.footer .social-media-details {
  margin-bottom: 20px;
}
.footer p {
  margin-bottom: 0;
}
.footer .contact-details div::before {
  display: none;
}
.footer .contact-details div {
  font-weight: 600;
}
.footer .social-media li i {
  font-size: 24px;
}
.footer .footer-col h4 {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #a4a4a4;
}

.footer .footer-col .menu a {
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 15px;
}
.footer-dark .footer .footer-col .menu a:hover,
.footer-dark .footer .contact-details a:hover,
.footer-dark .footer .social-media a:hover,
.footer-default-color .footer .footer-col .menu a:hover,
.footer-default-color .footer .contact-details a:hover,
.footer-default-color .footer .social-media a:hover,
.footer-light .footer .footer-col .menu a:hover,
.footer-light .footer .contact-details a:hover,
.footer-light .footer .social-media a:hover,
.footer-grey .footer .footer-col .menu a:hover,
.footer-grey .footer .contact-details a:hover,
.footer-grey .footer .social-media a:hover {
  color: var(--lp--base-preset--brand-color--primary);
}
.footer-grey .footer .social-media a,
.footer-theme-secondary .footer .social-media a {
  color: #000;
}
.footer-theme .footer .footer-col .menu a:hover,
.footer-theme .footer .contact-details a:hover,
.footer-theme .footer .social-media a:hover,
.footer-theme-secondary .footer .footer-col .menu a:hover,
.footer-theme-secondary .footer .contact-details a:hover,
.footer-theme-secondary .footer .social-media a:hover {
  color: var(--lp--base-preset--body--color);
}
.footer-theme .footer .footer-col h4 {
  color: #fff;
}

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

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .footer {
    text-align: center;
  }
  .footer .logo-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .footer.footer-layout-3 .social-media {
    justify-content: center;
  }
}

/*Footer Default Layour - START*/
/*Footer Default Layour - END*/

/*Footer Layout 1 - START*/
.footer-layout-1 .footer-logo .logo-wrap {
  max-width: 250px;
}
.footer.footer-layout-1 .footer-col-1,
.footer.footer-layout-2 .footer-col-1 {
  margin-bottom: 60px;
  border-bottom: 1px solid #808080;
  padding-bottom: 30px;
}
.footer.footer-layout-1 .contact-details div,
.footer.footer-layout-1 .footer-col .menu a,
.footer.default-footer-layout .contact-details div,
.footer.default-footer-layout .footer-col .menu a {
  padding-left: 0px;
}
/*Footer Layout 1 - END*/

/*Footer Layout 2 - START*/
.footer-layout-2 .footer-col:not(:last-child) {
  margin-bottom: 30px;
}
.footer.footer-layout-2 .contact-details [class*="contact-"]::before {
  position: relative;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 24px;
}
.footer.footer-layout-2 .social-media {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  font-size: 20px;
}
.footer.footer-layout-2 .social-media li {
  margin-right: 0;
}
.footer.footer-layout-2 .footer-logo {
  margin-top: 50px;
}
.footer-layout-2 .footer-logo .logo-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .footer-layout-2 .footer-logo .logo-wrap {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*Footer Layout 2 - END*/

/*Footer Layout 3 - START*/
.footer.footer-layout-3 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
}
.footer.footer-layout-3 .footer-logo .logo-wrap {
  max-width: 200px;
}
.footer.footer-layout-3 .contact-details div {
  padding-left: 0px;
}

.footer.footer-layout-3 .footer-col-2 .menu a {
  font-size: 1.2em;
  font-weight: 600;
}
.footer.footer-layout-3 .social-media {
  display: flex;
  column-gap: 20px;
}
.footer.footer-layout-3 .footer-col-2 .menu li:first-of-type a {
  padding-top: 0;
}

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

@media (max-width: 640px) {
  .footer.footer-layout-3 .footer-col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  body .footer.footer-layout-3 .footer-col-1 {
    width: 650px !important;
    flex: unset !important;
  }
  body .footer.footer-layout-3 .footer-col-1 .footer-blurb {
    padding-right: 180px;
  }
  .footer.footer-layout-3 .footer-col-2 {
    flex: unset;
    width: 260px;
    margin-right: 80px;
  }
}
@media (min-width: 641px) and (max-width: 1023px) {
  body .footer.footer-layout-3 .footer-col-1 {
    padding-right: 40px;
  }
}

/*Footer Layout 3 - END*/

/*Bottom Footer - START*/
.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 14px;
}
.bottom-footer .grid-container {
  padding-top: 30px;
}
.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}
.bottom-footer .colophon-link .menu a {
  padding: 0 8px;
}
.bottom-footer.with-colophon-link .cell {
  display: flex;
  justify-content: center;
}
.bottom-footer.with-colophon-link .copyright p {
  display: inline-block;
}
.bottom-footer .copyright p {
  font-weight: 600;
}
.bottom-footer .copyright p a {
  color: var(--lp--base-preset--button--background-color);
}
.footer-dark .bottom-footer .copyright p,
.footer-theme .bottom-footer .copyright p,
.footer-theme .bottom-footer .copyright a {
  color: #fff;
}

.bottom-footer .copyright ul{
	margin-left: 0;
	margin-bottom: 0;
}
.bottom-footer .copyright ul li{
	display: inline-block;
	margin-right: 10px;
}

@media(max-width: 640px{
	margin-top: 10px;
})
@media (min-width: 641px) {
  .bottom-footer.with-colophon-link .copyright::after {
    content: "|";
    display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
  }
  .footer-dark .bottom-footer.with-colophon-link .copyright::after,
  .footer-theme .bottom-footer.with-colophon-link .copyright::after {
    color: #fff;
  }
  .bottom-footer .colophon-link {
    float: right;
  }
}
/*Bottom Footer - END*/

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

/*************************************
#HELPERS - START
**************************************/
.header-center .section-header {
  text-align: center;
}
.footer-center .section-footer .hic-button-wrap {
  justify-content: center;
}
.box-justify-center .section-body {
  justify-content: center;
  align-items: center;
}
.image-has-border.split-50-50 .hic-media-container,
.image-has-borders.split-50-50 .hic-media-container {
  padding: 30px;
  position: relative;
}
.image-has-border.split-50-50 .hic-media-container::after,
.image-has-borders.split-50-50 .hic-media-container::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  bottom: 0;
  background-color: var(--lp--base-preset--brand-color--primary);
  opacity: 0.75;
  z-index: -1;
}
.image-has-borders.split-50-50 .hic-media-container::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 70%;
  top: 0;
  background-color: var(--lp--base-preset--brand-color--dark);
  opacity: 0.75;
}
.image-has-border.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::before {
  right: 0;
}
.image-has-border.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-left-content .hic-media-container::after,
.image-has-borders.split-50-50.image-right-content
  .hic-media-container::before {
  left: 0;
}
.box-shadow .hic-box,
.box-shadow .lp-box {
/*   box-shadow: 0px 2px 50px 10px rgba(0, 0, 0, 0.1); */
	    box-shadow: 0px 2px 20px 4px rgba(0, 0, 0, 0.1);
}
.box-border .hic-box,
.box-border .lp-box {
  border: 1px solid var(--lp--custom-preset--border-color);
}
/*Lists - START*/
.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;
}
/*Contain Images - END*/
/*Square Images - START*/
.square-images.gallery-element .hic-image::before {
  padding-top: 100%;
}
/*Square Images - END*/

/* Section Header & Footer - Start */
@media (min-width: 1024px) {
  .header-left .grid-container,
  .header-right .grid-container,
  .header-left .lp-container {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .header-left .section-header,
  .footer-left .section-footer,
  .header-left .lp-element-header,
  .footer-left .lp-element-footer,
  .header-right .section-body,
  .footer-right .section-body {
    float: left;
  }
  .header-left.grid .section-header,
  .footer-left.grid .section-footer,
  .header-left.lp-grid .lp-element-header,
  .footer-left.lp-grid .lp-element-footer,
  .header-right.grid .section-header,
  .footer-right.grid .section-footer {
    width: 25%;
  }
  .header-left.grid .section-header,
  .footer-left.grid .section-footer,
  .header-left.lp-grid .lp-element-header,
  .footer-left.lp-grid .lp-element-footer {
    padding-right: 3%;
  }
  .header-right.grid .section-header,
  .footer-right.grid .section-footer {
    padding-left: 3%;
  }
  .header-left.carousel .section-header,
  .footer-left.carousel .section-footer,
  .header-left.lp-carousel .lp-element-header,
  .footer-left.lp-carousel .lp-element-footer,
  .header-right.carousel .section-header,
  .footer-right.carousel .section-footer {
    width: 35%;
  }
  .header-left .section-body,
  .header-left .lp-element-body,
  .header-right .section-header,
  .footer-right .section-footer {
    float: right;
  }
  .header-left.grid .section-body,
  .header-left.lp-grid .lp-element-body,
  .header-right.grid .section-body,
  .footer-right.grid .section-body {
    width: 75%;
  }
  .header-left.carousel .section-body,
  .header-left.lp-carousel .lp-element-body,
  .header-right.carousel .section-body {
    width: 65%;
  }
  .default-alignment.header-left .section-header,
  .default-alignment.footer-left .section-footer,
  .text-left.header-left .section-header,
  .text-left.footer-left .section-footer,
  .header-left .lp-element-header,
  .footer-left .lp-element-footer {
    text-align: left;
  }
}
/* Section Header & Footer - End */
/*Content Boxes - START*/
.image-above-content.box-second-theme-section.default-section .hic-content {
  background-color: var(--lp--base-preset--brand-color--secondary);
}

/*Content Boxes - END*/
/*Has Contact Form - START*/
.has-form.page-element .section-header .sub-heading {
  font-size: 24px;
  font-weight: 600;
}
.has-form.second-theme-section .section-body,
.page-element.has-bg-img.has-form .section-body {
  background-color: #fff;
}
.has-form.theme-section .section-body,
.has-form.dark-section .section-body {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.has-form.theme-section .gform_footer .button,
.has-form.dark-section .gform_footer .button {
  background-color: var(--lp--base-preset--button--background-color);
}
.has-form.theme-section .gform_footer .button:hover,
.has-form.dark-section .gform_footer .button:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
}
@media (min-width: 1024px) {
  .has-form.page-element .section-body {
    padding: 80px;
  }
  .page-element.has-bg-img.has-form .section-body {
    padding: 40px;
  }
}
@media (min-width: 641px) {
  .has-form.page-element .section-body {
    padding: 40px;
  }
  .page-element.has-bg-img.has-form .section-body {
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .has-form.page-element .section-body {
    padding: 40px 0px;
  }
  .page-element.has-bg-img.has-form .section-body {
    padding: 20px;
  }
}
/*Has Contact Form - END*/
/*************************************
!HELPERS - END
**************************************/





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

Typography
Custom CSS Variables
Header
Content Boxes Overlay
Hero Section
Testimonials
Home Intro
Forms
Footer

/*************************************
#TYPOGRAPHY - START
**************************************/
html{
  scrollbar-gutter: stable;
}

body {
  color: var(--lp--base-preset--body--color);
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
}
p,
ul,
ol {
  font-weight: 100;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--lp--base-preset--heading--font-family);
  font-weight: 600 !important;
}
.hero .hero-banner-message h1 span,
.hero .hero-banner-message h1 em,
.section-title span,
.hic-title span,
.image-left-content .hic-title h3 span,
.image-right-content .hic-title h3 span {
  font-family: var(--lp--base-preset--heading--font-family);
}

/*************************************
!TYPOGRAPHY - END
**************************************/

/*************************************
#CUSTOM CSS VARIABLES - START
**************************************/
/*Use format --lp--custom-preset--  */
:root {
  --lp--custom-preset--border-color: #c3c3c3;
  --lp--custom-preset--accordion-background-color: #3f1904;
  --section-title-size: 32px;
  --text-gray:#9D9D9D;

}
/*************************************
!CUSTOM CSS VARIABLES - END
**************************************/
/*************************************
#CUSTOM CSS  - START
**************************************/

/* Overrides - Start*/

h2, .h2, .hic-content .hic-title h3, .hic-content .hic-title h2, body .split-50-50 .medium-12 .hic-title h3, .hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content header.title h2 {
    font-size: var(--section-title-size);
}
body .split-50-50 .medium-12 .hic-title h3 {
  padding-bottom: 0px;
}
.h1, .h2, h1, h2, .hic-content .hic-title {
  margin-bottom: 25px;
}
body.home .hero-banner-message {
    max-width: 600px;
}
.hero-banner-message .hic-button-wrap {
  margin-top: 30px;
}
section.page-element .section-body > .large-3 {
  padding-left: 8px;
  padding-right: 8px;
}
section.page-element .section-body:has(> .large-3) {
    padding-left: 8px;
    padding-right: 8px;
}
section.page-element .section-body > .large-3 {
  margin-bottom: 16px;
}
.element-breadcrumbs {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: transparent !important;
}
.breadcrumb-separator {
    width: 1px;
    display: inline-block;
    height: 16px;
    background: #000;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.breadcrumb-separator::after {
  display:none;
}
.woocommerce-account .body-content .page-elements .page-element:first-of-type,
.woocommerce-checkout .body-content .page-elements .page-element:first-of-type {
  padding-top: 0px;
}
@media (min-width: 1024px) {
    .hero .hero-banner-message h1, .hero .hero-banner-message .h1 {
        font-size: 46px;
    }
}

/* Social Media */

.social-media li a i {
    font-size: 20px !important;
}
.social-media li {
    margin-right: 15px !important;

}

/*OVerrides - End*/

/*Additional Helper Class - Start*/
.center-header.default-alignment .section-header,
.center-header.text-left .section-header,
.center-footer.default-alignment .section-footer .hic-button-wrap,
.center-footer.text-left .section-footer .hic-button-wrap {
  text-align: center;
  justify-content: center;
}
.client-logo .hic-image::before {
  padding-top: 55%;
}
.button, .wp-block-button__link{
  border-radius: 0;
}
.square-images.content-box-element .hic-image::before,
.square-images.listing-element .hic-image::before{
  padding-top: 80% !important;
}

.landscape-images.content-box-element .hic-image::before,
.landscape-images .hic-box .hic-image::before {
  padding-top: 55% !important;
}
.center-vertical .cell{
  align-content: center;
}
.home-products > .inner-section > .grid-container > .section-body > .cell{
  width: 40%;
}
.home-products > .inner-section > .grid-container > .section-body > .cell:last-child{
  width: 60%;
}
.box-gap-lg .hic-box,
.gap-lg .section-body{
  gap: 60px;
}
.box-gap-md .hic-box,
.gap-md .section-body{
  gap: 40px;
}
.heading-m-0 .section-header{
  margin-bottom: 0
}
.landscape-images .hic-image::before,
.landscape-images .hic-box .hic-image::before {
  padding-top: 40%;
}
.hide-breadcrumb .element-breadcrumbs,
.hide-body-content .body-content {
  display: none;
}
.title-transform-regular .hic-box .hic-content .hic-title h3 {
  text-transform:unset;
}
.button-position-left .hic-button-wrap {
  justify-content: flex-start !important;
}
section.page-element.section-background-white {
  background:#fff;
}
@media print, screen and (min-width: 40em) {
    .gap-md .grid-x>.medium-6 {
        width: calc(50% - 20px);
    }
  .gap-lg .grid-x>.medium-6 {
        width: calc(50% - 30px);
    }
}

.form-spaced-top .contact-us-form_wrapper {
  margin-top: 40px;
}

/* Images */
.image-curve-small .hic-item .hic-media-container {
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
    overflow: hidden;
}
.image-tall .hic-media-container .hic-image:before {
    padding-top: 105%;
}
.image-orientation .hic-media-container .hic-image {
    max-height: 520px;
}
.image-contain .hic-media-container .hic-image {
  background-size: contain;
    background-repeat: no-repeat;
}
.image-position-left .hic-media-container .hic-image {
  background-position: left;
}
.imag-right-content.box-image-space-large .hic-media-container {
    padding-left: 100px !important; 
}
.imag-right-content.box-image-space-medium .hic-media-container {
    padding-left: 70px !important;  
}
.imag-right-content.box-image-space-small .hic-media-container {
    padding-left: 50px !important;  
}
.image-left-content.box-image-space-large .hic-media-container {
    padding-right: 100px !important;  
}
.image-left-content.box-image-space-medium .hic-media-container {
    padding-right: 70px !important; 
}
.image-left-content.box-image-space-small .hic-media-container {
    padding-right: 50px !important; 
}

/* Video */

.hide-video-display .hic-media-container .video-play-button {
  opacity: 0;
  
}
.hide-video-display .hic-media-container {
  pointer-events: none;
}
.hide-video-display .hic-media-container {
  overflow: unset !important;
}
.hide-video-display .hic-media-container .hic-image .table-cell-mid {
  background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/play-btn.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  pointer-events: all;
}
.hide-video-display .hic-media-container .hic-image {
  background-image: unset !important;
  background-size: contain;
    background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  margin: auto;
}
.hide-video-display .hic-media-container .hic-image .table-cell-mid,
.hide-video-display .hic-media-container .hic-image .table-cell-mid:hover {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.hide-video-display .hic-media-container .hic-image .table-cell-mid:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.hide-video-display .hic-media-container .hic-image .vpv-container {
  align-items: center;
}
.split-50-50 .has-media .hic-content .hic-content {
  width: 100% !important;
}

/* Testimonials */

body .slider-button-left.carousel .slick-dots {
  text-align: left !important;
}

/* Contents */
.hic-content-white .hic-box,
.hic-content-white .hic-box .hic-content {
  background: #fff !important;
}
section.page-element.post-element.listing-element .section-body .article.article-item .hic-title {
  margin-bottom: 5px;
}
section.page-element.post-element.listing-element .section-body .article.article-item .hic-title h3 {
  font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4;
}
section.page-element.post-element.listing-element .section-body .article.article-item .hic-button-wrap {
  margin-top: 25px;
}
/* section.page-element.post-element.listing-element .section-body .article.article-item .hic-content {
  padding-top: 30px;
    padding-bottom: 30px;
} */
section.page-element.post-element.listing-element .section-body .article.article-item .hic-button-wrap a {
    font-weight: 400;
    letter-spacing: 0;
  position: relative;
  padding-right: 20px;
}
section.page-element.post-element.listing-element .section-body .article.article-item .hic-button-wrap a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 18px;
    color: var(--lp--base-preset--brand-color--primary);
    top: 14px;
    position: absolute;
    right: 0;
    right: 0;
    top: -2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.post-element.page-element.button-bottom .hic-box {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; 
}
.post-element.page-element.button-bottom .hic-box .hic-content {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.post-element.page-element.button-bottom .hic-box .hic-content .hic-button-wrap {
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.post-element.page-element.button-bottom .hic-box .hic-content 

.box-content-pt-0 .hic-box .hic-content {
  padding-top: 0px !important;
}
.box-content-transparent .hic-box .hic-content {
  background-color: transparent !important;
}
.box-content-x-0 .hic-box .hic-content {
  padding-left: 0px;
  padding-right: 0px;
}
.regular-box-only .hic-title {
  position: relative !important;
  bottom: unset !important;
}
.regular-box-only .hic-content .hic-title h3 {
  font-size: var(--section-title-size) !important;
  color: var(--lp--base-preset--heading--color) !important;
}
.regular-box-only .hic-box:hover .hic-content .hic-title {
  opacity: 1 !important;
}
.title-has-maxwidth-1 .hic-title {
  max-width: 400px;
}
.title-has-maxwidth-2 .hic-title {
  max-width: 450px;
}
.title-has-maxwidth-3 .hic-title {
  max-width: 500px;
}
.hic-box .hic-content .hic-icon {
  margin-bottom: 20px;
}
.hic-item.medium-4.large-2_4 .hic-box .hic-content {
  padding-top: 40px;
    padding-bottom: 40px;
}
.hic-item.medium-4.large-2_4 .hic-box .hic-content  .hic-blurb p {
  font-size: 16px;
}
.hic-item.medium-4.large-2_4 {
  margin-bottom: 8px !important;
}

@media(min-width: 1024px) {
	.hic-item.medium-4.large-2_4 {
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.services-blocks-item .grid-container:not(.full)>.grid-padding-x.section-body { 
		margin-left: 10px;
		margin-right: 10px;
	}
}

.underline-link .hic-box .hic-content .hic-blurb a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.boxes-equal-height .section-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}
.boxes-equal-height .section-body > .hic-item {
  height: inherit;
}
.boxes-equal-height .section-body > .hic-item .hic-box,
.boxes-equal-height .section-body > .hic-item .hic-box .hic-content {
  height: 100%;
}
.box-has-animation-small .hic-item,
.box-has-animation-medium .hic-item,
.box-has-animation-large .hic-item,
.box-has-animation-small .hic-item:hover,
.box-has-animation-medium .hic-item:hover,
.box-has-animation-large .hic-item:hover {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.box-has-animation-small .hic-item:hover {
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  -ms-transform: scale(1.035);
  -o-transform: scale(1.035);
  transform: scale(1.035);
}

.box-has-animation-medium .hic-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box-has-animation-large .hic-item:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.hic-blurb ul li {
  margin-bottom: 7px;
}
.checklist-check .hic-blurb ul {
  padding-top: 5px;
}
.checklist-check .hic-blurb ul {
  margin-left: 0px;
}
.checklist-check .hic-blurb ul li {
  position: relative;
  list-style-type: none;
  padding-left: 20px;
}
.checklist-check .hic-blurb ul li:marker {
  display: none;
}
.checklist-check .hic-blurb ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 7px;
}

.box-icon-left .hic-box .hic-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-icon-left .hic-box .hic-content .hic-blurb {
  flex:0 0 100%;
  -ms-flex:0 0 100%;
  -webkit-flex:0 0 100%;
  -moz-flex:0 0 100%;
  -o-flex:0 0 100%;
  max-width: 100%;
}
.box-icon-left .hic-box .hic-content .hic-icon {
    margin-top: 2px;
    margin-right: 12px;
    width: 26px;
    height: 26px;
}
.box-icon-left .hic-box .hic-content .hic-icon img {
  width: 100%;
}
.box-space-right-1 .hic-box {
  margin-right: 30px;
}
.box-space-right-2 .hic-box {
  margin-right: 50px;
}
.box-space-right-3 .hic-box {
  margin-right: 70px;
}
.box-space-left-1 .hic-box {
  margin-left: 30px;
}
.box-space-left-2 .hic-box {
  margin-left: 50px;
}
.box-space-left-3 .hic-box {
  margin-left: 70px;
}
.hic-item-mb-0 .hic-item {
  margin-bottom: 0px !important;
}

/* Titles */

.hic-item.medium-4.large-2_4 .hic-title h3 {
  font-size: 18px;
}
.hic-item.medium-4.large-2_4 .hic-content .hic-title {
  margin-bottom: 5px;
}
.title-no-space-bottom .hic-title {
  margin-bottom: 0px !important;
}
.section-title-no-space-bottom .section-title {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.small-box-title .hic-box .hic-title h3 {
  font-size: 26px;
}



/* Colors */

.color-all-white h1,
.color-all-white h2,
.color-all-white h3,
.color-all-white h4,
.color-all-white h5,
.color-all-white li,
.color-all-white span,
.color-all-white p,
.color-all-white li {
  color:#fff;
}

.color-all-regular h1,
.color-all-regular h2,
.color-all-regular h3,
.color-all-regular h4,
.color-all-regular h5,
.color-all-regular li,
.color-all-regular span,
.color-all-regular p,
.color-all-regular li {
  color:var(--lp--base-preset--body--color) !important;
}


.title-align-left .section-title,
.title-align-left .sub-heading,
.title-align-left .hic-title,
.title-align-left .hic-title { 
  text-align: left;
}
.title-align-center .section-title,
.title-align-center .sub-heading,
.title-align-center .hic-title,
.title-align-center .hic-title { 
  text-align: center;
}
.title-align-right .section-title,
.title-align-right .sub-heading,
.title-align-right .hic-title,
.title-align-right .hic-title { 
  text-align: right;
}
.box-align-left {
  text-align: left !important;
}
.box-align-right {
  text-align: right !important;
}

/* Section */

.section-gradiant-bg .section-background:before {
    background: linear-gradient(to right, #89cbbac4, #00718ad1 100%);
}
section.page-element.section-top-regular {
  padding-top: 80px !important;
}
section.page-element.section-bottom-regular {
  padding-bottom: 80px !important;
}
.bg-gray {
  background-color: var(--lp--base-preset--brand-color--grey);
}
body.archive .off-canvas-content,
.off-canvas-content-bg-gray-light .off-canvas-content,
.taxonomy-product_cat-template-1 .off-canvas-content{
    background-color: #f2f2f285;
}

/* Buttons */

.button-white .gform_footer .button {
  background: transparent;
  border-color:#fff;
}



/*Additional Helper Class - End*/
/*Header - Start*/
.secondary-menu a{
  color: var(--text-gray);
  font-weight: 600;
}
.header-quicklinks {
  display: flex;
  list-style: none;
  gap: 30px; 
  align-items: center;
  margin: 0;
}
.header-quicklinks a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #00718A;
}

.header-quicklinks .header-ndis a{
	pointer-events: none;
}

.header-quicklinks .header-ndis img{
  width: auto;
}
.header-quicklinks img{
  width: 40px;
}
.header-links{
  list-style: none;
  display: flex;
  gap: 20px;
}
.header .top-bar .logo-wrap .logo {
    max-width: 180px;
}
.header .top-bar .top-bar-col.top-bar-col-4 > .text {
	align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  gap: 30px;
}
.top-header.two-column p {
    font-weight: 500;
}
header.header .top-bar .cart-icon i {
  color:var(--lp--base-preset--brand-color--primary);
  font-size: 28px;
}
header.header .top-bar .cart-icon {
  margin-top: 10px;
}
header.header .top-bar .cart-icon a {
  position: relative;
}
header.header .top-bar .cart-icon a .cart-count {
    background: #00718A;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    right: -27px;
    color: #fff;
    border: 1px solid #fff;
}
header.header .top-header .text a {
  color:#fff;
}
header.header .top-header {
  position: relative;
}
header.header .top-header .hic-close-top-header {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
	display: none;
}
#top-bar-menu{
  border-bottom: #e5e5e5 solid 1px;
  padding-block: 15px;
}
.top-header{
  background-image: linear-gradient(90deg, #8DCEBC, #188192);
    color: #FFF;
}
.header .bottom-header{
  padding: 0;
}
.top-header p{
  margin-bottom: 0;
}
.header-light .header .menu li:not(.menu-button) a{
  color: var(--lp--base-preset--brand-color--primary);
}
.header .menu a{
  text-transform: none;
}
.header-phone,
.bottom-header .contact-details{
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-phone .phone,
.bottom-header .contact-details .contact-phone a{
  align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--lp--base-preset--brand-color--primary);
    color: #FFF;
    font-weight: 600;
    padding-inline: 24px;
    height: 60px;
    font-size: 18px;
}
.header-phone .phone small,
.bottom-header .contact-phone a:before{
  font-weight: 100;
  font-size: 13px;
}

.bottom-header .contact-phone{
	padding-left: 0;
	margin-bottom: 0;
}

.bottom-header .contact-phone:before{
	display: none;
}

.bottom-header .contact-phone a:before{
	display: block;
	content: 'Need help?'
}
.custom-header-layout .top-bar{
  padding: 0;
}
.bottom-header-col.bottom-header-menu{
  margin-right: auto;
  padding-left: 0;
}
header .mobile-search-icon {
  display: none;
}
.header .bottom-header .bottom-header-col-3 ul li:not(:last-child) {
  margin-right: 30px;
}

/*Header - End*/

/*Search - Start*/
header.header.custom-header-layout .top-bar .header-cart-item {
  display: none;
}
header.header.custom-header-layout .top-bar .top-bar-body {
    justify-content: space-between;
}
header.header.custom-header-layout .top-bar-col-3.top-bar-text {
  flex-grow: 1;
}
header.header.custom-header-layout .top-bar-col-3.top-bar-text form {
  margin-right: 80px;
}
header.header.custom-header-layout .top-bar-logo {
  margin-right: 0;
}
header.header.custom-header-layout .text {
  width: 100%;
}
.header .bottom-header {
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.04);
  -moz-box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.04);
}
.header .bottom-header .bottom-header-body {
  align-items: unset;
}
.header .bottom-header .bottom-header-body ul,
.header .bottom-header .bottom-header-body ul li,
.header .bottom-header .bottom-header-body ul li a,
.header .bottom-header .bottom-header-body .text {
  height: 100%;
}
.header .bottom-header .bottom-header-body ul li {
  margin-right: 0px;
}
.header .bottom-header .bottom-header-body ul.menu li a:hover {
  color:#fff;
  background: var(--lp--base-preset--brand-color--secondary);
}
.header .bottom-header .bottom-header-body ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
}
.header .bottom-header .bottom-header-body {
  flex-wrap: wrap;
}
.header .bottom-header .bottom-header-body .bottom-header-col-4 {
  flex:0 0 100%;
  -ms-flex:0 0 100%;
  -webkit-flex:0 0 100%;
  -moz-flex:0 0 100%;
  -o-flex:0 0 100%;
  max-width: 100%;
}


/* Mega Menu */

.hic-mega-menu-block {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  display: none;
}
body.mega-menu-active {
  overflow: hidden;
}
body.mega-menu-active .hic-mega-menu-block {
  display: block;
}
.hic-mega-menu-block.long-items {
  height: -webkit-calc(100vh - 285px);
  height: -moz-calc(100vh - 285px);
  height: -ms-calc(100vh - 285px);
  height: -o-calc(100vh - 285px);
  height: calc(100vh - 285px);
}

.hic-mega-menu-block.long-items .hic-mmb-inner {
    height: 100%;
    overflow-y: scroll;
}
.hic-mega-menu-block.long-items .hic-mmb-inner::-webkit-scrollbar {
  width: 10px;
  }
  
  /* Track */
.hic-mega-menu-block.long-items .hic-mmb-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  }
  
  /* Handle */
.hic-mega-menu-block.long-items .hic-mmb-inner::-webkit-scrollbar-thumb {
  background: #888;
  }
  
  /* Handle on hover */
.hic-mega-menu-block.long-items .hic-mmb-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
  }
.hic-mega-menu-block:before {
    content: "";
    height: 1px;
    width: 200%;
    left: -50%;
    background: #c3c3c3;
    top: 0;
    display: block;
    position: absolute;
}
.hic-mega-menu-block .hic-mmb-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col {
  flex:0 0 25%;
  -ms-flex:0 0 25%;
  -webkit-flex:0 0 25%;
  -moz-flex:0 0 25%;
  -o-flex:0 0 25%;
  max-width: 25%;
  margin-bottom: 40px;
  padding-right: 15px;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-menu {
  padding-left: 15px;
  flex-grow: 1;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-col-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image {
  flex:0 0 120px;
  -ms-flex:0 0 120px;
  -webkit-flex:0 0 120px;
  -moz-flex:0 0 120px;
  -o-flex:0 0 120px;
  max-width: 120px;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image .hic-mmb-image-inner {
  padding: 10px;
  border: 1px solid #c3c3c3;
  overflow: hidden;
}
/* .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image .hic-mmb-image-inner img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
} */
.hic-mega-menu-block .hic-mmb-menu-items li a:hover {
  opacity: 0.7;
}
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image .hic-mmb-image-inner img,
.hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image .hic-mmb-image-inner img:hover {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.hic-mega-menu-block .hic-mmb-menu-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hic-mega-menu-block .hic-mmb-menu-title span {
    font-weight: 700;
  color: var(--lp--base-preset--brand-color--primary);
}
.hic-mega-menu-block .hic-mmb-menu-items li {
    display: block !important;
    margin-bottom: 10px;
    padding-right: 0 !important;
    margin-right: 0px !important;
}

.hic-mega-menu-block .hic-mmb-menu-items li a {
  color:var(--lp--base-preset--body--color);
  padding: 0px !important;
  font-size: 14px;
  display: block !important;
  font-weight: 400;
  line-height: 1.6;
}
.hic-mega-menu-block .search-for-more {
  margin-top: 20px;
}
.hic-mega-menu-block .search-for-more a {
  font-weight: 400;
  color: var(--lp--base-preset--brand-color--primary);
  font-size: 14px;
}

.hic-mega-menu-block .search-for-more a::after{
  margin-left: 5px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  text-decoration: none;
}

form.filter-form ul.search-filters {
  width: 100%;
  display: block;
  position: relative;
}
form.filter-form ul.search-filters input {
  max-width: unset;
  background: #f1f1f1;
  margin: 0px;
  border-bottom: 0px solid transparent;
}
form.filter-form ul.search-filters input::-webkit-input-placeholder { 
  color: var(--text-gray); 
}
form.filter-form ul.search-filters input::-moz-placeholder { 
  color: var(--text-gray); 
}  
form.filter-form ul.search-filters input:-ms-input-placeholder { 
  color: var(--text-gray); 
}
form.filter-form ul.search-filters .field.last {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
    height: 100%;
}
form.filter-form ul.search-filters .field.last input {
  opacity: 0;
  height: 100%;
  width: 100%;
    position: absolute;
}
form.filter-form ul.search-filters .field.last:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/search-icon.svg');
  display: block;
    background-repeat: no-repeat;
    position: relative;
}
form.filter-form ul.search-filters br {
  display: none;
}

/*Search - End*/

/* Filter */

.page-element.listing-element.filter-horizontal .search-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
} 
.page-element.listing-element .search-filters .field select {
  border:1px solid var(--lp--base-preset--brand-color--primary);
  color: var(--lp--base-preset--brand-color--primary);
  min-width: 320px;
  font-size: 14px;
  position: relative;
  padding-right: 25px;
}
.page-element.listing-element .search-filters .field.filter-select {
  position: relative;
  
}
.page-element.listing-element .search-filters .field.filter-select:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 22px;
    color: var(--lp--base-preset--brand-color--primary);
    bottom: 7px;
    position: absolute;
    right: 12px;
  pointer-events: none;
}
.page-element.listing-element .search-filters .field .hic-label {
  margin-bottom: 10px;
    display: block;
  color: var(--lp--base-preset--brand-color--primary);
  font-weight: 700;
}
.page-element.listing-element.post-element .article.article-item {
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;

}
.page-element.listing-element.post-element .article.article-item .hic-box:hover .hic-media-container .hic-image {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid {
  position: absolute;
    bottom: 0;
    left: 0;
  background: var(--lp--base-preset--brand-color--primary);
  padding: 20px;
    width: 70px;
    height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
    justify-content: center;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  overflow: hidden;
  /* padding-left: 60px; */
}

.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid:before {
  content: "\f04b";
    font-family: fontAwesome;
  font-size: 25px;
  color:#fff;
  position: absolute;
  left: 27px;
  top: 16px;
}
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid:after {
  content:"PLAY VIDEO";
  color:#fff;
  font-size: 16px;
  margin-left: 0px;
  font-weight: 700;
  -webkit-transform: translateX(27px);
  -moz-transform: translateX(27px);
  -ms-transform: translateX(27px);
  -o-transform: translateX(27px);
  transform: translateX(27px);
  left: 10px;
  position: absolute;
  left: 22px;
  top: 22px;
  width: 120px;
  opacity: 0;
}
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid:hover:after {
  opacity: 1;

}
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid:after {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid:hover {
  width: 190px;
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.page-element.listing-element.post-element .article.article-item.has-video .hic-media-container > a {
    cursor: unset;
    pointer-events: none;
} 
.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid {
    pointer-events: all;
    cursor: pointer;
}

.page-element.listing-element.post-element .article.article-item.has-video .table-cell-mid .video-play-button {
  display: none;
}
section.page-element.filter-button-display form.filter-form ul.search-filters .field.last input.search-submit {
    opacity: 1;
    position: relative;
  width: auto;
  height: 50px;
  background: var(--lp--base-preset--brand-color--primary);
}
section.page-element.filter-button-display form.filter-form ul.search-filters .field.last {
  position: relative;
    width: auto;
    height: auto;
    top: unset;
  align-items: flex-end;
}
section.page-element.filter-button-display form.filter-form ul.search-filters .field.last:before {
  display: none;
}

/*Content Boxes Overlay - Start*/
.image-overlay-content .has-media .hic-media-container .overlay{
  background: linear-gradient(to bottom, transparent, #00718A 100%);
  transform: translateY(25%);
  transition: .3s all ease-in-out;
}
.image-overlay-content .has-media .hic-box:hover .overlay{
  transform: translateY(0);
}

body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header):hover .hic-media-container .hic-image,
.image-overlay-content .has-media .hic-box:hover .hic-image{
  transform: scale(1.1);
}
.image-overlay-content .hic-title h3{
  text-transform: none;
  font-size: 1.3rem !important;
}
.image-overlay-content.default-alignment .hic-box .hic-button-wrap {
	align-self: center;
}

.image-overlay-content.grid .hic-box .hic-content .hic-title,
.image-overlay-content.carousel .hic-box .hic-content .hic-title {
  position: absolute;
    bottom: 20px;
  transition: .2s all;
}
.image-overlay-content.grid .hic-box .hic-content .hic-button-wrap,
.image-overlay-content.carousel .hic-box:hover .hic-content .hic-title,
.image-overlay-content.carousel .hic-box .hic-content .hic-button-wrap{
  opacity: 0;
}
.image-overlay-content.grid .hic-box .hic-content,
.image-overlay-content.carousel .hic-box .hic-content{
  justify-content: center;
  transform: none;
  height: 100%;
}
.image-overlay-content.grid .hic-box:hover .hic-content .hic-button-wrap,
.image-overlay-content.carousel .hic-box:hover .hic-content .hic-button-wrap{
  opacity: 1;
}
.image-overlay-content.grid .hic-box .hic-content .hic-button-wrap,
.image-overlay-content.carousel .hic-box .hic-content .hic-button-wrap{
  margin-top: 0;
}
@media(min-width:1024px) {
	
.image-overlay-content.grid .hic-box .hic-content .hic-title,
	.image-overlay-content.carousel .hic-box .hic-content .hic-title {
		min-height: 50px;
		margin-bottom: 8px;
	}
}
body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header) .hic-media-container .hic-image,
body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header):hover .hic-media-container .hic-image,
.image-overlay-content.grid .hic-box .hic-content .hic-button-wrap,
.image-overlay-content.carousel .hic-box .hic-content .hic-button-wrap,
.image-overlay-content .has-media .hic-box .hic-image{
  transition: .3s all ease-in-out;
}
.slick-initialized .slick-slide {
    margin-right: 10px;
  margin-left: 10px;
}
.reduce-slide-gaps .slick-initialized .slick-slide {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.carousel .slick-dotted > .slick-dots {
        text-align: center !important;
    }
.carousel:not(.thumbnail-nav) .slick-dots li.slick-active button:before,
.hic-gallery-images.image-slider.slick-dotted > .slick-dots li.slick-active button:before {
  color:var(--lp--base-preset--brand-color--primary) !important;

} 
.carousel:not(.thumbnail-nav) .slick-dots li.slick-active button,
.hic-gallery-images.image-slider.slick-dotted > .slick-dots li.slick-active button {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
section.page-element.gallery-element.carousel:not(.thumbnail-nav) .slick-dotted > .slick-dots,
.hic-gallery-images.image-slider.slick-dotted > .slick-dots {
    position: relative !important;
    bottom: 0px !important;
  margin-top: 40px;
}
/*Content Boxes Overlay - End*/
/*Hero Section - Start*/
.hero .inner-hero{
  background: url("/wp-content/uploads/2024/08/hero-1-image@2x.png");
  background-size: cover;
}
.home .hero-banner-message{
  max-width: 500px;
}
.banner-as-breadcrumb section.hero {
  min-height: unset !important;
  padding-top: 80px !important;
  padding-bottom: 40px !important;
    background: transparent;
}
.banner-as-breadcrumb section.hero .hero-banner-message h1 {
  display: none;
}
.banner-as-breadcrumb section.hero .inner-hero {
  background-image: unset !important;
}
.banner-as-breadcrumb section.hero .inner-hero span,
.banner-as-breadcrumb section.hero .inner-hero span a {
  color: var(--lp--base-preset--body--color);
  font-size: 18px;
}


/*Hero Section - End*/
/*Testimonials - Start*/
.box-testimonials{
   background: #004a65cc;
  padding-inline: 20px;
}
.testimonial-element:not(.image-above-content):not(.image-overlay-content).box-testimonials .hic-content::before{
  display: none;
}
.box-testimonials .section-header{
  margin-bottom: 0;
}
.box-testimonials .hic-client-name{
  margin-bottom: 0;
}
.box-testimonials .section-title{
  text-align: left;
}
.box-testimonials .slick-dots li{
  margin: 0;
}
.box-testimonials .slick-dots li:not(.slick-active){
  -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
  opacity: 1;
}
.box-testimonials .slick-dots li:not(.slick-active) button:before{
  opacity: 1;
}
.box-testimonials .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #ffffff;
}
.box-testimonials .slick-dots li button:before {
  display: none;
}
.box-testimonials .slick-dots li button {
  border:1px solid #fff;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
  width: 13px;
    height: 13px;
}
.box-testimonials .slick-dots li.slick-active button {
  background: #fff;
}
.box-testimonials .hic-rating .fas.fa-star{
  color: #ffffff;
}
.box-testimonials .hic-rating .fas.fa-star:not(:last-child) {
  margin-right: 4px;
}
.box-testimonials .fa-star:before{
  font-size: 14px;
}
.testimonial-wrap.page-element.has-bg-img .bg-image::before{
   background: none;
}
/* .testimonial-wrap .bg-image{
  background-position: top;
} */
.testimonial-wrap .box-testimonials {
    max-width: 600px;
    margin-left: auto;
  padding: 40px !important;
}
.testimonial-wrap .hic-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
}


@media (min-width: 641px) {
    .carousel .slick-dotted > .slick-dots {
    text-align: left;
      padding-left: 11px;
        bottom: -45px;
    }
}
/*Testimonials - End*/
/*Home Intro - Start*/
.home-intro-section .cell{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*Home Intro - End*/
/*Forms - Start */
.gform_wrapper .gform_validation_errors > h2 {
  color: #c02b0a !important;
}
.gform_wrapper .gform_validation_errors {
  padding-left: 15px;
}
.form-max-width-1 .gform_wrapper {
  max-width: 450px;
}
.form-max-width-2 .gform_wrapper {
  max-width: 500px;
}
.form-max-width-3 .gform_wrapper {
  max-width: 600px;
}
.form-mt-50 .gform_wrapper {
  margin-top: 50px;
}
.form-mt-40 .gform_wrapper {
  margin-top: 40px;
}
.form-mt-30 .gform_wrapper {
  margin-top: 30px;
}
.gravity-theme input[type="text"],
.gravity-theme input[type="email"],
.gravity-theme input[type="tel"],
.gravity-theme input[type="number"],
.gravity-theme input[type="password"],
.gravity-theme textarea,
.gravity-theme select {
  background: #F4F4F4;
  border: none;
  text-indent: 5px;
}
.gravity-theme input[type="text"]::placeholder,
.gravity-theme input[type="email"]::placeholder,
.gravity-theme input[type="tel"]::placeholder,
.gravity-theme input[type="number"]::placeholder,
.gravity-theme input[type="password"]::placeholder,
.gravity-theme textarea::placeholder,
.gravity-theme select::placeholder {
  color: #848484;
  /* font-size: 12px; */
  border-radius: 10px;
}
.gravity-theme select {
  color: #848484;
}
.text-center .ginput_container_consent {
  justify-content: center;
}

.gfield--input-type-html  {
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.gfield--input-type-html h3 {
  font-size: 21px;
}
.gfield--input-type-html:first-of-type {
  margin-top: 0px;
}
.gfield_consent_label a {
  font-weight: 700;
  color: var(--lp--base-preset--brand-color--primary);
}
.gfield_consent_description {
  font-size: 14px !important;
}
.submit-button-not-last .gform_fields .gfield:last-child,
.submit-button-not-last .gform_fields .gfield:nth-last-child(2),
.gform_wrapper .gfield.gfield--type-password .ginput_password {
  width: 100%;
}
.gform_wrapper .gfield.gfield--type-password .ginput_container_password  {
  display: block;
}
.gform_wrapper .gfield.gfield--type-password .ginput_password {
  display: block;
  height: auto;
}
.gform_wrapper label.gform-field-label {
  color:#7F7F7F;
}
.gform_wrapper .gfield.gfield--type-password .ginput_password,
.gform_wrapper .gfield.gfield--type-password .ginput_password .password_input_container {
  padding: 0px !important;
}
.gform_wrapper .gfield.gfield--type-password .gform-field-label--type-sub {
  display: none;
}
.gform_wrapper .gfield.gfield--type-password .ginput_password.ginput_left {
  margin-bottom: 16px;
}
.submit-button-not-last .gform_fields .gfield:nth-last-child(2) {
  order: 1
  }
  
 .submit-button-not-last .gform_fields .gfield:last-child {
  order: 0;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  cursor:pointer;
  position: relative;
}
.submit-button-not-last .gform_footer {
  padding: 0px;
}
.primary-submit-button .button {
  color: var(--lp--base-preset--button--color) !important;
  border-color: transparent !important;
  background-color: var(--lp--base-preset--button--background-color) !important;
}
.button-has-icon .gfield--type-submit input {
  position: relative;
	padding: 20px 45px;
}

.button-has-icon .gfield--type-submit:after {
  content: "";
  background: url("/wp-content/themes/launchpad-platform-child/assets/icons/locker-icon.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
		left: calc(50% - 123px);
	  left: -ms-calc(50% - 123px);
	  left: -webkit-calc(50% - 123px);
    top: 19px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}
.button-has-icon-2 .gfield--type-submit:after {
   left: calc(50% - 90px);
  left: -ms-calc(50% - 90px);
  left: -webkit-calc(50% - 90px);
}
.hic-button-submit-container {
  position: relative;
}
.hic-button-submit-container .button {
  padding-left: 50px;
}
.hic-button-submit-container svg {
    position: absolute;
    left: 25px;
    top: 16px;
    height: 15px;
    width: 15px;
}
.gform_wrapper .ginput_container_consent {
  position: relative;

}
.gform_wrapper .gfield--type-consent.text-center .ginput_container_consent {
  max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.gform_wrapper .ginput_container_consent input,
.gfield.gfield--type-checkbox .gfield-choice-input {
  position: absolute !important;
  left: 0;
  top: 0 !important;
  height: 100%;
  width: 30px;
  opacity: 0;
}
.gfield.gfield--type-checkbox .gchoice {
  position: relative;
}
.gfield.gfield--type-checkbox .gform-field-label,
.ginput_container_consent .gform-field-label {
    position: relative;
    padding-left: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  text-align: left;
}
.gfield.gfield--type-checkbox .gform-field-label:before,
.ginput_container_consent .gform-field-label:before {
  content: "";
  background: url("/wp-content/themes/launchpad-platform-child/assets/icons/check-icon.svg");
    background-size: contain;
    width: 12px;
    height: 12px;
    left: 4px;
    top: 8px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
  opacity: 0;
}
.gfield.gfield--type-checkbox .gfield-choice-input:checked + label:before,
.gform_wrapper .ginput_container_consent input:checked + label:before {
  opacity: 1;
}
.gfield.gfield--type-checkbox .gform-field-label:after,
.ginput_container_consent .gform-field-label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #7070707a;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    left: 0;
    top: 2px;
    display: block;
    position: absolute;
}

.gform_wrapper .red-field input::placeholder {
  color: #EF2D2D;
  }
  .address-adjust-bottom-space-1.gfield.gfield--input-type-address {
  margin-bottom: -16px;
  }
  .address-adjust-bottom-space-2.gfield.gfield--input-type-address {
  margin-bottom: -32px;
  }
.gform_wrapper .gfield .ginput_container_address {
  gap: 16px;
  width: calc(100% + 16px);
}
.gform_wrapper .gfield .ginput_container_address > span {
  flex:0 0 calc(50% - 16px);
  -ms-flex:0 0 calc(50% - 16px);
  -webkit-flex:0 0 calc(50% - 16px);
  -moz-flex:0 0 calc(50% - 16px);
  -o-flex:0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
.gform_wrapper .gfield .ginput_container_address > span.ginput_address_stat,
.gform_wrapper .gfield .ginput_container_address > span.ginput_address_zip {

}
.gform_wrapper .gfield .ginput_container_address > span.address_line_1 {
  flex:0 0 calc(100% - 16px);
  -ms-flex:0 0 calc(100% - 16px);
  -webkit-flex:0 0 calc(100% - 16px);
  -moz-flex:0 0 calc(100% - 16px);
  -o-flex:0 0 calc(100% - 16px);
  max-width: calc(100% - 16px);
  margin-right: 16px;
}
.gform_wrapper .gfield .ginput_container_address > span.address_country {
  position: relative;
}
.gform_wrapper .gfield .ginput_container_address > span.address_country:after {
  content: "";
  background: url("/wp-content/themes/launchpad-platform-child/assets/icons/caret-down.svg");
  background-size: contain;
    width: 16px;
    height: 16px;
    right: 18px;
    top: 20px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.gform_wrapper .ginput_complex select:active,
.gform_wrapper .ginput_complex select:focus {
  box-shadow: unset;
  -ms-box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -o-box-shadow: unset;
}


/*Forms - End */
.accordion-content{
  padding-left: 0;
}
/* .accordion-element .accordion{
  margin-top: 40px;
} */
li.accordion-item:not(:last-child) {
    border-bottom: solid thin #dbdbdb;
}
.accordion-element:not(.second-theme-section) .accordion-title{
  background: none;
  padding-left: 0 !important;
}
.accordion-element.page-element .accordion-title:hover, .accordion-element.page-element .is-active .accordion-title{
  background: none;
  color: var(--lp--base-preset--heading--color);
  padding-left: 0;
}

/* Woocommerce */

.wc-block-components-address-form__address_2-toggle {
  display: block;
}
.hic-woocommerce-dashboard .woocommerce-MyAccount-navigation li a {
  text-transform: uppercase;
  font-weight: 400;
}
.hic-woocommerce-dashboard .woocommerce-MyAccount-navigation li.is-active a,
.hic-woocommerce-dashboard .woocommerce-MyAccount-navigation li a:hover {
  font-weight: 600;
  color:var(--lp--base-preset--brand-color--primary);
}
.hic-woocommerce-dashboard .woocommerce {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.logged-in .hic-woocommerce-dashboard .woocommerce {
  flex-direction: row;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-navigation {
  flex:0 0 220px;
  -ms-flex:0 0 220px;
  -webkit-flex:0 0 220px;
  -moz-flex:0 0 220px;
  -o-flex:0 0 220px;
  max-width: 220px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content {
  padding-left: 40px;
  flex-grow: 1;
}

.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content input,
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content select {
  padding-left: 0px;
  padding-right: 0px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content input::placeholder {
  color:#7F7F7F;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content .woocommerce-Address:not(:last-child) {
  margin-bottom: 40px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content header.title h2 {
  margin-bottom: 15px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row > label,
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content .form-row > label {
  color:var(--lp--base-preset--brand-color--primary);
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row > span {
    margin-top: 8px;
    display: block;
    font-size: 14px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content fieldset legend {
  font-weight: 700;
    color: var(--lp--base-preset--brand-color--primary);
}
.hic-woocommerce-dashboard .woocommerce .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
.hic-woocommerce-dashboard .woocommerce > .woocommerce-notices-wrapper,
.hic-woocommerce-dashboard .woocommerce > h2,
.hic-woocommerce-dashboard .woocommerce > .woocommerce-form-login  {
  flex:0 0 100%;
  -ms-flex:0 0 100%;
  -webkit-flex:0 0 100%;
  -moz-flex:0 0 100%;
  -o-flex:0 0 100%;
  max-width: 100%;
}
.hic-woocommerce-dashboard .woocommerce > .woocommerce-form-login {
  max-width: 600px;
}
.hic-woocommerce-dashboard .woocommerce > .woocommerce-form-login input {
  padding-left: 0px;
  padding-right: 0px;
}
.hic-woocommerce-dashboard .woocommerce > .woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 20px;
}
section.page-element.product-element.listing-element .hic-box .hic-title {
  display: none;
}
section.page-element.product-element.listing-element .hic-box .hic-product-title-override span {
  color: var(--lp--base-preset--brand-color--primary);
  font-weight: 400;
}
section.page-element.product-element.listing-element .hic-box .hic-product-title-override {
  margin-bottom: 8px;
}
section.page-element.product-element.listing-element .hic-box .hic-product-stock-count {
  margin-bottom: 2px;
}
section.page-element.product-element.listing-element .hic-box .hic-product-action-element {
  padding-top: 12px;
    justify-content: center;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.post-element.page-element.image-above-content .hic-box,
section.page-element.post-element.listing-element .hic-box .hic-content,
section.page-element.post-element.listing-element .hic-box .hic-content,
section.page-element.product-element.listing-element .hic-box .hic-content {
  background-color:transparent;
}
section.page-element.product-element.listing-element.image-left-content .hic-box .hic-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.page-element.product-element.listing-element .hic-box .hic-product-stock-count span {
  color: var(--text-gray);
}
section.page-element.product-element.listing-element .hic-product-price-block span {
  color:#D52B2B;
  font-weight: 600;
}
section.page-element.product-element.listing-element .hic-product-price-block span.regular-on-sale {
  margin-right: 10px;
  text-decoration: line-through;
}
section.page-element.post-element.listing-element.image-above-content .hic-box,
section.page-element.product-element.listing-element.image-above-content .hic-box {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.page-element.post-element.listing-element .hic-box .hic-content,
section.page-element.product-element.listing-element .hic-box .hic-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.page-element.post-element.listing-element.image-above-content .hic-box .hic-media-container:hover,
section.page-element.product-element.listing-element.image-above-content .hic-box .hic-media-container:hover {
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}

section.page-element.product-element.listing-element .hic-box .hic-button-wrap  {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  /* flex-wrap: unset; */
  align-items: flex-start;
  
}
section.page-element.post-element.listing-element.image-above-content .hic-box .hic-button-wrap,
section.page-element.product-element.listing-element.image-above-content .hic-box .hic-button-wrap {
  justify-content: center;
}
section.page-element.post-element.listing-element.image-left-content .section-body > .hic-item,
section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item {
  padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  border: 1px solid var(--lp--base-preset--brand-color--primary);
}
section.page-element.product-element.listing-element.image-left-content .section-body,
section.page-element.product-element.listing-element.image-right-content .section-body {
  padding-left: 15px;
  padding-right: 15px;
}
section.page-element.post-element.listing-element.image-left-content .section-body > .hic-item:hover,
section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
section.page-element.post-element.listing-element.image-left-content .section-body > .hic-item,
section.page-element.post-element.listing-element.image-left-content .section-body > .hic-item:hover,
section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item,
section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item:hover {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
section.page-element.product-element.listing-element .hic-button-wrap .added_to_cart,
section.page-element.product-element.listing-element .hic-button-wrap .button {
  color: var(--lp--base-preset--brand-color--primary);
  border:0px solid;
  width: auto;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  min-width: unset;
  line-height: 1.6;
}
section.page-element.product-element.listing-element .hic-button-wrap .button .cart-item-count {
    position: absolute;
    top: -10px;
    color: #fff;
    background: var(--lp--base-preset--brand-color--primary);
    width: 30px;
    height: 30px;
    right: -10px;
    display: flex;
  display: -webkit-flex; 
    align-items: center;
    justify-content: center;
    border-radius: 50%; 
}
section.page-element.product-element.listing-element .hic-button-wrap .added_to_cart {
    font-size: 12px;
    display: inline-block;
  padding: 15px 20px;
    text-transform: uppercase;
  letter-spacing: 1.4px;
    margin-top: 15px;
}
section.page-element.product-element.listing-element .hic-button-wrap .button.addFavourites {
    position: absolute;
    top: 0;
    right: 0; 
  padding: 10px !important;
  top: 5px;
    right: 5px;
  font-size: 16px;
}
section.page-element.product-element.listing-element.image-left-content .hic-button-wrap .button.addFavourites {
  position: relative;
  top: 0px;
  right: 0px;
  font-size: 12px;
  padding: 15px 20px !important;
}

section.page-element.product-element.listing-element.image-left-content .hic-button-wrap .button.addFavourites.added-to-fav-1 li,
section.page-element.product-element.listing-element.image-left-content .hic-button-wrap .button.addFavourites i {
  display: none !important;
}
section.page-element.product-element.listing-element.image-left-content .hic-button-wrap .button.addFavourites span.lbl {
  display: inline-block;
  font-size: 12px;
}
section.page-element.product-element.listing-element .hic-button-wrap .button.addFavourites.added-to-fav-1 {

}
section.page-element.product-element.listing-element .hic-button-wrap .button.addFavourites i {
  display: block !important;
}
section.page-element.product-element.listing-element .hic-button-wrap .button.addFavourites span.lbl {
  display: none;
}

section.page-element.product-element.listing-element .hic-button-wrap .button.hic-view-wishlist,
section.page-element.product-element.listing-element .hic-button-wrap .button.added-to-fav-1 {
  flex:unset;
  -ms-flex:unset;
  -webkit-flex:unset;
  -moz-flex:unset;
  -o-flex:unset;
  max-width: unset;
}
section.page-element.product-element.listing-element .hic-button-wrap .button.added-to-fav-1 li {
  list-style: none;
}
section.page-element.product-element.listing-element .hic-button-wrap .button.added-to-fav-1 li:before {
  content: "\f2ed" !important;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
}
section.page-element.product-element.listing-element .hic-button-wrap .button:hover,
section.page-element.product-element.listing-element .hic-button-wrap .added_to_cart:hover {
  background: var(--lp--base-preset--brand-color--primary);
  color: #fff;
}
section.page-element.product-element.listing-element .hic-button-wrap .button:hover span.lbl,
section.page-element.product-element.listing-element .hic-button-wrap .button.hic-view-wishlist:hover {
  color:#fff;
}
section.page-element.product-element.listing-element .hic-button-wrap .button:hover svg path {
  fill: #fff;
}
section.page-element.product-element.listing-element .hic-button-wrap .add-to-wrap-cart {
  width: auto;
  position: relative;
}

section.page-element.product-element.listing-element .hic-button-wrap .button:hover i {
  color:#fff
}
section.page-element.product-element.listing-element .hic-button-wrap .button i {
  color: var(--lp--base-preset--brand-color--primary);
  display: none;
}

section.page-element.product-element.listing-element .hic-box .hic-button-wrap .save-to-favourite .fa-tag:before {
  display: none;
}

.hic-product-action-element .hic-product-action-element-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.hic-product-action-element .hic-product-action-box {
    width: calc(33% - 20px);
  width: -ms-calc(33% - 20px);
  width: -webkit-calc(33% - 20px);
  margin: 0px 10px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
    align-items: center;
    justify-content: center;
}
.hic-product-action-element .hic-product-action-box:hover {

}
.hic-product-action-element .hic-product-action-box svg {
  width: 30px;
  height: 24px;
}
.hic-product-action-element .hic-product-action-box a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.hic-product-action-element .hic-product-action-box a:hover {
  background: var(--lp--base-preset--brand-color--primary);
}
.hic-product-action-element .hic-product-action-box a:hover svg path {
  fill: #fff;
}


/* Grid */

section.page-element.product-element.listing-element .slick-track,
section.page-element.post-element.listing-element .slick-track {
  margin: unset !important;
}

.section-pagination .prev.page-numbers,
.section-pagination .next.page-numbers  {
  width: 35px;
  height: 35px;
  background-color:var(--lp--base-preset--brand-color--primary);
	border-radius: 5px;
}
.section-pagination .prev.page-numbers:hover,
.section-pagination .next.page-numbers:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
  border-color:var(--lp--base-preset--button--background-color--hover) !important;
}
.section-pagination .page-numbers:not(.dots):hover,
.section-pagination .page-numbers:not(.current):hover {
  background-color: var(--lp--base-preset--brand-color--primary);
  border-color:var(--lp--base-preset--button--background-color--hover) !important;
  color:#fff !important;
}
.section-pagination .page-numbers.current:hover {
  color: var(--lp--base-preset--brand-color--primary) !important;
}
.section-pagination .page-numbers.dots:hover,
.section-pagination .page-numbers.current:hover {
  color:var(--lp--base-preset--brand-color--primary);
}
.section-pagination .page-numbers .pagnation-icon-angle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.section-pagination .page-numbers {
    border: 1px solid var(--lp--base-preset--brand-color--primary) !important;
    border-radius: 0px !important;
}
.section-pagination .next.page-numbers .pagnation-icon-angle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-pagination .next.page-numbers:not(.next),
.section-pagination .next.page-numbers:not(.prev),
.listing-element.product-element .section-pagination .page-numbers {
  width: 35px !important;
  height: 35px !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
} 
.listing-element.product-element .section-pagination .cell {
    column-gap: 15px !important;
}
.listing-element.product-element .section-pagination .current.page-numbers,
.listing-element.product-element .section-pagination .dots.page-numbers {
  background-color: transparent;
  border-color: transparent !important;
  color:var(--lp--base-preset--brand-color--primary);
}

/* Wishlist */

.listing-element.wishlist-listing .return-to-shop {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Checkout */

/* Buttons Woo */


.woocommerce-cart .wc-block-components-button,
.listing-element.wishlist-listing .return-to-shop a.button,
.listing-element.wishlist-listing .button {
    padding: 15px 20px;
    margin: 0;
    color: var(--lp--base-preset--button--color) !important;
    background-color: var(--lp--base-preset--button--background-color) !important;
}
.woocommerce-cart .wc-block-components-button:hover,
.listing-element.wishlist-listing .return-to-shop a.button:hover,
.listing-element.wishlist-listing .button:hover {
  background-color: var(--lp--base-preset--button--background-color--hover) !important;
    color: var(--lp--base-preset--button--color--hover) !important;
  border-color: var(--lp--base-preset--button--background-color--hover) !important;
}

/* Product Single */
.single .body-content.has-sidebar {
  padding-top: 20px;
}
.single-product .product-element.product-content .summary.entry-summary .button.hic-view-wishlist {
  display: none;
}
.single-product .product-element.product-content .woocommerce-notices-wrapper > .woocommerce-error,
.single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 40px !important;
  border-bottom: 1px solid #c3c3c3;
    padding-bottom: 20px;
}
.single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 0px;
}
.single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-error li {
  list-style-type: none;
}
.single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-message,
.single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-error li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product .product-element.product-content .woocommerce-notices-wrapper a.button {
  margin-left: 20px;
  min-width: 200px;
}
.single-product section.page-element.product-element.listing-element .hic-button-wrap .button {
    font-size: 10px;
}
.single.single-product {
  background: #F7F7F7;
}
.woocommerce-product-gallery.with-thumbnails-slider {
  position: relative;
}
.grid-type-slider .section-body.slick-slider,
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav {
  margin: 0px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-prev.slick-arrow,
.grid-type-slider .slick-prev.slick-arrow {
  left: 0px;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-next.slick-arrow,
.grid-type-slider .slick-next.slick-arrow {
  right: 0px;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-arrow,
.grid-type-slider .slick-arrow {
  height: 30px;
    width: 30px;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-slide {
  border: 1px solid transparent;
  padding: 5px;
  cursor: pointer;
  margin-right: 10px;
  background: #fff;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-slide.active,
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-slide:hover {
  border-color: var(--lp--base-preset--brand-color--primary);
}
.grid-type-slider .slick-arrow:before,
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-arrow:before {
  content:"";
  -webkit-mask-image: unset;
    mask-image: unset;
  height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.grid-type-slider .slick-prev.slick-arrow:before,
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-prev.slick-arrow:before {
  background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/angle-left-gray.svg');
}
.grid-type-slider .slick-next.slick-arrow:before,
.woocommerce-product-gallery.with-thumbnails-slider .flex-control-nav .slick-next.slick-arrow:before {
  background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/angle-right-gray.svg');
}
.grid-type-slider .section-body.slick-slider .hic-item {
  margin-right: 0px;
}
.woocommerce-product-gallery.with-thumbnails-slider .flex-viewport {
  height: 400px !important;
}
.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__image {
  height: 100%;
}
.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__image a {
    padding: 30px 10px;
  background-color: #fff;
}
.woocommerce-product-gallery.with-thumbnails-slider a {
  display: block;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery.with-thumbnails-slider a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  mix-blend-mode: multiply;
}
.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 26px;
    height: 26px;
    z-index: 1;

}
.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__trigger {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/magnific-lens.svg');
}

.woocommerce-product-gallery.with-thumbnails-slider .woocommerce-product-gallery__trigger img {
  opacity: 0;
}

.single-product .sidebar-element .search-for-products,
.single-product .sidebar-element .hic-recent-searches,
.single-product .sidebar-element .hic-recent-search-clear {
  display: none;
}

.single-product .product-element.product-content .price {
    color: #D52B2B;
    font-size: 24px;
    font-weight: 700;
}
.single-product .product-element.product-content .summary.entry-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.single-product .product-element.product-content .summary.entry-summary > .product_title {
  order: 2;
  -ms-order: 2;
  -webkit-order: 2;
  margin-bottom: 15px;
}
.single-product .product-element.product-content .summary.entry-summary > .stock  {
  order:2;
  -ms-order:2;
  -webkit-order:2;
  margin-bottom: 10px;
}
.single-product .product-element.product-content .summary.entry-summary > .price  {
  order:3;
  -ms-order:3;
  -webkit-order:3;
}
.single-product .product-element.product-content .summary.entry-summary > .product-content  {
  order:4;
  -ms-order:4;
  -webkit-order:4;
}
.single-product .product-element.product-content .summary.entry-summary > .cart  {
  order:5;
  -ms-order:5;
  -webkit-order:5;
}
.single-product .product-element.product-content .summary.entry-summary > .product_meta {
  order: -1;
  -ms-order: -1;
  -webkit-order: -1;
  margin-bottom: 20px;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block {
  order: 20;
  -ms-order: 20;
  -webkit-order: 20;
  margin-top: 50px;
    border-top: 1px solid #c3c3c3;
    padding-top: 30px;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-title span {
  color:var(--lp--base-preset--brand-color--primary);
  font-size: 18px;
  font-weight: 600;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item:not(:last-child) {
  margin-bottom: 7px;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item span {
  display: block;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item span  p {
  margin-bottom: 0px;
}
.single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item .hic-features-block-value {
  padding-left: 10px;
  padding-top: 2px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .single_add_to_cart_button,
.wc-block-checkout__actions_row .wc-block-components-button {
    padding: 15px 20px;
    margin: 0;
    color: var(--lp--base-preset--button--color);
    background-color: var(--lp--base-preset--button--background-color);
  order:3;
  -ms-order:3;
  -webkit-order:3;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .single_add_to_cart_button:hover,
.wc-block-checkout__actions_row .wc-block-components-button:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
}
.single-product .product-element.product-content .summary.entry-summary > .cart .single_add_to_cart_button i,
.single-product .product-element.product-content .summary.entry-summary > .button i {
  display: none;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .quantity {
  width: 80px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .hic-button-wrap .save-to-favourite {
  display: none;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .single_add_to_cart_button,
.single-product .product-element.product-content .summary.entry-summary > .cart .hic-button-wrap .button {
  padding-left: 30px;
  padding-right: 30px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .single_add_to_cart_button,
.single-product .product-element.product-content .summary.entry-summary > .cart .hic-button-wrap .button {
  margin-bottom: 10px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.single-product .product-element.product-content .summary.entry-summary > .cart > .quantity {
  width: 100%;
  margin-bottom: 20px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart > .quantity .input-text {
  width: 80px;
}
.single-product .product-element.product-content .summary.entry-summary > .cart .hic-button-wrap {
  margin-top: 0px;
  
}
.single-product .product-element.product-content .summary.entry-summary > .cart .hic-button-wrap > *:first-child {
  margin-right: 15px;
}
.single-product .has-sidebar.has-sidebar-left .main-content {
  padding-left: 30px;
}

.has-sidebar .sidebar-element,
.has-sidebar .page-elements > section.page-element:first-child {
  padding-top: 0px;
}

.single .has-sidebar .sidebar-element {
  padding-top: 40px;
}
.single.single-post .has-sidebar .sidebar-element {
  padding-top: 0px;
}
/* .has-sidebar .page-elements > section.page-element:first-child {
  padding-top: 40px !important;
} */
.has-sidebar .sidebar-element .sidebar-content .widget > p,
.has-sidebar .sidebar-element .sidebar-content .widget > br {
  display: none;
}
.sidebar-element .sidebar-content .widget.widget_block {
    padding-top: 30px;
}

/* Tab Layout */
.tab-layout.horizontal-tab-layout .tabs-container .tabs {
  border-bottom: 1px solid #c3c3c3;
  gap: 0;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title {
  position: relative;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: var(--lp--base-preset--brand-color--primary);
  width: 0px;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title:hover:after,
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title.is-active:after {
  width: 100%;
  transition: 0.15s all linear;
  -ms-transition: 0.15s all linear;
  -webkit-transition: 0.15s all linear;
  -o-transition: 0.15s all linear;
  -moz-transition: 0.15s all linear;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title:hover, 
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title.is-active {
  background-color: transparent;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title:hover a,
.tab-layout.horizontal-tab-layout .tabs-container .tabs li.tabs-title.is-active a {
  color: var(--lp--base-preset--brand-color--primary);
  background-color: transparent;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs .tabs-title:not(.is-active) {
  border: 0px solid;
}
.tab-layout.horizontal-tab-layout .tabs-container .tabs-content {
  padding-top: 25px;
  background: transparent;
}


header.header  .floating-product-widgets {
  position: fixed;
    bottom: 20px;
    right: 20px;
}

/*Footer - Start */
footer.footer .footer-col.footer-col-5 {
  display: none;
}
.default-footer-layout .social-media-details{
  margin-top: 30px;
}
.footer .footer-col h4 {
    text-transform: capitalize;
    color: #FFF;
    font-size: 18px;
    font-weight: 600 !important;
}
.footer .footer-col .menu a{
  font-weight: 100;
  line-height: 1.4;
}
.bottom-footer .copyright p{
  font-weight: 100;
  font-size: 14px;
}
.bottom-footer {
      border-top: solid 1px #306d84;
}
.bottom-footer .grid-container{
  padding-top: 0;
}
.footer-dark .footer .footer-col .menu a:hover,
.footer-dark .footer .footer-col .menu-item.active a{
  color: #FFF;
  font-weight: 600;
}
.footer .contact-details {
  margin-top: 40px;
}
.footer .contact-details > div {
  font-weight: 400;
  position: relative;
  padding-left: 22px !important;
}
.footer .contact-details > div:before {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block !important;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
} 
.footer .contact-details .contact-address:before {
  content: "A:";
}
.footer .contact-details .contact-phone:before {
  content: "T:";
}
.footer .contact-details .contact-email:before {
  content: "E:";
}
footer.footer .footer-body > .footer-col:first-child {
  flex:0 0 35%;
  -ms-flex:0 0 35%;
  -webkit-flex:0 0 35%;
  -moz-flex:0 0 35%;
  -o-flex:0 0 35%;
  max-width: 35%;
}
footer.footer .footer-body > .footer-col:not(:first-child) {
  flex:0 0 16.25%;
  -ms-flex:0 0 16.25%;
  -webkit-flex:0 0 16.25%;
  -moz-flex:0 0 16.25%;
  -o-flex:0 0 16.25%;
  max-width: 16.25%;
}
.bottom-footer .copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hic-payment-options > img:not(:first-child) {
  margin-left: 12px;
}
.hic-payment-options > a img,
.hic-payment-options > a:hover img {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.hic-payment-options > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

/* Sidebar */
.sidebar-element .sidebar-content .widget.widget_block .no-search-found-block {
    margin-top: 30px;
    margin-bottom: 40px;
}
.sidebar-content .filter-accordion > .accordion-js  {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}
.sidebar-content .filter-accordion .accordion-js .inner li {
  border-bottom:0px solid;
}
.sidebar-content .filter-accordion .accordion-js.active .inner {
  display: block;
}
.sidebar-content .filter-accordion .accordion-js.active > a,
.sidebar-content .filter-accordion .accordion-js a:hover {
  color:var(--lp--base-preset--brand-color--primary);
}
.sidebar-content .filter-accordion .accordion-js a {
  font-weight: 400 !important;
}
ul.filter-accordion .accordion-control::after {
  font-size: 22px;
    color: #747474;
    top: 14px;
    position: absolute;
    right: 0;
}
.sidebar-content .filter-accordion .accordion-js .inner {
  padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar-content .filter-accordion .accordion-js .inner a {
  font-size: 16px !important;
  line-height: 1.2;
}
.sidebar-content .widget .widgettitle,
.hic-recent-searches-block-title H3 {
    font-weight: 700 !important;
    text-transform: uppercase;
  margin-bottom: 20px;
}
.sidebar-content .widget_block .search-for-products {
  margin-bottom: 40px;

}

/* Login Portal */

.hic-user-logged-in-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.hic-user-logged-in-details .hic-user-logged-in-icon img,
.top-header-menu li img{
    max-width: 26px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
	margin-right: 6px;
}

.hic-user-logged-in-details .hic-user-logged-in-name,
.top-header-menu li:first-child{
  margin-left: 10px;
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.hic-user-logged-in-details span,
.hic-user-logged-in-details a {
  display: block;
  line-height: 1.2;
}

div.top-header-menu ul.top-menu li.menu-item a{
	color: #fff !important;
	padding-top: 0;
    padding-bottom: 0;
	font-weight: 300;
}

/* Search */

.search-for-products .wp-block-search__label {
    font-size: 18px;
    font-weight: 700;
    color: var(--lp--base-preset--heading--color);
}
.search-for-products .wp-block-search__inside-wrapper {
  display: block;
  margin-top: 20px;
}
.search-for-products .wp-block-search__inside-wrapper .wp-element-button {
  margin-left: 0px;
  padding: 15px 12px;
    text-align: center;
    width: 100%;
    background: var(--lp--base-preset--brand-color--primary);
    color: #fff;
    height: auto;
    margin-top: 15px;
}
.search-for-products .wp-block-search__inside-wrapper .wp-block-search__input {
    margin-left: 0px;
    padding: 12px 18px;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #fff;
    height: auto;
    color: var(--lp--base-preset--body--color);
    border-bottom: 0px;
    text-align: left;
}
.search-for-products .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: var(--text-gray); 
  opacity: 1; /* Firefox */
  }
  
  .search-for-products .wp-block-search__inside-wrapper .wp-block-search__input::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--text-gray); 
  }
.hic-recent-searches {
  margin-top: 50px;
}
.hic-recent-searches-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}
.hic-recent-searches .hic-recent-searches-block:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hic-recent-searches .hic-recent-searches-block,
.hic-recent-searches .hic-recent-searches-block:hover {
  transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
}
.hic-recent-searches-block .hic-recent-searches-image {
  flex:0 0 80px;
  -ms-flex:0 0 80px;
  -webkit-flex:0 0 80px;
  -moz-flex:0 0 80px;
  -o-flex:0 0 80px;
  max-width: 80px;
}
.hic-recent-searches-block .hic-recent-searches-image img {
  width: 100%;
}
.hic-recent-searches-info .hic-recent-searches-title span {
  color: var(--lp--base-preset--heading--color);
}
.hic-recent-searches-info .hic-recent-searches-title {
  margin-bottom: 15px;
}
.hic-recent-searches-bottom > span {
  display: block;
}
.hic-recent-searches-bottom span.hic-product-search-stock {
  color: var(--text-gray);
}
.hic-recent-searches-block .hic-recent-searches-info {
  padding-left: 15px;
}
.hic-recent-searches-block .hic-product-search-price span {
  color:#ff0000;
  text-decoration: none;
  font-weight: 600;
}
.hic-recent-searches-block .hic-product-search-price span {
  text-decoration-color: #ff0000;
}
.hic-recent-searches-block .hic-product-search-price ins,
.hic-recent-searches-block .hic-product-search-price del {
  text-decoration-color: #ff0000;
}
.hic-recent-searches-block .hic-product-search-price del {
  text-decoration: none;
}
.hic-recent-searches-block:not(:last-child) {
  margin-bottom: 20px;
}
.hic-recent-search-clear {
  margin-top: 20px;
}
.search-for-products .wp-block-search__inside-wrapper .wp-element-button:hover {
  background-color: var(--lp--base-preset--button--background-color--hover);
    color: var(--lp--base-preset--button--color--hover);
}

.hic-search-modal-block {
  max-width: calc(100% - 50px);
    left: 0 !important;
	margin: auto;
    height: auto;
    min-height: 1px;
    top: 20%;
    padding: 40px 15px 20px;
}
.hic-search-modal-block .menu.filter-accordion {
  display: block;
}

.hic-search-modal-block .wp-block-search__label{
	margin-bottom: 20px;
	text-align: center;
}

body .body-content .menu.filter-accordion a {
  color:var(--lp--base-preset--body--color);
  padding-left: 0px;
  font-weight: 400 !important;
}
body .body-content .menu.filter-accordion li li a {
  font-weight: 300 !important;
}
.hic-recent-search-clear-apply {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 0;
}
.hic-recent-search-clear-apply form {
  flex-grow: 1;
}
.hic-recent-search-clear-apply form button {
  width: 100%;
}
.hic-recent-search-clear-apply form.hic-clear-search-form button {
  background: #fff;
  color: var(--lp--base-preset--heading--color);
  border-color:  var(--lp--base-preset--heading--color);
}
/* width */
.hic-search-modal-block::-webkit-scrollbar {
  width: 10px;
  }
  /* Track */
  .hic-search-modal-block::-webkit-scrollbar-track {
  background: #f1f1f1; 
  }
  /* Handle */
  .hic-search-modal-block::-webkit-scrollbar-thumb {
  background: #888; 
  }
  /* Handle on hover */
  .hic-search-modal-block::-webkit-scrollbar-thumb:hover {
  background: #555; 
  }

  /* Modal */

  .modal-blurb .widgettitle,
  .modal-blurb .hic-recent-searches-block-title H3 {
  font-weight: 700 !important;
  font-size: 20px;
  }
  .modal-blurb .wp-block-search__label {
  font-weight: 400 !important;
  }
  .modal-blurb .search-for-products .wp-block-search__inside-wrapper {
  margin-top: 10px;
    margin-bottom: 20px;
  }
  .modal-blurb .search-for-products .wp-block-search__inside-wrapper .wp-block-search__input {
  background-color: #f2f2f285;
  }
  .modal-blurb .menu.filter-accordion .accordion-js a:not(.accordion-control) {
  padding-left: 0px !important;
  font-weight: 400;
  color:var(--lp--base-preset--body--color);
  }
  .modal-blurb .menu.filter-accordion .accordion-js .inner a {
  padding-left: 0.7rem;
  color:var(--text-gray);
  }
  .modal-blurb .menu.filter-accordion .accordion-js .inner {
  padding-left: 10px;
  }


  /* Product Filter */
  body.archive .sidebar .sidebar-element,
  .page-products .sidebar .sidebar-element {
  padding-top: 20px;
  }
  .hic-product-filter-wrapper .hic-filter-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  }
  .hic-product-filter-wrapper .hic-filter-icons .hic-filter-icon-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;

  }
  .hic-product-filter-wrapper .hic-filter-icons .hic-filter-icon-block a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  }
  .hic-product-filter-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
    z-index: 1;
  border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 30px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  }
  .hic-product-filter-wrapper .hic-filter-icons .hic-filter-icon-block,
  .hic-product-filter-wrapper .hic-filter-icons .hic-filter-icon-block:hover {
  transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -webkit-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  }
  .hic-product-filter-wrapper .hic-filter-icons .hic-filter-icon-block:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  }

  .hic-product-filter-wrapper .hic-filter-icons svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .hic-product-filter-wrapper .hic-product-filter-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  }
  .hic-product-filter-wrapper .hic-filter-text {
  padding-left: 20px;
  }
  .hic-product-filter-wrapper .hic-filter-text span {
  color: var(--lp--base-preset--brand-color--primary);
  }
  .hic-product-filter-dropdown ul {
  margin: 0px;
  padding: 0px;
  }
  .hic-product-filter-dropdown {
    padding: 10px 15px;
    background: #fff;
    margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(calc(100% + 10px));
  -moz-transform: translateY(calc(100% + 10px));
  -ms-transform: translateY(calc(100% + 10px));
  -o-transform: translateY(calc(100% + 10px));
  transform: translateY(calc(100% + 10px));
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.04);
  display: none;
  }
  .hic-product-filter-wrapper-block.active .hic-product-filter-dropdown {
  display: block;
  }
  .hic-product-filter-wrapper .hic-product-filter-dropdown .hic-product-filter-dropdown_sort,
  .hic-product-filter-wrapper .hic-product-filter-dropdown .hic-product-filter-dropdown_sort {
  display: none;
  }
  .hic-product-filter-wrapper-block.active .hic-product-filter-dropdown .hic-product-filter-dropdown_sort,
  .hic-product-filter-wrapper-block.active .hic-product-filter-dropdown .hic-product-filter-dropdown_sort.active  {
  display: block;
  }
  .hic-product-filter-dropdown ul li {
  list-style-type: none;
  } 
  .hic-product-filter-wrapper-block {
  position: relative;
  }


  .hic-product-filter-sort {
  min-width: 250px;
  }
  .hic-product-filter-sort .hic-product-filter-sort-options ul {
  margin: 0px;
  }
  .hic-product-filter-sort .hic-product-filter-sort-options ul li {
  list-style-type: none;
  cursor: pointer;
  }
  .hic-product-filter-sort .hic-product-filter-sort-options ul li a {
  color: var(--lp--base-preset--brand-color--primary);
  }
  .hic-product-filter-sort .hic-product-filter-sort-options ul li:not(:last-child) {
  margin-bottom: 5px;
  }
  .hic-product-filter-sort .hic-product-filter-sort-arrow {
  position: absolute;
  width: 22px;
  height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
    justify-content: center;
    right: -10px;
    top: 0;
  }
  .hic-product-filter-sort .hic-product-filter-sort-arrow::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 22px;
    color: var(--lp--base-preset--brand-color--primary);
    right: 0;
  }
  .hic-product-filter-sort .hic-product-filter-sort-selected {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .hic-product-filter-sort .hic-product-filter-sort-selected .hic-product-filter-sort-selected-text {
    color: var(--lp--base-preset--brand-color--primary);
  }
  .hic-product-filter-sort .hic-product-filter-sort-options {
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    z-index: 1;
  }
  .hic-product-filter-sort .hic-product-filter-sort-inner {
    background: #fff;
    padding: 8px 20px;  
    position: relative;
  }


  #row-block-type {
    
    display: none;
  }
  /* section.page-element.image-left-content {
    padding-left: 20px;
      padding-right: 20px;
  } */


  /* Search Page */

  body.search.search-results .body-content .grid-container .inner-content main.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  body.search.search-results .body-content .grid-container .inner-content main.main > header {
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    -webkit-flex:0 0 100%;
    -moz-flex:0 0 100%;
    -o-flex:0 0 100%;
    max-width: 100%;
  }
  body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header) {
    flex:0 0 33.333%;
    -ms-flex:0 0 33.333%;
    -webkit-flex:0 0 33.333%;
    -moz-flex:0 0 33.333%;
    -o-flex:0 0 33.333%;
    max-width: 33.333%;
    padding: 15px;
    margin-bottom: 15px;
  }
  body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header) .hic-title {
    margin-bottom: 20px;
  }
  body.search.search-results .body-content .grid-container .inner-content main.main > article .hic-content {
    padding-top: 12px;
    padding-top: 25px;
    
  }
@media(min-width: 641px){
/*  .default-footer-layout .footer-col-1 {
    flex-basis: 15%;
  } */

}
@media(max-width: 640px){
  .gform_wrapper .ginput_complex {
    gap: 15px;
  }
}
/*Footer - End */
/*************************************
!CUSTOM CSS  - END
**************************************/
.thumbnail-nav .slick-dots li{
  width: 80px;
  height: 77px;
}
.thumbnail-nav .slick-dots li button{
  width: 100%;
  height: 100%;
}
.thumbnail-nav .slick-dots li button::before{
  opacity: 0;
}
.woocommerce span.onsale {
    background-color: #005b7f;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 10;
}
.woocommerce-product-gallery.with-thumbnails-slider a{
  font-size: 0;
}

.services-blocks-item .modal-button{
	background-color: transparent;
    border: none !important;
    text-decoration: underline;
    color: var(--lp--base-preset--link--color) !important;
}

.services-blocks-item .modal-button:hover{
	background-color: transparent !important;
	color: var(--lp--base-preset--link--color) !important;
}

@media screen and (max-width:1600px) {
  .hic-user-details-container,
  .hic-user-logged-in-details {
    margin-right: 20px;
  }
}
@media screen and (max-width:1440px) {
  .box-gap-lg .hic-box {
    gap: 30px;
  }
  .hic-user-details-container,
  .hic-user-logged-in-details {
    margin-right: 40px;
  }
}
@media screen and (min-width:641px) and (max-width:1280px) {

}
@media screen and (max-width:1280px) {
  header.header.custom-header-layout .top-bar-col-3.top-bar-text form {
    margin-right: 30px;
  }
  .header-quicklinks a {
    font-size: 14px;
  }
  .header-quicklinks img {
    width: 30px;
    margin-bottom: 5px;
  }
  .header-quicklinks {
    gap: 25px;
  }
  .header .bottom-header .bottom-header-col-3 ul li:not(:last-child) {
    margin-right: 0px;
  }
  .header .bottom-header .bottom-header-body ul li a {
    padding: .7rem 0.8rem;
  }
  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col {
    flex:0 0 33.333%;
    -ms-flex:0 0 33.333%;
    -webkit-flex:0 0 33.333%;
    -moz-flex:0 0 33.333%;
    -o-flex:0 0 33.333%;
    max-width: 33.333%;
  }
  section.page-element.product-element.listing-element .hic-box .hic-button-wrap {
    gap: 10px;
  }
  .single-product section.product-element.product-content .hic-item  .hic-box > .hic-content {
    padding-left: 0px;
  }
  
  .single-product section.product-element.product-content  .hic-item.has-media.has-gallery .hic-box  {
    gap: 30px;
  }
  .grid-type-slider .section-body.slick-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item .hic-box {
    align-items: flex-start;
  }
  section.page-element.product-element.listing-element.image-left-content .section-body > .hic-item .hic-box .hic-media-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-min-height-none-mobile section.hero .inner-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:1180px) {
  header.header.custom-header-layout .top-bar-col-3.top-bar-text form {
    margin-right: 0px;
  }
  
}
@media screen and (min-width:1024px) {
  .off-canvas-wrapper .off-canvas {
    display: none !important;
  }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    transition: unset !important;
    -ms-transition: unset !important;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    -moz-transition: unset !important;
  }
  .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: 205px !important;
  }

  
  .single .sidebar-element .sidebar-content .widget.widget_block {
    padding-top: 0px;
  }

  .hic-recent-search-clear-apply {
    margin-top: 20px;
  }
}
@media screen and (max-width:1023px) {

  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container .accordion-title,
  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container .accordion-title:before {
    color:var(--lp--base-preset--brand-color--primary);
  }
  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container .accordion-title {
    margin-bottom: 0px;
  }
  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container .accordion-content {
    padding-left: 20px;
  }
  header.header .bottom-header {
    display: none;
  }
  header.header .top-bar-col-4 {
    display: block !important;
  }
  header.header .top-bar-col-4 .header-quicklinks li:not(:first-child) {
    display: none !important;
  }
  header.header .top-bar-col-1 {
    order: 4;
    -ms-order: 4;
    -webkit-order: 4;
  }
  header.header .top-bar-col-3 {
    order: 3;
    -ms-order: 3;
    -webkit-order: 3;
  }
  .header-light .header .top-bar .menu-icon:after {
    box-shadow: 0px 9px 0 var(--lp--base-preset--brand-color--primary), 0 18px 0 var(--lp--base-preset--brand-color--primary);
  }
  .header .top-bar .menu-icon.burger-menu:after {
    background: unset !important;
    box-shadow: unset !important;
    background-image: url('/wp-content/themes/launchpad-platform-child/assets/icons/Hamburger.svg') !important;
    height: 35px;
        background-size: contain !important;
  }
  html body header.header .top-bar-col-4 .header-quicklinks li.mobile-search-icon {
    display: block !important;
  }
  .header-quicklinks li.mobile-search-icon img {
        width: 24px;
        margin-bottom: 0;
  }
  .header-quicklinks .header-ndis img {
    max-width: 60px;
  }
  .header .top-bar .header-quicklinks {
    gap: 20px;
  }
  .header .top-header {
    display: none;
  }
    .header .top-bar .logo-wrap .logo {
        max-width: 135px;
    }
  .off-canvas-wrapper .off-canvas-content {
    padding-top: 80px !important;
  }
  section.hero .inner-hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  section.hero .hero-banner-message {
    margin: auto;
    text-align: center;
  }
  section.hero .hero-banner-message .hic-button-wrap {
    justify-content: center;
  }
  .responsive-bg-grey {
    background-color: var(--lp--base-preset--brand-color--grey) !important;
  }
  .services-blocks-item .hic-content {
    padding: 15px !important;
  }
  section.page-element.section-regular-top {
    padding-top: 50px !important;
  }
  .testimonial-wrap .box-testimonials {
    padding-left: 10px !important;
        padding-right: 10px !important;
  }
  .testimonial-wrap .box-testimonials .hic-box .hic-content {
    padding-top: 0px !important;
  }
  .section-title, 
  .split-50-50 .medium-12 .hic-title h3 {
    font-size: 32px;
  }
  .box-gap-lg .hic-box, .gap-lg .section-body {
    gap: 20px;
  }
  header.header .top-bar .top-bar-col-3 {
/*     display: block !important; */
    position: fixed;
    z-index: 11;
    background: #fff;
    width: 100vw !important;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    
  }
  header.header.open-search .top-bar .top-bar-col-3 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  header.header .top-bar .top-bar-col-3,
  header.header.open-search .top-bar .top-bar-col-3 {
    transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
  }
  header.header .top-bar .top-bar-col-3 .text {
    position: relative;
    padding-right: 40px;
  }
  .close--icon {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 20px;
  }
  .close--icon:before,
  .close--icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background:#000;
    top: 5px;
  }
  .close--icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close--icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.header.custom-header-layout .top-bar .header-cart-item {
    display: block;
  }
  footer.footer .footer-col.footer-col-6 {
    display: block;
    position: fixed;
    width: 100vw;
    max-width: unset !important;
    bottom: 0;
    background: #fff;
    padding-top: 20px;
        padding-bottom: 20px;
    margin-bottom: 0px !important;
    box-shadow: 0px -4px 5px 4px rgba(51,51,51,0.06);
    -webkit-box-shadow: 0px -4px 5px 4px rgba(51,51,51,0.06);
    -moz-box-shadow: 0px -4px 5px 4px rgba(51,51,51,0.06);
    z-index: 999;
  }
  footer.footer.bottom-reached .footer-col.footer-col-6 {
    opacity: 0;
    visibility: hidden;
  }
  footer.footer .footer-col.footer-col-6,
  footer.footer.bottom-reached .footer-col.footer-col-6 {
    transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
  }
  footer.footer .footer-col.footer-col-6 .subheading {
    display: none;
  }
  footer.footer .header-quicklinks {
    justify-content: center;
  }
  footer.footer .header-quicklinks li {
    min-width: 90px;
  }
  footer.footer .header-quicklinks a{
    color:var(--lp--base-preset--heading--color);
    display: block;
    text-align: center;
  }
  footer.footer .header-quicklinks .item-count-block {
    margin-right: 5px;
  }
  footer.footer .header-quicklinks a img {
    display: block;
    margin: auto;
    min-height: 35px;
    margin-bottom: 5px;
  }
  footer.footer .header-ndis,
  footer.footer .mobile-search-icon {
    display: none;
  }

  body.mega-menu-active header.header .bottom-header {
    display: block !important;
  }
  .header .bottom-header .bottom-header-body .bottom-header-col:not(.bottom-header-col-4) {
    display: none !important;
  }

  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col {
    flex:0 0 33.333%;
    -ms-flex:0 0 33.333%;
    -webkit-flex:0 0 33.333%;
    -moz-flex:0 0 33.333%;
    -o-flex:0 0 33.333%;
    max-width: 33.333%;
  }
   .off-canvas-wrapper .off-canvas.position-right {
    right:unset !important;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas-wrapper .off-canvas.position-righ.is-closed {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas-wrapper .position-right.is-transition-push.is-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.mega-menu-active .off-canvas-wrapper .position-right.is-transition-push.is-open {
    -webkit-transform: translateX(calc(-100% + 20px));
    -moz-transform: translateX(calc(-100% + 20px));
    -ms-transform: translateX(calc(-100% + 20px));
    -o-transform: translateX(calc(-100% + 20px));
    transform: translateX(calc(-100% + 20px));
  }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(0px);
  }
  body.mega-menu-active .js-off-canvas-overlay {
    pointer-events: none;
  }
  body.mega-menu-active .hic-mega-menu-block {
    position: fixed;
    width: -webkit-calc(100vw - 15px);
    width: -moz-calc(100vw - 15px);
    width: -ms-calc(100vw - 15px);
    width: -o-calc(100vw - 15px);
    width: calc(100vw - 15px);
    background: #fff;
    top: 0;
    height: 100vh !important;
    padding-top:0px !important;
        padding-bottom: 0px !important;
  }
  .hic-mega-menu-block.long-items .hic-mmb-inner {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image {
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -o-flex: 0 0 100px;
    max-width: 100px;
  }
  .hic-mmb-close .close--icon {
        top: 8px;
  }
  .hic-mmb-close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
  }
  .single-product .has-sidebar .page-elements > section.page-element:first-child {
    padding-top: 0px !important;
  }
  .body-content.has-sidebar.sidebar-content {
    padding-top: 20px;
  }
  section.body-content.has-sidebar .main-content > .page-elements section.page-element:first-of-type {
    padding-top: 0px;
  }
  .single-product section.page-element.product-element.product-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* .single .element-breadcrumbs {
    margin-bottom: 0px !important;
  } */
  .has-sidebar .sidebar-element {
    padding-top: 0px !important;
  }
  .tab-layout.horizontal-tab-layout .tabs-container .tabs-content {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 40px;
  }
  .accordion-element.image-left-accordion .section-body .accordion-container, .accordion-element.image-right-accordion .section-body .accordion-container {
    padding-top: 40px;
  }
  .accordion-element.image-left-accordion .section-header {
    text-align: left;
  }
}
@media (min-width: 641px) {
    .carousel.thumbnail-nav .slick-dotted > .slick-dots {
        bottom: -95px;
    }
  .thumbnail-nav .slick-dots li button::before{
    opacity: 0;
  }
  .page-element[class*=split-].product-element .hic-box, .product-element.image-left-content .hic-box, .product-element.image-right-content .hic-box{
    display: -ms-flexbox;
        display: flex;
  }
  .product-element.image-left-content:not(.row-fluid) .hic-content, 
  .product-element.image-left-content:not(.row-fluid) .hic-content, 
  .product-element.image-right-content.then-left:not(.row-fluid) .cell:nth-child(even) .hic-content, 
  .product-element.image-right-content.then-left:not(.row-fluid) .cell:nth-child(even) .hic-content {
        padding-left: 30px;
        padding-right: 0;
    }
  .product-element.split-30-70 .hic-box > .hic-media-container, .product-element.split-70-30 .hic-box > .hic-content {
        width: 30%;
    }
  .product-element.split-70-30 .hic-box > .hic-media-container, .product-element.split-30-70 .hic-box > .hic-content {
        width: 70%;
    }
}
@media screen and (max-width:991px) {
  .split-60-40 .has-media .hic-box > .hic-media-container,
  .split-40-60 .has-media .hic-box > .hic-media-container, 
  .split-60-40 .has-media .hic-box > .hic-content,
  .split-40-60 .has-media .hic-box > .hic-content  {
        width: 50% !important;
  }
  .testimonial-wrap .hic-media-container,
  .testimonial-wrap .hic-content {
    width: 100% !important;
  }
  .testimonial-wrap .hic-box {
    flex-wrap: wrap;
  }
  .testimonial-wrap .box-testimonials {
    max-width: 100%;
  }
  .hide-video-display .hic-media-container .hic-image:before {
    padding-top: 0px;
  }
  .hide-video-display .hic-media-container .hic-image {
    height: 100px;
    width: 100px;
    margin: unset;
  }
  footer.footer .footer-body > .footer-col:first-child {
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    -webkit-flex:0 0 100%;
    -moz-flex:0 0 100%;
    -o-flex:0 0 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  footer.footer .footer-body > .footer-col:not(:first-child) {
    flex:0 0 25%;
    -ms-flex:0 0 25%;
    -webkit-flex:0 0 25%;
    -moz-flex:0 0 25%;
    -o-flex:0 0 25%;
    max-width: 25%;
  }
  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col {
    flex:0 0 50%;
    -ms-flex:0 0 50%;
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -o-flex:0 0 50%;
    max-width: 50%;
  }
  
}
@media screen and (min-width:731px) and (max-width:991px) {
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-direction: column;
  }
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-left: 0px;
    padding-right: 12px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .thumbnail-nav .slick-dots li {
    width: 70px;
    height: 70px;
  }
  .carousel.thumbnail-nav .slick-dotted {
    margin-bottom: 0px !important;
  }
  .carousel.thumbnail-nav .slick-initialized .slick-slide {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .carousel.thumbnail-nav .slick-dotted > .slick-dots{
        bottom: 0px !important;
        position: relative !important;
        margin-top: 30px;
  }
  /* .carousel.thumbnail-nav .slick-dotted > .slick-dots {
        bottom: -42px;
    } */
  body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header) {
    flex:0 0 50%;
    -ms-flex:0 0 50%;
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -o-flex:0 0 50%;
    max-width: 50%;
  }
}
@media(max-width: 640px) {
	.home-products { padding-top: 0 !important; }
}
@media screen and (max-width:767px) {
  .home-products .section-body .medium-6 {
    width: 100% !important;
  }
  .home-products > .inner-section > .grid-container > .section-body > .cell:last-child {
    padding-top: 20px;
  }
  .center-mobile .section-body {
    text-align: center;
  }
  .pb-0-moible {
    padding-bottom: 0px !important;
  }
  .testimonial-wrap .hic-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .testimonial-wrap .hic-content .hic-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .image-right-content.box-gap-lg .has-media .hic-content,
   .image-right-content.box-gap-lg .has-placeholder-image .hic-content, 
   .image-left-content.box-gap-lg .cell:nth-child(even).has-media .hic-content, 
   .image-left-content.box-gap-lg .cell:nth-child(even).has-placeholder-image .hic-content {
    padding-right: 10px;
  }
  .content-px-15-mobile .hic-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .box-space-right-1 .hic-box,
  .box-space-right-2 .hic-box,
  .box-space-right-3 .hic-box {
    margin-right: 0px;
  } 
  .box-space-left-1 .hic-box,
  .box-space-left-2 .hic-box,
  .box-space-left-3 .hic-box {
    margin-left: 0px;
  }
  .single-product section.product-element.product-content .hic-item.has-media.has-gallery .hic-box {
    flex-direction: column;
  }
  .single-product section.product-element.product-content .hic-item .hic-box > .hic-content {
    width: 100%;
  }
  .grid-type-slider .section-body.slick-slider {
    margin-left: 15px;
    margin-right: 15px;
  }
  .single-product .has-sidebar.has-sidebar-left .main-content {
    padding-left: 0px;
  }
  .hic-woocommerce-dashboard .woocommerce {
    flex-wrap: wrap;
  }
  .hic-woocommerce-dashboard .woocommerce .woocommerce-MyAccount-content {
    padding-left: 0px;
    padding-top: 40px;
  }
  .page-element.listing-element.post-element .article.article-item {
    width: 50%;
  }
  .page-element[class*=split-] .has-media .hic-box, 
  .image-left-content .has-media .hic-box, 
  .image-right-content .has-media .hic-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .page-element[class*=split-].listing-element .has-media .hic-box {
    gap: 0px;
  }
  .page-element[class*=split-] .has-media .hic-box > div, 
  .image-left-content .has-media .hic-box > div, 
  .image-right-content .has-media .hic-box > div {
    width: 100% !important;
  }
/*   .page-element[class*=split-] .has-media .hic-box .hic-content, 
  .image-left-content .has-media .hic-box .hic-content, 
  .image-right-content .has-media .hic-box .hic-content {
    padding-left: 0px;
  } */
}

@media screen and (min-width:641px) and (max-width:1023px) {
  .split-50-50 .has-media .hic-box > .hic-media-container, 
  .split-50-50 .has-media .hic-box > .hic-content {
    width: 50%;
  }
  .page-element[class*=split-] .has-media .hic-box, 
  .image-left-content .has-media .hic-box, 
  .image-right-content .has-media .hic-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .imag-right-content.box-image-space-large .hic-media-container {
    padding-left: 60px !important;  
  }
  .imag-right-content.box-image-space-medium .hic-media-container {
    padding-left: 40px !important;  
  }
  .imag-right-content.box-image-space-small .hic-media-container {
    padding-left: 20px !important;  
  }
  .image-left-content.box-image-space-large .hic-media-container {
    padding-right: 60px !important; 
  }
  .image-left-content.box-image-space-medium .hic-media-container {
    padding-right: 40px !important; 
  }
  .image-left-content.box-image-space-small .hic-media-container {
    padding-right: 20px !important; 
  }
}
@media screen and (max-width:640px) {
  body:not(.header-transparent) .hero.tall-banner {
    min-height: unset;
  }
  .m-items-no-space .section-body .hic-item {
    margin-bottom: 0px !important;
  }
  section.page-element .section-body > .large-3 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .content-px-15-mobile .hic-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .imag-right-content.box-image-space-large .hic-media-container,
  .imag-right-content.box-image-space-medium .hic-media-container,
  .imag-right-content.box-image-space-small .hic-media-container {
    padding-left: 0px !important; 
  }
  .image-left-content.box-image-space-large .hic-media-container,
  .image-left-content.box-image-space-medium .hic-media-container,
  .image-left-content.box-image-space-small .hic-media-container {
    padding-right:0px !important; 
  }
/*   .image-left-content.default-section .has-media .hic-content, .image-right-content.default-section .has-media .hic-content {
        padding-top: 0px;
    } */
  .page-element, .sidebar-element, footer.footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hic-item.medium-4.large-2_4 {
    max-width: 400px;
    margin: auto;
  }
  section.page-element.section-top-regular {
    padding-top: 50px !important;
  }
  .split-60-40 .has-media .hic-box > .hic-media-container,
  .split-40-60 .has-media .hic-box > .hic-media-container, 
  .split-60-40 .has-media .hic-box > .hic-content,
  .split-40-60 .has-media .hic-box > .hic-content  {
        width: 100% !important;
  }
  .image-position-left .hic-media-container .hic-image {
    background-position: center;
  }
  .footer .contact-details {
    align-items: flex-start;
  }
  .footer .social-media-details ul.social-media {
    text-align: left;
  }
  footer.footer .footer-body > .footer-col:not(:first-child) {
    flex:0 0 50%;
    -ms-flex:0 0 50%;
    -webkit-flex:0 0 50%;
    -moz-flex:0 0 50%;
    -o-flex:0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
    text-align: left;
  }
  .footer .logo-wrap {
        margin: unset;
        text-align: left;
    }
  .bottom-footer .copyright {
    flex-direction: column;
    align-items: flex-start;
  }
  .bottom-footer .hic-payment-options {
    margin-top: 15px;
  }
  body .slider-button-left.carousel .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.hero .inner-hero {
        padding-top: 100px;
        padding-bottom: 100px;
    }
  .hero-min-height-none-mobile section.hero {
    min-height: unset !important;
  }
  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col {
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    -webkit-flex:0 0 100%;
    -moz-flex:0 0 100%;
    -o-flex:0 0 100%;
    max-width: 100%;
  }
  .hic-mega-menu-block .hic-mmb-inner .hic-mmb-col .hic-mmb-image {
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    -moz-flex: 0 0 120px;
    -o-flex: 0 0 120px;
    max-width: 120px;
  }
}
@media screen and (min-width:480px) and (max-width:639px) {
  #tile-block-type.product-element.listing-element .section-body > .hic-item{
    width: 50%;
  }
}
@media screen and (max-width:639px) {
  .woocommerce-product-gallery.with-thumbnails-slider .flex-viewport {
    height: 320px !important;
    /* margin-left: 40px;
    margin-right: 40px; */
  }
  .page-element.listing-element.post-element .article.article-item {
    margin-bottom: 10px;
    width: 100%;
  }
  .single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-message, .single-product .product-element.product-content .woocommerce-notices-wrapper .woocommerce-error li {
    display: block;
  }
  .single-product .product-element.product-content .woocommerce-notices-wrapper a.button {
    margin-left: 0;
    margin-top: 20px;
  }
  section.page-element.page-columns.two-columns .grid-container .section-body {
    gap: 40px;
  }
}
@media screen and (max-width:480px) {
  .header .top-bar .logo-wrap .logo {
    max-width: 120px;
  }
  footer.footer .header-quicklinks {
    gap: 5px;
    justify-content: space-around !important;
  }
  footer.footer .header-quicklinks li {
        min-width: 75px;
    }
  footer.footer .header-quicklinks li a {
    font-size: 10px;
  }
  .page-element.listing-element .search-filters .field {
    width: 100%;
  }
  .page-element.listing-element .search-filters .field select {
    min-width: unset;
    width: 100%;
  }
  section.page-element.filter-button-display form.filter-form ul.search-filters .field.last,
  section.page-element.filter-button-display form.filter-form ul.search-filters .field.last input.search-submit {
    width: 100%;
  }
  .header .top-bar .header-quicklinks .header-ndis {
    display: none;
  }
  .header-quicklinks li.mobile-search-icon img {
    width: 20px;
  }
  header.header .top-bar .cart-icon i {
    font-size: 20px;
  }
  header.header .top-bar .cart-icon {
    margin-top: 3px;
  }
  header.header .top-bar .cart-icon a .cart-count {
    top: -20px;
  }
  header.header .top-bar-col-4 {
    margin-right: 20px;
  }
  .header .top-bar .top-bar-col.top-bar-col-4 > .text {
    gap: 20px;
  }
  .header .top-bar .top-bar-col.top-bar-col-4 > .text > p {
    display: none;
  }
}
@media screen and (max-width:479px) {
  section.page-element.post-element.listing-element:not(.hic-content-white) .hic-box .hic-content,
  section.page-element.product-element.listing-element:not(.hic-content-white) .hic-box .hic-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  body.search.search-results .body-content .grid-container .inner-content main.main > article:not(header) {
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    -webkit-flex:0 0 100%;
    -moz-flex:0 0 100%;
    -o-flex:0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 421px) {
  section.tab-layout.show-accordion-layout-for-small .cell.tabs-container {
    display: block;
  }
  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container {
    display: none;
  }
}
@media screen and (max-width:420px) {
  section.tab-layout.show-accordion-layout-for-small .cell.tabs-container {
    display: none;
  }
  section.tab-layout.show-accordion-layout-for-small .cell.accordion-container {
    display: block;
  }
  footer.footer .footer-body > .footer-col:not(:first-child) {
    flex:0 0 100%;
    -ms-flex:0 0 100%;
    -webkit-flex:0 0 100%;
    -moz-flex:0 0 100%;
    -o-flex:0 0 100%;
    max-width: 100%;
  }
  .single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item {
    flex-direction: column;
  }
  .single-product .product-element.product-content .summary.entry-summary > .hic-features-block .hic-features-block-item .hic-features-block-value {
    padding-left: 0px;
  }
  
}

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



.search-result-listing .hic-box{
	background-color: var(--lp--base-preset--brand-color--grey);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.search-result-listing .hic-box .hic-content{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
	padding: 30px;
}

.search-result-listing .hic-box .hic-title{
	margin-bottom: 0;
}

.search-result-listing .hic-box .hic-title h3{
	font-size: 20px;
}

.search-result-listing .hic-button-wrap .button{
	min-width: 120px;
    font-size: 16px;
    padding: 12px 15px;
}

.search-result-listing .page-navigation{
	flex: 0 0 100%;
	text-align: center;
	
}

.search-result-listing .page-navigation .pagination li span.current{
	background-color: var(--lp--base-preset--brand-color--primary);
	border: 1px solid var(--lp--base-preset--brand-color--primary);
	color: #fff;
}

.search-result-listing .page-navigation .pagination li span,
.search-result-listing .page-navigation .pagination li a{
	padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
	border: 1px solid var(--lp--base-preset--brand-color--primary);
	color: var(--lp--base-preset--brand-color--primary);
}

.search-result-listing .page-navigation .pagination li a:hover{
	background-color: var(--lp--base-preset--brand-color--primary);
	color: #fff;
}

@media(min-width: 641px){
	.split-25-75.search-result-listing .has-media .hic-box > .hic-media-container{
		width: 20%;
	}
	
	.split-25-75.search-result-listing .has-media .hic-box > .hic-content{
		width: 80%;
	}
}

/*************************************
#SEARCH RESULT - END
**************************************/
/*************************************
#LP and MPP Styling - Start
**************************************/

/*************************************
#SINGLE PRODUCT - START
**************************************/
.single-product .lp-tabs:not(.lp-search-form-tabs) .lp-tabs-title {
  position: relative;
  padding: 15px 30px;
  border: 1px solid #EBEEF0;
}
.single-product .lp-tabs:not(.lp-search-form-tabs) .lp-tabs-title.lp-active {
  background-color: var(--lp--base-preset--brand-color--primary);
}
.single-product .lp-tabs:not(.lp-search-form-tabs) .lp-tabs-title a {
  color: var(--lp--base-preset--body--color);
  text-transform: uppercase;
  font-weight: 700;
}
.single-product .lp-tabs:not(.lp-search-form-tabs) .lp-tabs-title.lp-active a {
  color: #fff;
}
.single-product .lp-single-info-element .lp-tabs-content {
  background-color: #F9F9F9;
  padding: 30px;
}
.single-product .lp-single-info-element .mpp-product-documents ul {
  list-style: none;
  margin: 0;
}
.single-product .lp-single-info-element .mpp-product-documents ul li a {
  font-weight: 600;
  color: var(--lp--base-preset--body--color);
  font-size: 16px;
  display: flex;
  align-items: center;
}
.single-product .lp-single-info-element .mpp-product-documents ul li a::before {
  content: "\f1c1";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-right: 10px;
  font-size: 27px;
}
.single-product .lp-single-info-element .mpp-product-videos .lp-image {
  position: relative;
}
.single-product .lp-single-info-element .mpp-product-videos .lp-image::before {
  background-color: rgba(0, 0, 0, .3);
}
.single-product .lp-single-info-element .mpp-product-videos .lp-video-play-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product .lp-single-info-element .mpp-product-videos .lp-video-play-container::before {
  content: "\f04b";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 50px;
  transition: .3s all;
}
.single-product .lp-single-info-element .mpp-product-videos .lp-image:hover .lp-video-play-container::before {
  font-size: 60px;
  transition: .3s all;
}
.single-product .lp-single-info-element .mpp-product-videos .lp-video-play-button {
  max-width: 80px;
  display: none;
}
.single-product .lp-single-info-element .mpp-product-videos .lp-columns {
  padding: 0;
}

.single-product .mpp-product-element .lp-element-footer .lp-button-wrap{
	text-align: center;
	justify-content: center;
    margin-top: 30px;
}

.single-product .mpp-product-element .lp-element-footer .lp-button-wrap .lp-button{
	background-color: var(--lp--base-preset--brand-color--primary);
    color: #fff;
    padding: 20px 30px;--lp--base-preset--button--background-color--hover
}

.single-product .mpp-product-element .lp-element-footer .lp-button-wrap .lp-button:hover{
	background-color: var(--lp--base-preset--button--background-color--hover);
}
.mpp-product-single-content-element .lp-single-summary {
	display: flex;
    flex-flow: column;
}
.mpp-product-single-content-element .mpp-product-price-notice {
	margin-top: 24px;
}
@media (max-width: 640px) {
  .single-product .lp-single-info-element .lp-tabs {
    display: unset;
  }
}

/* Template 1 - Start */
.single-product-template-1 .lp-before-main-content {
  padding-top: 60px;
}
.single-product-template-1 .breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #00A7B5;
}
.single-product-template-1 .breadcrumb .breadcrumb-separator::after {
  color: #a0a0a0;
}
.single-product-template-1 .breadcrumb a {
  color: #a0a0a0;
}
.single-product-template-1 .breadcrumb .current{
  font-weight: 600;
}
.single-product-template-1 .lp-single-content-element .lp-image {
  background-size: contain;
  border: 1px solid #EBEEF0;
}
.single-product-template-1 .lp-single-content-element .lp-gallery-thumbnail-carousel {
  margin-top: 20px;
}
.single-product-template-1 .lp-single-content-element .lp-price,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-price {
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.single-product-template-1 .lp-single-content-element .mpp-stock,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-availability {
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  color: #008712;
  font-size: 14px;
  font-weight: 600;
}
.single-product-template-1 .lp-single-content-element .woocommerce-variation-availability {
  margin-bottom: 20px;
}
.single-product-template-1 .lp-single-content-element .mpp-stock .lp-label,
/* .single-product-template-1 .lp-single-content-element .product_meta, */
.single-product-template-1 .lp-single-content-element .lp-product-meta {
  display: none;
}
.single-product-template-1 .lp-single-content-element .mpp-stock .lp-label,
.single-product-template-1 .lp-single-content-element .lp-product-meta .lp-label {
  font-weight: 700;
}
.single-product-template-1 .lp-single-content-element .product_meta {
	margin-top: 30px;
}
.single-product-template-1 .lp-single-content-element .lp-product-meta > span {
  display: block;
}
.single-product-template-1 .lp-single-content-element .product_meta > span {
  font-weight: 700;
  display: block;
}
.single-product-template-1 .lp-single-content-element .product_meta > span > span,
.single-product-template-1 .lp-single-content-element .product_meta > span > a {
  font-weight: 400;
}
.single-product-template-1 .lp-single-content-element .mpp-cart,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-add-to-cart {
  display: flex;
  column-gap: 10px;
  margin: 15px 0;
}
.single-product-template-1 .lp-single-content-element .mpp-cart .quantity input,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-add-to-cart .quantity input {
  border: 1px solid rgba(0, 0, 0, .1);
  width: 75px
}
.single-product-template-1 .lp-single-content-element button.lp-cart-button,
.single-product-template-1 .lp-single-content-element button.lp-cart-button:hover,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-add-to-cart button.single_add_to_cart_button,
.single-product-template-1 .lp-single-content-element .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover {
  background-color: var(--lp--base-preset--brand-color--primary);
  width: 274px;
  border-radius: 0;
  font-weight: 400;
}
.single-product-template-1 .lp-single-content-element .variations tbody {
  border: none;
}
.single-product-template-1 .lp-single-content-element .variations tr {
  background-color: none !important;
  background: none !important;
}
.single-product-template-1 .lp-single-content-element .variations .label {
  background: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin-bottom: 0px;
}
.single-product-template-1 .lp-single-content-element .variations .label label {
  font-size: 16px;
  font-weight: 600;
  color: var(--lp--base-preset--body--color);
	text-transform: capitalize;
}
.single-product-template-1 .lp-single-content-element .variations tr:not(:last-of-type) .value {
  margin-bottom: 10px;
}
.single-product-template-1 .lp-single-content-element .variations .value {
  display: block;
  padding: 0;
}
.single-product-template-1 .lp-single-content-element .variations .value select {
  border: none;
	box-shadow: 0 0 3px #cacaca;
  color: var(--lp--base-preset--body--color);
  display: block;
  max-width: 188px;
}
.single-product-template-1 .lp-single-content-element .variations .reset_variations {
  display: inline-block;
  margin-top: 10px;
}
.single-product-template-1 .mpp-back-to-search {
  display: none;
}
.single-product-template-1 .mpp-product-single-notice {
  padding-bottom: 0;
}
.single-product-template-1 .mpp-product-single-notice .woocommerce-message {
  border-color: var(--lp--base-preset--brand-color--primary);
}
.single-product-template-1 .mpp-product-single-notice .woocommerce-message::before {
  color: var(--lp--base-preset--brand-color--primary);
}
@media (max-width: 767px) {
  .single-product-template-1 .lp-single-content-element .lp-featured-gallery {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .single-product-template-1 .lp-single-content-element .mpp-product-title{
    font-size: 32px;
  }
	
  .single-product-template-1 .lp-single-content-element .lp-price,
	.single-product-template-1 .lp-single-content-element .woocommerce-variation-price {
		font-size: 28px;
	}
	
  .single-product-template-1 .lp-single-content-element .lp-element-body .lp-columns {
    width: 50%;
  }
}
/* Template 1 - End */
/*************************************
!SINGLE PRODUCT - END
**************************************/

/*************************************
#MPP PRODUCT ELEMENT - START
**************************************/
/* General */
.mpp-product-element .lp-results-filter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mpp-product-element .lp-results-count {
  font-size: 14px;
  color: #a8a8a8;
  flex: 1;
}
.mpp-product-element .lp-filter {
  width: 25%;
}
.mpp-product-element .lp-filter .lp-form {
  text-align: right;
}
.mpp-product-element .lp-filter select {
  max-width: 214px;
  font-size: 14px;
  color: #a8a8a8;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  padding: 0 15px;
  height: 38px;
}
/* .mpp-product-element .lp-box {
  background-color: #fff;
/* 	height: 100%; */
.mpp-product-element.lp-box-layout-1 .lp-box:hover .mpp-product-media {
	    box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.1);
}
.mpp-product-element.lp-box-layout-1 .mpp-product-media {
	background-color: #fff;
	transition: all .25s ease-in-out;
}
.mpp-product-element.lp-box-layout-1 .lp-image:before {
	padding-top: 100%;
}
.lp-box-layout-1.mpp-product-element .lp-content {
	padding: 24px 4px 0 12px;
}

.mpp-product-element .lp-box .lp-image {
  background-size: contain;
}
.mpp-product-element.lp-box-layout-1 .lp-image {
	background-size: 80%;
}

.mpp-product-element .lp-box .lp-content {
  display: flex;
  flex-flow: column;
}
.mpp-product-element .lp-box .lp-content .lp-title {
  order: 1;
/*   padding: 0 20px; */
}
.mpp-product-element .lp-box .lp-content .lp-title a {
  color: var(--lp--base-preset--body--color);
}
.mpp-product-element .lp-box .lp-content .lp-title h3 {
  font-size: 20px;
  font-weight: 600 !important;
}
.mpp-product-element .lp-box .lp-content .lp-price {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.3px;
  order: 3;
  margin-bottom: 20px;
/*   padding: 0 20px; */
}
.mpp-product-element .lp-box .lp-content .lp-price .price {
  color: var(--lp--base-preset--body--color);
}
.mpp-product-element .lp-box .lp-content .lp-stock {
  font-size: 12px;
  color: #a8a8a8;
  order: 2;
  padding: 0 20px;
}
.mpp-product-element .lp-box .lp-content .lp-stock .lp-label {
  display: none;
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap {
  order: 4;
  flex-wrap: wrap;
  row-gap: 3px;
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .button,
.mpp-product-element .lp-box .lp-content .lp-button-wrap .added_to_cart {
  width: 100%;
  background-color: var(--lp--base-preset--brand-color--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--lp--custom-preset--font-family-main);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 2px solid var(--lp--base-preset--brand-color--primary);
  padding: 10px 16px;
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .button:hover {
  background-color: var(--lp--base-preset--brand-color--grey);
  border: 2px solid var(--lp--base-preset--brand-color--primary);
  color: var(--lp--base-preset--brand-color--primary);
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .lp-view-button {
  display: none;
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .added_to_cart {
  background-color: var(--lp--base-preset--brand-color--grey);
  color: var(--lp--base-preset--brand-color--primary);
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .mpp-cart-button.added::after {
  display: none;
}
.mpp-product-element .lp-box .lp-content .lp-button-wrap .mpp-cart-button.loading::after {
  top: 18px;
}
.mpp-product-element .lp-no-results .lp-notice {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 20px 0;
}
/* General */
/*************************************
!MPP PRODUCT ELEMENT - END
**************************************/

/*************************************
#MPP PRODUCT FILTERS ELEMENT - START
**************************************/
.mpp-product-filter-element .mpp-filter-form .mpp-product-field-name {
  margin-bottom: 28px;
  position: relative;
}
.mpp-product-filter-element .mpp-filter-form .mpp-product-field-name::after {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  right: 25px;
  top: 75%;
  transform: translateY(-50%);
  color: #a0a0a0;
}
.mpp-product-filter-element .mpp-filter-form .mpp-product-field-name .mpp-product-name {
  background: transparent;
  border: 1px solid #a0a0a0;
  border-radius: 30px;
  padding: 0 50px 0 25px;
  color: #a0a0a0;
}
.mpp-product-filter-element .mpp-filter-form .mpp-product-field-name .mpp-product-name::placeholder {
  color: #a0a0a0;
}
.mpp-product-filter-element .mpp-filter-form .lp-filter-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
	color: #004A65;
}
.mpp-product-filter-element .mpp-filter-form a {
  color: var(--lp--base-preset--body--color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.mpp-product-filter-element .lp-drop-down { 
	position: absolute;
	right: 0;
	top: 9px;
}
.mpp-product-filter-element .mpp-filter-form li {
  padding: 10px 0;
  position: relative;
  margin-bottom: 0;
	list-style: none;
}

.lp-accordion-preview > ul > li > label{
  border-bottom: 1px solid #C6C6C6;
	padding-top: 15px;
    padding-bottom: 15px;
}

.lp-accordion-preview li:after{
	display: none !important;
}

.mpp-product-filter-element .mpp-filter-form-tags  > li{
	padding-bottom: 0;
	padding-top: 0;
}

.mpp-product-filter-element .lp-form-filters-sub-tags label{
	padding-top: 10px;
}

.mpp-product-filter-element .mpp-filter-form .lp-remove{
	display: block;
    position: absolute;
	right: 5px;
    top: 17px;
}

.mpp-product-filter-element .lp-form-filters-sub-tags .lp-remove{
	top: 9px;
}

.mpp-product-filter-element .mpp-filter-form .lp-remove:after{
	content:"\f057";
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	color: var(--lp--base-preset--brand-color--primary);
}

.mpp-product-filter-element .mpp-filter-form .lp-remove:hover:after{
	font-weight: 900;
}


.mpp-product-filter-element .mpp-filter-form li.lp-accordion-item{
	background-color: #fff;
    padding: 15px 24px;
	margin-bottom: 10px;
	border-bottom: 0;
}

.mpp-product-filter-element .mpp-filter-form li.lp-accordion-item:after{
	right: 34px;
	top: 14px;
}

.mpp-product-filter-element .mpp-filter-form li.lp-accordion-item .lp-accordion-preview > ul{
	margin-left: 0;
}
.mpp-product-filter-element .mpp-filter-form li a:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  font-weight: 300;
}
.mpp-product-filter-element .mpp-filter-form li a.lp-active {
  color: var(--lp--base-preset--brand-color--secondary);
  padding-bottom: 10px;
}
.mpp-product-filter-element .mpp-filter-form .lp-checkbox-option label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.mpp-product-filter-element .mpp-filter-form .lp-checkbox-option input {
	margin: 0 6px 0 0;
    transform: translate(0, 1px);
}

.mpp-product-filter-element .mpp-filter-form .lp-filter-form-body .lp-fields > .lp-field-set {
  margin-bottom: 30px;
}
.mpp-product-filter-element .mpp-filter-form .lp-filter-form-footer .button {
  background-color: var(--lp--base-preset--brand-color--primary);
  border-radius: 0;
  color: #fff;
  width: 100%;
	padding: 20px;
}
.lp-filter .lp-drop-down:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 22px;
    transform: translate(0, -2px);
    display: inline-block;
	transition: all .25s ease-in-out;
}
.lp-filter .lp-checkbox-option.is-open .lp-drop-down:after {
	 transform: translate(0, -2px) rotate(-180deg);
}
/*************************************
!MPP PRODUCT FILTERS ELEMENT - END
**************************************/

/*************************************
#MPP SHOP PAGE - START
**************************************/
/* Template 1 */
.shop-template-1 .lp-body-content {
  background-color: var(--lp--base-preset--brand-color--grey);
}
.shop-template-1 .lp-elements,
.taxonomy-product_cat-template-1.wide-layout .lp-elements{
  margin: 0 auto;
}
.shop-template-1.wide-layout .lp-elements,
.taxonomy-product_cat-template-1.wide-layout .lp-elements{
  max-width: 1440px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.shop-template-1 .lp-elements > .lp-element,
.taxonomy-product_cat-template-1 .lp-element{
  padding-top: 0;
}

.mpp-product-filter-bar{
	display: flex;
	align-items: center;
}

.mpp-product-filter-bar .mpp-product-results-count,
.mpp-product-filter-bar .mpp-product-sort-filter{
	width: 50%;	
}
@media (min-width: 1024px) {
  .shop-template-1 .lp-elements,
	.taxonomy-product_cat-template-1 .lp-elements{
    display: flex;
    column-gap: 15px;
  }
  .shop-template-1 .lp-elements .mpp-product-filter-element,
	.taxonomy-product_cat-template-1 .mpp-product-filter-element{
    width: 28%;
  }
  .shop-template-1 .lp-elements .mpp-product-element,
	.taxonomy-product_cat-template-1 .mpp-product-element{
    width: 72%;
  }
}

/* Template 1 */
/*************************************
!MPP SHOP PAGE - END
**************************************/

/*************************************
#LP ELEMENT - START
**************************************/
.lp-element {
  padding: 30px 0;
}

.lp-element-pagination .lp-pagination{
	display: flex;
    flex-flow: wrap;
    padding-top: 50px;
}

.lp-element-pagination .lp-showed-item,
.lp-element-pagination .lp-paginate{
	width: 50%;
}

.lp-element-pagination .lp-paginate{
	text-align: right;
}

.lp-element-pagination .lp-paginate .page-numbers{
	border: 1px solid var(--lp--base-preset--brand-color--dark);
    padding: 5px 10px;
    border-radius: 5px;
}

.lp-element-pagination .lp-paginate .page-numbers.current,
.lp-element-pagination .lp-paginate .page-numbers:not(.cuurent):not(.dots):hover{
    background-color: var(--lp--base-preset--brand-color--dark);
    color: #fff;
}

.lp-element-pagination .lp-paginate .page-numbers.next{
	color: var(--lp--base-preset--brand-color--dark);
}


@media (min-width: 641px) {
  .lp-element {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .lp-element {
    padding: 80px 0;
  }
}
/*************************************
#LP ELEMENT - END
**************************************/


/*************************************
#CART OFF-CANVAS - START
**************************************/
.lp-off-canvas-cart .widget_shopping_cart_content .mini_cart_item{
	margin-bottom: 10px;
}

.lp-off-canvas-cart .widget_shopping_cart_content {
	display: flex;
    flex-flow: column;
}

.lp-off-canvas-cart ul.product_list_widget{
	flex: 1;
	overflow-y: auto;
}

.lp-off-canvas-cart .woocommerce-mini-cart__total{
	margin-top: auto;
}

.lp-off-canvas-cart .woocommerce-mini-cart__total > .lp-cart-total{
	display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.lp-off-canvas-cart .woocommerce-mini-cart__total > .lp-cart-total.mpp-cart-total{
	font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .lp-media{
	width: 40%;
	border: 1px solid #ebebeb;
	margin-right: 20px;
	display: flex;
    align-items: center;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .lp-content{
	width: 60%;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .lp-content .lp-price{
	font-weight: 600;
	margin-top: 5px;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .lp-media img{
	width: 100%;
	margin-left:0;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .lp-content .lp-title{
	font-weight: 600;
    font-size: 14px;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .remove_from_cart_button{
	font-size: 0;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .remove_from_cart_button:hover,
.lp-off-canvas-cart .lp-off-canvas-cart-body .remove_from_cart_button:hover::before {
	background-color: transparent;
	color: var(--wc-red);
}

.lp-off-canvas-cart .lp-off-canvas-cart-body .remove_from_cart_button:before{
    content: "\f2ed";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	display:block;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.lp-off-canvas-cart-footer {
	border-top: none;
}

.lp-off-canvas-cart-footer .lp-button-wrap{
	gap: 10px;
	flex-flow: wrap;
}

.lp-off-canvas-cart-footer .lp-button-wrap > a{
	width: 100%;
	padding: 20px;
	color: #fff;
}

.lp-off-canvas-cart-footer .lp-button-wrap > a:not(:last-child){
	background-color: var(--lp--base-preset--brand-color--dark);
}

.lp-off-canvas-cart-footer .lp-button-wrap > a:last-child{
	background-color: var(--lp--base-preset--brand-color--secondary);
}

.lp-off-canvas-cart-footer .lp-button-wrap > a:nth-child(2),
.lp-off-canvas-cart-footer .lp-button-wrap > a:last-child {
    flex: 1 1 calc(50% - 10px);
}
.lp-button-wrap {
    gap: 10px;
}


/*CART PAGE - START*/

.wc-block-cart__main thead{
	background-color: transparent;
	border: none;
}

.wc-block-cart__main thead th{
	font-size: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 10px;
}

.wc-block-components-quantity-selector:after{
	border: none;
}

.wc-block-components-formatted-money-amount{
	font-weight: 700;
}

table.wc-block-cart-items .wc-block-components-quantity-selector{
	width: 70px;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
    min-width: 14px;
	font-weight: 900;
}

table.wc-block-cart-items .wc-block-components-product-badge{
	background-color: #EBEEF0;
    color: #000;
	border: none;
}

@media(max-width: 640px){

	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
		grid-template-columns: 80px 1fr;
		gap: 8px;
	}
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
		grid-column: 1 / -1;
		font-size: 20px;
		grid-row-start: auto;
	}
	
}

@media(min-width: 641px){
	.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image{
		width: 30%;
	}
}
/*CART PAGE - END*/

/*************************************
#PRODUCT CATEGORY PAGE  - START
**************************************/

.mpp-product-filter-element .lp-checkbox-tree>label { 
	text-transform: uppercase;
	border-bottom: 0.5px solid #BEBEBE;
    padding-top: 12px;
    padding-bottom: 12px;
	position: relative;
}
.mpp-product-filter-element .lp-checkbox-sub-options {
	padding-top: 10px;
    padding-bottom: 6px;
	position: relative;
}
.mpp-product-filter-element .lp-checkbox-sub-options .lp-checkbox-tree>label {
	text-transform: none;
	border-bottom: none;
	    padding-top: 7px;
    padding-bottom: 7px;
}
.mpp-product-filter-element .lp-checkbox-tree>label .lp-option-label,
.mpp-product-filter-element .lp-checkbox-tree>label input {
	 cursor: pointer;
}
.mpp-product-filter-element .mpp-product-filter-title {
	font-size: 0 !important;
}
.mpp-product-filter-element .mpp-product-filter-title:before {
	content: 'Product Categories';
	font-size: 21px;
}
.mpp-product-filter-element .mpp-product-field-name:before {
	content: 'Search for a product';
	margin-bottom: 24px;
	display: block;
	font-weight: 700;
	color: #004a64;
}
@media(max-width: 1023px) {
	.mpp-product-filter-element .default-field-group-layout { display: none; }
}
@media(min-width: 1024px) {
	.mpp-product-filter-element .accordion-field-group-layout { display: none; }	
	.mpp-product-filter-element .mpp-product-filter {
		padding-top: 34px;
	}    
	.mpp-product-filter-element .mpp-filter-form .mpp-product-field-name {
		margin-bottom: 34px;
	}
	.mpp-product-filter-element .lp-checkbox-sub-options {
		padding-left: 24px;
	}
}

/*************************************
!PRODUCT CATEGORY PAGE - END
**************************************/

/*************************************
#SINGLE PRODUCT - START
**************************************/


.single-product-template-1 .lp-single-content-element .variations tbody{
	background-color: #f7f7f7;
	color: #008712;
}


.single-product-template-1 .lp-single-content-element .mpp-product-title{
	margin-bottom: 10px;
	font-weight: 600;
}

@media(min-width: 768px){
}
/*************************************
#SINGLE PRODUCT - END
**************************************/


/*************************************
#ACOUNT PAGE - START
**************************************/

.woocommerce-MyAccount-content{
	padding: 30px;
	background-color: var(--lp--base-preset--brand-color--grey);
	
}

.woocommerce-MyAccount-content .woocommerce-EditAccount input:not([type="submit"]),
.woocommerce-MyAccount-content .woocommerce-EditAccount select{
	background-color: #fff;
}


.woocommerce-account .addresses .title{
	margin-bottom: 20px;
}

.woocommerce-account .addresses .title .edit{
	float: none;
}

.woocommerce-dashboard .mpp-no-orders{
	margin-bottom: 20px;
}

.woocommerce-dashboard .mpp-no-orders .button{
	background-color: var(--lp--base-preset--brand-color--dark);
    color: #fff;
    padding: 10px 20px;
}

@media(min-width: 768px){

	.woocommerce-dashboard .mpp-no-orders{
		display: flex;
		justify-content: space-between;
	}
	
}

/*************************************
#ACOUNT PAGE - END
*************************************/


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

.lp-modal .lp-modal-overlay {
  background-color: hsla(0, 0%, 4%, .45);
}
.lp-modal .lp-modal-content {
  padding: 2rem;
  border-radius: 3px;
  background-color: #fefefe;
	top: 100px;
	margin-right: auto;
  margin-left: auto;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);
  border: none;
  max-width: 650px;
}

h2.lp-modal-header-title{
	margin-bottom: 0;
    padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}

.lp-modal-close-button {
	color: #fff;
    background-color: var(--lp--base-preset--brand-color--primary);
	font-size: 2em;
	right: .5rem;
    top: 0.5rem;
	width: 32px;
    height: 32px;
	border-radius: 50%;
}

.lp-modal-close-button:hover{
	background-color:var(--lp--base-preset--brand-color--secondary);
}

.lp-filter-form .lp-modal-content a.lp-drill-down{
	font-weight: 400;
    background-color: var(--lp--base-preset--brand-color--secondary);
    border-radius: 15px;
    padding-left: 14px;
    padding-right: 14px;
	margin-top: 4px;
    font-size: 14px;
	text-transform: capitalize;
	color: var(--lp--base-preset--brand-color--primary);
}

.lp-filter-form .lp-modal-content .lp-checkbox-breadcrumb{
	margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--lp--base-preset--brand-color--primary);
}

.lp-filter-form .lp-modal-content .lp-checkbox-breadcrumb .lp-back-link{
	color: var(--lp--base-preset--link--color);
}

.lp-filter-form .lp-modal-content .lp-checkbox-breadcrumb .lp-separator{
	padding-left: 4px;
	padding-right: 4px;
}
.lp-filter-form .lp-modal-content .lp-checkbox-breadcrumb .lp-separator:after{
	content: "|";
}

/*Checkbox Styling - Start*/

.lp-filter-form .lp-modal-content .lp-checkbox-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lp-filter-form .lp-modal-content .lp-checkbox-option {
  	cursor: pointer;
  	position: relative;
	font-size: 16px;
	margin-bottom: 6px;
}

.lp-filter-form .lp-modal-content .lp-option-label {
  position: relative;
  padding-left: 28px;
}

@media(max-width: 640px) {
	.lp-filter-form .lp-modal-content .lp-checkbox-option {
		 display: flex;
		flex-flow: column;
		border-bottom: 1px solid #C6C6C6;
		padding-bottom: 12px;
	}
}

@media(min-width: 641px){
	.lp-filter-form .lp-modal-content .lp-checkbox-option{
	    display: flex;
    	justify-content: space-between;
	}
}
@media(max-width: 1023px) {
	.lp-filter-form .lp-modal-content .lp-option-label { line-height:1.3;}
}

/* Checkbox box */
.lp-filter-form .lp-modal-content .lp-option-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 4px;
  transform: translateY(-50%);
  background: #fff;
  transition: all 0.2s ease;
}

.lp-filter-form .lp-modal-content .lp-option-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
}

.lp-filter-form .lp-modal-content .lp-checkbox-option input:checked + .lp-option-label::before {
  background-color: var(--lp--base-preset--brand-color--primary);
  border-color: var(--lp--base-preset--brand-color--primary);
}

.lp-filter-form .lp-modal-content .lp-checkbox-option input:checked + .lp-option-label::after {
  opacity: 1;
}

.lp-filter-form .lp-modal-content .lp-checkbox-option:hover .lp-option-label::before {
  border-color: var(--lp--base-preset--brand-color--primary);
}

.lp-filter-form .lp-modal-content .lp-checkbox-option input:focus + .lp-option-label::before {
  box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}

/*Checkbox Styling - End*/

.lp-modal-footer{
	margin-top: 30px;
}
.lp-modal-footer .lp-submit-button{
    color: #fff !important;
    background-color: var(--lp--base-preset--brand-color--primary)  !important;
	width: 100%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.lp-modal-footer .lp-submit-button:hover{
	background-color: var(--lp--base-preset--button--background-color--hover) !important;
}

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