@media (min-width: 1200px) {
    .sa-material > .container {
        max-width: 80%;
    }
}

/* EN */
html[lang="en-US"] #ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* section-banner-single-column */
.section-banner-single-column {
    position: relative;
    z-index: 0;

    .banner-bg-single-column {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;

        img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        &:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }
}

p.blog-banner a {
    display: block;
}

/* footer mid */
.f-mid .f-clutch {
    margin-left: auto;
}

@media (max-width: 576px) {
    .f-mid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .f-mid .f-clutch {
        order: 2;
    }

    .f-mid .f-logo {
        order: 3;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #e6e7e8;
    }
    
    .f-mid .f-logo img {
        max-width: 170px;
    }

    .f-social {
        align-items: center;
    }

    .f-social li:first-child {
        display: flex;
    }
}