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

/* Header */

.sticky-top ul li a.elementor-button,
.sticky-top ul li a.elementor-button:hover,
.elementor-button,
.elementor-button:hover {
	transition: 0s;
}
.sticky-top.elementor-sticky--effects {
    background: #007bff !important;
}
.sticky-top .header-logo-white,
.sticky-top.elementor-sticky--effects .header-logo-black {
	display: none;
}
.sticky-top.elementor-sticky--effects .header-logo-white {
	display: inherit;
}
.sticky-top.elementor-sticky--effects ul li a,
.sticky-top.elementor-sticky--effects .uael-nav-menu-icon {
	color: #fff !important;
}
.sticky-top.elementor-sticky--effects .uael-nav-menu-icon svg {
	fill: #fff !important;
}
.sticky-top.elementor-sticky--effects ul li a.elementor-button,
.uael-flyout-content ul.uael-nav-menu li a.uael-menu-item {
	color: #000 !important;
}

/* General */

.fdmc-blue {
	color: #007BFF;
}
.uael-nav-menu li a:hover,
.uael-nav-menu li.current-menu-item a {
	text-decoration: underline !important;
}
.services-menu li a {
	padding: 12px;
	background-color: #007BFF;
	color: #FFF !important;
	border-radius: 3px;
}
.services-menu li a:hover {
	text-decoration: underline !important;
}
.services-menu li a,
.elementor-button {
	border-radius: 0;
}
.elementor-widget-text-editor ul,
.elementor-widget-theme-post-content ul {
	padding-bottom: 15px;
}

/* Services */

.services-row a.elementor-element:hover {
	background-color: #007BFF;
	color: #fff !important;
	text-decoration: none;
}
.services-row a.elementor-element:hover img {
	filter: grayscale(85%);
}
.services-row a.elementor-element:hover h3,
.services-row a.elementor-element:hover p {
	color: #fff !important;
}
.services-row h3.elementor-heading-title,
.wow-row h3.elementor-heading-title {
	min-height: 120px;
}

/* Contact */

.elementor-form button.elementor-button {
	margin-top: 10px;
}
.elementor-form button.elementor-button:hover {
	text-decoration: underline;
}

/* Blog */

.elementor-widget-uael-posts .uael-post__date svg {
	width: 16px;
	height: 16px;
}

/* Footer */

#footer a {
	color: #fff;
}


@media only screen and (max-width: 767px) {
    .services-row h3.elementor-heading-title,
	.wow-row h3.elementor-heading-title {
	    min-height: auto;
    }
}