/*
	Theme Name: Valboite
	Theme URI: https://www.onoranzefunebrivalboite.it/
	Description: Onoranze Funebri
	Version: 1.4.3
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3

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

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

/* global box-sizing */
*,
.wrapper,
*: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 {
	overflow-y: scroll;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

aside {
	max-width: 100%;
}

.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:#3e3e3e;
	text-decoration:none;
	cursor: pointer;
}
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 {
	letter-spacing: 5px;
}
h2 {
	letter-spacing: 5px;
}
h3 {
	letter-spacing: 5px;
}
h4 {
	
}
h5 {
}
h6 {
}
strong, b {
}
.divider {
	
}
.pulsante {
	padding: 10px 20px 5px;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 14px;
	font-family: JosefinSans-Medium;
	display: inline-block;
	transition-duration: 0.5s;
}
.pulsante:hover {
	background-color: #1d1d1d;
	color: #fff;
	transition-duration: 0.5s;
}
.pulsante-white {
	border: 1px solid #fff;
	padding: 10px 20px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: JosefinSans-Medium;
	display: inline-block;
	transition-duration: 0.5s;
}
.pulsante-white:hover {
	background-color: #fff;
	color: #1d1d1d;
	transition-duration: 0.5s;
}
.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


/* go up button */
.up-button {
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	z-index: 2;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	border: none;
}
.scroll .up-button {
	display: block;
}

/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #0A3E74;
	border-color: #0A3E74 transparent #0A3E74 transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #fff;
}
.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 #fff;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(../img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
}
.slick-next {
	background-image: url(../img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
}

/* FORM */
.wpcf7-form {
	background-color: #fff;
	padding: 20px;
}
.wpcf7-form label {
	font-family: JosefinSans-Medium;
	font-size: 14px;
	padding: 5px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	outline: none;
	padding: 5px;
	color: #000;
	height: 40px;
	margin-top: 40px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	font-family: JosefinSans-Medium;
	font-size: 14px;
	letter-spacing: 1px;
}
.wpcf7-form textarea {
	height: 120px;
}
.wpcf7-form ::placeholder {
	color: #000;
	text-transform: uppercase;
}
.wpcf7-form .nome-defunto input {
	margin-top: 10px;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #0A3E74;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #0A3E74;
	background-color: #0A3E74;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #0A3E74;
	border: 1px solid #0A3E74;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}
/* 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;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordion.active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active :after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}
/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 100%;
    max-width: 550px;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 40px;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-body {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    margin: 10px 0px;
    overflow: hidden;
    color: #3f3f3f;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: flex;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6{
    font-weight: 400;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
}	
.lightbox-wrapper .lightbox-container img {
	display: block;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	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);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	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;
}
.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;
}
.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 rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@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);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*--------------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%;
}




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

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


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: -1;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}
/* main */
main {
	min-height: 640px;
	line-height: 1.4;
}
/* wrapper */
.wrapper {
	width:100%;
	margin: 0 auto;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0.0;
	transition: opacity 0.46s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:100%;
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: absolute;
	width: 100%;
	height: 100px;
    line-height: 150px;
	top: 0px;
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 0;
	background-color: transparent !important;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 10px 0 0;
}
.wpml-ls-current-language {
	padding-right: 5px !important;
}
/* logo */
.logo {
	position: absolute;
	top: 15%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 150px;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #0A3E74;
	display: flex;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/home/necrologi.svg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 100%;
	background-position-y: 100%;
	transition: opacity 0.7s linear;
	opacity: 0;
}
.navmenu_open .nav {
	user-select: none;
	pointer-events: unset;
	opacity: 1.0;
}
.mobile .navmenu_close .nav { opacity: 0.0;  } 
.nav a {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav .current_page_item a {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.nav ul .pulsante-tel {
	display: none;
}
.nav ul li img {
	max-width: 10px;
}
/* closebutton */
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
}
.openclose .tre {
	width: 20px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
/* footer */
.footer {
	text-align: center;
	background-color: #F7F6ED;
}
.footer img {
	max-width: 150px;
}
.footer > div {
	width: 100%;
}
.footer #nav_menu-2,
.footer #nav_menu-3 {
	margin-top: 20px;
}
.footer #custom_html-3 {
	padding: 20px 0;
}
.footer #custom_html-3 a {
	padding: 0 10px;
}
.footer .current_page_item a {
	font-family: JosefinSans-Medium;
}
.gdpr {
	padding:10px 5%;
	background-color: #0A3E74;
	text-align: center;
	font-size: 16px;
    font-family: EBGaramond-Regular;
    color: #fff;
}
.gdpr a {
	color: #fff;
	padding: 0 5px;
}
.gdpr ul {
	display: flex;
	justify-content: center;
}

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

/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}


