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

*/

.title {
    border-bottom-width: 3px;
    border-bottom: 3px solid #313131;
;
}

.title h2:before {
    background-color: #ff6d00;
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -3px;
}

.title h2 {
    padding-bottom: 6px;
}

.blog-grid:hover .title-orange h3 {
    color: #fc6d00 !important;
}

.title-orange h3 {
    transition: all 0.2s ease;
}

.blog-grid:hover .title-orange h4 {
    color: #fc6d00 !important;
}

.title-orange h4 {
    transition: all 0.2s ease;
}

.blog-grid {
    transition: all 0.2s ease;
}