/**!
 * b4st CSS
 */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@font-face {
    font-family: 'Reross Quadratic';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/Reross-Quadratic-Regular.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/Reross-Quadratic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-BoldOblique.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Light.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-LightOblique.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Bold.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Ultra.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Oblique.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-UltraOblique.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-UltraOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Fenice Std';
    src: url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Regular.woff2') format('woff2'),
        url('/wp-content/themes/teatroanimazionefiesole/font/FeniceStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
	--corpo: #161615;
	--red: #E30102

}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
 font-family: 'ITC Fenice Std';
font-size: 1.2em;
	font-weight: 300;
	font-style: normal;
	color:#161615;




}

body.noscroll {
	overflow: hidden
}



b, strong {
    font-weight: 600;
}
/*main ul {
	padding-left: 0
}*/


main li {
	color: #000;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
	    padding-left: 15px;
}

main li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 6px;
    /* float: left; */
    position: absolute;
    top: 10px;
    left: 0;
	
}

body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {

}
 
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #E30102;
}
body.page-id-44::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #ca304a;
}

.bg-grey {
	background: #eae4df
}
/*
body.page-id-225::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #83814A;
}

body.page-id-278::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #5999bf;
}

body.page-id-355::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color: #A3B3BA;
}
*/

h1,
.h1{
	font-family: 'ITC Fenice Std';
		font-weight: bold;
	font-style: normal;
		letter-spacing: -1px;
	font-size: 2.8rem
}





h2 {
	font-family: 'ITC Fenice Std';
		font-weight: bold;
	font-style: normal;
	    font-size: 2em;

}
.titolo-cat-documenti {
	display: table;
	padding: 0 5px;
}
.titolo-cat-documenti:before {
		content: '';
    position: absolute;
    left: 0;
    height: 40px;
    background: #EAE4DF;
    width: 100%;
    bottom: 2px;
    z-index: -1;
}


h3{
	font-family: 'ITC Fenice Std';
		font-weight: bold;
	font-style: normal;
	    font-size: 1.5em;
}


h4{

}
a {
	color: #E30102;

}
a.nav-link ,
a.nav-link:hover,
.btn,
.btn:hover{
	text-decoration: none !important;
}

a:hover {
    color: #333;
		text-decoration: underline
}


#archivio-carousel a {
	color:var(--corpo)
}
.page-id-44 .logo-cont svg #Tracciato_23 {
	fill:#ca304a !important
		
}
.page-id-44 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-44 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#ca304a;
	stroke:#ca304a
}
.page-id-225 .logo-cont svg #Tracciato_23 {
	fill:#83814A !important
	
}
.page-id-225 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-225 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#83814A;
	stroke:#83814A
}

.page-id-278 .logo-cont svg #Tracciato_23 {
	fill:#5999BF !important
	
}
.page-id-278 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-278 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#5999BF;
	stroke:#5999BF
}

.page-id-355 .logo-cont svg #Tracciato_23 {
	fill:#A3B3BA !important
	
}
.page-id-355 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-355 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#A3B3BA;
	stroke:#A3B3BA
}

.page-id-1238 .logo-cont svg #Tracciato_23 {
	fill:#D11317 !important
		
}
.page-id-1238 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-1238 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#D11317;
	stroke:#D11317
}

.page-id-1166 .logo-cont svg #Tracciato_23 {
	fill:#CA304A !important
		
}

.page-id-2368 .logo-cont svg #Tracciato_23 {
	fill:#BC003E !important
		
}
.page-id-1488 .logo-cont svg #Tracciato_23 {
    fill: #4B9699 !important;
}
.page-id-1166 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-1166 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#CA304A;
	stroke:#CA304A
}

.page-id-2368 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-2368 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#BC003E;
	stroke:#BC003E
}
.page-id-1488 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-1488 .navbar-toggler svg#Componente_30_1 #Ellisse_20{
	fill:#4B9699;
	stroke:#4B9699
}

.page-id-1632 .navbar-toggler svg#Componente_20_1 #Ellisse_20,
.page-id-1632 .navbar-toggler svg#Componente_30_1 #Ellisse_20 {
    fill: #d11317;
    stroke: #d11317;
}

.page-id-1632 .logo-cont svg #Tracciato_23 {
    fill: #d11317 !important;
}
.page-id-1632 footer a.rounded {
    background: #d11317;
    border: 1px solid #d11317;
}
.page-id-1632 footer svg#Componente_21_1 #Tracciato_23 {
    fill: #D11317;
}


.yellow {
	color: #E30102
}
.grey {
	color: #333
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
}
/* Max img widths */
img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* Author bio */
.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
/* Main content */
/* Sidebar */
/* Hide form placeholders on focus */
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
.home .wpcf7-form input:focus::-webkit-input-placeholder { color: #fff; }
.home .wpcf7-form  input:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.home .wpcf7-form  input:focus::-moz-placeholder { color: #fff; } /* FF 19+ */
.home .wpcf7-form  textarea:focus::-webkit-input-placeholder { color: #fff; }
.home .wpcf7-form  textarea:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.home .wpcf7-form  textarea:focus::-moz-placeholder { color: #fff; } /* FF 19+ */
/* Comments */
#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.commentlist,
.commentlist ul {
	padding-left: 0;
}
.commentlist li {
	padding: 1rem;
}
.comment-meta {
	margin-bottom: 1rem;
}
.commentlist .children {
	margin-top: 1rem;
}
/* Site footer */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 0;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	background: rgba(108, 108, 108, 0.8);
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	cursor: pointer
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #6C6C6C;
  opacity: .5;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}

#menu-menu-principale{

}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(28, 112, 182, 0.9);
	color: #fff;
	transition: all 0.3s;
	overflow-y: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    right: 0;
}
#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#sidebar .sidebar-header {
    padding: 20px;
}
#sidebar ul {
		margin-top: 5rem
}
#sidebar ul li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align:right
}
#sidebar ul li a:hover {
		color: #ccc;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: --var(red);

}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li.active>a {
	background: #1B3865
}
.meno {
	display: none
}

nav .navbar .menu-item-has-children:hover .dropdown-menu {
    display: block;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    /*animation: 0.5s 0.3s fadeInDown both;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;*/

}

footer .navbar.fixed {
	    position: relative;
    background: transparent;
    padding-bottom: 3em;

}
.navbar.fixed .custom-logo svg {
    width: 180px;
    height: 50px;
}

.custom-logo {
	width: 300px
}

.page-template-page-minimal .custom-logo {
	width: 450px
}


.nav-link{
	position: relative;

}

