/* ToolboxAI Theme Styling */
body .nav-menu-desktop .sub-menu li a {
    padding: 2px 20px;
}
body .nav-menu-desktop .sub-menu .nav-icon-angle {
    transform: rotate(357deg) translateY(0);
    bottom: 18px;
    right: 10px;
}
footer .widget-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer .menu-item a {
    margin-left: 15px;
    line-height: 1.5;
    font-weight: 400 !important;
    display: inline-block;
    color: #4C526A;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
footer .menu-item {
    margin-left: 18px;
}
footer li a:hover::before {
    transform: none !important;
}
body footer .menu .menu-item a:hover {
    color: #A044FA !important;
}
footer .menu-item a::before {
    content: "\f105";
    font-family: fontawesome;
    height: 15px;
    left: -15px;
    position: absolute;
    top: 5px;
    width: 2px;
    color: #222;
    transform: none;
    font-weight: 400;
}
.sidebar-content:not(.header7) {
    padding: 40px;
    overflow: hidden;
    background: #F5F2FF;
    width: 30%;
    margin-right: 40px;
    border-radius: 10px;
    height: fit-content;
}
body .widget_categories .cat-item {
    list-style: none;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 1px solid #e9e9e9;
}
.widget_search .search-field, .widget_search label {
    box-sizing: inherit;
    width: 100%;
}
.toolboxai-article-wrapper h3.toolboxai-post-name a {
    font-size: 30px;
    line-height: 40px !important;
}
.toolboxai-article-details .article-detail-meta i {
    margin-right: 5px;
    margin-right: 3px;
    background: #F5F2FF;
    padding: 5px;
    border-radius: 30px;
}
.toolboxai-article-inner .category-links .post-tags, .toolboxai-article-inner .toolboxai-post-metas {
    margin-bottom: 10px;
}
.single-post .toolboxai-breadcrumbs h1 {
    display: none;
}
body .toolboxai-submit-button {
    top: 35px;
}
body .toolboxai-input-wrapper i {
    top: 36.5%;
}