/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url("https://use.typekit.net/rrx7tts.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gelica", sans-serif !important;
    font-weight: 600;
}

p {
    font-family: 'Montserrat', sans-serif !important;
}

#content .page-header {
    display: none;
}

.admin-bar #site-header {
    top: 32px;
}

#site-hedaer .site-branding {
    max-width: 20%;
}

@media (max-width:576px) {
    #site-header .site-branding .site-logo img {
        width: 200px;
    }
}

#site-header .site-navigation {
    max-width: 80%;
}

#site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#site-header .site-navigation ul {
    margin-bottom: 0;
}

#site-header .site-navigation ul li {
    margin: 0 5px;
}

#site-header .site-navigation ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 20px;
    font-family: "gelica", sans-serif !important;
    font-weight: 600;
    cursor: pointer;
}

#site-header .site-navigation ul li.menu-orange a {
    background-color: #ff8c52;
    color: #fff;
    width: 160px;
    text-align: center;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer;
}


#site-header .site-navigation ul li.menu-white a {
    background-color: #fff;
    color: #0aa2c7;
    width: 160px;
    text-align: center;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer;
    text-transform: uppercase;
}

@media (max-width:1320px) {
    #site-header .site-navigation ul li.menu-white a {
        width: auto;
    }

    #site-header .site-navigation ul li.menu-orange a {
        width: auto;
    }
}

@media (max-width:1200px) {
    #site-header .site-navigation ul li a {
        padding: 12px 16px;
    }

}

@media (max-width:1024px) {
    #site-header .site-navigation ul li a {
        display: none;
    }


}

.site-navigation-toggle {
    background-color: #fff !important;
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
}

.site-navigation-dropdown #menu-primary-menu li a {
    background-color: transparent;
    text-decoration: none;
    color: #0aa2c7;
    box-shadow: none !important;
}

.site-navigation-dropdown #menu-primary-menu li.menu-orange a {
    background-color: #ff8c52;
    color: #fff;
}


/**** Footer ****/

.copyright p {
    margin-bottom: 0;
}

.harmonised a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    color: #707070 !important;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    margin-bottom: 0;
}

.harmonised img {
    float: left;
    max-width: 62px;
    margin-left: 12px;

}

@media screen and (max-width:767px) {
    .harmonised a {
        justify-content: center;
    }
}

#site-footer {
    display: none;
}

.footer-social .e-con-inner {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
}

.footer-social .elementor-widget-image {
    width: 24px;
}


/**** End Footer ****/


/**** Links ****/

a {
    color: #ff8c52;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover {
    color: #0aa2c7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visisted {
    color: #ff8c52;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/**** End Links ****/

/**** Buttons ****/


.btn-orange a {
    width: 180px !important;
    border-radius: 0;
    background-color: #ff8c52 !important;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 16px 18px !important;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.btn-orange a:hover {
    background-color: #0aa2c7 !important;

}


.btn-blue a {
    width: 180px !important;
    border-radius: 0;
    background-color: #0aa2c7 !important;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 16px 18px !important;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.btn-blue a:hover {
    background-color: #ff8c52 !important;

}

.btn-white a {
    width: 180px !important;
    border-radius: 0;
    background-color: #fff !important;
    color: #0aa2c7;
    text-transform: uppercase;
    border: 0;
    padding: 16px 18px !important;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;

}

.btn-white a:hover {
    background-color: #0aa2c7 !important;
    color: #fff;

}

@media (max-width:576px) {
    .btn-orange a {
        width: 150px !important;
        padding: 16px 6px !important;
    }

    .btn-blue a {
        width: 150px !important;
        padding: 16px 6px !important;
    }

    .btn-white a {
        width: 150px !important;
        padding: 16px 6px !important;
    }
}

/**** End Buttons ****/



.btn-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title {
    background-color: #0aa2c7;
    color: #fff;
    padding: 16px 20px !important;
    border-radius: 32px;
    max-width: 360px;
    margin: 0 auto;

}

.btn-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.btn-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
    border-bottom: 0;
}

/**** Contact Forms ****/

.contact-form .wpcf7-form input {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 16px;
    margin-bottom: 15px;
    color: #707070;
    height: 50px;
    border-radius: 12px;
}

.contact-form .wpcf7-date {
    width: 100%;
}

