﻿.blogpage{

}
.blogpage h1.heading{
     text-align: center;
    margin: 20px 0 30px;        font-size: 28px;
}
.blogpage .custom-header {
    margin-top: -15px;
}
.blogpage .custom-header img{
 width:100%;
}
.mt-container {
    margin: 0 auto;
}
 .mt-container:before, .mt-container:after,.entry-content:before, .entry-content:after {
    content: '';
    display: table;
}
 .no-sidebar #primary, .home.blog.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 20px auto;
}
#primary, .home.blog #primary {
    float: left;
    width: 67%;
}
#secondary, .home.blog #secondary {
    float: right;
    width: 30%;
    margin-left: 3%;
}
.no-sidebar #secondary, .no-sidebar-center #secondary {
    display: none;
}

.color-blog-content-masonry {
    color: #212121;
}
#mt-masonry{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#mt-masonry article {
      flex: 1 1 calc((100% - 40px) / 3);
}
article .post-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}
article a.post-thumbnail{
     width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 56%;
    position: relative;
    transition: all .3s;
 }
article a.post-thumbnail img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
article .post-thumbnail img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    min-width: 100%;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
article .post-thumbnail:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.post-cat, .post-cats-list {
    margin-bottom: 10px;
    margin-top: 5px;
}
.post-cats-list a {
    background: #e79527;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
    line-height: 18px;
    border-radius: 2px;
}
.posted-on, .blog-author, .blog-cat {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.posted-on a {
    position: relative;
    margin-right: 46px;
    color: #2c2c2c;
}
.entry-cat a {
    font-size: 13px;
}
.posted-on a::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #767676;
    position: absolute;
    top: 10px;
    right: -40px;
}
.updated {
    display: none;
}
.byline a {
    color: #333;
}
.entry-header {
    margin-top: 15px;
}
.entry-title {
    font-size: 19px;
    margin-bottom: 8px;
    line-height: 1.3;
    font-weight: 600;
}
.entry-title a {
    color: #2e2e2e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.entry-title a:hover
{
    color: #e36622;
}
.entry-content {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.color-blog-content-masonry .entry-content >p{
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.9;
    font-weight: 400;
}
 .entry-footer>span.tags-links {
    display: block;
    margin: 0 0 20px;
    font-weight: 500;
    color: #333 !important;
    font-size:13px;
}
 .entry-footer .tags-links a, .entry-footer .tags-links span {
    margin: 0 3px;
    font-weight: 400;

    color: #999;
}
.entry-footer .mt-readmore-btn, .btn-wrapper a, .mt-readmore-btn {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
}
.entry-footer .mt-readmore-btn i, .btn-wrapper a i, .mt-readmore-btn i {
    margin-left: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mt-readmore-btn:after{
    content:"";
    margin-left: 10px;
    margin-left: 5px;
    background-image:url(/theme/icons/long-arrow-right.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mt-readmore-btn:hover:after{
    margin-left: 10px;
}
/*detail*/

.site-content{
    min-height: 600px;
}
 .mt-container:before,.mt-container:after,.site-content:before, .site-content:after {
    content: '';
    display: table;
}
 .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .mt-container:after {
    clear: both;
}
.post-info-wrap {
    z-index: 99;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 140px 30px 20px 30px;
    direction: ltr;
}
.has-thumbnail .post-info-wrap .entry-meta a, .front-slider-block .post-info-wrap .entry-meta a {
    color: #fff;
}
.has-thumbnail .post-info-wrap .entry-title a, .front-slider-block .post-info-wrap .entry-title a {
    color: #fff;
}
.has-thumbnail .post-info-wrap .entry-meta .posted-on a::before, .front-slider-block .post-info-wrap .entry-meta .posted-on a::before {
    background: #fff;
}
.single article .post-thumbnail:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.single .entry-title {
    font-size: 30px;
    margin-top: 10px;
}
.single article .entry-content {
    margin-top: 20px;
}

.mt-single-related-posts {
    margin-top: 40px;
}
.mt-single-related-posts .entry-title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.4;
}
.mt-related-post-title{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 35px;
}
.mt-related-post-title::before
{
    position: absolute;
    left: 0;
    content: "";
    width: 25px;
    height: 3px;
    background: #e79527;
    top: 10px;
}
.mt-related-posts-wrapper {
    margin-left: -3%;
}
.mt-related-posts-wrapper article {
    display: inline-block;
    margin-left: 3%;
    margin-right: -4px;
    width: 30.33%;
    vertical-align: top; margin-bottom:30px;
}
.mt-related-posts-wrapper .single .entry-title {
    font-size: 19px;
    margin-top: 10px;
}
 #breadcrumb .mt-container {
    width: 100%;
    padding: 0;
}
 .breadcrumbs .trail-items {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size:15px;
}
 .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0 10px;
    color: #fafafa;
}
 .breadcrumbs .trail-items li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(/theme/icons/angle-double-right.png);
    position: relative;
    right: -10px;
    font-size: 14px;
    display: inline-block;
}
 .breadcrumbs .trail-items li:last-child:after {
    display: none;
}
._widget{
    margin-bottom: 30px;
}
._widget ._banner a img{
    border-radius:4px;
}
._widget h3.title2{    margin: 15px 0px;}
._relates .item{display:flex;gap: 10px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #f4f4f4;}
._relates .item a img{width:120px;border-radius: 2px;display: block;}
._relates .item .wg-title {
    width: calc(100% - 120px);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}
@media (max-width:1400px) {
    .mt-container,
    .site-layout--boxed #page {
        width: 1170px
    }
    .top-featured-post-wrap .entry-header .entry-title {
        font-size: 16px
    }
    .entry-title {
        font-size: 17px
    }
    #colophon .widget .widget-title,
    #secondary .widget .widget-title,
    .mt-related-post-title {
        font-size: 17px
    }
    .single article .post-thumbnail {
        margin-bottom: 0
    }
    .single .mt-related-posts-wrapper .entry-title {
        font-size: 16px
    }
    .mt-form-close {
        font-size: 50px
    }
}

@media (max-width:1200px) {
    .mt-container,
    .site-layout--boxed #page {
        width: auto;
        margin: 0 2%
    }
    .site-layout--boxed .mt-container {
        padding: 0 10px
    }
    #top-header {
        position: relative
    }
    .mt-follow-title {
        display: none
    }
    .tags-wrapper {
        margin: 0;
        background: #212121;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        top: 50%;
        left: 0;
        padding: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        width: 100%
    }
    .trending-wrapper:hover .tags-wrapper {
        opacity: 1;
        visibility: visible;
        left: 30%
    }
    .top-featured-post-wrap .post-thumbnail .post-number {
        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 12px
    }
    .top-featured-post-wrap .post-thumbnail {
        width: 30%
    }
    .top-featured-post-wrap .mt-post-content {
        width: 66%
    }
    .top-featured-post-wrap .entry-header .entry-title {
        font-size: 14px
    }
    .posted-on a::before {
        width: 18px;
        right: -24px
    }
    .posted-on a {
        margin-right: 28px
    }
    #mt-scrollup {
        right: 10px
    }
    #colophon .widget .widget-title,
    #secondary .widget .widget-title,
    .mt-related-post-title {
        font-size: 16px
    }
    #colophon .widget .widget-title::before,
    #secondary .widget .widget-title::before,
    .features-post-title::before,
    .mt-related-post-title::before {
        height: 4px;
        top: 9px;
    }
  
    .single .entry-title {
        font-size: 25px
    }
    .single.post-cat,
    .single.post-cats-list {
        margin-bottom: 0
    }
    .mt-menu-search .mt-form-wrap .search-form .search-field {
        height: 54px;
        font-size: 20px
    }
    .error-num {
        font-size: 70px;
        line-height: 90px
    }
    .error-num span {
        font-size: 36px
    }
    h1 {
        font-size: 28px
    }
    #footer-menu li a {
        padding: 0 10px
    }
    .widget {
        padding: 14px
    }
   
}

