/**!
 * b4st CSS
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
/*font-family: 'Cinzel', serif;
font-family: 'Montserrat', sans-serif;*/




:root {
--corpo: #5a120c;
--brown:#685a5a;
--light-yellow:#f4f1e9;
--lightgrey:#f5f5f5;
	--grey:#ede1e1
}


body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
  font-family: 'Montserrat', sans-serif;

	font-weight: 400;
	font-style: normal;	
	color: var(--corpo);
	    font-size: 1em;
	background: var(--light-yellow)
}
body::-webkit-scrollbar {
  width: 0.5em;
}
 
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(--corpo);
}
body.rtl {
    direction: initial;
}

.bg-lightgrey {
	background: var(--lightgrey)
}
.bg-grey {
	background: var(--grey)
}
.bg-light-yellow {
	background: var(--light-yellow)
}

.slide-home {
	margin-top: -121px;
	height: 82vh
}

.bg-white {
	background: #fff
}

@media (min-width: 1200px) {
.container {
    max-width: 1240px;
}

/*.elementor-31 .elementor-element.elementor-element-4e4735f {
    max-width: 80% !important;
	}
	.elementor-element-798ec21  .e-con-inner {
		max-width: 85%
	}
	*/
}


/*@media (min-width: 1650px) {
	.e-con {
    --container-max-width: 1600px;
}
.container {
    max-width: 1600px;
}
}*/


a {
	color: var(--brown);
	text-decoration: none;
	cursor: pointer

}
a:hover {
	color: var(--brown);
	text-decoration: none
}
a.corpo {
	color: var(--corpo);
}
b, strong {
    font-weight: 600;

}
nav.navbar {
	background: rgba(255,255,255,0.9);
    /* background: red; */
    /* float: left; */
    z-index: 11;
}
.custom-logo {
	width:110px;
	    z-index: 11;
    position: relative;
}

.fixed .custom-logo {
	width:90px
}

.bg-light {
	background-color:#FAF7F5 !important
}
.breadcrumb {
	background-color:transparent;
	font-weight: 400;
	font-size: 14px;
	    padding: 0;

}


.post-cont {
	padding: 20px 55px;
	line-height: 1.6em
}
.single-post h2 {
	font-size: 1.5em
}
blockquote {
    padding: 10px 20px;
    border-left: 5px solid #eee;
	    margin: 25px 35px;
		font-size: 19px;
    line-height: 2em;
}
main {
	flex: 1 0 auto;
} 

.slide-home .item div{
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 110%;
}

.testi-testata {
	color: #fff
}

.testi-testata  h2 {
	color: #fff;
font-size: 2.6rem;
    line-height: 40px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */




	.navbar-toggler {
		border: none;
		padding: 0
	}
.navbar-toggler svg {
	height: 30px;
	width: auto
}






.navbar-toggler :focus {
    outline: none !important;
}

button:focus {
	outline: none !important
}
.fixed-header.fixed {
    top: 0;
    padding: 10px 0 !important;
    margin-top: 0 !important;
    animation: .5s .3s fadeInDown both;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: var(--white);
    -webkit-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px -5px 20px 0px rgb(0 0 0 / 20%);
}
.vertical-align{display:flex !important;justify-content:center;align-content:center;flex-direction:column;}
.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{
	font-family: 'Miller Banner';

}
h1 {
	    font-size: 3rem;
}
.single-mostre h1,
.single-pubblicazioni h1{
	font-size: 2.8rem
}

.claim {
	    z-index: 111111;
    position: relative;
    margin-top: -60px;
    padding: 1em;
    color: #fff;
}
.home h1 {
    text-transform: none;
    	font-size: 3rem;
    line-height: 3.1rem;
		font-weight: 600
}

.single-eventi h1 {
	    font-size: 2.5rem;
    line-height: normal;
}
h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.1rem;
}

.testi-testata h2 {
margin-bottom: 30px
}
	
h3 {
	font-size: 2.5rem;
		font-weight: 600;
	    line-height: 2.2rem;
}
h4 {
		font-size: 1.8rem;
		font-weight: 600
}


.testo-slide h2 {
	font-size: 3rem;
    line-height: 1em;
}


.p-0 .elementor-element-populated {
	padding-left: 5px !important
}

.post-home-card img {
	height: 100%;
    object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.post-home-card {
	background: var(--corpo);
	color: #fff;
	border-radius: 20px;
}

.post-home-card h3 {
  font-size: 2.5rem;
	position: relative;
	    margin-bottom: 25px;
}

.post-home-card h3:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    border-top: 5px solid var(--cyan);
    width: 80px;
    bottom: -12px;
}
/*.post-home-card picture img {
	-webkit-transform: scale(1) rotate(0deg) !important;
    transform: scale(1) rotate(0deg) !important;
	transition: all ease 0.6s;
}
.post-home-card:hover picture img {
	-webkit-transform: scale(1.1) rotate(0deg) !important;
    transform: scale(1.1) rotate(0deg) !important;
	transition: all ease 0.6s;
}

.post-home-card:hover .bg-blue {
	background: var(--red);
	border-bottom: 10px solid var(--blue) !important
}
*/


a.readmore {
	position: relative;
	color: var(--cyan)
}
a.readmore:after {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    border-top: 1px solid var(--cyan);
    height: 1px;
    left: 0;
}
.blog a.readmore:after {

    border-top: 1px solid var(--blue);

}
.blog .post-home-card:hover h3 a,
.blog .post-home-card:hover a.readmore {
	color: var(--red) !important
}
.blog .post-home-card:hover a.readmore:after {

    border-top: 1px solid var(--red);

}
.relative {
	position: relative
}
	.testata-home {
		    margin-top: -112px;
    height: 85vh;
	}
.testata-inner {
		    margin-top: -120px;
}

	.testata-home-cont {
		display: flex;
    flex-direction: column;
	}

.testata-home .e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: center;
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}
.testata-home h3 {
font-weight: 300;
    font-size: 35px;
    margin-bottom: -10px;
}
.testata-home h2 {
	color: var(--cyan);
	font-weight: 800;
	font-size: 120px;
	    line-height: inherit;
}

.testata-interna {
	margin-top: -112px !important;
	height: 65vh !important;
}
.testata-interna .e-con-inner {
	    justify-content: center !important;
	    padding-top: 100px;

}
.testata-interna .e-con-inner {
	max-width: 82%
}
.testata-interna h1 {
color: var(--cyan);
    font-weight: 800;
font-size: 115px;
    line-height: 100px;
}
.tax-categoria-prodotto .testata-interna  .e-con-inner{
	max-width: 82% !important
}
.tax-categoria-prodotto .testata-interna h1 {
    font-size: 75px;
    line-height: 90px;
}
.testata-interna p {
    font-size: 2em;
    color: #fff;
    max-width: 70%;
}

.tax-categoria-prodotto  .testata-interna p {
    font-size: 1.5em;
    color: #fff;
    max-width: 70%;
}
.newsletter:after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: 0;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/newsletter.svg) no-repeat center center;
    background-size: contain;
    height: 250px;
    width: 250px;
}
.scroll-icon {
    position: absolute !important;
    bottom: 40px;
	z-index: 1;
    right: 40px;
}

.scroll-icon svg {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -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;
}
/*
.parole-chiave .elementor-widget-wrap{
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
    padding: 2em !important;
    position: relative;
}
.parole-chiave .elementor-widget-wrap a {
	color: #fff
}
.parole-chiave.bgblue .elementor-widget-wrap{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred  .elementor-widget-wrap{
	background: var(--red);
	    color: #fff;
}

.parole-chiave.bgblue .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid #678DD1
}
.parole-chiave.bgblue .elementor-widget-wrap:hover a,
.parole-chiave.bgblue .elementor-widget-wrap:hover{
	color: var(--blue) !important;
	cursor: pointer
}
.parole-chiave.bgred  .elementor-widget-wrap:hover{
	background: var(--white);
	border: 1px solid var(--red)
}
.parole-chiave.bgred .elementor-widget-wrap:hover a,
.parole-chiave.bgred .elementor-widget-wrap:hover{
	color: var(--red) !important;
	cursor: pointer
}
*/

.parole-chiave{
    height: 430px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 40px 0;
    margin-top: -80px;
   
    position: relative;
}
.parole-chiave a {
	color: #fff
}
.parole-chiave.bgblue{
	background: var(--blue);
	    color: #fff;
}
.parole-chiave.bgred{
	background: var(--red);
	    color: #fff;
}



.parole-chiave .flip-card-front {
    background-color: transparent;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
     padding: 2em !important;
    /* border-radius: 35px 0; */
}
.parole-chiave:before {
content: '';
    position: absolute;
    top: -30px;
    right: 60px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.parole-chiave:hover:before {
content: '';
    position: absolute;
    top: -30px;
    right: 60px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus-hover.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.parola-chiave {
	height: 430px !important
}
.parola-chiave:before {
content: '';
    position: absolute;
    top: 50px;
    right: 30px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.parola-chiave:hover:before {
content: '';
    position: absolute;
    top: 50px;
    right: 30px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/plus-hover.svg) no-repeat center center;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.elementor-accordion .elementor-tab-title {
       font-weight: 600 !important;
    padding: 20px 0 !important;
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 5px 0 10px 0 !important;
    border-top: none !important;
}

.elementor-accordion .elementor-accordion-item {
    border: none !important;
    border-bottom: 1px solid #C7C7C7 !important;
}

.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}

.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}

.chicome .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}

.chicome h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px
}
.chicome h3:before {
content: '';
    position: absolute;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/freccia.svg) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;

}
.chicomealt .elementor-widget-wrap {
	background: var(--blue);
	color: #fff;
padding: 3em !important;
    flex-direction: column;
    justify-content: center;
	border-radius: 35px 0;
}


.elementor-widget .elementor-icon-list-item {
    padding: 30px 0 30px 50px!important;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.elementor-widget .elementor-icon-list-item:last-child {
	border-bottom: none
}

.elementor-icon-list-items {
  counter-reset: list-number;
}

.elementor-icon-list-items li {
  counter-increment: list-number;
}




.elementor-icon-list-items li:before {
  content: counter(list-number, decimal-leading-zero);
		position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background: var(--red);
    border-radius: 50%;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}
.elementor-icon-list-items li:nth-child(even):before {
    background: var(--white);
		color: var(--red);
}
.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: row;

}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: flex !important;
    /* max-width: 50%; */
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    justify-content: center;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	 border-bottom: 1px solid var(--blue) !important;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom: 3px solid var(--red) !important;
	color: var(--red)
}
.elementor-tabs-content-wrapper div {
	padding: 10px 0
}
.orario {
	position: relative
}
.col-12.col-md-2.orario:after {
    content: '';
    position: absolute;
    right: 50px;
    height: 100%;
    width: 1px;
    border-left: 1px solid #C7C7C7;
}

