/*
Theme Name: yogi
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: yogi.
Tested up to: 6.3
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: everestyogi

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.
*/

.blog-classic h3 {
    font-size: 26px;
    line-height: 36px;
}
.blog-classic ul {
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    list-style: unset; 
}
.blog-classic ul li {
    margin: 0px 0px 15px;
}
.blog-classic p {
    margin: 0 0 15px;
}

.single-blog-meta {
    background: #e9f0ec;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
}
.single-blog-meta .date-tt {
    font-size: 70px;
    display: block;
    font-weight: 700;
    line-height: 70px;
}
span.date-tt {
    color: #000;
}
span.month-yy {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}
.single-date {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hilight-two_content h3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 32px;
}
.hilight-two_content p {
    text-align: justify;
}
.section-records-gallery img {
    border-radius: 20px;
}
form .pbmit-btn-global {
    margin-top: 40px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
}

.about-us-section_one.pbmit-bg-color-global p a {
    color: #fff;
}

.modal-dialog.gallery-modal {
    max-width: 800px !important;
}
.modal-dialog.gallery-modal img {
    width: 100%;
}
.modal-dialog.gallery-modal .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    /* background: #000; */
    opacity: 1;
    filter: unset;
    /* color: #fff !important; */
}

.gallery-sec {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.card.img-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 325px;
    height: 250px;
}
.card.img-card img {
    /* visibility: hidden; */
    /* display: none; */
    opacity: 0;
}

.tabber-bb .nav-tabs {
    gap: 5px;
    border: none;
}
.tabber-bb .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #e6c66a;
}
.tabber-bb .nav-tabs .nav-link {
    background: #f7f7f7;
    color: #000;
    border: solid 2px #000;
    border-radius: 30px;
}


.press-re .pbmit-element-posts-wrapper .pbmit-blog-style-1 {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.press-re .pbmit-blog-style-1 .pbmit-post-title {
    font-size: 22px;
    line-height: 30px;
}
.press-re .pbminfotech-box-content {
    background: #f7f7f7;
    border-radius: 30px;
    padding: 20px 20px;
}



@media (max-width: 767px) {
    form .pbmit-btn-global {
        margin-top: 30px;
    }   
    .section-records-gallery img {
        margin-bottom:30px;
    }
    
    section.newsletter-section .pbmit-ihbox-style-4 .pbmit-element-title {
        font-size: 16px;
        line-height: 24px;
    }
    .gallery-sec {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    } 
    .card.img-card {
        width: auto;
        height: auto;
    }
    .modal-dialog.gallery-modal {
        max-width: 94% !important;
        margin: 0px auto;
    }

}
