#sp-header {
    background: #fff;
}
/* correzioni aggiornamento a helix ultimate 2.0 */
.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}
#sp-menu-right {
	padding-top: 30px;
}
#sp-menu > .sp-column {
	justify-content: flex-start !important;
	align-items: normal !important;
}
#sp-menu-right > .sp-column {
	justify-content: flex-end !important;
	align-items: normal !important;
}
#sp-menu-right > .sp-column > .sp-module {
	width: 100%;
}
/* fine correzioni aggiornamento a helix ultimate 2.0 */
.simple-text {
    color: #252525;
}
.newsberg-card, .view-article .authors-posts-wrap, .sppb-addon-articles-layout.layout-arabica .intro-items-slider .sppb-addon-article .sppb-article-info-wrap {
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.13);
}
#sp-left .sp-module, #sp-right .sp-module {
    float: left;
}
.sp-module.newsberg-card.authors-posts-wrap {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sp-module.newsberg-card.authors-posts-wrap .sppb-addon-title {
	padding: 0 15px;
}
.view-article .authors-posts-wrap, .sp-module.newsberg-card.authors-posts-wrap {
    max-height: unset;
}
.sppb-addon-articles-layout.layout-geisha .sppb-addon-content .all-items-wrap {
    max-height: 613px;
}
.sppb-addon-articles-layout.layout-geisha .sppb-addon-article .sppb-article-info-wrap {
    margin: 23px 0px 0 20px;
}
.sppb-addon-articles-thumb-slider .articles-slider .sppb-article-info-wrap .slider-title {
    margin-bottom: 0;
    line-height: 50px;
    font-size: 50px;
}
.sppb-addon-articles-thumb-slider .sppb-article-meta {
    font-size: 24px;
}
.sppb-addon-articles-thumb-slider .sppb-article-meta-2 {
    font-size: 30px;
}
.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-info-wrap {
    padding: 18px 35px;
}
.sppb-addon-articles-thumb-slider .articles-thumb .sppb-article-meta {
    font-size: 12px;
    margin-bottom: 0;
}
.sppb-addon-articles-thumb-slider .articles-thumb h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}
.sppb-addon-articles-thumb-slider .articles-thumb .sppb-meta-category {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#sp-bottom-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#sp-bottom-top3 p {
    font-size: 13px;
    text-align: right;
    padding-top: 15px;
}
#sp-bottom1 p {
    font-size: 12px;
    line-height: 16px;
}
.image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive {
    height: 100%;
    max-height: 100px;
}
.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .sppb-article-info-wrap {
    border-bottom-color: transparent;
}
.view-article .article-details .article-can-edit + .article-info {
    padding: 0px;
    border-bottom: none;
    margin-bottom: 0;
}
.view-article .authors-posts-wrap {
    padding: 20px 0;
    overflow: hidden;
}
.authors-posts-wrap .sp-module-title {
    text-align: left;
    margin-top: 10px;
    text-transform: none;
    margin-left: 15px;
}
.authors-posts-wrap .sp-module-title::after {
    content: "";
    width: 55px;
    height: 2px;
    transition: 0.3s;
    margin-left: 15px;
    margin-top: 20px;
    border-radius: 1px;
    background-color: #389044;
    position: absolute;
}
.authors-posts-wrap ul.menu {
    /* background-color: rgba(204, 204, 204, 0.2); */
    background-color: #fff;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.authors-posts-wrap ul.network {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.authors-posts-wrap ul.menu > li {
    margin-left: 15px;
    margin-right: 15px;
    transition: background-color 0.3s;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 2px #389044;
    padding-bottom: 20px;
    width: 100%;
}
.authors-posts-wrap ul.menu > li:first-child {
    margin-top: 72px;
}
.authors-posts-wrap ul.menu > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
ul.network .image-wrapper {
    width: 30%;
    margin-right: 8%;
}
ul.network .image-thumb {
    margin-right: 20px;
    width: 100px;
    border-radius: 6px;
}
ul.network .image-title {
    padding-top: 18px;
    width: 62%;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
}
/*
.authors-posts-wrap ul.menu > li:hover {
    background-color: #389044;
}
*/
.authors-posts-wrap ul.menu > li:hover > a {
    color: #389044;
}
.authors-posts-wrap ul.menu > li.color-1 {
    background-color: #389044;
}
.authors-posts-wrap ul.menu > li.color-2 {
    background-color: #52a9ca;
}
.authors-posts-wrap ul.menu > li.color-3 {
    background-color: #58809b;
}
.authors-posts-wrap ul.menu > li.color-4 {
    background-color: #cc3c17;
}
.authors-posts-wrap ul.menu > li.color-5 {
    background-color: #b3b700;
}
.authors-posts-wrap ul.menu > li.color-6 {
    background-color: #1f479f;
}
.authors-posts-wrap ul.menu > li.color-1,
.authors-posts-wrap ul.menu > li.color-2,
.authors-posts-wrap ul.menu > li.color-3,
.authors-posts-wrap ul.menu > li.color-4,
.authors-posts-wrap ul.menu > li.color-5,
.authors-posts-wrap ul.menu > li.color-6 {
    padding-top: 10px;
	padding-bottom: 10px;
}
.authors-posts-wrap ul.menu > li.color-1 > a {
    color: #fff;
}
.authors-posts-wrap ul.menu > li.color-2 > a {
    color: #fff;
}
.authors-posts-wrap ul.menu > li.color-3 > a {
    color: #fff;
}
.authors-posts-wrap ul.menu > li.color-4 > a {
    color: #fff;
}
.authors-posts-wrap ul.menu > li.color-5 > a {
    color: #fff;
}
.authors-posts-wrap ul.menu > li.color-6 > a {
    color: #fff;
}
.site.view-article .authors-posts-wrap {
    padding: 20px;
    overflow-y: hidden;
}
#sp-right .sp-module {
    background-color: #fff;
    padding: 20px;
}
#collaboratori .sppb-addon-image-content .sppb-image-holder {
    background-size: contain;
    background-repeat: no-repeat;
}
.sppb-icons-label-text {
	position: absolute;
    float: right;
    left: 60px;
    top: 14px;
}
.image-layout-preset-style-card .sppb-addon-image-layout-content {
    padding: 0 10px 0 30px;
}
.sppb-addon-image-layout-image {
    padding-left: 20px;
    padding-right: 20px;
}

