.page-img-wrap {
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(202,163,3,0.85);
}
.page-img-wrap .container {
    position: relative;
}
.archive.woocommerce #content .page-img-wrap .container {
    padding-bottom: 20px
}
.page-img-wrap h1, .page-img-wrap .h1 {
    font-family: 'Open Sans';
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    text-shadow: 4px 4px 0px #937709;
    text-transform: none;
    text-align: center;
    padding-bottom: 10px;
}
.page-img-wrap .header-subtitle {
    font-family: "Alata";
    font-weight:400;
    font-size: 36px;
    line-height: 1;
    color:#fff;
    padding-top:5px;
    text-shadow: 2px 2px 0px #937709;
    text-align: center;
}
@media only screen and (min-width: 1660px) {
    .page-img-wrap  .container {
        max-width:1600px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1659px) {
    .page-img-wrap  .container {
        max-width:100%;
        padding: 0 30px
    }
}


@media only screen and (min-width: 992px) {
    .page-img-wrap {
        height: 270px;
    }
    .home .page-img-wrap {
        height: 668px
    }
    body:not(.home):not(.archive.tax-product_cat) .page-img-wrap {
        margin-bottom:30px
    }
    .page-img-wrap h1, .page-img-wrap .h1 {
        font-size: 60px;
    }
    .single.single-post .page-img-wrap h1, .single.single-post .page-img-wrap .h1 {
        font-size: 40px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-img-wrap {
        height: 200px
    }
    .home .page-img-wrap {
        height: 500px
    }
    body:not(.home) .page-img-wrap {
        margin-bottom:30px
    }
    .page-img-wrap h1, .page-img-wrap .h1 {
        font-size: 45px;
    }
    .single.single-post .page-img-wrap h1, .single.single-post .page-img-wrap .h1{
        font-size: 35px;
    }
    .page-img-wrap .header-subtitle {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .page-img-wrap {
        height: 170px
    }
    .home .page-img-wrap {
        height: 350px
    }
    .page-img-wrap h1, .page-img-wrap .h1 {
        font-size: 25px;
    }
    .single.single-post .page-img-wrap h1, .single.single-post .page-img-wrap .h1 {
        font-size: 20px;
    }
    .page-img-wrap .header-subtitle {
        font-size: 20px;
    }
}
