/*
	Theme Name: Digitalia
	Theme URI: https://www.studiodentisticocomuzzi.com/
	Description: Dentista
	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 */
*,
*: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;
	font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
body.navmenu_open {
	overflow-y: hidden;
}
section {
	overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    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;
    font-weight: 300;
    font-style: normal;
}
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;
	line-height: 1.2;
}
h1 {
	font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h2 {
	font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h3 {
	font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h4 {
	font-family: "DM Sans", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h5 {
	
}
h6 {
	
}
strong, b {
	
}
.divider {
	
}
.radius {
	border-radius: 20px;
}
.sfondo {
	 background-image: repeating-linear-gradient(to bottom, transparent 0 62%, rgba(27, 69, 87, 0.5) 62% 82%, transparent 82% 100% );
	 display: inline;
}
.pulsante {
	background-color: #1B4557;
	border: 1px solid #1B4557;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	transition-duration: 0.5s;
	font-size: 14px;
	font-weight: 500;
}
.pulsante:hover {
	background-color: transparent;
	color: #1B4557;
	transition-duration: 0.5s;
}
.pulsante-white {
	background-color: rgba(255, 255, 255, 0.30);
	border: 1px solid #fff;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	transition-duration: 0.5s;
	font-size: 14px;
	font-weight: 500;
}
.pulsante-white:hover {
	background-color: #fff;
	color: #1B4557;
	transition-duration: 0.5s;
}
.link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	transition-duration: 0.5s;
	font-size: 14px;
	font-weight: 500;
}
.link img {
	max-width: 15px;
	margin-left: 10px;
}
.link:hover img {
	transform: rotateZ(-45deg);
	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: start;
	justify-content: end;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.40);
	color: #fff;
	padding-left: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
}
.flex-mobile {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.flex-mobile .left,
.flex-mobile .right {
	width: 50%;
}
.reverse-mobile {
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

/* 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 */
#filtri-progetto {
	padding-bottom: 30px;
}
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	padding: 10px 5px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	user-select: none;
	color: #1B4557;
	width: 31%;
	font-size: 14px !important;
}
.btn-filtro:first-child {
	width: 100%;
	text-align: center;
}
.btn-filtro.active {
	font-weight: 700;
}

/* 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 #1B4557;
	border-color: #1B4557 transparent #1B4557 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: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}

/* FORM */
.wpcf7-form {
	background-color: #1B4557;
	border-radius: 20px;
	padding: 30px;
}
.wpcf7-form h3 {
	padding: 10px 0;
}
.wpcf7-form h3,
.wpcf7-form h4 {
	color: #fff;
}
.wpcf7-form .testo {
	text-align: center;
	color: #fff;
}
input,
textarea {
	outline: none;
	padding: 10px;
	color: #fff;
	height: 50px;
	margin-top: 20px;
	background-color: #416C7B;
	border: 1px solid #222122;
	width: 100%;
	border-radius: 20px;
	line-height: 50px;
}
textarea {
	height: 150px;
}
::placeholder {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance {
	color: #fff;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #fff;
}
.wpcf7-form a {
	color: #fff;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	border: 1px solid #222122;
	background-color: #416C7B;
	color: #fff;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    max-width: 150px;
    text-transform: uppercase;
    border-radius: 10px;
    display: block;
    margin: 20px auto 0;
}
.wpcf7-submit:hover {
	background-color: #fff;
	color: #416C7B;
	border: 1px solid #222122;
}
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;
}
/** TABS **/

.tabulator {
    position: relative;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator button {
    background-color: white;
    border: 2px solid grey;
    color: grey;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.tabulator tab {
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid black;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}
/* 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;
    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;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
	max-width: 30px;
}
.lightbox-wrapper .lightbox-body {
    background-color: #000;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.67);
    margin: 10px 0px;
    overflow: hidden;
    color: #fff;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.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;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
    color: #fff;
}	
.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;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 30px;
}

/*------------------------------------*\
	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);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}
.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* --------------------- 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;
}
/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr .header {
	background-color: rgb(27, 69, 87);
	position: relative;
}
.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
	font-size: 40px !important;
}
.page-template-template-gdpr h3,
.page-template-template-gdpr h5 {
	font-size: 20px !important;
}
.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
\*------------------------------------*/

.dm-sans-semibold {
  font-family: "DM Sans", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  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;
}
/* 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 {
	width:90%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	transition: all 1s linear;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.header-widget-area {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 2;
}
.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: 20%;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 200px;
}
.logo .black {
	display: none;
}
/* nav */
.nav {
	user-select: none;
	pointer-events: none;
	background-color: #3D6270;
	display: flex;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/home/dente-white.svg);
	background-size: 10% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 95%;
	background-position-y: 95%;
	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;
	text-transform: uppercase;
}
.nav a:hover {
	color: #fff;
}
.nav .current_page_item a {
	color: #fff;
	font-weight: bold;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 70%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.nav .sottomenu {
	text-align: center;
}
.nav .sottomenu img {
	max-width: 8px;
	margin-left: 5px;
}
.nav .sottomenu a {
	cursor: pointer;
}
.nav .sottomenu .sub-menu {
	margin-top: 10px;
	display: none;
}
.nav .sottomenu .sub-menu li {
	padding: 10px 0;
}
.nav .sottomenu .sub-menu li a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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: 15px;
}
.openclose .tre {
	width: 12px;
}
.openclose:hover .uno {
	width: 20px;
}
.openclose:hover .tre {
	width: 20px;
}
/** MEGA MENU **/

.sub-menu {
    display: none;
}

nav.nav ul .mega-menu {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    display: flex;
    background-color: #141414;
    color: white;
    padding: 20px;
    opacity: 0.0;
    transition: opacity 0.68s ease, color 0.68s ease;
    pointer-events: none;
}
.pagina-mobile nav.nav ul .mega-menu {
    top: 0;
    height: 100vh;
    flex-direction: column;
    padding-top: 150px;
}
nav .mega-left picture {
    display: block;
}
nav.nav.show-mega ul .mega-menu picture img {
    width: 100%;
    display: block;
    max-width: unset;
    margin: 0;
}
nav.show-mega ul .mega-menu.open {
    display: flex;
    opacity: 1.0;
    z-index: 1;
    pointer-events: initial;
}

nav ul .mega-menu .mega-left {
    width: 40%;
    padding: 20px;
}
nav ul .mega-menu .mega-right {
    width: 60%;
    padding: 20px;
}
.pagina-mobile nav ul .mega-menu .mega-left {
    width: 100%;
    position: relative;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu .mega-right {
    width: 100%;
    transition: left 0.68s ease;
    left: 100vw;
}
.pagina-mobile nav ul .mega-menu.open .mega-left {
    left: 0vw;
    display: none;
}
.pagina-mobile nav ul .mega-menu.open .mega-right {
    left: 0vw;
}
.nav ul .mega-menu ul.sub-menu {
    display: grid;
    grid-template-columns: 1fr;
}
.nav ul .mega-menu.open ul.sub-menu {
    display: grid;
}

/* footer */
.footer {
	text-align: left;
}
.footer h3 {
	color: #C6C6C6;
	font-size: 25px !important;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Poppins", serif;
}
.footer > div {
	width: 100%;
	padding: 30px 0;
}
.footer #nav_menu-2 {
	padding-bottom: 20px;
}
.footer #nav_menu-2 a {
	font-size: 25px;
	color: #C6C6C6;
}
.footer #nav_menu-2 .current_page_item a {
	font-weight: 500;
}
.footer #custom_html-2 {
	padding-bottom: 40px;
}
.footer #custom_html-2 p {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}
.footer #media_image-2 img {
	width: 150px;	
	margin-bottom: 20px;
}
.footer #text-2 {
	color: #C6C6C6;
}
.footer #nav_menu-3 a {
	color: #999;
	font-size: 12px;
}
.recensioni {
	text-align: center;
	padding: 60px 0;
}
.recensioni h2 {
	padding-bottom: 30px;
}
.copyright {
	color: #999;
	padding-top: 60px;
	font-size: 12px;
}
.copyright a {
	color: #999;
}
.socialwall {
	text-align: center;
	padding: 30px 0 0;
}
.socialwall h2 {
	padding-bottom: 30px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*--------------HOME------------------*/
#home .row-0 {
	position: relative;
	height: 50vh;
}
#home .row-0 .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
}
#home .row-0 .text {
	padding-right: 20%;
}
#home .row-0 .text-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: column;
	color: #fff;
	padding-left: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
}
#home .row-0 .text-1 img {
	max-width: 50px;
	margin-bottom: 10px;
}
#home .row-1 {
	padding-top: 20px;
}
#home .row-1 h1 {
	padding-top: 20px;
}
#home .row-1 p {
	color: #222122;
	font-size: 14px;
	padding: 20px 0;
}
#home .row-1 .image {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home .row-1 .image div {
	width: 48%;
}
#home .row-1 .right {
	display: grid;
	background-color: #000;
	border-radius: 20px;
	position: relative;
	margin-top: 20px;
}
#home .row-1 .right .radius {
	opacity: 0.7;
}
#home .row-2 {
	padding: 60px 0;
}
#home .row-2 .left p {
	font-family: "DM Sans", serif;
    font-weight: 600;
    font-style: normal;
}
#home .row-2 h3 {
	padding-top: 30px;
}
#home .row-2 .right p {
	padding: 20px 0 40px;
}
#home .row-2 .right img {
	max-width: 40px;
}
#home .row-3 {
	background-color: #1B4557;
	padding: 5%;
}
#home .row-3 .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	border-radius: 20px;
}
#home .row-3 .right {
	background-color: #3D6270;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
	margin-top: 20px;
}
#home .row-3 .right h3,
#home .row-3 .right h4,
#home .row-3 .right .link {
	color: #fff;
}
#home .row-3 .right p {
	font-size: 14px;
	padding: 20px 0;
}
#home .row-3 .right h4 {
	padding-bottom: 10px;
}
#home .row-4 {
	text-align: center;
	padding: 60px 5% 0;
	background-color: #F6F7F7;
}
#home .row-4 div {
	padding-bottom: 60px;
}
#home .row-4 p {
	font-size: 14px;
	color: #222122;
}
#home .row-4 h3 {
	padding: 10px 0;
}
#home .row-5 {
	padding: 60px 0;
	text-align: center;
}
#home .row-5 h2 {
	padding-bottom: 30px;
}
.servizi .servizio {
	position: relative;
	display: grid;
	margin-bottom: 4%;
	text-align: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	border-radius: 20px;
}
.servizi .text {
	background-color: rgba(0, 0, 0, 0.30);
	align-items: start;
	justify-content: end;
	padding: 30px;
	border-radius: 20px;
}
.servizi .text h3 {
	color: #fff;
}
.servizi .hover {
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.5s;
	opacity: 0;
}
.servizi .servizio:hover .hover {
	background-color: rgba(255, 255, 255, 0.50);
	position: relative;
	z-index: 200;
	transition-duration: 0.5s;
	opacity: 1;
}
.servizio .pulsante:hover {
	border-color: #fff;
	color: #fff;
}
#home .parallax {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home .parallax .text {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 20px;
	align-items: start;
}
#home .parallax .text img {
	max-width: 40px;
}
#home .parallax .text h4 {
	color: #fff;
}
#home .parallax .testo {
	background-color: rgba(255, 255, 255, 0.30);
	border-radius: 20px;
	border: 1px solid #fff;
	padding: 60px 20px;
}
#home .parallax .testo p {
	padding: 20px 0;
}
#home .row-7 {
	padding: 30px 0;
}
#home .row-7 .left {
	position: relative;
}
#home .row-7 .left .text {
	width: auto;
	height: auto;
	top: auto;
	bottom: 0;
	padding: 30px;
	background-color: unset;
}
#home .row-7 .left .text .blu {
	background-color: #1B4557;
	border-radius: 20px;
	padding: 20px;
	text-align: right;
	margin-top: 20px;
}
#home .row-7 .left .text .white {
	background-color:rgba(255, 255, 255, 0.80);
	border-radius: 20px;
	padding: 20px;
	text-align: right;
	border: 1px solid #fff;
}
#home .row-7 .left .text h5 {
	color: #fff;
	font-size: 50px;
}
#home .row-7 .left .text p {
	font-size: 14px;
	color: #fff;
}
#home .row-7 .left .text .white h5 {
	color: #1B4557;
}
#home .row-7 .left .text .white p {
	color: #1B4557;
}
#home .row-7 .right {
	border-radius: 20px;
	background-color: #1B4557;
	color: #fff;
	padding: 30px;
	margin-top: 20px;
}
#home .row-7 .right h3 {
	line-height: 1;
	padding-top: 10px;
}
#home .row-7 .right h4,
#home .row-7 .right h3,
#home .row-7 .right .link {
	color: #fff;
}
#home .row-7 .right p {
	padding: 20px 0;
	font-size: 14px;
}
#home .row-8 {
	padding: 60px 0;
	text-align: center;
}
#home .row-8 h2 {
	padding-bottom: 30px;
}
#home .row-8 .articoli {
	text-align: left;
}
.row-9 {
	background-image: repeating-linear-gradient(to bottom, transparent 0 70%, #efeef0 70% 100%);
}
.row-9 .carosello {
	width: 90%;
	margin: 0 auto;
}
.row-9 .carosello img {
	padding: 3%;
	border-radius: 30px;
}
/*--------------CONTATTI------------------*/
#contatti .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	position: relative;
}
#contatti .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
}
#contatti .row-2 {
	padding: 30px 0;
}
#contatti .row-2 h3 {
	padding-bottom: 10px;
}
#contatti .row-2 .grey {
	color: #222122;
}
#contatti .row-2 .recapiti {
	padding: 30px 0;
}
#contatti .row-2 .recapiti b {
	padding-top: 30px;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}
