/* FONT
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Source Serif Pro';
  font-weight: 400;
  font-style: normal;
  src: 
       url('/wp-content/themes/lp/fonts/source-serif-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-serif-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-serif-pro-v11-latin-regular.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  src: 
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-600.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  src: 
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-vs19-latin-700.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  src: 
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/lp/fonts/source-sans-pro-v19-latin-900.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
    font-family: 'icomoon';
    src:
        url("/wp-content/themes/lp/fonts/icomoon.ttf") format('truetype'),
        url("/wp-content/themes/lp/fonts/icomoon.eot") format('embedded-opentype'),
        url("/wp-content/themes/lp/fonts/icomoon.woff") format('woff'),
        url("/wp-content/themes/lp/fonts/icomoon.svg") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.lp-news-marquee a,
.lp-head-txt a,
footer a,
aside a {
    text-decoration:none;
}

/**STRUTTURA SITO***/



.lp-row{
    max-width:1020px;
    margin: 0 auto;
}
.lp-white {
    background:#fff;
}

.lp-pad-container {
    padding:20px 15px;
}

/***HEADER***/
/*
#masthead {
    height:auto;
    z-index:999;
    margin:0 auto;
    border-bottom:none;
    width:100%;
    position: sticky;
    top:0;
    left:0;
    right:0;
}*/



@media screen and (min-width:1081px){
                .search-form-mobile-wrapper,
                #menu-mobile-menu-it{display:none!important;}
            }
           #menu-mobile-menu-it .menu-item-has-children::before{
               content:"\f107";
               position:absolute;
               right:15px;
               font-family:"icomoon";
           }
           #menu-mobile-menu-it .menu-item{
               position:relative;
           }
            #menu-mobile-menu-it .sub-menu{
                display:none;
            }
            
            .lp-mobi-menu{
                display:block;
                position:relative;
                clear:both;
                width:100%;
            }
            .lp-mobi-menu ul{
                padding-left:0;
                margin-left:0;
                list-style:none;
                margin-bottom:0;
                
            }
            .lp-mobi-menu a {
                text-decoration:none;
            }
            .menu-mobile-menu-it-container {
                margin:0 -15px;
            } 
            .lp-mobi-menu li{
                border-top:1px solid #e2e2e2;
                padding: 0 15px;
            }
            .lp-mobi-menu li a {
                font-size:14px;
                font-weight:700;
                font-family:"Source Sans Pro";
            }
            
            
            .search-form-mobile-wrapper{
                clear:both;
                width:100%;
            }
            .search-form-mobile {
                margin: 0 -15px;
                border-top:1px solid #e2e2e2;
            }
            .lp-icon-search {
                margin-right:8px;
            }
            
.lp-submenu a {
	display: block !important;
	font-family: "Source Sans Pro";
}
.lp-submenu {
	display: flex;
	padding-top: 20px;
	padding-bottom:10px;
}
.sub-menu li {
	background: #e6e6e6;
	left: 0 !important;
right: 0;
margin: 0 -15px !important;
}
.lp-submenu-col {
	flex: 0 1 25%;
}
.lp-submenu-sec {
	margin-bottom: 10px;
}
.fusion-secondary-header {
	padding: 8px 10px 5px !important;
}
.fusion-is-sticky .fusion-secondary-main-menu {
	max-width: 1020px !important;
}
.fusion-header-wrapper {
	max-width: 1020px;
	margin: auto;
}
.fusion-page-title-row {
	background: #fff !important;
	padding: 5px 10px;
}
.lp-submenu-latest a {
	color: #e31a22;
}
.lp-submenu-latest a:before {
	content: "\2022";
	color: #e31a22;
	font-weight: 700;
	margin-right: 3px;
}
.lp-submenu-latest a:hover::before {
	color: #e31a22;
}

@media screen and (max-width:1080px){
.fusion-standard-logo {
    height:60px;
    width:auto;
}
}
.lp-secondary-header{
    height:38px;
}
.lp-head-txt {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size:14px;
    line-height:38px;
    padding-left:15px;
}
.lp-header{
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    padding:10px 15px 0;
    position:relative;
    display:flex;
    justify-content:space-between;
}
.lp-news-marquee a:hover,
.current-menu-parent a,
.current-menu-item a,
.menu-top-right-menu-container a {
    color:#ed1c24;
    text-decoration:none;
}