a.corpo {
	color: var(--corpo)
}
/*.nav-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 70%;
    bottom: 0;
    border-top: 2px solid rgba(255,255,255,0.8);
    margin: auto;
}*/
.dropdown-menu .nav-link:after{
    display: none;
}
#menu-item-59 .nav-link:after {
	display: none
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    background:none;
    border: none;
    border-radius:none;
display:block !important
}
.dropdown-menu li {
	width: fit-content
}
.dropdown-menu .nav-link {
padding: 10px 0px !important;
    font-size: 20px !important;
    color: #fff !important;
    text-transform: initial;
    font-weight: normal;
	    font-weight: normal !important;
	position: relative
}
.dropdown-menu .nav-link:hover {
	color:#fff !important
}
.dropdown-menu .nav-link:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: calc(100%);
    margin: auto;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: #fff;
}
.nav-link:hover {
	color:var(--red) !important
}
.dropdown-menu .nav-link:hover:after {
	display: none
}

.cont-menu {
	position: relative
}
.cont-menu:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	border-left: 1px solid #535353
}
.menu-item-has-children {
	position: relative;
	    text-align: center;
}
.cont-menu a:first-child:hover {
	color: #fff
}
.noafter .nav-link:after {
	display: none
}
.noafter .current_anchor_item {
	margin-bottom: 0 !important
}
.menu-item-has-children i  {
position: absolute;
	    left: 125px;
    top: 50px;
    right: -45px;
    z-index: 1;
    color: #fff;
    zoom: 0.6;
	    display: none;
}

.aprisottomenu {
	display: block
}

@media (min-width: 991px) {
/*.menu-item-has-children:hover .dropdown-menu {
	display: block
}*/
	

}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
} 
/*
.owl-theme .owl-dots {
	position: absolute;
	bottom: 15px;
	width: 100%
}
.owl-theme .owl-dots button {
		border: 1px solid transparent;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
}
.owl-theme .owl-dots .owl-dot span {
		width: 5px;
    height: 5px;
    margin: auto;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    rota: inherit;
    transform: rotate(50deg);
}
.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
	border:1px solid #fff;
	outline: none
}
	
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
*/
.relative {
	position: relative
}


.white {
	color: #fff !important
}
.black {
	color: #000
}
.burgundy {
	color: #ca304a
}
.testata-home {

}
.sottotitolo {
	font-size: 2em
}

/*
.immagine-con-decorazione img{
	    border-radius: 50%;
}
.immagine-con-decorazione {
	margin-top: -150px !important
}
.immagine-con-decorazione figure {
	position: relative
}

.immagine-con-decorazione figure:after  {
		content: '';
    height: 460px;
    width: 100%;
    position: absolute;
    bottom:0;
    left: 0px;
    background-size: contain !important;
}
.page-id-225  .immagine-con-decorazione figure:after {
    background: url(https://teatrosolare.it/wp-content/uploads/2021/12/TS_boscosolare_decorazione-tondo.svg) no-repeat center bottom;
}
*/
.media-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
        width:100%;
}

.media-container iframe,  
.media-container object,  
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cont-slide {
display: flex
;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
	color: #fff;
	    font-size: 1.8em;
}

.page-template-page-minimal .cont-slide,
.page-template-page-contenuti-flessibili .cont-slide{
	height: 100%
}
.cont-slide h1 { 
    color: #fff;

}
.page-id-1238  .cont-slide h1 {
    line-height: 0.8em;
}
.page-template-page-minimal .cont-slide h1,
.page-template-page-contenuti-flessibili .cont-slide h1{ 
	color: #333333;
	font-size: 6rem;
	text-transform: lowercase
}


.card-body .readmore {
	position: absolute;
	right: 0;
    bottom: 20px	;
    font-size: 20px;
    font-weight: 600;
}
.card picture {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	position: relative;
	float: left;
	
}
.card picture:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.card picture:hover:before,
.card a:hover picture:before {
			opacity: 1;
			visibility: visible;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.cerchio {
	background: url(/wp-content/uploads/2021/11/cerchio.png) no-repeat center center;
			background-size: contain;
}
/*
.img-slide:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 120px;
    background: url(https://www.restaurandofirenze.com/wp-content/uploads/2021/07/punta-slide.png) center center no-repeat;
    background-size: cover;
}
*/
/*.testata-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
		background: -o-linear-gradient(bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0) 10%, rgba(0,0,0,.01) 20%, rgba(0,0,0,.64) 100%, rgba(0,0,0,.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
    left: 0;
    top: 0;
}*/
.custom-logo svg {
	width: 260px;

}
.breadcrumb {
font-size: 14px;
    margin-bottom: 0;
    background: none;
    padding: 10px 0;
    /* border-bottom: 1px solid; */
    border-radius: 0;
}
.breadcrumb a {
	color: #5F5F5F
}
.separator {
	margin: 0 5px
}

nav.navbar {
position: fixed;
    width: 100%;
    background: #EAE4DF;
	z-index: 1
}
footer nav.navbar {
	position: relative;
	background: none;
	padding-bottom: 3em;
}
hr.linea {
    width: 100px;
    /* margin-left: 0; */
    border-top: 2px solid #FF4E4E;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.blocco-here img {
	margin-top: -300px
}


.scroll-down {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 30px;
}

.scroll-down svg {
		animation: pulse 1.5s infinite;
	height: 40px;
	width: auto
}
.icona {
	    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: auto;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	z-index: 1
}

.icona svg {
	margin: auto;
height: 150px;
    width: auto;
}
.single-tour .icona {
	    height: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: -80px;
}
.cont-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 35%);
}



@media (min-width: 768px) {
.navbar-expand-md {
    flex-wrap: wrap;
    justify-content: flex-start;
}
	
}

.navbar-expand-md .navbar-collapse {
    justify-content: center;
}



.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 16px;
    padding: 0rem 1.5rem;
font-style: italic;
    font-weight: 300;
    border-left: 1px solid #161615;

}
.navbar-light .navbar-nav li:last-child .nav-link {
	border-right: 1px solid #161615
}

/*
.navbar-light .navbar-nav .nav-link:before {
content: "";
    color: #9F9073;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}
*/
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: var(--red);
    background: transparent;
}
/*.navbar-light .navbar-nav li .nav-link.current_anchor_item {
		color: #C8102E;
	background: #fff
}*/
.chiudi-icon {
	display: none
}
.noscroll .apri-icon {
	display: none;
	margin-right: 28px
}
.noscroll .chiudi-icon {
	display: block;
		margin-right: 28px

}
.sticky .chiudi-icon {
margin-top: -5px
}

.navbar-nav .nav-link {
    position: relative;
    padding: 2px 0;
    text-align: left;
    font-weight: 300;
    font-size: 1.4rem;
    color: #161615 ;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.current-menu-item .nav-link{
	color: var(--red);

}
.current-menu-item .nav-link {
	font-weight: 600
}

