/**!
 * b4st CSS
 */

@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Raleway:wght@200;300;400;500;600;700&display=swap');

/*
font-family: 'Covered By Your Grace', cursive;
font-family: 'Raleway', sans-serif;

*/


:root {
	--corpo: #1F1F1F;
	--lightgrey:	#F3F3F3;
	--red: #AF1D1F

}


body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: var(--corpo);
	font-size: 1em
}
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(--red);
}
a {
	color: var(--corpo);
	text-decoration: none;
	cursor: pointer

}
a:hover {
	color: var(--red);
	text-decoration: none
}
.red {
	color: var(--red)
}
b, strong {
    font-weight: 700;
}


.mt-6 {
	margin-top: 6em
}
.custom-logo {
	width:60px
}
.lightgrey {
	color: var(--lightgrey)
}
.bg-lightgrey  {
	background-color:var(--lightgrey )
}
.bg-corpo  {
	background-color:var(--corpo );
	color: #fff
}
.bg.corpo h3 {
	color: #fff
}
.breadcrumb {
	background-color:transparent;
	font-weight: 400;
	font-size: 14px;
	color: var(--blue);
	justify-content: center
}
.breadcrumb a {
	color: var(--blue);
}
.single-progetto .breadcrumb,
.single-post .breadcrumb,
.blog .breadcrumb,
.single-comunicazioni .breadcrumb{
	padding-left:0
}
.single-post .breadcrumb {
	text-align: center;
	justify-content: center
}
.post-template-single-2628 .breadcrumb {
	text-align: left;
	justify-content: flex-start
}

.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;
} 
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	transition: all 0.3s;
	overflow-y: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


	.navbar-toggler {
		border: none
	}
.navbar-toggler svg {
	height: 30px;
	width: auto
}
#dismiss svg {
		height:25px;
	width: auto
}
#sidebar .sidebar-header {
    padding: 20px;
}



#sidebar ul li a {
	padding: 15px 20px;
	display: block;
	color: #fff;
	position: relative
}

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

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

a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li.active>a {
	background: var(--red)
}

.navbar-toggler :focus {
    outline: none !important;
}
#menu-menu-principale li {
	margin: 5px 0
}
button:focus {
	outline: none !important
}

.fixed-header {
	background: var(--corpo);
}
.fixed-header.inner {
	position: fixed;
	width: 100%
}
.home .fixed-header {
	background: transparent
}
.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: 111;
	background: var(--corpo);


}
.fixed-header.inner {
	position: fixed;
	width: 100%;
	 animation: none;
    -webkit-transition: none;
    transition: none;
}
.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,h4 {
font-family: 'Covered By Your Grace', cursive;

}
h1 {
font-size: 4em;
    text-transform: uppercase;
}
h2 {

	font-size: 4.5rem;
    line-height: 4.3rem;
    margin-bottom: 20px;
	text-transform: uppercase;
}
h3 {
	    font-size: 2.8rem;
	text-transform: uppercase;
}
h2.bordo-destro {
	position: relative
}
h2.bordo-destro:after {
    content: '';
    position: absolute;
    right: 50px;
    border-right: 1px solid var(--blue);
    width: 1px;
    height: 100%;
    top: 10px;
}
h4 {
		font-size: 2rem;
}

.testo-slide h2 {
	font-size: 3rem;
    line-height: 1em;
}

.red h2 {
	color: var(--red)
}
.bg-white {
	color: var(--blue)
}
.titoletto h2 {
	position: relative
}
.titoletto.red h2 span {
	background: #fff;
	z-index: 1;
    position: relative;
padding-right: 25px;
}
.titoletto h2:after {
   content: '';
    position: absolute;
    border-top: 1px solid var(--blue);
    width: 100%;
    left: 0;
    top: 26px;
}
.titoletto.white h2 span {
	background: var(--blue);
	z-index: 1;
    position: relative;
padding-right: 25px;
}
.titoletto.white h2:after {
   content: '';
    position: absolute;
    border-top: 1px solid var(--white);
    width: 100%;
    left: 0;
    top: 26px;
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto !important
}

.servizi h3 {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size: 20px;
	text-transform: lowercase;
}


