/**!
 * b4st CSS
 */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,700,900|Raleway:300,400,500,600,700');

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	color:#000000;
	line-height: 2em;
	font-weight: 300
}
main {
    flex: 1 0 auto;
}
.vertical-align{display:flex;justify-content:center;align-content:center;flex-direction:column;}
.lead {
	font-weight: 500
}
.site-header-image {
	display: block;
	margin: auto;
}
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
}
h1,h2,h3,h4,h5 {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	color: #6E5229
}
h1 {
		font-size: 1.5rem;
		text-transform: uppercase;
}

a{
	color: #998043
}
.border-top.brown {
	border-top: 1px solid #998043 !important
}
.font-weight {
	font-weight: 300
}
.font-weight span {
	font-weight: 900
}
.linkbold {
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-decoration: underline  !important;
	text-transform: uppercase;
		color: #998043 !important;
	cursor: pointer !important
}

a:hover {
	text-decoration: none;
	color: #7f7f7f;
}
.linkbold:hover {
		color: #7f7f7f !important
}
.num {
	font-size: 45px;
	font-weight: 600
}
.pagination-posttype .page-numbers {position: relative;display: block;padding: .5rem .75rem;margin-left: -1px;line-height: 1.25;color: #95ad03; background-color: #fff; border: 1px solid #95ad03;margin-left: 0;
}
.pagination-posttype .page-numbers:first-child {border-top-left-radius: .25rem; border-bottom-left-radius: .25rem;}
.pagination-posttype .page-numbers.current {background-color: #95ad03;border-color: #95ad03;color:#fff}
.pagination-posttype .next.page-numbers {border-left:none;border-top-left-radius: 0;
border-bottom-left-radius: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.pagination-posttype .prev.page-numbers {border-right:none;border-top-right-radius: 0;
border-bottom-right-radius: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.pagination-posttype .page-numbers:hover {color: #fff;background-color: #95ad03;border-color: #95ad03;}
/* 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+ */
/* 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;
}
.logo-img {
	z-index: 111
}
.logo {
	position: relative
}

hr {
	border-top: 5px solid #6E5229;
	margin-top: 0;
}


/*menu*/
@media (min-width: 769px) {

	.navbar-light .navbar-nav .nav-link {
			color: #000;
			font-weight: 300;
			font-size: 14px;
		font-family: 'Raleway', sans-serif;
		z-index: 111;
	}
	.nav-link {
			display: block;
			padding: 0 1rem;
	}
	.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,
	#menu-menu-principale li.current_page_parent a{
			color: #000;
			font-weight: 600;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		color: #7f7f7f !important
	}
	.navbar-light .navbar-nav .nav-link:focus
	/*.navbar-light .navbar-nav .nav-link:hover*/ {
			color: #000;
			font-weight: 600;
	}
	#menu-menu-principale-1 ,
	#menu-menu-principale-eng-1{
		margin-top: 100px !important
	}
	#menu-menu-principale-1 li,
	#menu-menu-principale-eng-1 li{
    line-height: 1.5rem;
    margin-bottom: 25px;
    font-size: 20px;
	}
}

.fixed-header {
	position: fixed;
	z-index: 1111;
	width: 100%;
	background: #3a2e2b;
	-webkit-box-shadow:  0 1px 3px 1px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
	color: #fff;
 transition: all .2s ease-in-out;
top: 0
}
.fixed-header a{
	color: #fff !important;
	position: relative
}
.fixed-header .navbar-light .navbar-nav .nav-link:hover:hover {
	color: #f5deb3 !important
}
.fixed-header .current-menu-item a:after {
	content: '';
	width: 80%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	margin: auto;
	text-align: center;
	/* color: #fff; */
	border-top: 1px solid #fff;
	
}
.fixed-header.sticky {
	animation: 0.5s 0.3s fadeIn both;
}
.top-bar {
	font-size: 15px;
	z-index: 11;
}
.black {
	background: #000;
	color: #fff
}
.black a{
	color: #fff !important
}
/**/
/*bottoni*/
.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border: 1px dashed #000;
}
.custom-logo {
	padding-top: 30px;
	width: 208px;
}

.icl_lang_sel_widget-2 {
	position: absolute;
	z-index: 1;
	left: 30px;
	top: 30px;
}

