<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * b4st CSS

/*** custom font ***/

@font-face {
    font-family: 'sinkin_sans500_medium';
    src: url('/wp-content/themes/rapportoantigone/font/sinkinsans-500medium-webfont.woff2') format('woff2'),
         url('/wp-content/themes/rapportoantigone/font/sinkinsans-500medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('/wp-content/themes/rapportoantigone/font/sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/rapportoantigone/font/sinkinsans-700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('/wp-content/themes/rapportoantigone/font/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/rapportoantigone/font/sinkinsans-400regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




:root {
	--corpo: #454545;
	--white: #fff;
	--grey:#6b6c6d;
	--yellow:#f7ba04;
	--lightgrey:#eff1f1
}


body {
		display: flex;
		flex-direction: column;
   font-family: 'sinkin_sans400_regular';
    font-size: 1em;
    font-style: normal;
    color: var(--corpo);
    font-weight: normal;

}

p {
font-family: 'sinkin_sans400_regular';
}

.wp-caption {
	width: 100% !important
}

.wp-caption-text {
    font-style: italic;
    color: #37413f;
    font-size: 14px;
    margin-bottom: 3em;
    line-height: normal;
    text-align: center;
}

.iconesocial img {
	width: 25px
}
.bg-light {
	background: #efe9df !important
}

body.noscroll {
	overflow: hidden
}
h1{
    color: #32312f;
    font-size: 2.5rem;
    line-height: 55px;
    font-family: 'sinkin_sans700_bold', Arial, Helvetica;
    /* text-transform: lowercase; */
    margin-bottom: 28px;
}
h1,h2,h3,h4 {
	 font-family: 'sinkin_sans700_bold';
}



h3 {
 font-family: 'sinkin_sans700_bold';
	    font-weight: 600;
    font-style: normal;
    font-size: 21px;
	color: var(--colore-primario);
    text-transform: none;
	margin-bottom: 20px
}
b, strong {
    font-family: 'sinkin_sans700_bold';
}

.elenco ul {
	list-style: none;
	padding-left: 0
}

.elenco ul li {
	padding: 8px 0
}

.elenco-rapporti ul li {
	padding: 5px 0
}

.elenco ul li a {
	color: var(--corpo)
}

.elenco-rapporti ul li a {
	color: var(--colore-terziario)
}

/*.intro img {
	margin-top: -65px
}*/
.cont-bread-titolo h2 {
    color: var(--white) !important;
    font-size: 2.4rem;
    line-height: 1.1em !important;
}
.cont-bread-titolo{
	color: var(--white)
}
@media (min-width: 768px) {
.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
/*
.owl-item.active img {
  -webkit-animation: ken-burns-out 6.8s 1 ease-in-out forwards;
  animation: ken-burns-out 6.8s 1 ease-in-out forwards;
}
@-webkit-keyframes ken-burns-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}
@keyframes ken-burns-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
}
*/

.btn-menu span {
    display: block;
    width: 60%;
    border-radius: 0;
    height: 6px;
    background: #000;
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
.btn-menu span + span {
  margin-top: 8px;
}
.box .active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: #fff
}
.box  .not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.box .active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.box .not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.box .active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 24px;
		background: #fff
}
.box .not-active span:nth-child(3) {
  animation: ease .7s bottom-2 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);
  }
}
ul.lista {
	padding-left: 0;
	margin-top: 30px
}
.lista li {
	color: var(--darkblue);
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 15px;
	font-weight: 600
}
.lista li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--colore-primario);
}
body::-webkit-scrollbar {
  width: 0.3em;
}
 
bodyt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
	background-color:var(--colore-primario);
}
a {
	color: var(--colore-primario);
}
a:hover {
	color: var(--colore-secondario);
	text-decoration: line-through
}

.bg-primario {
	 background:  var(--colore-primario);
}
main a{
  position: relative;
}
/*main a:not(.btn)::before{
  content: ''; 
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #FF4E4E;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
*/
#wpadminbar a:before {
	display: none !important
}
.elementor ul {
	list-style: none;
	padding-left: 15px;
}
.elementor ul li {
	position: relative;
	padding-left: 5px;
}
.elementor ul li:before {
font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: -15px;
    font-size: 10px;
    top: -2px;
    color: var(--lightgreen);
}
#breadcrumbs li:before {
	display:none
}
.elementor-editor-element-setting.elementor-editor-element-edit:before,
.elementor-editor-element-setting.elementor-editor-element-remove,
.e-view.elementor-select-preset li:before{
	display: none
}
.elementor-editor-wp-page ul li:before {
display: none !important
}
.nohover:before {
	display: none
}
.bg-white {
	background: var(--white)
}
.bg-grey {
		background: var(--grey);
}
.bg-lightgrey {
		background: var(--lightgrey);
	color: #04363b
}
.white {
	color:var(--white)
}
.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+ */
.page-id-80  .wpcf7-form input:focus::-webkit-input-placeholder { color: #fff; }
.page-id-80  .wpcf7-form  input:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.page-id-80  .wpcf7-form  input:focus::-moz-placeholder { color: #fff; } /* FF 19+ */
.page-id-80  .wpcf7-form  textarea:focus::-webkit-input-placeholder { color: #fff; }
.page-id-80  .wpcf7-form  textarea:focus:-moz-placeholder { color: #fff; } /* FF 4-18 */
.page-id-80  .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-text:after {
content: '';
    position: absolute;
    right: 0;
    border-left: 1px solid #3434C3;
    height: 60%;
	z-index: 1
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.opacity-bg.menu-bg-attivo {
    height: 100vh;
    z-index: 1;
    width: 100%;
    background: rgba(41,75,61,0.8);
    position: absolute;
    float: left;
    top: 0;
    left: 0;
}
#sidebar {
    width: 20%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 111111;
    background-color: #222222;
    color: #fff;
    transition: all 0.3s;
    overflow-y: none;
    overflow: hidden;
}
#sidebar.active {
    left: 0;
    overflow: hidden;
    height: 100vh;
    float: left;
}
.sticky 	#sidebar {
	 top: 56px;
}
   
#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: 0
}
#sidebar ul li a {
    padding: 4px 45px;
    display: block;
    color: #fff !important;
    font-size: 15px;
    text-align: left;
    font-weight: 600;


}

#sidebar ul li a:before {
	display: none
}
#sidebar ul li a:hover {
	color:var(--colore-secondario) !important
}
#sidebar ul li.active&gt;a,
a[aria-expanded="true"] {
    color: #fff !important;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li.active&gt;a {
}

.testi-testata {
	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 70%;
	    z-index: 11;
    position: relative;
}
.testi-testata {
	    padding-left: 125px;
}

.social-head a{
	color: #fff
}


.box-cont {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
}
.box-cont h3 {
	color: #fff
}

.scopri svg {
    position: relative;
    -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;
}
.scopri:hover svg {
    right: 30px !important;
}
.servizio:hover svg path {
	fill:#fff
}
.noscroll.page-template-default:not(.home) nav.navbar .cont-bread-titolo ,
.noscroll.tax-categoria-prodotto .cont-bread-titolo {
	display: none
}
.page-template-default .navbar-toggler,
.page-template-page-contatti .navbar-toggler,
.blog .navbar-toggler,
.single .navbar-toggler,
.error404 .navbar-toggler,
.post-type-archive-outlet .navbar-toggler,
.single-outlet .navbar-toggler,
.page-template-page-minimal .navbar-toggler,
.tax-categoria-prodotto .navbar-toggler{
	z-index: 1111;
}
.page-template-default.noscroll .navbar-toggler,
.page-template-page-contatti.noscroll .navbar-toggler,
.blog.noscroll .navbar-toggler,
.single.noscroll .navbar-toggler,
.error404.noscroll .navbar-toggler,
.post-type-archive-outlet.noscroll .navbar-toggler,
.single.noscroll .navbar-toggler,
.page-template-page-minimal.noscroll .navbar-toggler,
.tax-categoria-prodotto.noscroll .navbar-toggler{
}
nav .navbar .menu-item-has-children:hover .dropdown-menu {
    display: block;
}
.navbar.fixed {
position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 111;
    padding: 0.5rem 0 !important;
    animation: 0.5s 0.3s fadeInDown both;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
    left: 0;
    border-radius: 0;
}

