/*--------------------------
* General
----------------------------*/
.abcgrid {
    width: 1320px;
}
body.elementor-template-full-width {
    padding-top:120px;
}
.elementor-editor-active.logged-in #headerarea {
    top: 0 !important;
}

/*--------------------------- 
* About Us Page 
-----------------------------*/
.abc-about-skills-section {
    position: absolute !important;
    right: -200px;
    bottom: -190px;
    width: 800px !important;
    z-index: 1;
}



/*------------------------------------
* Responsive for tablet
--------------------------------------*/
@media (max-width: 1024px) {

    .abc-about-skills-section {
        position: inherit !important;
        right: 0;
        bottom: 0;
        width: 100% !important;
        z-index: 1;
    }
    #footer-widgets-area .abccolumn-4, #footer-widgets-area .abccolumn-3 {
        width: 30%;
    }
}

/*------------------------------------
* Responsive for mobile
--------------------------------------*/
@media (max-width: 767px) {
    .abc-elementor-team-member-area.abc-team-style-two {
        row-gap: 30px ;
    }
    #footer-widgets-area .abccolumn-4, #footer-widgets-area .abccolumn-3 {
        width: 98%;
    }
    body.elementor-template-full-width {
        padding-top: 100px;
    }
}

@media (max-width: 600px) { 
    body.elementor-template-full-width.logged-in {
        padding-top: 0;
    }

    body.elementor-template-full-width.logged-in .elementor {
        padding-top: 40px
    }
	
	body.elementor-editor-active.logged-in .elementor {
        padding-top: 0 !important;
    }
}
