/*
Theme Name: impact
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

#login h1 a {
    background: url("/wp-content/themes/impact/images/logo-admin.png") no-repeat;
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.column-flag img,
.pll-select-flag img,
.pll-language-column img,
.ab-item[lang*="vi"] img,
.ab-item[lang*="en-US"] img,
[class*="column-language_"] img{
    width: 16px!important;
    height: 11px!important;
}


#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    content: "" !important;
    background: url("/wp-content/themes/impact/images/logo-admin.png") no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
}

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


}