/* ==========================================================
   BENANA MUSIC STUDIO — GLOBAL ADDITIONAL CSS
   Hello Elementor
========================================================== */


/* ==========================================================
   CENTRE GUTENBERG HEADINGS
========================================================== */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    text-align: center !important;
}


/* ==========================================================
   HIDE WORDPRESS / HELLO ELEMENTOR PAGE TITLES SITE-WIDE

   Your custom landing pages already contain their own H1,
   so the theme-generated title is not needed visually.
========================================================== */

.page .page-header {
    display: none !important;
}

.page .page-header .entry-title,
.page .entry-title,
.page .page-title,
.elementor-page-title,
.wp-block-post-title {
    display: none !important;
}


/* ==========================================================
   REMOVE ANY LEFTOVER TITLE SPACING
========================================================== */

.page .page-header {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    border: 0 !important;
}


/* ==========================================================
   MOBILE WIDTH / CLIPPING FIX
========================================================== */

@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .alignwide,
    .alignfull {
        margin-left: 0 !important;
        margin-right: 0 !important;

        width: 100% !important;
        max-width: 100% !important;
    }

    .wp-block-group,
    .wp-block-cover,
    .wp-block-image,
    .entry-content {
        max-width: 100%;
    }

}


/* ==========================================================
   GLOBAL LINKS
========================================================== */

a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    text-decoration-line: none !important;
}

a {
    font-weight: 600;
}

a:hover {
    opacity: 0.85;
}


/* ==========================================================
   GUTENBERG LINKS
========================================================== */

.entry-content a,
.wp-block a {
    text-decoration: none !important;
}


/* ==========================================================
   GUTENBERG BUTTONS
========================================================== */

.wp-block-button__link,
.wp-element-button {
    text-decoration: none !important;
}


/* ==========================================================
   ELEMENTOR BUTTONS
========================================================== */

.elementor-button,
.elementor-button-link {
    text-decoration: none !important;
}