/*
 Theme Name:   TennisClub Child Theme
 Theme URI:    https://tennisclub.themerex.net/
 Description:  Tennis SportClub Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     tennisclub
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  tennisclub
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/* Wrapper για το κουμπί στο mobile menu */
.menu_mobile_button_wrap {
    text-align: center;
    margin: 20px 20px 30px;
}

/* Στυλ του ίδιου του κουμπιού */
.menu_mobile_button_link {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background-color: #ff5722;      /* προσαρμόζεις στο χρώμα του theme */
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
}

/* Προαιρετικά: αν δεν θες να εμφανίζεται στο desktop (σε περίπτωση reuse) */
@media (min-width: 1024px) {
    .menu_mobile_button_wrap {
        display: none;
    }
}