.custom-logo {


}


.nav-link{
	position: relative;
}
#menu-menu-principale li {
	display: flex;
	flex-direction: column;
	justify-content: center
}
/*.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-has-children:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	text-align: center;
	    padding-bottom: 10px;
}
.dropdown-menu {
position: absolute;
    top: 30px;
    background: none;
    border: none;
    border-radius: 0;
	text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: block;
    -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;
    width: auto;
    left: 25px;
}
.dropdown-menu li {
    margin-bottom: 5px;
    background: rgba(255,255,255,0.8);
	box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,.15)!important;
}
.nav-link:before {
content: "";
    color: var(--yellow);
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    width: calc(100% - 3.2em);
    margin: auto;
    height: 2px;
    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: var(--maincolor);
}*/
.navbar-nav .nav-item.current-menu-item .nav-link {
	font-weight: 600
}
.nav-link:hover {
	color:var(--colore-secondario) !important
}
.dropdown-menu .nav-link:hover:after {
	display: none
}
#menu-item-84 .dropdown-menu a {
	text-transform: uppercase
}
.cont-menu {
	position: relative
}
.cont-menu:before {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	border-left: 1px solid #3652C9
}
.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
}
.form-header-informazioni,
.form-header-prenota {
position: absolute;
    top: 51px;
    right: 0;
    width: 485px;
    background: #fff;
    z-index: 111;
    padding: 50px 50px 0 50px;
	visibility: hidden;
	opacity: 0;
	    -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;
}
.form-header-informazioni.mostraform,
.form-header-prenota.mostraform {
	visibility: visible;
	opacity: 1
}

.form-header-chiama{
    position: absolute;
    top: 75px;
    left: 675px;
    width: auto;
    background: rgba(82,137,227,1);
    z-index: 111;
    visibility: hidden;
    opacity: 0;
    -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;
    border-radius: 15px;
	    padding-top: 30px;
    padding-bottom: 2px;
}
.form-header-chiama.mostraform{
	visibility: visible;
	opacity: 1
}

.bottoneattivo {
background: #fff !important;
    border-color: #fff !important;
}
.chiudiform {
	position: absolute;
	top: 0;
	right: 40px;
	cursor: pointer
}
.form-header-chiama .chiudiform {
    position: absolute;
    top: -12px;
    right: 10px;
}
.form-header-chiama p {
	    padding: 5px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--corpo);
}
.form-header-chiama p:hover {
background: rgba(255,255,255,0.4);
}
.intro-home  .elementor-container{
	margin-top: -80px
}
@media (max-width: 1600px) {
	.intro-home .elementor-container {
    margin-top: -40px;
}
}


@media (min-width: 991px) {
/*.menu-item-has-children:hover .dropdown-menu {
	display: block
}*/
	
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
} 
/*select[name="gcmi-comune-157_IDReg"] option{
	display: none !important
}
select[name="gcmi-comune-157_IDReg"] option:nth-of-type(17){
	display: none !important
}
*/

hr {
    width: 100%;
}
.modal-body h4 br {
	display: none !important
}
.info-head {
	font-family: 'Nexa Slab';
}
.info-head p{
    line-height: 2.6em;
    font-size: 16px;
    font-weight: bold;
	color: #fff
}

/*
.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
}
.testi-slide {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    bottom:0;
    z-index: 11;
}
.testi-slide div {
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    height: 80%;
}

.testata-home  .elementor-element-9919698 .elementor-element-populated {
    padding: 0 !important
}
	.testata-home .testo-slide .elementor-widget-container{
		height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3em;
		    padding-top: 6em;
			z-index: 111
	}
.testata-home .swiper-pagination {
	width: auto;
    right: 0;
    left: auto;
    transform: rotate( 90deg );
    bottom: 50px;
}
.testata-tax {
	width: 85%
}
#video-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    object-fit: cover;
}
.img-cat-testata {
	    margin-top: -150px;
    z-index: 111;
    position: relative;
}
.swiper-pagination {
	text-align: left
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    border: 2px solid #14792B;
    margin: 0 4px !important;
	position: relative
	
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-bullet:hover:before,
.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    background: #14792B;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 50%;
}
.swiper-pagination {
	    bottom: -10px !important;
    /* top: 10px; */
    margin: auto;
    right: 0;
    left: 0;
    text-align: center;
	
}
svg.custom-logo {
	width: auto;
	height: 70px
}
.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.breadcrumb {
font-size: 14px;
    margin-bottom: 20px;
    background: none;
    padding: 0;
padding-left: 0 !important;
    border-radius: 0;
    color: var(--corpo);
}
.breadcrumb br {
	display: none !important
}
.blog .breadcrumb  {
	margin-bottom: 20px
}
.breadcrumb a {
	color: var(--corpo)
}
.separator {
	margin: 0 5px
}

.box {
    width: 73px;
    height: 65px;
    position: relative;
}

.btn-menu {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.navbar-toggler {
    position: absolute;
     border: none;
    padding: 0;
}
nav.navbar {
	z-index: 111;
	/*position: fixed;*/
	width: 100%;
	/*background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);*/

position: sticky;
    padding-bottom: 0;
    top: 0;
}
.noscroll nav.navbar {
    z-index: 11111111;
	background: linear-gradient(to right, #222 20%, var(--colore-primario) 20%);
}
.cont-bread-titolo {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.cont-bread-titolo:before {
    content: '';
    height: 108%;
    position: absolute;
    left:0;
    border-left: 1px solid #fff;
    top: 8px;
}
.testata-cont {
	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 300px;
}
.testata-cont h1 {
	color: #fff
}
.scroll-down {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 10px;
}
.page-id-61 .scroll-down {
    bottom: 25px;
}
.scroll-down svg {
		animation: pulse 1.5s infinite;
}
.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;
}
.navbar-expand-md .navbar-collapse {
    justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 14px;
    padding: 0 0.5rem;
    font-weight: normal;
    text-transform: uppercase;
	    color: #fff;
	    font-family: 'Nexa Slab';
}

.home .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0 0.5rem;

}
#menu-menu-principale {
	display: flex
;
    justify-content: center;
    height: 100%;
}

