/* Nav - New Highlight */
@media screen and (min-width: 40em) {
    ul.sub-menu li.new.menu-item a {
        padding-right: 90px;
        position: relative;
    }

    ul.sub-menu li.new.menu-item a:after {
        background-color: #14b7a6;
        background-image: url(https://www.mattgaser.com/wp-content/themes/mattgaser/img/new.jpg);
        background-position: center center;
        background-size: contain;
        content: '';
        height: 100%;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
        width: 70px;
    }
}

/* Home - Store Categories */

#store-cta #store-categories {
    border-bottom: 2px solid #b76f25;
    padding-bottom: 45px;
}

/* Home - Store Dr Z */

#store-cta #featured-drz {
    background: url(https://www.mattgaser.com/wp-content/themes/mattgaser/img/drz/bg.jpg) no-repeat top right;
    background-size: cover;
    padding: 50px 0
}

@media screen and (min-width: 40em) {
    #store-cta #featured-drz {
        padding: 100px 20px
    }
}

#store-cta #featured-drz .bg-imgs img {
    left: 0 !important;
    height: auto;
    transform: translateY(0);
    width: 100%;
}

#store-cta #featured-drz .img,
#store-cta #featured-drz .cell {
    z-index: 1;
}

#store-cta #featured-drz #featured-drz-title {
    background: url(https://www.mattgaser.com/wp-content/themes/mattgaser/img/featured-product-title.png) no-repeat top center
}

#store-cta #featured-drz #featured-drz-title span {
    display: none
}

#store-cta #featured-drz #featured-drz-content {
    max-width: 390px
}

#store-cta #featured-drz #featured-drz-content h4 {
    color: #fff;
    font-family: 'abraham_lincolnregular';
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5)
}

#store-cta #featured-drz #featured-drz-content p {
    color: #c3c7cc;
    font-size: .875rem;
    line-height: 1.5
}

#store-cta #featured-drz #featured-drz-content a.button {
    background: #262933;
    font-family: 'abraham_lincolnregular';
    font-size: 1.25rem
}