@media (max-width:979px) {
    .top-header-nav {
        float: none;
        display: block;
        text-align: center
    }
    .site-branding {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-top: 0
    }
    .logo-ads-wrap {
        padding: 20px 0 30px
    }
    .menu-toggle {
        display: block
    }
    .mt-social-menu-wrapper {
        position: relative
    }
    .header-widget-wrapper {
        text-align: center;
        float: none
    }
    #site-navigation {
        display: none;
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        background: #fff;
        float: none;
        z-index: 9999
    }
    #site-navigation .mt-container {
        border: none;
        padding: 0
    }
    #site-navigation ul {
        display: block
    }
    #masthead #site-navigation ul li {
        border-bottom: 1px solid #e1e1e1;
        display: block
    }
    #site-navigation ul li a {
        line-height: 44px;
        padding: 0
    }
    #site-navigation ul li a::after {
        display: none
    }
    #site-navigation ul li .children,
    #site-navigation ul li .sub-menu {
        position: static;
        min-width: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        display: none;
        background: 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        box-shadow: none;
        transform: scaley(1);
        -webkit-transform: scaley(1);
        -ms-transform: scaley(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0
    }
    #site-navigation ul>li:hover>.children,
    #site-navigation ul>li:hover>.sub-menu {
        top: 0
    }
    .sub-toggle {
        background: #333 none repeat scroll 0 0;
        color: #fff;
        cursor: pointer;
        display: block!important;
        height: 24px;
        line-height: 25px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 12px;
        width: 24px
    }
    #site-navigation ul>li.current-menu-ancestor .sub-toggle,
    #site-navigation ul>li.current-menu-item .sub-toggle,
    #site-navigation ul>li:hover>.sub-toggle {
        background: #666
    }
    #site-navigation li.current-menu-item>.sub-toggle {
        background: #fff none repeat scroll 0 0
    }
    #site-navigation li.current-menu-item>.sub-toggle i {
        color: #d40234
    }
    #site-navigation li.menu-item-has-children>a::after,
    #site-navigation li.page_item_has_children>a::after {
        display: none
    }
    #site-navigation ul.children li,
    #site-navigation ul.sub-menu li {
        text-align: center
    }
    #site-navigation .menu-item-description,
    #site-navigation .menu-item-description::after {
        display: none
    }
    .mt-archive--block-grid-style article,
    .mt-archive--masonry-style #mt-masonry article {
        width: 97%
    }
    .no-sidebar.mt-archive--block-grid-style article,
    .no-sidebar.mt-archive--masonry-style #mt-masonry article {
        width: 47%
    }
    #bottom-footer {
        font-size: 12px;
        text-align: center
    }
    #footer-navigation {
        float: none;
        width: 100%;
        display: block;
        text-align: center
    }
    .navigation.pagination .nav-links .page-numbers.current,
    .navigation.pagination .nav-links a.page-numbers,
    .navigation.pagination .nav-links a.page-numbers:hover {
        padding: 8px 12px
    }
    .bttn,
    .navigation .nav-links a,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        padding: 10px;
        font-size: 12px
    }
    .mt-author-bio {
        font-size: 13px
    }
    .single .mt-related-posts-wrapper .entry-title {
        font-size: 15px
    }
    /*input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url] {
        height: 28px
    }*/
    #respond,
    .widget_archive a,
    .widget_categories a,
    .widget_meta a,
    .widget_nav_menu li a,
    .widget_pages li a,
    .widget_recent_comments li,
    .widget_recent_entries a,
    .widget_rss li {
        font-size: 13px
    }
    .error-404.not-found {
        width: 80%
    }
    .entry-content {
        font-size: 13px
    }
    .entry-meta a {
        font-size: 12px
    }
    .posted-on a::before {
        width: 14px;
        right: -20px;
        top: 8px
    }
}

