.elementor-kit-10{--e-global-color-primary:#0A2540;--e-global-color-secondary:#282828;--e-global-color-text:#0A2540;--e-global-color-accent:#FFFFFF00;--e-global-typography-primary-font-family:"Soleil";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Soleil";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Soleil";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Soleil";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#22B59C;}.elementor-kit-10 h1{font-family:"Roc Grotesk", Sans-serif;}.elementor-kit-10 h2{font-family:"Soleil", Sans-serif;}.elementor-kit-10 h3{font-family:"Soleil", Sans-serif;}.elementor-kit-10 h4{font-family:"Soleil", Sans-serif;}.elementor-kit-10 h5{font-family:"Soleil", Sans-serif;}.elementor-kit-10 h6{font-family:"Soleil", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-family:"Soleil", Sans-serif;font-size:14px;color:#282828;border-style:solid;border-width:1px 1px 1px 1px;border-color:#0A2540;border-radius:24px 24px 24px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
	padding-top: 110px;
}

@media only screen and (max-width: 1024px) {
    
    body {
        padding-top: 60px;
    }
}

.elementor-location-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.footer-menu .elementor-nav-menu__container ul,
.footer-menu .elementor-nav-menu__container ul li,
.footer-menu .elementor-nav-menu__container ul li a {
    width: 100%;
}

.footer-menu .elementor-nav-menu__container ul li a {
    display: flex;
    justify-content: space-between;    
}

.footer-menu .sub-menu a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
}

.footer-menu .has-submenu {
    font-size: 16px !important;
    font-family: "Roc Grotesk", Sans-serif !important;
    padding-left: 0 !important;
}

.elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.5s ease;
}

