@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&display=swap');
/*
Theme Name: Casa di Campagna
Author: Laura Titton
Description: Casa di Campagna - 2025
Version: 1.0
License: GNU General Public License v2 or later
*/

/*  FONTS e COLORI */
:root {
	
	--black: #333333; 
	--white: #E6E5E3;
	--brown: #A78D71;
	--dark-brown: #72614D;
	
	--poppins: "Poppins", sans-serif;
	--prata: "Prata", serif;
	--font-weight-regular: 400; /* Light */
	--font-weight-title: 500; /* Medium */
}

/* GENERAL */
html,body {  
	margin:0;
	padding:0;
	font-family: var(--poppins);
	font-size: 18px !important;
	font-weight:400;
	line-height: 1.6;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	background-color: var(--white);
	color:var(--black);
}

@media (min-width: 1600px){  
	html,body {
		font-size: 18px !important;
	}
}


img,a img {
	border:none!important;
	width: 100%;
	height:100%;
	object-fit: cover;
}

::-moz-selection {
	background:none repeat scroll 0 0 #FFF;
	color:#000;
}

* {
	outline:0!important;
}

b,strong,.bold {  
	font-weight:600;
}

a,a:visited {  
	outline-style:none;
	text-decoration:none;
	color:#fff;
}

a:hover {  
	cursor:pointer !important;
	color:#fff;
	text-decoration:none;
}


@media (min-width: 1400px){ 
	
	.container-fluid{
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.container-left{
		padding-left: 10vw;	
		padding-right: 0;
	}
	.container-right{
		padding-right: 10vw;	
		padding-left: 0;
	}
	
	.container-left img{
		
	}
}

@media (min-width: 992px){ 
	.container-fluid{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.container-left{
		padding-left: 5vw;	
		padding-right: 0;
	}
	.container-right{
		padding-right: 5vw;	
		padding-left: 0;
	}
}

/* Margini */

.m-fluid {
	margin: clamp(1rem, 3vw, 2rem);
}

.mx-fluid {
	margin-left: clamp(1rem, 3vw, 2rem);
	margin-right: clamp(1rem, 3vw, 2rem);
}

.my-fluid {
	margin-top: clamp(1rem, 3vw, 2rem);
	margin-bottom: clamp(1rem, 3vw, 2rem);
}

.mt-fluid {
	margin-top: clamp(1rem, 3vw, 2rem);
}

.mb-fluid {
	margin-bottom: clamp(1rem, 3vw, 2rem);
}

.m2-fluid {
	margin: clamp(2rem, 6vw, 4rem);
}

.mt2-fluid {
	margin-top: clamp(2rem, 6vw, 4rem);
}

.mb2-fluid {
	margin-bottom: clamp(2rem, 6vw, 4rem);
}

.mx2-fluid {
	margin-left: clamp(2rem, 6vw, 4rem);
	margin-right: clamp(2rem, 6vw, 4rem);
}

.my2-fluid {
	margin-top: clamp(2rem, 6vw, 4rem);
	margin-bottom: clamp(2rem, 6vw, 4rem);
}

/* Padding */

.p-fluid {
	padding: clamp(1rem, 3vw, 2rem);
}

.px-fluid {
	padding-left: clamp(1rem, 3vw, 2rem);
	padding-right: clamp(1rem, 3vw, 2rem);
}

.py-fluid {
	padding-top: clamp(1rem, 3vw, 2rem);
	padding-bottom: clamp(1rem, 3vw, 2rem);
}

.pt-fluid {
	padding-top: clamp(1rem, 3vw, 2rem);
}

.pb-fluid {
	padding-bottom: clamp(1rem, 3vw, 2rem);
}

.p2-fluid {
	padding: clamp(2rem, 6vw, 4rem);
}

.px2-fluid {
	padding-left: clamp(2rem, 6vw, 4rem);
	padding-right: clamp(2rem, 6vw, 4rem);
}

.py2-fluid {
	padding-top: clamp(2rem, 6vw, 4rem);
	padding-bottom: clamp(2rem, 6vw, 4rem);
}

.pt2-fluid {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.pb2-fluid {
	padding-bottom: clamp(2rem, 6vw, 4rem);
}

/* TYPO */

.big{
	font-size: 1.1rem;  
}

@media(max-width:991px){
	.big{
		font-size: 1rem;  
	}
}
.small{
	font-size: 0.8rem;	
}
.blog .page-numbers{
	color: var(--dark-brown);
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{  
	margin:0;
	padding:0;
}

h1,.h1{
	font-family: var(--prata);
	color:#fff;
	font-weight: 400;
	font-size: 2.5rem;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#page-contatti h1, .blog h1{
	text-shadow: none;
}

h2,.h2{
	font-family: var(--prata);
	color:#1A1A1A;
	font-size: 2.2rem;
}

h3,.h3{
	font-family: var(--prata);
	color:#1A1A1A;
	font-size: 2.2rem;
}

h4,.h4{
	font-family:var(--poppins);
	color:#1A1A1A;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 500;
}

h5{
	font-family:var(--poppins);
	color:#1A1A1A;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 300;
}

p{
	margin:0;
	padding:0;
	font-size: 0.9rem;
}

p strong{
	font-weight: 600;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* LOADER */

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: var(--dark-brown);
}
.loader-wrapper .loader {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1001;
	//border: 1px solid red;
}

.loader-wrapper .loader img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.linear-gradient{
	width: 180px;
	height: 130px;
	position: absolute;
	top:0;
	left: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(114, 97, 77, 1) 20%, rgba(114, 97, 77, 1) 50%, rgba(114, 97, 77, 1) 80%, rgba(255,255,255,0) 100%);
	animation: gradientAnimation 4s linear infinite alternate;
}

@keyframes gradientAnimation {
  0% {
	left: 0;
  }
  
  100% {
	left: 100%;
  }
}

/* HEADER */

#header{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	z-index: 99;
}

#header .navbar{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}
#header #menu-left-menu li{
	margin-right:50px;
}

#header #menu-right-menu li:last-child{
	margin-left:70px;
}