/*--------------HOME------------------*/
#home .row-1A {
	background-image: url(img/home/slide-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .row-1B {
	background-image: url(img/home/slide-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .row-1C {
	background-image: url(img/home/slide-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .row-1D {
	background-image: url(img/home/slide-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#home .row-1 span {
	width: 1px;
	height: 100px;
	background-color: #fff;
	margin: 30px auto;
	display: block;
}
#home .row-1 h4 {
	color: #fff;
}
#home .row-2 {
	padding: 5%;
}
#home .row-2 .blocco {
	margin-bottom: 5%;
	color: #fff;
}
#home .row-2 .uno .text {
	background-image: url(img/home/necrologi.svg);
	background-position: right bottom;
	background-size: 40% auto;
	background-repeat: no-repeat;
	transition-duration: 1s;
}
#home .row-2 .due .text {
	background-image: url(img/home/contattaci.svg);
	background-position: left bottom;
	background-size: 60% auto;
	background-repeat: no-repeat;
	transition-duration: 1s;
}
#home .row-2 .tre .text {
	background-image: url(img/home/servizi.svg);
	background-position: right bottom;
	background-size: 50% auto;
	background-repeat: no-repeat;
	transition-duration: 1s;
}
#home .row-2 .uno:hover .text {
	background-size: 55% auto;
	transition-duration: 1s;
}
#home .row-2 .due:hover .text {
	background-size: 75% auto;
	transition-duration: 1s;
}
#home .row-2 .tre:hover .text {
	transition-duration: 1s;
	background-size: 65% auto;
}
#home .row-3 {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 10%;
}
#home .row-3 .pulsante {
	margin-top: 40px;
}
#home .row-4 .left {
	display: grid;
}
#home .row-4 .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/home/servizi-2.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30% auto;
}
#home .row-4 h5 {
	color: #C6AF72;
}
#home .row-4 p {
	padding-bottom: 20px;
	width: 70%;
}
#home .row-5 {
	padding: 30px 0;
	text-align: center;
}
#home .row-6 .necrologio {
	display: grid !important;
	position: relative;
}
#home .row-6 .necrologio .data {
	font-size: 14px;
	display: none;
}
#home .row-6 .necrologio .text {
	justify-content: end;
	background-color: rgba(0, 0, 0, 0.50);
	height: 0;
	padding: 20px;
	top: auto;
	bottom: 0;
	left: 0;
	line-height: 0;
	width: 100%;
	display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 99;
    transition-duration: 2s;
}
#home .row-6 .necrologio:hover .text {
    height: 100%;
    flex-direction: column;
    transition-duration: 1s;
    justify-content: center;
}
#home .row-6 .necrologio:hover .data {
	display: block;
	margin-top: 20px;
}
#home .row-6 .slick-slide a {
	height: 540px;
	overflow: hidden;
}
.call-to-action .left {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/home/contatti.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
    background-position-x: 132%;
}
.call-to-action h4 {
	padding-top: 20px;
	color: #0A3E74;
}
.call-to-action .left img {
	max-width: 15px;
	margin-right: 5px;
}
.call-to-action .left a {
	padding: 5px 0;
	display: block;
}
.call-to-action .right {
	display: grid;
}
.recensioni {
	padding: 30px 5%;
	text-align: center;
}
.recensioni h2 {
	padding-bottom: 30px;
}
/*--------------PLUGIN TONI------------------*/
#necrologi .row-1 {
	background-image: url(img/contatti/contatti.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#necrologi .row-1 h4 {
	color: #fff;
}
#necrologi h1 {
	font-size: 7vh;
}
.lista-necrologi .necro-content h4 {
	font-family: EBGaramond-Regular;
}
/*
.lista-necrologi {
	padding: 30px 5%;
}
.lista-necrologi .necro-content {
	border-radius: 20px;
	padding: 20px;
}
.lista-necrologi .necro-content h2 {
	padding: 20px 0 0 0;
	font-size: 20px;
}
.lista-necrologi .necro-content h4 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.lista-necrologi .necro-content img {
	border-radius: 10px;
}
.lista-necrologi .necro-content picture {
    width: 100%;
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    height: auto;
}
.necro-box-orrizzontale .necro-content {
    align-items: center;
    flex-direction: column;
    gap:0;
}
.lista-necrologi .necrologio-loop .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.lista-necrologi .necrologio-loop .data-wrap,
.lista-necrologi .necrologio-loop .luogo-wrap {
    display: block;
}
.lista-necrologi .necro-description {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.38);
    padding-bottom: 30px;
}
.bottone-vai-al-necrologio {
	color: var(--dg-necro-colore-testo); 
	border-color: var(--dg-necro-colore-testo);
}
*/
.lista-necrologi .necro-description {
	width: 100% !important;
}
/*--------------NECROLOGIO------------------*/
#necrologio-singolo .row-1 {
	background-image: url(img/necrologio/necrologi-singoli.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#necrologio-singolo .row-1 h4 {
	color: #fff;
}
#necrologio-singolo h1 {
	font-size: 6vh;
}
#necrologio-singolo article {
	padding: 30px 5%;
	background-color: #F7F6ED;
}
#necrologio-singolo article h4 {
	padding-top: 10px;
}
#necrologio-singolo article p {
	padding: 8px 0;
}
#necrologio-singolo article .column .right {
	text-align: center;
}
#necrologio-singolo article .pulsante {
	background-color: #000;
	color: #fff;
	padding: 20px 30px 15px;
}
#necrologio-singolo article .pulsante:hover {
	background-color: transparent;
	color: #000;
}
#necrologio-singolo article .social img {
	max-width: 20px;
	margin: 0 5px;
}
#necrologio-singolo .form {
	background-color: #F7F6ED;
	padding: 30px 5%;
}
#necrologio-singolo .form h3 {
	text-align: center;
	color: #1D1D1D;
	margin-bottom: 20px;
}
#necrologio-singolo .call-to-action .left {
	background-color: #fff;
}
#necrologio-singolo form {
	background-image: url(img/necrologio/fiore-form.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#necrologio-singolo .mappa {
	display: grid;
}
#necrologio-singolo iframe {
	width: 100%;
	height: 400px;
}
/*--------------CONTATTI------------------*/
#contatti .row-1 {
	background-image: url(img/necrologi/necrologi.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#contatti .row-1 h4 {
	color: #fff;
}
#contatti h1 {
	font-size: 7vh;
}
#contatti .row-2 {
	padding: 30px 0;
	text-align: center;
}
#contatti .row-2 .pulsante {
	margin-top: 20px;
}
#contatti .row-3 {
	background-image: url(img/contatti/assistenza.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
	position: relative;
	z-index: 1;
	color: #fff;
}
#contatti .row-3 p {
	margin-bottom: 20px;
}
#contatti .row-4 {
	margin-top: -65px;
	position: relative;
	z-index: 0;
}
/*--------------AZIENDA------------------*/
#azienda .row-1 {
	background-image: url(img/azienda/azienda.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#azienda .row-1 h4 {
	color: #fff;
}
#azienda h1 {
	font-size: 7vh;
}
#azienda .row-2 {
	padding: 30px 0;
	text-align: center;
}
#azienda .row-2 .pulsante {
	margin-top: 20px;
}
#azienda .row-3 {
	background-image: url(img/contatti/assistenza.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
	position: relative;
	z-index: 1;
	color: #fff;
}
#azienda .row-3 p {
	margin-bottom: 20px;
}
#azienda .row-4 .left {
	display: grid;
}
#azienda .row-4 .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/home/servizi-2.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30% auto;
}
#azienda .row-4 h5 {
	color: #C6AF72;
}
#azienda .row-4 p {
	padding-bottom: 20px;
	width: 70%;
}
#azienda .row-5 {
	display: grid;
}
#azienda .row-5 img {
	padding:0 30px 30px;
}
#azienda .row-6 {
	padding: 30px 5% 0;
	background-color: #F7F6ED;
}
#azienda .row-6 h2 {
	text-align: center;
}
#azienda .row-6 h3 {
	color: #000;
}
#azienda .row-6 .flex {
	padding-bottom: 30px;
}
/*--------------SERVIZI------------------*/
#servizi .row-1 {
	background-image: url(img/servizi/servizi.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
}
#servizi .row-1 h4 {
	color: #fff;
}
#servizi h1 {
	font-size: 7vh;
}
#servizi .row-2 {
	padding: 30px 0;
	text-align: center;
}
#servizi .row-2 .pulsante {
	margin-top: 20px;
}
#servizi .row-3 {
	background-image: url(img/servizi/call-to-action.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 5%;
	position: relative;
	z-index: 1;
	color: #fff;
}
#servizi .row-3 p {
	margin-bottom: 20px;
}
#servizi .row-4 .left {
	display: grid;
}
#servizi .row-4 .uno .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/servizi/fiore-right.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
#servizi .row-4 .due .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/servizi/fiore.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30% auto;
}
#servizi .row-4 .tre .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/servizi/fiore-left.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
#servizi .row-4 .quattro .right {
	background-color: #F7F6ED;
	padding: 30px;
	background-image: url(img/servizi/contatti.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#servizi .row-4 h5 {
	color: #C6AF72;
}
#servizi .row-4 p {
	padding-bottom: 20px;
	width: 70%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr .openclose .iconbar {
	background-color: #0a3e74;
}
.page-template-template-gdpr h3 {
	font-size: 16px !important;
	color: #000;
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div, 
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div {
	display: flex;
	justify-content: space-between;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		
	}
	.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 div {
		width: 48%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	footer.footer {
		font-size: 20px !important;
	}
	.footer img {
		display: block;
		margin: 0 auto;
	}
	.footer-widget-area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.footer #text-2 {
		width: 30%;
	}
	.footer #nav_menu-2 {
		width: 65%;
		text-align: left;
	}
	.footer img {
		margin: 0;
	}
	.footer #nav_menu-2, 
	.footer #nav_menu-3 {
		margin-top: 0;
	}
	.footer #custom_html-3,
	.footer #text-3,
	.footer #nav_menu-3 {
		width: 30%;
		text-align: left;
		margin-top: 60px;
	}
	.footer #custom_html-3 {
		padding: 0;
	}
	.gdpr .content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
