/*
Theme Name: Purposeful Living Child
Template: purposefulliving
*/
/*
@media only screen and (min-width: 601px) {
    .image-bg.hero-bg:before {
        content: '';
        position: absolute;
        width: calc(100% - 60px);
        height: calc(100% - 15px);
        background-color: rgba(0, 0, 0, .35);
        top: 0;
        left: 30px;
    }
    .banner-image .image-bg-inner {
        position: relative;
    }
    .banner-image .image-bg .color-block-inner {
        width: unset;
        text-align: right;
        padding-left: 33%;
    }
}
*/