/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
Template: hello-elementor
Author: DFP
Author URI: https://digitalfootprint.hu
Description: A child theme of Hello Elementor.
Version: 1.0.1
Updated: 2025-05-15 15:40:00
Text Domain: hello-elementor-child

*/

h3 a {
	font-weight: 700 !important;
}

.elementor-swiper-button.elementor-swiper-button-prev {
	background: black;
	border-radius: 50px;
	padding: 10px;
}

.elementor-swiper-button.elementor-swiper-button-next {
	background: black;
	border-radius: 50px;
	padding: 10px;
}


#post-content img {
    border-radius: 6px !important;
}

.sticky-bar {
    position: sticky !important;
    top: 10px;
    z-index: 999;
}

footer #post-content h2, h3, h4 {
    margin-top: 0px;
}

footer a:hover {
	color: #5C6904!important;
}