.privacy {
	color: #fff
}
.privacy span.wpcf7-list-item{
    margin: 0;
}
.privacy input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    /* display: none; */
    position: absolute;
    left: 0;
    width: 12px;
    height: 15px;
    opacity: 0;
}

.privacy .wpcf7-list-item::before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    /*box-shadow: 0 0 0 1px var(--red); */
	border:1px solid var(--corpo);
	    margin-right: 10px;
}

.inputcheck .wpcf7-list-item::before {
    background: #fff;
       border: 8px solid var(--corpo);
}
label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
}
.form-control {
display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--corpo);
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border: 1px solid var(--corpo);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    margin: 0;
    position: absolute;
}
.bottone-img p {
	margin-bottom: 0
}
/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.bg-corpo {
	background: var(--corpo);
	color: #fff
}
.bg-corpo h2,
.bg-corpo a{
	color: #fff
}

/* Author bio */


.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

#video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
	
}
/* Main content */
.img-cont {
	position: relative;
	display: inline-block;
}

.bg-red {
	background: var(--red);
	    color: #fff;
}
.bg-blue {
	background: var(--blue)
}
.bg-superlightblue {
	background: var(--superlightblue);
	color: var(--blue)
}

.bg-gradient-blue {
	background: rgb(0,48,135);
background: -moz-linear-gradient(top, rgba(0,48,135,1) 0%, rgba(46,70,132,1) 50%, rgba(16,47,130,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,48,135,1) 0%,rgba(46,70,132,1) 50%,rgba(16,47,130,1) 100%);
background: linear-gradient(to bottom, rgba(0,48,135,1) 0%,rgba(46,70,132,1) 50%,rgba(16,47,130,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003087', endColorstr='#102f82',GradientType=0 );
}
.bg-superlightblue-blue {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 50%, #003087 50%, #003087 100% );

}

.bg-superlightblue-white {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 50%, #fff 50%, #fff 100% );

}

.bg-superlightblue-white-due {
    background: linear-gradient( to bottom, #E9EEF8 0%, #E9EEF8 20%, #fff 20%, #fff 100% );

}

.white,
.white a {
	color: #fff !important
}

#menu-menu-principale {
	font-size: 15px;
	    z-index: 11;
}


.navbar-light .navbar-nav .nav-link {
	font-family: 'Montserrat', sans-serif;
	color: var(--brown) !important;
	position: relative;
	font-weight: 500;
	z-index: 1;
    padding-right: 1rem;
    padding-left: 1rem;
	-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;
}

.navbar-light .navbar-nav .current-menu-item  .nav-link ,
.navbar-light .navbar-nav .current-menu-ancestor .nav-link {
	color: var(--corpo) !important;
	font-weight: 600
}

 .navbar-nav .nav-link:hover {
	color: var(--brown) !important
}

nav.navbar .dropdown-menu {
    position: absolute;
    top: 50px;
    /* background: rgba(255,255,255,0.5); */
    border-radius: 0;
    /* border-radius: 0; */
    opacity: 0;
    visibility: hidden;
    padding: 5px 10px 15px 10px;
    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: 325px;
    left: 18px;
    /* box-shadow: 0 0.2rem 0.8rem rgba(0,0,0,.15)!important; */
    margin-bottom: 0;
    /* background-color: rgba(255,255,255,0.8); */
    /* backdrop-filter: blur(30px); */
    border: none;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.fixed nav.navbar.dropdown-menu {
    background: rgba(255,255,255,1);
}
nav.navbar .menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;

}

nav.navbar .dropdown-menu  li {
	border-bottom: 1px solid var(--brown);
	padding: 5px 0;
	
}


nav.navbar .dropdown-menu  li a {
	color:var(--brown);
	font-weight: 500;
	font-size: 14px;
	position: relative;
	display: block
}
nav.navbar .dropdown-menu.depth_0 .menu-item-has-children.dropdown {
    box-shadow: none;
    border-bottom: 1px solid var(--brown);
width: auto;
    position: static;
}

nav.navbar .dropdown-menu.depth_0 .menu-item-has-children.dropdown a {
	position: relative
}

nav.navbar .dropdown-menu.depth_0 .menu-item-has-children.dropdown a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    color: var(--brown);
    font-size: 9px;
    position: absolute;
    top: 3px;
    right: 0px;
}
nav.navbar .dropdown-menu.sub-menu.depth_1 a:after {
	display: none !important
}
nav.navbar .dropdown-menu.sub-menu.depth_1 {
	opacity: 0;
	visibility: hidden
}
nav.navbar .dropdown-menu.sub-menu.depth_1 {
	left: 50%;
    top: 0;
}
nav.navbar .dropdown-menu.depth_0 .menu-item-has-children.dropdown:hover .dropdown-menu.sub-menu.depth_1 {
		opacity: 1;
	visibility: visible
}
nav.navbar .dropdown-menu  li.current-menu-item.active a {
	color:var(--brown)
}

nav.navbar .dropdown-menu  li a:hover {
	color:var(--brown)
}

nav.navbar .dropdown-menu li.current-menu-item.active a{
	font-weight: 600;
	color:var(--corpo)
	
}
/*.nav-link:before {
content: "";
    color: var(--green);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: calc(100% - 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(--green);
}

*/
.single-progetto #menu-item-433 .nav-link:after
.dona a:hover{
	background-color:#FFCC00 !important ;
	color: #001E4B !important;
}
.dona a:after {
	display: none
}

.single-progetto .current_page_parent .nav-link {
	background: none;
	color: #001E4B
}

.single-progetto .current_page_parent .nav-link:after {
	display:none
}

.slide {
	height: 450px;
	display: flex
}

.cont-slide-testi {
	position: absolute;
top: 250px
}

body.fisso .cont-slide-testi {
    top: 190px !important
}
.cont-slide-testi .item {
	background: #fff;
	padding: 3em;
	color: var(--blue);
	height: 325px;
	border-radius: 0 35px 0 0;
}
.video-container {
	display: flex;
  position: relative; 
  padding-bottom: 56.25%; 
  height: 650px; 
  overflow: hidden;
  max-width: 100%;
}

.video-container video,
.video-container iframe{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
#owl-home-gallery {
	height: 100%;
}
.libro {
	height:400px;
	background-size:cover;
	background-position:  center center;
	background-repeat: no-repeat;
}

#searchform input {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #003086;
    margin-right: 0 !important;
    border-right: none;
    background-color: transparent !important;
    height: 30px;
    font-weight: 300;
    width: 60%;
    margin-left: 0;
    padding: 0;
    outline: none;
    color: #003086;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--corpo) !important;
}
input[type=text]::-ms-input-placeholder { /* Edge */
  color: var(--corpo) !important;
}
input[type=text]::-placeholder { /* Edge */
  color: var(--corpo) !important;
}
.form-control:focus {
	box-shadow: none
}
#searchsubmit {
    border-radius: 0;
    border: none;
    border-bottom: none;
    margin-right: 0 !important;
    border-left: none;
    background-color: transparent !important;
    padding: 0 5px;
    margin-left: -5px;
    height: 30px;
    background-clip: padding-box;
	position: absolute
}
@media (min-width: 1024px) {
/*#owl-home-gallery {
	background: url('/wp-content/uploads/2019/03/bg-parellelogram-yellow.png') center center no-repeat;

}*/
	
	.borderight {
		border-right: 3px solid #ccc !important
	} 
}


owl-item.active .test-slide {
  visibility: visible !important;
  display: block !important;
}
#owl-home-gallery .owl-item.active h3 {
	animation: 2.3s 0.3s fadeIn both;
}

#owl-home-gallery .owl-item.active p {
	animation: 2.3s 0.3s fadeIn both;
}

/* 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;
}

.slide-bg h3 {
	color: #FFCC00;
	font-weight: 900;
	/*font-size: 2.5rem;*/
	font-size: 2.2rem;
	text-transform: uppercase
}
.slide-bg p {
	/*color: #003087;*/
	color: #fff;
	font-weight: 600;
	/*font-size: 22px;*/
	font-size: 30px;
	margin-bottom: 0;
}
#owl-home-gallery .owl-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin: auto;
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 5px 3px;
	background: var(--grey);
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--corpo);
}
.blocchi-icona img {
	    width: 200px;
}
.blocchi-icona .img-cont,
.strumenti-valori .img-cont,
.cosafacciamo .img-cont{
	margin-bottom: 20px !important
}
.blocchi-icona .img-cont:after,
.strumenti-valori .img-cont:after,
.cosafacciamo .img-cont:after,
.testi-storie .img-cont:after{
	display: none
}
.strumenti-valori .img-cont {
	display: initial
}
.blocchi-icona a {
	text-decoration: none
}
.blocchi-icona h4{
	color: #FFCC00;
	font-weight: 700;
	font-size: 22px;
	padding: 0 20px;

}
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}



.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 90%;
    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);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.testi-storie {
	margin-top: 50px;
	margin-left: -50px;
	background: #FAF7F5;
	padding: 25px;
	width: 100%;
	font-size: 16px
}
.home .testi-storie {
    margin-top: 30px;
    margin-left: -75px;
    padding: 10px;

}
.testi-storie a {
	color: #000;
}
.testi-storie h5 {
	font-size: 16px;
	font-weight: 700
}
.blog .testi-storie {
	/*position: absolute;*/
	bottom: 0;
	margin-top: 0
}
#storie-carousel.owl-carousel .owl-item img {
 display: block;
 width: auto
} 