/* digi showcase */
#digi_showcase_introtext {
    margin-bottom: 20px;
}
.partners {
	margin-top: 150px;
	margin-bottom: 50px;
}
.digi_showcase .item-content img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.sppb-addon-image-layout-image {
		padding-left: 80px;
		padding-right: 80px;
		padding-bottom: 20px;
	}
	.image-layout-preset-style-card .sppb-addon-image-layout-content {
		text-align: center !important;
		padding: 20px !important;
		width: 100%;
	}
}





.blogimgpubblicazioni .items-row .item .newsberg-title-top
{display:none}
.blogimgpubblicazioni .items-row .item .article-header h2
{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:1.41;max-height:100px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:27px;margin-bottom:10px}
.blogimgpubblicazioni .items-row .item .article-header h2 a
{transition:all 0.3s}
.blogimgpubblicazioni .items-row .item .article-header h2 a:hover
{text-decoration:underline}
.blogimgpubblicazioni .items-row .item .newsberg-article-content
{display:flex}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext
{margin-right:10px}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext>p 

{font-size:14px;line-height:1.79;margin-bottom:15px;/*overflow:hidden;*/text-overflow:ellipsis;display:-webkit-box;line-height:1.41;/*max-height:100px;*/-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.8;-webkit-line-clamp:3;line-clamp:3; float: left;}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .newsberg-article-introtext-bottom
{display:flex}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .article-info
{margin:0px}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .article-spbookmark
{margin-left:15px}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .article-spbookmark .spbookmark-icon
{color:#cccccc}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .published
{font-size:14px;line-height:1.79;color:#98979c}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .published:before
{display:none}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .createdby,.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-introtext .category-name
{display:none}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-image
{flex:1 0 104px;max-width:104px}
.blogimgpubblicazioni .items-row .item .newsberg-article-content .newsberg-article-image img
{border-radius:6px}


.blogimgpubblicazioni .items-row .item .article-header h2 a {
    color: #252525;
}

.blogimgpubblicazioni .items-row .item {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    padding: 32px 25px;
    border: none;
    transition: all 0.5s ease;
    margin-bottom: 35px;
}


.blogimgpubblicazioni .items-row .item:hover, .blogimgpubblicazioni .items-row .item:focus {
    box-shadow: 0 24px 24px -10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}


iframe {border: none;}

.sppb-addon-articles-thumb-slider .articles-thumb .article-counter  {display: none;}





.sp-megamenu-parent > li > a {font-weight: bold; font-size: 16px;} 
.sp-megamenu-parent > li > span  {font-weight: bold; font-size: 16px;} 


.authors-posts-wrap .sp-module-title::after {

    content: "";
    width: 45px;
    height: 2px;
    transition: 0.3s;
    margin-left: 15px;
    margin-top: 20px;
    border-radius: 1px;
    background-color: #389044;
    position: absolute;

}

/* novemrbe 2023 - gregorio */
.mod-languages a {
  white-space: nowrap;
}