/*
Theme Name:     Astra-child
Theme URI:      
Description:    Astra child theme.
Author:         Me
Author URI:     
Template:       astra
Version:        0.1.0
*/
.effect-hover h2 span {
    font-weight: 500 !important;
}

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 50%;
    height: 3px;
    background-color: transparent;
    transform: scale(0,0) translate(-50%,0);
    transition: transform .3s ease-in-out,color .0s ease-in-out;
    top: 50px;
    color: #a3b6e4;
}