/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

.sidebar a{
    color: #555555 !important;
}
.sidebar a:hover{ 
    color: #ff0000 !important;
}

.sidebar-right .inner-content {
padding-left: 12px;
}

.col-sm-9 {
width: 72%;
}

.posts-listing.standard-listing.with-meta .article-content {
margin-left: 130px;
padding: 0 0 2px !important;
}

.posts-listing.standard-listing.with-meta .type-post {
margin-bottom: 40px !important;
border-bottom: 1px solid #EFEFEF;
}

#comments-list .comment-wrap {
padding: 16px 0 !important;
}