/*
	Theme Name: Da Ros
	Theme URI: https://iofdaros.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:300 16px/1.2 'Montserrat', sans-serif;
	color:#656565;
}

html body input.wpcf7-submit[disabled] {
    cursor: not-allowed;
}
/* 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:#656565;
	text-decoration:none;
}
a:hover {
	color:#656565;
}
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-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family:'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
}
h2 {
	font-family:'Bodoni-Book';
	font-size: 45px;
	color: #5A5A5A;
	line-height: 1;
}
h3 {
	font-family:'Bodoni-Book';
	font-size: 35px;
	color: #BCA073;
	line-height: 1;
}
h4 {
	font-size: 35px;
	color: #fff;
	font-family:'Bodoni-Book';
	line-height: 1;
}
.pulsante {
	font-family: 'Montserrat', sans-serif;
	background-color: #BCA073;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border: 1px solid #BCA073;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
}
.pulsante:hover {
	color: #BCA073;
	background-color: #fff;
	border: 1px solid #BCA073;
}
.pulsante-2 {
	color: #BCA073;
	background-color: transparent;
	border: 1px solid #BCA073;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}
.pulsante-2:hover {
	background-color: #BCA073;
	color: #fff;
	border: 1px solid #BCA073;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
}
.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;
	position: fixed;
	z-index: 8;
	bottom: 0%;
	right: 0%;
	max-width: 80px;
}
@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: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.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: 45%;
	left: 0;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
/* FORM */
.wpcf7-form {
	padding: 30px;
	box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.wpcf7-form h2 {
	color: #BCA073;
	margin-bottom: 30px;
}
.wpcf7-form label {
	color: #656565;
	display: block;
    margin-bottom: -10px;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #656565;
	margin-bottom: 20px;
	background-color:transparent;
	border: none;
	width: 100%;
	border-bottom: 1px solid #656565;
}
input {
	height: 40px;
}
textarea {
	height: 100px;
}
.wpcf7-form .privacy {
	font-size: 14px;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #656565;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
	margin-right: 10px;
}
.wpcf7-form #privacy:checked {
	background-color: #656565;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 30px;
	padding: 0;
	height: 30px;
}
.wpcf7-submit:hover {
	
}
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, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
.form-popup form input#mail_parente {
    display: none !important;
}




/* 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;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}
/*------------------------------------*\
    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: 120px;
	line-height: 120px;
	top: 0;
	left: 0;
	z-index: 90;
}
.header .desktop {
	display: none;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 30px;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	display: none;
	background-color: #BCA073;
	background-image: url(img/home/sfondo-logo.png);
	background-position: right bottom;
	background-size: 150% auto;
	background-repeat: no-repeat;
	color: #000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #000;
	font-size: 18px;
}
.nav .current_page_item a {
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 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;
}
.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-image: linear-gradient(#fff, #D7C5AA);
	padding: 30px 5%;
	text-align: center;
}
.footer .row-1 {
	border-bottom: 1px solid #BCA073;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.footer .row-1 h3 {
	border-bottom: 1px solid #BCA073;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footer .row-1 img {
	max-width: 50px;
}
.footer .row-1 p {
	margin-top: 10px;
}
.footer div {
	margin-bottom: 60px;
}
.footer .row-2 h2 {
	color: #8B8B8B;
}
.footer .row-2 .pulsante {
	margin: 30px 0;
}
.footer .row-2 img {
	max-width: 200px;
}
.footer .copyright {
	color: #333;
	border-top: 1px solid #333;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 12px;
}
.footer .copyright a {
	color: #333;
}
.footer .gold {
	color: #BCA073;
	font-weight: bold;
}

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


/*--------------HOME------------------*/
.banner-principale {
	position: relative;
	overflow: hidden;
}
.banner-principale .text {
	background-image: url(img/home/cerchio.svg);
	background-size: 70% auto;
	background-position: left;
	background-repeat: no-repeat;
	background-position-y: 25%;
	display: flex;
	align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 8%;
    padding-right: 5%;
    top: -5%;
}
.banner-principale .text h1 {
	padding-bottom: 20px;
}
.banner-principale .text h2 {
	color: #fff;
	padding-bottom: 20px;
}
.banner-principale .text p {
	margin-bottom: 20px;
	color: #fff;
}
.banner-principale .text a {
	margin-bottom: 10px;
	width: 200px;
}
.banner-principale .link {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.banner-principale .link a {
	padding: 5px 10px;
	width: 90%;
	margin: 5px 0;
}
#home .row-2 {
	background-image: linear-gradient(to left, #D7C5AA, #fff);
	padding: 30px 5%;
	text-align: center;
}
#home .row-2 h2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0;
	margin: 20px 0;
}
#home .row-2 .recapiti {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#home .row-2 .recapiti a,
#home .row-2 .recapiti span {
	padding: 10px;
	display: inline-block;
	width: 100%;
}
#home .row-2 .recapiti .white a,
#home .row-2 .recapiti .white span {
	color: #fff;
	background-color: #BCA073;
}
#home .row-2 .recapiti .white span {
	border-bottom: 1px solid #fff;
}
#home .row-2 .recapiti .black a,
#home .row-2 .recapiti .black span {
	border: 1px solid #BCA073;
}
#home .row-2 .recapiti p {
	margin-bottom: 20px;
	width: 48%;
}
#home .row-2 .testo {
	text-align: center;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