#contatti .row-2 iframe {
	border-radius: 20px;
}
#contatti .row-3 {
	padding-bottom: 30px;
}
/*--------------LO STUDIO------------------*/
#studio .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	position: relative;
}
#studio .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
}
#studio .row-1 b {
	display: block;
}
#studio .row-2 {
	padding: 60px 0;
}
#studio .row-2 .left p {
	font-family: "DM Sans", serif;
    font-weight: 600;
    font-style: normal;
}
#studio .row-2 h3 {
	padding-top: 30px;
}
#studio .row-2 .right p {
	padding: 20px 0 0;
	color: #222122;
}
#studio .row-3 {
	background-color: #1B4557;
	padding: 5%;
}
#studio .row-3 .left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 50vh;
	border-radius: 20px;
}
#studio .row-3 .right {
	background-color: #3D6270;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
	margin-top: 20px;
}
#studio .row-3 .right h3,
#studio .row-3 .right h4,
#studio .row-3 .right .link {
	color: #fff;
}
#studio .row-3 .right p {
	font-size: 14px;
	padding: 20px 0;
}
#studio .row-3 .right ul {
	list-style-type: disc;
	list-style-position: inside;
}
#studio .row-3 .right h4 {
	padding-bottom: 10px;
}
#studio .row-4 {
	padding: 30px 0;
}
#studio .row-4 .left,
#studio .row-4 .right {
	display: grid;
}
#studio .row-4 img {
	margin: 2% 0;
}
#studio .row-4 .left .flex,
#studio .row-4 .right .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#studio .row-4 .flex div {
	width: 48%;
}
#studio .row-5 {
	padding: 60px 0;
	text-align: center;
}
#studio .row-5 h2 {
	padding-bottom: 30px;
}

