/*
Theme Name: Bedesk
Theme URI: http://wpbingosite.com/wordpress/bedesk/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Bedesk is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bedesk*/

/* Logo styling */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}

/* .logo-image {
    max-height: 60px;
    width: auto;
} */

.logo-text {
    font-size: 40px;
    color: #0136c7;
    font-weight: 500;
    font-family: 'dashicons';
    text-transform: uppercase;
}

/* Center logo on mobile */
@media (max-width: 991px) {
    .header-logo {
        text-align: center;
    }
.logo-text {
    font-size: 32px;
    color: #0136c7;
    font-weight: 500;
    font-family: 'dashicons';
    text-transform: uppercase;
}
    .logo-link {
        justify-content: center;
    }
}