/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* .elementor-headline-dynamic-wrapper {
    width: 100% !important;
    display: inline-block;
    text-align: center !important;
    min-width: 0 !important;
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
    display: inline-block;
    white-space: nowrap;
}

.elementor-headline {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    text-align: left !important;
} */