/*
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
*/




h3.toggle-title a {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before {
    border-radius: 50px !important;
}

/* Gravity Forms */

p.gform_required_legend {
	display: none;
}

.gform_wrapper {
    margin-top: -5px;
}

.gfield textarea, .gfield select, .gfield input {
    border: 1px solid rgba(219, 218, 222, 0.9) !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
	font-family: Urbanist;
    font-weight: 700;
    font-size: 16px;
    background: var(--nectar-extra-color-1) !important;
    border-radius: 30px !important;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    background: #000000 !important;
}

/* Footer */

#footer-outer {
    font-size: 14px;
    line-height: 1.9;
}

.footer-menu {
    margin-top: 48px;
}

.footer-menu a {
    display: block;
}

#footer-outer .col.span_5 {
    width: 100% !important;
    margin-bottom: 0;
}

/*
#footer-outer .col.span_5 p {
    display: flex;
    justify-content: space-between;
}
*/

#footer-outer #copyright .container div:last-child {
	display: none !important;
}

span.copyright-legal {
    display: flex;
    gap: 40px;
    float: right;
}

#footer-outer #copyright p a {
    font-weight: 700;
    /* text-decoration: underline; */
}





@media only screen and (max-width: 690px) {

.footer-menu {
	/* margin-top: -16px; */
	margin-top: -48px;
}


}