/*
Theme Name: Bizwheel
Theme URI: https://picmaticweb.com/wp/bizwheel/
Author: Picmaticweb
Author URI: https://themeforest.net/user/picmaticweb/portfolio
Description: Bizwheel is a modern and trendy business WordPress Theme we made for developing the business, consulting, digital agency, company, studio, startup, portfolio, blog, and multipurpose creative websites. So, grab your copy and start developing your dream website.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizwheel
*/

/*---------------------------------------------------- */
/*------------------- CSS Variable --------------------*/
:root {
    /*Color Variables*/
    --primary-color: var(--primary_color_opt, #179e66) !important; /*Theme Brand Color*/
    --color-yellow: var(--primary_color2_opt, #F3A908) !important; /*Theme Brand Color 2*/
    --secondary-color: var(--secondary_color_opt, #0a0a0a) !important;
    --body-color: var(--body_color_opt, #333333) !important; /*Theme Paragraph Color*/

    /*font Variables*/
    --poppins: "Poppins", sans-serif;
}

/***============ Admin Bar ================**/
.admin-bar header, .admin-bar header.navbar_fixed > .middle-header {
    margin-top: 32px;
}
@media (max-width: 782px) {
    .admin-bar header.navbar_fixed .middle-header {
        margin-top: 0;
    }
    .admin-bar header .middle-header {
        margin-top: 46px;
    }
}

/***/
.contact-form-area .button .wpcf7-spinner {
    display: none;
}

/*============== Logo ===============*/
header .img-logo img {
    max-width: inherit;
    width: 180px;
}

header.navbar_fixed .img-logo img + img {
    display: block;
}

header.navbar_fixed .img-logo img,
header .img-logo img + img {
    display: none;
}


/*============= Header =======================*/
.error404 header .middle-header {
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.error404 header.navbar_fixed .middle-header {
    position: fixed;
}

.error404 .header .nav li a {
    color: #2e2751;
}


/*=============== Custom Class ================*/
.home-3 header .middle-header {
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 10%);
}
.home-3 .header .right-button .bizwheel-btn {
    border-width: 1px;
    box-shadow: none;
}