@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text&family=Manrope:wght@400;600&display=swap');

/*
	Theme Name: Farmacia Cusignana
	Theme URI: https://www.farmaciacusignana.it/
	Description: farmacia
	Version: 1.4.3
	
	Tags: HTML5, CSS3

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

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

/* famiglie di font:
font-family: 'Libre Caslon Text', serif;
font-family: 'Manrope', sans-serif;
*/

:root{
	--black: #454545;
	--dark-green: #3E894A;
	--medium-green: #68A872;
	--light-green: #92C69A;
	--super-light-green: #f0e5cd;
}
/* 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 {
  scroll-behavior: smooth;
} */

/* html element 62.5% font-size for REM use */
/* html {
	font-size:62.5%;
} */
body,html {
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color:#454545;
	overflow-y: scroll;
	
}

@media(min-width:1024px){
	body,html{
		font-size:18px;
	}
}
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;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1 {
	font-family: 'Libre Caslon Text', serif;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	/* color: var(--black); */
	font-weight: 400;
}
h2 {
	font-family: 'Libre Caslon Text', serif;
	font-size: 2rem;
	color: var(--black);
	font-weight: 400;
}
h3 {
	font-family: 'Manrope', sans-serif;
	font-size: 1.5rem;
	line-height: 2;
}

h3 strong, h2 strong{
	font-weight: 400;
	position: relative;
}

h1 strong{
	position: relative;
	font-weight: 400;
	
}

h3 strong::after, h2 strong::after,h1 strong::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3E894A;
}
h4 {
	font-family: 'Manrope', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

/* elimino tag <br> per mobile */

@media(max-width: 991px){
	br{
		display: none;
	}
}

@media(min-width: 1024px){
	h1{
		font-size: 3rem;
	}
	h2 {	
		font-size: 2.5rem;
	}
	
	h3 {
		font-size: 1.4rem;
	}
}

@media(min-width: 1280px){
	h1{
		font-size: 3.3rem;
	}
	h2 {	
	font-size: 3rem;
	
	}
	h3 {
	font-size: 1.6rem;
	}
	h4{
		font-size: 1.3rem;
	}
	
}

p{
	font-size: 1rem;
}

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

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

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

.pb30{
	padding-bottom: 30px;
}

.pt30{
	padding-top: 30px;
}

.pb50{
	padding-bottom: 50px;
}

.pt50{
	padding-top: 50px;
}

.pb70{
	padding-bottom: 70px;
}

.pb10{
	padding-bottom: 10px;
}

.pt10{
	padding-top: 10px;
}
.pt230{
	padding-top: 230px;
}
.white{
	color: #fff;
}
.black{
	color: var(--black);
}
.light-green{
	background-color: var(--light-green);
	color: #fff;
}

.super-light-green strong::after{
	background-color: var(--black);
}
#servizi strong::after{
	background-color: #000;
}

.super-light-green{
	background-color: var(--super-light-green);
}
.medium-green{
	background-color: var(--medium-green);
	color: #fff;

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

.dark-green a{
	/* background-color: var(--dark-green); */
	color: #fff;
}

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

.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-slide{
	height: 100%;
}
.slick-slide img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}
#hero-section .slick-slider {
  position: relative;
  height: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  overflow:hidden;
}

#hero-section .slick-slider::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
	transition: 0.3s;
}
.slick-dots .slick-active {
    background-color: #fff;
	width: 45px;
	border-radius: 10px;
	transition: 0.3s;
}
.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: #fff;
	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: 1%;
	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 */
label {
	
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #000;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}
input {
	height: 40px;
}
::placeholder {
	color: #000;
}
.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: #000;
}
.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 #000;
	background-color: #000;
	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: #000;
	border: 1px solid #000;
}
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;
}
.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:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 100;
	height: 100px;
	line-height: 120px;
}

/* settings for call icon */

.call-icon{
	display: none;
}


@media(min-width: 1024px){
	.call-icon{
		display: flex;
		text-transform: uppercase;
		color: var(--dark-green);
		font-weight: bold;
		padding-right: 5%;
	}
	
	.call-icon:hover{
		color: var(--dark-green);
	}	
}

/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 170px;
}
.open .logo {
	position: fixed;
}
/* nav */
.nav {
	display: none;
	background-color: var(--super-light-green);
	color: #000;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.open .nav {
	display: flex;
	position: fixed;
	overflow: hidden;
}

