/*
Theme Name: Multi Blog child
Description: Theme enfant de Multi Blog
Author: Themeinwp
Author URI: https://www.themeinwp.com/
Template: multi-blog
Version: 0.1.0
*/ 

.post-edit-link{
    display: none;
}
#site-header, .site-topbar, #site-footer{
    background-color: #ffffff;
}
.site-content .content-area .theme-article-image{
    margin-bottom: 0px;
}
.theme-article-details{
    background-color: #f5f5f5;
    padding: 25px 15px;
}
#secondary{
    background-color: #ffffff;
    padding-right: 25px;
}
.single #primary, .page #primary{
    background-color: #ffffff;
}
.to-the-top{
    padding: 10px 20px;
    background-color: #fee86d;
    font-size: 25px;
}
.site-content .article-wraper .theme-article-post:first-child ~ .theme-article-post .entry-content{
    display: block;
}
@media screen and (max-width: 767px){
    .to-the-top{
        padding: 0px;
    }
}
.custom-logo-name{
    display: none !important;
}
.site-description{
    display: none;
}
.footer-widgetarea {
    padding: 20px 0px;
}

footer ul#menu-mainmenu {
    display: flex;
    gap: 3rem;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
    border-top: 0px;
}

footer .widget {
    padding: 0;
}