.navbar-light .navbar-nav .nav-link:after:focus,
.navbar-light .navbar-nav .nav-link:after:hover {

}




.menu-button .nav-link  {
	background:#C8102E !important ;
	color: #fff !important; 
    font-size: 30px !important;
    text-transform: none;
    padding: 6px 2rem !important;
}
.navbar-light .navbar-nav .menu-button  .nav-link:hover{
	color: #fff !important; 

}
.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-item.current-menu-item .nav-link:before,
.single-portfolio .navbar-light .navbar-nav #menu-item-571 .nav-link:before,
.single-portfolio.casestudy .navbar-light .navbar-nav #menu-item-65 .nav-link:before,
.navbar-light .navbar-nav li .nav-link.current_anchor_item:before{
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
		transform-origin: 0 50%;
	color: #9F9073
}
.contenuti-testata {
display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    height: 65%;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 11;
}
.contenuti-testata.interna {
	height: 90%
}
.single-tour .contenuti-testata.interna {
    height: 70%;
}
.vertical-align {
	    justify-content: center;
    display: flex;
    flex-direction: column;
}

.fixed-menu {
	width: 100%;
	margin: 0;
	background: #B5A781;
	position: absolute;
	bottom: 0px;
	padding: 10px;
font-size: 15px;
    font-weight: 600;
	
}
.fixed-menu a {
	color: #fff;
	    text-decoration: none;
}
.wpcf7-submit {
	width: 100%
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled{
		color: #fff;
		background-color: #E30102;
		border-color: #E30102;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
   


}
.btn-primary.greenmedium{
			background-color: #4B9699;
		border-color: #4B9699;
}

.btn-primary:hover {
		background: #fff;
		border: 1px solid var(--corpo);
		color: var(--corpo);

}

.btn-red,
.btn-red.disabled,
.btn-red:disabled{
		color: #fff ;
		background-color: #ca304a;
		border-color: #ca304a;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.btn-red.due,
.btn-red.due.disabled,
.btn-red.due:disabled{
		color: #fff ;
		background-color: #D11317 ;
		border-color: #D11317 ;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.btn-green,
.btn-green.disabled,
.btn-green:disabled{
		color: #fff ;
		background-color: #83814A;
		border-color: #83814A;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.btn-light-blue,
.btn-light-blue.disabled,
.btn-light-blue:disabled{
		color: #fff ;
		background-color: #5999bf;
		border-color: #5999bf;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.btn-light-grey,
.btn-light-grey.disabled,
.btn-light-grey:disabled{
		color: #fff ;
		background-color: #A3B3BA ;
		border-color: #A3B3BA ;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.red {
	color: #ca304a  !important
}

.page-id-1238 .red {
    color: #D11317 !important;
}
a.red:hover {
	color: #333 !important
}
.green {
	color: #83814A
}
.bg-green {
	background: #83814A;
	color: #fff
}
.bg-light-blue {
	background: #5999BF;
	color: #fff
}

.bg-yellow {
		background: #E30102 ;
	color: #fff
}
.bg-light-grey {
	background: #A3B3BA ;
	color: #fff
}
.disclaimer {
	padding: 25px;
}
    
.disclaimer p {
	margin-bottom: 0;
	padding-left: 55px;
}
.disclaimer svg {
	position: absolute;
	
}
.page-id-355 .disclaimer svg,
.page-id-278 .disclaimer svg,
.page-template-page-minimal svg{
	top:15px
	
}
main ul {
	padding-left: 0
}
.light-blue {
	color: #5999bf
}

.light-grey {
	color: #A3B3BA
}
a.green:hover,
a.light-blue:hover,
a.light-grey:hover {
	color: #333 !important
}



.btn-red:hover,
.btn-green:hover,
.btn-light-blue:hover{
		background: #fff;
		border: 1px solid #333;
		color: #333;

}

.btn-primary-reverse {
background: #fff;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
padding: 18px 2em;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
}
.btn-primary-reverse:hover {
		background: #000;
		color: #fff;


}
.page-id-38  .gallery-carousel {
	margin-top: 6em !important
}
.wpcf7-submit,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled{
		color: #fff;
		background-color: #E30102;
		border-color: #E30102;
		padding:0.5em 2.5em;
		font-weight:300;
		border-radius:0;
font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wpcf7-submit:hover {
		background: #fff;
		border: 1px solid #333;
		color: #333;

}
.page-id-44 .wpcf7-submit,
.page-id-44 .wpcf7-submit.disabled,
.page-id-44 .wpcf7-submit:disabled{
			background-color: #ca304a;
		border-color: #ca304a;
}

.page-id-225 .wpcf7-submit,
.page-id-225 .wpcf7-submit.disabled,
.page-id-225 .wpcf7-submit:disabled{
			background-color: #83814A;
		border-color: #83814A;
}

.page-id-278 .wpcf7-submit,
.page-id-278 .wpcf7-submit.disabled,
.page-id-278 .wpcf7-submit:disabled{
			background-color: #5999bf;
		border-color: #5999bf;
}


.page-id-355 .wpcf7-submit,
.page-id-355 .wpcf7-submit.disabled,
.page-id-355 .wpcf7-submit:disabled{
			background-color: #A3B3BA;
		border-color: #A3B3BA;
}
.page-id-1238 .wpcf7-submit,
.page-id-1238 .wpcf7-submit.disabled,
.page-id-1238 .wpcf7-submit:disabled{
			background-color: #D11317;
		border-color: #D11317;
}


.page-id-1166 .wpcf7-submit,
.page-id-1166 .wpcf7-submit.disabled,
.page-id-1166 .wpcf7-submit:disabled{
			background-color: #CA304A;
		border-color: #CA304A;
}

.page-id-2368 .wpcf7-submit,
.page-id-2368 .wpcf7-submit.disabled,
.page-id-2368 .wpcf7-submit:disabled {
			background-color: #BC003E;
		border-color: #BC003E;
}
.btn-white {
			color: #000;
			background-color: #fff;
			border-color: #fff;
			letter-spacing: 1px;
			border-radius:25px;
			font-size: 15px;
			padding: 5px 25px;
	font-weight: 600;

}
.btn-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;


}


.misha_loadmore {
	text-align: center;
	width: 25%;
	margin: auto;
	clear: both;
	cursor: pointer
}
.btn-grey,
.misha_loadmore{
    color: #fff !important;
    background-color:#3B3B3B  !important;
    border-color: #3B3B3B !important;
    padding: 1em 2em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 3px;
}
.btn-grey:hover{
    color: #fff !important;
    background-color: #C8102E !important;
border-color: #C8102E !important;
}




button:focus {
    outline: none;
}


@media (min-width: 1024px) {
	.px-md-10 {
		padding: 0 6em !important
	}
footer {
    padding-top: 12em !important;
}
	
	.pt-200 {
		padding-top: 200px !important
	}
	
}



.masonry {
    column-count: 4;
    column-gap: 1em;
}
.masonry .item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.masonry .item img {
	width: 100%
}
.masonry .item:nth-child(3n+0) img {
	height: 380px;
	object-fit: cover
}
.masonry .item:nth-child(2n) img {
	height: 300px;
	object-fit: cover
}



.nascosto {
	opacity: 0;
	visibility: hidden;
	position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		justify-content: center;
		display: flex;
		flex-direction: column;
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
	box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 55%);
}
.nascosto h3 {
	color: #fff
}

a.rounded {
width: 60px;
    height: 60px;
    background: #E30102;
    display: inline-block;
    /* border-radius: 0 !important; */
    line-height: 65px;
    border: 1px solid #E30102;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    border-radius: 50%;
}
a.rounded i {
    font-size: 1.2em;
    color: #ff225f;
}

	.prezzo {
    color: #333;
font-size: 40px;
    font-weight: 600;
    margin-top: 20px;


	}

.pagination {
	    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.page-item {
    position: relative;
    display: block;
    font-size: 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
	    margin: 0 5px;
}
.page-item span {
    position: relative;
    display: block;
    padding: 12px 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 12px 18px;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #707070;
    background-color: #fff;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #707070;
    border-color: #707070;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border-radius: 0
}
.form-control {
border-radius: 0;
    height: 40px;
    border: 1px  solid #ced4da;
    padding-left: 15px;
	font-weight: 300
}

input[type=number] {
	    height: 40px;
    width: 100%;
	    font-weight: 300;
    border: 1px solid #ced4da;
}
input[type=number] {
	padding-left: 15px
}
.checkbox-468 input {
	margin-left: 10px
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ced4da;
	color: #7B7B7B;
	    height: 40px;
}
input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=month]:focus-visible,
input[type=time]:focus-visible,
.form-control:focus-visible{
	outline: none !important
}
select {
color: #7B7B7B;
}

.form-control:focus {
    color: #7B7B7B;

    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: auto;
    border: 1px solid #ced4da;
}
.privacy,
.liberatoria {
	font-size: 13px
}
.privacy .wpcf7-list-item ,
.liberatoria .wpcf7-list-item {
	margin: 0
}
.privacy input ,
.liberatoria input {
	margin-right: 5px
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}
#opere-carousel h3 {
	font-size: 22px;
}
#opere-carousel svg,
#owl-home-gallery svg,
#gallery-carousel svg{
	height: 80px;
	width: 80px
}
.slide {
	    height: 84vh;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.owl-prev {
	position: absolute;
	left: -60px;
	top: 40%;
}

.owl-next {
	position: absolute;
	right: -60px;
	top: 40%;
}

.owl-nav svg {
	height: 30px;
    width: auto;
}
.owl-nav button:hover svg #Ellisse_20{
	fill:#e32226;
	stroke:#e32226
}

#gallery-carousel .owl-nav button:hover svg #Tracciato_17,
#gallery-carousel .owl-nav button:hover svg #Tracciato_18 {
	fill:#fff;
	stroke:#fff
}
#owl-home-gallery {
	z-index: inherit
}
#opere-carousel.owl-theme .owl-nav ,
#gallery-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
#opere-carousel .owl-prev,
#gallery-carousel .owl-prev{
		position: absolute;
    left: -130px;
}
#opere-carousel .owl-next,
#gallery-carousel .owl-next{
		position: absolute;
    right: -130px;
}
.home #owl-home-gallery .owl-nav {
	display: none
}
#owl-home-gallery .owl-nav {
    position: absolute;
    right: 0;
    z-index: 11;
    margin-top: 10px;


}

