/*
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
*/

/** scrollbar */

.gform_wrapper {
    overflow: auto !important;
}

.sumome-react-wysiwyg-dropdown select{
	padding-top: 0 !important
}

/** fix header */

@media only screen and (max-width: 1000px) {
    .wpb_wrapper h2{
        font-size: 125% !important;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 15px !important;
    }
}


@media only screen and (min-width: 1001px) {
    .wpb_wrapper h2{
        font-size: 135% !important;
        line-height: 35px !important;
    }
}



/** hamburger menu styling */
@media only screen and (max-width: 1120px) {
    body.material #header-outer:not([data-format="left-header"]) header#top > .container .span_9 > .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover div::after {
        content: 'MENU';
        font-size: 8px;
        color: white;
    }
}

@media only screen and (max-width: 1000px){
    body.material #header-outer:not([data-format="left-header"]) header#top > .container .span_9 > .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover div::after {
        content: '\A\AMENU';
        white-space: pre;
        margin-top: 10px;
        font-size: 8px;
    }

}
