/*
Theme Name: Chapmans
Theme URI: https://chapmans.ca/
Description: Custom child theme for Chapmans website using Elementor
Author: 247 Labs
Template: hello-elementor
Version: 1.0.0
*/


#home-our-newest-products {
    -webkit-mask-image: radial-gradient(120% 80px at 50% 100%, black 99%, transparent 100%) !important;
    mask-image: radial-gradient(75% 180px at 50% 100%, black 99%, transparent 100%) !important;
}

@media (max-width: 767px) {
    #home-our-newest-products {
        -webkit-mask-image: radial-gradient(100% 40px at 50% 100%, black 99%, transparent 100%) !important;
        mask-image: radial-gradient(90% 80px at 50% 100%, black 99%, transparent 100%) !important;
    }
}


/* Our Story page styles */
.equal_height_image_box img {
    height: 240px;
}

@media (max-width: 767px) {
    .equal_height_image_box img {
    height: 198px;
}
}

/* Sustainability page styles */
.sustainability_card{
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10) !important;
}