/*
	Theme Name: Onoranze Funebri Bristot
	Theme URI: https://onoranzefunebribristot.it/
	Description: onoranze funebri
	Version: 1.4.3
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 18px/1.2 'Gotham-Light', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-family:'Gotham-Bold';
	font-size: 35px;
	text-transform: uppercase;
}
h2 {
	font-size: 25px;
	font-family:'Gotham-Bold';
	text-transform: uppercase;
	color: #2993FC;
}
h3 {
	font-size: 20px;
	font-family:'Gotham-Bold';
	text-transform: uppercase;
}
h4 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}
h5 {
	text-transform: uppercase;
	font-family:'Gotham-Bold';
}
.pulsante-white {
	font-family:'Gotham-Medium';
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px 0;
	width: 220px;
	border: 1px solid #fff;
	display: inline-block;
    text-align: center;
    font-size: 16px;
}
.pulsante-white:hover {
	background-color: transparent;
	color: #fff;
}
.pulsante-red {
	font-family:'Gotham-Medium';
	text-transform: uppercase;
	background-color: #2993FC;
	color: #fff;
	padding: 5px 0;
	width: 220px;
	border: 1px solid #2993FC;
	display: inline-block;
    text-align: center;
    font-size: 16px;
}
.pulsante-red:hover {
	color: #2993FC;
	background-color: transparent;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 5%;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #2993FC;
}
.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #2993FC;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 50px;
    height: 50px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 1;
	outline: none;
    width: 30px;
    height: 50px;
}
/* FORM */
.wpcf7-form {
	background-color: transparent;
	text-align: left;
}
.wpcf7-form label {
	color: #2d2e82;
	display: block;
    margin-bottom: -10px;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #444;
	margin-bottom: 15px;
	background-color: #fff;
	border: none;
	width: 100%;
	font-size: 14px;
}
input {
	height: 30px;
}
textarea {
	margin-bottom: 0;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	color: #fff;
}
.wpcf7-form #privacy:checked {
	background-color: #fff;
}
.wpcf7-acceptance {
	margin-top: 20px;
	display: block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	color: #fff;
	font-size: 14px;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 15px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    font-family:'Gotham-Bold';
}
.wpcf7-submit:hover {
	background-color: transparent;
	color: #fff;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
::placeholder {
	font-size: 14px;
}
.wpcf7-character-count {
	position: relative;
	right: auto;
	top: auto;
}
.wpcf7-form div {
	font-size: 14px;
	margin-bottom: 30px;
}
.wpcf7-not-valid-tip {
	color: #fff;
}
.wpcf7-acceptance a {
	color: #fff;
}
.single-cordogli .wpcf7-acceptance a {
	color: #333;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 10;
}
.preheader {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 20px;
}
.logo img {
	max-width: 120px;
}
/* nav */
.nav {
	display: none;
	background-color: #fff;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/header/sfondo-header.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.nav .desktop {
	display: none;
}
.nav a {
	color: #444;
	text-transform: uppercase;
	font-family:'Gotham-Medium';
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: #2993FC !important;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 20px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
}
.necrologi .openclose .iconbar,
.casa-funeraria .openclose .iconbar,
.storia .openclose .iconbar,
.servizi .openclose .iconbar,
.contatti .openclose .iconbar,
.single-cordogli .openclose .iconbar  {
	background-color: #2993FC;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
/* footer */
.footer {
	background-color: #2993FC;
	color: #fff;
	text-align: center;
	padding: 30px 5%;
	font-size: 14px;
	font-family:'Gotham-Medium';
	background-image: url(img/footer/sfondo-footer.png);
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer a {
	color: #fff;
}
.footer .logo-footer {
	max-width: 200px;
}
.footer .social {
	max-width: 30px;
}
.footer .efi {
	max-width: 100px;
}
.footer p {
	padding: 20px 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}

#home .fascia-1 .text {
	background-color: #2993FC;
	color: #fff;
	padding: 30px;
	width: auto;
	height: auto;
	text-align: center;
	top: auto;
	bottom: -200px;
	margin: 0 5%;
    max-width: 370px;
    background-image: url(img/home/sfondo-blu.png);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.divider {
	background-color: #fff;
	width: 100px;
	height: 3px;
	margin: 30px 0;
	display: inline-block;
	padding: 0 !important;
}
.divider-white {
	background-color: #fff;
	width: 100px;
	height: 3px;
	margin: 30px 0;
	display: inline-block;
	padding: 0 !important;
}
.divider-red {
	background-color: #2993FC;
	width: 100px;
	height: 3px;
	margin: 30px 0;
	display: inline-block;
	padding: 0 !important;
}
.slide-necrologi {
	padding: 250px 0 60px;
	text-align: center;
}
.slide-necrologi h2 {
	text-align: left;
}
.slide-necrologi .carosello-necrologi h3 {
	margin-bottom: 10px;
}
.slide-necrologi .carosello-necrologi span {
	color: #2993FC;
	font-family:'Gotham-Bold';
}
.slide-necrologi .carosello-necrologi {
	margin: 60px 0;
}
.slide-necrologi .carosello-necrologi .slick-slide div {
	padding: 5%;
}
.slide-necrologi .carosello-necrologi .slick-slide a {
	box-shadow: 0px 1px 4px 0px rgb(0 0 142 / 14%);
    padding: 20px;
}
#home .fascia-3 {
	padding: 60px 0;
}
#home .fascia-3 .text {
	align-items: flex-start;
	text-align: left;
	background-color: #f0ede8;
	background-image: url(img/home/sfondo-beige.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px;
	width: 100%;
    height: auto;
    margin: 0 5%;
    top: auto;
    bottom: -340px;
}
#home .fascia-3 p {
	padding: 20px 0;
}
.call-to-action {
	position: relative;
	color: #fff;
	margin-top: 200px;
}
.call-to-action .text {
	background-color: rgba(0, 0, 0, 0.30);
}
#home .call-to-action .text {
	text-align: left;
	align-items: flex-start;
}
#home .call-to-action a {
	color: #fff;
}
.call-to-action a {
	font-family:'Gotham-Medium';
}
#home .fascia-5 {
	padding-bottom: 60px;
}
#home .fascia-6 {
	padding: 60px 0 0;
}
.carosello img {
	padding: 0 5px;
}
#home .fascia-7 {
	position: relative;
	margin-bottom: 200px;
}
#home .fascia-7 .parallax {
	background-image: url(img/home/parallax-mobile.jpg);
	height: 400px;
	background-size: cover;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#home .fascia-7 .text {
	background-image: url(img/home/sfondo-blu-2.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 30px;
	background-color: #2993FC;
	height: auto;
	max-width: 370px;
	top: auto;
	bottom: -140px;
}
#home .fascia-7 .text h2 {
	text-align: left;
	color: #fff;
}
#home .fascia-7 .text h2 span {
	font-family:'Gotham-Light';
}
.recensioni {
	text-align: center;
	padding: 30px 5% 60px;
}
.recensioni h2 {
	padding-bottom: 30px;
}
#home .call-to-action {
	margin-top: 60px;
}
#home .fascia-4 {
	padding: 30px 0;
}
#home .fascia-4 p {
	padding: 20px 0;
}
#home .fascia-3B {
	padding: 120px 0 60px;
	margin-bottom: 400px;
}
#home .fascia-3C .text {
	bottom: -250px;
}
#home .fascia-3C {
	margin-bottom: 300px;
}
/*--------------STORIA------------------*/
iframe {
	width: 100%;
	height: calc((90vw*9) /16);
}
.storia .header {
	position: relative;
}
#storia h1 {
	font-family:'Gotham-Light';
	text-transform: none;
	font-size: 30px;
}
#storia h1 span {
	font-family:'Gotham-Bold';
}
#storia .fascia-1 {
	padding: 30px 0;
}
#storia .fascia-1 h2 {
	margin-bottom: 30px;
}
#storia .fascia-1 .right {
	margin-top: -100px;
	position: relative;
	z-index: -1;
}
#storia .fascia-2 {
	position: relative;
}
#storia .fascia-2 .text {
    top: auto;
    bottom: -200px;
}
#storia .fascia-2 .text div {
	background-color: #f0ede8;
	background-image: url(img/home/sfondo-beige.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px;
	width: 100%;
    height: auto;
    margin: 0 5%;
}
#storia .fascia-2 h2 {
	font-family:'Gotham-Light';
	text-transform: none;
}
#storia .fascia-2 p {
	padding: 20px 0;
}
#storia .fascia-3 h4 {
	text-transform: none;
	padding: 20px 0;
	color: #444;
}
#storia .fascia-3 {
	padding: 250px 0 0;
}
#storia .fascia-3 .flex {
	margin-bottom: 60px;
}
#storia .fascia-3 a {
	margin-top: 30px;
}
#storia .call-to-action {
	margin-top: 0px;
}
#storia .call-to-action h4 {
	margin-bottom: 30px;
}
/*--------------NECROLOGI------------------*/
#necrologi .fascia-1 {
	position: relative;
}
#necrologi .fascia-1 .text {
	background-color: #2993FC;
	color: #fff;
	width: auto;
	height: auto;
	text-align: center;
	top: auto;
	bottom: -150px;
	margin: 0 5%;
    max-width: 370px;
	background-image: url(img/home/sfondo-blu.png);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 60px;
}
#necrologi .fascia-2 {
	padding: 250px 5% 60px;
	text-align: center;
}
#necrologi .fascia-2 h2 {
	text-align: left;
}
#necrologi .fascia-2 .gallery h3 {
	margin-bottom: 10px;
}
#necrologi .fascia-2 .gallery span {
	color: #003349;
	font-family:'Gotham-Bold';
}
#necrologi .fascia-2 .gallery {
	margin: 60px 0;
}
#necrologi .fascia-2 .gallery a {
	box-shadow: 0px 1px 4px 0px rgb(0 0 142 / 14%);
	display: block;
	margin-bottom: 30px;
	padding: 20px;
}
#necrologi .call-to-action {
	margin-top: 0;
}
#necrologi .call-to-action h4 {
	margin-bottom: 30px;
}
.pagination .current {
	border: 1px solid #009ae0;
	padding: 10px;
	color: #009ae0;
	font-family:'Gotham-Bold';
}
/*--------------NECROLOGO SINGOLO------------------*/
.single-cordogli .fascia-1 {
	position: relative;
}
.single-cordogli .fascia-1 .text {
	background-color: #2993FC;
	color: #fff;
	width: auto;
	height: auto;
	text-align: center;
	top: auto;
	bottom: -150px;
	margin: 0 5%;
    max-width: 370px;
	background-image: url(img/home/sfondo-blu.png);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px;
}
.single-cordogli .fascia-2 {
	padding: 250px 5% 60px;
	text-align: center;
}
.single-cordogli .fascia-2 h2 {
	text-align: left;
	margin-bottom: 30px;
}
.single-cordogli .fascia-2 .left {
	display: grid;
}
.single-cordogli .fascia-2 .right {
	background-color: #F2EDEA;
	background-image: url(img/footer/sfondo-footer.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 30px;
	width: 100%;
    height: auto;
}
.single-cordogli .fascia-2 .right p {
	margin-bottom: 30px;
}
.single-cordogli .call-to-action {
	margin-top: 0;
}
.single-cordogli .fascia-3 {
	margin-bottom: 60px;
}
.single-cordogli .fascia-3 .form-contatto {
	background-color: #F2EDEA;
	background-image: url(img/home/sfondo-beige.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px;
	width: 100%;
    height: auto;
    margin-top: -30px;
}
.single-cordogli .fascia-3 h2 {
	margin-bottom: 20px;
}
.single-cordogli .maps {
	text-align: center;
	display: grid;
}
.single-cordogli .maps h2 {
	margin-bottom: 20px;
}
.single-cordogli .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
	color: #444;
}
.single-cordogli .wpcf7-form #privacy {
	border: 1px solid #444;
	color: #444;
}
.single-cordogli .wpcf7-form #privacy:checked {
    background-color: #444;
}
.single-cordogli .wpcf7-submit:hover {
	color: #444;
	border: 1px solid #444;
}
.single-cordogli iframe {
	width: 100%;
	height: 400px;
}
.single-cordogli .pulsante-red {
	margin-bottom: 10px;
	width: 100%;
}
#ancora, 
#messaggio {
	position: relative;
	overflow: hidden;
	top: -100px;
}
.single-cordogli .call-to-action h4 {
	color:  #2993FC;
}
.single-cordogli .call-to-action .divider {
	background-color: #2993FC;
}
/*--------------SERVIZI------------------*/
.servizi .header {
	position: relative;
}
#servizi h1 {
	font-family:'Gotham-Light';
	text-transform: none;
	font-size: 30px;
}
#servizi h1 span {
	font-family:'Gotham-Bold';
}
#servizi .fascia-1 {
	padding: 30px 0;
}
#servizi .fascia-1 h2 {
	margin-bottom: 30px;
}
#servizi .fascia-1 .right {
	margin-top: -100px;
	position: relative;
	z-index: -1;
}
#servizi .servizi-home {
	padding: 120px 5% 30px;
	background-color: #fff;
	background-image: none;
}
#servizi .servizi-home h2 {
	text-align: left;
}
.servizi-home {
	background-color: #f0ede8;
	padding: 30px;
	margin-top: -20px;
	text-align: center;
	background-image: url(img/home/sfondo-beige.png);
	background-size: 60% auto;
	background-position: right top;
	background-repeat: no-repeat; 
}
.servizi-home h2 {
	color: #003349;
}
.servizi-home .icone {
	padding: 30px 0;
}
.servizi-home .icone img {
	max-height: 120px;
	max-width: 200px;
}
.servizi-home .icone h5 {
	border-top: 2px solid #444;
	margin: 10px 0 20px;
	text-align: left;
	padding-top: 20px;
}
.servizi-home .icone p {
	text-align: left;
}

