/* .single-moff_post_offerta */ 
:root {
    --tortora	: #b9b8a3;
    --marina	: #a2cbbe;
    --blu		: #1e204e;
    --gchiaro	: #98a5ad;
    --gscuro	: #323232;
	--hp		: #26628f;
	--hpchiaro	: #78B4E0;
}

/* 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, #B9B8A3 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;
}
/* -------------------------------------------------------------------- */

/* -------------------------- 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 .titolo h1 {
	font-size: 2.5em;
	/* line-height: 25px; */
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0;
	/* margin-top: -50px; */
	margin-top: 20px;
	text-align: center;
}

.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 {
	border-radius: 10px;
}

.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 .testo_cen {
	font-size: 1.5em;
	color: var(--hp);
	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(--hp);
	font-size: 1em;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	border: 1px solid var(--hp);
}

.single-moff_post_offerta a.azione_bottone_prenota:hover {
	background-color: white;
	color: var(--hp);
	border: 1px solid var(--hp);
	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 h3.titolo_richiesta {
	padding: 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: var(--hp);
	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(--hp);
		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 h3.titolo_richiesta {
		padding: 20px;
		font-size: 3em;
		color: var(--hp);
		text-align: justify;
	}

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

