body {
  --wp--preset--font-size--small: 15px !important;
}

.has-small-font-size {
	line-height: 1.73;
}

#navinner {
    max-width: 1280px !important;
    z-index: 10;
    margin: 0 auto !important;
    text-align: left !important;
    position: relative !important;
    width: 95% !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:hover,
    .screen-reader-text:active,
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }

/*----------- News ----------*/
.news-list .entry-box {
    margin-bottom: 10px;
    padding: 0;
    width: 100% !important;
}

.entry-box {
    overflow: hidden;
}

    .entry-box .image {
        display: block;
        margin-bottom: 35px
    }

    .entry-box img {
        max-width: 100%;
    }

    .entry-box a:hover {
        text-decoration: none;
    }

    .entry-box .info-box {
        float: left;
        width: 17.5%;
        border-right: 1px solid #e5e5e5;
        margin-bottom: 8px;
    }

        .entry-box .info-box .details {
            margin: 16px 0 12px 0;
            padding: 6px 0 0 0;
            list-style: none;
        }

    .entry-box .details li {
        margin-bottom: 10px;
        font-size: 12px;
    }

        .entry-box .details li strong {
            display: block;
            font-size: 13px;
            margin-bottom: 10px;
        }

        .entry-box .details li.posted-in {
        }

            .entry-box .details li.posted-in a {
                color: #000000;
                text-decoration: none;
            }

                .entry-box .details li.posted-in a:hover {
                    text-decoration: underline;
                }

    .entry-box .social {
        overflow: hidden;
    }

        .entry-box .social li {
            margin-right: 5px
        }

    .entry-box .text-box {
        float: right;
        width: 79.4%;
    }

        .entry-box .text-box .featured-image {
            float: left;
            width: 120px;
            display: block;
            margin-right: 10px;
            padding-top: 6px;
        }

        .entry-box .text-box .entry-title {
            margin-bottom: 16px;
            margin-top: 0px
        }

            .entry-box .text-box .entry-title a {
                text-decoration: none;
                color: #000000;
                line-height: 28px;
                text-transform: uppercase !important;
            }

        .entry-box .text-box p {
            margin-bottom: 0;
            color: #000
        }

        .entry-box .text-box .readmore {
            text-decoration: none;
            font-size: 13px;
            color: #000000;
            font-weight: bold;
        }

    .entry-box .related-post {
        overflow: hidden;
        padding-top: 80px;
        padding-left: 0;
        list-style: none;
    }

        .entry-box .related-post li {
            float: left;
            width: 41%;
            padding-right: 8.8%;
            margin-right: 8.8%;
            border-right: 1px solid #cccccc;
        }

            .entry-box .related-post li.last {
                margin: 0;
                padding: 0;
                border: 0;
            }

            .entry-box .related-post li .name {
                display: block;
                margin-bottom: 6px;
                text-decoration: none;
                color: #000000;
            }

                .entry-box .related-post li .name:hover {
                    text-decoration: underline;
                }

.single .entry-box .info-box {
    padding-right: 1%
}

.single .entry-box .text-box p {
    margin-bottom: 1.5em;
}

.single .entry-box .text ul {
    list-style: disc;
}

.single .entry-box .text ol {
    list-style: decimal;
}

.entry-box .text-box h1 {
    font-size: 18px;
}

.entry-box .text-box h2 {
    font-size: 15px;
    margin: 0px 0px 1.5em;
    color: #000000;
}



.wp-pagenavi {
    padding: 30px 0 20px;
}

    .wp-pagenavi a.first {
        padding-left: 7px !important;
    }

.newslist0 .entry-box .text-box {
    float: none;
    width: auto
}

.newslist0 .entry-box .details {
    padding-top: 0;
    margin: 15px 0;
    list-style: none;
    padding-left: 0;
}

.newslist0 .featured-image {
    float: left;
    width: 330px;
    height: 300px
}

.newslist0 .info-box {
    float: left;
    width: 650px;
    border-right: 0;
}