/*--------------HOME------------------*/
	#home .row-4 .right {
		background-size: 180px auto;
	}
	#home .row-6 {
		padding-bottom: 30px;
	}
	#home .row-6 .necrologio .text {
		width: 96%;
		left: 2%;
	}
	#home .row-6 .slick-slide img {
		padding: 0 2%;
	}
	#home .row-6 .slick-slide a {
		height: 320px;
	}
	.call-to-action .left p {
		width: 70%;
	}
/*--------------PLUGIN TONI------------------*/
	#necrologi .row-1 {
		height: 100vh;
	}
	#necrologi h1 {
	    font-size: 5vh;
	}
	#necrologi .row-1 h4 {
		font-size: 2.5vh;
	}
	/*.lista-necrologi .necro-content {
		border-radius: 20px;
	}
	.lista-necrologi .necro-content h2 {
		font-size: 25px;
	}
	.necro-box-orrizzontale h2 {
		margin-top: 0;
		padding: 0;
	}
	.lista-necrologi .necro-content h4 {
		padding-top: 10px;
	}
	.necro-box-orrizzontale picture {
	    width: 45%;
	    background: #fff;
	    padding: 7px;
	}
	.necro-box-orrizzontale .necro-content {
	    align-items: center;
	    flex-direction: row;
	    gap: 20px;
	}
	.necro-box-orrizzontale .button-wrapper {
	    width: 30%;
	    display: flex;
	    justify-content: center;
	    padding: 0;
	    margin-top: 0;
	    text-align: center;
	}
	.lista-necrologi .necrologio-loop .data-wrap,
	.lista-necrologi .necrologio-loop .luogo-wrap {
	    display: block;
	}
	.necro-box-orrizzontale .necro-description {
	    width: 60%;
	    border-right: 1px solid rgba(255,255,255,0.38);
		border-bottom: none;
		padding-right: 30px;
	}
	.necro-box-verticale {
		grid-template-columns: 50% 50% !important;
	}
	.necro-box-verticale img {
		max-height: 370px;
		height: auto !important;
	}
	.necro-box-verticale h2 {
		height: 100px;
	}*/
	.lista-necrologi.necro-box-orrizzontale .necro-description {
		width: 60% !important;
	}
	.lista-necrologi.necro-box-orrizzontale picture {
		width: 45% !important;
	}
	.lista-necrologi.necro-box-orrizzontale .button-wrapper {
		width: 30% !important;
	}
	.lista-necrologi.necro-box-orrizzontale .necro-content {
		gap:20px;
	}
