@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto&display=swap');
/*
	Theme Name: Medea
	Theme URI: https://www.onoranzemedea.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
*/

/* 

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;

*/

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

:root{
	--blue: #1E527E;	
}

html {
  scroll-behavior: smooth;
}

*,
*: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;
}

body,html {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color:#333;
	line-height: 1.5;
	background-color: #fff;
}
body.open {
	overflow-y: hidden;
}
/* 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;
	vertical-align: bottom;
	object-fit: cover;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: disc;
	margin-left: 0; 
	padding-left: 5%; 
}

li {
  margin: 5px 0;
  padding-left: 10px;
}
In q

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	padding:0;
	margin: 0;
	color: #fff;
	line-height: 1.3;
	font-weight: 600;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	padding:0;
	margin: 0;
	line-height: 1.3;
	color: var(--blue);
	font-weight: 600;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	padding:0;
	margin: 0;
	line-height: 1.7;
	color: var(--blue);
	font-weight: 400;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	padding:0;
	margin: 0;
	line-height: 1.5;
	color: var(--blue);
	font-weight: 400;
}
h5 {
}

p{
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}

.inline{
	display: inline;
}
.button-white {
	display: inline-block;
	padding: 8px 50px;
	background-color: #fff;
	color: var(--blue);
	border-radius: 10px;
	transition: 0.3s;
	min-width: 180px;
	text-align: center;
	border: 1px solid #fff;
}
.button-white:hover {
	color: #fff !important;
	background-color: transparent;
	transition: 0.3s;
}

.button-red-home {
	display:flex;
	width: 225px;
	padding: 8px 50px;
	background-color: red;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	/* min-width: 180px; */
	text-align: center;
	border: 1px solid red;
}
.button-red-home:hover {
	color: #fff !important;
	background-color: transparent;
	transition: 0.3s;
}

.grey-back{
	background-color: #eee;
}

@media(max-width: 991px){
	.button-white {
		display: inline-block;
		padding: 8px 50px;
		background-color: #fff;
		color: var(--blue);
		border-radius: 10px;
		transition: 0.3s;
		min-width: 180px;
		text-align: center;
		border: 1px solid var(--blue);
	}
	.button-white:hover {
		color: #fff !important;
		background-color: var(--blue);
		transition: 0.3s;
	}
	
}

.button-blue {
	display: inline-block;
	padding: 10px 50px;
	background-color: var(--blue);
	color: #fff;
	border-radius: 8px;
	transition: 0.3s;
	min-width: 180px;
	text-align: center;
	border: 1px solid var(--blue);
}
.button-blue:hover {
	color: var(--blue);
	background-color: #fff;
	transition: 0.3s;
}

.button-grey {
	display: inline-block;
	padding: 10px 50px;
	background-color: #7197bb;
	color: #fff;
	border-radius: 8px;
	min-width: 180px;
	transition: 0.3s;
	text-align: center;
	border: 1px solid #7197bb;
}
.button-grey:hover {
	color: #fff;
	background-color: transparent;
	transition: 0.3s;
}
/* 
.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;
} */
.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: 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-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;
}

.slick-slide{
	padding: 0 10px;
}
.slick-slide img:hover{
	cursor: pointer;
}
.slick-slide .icona-slide{
	padding: 0 !important;
}
/* FORM */
label {
	
}
input,
textarea {
	outline: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	border: none;
	width: 100%;
}
input {
	height: 40px;
}
::placeholder {
	color: #bbb;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #333;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #333;
}
.wpcf7-form a {
	color: #333;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid var(--blue);
	background-color: var(--blue);
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
   width: 300px;
    text-transform: uppercase;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
}
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 {
	
	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;
}
/* 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;
}
.accordions .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;
}

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

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

/* header */
.header {
	position: absolute;
	width: 100%;
	height: 120px;
	/* line-height: 120px; */
}

.header .current-menu-item a{
	position:relative;
}

.header .current-menu-item a::after{
	content:"";
	bottom: -3px;
	background-color: #fff;
	left: 0;
	width: 100%;
	height: 1px;
	position: absolute;
}