.newslist0 .entry-box .details li.posted-in {
    line-height: 15px;
}

    .newslist0 .entry-box .details li.posted-in a:hover {
        text-decoration: underline;
    }

.news-list.newslist0 img {
    width: 100%;
}

.breadcrumbs .contents {
    border-bottom: 1px solid #e0e0e0;
    clear: both;
    height: 36px;
    overflow: hidden;
}

.breadcrumbs a, .breadcrumbs span {
    margin-right: 5px;
    display: block;
    float: left;
    padding: 0 0 0 9px;
    background: url("images/icon-breadcrumb.gif") no-repeat left center;
    color: 000000;
    text-decoration: none;
    font-size: 12px;
    margin-top: 8px;
}

.breadcrumbs .level-0 {
    background: 0;
    padding-left: 0;
}

.sm {
    display: none;
}

.categories-links ul.children {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 10px !important;
}

.single .text-box .text {
    overflow: hidden;
}

    .single .text-box .text a {
        color: #000;
    }

    .single .text-box .text .wp-element-button {
        color: #000;
        text-decoration: none;
        letter-spacing: .12em;
        font-size: 11px;
        font-weight: 500;
        line-height: 10px;
        padding: 18px 20px;
        height: 46px;
        text-align: center;
        font-family: "Avenir Next LT W01 Demi","Helvetica Neue",helvetica,arial,sans-serif;
        text-transform: uppercase;
    }

    .single .text-box .text a:hover {
        text-decoration: none;
    }

.wp-pagenavi {
    overflow: hidden;
}

    .wp-pagenavi a, .wp-pagenavi span {
        float: left
    }

.text-box h3, .text-box p {
    margin: 0px 0px 1.5em;
}

.home section.main {
    padding-top: 30px !important;
}

.col-right {
    float: right;
    width: 20%;
}

.col-main {
    float: left;
    width: 77.75%;
}

.col-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.col-right li {
    margin-bottom: 6px;
}

    .col-right li.bottom {
        border: 0;
        margin-bottom: 0;
    }

    .col-right li a {
        color: #111111;
        display: block;
        font-size: 11px;
    }

.block-widget {
    border: 1px solid #efefef;
    background: #fafafa;
    margin-bottom: 10px;
    padding: 12px;
}

    .block-widget .title {
        color: #000000;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0;
        cursor: pointer;
    }

        .block-widget .title i {
            float: right;
        }

.blog .col-right .categories-links ul, .blog .col-right .archive-links ul {
    display: none;
    margin-top: 15px;
}

.single .entry-box .social p {
    margin-bottom: 5px
}

    .single .entry-box .social p .addthis_button_facebook_share {
        display: block;
        margin-bottom: 11px;
    }

@media screen and (max-width: 1280px) {

    .newslist0 .featured-image {
        width: 33%;
        height: auto;
    }

    .newslist0 .info-box {
        width: 65.3%;
    }

    .newslist0 .entry-box .details {
        clear: both;
        margin-top: 0;
    }

    .newslist0 .entry-box span.hr {
        width: 100%;
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
        display: block;
    }

    .newslist0 .entry-box .image {
        margin-bottom: 20px
    }

    .newslist0 .entry-box .social a.addthis_button_facebook_share {
        width: 85px
    }

    .fb_iframe_widget span {
        width: 85px !important
    }
}