.owl-prev {
    width: 15px;
    position: absolute;
    top: 40%;
    left: -70px;
    display: block !important;
}
.owl-next {
    width: 15px;
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover svg circle {
	opacity: 1
}


.read-more {
	color: #001E4B !important;
	background:#FFCC00;
	font-weight: 700;
	padding: 0 15px;

}
.newsletter h4 {
	font-weight: 700
}

.form-control {
	border-radius: 0
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: var(--corpo);
	border: 1px solid var(--corpo);
	color: #fff;
}
.btn-primary{
	background-color: var(--corpo);
	border: 1px solid var(--corpo);
	color: #fff;
    padding: 18px 50px;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.2em;
	opacity: 0;
	transition: all .15s ease-in-out;



}

.misha_loadmore {
	background-color: var(--corpo);
	border: 1px solid var(--corpo);
	color: #fff;
    padding: 18px 50px;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.2em;
	cursor: pointer

}

.misha_loadmore:hover{
	background-color: var(--brown);
	border: 1px solid var(--brown);
	color: #fff;
    padding: 18px 50px;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.2em;

}
.animate.btn-primary{
	  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s; /* Ritardo di 2 secondi */
  animation-delay: 0s; /* Ritardo di 2 secondi */
		opacity: 1;
}
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.imganimate{
	opacity: 0;
	transition: all .15s ease-in-out;



}
.animate.imganimate{
	  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s; /* Ritardo di 2 secondi */
  animation-delay: 0s; /* Ritardo di 2 secondi */
		opacity: 1;
}



@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px); /* Spostato verso il basso di 50px */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Tornato alla posizione originale */
    }
}
@keyframes fadeUp {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}


.testi-testata .btn-primary {
		background-color: rgba(115,7,3,0.8);
	border: 1px solid rgba(115,7,3,0.8);
}

.btn-white{
	background-color: #fff;
	border: 2px solid #756451;
	color: #756451;
    padding: 8px 30px;
	border-radius: 0;
font-weight: 600;


}
.wpcf7-submit.disabled, .wpcf7-submit:disabled,
.wpcf7-submit{
	background-color: #fff;
	border: 2px solid #756451;
	color: #756451;
    padding: 8px 30px;
	border-radius: 0;
	font-style: italic

}



.white .elementor-button svg path {
	fill:var(--red)
}
.btn-primary:hover{
	background-color: var(--brown);
	border: 1px solid var(--brown);
 padding: 18px 50px;

}


.white .elementor-button:hover,
.wpcf7-submit:hover{
	background-color: #756451;
	border: 2px solid #756451;
	color: #fff;
    padding: 8px 30px;

}
.wpcf7-submit:hover #Icon_ionic-md-arrow-down {
	fill:var(--corpo)
}
/*
.btn-primary:hover svg,
.elementor-button:hover svg,
.link:hover svg,
.wpcf7-submit:hover svg{
-webkit-transform: translateX(5px);
    transform: translateX(5px);
}
*/
.btn-large {
	height: 50px;
	padding: 20px 45px;
	line-height: 1;
	min-width: 280px;
}

.wpcf7-submit {
	width: 100%
}
.mc4wp-form-fields .privacy a {
color: #fff
}

/*#timeline p {
	font-weight:600
}*/
.owl-thumbs {
	padding-top: 10px;

}
.owl-thumb-item {
	position: relative;
	color: #003087 !important;
	font-weight: 600;
	cursor: pointer
}
.owl-thumb-item:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #003087;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}
.owl-nav {
	    position: absolute;
    right: 50px;
    bottom: 85px;
}
.owl-nav svg {
height: 25px;
    width: auto;
}
h3.num {
	font-size: 4rem;
	font-weight: 700;
	color: #FFCC00
}


.bg-white-transp {
	background: rgba(255,255,255,0.9);
}
.team h5 {
	color: #003087;
	font-weight: 700
}
.descrizione-cattedrale  {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 11
}
.ruolo {
	font-weight: 700;
	color: #000;
	font-size: 15px
}
.view {
	text-decoration: underline !important;
	cursor: pointer
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0
}
.privacy {
	font-size: 13px;
	text-transform: initial;
	text-align: left;
	color: #000
}
button.close {
	right: 10px;
	position: absolute;
	border: 1px solid;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	top: 10px;
	z-index: 1;
}

#mc4wp-form-1 input {
	border: none
}
@media (min-width: 1025px) {
	
.bordino,
.bordinodue{
	position: relative
}

.bordino:before {
content: '';
    position: absolute;
    left: 0;
	top:0;
    height: 100%;
    width: 1px;
    border-left: 1px solid;
}
.bordinodue:before {
content: '';
    position: absolute;
    left: 0;
	top:0;
    height: 100%;
    width: 1px;
    border-left: 1px solid;
}
.bordinodue:after {
content: '';
    position: absolute;
    right: 50px;
	top:0;
    height: 100%;
    width: 1px;
    border-left: 1px solid;
}
	.elementor-element-cab962b {
		margin-top: -80px
	}
#menu-item-wpml-ls-3-ar {
	position: relative;
    padding-left: 20px;
	margin-left: 10px !important;
}
.wpml-ls-item .nav-link{
text-transform: none !important;
    font-weight: 500 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 13px !important;
}

li#menu-item-wpml-ls-3-ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ccc;
}
.calendario .card {
	position: relative
}
.calendario .card:nth-child(odd):before {
content: '';
    position: absolute;
    right: -100px;
    bottom: -80px;
    background: url(/wp-content/uploads/2023/09/frecciadue.svg) no-repeat center center;
    height: 120px;
    width: 120px;
    background-size: contain;
    z-index: 1;
}

.calendario .card:nth-child(even):before {
content: '';
    position: absolute;
    left: -100px;
    bottom: -80px;
    background: url(/wp-content/uploads/2023/09/freccia.svg) no-repeat center center;
    height: 120px;
    width: 120px;
    background-size: contain;
    z-index: 1;
}
.calendario .card:last-child:before {
	display: none
}
.related {
	text-transform: uppercase
}
.related span {
	width: 65%;
	display: inline-block;
	color: var(--darkpurple);
    padding-top: 10px;
    line-height: 1.6rem;
	text-transform: none
}

.contenuto-dona {
	background: #fff;
	margin-top: -400px;
	margin-left: 380px;
}
.text-2.widget_text.col-sm {
	-ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
}
.sfoglia:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #FAF7F5 !important;
    left: -100vw;
    top: 0;
    z-index: -1;
}
.big p {
	font-size: 20px
}
.pagina-dona h3,
.pagina-dona h4 {
	color: #003087
	
}
#accordion .card {
	border: none
}
#accordion .card-header {
	background: none
}
#accordion .card-header h5{
	color:#001e4b
}
#accordion .card-body {
  padding: 0.5rem 1.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
		max-width: 800px;
}
.modal-body {
	padding: 2rem
}
}
.modal-body h4 {
	font-weight: 700;
	color: #FFCC00
}

@media (min-width: 1024px) {
.cosafacciamo:before {
	content: '';
	position: absolute;
	background: #FAF7F5;
	left: -108px;
	height: 100%;
	width: 34%;
	z-index: 1111;
}

.cosafacciamo .row {
	margin-left: -90px;
	z-index: 111111;
	position: relative;
	padding-top: 35px;
	padding-right: 60px;
}
}

.progetto-cont {
	position: relative
}
.progetto-cont .position-right {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	z-index: 1;
}

#accordion h5 {
	font-size: 15px;
	cursor: pointer;
	font-weight: 700
}
#accordion .active .aperto {
	display: none
}
#accordion .active .chiuso,
#accordion .blocco1.chiuso{
	display: block !important
}
.border-bottom-yellow {
	border-bottom:1px solid  #FFCC00
}
.page-item span {
		position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
background-color: var(--corpo);
    border:1px solid  var(--corpo);
    color: #fff;
}

.page-link {
    color: var(--brown);
}
.page-item.active .page-link {
    background-color:  var(--brown);;
    border-color:  var(--brown);;
		color:  var(--corpo);
}

.storie {
	position: relative
}


@media (min-width: 1024px) {
.storie .img-cont:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100px;
	/*background: #fff;*/
}
.contenuti-storie {
	position: absolute;
	top: 140px;
	width: 100%
}

}
.contenuti-storie .card {
	border-radius: 0;
	border-color: #FFCC00;
}
.contenuti-storie .active .titolo-storia {
	border: 1px solid #FFCC00;
	margin-bottom: -1px !important;
	z-index: 111;
	border-bottom: 1px solid #fff;
}

iframe,
.wp-caption {
	max-width: 100%
}

.cercamenu {
	cursor: pointer;
	    margin-left: 20px !important;
}

.cercamenu  a {
	padding:0 !important;
	    margin-top: 2px;

}
.cercamenu svg {
	    height: 20px;
    width: auto;
}
#text-search {

    -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: 60px;
    opacity: 0;
    position: absolute;
    right: 0;
    /* margin-left: auto; */
    padding: 20px 0em;
	    width: 100%;
    max-width: 100%;

}

#text-search.open, #text-search-mobile.open {
    opacity: 1;
    background: var(--white);
    text-align: center;
	z-index: 1
}
/* Site footer */


.elementor-element-842a111  {
	position: relative
}


.img-stondata img {
    border-radius: 45px 0;
}
.loghi img {
    padding: 0 20px;
}

.elementor-element-1f11765 {
margin-top: -50px
}

.blog .card h3,
.titolorisorsa {
	font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
}
.titolone h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 800;
    font-size: 180px;
}



#categoria-0 .prodotti-card a,
#categoria-5 .prodotti-card a{
    height:300px;
	justify-content:flex-end;
}


.child:nth-child(2n) .card {
    background: var(--corpo);
    color: #fff;
}
/*
.prodotti-card {
	background-color: rgba(0,179,255,0.7);;
	backdrop-filter: blur(10px);
	border-radius: 15px;
	-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;
	
}
.prodotti-card:hover {
		background-color: rgba(0,179,255,1);;
}
.prodotti-card p span {
	max-width: 50%;
	line-height: 25px;
	display: block
}

.prodotti-card svg {
    height: 28px;
    width: auto;
    position: absolute;
    right: 10px;
}

*/


.elementor-element-1fc66f7b .e-con-inner {
	padding: 3em 0
}
ul.elenco {
	list-style: none;
	padding-left: 0
}
.elenco h3,
ul.elenco li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px
}

.elenco h3:before,
ul.elenco li:before{
content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--cyan);
    width: 20px;
    height: 20px;
    border-radius: 5px;
}



.titolone-cat {
	font-size: 100px
}

.prodotto-cont {
		background: #F8F8F8;
    
    border-radius: 20px;
}