.wpml-ls-legacy-dropdown-click a {
	color: #fff;
	border: none;
	background-color: transparent;
	padding: 5px 10px;
padding-left: 5px !important;
}
.wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: none;
    background-color:transparent;
    padding: 5px 10px;
    line-height: 1;

}
.wpml-ls-legacy-dropdown-click>ul {
	width: 60%
}
/*home*/
.mt-65-neg {
	margin-top: -65px
}
.slogan {
	color: #fff
}

#owl-home-gallery.owl-carousel {
	z-index: auto
}



.contenuti-slide {
		display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    height: 100%;
    text-align: center;
	color: #fff;
	padding-top: 60px;
}
.contenuti-slide h3 {
	color: #fff
}
.statua {
	/*animation: 2.3s 0.3s fadeInLeft both;*/
	margin-top: -326px;
	margin-left: -80px;
}
.video-home {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top:0;
	position: absolute
}
.blocco-home {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.blocco-home figure {
	position: relative;

}
@media (min-width: 1200px)	{
.blocco-home:hover figure:after {
	content: '';
	position: absolute;
	width: 93%;
	height: 100%;
	top: 0;
	left: 39px;
	background: rgba(110, 82, 41, 0.8);
}
.blocco-home.due:hover figure:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(110, 82, 41, 0.8);
}
.blocco-home.tre:hover figure:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(110, 82, 41, 0.8);
}
}
.blocco-home figure h4 {
	font-family: 'Raleway', sans-serif;	
	position: absolute;
	top:45%;
	background: #998043;
	color: #fff;
	font-weight: 600;
	padding: 5px 25px
}
.blocco-home:hover figure h4 {
	z-index: 11
}
.blocco-home figure h4.right {
	right: 0
}
.blocco-home.due {
	margin-bottom: 28px
}

#owl-home-news-gallery h4,
.blog-home-cont h4{
	font-size: 1.1rem
}
#owl-home-news-gallery h4:first-letter ,
.blog-home-cont h4:first-letter {
	text-transform: uppercase
}
.single-post .gallery {
	display: none
}
.single-post #gallery-wp{
		position: sticky;
    top:100px;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 0;
	margin-left: -4px;
    margin-right: -4px;
}
.page-id-82281 #gallery-wp,
.page-id-91069  #gallery-wp,
.page-id-95705  .owl-opere-gallery,
.page-id-95849  .owl-opere-gallery{
    position: sticky;
    top: 100px;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -4px;
	
}


.single-post #gallery-wp .caption {
    -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(153,128,57,0.8);
    padding: 10px;
    color: #fff;
    opacity: 0;
}
.single-post #gallery-wp a:hover .caption {

display: block !important;
    opacity: 1
}

.box-shadow {
	-webkit-box-shadow:inset 0 0 5px 3px rgba(128,111,90,0.8);
	box-shadow:inset 0 0 5px 3px rgba(128,111,90,0.8);
}
@media (min-width: 768px)	{
#owl-home-news-gallery .owl-dots {
		position: absolute;
		left: -70px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 30%;
}
}
.cont-img {
		overflow: hidden;
}
.cont-img img {
		transform: scale(1) rotate(0deg);
		transition: all ease 1s;
		width: 100%;
}
.cont-img:hover img {
		-webkit-transform: scale(1.1) rotate(0deg);
		transform: scale(1.1) rotate(0deg);
}
.owl-theme .owl-dots .owl-dot span {
	margin: 5px 3px;
	background: #fff;
	border: 1px solid #806F5A
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #806F5A;
}

#accordion h5, .contenuto-scultori h5 {
    margin-top: 10px !important;
}
#accordion h5:after, .contenuto-scultori h5:after {

    left: 0 !important;
}


.bg-home {
	background: url('/wp-content/uploads/2019/02/bg-home.jpg') no-repeat center center;
	background-size: cover;
}
.bg-light {
background: #E5E2DE
}
.bg-light.brown  {
	background: #998043 !important;
	color: #fff
}
.bg-light.brown a {
	color: #fff
}
.card {
	border-radius:0
}
.card a {
	color: #817575
}
.card-text {
	max-height: 100px;
	min-height: 100px
}
.testata-home {
	position: relative;
	/*height: 600px;*/
	height: 75vh;
	margin-top: -211px;
	box-shadow: inset 0px 0px 130px 108px rgba(0, 24, 34, 0.52);
}
.testata-home:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    left: 0;
    right: 0;
}