.servizi-home .icone h5 {
	border-top: 2px solid #2993FC;
	color: #2993FC;
}
.servizi-home .icone div:first-child {
	box-shadow: none;
}
.servizi-home .icone div {
	box-shadow: 0px 1px 4px 0px rgb(0 0 142 / 14%);
	padding: 30px;
	margin-bottom: 30px;
}
#servizi .call-to-action {
	margin-top: 60px;
}
#servizi .call-to-action h4 {
	margin-bottom: 30px;
}
/*--------------CASA FUNERARIA------------------*/
#casa .fascia-1 {
	position: relative;
}
#casa .fascia-1 .text {
	background-color: #2993FC;
	color: #fff;
	width: auto;
	height: auto;
	text-align: center;
	top: auto;
	bottom: -150px;
	margin: 0 5%;
    max-width: 370px;
	background-image: url(img/home/sfondo-blu.png);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
	padding: 30px;
}
#casa .fascia-2 {
	padding: 200px 0 60px;
}
#casa .fascia-2 p {
	padding: 30px 0;
}
#casa .fascia-3 {
	position: relative;
}
#casa .fascia-3 .text {
    top: auto;
    bottom: -250px;
}
#casa .fascia-3 .text div {
	background-color: #f0ede8;
	background-image: url(img/home/sfondo-beige.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px;
	width: 100%;
    height: auto;
    margin: 0 5%;
}
#casa .fascia-3 h2 {
	font-family:'Gotham-Light';
	text-transform: none;
	padding-bottom: 20px;
}
#casa .fascia-3 .parallax {
	background-image: url(img/casa-funeraria/parallax.jpg);
	height: 400px;
	background-size: cover;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#casa .fascia-4 {
	padding: 350px 0 60px;
}
#casa .fascia-5 {
	padding-bottom: 60px;
	position: relative;
	z-index: 3;
}
#casa .call-to-action {
	margin-top: 60px;
}
#casa .servizi-home .icone h5 {
	color: #000;
	border-top: 2px solid #000;
}
#casa .fascia-6 {
	position: relative;
}
#casa .call-to-action-2 h4 {
	color: #fff;
	margin-bottom: 30px;
}
#casa .call-to-action-2 .divider {
	background-color: #fff;
}
#casa .servizi-home .icone div {
	box-shadow: none;
}

