/* Autogenerated by richieste-it Lead2Call */
/* Variabili personalizzabili */
#lead2call-footer {
	--l2c-bg: #F98953;
	--l2c-bg-hover: #F98953;
	--l2c-text: #000000;
	--l2c-icon: #000000;
	--l2c-bg-footer: transparent;
}

#lead2call-footer.mobile-footer {
    display: none !important;
}

@media (max-width: 768px) {

    body {
        padding-bottom: 50px;
    }

    #lead2call-footer.mobile-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
        justify-content: space-between;
        z-index: 9999;
        background: var(--l2c-bg-footer);
    }

    #lead2call-footer .btn-footer {
        display: flex !important;
        flex: 1 1 0 !important;
        box-sizing: border-box;
    }

    #lead2call-footer .btn-footer > a {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
        background: var(--l2c-bg);
        color: var(--l2c-text);
        padding: 12px 0;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-align: center !important;
        width: 100% !important;
        max-width: none !important;
        white-space: nowrap;
        float: none !important;
    }

    #lead2call-footer .btn-footer svg.icon {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
        flex-shrink: 0;
        display: inline-block;
        fill: var(--l2c-icon);
    }

    #lead2call-footer .btn-footer > a:hover {
        background: var(--l2c-bg-hover);
    }
}
