/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: A child theme of Hello Elementor.
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* You can add custom CSS below this line */
div[data-elementor-type="header"] > div {
    padding-left: 25px;
    padding-right: 25px;
}

.color-span span {
    background: -webkit-linear-gradient(90deg,#7A4BF2, #9267F1,#907AF3,#907EF3,#7099EF,#4C69F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1450px){
.page-id-4363 .e-con-inner > div:first-child {
    padding-left: 0;
}
.page-id-4363 .e-con-inner > div:last-child {
    padding-right: 0;
}
}