/*
.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&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show&gt;.nav-link {
color: var(--yellow);
    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
}
.noscroll .chiudi-icon {
	display: block
}
.navbar-nav .nav-link {
		position: relative;
		padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.current-menu-item .nav-link{
	color: var(--yellow);
}
.dropdown-menu .nav-link {
    padding: 10px 15px 10px 15px !important;
  font-family: "Open Sans", sans-serif;
    font-size: 13px !important;
    text-transform: initial;
    position: relative;
}
.dropdown-menu .nav-link:hover {
    color: var(--yellow) !important;
			text-decoration: none
}
.dropdown-menu  .current-menu-item .nav-link{
    color: var(--yellow) !important;
}
.navbar-light .navbar-nav .nav-link:after:focus,
.navbar-light .navbar-nav .nav-link:after:hover {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	border-top:1px solid #fff
}
/*.current-menu-item .dropdown-menu .nav-link {
	color: #fff !important
		
}
*/
#menu-item-775 .nav-link  {
	    border-radius: 0 0 20px 20px;
}
.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; 
}
.dropdown-menu .nav-link:before {
	display: none
} 
.contenuti-testata {
display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;c
    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;
}
.num {
    font-size: 26px;
    font-weight: 500;
}
.motto span{
font-size: 50px;
font-family: braisetto, script;
font-weight: 700;
font-style: normal;
color: #fff;
	background-color: #C8102E;
	text-transform: none;
	display: table;
	margin: auto;
	padding:15px 45px
	
}
.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: var(--white) !important;
    background-color: #B9BDAE;
    border: 1px solid #B9BDAE;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500 !important;
	font-family: "Times New Roman", Times, serif;
    font-style: italic;
}
.btn-primary:hover {
		background: var(--yellow);
		color: var(--white) !important;
		border-color:  var(--yellow);
}
.nexa {
    font-family: 'Nexa Slab';
    font-size: 15px;
    font-weight: 600;
}
.btn-green{
color: #f7c209 !important;
    background-color: #7a780b;
    border: 1px solid #7a780b;
    padding: 20px 55px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Nexa Slab';
    font-weight: 900;
    text-transform: uppercase;
    width: 350px;
}
.btn-green:hover {
color: #7a780b !important;
    background-color: #f7c209;
    border: 1px solid #f7c209;
    padding: 20px 55px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Nexa Slab';
    font-weight: 900;
    text-transform: uppercase;
    width: 350px;
}

.btn-red{
color: #f7c209 !important;
    background-color: #5f0802;
    border: 1px solid #5f0802;
    padding: 20px 55px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Nexa Slab';
    font-weight: 900;
    text-transform: uppercase;
    width: 350px;
}
.btn-red:hover {
color: #5f0802 !important;
    background-color: #f7c209;
    border: 1px solid #f7c209;
    padding: 20px 55px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Nexa Slab';
    font-weight: 900;
    text-transform: uppercase;
    width: 350px;
}

.btn-scarica{
color: var(--white) !important;
    background-color: #026198;
    border: 1px solid #026198;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500 !important;
}
.btn-scarica:hover {
		background:#fff;
		color: #026198!important;
		border-color: #fff;
}
.btn-transparent {
		color: var(--white) !important;
background-color: transparent;
    border: 2px solid #fff;
    padding: 15px 45px;
    border-radius: 0;
    font-style: italic;
    font-size: 18px;
}
.btn-transparent:hover {
		color: var(--yellow) !important;
		background-color:  var(--white);
	border: 2px solid #fff;
    padding: 15px 45px;
    border-radius: 0;
    font-style: italic;
    font-size: 18px;
}
.btn-border-white {
		color: var(--white) !important;
		background-color: var(--green);
		border-color:  var(--white);
	padding:0.8em 1.5em 0.5em 1.5em;
		border-radius:10px;
	letter-spacing: 1px;
	    border-width: 2px;
    font-size: 14px;
    font-weight: 700 !important
}
.btn-border-white:hover {
		background: var(--lightgreen);
		color: var(--white);
		border-color:  var(--lightgreen);
}
.btn-lightgreen {
		color: var(--white) !important;
		background-color: var(--lightgreen);
		border-color:  var(--lightgreen);
	padding:0.8em 1.5em 0.5em 1.5em;
		border-radius:10px;
	letter-spacing: 1px;
	    border-width: 2px;
    font-size: 14px;
    font-weight: 700 !important
}
.btn-lightgreen.green {
			color: var(--green) !important;
}
.btn-lightgreen:hover {
		background: var(--green);
		color: var(--white);
		border-color:  var(--green);
}
.btn-lightgreen.green:hover {
		background: var(--green);
		color: var(--white) !important;
		border-color:  var(--white);
}
.wpcf7-submit,
.wpcf7-submit.disabled,
.wpcf7-submit:disabled{
		color: var(--white) !important;
		background-color: var(--yellow);
		border-color: var(--yellow);
	border: 2px solid #fff;
padding: 10px 35px;
    border-radius: 0;
    font-style: italic;
}
.wpcf7-submit:hover {
			color: var(--white) !important;
		background-color: var(--corpo);
		border-color: var(--corpo);
	border: 2px solid #fff;
padding: 10px 35px;
    border-radius: 0;
    font-style: italic;
}
.misha_loadmore {
	text-align: center;
	width: 25%;
	margin: auto;
	clear: both;
	cursor: pointer
}
.misha_loadmore{
    color: var(--corpo);
    background-color: transparent;
    border:1px solid  var(--maincolor);
    padding: 0.6em 1.5em;
    border-radius: 25px;
}
.page-id-19 .wpcf7-submit {
    padding: 1em 3em;
}
.page-id-19 .seleziona {
	margin-left: 44px !important
}
.btn-grey:hover{
    color: #fff !important;
    background-color: #C8102E !important;
border-color: #C8102E !important;
}
button:focus {
    outline: none;
}
.parallax {
		background-attachment: fixed !important;
		background-position: top center !important;
		will-change: transform !important;
}
.daticonsulenti:nth-child(even) {
	background: #F4F4F4
}
.duebox img {
	width:100%
}


@media (min-width: 1200px) {
.container,
	.elementor-section.elementor-section-boxed &gt; .elementor-container{
    max-width: 1240px;
}
	.accordion-faq {
		padding-right: 35px;
		padding-left: 35px
	}
}

.condividi {
	display: flex
;
    flex-direction: row;
    justify-content: flex-end;
	   gap: 10px; /* puoi aumentare o diminuire */
}
.condividi svg {
	height: 45px;
	width: 45px
}
.citazione{
	color: var(--colore-primario);
	font-size: 15px;
	    line-height: 1.35;
    text-align: right;
font-weight: 400;
}

