/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-header {
    position: relative !important;
}

.book-now-button-wrap {
    position: absolute !important; 
    right: 20px !important; 
    top: 50% !important; 
    transform: translateY(-50%) !important; 
    z-index: 100 !important; 
    display: block; 
}

.book-now-btn {
    background-color: #3E2723; 
    color: #F5F1E6 !important; 
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block; 
    white-space: nowrap; 
    transition: background-color 0.3s ease;
}

.book-now-btn:hover {
    background-color: #2b1c18; 
}

@media only screen and (max-width: 959px) {
    /* Στοχεύει το wrap και το εσωτερικό μενού */
    #mobile-dropdown, 
    #mobile-dropdown ul,
    #mobile-dropdown #menu-main-menu-1 {
        background-color: #f4e5d9 !important;
    }

    /* Απόκρυψη του κουμπιού */
    .book-now-button-wrap {
        display: none !important;
    }
}