@media screen and (max-width: 810px) {
    .blog .col-main, .blog .col-right {
        width: 100%;
        float: none
    }

    .blog .col-right {
        text-align: left;
    }


    .newslist0 li.entry-box {
    }

    .blog .col-right, .sidebar-buttons, .blog .main, .onecol #onecolsidebar {
        width: 100%;
        float: none
    }

    .blog .col-right {
        text-align: left;
    }

        .blog .col-right .categories-links ul, .blog .col-right .archive-links ul {
            display: none;
            margin-top: 15px;
        }

        .blog .col-right .categories-links h3, .blog .col-right .archive-links h3 {
            cursor: pointer;
            margin-bottom: 0;
        }

    .block-widget .title i {
        display: inline
    }

    .newslist0 li.entry-box {
    }

    .fb_iframe_widget span {
        padding-right: 12px !important;
        margin-right: 12px
    }

    #footer .footer-bottom .trustpilot {
        float: none !important;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .newslist0 .featured-image, .newslist0 .info-box {
        float: none;
        width: 100%;
    }

    .newslist0 .featured-image {
        text-align: center;
        margin-right: 0;
    }

    .wp-pagenavi {
        padding: 10px 0 60px;
    }

    .single .info-box.lg {
        display: none;
    }

    .single .info-box.sm {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 30px !important;
    }

    .single .entry-box .text-box {
        float: none;
        width: 100%
    }

    .single .post-date.sm {
        display: block;
        margin-bottom: 20px;
    }

    .single .info-box.sm .social a {
        float: left;
        margin-right: 10px;
    }

        .single .info-box.sm .social a.addthis_button_facebook_share {
            width: 52px
        }

    .entry-box .text-box .entry-title a {
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    .alignleft, .alignright {
        float: none;
    }

    img.alignleft, img.alignright {
        display: block;
        margin: 0
    }

    a img.alignright, a img.alignleft {
        float: none;
        margin: 0
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, --
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h2 a, h3 a {
	text-decoration: none;
}


.news-list,
.alsot_like .entry-box,
.category .entry-box {
    display: flex;
    flex-wrap: wrap;
}

.home .entry-box,
.also_like .entry-box,
.category .entry-box,
.archive .entry-box {
    max-width: calc((100% - 7.24% ) / 3);
    flex-basis: calc((100% - 7.24% ) / 3);
    margin-right: 3.62%;
}

    .home .entry-box:nth-child(3n),
    .also_like .entry-box:nth-child(3n),
    .category .entry-box:nth-child(3n),
    .archive .entry-box:nth-child(3n) {
        margin-right: 0;
    }

.newslist0 .featured-image {
    margin-bottom: 24px;
}

.readmore_content {
    position: relative;
}

    .readmore_content a {
        background: #fff;
        padding-left: 10px;
        display: inline-flex;
        text-decoration: underline;
        position: relative;
    }

.newslist0 .info-box .post-date {
    margin-bottom: 16px;
    font-size: 14px;
    color: #5F6368;
}

.entry-box .text-box .entry-title a {
    font-size: 18px;
    font-weight: 400;
}

.newslist0 .info-box {
    width: 100%;
}

.entry-box .text-box p {
    font-size: 15px;
    line-height: 1.73;
}

.blg_category {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 8px !important;
    border: 1px solid #ededed;
    border-radius: 3px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-right: 8px;
    background: none;
}

.wp-pagenavi {
    display: flex;
    align-items: unset;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

    .wp-pagenavi a, .wp-pagenavi span {
        width: 62px;
        padding: 8px;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: unset;
        font-weight: 400;
        border: unset !important;
    }

        .wp-pagenavi a.current {
            font-weight: 500;
        }

.wp-pagenavi {
    padding: 0;
    box-shadow: 0px 1.1px 3.4px rgba(0, 0, 0, 0.1), 0px 6px 14px rgba(0, 0, 0, 0.12);
}

    .wp-pagenavi a, .wp-pagenavi span {
        margin: 0 !important;
    }

.col-main {
    width: 100% !important;
}

.newslist0 .featured-image {
    width: 100% !important;
    height: auto !important;
}

.entry-box .text-box .entry-title a {
    font-weight: 400 !important;
}

.cms-page, .multibuy {
    padding-bottom: 65px
}

.entry-box .image {
    margin-bottom: 0 !important;
}

.cms-page .col-main,
.cms-page .col-right {
    float: unset !important;
    width: 100%;
}

.cms-page {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0px !important;
}

    .cms-page .col-right > * {
        max-width: calc((100% / 2) - 20px);
        flex-basis: calc((100% / 2) - 20px);
        box-sizing: border-box;
        height: 50px;
        background-color: transparent;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }

    .cms-page .col-right .categories-links.block-widget,
    .cms-page .col-right .archive-links.block-widget {
        justify-content: space-between;
        align-items: center;
    }

    .cms-page .block-widget:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .cms-page .col-right {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 22px;
    }

.cmn-page .block-widget .title {
    font-size: 11px;
}

.cmn-page .block-widget {
    position: relative;
}

.blog .col-right .categories-links ul, .blog .col-right .archive-links ul {
    margin-top: 26px;
}

.cms-page .col-right > * h3 {
    display: flex;
    align-items: center;
}

.cms-page .col-right > * {
    padding: 16px;
    background-color: #fff;
    width: 100%;
}

.entry-box .text-box p {
    color: #4B4B4B;
}

.entry-box .text-box .readmore {
    color: #222222;
}

.blog .col-right .categories-links ul, .blog .col-right .archive-links ul {
    background: #fff;
    padding: 20px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.breadcrumbs a, .breadcrumbs span {
    color: #4B4B4B;
}

.blog .col-right .categories-links h3, .blog .col-right .archive-links h3 {
    font-weight: 400;
}

.main_title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 22px;
}

.home section.main {
    padding-top: 30px;
}

.nav-inner-container .cfxmenu {
    display: flex;
    justify-content: space-between;
}

.single-post .short_content_wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.single-post .entry-box .text-box h2, .stay_in_loop h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.stay_in_loop h2 {
    text-transform: uppercase;
    margin-bottom: 4px;
}

.stay_in_loop {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05), 0px 2px 10px rgba(0, 0, 0, 0.05);
    max-width: 1190px !important;
    width: 95% !important;
    margin: 0 auto;
    padding: 65px 10px 65px 10px;
    text-align: center;
    margin-bottom: 64px;
}

    .stay_in_loop p {
        font-size: 15px;
    }

    .stay_in_loop a {
        border: 1px solid #111;
    }

.single-post p {
    color: #4B4B4B;
}

.full_height_img {
    height: 526px;
}

    .full_height_img img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

.single .entry-box .text-box p {
    margin-bottom: 1.8em;
}

.single-page .size-large {
    height: 415px;
}

    .single-page .size-large img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

.dark_button a,
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    background: #0089ba
    padding: 18px 36px;
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px !important;
    color: #fff !important;
    margin-left: auto;
    letter-spacing: .12em;
    height: auto;
    line-height: 15px;
}

    .dark_button a strong {
        color: #fff;
        font-weight: lighter;
        letter-spacing: 1px;
    }

.wp-block-image {
    margin-bottom: 15px;
}

    .wp-block-image figcaption {
        font-weight: 500;
    }

.single .also_like .entry-box {
    display: flex;
    flex-direction: column;
}

.also_like .entry-box {
    width: 100%;
}

.single .entry-box .text-box {
    width: 100%;
}

.single .entry-box .info-box {
    padding-right: 0;
    width: 100%;
}

    .single .entry-box .info-box ul {
        display: flex;
        justify-content: space-evenly;
    }

.single .entry-box .details li:first-child {
    display: none;
}

.single .fb_iframe_widget span iframe {
    width: 80px !important;
    height: 37px !important;
}

.single .social.bottom i {
    width: 40px;
    height: 40px;
}

.single .btn {
    width: 25px;
    height: 25px;
    border-radius: 0;
}

figure.wp-block-image.size-large img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
/* text img wrap */
.text_img_wrap {
    display: flex;
    margin-bottom: 42px;
}

    .text_img_wrap h1 {
        margin-bottom: 16px;
        font-size: 24px;
        letter-spacing: .12em;
    }

    .text_img_wrap a {
        text-decoration: none;
    }

    .text_img_wrap figure {
        margin: 0;
        padding: 0;
    }

    .text_img_wrap .text_content {
        max-width: 27%;
        flex-basis: 27%;
        margin-right: 3%;
    }

    .text_img_wrap .img_block {
        max-width: 70%;
        flex-basis: 70%;
        height: 100%;
    }

        .text_img_wrap .img_block img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }
/* for visibility in mobile  */
.mob_visible {
    display: none;
}

.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current {
    box-sizing: border-box;
    min-width: 62px;
    height: 45px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi {
    display: inline-block;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 33px !important;
    margin-bottom: 64px !important;
    overflow: visible;
    position: relative;
}

.col-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current {
    font-size: 11px;
    border-right: 1px solid #DDDDDD !important;
}

    .wp-pagenavi span.current {
        background: #DDDDDD;
    }

a[aria-label="Next Page"] {
    position: absolute;
    right: -62px;
    border: unset !important;
}

a[aria-label="Previous Page"] {
    position: absolute;
    left: -62px;
    border: unset !important;
}

.wp-pagenavi > *:last-child {
    border: unset !important;
}

.breadcrumbs a, .breadcrumbs span {
    color: #222222;
}

figure.wp-block-image.size-large.single_img {
    height: 418px;
}

    figure.wp-block-image.size-large.single_img img {
        object-position: top;
    }

.wp-pagenavi span.extend + .larger {
    border: unset !important;
}

#navinner {
    overflow: hidden;
}

.footer-bottom {
    padding-top: 26px;
    padding-bottom: 66px;
}

._8f1i {
    display: none;
}

.addthis_toolbox p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.addthis_toolbox a {
    margin-bottom: 0 !important;
}

