/***************************
AMMINISTRATORE DIGITALE
MAIN STYLE

00-Reset
01-General
02-Typography
03-Header
04-Menu
****************************/

:root {
    --primaryColor: #2480c4;
    --secondColor: #f08e33;
    --complementaryColor: #f08e33;    
    --textColor: #272727;    
    --fontTitle: 'PT Sans Narrow', sans-serif;
    --fontText: 'PT Sans', sans-serif;
    --color-prefooter: #001c38;
    --color-footer: #01182f;
    --grey: #f8f8fb;
}
/*************************
	WordPress Core
*************************/
	.alignnone {
	    margin: 5px 20px 20px 0;
	}
	.wp-block-image img {
		height: auto;
	}
	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	.alignright {
	    float:right;
	    margin: 5px 0 20px 20px;
	}

	.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	a img.alignright {
	    float: right;
	    margin: 5px 0 20px 20px;
	}

	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}

	a img.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}

	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}

	.wp-caption.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
	    margin: 5px 0 20px 20px;
	}

	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}

	.wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    margin: 0;
	    padding: 0 4px 5px;
	}
/****************************
00 - RESET
****************************/
	body, html {
		margin:0;
		padding: 0;
		height: 100%;
	}
	html {
		scroll-behavior: smooth;
	}
	* {
		outline: 0;
	}
	b, strong {
	    font-weight: 700;
	}
	.container {
	    margin-right: auto;
	    margin-left: auto;
	    padding: 0;
	}
	.small, small {
	    font-size: 0.8em;
	    font-weight: 400;
	}
	a:hover, a:focus, a:active, a:visited, a:clicked {text-decoration: none !important; border: none; outline: none; outline-offset: none;}
	.form-control:focus, input[type="button"],input[type="text"], input[type="email"], input[type="submit"], textarea, button, button:hover, button:focus, button:active {outline: none; outline-offset: none;}

	.form-control:focus {
		box-shadow: none !important;
		border-color: #3aaa35 !important;
	}
	
	article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
		width: 100%;
	}
	.bg-single-product-img span.onsale {
		display: none;
	}
	.elementor-menu-cart__footer-buttons span.elementor-button-text {
	    color: #fff;
	    align-self: center;
	    height: 100%;
	}
	.star-rating span {
	    font-family: star !important;
	}
	.woocommerce .star-rating span::before {
		color: #ffc522;
	}
	.btn.focus, .btn:focus {
	    outline: 0;
	    box-shadow:none;
	}
	@media screen and (max-width: 1599px) {
		.container-lg {
		    max-width: 100%;
		    padding: 0 50px;
		    width: 100%;
		    margin: auto;
		}
	}
	@media screen and (max-width: 1200px) {
		.container-lg {
		    padding: 0 15px;
		}
	}
	.dropdown-toggle::after {
    	display: none;    	
	}

	.dropdown-toggle .collapse-icons {
	    position: absolute;
	    top: -2px;
	    text-align: center;
	    line-height: 40px;
	    padding: 0;
	    cursor: pointer;
	    font-size: 13px;
	    border: 0;
	    width: 40px;
	    height: 40px;
	    right: -20px;
	    border-radius: 20px;
	    -webkit-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    transition: all 0.4s;
	}
	.dropdown-toggle-rotate .collapse-icons{
		transform: rotate(90deg);
    	transition: all 320ms;
	}

	@media (min-width: 576px){
		.container {
		    width: 740px;
		    max-width: 100%;
		}
	}	
	@media (min-width: 768px){
		.container {
		    width: 720px;
		    max-width: 100%;
		}
	}

	@media (min-width: 992px){
		.container {
		    width: 960px;
		    max-width: 100%;
		}
	}
	@media (min-width: 1200px) {
		.container {
		    width: 1200px;		    
		    max-width: 100%;
		}
	}
	.container {
	    margin-left: auto;
	    margin-right: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}