.page-id-82214 .testata-home:after {
    display:none
}
.testata-interna {
	position: relative;
	/*height: 600px;*/
	height: 75vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -211px;
	box-shadow: inset 0px 0px 130px 108px rgba(0, 24, 34, 0.52);
}
.titolo-testata {
	/*height: 75vh*/;
	position: absolute;
	top: 0;
	height: 600px;
}
.sottotestata {
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff
}
.sottotestata h1 {
	font-size: 4.5rem;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.sottotestata p {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 30px
}
.border-dashed p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.border-dashed p:after {
	content: '';
	border-top: 2px dashed;
	margin: 0 20px;
	flex: 1 0 20px;
}

.border-dashed p:before {
content: '';
border-top: 2px dashed;
margin: 0 20px;
flex: 1 0 20px;
}
.page-id-34 p:before {
	display: none
}
.page-id-34 p:after {
	content: '';
	border-top: 2px dashed;
	margin: 0;
	flex: 1 0 20px;
}
.breadcrumb {
	padding: .3rem 0;
  font-size: 13px;
	border-bottom: 1px solid;
	border-radius: 0;
	background: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.breadcrumb .separator {
	padding: 0 3px
}
label {
	font-weight: 300
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
		font-family: 'Raleway', sans-serif;

}
.quote p {
	margin-bottom: 0;
	font-size: 28px;
		font-family: 'Satisfy', cursive;
}
.border-dash {
	border-top: 2px dashed #000;
	border-bottom: 2px dashed #000
}
.img-piede {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 550px
}
.rigafull .titolo-blocco {
		font-family: 'Roboto', sans-serif;
}
.blocco-1 .wow {
	visibility: visible !important;
	animation-name: none !important
}
.blog-home {
	height:250px 
}
figure.blog {
	height: 350px
}
#accordion h5,
.contenuto-scultori h5{
	position: relative
}
#accordion h5:after,
.contenuto-scultori h5:after{
	content: '';
	width: 50%;
		width: 15%;
		position: absolute;
		border-top: 5px solid;
		bottom: -10px;
		left: -20px;
}
.testi-accordion p {
	font-size: 14px;
	font-weight: 300
}


h2.quote {
	position: relative
}
h2.quote:before {
	content: url('/wp-content/uploads/2019/03/quote.png');
	position: absolute;
	left: 300px;
	top: -10px;
}
h2.quote:after {
	content: url('/wp-content/uploads/2019/03/quote-close.png');
	position: absolute;
	bottom:-10px;
	right:300px
}

.cont-artigiano {
	position: relative;
	cursor: pointer;

	}

.owl-opere-gallery-due  .cont-artigiano {
	position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.caption {
    transition: bottom 0.6s ease;
	position: absolute;
    bottom: -100%;
    width: 100%;
    background: rgba(153,128,57,0.8);
    padding: 10px;
    color: #fff;
}
.owl-opere-gallery .item:hover .caption {
	display: block !important;
bottom: 0%;
}
.item:hover .caption {
	display: block !important;
bottom: 0%;
}
.owl-nav {
margin-top: 0;
	position: absolute;
	top: 45%;
	width: 100%;
}
.owl-prev {
	position: absolute;
	left: -28px;
	opcity:0.6;
	outline: none
}
.owl-next {
	position: absolute;
	right: -28px;
	opcity:0.6;
	outline: none
}
.owl-next:focus,
.owl-prev:focus {
	outline: none
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
opcity:1
}
.owl-nav img {
	height: auto !important
}
.cont-artigiano h5/*,
.cont-scultore h5*/ {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	display: none;
	transition: all 0.5s ease-in-out;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
	top:0;
	bottom: 0
}
.cont-artigiano:hover .overlay/*,
.cont-scultore :hover .overlay*/ {
		background: rgba(110, 82, 41, 0.8);

}
.cont-artigiano:hover h5/*,
.cont-scultore:hover h5*/ {
	display: flex
}

.cont-scultore h5 {
		position: absolute;
		bottom: 0;
		background: rgba(110, 82, 41, 0.8);
		padding: 3px;
		width: 100%;
	color: #fff
}
.cont-scultore h5 span {
		width: 50%;
	display: block;
}
.apriscultore:hover h5 {
	padding-top:132px
}
.modal {
  z-index: 999999;
}
.modal-content {
 border: 1px solid #6E5229;
 border-radius: 0;

}
button.close {
	color: #6E5229;
	position: absolute;
    right: 10px;
    top: 0;
    z-index: 111;
}

button.cerca {
		position: absolute;
    top: 30px;
    right: 110px;
    background: none;
    border: none;
	z-index: 11;
	cursor: pointer
}
.text-search {
width: 25%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    left: 0;
    top: 28px;
    opacity: 0;
    position: absolute;
    right: 45px;
    margin-left: auto;
}
.text-search.open {
    opacity: 1;
}

.text-search input {
	    border-radius: 0;
    margin-right: -1px !important;
    /* border-right: none; */
    border: 1px solid #fff;
    border-right: none;
	width: 80%;
}
.text-search button {
	background: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    border-left: none;
}

.sticky .text-search{
	    width: 30%;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
     top: -5px;
    opacity: 0;
    position: absolute;
    right: 8px;
    
}

.sticky  .text-search.open {
    opacity: 1;
	z-index: 1111;
}
.masonry{display:flex;flex-flow:row wrap;margin:auto;}
.masonry-brick{flex:auto;height: 295px;;min-width:150px;margin:0 15px 15px 0;}
.masonry-brick img{width:100%;outline-offset:-15px;object-fit:cover;width:100%;height:100%;/*max-width: fit-content;*/}
.masonry-brick:nth-child(4n+1){width:460px;}
.masonry-brick:nth-child(4n+2){width:325px;}
.masonry-brick:nth-child(4n+3){width:180px;}
.masonry-brick:nth-child(4n+4){width:428px;}

#bloccomultimedia-1 {
	    width: 320px;
}
.masonry-brick .modal-body img {
    width: auto !important;
    outline-offset:0;
    object-fit: cover;
    height: auto !important;
}

.pagination-posttype .page-numbers {position: relative;display: block;padding: .5rem .75rem;margin-left: -1px;line-height: 1.25;color: #926e51; background-color: #fff; border: 1px solid #926e51;margin-left: 0;
}
.pagination-posttype .page-numbers:first-child {border-top-left-radius: .25rem; border-bottom-left-radius: .25rem;}
.pagination-posttype .page-numbers.current {background-color: #926e51;border-color: #926e51;color:#fff}
.pagination-posttype .next.page-numbers {border-left:none;border-top-left-radius: 0;
border-bottom-left-radius: 0;border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.pagination-posttype .prev.page-numbers {border-right:none;border-top-right-radius: 0;
border-bottom-right-radius: 0;border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.pagination-posttype .page-numbers:hover {color: #926e51;background-color: #e9ecef;border-color: #926e51;}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 1250px;
}
}

.modal.reduce-zidndex {
	z-index: -1
}
.nav-tabs {
    border-bottom: none;
    text-align: center;
    display: block;
    border-top: 1px solid #998043;
	margin-bottom: 50px
}
.nav-tabs .nav-item {
 display: inline-block;
	/*max-width: 80px;*/
	line-height: 18px;
}
.nav-tabs .nav-link {
	border: none;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #998043;
	position: relative;
	padding-top: 10px;
}
.nav-tabs .nav-link:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #998043;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top:-7px;
	margin: auto;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		color: #4D2E1B;
		background-color: #fff;
		border:none;

}
.nav-tabs .nav-link.active:before {
			background: #4D2E1B;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
			border:none;
}
.term-1905-1930 #myTab li:nth-of-type(1) a ,
.term-1931-1940 #myTab li:nth-of-type(2) a,
.term-1941-1955 #myTab li:nth-of-type(3) a ,
.term-1956-1985 #myTab li:nth-of-type(4) a,
.term-1986-2005 #myTab li:nth-of-type(5) a ,
.term-2006-2008 #myTab li:nth-of-type(6) a,
.term-2009-2015 #myTab li:nth-of-type(7) a ,
.term-2016-oggi #myTab li:nth-of-type(8) a{
	color: #4D2E1B
}
.term-1905-1930 #myTab li:nth-of-type(1) a:before ,
.term-1931-1940 #myTab li:nth-of-type(2) a:before,
.term-1941-1955 #myTab li:nth-of-type(3) a:before ,
.term-1956-1985 #myTab li:nth-of-type(4) a:before,
.term-1986-2005 #myTab li:nth-of-type(5) a:before ,
.term-2006-2008 #myTab li:nth-of-type(6) a:before,
.term-2009-2015 #myTab li:nth-of-type(7) a:before ,
.term-2016-oggi #myTab li:nth-of-type(8) a:before{
	background: #4D2E1B
}
#myTabPortfolio.nav-tabs {
	border-top: none
}
#myTabPortfolio.nav-tabs .nav-link.active:before {
		display: none
}
#myTabPortfolio.nav-tabs .nav-link:before {
		display: none
}
#myTabPortfolio .nav-item  {
	border-right: 1px solid #998043;
	min-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