@media (min-width: 1024px) {
	.w-md-100 {
		width: 100%
	}
.citazione p{
    border-right: 1px solid #bfbfbf;
    padding-right: 30px;
}
	
.py-10 {
	padding: 8em 0
} 
.mt-md-7 {
	margin-top: 10rem !important
}
	.pl-md-8 {
    padding-left: 10em;
	}
	.elementor-element-eafb8fb {
		    margin-top: -160px;
    z-index: 111;
    position: relative;
	}
		.elementor-element-1a5f576e {
		    margin-top: -160px;
    z-index: 111;
    position: relative;
	}
		.elementor-element-222762e9 {
		    margin-top: -160px;
    z-index: 111;
    position: relative;
	}
	
	
}
.elementor-49 .elementor-element.elementor-element-65f29ed7:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-65f29ed7 &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer {
    background-size: 50% 100% !important;
}
.remove-padding {
	background-size: 50% 100% !important;
}
.home .remove-padding {
    background-size: 50% 130% !important;
}
@media (max-width: 1400px) {
.home .remove-padding {
    background-size: 50% 100% !important;
}
}
.masonry {
    column-count: 4;
    column-gap: 1em;
}
.masonry .item {
    display: inline-block;
    margin: 0 0 0.5em;
    width: 100%;
	overflow: hidden
}
.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
}
.related-cucine img {
	height: 400px;
	object-fit: cover
}
.masonry a:before {
	display: none !important
}
.masonry figure {
	position: relative
}
.masonry figure img {
    -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;
}
.masonry figure:hover img {
    -webkit-transform: scale(1.1) rotate( 
0deg) !important;
    transform: scale(1.1) rotate( 
0deg) !important;
    -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;
}
.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;
	font-size: 25px;
	    padding: 15px;
}
.nascosto h4 {
	padding: 0 20px;
	font-size: 35px
}
a.rounded {
width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    border-radius: 50% !important;
    line-height: 35px;
    text-align: center;
}
a.rounded i {
    font-size: 1.2em;
    color: #698ea6;
}
a.rounded:hover {
    background: #fff;
}
a.rounded:hover i {
    color: #5c94b4;
}
.pagination {
	    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
	margin-bottom: 50px;
}

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

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.page-item {
position: relative;
    display: block;
    font-size: 1.5em;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: var(--corpo);
    background-color: #fff;
    border: none;
    font-weight: 600;
    padding: 0 15px;
}
.page-item span {
    position: relative;
    display: block;
    padding: 12px 0;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: var(--grey);
    background-color: #fff;
    border: none;
}
.page-item:before {
content: '-';
    position: absolute;
    left: 35px;
	z-index: 1;
    top: 10px;
}
.page-item:last-child:before {
display: none
}
.page-item span.current {
	 color: var(--colore-secondario);
}
.page-link {
    position: relative;
    display: block;
    padding: 12px 0;
    /* margin-left: -1px; */
    line-height: 1.25;
				color: var(--colore-primario);
    background-color: #fff;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: var(--colore-secondario);
    text-decoration: none;
				background: none
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border-radius: 0
}
.form-control {
border-radius: 5px;
    height: 40px;
    border: none;
    border: none;
    /* padding-left: 0; */
    background: transparent;
    font-size: 15px;
    background: #fff;
    border-radius: 0;
    border: 1px solid;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.privacy {
	text-align: left
}
input[type=number] {
	    height: 40px;
    width: 100%;
    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] {
border-radius: 5px;
    height: 40px;
    border: none;
    border: 1px solid #ced4da;
    /* padding-left: 0; */
    background: transparent;
    font-size: 14px;
	width: 100%;
	    color: var(--corpo);
}
input[type=date] {
	padding: 0 5px
}
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;
}
.privacy {
	font-size: 13px
}
.privacy .wpcf7-list-item {
	margin: 0
}
.privacy 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;
}
.bg-menu {
	background: rgba(255,255,255,0.8);
	z-index: 11;
	padding:15px 0
}

