article.not-found {
    padding: 24px;
}

article p {
    margin-bottom: 16px;
}

.entry-title {
    font-size: 32px;
    margin-bottom: 24px;
    font-family: FontBold, serif;
    color: #fff;
}

.entry-subtitle {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
}


.articles .article-secondary .entry-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    color: #5891c3;
}

p {
    color: #5891c3;
}

.entry-content .image-wrapper, .entry-summary .image-wrapper, .entry-2-column-1 .image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
    margin-bottom: 24px;
}

.entry-content .attachment-post-thumbnail, .entry-summary .attachment-post-thumbnail, .entry-2-column-1 .attachment-post-thumbnail,
.entry-content .attachment-large {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.page .entry-content .attachment-post-thumbnail {
    position: relative;
}

.entry-meta {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.entry-meta .post-has-media-item{
    margin-top: 0;
    margin-right: 4px;
}

.entry-date {
    font-size: 14px;
    color: #5891c3;
    display: inline-block;
    padding-bottom: 2px;
    margin-right: 16px;
    font-family: FontBold, 'sans-serif';
}

.entry-summary .entry-meta {
    /*text-align: left;*/
    font-size: 12px;
}

.search h1.entry-title, .archive h1.entry-title, .category h1.entry-title {
    /*text-align: center;*/
    /*margin-top: 16px;*/
    margin-bottom: 32px;
    background: linear-gradient(45deg, rgba(242, 63, 255, 1), rgba(67, 241, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 16px 0 0;
    font-size: 32px;
    display: inline-block;
    font-family: FontBold, serif;
    width: fit-content;
}
/*
.search h1.entry-title::before, .archive h1.entry-title::before, .category h1.entry-title::before {
    content: '';
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
*/
.archive .entry-title, .category .entry-title {
    font-size: 36px;
    font-family: FontBold, serif;
    margin-top: 0;
}

.article iframe, .article .wp-video {
    max-width: 663px !important;
}

.articles {
    display: flex;
    flex-wrap: wrap;
}

.articles .article-main {
    width: 100%;
}

.articles .article-secondary {
    flex: 0.5;
}

.articles .article-secondary .entry-title {
    font-size: 20px;
}

.articles .article-secondary .entry-summary p {
    display: none;
}

.articles .article-secondary article {
    display: flex;
    flex-direction: column-reverse;
}

.articles .article-secondary-mod-1, .articles .article-secondary-mod-3 {
    margin-right: 12px;
}

.articles .article-secondary-mod-2, .articles .article-secondary-mod-4 {
    margin-left: 12px;
}

.articles article p, .articles .article-secondary article h2 {
    margin: 0;
}

.articles .article-secondary-mod-rows {
    flex-basis: 100%;
    margin: 0 0 24px;

    padding-bottom: 24px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(242, 63, 255, 0.5), rgba(67, 241, 255, 0.5)) 1 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.articles .article-secondary-mod-rows article {
    display: flex;
    flex-direction: inherit;
    flex-wrap: nowrap;
    align-items: center;
}

.articles .article-secondary-mod-rows article .entry-2-column-1 {
    margin-right: 24px;
}

.articles .article-secondary-mod-rows article .entry-2-column-1 img{
    width: 200px;
    border-radius: 4px;
}

.articles .article-secondary-mod-rows article .entry-2-column-2 {

}

/*
.articles .article-secondary-mod-rows {
    flex-basis: 100%;
    margin: 0;
}

.articles .article-secondary-mod-rows article{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.articles .article-secondary-mod-rows article header{
    align-self: center;
}

.articles .article-secondary-mod-rows article .entry-date{
    display: none;
}

.articles .article-secondary-mod-rows article .entry-summary{
    width: 200px;
    min-width: 200px;
    margin-right: 24px;
}
*/

.articles-related h6 {
    margin-bottom: 16px;
    margin-top: 24px;
    font-family: FontBold, serif;
    color: #fff;
}

.articles-related ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles-related li img {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.articles-related li {
    box-sizing: border-box;
    margin: 16px 16px 0 0;
    width: calc(1/3*100% - (1 - 1/3)*16px);
}

.articles-related li .crp_title {
    display: block;
    line-height: normal;
    font-size: 14px;
    font-family: FontBold, serif;
}

.articles-related ul:after {
    content: '';
    flex: auto;
}

.articles-related li:nth-child(3n) {
    margin-right: 0;
}

.articles-related li:nth-child(-n+3) {
    margin-top: 0;
}

.articles-programs {
    display: flex;
    flex-wrap: wrap;
}

.articles-programs .article-program{
    width: 50%;
}

.articles-programs .article-program .entry-meta, .cpt_speakers .entry-meta, .category-programmi .entry-meta{
    display: none;
}

.articles-programs .article-program .entry-summary p {
    display: none;
}

.articles-programs .article-program .entry-title{
    font-size: 20px;
}

.articles-programs .article-program article{
    display: flex;
    flex-direction: column-reverse;
}

.articles-programs .image-wrapper{
    padding-bottom: 0;
}

.articles-programs .image-wrapper img{
    position: relative;
    object-fit: contain;
    padding: 24px;
    border: 2px solid #fff;
    /*height: 170px;*/
    background: #eeee;
}

.category-programmi .entry-content .image-wrapper img{
    object-fit: contain;
    border: 1px solid #ccc;
}

.article-list article .entry-content {
    display: flex;
    align-items: center;
}

.article-list article .entry-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.article-list article .entry-content img {
    position: relative;
    width: 180px;
    height: 180px;
    margin-right: 24px;
}

.article-list article .entry-content p {
    font-size: 14px;
}

.article-list article {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
}

.cpt_conduttori .entry-content .image-wrapper {
    padding-bottom: 0;
}

.cpt_conduttori .entry-content .image-wrapper img {
    position: relative;
}

.article-brani .entry-meta{
    display: none;
}

.article-brani article .entry-content img {
    width: 100px;
    height: 100px;
}

.entry-content p {
    line-height: 24px;
    color: #fff;
}

.category-subasio-music-club .entry-content .image-wrapper, .post-21504 .entry-content .attachment-post-thumbnail {
    display: none;
}

.entry-content-song h5 {
    font-family: FontBold, serif;
}

.entry-content-podcast .image-wrapper {
    padding: 0;
}

.entry-content-podcast .image-wrapper img{
    position: relative;
}

.post-has-media {
    display: flex;
    flex-wrap: wrap;
}

.post-has-media-item {
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 4px;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
}

.post-has-media-item-video {
    background: #88608b;
    color: #fff;
}

.post-has-media-item-audio {
    background: #005a96;
    color: #fff;
}

.post-has-media-item-photo {
    background: #af5b4c;
    color: #fff;
}

.entry-content h2 {
    font-size: 26px;
    /*font-weight: bold;*/
    margin-bottom: 16px;
    font-family: FontRegular, "sans-serif";
    color: #fff;
}

.entry-content h3 {
    font-size: 18px;
    /*font-weight: bold;*/
    margin-bottom: 16px;
    font-family: FontRegular, "sans-serif";
}

.entry-content ul {
    margin-bottom: 16px;
}

.entry-content, .entry-footer {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(242, 63, 255, 0.5), rgba(67, 241, 255, 0.5)) 1 0;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.articles .article-secondary-mod-rows article .entry-2-column-1 img{
    width: 100%;
}

.articles .article-secondary-mod-rows article .entry-2-column-1 {
    width: 25%;
}

.articles .article-secondary-mod-rows article .entry-2-column-2 {
    width: 75%;
}

/*.articles .entry-date {
    display: none;
}*/

.page .entry-content .attachment-post-thumbnail {
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .articles .article-secondary-mod-rows article .entry-2-column-1,
    .articles .article-secondary-mod-rows article .entry-2-column-2 {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .article-list article .entry-content img {
        width: 100px;
        height: 100px;
    }

    .articles .article-secondary-mod-rows article .entry-subtitle{
        display: none;
    }

    .articles .article-secondary article .entry-title{
        font-size: 14px;
    }

    .articles .article-secondary-mod-rows article .entry-title{
        font-size: 14px;
    }

    .articles .article-secondary-mod-rows article .entry-date{
        font-size: 12px;
    }

    .articles .article-secondary .entry-subtitle {
        font-size: 13px;
    }
}
