/*
Theme Name: Mesmerize Pro Child
Theme URI: https://roycefield.org/
Description: Child theme for Mesmerize PRO.
Author: Gregory Scillitani
Template: mesmerize-pro
Version: 1.1.0
Text Domain: mesmerize-pro-child
*/

/*
 * Mesmerize PRO loads this child stylesheet as its main `mesmerize-style`
 * handle. Importing the parent stylesheet here preserves that same handle,
 * including all generated inline Customizer CSS that Mesmerize attaches to it.
 */
/* Full-browser-width custom post type */
#page-content.rsc-full-width-post {
    width: 100%;
    max-width: none;
}

#page-content.rsc-full-width-post .rsc-full-width-post__container {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 30px;
}

/* Override Mesmerize's single-post card */
#page-content.rsc-full-width-post .post-item {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

/* Override the inner content wrapper */
#page-content.rsc-full-width-post .post-content-single,
#page-content.rsc-full-width-post .post-content-inner,
#page-content.rsc-full-width-post article {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
}

@media screen and (max-width: 767px) {
    #page-content.rsc-full-width-post .rsc-full-width-post__container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #page-content.rsc-full-width-post .post-content-single {
        padding-right: 15px;
        padding-left: 15px;
    }
}