/*--------------CHI SIAMO------------------*/
#about .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 70vh;
	position: relative;
}
#about .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
}
.dottori {
	padding: 60px 0;
}
.dottori .testo {
	text-align: center;
}
.dottori .testo p {
	color: #222122;
}
.dottori .testo h3 {
	padding-bottom: 20px;
}
.dottori .staff {
	border-radius: 20px;
	background-color: #1B4557;
	padding: 20px;
}
.dottori .doc {
	background-color: #1B4557;
}
.dottori .staff h3 {
	font-size: 20px !important;
	color: #fff;
}
.dottori .staff p {
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	color: #fff;
}
.dottori .profilo {
	margin: 20px auto;
	border-radius: 50%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 280px;
	height: 280px;
}
.dottori .flex {
	border-top: 1px solid #D3D3D3;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dottori .flex img {
	padding: 0;
}
.dottori .social {
	display: flex;
	justify-content: end;
	align-items: center;
}
.dottori .social img {
	max-width: 30px;
	margin-left: 5px;
}
.dottori .link {
	color: #fff;
}
.carosello-team {
	padding: 30px 0;
} 
.carosello-team .slick-slide {
	padding: 0 10px;
}
.carosello-team .slick-prev,
.carosello-team .slick-next {
	width: 15px;
    height: 20px;
    top: 100%;
}
#about .row-3 {
	padding-bottom: 30px;
}
/*--------------SERVIZI------------------*/
#servizi .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80vh;
	position: relative;
}
#servizi .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
}
#servizi .row-1 b {
	display: inline-block;
}
#servizi .row-2 {
	padding: 60px 0;
}
#servizi .row-2 .left p {
	font-family: "DM Sans", serif;
    font-weight: 600;
    font-style: normal;
}
#servizi .row-2 h2 {
	padding-top: 30px;
}
#servizi .row-2 h3 {
	font-family: "Poppins", serif;
    font-weight: 300;
    padding-top: 20px;
    font-size: 25px !important;
}
#servizi .row-2 .right p {
	padding: 20px 0 0;
	color: #222122;
}
#servizi .row-3 {
	background-color: #1B4557;
	padding: 5%;
}
#servizi .row-3 .left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 50vh;
	border-radius: 20px;
}
#servizi .row-3 .right {
	background-color: #3D6270;
	border-radius: 20px;
	padding: 20px;
	color: #fff;
	margin-top: 20px;
}
#servizi .row-3 .right h3,
#servizi .row-3 .right h4,
#servizi .row-3 .right .link {
	color: #fff;
}
#servizi .row-3 .right p {
	font-size: 14px;
	padding: 20px 0;
}
#servizi .row-3 .right ul,
#servizi .row-2 ul {
	list-style-type: disc;
	list-style-position: inside;
}
#servizi .row-2 ul {
	padding-top: 20px;
}
#servizi .row-3 .right h4 {
	padding-bottom: 10px;
}
#servizi .row-4 {
	text-align: center;
	padding: 60px 5%;
	background-color: #F6F7F7;
}
#servizi .row-4 .flex div {
	padding-bottom: 60px;
}
#servizi .row-4 p {
	max-width: 250px;
	margin: 0 auto;
	line-height: 1.4;
}
#servizi .row-4 h5 {
	opacity: 0.5;
}
#servizi .row-4 h2 {
	padding-bottom: 30px;
}
#servizi .row-4 h4 {
	font-size: 14px;
	color: #222122;
	text-transform: none;
}
#servizi .row-5 {
	padding-bottom: 30px;
}
#servizi .row-6 {
	background-color: #3D6270;
	text-align: center;
	padding: 0 5% 60px;
}
#servizi .row-6 h3 {
	color: #fff;
	padding: 40px 0 20px;
}
/*--------------BLOG------------------*/
#blog .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	position: relative;
}
#blog .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
}
#blog .row-2 {
	padding: 30px 0;
}
article .flex {
	display: flex;
	padding: 10px 0;
}
article .flex p {
	text-transform: uppercase;
	padding-right: 30px;
	font-size: 14px !important;
}
article h3 {
	font-size: 20px !important;
	padding-bottom: 20px;
}
article .articoli {
	margin-bottom: 60px;
}
article .blocco {
	border-radius: 20px;
}
article .image {
	display: flex;
}
article .image img {
	border-radius: 20px;
}
.pagination {
	margin-bottom: 60px;
	text-align: center;
}
.pagination .load_more {
	background-color: #1B4557;
	border: 1px solid #1B4557;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	transition-duration: 0.5s;
	font-size: 14px !important;
	font-weight: 500;
}
.pagination .load_more:hover {
	background-color: transparent;
	color: #1B4557;
	transition-duration: 0.5s;
}
/*--------------BLOG SINGOLO------------------*/
.single-post .row-1 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vh;
	width: 100%;
	position: relative;
}
.single-post .row-1 h1 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 30px !important;
}
.single-post .row-1 .flex {
	display: flex;
	padding: 10px 0;
}
.single-post .row-1 .flex p {
	text-transform: uppercase;
	padding-right: 30px;
	font-size: 14px !important;
}
.single-post .testo h2 {
	font-size: 30px !important;
}
.single-post .testo h3 {
	font-size: 25px !important;
}
.single-post .testo {
	padding: 60px 0;
	color: #222122;
}
.single-post .testo img {
	border-radius: 20px;
}
.single-post .testo ul {
	list-style-type: disc;
	list-style-position: inside;
}
.single-post .testo a {
	background-color: #1B4557;
	border: 1px solid #1B4557;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 30px;
	transition-duration: 0.5s;
	font-size: 14px;
	font-weight: 500;
}
.single-post .testo a:hover {
	background-color: transparent;
	color: #1B4557;
	transition-duration: 0.5s;
}
/*--------------DOTTORE SINGOLO------------------*/
.single-dottori .openclose .iconbar {
	background-color: #3e3e3e;
}
.single-dottori .header {
	position: relative;
}
.single-dottori .logo .white {
	display: none;
}
.single-dottori .logo .black {
	display: block;
}
.single-dottori.navmenu_open .logo .white {
	display: block;
}
.single-dottori.navmenu_open .logo .black {
	display: none;
}
.single-dottori .row-1 .right {
	display: grid;
}
.single-dottori .row-1 img {
	border-radius: 20px 20px 0 0;
}
.single-dottori .row-1 .left {
	background-color: #1B4557;
	border-radius: 0 0 20px 20px;
	padding: 20px;
}
.single-dottori .row-1 .left div a:nth-child(3) {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.single-dottori .row-1 h4 {
	padding-bottom: 10px;
	color: #fff;
}
.single-dottori .row-1 h1 {
	padding-bottom: 20px;
	color: #fff;
}
.single-dottori .row-1 p {
	color: #fff;
}
.single-dottori .row-1 a {
	display: block;
	color: #222122;
}
.single-dottori .row-1 .left img {
	max-width: 50px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.single-dottori .row-2 {
	padding: 60px 0;
}
.single-dottori .row-2 h3 {
	padding-bottom: 10px;
}
.single-dottori .row-2 p {
	padding-bottom: 30px;
	color: #222122;
}
.single-dottori .row-3 {
	padding-bottom: 60px;
}
.single-dottori .row-3 h2 {
	text-align: center;
	padding-bottom: 30px;
}









/*------------------------------------*\
    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: 49%;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 25px;
	}
	/*--------------HOME------------------*/
	#home .row-0 .text-1 {
		padding-right: 3%;	
	}
	.servizi {
		display: flex;
		align-items: start;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.servizi .servizio {
		width: 48%;
	}
	#home .parallax {
		height: 50vh;
	}
	#home .parallax .testo {
		width: 300px;
	}
	#home .row-7 .left .text {
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	#home .row-7 .left .text .white,
	#home .row-7 .left .text .blu {
		width: 48%;
		margin-top: 0;
	}
