@media (max-width: 1024px) {
    #header .header-default-main .menu-wrap .container {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .single-post.with-sidebar #wrapper .site-content .stmt-single-style_1 > *.row .col-md-8 img {
        height: auto;
    }
}

@media (max-width: 768px) {
    #header .header-default-main .menu-wrap .container {
        display: block;
        max-width: 100%;
        width: 100%;
        position: relative;
        padding: 20px 15px;
        transition: all .3s ease-in-out;
    }

    #header .header-default-main .menu-wrap .container:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        z-index: -1;
    }

    #header .header-default-main .menu-wrap .container.has-overlay:before {
        opacity: 1;
        z-index: 99;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu {
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: 40%;
        width: 100%;
        height: 100%;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        position: fixed;
        top: 0;
        left: -100%;
        background: #ffffff;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 1000;
        padding: 30px;
        margin: 0;
        transition: all .3s ease-in-out;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu.shown {
        left: 0;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li a {
        position: relative;
        padding: 10px 10px 10px 0;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li a .stm_mobile__dropdown {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 30px;
        height: 15px;
        text-align: right;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li a .stm_mobile__dropdown:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 5px solid #d1d1d1;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li .sub-menu {
        display: none;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        top: 0 !important;
        left: 10px;
        position: relative;
        height: auto;
        transition: none !important;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li:hover .sub-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li.menu-item-has-children.active > ul {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li.menu-item-has-children.active > ul li a {
        font-size: 12px;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li.menu-item-has-children.active > a .stm_mobile__dropdown:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 0;
        border-bottom: 5px solid #d1d1d1;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin-top: -6px;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li:last-child:hover > ul {
        left: 15px;
        right: inherit;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu li:last-child:hover > ul li:hover > ul {
        left: 15px;
        right: inherit;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger {
        display: block;
        position: absolute;
        top: 17px;
        right: 4px;
        padding: 20px;
        cursor: pointer;
        z-index: 9999;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger span {
        display: block;
        width: 28px;
        height: 4px;
        margin-bottom: 7px;
        border-radius: 2px;
        background: #4fbe6e;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger span:first-child {
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger span:nth-child(2) {
        opacity: 1;
        transition: opacity .3s;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger span:last-child {
        margin-bottom: 0;
        position: relative;
        top: 0;
        transition: top .3s .3s, transform .3s 0s;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger.active span:first-child {
        top: 11px;
        transform: rotate(-45deg);
        transition: top .3s 0s, transform .3s .3s;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }

    #header .header-default-main .menu-wrap .container .mobile-menu-trigger.active span:last-child {
        top: -11px;
        transform: rotate(45deg);
        transition: top .3s 0s, transform .3s .3s;
    }

    body #wrapper .site-content > *,
  .single-post #wrapper .site-content > * {
        max-width: 100%;
        width: 100%;
    }

    body #wrapper .site-content blockquote:not(.wp-block-quote):not(.is-style-large),
  .single-post #wrapper .site-content blockquote:not(.wp-block-quote):not(.is-style-large) {
        width: 100%;
        margin: 40px 0 !important;
    }

    body #wrapper .site-content h2,
  .single-post #wrapper .site-content h2 {
        line-height: 44px !important;
    }

    body #wrapper .site-content .comments-area .comment-list li .children,
  .single-post #wrapper .site-content .comments-area .comment-list li .children {
        margin-left: 0 !important;
    }

    body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside {
        width: 49%;
    }
}

@media (max-width: 500px) {
    h1 {
        line-height: 42px;
    }

    #header .header-default-main .menu-wrap .container ul.stmt-default-mobile-menu {
        max-width: 70%;
        overflow-y: scroll;
    }

    .col-md-4 {
        max-width: 100% !important;
        width: 100% !important;
        -ms-flex: inherit !important;
        flex: inherit !important;
    }

    body #wrapper .site-content > *,
  .single-post #wrapper .site-content > * {
        max-width: 100%;
        width: 100%;
    }

    body #wrapper .site-content blockquote:not(.wp-block-quote):not(.is-style-large),
  .single-post #wrapper .site-content blockquote:not(.wp-block-quote):not(.is-style-large) {
        width: 100%;
        margin: 40px 0 !important;
    }

    body #wrapper .site-content h2,
  .single-post #wrapper .site-content h2 {
        line-height: 44px !important;
    }

    body #wrapper .site-content .comments-area .comment-list li .comment-body .comment-avatar,
  .single-post #wrapper .site-content .comments-area .comment-list li .comment-body .comment-avatar {
        width: 40px;
        margin-right: 15px;
    }

    body #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper,
  .single-post #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper {
        padding-left: 0 !important;
    }

    body #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix,
    .single-post #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body #wrapper .site-content .comments-area .comment-list li .children,
  .single-post #wrapper .site-content .comments-area .comment-list li .children {
        margin-left: 15px !important;
        padding-left: 0;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 .row {
        margin: 0 !important;
    }

    body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    body .site-content .alignwide {
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat;
        margin-left: -3% !important;
        margin-right: -3% !important;
        max-width: 100vw !important;
        width: auto;
    }

    body .site-content .alignwide.wp-block-gallery {
        margin-left: calc(-3% - (32px/2)) !important;
        margin-right: calc(-3% - (32px/2)) !important;
        width: calc(100% + 6% + 32px) !important;
        max-width: initial !important;
    }

    body.home .site-content .alignwide {
        margin: 0 3% !important;
    }

    body.boxed-layout .alignfull {
        max-width: inherit !important;
        width: auto !important;
        margin: 0 -30px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.boxed-layout .full_width, body.boxed-layout .full_width_with_content {
        width: 100% !important;
    }

    body.boxed-layout.stmt-post-template-style_4 #wrapper .site-content .header-featured-img {
        max-width: 100% !important;
        left: inherit !important;
    }

    body.boxed-layout.single-post .stmt-single-style_1 .post-bottom-wrap:before,
  body.boxed-layout.single-post .stmt-single-style_2 .post-bottom-wrap:before,
  body.boxed-layout.single-post .stmt-single-style_3 .post-bottom-wrap:before,
  body.boxed-layout.single-post .stmt-single-style_4 .post-bottom-wrap:before,
  body.boxed-layout.single-post .stmt-single-style_5 .post-bottom-wrap:before, body.boxed-layout.single-attachment .stmt-single-style_1 .post-bottom-wrap:before,
  body.boxed-layout.single-attachment .stmt-single-style_2 .post-bottom-wrap:before,
  body.boxed-layout.single-attachment .stmt-single-style_3 .post-bottom-wrap:before,
  body.boxed-layout.single-attachment .stmt-single-style_4 .post-bottom-wrap:before,
  body.boxed-layout.single-attachment .stmt-single-style_5 .post-bottom-wrap:before {
        left: 0 !important;
        right: 0 !important;
    }
}

@media (min-width: 1400px) {
    body .site-content .alignwide {
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat;
        margin-left: -6% !important;
        margin-right: -6% !important;
        max-width: 100vw !important;
        width: auto;
    }

    body .site-content .alignwide.wp-block-gallery {
        margin-left: calc(-6% - (32px/2)) !important;
        margin-right: calc(-6% - (32px/2)) !important;
        width: calc(100% + 12% + 32px) !important;
        max-width: initial !important;
    }

    body.home .site-content .alignwide {
        margin: 0 6% !important;
    }
}

@media (min-width: 1500px) {
    body .site-content .alignwide {
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat;
        margin-left: -10% !important;
        margin-right: -10% !important;
        max-width: 100vw !important;
        width: auto;
    }

    body .site-content .alignwide.wp-block-gallery {
        margin-left: calc(-10% - (32px/2)) !important;
        margin-right: calc(-10% - (32px/2)) !important;
        width: calc(100% + 20% + 32px) !important;
        max-width: initial !important;
    }

    body.home .site-content .alignwide {
        margin: 0 10% !important;
    }
}

@media (max-width: 1370px) {
    body footer .footer-bottom .container .row .col-md-4.right .scroll_top {
        position: relative;
        right: 0;
        margin-left: 15px;
    }
}

@media (max-width: 1024px) {
    .stmt-template-default #wrapper #header .stm_mobile__header {
        background-color: #4fbe6e;
    }

    .stmt-template-default .stm-header__row_color_center .stm-navigation.stm-navigation__default > ul > li > a {
        padding: 0 15px;
    }

    .stmt-template-default footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside {
        width: 24.9%;
    }

    .stmt-template-default footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside .widget-wrapper .mc4wp-form .mc4wp-form-fields > p input[type='email'] {
        border-radius: 2px;
        outline: none;
        box-shadow: none;
        -webkit-appearance: none;
    }

    .stmt-template-default footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside .widget-wrapper .mc4wp-form .mc4wp-form-fields > p input[type='submit'] {
        border-radius: 2px;
    }

    .stm-header__cell_right .stm-header__element {
        margin-left: 20px !important;
    }

    .single-post #wrapper .site-content .header-featured-img {
        min-height: 500px;
    }

    .single-post #wrapper .site-content .stmt-single-style_3-head > *:not(.header-featured-img) {
        padding: 0 15px;
    }

    body #wrapper .site-content .wp-block-pullquote {
        border-left: 0 !important;
        padding: 50px 0 !important;
    }

    body #wrapper .site-content .wp-block-pullquote blockquote {
        border-left: 0 !important;
        background: 0 !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    body #wrapper .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 .grid_view_item .meta-bottom .meta li,
  body #wrapper .site-content .stm-grid-view-block.style_3 .container .row .col-md-4 .grid_view_item .meta-bottom .meta li {
        margin-right: 15px;
    }

    body #wrapper .site-content .stmt-single-style_6 .row .col-md-4.col-sidebar .sidebar-wrapper .widget_socials .socials_widget_wrapper ul {
        padding: 0;
        margin: 0 -5px;
    }

    body #wrapper .site-content .stmt-single-style_6 .row .col-md-4.col-sidebar .sidebar-wrapper .widget_socials .socials_widget_wrapper ul li a {
        min-height: 45px;
    }

    body #wrapper .site-content .wp-block-columns.has-2-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_3 .stm_gutenberg_flex_column_c_c {
        max-width: 100%;
    }

    body #wrapper .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body #wrapper .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .image {
        display: none;
    }

    body #wrapper .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .stm-post-content {
        width: 100%;
        padding-left: 0;
    }

    body #wrapper .site-content .sidebar-wrapper aside.stm_widget_hot_entries .stm-hot-news .stm-post-content .meta-top h4 {
        line-height: 24px;
    }

    body #wrapper .site-content .sidebar-wrapper aside.stm_widget_mlchmp .stm-widget_mchmp_wrapper .widget_mailchimp .button {
        min-width: 125px;
    }

    .single-post.with-sidebar #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar img,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .post-author .author-avatar img,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .post-author .author-avatar img,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .post-author .author-avatar img {
        border-radius: 40px;
    }

    .single-post.with-sidebar #wrapper .site-content .stmt-single-style_1 .row .col-md-4 .sidebar-wrapper,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_2 .row .col-md-4 .sidebar-wrapper,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_3 .row .col-md-4 .sidebar-wrapper,
  .single-post.with-sidebar #wrapper .site-content .stmt-single-style_4 .row .col-md-4 .sidebar-wrapper {
        margin-top: 10px !important;
    }

    .archive #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
  .archive #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
  .search.search-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
  .search.search-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
  .search.search-no-results #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
  .search.search-no-results #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
  .blog #wrapper .site-content .row .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
  .blog #wrapper .site-content .row .col-md-9 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 0;
    }

    .archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta,
  .search.search-results #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta,
  .search.search-no-results #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta,
  .blog #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li.category,
    .search.search-results #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li.category,
    .search.search-no-results #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li.category,
    .blog #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li.category {
        width: 100%;
    }

    footer .container #footer-main .footer_widgets_wrapper .widgets aside {
        margin-right: 20px;
    }

    footer .footer-bottom .container .row .col-md-6.right {
        right: 15px !important;
    }

    footer .footer-bottom .container .row .col-md-4.right .scroll_top {
        display: none;
    }
}