#owl-home-gallery .owl-nav button {
	color: #000000
}

#news-carousel .owl-nav{
	    margin-top: 0;
    position: absolute;
    right: 0;
    top: -85px;
}
#news-carousel .owl-nav button {
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}
#news-carousel .owl-nav button:hover svg #Ellisse_41 {
	    fill: #E30102;
    stroke: #E30102;
}

.cont-img {
    overflow: hidden;
}
.cont-img img {
	width:100%;
    transform: scale(1) rotate(
0deg
);
    transition: all ease 0.6s;
    box-shadow: none;
}
.cont-img:hover img {
    transform: scale(1.1) rotate(
0deg
);
    transition: all ease 0.6s;
}

.date:after {
content: '';
    position: absolute;
    top: 13px;
    width: 85%;
    border-top: 1px solid #ccc;
    left: 12%;
}
.privacy .wpcf7-acceptance,
.liberatoria .wpcf7-acceptance{
    padding-left: 25px;
}

.privacy .wpcf7-list-item,
.liberatoria .wpcf7-list-item{
    margin: 0;
    /* margin-top: -5px; */
    position: absolute;
    /* padding-right: 41px; */
    left: 0;
    top: -5px;
}



.servizi {
    /*background-size: contain;
    background: url(https://www.tuscanyestour.com/wp-content/uploads/2021/08/bg-servizi.png);*/
    padding: 50px;
    border-radius: 2px;
		background-repeat: no-repeat;
    -webkit-box-shadow:0 0 5px 2px rgb(0 0 0 / 10%);
   box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    position: relative;
    /*background-position: right 0px;*/
    min-height: 330px;
    /*background-repeat: no-repeat;*/
    width: 100%;
    margin-bottom: 85px;
	 background: #FDFCF4
}
.servizi:before {
    /*content: '';
    position: absolute;
    left: 1px;
    top: 14px;
    height: calc(100% - 8px);
    box-shadow: -1px -10px 3px 0px rgb(0 0 0 / 20%);
    width: 1px;*/
	content: url(https://www.tuscanyestour.com/wp-content/uploads/2021/08/traingolo-servizi-1.png);
	    position: absolute;
    bottom: -12px;
    box-shadow: none;
    right: -6px;
}
.servizi:after {
    content: '';
    position: absolute;
    left: 26px;
    top: 65px;
    /*background: url(https://www.tuscanyestour.com/wp-content/uploads/2021/08/bg-servizi-2.png);
	    background-size: cover;
		background-position: center;*/
	 background: #FAF8ED;
    width: 100%;
    height: 93%;
    z-index: -1;
	 transform: skewY(-2deg);
	    -webkit-box-shadow:0 0 5px 2px rgb(0 0 0 / 10%);
   box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);

}
.servizi .row {
	position: relative;
		padding: 5px 0
}
.servizi .row:after {
	content: '';
	position: absolute;
	left: 50px;
	bottom: 0;
	width: calc(95% - 50px);
	border-bottom: 2px dotted #ccc;

}
.servizi-triangolo {
	position: absolute;
	right: 0
}