#myTabPortfolio .nav-item:last-child {
	border-right: none
}
#myTabPortfolio .nav-item a {
width: 110px;
    margin: auto;
    display: table;
}

#myTabPortfolio .nav-item.active.show a:after {
    content: '';
    border-bottom: 1px solid;
    width: 100%;
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
}

.tab-pane h4 {
	color: #4D2E1B;
	font-weight: 900;
	font-size: 2rem;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px
}
.tab-pane h4:after {
    content: '';
    position: absolute;
    width: 15%;
    border-top: 5px solid;
    bottom: 0;
    left: 0;
}
.tab-pane .titoletto {
		font-family: 'Raleway', sans-serif;
	color: #6E5229;
	font-weight: 900;
	font-size: 20px;
	padding-left: 15px;
}

.tecniche-pop-up h5 {
	position: relative;
	font-size: 1rem;
	min-height: 38px;
	padding: 0 30px
}
.tecniche-pop-up h5:before {
		content: '';
		width: 15px;
		height: 15px;
		background: #998043;
		border-radius: 50%;
		position: absolute;
		text-align: center;
		left: 0;
		right: 0;
		top: -23px;
		margin: auto;
}
.tecniche-pop-up p{
	    min-height: 50px;
    font-size: 13px;
    margin-bottom: 0;
}
.tecniche-pop-up p a {
	color: #fff !important;
	/*position: absolute;
	bottom: 0;
	right: 0;
	font-size: 15px;
	color: #6E5229 !important;
	cursor: pointer;
	font-weight: 900;*/
}