.page-template-template-thankyou .header{
	background-color: var(--blue);
}

/* logo */
.logo {
	position: absolute;
	top: 23px;
	left: 5%;
	z-index: 11;
}

.logo a{
	display: block;
}
.logo img {
	max-width: 120px;
}
.open .logo {
	position: fixed;
}
/* nav */
.nav {
	display: none;
	background-color: #466885;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.open .nav {
	display: flex;
}
.nav a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

.nav a::after {
	content: "";
	left: 0;
	width: 0;
	height: 1px;
	bottom: -2px;
	background-color: rgba(255, 255, 255, 0.545);
	position: absolute;
	
}
.nav a:hover {
	text-decoration: none;
}
.nav a:hover::after{
	width: 100%;
	transition: 0.3s;
}
.nav .current_page_item a {
	color: #fff;
}
.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;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 20px;
	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;
}

.form-popup .quadrato,
.form-pdf-popup .quadrato{
	width: 95% !important;
	margin: auto;
}
/* footer */
footer #contatti {
	background-image: url(img/pages/medea-contatti.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	position: relative;
}

footer #contatti::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
}
footer .privacy{
	background-color: #ddedff;
	padding-bottom:70px;
}
footer .contatti-info{
	text-align:center;
}

footer hr{
	border-color: #fff;
}

footer a,footer a:hover{
	color: #fff;
}

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

.container{
	width: 90%;
	margin: 0 auto;
}

.background-intro{
	position: relative;
	height: 100vh;
}

.background-intro::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
}

/* spaziature */

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.z-index{
	position: relative;
	z-index: 1;
}

.white{
	color: #fff;
}

.light-blue-background{
	background-color: #B5D4EF;
}

.light-background{
	background-color: #EDF1F8;
}

.blue-background{
	background-color: var(--blue);
	color: #fff;
}


.small{
	font-size: 0.9rem;
}

.blue{
	color: var(--blue);
}

.black{
	color: #333;
}

.pb10{
	padding-bottom: 10px;
}

.pt10{
	padding-top: 10px;
}

.pb20{
	padding-bottom: 20px;
}
.pt20{
	padding-top: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.pt30{
	padding-top: 30px;
}

.pb50{
	padding-bottom: 50px;
}

.pt50{
	padding-top: 50px;
}

.mt50{
	margin-top: 50px;
}

.mt30{
	margin-top: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.pb70{
	padding-bottom: 70px;
}

.mr30{
	margin-right: 30px;
}

/*--------------HOME------------------*/

#hero-section .lateral-sinistra{
	transform: rotate(0);
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 70px;
	left: 5%;
}

#hero-section .lateral-destra{
	display: none;
}

#hero-section .lateral-sinistra a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}

#hero-section .lateral-sinistra a:hover{
	background-color: var(--blue);
}

#hero-section .background-intro {
	height: 100vh;
	width: 100%;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

#hero-section{
	position: relative;
}


#hero-section::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

#form-contatti .info-orario{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#form-contatti  .info-orario h3{
	padding-bottom: 20px;
	
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}

#form-contatti .form-medea{
	padding-left: 30px;
	padding-right: 30px;
}

#contatti-aziendali .informazione h3{
	width: 70%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	color: #fff;
}


#services-intro .numbers-services{
	border: 2px solid #B5D4EF;
	padding: 50px;
	display: flex;
	align-items: center;
	
}
#services-intro .numbers-services h2{
	font-size: 6rem;
	font-weight: 400;
}
#services-intro .numbers-services h3{
	padding-left: 50px;
}

#services-banner {
	position: relative;
}

#services-banner::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(9deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 100%);
}

#servizi .servizio{
	width: 50%;
	margin-bottom: 30px;
}

#servizi .servizio img{
	width: 30%;
	margin: 0 auto;
}

#servizi .elenco-servizi{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 20px;
}

#servizi .elenco-servizi h4{
	padding-top: 20px;
}


