/*
Theme Name: Agenta
Theme URI: https://agenta-wp.themetags.com/
Author: Themetags
Description: Agenta WordPress theme is a powerful and stylish option for contemporary agencies and businesses. With its extensive customization options, stunning design, and pre-designed layouts, Agenta allows you to create a professional and visually captivating website. It is fully responsive, SEO optimized, and seamlessly integrates with popular plugins, making it a complete solution for building a successful online presence for your agency.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agenta
Tags: custom-background, custom-logo, custom-menu, featured-images, 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 with others.
*/

:root {

    /*=== Color Variables ===*/
    --color_primary: #FF4D00;
    --color_secondary: #262626;
    --color_body: #4d5056;

}

/*============== Admin Bar ================*/
.admin-bar .sticky-header {
    top: 32px
}

@media(max-width:782px) {
    .admin-bar .sticky-header  {
        top: 46px;
    }
}

@media(max-width:600px) {
    .admin-bar .sticky-header {
        top: 0;
    }
}


/*============== Header ================*/
.sticky-header .main-logo,
.attonce-header .logo-sticky {
    display: none;
}

.mobile-menu ul li.has-submenu>a::after,
.offcanvas-category-menu ul li.has-submenu>a::after {
    content: none;
}