.page-template-page-tecnica .fancybox-slide {
    z-index: 99999999;
}
.chiudipost {
		position: absolute;
		right: -20px;
		top: -20px;
		cursor: pointer;
		color: #806F5A
}
#dettaglioscultore {
	background: #fff;
	z-index: 111;

}
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 
.page-template-page-multimedia	.embed-container { 

height: 295px;
	} 

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


.page-id-47 .fancybox-content video {
	max-width: 100%
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 44px;
}
.fancybox-content h5,
.modal-body h3{
	position: relative;
	margin-bottom: 30px;
	font-size: 1.4rem;
	
}

.fancybox-content h5:after,
.modal-body h3:after{
content: '';
    width: 5em;
    border-top: 2px solid;
    position: absolute;
    left: 0;
    top: 40px;
}
.contenuto-multimedia-single article > div {
	width: auto !important
}

#owl-opere-gallery img {
	width: auto !important;
	object-fit: cover;
	height: 400px;
	justify-content: center;
	justify-items: center;
	display: block;
	margin: auto;
}
.owl-opere-gallery img {
	width: auto !important;
	object-fit: cover;
	height: 400px;
	justify-content: center;
	justify-items: center;
	display: block;
	margin: auto;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #3A2E2B;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-item span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3A2E2B;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item span.current {
	    color: #fff;
    background-color: #3A2E2B;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #3A2E2B;
	border-color: #3A2E2B;
}
.page-link:hover {
	z-index: 2;
	color: #3A2E2B;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.masonry-brick {
	position: relative;
	cursor: pointer
}
.multimedia-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(58, 46, 43, 0.9);*/
	background-color: rgba(110, 82, 41, 0.8);
	top: 0;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	padding: 15px;
	color: #fff;
	text-align: center;
}
.masonry-brick:hover .multimedia-hover{
	display: flex !important;
}
.multimedia-hover h4 {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #fff
}    
.wp-video {
    max-width: 100%;
    height: auto;
    margin: auto;
}

/* Site footer */
footer {
	color: #6E5229;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
}
footer a {
	color: #6E5229
}
footer h5,
footer h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
footer .menu {
	list-style: none;
	padding-left: 0
}
footer  li:hover:after, footer .current-menu-item:after {
	display: none
}
footer .text-2 h4 {
	margin-top: 75px
}

.widget_contatti-2 {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	position: relative
}