/*--------------CONTATTI------------------*/
#contatti h1 {
	color: #fff;
	margin-bottom: 30px;
}
#contatti .fascia-1 {
	position: relative;
}
#contatti .fascia-1 .text {
	background-color: #2993FC;
	color: #fff;
	width: auto;
	height: auto;
	text-align: center;
	top: auto;
	bottom: -600px;
	margin: 0 5%;
    max-width: 370px;
	background-image: url(img/home/sfondo-blu.png);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px;
}
#contatti .fascia-2 {
	padding: 650px 5% 30px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#contatti .fascia-2 h2 {
	text-align: left;
}
#contatti .fascia-2 .indirizzi {
	text-align: left;
	margin-top: 30px;
}
#contatti .fascia-2 .indirizzi h3 {
	margin-top: 60px;
}
#contatti .fascia-2 .indirizzi p {
	margin: 30px 0;
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	padding: 30px;
}
#contatti .fascia-2 .indirizzi p span {
	text-transform: uppercase;
	color: #2993FC;
	font-family:'Gotham-Bold';
}
#contatti .fascia-2 .indirizzi .persone p {
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
	padding: 30px;
}
#contatti .fascia-3 {
	position: relative;
	margin-top: -65px;
}
/*--------------PRIVACY------------------*/
.page-template-template-demo label {
	display: flex;
	padding: 10px 0;
}
.page-template-template-demo input {
	height: auto;
	width: auto;
	border: 1px solid #333;
	margin-bottom: 0;
	margin-right: 5px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Gotham-Light';
	src:url('fonts/Gotham-Light/Gotham-Light.eot');
	src:url('fonts/Gotham-Light/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Light/Gotham-Light.woff') format('woff'),
		url('fonts/Gotham-Light/Gotham-Light.ttf') format('truetype'),
		url('fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Gotham-Medium';
	src:url('fonts/Gotham-Medium/Gotham-Medium.eot');
	src:url('fonts/Gotham-Medium/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Medium/Gotham-Medium.woff') format('woff'),
		url('fonts/Gotham-Medium/Gotham-Medium.ttf') format('truetype'),
		url('fonts/Gotham-Medium/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight:normal;
    font-style:normal;
}


@font-face {
	font-family:'Gotham-Bold';
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot');
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Bold/Gotham-Bold.woff') format('woff'),
		url('fonts/Gotham-Bold/Gotham-Bold.ttf') format('truetype'),
		url('fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.wpcf7-form label {
		font-size: 18px;
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex p {
		width: 48%;
	}
	.wpcf7-submit {
		display: block;
		float: right;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
	h4 {
		font-size: 40px;
	}
/*--------------HOME------------------*/
	#home .fascia-1 .text {
		max-width: 450px;
		left: auto;
		right: 0;
	}
	.slide-necrologi .slick-list {
		width: 80%;
		margin: 0 auto;
	}
	#home .fascia-3 img {
		width: 80%;
	}
	#home .fascia-3 .text {
		bottom: -50px;
	    max-width: 300px;
	    left: auto;
	    right: 0;
	}
	.call-to-action {
		margin-top: 150px;
	}
	#home .fascia-7 .text {
		left: 5%;
	}
	#home .fascia-4 img {
		max-width: 300px;
	}
	#home .fascia-3B {
		margin-bottom: 150px;
		text-align: right;
	}
	#home .fascia-3B .text {
		left: 0;
	}
	#home .fascia-3C {
	    margin-bottom: 120px;
	}