@media (max-width: 820px) {
    body #wrapper .stm_mobile__header {
        position: relative;
        z-index: 10;
    }

    body .stm-header__hb .stm-header__element .stm-gm-search-popup {
        max-width: 35px;
    }

    .stm-header__hb .stm-navigation__default > ul > li.menu-item-has-children > a:after {
        display: none !important;
    }

    .stm-header .stm-header__row_color .container .stm-header__row .stm-header__cell {
        margin-bottom: 0 !important;
    }

    .stm-header__hb .stm-header__element .stm-search .stm_widget_search form input[type='text'] {
        max-width: 200px;
    }

    body #header .stm-header__hb .stm-logo {
        margin-top: 20px;
        padding-left: 12px;
    }

    body #header .stm-header__row_top .stm-navigation.stm-navigation__default ul li > a {
        padding: 5px 15px;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li.active > a .stm_mobile__dropdown:before {
        content: '\e939';
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li:not(.href_empty) > a .stm_mobile__dropdown {
        display: block;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li:not(.href_empty) > a .stm_mobile__dropdown:before {
        content: '\e93a';
        display: block;
        font-family: 'Linearicons';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li > a {
        padding: 5px 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        position: relative !important;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li > a .stm_mobile__dropdown {
        display: block !important;
        width: 10px !important;
        left: inherit !important;
        right: 0 !important;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li > a .stm_mobile__dropdown:before {
        content: '\e93a';
        display: block;
        font-family: 'Linearicons';
        position: absolute;
        top: 50%;
        right: 0;
        left: inherit !important;
        transform: translateY(-50%) translateX(0);
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li ul.sub-menu {
        box-shadow: none;
        padding-left: 10px;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li ul.sub-menu li {
        border: 0;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li ul.sub-menu li a {
        padding: 10px 0 10px 15px;
        transition: all .3s ease-in-out;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li ul.sub-menu li a:before {
        display: none;
    }

    body #header .stm-header__row_color_center .stm-navigation.stm-navigation__default ul li ul.sub-menu li a:hover {
        color: #4fbe6e;
    }

    .stm_mobile__header {
        padding: 15px !important;
        margin-bottom: 30px;
    }

    .stm_mobile__header .container .stm_flex .stm_mobile__logo {
        max-width: 200px;
        min-width: 200px;
    }

    .stm_mobile__header .container .stm_flex .stm_mobile__switcher span {
        background-color: #ffffff !important;
    }

    .site-content > div > .row > .col-md-8 > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 1;
        flex: 1;
    }

    .site-content > div > .row > .col-sidebar {
        display: none !important;
    }

    .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 .grid_view_item .meta-bottom .meta,
  .site-content .stm-grid-view-block.style_3 .container .row .col-md-4 .grid_view_item .meta-bottom .meta {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 .grid_view_item .meta-bottom .meta li,
    .site-content .stm-grid-view-block.style_3 .container .row .col-md-4 .grid_view_item .meta-bottom .meta li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .stmt-addtoany-sticky-wrap {
        display: none;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .row > .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 1;
        flex: 1;
        padding-right: 15px;
    }

    .single-post #wrapper .site-content .related-posts-wrap .grid_view_item .meta-bottom .meta li {
        margin-right: 10px !important;
    }

    .archive.cat_head_img .stm_mobile__header, .archive.tag_head_img .stm_mobile__header, .archive.search_head_img .stm_mobile__header,
  .search.cat_head_img .stm_mobile__header,
  .search.tag_head_img .stm_mobile__header,
  .search.search_head_img .stm_mobile__header {
        margin-bottom: 0;
    }

    .archive.cat_head_img #wrapper .site-content .category-head-wrap, .archive.tag_head_img #wrapper .site-content .category-head-wrap, .archive.search_head_img #wrapper .site-content .category-head-wrap,
  .search.cat_head_img #wrapper .site-content .category-head-wrap,
  .search.tag_head_img #wrapper .site-content .category-head-wrap,
  .search.search_head_img #wrapper .site-content .category-head-wrap {
        min-height: 200px !important;
        position: relative;
    }

    .archive.cat_head_img #wrapper .site-content .category-head-wrap .search_input, .archive.tag_head_img #wrapper .site-content .category-head-wrap .search_input, .archive.search_head_img #wrapper .site-content .category-head-wrap .search_input,
    .search.cat_head_img #wrapper .site-content .category-head-wrap .search_input,
    .search.tag_head_img #wrapper .site-content .category-head-wrap .search_input,
    .search.search_head_img #wrapper .site-content .category-head-wrap .search_input {
        width: 80%;
    }

    .archive.cat_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'], .archive.tag_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'], .archive.search_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'],
      .search.cat_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'],
      .search.tag_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'],
      .search.search_head_img #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'] {
        font-size: 30px;
    }

    .archive.cat_head_img #wrapper .site-content > .row > .col-md-8,
  .archive.cat_head_img #wrapper .site-content > .row > .col-md-9, .archive.tag_head_img #wrapper .site-content > .row > .col-md-8,
  .archive.tag_head_img #wrapper .site-content > .row > .col-md-9, .archive.search_head_img #wrapper .site-content > .row > .col-md-8,
  .archive.search_head_img #wrapper .site-content > .row > .col-md-9,
  .search.cat_head_img #wrapper .site-content > .row > .col-md-8,
  .search.cat_head_img #wrapper .site-content > .row > .col-md-9,
  .search.tag_head_img #wrapper .site-content > .row > .col-md-8,
  .search.tag_head_img #wrapper .site-content > .row > .col-md-9,
  .search.search_head_img #wrapper .site-content > .row > .col-md-8,
  .search.search_head_img #wrapper .site-content > .row > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 1;
        flex: 1;
    }

    .archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, .archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, .archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
    .search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
    .search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
    .search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 0;
    }

    .archive.cat_head_img #wrapper .site-content > .row > .col-sidebar, .archive.tag_head_img #wrapper .site-content > .row > .col-sidebar, .archive.search_head_img #wrapper .site-content > .row > .col-sidebar,
  .search.cat_head_img #wrapper .site-content > .row > .col-sidebar,
  .search.tag_head_img #wrapper .site-content > .row > .col-sidebar,
  .search.search_head_img #wrapper .site-content > .row > .col-sidebar {
        display: none !important;
    }

    .archive.cat_head_img #wrapper .site-content > .row .col-sm-6, .archive.tag_head_img #wrapper .site-content > .row .col-sm-6, .archive.search_head_img #wrapper .site-content > .row .col-sm-6,
  .search.cat_head_img #wrapper .site-content > .row .col-sm-6,
  .search.tag_head_img #wrapper .site-content > .row .col-sm-6,
  .search.search_head_img #wrapper .site-content > .row .col-sm-6 {
        width: 50%;
        max-width: 50%;
        -ms-flex: 1;
        flex: 1;
    }

    .archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom,
    .search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom,
    .search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom,
    .search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom {
        width: 100%;
    }

    .blog #wrapper .site-content > .row > .col-md-8,
  .blog #wrapper .site-content > .row > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    .blog #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
    .blog #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 0;
    }

    .blog #wrapper .site-content > .row > .col-sidebar {
        display: none !important;
    }

    .blog #wrapper .site-content > .row .col-sm-6 {
        width: 50%;
        max-width: 50%;
        -ms-flex: 1;
        flex: 1;
    }

    .blog #wrapper .site-content > .row .col-sm-6 .meta-bottom {
        width: 100%;
    }

    footer .container #footer-main .footer_widgets_wrapper .widgets aside {
        width: 49.9% !important;
        margin-top: 30px !important;
        margin-right: 20px;
    }

    footer .container #footer-main .footer_widgets_wrapper .widgets aside:nth-child(1), footer .container #footer-main .footer_widgets_wrapper .widgets aside:nth-child(2) {
        margin-top: 0 !important;
    }

    footer .container #footer-main .footer_widgets_wrapper .widgets aside:nth-child(2n) .widget-wrapper {
        padding-right: 0 !important;
    }

    footer .footer-bottom .container .row .col-md-6 {
        width: auto;
        max-width: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .stmt-template-demo_three .stm_mobile__header {
        background: #ffffff;
        padding: 15px !important;
        margin-bottom: 0;
    }

    .stmt-template-demo_three .stm_mobile__header .container .stm_flex .stm_mobile__logo {
        max-width: 200px;
        min-width: 200px;
    }

    .stmt-template-demo_three .stm_mobile__header .container .stm_flex .stm_mobile__switcher span {
        background-color: #4fbe6e !important;
    }

    .stmt-template-personal .stm-header {
        z-index: 1000;
    }

    .stmt-template-personal #header .stm-header__hb .stm-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .stmt-template-personal .wp-block-columns.row > .col-md-8 {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 15px !important;
    }

    .stmt-template-personal .wp-block-columns.row > .col-md-4 {
        display: none;
    }

    .stmt-template-personal .stm-header__cell_left .stm-header__element {
        margin-bottom: 10px !important;
    }

    .stmt-template-personal .stm-header__cell_right .stm-header__element {
        margin-bottom: 10px !important;
    }

    .stmt-template-personal .stm_mobile__header {
        margin-bottom: 0 !important;
    }

    .stmt-template-personal .stm_mobile__header .container .stm_flex .stm_mobile__switcher span {
        background-color: #000000 !important;
    }

    .stmt-template-personal footer .footer-bottom .container .row .col-md-4.right ul {
        margin: 0;
    }

    .stmt-template-personal footer .footer-bottom .container .row .col-md-4.right ul li a {
        width: 100%;
    }
}