.widget_contatti-2 h4 span,
.custom_html-2  h4 span{
	display: block;
	font-size: 16px
}
#map_wrapper {
		height: 450px;
}

#map_canvas {
		width: 100%;
		height: 100%;
}
.info_content {
		width: auto
}
.info_content h5{
		margin-bottom: 10px;
	font-weight: 400;
	font-size: 15px
}
.info_content p{
		margin-bottom: 5px;
		font-size: 14px;
	}
.info_content img {
	max-width: 100% !important
}

footer .media_image-3 {
	border-right: none
}
footer h4 {
	font-size: 1.3rem;
}
.logo-footer {
	position: relative
}
.logo-footer span {
		position: absolute;
		bottom: -8px;
		font-size: 18px;
}
.credits {
	background: #3A2E2B;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.credits a {
	color: #fff
}
.rounded i {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		line-height: 30px;
		text-align: center;
		color: #fff
}
.fb .rounded i,
.fb.rounded i{
	background: #9595a2
}
.instagram .rounded i,
.instagram.rounded i{
	background: #00b4c6
}
.linkedin .rounded i,
.linkedin.rounded i{
	background: #0177b5
}
.wpcf7-submit {
	width: 100%;
	text-transform: uppercase;
	-webkit-appearance: none !important;
		color: #000;
		background-color: #fff;
		border-color: #000;
		border: 1px dashed #000;
}
.wpcf7-submit:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
}
div.wpcf7-mail-sent-ok {
	text-align: center;
	background: #398f14;
	color: #fff;
	font-weight: 600;
	padding: 20px;
	font-size: 20px;
	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;			
}
.privacy {
		font-size: 13px;
		line-height: 1.5em;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0
}

.btn.btn-primary {
	background: #998043;
	border: 1px solid #998043;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 600
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color:#6E5229;
    border-color: #6E5229;
}
.pagination {
  justify-content: center;
}
.sidebar .widget_widget_social p {
	float: left;
	margin: 0 5px
}
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	left: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.74);
	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: #7f7f7f;
  opacity: .5;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}

.navbar-toggler {
	border: none;
	position: absolute;
	right: 30px;
	top: 30px;
	color: #fff;
}

.navbar-toggler {
	border: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index:11;
  padding: .25rem 0.95rem;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height:2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	cursor: pointer
	
}
.navbar-toggler span:nth-child(2) {
    top: 12px;
}
.navbar-toggler span:nth-child(3) {
    top: 20px;
}
.navbar-toggler :focus {
    outline: none !important;
}

#dismiss .navbar-toggler span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#dismiss .navbar-toggler span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#dismiss .navbar-toggler span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
		opacity: 0.5;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/*media query*/
