/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.navbar-nav .current-menu-item a, .navbar-nav .current_page_item a, .navbar-nav .current-menu-parent a {
    color: #000;
    border-bottom: 1px solid #097c25;
}

#heading {
    background: #097c25;
}

.portfolio-grid li img {
    border: 1px solid;
}

.jp-relatedposts-post-context{
 display: none;
}