#wpcf7-f4-o1 {
	margin-top:50px
}
.privacy .wpcf7-list-item::before ,
.liberatoria .wpcf7-list-item::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
box-shadow: 0 0 0 1px #707070;
}




.inputcheck .wpcf7-list-item::before {
    background: #333;
    border: 5px solid #fff;
}
.settimana .wpcf7-list-item {
	margin: 0
}
.settimana  .wpcf7-list-item input[type=checkbox] {
	    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px #707070;
}
.page-template-page-contatti .privacy .wpcf7-list-item::before {
    box-shadow: 0 0 0 1px #707070;
}
/*.privacy .wpcf7-list-item input[type=checkbox],
.privacy  .radio .wpcf7-list-item input[type=checkbox],
.privacy  .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.privacy  .radio .wpcf7-list-item input[type=radio],

.liberatoria .wpcf7-list-item input[type=checkbox],
.liberatoria  .radio .wpcf7-list-item input[type=checkbox],
.liberatoria  .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.liberatoria  .radio .wpcf7-list-item input[type=radio]
*/



.page-id-1166  .galleria-carousel img {
	height: 325px;
	object-fit: cover
}

.page-id-2368  .galleria-carousel img {
	height: 325px;
	object-fit: cover
}
.page-id-44 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#ca304a
}
.page-id-225 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#83814A
}
.page-id-278 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#5999bf
}

.page-id-355 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#A3B3BA
}

.page-id-1238 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#D11317
}

.page-id-1166 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#CA304A
}

.page-id-2368 footer svg#Componente_21_1 #Tracciato_23 {
	fill:#BC003E
}

.page-id-1488 footer svg#Componente_21_1 #Tracciato_23 {
    fill: #4B9699;
}
.widget_contatti-2 span {
	display: none
}
.modal-dialog {
    max-width: 75%;
}
.modal-body {
    padding: 1.5rem

}
.modal-body h3 {
	font-size: 4rem
}
.modal-content {
    color: #333;
    border-radius: 0;
}
.modal-body .data {
	font-weight: 500
}
.modal-body button.close {
	position: absolute;
	opacity: 1;
	right: 10px;
    top: 0;
}
.facetwp-reset {
	background: #fff;
    border: 1px solid var(--corpo);
    padding: 0 25px;
    height: 34px;
    margin-top: 8px;
}
.facetwp-reset:hover{
	background: var(--corpo);
    border: 1px solid var(--corpo);
		color: #fff;
    padding: 0 25px;
    height: 34px;
    margin-top: 8px;
}

.facetwp-type-sort select {
	    width: 220px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 1;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    padding: 4px 22px 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--copo);
    /* font-size: 18px; */
    font-weight: 300;
}
.border-bottom {
    border-bottom: 3px solid #dee2e6!important;
}
.popup-content {

	font-size: 15px
}
.biglietto-5 {
	display: none
}

footer {
	color:#767676
}
footer a.rounded {
width: 60px;
    height: 60px;
    background: #E30102;
    display: inline-block;
    /* border-radius: 0 !important; */
    line-height: 65px;
    border: 1px solid #E30102;
	border-radius: 50% !important;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;


}
.page-id-44 footer a.rounded {
	    background: #ca304a;
    border: 1px solid #ca304a;
}

.page-id-225 footer a.rounded {
    background: #83814A;
    border: 1px solid #83814A;
}

.page-id-278 footer a.rounded {
    background: #5999bf;
    border: 1px solid #5999bf;
}

.page-id-355 footer a.rounded {
    background: #A3B3BA;
    border: 1px solid #A3B3BA;
}

.page-id-1238 footer a.rounded {
    background: #D11317;
    border: 1px solid #D11317;
}

.page-id-1166 footer a.rounded {
    background: #CA304A;
    border: 1px solid #CA304A;
}

.page-id-2368 footer a.rounded {
    background: #BC003E;
    border: 1px solid #BC003E;
}
.page-id-1488 footer a.rounded {
    background: #4B9699;
    border: 1px solid #4B9699;
}
.widget_social-2 {
	margin:40px 0 0 0
}
footer a.rounded i {
	font-size: 1.5em;
	color: #333
}
footer a.rounded:hover {
	border: 1px solid #333;
	background: #fff
}
footer  .nav-link,
footer  a{
	color: #333
}

footer  .nav-link:hover {
	text-decoration: underline;
	    color: #333 !important;
}
footer ul {
	list-style: none;
	padding-left: 0
}

.widget_contatti-2 a {
		color:#767676
}

/*footer .navbar-light .navbar-nav .nav-link:focus,
footer .navbar-light .navbar-nav .nav-link:hover,
footer .current-menu-item .nav-link {
    color: #000!important;
    background: none;
}*/

footer h4 {
    font-style: normal;
    font-display: swap;
	font-size: 1.4em;
    font-weight: 600;
}


.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {

    outline: none;
}




.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #E30102
}

.page-id-278 .owl-theme .owl-dots .owl-dot.active span,
.page-id-278 .owl-theme .owl-dots .owl-dot:hover span {
background: #5999bf
}

.page-id-355 .owl-theme .owl-dots .owl-dot.active span,
.page-id-355 .owl-theme .owl-dots .owl-dot:hover span {
background: #A3B3BA
}

.page-id-225 .owl-theme .owl-dots .owl-dot.active span,
.page-id-225 .owl-theme .owl-dots .owl-dot:hover span {
background: #83814A
}



.page-id-225 .owl-theme .owl-nav [class*=owl-]:hover svg #Ellisse_41{
	stroke:#83814A;
	fill:#83814A
}
.page-id-278 .owl-theme .owl-nav [class*=owl-]:hover svg #Ellisse_41{
	stroke:#5999bf;
	fill:#5999bf
}
.page-id-355 .owl-theme .owl-nav [class*=owl-]:hover svg #Ellisse_41{
	stroke:#A3B3BA;
	fill:#A3B3BA
}


footer {

	font-size: 16px
}

footer
.text-2 svg{
	height: 135px;
}
#menu-menu-footer{
list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}
#menu-menu-footer a.nav-link {
	padding: 0 15px;
}
.piede {
	background: #2E2E2E;
	color: #fff;
	font-size: 13px;

}
.overlay {
position: fixed;
    top: 111px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    /*transition: opacity 0.55s, visibility 0.55s, width 0.55s;*/
    z-index: 50;
background: var(--red);
}

