.noarticles {
    text-align: center;
}
html:not(.catalogo).layout-blog .items {
    display: grid;
    gap: 2rem;
}
html:not(.catalogo) .items {
    padding-bottom: 2rem;
}
@media (min-width: 700px) and (max-width: 1200px) {
    html:not(.catalogo) .items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1201px) {
    html:not(.catalogo) .items {
        grid-template-columns: repeat(3, 1fr);
    }
}
html:not(.catalogo) .items .item {
    overflow: hidden;
}
html:not(.catalogo) .items .item article {
    position: relative;
}
html:not(.catalogo) .items .item article header {
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4rem 2rem 2rem;
    /*
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    */
}
html:not(.catalogo) .items .item article header * {
    color: #fff;
    margin: 0;
    font-size: 2.6rem;
    line-height: 3rem;
    text-shadow: 1px 2px 4px #000;
}
@media (min-width: 1200px) {
    html:not(.catalogo) .items .item article header {
        transform: translateY(100px);
            -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    }
}
html:not(.catalogo) .items .item article:hover header {
    transform: translateY(0);
}
html:not(.catalogo) .items .item article header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
html:not(.catalogo) .items .item article .imageck {
    padding-top: 100%;
    /* rapporti
    1:1 100%
    16:9 52.25%
    4:3 75%
    3:2 66.66%
    */
  height: 0;
  overflow: hidden;
  position: relative;
}
html:not(.catalogo) .items .item article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.view-article .article-header {
    max-width: 1300px;
    margin: 0 auto;
} 
.article-info .category-name {
    padding: 0;
    margin: 0;
}
.article-info .category-name a {
    font-weight: 700;
}
.article-info .category-name a:before {
    content:"\f104";
    margin-right: 1rem;
}
.view-category .t3-content {
    width: 100%;
}
.t3-sidebar-right {
    position: sticky;
    top: 10rem;
    left: 0;
}
.view-article.layout-blog h2 {
}
.view-article.layout-blog h3 {
    font-size: 3rem;
	line-height: 3.6rem;
    text-transform: none;
    font-family: 'DM Sans';
    font-weight: 600;
}
.view-article.layout-blog h4 {
	font-size: 2.6rem;
	line-height: 3.2rem;
    text-transform: none;
    font-family: 'DM Sans';
    font-weight: 600;
}
@media (max-width: 1300px) {
    .article-header,
    html:not(.homepage).view-article .pagebuilderck > div {
        padding: 0 2rem;
    }
}
html:not(.homepage) .view-article .pagebuilderck .imageck,
.view-article .pagebuilderck .pbck_slides {
    margin-bottom: 2rem;
}