/*!
Theme Name: Bexon
Theme URI: https://bexon.themejunction.net/
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Description: Bexon - Corporate Business WordPress Theme.
Version: 1.1.1
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bexon
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

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

Bexon Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* main-header */
.main-header .header-area.header-1 .header-wrapper{
    background-color: #1F1B1B !important;
    justify-content: flex-end;
    padding: 0 !important;
}
.main-header .col-12{
    padding: 0 !important;
}
.main-header .site_logo {
    margin-right: auto;
}
.main-header .menu_bar.menu_offcanvas {
    margin-left: 55px;
}
.tj-offcanvas-area .hamburger_close{
    position: absolute;
    top: 20px;
    right: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.tj-offcanvas-area .hamburger_close_btn{
    font-size: 16px !important;
}
.tj-offcanvas-area .hamburger_close_btn i{
    font-weight: 900;
    font-size: 14px;
}
.tj-offcanvas-area .offcanvas-text{
    max-width: 370px;
}
.tj-offcanvas-area .contact-info .contact-item:nth-of-type(3) .contact-link{
    max-width: 148px;
}



/* media */
@media(max-width: 1366px){
    .main-header .menu_bar.menu_offcanvas {
        margin-left: 35px;
    }
}
