.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* 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 */