#home .row-2 .testo h3, 
#home .row-2 .testo p {
	margin-bottom: 20px;
}
.parallax {
	position: relative;
}
.parallax .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.parallax .divider {
	display: block;
	background-color: #fff;
	width: 1px;
	height: 30%;
}
.parallax h2 {
	color: #fff;
}
.parallax a {
	margin-top: 20px;
}
#home .row-4 {
	padding: 60px 5% 30px;
	background-color: #FFF8F2;
}
#home .row-4 .servizi p {
	margin-top: 10px;
	font-size: 14px;
}
#home .row-4 .testo {
	margin-bottom: 30px;
	text-align: center;
}
#home .row-4 .divider {
	display: block;
	background-color: #BCA073;
	height: 1px;
	width: 50%;
	margin: 10px auto 0;
}
#home .row-4 .servizio {
	margin-bottom: 10px;
}
#home .row-4 .blocco {
	margin-bottom: 60px;
	display: grid;
	text-align: center;
	box-shadow: 0px 1px 4px 0px rgb(0 0 142 / 14%);
	padding: 30px;
}
#home .row-4 .servizi h3 {
	font-size: 25px;
}
#home .row-4 .servizi img {
	max-width: 100px;
	max-height: 70px;
}
.call-to-action {
	text-align: center;
	border-top: 1px solid #BCA073;
	border-bottom: 1px solid #BCA073;
	padding: 20px 0;
	margin: 20px 0;
}
.call-to-action p {
	margin-bottom: 20px;
	color: #9D9D9D;
}
.recensioni {
	position: relative;
}
.recensioni .text {
	padding: 5%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.recensioni h3 {
	margin-bottom: 30px;
	text-align: center;
}
.slick-initialized .slick-slide {
	padding: 10px;
}
.popup-servizio {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 900;
	display: none;
	text-align: left;
	color: #fff;
	justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.50);
}
.popup-servizio .quadrato {
	position: absolute;
	z-index: 3;
	width: 90%;
	max-width: 550px;
	height: auto;
	background-color: #fff;
    padding: 30px;
}
.popup-servizio .quadrato p {
	color: #5A5A5A;
}
.popup-servizio .close {
	color: #000;
	text-align: right;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    z-index: 3;
    top: 5%;
    right: 5%;
}
.slick-prev,
.slick-next {
	background-size: 100% auto;
	width: 40px;
	height: 40px;
}
.slick-dots {
	display: none !important;
}
/*--------------AZIENDA------------------*/
#azienda .row-2 {
	padding: 30px 5%;
	background-image: linear-gradient(to left, #D7C5AA, #fff);
}
#azienda .row-2 .servizio {
	position: relative;
}
#azienda .row-2 .blocco {
	margin-bottom: 30px;
	display: grid;
}
#azienda .row-2 .text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 5%;
}
#azienda .row-2 .blocco a,
#azienda .row-2 h6 {
	font-size: 20px;
}
#azienda .row-2 .blocco a {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
#azienda .row-2 h6 {
	color: #fff;
}
#azienda .row-2 .servizi {
	margin-top: 50px;
}
#azienda .row-2 .servizi p {
	margin-top: 10px;
}
#azienda .row-3 {
	padding: 30px 5%;
	text-align: center;
	background-image: url(img/home/sfondo-mobile.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#azienda .row-3 h2 {
	margin-bottom: 30px;
	color: #AF976D;
}
#azienda .row-3 .staff h3 {
	margin-bottom: 60px;
	color: #777673;
}
#azienda .row-3 .staff span {
	border: 2px solid #AF976D;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 30px;
	font-size: 50px;
	color: #AF976D;
	font-family: 'Bodoni-Book';
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
/*--------------NECROLOGI------------------*/
#necrologi .row-2 {
	padding: 30px 5%;
	background-image: linear-gradient(to left, #D7C5AA, #fff);
}
#necrologi .row-2 h2 {
	color: #BCA073;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid  #BCA073;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.necro-description h2 {
	font-size: 35px !important;
	color: #BCA073;
	line-height: 1;
}
.necrologio-loop a.button {
	padding: 7px 20px 5px;
}
.necrologio-loop a.button:hover {
	background-color: #656565;
	color: #fff;
}
.pagination {
	text-align: center;
	margin: 60px auto;
}
.pagination span {
	color: #BCA073;
	border: 2px solid #DFD1BA;
	padding: 10px;
	margin: 5px;
	font-size: 20px;
	font-weight: bold;
}
.pagination a {
	font-size: 20px;
}
.necrologio-loop a.button {
	color: #fff;
	background-color: #BCA073;
	border-radius: 10px;
	padding: 15px 30px 12px;
}
.necrologio-loop a.button:hover {
	background-color: transparent;
	color: #BCA073;
	border: 1px solid #BCA073;
}
/*--------------NECROLOGIO SINGOLO------------------*/
.post-necrologio {
	margin-top: 0 !important;
}
.necro-hero-section {
	background-image: linear-gradient(to left, #D7C5AA, #fff) !important;
	border-radius: 0;
}
.post-necrologio .necrologio-wrapper {
	background-image: linear-gradient(to left, #D7C5AA, #fff);
}
.necro-hero-section h1,
.necro-hero-section p {
	color: #BCA073;
}
.post-necrologio .necro-mappa h2 {
	background-color: #BCA073;
}
.post-necrologio h2.necro-nome-defunto {
	display: none;
}
.post-necrologio .necrologio-wrapper {
	padding: 0 5% 60px;
}
.post-necrologio .necro-center {
	padding-top: 60px;
}
.post-necrologio .button {
	border-color: #BCA073;
	background-color: #BCA073;
	color: #fff;
}
.post-necrologio .necrologio-wrapper.layout-alt {
	padding-bottom: 100px;
}
.post-necrologio .necro-mappa {
	background-color: transparent;
}
.form-container {
	background-color: #BCA073;
}
.form-container .form-group.full input {
	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;
	margin-right: 10px;
}
.form-container .form-group.full input:checked {
	background-color: #fff;
}
.form-container .form-group.full a {
	color: #fff;
}
.messaggio-success {
	color: #5A5A5A;
	font-size: 25px;
	padding-bottom: 20px;
}
.messaggio-error {
	color: red;
	font-size: 25px;
	padding-bottom: 20px;
}
/*--------------SERVIZI------------------*/
#servizi .row-4 {
	padding: 60px 5% 30px;
	background-image: linear-gradient(to bottom, #FFF8F2, #fff);
}
#servizi .row-4 .servizi p {
	margin-top: 10px;
	font-size: 14px;
}
#servizi .row-4 .testo {
	margin-bottom: 30px;
	text-align: center;
}
#servizi .row-4 .divider {
	display: block;
	background-color: #BCA073;
	height: 1px;
	width: 50%;
}
#servizi .row-4 .servizio {
	margin-bottom: 10px;
}
#servizi .row-4 .blocco {
	margin-bottom: 60px;
	display: grid;
	text-align: center;
	box-shadow: 0px 1px 4px 0px rgb(0 0 142 / 14%);
	padding: 30px;
}
#servizi .row-4 .servizi h3 {
	font-size: 25px;
}
#servizi .row-4 .servizi img {
	max-width: 100px;
	max-height: 70px;
}
/*--------------CONTATTI------------------*/
#contatti .row-2 {
	padding: 30px 5%;
	background-image: url(img/home/sfondo-mobile.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#contatti .call-to-action p {
	margin-bottom: 0px;
	color: #656262;
}
#contatti iframe {
	width: 100%;
	height: 450px;
}
/*--------------GDPR------------------*/
.carosello p { 
	text-align: center;
}





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

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

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