/*--------------NECROLOGIO------------------*/
	#necrologio-singolo .row-1 {
		height: 100vh;
	}
	#necrologio-singolo h1 {
	    font-size: 5vh;
	}
	#necrologio-singolo .row-1 h4 {
		font-size: 2.5vh;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		height: 100vh;
	}
	#contatti h1 {
	    font-size: 5vh;
	}
	#contatti .row-1 h4 {
		font-size: 2.5vh;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
		height: 100vh;
	}
	#azienda h1 {
	    font-size: 5vh;
	}
	#azienda .row-1 h4 {
		font-size: 2.5vh;
	}
	#azienda .row-4 .right {
		background-size: 130px auto;
	}
	#azienda .row-6 .blocchi {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#azienda .row-6 .blocchi .flex {
		width: 48%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		height: 100vh;
	}
	#servizi h1 {
	    font-size: 5vh;
	}
	#servizi .row-1 h4 {
		font-size: 2.5vh;
	}
	#servizi .row-4 .uno .right {
		background-size: 180px auto;
	}
	#servizi .row-4 .due .right {
		background-size: 120px auto;
	}
	#servizi .row-4 .tre .right {
		background-size: 180px auto;
	}
	#servizi .row-4 .quattro .right {
		background-size: 180px auto;
	}
	

}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.pagina-desktop .header {
		height: 100px;
	}
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 90%;
		position: relative;
		background-image: none;
		opacity: 1.0;
		pointer-events: unset;
		user-select: unset;
	}
	.pagina-desktop .nav ul {
		margin-top: 0;
		text-align: right;
		display: inline-block;
	}
	.pagina-desktop .nav ul li {
		padding: 0 0 0 20px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		padding:5px 0;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.pagina-desktop .nav ul .pulsante-tel a {
		background-color: #0A3E74;
		padding: 10px;
	}
	.pagina-desktop .nav ul .pulsante-tel a:hover {
		border-bottom: none;
		opacity: 0.8;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop.logo {
		max-width: 150px;
		width: 100%;
		position: relative;
		left: 5%;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	.copyright {
		max-width: 250px;
		margin: 0 auto;
	}
	h3 {
		font-size: 1.5vw !important;
	}
	h5 {
		font-size: 20px !important;
	}
	.pulsante-white,
	.pulsante {
		font-size: 16px;
	}
	main {
		font-size: 18px !important;
	}
	.footer img {
	    max-width: 200px;
	}
	.footer #nav_menu-2 a {
	    font-size: 20px;
	}
/*--------------HOME------------------*/
	#home .row-2 {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 2%;
	}
	#home .row-2 a {
		width: 33.3333333%;
		padding: 2%;
	}
	#home .row-2 .blocco {
		margin-bottom: 0;
	}
	#home .row-3 {
		padding: 6% 0 0;
		max-width: 600px;
		margin: 0 auto 10%;
	}
	#home .row-4 {
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	#home .row-4 .left, 
	#home .row-4 .right {
		width: 50%;
	}
	#home .row-4 .right {
	    background-size: 140px auto;
	}
	#home .row-6 .necrologio:hover .data {
		margin-top: 30px;
		font-size: 20px;
	}
	#home .row-6 .slick-slide a {
		height: 450px;
	}
