/*  Mobile footer */

/* MOBILE */
/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 959px) {

    .oshin_child #footer {
        display: none;
    }

    .oshin_child #bottom-widgets {
        background: #788587;
        display: block;
        padding: 10px 0;
    }

    .oshin_child #bottom-widgets .one-third.column-block {
        display: none;
    }

    .oshin_child #bottom-widgets .one-third.column-block:first-of-type {
        display: block;
        margin-bottom: 0;
    }

    .oshin_child #bottom-widgets .be-wrap {
        max-width: 440px;
    }

    .oshin_child .re-c-contact-info__title {
        display: none;
    }

    .oshin_child .re-c-contact-info__title,
    .oshin_child .re-c-contact-info__phone,
    .oshin_child .re-c-contact-info__email,
    .oshin_child .re-c-contact-info__address {
        margin-left: 0;
    }

    .oshin_child .re-c-contact-info__email {
        margin-left: 20px;
    }

    .oshin_child .re-c-social-links {
        margin-top: 6px;
    }

    .oshin_child .re-c-social-links,
    .oshin_child .re-c-contact-info {
        text-align: center;
    }

    .oshin_child .fa-circle {
        color: rgba(255, 255, 255, 0.31);
    }

    .oshin_child .fa-inverse {
        color: #788587;
    }

}


