/*
Theme Name: Grind Master Child
Author: 
Description: Your description goes here
Version: 1.0
Template: grind-master

This is the child theme for Grind master theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root {
    --common-font-family:'Trebuchet MS';    
    --heading_font_size:60px;
    --card_heading_font_size:36px;
    --para_font_size:15px;
    --para_lineheight:28px;
    --primary_color:#525254;
    --secoundery_color:#B62936;
    --hover_color:#F5F5F5;
    --heading_color:#58585A;
    --heading_color_light:#fff;
    --para_color:#525253;

}

.section_heading h2{
  font-size: var(--heading_font_size) !important; 
  font-family: var(--common-font-family) !important; 
  color: var(--heading_color) !important;   
}

.section_heading.lightcolor h2{
  color: var(--heading_color_light) !important;   
}

.text_para {
    font-size: var(--para_font_size) !important; 
    font-family: var(--common-font-family) !important; 
    color: var(--para_color) !important; 
    line-height:var(--para_lineheight) !important;
}
.gray_bg{
    background-color: var(--hover_color);
}
section#breadCrumb_only {position: relative;}
section#breadCrumb_only .section-container {
    padding: 10px 0 0px;
    /* position: absolute; */
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
section#breadCrumb_only .breadcrumb_wrap .breadcrumb {
    font-style: italic;
    font-size:16px;
}



footer#site-footer {
    display: none;
}



ul.offer_solutions_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.offer_solutions_ul li.offer_solutions_li {
    width: 100%;
    max-width: 196px;
}
ul.offer_solutions_ul li.offer_solutions_li .offer_solutions_img_inner {
    background: url(https://development.ikf.in/grind-master/wp-content/uploads/2024/10/ind_icon_img.png);
    height: 205px;
    width: 175px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
ul.offer_solutions_ul li.offer_solutions_li .offer_solutions_img {
    text-align: center;
}
.offer_solutions_title h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
}
.offer_solutions_inner {
}
ul.offer_solutions_ul li.offer_solutions_li .offer_solutions_img_inner img {
    margin: 12px auto 0;
    border-radius: 100%;
}






section#bannersection {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section#bannersection .banner_images_desk {
    height: 600px;
}
section#bannersection .banner_images_desk .banner_effect {
    height: 100%;
    width: 100%;
}
section#bannersection .banner_images_desk .banner_effect .banner_effect_inner {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-size: 100% auto !important;
}
section#breadCrumb_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    /* transform: translateY(-50%); */
    z-index: 3;
}
section#breadCrumb_only .breadcrumb_wrap {
    padding: 0 0px;
}
section#breadCrumb_only .breadcrumb_wrap .breadcrumb span.seperator {
    margin: 0 8px;
    display: inline-block;
}

section.section-wrap .section-container {
    width: 100%;
    max-width: 1180px;
    padding: 10px 15px 50px 15px;
    margin: 0px auto;
}
section.section-wrap.full_width_container .section-container {
    width: 100%;
    max-width: 100%;
    padding:0;
}
section.section-wrap .section-container .section-row {
    display: flex;
    justify-content: space-between;
}
section.section-wrap .section-container .section-column {
    width: 100%;
}
#bannersection .overlay-2{
    opacity: 0.7;
}
@media(max-width:1466px){
    section#bannersection .banner_images_desk .banner_effect .banner_effect_inner {
        background-size: auto 100% !important;
    }
    section#bannersection .banner_images_desk {height: 440px;}
}


@media(max-width:1466px){
    section#bannersection .banner_images_desk {height: 540px;}
}








.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250.625em;
    height: 23.8em;
    background: url(https://development.ikf.in/grind-master/wp-content/uploads/2024/10/footer_cloud_grind_master_1.png) 0 100% repeat-x;
    -webkit-animation: cloudLoop 80s linear infinite;
    animation: cloudLoop 80s linear infinite;
    z-index: 2;
    pointer-events: none;
    height: 42.75em;
    opacity: 0.5;
}
@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

#bannersection .overlay-2{height:100%;}
.footer_sec .overlay-2 {
    position: absolute;
    height: 270px;
    bottom: 0;
    top: auto;
}
.core_values .overlay-2 {
    height: 260px;
    top: -138px;
    opacity: 1;
}
.prod_form_sec .overlay-2 {
    height: 270px;
    top: -199px;
}
.gray_bg .gallery-icon img{
    background: linear-gradient(45deg, #5a151c 0%, #b42a37 100%);
    background-size: 160px 160px;
    border: 0;
    padding: 4px;
}
#related_products h2 {
    text-align: center;
    font-weight: 800;
    color: #58585A !important;
}
.other-products li.swiper-slide img{
    display:block;
    width: 100% !important;
}
.swiper-button-next,
.swiper-button-prev {
    outline:none;
}
section#related_products {
    padding-top: 20px !important;
}
.other-products .swiper-button-prev, .other-products .swiper-button-next {
    top: 43% !important;
}

.site-header .head_tel ul.tel_info li:nth-child(1) {
    margin-bottom: 5px;
}

ul.cust_tab_title_ul.onli_list_products {
    width: 100%;
}
ul.cust_tab_title_ul.onli_list_products li.image_title {
    width: 48%;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
}
ul.cust_tab_title_ul.onli_list_products {
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 45px 0;
    justify-content: center;
}
ul.cust_tab_title_ul.onli_list_products li.image_title a.cust_tab_title {
    font-family: 'Trebuchet MS';
    font-weight: 800;
    margin: 25px 0 0 0;
    display: block;
}
.products_listing_on_cat h2.cust_tab_head {
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
    text-align: center;
    margin: 40px 0 0;
}