/*
Theme Name: Wiguard Child
Description: Child Theme for Wiguard Theme
Author: zozothemes
Version: 1.0
Template: wiguard
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

ul.logobar-items.nav.pull-right, .search-toggle-wrap, ul.logobar-items.nav.pull-left, img.image.wp-image-9460.attachment-full.size-full, a.full-search-toggle {
    display: none;
}
.mobile-header-items li a, .mobile-bar li a, .zmm-dropdown-toggle, .close:before, .close:after {
    color: #ffffff !important;
}
.mobile-header, .mobile-bar {
    background: rgb(17, 29, 55) !important;
}
.nav-item-inner .search-form {
    display: none !important;
}
.mobile-header .mobile-header-inner ul>li img {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}
.logobar {
    background: rgb(17, 29, 55) !important; }
    ul.logobar-items.nav.pull-center.text-center.show-opacity {
        float: none !important;
        width: 210px;
        text-align: center !important;
        margin: 0 auto !important;
        display: inherit;
    }
    .hp-label {
        color: #007aff;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        font-weight: 500;
    }
    span.blue-dot {
        width: 25px;
        opacity: 0.8;
    }
    .cont-hp-labels {
        padding-bottom: 15px;
        border-bottom: solid 1px #e1e1e1;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .navbar {
        background: #192239 !important;
    }
    ul.wiguard-main-menu > li > a, ul.wiguard-main-menu > li > .main-logo {color: #fff !important;}
    .navbar .wiguard-main-menu > .current-menu-item > a { color: #57B960 !important}

    p {color: #5b5b5b; font-size: 16px;
        line-height: 22px;}

@media only screen and (max-width: 768px) {
    .mobile-bar-inner .nav-item-inner .mobile-logo img {
        max-width: 140px !important;
    }
}