.prodotto-desc p,
.specifiche-prod p,
.specifiche-prod li {
	font-size: 16px
}
.specifiche-prod ul {
	list-style: none;
	padding-left: 0;
	display: flex;
    justify-content: flex-end;
	margin-bottom: 0
}
.specifiche-prod {
	    background: #F0F0F0;
    border-radius: 0 20px 20px 0;
}

.specifiche-prod .row {
	position: relative;
		padding: 4px 0;
}

.specifiche-prod .row:before {
content: '';
    width: calc(100% - 30px);
    bottom: 0;
    border-top: 1px solid var(--cyan);
    left: 15px;
    position: absolute;
}
.img-prodotto img {
	  margin-left: -70px;
    top: 0;
    transform: scale(1.5);
}

.facetwp-facet-tipologia {
	display: flex;
	justify-content: center
}
.facetwp-facet-tipologia .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-tipologia .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}

.facetwp-facet-voltaggio {
	display: flex;
	justify-content: center
}
.facetwp-facet-voltaggio .facetwp-checkbox:first-child {
	border-radius: 15px 0 0 15px
}
.facetwp-facet-voltaggio .facetwp-checkbox:last-child {
	border-radius: 0 15px 15px  0
}
.facetwp-facet-tipologia .facetwp-checkbox {
	background: none !important;
		    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.facetwp-facet-tipologia .facetwp-checkbox:hover {
	background: rgba(0,179,255,1) !important;
}
.facetwp-facet-tipologia  {
	margin-bottom: 20px !important
}
.facetwp-checkbox {

	    background-color: rgba(0,179,255,0.7) !important;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.facetwp-facet-voltaggio .facetwp-checkbox {
    background-position: 3px 50% !important ;
    padding-left: 30px !important;
    cursor: pointer;
}
.facetwp-counter {
	display: none
}

.titoloblocco {
	position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
}
.titoloblocco .inner {
	background: rgba(255,255,255,0.4)
}
.titoloblocco h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
	color: #fff
}
#blocco-1 h2 {
	color: #7b4505
}
#blocco-2  .titoloblocco  {
	right: auto;
	left: 0
}

.storia {
	background: url('https://las-ingrocarta.it/wp-content/uploads/2023/11/las-firenze-ingrosso-carta-materiali-per-imballaggi-texture-cartone-ok.png') center center no-repeat;
	background-size: cover
}

.parallax {
  /* The image used */
  background-image: url("https://las-ingrocarta.it/wp-content/uploads/2023/11/las-firenze-dal-1966-ingrosso-carta-articoli-in-pelle-1-scaled.jpg");

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-content {
		height: 500px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-style: normal;
    position: relative;
    z-index: 111;
}

.parallax-content:before {
	    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: url(https://las-ingrocarta.it/wp-content/uploads/2023/11/las-logotype-red-trasparente-25.png) no-repeat center center;
    background-size: contain;
    height: 280px;
    width: 280px;
}
.parallax-content h2 {
    z-index: 1111;
    color: #fff;
    font-style: normal;
}

.nascosti {
	background: rgba(0,0,0,0.5);
	opacity: 0;
		-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	    color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.grid-item:hover .nascosti {
	opacity: 1;
	visibility: visible
}

.cont-prod:hover .nascosti {
	opacity: 1;
	visibility: visible
}

.testo-app h2 {
	position: relative;
	padding-right: 50%
}

.testo-app h2:after {
    content: '';
    background: url(https://www.cattedraledianagni.it/wp-content/uploads/2024/02/muca.png) center center no-repeat;
    background-size: contain;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    right: 70px;
}

.bottom {
	margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
	position: absolute
}

#post-home-carousel picture img{
	height: 450px;
	object-fit: cover
}
#post-home-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    top: -25px;
    right: 0;
}
.data-evento {
	margin-bottom: 0;
    position: absolute;
    right: 0;
    background: #e6e6e6;
    padding: 5px 10px;
    top: 20px;
    color: #979797;
}
.tribe-events-widget-shortcode__header-title {
	display: none
}

.calendario-home .cat_messe-domenicali {
	color:#68992c;
		background: transparent !important
}

.calendario-home .cat_gruppi {
	color:#ff0000;
		background: transparent !important
}

.calendario-home .cat_celebrazioni {
	color:#186fb1;
		background: transparent !important
}
.calendario-home .cat_chiuso  {
	color:#ae70af;
		background: transparent !important
}

.calendario-home .cat_appuntamenti{
	color:#ff8c00;
	background: transparent !important
}


.calendario-home .cat_messe-domenicali h3 a {
	color:#68992c !important;

}

.calendario-home .cat_gruppi h3 a{
	color:#ff0000 !important;
}

.calendario-home .cat_celebrazioni h3 a{
	color:#186fb1 !important;
}
.calendario-home .cat_chiuso h3 a{
	color:#ae70af !important;
}

.calendario-home .cat_appuntamenti h3 a{
	color:#ff8c00 !important;
}

.calendario-home .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
	    margin-bottom: 0;
    /* order: 2; */
    padding-top: 3px;
    padding-right: 10px;
}

.calendario-home .tribe-events-calendar-month-mobile-events__mobile-event-details {
	display: flex
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: var(--corpo) !important;
    color: #fff !important;
}

.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
	color: #fff !important
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: var(--corpo) !important;
}


.img-evento {
	overflow: hidden;

}

.img-evento {
overflow: hidden;
    margin: 0!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.article a:hover .img-evento{
    background-position-y: bottom!important;
}
.article .card {
	border-radius: 0
}
.article:hover .card{
	box-shadow: 0px 5px 10px #bababa;
}
.article .more-info {
    position: absolute;
    bottom: 25px;
    text-align: right;
    right: 20%;
    margin-bottom: 25px;
    padding-left: 0;
    transition: .3s ease;
    font-size: 20px;
    color: transparent;
}
.article:hover .more-info {
    right: 10%;
    color: rgb(100,100,100);
}
.desc-eventi {
	min-height: 160px
}
.desc-eventi h3 {
	font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.article {
	border-radius: 0px;
    transition: 300ms ease;
}
.post-type-archive-tribe_events .tribe-common-l-container.tribe-events-l-container {
	background: #fff;
    padding: 0;
    margin-top: 50px;
    max-width: 75%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
	background: var(--corpo);
	color: #fff;

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    background: var(--corpo);
	color: #fff;
		padding: 10px;
}
.tribe-events button.tribe-events-c-top-bar__datepicker-button {
    color: #fff;
}
.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar{
    margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
    margin: 0;
    padding: 10px;
}
.tribe-events .tribe-events-calendar-month__header-column {
    padding-bottom: 10px;
    width: var(--tec-grid-width-1-of-7);
}
.article-social-share {
	justify-content: flex-end;
	display: flex
}
.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;

    margin: 20px 0;
    display: flex;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
    margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
    background: var(--corpo);
    color: white;
	-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;
}

.article-social-share .social-share-icon ul li a {
    border: 1px solid #ededed;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover {
    background: white;
    color:  var(--corpo);
    border: 1px solid  var(--corpo);
	-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;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-link{color:var(--corpo);border:1px solid var(--corpo);}
.page-item.active .page-link{background-color:var(--corpo);border-color:var(--corpo);}
.page-link:hover{color:var(--corpo);background-color:#e9ecef;border-color:var(--corpo);}
.pagination-posttype .page-numbers {position: relative;display: block;padding: .5rem .75rem;margin-left: -1px;line-height: 1.25;color: var(--corpo); background-color: #fff; border: 1px solid var(--corpo);margin-left: 0;
}

.pagination {
	width: 100%
}
.pagination-posttype .page-numbers:first-child {border-top-left-radius: .25rem; border-bottom-left-radius: .25rem;}
.pagination-posttype .page-numbers.current {background-color: var(--corpo);border-color: var(--corpo);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: var(--corpo);background-color: #e9ecef;border-color: var(--corpo);}


.cat-post a {
	background: var(--corpo);
	color: #fff;
	font-weight: 600;
    font-size: 13px;
    padding: 5px 8px;
}

.datapost {
	background: #333;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 8px;
    margin-left: 5px;
}

.category-promozioni .datapost {
	display: none
} 
.timeline {
	max-width: 100%;

}



.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey {
  margin-right: 30px;
	position: relative
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey {
  margin-left: 30px;
	position: relative
}
.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey:before {
content: '';
    position: absolute;
    right: -44px;
    width: 25px;
    height: 25px;
    border: 2px solid var(--corpo);
    border-radius: 50%;
    top: 15px;
	background: #fff;
	    z-index: 1;
	
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey:before {
content: '';
    position: absolute;
    left: -41px;
    width: 25px;
    height: 25px;
    border: 2px solid var(--corpo);
    border-radius: 50%;
    top: 15px;
	background: #fff;
	    z-index: 1;
	
}
.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey:after {
    content: '';
    position: absolute;
    right: -33px;
    height: 100%;
    width: 2px;
    top: 0;
    border-left: 2px solid var(--corpo);
	
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey:after {
    content: '';
    position: absolute;
    left: -29px;
    height: 100%;
    width: 2px;
    top: 0;
    border-left: 2px solid var(--corpo);
	
}
.timeline-cont:last-child {
	padding-bottom: 3em
}
footer {
	color: #030303;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400

}
footer h4 {
	    color: var(--corpo);
	font-weight: 600;
    font-size: 1.1rem;
}
.widget_recent_entries  ul {
	padding-left: 0;
	list-style: none
}
.widget_recent_entries  li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed
}
footer .info img {
	    width: 25px;
    margin-right: 5px;
}
#menu-menu-principale-2 {
	font-family: 'Montserrat', sans-serif;
}
#menu-menu-principale-2 a {
	color: #fff;
	    padding: 0;
}

footer,
footer a {
	color: #030303;

}

.credits {
	color: var(--white);
	font-weight: 300
}
.credits a {
	color: var(--white);
}
.credits {
	font-size: 12px
}

.social-foot {
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.social-foot  a {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 10px
}
.square i {
		background:#FFCC00;
		color: #003087;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
}

.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;
	white-space: nowrap;
	background: rgba(223,0,0, 0.8);
	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: var(--red);
  opacity: .5;
}
.cd-top:hover {
	text-decoration:none;
	opacity: 1;
}


.vertical-tab-left h3{
	font-size: 2.1rem
}
.vertical-tab-right h4{
	font-size: 1.2rem
}
.vertical-tab-right {
	background: #FAF7F5
}
.vertical-tabs .nav-pills .nav-link.active,
.vertical-tabs .nav-pills .show>.nav-link {
    color: #FFCD00;
    background-color: #FAF7F5;
	border-radius: 0
}
.vertical-tabs .tab-pane.fade.active.show {
	background-color: #FAF7F5;
}
.vertical-tabs .card {
	background: none;
	border-radius: 0
}
.vertical-tabs .card-header {
		background: none;
	border-radius: 0;
	    border-bottom: none;
}
.vertical-tabs .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card.active .card-header h4 a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078"; 
    float: right; 
	color: #003087;
	font-weight: 900
}
.vertical-tabs .card-body p {
	font-size: 15px
}
.vertical-tabs .nav-link {
    padding: 0.6rem 1rem;
}
/*media queries*/

@media (min-width: 1900px) {
.logo-home img {
 width: 380px !important
}
}

@media (min-width: 1024px) {
	
.timeline {
	max-width: 50%;

}

.timeline-cont:nth-of-type(even) .timeline {
  margin-left: auto
}
#menu-menu-principale li#menu-item-927 {
		margin-left: 15px
	}
	
}
@media (min-width: 992px) and (max-width: 1200px) {
.custom-logo-link {
	width: 23%
}
#menu-menu-principale {
	font-size: 14px
}
.navbar-light .navbar-nav .nav-link {
padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
}
#menu-menu-principale li#menu-item-927 {
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
.custom-logo {
    width: 175px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
#menu-menu-principale li#menu-item-927 {
    margin-left: 1px;
}
	#searchform {
		position: relative;
		    width: 15%;
	}
#searchform input {
    width: 85%;
    float: right;
}
#searchsubmit {
    position: absolute;
    right: 0;
}
.custom-logo {
    width: 145px;
}
	.navbar>.container {
		max-width: 910px;
		padding: 0
	}
