/*
Theme Name: Occasio Child
Theme URI: https://geekletter.com
Description: Child theme for Occasio
Author: Your Name
Template: occasio
Version: 1.0.0
*/


.fixed-appointment-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .fixed-appointment-btn {
        display: block;
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 12px;
        z-index: 99999;
        background: #0073aa;
        color: #ffffff;
        padding: 15px 20px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    }

    body {
        padding-bottom: 80px;
    }
}