body.sticky .overlay {

    top: 75px

}
/*.overlay:before {
    content: "";
    background: rgba(0,0,0,.95);
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}
*/
.overlay.show {
    /*opacity: 0.9;*/
    visibility: visible;
    height: 100%;
}
/*
.overlay.show:before {
    left: 0;
}
.overlay:after {
    content: "";
    background: rgba(0,0,0,.95);
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}
.overlay.show:after {
    right: 0;
}
*/
.overlay a {
	color: #fff
}

.overlay.show .dropdown-menu li {
    position: relative;
	opacity: 0


}
.overlay.show .dropdown-menu li {
-webkit-animation: fadeInUp 0.5s ease forwards;
    animation: fadeInUp 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;

}
.overlay.show {
display: block

}

.navbar-toggler {
position: absolute;
    top: 5px;
    right:85px;
	    border: none;
	padding: 0
}
.fixed .navbar-toggler {
    top: 0;
	    right: 85px;

}
.noscroll .logo svg {
	height: 50px;
    width: auto;
    position: absolute;
    left: 48px;
    top: 55px;
}
.noscroll .navbar-toggler {
	position: absolute;
	top:5px;
	right: 65px;
	border: none;
	padding: 0
}

.navbar-toggler:hover svg #Ellisse_20{
	fill:#fff !important;
	stroke:#333 !important;
	    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.cont-testi {
	color: #fff;
	text-align: center;
	position: relative;
    z-index: 1111;
}

.cont-testi .big {
  font-size: 72px;
		margin-bottom: 0;
		color: #fff;
		letter-spacing: 4px;
		position: relative;
		width: fit-content;
		margin: auto;
		display: table;
}
.cont-testi .big:before {
content: '';
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 27%;
    border-top: 1px solid #fff;
}
.cont-testi .big:after {
    content: '';
    position: absolute;
    left: 35%;
    bottom: 27px;
    width: 65%;
    border-top: 1px solid #fff;
}
.cont-alternato  img {
	width: 100%;

}

.cont-alternato .img {
  position: relative;
}
#attivita-1 {
	    margin-bottom: -30px;
}
.attivita figure img{
		-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.page-template-page-archivio-progetti .attivita figure img {
    width: 100%;
}
.img-attivita-hover {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
				-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.attivita figure:hover .img-attivita-hover{
		visibility: visible;
	opacity: 1
}
#attivita-1 picture {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto01a-soledinverno.svg) no-repeat center center;
    height: 450px;
    background-size: contain;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#attivita-1 picture:hover {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto01b-soledinverno.svg) no-repeat center center;
    height: 450px;
    background-size: contain;
}

#attivita-2 picture {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto02a-boscosolare.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#attivita-2 picture:hover {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto02b-boscosolare.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
}

#attivita-3 picture {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto03a-campisolari.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
		-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#attivita-3 picture:hover {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto03b-campisolari.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
	
}

#attivita-4 picture {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto04a-risonanze.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
		-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#attivita-4 picture:hover {
	background: url(/wp-content/uploads/2021/11/TS_homepage_progetto04b-risonanze.svg) no-repeat center center;
    height: 420px;
    background-size: contain;
}
.altri-text {
	position: absolute;
    top: 60%;
    width: 100%;
	left: 0;
   padding-left: 40px;

}

.page-id-41 .img img {
	height: 650px;
	object-fit: cover;
	width: 100%
}



.post-type-archive-tappa .cont-slide h4,
.single-tappa .cont-slide h4{

margin-top: 30px;
    font-weight: 300;
    font-size: 1.8rem;
}

