/*
Theme Name: YOOtheme Child
Theme URI: https://yootheme.com
Template: yootheme
Author: YOOtheme
Author URI: https://yootheme.com
Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
Version: 2.7.19.1645517089
Updated: 2022-02-22 08:04:49

*/

.body-menu-open {
	overflow: hidden !important;
	position: fixed;
	width: 100vw; 
}

.esc-header-top form .uk-icon.uk-search-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 6px;
}

.esc-header-top form input {
  height: 25px !important;
}

.esc-header-top .widget_icl_lang_sel_widget .wpml-ls {
  padding: 0;
}

/*
 *	MEGAMENU
*/
.tm-header .uk-navbar-nav li.has-children{
	position: relative;
}

.tm-header .uk-navbar-nav li.has-children > a {
	position: relative;
}

.tm-header .uk-navbar-nav li.has-children  > a::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #014993;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.2s, transform 0.2s;
	pointer-events: none;
	position: absolute;
	bottom: 10px;

}

.tm-header .uk-navbar-nav li.has-children:hover  > a::after,
.tm-header .uk-navbar-nav li.has-children:focus-within  >a::after,
.tm-header .uk-navbar-nav li.has-children.active  >a::after {
	opacity: 1;
	transform: translateY(12px);
}
 


.tm-header .uk-navbar-nav ul{
	list-style: none;
}
.tm-header .uk-navbar-nav li.has-children .esc-submenu  {
	position: fixed;
  top: 163px;
  left: 0;
  width: 100vw;    
  background: #fff;
  z-index: 9999;
  overflow: auto;
	border-top: 1px solid #ccc;
	overflow: hidden;
	height: 0;
	opacity: 0;
	transform: scaleY(0.96);
	transition: height 0.4s cubic-bezier(.4, 0, .2, 1), opacity 0.2s, transform 0.3s;
}

.tm-header .uk-navbar-nav li.has-children.active .esc-submenu {
	height: calc(100vh - 163px);
	opacity: 1;
	transform: scaleY(1);
}

.tm-header .uk-navbar-nav li.has-children .esc-submenu .uk-container{
	position: relative;
	height: 100%;	
}
.tm-header .uk-navbar-nav li.has-children .esc-submenu .esc-menu-footer{
	position: absolute;
	bottom: 130px;
	z-index: 1000;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	transition: none;
	margin: 0 -40px;
}

.tm-header .uk-navbar-nav li.has-children .esc-submenu .esc-submenu-title {
	font-family: DINNextLTPro-Medium;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.5px;
	color: #014993;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color, box-shadow;
	font-weight: bold;
	text-transform: uppercase;	
	border-bottom: 1px solid #acb7bc;
	padding: 25px 0 20px;	
}

/* OVERVIEW LINK */

.tm-header .uk-navbar-nav li.esc-menu-item .esc-submenu-overview {
	padding: 20px 35px 0;
	display: inline-block;
}

.tm-header .uk-navbar-nav li.esc-menu-item .esc-submenu-overview.normal {
	padding: 20px 0;
	display: inline-block;
}

.esc-megamenu-products .esc-products-categorie .uk-spinner,
.esc-megamenu-products .esc-products-gamme .uk-spinner,
.esc-megamenu-products .esc-products-prodotti .uk-spinner {
	margin-top: 50px;
	margin-right: 50px;
}

 .esc-megamenu-products ul {
 	list-style: none;
 	white-space: nowrap;
 	overflow: hidden;
 	overflow-y: auto;
 	max-height: calc(100vh - 280px);
 	padding-top: 20px;
 	padding-left: 0;
 	padding-right: 30px;
 	padding-bottom: 30px;
 }

.esc-submenu li{
	font-family: DINNextLTPro-Bold;
	margin-bottom: 1rem;
	font-size: 1rem;
	cursor: pointer;
}

.esc-submenu li:hover,
.esc-submenu li.active{
	color: #6699cc;
}

.esc-megamenu-products .esc-products-categorie{
	border-right: 1px solid #ccc;
	padding-right: 0;
	padding-top: 20px;
	text-align: right;
	width: 470px;
}
.esc-megamenu-products .esc-products-gamme {
	border-right: 1px solid #ccc;
	padding-right: 0;
	padding-top: 40px;
	padding-left: 30px;
}
.esc-megamenu-products .esc-products-gamme li{
	font-family: DINNextLTPro-Light !important;
	font-weight: 400;
	font-size: 1rem;
	position: relative;
}

.esc-megamenu-products li span.uk-icon {
/*	vertical-align: text-bottom;*/
}

.esc-megamenu-products .esc-products-gamme li span.uk-icon {
	position: absolute;
	right: 0;
}

.esc-megamenu-products .esc-products-prodotti {
	padding-right: 0;
	padding-top: 70px;
	width: 350px;
}
.esc-megamenu-products .esc-products-prodotti li{
	font-family: DINNextLTPro-Light;
	font-weight: 400;
	font-size: 1rem;
}