.bg-gradient {
	background: linear-gradient(to right, #7a780b 50%, #5f0802 50%);
}

.open,
.open p {
	font-family: "Open Sans", sans-serif;
}


.slide {
		color: var(--colore-secondario);
    line-height: 26px;
    font-weight: 400;
    font-size: 24px;
}

.home nav.navbar {
	display: none
}
.home .slide {
	height: 100vh

}
.scrolldown {
    position: absolute;
    /* width: 100%; */
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}

.scrolldown svg {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 0.7s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 0.7s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration:0.7s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    z-index: 11;
    position: relative;
    height: 40px;
    width: 40px;
}
.vertical-align {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center
}
.home .slide img {
	width: 90%;
	margin: auto

}
.home .slide h1 {
	color: #fff
}
.laterale {
	text-align: right
}
.laterale li {
	list-style: none
}
.laterale a.nav-link {
    color: #32312f;
    font-family: 'sinkin_sans500_medium', Arial, Helvetica;
    font-size: 28px;
    line-height: normal;
	padding: 3px 0;
}

.laterale a.nav-link:hover {
    text-decoration: line-through;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}
.owl-nav button:hover svg #Ellisse_20{
	fill:#e32226;
	stroke:#e32226
}
.cat-box h3 {
	color: var(--darkblue) !important;
    min-height: 60px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.2em !important;
}
.cat-box img {
	transition: all ease 0.6s;
}
@media (max-width: 1600px) {
	.cat-box h3 {
min-height: 50px;
	font-size: 1.6rem
}
.others-cat 	.cat-box h3 {
	font-size: 1.5rem
}
}
.bg-cat {
	min-height: 190px;
		z-index: 11;
		position: relative;
}
.bg-cat p {
	font-weight:700;
	line-height: 1.3em
}
.cat-box:hover img {
    transform: scale(1.1);
}
.border-gradient {
  border: 10px solid transparent;
  border-image-slice: 1;
  /*border-width: 0;*/
	transition: border-width 0.2s linear;
	transition: all ease 0.6s;
	overflow: hidden;
}
.blocco-servizi h3 {
	font-size: 1.7rem
}
.greyscale img,
.blocco-servizi img {
	filter: grayscale(100%);
	-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;
}
.greyscale img:hover,
.blocco-servizi img:hover {
	filter: grayscale(0);
}
.greyscale img:hover {
    transform: scale(1.1);
}
.img-card {
	overflow: hidden
}
.iconesocial {
	justify-content: flex-end
}
.iconesocial img {
	width: 40px;
	height: 40px
}
.servizio-uno:hover .border-gradient,
.servizio-due:hover .border-gradient,
.servizio-tre:hover .border-gradient{
  border-image-source: linear-gradient(to bottom, var(--maincolor), var(--maincolor));
	border-width: 10px;
}
.servizio-uno img,
.servizio-due img,
.servizio-tre img  {
	transition: all ease 0.6s;
	height: 360px;
    object-fit: cover;
}
.servizio-uno:hover img,
.servizio-due:hover img,
.servizio-tre:hover img {
    transform: scale(1.1);
	filter: grayscale(0);
}
.servizio-uno:hover h3 a,
.servizio-due:hover h3 a,
.servizio-tre:hover h3 a {
	color: var(--maincolor)
}
/*.hvr-float-shadow {
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.cat-box:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.cat-box:hover:before, .cat-box:focus:before, .cat-box:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
*/
#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;
}
.owl-home-gallery .owl-nav {
position: absolute;
    right: 0;
    z-index: 11;
    /* margin-top: 10px; */
    left: 0;
    top: 40%;
}
.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
	height: 65px
}
.owl-nav .owl-prev {
	position: absolute;
	left: -65px;
}
.owl-nav .owl-next {
	position: absolute;
	right:  -65px
}
#post-home .owl-nav .owl-prev {
	left: -20px;
}
#post-home .owl-nav .owl-next {
	right: -20px;
}
#post-home .owl-nav .owl-prev svg,
#post-home .owl-nav .owl-next svg {
    height: 35px;
}
.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 {
    padding-left: 25px;
}
.privacy .wpcf7-list-item {
    margin: 0;
    /* margin-top: -5px; */
    position: absolute;
    /* padding-right: 41px; */
    left: 0;
    top: -5px;
}
.privacy .wpcf7-list-item::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
box-shadow: 0 0 0 1px rgb(0 0 0 / 40%);
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
}
.inputcheck .wpcf7-list-item::before {
    background: var(--yellow);
    border: 5px solid #fff;
}
.page-template-page-contatti .privacy .wpcf7-list-item::before {
    box-shadow: 0 0 0 1px #707070;
}
.wpcf7-list-item input[type=checkbox], .radio .wpcf7-list-item input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item input[type=radio], .radio .wpcf7-list-item input[type=radio] {
    /* display: none; */
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    /* border-radius: 50px; */
    opacity: 0;
}
.tnp-privacy {
    position: absolute;
    left: 18px;
    width: 20px;
    height: 20px;
    /* border-radius: 50px; */
    opacity: 0;
}
.tnp-privacy-field label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 60%);
	    border: 1px solid #ddd;
}
.tnp-privacy-field.inputcheck label::before {
    background: var(--green);
    border: 5px solid #fff;
}
.coloridisponibili {
	padding-left: 80px
}
.coloridisponibili:before {
content: '';
    position: absolute;
    left: 0;
    background: url(https://pharmapaint.demo2-dirweb.it/nuovo/wp-content/uploads/2022/02/colori-disponibili-1.png);
    top: -10px;
    height: 75px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.desc-prod:before {
    content: '';
    position: absolute;
    top: -55px;
    left: -126px;
    border-top: 1px solid var(--yellow);
    width: 100%;
}
.clienti .elementor-heading-title.elementor-size-default {
	font-size: 14px;
	font-weight: 500
}
.clienti img {
	    height: 200px;
    width: 200px;
    object-fit: contain;
	filter: grayscale(100%);
			-webkit-transition: .6s ease-in-out;
	-moz-transition: .6s ease-in-out;
	-o-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.clienti img:hover {
	filter: grayscale(0);
			-webkit-transition: .7s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
.clienti .elementor-widget-heading {
	margin-bottom: -40px
}
.titoloslide {
font-size: 4rem !important;
font-family: 'Thirsty Script';
	    color: #fbf0c6;
}
.sottotitoloslide {
	font-size: 22px;
	font-weight: 400
}
.testi-slide .btn-lightgreen:hover {
	background: #fff;

} 
.elementor-element-14c70dc .elementor-widget-wrap {
	padding: 0 !important
}
.removepadding  .elementor-element-populated {
	padding: 0 !important
}
.card {
	border-radius: 0
}
.img-card img {
	height: 350px;
	object-fit: cover
}
.big {
    font-size: 25px;
}
.mappa .elementor-widget-wrap {
	padding: 0 !important
}
.mappa-testi {
		display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.mappa-testi h2.white {
	position: relative;
	display: table
}
.mappa-testi h2.white:after {
content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    border-top: 3px solid var(--lightgreen);
}
.post-home-card {
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
	background: #fff;
	
}
.team-card {
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
	background: #fff;
}
#team-4,
#team-5,
#team-6,
.team-4,
.team-5,
.team-6{
	margin-bottom: 0 !important
}
#post-home .owl-stage-outer {
	padding-top: 10px
}
.carosello-custom {
	margin-top: -100px
}
.carosello-custom .elementor-carousel-image {
	height:100%
}
.carosello-custom .elementor-carousel-image img {
object-fit: cover;
 height: 100%;
}
   
.carosello-custom  .elementor-carousel-image:before {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #F0EDE6;
}
.img-border:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #F0EDE6;
}
.single .elementor-widget-image img {
    width: 100%;
}
.tnp.tnp-widget .tnp-field-email {
	    width: 60%;
    float: left;
}
.tnp.tnp-widget .tnp-field-email input {
background: #fff;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
}
.tnp.tnp-widget .tnp-field-email label {
	display: none
}
.tnp-field.tnp-privacy-field {
	clear: both
}
.tnp-field.tnp-field-button {
	width: 38%;
    /* float: right; */
    position: absolute;
    top: 0;
    right: 0;
}
.tnp-widget input.tnp-submit {
    background-color: var(--green);
    background-image: none;
    text-shadow: none;
    color: #fff !important;
    margin: 0;
    border-radius: 5px;
	    height: 45px;
	    font-size: 16px !important;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}
}
.icone-chiama {
	border-top: 1px solid #CBC3C3;
}
.icone-chiama .telefono {
			font-size: 24px;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    margin-left: 10px;
    /* margin-top: 16px; */
    display: inline-block;
}
.icone-chiama .wa {
			font-size: 24px;
			font-weight: 600;
			color: var(--green);
			text-transform: uppercase;
			margin-right: 10px;
			/* margin-top: 16px; */
			display: inline-block;
}
@media (min-width: 992px) {
	.col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (min-width: 1025px) {
	.loghi-footer {
		    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	}
	footer .col-md-20 {
		position: relative
	}
	footer .col-md-20:nth-of-type(2):before {
content: '';
        position: absolute;
        left: -25px;
        width: 1px;
        height: 100%;
        border-left: 1px solid;
	}
	footer .col-md-20:nth-of-type(3):before {
content: '';
        position: absolute;
        left: 10px;
        width: 1px;
        height: 100%;
        border-left: 1px solid;
	}
	footer .col-md-20:nth-of-type(4):before {
content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid;
	}
.icone-chiama .left:after {
	content: '';
	position: absolute;
    right: 0;
    height: 125%;
    width: 1px;
    border-left: 1px solid #CBC3C3;
    top: -24px;
}
.elementor-kit-87 h3 {
word-spacing: 1px ;
letter-spacing: 1px;
line-height: 1.5;
}
	
}
	.icone-servizi svg {
		height: 110px;
		width: auto
	}
.icone-servizi-due svg {
			height: 70px;
		width: auto
}
#accordionExample .card-header {
    padding: 10px;
    margin-bottom: 0;
    background-color: #9b0404;
    border-bottom: none;
	margin-bottom: 2px
}
#accordionExample .card-header h2 {
	color: #fff;
	text-align: center
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper video, .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: inherit;
}
.member-wrap {
    position: relative;
}
.member {
    cursor: pointer;
	position: relative
}
.member__image {
    display: block;
    opacity: 1;
    transition: .25s ease;
    cursor: pointer;
	filter: grayscale(1);
}
.member__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    width: calc(100%);
    margin: auto;
	filter: grayscale(0);
}
.member:hover .member__image--hover {
    opacity: 1;
}
.staff-cont {
	background: #04a9ee;
	min-height: 180px;
	position: relative
}
.staffinfo {
	position: absolute;
    right: 20px;
    bottom: 30px;
}
#menu-menu-footer .nav-link:before {
	display: none
}
/*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 {
background: #222;
color: #fff;
	font-size: 13px;

}
footer a {
	color: #fff;

}
footer a:hover {
	text-decoration: underline
}

footer .iconesocial {
	margin-top: 10px !important;
    margin-bottom: 0 !important;
}

footer .iconesocial img{
   width: 30px;
	height: 30px
}
.copyright ,
.copyright  a{
	color: #bcbec0
}
.page-template-page-ristorante footer,
.page-template-page-menu-ristorante footer{
	background: #7a780b
}

.page-template-page-bistrot footer,
.page-template-page-menu-bistrot footer{
	background: #5f0802
}

footer ul li {
	line-height: 1.9em;
    text-transform: uppercase;
}
footer p {
	line-height: 1.9em;
}

footer .col-12.col-md-3:last-child p {
	line-height: 1.6em
}
.social-footer svg {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-footer svg:hover #Rettangolo_137,
.social-footer svg:hover #Tracciato_342{
	fill:var(--lightgreen);
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff225f;
    border: 1px solid #ff225f;
}
*/
.owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;

}
.single-post .owl-theme .owl-dots{
	position:relative;
	    left: 0;
    bottom: 0;
}
.owl-theme .owl-dots button {
    margin: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
 outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: auto;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%s;
}
.single-outlet .owl-theme .owl-dots .owl-dot span {
    background: var(--yellow);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: var(--yellow);
    border-radius: 50%;
}
.single-outlet .owl-theme .owl-dots .owl-dot.active span,
.single-outlet .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
	border:1px solid #000
}
.single-outlet .owl-theme .owl-dots {
    position: absolute;
    bottom: -35px;
    /* width: 100%; */
    left: -10px;
}
.page-template-default  .owl-theme .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
}
.page-template-default .owl-theme .owl-dots .owl-dot.active,
.page-template-default .owl-theme .owl-dots .owl-dot:hover {
    outline: none;
}
.page-template-default .owl-theme .owl-dots .owl-dot span {
	border: 1px solid var(--yellow);
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
}
.social-footer {
	text-align: right
}
.page-id-47 .owl-theme .owl-dots {
    left: -10px;
}
#menu-menu-principale-1 {
	list-style: none;
	padding-left: 0;
	margin-left: 0
}
#menu-menu-principale-1 .nav-link {
    display: block;
    padding: 15px;
    color: #fff;
}
.icl_lang_sel_widget-2 {
	position: absolute;
    top: 10px;
    right: 110px;
    width: 100%;
    /* left: 0; */
    text-align: right;
}
.piede {
	font-size: 13px;
	font-weight: 400;
	color: var(--white);
}
.piede a {
	color: var(--white);
}
.piede span {
	padding:0 20px
}
.piede a:hover {
	color: var(--white);
	text-decoration: underline
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.55s, visibility 0.55s, width 0.55s;
    z-index: 1111;
	background: rgb(21,42,129);
background: -moz-linear-gradient(top, rgba(21,42,129,1) 0%, rgba(79,104,219,1) 75%, rgba(57,80,178,1) 100%);
background: -webkit-linear-gradient(top, rgba(21,42,129,1) 0%,rgba(79,104,219,1) 75%,rgba(57,80,178,1) 100%);
background: linear-gradient(to bottom, rgba(21,42,129,1) 0%,rgba(79,104,219,1) 75%,rgba(57,80,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152a81', endColorstr='#3950b2',GradientType=0 );
}
/*.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
}

.noscroll .logo svg {
	height: 50px;
    width: auto;
    position: absolute;
    left: 48px;
    top: 55px;
} 

/*.osx.noscroll .navbar-toggler {
	right: 55px;
}
*/
/* media queries*/ 
@media (min-width: 1024px) {
	.nav_menu-2,
	.widget_orari-2 ,
	.widget_telefono-4 {
		padding-left: 5rem
	}
	
	.px-5-large {
	padding-left: 5em;
	padding-right: 5em
}
	
	.px-5-large-percent {
	padding-left: 5%;
	padding-right: 5%
}
}
.contatti-icone img {
	width: 45px
}
.agenzia-consulenti {
	display: none
}
@media (max-width: 1600px) {
	}
@media (min-width: 1900px) {




	.titoloslide {
    font-size: 5rem !important;

}
	.testata-interna {
		height:50em !important
	}
.btn-transparent {
    padding: 25px 85px;
	
	}
.btn-transparent:hover {
    padding: 25px 85px;
	
	}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
	}
	.page-template-page-agenzia 	.testata-interna {
		height:auto !important
	}
	.punti-di-forza { 
    position: absolute;
    bottom: 0;
    font-size: inherit !important;
		padding: 50px 0;
	}
	.punti-di-forza .container {
		
	}
	.punti-di-forza .numero:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: 120px;
    top: -5px;
    border-left: 2px solid #fff;
}
	.punti-di-forza .numero {
		font-size: 85px
	}
.container {
    max-width: 1540px;
}
}


