/*
 Theme Name:   VIG Child
 Theme URI:    https://vig-vn
 Description:  VIG Child Theme
 Author:       TADA
 Author URI:   https://tada.vn
 Template:     vig
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vigchild
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.vig-content-post h2 {
    font-size: 25px;
    padding-left: 10px;
    border-left: 5px solid var(--e-global-color-primary);
    margin: 20px auto;
}

.blog-widget-title {
    font-size: 25px;
    padding-left: 10px;
    border-left: 5px solid var(--e-global-color-primary);
    margin: 20px auto;
    font-weight: 500;
}

.widget-area .widget ul:not(.recent-news) > li {
    font-weight: 400;
}

.post-box p {
    letter-spacing: 0.5px;
}

.blog-grid .masonry-post-item.post-box .entry-media .post-cat {
    top: 10px;
    left: 10px;
}

.blog-grid .masonry-post-item.post-box .entry-media .post-cat a {
    font-size: 11px;
}

.elementor-search-form button {
    background-color:  var(--e-global-color-primary);
}

.wp-caption {
    padding: 2px;
    background-color: var(--e-global-color-7ecd423);
}

.cs-form.one-line-form p {
    margin-bottom: 5px;
}