/*--------------PLUGIN TONI------------------*/
	#necrologi .row-1 {
	    padding-top: 100px;
	}
	/*.lista-necrologi .necro-content {
		padding: 20px;
	}
	.lista-necrologi .necro-content h4 {
		font-size: 22px;
	}
	.necro-box-orrizzontale .necro-content {
		gap: 0;
	}
	.necro-box-orrizzontale .necro-description {
		padding: 30px;
	}
	.necro-box-verticale .necro-content picture {
		width: 100%;
	}
	.necro-box-verticale img {
		max-height: 50vw;
	}*/
/*--------------NECROLOGIO------------------*/
	#necrologio-singolo .row-1 {
	    padding-top: 100px;
	}
	#necrologio-singolo article {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 60px 5%;
	}
	#necrologio-singolo article .column-1 {
		width: 30%;
	}
	#necrologio-singolo article .column-2 {
		width: 65%;
	}
	#necrologio-singolo .row-2 .column-1 {
		height: 500px;
	}
	#necrologio-singolo article h4 {
		font-size: 22px !important;
		padding-top: 0;
	}
	#necrologio-singolo article .column .left,
	#necrologio-singolo article .column .right {
		padding: 30px 0;
	}
	#necrologio-singolo .form {
		padding: 30px 5% 60px;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
	    padding-top: 100px;
	}
	#contatti .row-2 {
		padding: 6% 0 0;
		max-width: 600px;
		margin: 0 auto 6%;
	}
	#contatti .row-3 {
		height: 300px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-1 {
	    padding-top: 100px;
	}
	#azienda .row-2 {
		padding: 6% 0 0;
		max-width: 600px;
		margin: 0 auto 6%;
	}
	#azienda .row-3 {
		height: 300px;
	}
	#azienda .row-4 {
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	#azienda .row-4 .left, 
	#azienda .row-4 .right {
		width: 50%;
	}
	#azienda .row-4 .right {
	    background-size: 140px auto;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
	    padding-top: 100px;
	}
	#servizi .row-2 {
		padding: 6% 0 0;
		max-width: 600px;
		margin: 0 auto 6%;
	}
	#servizi .row-3 {
		height: 400px;
	}
	#servizi .row-4 {
		display: flex;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#servizi .row-4 .flex {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#servizi .row-4 .reverse {
		flex-direction: row-reverse;
	}
	#servizi .row-4 .left, 
	#servizi .row-4 .right {
		width: 50%;
	}
	#servizi .row-4 .right {
	    background-size: 140px auto;
	}
	#servizi .row-4 h2 {
		font-size: 25px;
		padding: 10px 0px 0px 0px;
	}