@media (min-width: 991px) and (max-width:1250px) {
	    .container {
        max-width: 1200px;
    }
	.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 13px;
    padding: 0 0.3rem;
	
}
	.laterale a.nav-link {
    font-size: 22px;
}
}

@media (min-width: 1024px) and (max-width:1250px) {
	    .container {
        max-width: 1200px;
    }
		.laterale a.nav-link {
    font-size: 22px;
}
	.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 13px;
    padding: 0 0.3rem;
}
	
	.container-fluid.px-5.relative {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	h3.prenotatavolo-head,
	h3.prenotatavolo-head a {
    font-size: 18px !important
	}
	.titoloslide {
		font-size: 3.2rem !important
	}
}

@media (min-width: 768px) and (max-width:1200px) {
	.navbar-light .navbar-nav .nav-link {
    position: relative;
    font-size: 13px;
    padding: 0 0.3rem;
}
	
	.container-fluid.px-5.relative {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	h3.prenotatavolo-head,
	h3.prenotatavolo-head a {
    font-size: 18px !important
	}
	.titoloslide {
		font-size: 3.2rem !important
	}
	.navbar.navbar-expand-md.navbar-light {
		zoom:0.8
	}
}


@media (max-width: 767px) {
	
	/*.testata-interna {
		height: 35vh !important
	}*/
	.home .slide img {
    width: 70%;
    margin: auto;
		margin-top: 45px;
}
	.scrolldown  {
		display: none
	}
	.category .testata-interna {
		height:10vh !important
	}
	.nopadding {
		padding:0
	}
	.bg-gradient {
	background: linear-gradient(to bottom, #7a780b 50%, #5f0802 50%);
}
	
	.bg-gradient img {
	width:80% !important
}
	.bg-gradient iframe {
width:100% !important
}



.disegni:after,
	.disegni:before {
		display:none
	}

	
	nav.navbar {

    background: var(--colore-primario);
}

	.citazione {
        border-left: 1px solid #bfbfbf;
		margin-bottom: 20px

    }
	.btn-green,
	.btn-red,
	.btn-green:hover,
	.btn-red:hover{
    padding: 20px 30px;
    width: 100%;
}
	h1 span {
		font-size:  35px !important
	}
	#menu-menu-mobile-due li a{
		padding:0 15px
	}
	#menu-menu-mobile-due svg {
		height: 15px;
		width:auto
	}
	#menu-menu-mobile-due:hover svg {
		filter: brightness(0) invert(1);
	}
	#sidebar ul li.active&gt;a svg, a[aria-expanded="true"] svg {
		filter: brightness(0) invert(1);
	}
	#sidebar ul li a:hover {
    background: var(--colore-primario) !important;
    color: #fff !important;
}
	
	h2 {
		text-align: left !important
	}
	h2 br {
		display: none !important
	}
.dropdown-menu {
    display: none;
    width: auto;
    padding: 0;
    box-shadow: none !important;
}
	
.dropdown-menu li {
    margin-bottom: 12px;
    background: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ccc;
}
	.dropdown-menu li a {
		padding: 10px 15px !important
	}
	h2,
	.elementor-kit-87 h2 {
    font-size: 1.7rem !important;
}
	
	.navbar-toggler .box {
	
width: 55px;
    height: 50px;
}
	.elementor-kit-87 h2 {
    font-size: 2rem;
	}
.info-header {
position: relative;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px 5px;
    background: #27272E;
	    z-index: 1111;
}
	.btn-left {
    padding: 0.3em 0.5em;
    border-radius: 25px;
    margin-right: 0;
    margin-left: 0;
    font-size: 12px;
    text-align: left;
		    border-color: #D3E8FD;
    color: #D3E8FD !important;
}
	.btn-left  svg {
					height: 15px;
    width: auto;
	}
		.btn-right {
    padding: 0.3em 0.5em;
    border-radius: 25px;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
			font-weight: 600;
    text-align: left;
			    border-color: #D3E8FD;
    color: #D3E8FD !important;
}
	.btn-right  svg {
					height: 15px;
    width: auto;
	}
	
	.info-header .btn-green {
    color: var(--yellow);
    background-color: #D3E8FD;
    border-color: #D3E8FD;
    padding: 0.3em 1.3em;
    border-radius: 25px;
		font-size: 16px;
		font-weight: 600;
}
	#menu-menu-principale-1{