.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-brand{
	width: 185px;
	margin-right: 0 !important;
}
#header #menu-sitemap-menu{
	display: none;
}

#navigazione-mobile{
	background-color: var(--dark-brown);
	width:100%;
	height: 100vh !important;
	z-index: 7;
	text-align: center;
	position: fixed;
	top: 0;
	left:-100%;
	display: flex;
	font-size: 15px;
	transition: 0.4s;
	opacity:0;
}


#navigazione-mobile.open{
	left:0;
	opacity:1;
	transition: 0.4s;
}

#menu-menu-principale-1 {
	vertical-align: middle;
	display: flex;
}
#navigazione-mobile li{
	color: #fff;
	font-size: 1rem;
	padding: 6px 0;
}

#menu-left li a span,#menu-right li a span{
	color: #fff;
	font-family: var(--poppins);
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 300;
}

#menu-left li a{
	margin-right: 45px;
}

.current-menu-item span{
	position: relative;
}

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

#menu-right li a{
	margin-left: 45px;
}

.logo-footer img{
	height: 230px;
	width: auto;
}

#footer #menu-sitemap-menu-1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

#footer .footer-img{
	width: 45%;
	opacity: 0.6;
	height: auto;
	position: absolute;
	margin: 0 auto;
	bottom: 16%;
	left: 50%;
	transform: translateX(-50%);
}

#footer #menu-sitemap-menu-1 a{
	font-size: 1rem;
	font-family: var(--prata);
}

#footer #menu-sitemap-menu-1 ul{
	list-style: none;
	padding:0;
}

#footer #menu-sitemap-menu-1 li{
	display: inline;
}

/* PAGINE */
.z-index{
	position: relative;
	z-index:1;
}

#hero-section-home{
height: 100vh;
}
#hero-section-home .slideshow-text {
	position: absolute;
	bottom: 0;
	left: 0;
	color:#fff;
}

.carosello-home{
	height: 100vh;
}

.carosello-home .slick-slide{
	height: 100%;
	width: 100%;
}

.carosello-bed .slick-prev{
	width:50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
	position: absolute !important;
	top: 50% !important;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	left: -150px !important;
	transform: translateY(-50%) !important;
}

.carosello-stanze .slick-prev{
	width:50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
	position: absolute !important;
	top: 50% !important;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	left: 20px !important;
	transform: translateY(-50%) !important;
}

