/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-ae1e552 */nav.bottom{
    display:none;
}
@media only screen and (max-width:767px){
    nav.bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        box-shadow: 0 -1px 4px 0 #b3b6bf;
        z-index: 10;
    }
    nav.bottom a {
        flex: 1;
        width: 20%;
        height: 66px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14px 0 12px;
        text-decoration: none;
        color: #576071;
    }
    nav.bottom a .f16, nav.bottom a svg {
        height: 23px;
        width: 23px;
        margin-bottom: 4px;
    }
    nav.bottom a .title {
        font-size: .55em;
    }
    nav.bottom img{
        min-height:35px;
    }
}/* End custom CSS */