/****************************
01 - GENERAL
****************************/
	body {
		overflow-x: hidden;
		font-size: 19px;
    	line-height: 1.65;
    	position: relative;
	}
	article {
	  padding-bottom: 50px;
	}
	iframe {
		width: 100%;
	}
	button {
	    transition: all 320ms;
	    -webkit-transition: all 320ms;
	    -moz-transition: all 320ms;
	}
	.body-wrap {
		position: relative;
	}
	.text-white{color: #fff;}
	.spacing-25b {margin-bottom: 25px;}
	.spacing-30b {margin-bottom: 30px;}
	.spacing-50b {margin-bottom: 50px;}
	.spacing-25t {margin-top: 25px;}	
	.spacing-30t {margin-top: 30px;}
	.spacing-50t {margin-top: 50px;}
	.padding-25b {padding-bottom: 25px;}
	.padding-30b {padding-bottom: 30px;}
	.padding-50b {padding-bottom: 50px;}
	.padding-25t {padding-top: 25px;}
	.padding-30t {padding-top: 30px;}
	.padding-50t {padding-top: 50px;}
	.padding-0 {padding:0;}
	.margin-0 {margin:0 !important;}
	.bold { font-weight: 700; }
	.block {display: block;}
	.uppercase {text-transform: uppercase;}
	.full-width {width: 100%;}
	.border-circle {border-radius: 50%;}
	.text-center { text-align: center;}
	.width-100 {width: 100%;}
	.height-100 {height: 100%;}
	.display-flex { display: flex; }
	.flex-center-horizzontal {justify-content: center;}
	.flex-center-vertical {align-items: center;}
	.flex-column {flex-direction: column;}
	.flex-row {flex-direction: row;}
	.underline {text-decoration: underline;}
	.center-item {
		display: block;
	  	margin-left: auto !important;
	  	margin-right: auto !important;
	}
	.container-arrow{
	    margin-top: -20px;
	    font-weight: bold;
	    text-transform: uppercase;
	    color:#000;
	    display: inline-block;
	    text-align: center;
	  	line-height: 40px;
	  	position: absolute;
	  	bottom:0;left:0;
	  	z-index: 10;
	  	width:100%;
	  	padding-bottom: 15px;
	  	cursor: pointer;
	  	font-size: 12px; 
	}
	.container-arrow:hover,
	.container-arrow:focus{text-decoration: none;}
	/* Arrow Bouncing */
	.container-arrow span{  display: inline-block; font-size: 80px;	 animation: .7s down  infinite alternate; -webkit-animation: .7s down infinite alternate; } 
	/***Animation Arrow down***/ 
	@keyframes down{ 0%{transform:translateY(0px)} 100%{transform:translateY(20px)} } 
	@-webkit-keyframes down{ 0%{-webkit-transform:translateY(0px)} 100%{-webkit-transform:translateY(20px)} } 
	.container-arrow svg path {
	    fill: #fff;
	}
	.container-arrow svg {
	    width: 25px;
	    fill: #fff;
	}
	.grey-bg {
		background-color: var(--grey);
	}
	/*back-to-top*/
		.tnt-back-top {
		    position: fixed;		    
		  	bottom: 100px;
		    background: var(--primaryColor);
		    border-radius: 100%;
		    width: 50px;
		    height: 50px;
		    text-align: center;
		    padding-left: 7px;
		    cursor: pointer;
		    display: flex;
	        align-items: center;
    		justify-content: center;
    		transition: all 320ms;
		  	-webkit-transition: all 320ms;
			-moz-transition: all 320ms;
			-o-transition: all 320ms;
			transform: translateX(-99px);
		  	-webkit-transform: translateX(-99px);
		  	-moz-transform: translateX(-99px);
		  	-o-transform: translateX(-99px);
		  	z-index: 999;
		}
		.tnt-back-top svg {
		  fill: #fff;
		  width: 25px;
		  height: 25px;
		  margin-left: -6px;
		}		
		.button-top-visible { 
		  transform: translateX(25px);
		  -webkit-transform: translateX(25px);
		  -moz-transform: translateX(25px);
		  -o-transform: translateX(25px);
		}

	/*hamburger menu*/
		#hamburger-checkbox {
		    display: none;
		}
		#burger {
		    cursor: pointer;
		    width: 36px;
	    	height: 25px;
		    display: flex;
		    justify-content: space-between;
		    flex-direction: column;
		}
		#burger > div {
		    height: 3px;
		    background-color: var(--primaryColor);
		    transition: 0.5s;
		    z-index: 999;
		}
		#hamburger-checkbox:checked ~ #burger > div {
		  background-color: var(--primaryColor);
		}
		#hamburger-checkbox:checked ~ #burger > div:nth-child(1) {
		    transform: translateY(6px) rotate(45deg);
		}
		#hamburger-checkbox:checked ~ #burger > div:nth-child(2) {
		    opacity: 0;
		}
		#hamburger-checkbox:checked ~ #burger > div:nth-child(3) {
		    transform: translateY(-15px) rotate(-45deg);
		}

	table tr:nth-child(even) td, table tr:nth-child(even) th {
		background: #fff;
    	color: #8b8985;
	}	
	table td {
		padding: 10px;
		background: #8b8985;
    	color: #fff;
	}
	table th {
	    text-align: inherit;
	    background: var(--primaryColor);
	    color: #fff;
	    padding: 10px;
	}
	.complementaryColor {color: var(--complementaryColor);}
	.transition-320 {
		-webkit-transition: opacity .3s,transform .3s !important;
		-moz-transition: opacity .3s,transform .3s !important;
		-ms-transition: opacity .3s,transform .3s !important;
		-o-transition: opacity .3s,transform .3s !important;
		transition: opacity .3s,transform .3s !important;
	}
	.lds-ring {
	  display: block;
	  position: relative;
	  width: 20px;
	  height: 20px;
	  margin: 0 auto;
	}
	.lds-ring div {
	  box-sizing: border-box;
	  display: block;
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  border: 3px solid #fff;
	  border-radius: 50%;
	  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	  border-color: #fff transparent transparent transparent;
	}
	.lds-ring div:nth-child(1) {
	  animation-delay: -0.45s;
	}
	.lds-ring div:nth-child(2) {
	  animation-delay: -0.3s;
	}
	.lds-ring div:nth-child(3) {
	  animation-delay: -0.15s;
	}
	.ego-btn, form.woocommerce-form-register button[type="submit"],
	form.woocommerce-form-login button {
	    width: 100%;
	    background: var(--complementaryColor);
	    border: solid 1px var(--complementaryColor);
	    color: #fff;
	    padding: 10px 30px;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    line-height: 1.2;
	    transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}	
	.ego-btn:hover {
        border: solid 1px var(--complementaryColor);
	    background: transparent;
	    color: var(--complementaryColor);
	}
	.ego-btn.neutro:hover {
	    border: solid 1px #dcd8d8;
	    background: transparent;
	}
	.ego-btn.neutro {
	    background: #dcd8d8;
	    color: var(--textColor);
	    text-transform: uppercase;
	    font-size: 15px;
	    border: solid 1px #dcd8d8;
	}
	@keyframes lds-ring {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(360deg);
	  }
	}

	@media (max-width: 991px) {
		.full-width-container-overflow-hidden {
			overflow: hidden;
		}
	}
	/*rotate button*/
	@keyframes swing {
	  0%, 100% { transform: rotate(-5deg); }
	  20% { transform: rotate(0deg); }
	  60% {transform:rotate(5deg);}
	}
	.sweetlandia {
	  animation: swing 2s infinite ease-in-out;
	}
	.clearfix {clear: both;}
	@media (max-width: 543px) {
	  .hidden-xs {display: none !important;}
	}
	@media (min-width: 544px) and (max-width: 767px) {
	  .hidden-sm {display: none !important;}
	}
	@media (min-width: 768px) and (max-width: 991px) {
	  .hidden-md {display: none !important;}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
	  .hidden-lg {display: none !important;}
	}
	@media (min-width: 1200px) {
	  .hidden-xl {display: none !important;}
	}
	/*push and pull*/
		.col-xs-push-1 {
	    	left: 8.33333333%;
		}
		.col-xs-push-2 {
		    left: 16.66666667%;
		}
		.col-xs-push-3 {
		    left: 25%;
		}
		.col-xs-push-4 {
		    left: 33.33333333%;
		}
		.col-xs-push-5 {
		    left: 41.66666667%;
		}
		.col-xs-push-6 {
		    left: 50%;
		}
		.col-xs-push-7 {
		    left: 58.33333333%;
		}
		.col-xs-push-8 {
		    left: 66.66666667%;
		}
		.col-xs-push-9 {
		    left: 75%;
		}
		.col-xs-push-10 {
		    left: 83.33333333%;
		}
		.col-xs-push-11 {
		    left: 91.66666667%;
		}
		.col-xs-push-12 {
		    left: 100%;
		}
		.col-xs-pull-1 {
			right: 8.33333333%;
		}
		.col-xs-pull-2 {
		    right: 16.66666667%;
		}
		.col-xs-pull-3 {
		    right: 25%;
		}
		.col-xs-pull-4 {
		    right: 33.33333333%;
		}
		.col-xs-pull-5 {
		    right: 41.66666667%;
		}
		.col-xs-pull-6 {
		    right: 50%;
		}
		.col-xs-pull-7 {
		    right: 58.33333333%;
		}
		.col-xs-pull-8 {
		    right: 66.66666667%;
		}
		.col-xs-pull-9 {
		    right: 75%;
		}
		.col-xs-pull-10 {
		    right: 83.33333333%;
		}
		.col-xs-pull-11 {
		    right: 91.66666667%;
		}
		.col-xs-pull-12 {
		    right: 100%;
		}
		@media (max-width: 991px) {		
			.col-oder-12 {
				order:12;
			}
		}
		@media (max-width: 768px){
			.col-sm-push-1 {
	    		left: 8.33333333%;
			}
			.col-sm-push-2 {
			    left: 16.66666667%;
			}
			.col-sm-push-3 {
			    left: 25%;
			}
			.col-sm-push-4 {
			    left: 33.33333333%;
			}
			.col-sm-push-5 {
			    left: 41.66666667%;
			}
			.col-sm-push-6 {
			    left: 50%;
			}
			.col-sm-push-7 {
			    left: 58.33333333%;
			}
			.col-sm-push-8 {
			    left: 66.66666667%;
			}
			.col-sm-push-9 {
			    left: 75%;
			}
			.col-sm-push-10 {
			    left: 83.33333333%;
			}
			.col-sm-push-11 {
			    left: 91.66666667%;
			}
			.col-sm-push-12 {
			    left: 100%;
			}
			.col-sm-pull-1 {
	    		right: 8.33333333%;
			}
			.col-sm-pull-2 {
			    right: 16.66666667%;
			}
			.col-sm-pull-3 {
			    right: 25%;
			}
			.col-sm-pull-4 {
			    right: 33.33333333%;
			}
			.col-sm-pull-5 {
			    right: 41.66666667%;
			}
			.col-sm-pull-6 {
			    right: 50%;
			}
			.col-sm-pull-7 {
			    right: 58.33333333%;
			}
			.col-sm-pull-8 {
			    right: 66.66666667%;
			}
			.col-sm-pull-9 {
			    right: 75%;
			}
			.col-sm-pull-10 {
			    right: 83.33333333%;
			}
			.col-sm-pull-11 {
			    right: 91.66666667%;
			}
			.col-sm-pull-12 {
			    right: 100%;
			}
		}
		@media (max-width: 992px){
			.col-md-push-1 {
	    		left: 8.33333333%;
			}
			.col-md-push-2 {
			    left: 16.66666667%;
			}
			.col-md-push-3 {
			    left: 25%;
			}
			.col-md-push-4 {
			    left: 33.33333333%;
			}
			.col-md-push-5 {
			    left: 41.66666667%;
			}
			.col-md-push-6 {
			    left: 50%;
			}
			.col-md-push-7 {
			    left: 58.33333333%;
			}
			.col-md-push-8 {
			    left: 66.66666667%;
			}
			.col-md-push-9 {
			    left: 75%;
			}
			.col-md-push-10 {
			    left: 83.33333333%;
			}
			.col-md-push-11 {
			    left: 91.66666667%;
			}
			.col-md-push-12 {
			    left: 100%;
			}
			.col-md-pull-1 {
	    		right: 8.33333333%;
			}
			.col-md-pull-2 {
			    right: 16.66666667%;
			}
			.col-md-pull-3 {
			    right: 25%;
			}
			.col-md-pull-4 {
			    right: 33.33333333%;
			}
			.col-md-pull-5 {
			    right: 41.66666667%;
			}
			.col-md-pull-6 {
			    right: 50%;
			}
			.col-md-pull-7 {
			    right: 58.33333333%;
			}
			.col-md-pull-8 {
			    right: 66.66666667%;
			}
			.col-md-pull-9 {
			    right: 75%;
			}
			.col-md-pull-10 {
			    right: 83.33333333%;
			}
			.col-md-pull-11 {
			    right: 91.66666667%;
			}
			.col-md-pull-12 {
			    right: 100%;
			}
		}
		@media (max-width: 1200px){
			.col-lg-push-1 {
	    		left: 8.33333333%;
			}
			.col-lg-push-2 {
			    left: 16.66666667%;
			}
			.col-lg-push-3 {
			    left: 25%;
			}
			.col-lg-push-4 {
			    left: 33.33333333%;
			}
			.col-lg-push-5 {
			    left: 41.66666667%;
			}
			.col-lg-push-6 {
			    left: 50%;
			}
			.col-lg-push-7 {
			    left: 58.33333333%;
			}
			.col-lg-push-8 {
			    left: 66.66666667%;
			}
			.col-lg-push-9 {
			    left: 75%;
			}
			.col-lg-push-10 {
			    left: 83.33333333%;
			}
			.col-lg-push-11 {
			    left: 91.66666667%;
			}
			.col-lg-push-12 {
			    left: 100%;
			}
			.col-lg-pull-1 {
	    		right: 8.33333333%;
			}
			.col-lg-pull-2 {
			    right: 16.66666667%;
			}
			.col-lg-pull-3 {
			    right: 25%;
			}
			.col-lg-pull-4 {
			    right: 33.33333333%;
			}
			.col-lg-pull-5 {
			    right: 41.66666667%;
			}
			.col-lg-pull-6 {
			    right: 50%;
			}
			.col-lg-pull-7 {
			    right: 58.33333333%;
			}
			.col-lg-pull-8 {
			    right: 66.66666667%;
			}
			.col-lg-pull-9 {
			    right: 75%;
			}
			.col-lg-pull-10 {
			    right: 83.33333333%;
			}
			.col-lg-pull-11 {
			    right: 91.66666667%;
			}
			.col-lg-pull-12 {
			    right: 100%;
			}
		}

	.ego-table {display: table;}
	.ego-table-cell {display: table-cell; vertical-align: middle;}
	.ego-pagination-link {
    	margin-top: 25px;
	}
	.ego-pagination-link span, .ego-pagination-link a  {
	    border: solid 1px #f3f3f3;
	    padding: 5px 10px;
	}
	.ego-pagination-link a {
	    border-color: var(--primaryColor);
	}

	/*rotate button*/
	@keyframes swing {
	  0%, 100% { transform: rotate(-5deg); }
	  20% { transform: rotate(0deg); }
	  60% {transform:rotate(5deg);}
	}
	#sweetlandia {
	  animation: swing 2s infinite ease-in-out;
	}
	.no_scroll {
		overflow:hidden;
		z-index: -1;
	}
	/*.container-100w {
		width: calc((100vw -10px));
    	margin-left: calc((100% - 100vw) / 2);
	}*/
	.container-100w {
		width: calc(100vw);
	    position: relative;
	    left: 50%;
	    right: 50%;
	    margin-left: -50vw;
	}
	.block {
		display: block;
	}
	.overlay {
	    background: rgba(0,0,0,0.4);
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.owl-dots {
		display: flex;
	    justify-content: center;
	    margin-top: 10px;
	}
	.owl-carousel button.owl-dot {
	   	display: block;
	    width: 9px;
	    height: 9px;
	    margin: 0 4px;
	    border-radius: 100%;
	    background: #ddd;
	}
	.owl-carousel button.owl-dot.active {
		background:#000;
	}
	.owl-carousel .owl-stage-outer {
		overflow:hidden;
	}
/****************************
01 - ANIMATION
****************************/
 	.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    .test-1 {
        animation: test-1 320ms ease-in-out;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }
    @keyframes test-1 {
        0%   { transform: translate(0); }
        50%  { transform: translate(5px, 4px); }
        100% { transform: translate(0); }
    }
/****************************
02 - TYPOGRAPHY
****************************/
	h1,h2,h3,h4,h5,h6 {
		font-family: var(--fontTitle);
		color: #000;
	}
	h1 {
	    font-size: 2em;
	    line-height: 1;
	    font-weight: 600;
	    margin:0.67em 0;
	}
	h2 {
	    font-size: 1.7em;
	    line-height: 1.1;
	    margin-bottom: 50px;
	    font-weight: 600;
	}
	h3 {
	    font-size: 1.3em;
	    line-height: 1.2;
	    margin-bottom: 1.8rem;
	    margin-top: .6rem;
	    font-weight: 200;
	}
	h4 {
	    font-size: 18px;
	    line-height: 1.529;
	    margin-bottom: 2.2935rem;
	    margin-top: .7645rem;
	    font-weight: 100;
	}
	h5, h6 {
	    font-size: 1em;
	    font-weight: 400;
	    font-weight: 100;
	}
	@media (min-width: 1200px) {
		h1 {
		    font-size: 4em;
		    line-height: 1;
		}
		h2 {
		    font-size: 2.2rem;
		    line-height: 1.25;
	        margin-bottom: 1.44rem;
		}
		h3 {
		    font-size: 1.77778em;
		    line-height: 1.2;
		    margin-bottom: 1.8rem;
    		margin-top: .6rem;
		}
		h4 {
		    font-size: 1.16667em;
		    line-height: 1.363;
		    margin-bottom: 2.2935rem;
    		margin-top: .7645rem;
		}
		h5 {
		    line-height: 1.3;
		    margin-bottom: 1.95rem;
		    margin-top: .65rem;
		}
		h5, h6 {
		    font-size: 1em;
		}
	}
	@media (min-width: 900px) {
		h1 {
		    font-size: 2em;
		    line-height: 1;
		}
		h2 {
		    /*font-size: 2.625em;*/
		    line-height: 1.23;
		}
		h3 {
		    font-size: 1.55em;
		    line-height: 1.2;
		}
		h4 {
			font-size: 1.25em;
			line-height: 1.368;
		}
		h5, h6 {
			line-height: 1.3;
		}
	}
	p, span, ol, li, figcaption, small{
		font-family: var(--fontText);
		color: var(--textColor);
		font-weight: 400;
	}
	p {
		line-height: 1.5em;
	}
	a, a span {
		color: var(--primaryColor);
		transition: all 320ms;
		-o-transition: all 320ms;
		-moz-transition: all 320ms;
		-webkit-transition: all 320ms;
	}
	a:hover {
		color: var(--primaryColor);
		text-decoration: none;
	}
	.woocommerce a.button.alt:hover {
		color: #fff !important;
	}
	figcaption {
		font-size: 14px;
	}
	.spinner-loader {
	    display: inline-block;
	    border-radius: 50%;
	    width: 15px;
	    height: 15px;
	    border: 0.25rem solid rgba(255, 255, 255, 1);
	    border-top-color: black;
	    -webkit-animation: spin 1s infinite linear;
	    animation: spin 1s infinite linear;
	    vertical-align: middle;
		}
	.lds-dual-ring {
	  display: inline;
	}
	.lds-dual-ring:after {
	  content: " ";
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  margin: 0 20px;
	  border-radius: 50%;
	  border: 2px solid rgba(255, 255, 255, 1);
	  border-color: rgba(255, 255, 255, 1) transparent rgba(255, 255, 255, 1) transparent;
	  animation: lds-dual-ring 1.2s linear infinite;
	  vertical-align: middle;
	}
	@keyframes lds-dual-ring {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(360deg);
	  }
	}