/*--------------CONTATTI------------------*/
	#contatti .row-2 .recapiti {
		display: flex;
		flex-direction: row;
		justify-content: start;
		align-items: start;
	}
	#contatti .row-2 .recapiti .column-1 {
		padding-right: 100px;
	}
/*--------------CHI SIAMO------------------*/
	.dottori .staff p {
		height: 80px;
	}
/*--------------BLOG------------------*/
	.btn-filtro:first-child,
	.btn-filtro {
		width: auto;
	}
	.btn-filtro {
		margin-left: 20px;
	}
	#filtri-progetto {
		text-align: right;
	}
	article {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	article .articoli {
		width: 50%;
		padding: 1%;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-6 {
		display: flex;
		justify-content: space-between;
		align-items: start;
	}
	#servizi .row-6 div {
		width: 48%;
		display: grid;
	}
	
}
@media only screen and (min-width:1024px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.flex-desktop {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		display: flex;
	}
	.flex-desktop .left {
		width: 55%;
	}
	.flex-desktop .right {
		width: 40%;
	}
	.reverse-desktop {
		align-items: center;
		justify-content: start;
		flex-wrap: wrap;
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-desktop .right {
		width: 59%;
	}
	.reverse-desktop .left {
		width: 41%;
	}
	.fade-in.delay-200 {
		transition-delay: 200ms;
	}
	.fade-in.delay-400 {
		transition-delay: 400ms;
	}
	.fade-in.delay-600 {
		transition-delay: 600ms;
	}
	.fade-in.delay-800 {
		transition-delay: 800ms;
	}
	.fade-in.delay-1000 {
		transition-delay: 1000ms;
	}
	.fade-in.delay-1200 {
		transition-delay: 1200ms;
	}
	.fade-in.delay-1400 {
		transition-delay: 1400ms;
	}
	.fade.delay-200 {
		transition-delay: 200ms;
	}
	.fade.delay-400 {
		transition-delay: 400ms;
	}

	/*------------------------------------*\
	    RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	
	/* nav */
	.pagina-desktop .nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 70%;
		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 15px;
		display: inline-block;
		text-transform: none;
	}
	.pagina-desktop .nav ul li a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
	}
	.pagina-desktop .openclose {
		display: none;
	}
	.pagina-desktop .logo {
		max-width: 250px;
		width: 30%;
		position: relative;
		left: 0;
		top: 0;
	}
	.nav .sottomenu .sub-menu {
		margin-top: 40px;
	}
	.nav .sottomenu .sub-menu li a {
		text-decoration: none;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 0;
	}
	.header-widget-area {
		top: 35%;
	}
	aside {
		max-width: 30%;
	}
	header.header {
		display: flex !important;
		align-items: center;
        justify-content: space-between;
        padding: 0 5%;
	}
	.nav .current-menu-item a {
		background-image: repeating-linear-gradient(to bottom, transparent 0 55%, #8DC9C9 55% 82%, transparent 82% 100% );
		display: inline;
		font-weight: bold;
	}
	.single-servizi .nav .sottomenu a,
	.current-menu-ancestor a {
		background-image: repeating-linear-gradient(to bottom, transparent 0 55%, #8DC9C9 55% 82%, transparent 82% 100% );
		display: inline;
		font-weight: bold !important;
	}
	.single-post .nav #menu-item-24 a {
		background-image: repeating-linear-gradient(to bottom, transparent 0 55%, #8DC9C9 55% 82%, transparent 82% 100% );
		display: inline;
		font-weight: bold;
	}
	.nav .sottomenu {
		position: relative;
	}
	.nav .sottomenu img {
		display: none;
	}
	.nav .sottomenu a {
		margin-left: 0;
	}
	.nav .sottomenu .sub-menu {
		position: absolute;
		top: 0;
		left: -40px;
		z-index: 1;
		width: 370px;
		height: auto;
		text-align: left;
		background-color: #1B4557;
		border-radius: 20px;
		padding: 20px;
	}
	.nav .sottomenu .sub-menu:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #1B4557; /* punta verso l’alto */
		position: absolute;
        top: 0;
        margin-top: -10px;
        left: 20%;
	}
	.nav .sottomenu .sub-menu li {
		display: block;
		padding: 0 0 10px 0;
	}
	.nav .sottomenu .sub-menu li a {
		background-image: none;
		font-weight: 300 !important;
		color: #fff !important;
	}
	.footer-widget-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start; 
	}
	.footer-widget-area #custom_html-2 {
		width: 40%;
		position: relative;
		z-index: 1;
	}
	.footer-widget-area #text-2,
	.footer-widget-area #nav_menu-2 {
		width: 30%;
		position: relative;
		z-index: 1;
	}
	.footer-widget-area #text-2 {
		text-align: right;
	}
	.footer-widget-area #nav_menu-3 {
		width: 100%;
		text-align: right;
		position: relative;
        z-index: 0;
        margin-top: -100px;
	}
	.footer #media_image-2 img {
		width: 200px;
	}
	.copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.recensioni {
		padding: 5% 0 10%;
	}
	.socialwall {
		padding: 5% 0;
	}
