/*
Theme Name: eHighway Child
Description: Child theme for eHighway - Cazarin's dedicated theme
Author: Cazarin
Template: eHighway
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../ehighway/style.css");

/* Child theme customizations can be added below */

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutraText-Bold.woff2') format('woff2'),
        url('fonts/NeutraText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.neutra {font-family: 'Neutra Text' !important;}


/* Custom styles for the child theme */
body {
    /* Add any custom body styles here */
}

/* Example: Custom header styles */
.site-header {
    /* Add custom header styles here */
}

/* Example: Custom navigation styles */
.main-navigation {
    /* Add custom navigation styles here */
}

/* Example: Custom content area styles */
.site-content {
    /* Add custom content styles here */
}

/* Example: Custom footer styles */
.site-footer {
    /* Add custom footer styles here */
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    /* Add mobile-specific styles here */
}

@media (max-width: 480px) {
    /* Add small mobile-specific styles here */
} 

/********************** Chat button *************************/

.float_chat_wrapper {
    position: fixed;
    z-index: 9;
    bottom: 40px;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}

.float_chat_wrapper a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: unset;
    align-items: center
}

.float_chat_wrapper a .image {
    background: #B04E28;
    border: 4px solid #fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    position: relative;
    top: 0;
    left: -26px
}

.float_chat_wrapper a .image img {
    text-align: center;
    height: 30px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: center;
    filter: brightness(1)invert(1);
    padding: 3px;
}

.float_chat_wrapper a .content {
    align-self: center;
    background: #B04E28;
    border-radius:5px;margin-right:15px;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    font-style: normal;
    font-weight:600;
    position: relative; text-align:center;
}
.chatBtn{background:#F9A825;color:#0A0A0A;padding:10px 15px;display:inline-block;margin:5px auto 0;border-radius:2px;border:2px solid #fff;text-transform:uppercase;font-size:14px;}

.float_chat_wrapper a .content:before {
    content: "";
    position: absolute;
    top: 67px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #B04E28;
    border-bottom: 20px solid transparent;
}


/************************* Responsive ***********************/

/*10/03/2025 - START*/

@media (max-width:1500px){
    #colophon {
        background-position: 30% 50% !important;
        /*important is given to remove impact of inline style*/
    }

    .our_stories:before {
        content: '';
        background: #F0F0F0;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        top: 0;
        left: 0;
    }

    .mobile_bg_overlay_g:before {
        content: '';
        background: #f3f3f3;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.9;
    }

    .mobile_bg_overlay_w:before {
        content: '';
        background: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.9;
    }

    .history_story.mobile_bg_overlay_w:before{
        opacity: 0;
    }
}

@media (max-width:1198px){
     body.cs-header-fancy #site-nav > ul > li > .cs-link{
        width: auto;
     }    

    .why_sns:before {
        content: '';
        background: #fff;
        opacity: 0.9;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }   
}

@media (max-width:991px) {

    .is-transparent #masthead {
        position: relative;
        background-color: rgba(255,255,255,0.1) !important;
    }

    .is-transparent #cs-mobile-icon i {
        background-color: #B04E28;
    }

    #colophon:before {
        content: '';
        background: rgba(0,0,0,0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    footer#colophon{
        background-size: cover;
        background-position: 0% 50% !important;
        /*important is given to remove impact of inline style*/
        padding-top: 20px;
        padding-bottom: 20px;

    }

    footer#colophon .ehighway_widget .widget-title h4 {
        color: #fff;
    }

    footer#colophon a {
        color: #fff;
    }

    #colophon .ehighway_widget ul li, #colophon .ehighway_widget ul ul {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #colophon .textwidget p {
        color: #fff;
        margin-bottom: 0;
    }

    #colophon .widget-title h4 {
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .is-transparent #masthead {
        position: relative;
        background-color: rgba(255,255,255,0.1) !important;
    }

    .is-transparent #cs-mobile-icon i {
        background-color: #B04E28;
    }

    .keto_garlic_box:before {
        content: '';
        background: #000;
        opacity: 0.3;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }    

    footer#colophon .vc_icon_element{
        width: auto;
    }

     .history_story.mobile_bg_overlay_w:before{
        opacity: 0.9;
    }    

    .prod_filters .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .prod_filters .col-md-3.alpha{
        left: 0;
    }

    .prod_filters .filters-container, .prod_filters .sorting-box #customSort{
        float: unset;
        margin-top: 10px;
    }

    h2.recipe_contest_heading{
        word-break: break-all;
    }

    .cs-section .sns_contact_from {
        padding: 30px !important;
        /*important is given to remove impact of other important style from */
        margin: 0 15px;
    }

    .sns_contact_info .cs-icon {
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-size: 24px;
    }

    footer#colophon .current-menu-item > a, #colophon a:hover {
        color: #fff !important;
        /*important is given to remove impact of other important style from */
    }

}

/*10/03/2025 - END*/