/*--------------STORIA------------------*/
	#storia .fascia-1 {
		padding: 30px 5% 60px;
	}
	#storia .fascia-1 .intro {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#storia .fascia-1 h2 {
	    margin-bottom: 150px;
	}
	#storia .fascia-1 .intro .right {
		width: 60%;
	}
	#storia .fascia-1 .intro .left {
		width: 50%;
		margin-right: -150px;
	}
	#storia .fascia-2 .text {
		bottom: -150px;
	}
	#storia .fascia-2 .text div {
		max-width: 600px;
	}
	#storia .fascia-3 {
	    padding: 230px 0 0;
	}
	#storia .fascia-3 .flex {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#storia .fascia-3 .reverse {
		flex-direction: row-reverse;
		margin-top: 60px;
	}
	#storia .fascia-3 .flex div {
		width: 50%;
	}
	#storia .fascia-3 .flex .right {
		padding-left: 4%;
	}
	iframe {
		height: calc((63vw*9) /16);
	}
/*--------------NECROLOGI------------------*/
	#necrologi .fascia-1 .text {
		max-width: 450px;
		left: auto;
		right: 0;
	}
	#necrologi .fascia-2 .gallery {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 700px;
		margin: 0 auto;
	}
	#necrologi .fascia-2 .gallery a {
		width: 48%;
		margin: 1%;
	}
	#necrologi .fascia-2 .gallery a .image {
		height: 360px;
		overflow: hidden;
	}
