/* .single-moff_post_offerta */ 
:root {
    --tortora		: #b9b8a3;
    --blu			: #1e204e;
    --themedark		: #49AD8B;
    --themecolor	: #66CDAA;
    --themelight	: #A6D9C8;
    --gchiarissimo	: #F4F4F4;
    --gchiaro		: #98a5ad;
    --gscuro		: #323232;
    --sticky		: #333333BD;
}

/* Hide page title */
.single-moff_post_offerta .page-header .page-header-title { display: none; }

.site-main2 {
	margin: 0 auto;
}
/* ---------------- Mobile ----------------  */
.single-moff_post_offerta #primary {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.single-moff_post_offerta #main2 {
	max-width: 1024px;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 20px;
}

.single-moff_post_offerta .content-area {
	display				: flex;
	float				: unset;
	position			: unset;
	width				: 100%;
	padding-right		: unset;
	border-right-width	: unset;
	border-style		: unset;
	border-color		: unset;
}
.single-moff_post_offerta .pagina_offerta {
	width: 98%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* -------------------------- Sezione titolo -------------------------- */
.single-moff_post_offerta .sezione_titolo_pagina {
	background-image: linear-gradient(180deg, #333333BD 0%, #FFFFFF 100%);
}

.single-moff_post_offerta section.sezione_titolo_pagina {
	display: flex;
	flex-direction: column;
	justify-content: center;    
}
.single-moff_post_offerta .sezione_titolo_pagina > h1 {
	font-size: 4rem;
	padding: 30px 0px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: var(--themedark);
}
/* -------------------------------------------------------------------- */

/* -------------------------- Divisore -------------------------- */
/* .single-moff_post_offerta div.divisore_separatore { */
/*     color:var(--gscuro); */
/*     display: flex; */
/*     justify-content: center; */
/*     align-items: center; */
/*     padding: 10px 0; */
/*     margin-top: -30px; */
/* } */

/* .single-moff_post_offerta div.divisore_separatore::before, */
/* .single-moff_post_offerta div.divisore_separatore::after { */
/*     content: ''; */
/*     display: block; */
/*     height: 0.09em; */
/*     min-width: 30vw; */
/*   } */
/* .single-moff_post_offerta div.divisore_separatore::before { */
/*     background: linear-gradient(to right, rgba(240,240,240,0), #000); */
/*     margin-right: 4vh; */
/*   } */
  
/* .single-moff_post_offerta div.divisore_separatore::after { */
/*     background: linear-gradient(to left, rgba(240,240,240,0), #000); */
/*     margin-left: 4vh; */
/* }  */

/* .single-moff_post_offerta span.dashicon_separatore:before { */
/*         font-family: "dashicons"; */
/*         [> content: "\f347"; <] */
/*         content: "\f155"; */
/*         display: inline-block; */
/*         font-size: 1.2em; */
/*         color: #000; */
/* } */
/* -------------------------------------------------------------- */
.single-moff_post_offerta div.titolo {
	font-size: 1.5em;
	/* line-height: 25px; */
	font-weight: bold;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
	padding: 0;
	/* margin-top: -50px; */
	margin-top: 0px;
	text-align: center;
	/* background: linear-gradient(90deg, #323232 0%, #49ad8b 40%, #a6d9c8 100%); */
	background: linear-gradient(90deg, var(--gscuro) 0%, var(--themelight) 40%, var(--themedark) 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.single-moff_post_offerta .sottotitolo > h2 {
	font-size: 1.5em;
	text-align: center;
}

.single-moff_post_offerta .fine h3 {
	font-size: 1em;
	text-align: center;
}

.single-moff_post_offerta .fine h3:before {
	font-family: "dashicons";
	content: "\f145";
	display: inline-block;
	font-size: 0.8em;
	/* vertical-align: text-bottom; */
	/* margin-right: 5px; */
	margin-right: 0.5rem;
}   

.single-moff_post_offerta .immagine > img {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/* border: 2px solid red; */
}

.single-moff_post_offerta .sezione_immagine {
	position: relative;
	/* border-radius: 10px; */
}

.single-moff_post_offerta .offerta_sezione_centrale {
	padding: 10px;
	display: flex;    
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-direction: row;
	max-width: 1024px;
}

.single-moff_post_offerta .testo_su, .single-moff_post_offerta .testo_giu {
	font-size: 1em;
}

.single-moff_post_offerta div.testo_cen {
	font-size: 2.5em;
	color: var(--themedark);
	/* color: red; */
	font-weight: bold; 
}

.single-moff_post_offerta .testo_su {
	margin: 0px 0px -10px 0;
}

.single-moff_post_offerta .testo_giu {
	margin: -10px 0 0 0;
}

.single-moff_post_offerta a.azione_bottone_prenota {
	background-color: var(--themedark);
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	border: 1px solid var(--themedark);
}

.single-moff_post_offerta a.azione_bottone_prenota:hover {
	background-color: white;
	color: var(--themedark);
	border: 1px solid var(--themedark);
	box-shadow: 0 0 10px;
}

.single-moff_post_offerta .descrizione {
	padding: 20px;
	margin: auto;
}

.single-moff_post_offerta .descrizione {
	padding: 10px;
	margin: auto;
}

.single-moff_post_offerta .descrizione h2 {
	text-align: center;
}

.single-moff_post_offerta .descrizione > h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
}

.single-moff_post_offerta .sezione_richiesta {
	padding: 0 10px;
}

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

/* ---------------- Tablets ----------------  */
@media only screen and (min-width: 600px) {
	.single-moff_post_offerta .pagina_offerta {
		width: 98%;
		display: block;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.single-moff_post_offerta .content-area {
		float				: unset;
		position			: unset;
		width				: 100%;
		padding-right		: unset;
		border-right-width	: unset;
		border-style		: unset;
		border-color		: unset;
	}

	.single-moff_post_offerta .sezione_titolo_pagina > h1 {
		font-size: 6rem;
	}

	.single-moff_post_offerta div.divisore_separatore {
		margin-top: 0px;
	}

	.single-moff_post_offerta .titolo h1 {
		font-size: 3.5em;
		/* line-height: 25px; */
		font-weight: bold;
		letter-spacing: 3px;
		text-transform: uppercase;
		padding: 20px 0px;
	}

	.single-moff_post_offerta .fine h3 {
		font-size: 1.5em;
		text-align: center;
	}

	.single-moff_post_offerta .fine h3:before {
		font-family: "dashicons";
		content: "\f145";
		display: inline-block;
		font-size: 0.7em;
		/* vertical-align: text-bottom; */
		margin-right: 5px;
		margin-right: 0.5rem;
	}   

	.single-moff_post_offerta .offerta_sezione_centrale {
		padding: 20px;
		display: flex;    
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		width: unset;
	}

	.single-moff_post_offerta .testo_su, .single-moff_post_offerta .testo_giu {
		font-size: 1.5em;
	}

	.single-moff_post_offerta .testo_cen {
		font-size: 2.5em;
		color: var(--themecolor);
		font-weight: bold; 
	}

	.single-moff_post_offerta .testo_su {
		margin: 0px 0px -20px 0;
	}

	.single-moff_post_offerta .testo_giu {
		margin: -20px 0 0 0;
	}

	.single-moff_post_offerta a.azione_bottone_prenota {
		font-size: 2em;
	}

	.single-moff_post_offerta .descrizione {
		padding: 20px;
		margin: auto;
	}

	.single-moff_post_offerta .descrizione > h3 {
		font-size: 2.5em;
		text-align: center;
	}

	.single-moff_post_offerta .offerta_sezione_richiesta h3.titolo_richiesta {
		padding: 20px;
		font-size: 3em;
		color: var(--gscuro);
		text-align: center;
	}

	.single-moff_post_offerta .sezione_richiesta {
		padding: 0 20px;
	}
}
/* ----------------------------------------------  */

