/*
Theme Name: Magoblog Child
Description: Theme enfant de Magoblog
Author: moralthemes
Author URI: https://moralthemes.com
Template: blogoholic 
Version: 0.1.0
*/ 
 
 
 .widget h2{
     font-size: 25px;
 }
@media screen and (max-width: 767px){
    #inner-content-wrapper, #colophon{
        background-color: #fff;
    }
}
.site-logo .custom-logo-link .custom-logo{
    max-height: 60px;
}
.main-navigation ul.nav-menu > li > a{
    padding: 10px;
}
.archive-blog-wrapper article:nth-child(3n) .post-categories li a, .archive-blog-wrapper article:nth-child(3n) .post-categories, .archive-blog-wrapper article:nth-child(3n) .entry-title a:hover, .archive-blog-wrapper article:nth-child(3n) .entry-title a:focus, .archive-blog-wrapper article:nth-child(3n) .posted-on a:hover, .archive-blog-wrapper article:nth-child(3n) .posted-on a:focus {
    color: #c5d700;
}