/*
Theme Name: Divi-child
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.sub-btn {
    padding: 10px 40px 10px 22px!important;
    font-size: 19px !important;
}

ul.lavel_popup_sec li {
    line-height: 24px;
    padding-top: 9px;
}
.inner-pop-img img {
    width: 100%;
    /*min-height: 300px;*/
}
.smush-image-9 {
    box-shadow: none;
}


@media only screen and (max-width: 767px) {

body .blog-post-sec p.post-meta {
    display: none !important;
    height: 0px;
    visibility: hidden;
}
    
}


.et-pb-blog-extra-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, '1fr'));
    gap: 30px;
}

.et-pb-blog-extra-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease;
}

.et-pb-blog-extra-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.et-pb-blog-extra-thumb img {
    width: 100%;
    display: block;
}

.et-pb-blog-extra-content {
    padding: 20px;
}

.et-pb-blog-extra-title {
    font-size: 20px;
    margin: 0 0 10px;
}

.et-pb-blog-extra-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.et-pb-blog-extra-excerpt {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
}

.et-pb-blog-extra-more {
    display: inline-block;
    padding: 8px 16px;
    background: #2ea3f2;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
}

.et-pb-blog-extra-more:hover {
    background: #2078b4;
}
