/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1634391402
Updated: 2021-10-16 15:36:42

*/

.elementor-posts .elementor-post__card:hover {
	color: #fff!important;
	background-color: #FF351E !important;
}

.elementor-posts .elementor-post__card:hover .elementor-post__title a, .elementor-posts .elementor-post__card:hover .elementor-post__excerpt p, .elementor-posts .elementor-post__card:hover a, .elementor-posts .elementor-post__card:hover .elementor-post-date {
	color: #fff!important;
}

@media (min-width: 1025px) {
header.sticky-header {
    --header-height: 80px;
    --shrink-me: 0.80;
    --sticky-background-color: #fff;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
	
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
	
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
	
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
	
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
	
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
	
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
	
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}
}