.navbar-light .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.testata-home,
			.testata-home .container,
	 .container{
		width: 100% !important;
		max-width: 100%
	}
	.testata-home .container .pl-md-5 {
		padding-left: 0 !important
	}
	.slide-bg h2 {
    font-size: 1.5rem !important;
}
}
@media (min-width: 768px) {
#sidebar {
	display: none
}
}
@media (max-width: 767px) {
	.slide-home {
    margin-top: -108px;

}
	
	.timeline-cont .timeline {
		margin-bottom: 20px
	}

.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey {
margin-left: 30px;
    position: relative;
    margin-right: 0;
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey {
  margin-left: 30px;
	position: relative
}
.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey:before {
content: '';
    position: absolute;
    left: -41px;
    width: 25px;
    height: 25px;
    border: 2px solid var(--corpo);
    border-radius: 50%;
    top: 15px;
	background: #fff;
	    z-index: 1;
	
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey:before {
content: '';
    position: absolute;
    left: -41px;
    width: 25px;
    height: 25px;
    border: 2px solid var(--corpo);
    border-radius: 50%;
    top: 15px;
	background: #fff;
	    z-index: 1;
	
}
.timeline-cont:nth-of-type(odd) .timeline .bg-lightgrey:after {
    content: '';
    position: absolute;
    left: -29px;
    height: calc(100% + 20px);
    width: 2px;
    top: 0;
    border-left: 2px solid var(--corpo);
	
}
.timeline-cont:nth-of-type(even) .timeline .bg-lightgrey:after {
    content: '';
    position: absolute;
    left: -29px;
   height: calc(100% + 20px);
    width: 2px;
    top: 0;
    border-left: 2px solid var(--corpo);
	
}
.timeline-cont:last-child {
	padding-bottom: 3em
}
	.testo-sinistra {
		order: 2
	}
.navbar-toggler .box {
    width: 73px;
    height: 65px;
    position: relative;
}
	.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    background: none;
    padding: 0;
    padding-left: 10px;
	}
	.dropdown-menu li {
    border-bottom: none;
    padding: 0;
}
	.dropdown-menu li a {
		padding: 2px 20px !important;
		font-size: 15px !important
	}
	.titoloblocco {
    width: 100%;
}
	.btn-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	.credits-link {
		position: relative !important
	}
.scroll-icon {
    right: auto;
    left: auto;
}
.testata-home h2 {
    font-size: 4rem;
    line-height: 4.2rem;
	margin-bottom: 15px
}	
	
	.testata-home h3 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 15px;
}
	.titolone h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 800;
    font-size: 4rem;
    margin-top: -60px;
}
	.testo-app h2 {
    padding-right: 40%;
}
	.testo-app h2:after {
    height: 110px;
    width: 110px;
    right: 0;
}
	
	.visite {
		padding: 0
	}
	#menu-menu-footer {
    flex-direction: column;
    justify-content: flex-end;
}
#categoria-0, #categoria-1 {
    margin-top: 0;
}
#categoria-3, #categoria-5 {
    margin-top: 0;
}
	
nav.fixed .custom-logo-link {
		display: none
	}
.fixed .logo-sticky {
    margin-left: 10px;
}
	.elementor-element-2ca865a .e-con-inner {
    padding: 8em 0 0 0;
}
.prodotti-card {
    height: 140px !important
}
	
	.tax-categoria-prodotto .elementi-tassonomia  div {
		margin: 20px 0 !important
	}
.titolone-cat {
    font-size: 3rem;
}
	
.img-prodotto img {
    margin-left: 0;
    top: 0;
    transform: scale(1)
}
	
	.prodotto-desc {
		margin-top: -50px;
	}
.specifiche-prod {
    background: #F0F0F0;
    border-radius: 0 0 20px 20px;
}
.wpml-ls-item .nav-link{
text-transform: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.btn-menu span {
    display: block;
    width: 60%;
    /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%); */
    border-radius: 0;
    height: 3px;
    background: var(--corpo);
    transition: all .3s;
    position: relative;
    margin: 0 auto;
}
	

	.btn-menu.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
}
	
.btn-menu span + span {
  margin-top: 10px;
}
.fixed .btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: var(--corpo)
}
.btn-menu.active span:nth-child(1) {
  animation: ease .7s top forwards;
	background: var(--corpo)
}
.home .btn-menu.active span:nth-child(1) {
	background: var(--corpo)
}
.btn-menu.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}
.btn-menu.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}
.btn-menu.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}
.btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: var(--corpo)
}
.fixed .btn-menu.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
	margin-top: 27px;
		background: var(--corpo)
}
.home .btn-menu.active span:nth-child(3)  {
	background: var(--corpo)
}
.btn-menu.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}
	
	
	.fixed .btn-menu span {
		background: var(--corpo) !important
	}
	.testata-interna h1 {
font-size: 2.6rem !important;
    line-height: normal !important;
    padding-top: 120px;
}
.testata-interna p {
    font-size: 1.4em !important;

    max-width: 100% !important;
}
	
	.scroll-icon {
		display: none
	}
.scroll-icon svg {
    width: 40px;
    height: 40px;
}
	
	
	.nav-item-82 {
		position: relative
	}
@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);
  }
}
	.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
    max-width: 100%;
    width: 100%;
}
	.elementor-element-1f11765 {
    margin-top: 0px !important;
}
nav.navbar {
    z-index: 11111111 !important;
}
#sidebar {
    width: 100%;
    position: fixed;
    left: -120%;
    height: 100vh;
    z-index: 0;
	top: 0;
    background-color: var(--corpo);
    color: var(--white);
    transition: all 0.3s;
    overflow-y: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
    z-index: 1111111;
}
	
#menu-menu-mobile{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
	
.menu-categorie-mobile,
	.menu-categorie-mobile-due{
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: var(--corpo);
    justify-content: center;
    height: 100% !important;
    flex-direction: column;
    padding-left: 0;
    text-align: left;
	display: flex;
}
	
.menu-categorie-mobile.open-sidebar ,
	.menu-categorie-mobile-due.open-sidebar {
    display: flex;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
   color: var(--corpo);
    opacity: 1;
    visibility: visible;
	    -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;
}
	.aprisottomenu  {
		position: relative
	}
.aprisottomenu-mobile {
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 18px;
    color: #fff !important;
	}
	.noscroll {
		overflow: hidden
	}
#sidebar ul li a {
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    color: var(--white);
    font-weight:500;
    position: relative;
	font-family: 'Montserrat', sans-serif;
}
	#sidebar ul li a:before {
		display: none
	}
	.logo-img {
		width: 95px !important
	}
	.menu-categorie-mobile a ,
		.menu-categorie-mobile-due a {
		font-size: 16px !important;
		padding: 10px 20px !important
	}
.custom-logo {
	width:80px
}
	.cercamenu {
		display: none
	}
	.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item.current-menu-item .nav-link:before {
		display: none
	}
	

	body.fisso .cont-slide-testi {
    top: 0 !important;
}
	footer {
		background: var(--corpo)
	}
	
	footer .container {
		padding-top: 0 !important
	}
	.cont-slide-testi {
    position: relative;
    top: 0;
    order: 2;
}
	.cont-slide-testi .item {
    background: #fff;
    padding: 3em;
    color: var(--blue);
    height: auto;
    border-radius: 0 35px 0 0;
}
	.social-foot {

    align-items: center;
}

.video-container {
    height: auto;
	}
	.chicome .elementor-widget-wrap {

    margin-bottom: 40px;
}
		.parole-chiave .elementor-widget-wrap {

    margin-bottom: 120px;
}
.elementor-tabs .elementor-tab-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: var(--blue);
	font-size: 2rem;
	padding: 0 !important
}
	.flip-card {
    margin: 0 25px;

}
	.fixed-header.fixed {
		    padding: 0.5rem 1rem !important;
	}
	#footer {
		margin: 0
	}
h2 {
    font-size: 2.2rem;
   line-height: 2.8rem;
}
	
#map_wrapper {
    position: relative !important;
    width: 100% !important;
}
	
	.testata-home-cont .col-12.col-md-10 {
		padding: 0
	}
.elementor-section.elementor-top-section {
		padding: 0 20px
	}
	.elementor-tab-title.elementor-tab-mobile-title.elementor-active {
		    color: var(--red);
	}
	.home .row {
		margin: 0
	}
	.icone img {
		max-width: 30%;
		margin: 10px auto
	}
	.loghi .elementor-widget-image {
		text-align: center;
		width: 100%
	}
	
	.loghi img {
		margin-bottom: 20px
	}
	.num-cont {
		text-align: center
	}
	footer {
		text-align: center;
		height: auto
	}
	
	footer img {
margin: 10px auto;
	}
	/*#video-bg {
		height: 100%
	}*/
