/* ==================================================== */
/*************** Body Background ************************/
body {
    background-color: #ffffff;
    color: #231F20;
}

.widget.blog-posts .owl-carousel .owl-wrapper-outer::after, .products-grid .product-items:not(.owl-carousel)::before, .products-grid .product-items:not(.owl-carousel)::after {
    background-color: #ffffff;
}

.layout_3 .block-newsletter {
    background-color: #ffffff;
}

/* ==================================================== */
/*************** Header Background ************************/
header.page-header, .rd-navbar-static {
    background-color: #ffffff;
}

/* ====================================================== */
/*************** Footer Background ************************/
.page-footer {
    background-color: #f6f6f6;
}

.page-footer-small {
    background-color: #f6f6f6;
}

/* ====================================================== */
@media (min-width: 768px) {
    ul.social-links {
        float: left;
        clear: both;
        width: 100%;
        padding: 0!important;
        text-align: left;
    }

    ul.social-links li {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    ul.social-links {
        display: none;
    }
}
