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

header#top {
    display: none;
}
div#header-outer {
    top: 0px !IMPORTANT;
}
div#header-space {
    display: none;
}

.signup_form {
    display: flex !important;
    justify-content: center !important;
}
.signup_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 20px;
    background-color: rgb(5, 96, 110);
    border-color: rgb(2, 59, 68);
    font-size: 14px;
}

.signup_form span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email
 {
    width: 600px !important;
    border-color: rgb(226, 226, 226) !important;
    border-radius: 4px !important;
    height: 50px !important;
    background-color: #fff !important;
	 border: 1px solid;
}

body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright, body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"] #copyright {
    padding-top: 30px;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding-bottom: 30px;
}

div#copyright p {
    font-size: 18px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: rgb(5, 96, 110);
    border-bottom: 4px solid rgb(2, 59, 68);
}

