/*
Theme Name: Cultural Hub Child
Description: Child theme for Hello Elementor.
Author: Vlad Terekhov
Template: hello-elementor
Version: 1.0.0
Text Domain: culturalhub-child
*/

/* Custom site styles go below this line. */
/* Align the desktop header menu to the right */
.elementor-element-c9544b5 > .elementor-widget-container {
    display: flex !important;
    width: 100% !important;
}

.elementor-element-c9544b5
nav.elementor-nav-menu--main {
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}