/**
 * Stylesheet for custom styles - This will be useful to override styles from styleshhets other than style.css like responsponsive.css, styles given from options panel.
 *
 */
.themebtn, .submitbtn, input[type="submit"]{
    background: #50001c !important;
    border-color: #50001c !important;
}
#topbar, #topbar h3, #topbar h4, #topbar h5, #topbar h6, #topbar i{
    color: #8c7159 !important;
}
.themebtn-skyblue, .submit-skyblue input[type="submit"], .reset-skyblue input[type="reset"]{
    background: #8c7159 !important;
    border-color: #8c7159 !important;
}
.themebtn-white, .submit-white input[type="submit"], .reset-white input[type="reset"]{
    background: #8c7159 !important;
    border-color: #8c7159 !important;
    color: #fff !important;
}
.social li a:hover{
    background: unset !important;
    border-color: #5b331f !important;
}