/* 
Theme Name: Tecnoservice
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Template per Tecnoservice
Author: Sottolinea.com
Author URI: https://sottolinea.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/



/* Add your custom styles here */

/* effetti per testata menu */

.header-fisso {
 transform: translatey(-200px);
 -moz-transition: all .8s ease!important;
 -webkit-transition: all .8s ease!important;
 transition: all .8s ease!important;
}

.elementor-sticky--effects.header-fisso {
 height: auto!important;
 transform: translatey(0px)!important;
}

.elementor-sticky--effects.header-scorrevole {
 display: none!important;
}


/* immagini con bordo arrotondato */

.border-rounded img {
    border-radius: 10px;
}

/* menu con icone */

.top-menu ul li.assistenza a,
.top-menu ul li.riscaldamento a,
.top-menu ul li.condizionamento a,
.top-menu ul li.trattamento-acqua a {
	background-repeat: no-repeat;
	background-position-y: center;
    padding-left: 34px;
    margin-left: 20px !important;
}

.top-menu ul li.assistenza a {
	background-image: url("https://tecnoservicearezzo.com/wp-content/uploads/2026/04/menu_assistenza.png");
}

.top-menu ul li.riscaldamento a {
	background-image: url("https://tecnoservicearezzo.com/wp-content/uploads/2026/04/menu_riscaldamento.png");
}

.top-menu ul li.condizionamento a {
	background-image: url("https://tecnoservicearezzo.com/wp-content/uploads/2026/04/menu_condizionamento.png");
}

.top-menu ul li.trattamento-acqua a {
	background-image: url("https://tecnoservicearezzo.com/wp-content/uploads/2026/04/menu_trattamento-acqua.png");
}

.top-menu ul li.assistenza a:hover,
.top-menu ul li.riscaldamento a:hover,
.top-menu ul li.condizionamento a:hover,
.top-menu ul li.trattamento-acqua a:hover {
    padding-left: 34px !important;
}


