/* Replace with original Skin if an existing site */


/* CDN
PROD 
https://dibh4pmtbctcd.cloudfront.net/arnold-msj/site/css/getskincss.css

Dev Live
https://dibh4pmtbctcd.cloudfront.net/arnold-msj/dev/site/css/getskincss.css
*/

:root {
    --primary: #14315a;
    --primarydark: #0c1d36;
    --secondary: #ffd73e;
    --lightgray: #e7eaee;
}
h1 {
    font-family: roboto, sans-serif;
    font-weight: 500;
    color: var(--primary);
    font-style: normal;
}
span, a, p, input {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-style: normal;
}
span.badge.basketQuantity {
    color: var(--secondary);
    border: 0px;
    background: white;
}
nav#main-nav {
    height: 6rem;
    border-bottom: var(--secondary) solid 6px;
}
div#contentrow {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
}
/*top nav bar*/
.navbar-end.is-shown a.navbar-item, .navbar-end.is-shown a, a.navbar-item.top-text {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
.catfish-button, .button, .catfish-button.is-primary, .button.is-primary {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
}
.catfish-button:hover, .button:hover, .catfish-button.is-primary:hover, .button.is-primary:hover {
    background-color: var(--primarydark);
}
a.button.navbar-item.logout, a.button.navbar-item.login {
    border: 2px var(--primary) solid;
    background-color: white;
}
a.button.navbar-item.logout:hover, a.button.navbar-item.login:hover {
    background-color: var(--primary);
    color: white;
    text-decoration: none;
}
.navbar-item .button {
    height: 2.5rem;
    width: 8rem;
}
.navbar-burger span{
    background-color: var(--primary)
}
.badge {
    right: 0.45rem;
    top: -0.25rem;
}
.mobilelogo {
    display: none;
}
.navbar-group.navbar-right-mobile.is-hidden-mobile-breakpoint .navbar-item {
    color: var(--primary);
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
a.button.navbar-item {
    align-self: center;
}
a.button.navbar-item.login {
    margin-left: 1rem;
}
a.button.navbar-item {
    align-self: center;
}
a.button.navbar-item.logout.admin {
    height: 3.125rem;
    margin-left: 0.5rem;
}
.navbar-item.log {
    padding-right: 0px;
}
.navbar-item {
    font-size: 0.9rem;
}
/*nav lower*/
#navlower {
    height: 4.75rem;
    background: var(--primary);
    left: 0;
    right: 0;
    position: fixed;
    z-index: 20;
}
.grid_12.clearfix.top-bar-section {
    justify-content: flex-start;
    display: flex;
}
/*search box*/
#navlower .catfish-button,
.searchbox_wrapper > form > input#small-searchterms {
    border-color: var(--searchbar-bgcolor);
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: none;
    text-transform: uppercase;
    background-color: transparent;
    border: solid var(--secondary);
    border-width: 0 0 1px 0;
    border-radius: 0px;
    color: var(--brand-bright);
    height: auto;
    padding: 0 0 3px 0;
}
#navlower .catfish-button:hover {
    background-color: transparent;
    color: var(--brand-light);
}
.search-box {
    width: 100%;
    max-width: 300px;
    margin: 0px;
    margin-top: 0.5rem;
    display: inline-block;
}
.search-box .searchbutton {
    width: auto;
}
/*banner*/

h2.brandname {
    font-size: larger;
    color: white!important;
}
h1.bannerheading.title.is-spaced.is-1 {
    text-align: left;
    font-weight: 700;
    font-size: 2rem;
    color: white!important;
    margin-bottom: 0;
}
.bannerimg_outside {
    display: flex;
    justify-content: center;
}
img.bannerimg {
    max-width: 40%;
    padding-top: 2rem;
}
a.button.is-medium.viewall {
    font-size: smaller;
    color: white;
    margin-top: 1.2rem;
    background: transparent;
    border: white solid 2px;
}
a.button.is-medium.viewall:hover {
    background: white;
    color: var(--primary);
    border-color: white;
}
.section.is-large {
    padding: 10rem 0;
    margin-top: 4.5rem;
}
.has-background-cover {
    background-size: cover;
    background-position: center;
}
/*featured products*/
.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3 {
    text-align: left;
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 600;
    width: fit-content;
    border-bottom: 3px solid var(--secondary);
    padding-bottom: 0.2rem;
}