@media (max-width:839px) {
    .blogpage h1.title{
           font-size: 26px;
    }
    .no-sidebar #mt-masonry article {
        flex: 1 1 calc(50% - 10px);
    }
    .front-slider-block,
    .top-featured-post-main-wrapper {
        width: 100%;
        float: none
    }
    .front-slider-wrapper {
        margin: 0 0 40px 0
    }
    .front-slider-block {
        width: 100%;
        float: none;
        margin-bottom: 40px
    }
    .top-featured-post-wrap {
        overflow: auto;
        margin-right: -3%
    }
    .top-featured-post-wrap .mt-single-post-wrap {
        width: 47%;
        float: left;
        margin-bottom: 3%;
        margin-right: 3%
    }
    #top-footer.footer-column-four .mt-footer-widget {
        width: 47%
    }
}

@media (max-width:768px) {
    
    .entry-meta {
        line-height: 1.5
    }
    .entry-meta a {
        font-size: 12px
    }
    .entry-header {
        margin-top: 5px
    }
    .posted-on a::before {
        width: 11px;
        right: -16px
    }
    .posted-on a {
        margin-right: 16px
    }
    #primary,
    #secondary,
    .home.blog #primary,
    .home.blog #secondary {
        width: 100%
    }
    .right-sidebar #primary .thumb-cat-wrap .wp-post-image {
        width: 100%
    }
    .mt-menu-search .mt-form-wrap .search-form .search-submit {
        padding: 16px 46px
    }
    .mt-menu-search .mt-form-wrap .search-form .search-field {
        height: 48px;
        font-size: 18px
    }
    .mt-form-close {
        font-size: 40px
    }
    .trending-wrapper {
        width: 100%;
        position: relative;
        margin-bottom: 10px
    }
    .error-num {
        font-size: 50px;
        line-height: 70px
    }
    .error-num span {
        font-size: 30px
    }
    
    .error404 h1 {
        font-size: 20px
    }
    .error404 .page-content {
        font-size: 12px
    }
    .error404 #primary {
        padding: 20px 0
    }
    .slider-post-wrap {
        height: 450px
    }
}

