/*
Theme Name: Konsal
Theme URI: https://themeholy.com/wordpress/konsal/
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Konsal - Corporate Business & Consulting WordPress Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: konsal
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* Header sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}
.btn-reserva-online-header{
    background:#3e161d;
    color:#fff !important;
    border-radius:999px;
    padding:12px 22px;
    font-weight:700;
    font-size:14px;
    text-decoration:none !important;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px; /* touch-friendly */
    width:100%;
    max-width:260px;
}

/* Solo móvil */
@media (min-width: 992px){
    .btn-reserva-online-header{ display:none !important; }
}