/*---------------------------------------------------------- Blog Common css start ----------------------------------------------------*/

#blog_latest_new_home .container {
    position: relative;
}

#blog_latest_new_home {
    margin: 0 0 80px;
    text-align: center;
}

#tbsmartblog-carousel.owl-carousel .owl-buttons div {
    display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span i {
    font-size: 19px;
    line-height: 21px;
    margin: 0 5px 0 0;
}

#tbsmartblog-carousel.owl-carousel {
    border: none;
    list-style: none;
}

#blog_latest_new_home .box-heading .tb-subtitle {
    color: #ffa406;
}

#blog_latest_new_home .box-heading .tbblock-heading .box-heading.title_block heading::after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: auto;
    bottom: 0;
    width: 40px;
    height: 2px;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

#tbsmartblog-carousel .owl-item>li {
    padding: 0 15px;
    margin: 0 0 30px;
}

.comment-list {
    list-style: none;
    border: 1px solid #f0f0f0;
    padding: 20px 40px;
}

.comment-list .panel.panel-default {
    background: none;
    border: none;
}

.tbblogcomments>div {
    padding: 20px;
}

.tbblogcomments #add-comment {
    padding: 20PX 0;
}

#module-tbblog-details .blog-extra .btn.btn-primary:hover,
#module-tbblog-details .blog-extra .btn.btn-primary:active,
#module-tbblog-details .blog-extra .btn.btn-primary:focus {
    background: #facc33;
    color: #111;
}

#add-comment .alert.alert-info {
    margin: 0;
}

.comments-block {
    background: #fff;
}

#tbsmartblog-carousel .blog-content {
    padding: 0;
    display: flex;
    align-items: center;
}

#tbsmartblog-carousel .comment {
    display: block;
    margin: 5px 0 0;
}

#tbsmartblog-carousel .comment a {
    color: #666;
    position: relative;
    font: 500 13px/18px 'Oxanium', Helvetica, sans-serif;
}

.blog-date .mdi.mdi-calendar {
    font-size: 16px;
    line-height: 18px;
    width: 20px;
}

.blog-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
}

#tbsmartblog-carousel .blog-content:hover .blog-hover {
    background: rgba(0, 0, 0, .4);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/*------------------------------------------------------------- Blog Common css End --------------------------------------------*/

/* TB-HOME-Blog Start*/

#TB-home-blog {
    margin: 0 0 100px 0;
}

#TB-home-blog .owl-item {
    padding: 0 15px;
}

#TB-home-blog .tb-home-blog-carousel li {
    list-style: none;
    margin: 0 0 30px 0;
}

#TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder {
    position: relative;
    border: 2px solid #fff;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 45px;
    height: 45px;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a {
    width: 45px;
    height: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    clip-path: polygon(10% 0, 100% 0px, 90% 100%, 0 100%);
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus {
    background: #facc33;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .bloglinks a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a i {
    line-height: 45px;
    color: #111;
    font-weight: 500;
    font-size: 16px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus i {
    color: #111;
}

#TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .tb-black-shadow {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 20px 0;
    text-align: left;
    /* background: #f9f9f9; */
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date {
    font: 400 17px/20px "Gemunu Libre", Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 20px 0;
    display: inline-block;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    margin: 0;
    font: 600 22px/24px "Oxanium", Helvetica, sans-serif;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a:hover {
    color: #facc33;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    margin: 15px 0;
    font: 400 16px/24px "Gemunu Libre", Helvetica, sans-serif;
    color: #fff;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date i {
    font-size: 16px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
    font-size: 17px;
    width: 12px;
    display: inline-block;
    text-align: right;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font: 400 17px/19px "Gemunu Libre", Helvetica, sans-serif;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a i {
    font-size: 14px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:hover {
    color: #facc33;
}

#TB-home-blog .tb-home-blog-carousel {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 1299px) {
    #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
        font-size: 20px;
        line-height: 22px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date {
        font-size: 15px;
        line-height: 17px;
    }
}

@media (max-width: 1199px) {
    #TB-home-blog {
        margin: 0 0 60px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder a img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
        font-size: 16px;
        line-height: 18px;
    }
    #TB-home-blog {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 767px) {
    #TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    }
    #TB-home-blog .tb-home-blog-carousel li .bloglinks a {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
    }
}

@media (min-width: 631px) and (max-width: 767px) {
    #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
        font-size: 17px;
        line-height: 19px;
        padding: 14px 30px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner {
        padding: 10px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 630px) {
    #TB-home-blog .tb-home-blog-carousel li {
        width: 75%;
        margin: 0 auto 30px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    #TB-home-blog {
        margin: 0 0 20px 0;
    }
    #TB-home-blog .tb-home-blog-carousel li {
        width: 95%;
    }
}

@media (max-width: 360px) {
    #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
        font-size: 13px;
        line-height: 18px;
        padding: 12px 24px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner {
        padding: 10px;
    }
    #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
        font-size: 17px;
        line-height: 21px;
    }
    #TB-home-blog .tb-home-blog-carousel li {
        width: 100%;
    }
}

/* TB-HOME-Blog End*/

/*------------------------------------------------ Start blog category css ------------------------------------------*/

#module-tbblog-category .blog-cat-title {
    display: none;
}

#module-tbblog-details .blog-detail .blog_image_holder img {
    max-width: 100%;
    width: auto;
}

#module-tbblog-category #blog_category {
    margin: 0 0 30px;
    border: 1px solid #f0f0f0;
}

