.blog-button .et_pb_column{
    display: flex;
}

.post-template-default .et_pb_text ul,
.news-template-default .et_pb_text ul{
    list-style: disc;
    padding: 0 0 23px 1em;
    margin-left: 45px;
}

.post-template-default .et_pb_text ul li,
.news-template-default .et_pb_text ul li{
    background-image: none;
    background-size:initial;
    background-repeat: no-repeat;
    background-position: center left;
    padding: initial;
}


body #page-container .et_pb_section .et_pb_button.df-button,
body #page-container .et_pb_section .et_pb_button.df-button:hover{
    font-size: var(--font-size-topline);
    font-family: var(--font-family-title-regular);
    text-transform: uppercase;
    color: var(--color-blue);
    padding:0px 10px 0px 10px!important;
    background-color: transparent;
    border-left:1px solid var(--color-blue)!important;
}

body #page-container .et_pb_section .et_pb_button_0.df-button,
body #page-container .et_pb_section .et_pb_button_0.df-button:hover{
    padding:0px 10px 0px 0px!important;
    border-left:none!important;
}

body .blog-button .et_pb_button_module_wrapper {
    margin-bottom: 0px!important;
}


.blog-filter{
    font-size: 32px;
    font-family: var(--font-family-title-regular);
    text-transform: uppercase;
    color: var(--color-darkgrey);
}

.df-area  .blog-filter div{
    width: 100%;
}

.blog-filter .pagination .alignleft a{
    font-size: var(--font-size-topline);
    text-align: right;
}

.blog-filter .pagination .alignleft {
    display: flex;
    justify-content: end;
}

.blog-filter .pagination .alignright a{
    font-size: var(--font-size-topline);
}


.entry-featured-image-url{
    position: relative;

    -webkit-mask-image:url(/wp-content/uploads/2023/06/masked_o.svg);
    -webkit-mask-position:top center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:cover;
}

.entry-featured-image-url,
.blog-module .et_pb_image_container{
    height: 315px;
}

body .blog-module .entry-featured-image-url img{
    height: 315px;
    object-fit: cover;
}

.et_pb_blog_grid .et_pb_image_container::before{
    content:'';
    /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
    background-image:url(../img/gradient_o.svg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;

    z-index: 200;
}

article.et_pb_post  h2{
    font-family: var(--font-family-title-bold);
    font-size: var(--font-size-small)!important;
    line-height: var(--line-height-small);
    text-transform: uppercase;
}

article .author a{
    pointer-events: none;
}

body .blog-module .post-meta,
body .blog-module .author.vcard a{
    font-family: var(--font-family-title-regular);
    color:var(--color-blue)!important;
    font-size: var(--font-size-topline)!important;
    line-height: var(--line-height-topline);
    text-transform: uppercase;
}

a.more-link{
    text-transform: uppercase;    
    font-size: var(--font-size-text-link);
    font-family: var(--font-family-title-regular);
    padding-top: 15px;
}

a.more-link::after{
    content: "";
   
    background-image: url('../img/blue-arrow.svg');
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: center right;
    position: inherit;
    visibility: visible;
    left: 0;
    top: 0;
    transform: rotate(360deg);
    width: fit-content;
    padding-right:15px;
    margin-left: 0px;
} 

a.more-link:hover{
    color:var(--color-green);
}

a.more-link:hover::after,
.dark a.more-link::after,
.dark a.more-link:hover::after{
    background-image: url('../img/green-arrow.svg');
}

.blog-module article{
    display: flex;
    flex-direction: column;
}

.blog-module article .et_pb_image_container{
    order: 1;
}

.blog-module article .entry-title{
    order: 3;
}
.blog-module article .post-meta{
    order: 2;
}
.blog-module article .post-content{
    order: 4;
    color:var(--color-darkgrey);
}

.blog-module .et_pb_post p {
    color:var(--color-darkgrey);
    text-transform: none;
    font-family: var(--font-family-text);
}

.blog-module .et_pb_post .post-meta{
    font-family: var(--font-family-title-regular);
}

/* #region Blogfilter*/

.blog-module .et_pb_ajax_pagination_container,
.df-area .et_pb_ajax_pagination_container{
    width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap:5%;
}

.blog-module article,
.df-area article{
    width: 30%;
}

.blog-filter article::before,
.df-area article::before{
    content:'';
    /* background: linear-gradient(30deg, rgba(198,198,198,1) 0%, rgba(9,9,121,0) 40%, rgba(2,160,221,0) 60%, rgba(0,75,144,1) 100%); */
    background-image:url(../img/gradient_o.svg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
    height: 315px;
    position: absolute;

    z-index: 200;
}


.df-area article img{
    position: relative;

    -webkit-mask-image:url(/wp-content/uploads/2023/06/masked_o.svg);
    -webkit-mask-position:top center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:contain;
}

/* #endregion Blogfilter*/

/* #regionBlogtemplate Divi Builder*/
.post-builder-divi .et_pb_section{
    background-color: transparent!important;
    width:100%!important;
    padding:0px!important;
}
.news-blog-sectionbuilder .et_pb_row{
    padding-top:0px!important;
}
.post-builder-divi .et_pb_row{
    width: 100%!important;
}

.news-blog-sectionbuilder h1,
.post-template-default h1{
    font-size: var(--font-size-large)!important;
    line-height: var(--line-height-large);
}

.post-template-default h3{
    font-family: var(--font-family-title-regular);
}

.post-template-default .et_pb_text_inner{
    color: var(--color-black);
}

.post-template-default .et_pb_widget_area{
    border-right: none;
}

.post-template-default .et_pb_widget_area #block-4{
    margin-bottom:0px;
}

.news-tags-theme ul,
#block-7 .wp-block-categories-list.wp-block-categories{
    display: flex;
    flex-wrap: wrap;
}