.esc-megamenu-products .esc-products-gamme li:hover,
.esc-megamenu-products .esc-products-gamme li.active,
.esc-megamenu-products .esc-products-prodotti li a:hover {
	font-family: DINNextLTPro-Bold !important;
	color: #6a6d71;
}


.esc-submenu-simple{
	padding-left:0px;
}

.esc-products-megamenu-mobile .esc-cat-accordion-item{
	padding-left:5px;
	border-left: 1px solid #eee;
}

.esc-products-megamenu-mobile .esc-cat-accordion-item .esc-gamma-item{ 
	padding-left:5px;
	border-left: 1px solid #eee;
}

.esc-products-megamenu-mobile .esc-cat-accordion-item a {
	text-transform: none !important;
}



/**
 * Dettaglio categoria
*/

section.gamma-block{
	padding: 40px 0;
}

.gamma-title{
	font-size: 19px;
	font-weight: 700;
	font-weight: bold;
}

.gamma-products{
	list-style: none;
	padding-left: 0;
}

/*
 *	EFFETTO SLIDER
 */


.esc-header-animation {
    position: relative;
    overflow: hidden;
    height: 35vw !important;
}

/* desktop */
.esc-header-animation::before {
    animation: escSlider .35s .35s forwards;
    background-color: var(--color-pri);
    content: '';
    height: 35vw;
    width: 70%;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .35s;
    z-index: 1;
}

.esc-header-animation > div.uk-background-cover{
	min-height: 35vw !important;
}


.esc-header-animation-mobile{
	overflow: hidden;
	min-height: 35vw !important;
}    

.esc-header-animation > div.uk-background-cover{
	min-height: 35vw !important;
}

.esc-header-animation-mobile picture:before{
	animation: escSlider .35s .35s forwards;
	background-color: var(--color-pri);
	content: '';
	height: 34vw;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	transition: left .35s;
	width: 70%;
	z-index: 1;   
}


@keyframes escSlider {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        transform: translateX(0);
    }
    100% {
        /* 65% invece di 65vw: proporzione fissa rispetto al div */
        clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
        transform: translateX(-65%);
    }
}

/*
.esc-header-animation{
	overflow: hidden;
	height:65vh; 
}    

.esc-header-animation:before{
	animation: escSlider .35s .35s forwards;
	background-color: var(--color-pri);
	content: '';
	height: 65vh;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	transition: left .35s;
	width: 100%;
	z-index: 1;   
}

.esc-header-animation-mobile{
	overflow: hidden;
}    

.esc-header-animation-mobile:before{
	animation: escSlider .35s .35s forwards;
	background-color: var(--color-pri);
	content: '';
	height: 135px;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	transition: left .35s;
	width: 90%;
	z-index: 1;   
}

@keyframes escSlider {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        left: 0
    }
	100% {
		clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
		left: -65%;
	}
    
}
*/


.esc-form a {
	font-weight:700;
	font-family: 'DINNextLTPro-Medium';
}

.esc-form label {
	color: #6a6d71;
	font-size:17px;
}

.esc-form input[type="text"],
.esc-form input[type="email"],
.esc-form select,
.esc-form textarea{
	border-radius: 0;
    background: #fff;
	box-shadow: 0px 3px 10px 0px #ccc;
}

.esc-form input[type="checkbox"]{
	box-shadow: 0px 3px 10px 0px #ccc;
}
.esc-form input[type="checkbox"]:checked, 
.esc-form input[type="checkbox"]:checked:focus{
	background-color: #69c;
}



.esc-form.page-app textarea{
	max-height:160px;
}

.esc-form input[type="submit"]{
	border-radius: 0;
	box-shadow: 0px 3px 10px 0px #ccc;
	padding: 8px 30px;
}

.esc-form .wpcf7-acceptance{
	font-size: 15px;
}


.esc-form .wpcf7-spinner{
	display:none
}
.esc-form .wpcf7-list-item{
	margin:0;
}

.esc-form .wpcf7-not-valid-tip{
	font-size: 0.7rem;
    margin-top: 5px;
}


.esc-form__newsletter{
	padding-top: 5px;
}

.esc-form__newsletter .uk-input,
.esc-form__newsletter .uk-select:not([multiple]):not([size]){
	height:40px;
}


.esc-newsletter-post .uk-child-width-1-2\@s>*{
	width: 100% !important;
}


/*
 * 
 *  PADDING PER CONTENUTI A 2 COLONNE
 * 	POST
 *  PODCAST
 * 	LO SAPEVI CHE
 * 	ACTION
 * 	DENTRO LA MATERIA
 * 
 * */

.esc-content-sx-column{
	padding-right: 0;
}

@media screen and (min-width:768px){
	.esc-content-sx-column{
		padding-right: 8.5rem;
	}	
}




.esc-img-lo-sapevi-che{
  padding: 20px 0rem;
}
@media screen and (min-width:768px) {
  .esc-img-lo-sapevi-che {
      padding: 20px 7rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output{
  border: none !important;
  border-color: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  border: none;
}