/****************************
04 - MENU
****************************/
	header ul, nav ul{ 
    	padding: 0;
  	}
  	header li, nav li {
	    list-style: none;
  	}
  	.ego-logo {
    	width: 250px;
  	}
  	@media (min-width: 461px) and (max-width: 986px) {
    	.ego-logo {
      		width: 289px;
      		padding:15px 0;
    	}
	}
  	@media (max-width: 460px) {
	    .ego-logo {
      		padding:15px 0;
    	}
  	}
	nav.nav-menu {
	    position: relative;
	    z-index: 12;
	    /*box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);*/
	    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    padding: 0px 0px 0px 0px;
	    /*height: 80px;*/
  	}
  	.header-menu-container {
  		padding: 25px 15px;
  	}
  	body.home .header-menu-container {
  		padding: 0;
  		background: #fff;
  	}
  	@media (max-width: 998px) {
  		body.home .header-menu-container {
  			width: 100%;
  		}
  	}
  	body.home nav.nav-menu {
  		height: 80px;
  	}
  	nav .container {
	    height: 100%;
	}
  	nav .container .navbar-collapse ul:not(.dropdown-menu), nav .container .navbar-collapse ul li {
    	display: flex;
    	align-items: center;
    	padding: 0;
  	}
  	nav .container .navbar-collapse ul.main-menu li a {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	    line-height: 1;
	    text-transform: uppercase;
	    font-weight: 300;
	    font-family: var(--fontTitle) !important;
	    color: #000;
   	}
  	nav .container .navbar-collapse ul.main-menu li a:after{
	    content: '';
	    background-color: var(--primaryColor);
    	height: 3px;
    	display: block;
    	position: absolute;
    	-webkit-transition: .3s;
    	-o-transition: .3s;
    	transition: .3s;
    	-webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    	-o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    	transition-timing-function: cubic-bezier(.58,.3,.005,1);
    	bottom: 0;
    	left: 0;
    	width: 100%;
  	}
  	nav .container .navbar-collapse ul.main-menu li a:not(:hover):not(:focus):after {
	    opacity: 0;
	    height: 0;
	    width: 0;
	    left: 50%;
  	}
  	nav a {
	    color:#c2c7d0;
	    font-size: 18px;
	    font-weight: 400;
	    padding: 6px 8px 0;
  	}
  	.navbar-expand-lg .navbar-nav .nav-link {
	    padding: 36px 20px;
	}
  	.ego-menu li a {
	    color: var(--fontcolor);
	    height: 100%;
  	}
  	.ego-menu li a:hover {
	    color: var(--primaryColor);
  	}
  	ul.dropdown-menu {
  		display: none;
  	}
  	nav .container .navbar-collapse ul li ul.dropdown-menu {
	    flex-direction: column;
	    z-index: 99;
	    margin-top: -1px;
	    border-radius: 0;
	}
	nav .container .navbar-collapse ul li ul.dropdown-menu li {
	    margin: 0;
	    padding: 5px 13px;
	    width: 100%;
	    border-bottom: solid 1px #eee;
	    transition: all 320ms;
	    -o-transition: all 320ms;
	    -webkit-transition: all 320ms;
	    -moz-transition: all 320ms;
	}
	nav .container .navbar-collapse ul li ul.dropdown-menu li a {
	    padding: 10px;
	    margin: 0;
	    text-align: left;
	    color: var(--textColor) !important;
	    font-weight: 300 !important;
	    font-family: var(--fontTitle);
	    font-size: 14px;
	    text-transform: capitalize;
	    line-height: 1.2;
	    display: block;
	}
	nav .container .navbar-collapse ul li ul.dropdown-menu li a:after {
		display: none;
	}
	nav .container .navbar-collapse ul li ul.dropdown-menu li:hover {
	    background: #eee;
	}
  	a.ego-login {
	    font-size: 14px;
	    text-transform: uppercase;
	    letter-spacing: 1.4px;
	    fill: #ffffff;
	    color: #ffffff;
	    background-color: var(--complementaryColor);
	    border-radius: 2px 2px 2px 2px;
	    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.12);
	    padding: 12px 24px;
	    margin: 0 10px;
  	}
  	a.ego-login.user_loggedin svg {
	    width: 20px;
	    height: 20px;
	    margin-right: 15px;
	    margin-top: 0px;
	}
  	a.ego-login:hover {
	    transform: scale(1.1);
  	}
  	a.ego-login svg {
	    margin-top: -3px;
	}
	a.ego-login svg path {
	    fill: #fff;
	}
  	a.ego-login.user_loggedin{    
	    background: var(--complementaryColor);
	    color: #fff !important;
	    display: flex;
	    align-items: center;
	    justify-content: center;
  	}
  	.nav-right-menu {
  		margin-left: auto;
  	}
  	.nav-right-menu ul li a {
	    font-size: 1rem;
	    font-weight: 600;
	    line-height: 1;
  	}
  	.menu-go-premium {
	    padding: 6px 20px 0 0;
	    margin-left: 11px;
  	}
  	.current_page_item a {
	    color: var(--primaryColor) !important;
	    font-weight: 500 !important;
 	} 
 	span.menu-cart svg {
	    width: 25px;
	    height: 25px;
	    cursor: pointer;
	}
	#ego_mobile_menu ul.ego-mobile-menu-nav li {
	    border-bottom: 1px solid #ebebeb;
	    float: none;
	    padding: 10px 0;
	}
	ul.ego-mobile-menu-nav li a .collapse-icons {
    	cursor: pointer;
	    position: absolute;
	    top: 0px;
	    margin: auto 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	}
	.dropdown-toggle-rotate .collapse-icons{
		transform: rotate(90deg);
    	transition: all 320ms;
	}
	#ego_mobile_menu ul.ego-mobile-menu-nav li ul.depth_0 li a {
	    font-weight: 300;
	}
	#ego_mobile_menu ul.ego-mobile-menu-nav li ul.depth_0 li {
	    padding: 9px 15px;
	    border-bottom: 0;
	}
	.off-canvas-button-megamenu svg {
	    width: 25px;
	    height: 25px;
	}
	.ariete-mobile-sidebar, .ariete-mobile-menu {
		display: none;
	}
	@media (max-width: 992px) {	
		.ariete-mobile-sidebar {
		    font-weight: bold;
		    font-size: 25px;
		    position: fixed;
		    z-index: 9999;
		    display: flex;
		    justify-content: space-between;
		    width: 100%;
		    bottom: 0;
		    left: 0px;
		    width: 100%;
		    background: #ffffff;
	    	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
	    	height: 60px;
	    	align-items: center;
		}
		.ariete-mobile-sidebar svg {
		    width: 48px;
		    height: 48px;
		    padding: 10px;
		}
		.ariete-mobile-menu {
		    background: #fff;
		    position: fixed;
		    top: 0;
		    height: 0;
		    z-index: 999999;
		    transition: all 320ms;
		    -o-transition: all 320ms;
		    -moz-transition: all 320ms;
		    -webkit-transition: all 320ms;
		    display: block;
		}
		.ariete-mobile-menu.open {
			height: 100%;
		}
		.ariete-mobile-menu-content {
			display: none;
		}		
		.close-menu {
		    text-align: right;
		    padding: 25px;
		    border-bottom: 1px solid #f3f3f3;
		}
		.close-menu svg {
		    width: 30px;
		    height: 30px;
		    cursor: pointer;
		}
		nav.ariete-mobile-menu-nav {
		    padding: 25px 0;
		}
		nav.ariete-mobile-menu-nav li {
		    padding: 22px 0;
		    width: 100%;
		    border-bottom: 1px solid #dddddd;
		}
		nav.ariete-mobile-menu-nav li a {
		    font-weight: 700;
		    font-size: 18px;
		    color: #666666;
		    padding: 22px 20px;
		    transition: all 0.4s;
		}

	}