.et_pb_bg_layout_light .et_pb_widget li a{
    color:var(--color-black);
}

.news-tags-theme ul li a,
#block-7 .wp-block-categories-list.wp-block-categories li a{
    color: var(--color-blue)!important;
    font-family: var(--font-family-title-regular);
    font-size:var(--font-size-topline);
    text-transform: uppercase;
    
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--color-blue);

}

.post-template-default h3.dtq-post-list-title{
    font-size:var(--font-size-text)!important;
    line-height: var(--line-height-text);
    font-family: var(--font-family-regular);
    text-transform: none;
}
.post-template-default ul.dtq-post-list-parent{
    padding-left:0px;
}
/* #endregion Blogtemplate Divi Builder*/

/* #region News Builder*/

.dark.et-db #et-boc .et-l a,
.dark.et-db #et-boc .et-l .et_pb_bg_layout_light .et_pb_widget li a{
    color: var(--color-black);
}
.dark.et-db #et-boc .grey-background{
    background-color:var(--color-light-grey);
}

.dark .news-blog-sectionbuilder .et_pb_text_inner{
    color: var(--color-black);
}

.news-bread .et_pb_column {
    display: flex;
}

.news-bread a{
    font-size: var(--font-size-text-link);
    font-family: var(--font-family-title-regular);
    text-transform: uppercase;
    color: var(--color-blue);
    margin: 0px 4px;
}

.news-bread .nb-title .et_pb_text_inner{
    margin-left:4px;    
    font-size: var(--font-size-text-link);
    font-family: var(--font-family-title-regular);
    text-transform: uppercase;
    color: var(--color-blue);
}

.news-cpt-category h4.widgettitle{
    font-family: var(--font-family-title-bold);
    font-size: var(--font-size-small)!important;
    text-transform: uppercase;
}

.news-cpt-category{
    border-right:0px!important;
}

.news-cpt-category ul{
    display: flex;
}

.et-db #et-boc .et-l .et_pb_bg_layout_light.news-cpt-category .et_pb_widget  li.cat-item a{
    color: var(--color-blue);
    font-family: var(--font-family-title-regular);
    font-size: var(--font-size-topline);
    text-transform: uppercase;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--color-blue);
}
/* #endregion News Builder*/

