/*
Theme Name: Top Stories Child
Description: Theme enfant de Top Stories
Author: ThemeInWP
Author URI: https://www.themeinwp.com/
Template: top-stories
Version: 0.1.0
*/  

#content{
    background-image: url(https://www.sports-en-france.com/wp-content/uploads/2022/12/football-488714_1920.jpg), linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9));
    background-blend-mode: overlay;
    background-color: transparent;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 35px;
}
#theme-block-4{
    background-color: transparent !important;
}
#content #theme-block-4 .wrapper .column-row #primary #main .article-wraper.archive-layout.archive-layout-default .theme-article-area.theme-article-loaded{
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 15px 0px;
    background-color: #f8f8f8;
}
@media screen and (max-width: 767px){
    .entry-read-more{
        margin-top: 35px;
    }
}
.author.vcard, .entry-meta-separator{
    display: none !important;
}
@media screen and (min-width: 1301px){
    .column-row-large {
        margin-right: 0rem;
        margin-left: 0rem;
    }
}