/*
Theme Name: Aperitif
Theme URI: http://aperitif.elated-themes.com
Description: Wine Shop and Liquor Store
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: aperitif
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* a.jr-show-login {
    font-weight: 700 !important;
    color: #c8693a !important;
} */

.jrButton1.jrBlue1, a.jrButton1.jrBlue1, a.jrButton1.jrBlue1:link, a.jrButton1.jrBlue1:visited {
    background-color: var(--fwd-color-blue-600);
    border-color: var(--fwd-color-blue-600);
    color: var(--fwd-color-white)!important;
}

a.jrButton1, a.jrButton1:hover, a.jrButton1:link, a.jrButton1:visited {
    cursor: pointer;
    text-decoration: none!important;
}

.jrButton1.jrBlue1 {
    background-color: #d77647!important;
    font-family: "Spectral SC",serif!important;
    font-size: 15px;
    letter-spacing: .13em;
    line-height: 2em;
    text-transform: capitalize!important;
    border: 0!important;
}

.jrButton1 {
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    margin-right: 0.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    line-height: 1.5;
    padding: 8px 16px;
}