/* Sticky Footer Styles */

.footer-sticky {
    display: none;
}

@media only screen and (max-width: 767px) {
    #acwp-toolbar-btn, #acwp-toolbar-btn-wrap {bottom: 70px !important;}
    button.lc_text-widget--btn, lc_text-widget--box {bottom: 70px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #acwp-toolbar-btn, #acwp-toolbar-btn-wrap {bottom: 100px !important;}
    button.lc_text-widget--btn, lc_text-widget--box {bottom: 100px !important;}
}
/* Sticky footer css */
@media only screen and (max-width: 1024px) {
    .footer-sticky {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #1e73be;
        display: flex;
        justify-content: space-between;
        padding: 0;
        z-index: 9;
        align-items: center;
        height: 50px;
        
    }
    .mobile-icons {padding-top: 5px;}
    .btn-decoration:hover {text-decoration: none;}
    .yr-innerChat-popup{display: none !important;}
    #ast-scroll-top {bottom: 70px !important;}
    iframe.BOT_chatcontainer {bottom: 65px !important;}
}

/*Button temporary css*/
.layout-left, .layout-right {
    width: 50% !important;
}
.sticky-footer-align
 {
    text-align: center !important;
}
.btn-custom-left, .btn-custom-right {
    display: block !important;
}

.icon-right-sticky{ text-align: right !important; padding-right: 15px !important;}
.social-footer{padding-left: 15px !important;}

