#custom-header .banner-slider .custom-header-content h2,
#custom-header .banner-slider .custom-header-content h2 a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
@media screen and (max-width: 768px){
    #custom-header .banner-slider .custom-header-content h2,
    #custom-header .banner-slider .custom-header-content h2 a{
        font-size: 1.2rem;
        line-height: 1.25rem;
    }
}
.custom-header-content-wrapper img{
    object-fit: cover;
    object-position: top;
}
.home .vdz_header{
    text-align: center;
    margin-bottom: 30px;
}
.main-navigation ul.nav-menu > li > a{
    padding: 0 12px;
}
#vdz_posts .post-wrapper{
    height: auto !important;
    min-height: 300px;
}
#vdz_posts .our-services article.hentry .post-wrapper{
    padding: 30px 25px;
}
body .vdzCart{
    display: none !important;
}
.vdzCart a{
    background-image: url("../images/shopping-cart-solid.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #CD5C5C;
}
.vdzCart a:hover{
    opacity: 0.8;
}
.vdzSocial{
    margin-top: 20px;
}
.entry-content p{
    margin: 1em 0;
}

@media screen and (min-width: 768px){

    .gallery-columns-4{
        display: flex;
        flex-wrap: wrap;
    }
    .gallery-columns-4 .gallery-item{
        flex: 1 0 21%; /* explanation below */
        margin: 5px;
        margin-bottom: 20px;
    }
}
#coupon_code{
    padding: .618em 1em;
    width: auto !important;
    line-height: initial;
}