/*--------------NECROLOGO SINGOLO------------------*/
	.single-cordogli .fascia-1 .text {
		max-width: 450px;
		left: auto;
		right: 0;
	}
	.single-cordogli .fascia-3 .form-contatto {
		margin-top: -150px;
	}
/*--------------SERVIZI------------------*/
	#servizi .fascia-1 {
		padding: 30px 5% 60px;
	}
	#servizi .fascia-1 .intro {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#servizi .fascia-1 h2 {
	    margin-bottom: 150px;
	}
	#servizi .fascia-1 .intro .right {
		width: 60%;
	}
	#servizi .fascia-1 .intro .left {
		width: 50%;
		margin-right: -150px;
	}
	#servizi .call-to-action {
		margin-top: 30px;
	}
	.servizi-home {
		margin-top: -150px;
		padding: 60px;
	}
	.servizi-home .icone {
		column-count:2;
		column-gap: 30px;
	}
	.servizi-home .icone div {
		margin-bottom: 60px;
	}
	.servizi-home .icone img {
		max-height: 80px;
		max-width: 220px;
	}
	.servizi-home .icone {
		padding: 30px 0 60px;
	}
/*--------------CASA FUNERARIA------------------*/
	#casa .fascia-1 .text {
		max-width: 450px;
		left: auto;
		right: 0;
	}
	#casa .fascia-2 {
		text-align: center;
	}
	#casa .fascia-2 h2 {
		text-align: left;
	}
	#casa .fascia-2 .center {
		max-width: 500px;
		margin: 0 auto;
	}
	#casa .fascia-3 .text {
		bottom: -150px;
	}
	#casa .fascia-3 .text div {
		max-width: 600px;
	}
	#casa .fascia-4 {
		padding: 200px 0 60px;
	}
	#casa .servizi-home .icone div {
		break-inside: avoid;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 .text {
		max-width: 450px;
		left: auto;
		right: 0;
	}

}
@media only screen and (min-width:1024px) {
	.header {
		top: 50px;
	}
	.header .logo {
		display: none;
	}
	.preheader {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background-color: #2993FC;
		color: #fff;
		padding: 10px 5%;
		font-size: 14px;
		text-transform: uppercase;
	}
	.preheader a {
		color: #fff;
		font-family:'Gotham-Bold';
	}
	.contatti .header,
	.necrologi .header {
		background-color:rgba(0, 0, 0, 0.5);
	}
	.home .desktop .black,
	.necrologi .desktop .black,
	.contatti .desktop .black {
		display: none;
	}
	.casa-funeraria .desktop .white,
	.storia .desktop .white,
	.servizi .desktop .white,
	.single-cordogli .desktop .white {
		display: none;
	}
	/* nav */
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
	}
	.nav .mobile {
		display: none;
	}
	.nav .desktop {
		display: inline-block;
		width: 100%;
	}
	.nav ul {
		margin-top: 0;
		text-align: center;
		width: 100%;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0 20px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		display: inline-block;
	}
	.contatti .nav .current_page_item a,
	.necrologi .nav .current_page_item a {
		color: #fff !important;
		font-weight: bold;
		text-decoration: underline;
	}
	.casa-funeraria .nav a,
	.servizi .nav a,
	.storia .nav a,
	.single-cordogli .nav a {
		color: #000;
	}
	.nav img {
		max-width: 200px;
	}
	.openclose {
		display: none;
	}
	.footer {
		padding: 60px 5%;
	}
