/* shop page
-------------------------------------*/

.shop-header {
    display: block;
    clear: both;
    padding: 10px 10px 10px 20px;
    margin: 0px 0px 10px;
}

.shop-page-title {
    text-align: left;
}

.shop-menu {
    float: left;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 15px 20px;
    font-family: 'hk_grotesklight', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.shop-menu .selection {
    font-family: 'hk_groteskbold', sans-serif;
    padding-bottom: 10px;
}

.shop-products {
    float: right;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    padding: 0 0 15px 0;
    width: 75%;
}

.shop-products .shop {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
}

.shop-products .shop .grid-img {
    background-color: #231f20;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    line-height: 0;
}

.shop-info {
    position: relative;
}

.shop-info:hover .ud-menu-a {
    opacity: 1;
}

.ud-menu-a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.51);
    opacity: 0;
    transition: all .26s ease-out;
    -o-transition: all .26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -moz-transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
}

.ud-menu-b {
    display: table;
    width: 100%;
    height: 100%;
}

.ud-menu-c {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 55px;
}

.shop-info .entry-title {
    font-size: 23px;
    font-size: 2.3rem;
}

.shop-products .shop .entry-title {
    padding: 6px 0;
}

.featured-meta {
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 9px;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 10px;
    margin-bottom: 10px;
}

.shop-info a, .shop-info .read-more span {
    color: #fff;
}

.shop-info .read-more span {
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff;
}

@media only screen and (max-width: 1030px) {
    .shop-products .shop {
        width: 49%;
    }
}

@media only screen and (max-width: 780px) {
    .shop-menu {
        float: none;
        text-align: center;
        display: block;
        padding: 0 0 20px 0;
    }
    .shop-products {
        float: none;
        width: 100%;
    }
    .ud-menu-a {
        opacity: 1;
    }
    .ud-menu-c {
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 600px) {
    .shop-products .shop {
        width: 100%;
    }
}