/*
Theme Name:majang
Description:majang
Author:A2Z Tech
Template:flatsome
Version:3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#wp-admin-bar-a2ztech > .ab-item:before{
    background-image:url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width:100%;
    height:30px;
    background-size:contain;
    content:"";
    display:block;
    background-position:left bottom;
    background-repeat:no-repeat;
}

#wp-admin-bar-a2ztech .ab-item{
    width:110px;
    height:30px !important;
    padding:0;
    margin:0;
    overflow:hidden;
}

#wp-admin-bar-a2ztech > .ab-item:before{
    background-image:url(https://a2ztech.vn/content/uploads/2020/04/logo-a2ztech.png) !important;
    width:100%;
    height:30px;
    background-size:contain;
    content:"";
    display:block;
    background-position:left bottom;
    background-repeat:no-repeat;
}

#wp-admin-bar-a2ztech .ab-item{
    width:110px;
    height:30px !important;
    padding:0;
    margin:0;
    overflow:hidden;
}

@media only screen and (min-width:49em) {
}

@media only screen and (max-width:48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}