body.elementor-kit-10{background-color:#FFFFFF;color:#333333;font-family:"Cantarell", Sans-serif;font-size:26px;font-weight:400;line-height:1.1em;}body.elementor-kit-10 p{margin-bottom:1em;}body.elementor-kit-10 a{color:#AF4461;text-decoration:underline;}body.elementor-kit-10 h1{color:#AF4461;font-family:"Fjalla One", Sans-serif;font-size:50px;font-weight:400;text-transform:uppercase;line-height:1.1em;letter-spacing:0.1px;}body.elementor-kit-10 h2{color:#AF4461;font-family:"Fjalla One", Sans-serif;font-size:36px;font-weight:400;text-transform:uppercase;letter-spacing:0.1px;}body.elementor-kit-10 h3{color:#AF4461;font-family:"Fjalla One", Sans-serif;font-size:30px;font-weight:400;text-transform:uppercase;line-height:1.2em;letter-spacing:0.1px;}body.elementor-kit-10 h4{color:#000000;font-family:"Cantarell", Sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;line-height:1.2em;}body.elementor-kit-10 button,body.elementor-kit-10 input[type="button"],body.elementor-kit-10 input[type="submit"],body.elementor-kit-10 .elementor-button{font-family:"Fjalla One", Sans-serif;font-size:22px;font-weight:500;text-transform:uppercase;text-decoration:none;line-height:1.1em;letter-spacing:0.7px;color:#AF4461;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px 1px 1px 1px;border-color:#AF4461;}body.elementor-kit-10 button:hover,body.elementor-kit-10 button:focus,body.elementor-kit-10 input[type="button"]:hover,body.elementor-kit-10 input[type="button"]:focus,body.elementor-kit-10 input[type="submit"]:hover,body.elementor-kit-10 input[type="submit"]:focus,body.elementor-kit-10 .elementor-button:hover,body.elementor-kit-10 .elementor-button:focus{color:#FFFFFF;background-color:#AF4461;border-style:solid;border-width:1px 1px 1px 1px;border-color:#AF4461;}@media(max-width:767px){body.elementor-kit-10{font-size:18px;}body.elementor-kit-10 h1{font-size:35px;}body.elementor-kit-10 h2{font-size:25px;}body.elementor-kit-10 h3{font-size:25px;}body.elementor-kit-10 h4{font-size:17px;}}/* Start custom CSS */body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	}

p,
h2,
h3 {
    line-height: 1.2 !important;
}

.h1-subtitle {
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    display: block;
}

@media (max-width: 1024px) {
    .h1-subtitle {
        font-size: 21px;
    }
}

/* fix vari homepage */

.header-caption-shadow {
    text-shadow: 0 0 5px #fff;
}

.home-quote footer {
	justify-content: flex-end;
}

/* personalizzazione news homepage */

.home-news article,
.home-news .elementor-widget-container,
.home-news .elementor-posts-container,
.home-news .elementor-post__thumbnail__link {
	overflow: visible;
    position: static !important;
}

.home-news {
	position: relative !important;
}

.home-news p {
	line-height: 64px !important;
}

.home-news .elementor-post__thumbnail {
	border: solid 20px #fff;
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: -160px !important;
    bottom: auto !important;
    width: 55%;
    padding: 0 !important;
}

.home-news .elementor-post__thumbnail img {
	position: static !important;
    transform: none !important;
    height: auto !important;
    width: 100% !important;
}

.home-news .elementor-post__text {
	padding: 70px 21% 120px 4%;
    width: 55%;
    background-color: #F1F3F1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-news .elementor-post__title a,
.home-news .elementor-post-date {
	font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.home-news .elementor-post__title {
    margin-bottom: 25px;
}

.home-news .elementor-post__meta-data {
    order: -1;
    margin-bottom: 25px;
}

.home-news .elementor-post__text p{
	font-size: 22px;
}
.home-news .elementor-post__title a,
.home-news .elementor-post__thumbnail__link {
    pointer-events: none;
}

/* fix pulsante menu mobile */

.elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 60px;
    padding: .2em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: transparent;
    color: #AF4461;
}

/* media queries */

@media (max-width: 767px) {
    .elementor-button {
        display: block;
    }
    
    .elementor-button span {
        text-decoration: inherit;
        text-align: left;
    }
    
    .linkedin-caption-btn .elementor-button {
        display: inline-block;
    }
    
    .h1-subtitle {
        font-size: 21px;
    }
    
    /* news home mobile */
    
    .home-news .elementor-post__thumbnail {
        width: 95%;
        top: 0 !important;
        bottom: auto !important;
        padding: 0 !important;
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	    box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
    }
    
    .home-news .elementor-post__text {
    	padding: 250px 20px 0 20px;
        width: 100%;
        background-color: #F1F3F1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .home-news .elementor-post p {
    	text-align: right;
    	width: 100%;
    }
    
    .home-news .elementor-post__title a,
    .home-news .elementor-post-date {
    	font-size: 17px;
    }
    
    .home-news .elementor-post__text p{
    	font-size: 18px;
    }
}

.news-query .elementor-post {
	overflow: visible;
}

.news-query .elementor-post__text {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-query .elementor-post__excerpt p {
	line-height: 64px !important;
    text-align: right;
}

.news-query .elementor-post__meta-data {
	order: -1;
}

.news-query .elementor-post__thumbnail__link {
	border: 20px solid #fff;
    margin-left: 30px;
    margin-right: -30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	pointer-events: none;
}

.news-query .category-direct .elementor-post__thumbnail__link {
	pointer-events: auto;
}

.news-query .elementor-post__text {
	background-color: #f1f3f1;
    min-height: 300px;
}

.news-query.local .elementor-post__text {
	background-color: #dde7de;
}

.news-query .elementor-post__title a {
	pointer-events: none;
}

.elementor-pagination .page-numbers {
    background-color: #f1f3f1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 8px;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 30px;
    min-width: 30px;
    display: inline-block;
}

.elementor-pagination .page-numbers.current {
    background-color: #AF4461;
    color: #fff !important;
}

.elementor-pagination span.page-numbers.prev,
.elementor-pagination span.page-numbers.next {display: none;}

@media (max-width: 767px) {
    .news-query .elementor-post__text {
        min-height: 250px;
    }
}

/* pulsantiera contatti */

.contacts-flag {
    background: #f1f3f0;
    position: fixed;
    top: 45%;
    left: 0;
    display: block;
    width: 105px;
    padding: 0 0 0 35px;
    margin: 0;
    z-index: 100;
}

.contacts-flag::before {
    content: 'Contattaci subito';
    position: absolute;
    bottom: -35px;
    left: 0;
    display: block;
    width: 210px;
    color: #333;
    font-family: "Fjalla One", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 0.1px;
    text-align: center;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
}

.contacts-flag li,
.contacts-flag li a {
    display: block;
    width:70px;
    height: 70px;
    padding: 0;
    margin: 0;
}

.contacts-flag li a {
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    height: 100%;
}

.wa-color {background: #4fae55 url(https://www.liberadallaviolenza.org/wp-content/uploads/2020/05/sb-wa-icon.png) center center no-repeat;}
.fb-color {background: #3d5c97 url(https://www.liberadallaviolenza.org/wp-content/uploads/2020/05/sb-fb-icon.png) center center no-repeat;}
.mail-color {background: #d67b96 url(https://www.liberadallaviolenza.org/wp-content/uploads/2020/05/sb-mail-icon.png) center center no-repeat;}

.contacts-flag li a i {
    font-size: 40px;
    line-height: 70px;
}

@media(max-width:767px) {
        .contacts-flag {
            background: #f1f3f0;
            position: fixed;
            top: auto;
            bottom: 0;
            left: 0;
            display: block;
            width: 100%;
            padding: 0 0 25px 0;
            margin: 0;
            font-size: 0;
        }
        .contacts-flag::before {
            bottom: 0;
            left: 0;
            width: 100%;
            font-size: 21px;
            line-height: 25px;
            -moz-transform: none;
            -webkit-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }
        .contacts-flag li,
        .contacts-flag li a {
            display: inline-block;
            width:33.33%;
            height: 70px;
            padding: 0;
            margin: 0;
        }
        .contacts-flag li a {
            display: flex;
            width:100%;
        }
        .contacts-flag li a i {
            font-size: 40px;
            line-height: 70px;
        }
    }
    
.custom-tabs .elementor-tabs-wrapper {
    display: flex;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title {
    background-color: #f1f3f0;
    width: 50%;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title a {
    text-decoration: none !important;
}

.custom-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-active {
    background-color: #fff;
}

.custom-tabs .elementor-tab-content {
    padding: 10px 40px 80px;
}

/*

.custom-tabs ol {
    counter-reset: list;
    margin-left: 0;
    padding-left: 15px;
}

.custom-tabs ol > li {
    list-style: none;
    position: relative;
}
    
.custom-tabs ol > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}


.custom--dd-faq ol {
    counter-reset: list;
    margin-left: 0;
    padding-left: 15px;
}

.custom--dd-faq ol > li {
    list-style: none;
    position: relative;
}
    
.custom--dd-faq ol > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}
*/

.linkedin-caption-btn i {
    font-size: 3.5rem;
    line-height: 2.5rem;
    position: relative;
    top: 8px;
    color: #819682;
}

    .download-icons svg {
        font-size: 6rem;
        line-height: 6rem;
        position: relative;
        top: 0;
        color: #819682;
    }

@media(max-width:767px) {
    .download-icons .elementor-button-icon {
        width: 60px;
        max-width: 30px;
        display: inline-block;
    }
    .download-icons svg {
        font-size: 3rem;
        line-height: 3rem;
        position: relative;
        top: 0;
        color: #819682;
    }

}

.same-height-cols .elementor-widget-container,
.same-height-cols .elementor-widget{
    height: 100%;
}

.same-height-cols .exception .elementor-widget-container,
.same-height-cols .exception .elementor-widget{
    height: auto;
}

.valigcenter .elementor-row {
    align-items: center;
}

.testimonianze .elementor-testimonial__image img {
        object-fit: contain; 
}

.menu-footer a {
    color: #fff !important;
    text-decoration: none !important;
}


.elementor-tab-title {
	border-right: 1px solid #819682 !important;
	border-left: 1px solid #819682 !important;
}

/* cookie banner */

#cookie-law-info-bar h5 {margin: 0 auto 10px !important; font-size: 1.5rem !important; text-transform: uppercase !important;}/* End custom CSS */