/*
 Theme Name:     Pritam karan singha
 Theme URI:      https://example.com/
 Description:    A child theme for the Twenty Twenty-One theme
 Author:         Your Name
 Author URI:     https://example.com/
 Template:       twentytwentyone
 Version:        1.0.0
 Text Domain:    twentytwentyone-child
*/

/* Add your custom CSS below this line */


:root{
    --bg-color: #f2efe7;
    --light-bg: #e9e4d8;
    --dark-bg: #e7dcc9;
    --primary-color: #c3963f;
    --secondary-color: #27303b;
    --white-color: #ffffff;
    --branding--logo--max-width-mobile: 200px;
}

body{
    background: var(--bg-color);
    color: var(--secondary-color);
}

.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover{
    color: var(--secondary-color);
}
.bg-dark-gray, .bg-dark-gray:focus{
    background-color: var(--primary-color);
}

/*.container{*/
/*    max-width: 1440px;*/
/*    width: 100%;*/
/*}*/

.color-primary{
    color: var(--primary-color);
}

/* Search */

#search-form,
aside.widget-area > section > form{
    max-width: 100%;
}

.widget-area {
    margin: 0;
    grid-template-columns: none;
}

.widget-area:after {
    display: none;
}

aside.widget-area > section {
    padding: 0;
}

.wp-block-search .wp-block-search__label {
    font-family: var(--alt-font);
    font-weight: 600;
    margin-bottom: 4%;
    text-align: center;
    font-size: 3.438rem;
    line-height: 3.438rem;
    color: var(--dark-gray);
}


/* header css style */

nav.navbar{
    background-color: var(--secondary-color) !important;
}

header .disable-fixed{
    width: 100%;
    left: 0;
    right: 0;
}
.chip{
    background-color: var(--secondary-color);
    padding: 0 10px;
}
.header-top-bar a{
    color: var(--secondary-color);
}

.search-form-icon,
.header-light .header-icon .icon > a{
    color: var(--primary-color);
}

@media (min-width: 992px){
.header-light .navbar-nav .nav-link{
    color: var(--white-color);
    font-weight: normal;
}}
.header-light .navbar-nav .current-menu-item .nav-link{
    color: var(--primary-color);
}

header .left-nav .navbar-nav:before{
    display: none;
}


/* category list */

.categories-style-03 .categories-box .category-title{
    position: static;
}

.category-title a{
    color: var(--secondary-color);
}

.categories-style-03 .categories-box .category-title {
    padding: 20px 20px;
}
.swiper-slide .categories-box .category-title a{text-align:center;}

@media (min-width: 1200px){
    .home-cat-list .col-xl-auto{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    }
    .home-cat-list .col-xl-auto > *{
        width: 100%;
    }
}

.cat-post-wrapper .container{
    background: var(--light-bg);
    border: 2px solid #d4cbbc;
    border-radius: 10px;
}

.latest-article .blog-grid > li > div{
    background: none;
}

footer > div:first-child{
    background-color: var(--secondary-color);
}

.footer-nav-title,
.footer-contact a, .footer-contact .text-dark-gray{
    color: var(--primary-color);
}

.footer-contact{
    color: var(--medium-gray);
}


.blog-box .blog-content{
    background-color: var(--dark-bg);
}

.btn-style{
    background-color: #bc994e;
    border-radius: 50px;
    color: var(--white-color);
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.btn-style:hover{
    color: var(--white-color);
}

.cat-post-wrapper h3{
    font-size: 2.613rem;
}

.cat-post-wrapper .even{
    background-color: var(--secondary-color);
}

.cat-post-wrapper .even h3,
.cat-post-wrapper .even .text-dark-gray{
    color: var(--primary-color);
}

img.img-fluid.w-100.wp-post-image {
    max-width: 100% !important;
	height:100% !important;
}

iframe{
  width: 100%;  
}


.header-top-bar .d-flex{
    gap: 10px
}
img.wp-post-image{
    max-width: 100% !important;
}

ul.wp-block-list > li {
    list-style-type: disc;
}

.swiper-slide img {
    margin: 0 auto;
    display: block
}
.blog-side-image .blog-image img{height:100% !important;}
footer{font-size:14px;}

@media (max-width: 991px){
    .navbar-toggler-line{
        background: #fff;
    }
    .blog-side-image .blog-box .blog-image{
        min-height: inherit;
    }
}

@media (max-width: 767px){
    .overlap-overright-mobile{
        margin-top: -75px;
    }
}
