/**
* Theme Name: Suppre Child
* Description: This is a child theme of Suppre, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: suppre
* Version: 1.1.7
*/

/* RELAXED - Mobile menu font and close icon customization */
@media (max-width: 1024px) {
    /* Eski X ikonunu temizle */
    body .mfp-close,
    body .mobile-menu-close,
    body .mobile-nav-close,
    body .offcanvas-close,
    body .off-canvas-close,
    body .canvas-close,
    body .menu-close {
        width: 42px !important;
        height: 42px !important;
        font-size: 0 !important;
        color: transparent !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        opacity: 1 !important;
        position: absolute;
        top: 22px;
        right: 24px;
    }

    body .mfp-close *,
    body .mobile-menu-close *,
    body .mobile-nav-close *,
    body .offcanvas-close *,
    body .off-canvas-close *,
    body .canvas-close *,
    body .menu-close * {
        display: none !important;
    }

    /* Yeni modern X ikonu */
    body .mfp-close::before,
    body .mfp-close::after,
    body .mobile-menu-close::before,
    body .mobile-menu-close::after,
    body .mobile-nav-close::before,
    body .mobile-nav-close::after,
    body .offcanvas-close::before,
    body .offcanvas-close::after,
    body .off-canvas-close::before,
    body .off-canvas-close::after,
    body .canvas-close::before,
    body .canvas-close::after,
    body .menu-close::before,
    body .menu-close::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 24px !important;
        height: 2px !important;
        background: #111111 !important;
        border-radius: 999px !important;
        transform-origin: center !important;
    }

    body .mfp-close::before,
    body .mobile-menu-close::before,
    body .mobile-nav-close::before,
    body .offcanvas-close::before,
    body .off-canvas-close::before,
    body .canvas-close::before,
    body .menu-close::before {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    body .mfp-close::after,
    body .mobile-menu-close::after,
    body .mobile-nav-close::after,
    body .offcanvas-close::after,
    body .off-canvas-close::after,
    body .canvas-close::after,
    body .menu-close::after {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    /* Hover / dokunma hissi */
    body .mfp-close:hover,
    body .mobile-menu-close:hover,
    body .mobile-nav-close:hover,
    body .offcanvas-close:hover,
    body .off-canvas-close:hover,
    body .canvas-close:hover,
    body .menu-close:hover {
        opacity: 0.65 !important;
    }
}