.slide-bg h3 {
  font-size: 1.2rem;
	margin-top: 15px
}
.slide-bg p {
  font-size: 15px;
}

/*#owl-home-gallery {
 background: url(/wp-content/uploads/2019/03/bg-parellelogram-yellow.png) -125px;
}*/
#owl-home-gallery .owl-dots {
		position:relative;
	margin: 10px 0
}

.blocchi-icona h4 {
  padding: 0 10px;
}
.testi-storie,
.home .testi-storie {
	margin-top: 0;
	margin-left: 0;
	width: auto;

}
.home .testi-storie  {
	padding: 25px
}
	.campagna-desc {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0 25px 0 0;
    padding: 20px;
    min-height: auto;
    margin-top: -10px;
}
	
	.elementor-element-32e34142 {
    margin-top: 0;
    margin-bottom: 20px;
}
	
	.chicomealt  {
		margin: 20px 0
	}
#searchform input {
    width: 90%;
    margin-left: 5%;
	color: #fff
}
	#searchsubmit {
    right: 10px;
		color: #fff
}
	h1 {
		font-size: 2.2rem
	}
.owl-thumbs .row {
	justify-content: center
}
.pagination {
	justify-content: center
}

.blog .testi-storie {
	position: relative
}
footer .col-sm {
	flex: 0 0 100%;
	max-width: 100%;
	margin:30px 0;
	text-align: center
}
footer h4:after {
    right: 0;
    margin: auto;
}
	
.post-cont {
    padding: 0;
}
	.single h1 {
		font-size: 2em
	}
blockquote {
    padding: 5px 10px;
    margin: 15px 25px;
}
	.vertical-tab-right h4 {
    font-size: 1rem;
}
	.vertical-tab-left h3 {
    font-size: 1.3rem;
}
	.twitter-tweet {
		max-width:100% !important;
		width:100% !important
	}
	#twitter-widget-0{
   width: 100% !important;  
}
}
#iub-pp-container {
	text-align:left
}


#footer-copyright	{
	font-size:12px;
	color: #000;
	font-weight:100;
}


.dk-speakout-petition-wrap,
.dk-speakout-petition-wrap input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.dk-speakout-petition-wrap input {
	height: 1.8em;
	margin-bottom: 15px
}
.dk-speakout-petition-wrap {
  background-color: #FAF6F3;
	position: -webkit-sticky;
	position: sticky;
    top: 0;
}
.dk-speakout-petition-wrap a {
  outline: none;
  text-decoration: none;
}
.dk-speakout-petition-wrap p {
  line-height: 1.3em !important;
  margin: 0;
  padding: .5em 0 .5em 0;
}
.dk-speakout-petition-wrap h3 {
    background: #003087;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
    border: 18px solid #FAF6F3;
    border-bottom: 0;
    color: #fff;
}

.entry-date	{
	color: #fff;
    text-decoration: none;
    cursor: none;
    font-size: 14px;
}

a[rel="category tag"]	{
	margin-left: 10px;
} 
/*
 *	Popup petition reader
 */
/* Petion reader link */
/*
.dk-speakout-readme {
  background: #ffffdd;
  border-bottom: 1px solid #dfdfa8;
  color: #808080;
  cursor: pointer;
  display: block !important;
  font-size: .8em;
  font-weight: bold;
  height: 32px;
  padding: 0 5% 0 5%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.dk-speakout-readme span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABrVBMVEX////////////////////////////////////9/f329vb9/f1paWlpaWlpaWn19fVpaWn///////9paWlpaWn///9ubm5paWlpaWn///9paWlpaWlpaWlpaWmLi4v///////9paWlpaWn///9paWlpaWn///9paWlpaWn///////9paWlpaWn///////////9paWn///9paWlpaWn///////////////////////9paWn///////////////////////////9paWn///9paWn5+flpaWlpaWn///////9paWlpaWlvb29ra2tpaWlpaWn///9paWlpaWlsbGxpaWlpaWlpaWlpaWl8fHzAwMBpaWnFxcWzs7OWlpZpaWlpaWlpaWlpaWlpaWlpaWn///////////9paWn///8AAADd3d3e3t7Hx8eJiYm/v7/R0dGVlZX39/erq6tsbGx2dnbIyMjPz8/x8fHg4ODOzs7o6OiioqL4+Ph0dHSBgYF+fn7W1tbf39+Dg4Pl5eV7e3uqqqpwcHCbm5vz8/P+/v5qamqPj49ycnL///9paWm6wjyAAAAAanRSTlPJyDnvOEbSRdN5/nd4dsD+vxARNzj0/MOzX06PEvT8Tw1XDekByDX9XgHE6WvctGw2jxa+Xv3X7TYn+gwsni0X+uFRVNsu/lJ0UZDRLnYDEJAVLPjgRZ0tw/jXw5SUDO/tJjXw8BW/AgIAQ+2P+gAAAeJJREFUeNrllFdTAjEUhbH33hWxodiwd7FXQFHsClgBN/ZesHeKN7/Zm2R31FFnfNbzknPO/fKSZFdFfqH/BNWV5mRmZGTmlNb9BK0P1euoLF390Pp30LRZzNPTxWqe/gItzvDJ9pYXwLu1zcPM4mdoZYG1hzs+gLQ0AN/OIcsLKx+hlGXW+U9AleUixJUVBCd+1iynvkOra5Tpqbu6jHCVVXc/8WptVYFml3jxHG3EUJidXYiLMeGZl0uzArJOUa6Xccw1FZRW1KAZfxHtlJVBlkQqNJ+EZ9XPXD+eUfK8XMdbEIqlsmy4f0LYCbQ2pY9DaFQJdpyMCDuC1q70owhFBeTgwMnADXM3A2gdch2IQWjY+yjSHE4MZ0eUHp0Z0M6J9tE7jJDkfnjlcXKMEEm/v7u7r5cIGZvk5euDW0KIuHruBGXC/SVFAEUlaEyCuetxicPsDNm8Ys1gL4b8vLx8XHoHWXO14exUrqXF6blmXVullnBpK9tYvvY4W94vOLT58oIyFReoCVEXFPNwcdkc/PGptDbB7T3lys0V6/0tNLV+fnTtHeA7D/ipLH/g3Acd7V+eb0QkwOnxwZ5Gs3dwfAoQHvbdhyD1uRtBVqO7T/rpk+pqqK0qL6+qbej6Gz+MN4CoHHAdRVMFAAAAAElFTkSuQmCC") no-repeat 0 -2px;
  background-size: 18px 18px;
  line-height: 32px;
  padding-left: 26px;
}
/* Petion reader popup */
/*
#dk-speakout-reader {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  font-family: Georgia, sans-serif;
  font-size: 16px;
  height: 1px;
  line-height: 1.4em;
  width: 1px;
  left: 5% !important;
  width: 90% !important;
}
#dk-speakout-reader textarea {
  border: none;
  font: 16px/1.4em Georgia, sans-serif;
  height: 360px;
  outline: 1px solid #ddd;
  width: 560px;
}
#dk-speakout-reader-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Georgia, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.4em;
  overflow: auto;
  padding: 20px 30px 40px 30px;
  text-align: left;
}
#dk-speakout-reader-content p {
  margin: .5em 0 .5em 0;
}
*/
/* Window shade */
#dk-speakout-windowshade {
  background-color: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100000;
}
/* Close button */
#dk-speakout-reader-close {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAACTFBMVEUiIiIUFBSWlpYNDQ3p6ekAAAAjIyOMjIy0tLQAAADs7Oynp6fl5eXh4eHS0tLf39/Ozs7n5+ednZ0xMTEzMzPm5uaTk5MRERHKysrk5OTi4uJwcHDn5+clJSVxcXFDQ0PExMQAAADp6enPz88AAADr6+seHh7u7u5BQUHl5eVubm7h4eHd3d3MzMwAAAAAAADU1NSFhYUAAADo6OgAAAC9vb0AAADQ0NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvLy+rq6slJSVTU1MrKyuurq4aGhohISEnJycxMTGfn59jY2ODg4ONjY2WlpZbW1teXl6GhoYpKSm3t7cyMjIjIyOEhIRoaGipqqqvr69sbGxpaWliYmKKiopwcHBycnJqampOTk7AwMBhYWFaW1sbGxuOjo5gYGAiIiJ5eXlxcXFvb28eHh6lpaVDQ0M4OTkODw9aWlrJyclGRkYgICBFRUXq6upubm4sLCzOzs41NTXS0tJmZmbs7OzZ2dnDw8MzMzNkZGRtbW10dHRlZWVRUVFNTU2goKBnZ2d2dnYWFhbPz8+IiIgYGBhdXV17e3tMTEx9fX13d3d+fn7n5+cVFRVERERVVVVra2scHBwUFBTBwcE7Ozt6enru7u63IBlRAAAAZXRSTlNpbqZt+Ehonosp+4Dt5efz6Pi2hYv5xoHR0tQz5yY5IJJk8op284/8N9Qnu+h6QibHwWn2FuJ37YGHi2pnYCELSTZhVVhLQ0UnOiwyFzUoHj1GKxgdBQ0JDwIIEiIKExADBgQBAH/+l5UAAALASURBVHjahZPVWxtBFMW37ri7Oy1S3CNAkHiAkE02m9TdcXd3d3cIEJoQT+4/1s2GlJd+X8/DPOxv9szMveciL/5KKJUJcFwgkwrlcvu3KyyXy/DKCkwkkYiwikpcZt+A2KgUF2Mx8bHRkZHRsfExmBiX2jhi+7W6KjA0HK4UHhpYVU0Y2LFMLPL1BugZsAwOWgZ6ALx9RWIZiUkqCfADxemefnRkZFS/d6oAvwAJyRHi3GqRvw+YWvSdKotSaVF16ltM4OMvqpbKrRiv4geBQr+zO6z8TUg5vLujV0AQqwonsFwq5kWFwGlrx+7hjOX4+Ngy87mj9RRConiEPSLHMfQRmNq6dsYBVlWLqlWA8a42E9xHMVyOCCufcxPge+/e9iEAbPzaINbDL73fIKGkrFKISCv45U9g8fzn9IV6HaxaV19Mnx/B4wJ+hRSRYSg7GX7odPvzK2uXBL1cW5nf1+ngIRvFZIhA9OxpMugODi5mzUckPjLPXhy8gduFxSIBgkuYRXFwrtVqJ9QLpPmCekKrPYc4zgMJTmIv+Go2m9sJtNy9TKztZrMFvDhMAlvN70Ht1lZdA4BpybBkAmio26qFm1Zz8mp3nWH7bU19Y/OQYc4w1NxYX7MNzoj1auTDqC6w+emD4cR4NjY3dmY8MbzcBBdqOfEwsix3bjnAu4/vTzRn/Yb+M83J61fgcCPfWhayqAyaqyNs7huNRo1GYzR2m8DRlcawFpVsCbeI4uYE0NQ3OTU12dcE4ORGKeJaW0I2lFVKD/b0cIcruXt4BtNLyYba4pBbTqeERSSmpAGkpSRGhFHo5bkSIg72MKGlHFpSanpGZmZGemoSjVOK2sNk4ywuI5+ak52VlZ1DzWdwWTZ6HWQeWlLALuRwCtkFJSjvKsjXY5CHlfHRYiazGOWXYXn2Mfj/ENk3/GsE/wCKX4/8FuC50QAAAABJRU5ErkJggg==") no-repeat top right;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  z-index: 305;
}
/*
 *	Form input fields
 */
