
.ast-site-identity {
    padding: 10px 0;
}

.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}





.main-header-menu > .menu-item > .menu-link {
    background: transparent !important;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-menu > .menu-item > .menu-link .menu-text {
    background: transparent;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 1.2;
    display: inline-block;
    transition: background 0.3s ease;
}

.main-header-menu > .menu-item:hover > .menu-link .menu-text,
.main-header-menu > .menu-item:focus > .menu-link .menu-text {
    background: var(--ast-global-color-0);
}

.main-header-menu > .menu-item.current-menu-item > .menu-link .menu-text,
.main-header-menu > .menu-item.current-menu-ancestor > .menu-link .menu-text {
    background: var(--ast-global-color-0);
}





ul.main-header-menu .dropdown-menu-toggle {
    display: none;
}

h2.widget-title {
    font-size: 15px;
    font-weight: 600;
}

.textwidget {
    font-size: 13px;
}

.widget a {
    font-size: 13px;
    color: #7A7A7A;
}

.widget_nav_menu ul li {
    padding-bottom: 15px;
}

.widget_nav_menul ul li {
    padding-bottom: 15px;
}

.widget_nav_menull ul li {
    padding-bottom: 15px;
}





/* Blog Styles */
.single-post .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: 1em;
    margin-bottom: calc(0.3em + 10px);
}

.single-post .entry-content h2 {
    font-size: 32px;
}

.single-post .entry-content h3 {
    font-size: 24px;
}

.single-post .entry-content h4 {
    font-size: 20px;
}