/* media queries*/ 
@media (min-width: 1024px) {
	
	.px-5-large {
	padding-left: 5em;
	padding-right: 5em
}
	
	.px-5-large-percent {
	padding-left: 5%;
	padding-right: 5%
}
	.cont-alternato {
		padding-bottom: 8em
	}
.cont-alternato:nth-child(even) .img {
    order: 2;
    /* justify-content: flex-end; */
    /* display: flex; */
    margin-left: auto;
}
	.post-type-archive-tappa h1,
	.single-tappa h1{
	line-height: 9rem;
}
	
	.timeline-tappe {
		position: relative
	}
/*	.timeline-tappe:before {
		content: '';
        position: absolute;
        right: 50%;
        border-left: 1px solid;
        width: 1px;
	        height: 110%;
        top: 0;
        z-index: -1;

	}
	*/
	
	
	.cont-tappa:nth-child(even)	.immagine-tappa {
		order: 2
	}
	.cont-tappa:nth-child(even)	.descrizione-tappa {
		text-align: right
	}
	.immagine-tappa {
		position: relative;
    padding-left: 3em;
    padding-right: 1em;
	}
	.cont-tappa:nth-child(even)	.immagine-tappa {
    padding-left: 1em;
    padding-right: 3em;
	}
.immagine-tappa:before {
    content: '';
    position: absolute;
    top: 40%;
    right: -35px;
    width: 70px;
    height: 70px;
    background: var(--yellow);
    border-radius: 50%;
	z-index: 1
}
	
.immagine-tappa:after {
	content: '';
    border-left: 2px solid #333;
    width: 1px;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
	}
	
	.cont-tappa:first-child .immagine-tappa:after {
        content: '';
        border-left: 2px solid #333;
        width: 1px;
        position: absolute;
        top: -49px;
        height: calc(100% + 70px);
        right: 0;
        z-index: -1;

	}
	
	.cont-tappa:nth-child(even)	.immagine-tappa:before {
        content: '';
        position: absolute;
        top: 40%;
        right: auto;
        width: 70px;
        height: 70px;
        background: var(--yellow);
        border-radius: 50%;
        left: -35px;
		z-index: 1
}
.cont-tappa:nth-child(even)	.immagine-tappa:after {
		content: '';
    border-left: 2px solid #333;
    width: 1px;
    position: absolute;
    top: 0;
    height: 100%;
    left: -2px;
	}
	
		.cont-tappa:last-child .immagine-tappa:after {
        height: 50%;

	}
#blocco-ripetible-1 .img {
	margin-top:-70px
}
#blocco-ripetible-1 .descrizione-blocco,
	#blocco-ripetible-3 .descrizione-blocco{
	position: absolute;
	right: 5%;
	bottom: 0
}
#blocco-ripetible-2 .descrizione-blocco,
	#blocco-ripetible-4 .descrizione-blocco{
	position: absolute;
	bottom: 0;
	left: 5%
}	
	
	
	.cont-alternato-cucine:nth-child(even) .descrizione-blocco {
		order: 2
	}
}
.immagini-tappa img {
	    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
@media (max-width: 1600px) {
	#blocco-ripetible-2 h2 span {
		font-size: 30px !important
	}
	#blocco-ripetible-4 h2 span {
		font-size: 38px !important
	}
	.btn-primary-reverse {
    letter-spacing: 1px;
    font-size: 14px;
}
	.punto {
		height: 200px !important;
    justify-content: center;
    display: flex;
    flex-direction: column;
	}
}
@media (min-width: 1900px) {
.mt-neg-150 {
	margin-top: -260px
}

	.contenuti-testata-portfolio {
    top: 20%;
}
	.img-testata-portfolio {
    margin-top: -300px;
}
	.container {
		max-width: 1550px
	}
	

}
@media (min-width: 768px) and (max-width:1366px) {
	
	
	.navbar-light .navbar-nav .nav-link {
    padding-left: 1em;
    padding-right: 1em;
		font-size: 14px
	}
h2 {
    font-size: 40px;
    letter-spacing: 2px
	}
#blocco-ripetible-3 h2 span {
    font-size: 32px !important;
}
#blocco-ripetible-4 h2 span {
    font-size: 32px !important;
}
	.cont-slide h1 {
    color: #333333;
    font-size: 6rem;

}
}
@media (max-width: 767px) {
    .navbar-light .navbar-toggler {
        padding: 0;
        position: absolute;
        right: 15px;
    }
	
	.navbar-toggler .box {
    width: 55px;
    height: 60px;
    position: relative;
}
	
	.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-menu span {
    display: block;
    width: 60%;
    /*box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);*/
    border-radius: 0;
    height: 3px;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
		background: var(--red)
}
.btn-menu span + span {
  margin-top: 10px;
}

.btn-menu span:nth-child(1){
	background: var(--red) !important
}
 .btn-menu span:nth-child(2){
	background: var(--red) !important
}
 .btn-menu span:nth-child(3){
	background: var(--red) !important
}

 .btn-menu span:nth-child(1) {
	background: var(--erd)
}
.btn-menu span:nth-child(2) {
	background: var(--red)
}
.btn-menu span:nth-child(3) {
	background: var(--red)
}


.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
.active .btn-menu span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff !important
}
 .active .btn-menu span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: #fff !important
}
 .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
	.logo-cont svg {
		    height: 40px !important;
    width: auto;
    margin-top: -12px;
    margin-left: 5px;
}
	
	.logo-cont svg {
    height: 40px !important;
    width: auto;
    margin-top: 6px;
    margin-left: 4px;
}
.modal-dialog {
    max-width: 95%;
}
	.img-radius img {
    border-radius: 50%;
    width: auto !important;
    height: 365px !important;
    object-fit: cover;
    margin-bottom: 25px;
}
.cont-slide h1 {

    font-size: 4rem !important;

}
	.navbar-nav .nav-link {
    color: #333 !important;
}
	.overlay {
    position: fixed;
    top: 62px;
	}
	.modal-body button.close {
    position: absolute;
    opacity: 1;
    right: 0px;
    top: -10px;
}
	.modal-body button.close svg {
		height: 30px !important;
		width: 30px !important
	}
.navbar-toggler {
    right: 10px;
    top: 5px;
}
	.navbar-toggler svg {
		height: 50px;
		width: 50px
	}
.nav_menu-2,
.nav_menu-3,
.nav_menu-4 {
	display: none
}
	.icona svg {
    height: 85px;
}
	.aprisottomobile {
		position: absolute;
    left: 30%;
    top: 11px;
	}
	.aprisottomobile svg {
		width: 15px
	}
	#news-carousel figure {
		height: 150px !important;
	}
	.mostrasubmenu {
		display: block
	}
	
	.meno {
		display: none;
		margin-top: 6px;
	}

	.btn-close {
    box-sizing: content-box;
    width: 1.5em;
    height: 1.5em;
    padding: .25em .25em;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    background-size: cover;
}
	

	.page-id-44 .sottotitolo {
		color: #333 !important
	}

.dropdown-menu .nav-link {
    font-size: 14px !important;
	}
.navbar.fixed .custom-logo svg {
    width: 160px;
    height: 40px;
}
footer .navbar,
footer .navbar.fixed {
    padding-left: 0;
    padding-right: 0;
}
	#menu-menu-footer {
    text-transform: none;
    flex-direction: row;
}
	#menu-menu-footer a.nav-link {
    padding: 0 8px;
}
.navbar-light .navbar-nav .nav-link {

    font-size: 14px;

}

	.navbar.fixed svg {
    height: 40px !important;
}
	#azienda-desc {
		margin-top: 80px
	}
	.px-0-mobile {
		padding: 0
	}
.turni .wpcf7-list-item {
    width: 100%;
	}
	.overlay .fixed-menu{
		position: fixed;
    z-index: 1111;
    top: 100vh;
	}
	.testata-home {
    height:42vh !important;
		    margin-top: 62px !important;
    /* background-position: -33em 50px !important; */
 
}
	.navbar-toggler svg {
		height: 40px !important
	}
	.navbar-toggler svg #MENU {
		display: none
	}
	.navbar-toggler {
    right: 15px;
    top: 5px
	}
	.noscroll .chiudi-icon {
    display: block;
    margin-right: 0;
}

	.page-id-1488  .testata-home {
	background-image: url(https://teatrosolare.it/wp-content/uploads/2023/06/TS_fiesole2030_testata-mobile.svg) !important;
	}
	#owl-home-gallery picture {
		height: 94vh !important
	}
	#owl-home-gallery .vertical-align {
    justify-content: flex-end;
	}
	.cont-testi {
	margin-bottom: 65px;
		text-align: left
	}
	.cont-testi .btn  {
		margin-top: 10px !important;
    margin-left: 0 !important;
	}
	.cont-testi .big { 
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
    width: fit-content;
    margin: auto;
    display: table;
    line-height: 1.4em;
}
	.cont-testi .big:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 33%;
    border-top: 1px solid #fff;
}
	.cont-testi .big:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 65%;
    border-top: 1px solid #fff;
}
	.owl-theme .owl-dots {
position: relative;
    bottom: 0;
}
.masonry .item:nth-child(2n) img {
    height: 125px;
}	
	.masonry .item:nth-child(3n+0) img {
    height: 190px;

}
footer svg#Componente_21_1 {
	height: 60px !important
	
}	
	.noscroll .navbar-toggler {
    position: absolute;
    top: 5px;
    right: 15px;
    border: none;
    padding: 0;
}
body.sticky .overlay {
    top: 62px;
}

