/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* HOME HEADER */
.h1-title-header {
	text-shadow: 2px 0 #a6a6a6;
}

@media only screen and (max-width: 667px) {
	.h1-title-header {
		font-size: 2.6em !important;
	}
}

span.h1-red {
	font-family: "Gotham book";
	color: #C90927;
}





.disclaimer { font-size: 12px; display: block; text-shadow: none;}

/* HOME VANTAGGI */
.vantaggi-icona {
	background-color: #6a6a6a;
	padding: 25px;
    width: 125px;
    border-radius: 50%;
	margin: 0 auto;
}

/* HOME GARANZIE */
.garanzie-block {
	display: flex;
    align-items: center;
	margin: 20px 0;
}

.garanzie-icone-container {
	margin-right: 15px;
	background-color: #6a6a6a;
    border-radius: 50%;
    width: 80px;
	padding: 15px;
}

.garanzie-icone {
    width: 60px;
}

@media only screen and (min-width: 668px) and (max-width: 900px) {
	.garanzie-text {
		max-width: 222px;
	}
}

/* HOME CONTATTI */
@media only screen and (min-width: 800px) {
	.p-width {
		width: 75%;
		max-width: 75%;
		margin: 0 auto;
	}
}


/* HOME RECENSIONI */
#recensioni-container {
	background-color: #6a6a6a !important;
	background-image: url('/wp-content/uploads/2022/04/recensioni.jpg');
	background-position: left !important;
}

.grw-slider-controls { display: none !important; } /* nasconde le frecce */
.grw-slider-dots { display: none !important; } /* nasconde i dot */

@media only screen and (min-width: 1280px) { 
	.recensioni-row { 
		padding-right: calc((100% - 1280px) / 2) !important;
	} 
}


/* HOME CONTATTI */
@media only screen and (min-width: 800px) {
	div[id="contatti-container"] div.fusion-row { max-width: 800px !important; }
}

/* FORM */



/* MOBILE */
/* NASCONDO MENU MOBILE */
.fusion-flyout-menu-icons {
	display: none !important;
}