#module-tbblog-category #blog_category .cat-blog-content {
    padding: 10px;
    text-align: left;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title {
    font: 500 18px/20px "Oxanium", Helvetica, sans-serif;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title a {
    color: #333333;
}

#module-tbblog-category #blog_category .cat-blog-content .tbblog-cat-desc {
    line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item {
    padding: 0 0 30px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost {
    display: flex;
}

#module-tbblog-category #tbblogcat .blog-item:last-child {
    padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content {
    padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content img {
    height: auto;
    max-width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .blog-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks {
    bottom: 0;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #111;
    height: 45px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 45px;
    padding: 12px;
    display: inline-block;
    text-align: center;
    background: #fff;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a i {
    font-size: 16px;
    font-weight: 500;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    line-height: 16px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover {
    background: #facc33;
    border-color: #facc33;
}

/* #module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover i {
  color: #fff;
} */

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .comment a {
    color: #fff;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .date-time i,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .comment i {
    font-size: 18px;
    line-height: 22px;
    vertical-align: top;
    margin: 0 5px 0 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
    padding: 0 0 0 15px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
    margin: 0 0 10px;
    display: flex;
    line-height: 22px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span {
    padding: 0 20px 0 0;
    position: relative;
    display: flex;
    font-size: 16px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:after {
    content: "/";
    position: absolute;
    right: 5px;
    top: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:last-child:after {
    display: none;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
    border: none;
    background: none;
    height: auto;
    padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font: 500 22px/24px "Oxanium", Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
    color: #fff;
    display: block;
    margin: 0 0 10px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
    line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a {
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    font-size: 18px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:hover {
    color: #facc33;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content a .blog-hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content .bloglinks a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

#module-tbblog-category #pagination_bottom {
    text-align: right;
}

@media (max-width: 767px) {
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
        padding: 15px 0;
    }
    #blog_latest_new_home .block_content ul#tbsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        background: #fff;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
        padding: 5px 15px;
    }
}

@media (max-width: 543px) {
    #module-tbblog-category #tbblogcat .blog-item {
        width: 100%;
        padding: 0 0 10px;
    }
}

@media (max-width: 480px) {
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
        line-height: 26px;
    }
    #blog_latest_new_home .blog_news {
        padding: 20px 0;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span {
        margin: 0 0 5px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
        margin: 0 0 10px;
    }
    #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
        padding: 0;
    }
    #tbsmartblog-carousel .blog-content .post_title {
        margin: 0 0 8px;
    }
}

/*---------------------------------------------End blog category css---------------------------------*/

/*------------------------------------------- Start blog details css -------------------------------*/

#module-tbblog-details #content .blog-post .blog_image_holder {
    padding: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
    margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
    padding: 0;
    position: relative;
    display: flex;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:after {
    content: "/";
    position: absolute;
    right: 5px;
    top: 0;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:last-child:after {
    display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
    margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    color: #fff;
    font: 500 22px/20px "Oxanium", Helvetica, sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
    margin: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
    font: 400 14px/20px "Oxanium", Helvetica, sans-serif;
}

#module-tbblog-details .blog-extra #article_comments .title_block {
    font-family: "Oxanium", Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
}

#module-tbblog-details .blog-extra #article_comments #comments {
    border: 1px solid #f0f0f0;
    padding: 20px 40px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list {
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 40px 0;
    position: relative;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool {
    display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: 11px 30px 0 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px 0 0;
    color: #333333;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created {
    display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created:before {
    background: #f12a43;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #ff0000;
    content: "";
    display: inline-block;
    height: 4px;
    vertical-align: middle;
    width: 4px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
    padding: 0 0 0 20px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
    margin: 20px 0;
    color: #333333;
    padding: 0 0 0 84px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a {
    color: #f12a43;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul {
    border: none;
    padding: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 40px 0 40px 80px;
    border-top: 1px solid #f0f0f0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list:last-child {
    border: none;
}

#module-tbblog-details .blog-extra #respond {
    margin: 25px 0 40px;
}

#module-tbblog-details .blog-extra #respond #reply-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td {
    padding: 10px 10px 10px 0;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td strong {
    font: 500 14px/20px "Oxanium", Helvetica, sans-serif;
    color: #333333;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td .required {
    color: #ff0000;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td input {
    border-color: #f0f0f0;
}

#module-tbblog-details .blog-extra #respond .right .submit input {
    padding: 8px 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
        padding: 20px 0;
    }
    #module-tbblog-details .blog-extra #article_comments #comments {
        padding: 30px;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
        padding: 20px 0 20px 60px;
    }
}

@media (max-width: 480px) {
    #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
        margin: 0 0 5px;
    }
    #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
        margin: 0 0 10px;
    }
    #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
        margin: 0 0 10px;
    }
    #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
        font-size: 20px;
    }
    #module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
        margin: 0 0 10px;
    }
    #module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
        line-height: 26px;
    }
    #module-tbblog-details .blog-extra #article_comments #comments {
        padding: 20px;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
        padding: 10px 0;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
        margin: 0;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
        padding: 0 10px 0 0;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
        padding: 0 0 0 10px;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
        padding: 0;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
        text-align: right;
        margin: 0 0 10px;
    }
    #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
        padding: 10px 0 10px 20px;
    }
}

/*------------------------------------------------ End blog details css -------------------------------------------*/

/*--------------------------------------------- Start Left column Blog --------------------------------------------*/

#blog_latest_new_left .block_content .tbblog-content .blog-item {
    padding: 0 0 10px;
}

#blog_latest_new_left .block_content .tbblog-content .blog-item .blog-content .blog-title {
    margin: 5px 0;
}

/*-------------------------------------------- End Left column Blog -------------------------------------------------*/

#respond .success {
    font-weight: normal;
    background-color: #DDF9E1;
    border-color: #46A74E;
    text-shadow: none;
    color: #35B33F;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

#respond .success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
}