/*
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
*/


.status-error {
    color: red;
}

.status-success {
    color: #5f4d05;
}

.status-error a,
.status-success a {
    color: inherit;
    text-decoration: underline;
}

.login-forms a {
    text-decoration: underline;
}

.login-forms {
    max-width: 600px;
    margin-inline: auto;
}
.login-forms label + input {
    margin-top: 10px;
}

.customer-area-wrapper {
    max-width: 820px;
    margin: 50px auto;
}

.customer-area-wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.customer-area-menu {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #5f4d05;
    padding-left: 10px;
}
.customer-area-menu li {
    display: inline-block;
    border: 1px solid #5f4d05;
    border-bottom: unset;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.customer-area-menu li a {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
}
.customer-area-menu li a:hover {
    background-color: #5f4d05;
    color: #fff;
}

.customer-area > main {
    background-color: #f1f1f1;
    padding: 20px;
}

.customer-area h2 {
    font-size: 20px;
    font-weight: bold;
}