/*--------------GDPR------------------*/
	.page-template-template-gdpr .nav a {
		color: #0a3e74;
	}
	.page-template-template-gdpr .nav ul .pulsante-tel a {
		color: #fff;
	}
	
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 250px;
	}
	.footer #nav_menu-2 a {
	    font-size: 30px;
	}
	.footer .content {
		max-width: 1200px;
	}
	.footer #custom_html-3 a {
	    padding: 0;
	}
	.gdpr {
		padding: 30px 5%;
	}
	.gdpr .content {
		max-width: 1200px;
	}
	.wpcf7-form {
		padding: 40px;
	}
/*--------------HOME------------------*/
	#home .row-4 .right {
		padding: 60px;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: start;
	    background-size: 35% auto;
	}
	#home .row-4 p {
		padding-bottom: 40px;
	}
	#home .row-5 {
		padding: 60px 0;
	}
	#home .row-6 {
		padding-bottom: 60px;
		max-width: 1280px;
		margin: 0 auto;
	}
	#home .row-6 .slick-slide a {
		height: 400px;
	}
	.call-to-action {
		display: flex;
		justify-content: center;
		flex-direction: row;
	}
	.call-to-action .left {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.call-to-action .left,
	.call-to-action .right {
		width: 50%;
	}
	.call-to-action .left p {
		width: 100%;
	}
	.call-to-action h4 {
		font-size: 20px;
	}
	.recensioni {
		padding: 6% 5%;
	}
/*--------------PLUGIN TONI------------------*/
	#necrologi .row-2 {
		padding: 60px 5%;
		margin: 0 auto;
	}
    /*
	.necro-box-orrizzontale picture {
		width: 30%;
	}
	.necro-box-verticale {
        grid-template-columns: 33.33333% 33.33333% 33.33333% !important;
    }
    .necro-box-verticale img {
        max-height: 28vw;
    }
    .necro-box-verticale .necro-description {
		flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    display: flex;
	    height: 32vw;
	}*/
	.lista-necrologi.necro-box-orrizzontale picture {
        width: 30% !important;
    }