#services-banner p{
	width: 70%;
	margin: 0 auto;
}
#carosello-services {
	position: relative;
}
#carosello-services::after{
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background-color: var(--blue);
	width: 100%;
	height: 100%;
	z-index: 0;
}
#carosello-services .carosello-text{
	width: 100%;
	position: relative;
}
#carosello-services .icona-slide{
	position: absolute;
	top: 35%;
	right: 39%;
	width: 25%;
	height: auto;
	z-index: 1;
	opacity: 1;
}

#carosello-services .image{
	position: relative;
	transition: 0.3s;
}

#carosello-services .image::after{
	content:"";
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(30, 82, 126, 0.30);
	position: absolute;
	z-index:2;
	opacity:1;
	transition: 0.3s;
}

#carosello-services .image:hover::after{
	opacity:0;
	transition: 0.3s;
}
#carosello-services .image:hover{
	cursor: pointer;
}
.banner-back{
	position: relative;
}
.banner-back::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--blue);
	width: 100%;
	height: 50%;
	z-index: 0;
}
#carosello-services .carosello .image{
	position: relative;
}
#carosello-services .carosello .image .icona-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 70px;
	height: 70px;
}

#chisiamo-page .container-chisiamo{
	position: relative;
}

#chisiamo-page .container-chisiamo::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	bottom: 0;
	right: 0;
	position: absolute;
}


/*--------------NECROLOGI------------------*/
#necrologi .row-2 {
	padding: 30px 5%;
	background-color: #eee;
}

#necrologi-page #necrologi a{
	color: var(--blue);
	padding: 20px 20px 50px;
	margin: 5px 5px 50px 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	border-radius: 8px;
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	/* min-height: 900px; */
}

#necrologi-page #necrologi h3{
	text-align: center;
}
#necrologi .row-2 h2 {
	color: var(--blue);
	width: 100%;
	text-align: center;
	border-bottom: 1px solid var(--blue);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#necrologi .gallery p {
	text-align: center;
	margin-top: 10px;
}
#necrologi .gallery span {
	color: #888;
	display: block;
}
#necrologi .gallery strong {
	margin: 10px 0;
	display: block;
} 

#necrologio article .row-2 .popup-form {
	width: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin: 0 auto;
	background-color: var(--blue);
	height: 40px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 50px;
}	

#necrologio article a{
	color:var(--blue);
}

#necrologio article a:hover{
	color:var(--blue);
	text-decoration: underline;
	cursor: pointer;
}

#chisiamo-page .central-banner h3.blue{
	color: #fff;
}

#necrologi .gallery div {
	margin-bottom: 60px;
}
#necrologi .gallery .thumb-necro {
    width: 100%;
    min-height: 150px;
    aspect-ratio: 8/10;
    background-size: cover;
    background-position: center;
	margin-bottom: 0px;
}

/* #necrologio article .row-2 img {
	padding-top: 100px;
} */

.page-template-template-necrologio .openclose .iconbar{
	background-color: var(--blue);
}

.page-template-template-necrologio .nav ul li a{
	color: #fff !important;
}

/* .page-template-template-necrologio span{
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px !important;
} */

.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;
}
.anteprima #necrologio .row-2 {
	padding-top: 300px;
}

#contacts-page iframe{
	vertical-align: middle;
	border: none;
}

#contacts-page .container-iframe{
	
	position: relative;
}

#contacts-page .container-iframe::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 75px;
	background-color: var(--blue);
}

#necrologio article .row-2 img{
	margin-top: 130px;
	margin-bottom: 50px;
	border: 15px solid #fff;
	border-radius: 20px;
}
.i4ewOd-pzNkMb-haAclf{
	position: static;
}
/*--------------NECROLOGIO SINGOLO------------------*/

/* .page-template-template-necrologio .nav ul li a{
	color: var(--blue);
} */

.page-template-template-necrologio .logo svg text{
	fill: var(--blue);
}



#necrologio article .row-2 {
	padding: 30px 5%;
	background-color: #eee;
}


#necrologio article .row-2 h2 {
	color: var(--blue);
	width: 100%;
	margin-bottom: 30px;
	padding-top: 70px;
	text-align: center;
}