.elementor-button::after {
    content: "";
    display: inline-block;
    background: url(https://lauxesgrates.com.au/wp-content/uploads/arrow-right.svg); 
    width: 28px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}

.elementor-button:hover {
    color: #fff !important;
    background-color: #22b59c !important;
    border-color: #22b59c !important;
}

.elementor-button:hover::after {
    background: url(https://lauxesgrates.com.au/wp-content/uploads/white-arrow.svg);
    transform: translateX(5px); 
}


.elementor-button:hover::after {
    background: url(https://lauxesgrates.com.au/wp-content/uploads/white-arrow.svg);
    transform: translateX(5px); 
}

.arrow-button a {
    border: none !important;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: soleil, sans-serif;
}

.arrow-button a::after {
    margin-left: 15px;
    border: 1px solid #282828;
    border-radius: 12px;
    width: 46px;
    height: 24px;
    background-size: 50px 15px;
    background-position: center;    
}

.arrow-button a:hover {
    color: #22b59c !important;
    background-color: transparent !important;
}

.arrow-button a:hover::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 15px;
    background-image: url(https://lauxesgrates.com.au/wp-content/uploads/arrow-right.svg);
}

.arrow-button a:hover::before {
    content: "";
    position: absolute;
    background: #22b59c;
    width: 24px;
    height: 24px;
    top: 0;
    right: -4px;
    border-radius: 50%;    
}

.case-study-cont a,
.featured-product a,
.latest-news-area a.view-all-link {
	position: relative;
	display:flex !important;
	gap: 15px;
	align-items: center;
	transition: all 0.5s ease;
}

.case-study-cont a:after,
.featured-product a::after,
.latest-news-area a.view-all-link::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 15px;
    width: 50px;
    height: 25px;
    background-color: transparent;
    background-image: url(https://lauxesgrates.com.au/wp-content/uploads/white-arrow.svg);
    border: solid 1px #fff;
    border-radius: 12px;
    position: relative;
    z-index: 10;
}

.featured-product a::after,
.latest-news-area a.view-all-link::after {
    background-image: url(https://lauxesgrates.com.au/wp-content/uploads/arrow-right.svg);
    border: solid 1px #282828;
}

.featured-product .jet-listing-dynamic-link__label {
    order: 0;
}

.case-study-cont a:hover,
.featured-product a:hover {
    color: #22b59c !important;
}

.case-study-cont a:hover::before,
.featured-product a:hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #22b59c;
    transition: all 0.5s ease;
}

.white-button a {
    border: solid 1px #fff !important;
}

.white-button a::after {
    background: url(https://lauxesgrates.com.au/wp-content/uploads/white-arrow.svg);
}

.box-button a {
    width: 100% !important;
    border: none !important
    ;
    align-items: center;
    position: relative;
}

.box-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 131px;
    height: 131px;
    border-radius: 50%;
    transform: translate(-30%,-25px);
    transition: all 0.5s ease;
}

.box-button a:hover {
    background: transparent !important;    
}

.box-button a:hover::before {
    opacity: 0;
}

.box-button a span.elementor-button-content-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.box-button a span.elementor-button-text {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roc Grotesk", Sans-serif;
}

.box-button .elementor-button {
    padding: 20px 25px;
}

.box-button a::after {
    display: none;
}

.box-button a svg {
    height: 41px;
    width: auto;
    position: relative;
    z-index: 10;
}

.elementor-widget-text-editor ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.elementor-widget-text-editor ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.elementor-widget-text-editor ul li::before {
    content: "";
    flex: 0 0 10px;
    height: 10px;
    background: #22b59c;
    display: inline-block;
    margin-top: 5px;
}

.downloads-list {
    list-style-type: none;
    padding-left: 40px;
}

.downloads-list li a {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    color: #282828;
    padding: 10px 0;
    font-size: 17px;
}

.downloads-list li a:hover {
    color: #22b59c;
}

.woocommerce-form-login__submit {
    background: #22b59c !important;
    color: #fff !important;
}

.woocommerce-categories-with-products ul.products li.product h3,
.woocommerce-categories-with-products ul.products li.product .arrow-button {
    text-align: left;
}

.woocommerce-product-details__short-description ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.woocommerce-product-details__short-description ul li {
    display: flex;
    position: relative;
    padding-left: 20px;
}

.woocommerce-product-details__short-description ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #22b59c !important;
}

        .faqs-accordion .faq-title {
			font-weight: 400;
			font-style: normal;
			cursor: pointer;
			padding: 25px 0px;
			font-size: 20px;
			line-height: 24px;
			text-transform: uppercase;
			color: #214559;
            cursor: pointer;
			border-bottom: 1px solid #8c9ea8;
			display: flex;
			justify-content: space-between;
			align-items: center;
        }
		
		.faqs-accordion .faq-title span {
			content: url(https://lauxesgrates.com.au/wp-content/uploads/plus.svg);
			display: inline-block;
			width: 17px;
			height: 17px;		
		}
        .faqs-accordion .open .faq-title span {
			content: url(https://lauxesgrates.com.au/wp-content/uploads/minus.svg);
			display: inline-block;
        }
        .faqs-accordion .faq-description {
			font-size: 17px;
            overflow: hidden;
            height: 0;
            transition: all 0.7s ease;
        }
		
        .faqs-accordion .faq-item.open .faq-description {
			padding-top: 15px;			
            height: auto;
        }

@media only screen and (min-width: 1024px) {
    .footer-menu .sub-menu {
        display: block !important;
    }
    
    .footer-menu .sub-arrow {
        display: none  !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Soleil';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lauxesgrates.com.au/wp-content/uploads/SoleilRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'Soleil';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lauxesgrates.com.au/wp-content/uploads/SoleilLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Soleil';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://lauxesgrates.com.au/wp-content/uploads/SoleilBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Soleil';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://lauxesgrates.com.au/wp-content/uploads/SoleilBook.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roc Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lauxesgrates.com.au/wp-content/uploads/FontsFree-Net-RocGrotesk.ttf') format('truetype');
}
/* End Custom Fonts CSS */