/* overrides */

#top-menu li {
margin-bottom: 0;
}
.content-area a.c7-btn:hover {
color:#fff;
}

.hours-location button:hover {
background-color: #878a84 !important;
}
.hours-location button:hover a:hover {
color: #fff;
}

/* utility menu */

body .c7-utility-menu-container {
top: 5px;
right: 80px;
z-index: 10001;
}
@media screen and (max-width: 1024px) {
  body .c7-utility-menu-container {
  right: 70px;
  top: 8px;
  }
}

.c7-user-nav__cart button:hover,
.c7-user-nav__cart button:focus,
.c7-user-nav__cart button:focus-visible {
background-color: transparent;
color:#000;
}

.c7-user-nav__account > a, 
.c7-user-nav__cart > button {
padding: 0;
}
.c7-page-checkout .c7-utility-menu-container {
display: none;
}
.c7-user-nav__account__dropdown__header p {
font-size: 18px;
}
.c7-user-nav__account__dropdown li {
margin-bottom: 0;
}
.c7-user-nav__account__dropdown li a, 
.c7-user-nav__account__dropdown__logout {
font-size: 18px;
line-height: 1.5em;
}

body .c7-user-nav__account {
padding-right: 0;
}
.c7-link.c7-user-nav__account__dropdown__logout {
border: none;
font-family: 'Roboto', sans-serif;
text-transform: none;
font-size: 18px;
line-height: 1.5em;
}


/* side cart */

.c7-user-nav__cart > button {
display: none;
}

#c7-side-cart__header__close:hover,
#c7-side-cart__header__close:focus,
#c7-side-cart__header__close:focus-visible {
background-color: transparent;
color:#000;
border: none;
}

/* buttons */

.c7-btn {
text-transform: uppercase;
font-family: 'Aboreto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
border: 1px solid #1f1f1f;
font-size: 20px;
padding: 5px 10px;
}

a.c7-link,
button.c7-link {
text-transform: uppercase;
font-family: 'Aboreto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
border: 1px solid #1f1f1f;
font-size: 20px;
padding: 5px 10px;
}

a.c7-link:not([disabled]):hover, 
a.c7-link:not([disabled]):active, 
a.c7-link:not([disabled]):focus,
button.c7-link:not([disabled]):hover,
button.c7-link:not([disabled]):active,
button.c7-link:not([disabled]):focus {
text-decoration: none;
color: #000;
border: 1px solid #1f1f1f;
}

/* wp buttons */

body .wp-block-buttons .wp-block-button .wp-block-button__link.wp-element-button {
border: 1px solid #1f1f1f;
background-color: transparent;
font-family: 'Aboreto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
color: #1f1f1f;
font-size: 25px;
padding: 30px;
display: inline-block;
border-radius: 0;
}

/* account */

body .c7-breadcrumbs li {
font-size: 18px;
border-radius: 0;
}
.c7-account__header p a {
margin-left: 10px;
display: inline-block;
}
.c7-wrapper h1 {
text-align: center;
}


/* checkout */

body .c7-callout--club li {
line-height: 1.5em;
}
body .entry-content ul.c7-callout__details {
margin-left: 0;
}

.c7-checkout__footer li {
margin-right: 20px;
}
.c7-checkout__footer a {
font-size: 18px;
}

/* misc */

.c7-form__help,
.c7-form__error {
line-height: 1.25em;
}