@media only screen and (max-width: 1500px)
.products li.product {
    height: 270px !important;
}

.products li {
border-color: #fff !important;
}

.products > li {
    border: 0px solid #efefef !important;
    border-bottom-width: 0px !important;
}

.single-product .product_meta {
   display: none;
}

.tp-caption.avadahugewhitetextbg, .avadahugewhitetextbg {
    font-family: 'Josefin Sans' !important;
}

.tp-caption.jade-3, .jade-3 {
    font-family: 'Josefin Sans' !important;
    max-height: 165px;
}

.tp-caption.avadahugewhitetext, .avadahugewhitetext {
font-family: 'Josefin Sans' !important;
}

.products-3 > li {
    margin-bottom: 82px;
}

.products li.product img{
    max-width: 70%;
    height: auto;
    position: relative; 
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-content h3, .product-title, .project-content h3 {
    line-height: 42px !important;
    margin-top: 13px !important;
    
}