@media only screen and (min-width: 415px) {
    
    .carosello p  { 
        text-align: left;
    }

}
@media only screen and (min-width:768px) {
    #necrologi .gallery h3 {
        text-align: left;
    }
    
	.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 {
		width: 48%;
	}
	.wpcf7-submit {
		max-width: 200px;
		display: block;
		margin: 30px auto 0;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav {
		background-size: 120% auto;
	}
	.nav ul li {
		padding: 30px 0;
	}
	.nav a {
		font-size: 30px;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 50px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 45px;
	}
	.carosello .slick-next {
		top: 30%;
	}
	.footer .row-1 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}
	.footer .row-1 div {
		width: 33.33333%;
	}
	.footer .row-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.footer ul li {
		display: inline-block;
		margin: 0 20px;
	}
	.footer div {
		margin-bottom: 0;
	}
/*--------------HOME------------------*/
	.banner-principale .text {
		background-position-y: 40%;
		background-size: 50% auto;
		top: 5%;
	}
	.banner-principale .text p {
		max-width: 400px;
	}
	.banner-principale .link {
		display: flex;
		flex-direction: column;
		position: absolute;
		right: -5%;
		top: 50%;
		left: auto;
		bottom: auto;
		z-index: 2;
		margin-top: -50px;
		width: auto;
	}
	#home .servizi {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}	
	#home .servizi .blocco {
		width: 48%;
		padding: 30px;
		margin-bottom: 4%;
		flex-direction: column;
		display: flex;
	}
	#home .row-4 .servizi img {
	    max-width: 140px;
	    max-height: 70px;
	}
	#home .row-4 .servizio {
		height: 100px;
		line-height: 9;
		margin-bottom: 0;
	}
	#home .row-4 .testo {
		display: flex;
		align-items: center;
	}

