/*
Theme Name: Dynamic
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/dynamic/images/logo-admin.png") no-repeat;
    padding: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    content: "" !important;
    background: url("/wp-content/themes/dynamic/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  ***************/


}