/*
Theme Name: Simple Programmer Child Theme
Theme URI: http://simplygoodcode.com
Description: Simple Programmer Child Theme for Performag
Author: Luis Perez
Author URI: http://simplygoodcode.com/about
Template: performag
Version: 1.0.0
Text Domain: performag-child
*/
.fwit img {
    margin-bottom: 7px;
}
.entry-title { /* single post title */
    font-size: 2em;
}
.bSe article .awr {
    border: none;
    padding: 0;
}
.cnt {
    margin-top: 20px;
}
.bh { /* border under menu */
    border-bottom-width: 2px;
}

header nav>ul>li.c_def>a:before { /* remove the gray bar above the menu */
    background:transparent;
}

header nav>ul>li>a { /* menu heigh */
    padding-top: 14px;
    padding-bottom: 17px;
}

.met .meta {
    margin-bottom: 15px;
}

.cnt p {
    color: #616161;
    line-height: 1.5em;
}

.bSe article p {
    font-size: 1.2em;
    margin-bottom: 23px;
}

.bSe h2 {
    margin-bottom: 30px;
    font-size: 2em;
}

header .hf {
    float: right;
    margin-right: -10px;
    border-color: #ddd;
}

.ind {
    padding-top: 0;
}

.scbg .scbgi:before {
    display:none;
}

.scbg .scbgi {
    border: none;
}

.scbg .scbt {
    margin: 0;
}

#tt-latest-container .scc .rimc {
    margin-bottom: 11px;
}

.scbg .scbt h5 {
    margin-top: 11px; /* should match margin bottom of: #tt-latest-container .scc .rimc */
}

.hml { padding-top: 0; }

/* "current" active top menu */

header nav>ul>li.c_def.current-menu-item>a, header nav>ul>li.c_def.current_page_item>a {
    color: black;
    border-top-color: #2e7da4;
}

header ul.menu > li > a {
    border-top: 3px solid transparent;
}