.elementor-4336 .elementor-element.elementor-element-51889d3{--display:flex;}.elementor-4336 .elementor-element.elementor-element-d9003f2{--display:flex;}.elementor-4336 .elementor-element.elementor-element-889e8cf{--display:flex;}/* Start custom CSS *//* =========================
   DISABLE SIDEBAR ONLY
   ========================= */

#secondary,
.sidebar,
.widget-area,
.elementor-sidebar,
aside.sidebar,
aside#secondary {
    display:none !important;
}


/* EXPAND MAIN CONTENT */

#primary,
.site-main,
.content-area,
.elementor-page,
.elementor {
    width:100% !important;
    max-width:100% !important;
}


/* REMOVE THE EMPTY SIDEBAR GAP */

.site-content,
.content-wrapper,
.container,
.elementor-container {
    grid-template-columns:1fr !important;
}


/* WORDPRESS THEMES THAT USE LEFT/RIGHT COLUMNS */

.content-area {
    margin-left:auto !important;
    margin-right:auto !important;
}

/* =========================
   CENTER PAGE TITLE ONLY
   ========================= */

.entry-title,
.page-title,
.elementor-page-title {

    width:100% !important;

    text-align:center !important;

    margin-left:auto !important;
    margin-right:auto !important;

}


/* RESPONSIVE TITLE SPACING */

.entry-title,
.page-title {

    padding-left:24px;
    padding-right:24px;

}


/* MOBILE */

@media(max-width:768px){

    .entry-title,
    .page-title,
    .elementor-page-title {

        font-size:28px !important;

        line-height:1.35 !important;

    }

}/* End custom CSS */