/*--------------HOME------------------*/
	#home .row-1 {
		display: flex;
		justify-content: space-between;
		align-items: end;
		flex-direction: row;
		padding-top: 60px;
	}
	#home .row-1 .left,
	#home .row-1 .right {
		width: 49%;
	}
	#home .row-0 .text p {
		width: 70%;
	}
	#home .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#home .row-2 .left {
		width: 35%
	}
	#home .row-2 .right {
		width: 60%;
	}
	#home .row-2 h3 {
	    padding-top: 0;
	}
	#home .row-3 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-3 .left {
		width: 63%;
		height: auto;
	}
	#home .row-3 .right {
		width: 35%;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding: 60px 30px;
	}
	#home .row-4 {
		display: flex;
		justify-content: space-around;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#home .row-4 div {
		width: 45%;
	}
	#home .row-5 h2 {
		max-width: 400px;
		margin: 0 auto;
	}
	.servizi .servizio {
		height: 55vw;
	}
	#home .parallax .text {
		padding: 5%;
	}
	#home .row-7 {
		padding: 5% 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#home .row-7 .left,
	#home .row-7 .right {
		width: 47.5%;
	}
	#home .row-7 .right {
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding: 60px 30px;
	}
/*--------------CONTATTI------------------*/
	.wpcf7-form {
		padding: 60px;
	}
	input, textarea {
		margin-top: 10px;
	}
	.wpcf7-form .testo {
		padding-bottom: 30px;
		width: 60%;
        margin: 0 auto;
	}
	.wpcf7-submit {
		margin: 40px auto 0;
	}
	#contatti .row-1 .text p {
		width: 50%;
	}
	#contatti .row-2 {
	    padding: 60px 0;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: row;
	}
	#contatti .row-2 .left {
		width: 48%;
	}
	#contatti .row-2 .right {
		width: 48%;
	}
	#contatti .row-2 .recapiti {
	    padding: 30px 0 60px;
	}
	#contatti .row-3 {
	    padding-bottom: 60px;
	}
