/* Contact Bar Override - Must load AFTER stylenew.min.css */
#contact-bar-fixed {
    position: fixed !important;
    right: 13px !important;
    bottom: 50px !important;
    z-index: 9999 !important;
    background: #f2ecec !important;
    background-color: #f2ecec !important;
    background-image: none !important;
    border: 2px solid #ccc !important;
    border-radius: 8px !important;
    padding: 10px 5px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    width: 85px !important;
}

#contact-bar-fixed.giuseart-nav {
    background: #f2ecec !important;
    background-color: #f2ecec !important;
    background-image: none !important;
}

#contact-bar-fixed ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#contact-bar-fixed ul li {
    list-style: none !important;
}

#contact-bar-fixed ul > li a {
    display: block !important;
    padding: 5px 3px !important;
    border-radius: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    max-width: 75px !important;
    min-height: 60px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

#contact-bar-fixed ul > li a:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

#contact-bar-fixed ul > li a span {
    display: block !important;
    font-size: 10px !important;
    line-height: 12px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-top: 2px !important;
    padding: 2px !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

#contact-bar-fixed ul > li a i {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 auto 3px auto !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

#contact-bar-fixed ul > li a::after {
    content: attr(href) !important;
    display: none !important;
}

#contact-bar-fixed ul > li {
    overflow: visible !important;
    text-indent: 0 !important;
}

.phone-mobile {
    display: none !important;
}

/* Mobile Responsive */
@media only screen and (max-width: 600px) {
    .phone-mobile {
        display: block !important;
    }

    #contact-bar-fixed {
        background: rgb(255, 255, 255) !important;
        width: 100% !important;
        height: 60px !important;
        line-height: 50px !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999 !important;
        padding: 5px !important;
        margin: 0 !important;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3) !important;
        border-radius: 0 !important;
        border: none !important;
    }

    #contact-bar-fixed ul > li a {
        padding: 0 !important;
        margin: 0 auto !important;
        max-width: none !important;
        max-height: none !important;
    }

    #contact-bar-fixed li {
        float: left !important;
        width: 20% !important;
        height: 50px !important;
    }

    #contact-bar-fixed .button .phone_animation {
        position: absolute !important;
        top: -16px !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 100% !important;
        background: #ff5733 !important;
        border: 2px solid white !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    }

    #contact-bar-fixed .button .phone_animation i {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        background-size: 60% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 0 !important;
    }

    #contact-bar-fixed .button .btn_phone_txt {
        display: none !important;
    }

    #contact-bar-fixed ul > li a i {
        width: 30px !important;
        height: 30px !important;
    }
}
