/* 
Theme Name: Astra Child 
Theme URL: http://yourdomain.com
Description: Astra Child 
Theme Author: Your Name
Author URL: http://yourdomain.com
Template: astra 
Version: 1.0.0 
Text Domain: astra-child 
*/ 

/* @import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"); */

/****Default CSS****/
 
.sec-title {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.sec-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #b13600;
}
.sec-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #b13600;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
.sec-title h3 {
    position: absolute;
    text-transform: uppercase;
    opacity: .05;
    /* z-index: -1; */
    font-size: 60px;
    font-weight: 700;
}
.btn-theme {
    padding: 10px 20px;
    border: 1px solid;
    color: #fff;
    font-weight: 700;
    background: #b13600;
}

.btn-theme:hover {
    color: #b13600;
    background: transparent;
}
.btn-theme-outline {
    padding: 10px 20px;
    border: 1px solid;
    color: #b13600;
    font-weight: 700;
}

.btn-theme-outline:hover {
    color: #fff;
    background: #b13600;
}



/* header style */

.site-header {
    position: relative !important;
}
.site-title a {
    font-size: 30px;
    color: #b13600 !important;
    text-decoration: none;
}
.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link {
    color: #b13600;
}
.menu-link {
    font-weight: 600;
}
.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link{
    color: #b13600 !important; 
}
/*****Hero Section****/

.slider_home .container-fluid {
    padding: 0;
}
.talk-block {
    /* display: flex; */
    background: #ffe8bb;
    padding: 15px;
    /* border: 2px solid #f1d9ac; */
    height: 100%;
}

.talk-photo {
    /* width: 40%; */
}

.talk-content {
    /* width: 60%; */
    padding-top: 15px;
}

.talk-photo img {
    width: 100%;
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.talk-content h3 {
    color: #b13600;
    font-size: 22px;
    font-weight: 500;
}

.talk-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.talk-content a {
    background: #b13600;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}


/****Category Section****/

.home-category {
    padding: 90px 0;
}
 
.cat-block img {
    position: relative;
    height: 200px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.cat-content {
    position: absolute;
    z-index: 9;
    text-align: right;
    right: 15px;
}

.cat-block {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.cat-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #b13600;
}

.cat-content a {
    color: #fff;
    display: inline-block;
    background: #f12828;
    padding: 5px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cat-block:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*****Product home listing*****/
.product_section{
    padding: 90px 0;
    padding-top: 0; 
}

/*****video home listing*****/
.video_section {
    background: #f5f5f5;
    padding: 90px 0;
}

.video_section iframe {height: auto;width: 100%;}

/****Blog Style*****/

.blog_section{
    padding: 90px 0; 
}
.post-item {
    position: relative;
    margin-bottom: 50px;
}
.post-item .post-item__img {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.post-item .post-item__img img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.post-item:hover .post-item__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.post-item .post-item__content {
    padding: 15px 0;
    overflow: hidden;
}
.post-item .post-item__meta {
    margin-bottom: 9px;
}
.post-item .post-item__meta > * {
    margin-right: 17px;
}
.post-item .post-item__meta > :last-child {
    margin-right: 0;
}
.post-item .post-item__meta-cat {
    position: relative;
}
.post-item .post-item__meta-cat a {
    position: relative;
    color: #b13600;
    padding-right: 7px;
    font-size: 13px;
    font-weight: 700;
}
.post-item .post-item__meta-cat a:hover {
    color: #1b1a1a;
}
.post-item .post-item__meta-cat a:after {
    content: ",";
    position: absolute;
    top: -1px;
    right: 2px;
    color: #ff4c01;
}
.post-item .post-item__meta-cat a:last-child {
    padding-right: 0;
}
.post-item .post-item__meta-cat a:last-child:after {
    display: none;
}
.post-item .post-item__meta-date {
    display: block;
    font-size: 13px;
    color: #616161;
}
.post-item .post-item__title {
    font-size: 18px;
    margin-bottom: 12px;
    color: #000;
}
.post-item .post-item__title a {
    color: #000;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-decoration: none;
}
.post-item .post-item__title a:hover {
    color: #ff4c01;
}
.post-item .post-item__desc {
    margin-bottom: 0;
}

@media(max-width:767px){
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }
    .row {         
    margin-right: -5px;
    margin-left: -5px;
    }
    .site-title a {
        font-size: 22px;
    }
    .slider_home .container-fluid {
        padding: 0;
    }
    .slider_home .container-fluid .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .slider_home .container-fluid .row > div {
        padding: 0;
    }
    .sec-title h3 { 
        font-size: 30px;
    }
    .sec-title h2 {
        font-size: 18px;
    }
    .post-item .post-item__img img { 
        height: 200px;
    }
    .cat-block { 
        margin-bottom: 20px;
        flex-wrap: wrap-reverse;
    }
    .cat-content {
        position: relative;
        z-index: 9;
        text-align: center;
        width: 100%;
        padding-top: 15px;
        right: 0;
    }
    .cat-block img {
        position: relative;
        height: 150px;
    }
    .product_section {
        padding-bottom: 0;
    }
    .talk-photo img { 
        height: 210px;
        width: 100%;
        object-fit: contain;
        padding: 10px;
    }
    .talk-content {
        text-align: center;
    }

}


/***Product Listing Page***/
.woocommerce-loop-product__title {
    color: #b13600;
}
.astra-shop-summary-wrap {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    padding: 8px 20px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce ul.products li.product .button:hover {
    background: #ce6509;
}
.elementor-button:hover {
    text-decoration: none !important;
    background: #ce6509 !important; 
}
.elementor-button { 
    background: #b13600 !important;
    border-radius: 3px !important;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 10px 0px 15px 0;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 15px 40px;
    width: 100%;
    max-width: 250px;
    border-radius: 3px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    background: #ce6509 !important; 
}
/****Category Page*******/
.inner-main {
    background: #fff;
    padding: 3.34em 2.4em;
}
@media(max-width:767px){
    .inner-main { 
        padding: 1.5em 1em;
    }
}