/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* === Blog Page Title Bar === */
#ezdealer-blog-title-bar {
    background-color: #1c1c1c;
    padding: 35px 0;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

#ezdealer-blog-title-bar .fusion-page-title-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#ezdealer-blog-title-bar .fusion-page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#ezdealer-blog-title-bar h1.fusion-page-title-captions {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* === Blog Post Title H2 Styling === */
.blog .post .entry-title,
.blog .post h2.entry-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1c1c1c !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
}

.blog .post .entry-title a,
.blog .post h2.entry-title a {
    color: #1c1c1c !important;
    text-decoration: none;
}

.blog .post .entry-title a:hover,
.blog .post h2.entry-title a:hover {
    color: #65bc7b !important;
}
