/* 
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 */

/* General */

a.uael-menu-item:hover,
ul.elementor-post-info li:hover a,
ul.elementor-post-info li:hover a span,
.elementor-widget-icon-list ul li a .elementor-icon-list-text {
	color: #ff5b15 !important;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	margin-bottom: 20px;
}
.uael-blog-terms-position-media .uael-post__terms {
	margin: 1px 0 0 1px;
	border-radius: 12px 0 0 0;
}
.uael-blog-terms-position-media .uael-post__thumbnail a img {
	border: 1px solid #fff;
	border-radius: 12px;
}

/* Blog */

.reading-time {
	font-size: 16px;
	font-style: italic;
}
.diamond {
	color: #ff5b15;
}

/* Footer */

#footer #newsletter .elementor-form-spinner {
    display: none !important;
} 

@media only screen and (max-width: 768px) {
	.elementor-widget-button,
    a.elementor-button {
	    width: 100%;
    }
}