@media (width: 768px) {
    body #wrapper .stm_mobile__header {
        padding: 30px 15px !important;
    }
}

@media (max-width: 768px) {
    body #wrapper .stm_mobile__header {
        position: relative;
        z-index: 10;
    }

    body .stm-header__hb .stm-header__element .stm-gm-search-popup {
        max-width: 35px;
    }

    .stmt-template-demo_two #wrapper .site-content > .row, .stmt-template-car_magazine #wrapper .site-content > .row, .stmt-template-cryptomag #wrapper .site-content > .row, .stmt-template-beauty #wrapper .site-content > .row {
        margin: 0 auto;
    }

    .stmt-template-demo_two #wrapper .site-content > .row > .col-md-8,
    .stmt-template-demo_two #wrapper .site-content > .row > .col-md-9, .stmt-template-car_magazine #wrapper .site-content > .row > .col-md-8,
    .stmt-template-car_magazine #wrapper .site-content > .row > .col-md-9, .stmt-template-cryptomag #wrapper .site-content > .row > .col-md-8,
    .stmt-template-cryptomag #wrapper .site-content > .row > .col-md-9, .stmt-template-beauty #wrapper .site-content > .row > .col-md-8,
    .stmt-template-beauty #wrapper .site-content > .row > .col-md-9 {
        max-width: 100%;
        -ms-flex: 1;
        flex: 1;
        padding: 0;
    }

    .stmt-template-demo_two #wrapper .site-content > .row .col-sm-6, .stmt-template-car_magazine #wrapper .site-content > .row .col-sm-6, .stmt-template-cryptomag #wrapper .site-content > .row .col-sm-6, .stmt-template-beauty #wrapper .site-content > .row .col-sm-6 {
        -ms-flex: inherit;
        flex: inherit;
    }

    body.boxed-layout #wrapper .site-content > .wp-block-columns {
        margin: 0 auto !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .stm-header__hb .stm-navigation__default > ul > li.menu-item-has-children > a:after {
        display: none !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children.active > a .stm_mobile__dropdown:before {
        content: '\e939' !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children.active > .sub-menu {
        display: block !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children.active > .stm-mm-container {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children.active > .stm-mm-container .sub-menu {
        display: block !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .stm-mm-container {
        display: none !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu {
        display: none !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children .stm_mobile__dropdown {
        display: block !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover a {
        background: transparent !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu {
        display: block !important;
        position: relative !important;
        left: 0;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li a {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li a i {
        margin-right: 10px;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li.stm_mega_has_info a {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        text-align: left !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li.stm_mega_has_info a .stm_mega_textarea {
        padding: 10px 0;
        text-align: left !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li .mm-list {
        display: block;
        position: relative !important;
        top: 10px;
        left: 0 !important;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li .mm-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        padding: 10px 0 !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .sub-menu li .mm-list li i {
        margin-right: 10px;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active a .stm_mobile__dropdown:before {
        content: '\e939' !important;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a .stm_mobile__dropdown {
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
    }

    body .stm-navigation.stm-navigation__default > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a .stm_mobile__dropdown:before {
        content: '\e93c';
        display: block !important;
        font-family: 'Linearicons';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    body #wrapper #header .stm-header__hb .stm-header__row_color_top .container .stm-header__row_top .stm-header__cell .stm-header__element .stm-gm-font-resizer {
        margin-left: 0;
    }

    body #wrapper #header .stm-header__hb .stm-header__row_color_top .container .stm-header__row_top .stm-header__cell .stm-header__element .stm-socials a:first-child {
        margin-left: 0;
    }

    body .site-content .button.load_more {
        width: auto !important;
    }

    .archive.cat_head_img #wrapper .site-content > .row, .archive.tag_head_img #wrapper .site-content > .row, .archive.search_head_img #wrapper .site-content > .row,
  .search.cat_head_img #wrapper .site-content > .row,
  .search.tag_head_img #wrapper .site-content > .row,
  .search.search_head_img #wrapper .site-content > .row {
        margin: 0 auto;
    }

    .archive.cat_head_img #wrapper .site-content > .row > .col-md-8,
    .archive.cat_head_img #wrapper .site-content > .row > .col-md-9, .archive.tag_head_img #wrapper .site-content > .row > .col-md-8,
    .archive.tag_head_img #wrapper .site-content > .row > .col-md-9, .archive.search_head_img #wrapper .site-content > .row > .col-md-8,
    .archive.search_head_img #wrapper .site-content > .row > .col-md-9,
    .search.cat_head_img #wrapper .site-content > .row > .col-md-8,
    .search.cat_head_img #wrapper .site-content > .row > .col-md-9,
    .search.tag_head_img #wrapper .site-content > .row > .col-md-8,
    .search.tag_head_img #wrapper .site-content > .row > .col-md-9,
    .search.search_head_img #wrapper .site-content > .row > .col-md-8,
    .search.search_head_img #wrapper .site-content > .row > .col-md-9 {
        -ms-flex: 1;
        flex: 1;
    }

    .archive.cat_head_img #wrapper .site-content > .row .col-sm-6, .archive.tag_head_img #wrapper .site-content > .row .col-sm-6, .archive.search_head_img #wrapper .site-content > .row .col-sm-6,
    .search.cat_head_img #wrapper .site-content > .row .col-sm-6,
    .search.tag_head_img #wrapper .site-content > .row .col-sm-6,
    .search.search_head_img #wrapper .site-content > .row .col-sm-6 {
        -ms-flex: inherit;
        flex: inherit;
    }

    .archive #wrapper .site-content > .row,
  .search #wrapper .site-content > .row {
        margin: 0 auto;
    }

    .archive #wrapper .site-content > .row > .col-md-8,
    .archive #wrapper .site-content > .row > .col-md-9,
    .search #wrapper .site-content > .row > .col-md-8,
    .search #wrapper .site-content > .row > .col-md-9 {
        max-width: 100%;
        -ms-flex: 1;
        flex: 1;
    }

    .archive #wrapper .site-content > .row .col-sm-6,
    .search #wrapper .site-content > .row .col-sm-6 {
        -ms-flex: inherit;
        flex: inherit;
    }

    .blog #wrapper .site-content .row .col-md-6,
  .blog #wrapper .site-content .row .col-sm-6,
  .blog #wrapper .site-content .row .col-md-4,
  .archive #wrapper .site-content .row .col-md-6,
  .archive #wrapper .site-content .row .col-sm-6,
  .archive #wrapper .site-content .row .col-md-4,
  .search.search-results #wrapper .site-content .row .col-md-6,
  .search.search-results #wrapper .site-content .row .col-sm-6,
  .search.search-results #wrapper .site-content .row .col-md-4,
  .search.search-no-results #wrapper .site-content .row .col-md-6,
  .search.search-no-results #wrapper .site-content .row .col-sm-6,
  .search.search-no-results #wrapper .site-content .row .col-md-4 {
        -ms-flex: inherit;
        flex: inherit;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap {
        width: 35%;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap {
        width: 65%;
        padding-top: 0;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p {
        margin-bottom: 0;
    }

    body #wrapper .site-content .col-sidebar {
        display: none !important;
    }

    body #wrapper .site-content .stmt-single-default .wp-block-gallery,
  body #wrapper .site-content .stmt-single-default .wp-block-gallery {
        margin: 0 auto 43px !important;
    }

    body #wrapper .site-content .stmt-single-default .row {
        margin: 0 !important;
    }

    body #wrapper .site-content .stmt-single-default .row .col-md-9 {
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
    }

    body #wrapper .site-content .stmt-single-default .row .col-md-3 {
        display: none;
    }

    body #wrapper .site-content .wp-block-columns {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body #wrapper .site-content .wp-block-columns > div:first-child {
        margin-bottom: 10px;
    }

    body #wrapper .site-content .wp-block-columns.row .col-md-8, body #wrapper .site-content .wp-block-columns.row .col-md-9 {
        -ms-flex: inherit;
        flex: inherit;
        width: 100%;
        max-width: 100%;
    }

    body #wrapper .site-content .wp-block-columns.row .col-md-4, body #wrapper .site-content .wp-block-columns.row .col-md-3 {
        display: none;
    }

    body #wrapper .site-content figure.wp-block-embed {
        min-width: 100%;
    }

    body #wrapper .site-content figure.wp-block-embed.alignwide, body #wrapper .site-content figure.wp-block-embed.alignfull {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    body #wrapper .site-content .wp-block-columns.has-2-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .s-p-wrap.style_3 .stm_gutenberg_flex_column_c_c h3 {
        max-width: 80%;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 h2,
  .single-post #wrapper .site-content .stmt-single-style_1 h3,
  .single-post #wrapper .site-content .stmt-single-style_1 h4,
  .single-post #wrapper .site-content .stmt-single-style_1 h5,
  .single-post #wrapper .site-content .stmt-single-style_2 h2,
  .single-post #wrapper .site-content .stmt-single-style_2 h3,
  .single-post #wrapper .site-content .stmt-single-style_2 h4,
  .single-post #wrapper .site-content .stmt-single-style_2 h5,
  .single-post #wrapper .site-content .stmt-single-style_3 h2,
  .single-post #wrapper .site-content .stmt-single-style_3 h3,
  .single-post #wrapper .site-content .stmt-single-style_3 h4,
  .single-post #wrapper .site-content .stmt-single-style_3 h5,
  .single-post #wrapper .site-content .stmt-single-style_4 h2,
  .single-post #wrapper .site-content .stmt-single-style_4 h3,
  .single-post #wrapper .site-content .stmt-single-style_4 h4,
  .single-post #wrapper .site-content .stmt-single-style_4 h5,
  .single-post #wrapper .site-content .stmt-single-style_5 h2,
  .single-post #wrapper .site-content .stmt-single-style_5 h3,
  .single-post #wrapper .site-content .stmt-single-style_5 h4,
  .single-post #wrapper .site-content .stmt-single-style_5 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h2,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h2,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h2,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h2,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h2,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h5 {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 19px;
        line-height: 30px;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 h3,
  .single-post #wrapper .site-content .stmt-single-style_1 h4,
  .single-post #wrapper .site-content .stmt-single-style_1 h5,
  .single-post #wrapper .site-content .stmt-single-style_2 h3,
  .single-post #wrapper .site-content .stmt-single-style_2 h4,
  .single-post #wrapper .site-content .stmt-single-style_2 h5,
  .single-post #wrapper .site-content .stmt-single-style_3 h3,
  .single-post #wrapper .site-content .stmt-single-style_3 h4,
  .single-post #wrapper .site-content .stmt-single-style_3 h5,
  .single-post #wrapper .site-content .stmt-single-style_4 h3,
  .single-post #wrapper .site-content .stmt-single-style_4 h4,
  .single-post #wrapper .site-content .stmt-single-style_4 h5,
  .single-post #wrapper .site-content .stmt-single-style_5 h3,
  .single-post #wrapper .site-content .stmt-single-style_5 h4,
  .single-post #wrapper .site-content .stmt-single-style_5 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h5,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h3,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h5 {
        line-height: 36px;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 blockquote.wp-block-quote:not(.is-style-large),
  .single-post #wrapper .site-content .stmt-single-style_2 blockquote.wp-block-quote:not(.is-style-large),
  .single-post #wrapper .site-content .stmt-single-style_3 blockquote.wp-block-quote:not(.is-style-large),
  .single-post #wrapper .site-content .stmt-single-style_4 blockquote.wp-block-quote:not(.is-style-large),
  .single-post #wrapper .site-content .stmt-single-style_5 blockquote.wp-block-quote:not(.is-style-large),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 blockquote.wp-block-quote:not(.is-style-large),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 blockquote.wp-block-quote:not(.is-style-large),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 blockquote.wp-block-quote:not(.is-style-large),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 blockquote.wp-block-quote:not(.is-style-large),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 blockquote.wp-block-quote:not(.is-style-large) {
        width: 100%;
        margin-left: 0 !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .tags-wrap,
  .single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .tags-wrap,
  .single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .tags-wrap,
  .single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .tags-wrap,
  .single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .tags-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .tags-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .tags-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .tags-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .tags-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .tags-wrap {
        display: none !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .date-wrap,
  .single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .date-wrap,
  .single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .date-wrap,
  .single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .date-wrap,
  .single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .date-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .date-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .date-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .date-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .date-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .date-wrap {
        margin-left: 15px;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar img,
  .single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .post-author .author-avatar img,
  .single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .post-author .author-avatar img,
  .single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .post-author .author-avatar img,
  .single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .post-author .author-avatar img,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar img,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .post-author .author-avatar img,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .post-author .author-avatar img,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .post-author .author-avatar img,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .post-author .author-avatar img {
        border-radius: 40px;
    }

    .single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-8,
  .single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-9,
  .single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-8,
  .single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-9,
  .single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-8,
  .single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-9,
  .single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-8,
  .single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-9,
  .single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-8,
  .single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-9,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-8,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-9,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-8,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-9,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-8,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-9,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-8,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-9,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-8,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-9 {
        width: 100%;
        max-width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .single-post #wrapper .site-content .stmt-single-style_4,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 {
        margin-top: 0;
    }

    .single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment.stmt-has-pagination .stm_prev_next_pagination,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment.stmt-has-pagination .stm_prev_next_pagination {
        padding-top: 0;
    }

    .single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination),
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination) {
        padding-top: 0;
    }

    .single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination) .comments-area,
      .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination) .comments-area {
        padding-top: 20px !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination) .comments-area #respond,
        .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-bottom-wrap.stmt-has-comment:not(.stmt-has-pagination) .comments-area #respond {
        margin-bottom: 20px;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col {
        width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap-top,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap-top {
        margin-bottom: 3px !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap-top .category-wrap li,
      .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap-top .category-wrap li {
        margin-bottom: 10px;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap {
        padding: 0;
        margin: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap > *,
      .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap > * {
        margin-right: 20px;
        margin-bottom: 0 !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap .date-wrap,
      .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap .date-wrap {
        white-space: nowrap;
    }

    .single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .stm-thumbnail-wrap,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .stm-thumbnail-wrap {
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .row,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .row {
        margin: 0;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .row > .col-md-8,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .row > .col-md-8 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
        padding: 0 15px;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap,
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .stm_js__shareble a:first-child,
    .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .stm_js__shareble a:first-child {
        margin-left: 0;
    }

    .single-post #wrapper .site-content .header-featured-img-style_6,
  .stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img-style_6 {
        width: 100vw !important;
    }

    .single-post #wrapper .site-content .stmt-single-style_3-head > *:not(.header-featured-img),
  .stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head > *:not(.header-featured-img) {
        padding: 0 15px !important;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .left a,
  .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a {
        border-radius: 2px 0 0 2px;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data,
    .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data {
        padding: 18px 30px 0;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top,
      .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top {
        font-size: 8px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top span,
        .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top span {
        font-size: 12px;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .heading-font,
      .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .heading-font {
        margin-top: 0;
        font-size: 16px;
        line-height: 16px;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .right a,
  .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a {
        border-radius: 0 2px 2px 0;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data,
    .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data {
        padding: 18px 30px 0;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top,
      .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top {
        font-size: 8px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top span,
        .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top span {
        font-size: 12px;
    }

    .single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .heading-font,
      .stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .heading-font {
        margin-top: 0;
        font-size: 16px;
        line-height: 16px;
    }

    .archive #wrapper .site-content > .row,
  .search #wrapper .site-content > .row,
  .blog #wrapper .site-content > .row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive #wrapper .site-content > .row .col-md-4,
    .search #wrapper .site-content > .row .col-md-4,
    .blog #wrapper .site-content > .row .col-md-4 {
        width: 50%;
        max-width: 50%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .archive #wrapper .site-content > .row .col-md-4 .meta-bottom,
      .search #wrapper .site-content > .row .col-md-4 .meta-bottom,
      .blog #wrapper .site-content > .row .col-md-4 .meta-bottom {
        width: 100%;
    }

    .archive.with-sidebar #wrapper .site-content > .row,
  .search.with-sidebar #wrapper .site-content > .row,
  .blog.with-sidebar #wrapper .site-content > .row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive.with-sidebar #wrapper .site-content > .row > .col-md-8,
    .search.with-sidebar #wrapper .site-content > .row > .col-md-8,
    .blog.with-sidebar #wrapper .site-content > .row > .col-md-8 {
        width: 100%;
        max-width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .archive.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4,
      .search.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4,
      .blog.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4 {
        width: 50%;
        max-width: 50%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .archive.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4 .meta-bottom,
        .search.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4 .meta-bottom,
        .blog.with-sidebar #wrapper .site-content > .row > .col-md-8 > .row .col-md-4 .meta-bottom {
        width: 100%;
    }

    .error404 #wrapper .site-content h1 {
        font-size: 40px;
        text-align: center;
    }

    .error404 #wrapper .site-content .desc {
        text-align: center;
    }

    .stmt-template-demo_two .stm_mobile__header {
        background: #4fbe6e;
    }

    body.stmt-template-cryptomag .site-content .stm-list-view-block .container > div > div .list_view_item .img-wrap {
        width: 55%;
        margin-right: 30px;
    }

    .stmt-template-car_magazine #wrapper #header .stm-header__hb .stm-header__row_color_center:before {
        opacity: 1 !important;
    }

    .stmt-template-personal.home #wrapper .site-content > .wp-block-columns.row {
        margin-left: 0;
        margin-right: 0;
    }

    .stmt-template-personal .stm-socials {
        margin-left: 10px;
    }

    .stmt-template-personal .site-content {
        padding: 0;
    }

    .stmt-template-personal .site-content .wp-block-columns.row > .col-md-8 {
        width: 100%;
        margin: 0 !important;
    }

    .stmt-template-personal footer .footer-bottom {
        padding-top: 30px;
    }

    .stmt-template-personal footer .footer-bottom .container .row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }

    .stmt-template-personal footer .footer-bottom .container .row .left {
        -ms-flex-order: 3;
        order: 3;
    }

    .stmt-template-personal footer .footer-bottom .container .row .right {
        -ms-flex-order: 2;
        order: 2;
        margin: 20px 0;
    }

    .stmt-template-personal footer .footer-bottom .container .row .col-md-4 {
        -ms-flex: inherit;
        flex: inherit;
        max-width: 100%;
        text-align: center;
    }

    .stmt-template-personal footer .footer-bottom .container .row .col-md-4 .copyright br {
        display: none;
    }

    .stmt-template-personal footer .footer-bottom .container .row .col-md-4.right {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .stmt-template-default h1 {
        line-height: 50px;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row, .stmt-template-default.search.search_head_img #wrapper .site-content > .row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6, .stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 {
        width: 50%;
        max-width: 50%;
        -ms-flex: inherit;
        flex: inherit;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, .stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom {
        width: 100%;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, .stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, .stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li {
        margin-bottom: 15px;
    }

    .stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child, .stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child, .stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child, .stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child, .stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child, .stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li:last-child {
        margin-bottom: 0;
    }

    body footer .container #footer-main .footer_widgets_wrapper .widgets aside {
        width: 47% !important;
        margin-bottom: 30px;
        margin-right: 10px;
    }

    body footer .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-close-search-popup {
        top: 30px;
        right: 30px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.single-post #wrapper .site-content .stmt-single-style_5 .header-5-wrap .row .col .post-meta-wrap .post-author {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    body.stmt-template-car_magazine footer .container #footer-main .footer_widgets_wrapper .widgets aside {
        overflow: hidden;
        display: block;
        width: 49% !important;
        margin-bottom: 30px;
        padding-right: 10px !important;
    }

    body.stmt-template-car_magazine footer .container #footer-main .footer_widgets_wrapper .widgets aside .widget-wrapper .menu-footer-menu-container ul li:nth-child(1n) {
        width: 50% !important;
    }

    body.stmt-template-car_magazine footer .container #footer-main .footer_widgets_wrapper .widgets aside .widget-wrapper .menu-footer-menu-container ul li:nth-child(2n) {
        width: 50% !important;
    }

    .stmt-template-personal .stm-socials {
        margin-left: 10px;
    }

    .stmt-template-personal .site-content {
        padding: 0 15px;
    }

    .stmt-template-personal .site-content .wp-block-columns.row {
        margin: 0;
    }

    .stmt-template-personal .site-content .wp-block-columns.row > .col-md-8 {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 667px) {
    .blog #wrapper .site-content .row .col-md-6,
  .blog #wrapper .site-content .row .col-sm-6,
  .blog #wrapper .site-content .row .col-md-4,
  .archive #wrapper .site-content .row .col-md-6,
  .archive #wrapper .site-content .row .col-sm-6,
  .archive #wrapper .site-content .row .col-md-4,
  .search.search-results #wrapper .site-content .row .col-md-6,
  .search.search-results #wrapper .site-content .row .col-sm-6,
  .search.search-results #wrapper .site-content .row .col-md-4,
  .search.search-no-results #wrapper .site-content .row .col-md-6,
  .search.search-no-results #wrapper .site-content .row .col-sm-6,
  .search.search-no-results #wrapper .site-content .row .col-md-4 {
        -ms-flex: inherit;
        flex: inherit;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap,
  .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .img-wrap {
        width: 35%;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap,
  .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap {
        width: 65%;
        padding-top: 0;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-top .heading-title,
    .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-top .heading-title,
    .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-top .heading-title,
    .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-top .heading-title {
        font-size: 20px;
        line-height: 24px;
    }

    .blog #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .archive #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .search.search-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p,
    .search.search-no-results #wrapper .site-content > .row > .col-md-12 > .row > .col-md-12 .list_view_item .meta-wrap .meta-bottom p {
        margin-bottom: 0;
    }
}

@media (max-width: 670px) {
    .single-post #wrapper .site-content .post h3, .single-post #wrapper .site-content .post h4, .single-post #wrapper .site-content .post h5, .single-post #wrapper .site-content .post h6 {
        margin-bottom: 20px;
    }

    .single-post #wrapper .site-content .stmt-single-default .post-meta-wrap .category-wrap {
        width: 100%;
    }

    .single-post #wrapper .site-content .stmt-single-default .post-meta-wrap .category-wrap ul {
        text-align: center;
        margin-bottom: 10px;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap {
        margin-bottom: 15px;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .stm_js__shareble a:first-child {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    body .site-content iframe {
        max-height: 300px;
    }

    body .site-content .block-title.global {
        line-height: 30px;
    }

    body.blog #wrapper .site-content > .row > .col-md-8,
  body.blog #wrapper .site-content > .row > .col-md-9,
  body.blog #wrapper .site-content > .row > .col-md-12, body.archive #wrapper .site-content > .row > .col-md-8,
  body.archive #wrapper .site-content > .row > .col-md-9,
  body.archive #wrapper .site-content > .row > .col-md-12, body.search #wrapper .site-content > .row > .col-md-8,
  body.search #wrapper .site-content > .row > .col-md-9,
  body.search #wrapper .site-content > .row > .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.blog #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
    body.blog #wrapper .site-content > .row > .col-md-9 .row .col-md-12,
    body.blog #wrapper .site-content > .row > .col-md-12 .row .col-md-12, body.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
    body.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12,
    body.archive #wrapper .site-content > .row > .col-md-12 .row .col-md-12, body.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
    body.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12,
    body.search #wrapper .site-content > .row > .col-md-12 .row .col-md-12 {
        -ms-flex: inherit;
        flex: inherit;
    }

    body.blog #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
      body.blog #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item,
      body.blog #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item, body.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
      body.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item,
      body.archive #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item, body.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
      body.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item,
      body.search #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item {
        width: 100%;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.blog #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
        body.blog #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div,
        body.blog #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item > div, body.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
        body.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div,
        body.archive #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item > div, body.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
        body.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div,
        body.search #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item > div {
        width: 100% !important;
        margin: 0 !important;
    }

    body.blog #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
        body.blog #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
        body.blog #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item .meta-wrap, body.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
        body.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
        body.archive #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item .meta-wrap, body.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
        body.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap,
        body.search #wrapper .site-content > .row > .col-md-12 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 20px !important;
    }

    body.blog #wrapper .site-content > .row > .col-sidebar, body.archive #wrapper .site-content > .row > .col-sidebar, body.search #wrapper .site-content > .row > .col-sidebar {
        display: none !important;
    }

    body.blog #wrapper .site-content > .row .col-sm-6, body.blog #wrapper .site-content > .row .col-md-4, body.archive #wrapper .site-content > .row .col-sm-6, body.archive #wrapper .site-content > .row .col-md-4, body.search #wrapper .site-content > .row .col-sm-6, body.search #wrapper .site-content > .row .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.blog #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.blog #wrapper .site-content > .row .col-md-4 .meta-bottom, body.archive #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.archive #wrapper .site-content > .row .col-md-4 .meta-bottom, body.search #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.search #wrapper .site-content > .row .col-md-4 .meta-bottom {
        width: 100%;
    }

    body.blog #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta, body.blog #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.archive #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta, body.archive #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.search #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta, body.search #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body.blog #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta li.category, body.blog #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.archive #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta li.category, body.archive #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.search #wrapper .site-content > .row .col-sm-6 .grid_view_item .meta-bottom .meta li.category, body.search #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category {
        width: auto;
    }

    body .stm_prev_next_pagination .left a .post-data {
        padding: 5px;
    }

    body .stm_prev_next_pagination .left a .post-data .top {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 0;
    }

    body .stm_prev_next_pagination .left a .post-data .heading-font {
        margin-top: 0;
        font-size: 12px;
        line-height: 16px;
    }

    body.single-post #wrapper .site-content .stmt-single-default .post-meta-wrap .category-wrap ul li a {
        padding: 3px 7px 1px !important;
    }

    body.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid .grid_view_item {
        width: 100%;
        margin-bottom: 30px;
    }

    body.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid .grid_view_item:last-child {
        margin-bottom: 0;
    }

    body.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid .grid_view_item .meta-bottom .meta li {
        margin-right: 15px !important;
    }

    body.search.search-results #wrapper .site-content .category-head-wrap .search_input {
        width: 90%;
    }

    body footer .container #footer-main .footer_widgets_wrapper .widgets aside {
        width: 47%;
        margin-bottom: 30px;
        margin-right: 20px;
    }

    body footer .footer-bottom .container:before {
        margin: 0 !important;
        padding: 0 15px;
    }

    body footer .footer-bottom .container .row .col-md-6 {
        width: 100%;
        max-width: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    body footer .footer-bottom .container .row .col-md-6 .copyright {
        text-align: center;
    }

    body footer .footer-bottom .container .row .col-md-6.right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
        right: 0 !important;
    }

    body footer .footer-bottom .container .row .col-md-6.right ul {
        margin: 0;
    }

    body footer .footer-bottom .container .row .col-md-6.right ul li {
        margin: 0 10px !important;
    }

    body footer .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-close-search-popup i {
        font-size: 30px;
    }

    body footer .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-search-input-wrapper {
        width: 85%;
    }

    body footer .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-search-input-wrapper form .searchform-wrapper .search-wrapper input[type='text'] {
        font-size: 20px;
    }

    body.stmt-template-car_magazine .stm-header__row_color_top {
        display: none;
    }

    body.stmt-template-car_magazine footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside {
        padding-right: 0;
    }
}

@media (max-width: 570px) {
    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .related-posts-wrap .related-posts-grid {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 500px) {
    body h1.entry-title {
        font-size: 36px;
    }

    body h1, body h2, body h3, body h4, body h5, body h6, body p {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    body .site-content .alignleft, body .site-content .alignright {
        width: 100%;
    }

    body .site-content .alignleft img, body .site-content .alignright img {
        width: 100%;
    }

    body.stmt-template-default.archive.cat_head_img .stm_mobile__header, body.stmt-template-default.archive.tag_head_img .stm_mobile__header, body.stmt-template-default.archive.search_head_img .stm_mobile__header, body.stmt-template-default.search.cat_head_img .stm_mobile__header, body.stmt-template-default.search.tag_head_img .stm_mobile__header, body.stmt-template-default.search.search_head_img .stm_mobile__header {
        margin-bottom: 0;
    }

    body.stmt-template-default.archive.cat_head_img .stm_mobile__header .container, body.stmt-template-default.archive.tag_head_img .stm_mobile__header .container, body.stmt-template-default.archive.search_head_img .stm_mobile__header .container, body.stmt-template-default.search.cat_head_img .stm_mobile__header .container, body.stmt-template-default.search.tag_head_img .stm_mobile__header .container, body.stmt-template-default.search.search_head_img .stm_mobile__header .container {
        padding: 0 !important;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.archive.tag_head_img #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.archive.search_head_img #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.search.cat_head_img #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.search.tag_head_img #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.search.search_head_img #wrapper .site-content .category-head-wrap h1 {
        width: 90%;
        font-size: 36px;
        text-align: center;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 1;
        flex: 1;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 {
        width: 100%;
        -ms-flex: 1;
        flex: 1;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div {
        width: 100%;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap {
        width: 100%;
        margin: 0;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img {
        display: block;
        width: 100%;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 20px;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.search.search_head_img #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li {
        margin-bottom: 0;
        margin-right: 14px;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom {
        width: 100%;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li {
        margin-bottom: 0;
    }

    body.stmt-template-default.archive.cat_head_img #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.archive.tag_head_img #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.archive.search_head_img #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.search.cat_head_img #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.search.tag_head_img #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.search.search_head_img #wrapper .site-content > .row .col-sm-12 {
        -ms-flex: inherit;
        flex: inherit;
    }

    body.stmt-template-default.archive #wrapper .site-content .category-head-wrap h1, body.stmt-template-default.search #wrapper .site-content .category-head-wrap h1 {
        width: 90%;
        font-size: 36px;
        text-align: center;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8,
  body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: 1;
        flex: 1;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row,
    body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12,
      body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 {
        width: 100%;
        -ms-flex: 1;
        flex: 1;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item,
        body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item > div,
          body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item > div {
        width: 100%;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap,
          body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap {
        width: 100%;
        margin: 0;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .img-wrap img,
            body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .img-wrap img {
        display: block;
        width: 100%;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap,
          body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap {
        padding-top: 20px;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta,
            body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.archive #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li, body.stmt-template-default.search #wrapper .site-content > .row > .col-md-8 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li,
              body.stmt-template-default.search #wrapper .site-content > .row > .col-md-9 .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li {
        margin-bottom: 0;
        margin-right: 14px;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row .col-sm-6, body.stmt-template-default.search #wrapper .site-content > .row .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.stmt-template-default.search #wrapper .site-content > .row .col-sm-6 .meta-bottom {
        width: 100%;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta, body.stmt-template-default.search #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li, body.stmt-template-default.search #wrapper .site-content > .row .col-sm-6 .meta-bottom .meta li {
        margin-bottom: 0;
    }

    body.stmt-template-default.archive #wrapper .site-content > .row .col-sm-12, body.stmt-template-default.search #wrapper .site-content > .row .col-sm-12 {
        -ms-flex: inherit;
        flex: inherit;
    }

    body.single-post #wrapper .site-content .header-featured-img, body.stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img {
        min-height: 300px !important;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img, body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img {
        min-height: 100px;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data, body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data {
        padding-top: 10px !important;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .bottom, body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .bottom, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .bottom, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .bottom {
        display: none;
    }

    body.single-post #wrapper .site-content .stmt-single-default h1.entry-title, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default h1.entry-title {
        font-size: 30px;
        line-height: 34px;
    }

    body.single-post #wrapper .site-content .stmt-single-default .row > div .post-meta-wrap > div, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default .row > div .post-meta-wrap > div {
        width: auto;
        margin-bottom: 0 !important;
    }

    body.single-post #wrapper .site-content .stmt-single-default .row > div .post-meta-wrap .category-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default .row > div .post-meta-wrap .category-wrap {
        width: 100%;
        margin-bottom: 15px !important;
    }

    body.single-post #wrapper .site-content .stmt-single-default figcaption, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default figcaption {
        line-height: 20px;
    }

    body.single-post #wrapper .site-content .stmt-single-default .wp-block-gallery li,
  body.single-post #wrapper .site-content .stmt-single-default .wp-block-gallery li, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default .wp-block-gallery li,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-default .wp-block-gallery li {
        margin: 10px 0 !important;
    }

    body.single-post #wrapper .site-content .post-meta-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .post-meta-wrap {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    body.single-post #wrapper .site-content .post-meta-wrap .post-author, body.stmt-template-demo_three.single-post #wrapper .site-content .post-meta-wrap .post-author {
        width: 100%;
        margin-bottom: 8px !important;
    }

    body.single-post #wrapper .site-content .post-meta-wrap .date-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .post-meta-wrap .date-wrap {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    body.single-post #wrapper .site-content .post-meta-wrap .date-wrap:before, body.stmt-template-demo_three.single-post #wrapper .site-content .post-meta-wrap .date-wrap:before {
        display: none !important;
    }

    body.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .post-meta-wrap-top .category-wrap ul li, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .post-meta-wrap-top .category-wrap ul li {
        margin-right: 5px !important;
        margin-bottom: 8px !important;
    }

    body.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .a2a_top .addtoany_shortcode .a2a_kit, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .a2a_top .addtoany_shortcode .a2a_kit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .a2a_top .addtoany_shortcode .a2a_kit a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head .head-container .a2a_top .addtoany_shortcode .a2a_kit a {
        margin-bottom: 10px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_3-head .header-featured-img, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head .header-featured-img {
        min-height: 300px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 h1,
  body.single-post #wrapper .site-content .stmt-single-style_2 h1,
  body.single-post #wrapper .site-content .stmt-single-style_3 h1,
  body.single-post #wrapper .site-content .stmt-single-style_4 h1,
  body.single-post #wrapper .site-content .stmt-single-style_5 h1, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h1,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h1,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h1,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h1,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h1 {
        font-size: 30px;
        line-height: 34px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 h2,
  body.single-post #wrapper .site-content .stmt-single-style_1 h3,
  body.single-post #wrapper .site-content .stmt-single-style_1 h4,
  body.single-post #wrapper .site-content .stmt-single-style_1 h5,
  body.single-post #wrapper .site-content .stmt-single-style_2 h2,
  body.single-post #wrapper .site-content .stmt-single-style_2 h3,
  body.single-post #wrapper .site-content .stmt-single-style_2 h4,
  body.single-post #wrapper .site-content .stmt-single-style_2 h5,
  body.single-post #wrapper .site-content .stmt-single-style_3 h2,
  body.single-post #wrapper .site-content .stmt-single-style_3 h3,
  body.single-post #wrapper .site-content .stmt-single-style_3 h4,
  body.single-post #wrapper .site-content .stmt-single-style_3 h5,
  body.single-post #wrapper .site-content .stmt-single-style_4 h2,
  body.single-post #wrapper .site-content .stmt-single-style_4 h3,
  body.single-post #wrapper .site-content .stmt-single-style_4 h4,
  body.single-post #wrapper .site-content .stmt-single-style_4 h5,
  body.single-post #wrapper .site-content .stmt-single-style_5 h2,
  body.single-post #wrapper .site-content .stmt-single-style_5 h3,
  body.single-post #wrapper .site-content .stmt-single-style_5 h4,
  body.single-post #wrapper .site-content .stmt-single-style_5 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h2,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h2,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h2,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h2,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h2,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h5 {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 19px;
        line-height: 30px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 h3,
  body.single-post #wrapper .site-content .stmt-single-style_1 h4,
  body.single-post #wrapper .site-content .stmt-single-style_1 h5,
  body.single-post #wrapper .site-content .stmt-single-style_2 h3,
  body.single-post #wrapper .site-content .stmt-single-style_2 h4,
  body.single-post #wrapper .site-content .stmt-single-style_2 h5,
  body.single-post #wrapper .site-content .stmt-single-style_3 h3,
  body.single-post #wrapper .site-content .stmt-single-style_3 h4,
  body.single-post #wrapper .site-content .stmt-single-style_3 h5,
  body.single-post #wrapper .site-content .stmt-single-style_4 h3,
  body.single-post #wrapper .site-content .stmt-single-style_4 h4,
  body.single-post #wrapper .site-content .stmt-single-style_4 h5,
  body.single-post #wrapper .site-content .stmt-single-style_5 h3,
  body.single-post #wrapper .site-content .stmt-single-style_5 h4,
  body.single-post #wrapper .site-content .stmt-single-style_5 h5, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 h5,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h3,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h4,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h5 {
        line-height: 36px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 blockquote.wp-block-quote:not(.is-style-large),
  body.single-post #wrapper .site-content .stmt-single-style_2 blockquote.wp-block-quote:not(.is-style-large),
  body.single-post #wrapper .site-content .stmt-single-style_3 blockquote.wp-block-quote:not(.is-style-large),
  body.single-post #wrapper .site-content .stmt-single-style_4 blockquote.wp-block-quote:not(.is-style-large),
  body.single-post #wrapper .site-content .stmt-single-style_5 blockquote.wp-block-quote:not(.is-style-large), body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 blockquote.wp-block-quote:not(.is-style-large),
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 blockquote.wp-block-quote:not(.is-style-large),
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 blockquote.wp-block-quote:not(.is-style-large),
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 blockquote.wp-block-quote:not(.is-style-large),
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 blockquote.wp-block-quote:not(.is-style-large) {
        width: 100%;
        margin-left: 0 !important;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap-top .category-wrap ul li,
  body.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap-top .category-wrap ul li,
  body.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap-top .category-wrap ul li,
  body.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap-top .category-wrap ul li,
  body.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap-top .category-wrap ul li, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap-top .category-wrap ul li,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap-top .category-wrap ul li,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap-top .category-wrap ul li,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap-top .category-wrap ul li,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap-top .category-wrap ul li {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .tags-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .tags-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .tags-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .tags-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .tags-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .tags-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .tags-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .tags-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .tags-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .tags-wrap {
        display: none !important;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .date-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .date-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .date-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .date-wrap,
  body.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .date-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .date-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .date-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .date-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .date-wrap,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .date-wrap {
        margin-left: 15px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar img,
  body.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .post-author .author-avatar img,
  body.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .post-author .author-avatar img,
  body.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .post-author .author-avatar img,
  body.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .post-author .author-avatar img, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .post-meta-wrap .post-author .author-avatar img,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .post-meta-wrap .post-author .author-avatar img,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .post-meta-wrap .post-author .author-avatar img,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .post-meta-wrap .post-author .author-avatar img,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap .post-author .author-avatar img {
        border-radius: 40px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-8,
  body.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-9,
  body.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-8,
  body.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-9,
  body.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-8,
  body.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-9,
  body.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-8,
  body.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-9,
  body.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-8,
  body.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-9, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-8,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .row .col-md-9,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-8,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .row .col-md-9,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-8,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .row .col-md-9,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-8,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .row .col-md-9,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-8,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .row .col-md-9 {
        width: 100%;
        max-width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .a2a_top .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_2 .a2a_top .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_3 .a2a_top .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_4 .a2a_top .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_5 .a2a_top .addtoany_shortcode .a2a_kit, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .a2a_top .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .a2a_top .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .a2a_top .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .a2a_top .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .a2a_top .addtoany_shortcode .a2a_kit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_2 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_3 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_4 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_5 .a2a_top .addtoany_shortcode .a2a_kit a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .a2a_top .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .a2a_top .addtoany_shortcode .a2a_kit a {
        margin-bottom: 10px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .after-content .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_2 .after-content .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_3 .after-content .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_4 .after-content .addtoany_shortcode .a2a_kit,
  body.single-post #wrapper .site-content .stmt-single-style_5 .after-content .addtoany_shortcode .a2a_kit, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .after-content .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .after-content .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .after-content .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .after-content .addtoany_shortcode .a2a_kit,
  body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .after-content .addtoany_shortcode .a2a_kit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body.single-post #wrapper .site-content .stmt-single-style_1 .after-content .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_2 .after-content .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_3 .after-content .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_4 .after-content .addtoany_shortcode .a2a_kit a,
    body.single-post #wrapper .site-content .stmt-single-style_5 .after-content .addtoany_shortcode .a2a_kit a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_1 .after-content .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 .after-content .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3 .after-content .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 .after-content .addtoany_shortcode .a2a_kit a,
    body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .after-content .addtoany_shortcode .a2a_kit a {
        margin-bottom: 10px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_4, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_4 {
        margin-top: 0;
        padding: 15px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_5 h1, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 h1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap div:last-child, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_5 .post-meta-wrap div:last-child {
        margin-right: 0;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap i, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap i {
        margin-top: 5px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap ul li, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .tags-wrap ul li {
        margin-bottom: 8px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .stm_js__shareble a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stm-tags-soc-wrap .stm_js__shareble a {
        margin-left: 0;
        margin-right: 10px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .related-posts-wrap .related-posts-grid, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .related-posts-wrap .related-posts-grid {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .related-posts-wrap .related-posts-grid .grid_view_item, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .related-posts-wrap .related-posts-grid .grid_view_item {
        width: 100%;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .comment-body .comment-avatar, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .comment-body .comment-avatar {
        width: 45px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .children, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .comments-area .comment-list li .children {
        padding-left: 20px !important;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond form .form-submit span:after, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond form .form-submit span:after {
        display: none;
    }

    body.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond form .form-submit span input[type='submit'], body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond form .form-submit span input[type='submit'] {
        min-width: 150px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_2, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_2 {
        padding: 15px 15px 30px;
    }

    body.single-post #wrapper .site-content .stmt-single-style_3-head > *:not(.header-featured-img), body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-single-style_3-head > *:not(.header-featured-img) {
        padding: 0 15px;
    }

    body.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap-top .category-wrap ul li, body.stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap-top .category-wrap ul li {
        margin-bottom: 10px;
    }

    body.single-post #wrapper .site-content .header-featured-img-style_6 .entry-title, body.stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img-style_6 .entry-title {
        max-width: 100%;
        margin: 0 auto;
        line-height: 40px;
    }

    body.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap, body.stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 10px;
    }

    body.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap .post-author, body.stmt-template-demo_three.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap .post-author {
        width: auto;
        margin: 0 !important;
    }

    body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous, body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next {
        padding: 5px 10px;
    }

    body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous:before, body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous:after, body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next:before, body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next:after, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous:before, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous:after, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next:before, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next:after {
        display: none;
    }

    body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous a, body.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-previous a, body.stmt-template-demo_three.single-post #wrapper .site-content .stmt-post-navigation-wrap .navigation.post-navigation .nav-links .nav-next a {
        margin: 0;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img {
        display: block;
        min-height: 140px;
        overflow: hidden;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .img img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) translateZ(0);
        -o-object-fit: cover;
        object-fit: cover;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px 0;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top {
        font-size: 8px;
        line-height: 30px;
        margin-bottom: 0;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top span, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .top span {
        font-size: 12px;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .heading-font, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .left a .post-data .heading-font {
        margin-top: 0;
        font-size: 16px;
        line-height: 16px;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img {
        display: block;
        min-height: 140px;
        overflow: hidden;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img img, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .img img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) translateZ(0);
        -o-object-fit: cover;
        object-fit: cover;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px 0;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top {
        font-size: 8px;
        line-height: 30px;
        margin-bottom: 0;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top span, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .top span {
        font-size: 12px;
    }

    body.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .heading-font, body.stmt-template-demo_three.single-post #wrapper .site-content .stm_prev_next_pagination .right a .post-data .heading-font {
        margin-top: 0;
        font-size: 16px;
        line-height: 16px;
    }

    body #wrapper .site-content .button.load_more {
        width: auto;
    }

    body #wrapper .site-content > .stm-grid-view-block.style_5 {
        margin-top: 50px !important;
    }

    body #wrapper .site-content .stm-grid-view-block.style_2 .container .row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body #wrapper .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 {
        width: 100%;
        max-width: 100%;
        -ms-flex: inherit;
        flex: inherit;
    }

    body #wrapper .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 .grid_view_item:after {
        display: none;
    }

    body #wrapper .site-content .stm-grid-view-block.style_2 .container .row .col-md-4 .grid_view_item .meta-bottom .meta {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    body #wrapper .site-content .wp-block-audio {
        display: block;
        margin: 40px auto;
    }
  @    keyframes pulse-ring {
        0% {
      transform: scale(0.5);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

body #wrapper .site-content .wp-block-audio .mejs-audio {
    display: block;
    width: 100% !important;
    height: 200px !important;
    background: #ffffff;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 200px;
    background: #ffffff;
    padding: 40px 0 40px 20px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button {
    display: block;
    width: 52px;
    height: 50px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    margin: 1px 10px 0 0;
    -ms-flex: inherit !important;
    flex: inherit !important;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:before {
    content: '';
    position: relative;
    display: block;
    width: 138%;
    height: 138%;
    box-sizing: border-box;
    margin-left: -20%;
    margin-top: -20%;
    border-radius: 100px;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    z-index: -1;
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #4fbe6e;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.01, 0.515, 0.955) -0.4s infinite;
    z-index: -1;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #4fbe6e;
    margin: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time {
    margin: 0 5px;
    padding: 14px 0 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time span {
    font-size: 15px;
    color: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail {
    margin: 9px 5px 0;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    max-width: 120px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 1px;
    background: #222222;
    overflow: hidden;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
    background: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-currenttime-container {
    width: 70px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-duration-container {
    width: 70px;
    margin-right: 17px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button {
    margin-right: 3px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button {
    width: 25px;
    background: transparent;
    border: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button:hover, body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button:active {
    border: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button {
    position: relative;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: '\e8b1';
    font-family: 'Linearicons';
    font-size: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button {
    position: relative;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e8b4';
    font-family: 'Linearicons';
    font-size: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider {
    display: block;
    height: 1px;
    position: relative;
    margin-right: 36px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    display: block;
    height: 1px;
    top: 0;
    width: 110px;
    background: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-handle {
    background: #222222;
}

body #wrapper .site-content .comments-area .comment-respond form .comment-form-author,
  body #wrapper .site-content .comments-area .comment-respond form .comment-form-email,
  body #wrapper .site-content .comments-area .comment-respond form .comment-form-url {
    width: 100%;
}

body #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix .comment-meta .comment-meta-data-unit .comment-divider {
    margin: 0 3px !important;
}

body #wrapper .site-content .comments-area .comment-list li .children {
    margin-left: 20px !important;
}

body #wrapper .site-content .stmt-post-author-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

body #wrapper .site-content .navigation.pagination {
    padding: 0;
}

body #wrapper .site-content .navigation.pagination .nav-links a.prev, body #wrapper .site-content .navigation.pagination .nav-links a.next {
    font-size: 12px;
}

body #wrapper .site-content .navigation.pagination .nav-links a.prev {
    padding-right: 8px;
}

body #wrapper .site-content .navigation.pagination .nav-links a.next {
    padding-left: 4px;
}

body #wrapper .site-content .navigation.pagination .nav-links > a, body #wrapper .site-content .navigation.pagination .nav-links > span {
    padding: 5px 12px;
    line-height: 24px;
    font-size: 14px;
    margin: 0 3px;
}

body .wp-block-gallery li {
    width: 100% !important;
}

body .wp-block-columns {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

body .wp-block-columns .wp-block-column {
    width: 100% !important;
    margin: 0;
}

body .wp-block-columns .wp-block-column > * {
    margin: 20px auto 0 !important;
}

body .wp-block-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .style_3 .stm_gutenberg_flex_column_c_c .meta-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
}

body .wp-block-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .style_3 .stm_gutenberg_flex_column_c_c .meta-bottom li {
    white-space: nowrap;
    margin-bottom: 10px;
    -ms-flex-pack: center;
    justify-content: center;
}

body .wp-block-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .style_3 .stm_gutenberg_flex_column_c_c .meta-bottom li .post-author .normal-font {
    white-space: nowrap;
}

body .wp-block-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .style_3 .stm_gutenberg_flex_column_c_c .meta-bottom li.post-date {
    padding-left: 2px;
}

body .wp-block-columns .wp-block-column .stm_gutenberg_single_post_wrap .container .stm_gutenberg_single_post .stm_gutenberg_sp-content .style_3 .stm_gutenberg_flex_column_c_c .meta-bottom li.post-date:before {
    display: none;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.archive.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.archive.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.search.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.search.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.search.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap {
    border-radius: 2px !important;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.archive.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.archive.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.search.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.search.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.search.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.archive.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.archive.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.search.cat_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.search.tag_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.search.search_head_img #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category {
    width: 100% !important;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.archive.tag_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.archive.search_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.search.cat_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.search.tag_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.search.search_head_img #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap {
    border-radius: 2px !important;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-sm-6, body.archive.tag_head_img #wrapper .site-content > .row .col-sm-6, body.archive.search_head_img #wrapper .site-content > .row .col-sm-6, body.search.cat_head_img #wrapper .site-content > .row .col-sm-6, body.search.tag_head_img #wrapper .site-content > .row .col-sm-6, body.search.search_head_img #wrapper .site-content > .row .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: inherit;
    flex: inherit;
}

body.archive.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.archive.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.archive.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.search.cat_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.search.tag_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.search.search_head_img #wrapper .site-content > .row .col-sm-6 .meta-bottom {
    width: 100%;
}

body.archive #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap, body.search #wrapper .site-content > .row .col-md-4 .grid_view_item .img-wrap {
    border-radius: 2px !important;
}

body.archive #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta, body.search #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

body.archive #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category, body.search #wrapper .site-content > .row .col-md-4 .grid_view_item .meta-bottom .meta li.category {
    width: 100% !important;
}

body.archive #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap, body.search #wrapper .site-content > .row .col-md-12 .list_view_item .img-wrap {
    border-radius: 2px !important;
}

body.archive #wrapper .site-content > .row .col-md-12 .list_view_item .meta-wrap ul li.category, body.search #wrapper .site-content > .row .col-md-12 .list_view_item .meta-wrap ul li.category {
    width: 100% !important;
}

body.archive #wrapper .site-content > .row .col-sm-6, body.search #wrapper .site-content > .row .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: inherit;
    flex: inherit;
}

body.archive #wrapper .site-content > .row .col-sm-6 .meta-bottom, body.search #wrapper .site-content > .row .col-sm-6 .meta-bottom {
    width: 100%;
}

body.search.search-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'], body.search.search-no-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper input[type='text'] {
    height: 50px;
    padding-bottom: 0;
    padding-right: 50px;
}

body.search.search-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper button, body.search.search-no-results #wrapper .site-content .category-head-wrap .search_input .search-wrapper button {
    height: 38px;
    margin-top: 2px;
}

body.archive #wrapper .site-content .category-head-wrap h1, body.blog #wrapper .site-content .category-head-wrap h1 {
    font-size: 40px;
    line-height: 48px;
    width: 98%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
}

body footer .footer-bottom .container .row.columns > div {
    -ms-flex: inherit;
    flex: inherit;
}

body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside {
    width: 100% !important;
    margin-bottom: 30px;
    margin-right: 0;
}

body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside:last-child {
    margin-bottom: 0;
}

body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside .widget-wrapper .widget-title h6 {
    margin-bottom: 10px;
}

body footer .container #footer-main .footer_widgets_wrapper .widgets.cols_4 aside.widget_text .textwidget p {
    margin-bottom: 0;
}

body .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-close-search-popup {
    top: 5%;
    right: 5%;
}

body .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-search-input-wrapper {
    width: 90%;
}

body .stmt-search-popup-wrapper .stmt-serach-popup-block .stmt-search-input-wrapper form .searchform-wrapper .search-wrapper input[type='text'] {
    line-height: 44px;
}

.single-post #wrapper .site-content .stmt-single-default .post-meta-wrap .post-author, .single-attachment #wrapper .site-content .stmt-single-default .post-meta-wrap .post-author {
    width: auto;
    margin-bottom: 0 !important;
}

.single-post #wrapper .site-content .stmt-single-default .wp-block-gallery .blocks-gallery-item, .single-attachment #wrapper .site-content .stmt-single-default .wp-block-gallery .blocks-gallery-item {
    min-width: 100%;
}

.single-post #wrapper .site-content .stmt-single-default .after-content .addtoany_shortcode .a2a_kit, .single-attachment #wrapper .site-content .stmt-single-default .after-content .addtoany_shortcode .a2a_kit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-post #wrapper .site-content .stmt-single-default .after-content .addtoany_shortcode .a2a_kit > a, .single-attachment #wrapper .site-content .stmt-single-default .after-content .addtoany_shortcode .a2a_kit > a {
    margin-bottom: 10px;
}

.single-post #wrapper .site-content .stmt-single-style_4 .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix, .single-attachment #wrapper .site-content .stmt-single-style_4 .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix {
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post #wrapper .site-content .stmt-single-style_4 .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix .comment-meta, .single-attachment #wrapper .site-content .stmt-single-style_4 .comments-area .comment-list li .comment-body .comment-info-wrapper .comment-info .clearfix .comment-meta {
    margin-left: 0;
}

.page #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button {
    width: 55px;
    height: 51px;
}

.page #wrapper .site-content .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px !important;
}

.stmt-template-default footer .container #footer-main {
    margin-top: 40px;
}

.stmt-template-demo_two #wrapper .site-content .comments-area .comment-list li .comment-body .comment-info-wrapper {
    padding-left: 10px !important;
}

.stmt-template-demo_two footer {
    margin-top: 0;
}

.stmt-template-personal .site-content #respond {
    padding: 10px 20px 20px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-img {
    margin: 0 auto;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .left {
    margin-top: 15px;
    text-align: center;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .right ul li a {
    margin: 0 4px;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-meta-top .right ul li a i {
    margin: 0 !important;
}

.stmt-template-personal .site-content .stmt-post-author-wrapper .author-meta .author-desc {
    text-align: center;
}

.widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 25% !important;
}

.widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a {
    height: 120px !important;
} }

@media (max-width: 450px) {
    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond {
        padding: 10px 20px 20px;
    }

    .single-post #wrapper .site-content .stmt-single-style_6 .after-content .stmt-has-comment #respond form .form-submit span input[type='submit'] {
        padding: 10px 20px;
    }

    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a {
        height: 105px !important;
    }
}

@media (max-width: 430px) {
    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a {
        height: 100px !important;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button {
        width: 64px;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:before {
        width: 140%;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:after {
        top: -1px;
        left: -1px;
    }
}

@media (max-width: 400px) {
    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a {
        height: 90px !important;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button {
        width: 76px;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:before {
        width: 140%;
        top: -1px;
        left: 1px;
    }

    body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:after {
        top: -1px;
        left: -1px;
    }
}

@media (max-width: 370px) {
    .stmt-template-personal .site-content #respond form .form-submit {
        width: 100%;
    }

    .stmt-template-personal .site-content #respond form .form-submit span input[type='submit'] {
        display: block;
        min-width: inherit;
        width: 100%;
        padding: 6px 40px 6px 20px;
    }
}

@media (max-width: 360px) {
    body.single-post #wrapper .site-content .header-featured-img-style_6 .post-meta-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

@media (max-width: 350px) {
    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 25% !important;
    }

    .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a, .widget_instagram_feed_wrapper.alignfull #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_10 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_3 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_4 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_6 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_7 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_8 #sbi_images .sbi_item .sbi_photo_wrap a,
    .stmt-instagram-wrap.full_width #sb_instagram.sbi_col_9 #sbi_images .sbi_item .sbi_photo_wrap a {
        height: 80px !important;
    }
}

@media (max-width: 340px) {
    .stmt-template-personal .site-content #respond form .form-submit {
        width: 100%;
    }

    .stmt-template-personal .site-content #respond form .form-submit span:after {
        right: 5%;
    }

    .stmt-template-personal .site-content #respond form .form-submit span input[type='submit'] {
        display: block;
        min-width: inherit;
        width: 100%;
    }
}

@media (max-width: 320px) {
    body.stmt-template-demo_three #wrapper #header .stm_mobile__header > .container {
        padding: 0;
    }

    body.search.search-results #wrapper .site-content .row .col-md-8 .list_view_item .meta-wrap .meta-middle .meta li, body.search.search-results #wrapper .site-content .row .col-md-12 .list_view_item .meta-wrap .meta-middle .meta li {
        margin-right: 15px !important;
    }

    body #wrapper .site-content .wp-block-audio {
        display: block;
        margin: 40px auto;
    }
  @    keyframes pulse-ring {
        0% {
      transform: scale(0.5);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

body #wrapper .site-content .wp-block-audio .mejs-audio {
    display: block;
    width: 100% !important;
    height: 200px !important;
    background: #ffffff;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 200px;
    background: #ffffff;
    padding: 40px 0 40px 20px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button {
    display: block;
    width: 78px;
    height: 50px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    margin: 1px 10px 0 0;
    -ms-flex: inherit !important;
    flex: inherit !important;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:before {
    content: '';
    position: relative;
    display: block;
    width: 140%;
    height: 140%;
    box-sizing: border-box;
    margin-left: -20%;
    margin-top: -20%;
    border-radius: 100px;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    z-index: -1;
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #4fbe6e;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.01, 0.515, 0.955) -0.4s infinite;
    z-index: -1;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-playpause-button button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #4fbe6e;
    margin: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time {
    margin: 0 5px;
    padding: 14px 0 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time span {
    font-size: 15px;
    color: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail {
    margin: 9px 5px 0;
    -ms-flex: inherit;
    flex: inherit;
    width: 36%;
    max-width: 120px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 1px;
    background: #222222;
    overflow: hidden;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
    background: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-currenttime-container {
    width: 70px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-duration-container {
    width: 70px;
    margin-right: 17px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button {
    margin-right: 3px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button {
    width: 25px;
    background: transparent;
    border: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button:hover, body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button button:active {
    border: 0;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button {
    position: relative;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button:before {
    content: '\e8b1';
    font-family: 'Linearicons';
    font-size: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button {
    position: relative;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    content: '\e8b4';
    font-family: 'Linearicons';
    font-size: 24px;
    color: #222222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider {
    display: block;
    height: 1px;
    position: relative;
    margin-right: 36px;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    display: block;
    height: 1px;
    top: 0;
    width: 110px;
    background: #222222;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
    background: #4fbe6e;
}

body #wrapper .site-content .wp-block-audio .mejs-audio .mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-handle {
    background: #222222;
}

body #wrapper .site-content .wp-block-columns.has-2-columns .wp-block-column {
    margin: 0;
}

body #wrapper .site-content .wp-block-columns.has-2-columns .wp-block-column .stm_gutenberg_single_post_wrap {
    margin: 0 !important;
}

body #wrapper .site-content .wp-block-columns.has-2-columns .wp-block-column > p {
    display: none;
}

body #wrapper .site-content .stm-list-view-block.style_4 .container p
> div > div .list_view_item .meta-wrap .meta-middle .meta li.category {
    width: 100%;
}

body #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

body #wrapper .site-content .row .col-md-4 .grid_view_item .meta-bottom .meta li.category {
    width: 100%;
    margin-bottom: 15px;
}

.stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-default,
  .stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-style_1,
  .stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-style_2,
  .stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-style_3,
  .stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-style_4,
  .stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .stmt-single-style_5 {
    padding: 30px 15px !important;
}

.stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid .grid_view_item .meta-bottom .meta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stmt-template-cryptomag.boxed-layout.single-post #wrapper .site-content .related-posts-wrap .related-posts-grid .grid_view_item .meta-bottom .meta li {
    white-space: nowrap;
} }
