/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://wp-themes.com/wp-bootstrap-starter
Author: Alfred
Author URI: http://alfrekumar.com
Description: My WordPress WP Bootstrap Starter child theme.
Template: wp-bootstrap-starter
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: wp-bootstrap-starter-child
*/

#page-sub-header{
    display: none;
}

header#masthead {
    margin-bottom: 0;
    /* background-color: #ff4a8f; */
    background-color: #e33d80;
    /* background-color:#eb77a7; */
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    padding: .74rem 1rem;
}

a {
    /* color: #e33d80 !important; */
    color: #1297be !important;
}


.h2, h2 {
    font-size: 1.4rem;
}

.h3 {
    margin-top: .1rem;
}


.navbar-brand {
    display: inline-block;
    padding-top: .0rem !important;
    padding-bottom: .0rem !important;
}



/* Added for box*/

/* body:not(.theme-preset-active) #masthead .navbar-nav > li > a { */
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {    
        color: #a8d1e7;
    /*     padding: 0.5rem;
        font-weight: 500;
        font-size: 0.875rem; */
    }
    
    #homeCatBox {
        font-size:0.9rem !important;
    }
    
    
    .post.hentry {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    #homeCatBox img:nth-child(2){
        width: 60px;
        height:60px;
    }
    
    #homesmallthumbs {
        width:90px;
        height:65px;
        float:left;
        margin: 0 7px 0 0;
    }
    
    #homefeaturedthumb{
        width:160px;
        height:116px;
        /* float:left;
        margin: 0 7px 0 0; */
    }

    /* Profile Image Radius */

    #big-profile-pic{
        border: 4px solid #a1a1a1;
        border-radius: 25px;
    }