/*
Theme Name: NewsRepublic Child
Description: Theme enfant de NewsRepublic
Author: ThemeInWP
Author URI: https://www.themeinwp.com/
Template: newsrepublic 
Version: 0.1.1
*/ 
 
#site-header .header-mainbar .wrapper.header-wrapper .header-item.header-item-center{
    border-radius: 25px;
    background-color: #fff;
    padding-top: 25px;
}
#content .singular-main-block > div.wrapper{
    padding-top: 30px;
    background-color: #000;
}
#content #theme-block-4.theme-block.theme-block-archive{
    background-image: url(https://www.patrickflambard.com/wp-content/uploads/2022/09/computer-workstation-415138_1920.jpg), linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7));
    background-blend-mode: overlay;
    background-color: transparent;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs ul .trail-item span:before{
    background-color: #fff;
}
.single .entry-content p span, .single .entry-content span, .single .entry-content a span{
    color: #fff !important;
}