.menu-top-right-menu-container a:hover {
    color:#212934;
}
@media screen and (min-width:1081px){
    .fusion-mobile-menu-icons {
        display:none;
    }
    .menu-top-right-menu-container {
        display: flex !important;
        align-items: center;
        margin-bottom:10px;
    }
    .menu-top-right-menu-container ul{
        list-style:none;
		margin:0
    }
    .menu-top-right-menu-container li{
        line-height:17px;
        font-size:14px;
		text-align:right;
		font-family:"Source Sans Pro";
    }
}
@media screen and (max-width:1080px){
    .lp-header {
        flex-wrap:wrap;
    }
    .menu-top-right-menu-container {
        clear:both;
        display:none;
        flex:0 1 100%;
        margin: 0;
        padding-top: 5px;
    }
    .menu-top-right-menu-container ul {
        padding:0;
        margin:0 -15px;
        list-style:none;
    }
    .menu-top-right-menu-container li {
    border-top:1px solid #c9c9c9;
    }
    .menu-top-right-menu-container li a {
        text-transform:uppercase;
        font-family: "Source Sans Pro";
        font-weight: 700;
        font-size:14px;
        padding-left:10px;
    }/*
    .lp-dx-menu {
        margin-left:15px !important;
    }*/
}
@media screen and (max-width:1080px){
    .main-navigation {
        display:none;
    }
}
@media screen and (min-width:1081px){
.main-navigation {
    height:40px;
    padding:  0 0 0 15px;
    position:relative;

}
.main-navigation ul {
display: flex;
justify-content:space-between;
margin-right:41px;
}
.main-navigation li a {
    font-family: "Source Sans Pro";
    font-size: 16px;
    letter-spacing: 0px;
    font-style: normal;
    
}
#primary-menu >li>a {line-height:40px;font-weight:700}
.lp-submenu-sec a {line-height:1.8}
.main-navigation .lp-submenu-sec a:first-child {font-weight:700}
.lp-submenu .lp-submenu-col{
border-left: 1px solid #d7d7d7;
  padding-left: 5px;
  }
  
  
}


.lp-menu-altre-sezioni {
    padding-right:20px;
}

.sear {
position: absolute;
right: 0;
top: 0;
width: 41px;
height: 40px;
background:#cbcbcb;
}

.sear-icon::before {
    
color:#212934;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);

}


header .search-form {
      position: absolute;
  top: 0px;
  right: 41px;
  left: 15px;
  bottom:0;
  background:#fff;
}
header .search-field {
    width:calc(100% - 90px);
}
header .search-field:focus,
header .search-field {
    border: 1px solid #fff0 !important;
}
header .search-submit {
    margin-top:3px;
}



.lp-latest-news {
	position: relative;
	height: 40px;
	display: flex;
	align-items: center;
	background: #333;
	max-width: 1020px;
	overflow: hidden;
	margin: auto;
}
.lp-news-marquee a {
	color: #fff;
}
.lp-clk {
    background:#333;
    z-index:1;
}
.lp-news-marquee {
    white-space: nowrap;
    font-size: 15px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: my-animation 50s linear infinite;
    -webkit-animation: my-animation 50s linear infinite;
    animation: my-animation 50s linear infinite;
    animation-delay:-8s;
}
/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(25%); }
  to { -moz-transform: translateX(-100%); }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(25%); }
  to { -webkit-transform: translateX(-100%); }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(25%);
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.lp-news-marquee:hover {
	animation-play-state: paused;
}
.lp-latest-news svg {
	margin: 0 5px 0 10px;
	vertical-align:middle;
}
.lp-latest-text {
	color: #fff;
	text-decoration: underline;
	font: 700 16px "Source Sans Pro";
	flex: 1 0 auto;
	background: #333;
    z-index: 1;
    padding: 5px;
}
header #menu-item-140::before {
  content: url("/static/svg/triangle-menu.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -30px;
}


.lp-icon-bars::after,
    header #menu-item-140 > a::after {
    padding-left: 10px;
    content: "\f0c9";
    font-family: "icomoon";
    font-weight: 900;
}
header #menu-item-140{
    background: #e6e6e6;
}