/****************************
04 - HEADER
****************************/
	.top-header {
		position: relative;
	}
	@media (min-width: 767px) {
		.top-header {
			height: calc(100vh - 70px);
		}
	}
	.top-header .usp {
		padding-top:25px;
		justify-content: center;
	}
	.staff-container {
		background: #0094fd;
	    background: linear-gradient(335deg,#1b54bb 0,#0094fd 100%);
	    background-image: url('./../../img/sfondo-home.png');
	    background-size: cover;
	    background-position: center center;
		padding-top:80px;
		position: relative;
	}
	.staff-img img{
	    position: absolute;
	    bottom: 0;
	}	
	.staff-img {
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: bottom;
	}
	@media (max-width: 1070px) {
		.staff-img {
			background-size: contain;
		}
	}

	@media (max-width: 767px) {
		.staff-img {
			padding-top: 50px;
		}
	}
	.header-ariete-contatti h2 {
		font-size: 3rem;
		height: 250px;
		line-height: 1;
	}
	@media (min-width: 1201px) {
		.staff-img img{ 
			height: calc(100% - 120px);
		}
	}
	@media (max-width: 1200px) {
		.staff-img img{ 
			left: -17% !important;
		}
		.staff-container {
			overflow: hidden;
		}
	}	
	@media (min-width: 768px) and (max-width: 900px) {
		.staff-img img{ 
			height: 58%;
		}
	}
	.header-contatti-icon svg {
	    width: 30px;
	    height: 30px;
	    margin-right: 15px;
	}
	@media (min-width: 991px) {
		.header-ariete-contatti {
			margin-left: auto;
			padding: 25px 80px 0; 
		}
	}
	@media (min-width: 768px) and (max-width: 1200px){
		.header-ariete-contatti h2{
			margin-bottom: 100px;
		}
	}
	@media (min-width: 462px) and (max-width: 767px){
		.header-ariete-contatti h2{
			height: 120px;
		}
	}
	@media (max-width: 461px) {
		.header-ariete-contatti h2{
			height: 220px;
		}
	}
	ul.header-contatti li {
	    margin-bottom: 15px
	}
	.header-contatti-text {
		vertical-align: middle;
	}
	.btn-to-content {
	    position: absolute;
	    bottom: 25px;
	    left: 50%;
	    margin-left: -25px;
	}
	.btn-to-content, .btn-to-content svg{
		width: 50px;
		height: 50px;
		z-index: 2;
	}

	@media (max-width: 767px) {
		.staff-container {
		    min-height: 350px;
    		padding: 10px 0 0;
		}
		.staff-img img {
			position: relative;
			left:0 !important;
		    max-width: 100%;
    		height: auto;
    		margin-bottom: -15px;
		}
		.btn-to-content.bounce-1.scrollToDiv {
			display: none;
		}
		.header-ariete-contatti h2 {
			font-size: 2.5rem;
		}
		/*#topHeaderMenu.sticky .topheader-contacts {
			padding: 0 25px;
		}*/
	}
	#topHeaderMenu {
		transition: all 320ms;
		display: block;
	}
	#topHeaderMenu.transparent {
  		background: none;
  		box-shadow: none;
  	}
	.sticky {
	  position: fixed !important;
	  top: 0;
	  left: 0;
	  width: 100%;
	}
	#topHeaderMenu {
	    /*transform: translateY(-42px);
	    -o-transform: translateY(-42px);
	    -moz-transform: translateY(-42px);
	    -webkit-transform: translateY(-42px);*/
    	transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}
	#topHeaderMenu.sticky, body:not(.home) #topHeaderMenu {
		transform: translateX(0px);
		-o-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	#topHeaderMenu .sticky-bg{
	    background: #fff;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    z-index: -1;
	    transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}
	@media (max-width: 991px) {
		#topHeaderMenu .sticky-bg {
			background: none;
		}
		#topHeaderMenu.sticky .sticky-bg {
			background:#fff;
		}
	}
	/*@media (max-width: 711px) {
		#topHeaderMenu {
		    transform: translateY(-110px);
		    -o-transform: translateY(-110px);
		    -moz-transform: translateY(-110px);
		    -webkit-transform: translateY(-110px);
		}
	}
	@media (max-width: 394px) {
		#topHeaderMenu {
		    transform: translateY(-113px);
		    -o-transform: translateY(-113px);
		    -moz-transform: translateY(-113px);
		    -webkit-transform: translateY(-113px);
		}
	}*/
	#topHeaderMenu.sticky .sticky-bg {	    
	  	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
	}
	.topheader-contacts {
		transition: all 300ms;
	    -o-transition: all 300ms;
	    -moz-transition: all 300ms;
	    -webkit-transition: all 300ms;
	    padding: 0 25px;
	}
	body:not(.home) #topHeaderMenu.sticky .sticky-bg{
		transform: translateY(-37px);
	    -o-transform: translateY(-37px);
	    -moz-transform: translateY(-37px);
	    -webkit-transform: translateY(-37px);
	}
	body.page:not(.home) .sticky-bg, body.page:not(.home) .topheader-contacts {
	    display: none;
	}
	body.page:not(.home) nav#topHeaderMenu.sticky {
	    position: relative !important;
	}
	#topHeaderMenu.sticky .topheader-contacts {	
	    transform: translateY(0);
	    -o-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    height: auto;
	    display: block;
	}
	.topheader-contacts ul li svg {
	    margin-right: 8px;
	}
	.topheader-contacts ul li svg path {
	    fill: #fff;
	}
	.topheader-contacts ul li {
	    display: inline-block;
	    color: #fff;
	    font-size: 15px;
	}
	.topheader-contacts ul {
	    list-style: none;
	    padding: 5px 0;
	    text-align: center;
	    margin:0;
	}
	.topheader-contacts {
	    background: var(--secondColor);
	    display: none;
	}