/*--------------LO STUDIO------------------*/
	#studio .row-1 .text p {
		width: 50%;
	}
	#studio .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#studio .row-2 .left {
		width: 35%
	}
	#studio .row-2 .right {
		width: 60%;
	}
	#studio .row-2 h3 {
	    padding-top: 0;
	}
	#studio .row-3 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#studio .row-3 .left {
		width: 63%;
		height: auto;
	}
	#studio .row-3 .right {
		width: 35%;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding: 60px 30px;
	}
	#studio .row-4 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#studio .row-4 .left,
	#studio .row-4 .right {
		width: 49%;
	}
	#studio .row-5 h2 {
		max-width: 400px;
		margin: 0 auto;
	}
/*--------------CHI SIAMO------------------*/
	#about .row-1 .text p {
		width: 70%;
	}
	.dottori .testo p {
		max-width: 820px;
		margin: 0 auto 30px;
	}
	.dottori .staff p {
		font-size: 12px;
	}
	.dottori .profilo {
		width: 240px;
		height: 240px;
	}
	#about .row-3 {
	    padding: 60px 0;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 .text p {
		width: 500px;
	}
	#servizi .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-direction: row;
	}
	#servizi .row-2 .left {
		width: 35%
	}
	#servizi .row-2 .right {
		width: 60%;
	}
	#servizi .row-2 h2 {
	    padding-top: 0;
	}
	#servizi .row-3 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#servizi .row-3 .left {
		width: 63%;
		height: auto;
	}
	#servizi .row-3 .right {
		width: 35%;
		margin-top: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		padding: 60px 30px;
	}
	#servizi .row-4 .flex {
		display: flex;
		justify-content: space-around;
		align-items: start;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#servizi .row-4 .flex div {
		width: 45%;
	}
	#servizi .row-5 {
	    padding-bottom: 60px;
	}