/*products grid homepage*/
.product-item--image .picture {
    background: var(--lightgray);
}
.product-item.catfish-default-product-box a {
    color: var(--primary);
    font-weight: 700;
    text-transform: capitalize;
}
.product-grid .item-box {
    height: 100%;
    background: white;
    filter: drop-shadow(2px 4px 6px #d3d3d3);
}
.product-grid .product-item--info {
    padding: 0.5rem;
}
.category-page-productingrid .allProductsCategoriesWrapper .product-grid .listWrapper .listItem .item-box .catfish-default-product-box .add-info .catfish-button {
    text-transform: uppercase;
}
input.productlistaddtocartbutton.catfish-button {
    background-color: var(--primary);
}
input.productlistaddtocartbutton.catfish-button:hover {
    background-color: var(--primarydark);
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button {
    color: var(--primary);
    background: white;
    border: 2px solid var(--primary);
}
input.productlistproductdetailbutton.showproductlandingpage.catfish-button:hover {
    color: white;
    background: var(--primary);
}
.item-box {
    background: white;
    filter: drop-shadow(2px 4px 6px #d3d3d3);
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info {
    padding: 0.8rem;
}
a.image.is-1by1.is-covered img {
    padding: 0.8rem;
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    object-fit: contain!important;
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
}
/*footer*/
footer.catfish-footer {
    display: none;
}
.inquiries {
    background: var(--primarydark);
    text-align: center;
}
.inquiries p, .footer p {
    font-weight: 600;
    padding: 1rem 0px;
    color: white;
    font-size: small;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--primary);
    padding: 3rem 0px;
}
.footer .logo {
    width: 75px;
}
.footer p {
    font-weight: 400;
}
/*cart*/
.cart--edititem input.basketEditButton.options.catfish-button {
    display: none;
}
/*checkout*/
.checkout-data td {
    width: 100%;
}
/*product page*/
.fulldescription, .review-wrapper.box.block.is-light {
    display: none;
}
.product-page-wrapper .product-essential .bigpicture.column img {
    padding: 4rem 1rem;
    background: transparent!important;
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
}
.bigpicture.column.is-12 {
    border: none!important;
    background: transparent!important;
}
.product-essential.grid_6.column.is-6 {
    display: flex;
    align-items: center;
    background: var(--lightgray);
}
.overview {
    margin-left: 10px;
}
.product-page-wrapper, #cartsliderrow, .shoppingcart__wrapper {
    padding-top:  10rem;
}
/*account*/
.block-account-navigation ul a.active, .block-account-navigation ul a.is-active {
    background-color: var(--primary) ;
}

@media screen and (min-width: 1088px) {
    section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.logout, section.LowerDesktopNavBar a.navbar-item.pl-4.pr-4.has-text-weight-bold.login {
        display: none;
    }
    section.LowerDesktopNavBar.mobileonly {
    display: none;
}
#navlower .top-bar-section {
    transform: translate(0px, 1.5rem);
    justify-content: start;
    -webkit-transform: translate(0px, 1.5rem);
    -moz-transform: translate(0px, 1.5rem);
    -ms-transform: translate(0px, 1.5rem);
    -o-transform: translate(0px, 1.5rem);
}
}
@media screen and (max-width: 1087px) {
    .TopMenuFont {
        padding-top: 0.5rem;
    }
    section.LowerDesktopNavBar a.navbar-item {
        color: var(--primary);
    }
    div#lower-navbar {
        padding: 1rem 0px;
    }
    section.LowerDesktopNavBar .navbar-item {
        padding: 0.5rem 0rem!important;
        font-size: 1.25rem;
    }
    .navbar-group {
        align-items: center;
    }
    section.LowerDesktopNavBar {
        background-color: transparent;
    }
    div#lower-navbar {
    padding: 1rem 0px;
    transform: translate(0px, -0.75rem);
}
.grid_12.clearfix.top-bar-section {
    flex-direction: row;
}
.search-box {
    margin-top: 2rem;
}
.innertext-mobile {
    display: flex;
flex-direction: column;
text-align: center;
align-items: center;

}
.innertext-desktop {
    display: none!important;
}
.uploadsandtemplates {
display: flex;
flex-direction: column-reverse;
}
img.ctImage {
width: 80%;
}
.container.imagecontain {
justify-content: center;
}
.empty50, .innertext {
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
p.uploadparagraph {
max-width: 80%;
}
img.ctImage {
margin-bottom: 3rem;
}
}
@media screen and (max-width: 767px) {
    .mobilelogo {
        display: block;
    }
    img.mobilelogo {
        padding: 0.4rem;
    }
    .mainlogo {
        display: none;
    }
    .breadcrumb__container {
        margin-top: 2rem;
    }
    .navigationmenu {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
    .category-page-wrapper {
        padding-top: 2rem!important;
    }
}
@media screen and (max-width:700px) {
    .brandflex.is-flex {
        flex-direction: column;
    }
    img.logobrand {
        max-height: 100%;
        padding: 3rem;
    }
    .category-page-wrapper {
        padding-top: 0px;
    }
}
@media screen and (max-width: 500px) {
    .search-box {
        max-width: 100%;
    }
}
@media screen and (min-width: 1088px) and (max-width: 1279px) {
    .container, .row__container.catfish-container {
        padding: 0px;
    }
}
@media screen and (min-width: 1472px) {
    .utgrid {
        margin: 3rem 0px;
    }
}

/*Editor Styling*/

.infigo-editor .editor_row_top {
    background: var(--primary);
}
.infigo-editor .pagetools {
    background: var(--darkteal);
}
a#singleDialogWatermarkLink {
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
}
div#singlePreviewArea button.catfish-button {
    margin-top: 1rem;
}
.infigo-editor .editor_row_top .catfish-button, .infigo-editor .editor_row_top .pagination-link {
    background-color: transparent;
}
.WorkingFolderInfo.content.notification.is-small {
    display: none;
}

/*login styling*/

.login__wrapper {
    background: url("https://dibh4pmtbctcd.cloudfront.net/arnold-msj/site/images/banners_backgrounds/MSJ_logo-background.jpg");
    background-size: 150px;
}
.login__wrapper > .catfish-container {
    background: var(--primarydark);
    transform: scale(0.8);
    filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    float: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 20px;
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0,0,0,0.2));
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.returning-wrapper__inner, .login__wrapper .page-title h1, .login__wrapper a, .register-customer-wrapper.grid_6.column.is-6 {
    color: white;
}
.login__wrapper .page-title:before {
    content: '';
    display: inline-block;
    height: 9rem;
    width: 75%;
    background: url("https://dibh4pmtbctcd.cloudfront.net/arnold-msj/site/images/logos/MSJ_logo_white.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem;
}
.login__wrapper button.loginbutton.catfish-button:hover {
    background: #284f85;
}
/*Approval Page*/
.approval-page .row__container.catfish-container {
    max-width: fit-content!important;
}