#necrologio article .row-2 h6 {
	color: #9FA1AA;
	text-transform: uppercase;
	font-size: 20px;
	margin: 30px 0;
}


#necrologio article .row-2 h5 {
	font-size: 18px;
}
#necrologio article .row-2 .nome {
	margin: 30px 0;
}
#necrologio article .row-2 h2.nome {
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #9FA1AA;
	border-bottom: 1px solid #9FA1AA;
    display: none;
}
main.anteprima .row-2 h2.nome {
    display: block;
}
#necrologio article .row-2 h3.mex-cordoglio {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--blue);
	text-align: center;
}
#necrologio article .row-2 .necro-descrizione {
    line-height: 1.6em;
    text-align: justify;
}
#necrologio article .row-2 .testo {
	margin-bottom: 60px;
}
#necrologio article .row-2 .testo h3 {
	margin-bottom: 30px;
}
#necrologio article .row-2 .testo li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9FA1AA;
} 
#necrologio article .row-3 iframe {
	width: 100%;
	border: none;
	height: 500px;
	vertical-align: bottom;
}
#necrologio article .row-2 .pulsante {
	width: 100%;
	margin-bottom: 40px;
}

#necrologio input,#necrologio textarea{
	border: 1px solid var(--blue);
	margin-bottom: 20px;
	margin-top: 10px;
}

#necrologio input[type="submit"]{
	height: 40px;
}

#necrologio input{
	height: 30px;
}
#necrologio label{
	color: var(--blue);
}

#necrologio label.mappa_necro_label{
	color: #fff;
}

.form-popup,
.form-pdf-popup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
	text-align: left;
	justify-content: center;
	align-items: center;
}
.form-popup .wpcf7 {
	width: 100%;
    max-width: 800px;
    padding: 20px;
	background-color: #fff;
    color: #333;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    padding-top: 40px;
    position: relative;
}
.form-popup .wpcf7 .form-half > p {
    display: flex;
    gap: 10px;
}
.form-popup .wpcf7 .form-half > p > span {
    width: 50%;
}
.form-popup .quadrato,
.form-pdf-popup .quadrato {
	position: absolute;
	z-index: 3;
	width: 60%;
	height: auto;
	background-color: #fff;
    padding: 50px 70px;
    border-radius: 50px;
}
.form-popup .close,
.form-pdf-popup .close {
	color: #000;
	text-align: right;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    z-index: 3;
    top: 5%;
    right: 5%;
}
#necrologio .form-popup .wpcf7 select,
#necrologio .form-popup .wpcf7 textarea,
#necrologio .form-popup .wpcf7 input[type="text"],
#necrologio .form-popup .wpcf7 input[type="tel"],
#necrologio .form-popup .wpcf7 input[type="email"] {
    font-size: 1.2em;
    padding: 10px 8px;
    height: unset;
}
#necrologio .form-popup .wpcf7 input[type="submit"] {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.form-popup a.close-btn {
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}
.form-popup .wpcf7-form,
.form-pdf-popup .wpcf7-form {
	box-shadow: none;
}
.necro-card {
	padding-top: 30px;
}
.anteprima hr {
	display: none;
}
.anteprima .necro-card .card-head {
	background-color: transparent;
	padding: 0;
}
.anteprima .necro-card {
	border: none;
	padding: 0;
}
.anteprima .necro-card .card-body-inner {
	padding: 0;
}
.anteprima .necro-card .card-head h3 {
	margin-bottom: 0 !important;
}
.necrologio .wpcf7-response-output {
	color: #000;
}
label.mappa_necro_label {
    width: 100%;
    background: var(--blue);
    color: white;
    display: block;
    text-align: center;
    padding: 20px 0px;
}

#central-pratiche .pratiche-01 .pratiche-text,
#central-pratiche .pratiche-02 .pratiche-text{
	padding-top: 30px;
	padding-bottom: 30px;
}

#thankyou{
	padding-top: 140px;
}

.container-blue .chi-siamo-text-02, .container-blue #necrologi p, .container-blue #necrologi h2{
	color: var(--blue);
}

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

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

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

