/*
Theme Name: Christopher Schultz Real Estate
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/*ADA STYLES*/
.ada-label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: inline;
}

/*Media Queries*/
@media only screen and (max-width: 1239px) {

    .deco-text-three,
    .ct-page-title,
    .gform_footer,

    body.home .mcb-column-inner-eb6a57a47 .column_attr,
    body.home .mcb-column-inner-edc0c47ee .column_attr,
    body.home .mcb-column-inner-5caa508b9 .column_attr,
    body.home .mcb-column-inner-2ef522db1 .column_attr,
    body.home .mcb-wrap-inner-3b3e4dd2e .mcb-item-eb6a57a47,
    
    body.page .mcb-column-inner-m7e6n2e83 .column_attr,
    body.page .mcb-column-inner-6r73nbaht .column_attr

    {
        text-align: center !important;
        justify-content: center !important;
    }

    body.home .mcb-item-eb6a57a47 
    {
        max-width: unset !important;
        width: 100% !important;
    }
    
}

@media only screen and (max-width: 767px) {

    body.single .post-wrapper-content .section.the_content .section_wrapper,
    body.single .post-wrapper-content .section.section-post-intro-share .section_wrapper
    {
        max-width: unset !important;
        width: 100% !important;
    }

    #Footer #custom_html-3 .textwidget,
    #Footer #custom_html-4 .textwidget,
    #Footer #custom_html-4 .textwidget .gform_footer
    {
        text-align: center;
    }
    
}