/* Enter Your Custom CSS Here */
.resources-main .fl-post-grid-post {
    box-shadow: 0px 2px 11px 0px rgb(0,0,0,0.1);
}
.fl-builder-content .fl-node-60794913cddad .fl-post-grid-title a {
    color: #dc924f;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    /* min-height: 124px; */
}

/* home page new arrivals */
.new-arrivals-home .product-img-wrap {
    background: #ccc;
    position: relative;
    width: 85%;
    height: auto;
    margin: 24px auto 20px;
}
.new-arrivals-home .product-img-wrap:after {
    opacity: 1;
    background-color: #fff;
}
.new-arrivals-home .woocommerce ul.products li.product {
    background: #eee;
}
.new-arrivals-home .woocommerce ul.products li.product a img {
    z-index: 1;
	   padding:0 15px;
}