/* 
    Created on : May 29, 2019, 11:11:09 AM
    Author     : W j K n ¨
*/

.blog-list-img {
    display: inline-block;
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    height: 75px;
    border-radius: 0px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
    border: 1px solid #000fa0;
    text-align: center;
    padding: 12px 0;
    font-weight: 600;
    background: #fff;
}
.blog-list-img.active {
    border: 1px solid #ff431e;
    background: #ffb7b7;
    color: #fff;
}
.blog-list-info h5 {
    margin-top: 0px;
}
.blog-list-info {
    /*width: 78%;*/
    width: 90%;
}
.blog-list-member {
    display: inline-block;
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    height: 75px;
    border-radius: 0px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
    border: 1px solid #000;
    float: right;
}
.blog-list-info .blog-post-meta .member-details img {
    width: 20px;
}
.forum-title-section .forum-title h3 {
    margin-top: 0;
}
.forum-title-section .forum-title {
    margin-top: 0;
    margin-bottom:  20px; 
}
.forum-title-section .ask-a-question-btn-section {
    text-align: right;

}
#forum-comment .modal-dialog .modal-content {
    padding: 20px 0px 35px 20px;
}
.blog-list-info h5 a {
    font-size: 18px;
    font-weight: 600;
}
.all-questions-section .name h4 {
    margin-top: 0px;
    color: #000fa0;
}
.all-questions-section .name h4:hover {
    color: #ff431e;
}
.all-questions-section .top .col-sm-4, .all-questions-section .top .col-sm-2, .all-questions-section .top .col-sm-3 {
    padding-left: 0px;
    padding-right: 8px;
}
.single-comment.all-questions-section  .text-holder {
    border: 1px solid #eaeff5;
    padding: 10px 20px;
}
.listing-box-header h3, .title-content h1{
    font-family: 'Oswald', sans-serif;
}

.forum-title-main-section .detail-wrapper {
    margin-top: -57px;
    background: #fff;
    margin-bottom: 15px;
    /* margin-top: -157px; 
    margin-bottom: 0px; */ 
}
.forum-items .padd-top-5 {
    padding-top: 0px;
}
.single-comment.all-questions-section {
    margin-top: 0px;
}