.open .nav:after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="242.224" height="253.559" viewBox="0 0 242.224 253.559"> <path id="Tracciato_7" data-name="Tracciato 7" d="M521.863-1067.1s19.089,29.855,41.59,37.25c0,0-33.428-2.991-41.59-37.25m5.127,39.218c1.64,0,2.97.495,2.97,1.1s-1.33,1.1-2.97,1.1-2.97-.494-2.97-1.1,1.33-1.1,2.97-1.1m8.952,14.874c-4.973,6.429-23.256,5.9-23.256,5.9l.559-46.781c1.77,11.293,12.294,20.662,12.294,20.662-7.084,1.211-9.592,11.646-9.592,11.646,11.738,10.247,19.471,1.584,19.471,1.584,3.354,3.26.524,6.987.524,6.987m-10.865,35.589a5.4,5.4,0,0,1-3.633,4.658h-9.875v-19.285s16.956-1.3,13.509,14.627m-1.77,38.383-12.111-1.77v-17.981c17.235,1.491,12.111,19.751,12.111,19.751m-3.074,30-9.037-2.236-.466-15.466s16.3,2.3,9.5,17.7m59.185-127.334s-33.538-1.242-43.475-35.029c0,0,20.62,28.818,43.475,35.029m-93.562,26.345c-6.708-3.447-.745-7.079-.745-7.079,15.651,1.4,15.558-5.125,15.558-5.125-1.4-8.757-9.689-11.645-9.689-11.645,8.757-5.589,11.18-20.01,11.18-20.01l.745,46.748s-10.341.559-17.049-2.888M502.9-973.8s-17.348.2-10.118-19.364l10.118.281Zm0,32.062s-13.043-3.54-6.894-19.75l6.894.652Zm-.652,28.415s-7.889-1.77-3.619-16.024l4.271.652Zm-11.229-114.559c1.64,0,2.97.495,2.97,1.1s-1.33,1.1-2.97,1.1-2.97-.494-2.97-1.1,1.33-1.1,2.97-1.1m-38.362,0c22.5-7.394,41.59-37.25,41.59-37.25-8.162,34.26-41.59,37.25-41.59,37.25m27.51-41.552c-9.937,33.787-43.476,35.03-43.476,35.03,22.856-6.211,43.476-35.03,43.476-35.03m149.061,8.944c-16.148,5.465-35.278,7.577-45.835,8.7s-20.248-8.323-20.248-8.323l-16.956-15.714s-4.41-6.521-14.223-5.839-18.446,12.051-18.446,12.051v-3.914c10.434-5.218,9.254-9.566,9.254-9.566-1.429-6.645-8.571-7.265-8.571-7.265l-.062-1.057.683-.123c4.037-1.863,8.323-17.949-2.484-22.358s-14.844,6.458-14.844,6.458c-.621,12.545,11.987,14.533,11.987,14.533-.31,1.49-4.348,2.3-4.348,2.3-5.528,1.178-10.372,3.228-12.3,7.45s9.441,9.878,9.441,9.878v4.72s-8.757-10.559-18.012-11.739-16.148,7.64-16.148,7.64l-19.378,17.826c-13.975,13.353-61.736-1.864-61.736-1.864,53.165,39.813,82.6,32.981,82.6,32.981-10.683,20.744,9.813,27.7,9.813,27.7-15.4,22.732,4.1,31.3,4.1,31.3-15.776,21.118,3.6,32.173,3.6,32.173-13.167,19.005-.745,29.191-.745,29.191-11.8,19.006,12.049,30.434,12.049,30.434-7.453-17.018,3.665-20.806,3.665-20.806l.062,25.526,2.981,5.591c.621,2.065,1.366.869,1.366.869l4.223-7.329v-26.334c13.043,6.833,4.845,22.608,4.845,22.608,22.111-10.186,13.291-28.2,13.291-28.2,17.887-13.416,5.341-31.924,5.341-31.924,14.782-19.005-1.366-35.278-1.366-35.278,15.652-13.416,6.211-28.694,6.211-28.694,20.62-11.677,8.323-27.7,8.323-27.7,32.049,3.229,81.859-35.9,81.859-35.9" transform="translate(-387.009 1114.958)" fill="%2373b57e"/></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.2;
}
.nav a {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: var(--dark-green);
}
.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;
	position: relative;
	z-index: 2;
}

.nav a{
	color: var(--dark-green);
	text-transform: uppercase;
}
.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: var(--dark-green);
	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;
}
/* footer */
#footer hr{
	border-bottom: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	/* outline: none; */
}

@media(min-width:1024px){
	#footer .elenco-footer{
		display: flex;
		align-items:start;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	#footer .elenco-footer .indirizzo,
	#footer .elenco-footer .orari,
	#footer .elenco-footer .contatti{
		width: 33%;
		text-align:center;
	}
	#footer .copyright{
		text-align: center;
		padding-bottom: 30px;
	}
	#footer .copyright p{
		font-size: 13px;
	}
	
	.orari .pt20, .contatti .pt20{
		padding-top: 0;
	}
}


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


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

.whatsapp{
	display: flex;
	align-items:center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--dark-green);
	border-radius: 8px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

