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

/* .post-type-archive-moff_post_offerta */ 

/* .post-type-archive-moff_post_offerta .page-header .page-header-title { display: none; } */

.post-type-archive-moff_post_offerta .content-area {
	float				: unset;
	position			: unset;
	width				: unset;
	padding-right		: unset; 
	border-right-width	: unset; 
	border-style		: unset; 
	border-color		: unset; 
}

.post-type-archive-moff_post_offerta #primary {
    display: flex;
    justify-content: center;
	flex-direction: column;
}

.post-type-archive-moff_post_offerta #main2 {
	margin-top: 20px;
}
/* -------------------------- Sezione titolo -------------------------- */
.post-type-archive-moff_post_offerta .sezione_titolo_pagina {
	background-image: linear-gradient(180deg, #B9B8A3 0%, #FFFFFF 100%);
}

.post-type-archive-moff_post_offerta section.sezione_titolo_pagina {
	display: flex;
	flex-direction: column;
	justify-content: center;    
}
.post-type-archive-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 -------------------------- */
.post-type-archive-moff_post_offerta div.divisore_separatore {
	color:var(--tortora);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	margin-top: -30px;
}
.post-type-archive-moff_post_offerta div.divisore_separatore::before,
.post-type-archive-moff_post_offerta div.divisore_separatore::after {
    content: '';
    display: block;
    height: 0.09em;
    min-width: 30vw;
  }
.post-type-archive-moff_post_offerta div.divisore_separatore::before {
    background: linear-gradient(to right, rgba(240,240,240,0), #000);
    margin-right: 4vh;
  }
  
.post-type-archive-moff_post_offerta div.divisore_separatore::after {
    background: linear-gradient(to left, rgba(240,240,240,0), #000);
    margin-left: 4vh;
} 

.post-type-archive-moff_post_offerta span.dashicon_separatore:before {
		font-family: "dashicons";
		/* content: "\f347"; */
		content: "\f155";
		display: inline-block;
		font-size: 1.2em;
		color: #000;
}
/* -------------------------------------------------------------- */

.post-type-archive-moff_post_offerta .contenitore_offerte {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    justify-content: center;
    /* max-width: 1020px; */

}
.post-type-archive-moff_post_offerta .box_offerta {
    position: relative;
    /* height: auto; */
    max-width: 590px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin: 20px;
    display: flex;
    flex-flow: column wrap;
    /* justify-content: space-between; */
    /* align-content: space-between; */
    background-color: #F4F4F4;
    box-shadow: 0 0 10px;
    border-radius: 5px;
    /* padding: 20px; */
}


.post-type-archive-moff_post_offerta .box_offerta:hover {
    box-shadow: 0 0 30px;
}

.post-type-archive-moff_post_offerta .sezione_immagine > div > a > img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.post-type-archive-moff_post_offerta .sezione_testo {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex-grow: 2;
}

.post-type-archive-moff_post_offerta .titolo > h3 {
    font-size: 2.5em;
    font-weight: bold;
}

.post-type-archive-moff_post_offerta .sottotitolo {
    font-size: 1.5em;
}

.post-type-archive-moff_post_offerta .sezione_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: auto;
}

.post-type-archive-moff_post_offerta .sezione_footer_testo {
    display: flex;
    flex-direction: column;
}

.post-type-archive-moff_post_offerta .testo_su {
    font-size: 1.2em;
    color:black;
    margin-bottom: -15px;
}

.post-type-archive-moff_post_offerta .testo_giu {
    font-size: 1.2em;
    color:black;
    margin-top: -15px;
}

.post-type-archive-moff_post_offerta .testo_cen {
    font-size: 2em;
    font-weight: bold;
    color: var(--blu);
}

.post-type-archive-moff_post_offerta .sezione_footer_icona {
    display: flex;
    justify-content: center;
}

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

/* ---------------- Tablets ----------------  */
@media only screen and (min-width: 600px) {

	.post-type-archive-moff_post_offerta .sezione_titolo_pagina > h1 {
		font-size: 6rem;
	}

	.post-type-archive-moff_post_offerta div.divisore_separatore {
		margin-top: 0px;
	}

}
