/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

#tribe-events > .tribe-events-before-html {
    display: none;
}

#footer-outer .gfield {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
    padding-top: 0;
}

#footer-outer .gfield_label {
    margin-top: 0;
}

#footer-outer .gform_widget h4 {
    margin-bottom: 4px;
}

#footer-outer .gform_wrapper {
    margin-top: 0;
}

#footer-outer .gform_description {
    font-size: 12px;
    line-height: 1.8;
}

#footer-outer .gform_confirmation_message a {
    color: #E87D24;
}

@media (max-width: 1000px) {
    #slide-out-widget-area .mobile-only {
        display: block !important;
    }

    body #slide-out-widget-area a.slide_out_area_close {
        top: 70px;
    }

    #slide-out-widget-area .inner {
        padding-top: 100px;
    }
}