﻿

/* Our Blogs*/
.blogs_photo {
    height: 231px;
    width: 337px;
    border: 1px solid #e5e5e5;
}
.Recent_blogs_photo
{
    width:55px;
    height:55px;
}
#pagination_number {
    height: 29px;
    line-height: 1;
    padding: 3px 3px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f97f08;
    border-color: #f97f08;
}
.blog_meta .PostedOn, .blog_meta .PostedBy, .blog_meta .Category {
    padding: 0px;
    width: auto;
    margin-right: 10px;
}
.blog_meta span i {
    padding: 0px;
    width: auto;
    margin-right: 10px;
}
/* Detailes Blog*/
.Detailesblogs_photo {
    width: 831px;
    height: 571px;
    border: 1px solid #cdbebe;
}
.relatedblogs_photo {
    width: 261px;
    height: 178px;
}
.Commentsblogs_photo
{
    width:60px;
    height:60px;
}

.blog_sidebar_widget {
    padding: 15px;
    border: 1px solid #e5e4e4;
    border-radius: 10px;
}
.blog_sidebar_widget .widget_list > h3 {
    margin-bottom: 20px;
}

.blog_sidebar_widget .widget_list hr {
    width: 76px;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
    background-color: black;
    height: 1px;
    opacity: .4;
}
.readmore_button a:hover {
    background: #f97f08;
}

@media only screen and (max-width: 767px) {
    .blog_sidebar {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

}



.displayRiplay {
    display: none !important;
}
.comment_list .comment_content span
{
    font-style:normal !important;
}

.comments_form {
    padding-top: 24px !important;
    border-top: 1px solid #ebebeb;
}
.comments_form h3 {
    margin: 0 0 5px;
}
.comments_form p {
    margin-bottom: 20px;
}






@media only screen and (max-width: 768px) {
    .Detailesblogs_photo {
        height: 270px !important;
    }
}