/*
Theme Name: Piranha Blog Theme
Theme URI: 
Author: Piranha Solutions
Author URI:
Description:
Version: 0.9.1
*/

.blog .content_area{
    min-height: 231px;
}
.blog .date{
    margin-top:-52px;
    position: relative;
}
.blog .entry-title{
    margin-top:0px;
}
.blog p{
    margin-bottom:0px;
}
.blog .bg-image{
    height: 230px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog .content_area p strong{
    font-weight:initial;
}
.blog .content_area .more-link{
    display: none;
}
.blog .content_area a{
    color:#3c3c3b;
}
.blog a:hover,.blog a:focus{
    text-decoration: none;
}
.single-post .back a{
    text-transform: uppercase;
    font-weight:bold;
    color:#065aa2;
    font-size:18px;
}
.single-post .back a:hover{
    text-decoration: none;
}
.single-post .news.blognews h5{
    text-align: center;
}
.single-post .news.blognews span{
    margin-right: 70px;
}
.single-post .news.blognews h5:after{
    left: 842px;
}


.blog header,.single-post header{
    position: relative;
}
.blog .entry-title {
    color: #333;
    margin: 15px 0;
    font-size:20px;
}
.blog .entry-title a{
    color:#333;
    text-decoration: none;
}
.blog .date {
    background-color: #b40808;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 16px;
    width: 100%;
}
.blog .date a{
    color:#fff;
    text-decoration: none;
}
.blog article{
    margin-top:40px;
    margin-bottom:30px;
}
.blog article img{
    width:100%;
    height:100%;
}
article header{
    position: relative;
    background-color:transparent;
    z-index: initial;
}
article .entry-content a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}
article .entry-content strong{
    font-weight:bold;
}
.single-post h1{
    color:#b40808;
    font-size:30px;
    margin:0px;
}
.single-post #nav-below{
    border-top:1px solid #b4b4b4;
    padding:15px 0px;
}
.single-post #nav-below a{
    color:#333;
}
.single-post .entry-content{
    padding:40px 0;
}
.single-post article{
    padding:0px 0 0 0px;
}
.single-post .date {
    background-color: #b40808;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 16px;
    width: max-content;
    width: -moz-max-content;
    margin-bottom:40px;
}
.single-post .date a {
    color:#fff;
    text-decoration:none;
}
.single-post .news h5{
    margin-bottom:30px;
    margin-left:0px;
}
.single-post .panel-heading a:before{
    display:none;
}
.single-post .panel-body a{
    color:#333;
    text-decoration:none;
}
.single-post h4.widget-title{
    display:none;
}

.single-post ul{
    list-style: disc;
    padding-left: 20px;
}

.single-post a{
    color:#b40808 !important;
}



.blog-navigation a{
    color:#333;
    margin-bottom:20px;
    display: block;
}




.blog-post{
    padding:30px 0;
}
.nl_blog .topblock{
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding:30px;
    display: flex;
    margin:0;
}


.nl_blog .tophleft{
    width:70%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nl_blog .tophright{
    width: 30%;
    float: left;
}


.nl_blog .tophleft h3{

    font-size: 2.2rem;
    line-height: 1;
    color: #B40808;
}
.nl_blog .tophleft p{
    margin:0 0 15px;
}
.nl_blog .tophleft p:last-child{
    margin-bottom: 0;
}



.nl_blog .tophright img{
    width: 60%;
    float: right;
}

@media (max-width: 767px){
    .nl_blog .topblock{
        display: block;
    }
    .nl_blog .tophleft{
        width: 100%;
        display: block;
    }
    .nl_blog .tophright{
        width: 100%;
    }
    .nl_blog .tophright img{
        margin: 0 auto;
        display: block;
        float: initial;
    }
}