/****************************
04 - TESTO PRINCIPALE
****************************/
	.container-section {
		padding: 50px 15px;
	}
	blockquote {
	    background: var(--primaryColor);
	    padding: 25px;
	    color: #fff;
	    overflow: hidden;
	    position: relative;
	}
	blockquote:before {
	    content: '';
	    border-left: solid 5px #fff;
	    width: 10px;
	    height: 100%;
	    position: absolute;
	}
	blockquote p {
	    color: #fff;
	    padding: 0 25px;
	    position: relative;
	    z-index: 2;
	}
	blockquote.wp-block-quote:after {
        content: '';
	    width: 95px;
	    height: 95px;
	    background-image: url(./../../img/quote.svg);
	    position: absolute;
	    bottom: 25px;
	    right: 25px;
	    z-index: 1;
	    opacity: 0.04;
	    background-size: cover;
	    transform: rotate(190deg);
	}
/****************************
04 - RECENSIONE
****************************/
	#recensioni {
		padding: 120px 0 20px 0
	}
	.recensioni-container .slider-wrap {
	  height: 600px;
	  width: 100%;
	  position: relative;
	  margin-top:-50px;
	}
	.recensioni-container .slider-wrap .slider {
	  position: absolute;
	  width: 100%;
	  left: 50px;
	  top: 50px;
	}
	.recensioni-container .slider-wrap .slider-item {
	  width: 530px;
	  padding: 20px 0 25px 30px;
	  border-radius: 10px;
	  background-color: #ffffff;
	  display: flex;
	  justify-content: flex-start;
	  position: absolute;
	  opacity: 0;
	  z-index: 0;
	  box-shadow: 0 4px 9px #f1f1f4;
	  left: 0;
	  top: 0;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_image {
	  max-width: 60px;
	  max-height: 60px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 50%;
	  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
	  background-color: #ffffff;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_image img {
	  width: 53px;
	  height: 53px;
	  border-radius: 50%;
	  object-fit: cover;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_content {
	  width: 100%;
	  max-width: 374px;
	  margin-left: 26px;
	  font-family: "Open Sans", sans-serif;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_content .animation-card_content_title {
	  color: #4a4545;
	  font-size: 16px;
	  font-weight: 400;
	  letter-spacing: -0.18px;
	  line-height: 24px;
	  margin: 0;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_content .animation-card_content_description {
	  color: #696d74;
	  font-size: 15px;
	  font-weight: 300;
	  letter-spacing: normal;
	  line-height: 24px;
	  margin: 10px 0 0 0;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_content .animation-card_content_author {
	  font-size: 11px;
	  margin: 10px 0 0 0;
	  font-size: 12px;
	  font-weight: 500;
	  text-transform: uppercase;
	  color: #696d74;
	  font-weight: 700;
	}
	.recensioni-container .slider-wrap .slider-item .animation-card_content_author span {
		display: block;
	}
	p.animation-card_content_author {
	    text-transform: capitalize;
	}
	.ego-stars {
		position: relative;
	}
	.ego-stars .ego-stars-active {
	    overflow: hidden;
	    display: flex;
	    margin-bottom: 10px;
	}
	.ego-stars .ego-star {
	    margin-right: 4px;
	}
	.ego-stars .ego-star .ego-icon {
		width: 15px;
		height: 15px;
	}
	.ego-stars .ego-stars-active .ego-star .ego-icon {
	    background-image: url(./../../img/star-rating.svg);
	    background-repeat: no-repeat;
	}
	.recensioni-box-title {
		padding-left: 150px;
	}
	.ariete-recensioni .card-item {
	  width: 100%;
	  padding: 20px 0 25px 30px;
	  border-radius: 10px;
	  background-color: #ffffff;
	  display: flex;
	  justify-content: flex-start;
	  z-index: 0;
	  box-shadow: 0 4px 9px #f1f1f4;
	  left: 0;
	  top: 0;
	  margin: 0 auto;
	}
	.owl-carousel .owl-item img {
		width: auto;
	}
	@media (max-width: 992px) {
		#recensioni {
			padding: 50px 15px;
		}
		.recensioni-box-title {
			padding: 0;
		}
		.recensioni-container .slider-wrap {
			margin-top: 0;
		}
	}
/****************************
04 - CTA
****************************/
	.cta-ariete {
		padding: 50px 0;
		background: rgb(240,142,51);
		background: linear-gradient(335deg, rgba(240,142,51,1) 0%, rgba(252,195,3,1) 100%);
	}
	.cta-ariete h3 {
		font-size: 53px;
	}
	.cta-ariete img {
		border-radius: 25px 0;
		width:85%;
		-webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.13);
		-moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.13);
		box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.13);
	}
/****************************
04 - SERVIZI
****************************/
	.servizi-container {
		padding-bottom: 150px;
		background: #ffdb82;
	    position: relative;
	}
	.servizi-svg svg {
	    width: 100px;
	    height: 100px;
	    margin-left: auto;
	    display: block;
	    margin-right: auto;
	}
	.servizi-unici {
	    background: #fff;
	    padding: 25px;
	    margin-bottom: 10px;
	    font-size: 15px;
	    box-shadow: 0 4px 9px #f1f1f4;
	}
	.servizi-unici h3 {
	    font-size: 1.7em;
	}
/****************************
04 - STUDIO
****************************/
	.ariete-counters {
	    background: var(--primaryColor);
	    padding: 10px;
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.ariete-counters h3 {
	    font-weight: 700;
	    color: #fff;
	    font-size: 2rem;
	    margin: 0;
	}
	.ariete-counters p {
	    color: #fff;
	    margin: 0;
	    line-height: 1;
	    margin-bottom: 10px;
	}
	.ariete-staff-container {
	    background: #fff;
	    padding: 25px;
	    border-radius: 6px;
	    -webkit-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	    -moz-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	    box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	}
	.ariete-staff-container__image {
	    width: 180px;
	    background: #eee;
	    border-radius: 100%;
	}
	p.ariete-staff-container__name {
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 16px;
	    text-align: center;
	    border-top: solid var(--primaryColor);
	    color: var(--primaryColor);
	    margin-bottom: 0;
	}
	.ariete-staff-container span {
	    color: #757575;
	    display: block;
	    line-height: 1;
	    text-align: center;
	    font-size: 14px;
	    margin-bottom: 15px;
	}
	.ariete-staff-container p {
	    font-size: 1rem;
	    line-height: 1.3;
	    color: #565656;
	}
	.ariete-modal img {
		height: 
	}
	@media (min-width: 576px) {
		.ariete-modal .modal-dialog {
		    max-width: 75%;
		    margin: 1.75rem auto;
		}
	}
	.ariete-modal .modal-body {
	    padding: 1rem 1rem 0 1rem;
	}
	.modal-title {
	    font-family: var(--fontTitle);
	    font-size: 1.5rem;
	    font-weight: 700;
	}
	.modal-header .close span {
	    color: var(--primaryColor);
	    font-size: 3rem;
	}
/*************************** 
CONTATTI
****************************/
	.form-contatti {
		background: #f6f6f6;
		padding:50px;
		-webkit-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	    -moz-box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	    box-shadow: 10px 10px 28px -8px rgba(0,0,0,0.17);
	    border-radius: 0 25px;
	    overflow-x: hidden;
	}
	input[type="text"], input[type="email"],
	input[type="password"], input[type="tel"], textarea {
	    border: solid 1px #d2d0d0;
	    padding: 3px 20px;
	    width: 100%;
	    margin-bottom: 20px;
	    background: #f9f9f9;
  	}
  	input[type="submit"] {
	    background: var(--complementaryColor);
	    color: #fff;
	    padding: 5px 50px;
	    border: none;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.wpcf7-form label {
		width: 100%;
		color: #5d5b5b;
		transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}
	.wpcf7-form label.focus {
		color: var(--primaryColor);
		text-transform : uppercase;
	}
	.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {
	    margin: 0;
	    background: transparent;
	    border: none;
	    border-bottom: solid 1px #b5b1b1;
	    transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}
	.wpcf7-textarea {
	    height: 150px;
	}
	.wpcf7-form input:focus, .wpcf7-form textarea:focus {
		border-color: var(--primaryColor);
	}
	.wpcf7-not-valid-tip {
	    font-weight: 400;
	    display: block;
	    background: #ff6767;
	    color: #fff;
	    border-radius: 0 0 6px 6px;
	    font-size: 13px;
	    padding: 0 10px;
	}
	.wpcf7-checkbox span.wpcf7-list-item, .wpcf7-checkbox span.wpcf7-list-item label {
	    margin: 0;
	}
	.tabella-orari {
	    width: 100%;
	    font-weight: 700;
	    text-transform: uppercase;
	}
/*************************** 
FOOTER
****************************/	
	.ego_footer a {
		color:#fff;
		transition: all 320ms;
	    -o-transition: all 320ms;
	    -moz-transition: all 320ms;
	    -webkit-transition: all 320ms;
	}
	.ego_footer a:hover {
		color: #fff;		
		text-decoration: underline;
	}
	.ego_footer p, .ego_footer small {
		color: #fff;
	    display: block;
    	line-height: 1.3;
	}
	.ego_footer {
		padding: 25px 0;
	}
	@media (max-width: 992px) {
		.ego_footer p, .ego_footer small {
			padding:0 50px;
		}
	}
	body:not(.home) #page-wrapper {
		min-height: 100%;
	    height: auto !important;
	    margin: 0 auto -100px;
	    height: 100%;
	}
	body:not(.home) .push, body:not(.home) .ego-footer {
		height: 100px;
	}
/*************************** 
AREA RISERVATA
****************************/
	.blocco-form-mio-condominio {
	    margin-left: auto;
	    margin-right: auto;
	    background: #fff;
	    margin-top: 50px;
	    margin-bottom: 50px;
	    -webkit-box-shadow: 0px 6px 9px 0px rgba(0,0,0,.75);
	    -moz-box-shadow: 0px 6px 9px 0px rgba(0,0,0,.75);
	    box-shadow: 0px -2px 9px 0px rgba(0,0,0,.15);
	    padding: 50px;
	}
	@media (min-width: 1040px) {
		.blocco-form-mio-condominio {
			width: 50%;
		}
	}