.background-cover {
    display: none;
}

.wpcf7-recaptcha {
    margin-bottom: 20px;
}

.sidebar>.widget_text:nth-child(1) .fa:before {
    content: "\f041";
}

.sidebar>.widget_text:nth-child(2) .fa:before {
    content: "\f095";
}

.sidebar>.widget_text:nth-child(3) .fa:before {
    content: "\f1ac";
}

.sidebar>.widget_text:nth-child(4) .fa:before {
    content: "\f003";
}

#map {
    width: 100%;
    height: 50vh;
}

@media screen and (max-width: 964px) {
    .with-sidebar-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .with-sidebar-container > .sidebar-col {
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        position: relative !important;
    }

    .with-sidebar-container > .jquery-stickit-spacer {
        display: none !important;
    }
}