/* MENU */

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-transform: uppercase;
}
.sp-megamenu-parent >li >a:before {
    content: "";
    background: rgb(19 140 71);
    position: absolute;
    bottom: 40px;
	width: 0;
    height: 3px;
    transition: .3s;
}
.sp-megamenu-parent >li.active>a:before, .sp-megamenu-parent >li:hover>a:before {
    width: 40%;
}

/* OFFCANVAS */

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
     font-size: 20px;
     font-weight: 500;
  }
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 18px;
    padding: 4px 0px;
    line-height: 50px;
    font-weight: 400;
}

/* BRICIOLE*/
.fa-map-marker-alt:before {
    content: "\e509" !important;
}
.breadcrumb {
    padding: 10px 10px;
    background-color: #e9ecef00;
    border-radius: 0.25rem;
}
span.divider.fas.fa-map-marker-alt {
    padding-right: 3px;
}

/* ARTICOLI */

.sppb-addon-articles .sppb-article-meta>span, .sppb-addon-articles .sppb-article-meta>time {
    display: inline-block;
    margin: 5px;
    color: #ffffff !important;
    font-size: 13px;
    background-color: #008b1c;
    border-radius: 10px 1px;
    padding: 2px 7px;
}
.article-details .article-ratings-social-share {
    padding:0rem 0;
    border-top: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 1rem;
}


/* SPALLA */

 #sp-right .sp-module .sp-module-title {
    margin: 0 0 10px;
    padding-bottom: 2px;
    font-size: 27px;
    font-weight: 700;
    color: #4C2517;
	text-align: center;
}
#sp-left .sp-module, #sp-right .sp-module {
    padding: 10px;
  
}
.readmore {
    padding: 3px;
    text-align: right;
   }
.mod-articlesnews__item {
    padding: 5px;
    border-radius: 5px;
    border-color: #88432c;
    border-style: solid;
    border-width: thin;
    margin: 0px 0px 15px 0px;
}
figure {
    margin: 0 0 5px;
}

ul.fields-container {
    background: #88432c;
    color: #ffffff;
    border: solid 2px;
    border-radius: 10px 10px;
    text-align: center;
}

/* SMART */

@media (max-width: 575px) {
    #sp-header .logo {
        height: 60px;
        margin: 5px 0px;
    }
}

/* VARIE*/



.fab, .icon-joomla, .fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
}

#sp-menu .social-wrap {
    position: relative;
    padding-left: 0px;
    padding-right: 20px;
}
#sp-footer .container-inner {
    padding: 10px 0;
    border-top: 2px solid #c46444);
}
span.sp-copyright {
    font-size: 12px;
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 0px;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.25rem;
    background: #4c2517;
	background-image: url(/images/agrita/pattern_diagonal_line.png);
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: fixed;
    padding: 5px 27px;
    border-radius: 50px 0px;
    color: white;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

@media (max-width: 575px) {
    .article-details .article-header h1, .article-details .article-header h2 {
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    } }

.article-info {
    background: white;
    width: max-content;
    padding: 5px 15px;
    border-radius: 25px 0px;
    font-weight: 500;
}