.slick-prev:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}


.carosello-bed .slick-next{
	width:50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
	position: absolute !important;
	position: relative;
	z-index: 10;
	top: 50% !important;
	border-radius: 50%;
	left: -80px !important;
	transform: translateY(-50%) !important;
}

.carosello-stanze .slick-next{
	width:50px !important;
	height: 50px !important;
	opacity: 0.6 !important;
	position: absolute !important;
	position: relative;
	z-index: 10;
	top: 50% !important;
	border-radius: 50%;
	right: 20px !important;
	transform: translateY(-50%) !important;
}

.slick-next:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.button{
	background-color: var(--dark-brown);
	display: inline-block;
	padding: 8px 30px;
	font-weight: 400;
	color: #fff !important;
	border: 1px solid var(--dark-brown);
	border-radius:5px;	
}

.button-white{
	background-color: transparent;
	display: inline-block;
	padding: 8px 30px;
	font-weight: 400;
	color: #fff !important;
	border: 1px solid #fff;
	border-radius:5px;	
} 

.button-empty{
	background-color: transparent;
	display: inline-block;
	padding: 8px 30px;
	font-weight: 400;
	color: var(--dark-brown) !important;
	border: 1px solid var(--dark-brown);
	border-radius:5px;
}
.button-empty:hover{
	background-color:var(--dark-brown);
	color:#fff !important;
}

.button-white:hover{
	background-color: var(--dark-brown);
	color: #fff !important;
}
.button:hover{
	text-decoration: none;
	color: var(--dark-brown) !important;
	border: 1px solid var(--dark-brown);
	background-color: transparent;
}

input[type="submit"]{
	background-color: var(--dark-brown);
	display: inline-block;
	width: 250px;
	padding: 8px 30px;
	font-weight: 500;
	border-radius:5px;	
	color: #fff !important;
	text-transform: uppercase;
	border: 1px solid  var(--brown);
}

input[type="submit"]:hover{
	text-decoration: none;
	color:  var(--dark-brown) !important;
	border: 1px solid  var(--dark-brown);
	background-color: transparent;
}

.prata{
	font-family: var(--prata);
	font-size:1.6rem;
}

@media(max-width:991px){
	.prata{
		font-family: var(--prata);
		font-size:1.3rem;
	}
}

.white{
	color:#fff;
}

.brown{
	color:  var(--dark-brown);
}

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

.brown-back{
	background-color: #A78D71;
}

.white-back{
	background-color: rgba(255, 255, 255, 0.95);
}

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

.black-back{
	background-color:  #5A4C3D;
	color:#fff;
}

.dark-brown-back a{
	color: #fff !important;
}
.button-select{
	display: block;
	background-color: rgba(0,0,0,0.05);
	padding: 5px 10px;
	height: 35px;
	padding-bottom: 0;
	margin-bottom: 5px;
}

@media(min-width:991.99px){
	.vertical-scroll{
		background-attachment: fixed;
	}
}

/* form di contatto */

.form-half{
	margin-bottom: 15px;
}

@media(max-width:991px){
	input{
		margin-bottom: 15px;
	}
}

.form-half p{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.form-half .wpcf7-form-control-wrap{
	width: 49%;
}

.form-half  br{
	display: none;
}

.form-half .wpcf7-form-control-wrap input{
	width:100%;
}

::placeholder{
	color:#aaa;
}

input[type=checkbox]{
	width: 15px;
	height: 15px;
	display: inline;
	margin-right: 7px;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-list-item-label{
	color:#000;
	font-size: 16px;
}

#page-valutazione-usato .wpcf7-list-item-label{
	color:#fff;
	font-size: 16px;
}

label{
	margin-top: 10px;
	margin-bottom: 20px;
}


textarea{
	border:none;
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 5px;
	padding-left: 10px;
	WIDTH: 100%;
	background-color: rgba(255,255,255,0.25);
}

input{
	height: 45px;
	border:none;
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 5px;
	padding-left: 10px;
	width: 100%;
	font-size: 15px;
	background-color: rgba(255,255,255,0.25);
}

select{
	height: 45px;
	border:none;
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 5px;
	padding-left: 10px;
	width: 100%;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.25);
}

