/*
Theme Name:   Solace_Child
Description:  A child theme for Solace.
Author:       BPrado
Template:     solace
Version:      1.0.0
*/

/**HEADER**/
.search-form button.search-submit.nv-submit {
    background-color: #5E7EA7 !important;
}
ul#menu-about li a,ul#menu-earn-money li a,ul#menu-footer-menu li a{
    color: #fff !important;
}
.main-page .container-page .row1 .boxes-header .cover .image .overlay {
    background-color: #5E7EA7 !important;
}
/**MY ACCOUNT PAGE**/
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #5E7EA7;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
p.woocommerce-LostPassword.lost_password a {color: #002062;}
p.woocommerce-LostPassword.lost_password a:hover {color: #5E7EA7;}
.woocommerce-privacy-policy-text a {
    color: #002062;
    text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover {color: #5E7EA7;}
.lost_reset_password button.woocommerce-Button.button {
    background-color: #5E7EA7;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.main-page .container-page .row1 .boxes-header .cover {
    position: relative;
    background-position: center center;
    min-height: 200px !important;
}
div#customer_login h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff !important;
    background-color: #5E7EA7;
    padding: 5px 0;
    margin: 0 auto;
}

/**SEARCH FORM HEADER**/
form.search-form {
    width: 500px;
}