/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

em {
    font-style: normal!important;
}

p:empty {
    display: none;
}

.row .col h3,
.row .col h4 {
    margin-bottom: 20px;
}

.row .col img {
    width: 100%;
}

.sf-menu li ul li .sf-sub-indicator {
    display: none !important;
}

#header-secondary-outer #social {
    float: right;
}

/* Footer */
/* .before-footer {
    margin-top: 60px;
} */

#footer-outer .row {
    padding: 20px 0 0 !important;
}

#footer-outer .widget {
    margin-bottom: 20px;
}

.footer-sponsors {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 830px;
}

.footer-sponsors .wp-block-column {
    padding: 0 20px;
}

.footer-sponsors .wp-block-column img {
    display: block;
    margin: 0;
}

.material #footer-outer .widget_nav_menu li a {
    color: #ccc !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.material #footer-outer .widget_nav_menu li a:hover {
    color: #c3261e !important;
}

#footer-outer #copyright {
    font-size: 12px;
    line-height: 1.3;
    padding: 0 0 20px !important;
}

#footer-outer #copyright .widget {
    padding-bottom: 1.5em;
}

#footer-outer #copyright .widget:last-child {
    padding-bottom: 0;
}

#footer-outer #copyright .widget p a {
    color: #ccc !important;
}

#footer-outer #copyright .widget p a:hover {
    color: #c3261e !important;
}

/* Newsletter */
#gform_wrapper_1 {
    margin: 0 !important;
    text-align: center;
}
#gform_wrapper_1 .gform_title {
    margin-top: 0;
}
#gform_1_validation_container {
    display: none !important;
}

#gform_1 {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width:641px) {
    #gform_1 {
        flex-direction: row;
        justify-content: center;
    }
}
#gform_1 li.gfield.gfield_error {
    background: none;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#gform_1 .field_description_below .gfield_description {
    padding-top: 6px;
}
.gform_wrapper #gform_1 div.gform_footer.top_label,
.gform_wrapper #gform_1 div.gform-body {
    vertical-align: top;
}
#gform_1 .ginput_container_email input {
    height: 52px;
    padding: 5px 10px;
}

/* Main Content */
#page-header-wrap {
    margin-bottom: 60px;
}

@media only screen and (max-width: 690px) {
    .container {
        max-width: 100%!important;
        padding: 0 30px;
        width: 100%;
    }
    .footer-sponsors .wp-block-column {
        flex-basis: 50%!important;
    }
}