/*--------------NECROLOGIO------------------*/
	#necrologio-singolo article .column-2 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
	}
	#necrologio-singolo article .column-2 .left,
	#necrologio-singolo article .column-2 .right {
		width: 50%;
	}
	#necrologio-singolo article .column-2 .left {
		border-right: 1px solid #000;
		padding-right: 4%;
	}
	#necrologio-singolo iframe {
		height: 500px;
	}
/*--------------CONTATTI------------------*/
	#contatti iframe {
		height: 600px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-4 .right {
		padding: 60px;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: start;
	    background-size: 35% auto;
	}
	#azienda .row-4 p {
		padding-bottom: 40px;
	}
	#azienda .row-5 img {
		padding: 0 30px 60px;
	}
	#azienda .row-6 {
		padding: 60px 5% 30px;
	}
	#azienda .row-6 h2 {
		text-align: left;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-4 .right {
		padding: 60px;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: start;
	    background-size: 35% auto;
	}
	#servizi .row-4 p {
		padding-bottom: 40px;
	}
	#servizi .row-4 h2 {
		font-size: 3vh;
		padding: 10px 0px 20px 0px;
		max-width: 80%;
	}
	#servizi .row-4 .uno .right {
		background-size: 300px auto;
	}
	#servizi .row-4 .due .right {
		background-size: 200px auto;
	}
	#servizi .row-4 .tre .right {
		background-size: 300px auto;
	}
	#servizi .row-4 .quattro .right {
		background-size: 300px auto;
	}
	
}
@media only screen and (min-width:1600px) {
	footer.footer {
		font-size: 30px !important;
	}
	.footer #nav_menu-2 a {
	    font-size: 40px;
	}
	.footer img {
	    max-width: 250px;
	}
/*--------------HOME------------------*/
	.call-to-action .left {
		padding: 60px;
	}
	#home .row-6 {
		max-width: 1600px;
	}
	#home .row-6 .slick-slide a {
        height: 500px;
    }
/*--------------PLUGIN TONI------------------
	.necro-box-verticale {
        grid-template-columns: 25% 25% 25% 25% !important;
    }
    .necro-box-verticale img {
        max-height: 20vw;
    }
    .necro-box-verticale .necro-description {
	    height: 400px;
    }*/
/*--------------NECROLOGIO------------------*/
	#necrologio-singolo .form .wpcf7 {
		max-width: 1200px;
		margin: 0 auto;
	}
	#necrologio-singolo article p {
	    padding: 8px 0 8px;
	}
/*--------------AZIENDA------------------*/
	#azienda .row-6 .blocchi .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#azienda .row-6 .blocchi .flex div {
		width: 48%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-3 {
		height: 500px;
	}
	
	
}