.servizi img {
	    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.servizio:hover img,
.servizi img:hover {
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.servizio:hover a {
	color: var(--red)
}
.servizio:hover svg circle {
	fill:var(--red)
}

#post-home.owl-carousel .owl-item {
	margin-bottom: 35px !important
}
.post-home-card {
    margin: 0 10px;
}

.blog .post-home-card {
	margin: 0
}
.cont-testata-interna {
	    background: #fff;
    padding: 2em !important;
    border-radius: 0 25px 0 0;
    border-left: 15px solid var(--red);
	margin-top: 35px;
}
.cont-testata-interna {
	color: var(--blue)
}
.cont-testata-interna h1 {
    font-weight:600;
}
.p-0 .elementor-element-populated {
    padding: 0 !important;
}

.post-home-card .posthome-cont {
	    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	border-radius: 20px
}

.post-home-card:hover .posthome-cont  {
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.post-home-card img {
height: 280px;
    object-fit: cover;
	border-radius: 20px 20px 0 0
}

.post-home-card  .testo {
color: var(--corpo);
}
.post-home-card h3 {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    color: var(--corpo);
    font-weight: 600;
}
.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
}

.post-home-card a {
font-size: 15px;
    font-weight: 600;
}
a.readmore {
	position: relative
}
a.readmore:after {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    border-top: 1px solid #fff;
    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
}
.campagna-desc {
position: absolute;
    width: calc(85% - 30px);
    right: 35px;
    bottom: -80px;
    border-radius: 0 25px 0 0;
    padding: 20px;
    min-height: 230px;
}
.campagne-card:hover .bg-blue h3,
.campagne-card:hover .bg-white h3,
.campagne-card:hover .bg-blue a,
.campagne-card:hover .bg-white a{
	color: #fff !important
}

.campagne-card:hover .bg-blue,
.campagne-card:hover .bg-white {
	background: var(--red) !important;
	cursor: pointer;
	color: #fff !important
}



.campagne-card:hover .bg-white a svg path {
	fill:#fff
}

.risorsa-card p {
	color: var(--blue)
}
.risorsa-card:hover {
	background: var(--red)
}
.risorsa-card:hover a,
.risorsa-card:hover h3,
.risorsa-card:hover p{
	color: #fff
}
.risorsa-desc:hover .btn-primary,
.risorsa-desc .btn-primary:hover {
	border: 1px solid #fff;
	background: #fff;
	color: var(--blue)
}

.risorsa-desc:hover .btn-primary svg path,
.risorsa-desc .btn-primary:hover svg path {
	fill: var(--red)
}
.risorsa-card:hover .quadratino #Rettangolo_164 {
	fill:#fff
}
.risorsa-card:hover .quadratino path {
	fill: var(--red)
}
.newsletter,
.pittogramma{
	overflow: hidden;
}

.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;
}

.pittogramma:after {
    content: '';
    position: absolute;
    right: -75px;
    bottom: -60px;
    background: url(https://finanzadisarmata.filaretedev.it/wp-content/uploads/2023/04/newsletter.svg) no-repeat center center;
    background-size: contain;
    height: 300px;
    width: 300px;
}
/*
.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 !important;
    background: var(--corpo);
    color: #fff;
    border-radius: 15px;
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 30px 30px 10px 30px!important;
    border-top: none !important;
}

.elementor-accordion .elementor-accordion-item {
    border: none !important;
	    position: relative;
	margin-bottom: 1.5em;

}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: auto !important;
    height: 60px !important;
    position: absolute !important;
    top: 0;
    right: 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 .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 span.wpcf7-list-item{
    margin: 0;
}
.privacy input[type=checkbox]{
    box-sizing: border-box;
    padding: 0;
    /* display: none; */
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.privacy .wpcf7-list-item::before{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--corpo); 
}