#menu-menu-principale-1 {
    align-items: center;
    /*height: 100vh;*/
    font-size: 1.6em;
    display: block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    font-weight: 600;
    padding-top:60px;
    max-width: 100%;
	padding-left: 25px;
        padding-right: 25px;
}
#menu-menu-principale-1 .nav-link {
    font-size: 1.8rem;
	color: #fff !important
}

	.cont-menu:before {
		display: none
	}
	#menu-item-60:before {
content: '0.1';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
	
	#menu-item-61:before {
content: '0.2';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
	
	
	#menu-item-69:before {
content: '0.3';
    display: block;
    position: absolute;
    border: none;
    left: -22px;
    top: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
	}
	.dropdown-menu .nav-link {
    padding: 5px 0px !important;
	}
	.cont-menu a {
		display: none
	}
	.cont-menu .dropdown-menu  a {
		display: block
	}
	.home .intro hr.linea {
		margin-left: 0
	} 
	
	.motto {
    font-size: 16px;
	}
	.navbar.fixed #menu-menu-principale {
    padding: 0;
}
	.custom-logo {
        display: block;
        width: 210px;
        margin: auto;
	}
	.custom-logo svg {
    width: 180px;
    padding-left:0;
    margin: auto;
}
	.overlay.show svg.logo-overlay {
    display: block;
		margin: auto
}
	
	.order2 {
		order: 2
	}
	
.masonry {
    column-count: 3;
    column-gap: 0.5em;
}
	
	
.masonry .item {
    margin: 0 0 0.5em;

}
	
	#letti-carosello img {
		height: 450px !important
	}
	
	.page-template-default.page-id-41 .owl-theme .owl-nav {
		display: block
	}
		.page-template-default.page-id-41 .owl-theme .owl-dots {
		display: none
	}
	

	



	

	.cont-article h3 {
    font-size: 28px;
}

	.blog figure {
		height: 250px !important
	}
	.page-template-default.page-id-41 .owl-theme .owl-dots, .page-template-default.page-id-45 .owl-theme .owl-dots, .page-template-default.page-id-49 .owl-theme .owl-dots {
    display: none;
}
.page-template-page-contatti h1 {
    font-size: 38px;
	}
	
	.page-template-page-contatti 	h4 {
    font-size: 22px;
	}
	
	.gradient-half-due {
    background: linear-gradient( to bottom, rgb(235,235,235) 0%, rgb(235,235,235) 30%, rgb(255,2555,255) 30%, rgb(255,255,255) 100% );
}
.misha_loadmore {
    color: #fff !important;

    padding: 1em 1em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 3px;
    width: 90%;
}

	.btn-primary-reverse {
		  padding: 10px 1em;
	}
	.page-id-61 .contenuti-testata.interna p {
		display: none
		
	}
	.px-mobile-0 {
		padding: 0
	}

	footer,
	.page-id-44 footer{
		    background-position: left center !important;
	}
	


}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	text-align: center;
	background: #46b450;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	text-align: center;
	background: #f7e700;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;	
}
div.wpcf7-spam-blocked {
	text-align: center;
	background: #ffa500;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;		
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	background: #ff0000;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;	
	color:#fff
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
    text-align: center;
    background: red;
    font-weight: 600;
	color:#fff
}



/*tablet*/

/* Landscape */ 
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.testata-home {
		background-size:contain !important;
		background-position:75% 25px !important ;
		height: 75vh !important
	}
	.overlay.show {
    height: auto;
}
	.overlay,
	.page-id-44 .overlay,
	.page-id-278 .overlay,
	.page-id-355 .overlay{


}
		

	.cont-slide {
    height: 75%;
}
	.cont-slide h1 {
    font-size: 7rem;

}
		#menu-menu-principale {
    height: 55vh;
	}
	.navbar-nav .nav-link {
    font-size: 1.5rem;
	}
	.noscroll .chiudi-icon {
    display: block;
    margin-right: 20px;
}
}

/*Portrait*/ 
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
		.testata-home {
		background-size:contain !important;
			height: 50vh !important
	}
	
	.cont-slide {
    height: 78%;
}
	.cont-slide h1 {
    font-size: 7rem;

}
	.overlay {
    top: 141px;
    background-size: contain !important;

}
	#menu-menu-principale {
    height: 32vh;
	}
	.navbar-nav .nav-link {
    font-size: 1.5rem;
	}
	.browser-ipad .px-5-large {
		padding-left: 1em !important;
		padding-right: 1em !important			
	} 
	.browser-ipad .bottoni .col-md-6 {
		width:  100% !important;
		flex: 0 0 100%;
			max-width: 100%;
		margin-bottom: 25px !important
	}
	.browser-ipad .bottoni .col-md-6:last-child{
		margin-bottom: 0 !important
	}
	.blog .cont-article figure {
		height: 295px !important
	}
	.blog article .row.p-md-5.bg-white {
		padding: 1.5em !important
	}
	.related-outlet article h3 a {
		font-size: 30px !important
	}




}

 

.card-title {
    text-transform: lowercase;
}
label {
	font-weight: 600
}
#wpcf7-f436-o1  .wpcf7-list-item-label {
	position: relative;
	padding-left: 10px;
    margin-right: 15px;
}

#wpcf7-f436-o1 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    /* border-radius: 50px; */
    opacity: 0;
}

.img-radius img {
	border-radius: 50%;
	width: 500px;
	height: 500px;
	object-fit: cover
}

.turni  span:before {
	display: none !important
}

.turni .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0 !important;
}

[data-class="wpcf7cf_group"] {
	width: 100%
}

.grecaptcha-badge { 
    visibility: hidden;
}
.page-id-1389 .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
	display:none
}
.page-id-1389  .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}
.page-id-1389 input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.page-id-1488 section.container.my-3.py-3.py-md-5.px-md-5 {
	margin-bottom:0 !important;
	margin-top:0 !important;
	padding-bottom:1.5em !important;
	padding-top:1.5em !important
}


.nascondi-form  #modulo,
.nascondi-form  .container-fluid.cerchio{
	display: none !important
}

.disabled-option {
color: red;
    pointer-events: none;
    text-decoration: line-through;
  pointer-events: none;
}


@media (max-width: 767px) {
.post-type-archive-tappa .cont-slide h4,
.single-tappa .cont-slide h4 {
    display: none;
	}
}

.codedropz-upload-inner h3 {
    text-transform: lowercase;
}


input[type=checkbox]{
    width: 20px;
    height: 20px;
	    accent-color: #E30102;
}

.wpcf7-list-item-label {
padding-left:10px
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
    margin-right: 10px !important;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
display:none
}
.privacy .wpcf7-list-item::before, .liberatoria .wpcf7-list-item::before {
display:none
}