#menu-left-menu, #menu-right-menu{
	display: flex;
	margin-bottom:0;
	padding-left:0;
	align-items: center;
	/* justify-content: space-between; */
}


#menu-right-menu{
justify-content: end;
}
#menu-left-menu li, #menu-right-menu li{
	display: inline;
	
}

#menu-left-menu li a, #menu-right-menu li a{
	text-transform: capitalize;
	color:#fff;
}


.slick-slide img{
	width: 100% !important;
	height: 100% !important;
}

.slideshow-recensioni .slick-slide img{
	width: auto !important;
	height: 12px !important;
}

.carosello-home .slick-slide{
	height:100vh;
}

.slick-dots{
	bottom: -32px !important;
}
.slick-dots li button:before{
	color: #000 !important;
	font-size: 12px !important;
	background-color: transparent;
}

/* SCROLLBAR */
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #333 #000;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #000;
}

*::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  border: 3px solid #000;
}

.elenco_informazioni i{
	color: rgba(221, 221, 221, 0.495);
	font-size: 20px;
}

.elenco_informazioni .icon{
	max-width: 25px; 
	width:25px;
	display: inline;
	overflow:hidden;
}

.overlay{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 75%, rgba(0,0,0,0.5) 100%);
	top:0;
	left:0;
	position: absolute;
	z-index: 4;
}

.overlaytotal{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.45);
	top:0;
	left:0;
	position: absolute;
	z-index: 4;
}

.hor-line{
	width:90%;
	height: 1px;
	background-color: #1A1A1A;
	margin-top:12px;
}

.z-index{
	position: relative;
	z-index: 2;
}
iframe{
	vertical-align: middle;
	border:none;
}

.current_page_item a{
	font-weight:600;
}

.azzera{
	border:none;
	background-color: transparent;
}

.slideshow-text{
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
}

.carosello-bed .slick-slide, .carosello-two .slick-slide{
	margin-left:0;
	margin-right: 10px;
}

@media(min-width:991.99px){
	.carosello-bed{
		margin-left: -15px;
	}
}

@media(min-width:1300px){
	.ristorante-img {
		margin-top: -100px;
	}
}


#servizi{
background: rgb(167, 141, 113);
background: linear-gradient(180deg, rgba(167, 141, 113, 1) 0%, rgba(167, 141, 113, 1) 60%, rgba(167, 141, 113,0.6) 85%, rgba(255,255,255,0) 100%);
}

.service-icon{
	width:100px;
	height: auto;
	position: relative;
	z-index:3;
}


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

#servizi-risorante{
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.glasses-img{
	margin-top: -400px;
	height: 800px;
}

.agriturismo-img{
	margin-top: -20%;
	z-index: 6;
}

.occasione-banner{
	margin-top: -80px;
}

.sfondo-img{
	position: absolute;
	bottom: 0;
	left:0;
	width: 60%;
	height: auto;
}

.contatti-img{
	position: absolute;
	bottom: 0;
	right:0;
	width: 60%;
	height: auto;
}

@media(max-width:991px){
.contatti-img{
	width: 100%;
	bottom:10%;
	opacity: 0.6;
}
}

/* form di contatto */

.form-half {
	display: flex;
	justify-content: space-between;
}



::placeholder{
	color: #999 !important;
}

input[type=checkbox]{
	width: 15px;
	height: 15px;
	display: inline;
	margin-right: 7px;
}

.wpcf7-list-item{
	margin: 0 !important;
}

.wpcf7-list-item-label{
	color:#333;
}

