/* 
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 */
.elementor-21 .elementor-element.elementor-element-60c280f .elementor-element-populated a:hover {
    color: #FFB20C !important;
}
.elementor-kit-10 .elementor-button:hover {
    box-shadow: none !important;
	background: #fff !important;
	color: #880808 !important;
}
div#cont-btn a:hover{
	box-shadow: none !important;
	background: #FFB20C !important;
	color: #fff !important;
}
section#what-inner {
    box-shadow: rgb(0 0 0 / 24%) 0px 5px 15px;
}
section#cta-sec a:hover {
    background: transparent !important;
    color: #000 !important;
}
section#footer-sec {
    box-shadow: rgb(0 0 0 / 19%) 0px 5px 15px;
    border-top: 2px solid #880808;
}
.home section#footer-sec {
    box-shadow: unset;
    border-top: unset;
}
.elementor-post__thumbnail {
    padding: 0 !important;
}