@media (max-width:600px) {
    .top-featured-post-wrap {
        margin-right: 0
    }
    .top-featured-post-wrap .mt-single-post-wrap {
        width: 100%;
        margin-right: 0
    }
    .archive-grid-post-wrapper,
    .color-blog-content-masonry {
        margin-left: 0
    }
     article,
     #mt-masonry article,
    .no-sidebar article,
    .no-sidebar #mt-masonry article {
        width: 100%;
        margin-left: 0
    }
    .single .entry-title {
        font-size: 18px
    }
    .breadcrumbs .trail-items {
        font-size: 12px
    }
  
    .mt-related-posts-wrapper {
        margin-left: 0
    }
    .mt-related-posts-wrapper article {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .mt-related-posts-wrapper .post-cats-list a {
        margin-top: 10px
    }
    .head-tags-links a {
        display: block
    }
    .tags-wrapper {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        padding: 0 20px
    }
    .trending-wrapper:hover .tags-wrapper {
        left: 0;
        top: 100%
    }
    .tags-wrapper a {
        display: block;
        padding: 10px 0
    }
    blockquote {
        font-size: 14px
    }
 
    #top-footer.footer-column-three .mt-footer-widget {
        width: 97%
    }
}

@media (max-width:480px) {
    .mt-social-icon-wrap li {
        margin-right: 8px
    }
    .menu-toggle {
        padding: 9px 0
    }
    .single .post-info-wrap {
        margin-top: 10px
    }
    .mt-social-wrapper {
        margin: 12px 0 12px
    }
    .mt-search-icon {
        font-size: 14px;
        margin: 12px 0 12px 8px
    }
    .single .post-cat,
    .single .post-cats-list {
        margin-bottom: 0
    }
    .single .mt-author-box .mt-author-info .mt-author-name {
        font-size: 18px
    }
    .mt-author-bio {
        font-size: 12px
    }
    .mt-author-meta {
        font-size: 13px
    }
    .comment-form-cookies-consent label {
        margin-left: 0
    }
 
    p {
        font-size: 13px
    }
    .search-no-results #primary .search-submit {
        margin-top: 18px;
        font-size: 18px
    }
    .error404 #primary {
        padding: 0
    }
    .error-404.not-found {
        width: 100%;
        padding: 18px 0 18px 0
    }
    .error404 .page-title {
        font-size: 16px
    }
    .slider-post-wrap {
        height: 360px
    }
    .front-slider-block .post-info-wrap .entry-title {
        font-size: 20px
    }
    #top-footer.footer-column-four .mt-footer-widget,
    #top-footer.footer-column-two .mt-footer-widget {
        width: 97%
    }
}