/*
 Theme Name:   Salient Child
 Theme URI:
 Description:  Salient Child Theme
 Author:
 Author URI:
 Template:     salient
 Version:
 Tags:
 Text Domain:  salient-child
*/

@import url("../salient/style.css");




/* =Theme customization starts here
-------------------------------------------------------------- */

.woocommerce .span_9 ul.products li.product.product_cat-prints, .woocommerce-page .span_9 ul.products li.product.product_cat-prints {
    width: 30.75%;
    margin-right: 2%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 1000px) and (min-width: 1px){

    .woocommerce .span_9 ul.products li.product.product_cat-prints, .woocommerce-page .span_9 ul.products li.product.product_cat-prints {
        width:47% !important;
        margin: 0 2% 2% 0 !important;
    }
}

body.single-product div.product .product_title {
    padding-right: 0!important;
}

/** Remove the date from the archive post list */
.archive .post-content{
    padding-left: 0;
}

.archive article.post .post-meta{
    display: none;
}



/** Features page - Recent Post changes **/
.page-id-17377 .blog-recent .post-meta,
.page-id-17377 .blog-recent span.meta-category,
.page-id-17377 .blog-recent .article-content-wrap .post-header .meta,
.page-id-17377 .blog-recent .article-content-wrap .excerpt{
    display: none!important;
}

.page-id-17377 .blog-recent .article-content-wrap{
    padding: 20px!important;
}

.page-id-17377 .blog-recent .inner-wrap{
    padding-bottom: 0!important;
}

.page-id-17377 .blog-recent[data-style="default"] .post-header span,
.page-id-17377 .blog-recent[data-style="default"] p{
    display: none!important;
}

.page-id-17377 .blog-recent .col{
    margin-bottom: 0;
}