/*
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
*/

.kleo-main-header .nav > li.active > a {
    box-shadow: inset 0px 2px 0px 0px #f9c300;
}

.header-color.social-header {
    background-color: #1c1c1c;
    color: #fff;
}



.header-color .top-menu li > a,
.header-color #top-social li a {
    color: #dda037!important;
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 24px;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.masonry-listing .format-standard {
    border-left: 3px solid #dda037;
}

.author-name {
    display: block;
    clear: both;
    font-size: 15px;
    color: #dda037;
}

iframe, object, embed, video {
    max-width: 600px;
    max-height: 350px;
}

#main-container .article-content {
    padding-top: 0;
    float: none;
    width: auto;
    border: 0;
    background: transparent;
    color: #333 !important;
}