.contact-form .wpcf7-form p {
    margin-bottom: 10px;
}

.contact-form .wpcf7-form textarea {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 12px 16px;
    height: 175px;
    color: #707070;
    border-radius: 12px;
}

.contact-form .wpcf7-form .wpcf7-submit {
    font-weight: 700;
    text-transform: uppercase;
    width: 180px;
    text-align: center;
    background-color: #fff;
    color: #0aa2c7;
    border-radius: 0;
    margin: 12px auto;
    display: block;
    border: 0;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    padding-bottom: 14px;
}


.contact-form .wpcf7-form .wpcf7-submit:hover {
    background-color: #0aa2c7;
    color: #fff;

}

.contact-form .wpcf7-form .wpcf7-spinner {
    float: right;
}



.contact-form .form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-form .form-row .form-col {
    width: 50%;
    padding: 0 7.5px;
}

.contact-form .form-row .form-col-full {
    width: 100%;
    padding: 0 7.5px;
}

@media (max-width:767px) {
    .contact-form .form-row .form-col {
        width: 100%;
    }
}

.contact-form .form-textarea-col {
    padding: 0 7.5px;
}


::placeholder {
    color: #2b3a2f;
    opacity: 1;

}

:-ms-input-placeholder {

    color: #2b3a2f;
}

::-ms-input-placeholder {

    color: #2b3a2f;
}


/**** End Contact Forms ****/


/**** Pricing ****/

.price p {
    color: #ff8c52;
    font-family: "gelica", sans-serif !important;
    font-weight: 600;
    font-size: 54px;
}

/**** End Pricing ****/


/**** FAQS ****/



.faqs .elementor-toggle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}

.faqs .elementor-toggle .elementor-toggle-item {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}


.faqs .elementor-toggle .elementor-tab-title {
    border-radius: 0;
    color: #707070 !important;
    border: 0 !important;
    background-color: #fff !important;
    padding: 12px 0;
}

.faqs .elementor-toggle .elementor-tab-title a {
    color: #707070 !important;
}

.faqs .elementor-toggle .elementor-tab-title .elementor-toggle-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;

}

.faqs .elementor-toggle .elementor-tab-content {
    border: 0;
    color: #707070;
    padding: 22px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}





@media screen and (max-width:991px) {
    .contact-form .wpcf7-form .form-phone {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .contact-form .wpcf7-form .form-email {
        width: 100%;
        padding-left: 0;
        float: none;

    }
}

@media (max-width:991px) {
    .contact-form .contact-row .contact-col {
        width: 100%;
        padding: 0 10px;
    }

    .contact-form .wpcf7-form p {
        margin-bottom: 0;
    }

    .contact-form .contact-row .contact-col-submit {
        margin-top: 20px;
    }
}



.service-list .elementor-icon-list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
    z-index: 2;

}

@media (max-width:1200px) {
    .service-list .elementor-icon-list-items {
        width: 100%;
    }
}

.service-list .elementor-icon-list-items .elementor-icon-list-item {
    width: auto;
    background-color: #f3fdff;
    border: 1px solid #e7f6f9;
    border-radius: 12px;
    padding: 14px 20px;
    margin: 12px 20px;
}

.service-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-family: "gelica", sans-serif !important;
    font-weight: 600;
    color: #0aa2c7;
    font-size: 24px;
}

.service-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(3) {
    margin-left: 180px;
}

@media (max-width:1200px) {
    .service-list .elementor-icon-list-items .elementor-icon-list-item:nth-child(3) {
        margin-left: 20px;
    }
}


@media (max-width:767px) {
    .service-list .elementor-icon-list-items .elementor-icon-list-item {
        width:100%;
        padding:8px 16px;
        margin:8px 12px;
    }
}
.service-list-row {
    position: relative;

}

.service-list-row:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://stonecold.harmonised.com.au/wp-content/uploads/2023/09/pattern.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% center;
    position: absolute;
    z-index: 1;

}

.service-list-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;

}
@media (max-width:1200px) {
    .service-list-img {
        right:20px;
        width:40%;
    }
}
@media (max-width:767px) {
     .service-list-img {
        position:relative;
         width:100%;
         height:auto;
         right:0;
         padding:0 12px;
         order:1;
    }
}
.service-list-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}