@media only screen and (min-width:768px) {
	
	.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%;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
/*--------------NECROLOGI------------------*/
	#necrologi a,#necrologi h3{
		color: var(--blue);
	}
	#necrologi .gallery {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#necrologi .gallery a {
		width: 50%;
		padding: 2%;
	}
	#necrologi .gallery p {
		text-align: center;
	}
}
@media only screen and (min-width:1024px) {
	/* nav */
	.container{
		width: 85%;
		margin: 0 auto;
	}
	
	.pt50{
		padding-top: 80px;
	}
	
	.pb50{
		padding-bottom: 80px;
	}
	
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 92%;
		position: relative;
		display: flex;
	}
	
	.logo {
		z-index: 11;
		/* top: 15px; */
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
		flex-direction: row;
		justify-content: end;
		padding-top: 40px;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		margin: 0 0 0 35px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 150px;
		width: 100%;
		left: 7%;
		top: 15px;
	}
	.logo img {
		max-width: 150px;
	}
	
	#hero-section{
		position: relative;
		width:100%;
		height: 100vh;
	}
	
	 #hero-section .container{
		width:40%;
		margin-left: 12%;
		position: relative;
	}
	
	#hero-section:after{
		content: "";
		position: absolute;
		top: 0;
		left: 70px;
		width: 2px;
		z-index: 10;
		height: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(177deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	
	 #hero-section:before{
		content: "";
		position: absolute;
		top: 0;
		right: 70px;
		z-index: 10;
		width: 2px;
		height: 100%;
		background: rgb(255,255,255);
		background: linear-gradient(177deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	
	#hero-section .lateral-sinistra{
		transform: rotate(270deg);
		position: absolute;
		display: flex;
		align-items: center;
		bottom: 150px;
		left: -90px;
	}
	
	#hero-section .lateral-destra{
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
		position: fixed;
		display: flex;
		align-items: center;
		bottom: 60px;
		right: 25px;
		transition: 0.3s;
		z-index: 10;
	}
	
	
	
	#hero-section .lateral-destra:hover{
		bottom: 70px;
		transition: 0.3s;
	}
	
	#hero-section .lateral-destra img{
		transform: rotate(90deg);
	}
	
	#hero-section .lateral-destra a{
		display: flex;
		align-items: center;
	}
	
	#hero-section .lateral-sinistra a{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 25px;
		border: none;
		width: 40px;
		height: 40px;
	}
	
	#chi-siamo .chi-siamo-text.container{
		width: 30%;
		margin: 0;
		margin-left: 10%;
	}
	#chi-siamo .chi-siamo-img{
		width: 60%;
		margin-left: auto;
	}
	
	#chi-siamo .chi-siamo-text-02{
		width: 55%;
		margin-left: 10%;
		padding-top: 30px;
	}	
	.container-blue {
		position: relative;
	}	
	.container-blue .chi-siamo-text-02, .container-blue #necrologi p, .container-blue #necrologi h2{
		color: var(--blue);
	}	
	
	.container-blue .chi-siamo h2{
		color: var(--blue);
	}
	
	.container-blue::after{
		width: 80%;
		height: 65%;
		bottom: 0;
		left: 0;
		content: "";
		position: absolute;
		background-color: var(--blue);
	}	
	#servizi {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#servizi .servizi-img{
		width: 48%;
		height: 800px;
	}
	
	#servizi .servizi-img img{
		object-fit: cover;
		height: 800px;
		width: 100%;
	}
	
	#servizi .servizi-text{
		width: 32%;
	}
	
	#servizi .elenco-servizi{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	#servizi .servizio{
		width: 33%;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	#servizi .servizio h4{
		padding-top: 20px;
		height: 60px;
	}
	
	#servizi .servizio img{
		width: 35%;
		margin: 0 auto;
	}
	
	#recensioni{
		border-top: none;
	}
	
	#contacts-page .servizio h3{
		height: 55px;
	}
	
	.form-popup .quadrato,
	.form-pdf-popup .quadrato{
		width: 60% !important;
		margin: auto;
	}
	
	#contacts-page .servizio img{
		height: 100px;
		width: 100px;
	}
	#contacts-page{
		/* padding-top:150px;
		padding-bottom: 150px; */
	}
	#contacts-page .container-info{
		display: flex;
		align-items: start;
		justify-content: space-between;
	}
	#contacts-page .contatti-telefono{
		width: 30%;
		padding-bottom: 0;
	}
	
	#contacts-page .contatti-indirizzo{
		width: 30%;
		padding-bottom: 0;
	}
	
	#contacts-page .contatti-mail{
		width: 30%;
	}
	#contacts-page #intro-contacts{
		display: flex;
		justify-content: space-between;
	}
	
	#contacts-page #intro-contacts .intro-text{
		width: 60%;
		display: flex;
		align-items:center;
		justify-content: center;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#contacts-page #intro-contacts .intro-img{
		width: 40%;
	}
	
	#contacts-page #contatti-aziendali .container{
		display: flex;
		justify-content: space-between;
	}
	
	#contacts-page #contatti-aziendali .informazione{
		width: 30%;
	}
	
	#contacts-page #contatti-aziendali .informazione.pt20{
		padding-top: 0;	
	}
	
	#form-contatti {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#form-contatti  .info-orario{
		width: 40%;
		height: 900px;
	}
	
	#form-contatti  .form-medea{
		width: 60%;
		padding-left: 100px;
		padding-right: 100px;
	}
	
	#carosello-services .image{
		position: relative;
	}
	#carosello-services .icona-slide{
		position: absolute;
		padding: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
		width: 100px;
		height: 100px;
		opacity: 1;
	}
	
	#services-intro{
		display: flex !important;
		align-items: center;
		justify-content: space-between;
	}
	
	#services-intro .numbers-services{
		width: 40%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#services-intro .text-services{
		width: 25%;
	}
	#services-intro ul{
		width: 25%;
	}
	
	#services-banner {
		padding-top: 250px;
	}
	#services-banner p{
		width: 70%;
		margin: 0 auto;
	}
	#carosello-services {
		position: relative;
	}
	#carosello-services::after{
		content: "";
		position: absolute;
		top: 160px;
		left: 0;
		background-color: var(--blue);
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	#carosello-services .carosello-text{
		width: 60%;
		position: relative;
	}
	#carosello-services .carosello-text .icona-slide{
		display: none;
	}
	
	.container-blue .chi-siamo-text-02, .container-blue #necrologi p, .container-blue #necrologi h2{
		color: #fff;
	}
	
	.home .carosello p{
		color: var(--blue) !important;
	}
	
	.banner-back{
		position: relative;
	}
	.banner-back::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--blue);
		width: 100%;
		height: 50%;
		z-index: 0;
	}
	#chisiamo-page #intro-chisiamo{
		width: 40%;
		margin-left: 5% !important;
	}
	
	#chisiamo-page #describe-chisiamo{
		display: flex;
	}
	
	#chisiamo-page .central-banner h3.blue{
		color: var(--blue);
	}
	
	#chisiamo-page #describe-chisiamo img{
		width: 50%;
	}
	
	#chisiamo-page #describe-chisiamo p{
		width: 45%;
		padding: 40px 60px 0;
		color: #333;
	}
	
	#chisiamo-page .container-chisiamo::after{
		content: "";
		width: 53%;
		height: 53%;
		background-color: var(--blue);
		bottom: 0;
		right: 0;
		position: absolute;
	}
	
	#chisiamo-page .container-chisiamo .central-banner{
		width: 50%;
		text-align: center;
		padding-top: 100px;
		color: #fff;
	}
	
	#chisiamo-page #serieta .serieta-01{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#chisiamo-page #serieta .serieta-01 img{
		width: 60%;
	}
	
	#chisiamo-page #serieta .serieta-01 .serieta-text{
		width: 33%;
		position: relative;
		
	}
	
	#chisiamo-page #serieta .serieta-02 .serieta-text h2, #chisiamo-page #serieta .serieta-02 .serieta-text p {
		color: var(--blue);
	}
	
	#chisiamo-page #serieta .serieta-02{
		display: flex;
		flex-direction: row-reverse;
		padding-top: 100px;
		padding-bottom: 100px;
		align-items: center;
		justify-content: space-between;
	}
	
	#chisiamo-page #serieta .serieta-02 img{
		width: 60%;
		height: auto;
		position: relative;
		display: block;
	}
	
	/* #chisiamo-page #serieta .serieta-02 img::after{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.2);
		content: "";
	} */
	
	#chisiamo-page #serieta .serieta-02 .serieta-text{
		width: 33%;
		position: relative;
		
	}
	
	footer .privacy{
		background-color: #ddedff;
		padding-bottom:10px;
	}
	
