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

/*header*/
.main-header .cta-button a{
	 background:#1A7F8E;
     padding: 9px 22px !important;
	margin-left:10px !important;
     border-radius:4px;
	color:#fff !important;
}
.main-header .cta-button a:hover{
	background:#158a9a !important;
}
.main-header .elementor-nav-menu  > li > a {
	color:#FFFFFFC7 !important;
}
.main-header .elementor-nav-menu  > li > a:hover{
	color:#FFFFFF !important;
}
.main-header .elementor-nav-menu .elementor-item.elementor-item-active {
    color: #fff !important;
}
@media (max-width: 1024px) { 
.main-header .cta-button a{
	 width: 175px;
    margin-top: 14px;
    color:#fff !important;
	border-radius:4px !important;
}
.main-header .elementor-nav-menu  > li > a {
	 color:#000 !important;
}
.main-header .elementor-nav-menu  > li > a:hover{
	color:#1A2F5E !important;
}
.main-header .elementor-nav-menu .elementor-item.elementor-item-active {
    color: #1A2F5E !important;
}
}