
.page-title{
    background-color: #ebeef1;

}
.main-content{
    
}
.search-form{
    height: 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-field{
    max-width: 10rem;
    display: inline-block;
    padding: .7rem;
}
.breadcrumb a{
    text-decoration: none;
    color: #0a0909;
}
.main-container {
    overflow: hidden;
    background: url(/images/template/article-pattern.png) repeat 0 0 #f6f9fa;
    background-attachment: fixed;
}
.entry-title{
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
}
.entry-header{
    margin-bottom: 1rem;
    font-size:small;    
}
.post-meta {
    display: inline-block;
    font-size: .7rem;
    padding-right: 24px;
    color: #8f8f8f;
    padding-left: 14px;
    padding-right: 0;
    margin-right: i0;
    display: inline-flex;
    align-items: center;
}

.post-meta a{
    text-decoration: none;
    color: #8f8f8f;
}

.post-meta i.bi{
    font-size: 1.4rem;
    margin: 0 0 0 0.3rem;
}
button.search-submit{
    background-color: transparent;
    border: none;
}
.widget-title{
    position: relative;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 9px;
    padding: 0.3rem 0;
    border-right: 2px solid #0099ee;
    position: relative;
    left: 16px;
    padding-right: 1rem;
}
.textwidget{
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.widget-spliter{
    border-top: 2px solid #d6d6d6;
    margin: 0.1rem 0;
}
.textwidget a{
    color: #868789;
    font-size: .93rem;
    text-decoration: none;
}
img.aligncenter{
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.widget_categories ul li {
    position: relative;
    margin: 0 0 9px;
    font-size: 13px;
    color: #8d8d8d;
    border: 2px solid #d6e0e2;
    border-width: 0 2px 0 0;
    padding: 9px 13px 9px 10px;
    border-radius: 0;
    line-height: 18px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.widget_categories ul li:hover {
    background: #f8f9fa;
    padding-right: 17px;
}
.widget_categories ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    border: 2px solid #d4dcde;
    position: absolute;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 30px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(60%,-50%);
    -ms-transform: translate(60%,-50%);
    transform: translate(60%,-50%);
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.widget_categories ul li:hover:before {
    background: #0099ee;
    border: none;
}
.cat-item a {
    color: #464749;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-item a:hover {
    color: #dd3333;
}
.widget_recent_entries li {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.widget_recent_entries li a{
    color: #464749;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0.9rem;
}

/*tabs*/
.nav-tabs{
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-bottom: 0; 
    border: 1px solid lightgrey;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    line-height: 20px;
    width: 33.33%;
    text-decoration: none;
    position: relative;
    color: #111;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    background: #fff;
}
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    border-color: lightgrey;
    border-top: 0.2rem solid #0099ee;
}
.wmt-list-content{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.wmt-list-content li {
    background: #fff;
    border: 0;
    padding: 0;
    position: relative;
    color: #444;
    border-radius: 0;
    margin: 0;
    margin-bottom: 15px;
    justify-content: center;
}
ul.wmt-list-content .wmt-thumb {
    width: auto!important;
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
    padding-top: 4px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.wmt-thumb img{
    max-width: 90px;
}
.wmt-list-content .wmt-widget-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: right;
    font-weight: 600;
    margin: 0 0 7px 0;
    line-height: 19px;
}
.wmt-widget-title a{
    color: inherit;
    text-decoration: none;
}

.wmt_excerpt {
    text-align: right;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    color: #a0a0a0;
}

.wmt_excerpt *{
    font-size: 11px;

}

.wmt_excerpt p{
    text-align: justify;
    margin-bottom: 15px;
    white-space: normal;
}

.wmt-widget-meta {
    font-size: 11px;
    line-height: 15px;
    color: rgba(0,0,0,.44)!important;
    fill: rgba(0,0,0,.44)!important;
    clear: both;
    text-align: center;
    background: #F7F7F7;
    padding: 6px 8px!important;
    text-align: center!important;
}

.wmt-widget-meta span {
    border-left: 1px solid #eee;
    padding-left: 4px;
    margin-left: 4px;
}
.wmt-widget-meta span:last-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.wmt-widget-meta span a {
    color: rgba(0,0,0,.44)!important;
    text-decoration: none;
}

.wmt-list-content .wmt-comment-title {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: right;
    font-weight: normal;
    margin: 0 0 7px 0;
    line-height: 19px;
}
.wmt-comment-title a{
    color: inherit;
    text-decoration: none;
}
.blog-share-btn {
    position: relative;
    margin-top: 4px;
}
.blog-share-btn a {
    color: #7b868a;
    margin: 0 5px;
    text-decoration: none;
    font-size: 1.1rem;
}
.post-tags a[rel=tag] {
    padding: 4px 8px;
    line-height: 1.2;
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 2px;
    margin-left: 4px;
    margin-top: 1rem;
    text-decoration: none;
    color: #464749;
    font-size: 15px;
}
.post-tags i.bi {
    margin-left: 5px;
}
.product-review-title {
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.product-review-title i.bi {
    font-size: 23px;
    display: inline-block;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(5px);
    margin-left: 9px;
    color: #3c3c3c;
}
.product-review-title .inner {
    position: relative;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 0;
    display: inline-block;
    line-height: 30px;
    font-weight: 700;
    color: #0a0909;
}
.product-review-title .inner:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0099ee;
}
h3.comment-reply-title {
    font-size: 12px;
    overflow: hidden;
    margin: 0 0 17px;
}
.must-log-in a{
    color: #464749;
    text-decoration: none;
}
.must-log-in a:hover{
    color: #ce2c2c;
}

.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-body {
    border-radius: 10px;
    box-shadow: 0 5px 7px rgb(28 76 156 / 10%);
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.commentlist .comment-body,
.commentlist .comment-text,
.commentlist .comment-body,
.commentlist .comment-text {
    position: relative;
    padding: 20px;
}

.commentlist .comment .comment-meta {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 16px;
}

.comment .vcard {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 0 16px;
}

.comment .avatar {
    right: 0;
    left: auto;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    border-radius: 50%;
    margin-left: 10px;
}

.commentlist .comment .vcard .fn {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #464749;
}

.comment-metadata {
    font-size: 12px;
}

.commentlist .comment .comment-meta a {
    color: #8a8a8a;
    text-decoration: none;
}

.commentlist .comment .reply {
    margin-bottom: 20px;
}

.comment-reply-login {
    color: #464749;
    text-decoration: none;
}

.comment-reply-login:hover {
    color: #d32a46;
}
.comment-answers {
    padding-right: 4.5rem;
}

.blog-loop-inner .type-post {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-loop-inner .portfolio, .blog-loop-inner .type-post {
    position: relative;
    margin-bottom: 1.75rem;
    z-index: 10;
}
    .blog-loop-inner .type-post .post-inner {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
        .blog-loop-inner .type-post .post-inner .post-content {
            padding: 0 1rem;
            overflow: hidden;
            text-decoration:none;
            color:black;
        }
.blog-loop-inner .type-post .post-inner .post-content .entry-title {
    margin: 15px 0;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 26px;
    overflow: hidden;
}
.read_more_btn {
    text-align: center;
}
    .read_more_btn .read_more {
        display: block;
        padding: 5px;
        background: #ececec;
        color: #373a33;
        transition: all .28s;
        text-decoration: none;
    }
.type-post{
    transition:all .3s;
}
.type-post:hover {
    -webkit-box-shadow: 0 .1rem 1rem rgba(0,0,0,.1) !important;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.1) !important;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.type-post:hover .read_more_btn .read_more{
    color:white;
    background-color:dodgerblue;
}
.post-inner2:hover .read_more_btn .read_more {
    color: #fff !important
}
.post-thumbnail {
    height: 12rem;
    overflow-y:hidden;

}
/*Responsive*/

@media (max-width: 767px){
    .main-content {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}
@media (min-width: 1100px){
    .main-content {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
}

@media (min-width: 768px) {

    .commentlist.comment-body,
    .comment-text,
    .commentlist .comment-body {
        padding-right: 94px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {

    .commentlist .comment .avatar {
        width: 70px;
        height: 70px;
    }
}