/*--------------NECROLOGI------------------*/
	#necrologi .row-2 {
		padding: 60px 5%;
	}
	
	.page-template-template-necrologio .nav ul li a{
		color: var(--blue) !important;
	} 
	
	#necrologi-page #necrologi a{
		color: var(--blue);
		padding: 20px;
		margin: 5px 5px 50px 5px;
		box-shadow: 0 0 15px rgba(0,0,0,0.05);
		border-radius: 8px;
		display: block;
		width: 32%;
		background-color: rgba(255,255,255,0.3);
		min-height: 800px;
	}
	
	#necrologi-page #necrologi h3{
		text-align: center;
	}
	
	#necrologi .row-2 h2 {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	#necrologi .gallery {
		margin-bottom: 60px;
	}
	#necrologi .gallery a {
		width: 33.33333%;
	}
	#necrologi .call-to-action p {
		width: 60%;
		text-align: center;
	}
/*--------------NECROLOGIO SINGOLO------------------*/
	#necrologio article .row-2 {
		padding: 60px 5%;
	}
	#necrologio article .row-2 h2 {
		margin-bottom: 30px;
	}
	#necrologio article .row-2 img {
		max-width: 550px;
		margin: 0 auto 60px;
		display: block;
		margin-top: 100px;
		border: 15px solid #fff;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	#necrologio article .row-2 .testo {
		max-width: 700px;
		margin: 0 auto;
	}
	#necrologio article .row-2 .pulsante {
		width: 100%;
	}	
	#necrologio article .row-2 .popup-form {
		width: 50%;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		margin: 0 auto;
		background-color: var(--blue);
		height: 40px;
		border-radius: 8px;
		text-align: center;
		margin-bottom: 50px;
	}	
	
	
	/* --- pratiche di successione --- */
	
	.intro-pratiche{
		width: 55%;
		margin: 0 auto;
		text-align: center;
	}
	#central-pratiche .pratiche-01{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#central-pratiche .pratiche-01 img{
		width: 55%;
	}
	
	#central-pratiche .pratiche-01 .pratiche-text{
		width: 40%;
		padding: 0;
	}
	
	#central-pratiche .pratiche-02{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 70px;
	}
	
	#central-pratiche .pratiche-02 img{
		width: 55%;
	}
	
	#central-pratiche .pratiche-02 .pratiche-text{
		width: 40%;
		padding: 0;
	}
	
	#thankyou{
		padding-top: 170px;
	}
	
}
@media only screen and (min-width:1280px) {
/*--------------NECROLOGI------------------*/
	#necrologi .gallery a {
		width: 25%;
	}
	
	#services-intro .numbers-services{
		width: 30%;
	}
	
}
@media only screen and (min-width:1600px) {
	#chisiamo-page .container-chisiamo::after{
		bottom: 0;
		height: 55%;
		
	}
	
	#servizi .servizi-img{
		width: 52%;
	}
	
	#necrologi-page #necrologi a{
		color: var(--blue);
		padding: 20px;
		margin: 5px 5px 50px 5px;
		box-shadow: 0 0 15px rgba(0,0,0,0.05);
		border-radius: 8px;
		display: block;
		width: 24%;
		background-color: rgba(255,255,255,0.3);
		min-height: 800px;
	}
	
}


