/*
Theme Name: PPwix Construz Child
Theme URI: https://wp.framerpeak.com/construz/
Author: PPwix Website Services
Author URI: https://ppwix.com
Template: construz
Tested up to: 5.8
Requires PHP: 7.4
Description:  Construz Child Theme - Construction WordPress Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: construz-child
Copyright (C) 2024 Favdevs
*/

/*


    Add your custom styles here
*/

a.elementor-sub-item.elementor-item-active{
    background-color:#3f444b !important;
}

.elementor-nav-menu--dropdown a{
    background-color:#ebebeb !important;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
    background-color:#3f444b !important;
}

/* Mobile Responsive */

@media screen and (max-width:1024px){
    #home-img-1{
        margin-top:-200px;
        margin-right:10px;
    }
    #home-img-2{
        margin-right:400px;
    }
    #home-sec-2{
        margin-top:10px;
    }
    #home-cont-1{
        width:50%;
    }
    #home-cont-2{
        width:50%;
    }
    #footer-col-1, #footer-col-4{
        width:25%;
    }
    #footer-col-2{
        width:20%;
    }
    #footer-col-3{
        width:30%;
    }
}

@media screen and (max-width:768px){
    #header-col-1, #header-col-2{
        display:none;
    }
    #header-col-3, #header-col-4{
        width:50%;
    }
    #home-img-1{
        margin-top:-200px;
        margin-right:-120px;
    }
    #home-img-2{
        margin-right:125px;
        margin-top:-80px;
    }
    #footer-col-1, #footer-col-2,#footer-col-3, #footer-col-4{
        width:50%;
    }
    #footer-col-3, #footer-col-2, #footer-col-4{
        padding-left:80px;
    }
    #general-col-1{
        float:right;
    }
    #general-col-2{
        float:left;
    }
    .e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget{
        width:100% !important;
    }
}

@media screen and (max-width:425px){
    #home-img-1{
       display:none;
    }
    #home-img-2{
        display:none;
    }
    #home-cont-1{
        width:100%;
    }
    #footer-col-1, #footer-col-2,#footer-col-3, #footer-col-4{
        width:100%;
    }
    #header-col-3, #header-col-4{
        width:100%;
    }
}