/*
    Theme Name: Abstrak Child
    Theme URI: http://axilthemes.com/themes/abstrak/
    Template: abstrak
    Description: Abstrak is a modern Responsive Multi-Purpose WordPress theme for startup digital agency and SEO agency that offers design, development and online marketing services to its client.
    Author: Axilthemes
    Author URI: http://axilthemes.com
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: abstrak-child
    Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post
    This theme, like WordPress, is licensed under the GPL.
*/

.axil-mainmenu {
    padding: 50px 0;
    transition: var(--transition);
    @media #{$laptop-device} {
        padding: 35px 0;
    }
    @media #{$smlg-device} {
        padding: 30px 0;
    }
    &.axil-sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5;
        background-color: #000 !important;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
        padding: 15px 0;
        animation: headerSlideDown .8s ease forwards;
        .header-action {
            .sidemenu-btn {
                .btn-wrap {
                    background-color: var(--color-body);
                    span {
                       background-color: var(--color-white);

                    }
                }
            }
            .social-icon-list {
                li {
                    a {
                        color: var(--color-dark);
                        &:hover {
                            color: var(--color-primary);
                        }
                    }
                }
            }
        }
    }
}