/*@media (min-width: 1025px) and (max-width: 1400px) {
.container {
    max-width: 980px;
}
}*/
@media (max-width: 1600px) {
.credits .py-5{
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}
}
@media (min-width: 1024px) {
.widget_contatti-2:after {
	content: '';
	position: absolute;
	height: 100%;
	border-right: 1px solid;
	top: 0;
	right: 45px;
}
.page-id-583  .testata-interna,
	.page-id-585  .testata-interna{
    height: 55vh;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.logo {
		margin-bottom: 30px;
		margin-top: 30px
	}
	.navbar-expand-md{
		position: absolute;
		right: 0;
		left: 0;
		top:0;
		bottom: 0
	
		}
		.fixed-header .navbar-expand-md{
			top: 0;
			bottom: 0;
		}
	.navbar-light .navbar-nav .nav-link {
			color: #000;
			font-weight: 300;
			font-size: 13px;
			padding-right: 5px !important;
   padding-left: 5px !important;
	}
	.nav-link {
			display: block;
			padding: 0 1rem;
	}
	.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,
	#menu-menu-principale li.current_page_parent a{
			color: #000;
			font-weight: 600;
	}
	.navbar-light .navbar-nav .nav-link:focus
	/*.navbar-light .navbar-nav .nav-link:hover*/ {
			color: #000;
			font-weight: 600;
	}
	#menu-menu-principale-1 li,
	#menu-menu-principale-eng-1 li{
		line-height: 1.5rem
	}

}
@media (max-width: 768px) {
	main hr {
	    margin: 10px auto 20px auto !important
}
	
	.custom-logo {
		zoom:0.7
	}
	
	.navbar-toggler {
		border: none;
		-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transition: .5s ease-in-out;
			-moz-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			cursor: pointer;
		margin-top: 0;
		margin-right: 10px;
			position: absolute;
    top: 10px;
    right: -10px;	
	}
.navbar-toggler span {
    display: block;
    position: absolute;
    height:3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
	
}
.navbar-toggler span:nth-child(2) {
    top: 12px;
}
.navbar-toggler span:nth-child(3) {
    top: 20px;
}
.navbar-toggler.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.navbar-toggler.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-toggler :focus {
    outline: none !important;
}
	.navbar .col-1 {
		padding: 0
	}
	.fixed-header .navbar-toggler span {
		background: #fff
	}
	.navbar-light .navbar-nav .nav-link {
		padding-bottom: 2px;
		padding-top: 2px
	}
	.fixed-header .navbar-toggler {
    top: -15px;
    right: -25px;
	}
	button:focus {
		outline: none !important
}
	.top-bar .nav-link{
		display: inline-flex
	}
.testata-interna {
	position: relative;
	height: 45vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.titolo-testata {
	height: 75vh;
	position: absolute;
	top:40%;
	height: auto;
}
.caption {
	font-size: 1.5em
}
.testo-mobile {
	text-align: center
}
	.scroll-downs {
  bottom: 55px;
	}
	
	
	.img-post-loop {
		margin-top: 0 !important
	}
	h2 {
		font-size:1.8rem
	}
h2.quote {
  font-size: 1.8em;
}
h2.quote:after,
h2.quote:before {
		display: none
	}
.multimedia-wrapper {
	margin: 0
}

	.owl-prev {

    left: -5px;

}
		.owl-next {

    right: -5px;

}
.masonry-brick {
	margin: 10px 0;
	height: 100%;
}
	.nav-tabs .nav-item {
    margin-bottom: 30px;
}
.sottotestata h1 {
 font-size: 3rem;
 margin-top: 60px !important;
}
.statua {
    /* animation: 2.3s 0.3s fadeInLeft both; */
    margin-top: -142px;
    margin-left: -24px;
    flex: 0 0 75%;
    max-width: 75%;
}
}




@media (min-width: 768px)	{
	.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
	}	
	
:lang(en-US)	.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}





/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(58, 46, 43, 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: 30px;
	right: 42px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}




#sidebar .sidebar-header {
    padding: 20px;
}



#sidebar ul li a {
	padding: 5px 20px;
	font-size: 0.9em;
	font-family: 'Raleway', sans-serif;
	display: block;
	color: #fff;
	font-weight: 300
}

#sidebar ul li a:hover {
		color: #ccc;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
	color: #fff;
	font-weight: 600
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .2rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #3a2e2b;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
	font-family: 'Raleway', sans-serif;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background: none;
    text-decoration: underline;
}

#menu-menu-principale-1 li.dropdown,
#menu-menu-principale-eng-1 li.dropdown{
	width: fit-content;
	position: relative
}
#menu-menu-principale-1 .dropdown-toggle::after ,
#menu-menu-principale-eng-1 .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    transform: translateY(-50%);
}
#menu-menu-principale-1 .dropdown-menu,
#menu-menu-principale-eng-1 .dropdown-menu{
    position: relative !important;
    float: none;
    margin-top: -35px;
    background: none;
	padding-bottom: 20px;
}
#menu-menu-principale-1 .dropdown-menu li,
#menu-menu-principale-eng-1 .dropdown-menu li{
	margin-bottom: 0 !important;
	    font-size: 16px;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
.mixitUp-menu {
		text-align: center;
		margin-bottom: 30px;
}
.mixitUp-menu ul {  
		font-size: 18px;
		padding-left: 0;
		margin-bottom: 0;
		text-align: center;
}
.mixitUp-menu li {
		display: inline-block;
		padding: 0 10px;
		color: #998043; 
		text-transform: uppercase;
		cursor: pointer;
		font-weight: 300;;
		position: relative;
		border-right: 1px solid 
}
.mixitUp-menu li:last-child {
	border-right:none
}
	.mixitUp-menu li:hover {
		color:#4D2E1B !important
	}
/*#scultore-21 {display: none}*/

.mix {
	display: none
}
.mix.cognome {
	display: block
}
.control[data-filter]:after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		top: calc(50% - 6px);
		left: calc(50% - 6px);
		border-radius: 2px;
  transition: background-color 150ms, border-color 150ms;
}