/*--------------BLOG------------------*/
	#blog .row-1 .text p {
		width: 50%;
	}
	#filtri-progetto {
	    padding-bottom: 60px;
	}
	.btn-filtro {
		font-size: 16px !important;
	}
/*--------------BLOG SINGOLO------------------*/
	.single-post .row-1 .text h1 {
		width: 800px;
	}
	.single-post .row-1 h1 {
		font-size: 40px !important;
	}
/*--------------DOTTORE SINGOLO------------------*/
	.single-dottori.pagina-desktop .nav ul li a {
		color: #3e3e3e;
	}
	.single-dottori .row-1 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	.single-dottori .row-1 .left,
	.single-dottori .row-1 .right {
		width: 50%;
	}
	.single-dottori .row-1 .left {
		border-radius: 20px 0 0 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.single-dottori .row-1 img {
	    border-radius: 0 20px 20px 0;
	}
	.single-dottori .row-2 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		padding: 80px 0 60px;
	}
	.single-dottori .row-2 .left,
	.single-dottori .row-2 .right {
		width: 48%;
	}
}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo img {
	    max-width: 250px;
	}
	h1 {
		font-size: 55px !important;
	}
	h2 {
		font-size: 50px !important;
	}
	h3 {
		font-size: 35px !important;
	}
	#home .row-1 p {
		font-size: 16px;
	}
	main {
		font-size: 18px !important;
	}
	
	.footer-widget-area #custom_html-2 {
		width: 350px;
	}
	.footer > div {
		padding: 60px 0 30px;
	}
/*--------------HOME------------------*/	
	#home .row-0 {
		height: 100vh;
	}
	#home .row-0 .image {
		height: 100vh;
	}
	#home .row-1 .image {
		padding-top: 60px;
	}
	#home .row-2 .right {
        width: 52%;
    }
    #home .row-4 {
	    padding: 120px 5% 60px;
    }
    #home .row-4 div {
        width: 40%;
    }
    #home .row-5 h2 {
	    max-width: 500px;
	    padding-bottom: 60px;
    }
    .servizi .servizio {
        width: 32%;
        margin-bottom: 2%;
        height: 40vw;
    }
    #home .row-7 .right p {
	    max-width: 510px;
    }
    #home .row-8 {    
	    padding: 60px 0 120px;
	}
    #home .parallax {
	    height: 100vh;
    }
    #home .parallax .testo {
        width: 500px;
        font-size: 25px;
        padding: 120px 40px;
    }
