/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.mobile-phone-bar {
    display: none;
}

@media (max-width: 768px) {
    .mobile-phone-bar {
        position: fixed;
        z-index: 9999;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px 12px;

        padding: 0 10px;

        background-color: var(--theme-palette-color-6);
        color: var(--theme-headings-color);
    }

    .mobile-phone-bar:hover{

    }

    .ht-ctc-chat{
        bottom: 74px !important;
    }

    footer.ct-footer{
        padding-bottom: 60px;
    }

}