/* 
Theme Name: MM Tecno
Description: Custom theme for Wow
Author: Luca Bruschi
Author URI: https://www.tab.it/
Template: hello-elementor
Version: 1.0.1
Text Domain: mmt-child-theme
*/

/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- VARIABILI GLOBALI --------------------------------------*/

:root {

}

/*-----------------------------------------------------------------------------------------------*/

#site-header, .page-header, #site-footer {
	display:none;
}

.service-media.service-left
 {
    align-items: center;
}

.elementor-14 .elementor-element.elementor-element-a406dd7 .plus-navigation-wrap .plus-navigation-inner.main-menu-indicator-style-1 .plus-navigation-menu .navbar-nav > li.dropdown > a:after
{content:'▼' }

li.lavora a {
    color: #fe680a !important;
}
li.lavora a:hover {
    color: #ff904b !important;
}


/*-----------------------------------------------------------------------------------------------*/
/*------------------------------------------ DESKTOP --------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {

}	


/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- TABLET VERTICALE ---------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {  

}

/*-----------------------------------------------------------------------------------------------*/
/*-------------------------------------- MOBILE VERTICALE ---------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

}