/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/

/* ================================================
   Sticky Contact Button - Mobile Only
   ================================================ */

/* Oculta el botó per defecte (PC i tablet) */
.sticky-contact-btn {
    display: none;
}

/* Mostra i estilitza NOMÉS en mòbil */
@media only screen and (max-width: 767px) {
    .sticky-contact-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;

        /* Colors i tipografia */
        background-color: #C10D1E;
        color: #ffffff !important;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        text-decoration: none;

        /* Espaiat */
        padding: 16px 0;
        line-height: 1.4;

        /* Evitar que el contingut quedi tapat pel botó */
    }

    /* Afegeix espai al final del body perquè el botó no tapi contingut */
    body {
        padding-bottom: 56px;
    }
}

/* ================================================
   Oculta el HTML de contacte al fons en vista PC
   ================================================ */
@media only screen and (min-width: 768px) {
    .sticky-contact-btn {
        display: none !important;
    }
}
