/*____________________________________________
*		
*/

.blog_post {
    /*height: 97%;*/
    margin: 0 5px 10px;
    padding: 6px 12px;
    padding-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.02);
}

.post-topic {
    font-weight: 600;
}

.post-date {
    white-space: nowrap;
}

.post-topic .topic-label {
    font-weight: 800;
    margin-right: 15px;
}

.post-footer {
    font-style: italic;
    font-size: 12px;
}

.post-author {
    margin-left: 15px;
}


/**/

.related_posts {
    list-style: none;
    list-style-image: url('../images/icons/next.png');
    padding: 0;
    padding-left: 30px;
    margin: 0;
}

.related_posts li {
    line-height: 20px;
    margin-bottom: 10px;
}

.related_posts li a {
    display: block;
    width: 100%;
}

.related_posts li p {
    line-height: 18px;
    margin: 0;
}


/**/

.post-comments {
    margin: 0;
    padding: 0;
}

.post-comments .h-list {
    margin: 5px;
    margin-left: 20px;
}

.post-comments .h-list li {
    background: inherit;
}

.post-comments .h-list a {
    padding: 0 10px;
    background: inherit;
    margin: 0;
    color: #00f;
}

.post-comments .h-list a:hover,
.post-comments .h-list a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.post-comments .comment-section {
    list-style: none;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    margin-top: 2px;
}

.post-comments li p {
    line-height: 18px;
    margin: 5px;
    padding: 0;
}

.comment-wrapper {}

.comment-wrapper:after {
    clear: both;
    display: block;
    content: "";
}

.comment {
    float: left;
}

.comment-info {
    float: right;
    font-size: 12px;
    font-style: italic;
    opacity: 0.5;
}

.post-comment-replies {}

.post-comment-replies ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style: none;
}

.post-comment-replies ul li {
    background: inherit;
}


/*blog*/

/*===================================*
  09. START BLOG SECTION
*===================================*/
.blog_post {
    margin-bottom: 30px;
    overflow: hidden;
}
.owl-carousel .blog_post {
    margin: 0;
}
.blog_title {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.blog_img {
    position: relative;
    overflow: hidden;
}
.blog_img img {
    width: 100%;
}
.blog_date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #07d765;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.blog_date h4 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
}
.blog_date span {
/*    font-size: 14px;*/
    line-height: normal;
}
.blog_date.style1 {
    border-radius: 100%;
    max-width: 60px;
    width: 100%;
    height: 60px;
}
.blog_date.style3 {
    border-radius: 5px;
    padding: 10px 15px 5px;
}
.blog_meta {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.blog_meta li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.blog_meta li:last-child {
    padding-right: 0;
}
.blog_meta li i {
    margin-right: 8px;
/*    font-size: 16px;*/
}
.blog_meta li a {
    color: #636363;
/*    font-size: 14px;*/
}
.blog_meta li a:hover {
    color: #07d765;
}
.blog_content {
    padding: 15px;
    background-color: #f7f7f7;
}
.blog_content p {
    margin-bottom: 10px;
/*    font-size: 14px;*/
}
.blog_post .blog_img a {
    display: block;
    overflow: hidden;
}
.blog_img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.blog_link {
/*    font-size: 14px;*/
}
.blog_link i {
    vertical-align: middle;
    margin-left: 3px;
}
.blog_post:hover .blog_img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog_style1 {
    border: 1px solid #ddd;
}
.blog_style1 .blog_content,
.blog_style2 .blog_content {
    background-color: #fff;
}
.blog_style1 .blog_title {
    font-family: 'Lobster Two', cursive;
/*    font-size: 20px;*/
    font-weight: bold;
}
.blog_date.style2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #07d765 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 100%;
}
.blog_list .blog_post {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog_list .blog_img {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    width: 100%;
}
.blog_list .blog_content {
    padding: 0px 0 0 25px;
    background-color: #fff;
}
.blog_list .blog_content p {
    overflow: hidden;
    height: 78px;
}
.blog_grid div[class*=col-]:nth-child(-n+2) .blog_post {
    margin-top: 0px;
}
