/*
Theme Name: AiNeN Child
Theme URI: https://ainen.modeltheme.com/
Template: ainen
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: AI Agent & Automation WordPress Theme
Version: 1.2
Text Domain: ainen
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */
body .mt-addons-tab-content section {
    background-image: linear-gradient(91deg, #D8282C0F 0%, #fafafa 68%);
}
.is-sticky header {
    background-color: #fff;
    box-shadow: 0 0 10px #0000000f;
}
body footer .copyright {
    line-height: 100%;
    text-align: center;
    padding: 25px 10px;
}
.sidebar-5 {
    width: 33%;
}
.menu.nav-effect.nav-menu {
    width: 100%;
    justify-content: end;
}
.textwidget a {
    font-weight: 400;
    color: inherit;
}
#menu-item-11829 a {
    background: var( --e-global-color-primary ) !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 10px;
    color: #fff !important;
}
.sticky-whatsapp {
    position: fixed;
    bottom: 80px;
    right: 28px;
    z-index: 11;
    width: 60px;
    box-shadow: 2px 2px 10px #00000059;
    border-radius: 50%;
}
.ainen_preloader_holder .circle {
    border-top: 2px solid var( --e-global-color-primary ) !important;
    border-left: 2px solid var( --e-global-color-primary ) !important;
}
#menu-item-11829 a::before{
	display:none;
}
.is-sticky .logo img, .is-sticky .navbar-header .logo img {
    max-width: 205px;
}