/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
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)
*/


h1:hover{
     /*color:#F1592F */
     color:#e38f25 ;
 }

.h1orange, .hn-orange{
    color:#e38f25 ;
}
.color-eee {
    color:#EEE;
}

.h1orange:hover, .hn-orange:hover{
    color: #0878D7;
}
.h2orange{
    color:#e38f25 !important;
}

.btn-link-green{
    display: block;
    border: 1px #fff solid;
    padding: 10px 0px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 8px 0px #222;
    /*background: #089500;*/
   /* background: linear-gradient(0, #1CA92A, #089500);
  
}

