/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
  --primary-color: #53CFF5; /* 设置主要颜色为红色 */
  --second-color:#6EC1E4;
}
.uk-primary-color{color:var(--primary-color);}
.uk-primary-background{background:var(--primary-color);}
.uk-primary-color a:hover{color:var(--second-color)!important;}
.uk-button-default{border-color:var(--primary-color)!important}
.uk-button-default:hover{background:var(--primary-color)!important}
.uk-button-primary{background-color:var(--primary-color)!important;color:white!important;}
.uk-button-primary:hover{background-color:var(--second-color)!important}
.uk-button-secondary:hover{background-color:var(--second-color)!important}
.uk-divider-small:after{border-top:2px solid var(--primary-color)!important;}
.wpcf7-submit{border:none!important}
.uk-article h2,.uk-article h3,.uk-article h4,.uk-article h5,.uk-article h6{
    margin-top:40px;margin-bottom:20px;
}
.uk-article p{
    color:#555371;
}
.uk-article a{
    color:var(--primary-color)!important;
}