/*!
Theme Name: Kg
Theme URI: https://wordpress.org/
Author: Worldpress
Author URI: https://wordpress.org/
Description: Customized Theme
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Worldpress
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* custom */
.page__banner-content{
    text-align:center;
    margin-bottom: 30px;
    margin-top: 15px;
}
.page__banner-content h1 {
    color: black;
    font-weight: 500;
    font-size: 2.6em;
    padding: 0px 10px;
    text-align: center;
    display: inline;
    border-bottom: solid 3px red;
}

.page__banner-content span {
    color: black;
}

.page__banner {
    background: none;
    padding: 0;
}

.product-list .blog__two-item {
    /* border: solid 1px #000; */
}
.product-list .blog__two-item-content {
    border: 0;
}
.product-list .blog__two-item-content h4 a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ec1113;
}
.product-list{
    text-align:center;
}
.product-list .blog__two-item-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000010;
    left: 0;
    top: 0;
}
.elementor-post a.elementor-post__read-more {
    position: absolute;
    bottom: 0;
}

.elementor-post__text {
    position: relative;
}

.elementor-post span.elementor-post-date:before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: red;
    border-radius: 1rem;
    margin-right: 2px;
}