.control[data-sort]:after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		top: calc(50% - 6px);
		left: calc(50% - 6px);
		transform:  translateY(1px) rotate(45deg);
}
.mixitup-control-active {
		color:#4D2E1B !important;
		font-weight: 600 !important
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
		display: none
}

.control:first-of-type {
	border-radius: 3px 0 0 3px;
	margin-left: 0;
}
.control[data-filter] + .control[data-sort] {
		margin-left: .75rem;
}

.page-id-681 .fancybox-slide {
    left: 0;
    width:75%;
    font-size: 13px;
    right: 0;
    margin: auto;
    padding: 0;
	height: 90%;
	    top: 30px;
}
.fancybox-slide::-webkit-scrollbar {
  width: 0.5em;
}
 
.fancybox-slide::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.fancybox-slide::-webkit-scrollbar-thumb {
  background-color: #6E5229;
  outline: 1px solid slategrey;
}
@media (min-width: 1600px) {

	article img {
		width: 100%
	}
}
#mixitUp-container {
		min-height: 360px
}
@media (max-width: 768px) {
#dismiss {
    top: 12px;
    right: 12px;
}
/*.mixitUp-menu li {
	margin: 0;
	width: 48%;
}*/
.lavorisquare {
	width: 100%
}	
#mixitUp-container {
	min-height: auto;
	    margin: 0;
}
.fixed-header .wpml-ls-sidebars-lingue {
		display: none
}
#menu-menu-principale-1 .dropdown-menu, #menu-menu-principale-eng-1 .dropdown-menu {
    margin-top: -50px;
	    margin-bottom: 25px;

}
	#menu-menu-principale-1 .dropdown-menu li a, #menu-menu-principale-eng-1 .dropdown-menu li a {
		padding-bottom:0;
		padding-top:0
	}
.blocco-home {
	margin-bottom: 25px
}
footer {
	padding-bottom: 20px !important;
}	
footer .widget_widget_social {
	margin-top: 20px !important
}
footer .text-2 h4 {
	margin-top: 10px
}
.tecniche-pop-up p a {
	right: 25px;
	top: 5px;
}	
.tecniche-pop-up p {
	text-align: center
}	
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  right: -5px;

}
.icl_lang_sel_widget-2 {
	left: 10px;
	top: 10px;
}
		
#sidebar ul li a {
	font-size: 1.2em
}
		
#sidebar #menu-menu-principale-1,
#sidebar 	#menu-menu-principale-eng-1 {
	margin-top: 6rem !important
}
	
#sidebar .wpml-ls-legacy-list-horizontal {
	padding: 0;
	border: none
}
#sidebar ul li a.wpml-ls-link {
	padding: 0 5px !important;
	border-right: 1px solid;
} 
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(10px + 0.8em + .8em);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    right: -15px;
}
}

button:focus {
    outline: none
}

.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
  background: none;
	color: #fff;
}

/*home video*/
#video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
    height: 100vh;
    z-index: 0;
}

.page-id-82239 .sottopagina-82239,
.page-id-82237 .sottopagina-82237,
.page-id-82235  .sottopagina-82235 ,
.page-id-82233  .sottopagina-82233 ,
.page-id-82231  .sottopagina-82231 ,
.page-id-82229  .sottopagina-82229,
.page-id-82227  .sottopagina-82227{
	color: #6E5229
}
.page-id-82239 .sottopagina-82239:before,
.page-id-82237 .sottopagina-82237:before,
.page-id-82235  .sottopagina-82235:before ,
.page-id-82233  .sottopagina-82233:before,
.page-id-82231  .sottopagina-82231:before ,
.page-id-82229  .sottopagina-82229:before,
.page-id-82227  .sottopagina-82227:before{
	background: #6E5229
}

@media (min-width: 1024px) {
	.contenuti-opere.odd .disposizione-contenuti-opera .sinistra {
		order: 2
	}
	.bloccostoria-cera.odd .contenuti {
		order: 2;
		text-align: left !important
	}	
	
	}


.page-id-78045  .prevnext {
	display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
	    background: #ffb900;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

#iubenda_policy .iub_content {
padding:0 !important

}

.grecaptcha-badge { 
    visibility: hidden;
}

.wa-desk {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 1;
	display:block
}

.wa-desk i {
    font-size: 32px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 50px !important;
    text-align: center;
    height: 50px !important;
    line-height: 50px !important;
}