.single .fb_iframe_widget span iframe {
    position: relative;
}

.footer_social_icons {
    padding: 36px 0;
    max-width: 323px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer_social_icons li a {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0 18px;
    }

.also_like {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-buttons > .wp-block-button a {
    text-decoration: none;
    margin-bottom: 25px;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    margin-top: 0px;
}

@media(max-width: 1280px) {
    .newslist0 .info-box {
        width: 100% !important;
    }

    .text_img_wrap .text_content {
        max-width: 37%;
        flex-basis: 37%;
    }

    .text_img_wrap .img_block {
        max-width: 60%;
        flex-basis: 60%;
        height: 100%;
    }
}

@media(max-width: 991px) {
    .home .entry-box,
    .category .entry-box,
    .also_like .entry-box,
    .archive .entry-box {
        max-width: calc((100% - 3.62% ) / 2);
        flex-basis: calc((100% - 3.62% ) / 2);
        margin-right: 3.62%;
    }

        .home .entry-box:nth-child(3n),
        .category .entry-box:nth-child(3n),
        .also_like .entry-box:nth-child(3n),
        .archive .entry-box:nth-child(3n) {
            margin-right: 3.62%;
        }

        .home .entry-box:nth-child(2n),
        .category .entry-box:nth-child(2n),
        .also_like .entry-box:nth-child(2n),
        .archive .entry-box:nth-child(2n) {
            margin-right: 0;
        }

    .cms-page .col-right {
        margin-bottom: 30px;
    }

    .home section.main {
        padding-top: 30px;
    }

    figure.wp-block-image.size-large {
        height: 580px;
    }
    /* text img wrap */

    .text_img_wrap {
        flex-direction: column-reverse;
        padding: 0 10px 0 10px;
        margin-bottom: 20px;
    }

        .text_img_wrap .text_content, .text_img_wrap .img_block {
            width: 100%;
            max-width: 100%;
            flex-basis: 100%;
            margin-right: 0;
        }

        .text_img_wrap .img_block {
            margin-bottom: 26px;
        }

        .text_img_wrap h1 {
            font-size: 24px;
        }
}

@media(max-width: 767px) {
    .cms-page .col-right > * {
        max-width: calc((100% / 2) - 8px);
        flex-basis: calc((100% / 2) - 8px);
    }

    .cms-page .block-widget:after {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    .cms-page .col-right .categories-links.block-widget, .cms-page .col-right .archive-links.block-widget {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .single .is-layout-flex.wp-container-19.wp-block-columns {
        display: flex;
        flex-wrap: wrap !important;
        box-sizing: border-box;
        justify-content: space-between !important;
    }

        .single .is-layout-flex.wp-container-19.wp-block-columns > * {
            gap: 0;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

    .single .products_collection .is-layout-flow {
        max-width: calc((100% - 3%) / 2 );
        flex-basis: calc((100% - 3%) / 2 ) !important;
        justify-content: space-between;
    }

    .single .products_collection .is-layout-flex {
        justify-content: space-between;
    }

    .single .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-right: 0 !important;
    }

    .single :where(.wp-block-columns.is-layout-flex) {
        gap: 0 !important;
    }

    .single .single_img {
        max-width: 100%;
        flex-basis: 100%;
    }

    .single body .is-layout-flex {
        justify-content: space-between;
    }

    .single-post .short_content_wrapper {
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .single .is-layout-flow:has(.single_img) {
        max-width: 100%;
        flex-basis: 100%;
    }

    .single .entry-box .info-box ul {
        flex-direction: column;
    }

        .single .entry-box .info-box ul > * {
            margin-bottom: 20px;
        }
}

@media (max-width: 575px) {
    .home .entry-box, .category .entry-box {
        max-width: 100%;
        flex-basis: 100%;
        margin-right: auto;
        margin-left: auto
    }

        .home .entry-box:nth-child(3n),
        .category .entry-box:nth-child(3n),
        .also_like .entry-box:nth-child(3n) {
            margin-right: 0;
        }

    .blog .col-right .categories-links ul, .blog .col-right .archive-links ul {
        padding: 15px;
    }

    .blog .col-right .categories-links h3,
    .blog .col-right .archive-links h3 {
        font-size: 11px;
        font-weight: 400;
    }

    .cms-page .col-right > * {
        height: 34px;
        padding: 7px 0px;
    }

    .cms-page .block-widget:after {
        top: 11px;
    }

    .cms-page .block-widget:after {
        width: 5px;
        height: 5px;
        border-width: 1px;
    }

    .block-widget {
        margin-bottom: 0;
    }

    .blog .col-right .categories-links h3, .blog .col-right .archive-links h3 {
        padding-left: 28px;
        padding-right: 28px;
    }

    .home section.main {
        padding-top: 0px;
    }

    .main_title {
        margin-bottom: 24px;
    }

    figure.wp-block-image.size-large {
        height: 418px;
    }

    .mob_visible {
        display: block;
    }

    .hd_visible {
        display: none;
    }

    .footer_social_icons {
        background: #0089ba;
        width: 100%;
        padding-left: 20vw;
        padding-right: 20vw;
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 100%;
    }

        .footer_social_icons li a {
            filter: invert(1);
            width: 22px;
            height: 22px;
        }

    .footer-bottom {
        background: #0089ba;
    }

        .footer-bottom p.copyright {
            color: #fff !important;
        }
}

@media(max-width: 350px) {
    .cms-page .col-right > * {
        padding: 7px 10px;
    }
}

.wp-block-separator {
    border: 1px solid !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #e1e1e1 !important;
}

.errorpage {
    padding-top: 30px;
    padding-bottom: 30px;
}

.archive h1 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .12em;
    margin-top: 12px;
    margin-bottom: 14px;
}

.wp-block-media-text {
    margin-top: 25px;
    margin-bottom: 25px;
}

li.cat-item.cat-item {
    text-transform: capitalize;
}

.yarpp-related a {
    font-weight: normal !important;
}

.yarpp-related .blg-categories {
    display: block !important;
}

.promotion-bar p {
    color: #fff !important;
}

@media screen and (max-width: 840px) {
    .cms-page {
        padding-top: 0 !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width: 1023px) {
    #navinner {
        padding: 15px !important;
    }

    .breadcrumbs {
        display: block;
        padding-bottom: 20px;
    }
}

section.breadcrumbs {
    text-align: center;
    width: 100%;
    margin: auto;
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.yarpp h2 {
    font-size: 18px !important;
}
.wp-block-image figcaption {
	text-align: center;
}

.post-date {
    margin-bottom: 8px;
}

.header .promotion {
    background: #006E9E;
    /* padding: 10px 0; */
    min-width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: #fff;
    margin-bottom: 20px;
    height: 15px;
}

.footer .wrapper>ul li p {
    color: #fff;
}