/*--------------HOME------------------*/
	#home .fascia-1 .text {
		max-width: 500px;
		padding: 60px;
	}
	#home .fascia-5 {
		padding-bottom: 120px;
	}
	#home .fascia-6 {
		padding: 120px 0;
	}
	#home .fascia-7 .parallax {
		height: 500px;
	}
	#home .fascia-7 .text {
		padding: 60px;
		max-width: 500px;
	}
	.recensioni {
		padding: 60px 5% 120px;
	}
	#home .fascia-4 {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: row;
		max-width: 1000px;
	}
	#home .fascia-4 div {
		width: 50%;
		padding: 2%;
	}
	#home .fascia-4 img {
		max-width: 100%;
	}
/*--------------STORIA------------------*/
	.storia .header {
		top: 0;
	}
	#storia h1 {
		font-size: 40px;
	}
	#storia .fascia-1 {
		padding: 60px 5% 90px;
	}
	#storia .fascia-1 .intro .right {
		width: 50%;
	}
	#storia .fascia-1 .intro .left {
		margin-right: -200px;
	}
	#storia .fascia-3 {
	    padding: 150px 0 0;
	}
	#storia .fascia-3 .reverse {
		margin-top: 120px;
	}
/*--------------NECROLOGI------------------*/
	#necrologi .fascia-1 .text {
		max-width: 500px;
		padding: 60px;
	}
	#necrologi .fascia-2 .gallery {
		max-width: 1000px;
		margin: 0 auto;
	}
	#necrologi .fascia-2 .gallery a {
		width: 31%;
	}
	#necrologi .fascia-2 .gallery a .image {
		height: 310px;
	}