.whatsapp img{
	width: 70%;
}
#home-page #hero-section{
	position: absolute;
	left: 0;
	width: 90%;
	top: 75vh;
	z-index: 3;
}

#home-page .slide{
	position:relative;
}

#home-page .slide::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	z-index: 1;
}

#home-page .slide img{
	height: 100vh;
	object-fit: cover !important;
	width: 100%;
	vertical-align:bottom;
}
#home-page #presentazione {
	padding: 70px 0;
	position: relative;
}

#home-page #presentazione svg{
	position: absolute;
	opacity: 0.25;
	top: 2%;
	width: 60%;
	height: auto;
	right: 0;
}

#home-page #servizi{
	padding: 70px 0 70px;
	background-color: var(--super-light-green);
}
#home-page #servizi .elenco-servizi{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#home-page #servizi .elenco-servizi .servizio{
	width: 47%;
	text-align: center;
	margin-bottom: 30px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	flex-direction: column;
	transition: 0.3s;
}

#home-page #servizi .elenco-servizi .servizio.last{
	display:none;
}



#home-page #servizi .elenco-servizi .servizio:hover img{
	transform: scale(1.1);
	transition: 0.3s;
}

#home-page #servizi .elenco-servizi .servizio img{
	width: 45%;
	padding-bottom: 10px;
	margin: 0 auto;
}

#home-page #prodotti {
	padding-bottom: 50px;
	padding-top: 70px;
}

#home-page #prodotti .elenco-prodotti{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#slideshowfarmacia .slick-initialized .slick-slide{
	margin: 0 10px;
}

#home-page #prodotti .elenco-prodotti .dark-background, #home-page #prodotti .elenco-prodotti .light-background{
	position: relative;
}



#home-page #prodotti .elenco-prodotti .dark-background::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
}

#home-page #prodotti .elenco-prodotti .light-background::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(48, 109, 62, 0.5);
}

#home-page #prodotti .elenco-prodotti .prodotto{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	height: 250px;
	display: flex;
	align-items: center;
	padding: 30px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home-page #prodotti .elenco-prodotti .prodotto::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #fff;
	z-index: 1;
}

#home-page #prodotti .elenco-prodotti .prodotto h3{
	padding-left: 55px;
	position: relative;
	z-index: 1;
	color: #fff;
}


#home-page #sconto-tesserati{
	padding: 70px 0;
}

#home-page #news{
	padding: 70px 0;
}

#home-page #cartina{
	width: 90%;
	margin: 0 auto;
	margin-bottom: -170px;
}
#home-page #logo-farmacia{
	margin-bottom: 70px;
	position: relative;
}

#home-page #logo-farmacia::after{
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 22%;
	height: 2px;
	background-color: var(--medium-green);
}

#home-page #logo-farmacia::before{
	content: "";
	position: absolute;
	top: 40%;
	right: 0;
	width: 22%;
	height: 2px;
	background-color: var(--medium-green);
}

#home-page #logo-farmacia img{
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}

.form-popup {
	display: none;
	position: fixed;
	top: 0;
	z-index: 105;	
	width: 100%;
	left: 5%;
	height: 100vh;
	padding: 20px;
}
							
.close{
	position: absolute;
	  top: 10px;
	  right: 10px;
	  cursor: pointer;
}
							
.servizio_1:hover{
	cursor: pointer;
}