list-style: none;
    padding-left: 0;
    margin-left: 0;
    align-items: center;
    height: 37%;
    font-size: 1.6em;
    display: block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    font-weight: 600;
    padding-top: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    margin-top: 0 !important;
}
	
	#menu-item-227,
	#menu-item-232,
	#menu-item-239{
		position: relative
	}
	#menu-menu-principale-1.nav-link {
		color: 	#444446;
		padding-left: 20px;
	padding-right: 20px}
	#menu-menu-mobile #menu-item-492,
		#menu-menu-mobile #menu-item-493{
    position: relative;
}
	.social-footer {
text-align: center;
    width: 100%;
    margin-top: 20px;
}
	.aprisottomenu-mobile,
		.aprisottomenu-mobile-due,
		.aprisottomenu-mobile-tre{
position: absolute;
    right: 20px;
    top: 20px;
    font-size: 18px;
}
	.menu-categorie-mobile,
		.menu-categorie-mobile-due,
		.menu-categorie-mobile-tre{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -260px;
    list-style: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
			background: #F8FAFA
	}
#menu-menu-mobile .menu-categorie-mobile .nav-link ,
	#menu-menu-mobile .menu-categorie-mobile-due .nav-link,
		#menu-menu-mobile .menu-categorie-mobile-tre .nav-link{
		padding:10px 20px 5px 20px
	}
	.open-sidebar {
		padding-left: 0 !important
	}
	.menu-categorie-mobile.open-sidebar,
		.menu-categorie-mobile-due.open-sidebar,
		.menu-categorie-mobile-tre.open-sidebar{
    display: block;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #fff;
    opacity: 1;
    visibility: visible;
}
	
	.open-sidebar li.relative {
		padding-left: 15px
	}
	nav.navbar {
            padding-left: 0;
        padding-right: 0;
}
	.slide {
height: 80vh;
           margin-top: -82px;
	}
	.slide picture {
height: 80vh !important;
}
	.scrolldown {
    position: absolute;
    /* width: 100%; */
    bottom: 5px;
	}
	footer .iconesocial {
    justify-content: center;
}
	nav.navbar {
		    position: sticky;
    top: 0;
	}
	.laterale {
    text-align: left;
}
	.laterale ul {
		padding-left: 0
	}
	.punti-di-forza {
    position: relative;
    bottom: 2px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    color: var(--white);
    z-index: 1;
    text-align: center;
    background: #60042a;
    padding-top: 50px;
    padding-bottom: 50px;
}
	.punti-di-forza .numero {
    position: relative;
    margin-bottom: 30px;
}
	.punti-di-forza .numero:after {
		display: none
	}
	#punto-2 .numero,
	#punto-3 .numero {
		padding-left: 0 !important
	}
	.contenitore-testi-slide {
    padding: 30px 10px
	}
	.menu-text {
			top:25px;
    right: 70px !important;
    width: 65px !important;
    height: 50px !important;
	}
	.logo-cont svg {
height: 32px !important;
    width: auto;
    /* margin-top: 6px; */
    /* margin-left: 4px; */
    padding-left: 15px;
}
	.post-testi {
		order: 2;
		    margin-top: 30px !important;
	}
.page-id-48 .elementor-container .btn-primary, .page-id-56 .elementor-container .btn-primary, .page-id-46 .elementor-container .btn-primary, .page-id-62 .elementor-container .btn-primary, .page-id-54 .elementor-container .btn-primary, .page-id-58 .elementor-container .btn-primary, .page-id-50 .elementor-container .btn-primary, .page-id-60 .elementor-container .btn-primary, .page-id-52 .elementor-container .btn-primary {
	margin-bottom: 25px
	}
	.elementor-element-e815784 {
		order: 2
	}
.elementor-45 .elementor-element.elementor-element-1cbc66a .swiper-slide {
    height: 50vh !important
}
	.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
	}
	.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;
}
	
	.icone-chiama div {
		text-align: center !important
	}
	.icone-chiama div span {
		display: none !important
	}
.icone-chiama svg {
			height: 60px;
	width: auto
}
.form-control {
    height: 40px
	}
	.modal-content h4 {
		font-size: 1.3rem
	}
.dropdown-menu .nav-link {
    font-size: 14px !important;
	}
.navbar.fixed .custom-logo svg {
    width: 160px;
    height: 40px;
}
	.navbar.fixed {
    padding: 0.5rem 0 !important;
}
	
	.navbar.fixed	.navbar-toggler {
    top: 5px;
}
.testi-testata {
    padding-left: 0;
}
	h1 {
    font-size: 2rem !important;
}
	.home h1 {
		font-size: 30px !important
	}
	.intro-pagine .intro-padding {
    padding: 2em;
}
	.px-0-mobile {
		padding: 0
	}
	.overlay .fixed-menu{
		position: fixed;
    z-index: 1111;
    top: 100vh;
	}
	.testata-home {
    height:92vh;
		border-bottom: none
}
	.testata-home picture:before {
    height: 50%;
	}
	.testata-home .testo-slide .elementor-widget-container {
padding-left: 1em;
    padding-top: 3em;
}
	.sottotitoloslide {
    font-size: 18px;
    font-weight: 400;
}
	.icone-servizi svg {
		height: 85px;
		width: auto
	}
	.sottotitoloslide br {
		display: none
	}
	
	.elementor-element-287d563{
		text-align: center
	}
	.elementor-element-5d488a5 p {
		text-align: center !important
	}
.elementor-45 .elementor-element.elementor-element-f4e3c85 &gt; .elementor-widget-container {
    margin: 0;
}
	.navbar-toggler svg {
		height: 40px !important
	}
	.navbar-toggler svg #MENU {
		display: none
	}

.btn-menu span {

    height: 4px;
	}
.titoloslide {
    font-size: 2rem !important;
    font-weight: 400;
}
	.titoloslide br {
		display: none
	}
	.team-card {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: inherit;
		margin-bottom: 30px
}
	
	.servizio h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
	.servizio:hover h3 {
    font-size: 22px;
}
	.servizio h3 svg {
	    position: absolute;
    right: 15px !important;
    height: 20px !important;
    top: 3px !important;
	}
	.elementor-36 .elementor-element.elementor-element-1bfc629:not(.elementor-motion-effects-element-type-background) &gt; .elementor-widget-wrap, .elementor-36 .elementor-element.elementor-element-1bfc629 &gt; .elementor-widget-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer {
    height: 400px;
    width: 100%;
}
	.page-template-default .owl-theme .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
}
	.elementor-element-a7ea107 .elementor-element-populated, .elementor-element-ae5115e .elementor-element-populated {
    padding: 20px !important;
}
	.elementor-element-14c70dc {
		order: 2
	}
	.pl-5, .px-5 {
    padding-left: 1rem!important;
}
	.pr-5, .px-5 {
    padding-right: 1rem!important;
}
	.icone-servizi svg text {
    font-size: 15px;
}
	.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
	.owl-theme .owl-dots {
    left: 10px;
}
.masonry .item:nth-child(2n) img {
    height: 125px;
}	
	.masonry .item:nth-child(3n+0) img {
    height: 190px;
}
	#menu-menu-footer .nav-link {
		padding: 0
	}
	.page-template-default:not(.home) nav.navbar, .tax-categoria-prodotto nav.navbar {
    padding-bottom: 210px /*height: 110px*/;
}
.box .active span:nth-child(3) {
    animation: ease .7s bottom forwards;
    margin-top: 27px;
    background: #fff;
}
	#sidebar {
    width: 78%;
	}
	#sidebar ul li a {
    padding: 10px 30px;
	}
	.testata-home .swiper-pagination {
		width: 100%;
    right: 0;
    left: auto;
    transform: rotate( 0 );
    bottom: 5px;
}
	.container {
		padding-left: 20px;
		padding-right: 20px
	}
	.elementor-element-402d575,
	.elementor-element-484e2ff2,
	.elementor-element-3c7a6c2d {
		padding-left: 1em;
		padding-right: 1em
	}
	
	.elementor-element-a8814bf.remove-padding,
	.elementor-element-6c329999.remove-padding,
	.elementor-element-3c773cfb.remove-padding{
	 background-size: 100% !important;
		background-position: bottom !important;
		padding-left: 1em;
		padding-right: 1em
	}
	
	
		.elementor-element-402d575 .elementor-widget-wrap {
		padding-bottom: 100% !important
	}
	
			.elementor-element-484e2ff2 .elementor-widget-wrap {
		padding-bottom: 100% !important
	}
				.elementor-element-3c7a6c2d .elementor-widget-wrap {
		padding-bottom: 80% !important
	}
	
	 
	 
	.elementor-element-71238913 {
		    background-size: 100% !important;
		background-position: bottom !important;
				padding-left: 1em;
		padding-right: 1em
		
	}
	.elementor-element-403cd14e .elementor-widget-wrap {
		padding-bottom: 82%
	}
		.elementor-element-76777f2 {
		    background-size: 100% !important;
		background-position: bottom !important;
				padding-left: 1em;
		padding-right: 1em
		 
	}
	.elementor-element-88dc618  .elementor-widget-wrap {
		padding-bottom: 82% !important
	}
	
		.elementor-element-837c234 {
		    background-size: 100% !important;
		background-position: bottom !important;
				padding-left: 1em;
		padding-right: 1em
	}
	.elementor-element-1661f5c .elementor-widget-wrap {
		padding-bottom: 84% !important
	}
	