@media(max-width:991px){
	
	h1,.h1{
		font-size: 1.8rem;
	}
	
	h2,.h2{
		font-size: 1.5rem;
	}
	
	h3,.h3{
		font-size: 1.3rem;
	}
	h4,.h4{
		font-size: 1.15rem;
	}
	
	h5{
		font-size: 1rem;
	}
	
	h5 br{
		display: none;
	}
	
	.navbar{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.navbar-brand{
		width: 130px;
		margin-left:3%;
	}
	
	.sfondo-img{
		width: 100% !important;
		left: -10% !important;
	}
	
	#menu-menu-mobile-1{
		
		padding-bottom: 30px !important;
	}
	
	#menu-menu-mobile-1 li{
		text-align: center;
	}
	
	#menu-menu-mobile-1 li a{
		font-size: 1.3rem;
	}
	
	#page-ristorante .occasione-banner{
		margin-top: 50px;
	}
	
	.carosello-bed .slick-slide{
		margin-left: 7px !important;
		margin-right: 7px !important;
	}
	
	.agriturismo-img{
		margin-top: 0;
	}
	
	.form-half{
		display: block;
		margin-bottom: 0;
	}
	
	#hero-section-home{
		height: 45vh;
	}
	
	.page-template-page-home #hero-section-home{
		height: 80vh;
	}
	
	.carosello-home{
		height: 45vh;
	}
	
	.page-template-page-home .carosello-home{
		height: 80vh;
	}
	
	.carosello-home .slick-slide{
		height: 45vh;
	}
	
	.page-template-page-home .carosello-home .slick-slide{
		height: 80vh;
	}
	
	.overlay{
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.20);
		top:0;
		left:0;
		position: absolute;
		z-index: 4;
	}
	
	#servizi{
		background: linear-gradient(179deg, rgba(167, 141, 113, 1) 0%, rgba(167, 141, 113, 1) 60%, rgba(167, 141, 113, 1) 90%, rgba(255,255,255,0) 100%);
	}
	#footer #menu-menu-mobile-1{
		display: block;
	}
	
	#footer #menu-menu-mobile-1 li{
		display: block;
	}
	.service-icon{
		height: 100px;
		width:100px;
		height: auto;
	}
}

.navbar-dark .navbar-toggler{
	border-color: transparent !important;
}

.back-icons-services{
	position: relative;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-color:  rgba(255,255,255,0.4);
	border-radius:50%;
	margin: 0 auto;
	padding:10px;
}

/* .back-icons-services::after{
	content: "";
	background-color: rgba(255,255,255,0.4);
	width: 120px;
	height: 120px;
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
} */


.home-img{
	position: absolute;
	right: -2%;
	top: 5%;
	width: 29%;
	height: auto;
}
#contattaci a{
	color: var(--black);
}

.slide-contact a{
	color: var(--black);
}

#single_news #hero-section, #page-esperienze #hero-section{
	height:60vh;
}

.whatsapp-icon{
	position: fixed;
	bottom: 45px;
	right: 35px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	background-color: 	#25D366;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 8;
	box-shadow: 0 0 20px rgba(255,255,255,0.4);
	transition: 0.3s;
}

.whatsapp-icon:hover{
	transform: scale(1.08);
	transition: 0.3s;
}

.whatsapp-icon i{
	font-size: 24px;
	color:#fff;
}
.carosello-stanze .slick-slide{
	float:left;
	height: 100%;
	min-height: 1px;
	width: auto;
	padding-left:5px;
	padding-right: 5px;
}
.carosello-stanze .slick-slide img {
  width: auto !important; 
  height: clamp(220px, 33.854vw, 650px) !important; 
  display: block;
  margin: 0 auto; 
}

.single-recensione{
	background-color: var(--dark-brown);
	border-radius: 20px;
	padding: 40px 30px;
	color: #fff;
	margin-right:4px;
	margin-left:4px;
}

/* WPML */
#header .wpml-ls-legacy-list-horizontal{
	padding:0;
	margin:0;
}

#header .lingua-header{
	position: absolute;
	top: 15px;
	right:0;
	z-index:999;
}

#header .wpml-ls-link{
	margin-right:0;
	padding-right:0;
	padding-left:20px;
}
#header .wpml-ls-legacy-list-horizontal>ul{
	display: block;
	text-align: right;
}
.wpml-ls-legacy-list-horizontal span{
	font-weight: 300;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language span{
	font-weight: 500;
}
.grecaptcha-badge{
	display: none !important;
}
.page-template-page-contatti .grecaptcha-badge{
	display: flex !important;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode{
	max-width:100%;
}

#cmplz-manage-consent .cmplz-show{
	font-size: 12px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	height: 35px !important;
}

#cmplz-document h2{
	color: var(--white);
}

#cmplz-document .cmplz-dropdown p, #cmplz-document .cmplz-dropdown a, #cmplz-document .cmplz-dropdown .name, #cmplz-document .cmplz-dropdown .retention{
	color: var(--dark-brown);
}