#custom_html-10 {
    position:absolute;
    background:#e6e6e6;
    left:-833px!important;
    width:1020px;
    border-top: 3px solid #ed1c24;
}
#custom_html-10 > div {
    padding: 0 20px;
}
#menu-item-140 {
    padding-right:15px;
}
@media screen and (min-width:1081px){
    .lp-mobile-menu-icons{
        display:none;
    }
}
@media screen and (max-width:1080px){
.lp-mobile-menu-icons {
    display:flex;
    align-items:center;
}
.lp-mobile-menu-icons a{
    text-decoration:none;
}
}
.lp-icon-header::before,
.lp-icon-header::after {
    color:#9ea0a4;
    font-size:20px;
}


.lp-icon-twitter::before {
    content:"\e90b";
}
.lp-icon-facebook::before {
    content:"\e604";
}
.lp-icon-whatsapp::before {
    content:"\f232";
}
.lp-icon-linkedin::before {
    content:"\e60f";
}
.lp-icon-pinterest::before {
    content:"\e602";
}
.lp-icon-mail::before {
    content:"\e616";
}
.lp-icon-flipboard::before {
    content:url(/static/images/flipboard.png);
}
.lp-icon-instagram::before {
    content:"\ea92";
}
.lp-icon-youtube::before {
    content:"\e622";
}

.lp-icon-search::before {
    content:"\f002";
    font-family: "icomoon";
    font-weight: 900;
}



.lp-social-network-icon::before {
    font-family:"icomoon";
    font-weight:400;
}
.lp-icon-white {
    color:#fff;
    margin:0 5px;
}
footer .lp-social-networks-wrapper {
    margin-top:20px;
}