/*#region News Template*/
.news-template-default ul.dtq-post-list-parent{
    padding-left:0px;
}

.news-template-default h3.dtq-post-list-title{
    font-size:var(--font-size-text)!important;
    line-height: var(--line-height-text);
    font-family: var(--font-family-regular);
    text-transform: none;
}

.news-tags-theme .et_pb_widget.widget_block{
    margin-bottom: 0px!important;
}

.news-tags-theme h4.widgettitle{
    font-family: var(--font-family-title-bold);
    font-size: var(--font-size-small)!important;
    line-height: var(--line-height-small);
    text-transform: uppercase;
}

/*#endregion News Template*/

/* #region Category*/
.archive.tax-news_category .et_pb_post .entry-featured-image-url,
.archive.tax-news_category .et_pb_post .entry-featured-image-url img,
.archive.category .et_pb_post .entry-featured-image-url,
.archive.category .et_pb_post .entry-featured-image-url img{
    width:200px;
    height: 200px;
    object-fit: cover;
}

.archive.tax-news_category article::before,
.archive.category article::before{
    content:'';
    background-image:url(../img/gradient_o.svg);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;

    z-index: 200;
}
/* #endregion Category*/


@media(max-width:980px){
    .entry-featured-image-url,
    .blog-module .et_pb_image_container{
        height: 215px;
    }

    body .blog-module .entry-featured-image-url img{
        height: 80vw;
        object-fit: cover;
    }
}

@media(max-width:767px){
    .df-area .et_pb_ajax_pagination_container{
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .df-area article::before {
        height: 80vw;
    }

    .entry-featured-image-url,
    .blog-module .et_pb_image_container{
        height: 77vw;
    }

    .df-area article{
        width: 100%;
    }
}


/** aceArt filterable blog styling */
.aceart-filterable-blog-wrapper article {
    position: relative;
    overflow: hidden;
}

.aceart-filterable-blog-wrapper article::before {
    content: '';
    background-image: url(../img/gradient_o.svg);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    width: 100%;
    height: 315px;
    position: absolute;
    z-index: 200;
}

.aceart-filterable-blog-wrapper .image-url {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.aceart-filterable-blog-wrapper .image-url img {
    position: relative;
    -webkit-mask-image: url(/wp-content/uploads/2023/06/masked_o.svg);
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    height: 315px;
    object-fit: cover;
}

.aceart-filterable-blog-wrapper .post-content-inner p {
    color: var(--color-darkgrey);
    text-transform: none;
    font-family: var(--font-family-text);
}

.aceart-filterable-blog-wrapper a.more-link {
    display: block;
}

.aceart-filterable-blog-wrapper p.postmeta {
    text-transform: none;
}

.aceart-filterable-blog-wrapper h2.entry-title {
    font-family: var(--font-family-title-bold);
    font-size: var(--font-size-small) !important;
    line-height: var(--line-height-small);
    text-transform: uppercase;
}

.aceart-filterable-blog-wrapper .postmeta,
.aceart-filterable-blog-wrapper .author {
    font-family: var(--font-family-title-regular);
    color: var(--color-blue) !important;
    font-size: var(--font-size-topline) !important;
    line-height: var(--line-height-topline);
    text-transform: uppercase;
    margin-bottom: 6px;
}

@media (max-width: 768px) {

    .aceart-filterable-blog-wrapper article::before,
    .aceart-filterable-blog-wrapper .image-url img {
        height: 80vw;
    }
}


.separator{
    color: var(--color-blue);
}

.aceart-category-container{
    margin:0px 0px 50px 0px
}

.aceart-blog-pagination-wrapper .disabled{
    opacity: 0;
}

.aceart-category-container .clickable.active{
    color: var(--color-green);
}

/*#region Tab Module Blog*/
@media (max-width:767px) {
    .tab-content.blog-module article{
        width: 100%;
        margin-bottom:100px;
    }
    
    .tab-content.blog-module article::before{
        height: 495px;
    }
    /*#endregion Tab Module Blog*/
}
