/* 
Theme Name: Colab Marketing
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom theme tailored by Colab Marketing Group
Author: Jonny Cui
Author URI: https://www.colabconnects.co.nz/
Template: hello-elementor
Version: 2.0.0
Text Domain: colab-marketing
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
*/


/*  Header Nav  */
#site-header .site-navigation ul.elementor-nav-menu li.menu-item-19 > a{color: #fff;}
#site-header .site-navigation ul.elementor-nav-menu li.menu-item-19 > a:after{
	content: " ";
    background: url(/wp-content/uploads/2025/09/Home-Icon-NOT-Active-01-1.svg);
    width: 48px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 20px;
    opacity: 1;
}
#site-header .site-navigation ul.elementor-nav-menu li.menu-item-19.current-menu-item > a:after{
    background: url(/wp-content/uploads/2025/09/Home-Icon-Active-01-1.svg);
}

#site-header .site-navigation ul.elementor-nav-menu li.menu-item-34 > a{
	width: 280px;
    background: #D4AA5C;
    color: #fff;
    text-align: center;
    margin-left: 80px;
    padding: 12px 40px;
}
#site-header.sticky{
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	box-shadow: 0 0 10px #2222220f;
}
#site-header.sticky .site-branding .site-logo img {
    width: 50%;
    height: auto;
}

/* Form global style */
.wpcf7-form-control-wrap select.wpcf7-select{
	border: 1px solid #b3b3b3;
    border-width: 0 0 1px 0;
    padding: 10px 0;
}


@media (max-width: 1536px){
    /* #site-header #nav-logo{
        width: 12%!important;
    } */
    #site-header #nav-logo img {
        width: 100px;
        height: auto;
    }
    #site-header #nav-cta-btns{
         width: 14% !important;
    }
    #site-header #nav-cta-btns .elementor-button{
        padding: 10px !important;
    }
}


@media (max-width: 1360px){
    body #nav-menu{width: 75% !important;}
    #site-header #nav-cta-btns{
         width: 12% !important;
    }
}

@media (max-width: 1280px){
    #site-header #nav-cta-btns{display: none;}
    #site-header #nav-floating-cta{display: none;}
    .elementor-testimonial--skin-default .swiper-slide{border-width: 0!important;}
}

@media (max-width: 1098px){
    #site-header li.menu-item.menu-item-home {display: none;}
	body .elementor-widget-testimonial-carousel .swiper-wrapper{align-items: center;}
}