/*--------------NECROLOGO SINGOLO------------------*/
	#necrologi .fascia-1 .text {
		max-width: 500px;
		padding: 60px;
	}
	.single-cordogli .fascia-2 {
		padding: 250px 5% 120px;
	}
	.single-cordogli .fascia-2 .left {
		width: 50%;
	} 
	.single-cordogli .fascia-2 .right {
		width: 90%;
		display: flex;
		justify-content: end;
		margin-left: 10%;
		margin-top: -400px;
	}
	.single-cordogli .fascia-2 .right div {
		width: 50%;
		text-align: left;
	}
	.single-cordogli .fascia-3 .form-contatto {
		margin-top: -100px;
	}
	.single-cordogli .fascia-3 {
		margin-bottom: 120px;
	}
/*--------------SERVIZI------------------*/
	.servizi .header {
		top: 0;
	}
	#servizi h1 {
		font-size: 40px;
	}
	#servizi .fascia-1 {
		padding: 60px 5% 90px;
	}
	#servizi .fascia-1 .intro .right {
		width: 50%;
	}
	#servizi .fascia-1 .intro .left {
		margin-right: -200px;
	}
	.servizi-home {
		margin-top: -50px;
	}
/*--------------CASA FUNERARIA------------------*/
	#casa .fascia-1 .text {
		max-width: 500px;
		padding: 60px;
	}
	#casa .fascia-2 {
		padding: 250px 0 120px;
	}
	#casa .fascia-2 .center {
		max-width: 670px;
	}
	#casa .fascia-2 p {
		padding: 60px 0;
	}
	#casa .fascia-4 {
		padding: 250px 0 120px;
	}
	#casa .fascia-5 {
		padding-bottom: 120px;
	}
	#casa .call-to-action-2 {
		margin: 0;
	}
	#casa .parallax {
		height: 500px !important;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 .text {
		max-width: 500px;
		padding: 60px;
	}
	#contatti .fascia-2 .indirizzi div {
		padding: 30px 5%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#contatti .fascia-2 .indirizzi p {
		width: 48%;
		margin: 1%;
	}
	#contatti .fascia-2 .indirizzi .persone p {
		width: 31.33333%;
		margin: 0 1%;
	}
	#contatti iframe {
		height: 500px;
		display: grid;
	}
/*--------------PRIVACY------------------*/
	.page-template-template-demo .nav ul li a {
		color: #333;
	}
	.page-template-template-demo .nav ul li a .white {
		display: none;
	}

}
@media only screen and (min-width:1280px) {
	.nav ul li a {
		font-size: 16px;
	}
/*--------------HOME------------------*/
	#home .fascia-3 .text {
		max-width: 350px;
		padding: 60px;
	}
	.carosello img {
		padding: 0 3%;
	}
	#home .fascia-4 {
		padding: 60px 0 40px;
	}
	#home .fascia-3B .text {
		max-width: 450px;
	}
	#home .fascia-3C {
		margin-bottom: 160px;
		padding: 120px 0;
	}
	#home .fascia-3C .text {
		max-width: 450px;
	}
/*--------------STORIA------------------*/
	#storia .fascia-2 .text div {
		padding: 60px;
		max-width: 700px;
		bottom: -200px;
	}
	#storia .fascia-3 .flex .right {
		max-width: 370px;
	}
	#storia .fascia-3 .flex .left {
		max-width: 550px;
	}