.elementor-49 .elementor-element.elementor-element-65f29ed7:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-65f29ed7 &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer {
	 background-size: 100% !important;
		background-position: bottom !important;
		padding-left: 1em;
		padding-right: 1em
	
	}
	.elementor-element-3a511a3c  .elementor-widget-wrap {
		padding-bottom: 20% !important
	}
	
	footer {
		text-align: center
	}
#menu-menu-principale {
    align-items: center;
    height: 80vh;
    display: block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    font-weight: 600;
    max-width: 100%;
}
	.cont-menu:before {
		display: none
	}
	
	#menu-item-84 .dropdown-menu .nav-link {
    font-size: 22px !important;
    padding: 15px 0 0 0 !important;
}
	.dropdown-menu .nav-link {
   padding: 10px 15px !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;
}
svg.custom-logo {
    width: auto;
    height: 55px;
}
	.overlay.show svg.logo-overlay {
    display: block;
		margin: auto
}
	
	.order2 {
		order: 2
	}
	
	.elementor-element-f4140be {
		order: 2
	}
	h2 {
    font-size: 2rem;
}
.masonry {
    column-count: 3;
    column-gap: 0.5em;
}
	
	
.masonry .item {
    margin: 0 0 0.5em;
}
	
.img-cat-testata {
    margin-top: 0;
    z-index: 111;
    position: relative;
    margin-bottom: 25px;
}
.cont-bread-titolo {
    bottom: 0;
	    padding-left: 50px;
}
	
	.cont-bread-titolo h2 {
    font-size: 2rem;
	}
	.desc-prod:before {
		display: none
	}
	.cont-bread-titolo:before {
    height: 100%;
		top: 0
}
	#richiediappuntamento {
    margin-top: 45px;
}
.icl_lang_sel_widget-2 {
    top: -5px;
    right: 40px;
}
}
.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;			
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    background: #ffb900;
    font-weight: 600;
}
/*tablet*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1366px) and (orientation:portrait) {
	.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
	}
}
/*.grecaptcha-badge { 
    visibility: hidden;
}*/
#iub-pp-container h1 {
	display: none
}
#iub-pp-container h2 {
    font-size: 20px;
}
#iub-pp-container h3,
#iub-pp-container h4{
    font-size: 16px;
}
table.tabella-responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.tabella-responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table.tabella-responsive tr {
background-color: #fff;
    border: 4px solid var(--lightblue);
    padding: 0.35em;
    font-size: 15px;
    text-align: left;
}
table.tabella-responsive th,
table.tabella-responsive td {
padding: 0.625em;
    text-align: left;
    border: 4px solid var(--lightblue);
    font-size: 14px;
    color: var(--darkblue);
    font-weight: 600;
    padding-left: 30px;
    line-height: 1.8em;
}
table.tabella-responsive th {
font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #eaf4f6;
    color: var(--darkblue);
    text-align: left;
    padding-left: 20px;
    line-height: 1.4em;
	font-weight: 600;
}
@media (min-width: 768px) and (max-width:1200px) {
table.tabella-responsive th, table.tabella-responsive td {
    zoom: 0.8;
}
}
@media screen and (max-width: 767px) {
	.home .elenco {
		order:-1
	}
	
	.home p {
		text-align: left !important
	}
	
	.home footer p {
		text-align: center !important
	}
	.iconesocial {
    justify-content: flex-start;
}
	
	.laterale a.nav-link {
    font-size: 20px;

}
.carosello-custom {
    margin-top: 0;
}
	.punti-di-forza p {
		color: var(--white)
	}
	.elementor-skin-carousel .elementor-main-swiper, .elementor-skin-coverflow .elementor-main-swiper {
    height: 430px !important;
}
	footer img {

        margin-bottom: 10px;
	}
	table.tabella-responsive {
    border: 0;
  }
	
	.logo-footer {
		width: 30%
	}
	

  table.tabella-responsive caption {
    font-size: 1.3em;
  }
  
  table.tabella-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tabella-responsive tr {
    display: block;
    margin-bottom: 2em;
    padding-bottom: 3em;
  }
  
  table.tabella-responsive td {
    display: block;
    font-size: .8em;
    text-align: left;
			border: none;
		padding-left: 10px;
  }
  
  table.tabella-responsive td::before{
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    background: #eaf4f6;
    padding: 5px;
    /* display: block; */
    width: 100%;
    text-align: left;
  }
  
  table.tabella-responsive td:last-child {
    border-bottom: 0;
  }
}
.ti-widget.ti-goog .ti-review-item&gt;.ti-inner {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: transparent !important; 
    backdrop-filter: blur(0px);
} 
.ti-widget.ti-goog .ti-review-item&gt;[class$=inner] {
    border-style: solid !important;
    border-color: #f8f9f9 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 25px !important;
    margin: 0 !important;
    display: block;
}
select[name="gcmi-comune-157_IDReg"] option {
	display: none
}
.mostraoption {
	display: block !important
} 
#exampleModalCenter .wpcf7-spinner {
	position: absolute;
    margin: 0 0 0 15px;
}
#exampleModalCenter .wpcf7-submit:hover {
    background: #fff;
    color: var(--yellow) !important;
    border-color: var(--yellow);
}
.box-cat-convegno img {
	opacity: 0.5;
	-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-cat-convegno:hover img {
	opacity: 1;
	-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;
}
.post-image {
	overflow: hidden
}
.post-image img {
	-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;
}
.post-image:hover img {
	transform: scale(1.1);
	-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;
}
table p {
	margin-bottom:0
}
@media (min-width: 768px) and (max-width: 1560px){
.table tr td:first-child {
    width: 15% !important;
}
}

.rimuovi {
	display: none !important
}
.modal-content {
	border-radius:0
}
.modal-body {
	padding: 1.5em
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--corpo);
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
iframe {
	max-width:100% !important;
	    width: 100% !important;
}

.footnotes  {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.footnotes .easy-footnote-single::marker {
	font-style: normal !important
}</pre></body></html>