/*--------------AZIENDA------------------*/
	#azienda .servizi {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}	
	#azienda .servizi .blocco {
		width: 50%;
		padding: 2%;
	}
	#azienda .row-3 {
		background-image: url(img/home/sfondo.jpg);
	}
	#azienda .staff {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
	}
	#azienda .staff .persona {
		width: 30%;
	}
	#azienda .staff h3 {
		font-size: 20px;
	}
	#azienda .staff .persona a {
		margin-top: 10px;
		display: block;
	}
	.parallax a {
		margin-top: 0;
	}
/*--------------SERVIZI------------------*/
	#servizi .servizi {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}	
	#servizi .servizi .blocco {
		width: 48%;
		padding: 30px;
		margin-bottom: 4%;
		flex-direction: column;
		display: flex;
	}
	#servizi .row-4 .servizi img {
	    max-width: 140px;
	    max-height: 70px;
	}
	#servizi .row-4 .servizio {
		height: 100px;
		line-height: 9;
		margin-bottom: 0;
	}

}
@media only screen and (min-width:1024px) {
	.header {
		height: auto;
		line-height: normal;
	}
	.header .desktop {
		display: flex;
		background-image: linear-gradient(#fff, #E6D8C2);
		padding: 10px 7.5%;
		justify-content: space-between;
	}
	/* nav */
	.nav {
		display: block;
		background-color: transparent;
		background-image: none;
		height: auto;
		width: 85%;
		position: relative;
		margin: 30px auto;
	    border-top: 1px solid #fff;
	    border-bottom: 1px solid #fff;
	    padding: 10px 0;
	    z-index: 15;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding:0 0 0 15px;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		padding: 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		text-transform: capitalize;
		letter-spacing: 1px;
		font-weight: bold;
	}
	.nav .current_page_item a {
	    border-bottom:1px solid #BCA073;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 153px;
		width: 100%;
		margin-top: 30px;
		left: 7.5%;
	}
	.logo img {
		max-width: 153px;
	}
	.footer {
		padding: 60px 5% 30px;
		background-image: linear-gradient(#fff, #BCA073);
	}
	.footer div {
		margin-bottom: 30px;
	}
	.footer .row-1 {
		padding-bottom: 0;
	}
	.footer .row-1 h3 {
		margin-bottom: 30px;
	}
	.footer .row-2 .pulsante {
	    margin: 30px 0 60px;
	}
	.footer .row-2 h2 {
		max-width: 900px;
	}
	.wpcf7-form {
		padding: 60px;
	}
	.wpcf7-form h2 {
		margin-bottom: 60px;
	}
	.wpcf7-submit {
		margin: 60px auto 0;
	}
	h3 {
		font-size: 40px;
	}
/*--------------HOME------------------*/
	.banner-principale .text h2 {
		font-size: 35px;
		padding-bottom: 30px;
	}
	.banner-principale .text {
		background-position-y: 30%;
		background-position-x: 5%;
		background-size: 25% auto;
		top: 10%;
	}
	.banner-principale .link {
		right: 0;
	}
	.banner-principale .link a {
		height: 60px;
		width: 100%;
		padding: 10px 20px;
	}
	#home .row-2 .recapiti p {
		width: 23%;
	}
	#home .row-2 {
		padding: 40px 0 60px;
	}
	#home .row-2 .testo {
		margin-bottom: 60px;
	}
	#home .row-2 .sfondo {
		background-image: url(img/home/sfondo-logo.png);
		background-size: 1180px auto;
		background-position: left center;
		background-repeat: no-repeat;
		background-position-x: -500px;
		padding: 0 5%;
	}
	#home .row-4 .divider {
		width: 60%;
	}
	#home .servizi .blocco {
		width: 31%;
		text-align: left;
	}
	#home .row-4 .servizi p {
	    font-size: 16px;
	}
	#home .row-4 .servizi img {
		margin-bottom: 20px;
	}
	.call-to-action {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}
	.call-to-action p {
	    margin-bottom: 0;
	    font-size: 20px;
	}
	.slick-prev,
	.slick-next {
		background-size: 100% auto;
		width: 60px;
		height: 60px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-2 {
		padding: 30px 0;
	}
	#azienda .row-2 .blocco a, 
	#azienda .row-2 h6 {
	    font-size: 16px;
	}
	#azienda .row-2 .sfondo {
		background-image: url(img/home/sfondo-logo.png);
		background-size: 800px auto;
		background-position: left center;
		background-repeat: no-repeat;
		background-position-x: -400px;
		padding: 0 5%;
	}
	#azienda .row-3 {
		padding: 60px 5%;
	}
	#azienda .staff h3 {
	    font-size: 25px;
	}
	#azienda .call-to-action p {
		width: 60%;
		text-align: left;
	}