footer .lp-social-network-icon::before {
    margin-right:10px
}
@media screen and (min-width:1081px){#custom_html-8{padding-left:32px;border-left:1px solid rgba(255,255,255,.3)}}

/*FOOTER*/
.site-footer{
    padding:40px 30px 30px;
    background:#333;
    color: rgba(255,255,255,0.8);
}
.site-footer a{
    color: rgba(255,255,255,0.8);
    font-family: "Source Sans Pro";
    font-size:16px;
    font-weight:600;
}
.site-footer a:hover{
    color: #ed1c24;
}
@media screen and (min-width:801px){
    .lp-half-col,
    .footer-widgets-area {
        display:flex;
        flex-wrap:wrap;
    }
    .footer-widget-area {
        flex: 0 1 calc((100% - 20px)/3);
    }
    .footer-widget-area:not(:last-child){
        margin-right:10px;
    }
    .lp-asy-col{
        justify-content:space-between;
    }
}
@media screen and (min-width:801px) and (max-width:1080px){
    .lp-half-col > .widget {
    flex: 0 1 100%;
}
}
@media screen and (min-width:1081px){
.lp-half-col:not(.lp-asy-col) > .widget {
    flex: 0 1 50%;
}

}



.site-footer ul {
    margin-left:0;
    padding-left:0;
    list-style:none;
}
.lp-sedi-ft span {
display: block;
margin: 25px 0 10px;
text-decoration: underline;
}

.lp-sedi-ft {

text-transform: uppercase;
font-weight: 600;
font-size: 15px;
font-family: "Source Sans Pro";
line-height: 20px;
}
.lp-footer-icim img {
    display: block;
margin-bottom: 20px;
}

.lp-sites a {
    display: block;
font-size: 16px;
font-family: "Source Sans Pro";
font-weight: 600;
line-height: 1.6;
}

/*
border-right:1px solid rgba(255,255,255,0.3) !important */














/***COMMON***/
.lp-post-category-over,
.elementor-post-category-over {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e31a22 !important;
    font: 900 14px "Source Sans Pro";
}











.lp-lv-sbpost-first .lp-lv-sb-img a,
.lp-owl-img-wrap,
.lp-carousel .elementor-post__thumbnail,
.lp-img-wrapper {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.lp-lv-sbpost-first .lp-lv-sb-img a,
.lp-owl-img-wrap {
	padding: 57% 0 0;
}
.lp-img-wrapper {
	padding: 66% 0 0;
}
.lp-lv-sbpost-first .lp-lv-sb-img img,
.lp-owl-img-wrap img,
.fusion-carousel .fusion-image-wrapper img,
.lp-carousel .elementor-post__thumbnail img,
.lp-img-wrapper img {
	display: block;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	object-fit: cover;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.lp-owl-img-wrap img,
.fusion-carousel .fusion-image-wrapper img {
	object-fit: contain;
	height: 100% !important;
}






































/**
* WordPress Number Pagination CSS Styles
*/
.page-numbers {
    text-align:center;
    text-decoration:none;
}
.page-numbers:not(.prev):not(.next):not(.dots)::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border:1px solid #e2e2e2;
    z-index:-1;
}
.page-numbers:not(.prev):not(.next):not(.dots){
    display:inline-block;
    width: 30px;
height: 30px;
position: relative;
z-index:9;
}

.page-numbers.current {
   background: #ed1c24;
   color: #fff;
}

.page-navi {
   font-size: 13px;
   line-height:30px;
}
.page-navi .prev {
   float: left;
   margin-right: 10px;
}
.page-navi .next {
   float: right;
}












.lp-social-post {
	display: flex;
	align-items: center;
}
.lp-social-post-sep {
	flex: 1 0 auto;
	background: #999;
	height: 1px;
}
.lp-social-post-icons > .fusion-tooltip {
	margin-left: 10px;
}
.lp-more-social .fusion-tooltip:not(:last-child) {
	margin-right: 8px;
}
.lp-social-post .fusion-social-network-icon::before {
	color: #5b6e80;
}

.fiore h2:before {
    content: url(/static/svg/fiore.svg);
    order: initial;
	margin:5px 5px 0 0;
}

.elementor-posts--thumbnail-none .elementor-post__text::before {
	content: url("/static/svg/triangle.svg");
	position: absolute;
}

.elementor-posts--thumbnail-none .elementor-post__title {
	padding-left: 15px;
}
.elementor-posts--thumbnail-none .elementor-post__title a {
	
	line-height: 20px;
	vertical-align: top;
}
.elementor-posts--thumbnail-bottom article {
	flex-wrap: wrap;
}
.elementor-posts--thumbnail-bottom .elementor-post__thumbnail__link {
	order: 2;
}
.elementor-posts--thumbnail-bottom .elementor-post__text {
	order: 1;
	flex: 0 1 100%;
}
.elementor-posts--thumbnail-bottom .lp-social-post {
	order: 3;
	flex: 0 1 100%;
}
.lp-more-social-wrapper {
	background: #eee;
	padding: 5px;
	border-radius: 4px;
}
.hp-head .elementor-post__title {
	font-size: 30px !important;
	line-height: 32px !important;
}


.lp-social-post-icons {
	position: relative;
}
.lp-more-social {
	display: none;
}
.lp-more-social:hover {
	display: block !important;
}
.lp-share:hover .lp-more-social {
  display: block !important;
	position: absolute;
	top: -50px;
	padding: 18px 0;
	right: 0;
}
.lp-social-post-icons > .lp-tooltip {
	margin-left: 10px;
}
.lp-more-social .lp-tooltip:not(:last-child) {
	margin-right: 8px;
}
.lp-social-post .lp-social-network-icon::before {
	color: #5b6e80;
}
.lp-icon-share:before {
	content: url(/static/svg/share.svg);
	filter: invert(45%) sepia(9%) saturate(1168%) hue-rotate(168deg) brightness(87%) contrast(83%);
	position: relative;
  top: 3px
}



/*Rimuovo loghino LP */
/* .lp-dx-menu {display:none !important;} */


.accesso-archivi a{
    color:#fff;
    padding:10px 20px;
    background:#c00;
}
.accesso-archivi a:hover{
    color:#fff;
}



.modal {
    z-index: 2000 !important;
}


.meride-video-container{
    width: 100% !important;
    visibility: visible !important;
    background-color: rgb(0, 0, 0) !important;
    position: relative !important;
    padding-top: 0px !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
	/*max-width:540px !important;*/
}


.meride-video-container video {width:100%!important;height:auto!important;}




.lp-social-post-icons .lp-tooltip{font-size:22px}


@media screen and (min-width:1081px){.ficsed{position:fixed;top:0;width:100%;max-width:1020px;background:#fff;z-index: 210;box-shadow: rgba(0,0,0,.117647) 0 1px 3px;}.logged-in .ficsed{top:32px!important}}