.dk-speakout-petition {
  padding-top: .8em;
  /* petition text will be displayed in popup reader, so hide these */

}
.dk-speakout-petition label {
  /* color: #808080; */
  font-size: .8em;
  font-weight: bold;
  margin-left: 1px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
	margin-bottom: 0
}
.dk-speakout-petition label.required span {
  color: #e81e00;
}
.dk-speakout-petition .dk-speakout-half {
  display: inline-block;
  margin: 0 4% 0 5%;
  width: 43%;
}
.dk-speakout-petition .dk-speakout-half:nth-child( even ) {
  margin: 0 0 0 -4px;
}
.dk-speakout-petition .dk-speakout-full,
.dk-speakout-petition .dk-speakout-optin-wrap {
width: 90%;
    margin: auto;
}
.dk-speakout-input-nowrap{
    display:inline-block;   
}
.dk-speakout-petition .dk-speakout-optin-wrap label {
  display: inline-block;
  margin-top: .6em;
  vertical-align: -1px;
}
.dk-speakout-petition .dk-speakout-bcc-wrap, .dk-speakout-petition .dk-speakout-privacypolicy-wrap {
  display: inline-block;
  margin: 0 0 0 5%;
  width: 90%;
}
.dk-speakout-petition .dk-speakout-bcc-wrap label,.dk-speakout-petition .dk-speakout-privacypolicy-wrap label  {
  display: inline-block;
  margin-top: .6em;
  vertical-align: -1px;
}
.dk-speakout-petition .dk-speakout-message,
.dk-speakout-petition .dk-speakout-message-editable {
  display: none !important;
  overflow: auto;
}
.dk-speakout-petition input[type=text],
.dk-speakout-petition input[type=email]
.dk-speakout-petition select {
  border: 1px solid #b3b3b3;
  color: #000;
  margin-bottom: 15px;
  padding: 0 0 0 .5em;
	height: 1.8em
}
.dk-speakout-petition input[type=text]:focus {
  background-color: #ffc;
}

/*
 *	Submit button
 */
.dk-speakout-submit-wrap {
  margin: 0 0 1.5em 0;
  text-align: center;
}
.dk-speakout-submit {
background-color: #FFCC00;
    /* border: 10px solid #003087; */
    border-radius: 0;
    height: 38px;
    /* line-height: 15px; */
    vertical-align: -webkit-baseline-middle;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #003087;
    border: none;
    width: 90%;
}
.dk-speakout-submit:active {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 1px rgba(0, 0, 0, 0.6);
  top: 1px;
}
.dk-speakout-submit span {
  color: #fff;
}

/*
 *	Social Sharing and Progress bar
 */
.dk-speakout-share,
.dk-speakout-progress-wrap {
  background: #FAF6F3;
}
.dk-speakout-progress-wrap {
  border-top: 1px solid #FAF6F3;
  font-size: 12px;
  margin-top: 1em;
  padding: 5px 0;
  text-align: center;
	    color: #FAF6F3;
}
.dk-speakout-share {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: bold;
  padding: 0 2% .5em 2%;
  text-align: center;
	    background: #fff;
    margin-top: 20px;
    padding-top: 10px;
}
.required.dk-speakout-options a {
	color: #000
}
.dk-speakout-privacypolicy-wrap label {
text-transform: inherit;

}


/*.dk-speakout-privacypolicy-wrap label::before{
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: 3px;
}

/*Checkmark of the fake checkbox*/
/*
.dk-speakout-privacypolicy-wrap label::after {
    height: 7px;
    width: 12px;
    border-left: 2px solid #003087;
    border-bottom: 2px solid #003087;
    transform: rotate(-45deg);
    left: 2px;
    top: 7px;
}

/*Hide the checkmark by default*/
/*
.dk-speakout-privacypolicy-wrap input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
/*
.dk-speakout-privacypolicy-wrap input[type="checkbox"]:checked + label::after {
    content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/
/*
.dk-speakout-privacypolicy-wrap input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
*/

/*.dk-speakout-privacypolicy-wrap input {
opacity: 0;

    position: absolute;
    left: 2;
    top: 5px;
    z-index: 11111;
}*/
.dk-speakout-share .square i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
}
.dk-speakout-share p {
  margin: 0 0 0 !important;
}
.dk-speakout-signature-count {
  display: inline-block;
  margin: .5em 0 .5em 0;
  vertical-align: 4px;
	color: #000;font-size: 15px;
}
.dk-speakout-progressbar {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #999999;
  height: 14px;
}

#dk-speakout-privacypolicy-1 {
	float: left;
	height: auto;
	margin-top: 8px
}

.dk-speakout-privacypolicy-wrap label {
	/*float: left;*/
    width: 95%;
    padding-left: 1%;
    font-size: 12px;
    vertical-align: inherit !important;
    margin-top: 0 !important;
}
.dk-speakout-options-checkbox {
	position: relative
}
.dk-speakout-progressbar-low,
.dk-speakout-progressbar-medium,
.dk-speakout-progressbar-high,
.dk-speakout-progressbar-complete {
  background: -webkit-linear-gradient(rgba(255, 204, 0, 0.8) 0%, rgba(255, 204, 0, 0.3) 50%, rgba(255, 204, 0, 0) 51%, rgba(255, 204, 0, 0.4) 100%);
  background: -moz-linear-gradient(rgba(255, 204, 0, 0.8) 0%, rgba(255, 204, 0, 0.3) 50%, rgba(255, 204, 0, 0) 51%, rgba(255, 204, 0, 0.4) 100%);
  background: -o-linear-gradient(rgba(255, 204, 0, 0.8) 0%, rgba(255, 204, 0, 0.3) 50%, rgba(2255, 204, 0, 0) 51%, rgba(255, 204, 0, 0.4) 100%);
  background: linear-gradient(rgba(255, 204, 0, 0.8) 0%, rgba(255, 204, 0, 0.3) 50%, rgba(255, 204, 0, 0) 51%, rgba(255, 204, 0, 0.4) 100%);
  background-size: 16px 16px;
}
.dk-speakout-progressbar-low {
  background-color: #f00;
}
.dk-speakout-progressbar-medium {
  background-color: #9f07ed;
}
.dk-speakout-progressbar-high {
  background-color: #99ff99;
}
.dk-speakout-progressbar-complete {
  background-color: #3c0;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.dk-speakout-signature-count span {
  font-weight: bold;
}
.dk-speakout-progress {
  background: #003087 url(../images/bg-progressbar-back.png) repeat-x top left;
  background: -webkit-linear-gradient(#003087, #003087);
  background: -moz-linear-gradient(#003087, #003087);
  background: -ms-linear-gradient(#003087, #003087);
  background: -o-linear-gradient(#003087, #003087);
  background: linear-gradient(#003087, #003087);
  border: 1px solid #003087;
  border-radius: 3px;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 2%;
}

a.dk-speakout-twitter:active,
a.dk-speakout-facebook:active {
  position: relative;
  top: 1px;
}
/*
 *	Response messages
 */
.dk-speakout-response{
  background-color: #cccccc;
  display: none;
  padding: 1em 5%;
  border-bottom: 1px solid #b3b3b3 !important;
  border-top: 1px solid #b3b3b3 !important;
}

.dk-speakout-response-error {
  background-color: #ffebe8;
  border-color: #ff9282 !important; 
}
.dk-speakout-response-success {
  background-color: #d8f6d9;
  border-color: #70de74 !important;
}
.dk-speakout-error {
  background-color: #ffebe8 !important;
 /*  border: 1px solid #e81e00 !important; */
   box-shadow: 0px 0px 0px 1px rgba(255,0,0,1) !important;
}
/*
 *	Expired petitions
 */
.dk-speakout-expired p {
  font-size: .9em;
  margin: 0.25em 5% 0.25em 5%;
}
.dk-speakout-expired .dk-speakout-progress-wrap {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dk-speakout-greeting {
  font-weight: bold;
}
.dk-speakout-caps {
  text-transform: capitalize;
}
.dk-speakout-clear {
  clear: both;
}
.postid-3503 iframe {
	width: 100% !important;
}

.separator {
	margin: 0 10px;
}

.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}
.pum-close.popmake-close {display:none !important}




#banner-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 150px;
    background: red;
}

.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%;
    }


.flip-card {
  background-color: transparent;
  height: 380px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: var(--blue);
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
	cursor: pointer;

    padding: 2em;
	border-radius: 35px 0;
}
.docente:nth-child(even) .flip-card-front,
.docente:nth-child(even) .flip-card-back,
.chiave:nth-child(even) .flip-card-front,
.chiave:nth-child(even) .flip-card-back{
	 background-color: var(--red);
}


/* Style the back side */
.flip-card-back {
    background-color: var(--blue);
    color: #fff;
    justify-content: center;
    display: flex;
    flex-direction: column;
	    padding: 2em;

	border-radius: 35px 0;
  transform: rotateY(180deg);
}

.otgs-development-site-front-end {
	display: none !important
}


.elementor-element-5cc4099  .e-con-inner {
	padding: 3em 0
}

.single-video .video-img img {
	width: 100%
}
@media (min-width: 2000px) {

	nav.navbar {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
h1 {
    font-size: 4.5rem;
}
	.btn-primary{
    padding: 20px 70px;
font-size: 1.3em;
		


}
	.cont-absolute {
    padding-left: 131px;
    width: 120%;
	}
	.btn-primary:hover {
		    padding: 20px 70px;
	}
	.custom-logo {
    width: 145px;
	}
	.dropdown-menu {
    position: absolute;
    top: 83px;
	}
	.testata-inner {
    margin-top: -159px;
}
	h2 {
		font-size: 4rem
	}
	#menu-menu-principale {
    font-size: 20px !important;
}
	.slide-home {
    margin-top: -159px;
		height: 84vh
}
	#owl-home-gallery .item {
		height: 84vh !important
	}
.testi-testata h2 {
    color: #fff;
    font-size: 72px !important;
    line-height: 70px !important;
}
	
	.prodotti img {
		height: 700px !important
	}
}
	

@media (min-width: 1650px) {
#menu-menu-principale {
    font-size: 18px;
}
	.testi-testata h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 50px;
}


	.container,
	.e-con-inner {
		max-width: 1550px !important
	}
.elementor-element-2ca865a .e-con-inner {
    padding:8em 0 30em 0;
}
.prodotti-card p span {
    max-width: 55%;
    line-height: 35px;
    display: block;
}
.prodotti-card a {
    font-size: 30px;
	}
}