/*--------------CONTATTI------------------*/
	#contatti .row-1 {
		height: 100vh;
	}
/*--------------LO STUDIO------------------*/
	#studio .row-1 {
		height: 100vh;
	}
	#studio .row-2 .right {
        width: 52%;
    }
    #studio .row-5 h2 {
	    max-width: 500px;
	    padding-bottom: 60px;
    }
    #studio .servizi {
	    justify-content: center;
    }
    #studio .servizi .servizio {
	    width: 23%;
	    height: 30vw;
	    margin-bottom: 0;
	    margin: 1%;
    }
/*--------------CHI SIAMO------------------*/
	#about .row-1 {
		height: 100vh;
	}
	.dottori .staff h3 {
	    font-size: 22px !important;
	}
/*--------------SERVIZI------------------*/
	#servizi .row-1 {
		height: 100vh;
	}
	#servizi .row-2 .right {
        width: 52%;
    }
    #servizi .row-2 h2 {
	    font-size: 40px !important;
    }
    #servizi .row-2 .right p {
	    padding: 20px 0;
    }
    #servizi .row-4 .flex div {
        width: 24%;
    }
    #servizi .row-4 h2 {
	    padding-bottom: 60px;
	}
/*--------------BLOG------------------*/
	#blog .row-1 {
		height: 100vh;
	}
	article .articoli {
		width: 33.333333%;
	}
	article .flex {
		padding: 20px 0;
	}
/*--------------BLOG SINGOLO------------------*/
	.single-post .testo {
		margin: 0 auto;
		max-width: 800px;
		padding: 120px 0;
	}
/*--------------DOTTORE SINGOLO------------------*/
	.single-dottori .row-1 h4 {
		width: 70%;
	}
	.single-dottori .row-1 .left {
		padding: 60px;
	}

}
@media only screen and (min-width:1600px) {
	.header {
		height: 150px;
	}
	h1 {
        font-size: 70px !important;
        line-height: 1;
    }
    h2 {
        font-size: 70px !important;
        line-height: 1;
    }
    h3 {
        font-size: 45px !important;
    }
    h5 {
	    font-size: 100px !important;
    }
    main {
        font-size: 20px !important;
    }
    footer.footer {
	    font-size: 20px !important;
    }
    .footer-widget-area #custom_html-2 {
        width: 480px;
    }
    .footer #custom_html-2 p {
	    font-size: 25px;
    }
    .footer #nav_menu-2 a {
	    font-size: 45px;
	    line-height: 1.4;
    }
    .footer #media_image-2 img {
		width: 250px;
	}
    .footer h3 {
	    font-size: 45px !important;
    }
/*--------------HOME------------------*/
	#home .row-3 .right h4 {
	    padding-bottom: 30px;
	}
	#home .row-3 .right p {
	    padding: 40px 0;
	    line-height: 1.4;
	    font-size: 18px;
	}
	#home .row-4 p {
	    font-size: 18px;
	}
	#home .row-5 h2 {
		max-width: 700px;
	}
	.servizi .text h3 {
		font-size: 35px !important;
	}
	#home .row-7 .right p {
		padding: 40px 0;
		font-size: 18px;
	}
	#home .row-7 .right h3 {
		padding-top: 30px;
	}
	#home .row-7 .left .text .white,
	#home .row-7 .left .text .blu {
		padding: 40px;
	}
/*--------------CONTATTI------------------*/
	.contatti main {
		font-size: 18px !important;
	}
	.wpcf7-form {
        padding: 100px;
    }
    #contatti .row-2 .right {
        width: 58%;
    }
    #contatti .row-2 .left {
        width: 40%;
    }
/*--------------LO STUDIO------------------*/
	#studio .row-3 .right h4 {
	    padding-bottom: 30px;
	}
	#studio .row-3 .right p {
	    padding: 40px 0;
	    line-height: 1.4;
	    font-size: 18px;
	}
	#studio .row-5 h2 {
		max-width: 700px;
	}
/*--------------CHI SIAMO------------------*/
	#about .row-1 .text p {
        width: 80%;
    }
    .dottori .testo p {
	    max-width: 900px;
    }
    .dottori .staff p {
        font-size: 14px;
    }
    .dottori .profilo {
        width: 350px;
        height: 350px;
    }
/*--------------SERVIZI------------------*/
	#servizi .row-3 .right h4 {
	    padding-bottom: 30px;
	}
	#servizi .row-3 .right p {
	    padding: 40px 0;
	    line-height: 1.4;
	    font-size: 18px;
	}
	#servizi .row-4 p {
	    font-size: 18px;
	}
/*--------------BLOG------------------*/
	article h3 {
		font-size: 25px !important;
	}
}

