/* Custom CSS */
html {
background-color: #333;
}
a {
color: rgba(0, 0, 0, 0.8);
}
a:hover {
color: #9D010;
}
#block-first-financial-theme-logoutcartblock a {
color: rgba(0, 0, 0, 0.8) !important;
}
#block-first-financial-theme-logoutcartblock a:hover {
color: #9D0101 !important;
}
.l-attribution.l-row {
display:none;
visibility:hidden;
}
.path-frontpage .atl__lc,
.path-frontpage .atl__lc {
width:100% !important;
}
.page,
.regions {
background-color: #fff;
}
.views-view-responsive-grid.views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
border:1px solid #dedede;
padding:10px;
margin:5px;
}
.views-view-responsive-grid.views-view-responsive-grid--horizontal .field-commerce-product--title {
font-weight:600;
letter-spacing:.025em;
font-size:120%;
border-bottom: 1px dashed #dedede;
}
.button--add-to-cart.button {
color: #000;
font-weight: 600;
text-transform: uppercase;
background: #f9e131 !important;
border: 0;
padding: .25em 2em;
box-sizing: content-box;
border-radius: 10px;
}
.button--add-to-cart.button:hover {
color: #f9e131 !important;
background: rgba(0, 0, 0, 0.8) !important;
}
.button {
color: #000;
font-weight: 600;
text-transform: uppercase;
background-color: #f9e131 !important;
border: 0;
padding: .25em 2em;
box-sizing: content-box;
border-radius: 10px;
-webkit-box-shadow: inherit;
box-shadow: inherit;
}
.button:hover {
color: #f9e131 !important;
background-color: rgba(0, 0, 0, 0.8) !important;
}
.pr-navbar {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.8);
}
.pr-navbar .regions {
background: transparent;
}
.ms-dropmenu .rm-block__content .menu__link {
padding: 1rem 2em;
font-weight:600;
}
.menu__link:hover,
.menu__link.is-active {
color:#000 !important;
background-color: #f8c832 !important;
}
.pr-footer {
color: #ffffff;
background-color: #333;
}
a.account, a.cart, a.myorder {
background-repeat: no-repeat;
background-position: 0 0;
background-size: auto;
}
a.account {
padding-left: 20px;
background-image: url(/sites/default/files/icons/lock-icon.svg);
}
a.cart {
padding-left: 26px;
background-image: url(/sites/default/files/icons/cart-icon.svg);
}
a.myorder {
padding-left: 26px;
background-image: url(/sites/default/files/icons/myorder-icon.svg);
}
.search-form__submit.button {
background-color: rgba(0, 0, 0, 0.8) !important;
border-color: rgba(0, 0, 0, 0.8) !important;
}
table {
width: -webkit-fill-available;
}
fieldset {
padding: 20px;
border: 1px solid #dedede;
}
legend {
text-transform: uppercase;
font-size: 1.25em;
color: #333333;
font-weight:600;
}
.site-branding {
display:inherit;
text-align:center;
}