/*
Theme Name: Multinews Child
Description: <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> - you can use child theme to make a lot of customization that's not gonna be deleted with any new theme update
Version: 1.0
Author: Momizat Team
Author URI: http://www.momizat.com
Template: multinews
*/



/*---------------------------------
    Add your custom styles here
---------------------------------*/

.sidebar .post-list li p a, .secondary-sidebar .post-list li p a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #2d2d2d;
    line-height: 19px;
}
.site-content ul {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}

.archive .site-content ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}