/*--------------NECROLOGI------------------*/
	#necrologi .fascia-2 .gallery {
		max-width: 1200px;
	}
	#necrologi .fascia-2 .gallery a {
		width: 23%;
	}
	#necrologi .fascia-2 .gallery a .image {
		height: 290px;
	}
/*--------------NECROLOGO SINGOLO------------------*/
	.single-cordogli .fascia-2 .left img {
		width: 90%;
		margin-left: 10%;
	}
	.single-cordogli .fascia-2 .right {
		padding: 60px;
	}
	.single-cordogli .fascia-2 h2 {
		margin-bottom: 60px;
	}
	.single-cordogli .call-to-action h4 {
		max-width: 600px;
	}
	.single-cordogli .fascia-3 .form-contatto {
		padding: 60px;
		max-width: 800px;
		margin: -100px auto 0;
	}
	.single-cordogli .fascia-3 h2 {
		margin-bottom: 60px;
		text-align: center;
	}
	.single-cordogli iframe {
		width: 100%;
		height: 600px;
	}
	.single-cordogli .maps h2 {
		margin-bottom: 60px;
	}
/*--------------CASA FUNERARIA------------------*/
	#casa .call-to-action h4 {
		max-width: 700px;
	}
	#casa .call-to-action-2 h4 {
		max-width: 600px;
	}
	#casa .fascia-3 .text {
		bottom: -200px;
	}
	#casa .servizi-home {
		margin: -150px auto 0;
	}
/*--------------SERVIZI------------------*/
	.servizi-home {
		max-width: 1200px;
		margin: -50px auto 0;
	}
	.servizi-home .icone {
		column-count:3;
	}
	.servizi-home .icone div {
		break-inside: avoid;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 .text {
		bottom: -450px;
	}
	#contatti .fascia-2 {
		padding: 400px 5% 30px;
	}
	#contatti .fascia-2 .indirizzi p {
		width: 31.33333%;
		margin: 1%;
	}

}
@media only screen and (min-width:1600px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 35px;
	}

/*--------------HOME------------------*/
	#home .fascia-1 .text {
		max-width: 620px; 
	}
	#home .fascia-7 .text {
		max-width: 650px;
	}
/*--------------STORIA------------------*/
	#storia .fascia-1 .intro .left {
		padding-left: 10%;
	}
	#storia .fascia-2 .text {
		bottom: -300px;
	}
	#storia .fascia-2 .text div {
	    max-width: 1000px;
	    bottom: 0;
	    padding: 120px;
	}
	#storia .fascia-3 {
	    padding: 300px 0 0;
	}
	iframe {
		height: calc((41vw*9) /16);
	}
/*--------------NECROLOGI------------------*/
	#necrologi .fascia-1 .text {
		max-width: 620px; 
	}
	#necrologi .fascia-2 {
		max-width: 1400px;
		margin: 0 auto;
	}
	#necrologi .fascia-2 .gallery a .image {
		height: 300px;
	}
/*--------------NECROLOGO SINGOLO------------------*/
	.single-cordogli .fascia-1 .text {
		max-width: 620px; 
	}
	.single-cordogli .fascia-2 .left img {
		width: 85%;
		margin-left: 15%;
	}
	.single-cordogli .fascia-2 .right {
		margin-top: -450px;
	}

/*--------------SERVIZI------------------*/
	#servizi .fascia-1 .intro .left {
		padding-left: 10%;
	}
/*--------------CASA FUNERARIA------------------*/
	#casa h1 {
		max-width: 450px;
	}
	#casa .fascia-1 .text {
		max-width: 620px; 
	}
	#casa .fascia-3 .text div {
		max-width: 750px;
	}
	#casa .fascia-3 .text {
	    bottom: -300px;
	}
	#casa .parallax {
		height: 600px !important;
	}
/*--------------CONTATTI------------------*/
	#contatti .fascia-1 .text {
		max-width: 620px; 
	}
	#contatti .fascia-1 .text {
		bottom: -350px;
	}
	#contatti .fascia-2 {
		padding: 300px 5% 30px;
	}
	#contatti iframe {
		height: 550px;
	}

}
@media only screen and (min-width:1900px) {
	iframe {
		height: calc((62vw*5) /16);
	}
	#necrologi .fascia-2 .gallery a .image {
		height: 280px;
	}
}