.grid-item img{display:block;width:100%;}
.grid-item .image{position: relative;background-size:cover!important;overflow:hidden;background-color:rgba(121, 121, 121, 0.15)!important;background-blend-mode:multiply;background-position:center center;}
.grid-sizer{width:230px;}
.grid:after{content:'';display:block;clear:both;}
#grid{margin:0 auto!important;display:inline-block;}
.grid-item{float:left;width:350px;height:230px;}
.grid-item--width2{width:415px;}
.grid-item--width3{    width: 765px;}
.grid-item--height2{height:460px;}
.grid-item--height2of3{height:345px;}
@media (max-width:1440px){#grid{margin:0 auto!important;}
.grid-sizer{width:180px;}
.grid-item{float:left;width:180px;height:180px;}
.grid-item--width2{width:360px;}
.grid-item--width3{width:540px;}
.grid-item--height2{height:360px;}
.grid-item--height2of3{height:270px;}
}
@media (max-width:1024px){#grid{margin:0 auto!important;}
.grid-sizer{width:150px;}
.grid-item{float:left;width:150px;height:150px;}
.front #block-views-portfolio-strona-glowna-block, .front #block-views-oferta-strona-glowna-block{max-width:900px!important;}
.grid-item--width2{width:300px;}
.grid-item--width3{width:450px;}
.grid-item--height2{height:300px;}
.grid-item--height2of3{height:225px;}
}
@media (max-width:768px){#grid{margin:0 auto!important;width:100%!important;}
.grid-item{float:left;width:100%!important;height:230px!important;left:0 !important;}
.grid-sizer{width:33.333vw!important;}
.grid-item--height2of3{height:33.33333vw!important;}
}



.masonry .item {
  grid-area: myArea;
}
.masonry {
	 grid-template-areas: 'myArea myArea .' 'myArea myArea .';
}

@media (min-width:1600px) {
.elemento-1,
.elemento-4,
.elemento-7,
	.elemento-8{
	height: 460px
}
.elemento-8{
	width: 650px
}
.elemento-15 {
	width: 375px
}

.elemento-16 {
	height: 460px;
    width: 545px;
}
	.elemento-3 {
width: 330px;
	}
	.elemento-6 {
width: 680px;
	}
		.elemento-9 {
width: 445px;
	}
		.elemento-10 {
width: 535px;
	}
		.elemento-11 {
width: 560px;
	}
	.elemento-13 {
height: 460px;
	}
		.elemento-16 {
width: 370px;
	}
}

@media (max-width:1559px) {
.grid-item--height2 {
    height: 460px;
}
.grid-item--height2of3 {
    height: 460px;
}
.elemento-1,
.elemento-4,
.elemento-7,
.elemento-8{
	height: 460px
}
	.elemento-9 {
		width: 540px;
	}
.elemento-15 {
	width: 605px
}
	.elemento-11 {
	   width: 290px;
	}
.elemento-16 {
height: 460px;
    width: 574px;
}
}

@media (min-width:991px) and  (max-width:1450px) {
		.elemento-10 {
	    width: 322px;
	}
		.elemento-13 {
	    width: 300px;;
	}
	.elemento-15 {
    width: 305px;
}
	.elemento-14 {
		    width: 205px;
	}
.elemento-16 {
    height: 460px;
    width: 259px;
}
	.stretto {
		width: 75% !important
	}
}

.testata-inner img {
	width: 100% 
}


@media (max-width: 1450px) {
	#grid {
		display: none
	}
}
@media (min-width: 1451px) {
	#gridmobile {
		display: none
	}
}
@media (max-width:767px) {
	.m-0-mobile {
		margin: 0 !important
	}
	table {
    display: block;
    max-width: 100%;
    height: auto !important;
    text-align: center;
	}
	tbody {
		display: block;
    width: 100% !important;
    height: auto !important;
	}
	table:not(.orari-mezzi) tr,
	table:not(.orari-mezzi) td {
    display: block;
    width: 100% !important;
    height: auto !important;
	}
	
	table tr,
	table td {
    width: 100% !important;
    height: auto !important;
	}
	table td h3 {
		margin-bottom: 0 !important
	}
	.cont-prod .relative {
		height:250px !important
	}
	
	.grecaptcha-badge {
		bottom:100px !important
	}
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	text-align: center;
	background: #46b450;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	text-align: center;
	background: #f7e700;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;	
}
div.wpcf7-spam-blocked {
	text-align: center;
	background: #ffa500;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;		
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	background: #ff0000;
	font-weight: 600;
	padding: 18px;
	font-size: 20px;
	text-transform: uppercase;			
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
    background: #ffb900;
    font-weight: 600;
}


input[type="number"],
input[type="date"]{
	height: 40px;
	width: 100%
}

.tipologia .wpcf7-list-item.first,
.fattura .wpcf7-list-item.first{
	margin-left: 0
		
		
}


.event_legend_container {
    gap: 7px 15px;
	
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.event_legend_item {
    display: flex;
    border: 1px solid !important;
    font-size: .8rem;
    border-radius:0
}
.colorelegenda {
    padding: 0.1em 0.4em !important;
    color: white;
    width: 25px;
	font-weight: 600;
    text-align: center;
}

.event_legend_name {
    padding: 0.1em 0.4em !important;
    font-weight: 500;
	    background: #fff;
}
[data-class="wpcf7cf_group"] .bg-light {
    padding: 20px;
    margin-left: 15px;
    width: calc(100% - 15px);
}

input[type="tel"] {    display: block;
    width: 100%;
    height: 40px;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--corpo);
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border: 1px solid var(--corpo);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-exclusive-checkbox input {
	width: 15px;
    height: 15px;
    accent-color: var(--corpo);
}

.coppiasingolo .wpcf7-list-item.first {
	margin-left: 0
}

[data-class="wpcf7cf_group"] {
	width: 100%
}

.didascalia {
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	text-align: center;
	padding: 5px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: var(--corpo) !important;
}

table.orari-mezzi, table.orari-navetta {
    width: 100%;
    overflow-x: auto;
    font-size: 16px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
}

table.orari-mezzi caption {
    text-align: right;
    font-weight: 500;
    color: #000;
    width: 99%;
    caption-side: top;
}

table.orari-mezzi th, table.orari-navetta th {
    background: #969696;
    color: #fff;
    font-weight: 600;
}
table.orari-mezzi td, table.orari-mezzi th {
    text-align: center;
    padding: .3em .4em;
    width: 25%;
}
table.orari-mezzi td, table.orari-mezzi th {
    text-align: center;
    padding: .3em .4em;
    width: 25%;
}

.orari-mezzi td {
    background: #e6e6e6;
}

.orari-mezzi .consigliato {
    background: #5a120c;
    color: #fff;
}

table.orari-navetta {
    width: 98%;
    overflow-x: auto;
    font-size: 16px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px;
}
table.orari-navetta caption {
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: rgb(100, 100, 100);
    margin: .2em;
    caption-side: top;
}
table.orari-navetta td {
    text-align: left;
    background: rgb(250, 250, 250);
}

table.orari-navetta div.avvio {
    background: #a42a27;
    color: white;
}
table.orari-navetta div {
    color: rgb(0, 0, 0);
    display: inline-block;
    margin: .2em 0em;
    padding: .1em 1em;
    font-weight: 400;
    position: relative;
    background: rgb(220, 220, 220);
}

table.orari-navetta div:before {
    color: #B3B3B3;
    content: "\f111";
   font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1em;
    font-weight: 600;
    position: absolute;
    right: -.5em;
    z-index: 10;
}

table.orari-navetta div:after {
    color: #fff;
    content: "\f111";
   font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1em;
    font-weight: 100;
    position: absolute;
    right: -.5em;
    z-index: 10;
}

@media only screen and (max-width: 768px) {
	table.orari-navetta caption {
		width:100% !important;
		display:block !important
	}
	
	th.th-desc {
    font-size: 14px;
    line-height: 1.2em;
    background: #c8c8c8 !important;
    color: #646464 !important;
    font-weight: 600;
    padding: .7em;
}
	table.orari-mezzi td {display:auto !important}
	table.orari-navetta td, table.orari-navetta th {display:block;}
	table.orari-navetta div {display:block;padding:.1em 1em .1em 2em;}
	table.orari-navetta div:before, table.orari-navetta div:after {left:.5em;bottom:-.8em;}
	div.data-evento-articolo {font-size:1.1em;}

	.come-raggiungerci h3 {font-size:1.2em;}
	.come-raggiungerci .img {}


	table.orari-mezzi caption {

		display: block}
}


.grecaptcha-badge {
	bottom:100px !important
}


.tribe-events-c-view-selector__button {
	display: none !important
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus, .tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {

    color: #fff !important;

    opacity: 1 !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
 
    color: var(--red) !important;

}

.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
    min-width: auto !important;
    width: auto !important;
}