/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: ICT Studio
Author URI: https://www.ictstudio.it/
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1730908400
Updated: 2024-11-06 16:53:20

*/

/*********************************************************************
TODO: GENERAL
**********************************************************************/



/*********************************************************************
TODO: DESKTOP
**********************************************************************/
@media (min-width: 1200px) {
    .header_fixed header{
        position: absolute;
        width: 100%;
    }
    .header_fixed header > .elementor-element{
        background-color: #ffffffbe !important;
        z-index: 999;
    }
}


/*********************************************************************
TODO: TABLET ORIZZONTALE
**********************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {

}


/*********************************************************************
TODO: TABLET VERTICALE
**********************************************************************/
@media (min-width: 768px) and (max-width: 991px) {

}


/*********************************************************************
TODO: SMARTPHONE
**********************************************************************/
@media (max-width: 767px) {
    
}