@media screen and (max-width: 991px) {

	:root {
		--single-offer-post-height: 48em;
	}

	#main-menu .sub-menu { display: block;	margin: 1em 0; }
	#main-menu .sub-menu li { display: inline-block; vertical-align: top; }
	#main-menu .sub-menu li a, #main-menu .sub-menu li:last-child a { margin: 0.5em; line-height: 1em; }
	.btn { width: 80%; white-space: normal; margin: 0 auto; }
	.deco-title { line-height: 1em;	}
	h1.deco-title {	font-size: 3.5rem; }
	h2.deco-title {	font-size: 3.2rem; }
	h3.deco-title {	font-size: 3rem; }
	h4.deco-title {	font-size: 2.6rem; }
	h5.deco-title { font-size: 2.2rem; }
	h6.deco-title { font-size: 1.8rem; }

	/*
	.deco-title.sinistra:before { content: ""; background: none; display: none; float: none; margin: 0 }
	.deco-title.destra:before { content: ""; background: none; display: none; float: none; margin: 0; }
	*/

	.background-image-row>.vc_column_container { background: rgba(0, 0, 0, 0.2); }
	.br-slider-control { opacity: 1 !important; }
	.br-element .post .thumbnail { margin: 0; }
	.post-inner-wrapper { position: relative;	padding: 1em;}

	.br-element .post h2 { margin: 0 0 1em 0; padding: 0; text-align: center; }
	.button-wrapper { margin-bottom: 1em; }
	.offer-card { background-color: var(--offer-card-color); }

	.features-carousel { background-color: var(--features-carousel-color); }
	.features-carousel .features-carousel-cycler, .offer-card .offer-card-img-wrapper { height: 80vh; margin-bottom: 40%; }
	.features-carousel .features-slider { max-width: 88vw; top: 50%; margin-right: 6vw; transform: none	}

	.offer-card .offer-card-caption:before, .offer-card.reverse .offer-card-caption::before { left: 0; right: 0; width: 100%; }
	#main-footer { text-align: center; }
	#main-footer .logo-footer {	margin: 0 auto 2em auto; }
	#logo-footer { margin: 0 auto; }

	/* CSS3 Text columns styles */
	.text-column-2, .text-column-3,	.text-column-4,	.text-column-5 { columns: 1; }
	html #wpadminbar { top: -46px; }

}