/********* Do not edit this file *********/
/*
 Accesspress Custom CSS - plugin by https://accesspressthemes.com
*/

.entry-content a {color: #20537b;
    text-decoration: underline;
}



.single-post-wrapper.secondary-post .post-thumb-wrapper {

    display: none!important;
}

.list-posts-block .single-post-wrapper .post-content-wrapper .post-title a, .column-posts-block .single-post-wrapper.secondary-post .post-content-wrapper .post-title a {
    color: #333;
    font-size: 15px;
    font-weight: 800!important;
}

.grid-posts-block .post-title a {
    display: inline-block;
    font-weight: 800!important;
}

.post-meta-wrapper
{ display: none;
}

.newspaper-liteSlider li figure img, .newspaper-liteCarousel li figure img, .post-thumb-wrapper figure img, .single-post-wrapper figure img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
    max-height: 350px;
    object-fit: cover;
}

h1.entry-title {
    text-transform: none!important;
}

.newspaper_lite_block_layout .block-posts-wrapper.layout3 .list-posts-block .single-post-wrapper {
    float: left;
    width: 28%;
    background-color: #e8e8e8;
    margin: 10px;
}

@media only screen and (max-width: 959px){.newspaper_lite_block_layout .block-posts-wrapper.layout3 .list-posts-block .single-post-wrapper {
    float: none;
    width: 100%;
    background-color: #e8e8e8;
    margin: 10px;
}}

.list-posts-block .single-post-wrapper .post-content-wrapper {
    float: right!important;
    width: 100%!important;
    padding: 10px!important;
}

.archive.archive-classic .entry-content p {
    margin-bottom: 0;
    text-align: left!important;
}

.archive-classic .entry-title {
    margin-bottom: 20px;
    text-align: left!important;
}