/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.9
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#Header .header-left,
.header-right{
    position: relative;
    z-index: 1;
}

#Header .header-left:before,
#Header .header-right:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--e-global-color-accent);
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
#Header .header-left:before{
    right: calc(100% + 5px) !important;
        left: auto;
}
#Header .header-right:before{
    left: calc(100% + 5px) !important;
}
.highlighed-text {
    color: var(--e-global-color-accent);
}