/*------------------------------------*\
	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 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%;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;	
	}
	
}
@media only screen and (min-width:1024px) {
	
	/* nav */
	.header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;		
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 100;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 55%;
		margin-left: auto;
		position: relative;
		padding-right: 2%;
	
	}
	.nav ul {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		margin-top: 0;
		text-align: right;
		width: 100%;
		
	}
	.nav ul li {
		padding: 0;
		
		text-transform: none;
	}
	.nav ul li a {
		margin: 0 0 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: var(--dark-green);
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		position: relative;
		transition: 0.3s;
	}
	
	.nav ul li a:hover{
		text-decoration: none;
	}
	.nav ul li a::after{
		content: "";
		position: absolute;
		bottom: 0;
		left:0;
		background-color: var(--light-green);
		height: 1px;
		width: 0;
		transition: 0.3s;
	}
	
	.nav ul li a:hover::after{
		width:100%;
		transition: 0.3s;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 220px;
		
	}
	.logo img {
		max-width: 220px;
	}
	
	/* home page */
	#home-page #hero-section{
		top: 70vh;
	}
	#home-page #servizi .elenco-servizi .servizio, #home-page #servizi .elenco-servizi .servizio.last{
		width: 30%;
		display: flex;
		height: 300px;
		margin-bottom: 50px;
	}
	
	#home-page #presentazione h3{
		padding: 100px 0;
		width: 80%;
		margin: 0 auto;
	}
	
	#home-page #presentazione svg{
		top: 15px;
		right: -10%;
		width: 500px;
		height: auto;
	}
	#home-page #servizi{
		background-color: transparent;
		position: relative;
		padding-bottom: 0;
	}
	#home-page #servizi .container{
		position: relative;
		z-index: 1;
	}
	#home-page #servizi::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 85%;
		background-color: var(--super-light-green);
	}
	#home-page #news .single-news{
		display: flex;
		justify-content: space-between;
	}
	#home-page #news .single-news:nth-child(2){
		flex-direction: row-reverse;
		margin-top: 50px;
	}
	#home-page #news .single-news .news-img, #home-page #news .single-news .news-text {
		width: 47%;
	}
	#home-page #prodotti, #home-page #prodotti .intro{
		text-align: center;
	}
	
	#home-page #prodotti .elenco-prodotti{
		display: flex;
		align-items: start;		
		flex-wrap: wrap;
	}
	
	#home-page #servizi .elenco-servizi .servizio img{
		width: 75%;
		padding-bottom: 30px;
		margin: 0 auto;
	}
		
	#home-page #prodotti .elenco-prodotti .prodotto{
		width: 49%;		
		height: 500px;		
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto.dark-background{
		height: 450px !important;
		position: relative;
		
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto.light-background{
		position: relative;
		
		height: 550px;
	
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto:nth-child(4),#home-page #prodotti .elenco-prodotti .prodotto:nth-child(8){
		margin-top: -100px;
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto h3{
		padding-left: 100px;
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto::after{
		left: 50px;
	}
	
	#home-page #prodotti .elenco-prodotti .prodotto.light-background:nth-child(1){
		margin-top: 0 !important;
	}
	
		
	#home-page #cartina iframe{
		height: 700px;
	}
	#home-page #logo-farmacia img{
		width: 400px;
	}
	#home-page #logo-farmacia::before,#home-page #logo-farmacia::after{
		width: 30%;
	}
	
	#home-page #servizi .intro{
		width: 53%;
		padding-bottom: 70px;
	}
	#home-page #sconto-tesserati{
		padding: 120px 0;
	}
	
	#home-page #prodotti{
		padding-top: 20px;
	}
	#home-page #prodotti .intro{
		padding-bottom: 70px;
	}
	
	.form-popup {
		display: none;
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0,0,0,0.1);
		  z-index: 9999;
	}
	
	.form-popup .popup-content{
		position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  background-color: white;
		  padding: 50px;
		  overflow: auto; /* aggiunto overflow e altezza */
		  height: 570px;
		  max-height: 80%; /* altezza massima del contenuto */
		  /* border-radius: 5px; */
		  padding-top: 50px;
		  padding-bottom: 50px;
	}
	
	.close {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  cursor: pointer;
	}
	
}
@media only screen and (min-width:1280px) {
	
	.nav {
		width: 45%;
	}
	
	#home-page #servizi .elenco-servizi .servizio{
		width: 30%;
		height: 330px;
		margin-bottom: 70px;
	}
	#home-page #news .single-news:nth-child(2) img, #home-page #news .single-news:nth-child(1) img{
		height: 550px;
	}
	
	#home-page #presentazione h3{
		padding: 100px 0;
		width: 60%;
		margin: 0 auto;
	}
	#home-page #news .single-news:nth-child(1){
		background-color: #fff;
		width: 85%;
		margin-right: auto;
		margin-bottom:280px;
		position: relative;
		padding-bottom: 80px;
	}
	
	#home-page #news .single-news .news-text{
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
	}
	
	#home-page #news .single-news:nth-child(1) img{
		height: 550px;
		position: absolute;
		top: 20px;
		width: 50%;
		left: 20px;
		object-fit:cover;
		z-index: 1;
	}
	
	#home-page #news .single-news:nth-child(2){
		background-color: #fff;
		width: 85%;
		margin-left: auto;
		position: relative;
		padding-bottom: 80px;
	}
	
	#home-page #news .single-news:nth-child(2) img{
		height: 500px;
		position: absolute;
		bottom: 20px;
		width: 50%;
		right: 20px;
		object-fit:cover;
	}
	
	
}
@media only screen and (min-width:1600px) {

	#home-page #servizi .elenco-servizi .servizio{
		width: 30%;
		height: 500px;
		margin-bottom: 50px;	
	}
	#home-page #news .single-news:nth-child(1) img{
		height: 600px
	}
	#home-page #news .single-news:nth-child(2) img{
		height: 600px;
	}
	
	#home-page #news .single-news:nth-child(2),#home-page #news .single-news:nth-child(1){
		padding-bottom: 230px;
	}
	#home-page #news .single-news:nth-child(1){
		margin-bottom: 250px;
	}
	#home-page #news{
		padding: 70px 0 120px;
	}
	.nav{
		width: 34%;
	}
	
}






