/*!
Theme Name: Kindergym
Theme URI: https://jamescoders.com/kindergym/
Author: Jamescoder
Author URI: https://jamescoders.com
Description: Kindergym Custom WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kindergym
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.

Honey Bee Health Coalition is based on Underscores https://underscores.me/, (C) 2012-2017 Automatic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan muslim-invest-page-content Neal https://necolas.github.io/normalize.css/
*/

/* Here Custom CSS. */

.main-blog-details .thumb {
    margin-bottom: 20px;
}

.main-blog-details .content {
}

.main-blog-details .content .meta-list {
    margin-bottom: 20px;
}

.main-blog-details .content .meta-list .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F18700;
}

.main-blog-details .content .title {
    margin-bottom: 20px;
}

.main-blog-details .content .title h2 {
    font-weight: 700;
}

.main-blog-details .content .text {
    color: #6D6D6D;
    font-size: 16px;
    line-height: 1.5;
}

.main-blog-details .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main-blog-box .thumb {
    margin-bottom: 20px;
}

.main-blog-box .thumb img {
    width: 100%;
}

.main-blog-box .content .meta-list {
    margin-bottom: 20px;
}

.main-blog-box .content .meta-list .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #F18700;
}

.main-blog-box .content .title {
    margin-bottom: 20px;
}

.main-blog-box .content .title h2 {
    font-weight: 700;
}

.main-blog-box .content .text {
    color: #6D6D6D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.main-blog-box .content .read-more a {
    padding: 12px 25px;
    border-radius: 100px;
    background: #F18700;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-blog-details .content .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .main-blog-details .content .title h2 {
        font-size: 30px;
    }
}