.inputcheck .wpcf7-list-item::before {
    background: var(--red);
    border: 5px solid #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--corpo);;
    background-color: var(--lightgrey);;
    background-clip: padding-box;
    border: 1px solid var(--lightgrey);
    border-radius: 15px;
}
.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-blue {
	background: #003087;
	color: #fff
}
.bold {

}
/* 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% );

}

.bg-superlightblue h2 {
	color: var(--blue)
}
.white,
.white a {
	color: #fff !important
}


.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	font-weight: 400;
	position: relative;
	z-index: 1;
font-size: 16px;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
	text-transform: lowercase;
}


.nav-link:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    border-radius: 50%;
    width: 8px;
    margin: auto;
    height: 8px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
}

.navbar-nav .nav-link:hover:before,  .navbar-nav .nav-item.current-menu-item .nav-link:before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    color: #fff
}
.dropdown-menu {
	margin: 0
}
.dropdown-menu.show {
    background: #fff !important;
    justify-content: center;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}


.megamenu {
    position: static;
}
.megamenu .dropdown-menu {
    background: 0 0;
    border-radius: 0;
    border: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.megamenu .dropdown-menu .megamenu {
    border: none;
    border-radius: 0;
    display: none;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    position: relative;
    top: 0;
    margin-top: -5px;
}
.menu-item-has-children.show .dropdown-menu .megamenu {
    display: block;
}
.megamenu .dropdown-menu .megamenu .dropdown-menu {
    display: block;
    position: initial;
    margin-top: -5px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
	    white-space: normal;
}
.dropdown-menu.depth_0 a {
    font-size: 16px;
    font-weight: 600;
	  text-transform: lowercase
}
.dropdown-menu.sub-menu.depth_1 a {
    font-size: 16px;
    font-weight: 500;
	  text-transform: lowercase
}

.dropdown-menu.sub-menu.depth_1 .dropdown-item:focus,
.dropdown-menu.sub-menu.depth_1 .dropdown-item:hover {
    color: var(--red);
    text-decoration: underline;
    background: none;
}


.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}
.dropdown-menu.depth_0 .dropdown-item {
	position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.dropdown-menu.depth_0 .dropdown-item:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -12px;
    background: var(--corpo);
    top: 8px;
    border-radius: 50%;
		opacity: 0
	
}
.dropdown-menu.depth_0 .dropdown-item:hover {
-webkit-transform: translateX(12px);
    transform: translateX(12px);
}
.dropdown-menu.sub-menu.depth_1 .dropdown-item:hover {
	transform: none
}
.dropdown-menu.depth_0 .dropdown-item:hover:before {
	opacity: 1
}
.dropdown-menu.sub-menu.depth_1 .dropdown-item:before {
	display: none
}
.dropdown-menu.sub-menu.depth_1 li {
padding-right: 2em;
}
.single-progetto .current_page_parent .nav-link {
	background: none;
	color: #001E4B
}

.single-progetto .current_page_parent .nav-link:after {
	display:none
}
nav.navbar {
	z-index: 1
}
.dropdown-toggle::after {
	display: none
}
.slide-home {
	height: 100vh;
	display: flex;
	margin-top: -110px;
}
.elementor-38 .elementor-element.elementor-element-9427387 {
    text-align: center;
    height: 80%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.home h1 {
		font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 30px
}

a.scroll svg {
	    height: 50px;
    width: auto;
    position: absolute;
    top: 55px;
	left: 0;
    right: 0;
    margin: auto;
} 
.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 {
  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(--v) !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;

}*/
}



.overlay {
	box-shadow: inset 0 0 0 2000px rgba(0, 48, 135, 0.4);
	color: #fff
}
.parellelogram-blue {
	height: 100%;
}
@media (min-width: 1024px) {
.parellelogram-blue {
	background: url('/wp-content/uploads/2019/04/bg-parellelogram-blu.png') center center no-repeat;

}
}

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(--blue);
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 2px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--red);
}
.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
} 

#post-home .owl-prev {
    /* width: 15px; */
    position: absolute;
    top: -165px;
    /* left: -70px; */
    display: block !important;
    left: 34%;
}
#post-home .owl-next {
    /* width: 15px; */
    position: absolute;
    top: -165px;
    /* left: -70px; */
    display: block !important;
    right: 34%;
}
.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;
	fill:var(--red)
}

#post-home.owl-carousel .owl-stage-outer {
    position: relative;
    overflow-x: clip;
	overflow-y: initial;
}
.grey,
.grey a {
	color: #5D5D5D
}

.read-more {
	color: #001E4B !important;
	background:#FFCC00;
	font-weight: 700;
	padding: 0 15px;

}
.newsletter h4 {
	font-weight: 700
}


.btn-primary.disabled, .btn-primary:disabled {
	background-color: var(--red);
	color: #fff;
}
.btn-primary,
.elementor-button,
.wpcf7-submit{
	background-color: var(--corpo);
	border: 1px solid  var(--corpo); 
	vertical-align: -webkit-baseline-middle;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 10px 45px;
	line-height: unset;
	border-radius: 10px;
	font-weight: 600

}
.wpcf7-submit.disabled, .wpcf7-submit:disabled {
	background-color: var(--corpo);
	border: 1px solid  var(--corpo); 
	color: #fff
}




.btn-primary:hover,
.elementor-button:hover,
.wpcf7-submit:hover{
	background-color: var(--red);
	border: 1px solid  var(--red); 
	vertical-align: -webkit-baseline-middle;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 10px 45px;
	line-height: unset;
	border-radius: 10px

}


.white .elementor-button{
	background-color: var(--white);
	border: 1px solid  var(--white); 
	vertical-align: -webkit-baseline-middle;
	text-transform: uppercase;
	font-size: 14px;
	color: var(--corpo) !important;
	padding: 10px 45px;
	line-height: unset;
	border-radius: 10px;
		font-weight: 600

}


.white .elementor-button:hover{
	background-color: var(--red);
	border: 1px solid  var(--red); 
	vertical-align: -webkit-baseline-middle;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff !important;
	padding: 10px 45px;
	line-height: unset;
	border-radius: 10px

}

.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: 0;
    top: 0;
    left: 0;
}
.owl-nav svg {
    height: 55px;
    width: auto;
}
h3.num {
	font-size: 4rem;
	font-weight: 700;
	color: #FFCC00
}


