/*
Theme Name: Wonderboy
Theme URI: https://wonderboycreative.com/
Author: the Wonder Boy Team
Author URI: https://wonderboycreative.com/
Description: Our theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/  

/* 09-07-21 */
.login-link {
    position: relative !important;
    top: 0 !important;
    margin: 0 10px !important;
}
.for_desk {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logo {
     margin-left: auto;
}
.ctm-user-name {
    background-color: #164e96;
    color: #fff;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
@media(max-width:991px){
    .hdr_lnk, .login-link {
        font-size: 15px !important;
    }
}
@media(max-width:767px){
    .menu_hdr {
        width: 40px;
    }
    .hdr_lnk.for_desk {
        width: calc(100% - 80px);
    }
    .hdr_lnk, .login-link {
        text-align: center;
    }
}
@media(max-width:600px){
    .menu_hdr {
        width: 10%;
    }
    .hdr_lnk.for_mob {
        margin-right: 5px;
    }
    .menu_hdr.ctm-toggle {
        position: static;
        width: 45%;
    }
    div#collapseExample {
        width: 100%;
        left: 0;
    }
    div#collapseExample .nav {
        text-align: left !important;
        margin-left: 0 !important;
    }
    .btn-group.dropright {
        margin-top: 20px;
    }

    /* top-menu */
    .hdr_lnk.for_desk {
        width: 45%;
        display: flex;
        padding-right:0;
    }
    .ctm-mb-hide {
        display: none;
    }
    .menu_hdr .logo {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .login-link {
        font-size: 20px !important;
        text-transform: uppercase;
    }
}
@media(max-width:440px){
    .login-link {
        font-size: 12px !important;
    }

}