/*--------------NECROLOGI------------------*/
	#necrologi .row-2 {
		padding: 60px 5%;
	}
	#necrologi .call-to-action p {
		width: 60%;
		text-align: left;
	}
/*--------------SERVIZI------------------*/
	#servizi .servizi .blocco {
		width: 31%;
		text-align: left;
	}
	#servizi .row-4 .servizi p {
	    font-size: 16px;
	}
	#servizi .row-4 .servizi img {
		margin-bottom: 20px;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-2 {
		padding: 30px 5% 90px;
		position: relative;
	    z-index: 1;
	}
	#contatti .row-3 {
		background-color: #F8F3EE;
		padding: 0 5% 60px;
	}
	#contatti .row-3 .wpcf7 {
		margin-top: -60px;
		position: relative;
	    z-index: 2;
	    background-color: #fff;
	}
	
}
@media only screen and (min-width:1280px) {
	.carosello {
	    margin-bottom: 60px;
	}
	h4 {
		font-size: 60px;
	}
	.nav {
		padding: 18px 0;
	}
	.nav ul li a {
		font-size: 16px;
	}
	.logo {
		max-width: 200px;
	}
	.logo img {
		max-width: 200px;
	}
	body {
		font: 300 18px/1.2 'Montserrat', sans-serif;
	}
	.pulsazione {
	    bottom: 5%;
		right: 1%;
	}
/*--------------HOME------------------*/
	.banner-principale .text h1 {
	    padding-bottom: 60px;
	}
	.banner-principale .text h2 {
		font-size: 40px;
		padding-bottom: 60px;
	}
	.banner-principale .text {
		background-position-y: 35%;
	}
	#home .row-2 h2 {
		padding: 40px 0;
		margin: 20px 0 40px;
	}
	#home .row-2 .testo p {
		margin-bottom: 40px;
	}
	#home .servizi,
	#home .row-4 .testo {
		max-width: 1200px;
		margin: 0 auto 60px;
	}
	#home .servizi .blocco {
		align-items: flex-start;
	}
/*--------------SERVIZI------------------*/
	#servizi .servizi {
		max-width: 1200px;
		margin: 0 auto;
	}
	#servizi .servizi .blocco {
		align-items: flex-start;
	}
/*--------------NECROLOGI------------------*/
	.necro-box-verticale img {
		max-height: 30vw;
	}

}
@media only screen and (min-width:1600px) {
	.nav ul li a {
	    font-size: 18px;
	} 
/*--------------AZIENDA------------------*/
	#azienda .row-2 .sfondo {
		background-size: 1000px auto;
	}
/*--------------NECROLOGI------------------*/
	.necro-box-verticale img {
		max-height: 23vw;
	}

}