.team h5 {
	color: #003087;
	font-weight: 700
}

.ruolo {
	font-weight: 700;
	color: #000;
	font-size: 15px
}
.view {
	text-decoration: underline !important;
	cursor: pointer
}
.team a {
	cursor: pointer;
	display: block
}
.team .bg-grey {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team:hover .bg-grey {
	background: #053385;

}
.team:hover,
.team:hover .ruolo{
		color: #fff;
}
.team:hover h5 {
		color: #FFCC00
}

.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) {
	.elementor-element-cab962b {
		margin-top: -80px
	}
.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;
    color: var(--red);;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link {
    color: var(--blue);
}
.page-item.active .page-link {
    background-color:  var(--blue);;
    border-color:  var(--blue);;
		color:  var(--red);
}

.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 */


.campagne-card  img {
	height: 350px;
	object-fit: cover
}
.elementor-element-32e34142 {
    margin-top: -115px;
    margin-bottom: 20px;
}

.img-stondata img {
    border-radius: 45px 0;
}
.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}


.child:nth-child(2n) .card {
	background: var(--corpo);
	color: #fff
}
.child:hover .card{
	background:var(--red);
	color: #fff
}

.child:hover .card svg text{
	fill: #fff
}
.testata-interna  img {
	width: 100%
}

.elementor-counter .elementor-counter-number-wrapper {
	font-family: 'Covered By Your Grace', cursive;
	font-size: 100px !important;
    font-weight: normal !important;
	line-height: 0.8em !important;
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: inherit !important;
    font-weight: 600 !important;
    line-height: inherit !important;
}

.mainletter {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--corpo);
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.pagination  	.page-link {
    position: relative;
    display: block;
	 padding: 0 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--corpo);
    background-color: #fff;
    border: none;

}

.page-item span {
    position: relative;
    display: block;
		padding: 0 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--corpo);
    background-color: #fff;
    border: none;
    font-weight: 600;
}
.pagination svg {
	height: 50px;
	width: auto;
	    margin-top: -10px;
}

.pagination svg:hover circle {
	fill:var(--red)
}

.page-link:focus {
	box-shadow: none
}

.plus .elementor-widget-text-editor {
	position: relative;
	    padding-left: 80px;
}

.plus .elementor-widget-text-editor:before {
    content: '+';
    font-family: 'Covered By Your Grace', cursive;
    font-size: 150px;
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 0;
}
footer .nav-link {
    display: block;
    padding: 0.5rem 0 0 0;
}
footer,
footer a {
	font-size: 14px;
	color: #fff;
	    font-weight: 300;
}
footer .nav-link:before {
	display: none
}
.footer-sinistra:after,
.footer-mezzo:after{
    content: '';
    position: absolute;
    right: 65px;
    height: 70%;
    top: 30px;
    border-left: 1px solid;
}
.handcrafted {
	width: fit-content;
    position: absolute;
    right: -52px;
    top: 123px;
    transform: rotate(-90deg);
    color: rgba(255,255,255,0.5);
}
.handcrafted a {
	color: rgba(255,255,255,0.5);
}
.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(255,81,74, 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: 1800px) {
.pittogramma:after {
    height:450px;
    width: 450px;
    right: -100px;
    bottom: -110px;
}
}

@media (min-width: 1024px) {
#menu-menu-principale li#menu-item-927 {
		margin-left: 15px
	}
	.btn-primary, .elementor-button {	
	    min-width: 250px;
}
}
@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 (max-width: 767px) {
.megamenu .dropdown-menu {
    padding: 0;
}
	.dropdown-menu.show {
    background: transparent !important;
    position: static !important;
    transform: none !important;
		display: block !important;
	}
	.cercamenu {
		display: none
	}
	.navbar-nav .nav-link:hover:before, .navbar-nav .nav-item.current-menu-item .nav-link:before {
		display: none
	}
	
	.testata-home-cont {
		display: flex;
    flex-direction: column;
	}
	body.fisso .cont-slide-testi {
    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;
}
#menu-menu-principale-1 {
	margin-top: 5rem !important
} 
.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.5rem;
}
	.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);
	}
	footer img {
		width: 65% !important;
		margin: auto
	}

	/*#video-bg {
		height: 100%
	}*/
.slide-bg h3 {
  font-size: 1.2rem;
	margin-top: 15px
}
.slide-bg p {
  font-size: 15px;
}
.testata-interna {
    height: 250px;
	}
/*#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
}
.parellelogram-blue {
    background: url(/wp-content/uploads/2019/04/bg-parellelogram-blu.png) -125px;
}
.testata-interna h1 {
	font-size: 2rem;
}
.testata-interna p {
	font-size: 1rem
}
.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	{
    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);
}

.elementor ul li {
	list-style: inside
}