/*
 Theme Name:   HollyWood
 Theme URI:    https://yourdomain.com
 Description:  A custom child theme for Hestia.
 Author:       Karl Glasgow
 Author URI:   https://keg4.com
 Template:     hestia
 Version:      1.0.0
 Text Domain:  hollywood
*/
body .header-filter {
    background: #e91e63;
}
.header-filter-gradient {
    background: #e91e63;
}
body.custom-background {
    background: #e91e63;
    /*background: linear-gradient(45deg, rgba(168, 29, 132, 1) 0, rgb(234, 57, 111) 100%);*/
}
body.home.custom-background {
    height: 100vh;
    background-image: url(/wp-content/uploads/2020/04/Holly-Wood-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -150px;
}
.wrapper {
    background-color: #e91e63;
}
/*
.page-header.header-small {
    min-height: 200px;
}
.page-header.header-small .container {
    padding-top: 60px;
}
.main-raised {
    margin-top: -250px !important;
}
.hestia-title {
    margin-top: -75px !important;
}*/
.woocommerce-page .page-header.header-small {
    min-height: 415px !important;
}
.woocommerce-page .page-header.header-small .container {
    padding-top: 60px;
}
.woocommerce-page .main-raised {
    margin-top: -250px !important;
}
.woocommerce-page .hestia-title {
    margin-top: -75px !important;
}
.woocommerce-cart .blog-post h1.hestia-title,
.woocommerce-checkout .blog-post h1.hestia-title {
    margin-top: -120px !important;
    text-align: center;
    color: #FFFFFF;
    font-size: 42px;
}
.woocommerce-page .blog-post .container {
    padding-top: 50px;
}
footer .copyright {
    display: none !important;
}
