/*
Theme Name: Innobake
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.5
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/

/* @font-face{
	font-family: Montserrat;
	src: url('font/Montserrat-Regular.woff') format('woff'),
		 url('font/Montserrat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-display: swap;
} */


div.header-logo img {
    width: 50%;
}


ul#nav li:not(:last-child)::after {
    content: "";
    border: 1px solid #e2e2e2;
    border-width: 1px 1px 0 0;
    position: absolute;
    right: -17px;
    top: 0;
    height: 100%;
}


.gallery-item .gallery-icon img{
	width:100%;
	height:auto;
}



/* Global */

body{
	font-family: 'Montserrat' !important;
	font-size: 18px;
	background: #f5f5f5;
	color: #575757;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a {
    color: inherit;
}

a:hover, a:active {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #b91c1c;
}

h1,h2,h3,h4,h5,h6,b,strong {
    font-weight: 700;
}

.slick-slide, .slick-slide a, .slick-arrows, .slick-dots button {
    outline: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    .slick-slide .flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .row.flex:before, .row.flex:after {
        display: none;
    }
.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nomargin {
    margin-left: 0;
    margin-right: 0;
}
.shadow-border {
    border-radius: 5px;
    box-shadow: -2px 2px 20.8236px 0.1764px rgba(61, 58, 58, 0.15);
}
    img.shadow-border {
        display: block;
    }
.responsive {
    max-width: 100%;
}
.black-overlay {
    z-index: 1;
    position: relative;
}
    .black-overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.6);
        z-index: -1;
    }

.btn-a,
.btn-b,
.btn-o,
button#place_order,
button.button[name="apply_coupon"] {
    display: inline-block;
	font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    background: #bc1919;
    border: 2px solid #bc1919;
    min-width: 136px;
    border-radius: 5px;
    /*padding: 14.5px 0;*/
    padding: 14.5px 25px;
    line-height: 1;
    outline: none;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s;
}
    .btn-a:hover,
    .btn-a:focus,
    button#place_order:hover,
    button.button[name="apply_coupon"]:hover {
        background: #e66114;
        border-color: #e66114;
        color: #fff;
        outline: none;
    }

.btn-o {
    background: transparent;
    border-color: #fff;
}
    .btn-o:hover,
    .btn-o:focus {
        background: #fff;
        color: #bc1919!important;
        outline: none;
    }

.btn-b {
    background: transparent;
    border-color: #bc1919;
    color: #bc1919!important;
}
    .btn-b:hover,
    .btn-b:focus {
        background: #e66114;
        border-color: #e66114;
        color: #fff!important;
        outline: none;
    }

a.btn-cart {
    display: block;
    width: unset;
    height: 31px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
/*     border: 1px solid #bc1919; */
	background-color: #E66114;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 2px 15px 0 25px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
	margin-top: 20px;
	font-family: 'Montserrat';
}
    a.btn-cart:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 30px;
        z-index: -1;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-transition: width .3s, border .3s, border-radius .3s;
        -o-transition: width .3s, border .3s, border-radius .3s;
        transition: width .3s, border .3s, border-radius .3s;
    }
        a.btn-cart:hover:before {
            width: 100%;
            border-radius: 0;
        }
        a.btn-cart:hover {
            color: #fff;
        }
    a.btn-cart i {
        width: 30px;
        height: 29px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 7px 0;
        line-height: 1;
        top: -2px;
        position: relative;
    }

.add-to-cart-spinner {
    width: 64px;
    background: #fff;
    border: 1px solid #000000;
    font-size: 16px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(7, 24, 40, 0.05);
            box-shadow: -1px 1px 5px 0px rgba(7, 24, 40, 0.05);
    padding: 0 0 0 14px;
    outline: none;
}

.iframe-responsive {
    position: relative;
    font-size: 0;
}
    .iframe-responsive canvas {
        display: block;
        width: 100%;
        background: #000;
    }
    .iframe-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.icon-tag {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(images/icons/tag.png) center/cover no-repeat
}

.category-tags {
	font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1;
    color: #929292;
    padding-left: 32px;
    position: relative;
}
    .category-tags i {
        position: absolute;
        top: 0;
        left: 0;
    }
    .category-tags a:hover {
        color: #e66114;
    }

.section-title-a,
#content .section-title-a {
    font-size: 46px;
    color: #e66114;
    text-transform: uppercase;
    font-weight: 600;
}
.section-title-b,
#content .section-title-b {
    font-weight: 600;
    font-size: 42px;
}
    .section-title-b:after {
        content: '';
        display: block;
        width: 70px;
        height: 3px;
        background: #fff;
    }
#content .section-title-a,
#content .section-title-b {
    margin: 0;
}

/*video popup*/
body.video-popup-active {
    overflow: hidden;
}
.aiosp-bg.video-popup-bg {
    opacity: .4;
}
.video-popup-wrap .aiosp-iframe-holder {
    overflow: hidden auto;
    padding: 15px;
}
    .video-popup-wrap .aiosp-iframe-holder .aiosp-content {
        max-width: 730px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
    }
        .video-popup-content {
            padding: 45px 45px 42px;
        }
        .video-popup-wrap .aiosp-iframe-scaler {
            position: relative;
            margin-bottom: 30px;
        }
        .video-popup-wrap .aiosp-iframe-holder .aiosp-close {
            top: 8px;
            right: 12px;
            width: 23px;
            height: 23px;
            font-size: 0;
            opacity: 1;
            color: #cfcfcf;
            padding: 0;
            text-align: center;
/*             font-family: agentimage!important; */
			font-family: 'Montserrat';
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: opacity .3s, color .3s;
            -o-transition: opacity .3s, color .3s;
            transition: opacity .3s, color .3s;
        }
            .video-popup-wrap .aiosp-iframe-holder .aiosp-close:before {
                content: "\b0243";
                font-size: 23px;
            }

            .video-popup-wrap .aiosp-iframe-holder .aiosp-close:hover {
                color: #000;
                opacity: .5;
            }

        .video-popup-title {
            font-weight: 600;
            font-size: 24px;
            line-height: 1;
            color: #e66114;
            margin-bottom: 36px;
        }
        .video-popup-content .btn-a {
            line-height: 1;
            font-weight: 400;
            margin-top: 10px;
            margin-right: 10px;
            /*max-width: calc(33.33333% - 10px);*/
            vertical-align: middle;
        }
        .home .video-popup-content .btn-a {
            display: none;
        }

    /*popup animate*/
    /* overlay at start */
    .video-popup-bg.aiosp-fade.aiosp-bg {
        opacity: 0;

        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    /* overlay animate in */
    .video-popup-bg.aiosp-fade.aiosp-bg.aiosp-ready {
        opacity: 0.4;
    }
    /* overlay animate out */
    .video-popup-bg.aiosp-fade.aiosp-bg.aiosp-removing {
        opacity: 0;
    }

    /* content at start */
    .video-popup-wrap.aiosp-fade.aiosp-wrap .aiosp-content {
        opacity: 0;
        transform: scale(.9);

        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
    /* content animate it */
    .video-popup-wrap.aiosp-fade.aiosp-wrap.aiosp-ready .aiosp-content {
        opacity: 1;
        transform: scale(1);
    }
    /* content animate out */
    .video-popup-wrap.aiosp-fade.aiosp-wrap.aiosp-removing .aiosp-content {
        opacity: 0;
        transform: scale(.9);
    }

/*header*/
.home header.header-wrapper {
/*     background: #fff url(images/bg-slideshow.jpg) center 0/100% no-repeat; */
}
header.header-wrapper {
    position: fixed;
	width: 100%;
    background: #fff;
    padding: 20px 0 31px;
    z-index: 10;
}
    .header-logo {
        position: relative;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }
        .header-logo img {
            margin: 0 2px;
            max-width: 297px;
            width: 100%;
        }
    .header-navigation {
		font-family: 'Montserrat';
        margin-bottom: 19px;
        font-size: 0;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }
        .header-navigation a {
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }
        #nav {
            margin-right: 4.8%;
            text-align: right;
        }
            #nav li {
                position: relative;
            }
                #nav li a {
                    font-size: 16px;
                    font-weight: 700;
                    display: block;
                    text-align: center;
                    -webkit-transition: background .3s, color .3s;
                    -o-transition: background .3s, color .3s;
                    transition: background .3s, color .3s;
                }
            #nav > li {
                display: inline-block;
                vertical-align: top;
                margin-left: 33px;
                position: relative;
            }
                #nav > li:first-child {
                    margin-left: 0;
                }
                #nav > li:hover > a,
                #nav > li.current_page_item > a,
                #nav > li.current-page-ancestor > a {
                    color: #b91c1c;
                }
                #nav .sub-menu {
                    list-style: none outside none;
                    margin: 0;
                    /*display: none;*/
                    padding: 0;
                    position: absolute;
                    width:100%;
                    min-width:180px;
                    transform: translateY(15px);
                    visibility: hidden;
                    pointer-events: none;
                    opacity: 0;

                    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
                    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
                    -o-transition: transform .3s, opacity .3s, visibility .3s;
                    transition: transform .3s, opacity .3s, visibility .3s;
                    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
                }
                    #nav > li > .sub-menu {
                        transform: translateX(-50%) translateY(15px);
                        left: 50%;
                        padding: 20px 0 0;
                    }
                    #nav > li > .sub-menu > li:first-child:before {
                        content: '';
                        position: absolute;
                        top: -10px;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 0 10px 10px 10px;
                        border-color: transparent transparent #bc1919 transparent;
                        -webkit-transition: border-color .3s;
                        -o-transition: border-color .3s;
                        transition: border-color .3s;
                    }
                        #nav > li > .sub-menu > li:hover:first-child:before {
                            border-color: transparent transparent #e66114 transparent;
                        }
                    #nav .sub-menu a {
                        color: #FFFFFF;
                        background: #bc1919;
                        padding: 10px;
                    }
                        #nav .sub-menu li:hover > a {
                            background: #e66114;
                        }
                        #nav .sub-menu .sub-menu {
                            margin-left: 100%;
                            top:0;
                        }
                            #nav li:hover > .sub-menu {
                                display: block;
                                transform: translateY(0);
                                visibility: visible;
                                pointer-events: all;
                                opacity: 1;
                            }
                            #nav > li:hover > .sub-menu {
                                transform: translateX(-50%) translateY(0);
                            }
                            #nav .sub-menu li {
                                position: relative;
                            }

        .menu-bg {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.4);
            z-index: 1;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }
        .menu-dropdown {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden auto;
            z-index: 2;
            background: #fff;
            min-width: 270px;
            transform: translateX(-100%);
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            padding: 0;
        }
            .header-wrapper button.menu-trigger {
                background: transparent;
                border: none;
                font-size: 15px;
                width: 50px;
                height: 50px;
                outline: none;
                -webkit-transition: -webkit-transform .5s;
                transition: -webkit-transform .5s;
                -o-transition: transform .5s;
                transition: transform .5s;
                transition: transform .5s, -webkit-transform .5s;
                z-index: 2;
            }
                button.menu-trigger .ai-font-close-d,
                button.menu-trigger.active .ai-font-menu {
                    display: none;
                }
            #menu_nav {
                padding: 20px 0;
            }
                #menu_nav li a {
                    display: block;
                    font-size: 18px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #575757;
                    padding: 10px 0;
                    text-align: center;
                    -webkit-transition: background .3s, color .3s;
                    -o-transition: background .3s, color .3s;
                    transition: background .3s, color .3s;
                }
                    #menu_nav .sub-menu li a {
                        font-size: 15px;
                    }
                    #menu_nav li:hover > a,
                    #menu_nav li.open > a {
                        background: #bc1919;
                        color: #fff;
                    }

                #menu_nav .sub-menu {
                    display: none;
                    background: #e66114;
                }
                    #menu_nav .sub-menu a {
                        color: #fff;
                    }

        /*active*/
        .menu-trigger.active {
            transform: translateX(265px);
        }
            button.menu-trigger.active .ai-font-close-d {
                display: block;
            }

            .button-search .dropdown-menu {
                right: 0;
                left: initial;
                padding: 0;
            }
                .button-search .dropdown-inner {
                    padding: 15px;
                }
                    .button-search .sidebar-search {
                        margin-bottom: 0;
                    }
                        .button-search .dropdown-menu input[type="text"] {
                            width: 150px;
                        }
                        .button-search .dropdown-menu button {
                            color: #fff;
                            background: #bc1919;
                        }
                            .button-search .dropdown-menu button:hover {
                                background: #e66114;
                            }

        .header-navigation [class*="button-"] {
            display: inline-block;
            font-size: 15px;
            position: relative;
            text-align: center;
            margin-left: 11px;
        }
            .cart-count {
                position: absolute;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: #b91c1c;
                font-size: 9px;
                line-height: 16px;
                text-align: center;
                color: #fff;
                bottom: -8px;
                right: -7px;
            }

/*section 1*/
section.section-1 {
    position: relative;
    /* background: #fff url(images/bg-slideshow.jpg) center -126px/cover no-repeat; */
    background-image: url(images/bg-slideshow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 620px;
}
    section.section-1 .row ~ .row {
        display: none;
    }
    .s1-img {
        position: relative;
    }
        .s1-img img {
            display: block;
            max-width: 100%;
        }

    .s1-caption {
        position: relative;
    }
        .s1-caption .s1-title {
            font-size: 48px;
            color: #e66114;
            text-transform: uppercase;
            line-height: 1.21;
            font-weight: 600;
        }
        .s1-caption p {
            font-size: 36px;
            line-height: 1.1;
            color: #5d5d5d;
            margin-bottom: 40px;
        }

    #hero-slider ul.slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 28px;
        font-size: 0;
        text-align: center;
    }
        #hero-slider ul.slick-dots li {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }
            #hero-slider ul.slick-dots li button {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: none;
                background: #fff;
                box-shadow: 0px 0px 8px 0px rgba(23, 23, 23, 0.33) inset;
                padding: 0;
                outline: none;
            }
            #hero-slider ul.slick-dots li.slick-active button {
                background: #bc1919;
            }

/*section 2*/
section.section-2 {
    position: relative;
    overflow: hidden;
    background: #e66114;
}
    .section-2 .row {
        position: relative;
    }
        .s2-text {
            z-index: 1;
            padding: 0;
            pointer-events: none;
        }
            .s2-text-box {
                background: #e66114;
                color: #fff;
                padding: 96px 60px;
                pointer-events: all;
            }
                .s2-text-box h2:after {
                    margin: 24px 0 22px;
                }
                .s2-text-box p {
                    font-size: 18px;
                    line-height: 1.67;
                    margin-bottom: 22px;
                }

        .s2-video {
            position: relative;
        }
            a.s2-video-box {
                position: absolute;
                top: 0;
                bottom: 0;
                display: block;
                overflow: hidden;
            }
                a.s2-video-box:before {
                    font-size: 59px;
                    position: absolute;
                    width: 46px;
                    height: 59px;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    color: #fff;
                    z-index: 1;
                }
                a.s2-video-box:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,0.4);
                    transition: opacity .3s;
                }
                a.s2-video-box:hover:after {
                    opacity: .5;
                }
                a.s2-video-box canvas {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                    background-position: center;
                    background-color: #111;
                }
    .section-2 .row:first-child {
        margin-top: 0;
        padding-top: 0;
    }
    .section-2 .row:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .section-2 .row:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
        .section-2 .row:nth-child(odd) .s2-text-box {
            padding-right: 15px;
        }
        .section-2 .row:nth-child(even) .s2-text-box {
            padding-left: 15px;
        }
        .section-2 .row:nth-child(odd) a.s2-video-box {
            left: calc( (1140px - 100vw) / 2);
        }
        .section-2 .row:nth-child(even) a.s2-video-box {
            right: calc( (1140px - 100vw) / 2);
        }


section.section-3 {
    padding: 102px 0 99px;
}
    .section-3 .row {
        margin-bottom: 59px;
        font-size: 0;
    }
        .s3-text {
            padding-right: 60px;
        }
            .s3-text h2:after {
                margin: 34px 0 31px;
            }
            .s3-text p {
                font-size: 18px;
                line-height: 1.67;
            }
                #content .s3-text p:first-of-type {
                    margin-top: 0;
                }
                #content .s3-text p:last-child {
                    margin-bottom: 0;
                }

        .s3-img {
            position: relative;
        }
            .s3-img img {
                display: block;
                width: 100%;
                border-radius: 5px;
                box-shadow: -2px 2px 20.8236px 0.1764px rgba(61, 58, 58, 0.15);
            }
    .section-3 .row:last-child {
        margin-bottom: 0;
    }
    .section-3 .row:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
        .section-3 .row:nth-child(even) .s3-text {
            padding-right: 18px;
            padding-left: 45px;
        }

section.section-4 {
    position: relative;
    z-index: 1;
    background: url(images/bg-special-feature.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding: 90px 0 101px;
}
    section.section-4:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.6);
        z-index: -1;
    }
    .s4-text {
        width: 83.33333333333333%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }
        .s4-text h2 {
            text-transform: uppercase;
        }
            .s4-text h2:after {
                margin: 27px auto 30px;
                width: 80px;
            }
        .s4-text h3 {
            font-size: 36px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 30px;
        }
        .s4-text p {
            font-size: 24px;
            line-height: 1.25;
            margin-bottom: 32px;
        }

/*section 5*/
section.section-5 {
    padding-top: 30px;
    position: relative;
    background: url(images/bg-prouct-of-the-month.jpg) center/cover no-repeat;
    z-index: 1;
}
    section.section-5:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(158,158,158,.6);
        z-index: -1;
    }
    .s5-img {
        padding-left: 22px;
    }
        .s5-img img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }

    .s5-text {
        background: #e66114;
        border-radius: 5px;
        color: #fff;
        margin-top: 8px;
        padding: 52px 52px 55px;
    }
        .s5-text h2 {
            font-size: 46px;
            text-transform: uppercase;
        }
            .s5-text h2:after {
                width: 80px;
                margin: 33px 0 35px;
            }
        .s5-text strong {
            display: block;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 18px;
        }
        .s5-text p {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 23px;
        }
        .s5-text a {
            display: inline-block;
            font-weight: 700;
			font-family: 'Montserrat';
            font-size: 16px;
            color: #fff;
        }
            .s5-text a i {
                margin-left: 10px;
                font-size: 10px;
                -webkit-transition: margin .3s;
                -o-transition: margin .3s;
                transition: margin .3s;
            }
            .s5-text a:hover i {
                margin-left: 15px;
            }


section.section-6 {
    background: #fff;
    padding: 91px 0 100px;
}
    section.section-6 h2 {
        text-align: center;
        font-weight: 600;
    }
        section.section-6 h2:after {
            margin: 32px auto 42px;
        }
    .recipes-list {
        font-size: 0;
        text-align: center;
    }
        .recipe {
            display: inline-block;
            vertical-align: top;
            width: 33.3333333%;
            padding: 0 15px;
            text-align: left;
        }
            .recipe a {
                display: block;
                overflow: hidden;
                border-radius: 5px;
                position: relative;
                box-shadow: -2px 2px 20.16px 0.84px rgba(61, 58, 58, 0.15);
            }
                .recipe a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: .4;
                    background: -moz-linear-gradient(top, rgba(0,0,0,1) 12%, rgba(0,0,0,0.86) 24%, rgba(0,0,0,0) 100%);
                    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 12%,rgba(0,0,0,0.86) 24%,rgba(0,0,0,0) 100%);
                    background: linear-gradient(to bottom, rgba(0,0,0,1) 12%,rgba(0,0,0,0.86) 24%,rgba(0,0,0,0) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
                    transform: rotate(180deg);
                    -webkit-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                }
                    .recipe a:hover:before {
                        opacity: .2;
                    }
                .recipe canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                }
                .recipe-name {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    font-size: 24px;
                    color: #fff;
                    padding: 0 28px 17px;
                }
                    .recipe-name span {
                        display: block;
                        font-weight: 700;
                        font-size: 16px;
						font-family: 'Montserrat';
                        margin-top: 11px;
                        opacity: 0;
                        -webkit-transform: translateX(-10px);
                            -ms-transform: translateX(-10px);
                                transform: translateX(-10px);
                        -webkit-transition: opacity .3s, -webkit-transform .3s;
                        transition: opacity .3s, -webkit-transform .3s;
                        -o-transition: opacity .3s, transform .3s;
                        transition: opacity .3s, transform .3s;
                        transition: opacity .3s, transform .3s, -webkit-transform .3s;
                    }
                        .recipe-name span i {
                            margin-left: 7px;
                            font-size: 9px;
                            -webkit-transition: margin .3s;
                            -o-transition: margin .3s;
                            transition: margin .3s;
                        }
                        .recipe a:hover .recipe-name span {
                            opacity: 1;
                            -webkit-transform: translateX(0);
                                -ms-transform: translateX(0);
                                    transform: translateX(0);
                        }

/*section 7*/
section.section-7 {
    background: #fbfbfb;
    position: relative;
    padding: 92px 0 70px;
}
    section.section-7 h2 {
        text-align: center;
        font-weight: 600;
    }
        section.section-7 h2:after {
            margin: 32px auto 64px;
        }

    .events-list {
        font-size: 0;
        text-align: center;
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
        .event {
            display: inline-block;
            vertical-align: top;
            /*max-width: 33.33333333%;*/
            padding: 0 16.6px;
            text-align: left;
            margin: 0 0 15px;
        }
            .event a {
                display: block;
            }
                .event a canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                    transition: opacity .3s;
                }
                .event a h3 {
                    font-weight: 600;
                    font-size: 24px;
                    color: #e66114;
                    margin: 35px 0 9px;
                    transition: color .3s;
                }
                .event a p {
                    font-size: 18px;
                    line-height: 1.56;
                    color: #575757;
                }
                .event a:hover canvas {
                    opacity: .8;
                }
                .event a:hover h3 {
                    color: #b91c1c;
                }
                .home .events-list .slick-slide{
                    height: auto;
                }

                .events-list .slick-arrow {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 0;
                    bottom: 0;
                    cursor: pointer;
                    z-index: 1;
                    -webkit-transition: all .4s ease;
                    transition: all .4s ease;
                    pointer-events: none;
                }

                .events-list .slick-arrow::before {
                    font-size: 40px;
                    color: #e66114;
                    pointer-events: auto;
                }

                .events-list .events-next {
                    left: initial;
                    right: 0;
                }

/*section 8*/
section.section-8 {
    position: relative;
    background: url(images/bg-contact-us.jpg) center/cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
    padding: 90px 0 110px;
}
    section.section-8:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.6);
        z-index: -1;
    }
    section.section-8 h2 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 52px;
    }
        section.section-8 h2:after {
            display: none;
        }

    .contactus-form {
        width: 66.66666666666667%;
        margin: 0 auto;
        padding: 0 15px;
    }
        .contactus-form input:not([type="submit"]),
        .contactus-form textarea {
            width: 100%;
            height: 60px;
            border: none;
            border-bottom: 1px solid #fff;
            font-size: 18px;
            color: #fff;
            background: none;
            outline: none;
            margin-bottom: 29px;
        }
        .contactus-form .contactus-col-2 {
            font-size: 0;
        }
            .contactus-form .contactus-col-2 input {
                width: calc( 50% - 15px );
            }
                .contactus-form .contactus-col-2 span:first-of-type input {
                    margin-right: 15px;
                }
                .contactus-form .contactus-col-2 span:last-of-type input {
                    margin-left: 15px;
                }

        .contactus-form textarea {
            resize: none;
            height: 195px;
            padding-top: 19px;
            margin-bottom: 43px;
        }

        .contactus-form form {
            position: relative;
        }
            .contactus-form .wpcf7-form-control-wrap {
                font-size: 18px;
            }
                .contactus-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
                    top: -2px;
                    left: 30px;
                }

            .contactus-form div.wpcf7-response-output {
                position: absolute;
                bottom: 10px;
                left: 175px;
                right: 0;
                margin: 15px 0 0;
                text-align: center;
                line-height: 1;
                color: #fff;
                padding-bottom: 5px;
            }
            .contactus-form input:-webkit-autofill {
                padding: 0 15px;
            }


footer.footer-wrapper {
    background: #696969;
    /*min-height: 316px;*/
    color: #fff;
    padding: 80px 0 46px;
    font-size: 16px;
    line-height: 1.5;
}
    .footer-wrapper h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    footer.footer-wrapper a:hover {
        color: #fff;
        opacity: .5;
    }
    .footer-left, .footer-center {
        padding-left: 20px;
        padding-right: 10px;
    }
        .footer-left p:last-child {
            margin-top: 21px;
        }
        ul.footernav {
            -webkit-column-count: 1;
               -moz-column-count: 1;
                    column-count: 1;
            margin-bottom: 20px;
            max-width: 75%;
        }
            ul.footernav li {
                margin-bottom: 6px;
            }

        .smi {
            font-size: 20px;
            margin-top: 18px;
        }
            .smi a {
                margin-right: 16px;
            }

    .footer-right {
        padding-left: 83px;
    }
        .contact {
            position: relative;
            padding-left: 0;
            margin-bottom: 21px;
        }
            .contact i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 13px;
            }
            .contact i.icon-mobile-phone {
                font-size: 17px;
                left: -2px;
                top: 0px;
            }


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(230, 97, 20, 0.5);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        height: 238px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(images/bg-contact-us.jpg);
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,50%);
        z-index: 2;
    }
        .ip-banner h1,
        .ip-banner h2 {
            font-weight: 600;
            font-size: 46px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            line-height: 1.21;
        }
            .ip-banner h1 span,
            .ip-banner h2 span {
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

#content-full .sidebar {
    display: none;
}

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

aside.sidebar {
    width: 25%;
    float: left;
    padding-right: 15px;
}
#content-sidebar #content {
    float: right;
    width: 75%;
    padding-left: 15px;
}

.single-innobake_recipe aside.sidebar {
    width: 350px;
}
.single-innobake_recipe #content-sidebar #content {
    width: calc(100% - 350px);
}

.single-innobake_recipe aside.sidebar blockquote {
	padding: 0;
	border: 0;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
    font-weight: 600;
    font-size: 46px;
    color: #e66114;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
}
    #content .entry-title:after,
    #content .archive-title:after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        background: #e66114;
        margin: 39px 0 23px;
    }

    #content .entry-title.center:after,
    #content .archive-title.center:after {
        margin-left: auto;
        margin-right: auto;
    }

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font-size: 36px;
    font-weight: 600;
    color: #e66114;
    text-transform: uppercase;
    margin: 0;
}
#inner-page-wrapper {
    margin-bottom: 30px;
}
    #inner-page-wrapper .container {
        padding: 0 30px;
    }

#inner-page-wrapper #breadcrumbs {
    font-weight: 600;
    font-size: 16px;
	font-family: 'Montserrat';
    color: #929292;
    margin: 1.55em 0 48px;
}
    #breadcrumbs > span > span {
        margin: 0 9px;
    }
    #breadcrumbs > span > span:first-child {
        margin-left: 0;
    }
    #breadcrumbs > span > span:last-child {
        margin-right: 0;
    }
    #breadcrumbs a {
        font-weight: 700;
        color: #575757;
    }
        #breadcrumbs a:hover {
            color: #b91c1c;
        }

#inner-page-wrapper p {
    font-size: 18px;
    line-height: 1.67;
}

.sidebar-search {
    position: relative;
    padding-right: 43px;
    margin-bottom: 26px;
}
    .sidebar-search input {
        display: block;
        width: 100%;
        height: 32px;
        border-radius: 5px;
        border: 1px solid #c0c0c0;
        font-size: 16px;
        color: #575757;
        padding: 0 16px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
        .sidebar-search input::placeholder {
            color: #c0c0c0;
        }
    .sidebar-search button {
        position: absolute;
        width: 32px;
        height: 32px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 14px;
        top: 0;
        right: 0;
        border-radius: 5px;
        padding: 0;
        -webkit-transition: background .3s, color .3s;
        -o-transition: background .3s, color .3s;
        transition: background .3s, color .3s;
    }
        .sidebar-search button:hover {
            color: #fff;
            background: #bc1919;
        }

.sidebar-categories-archives {

}
    .sidebar-categories-archives h2,
    .sidebar-recommended h2,
    .sidebar-contact-info h2 {
        font-size: 18px;
        font-weight: 600;
        color: #e66114;
        text-transform: uppercase;
        margin: 0;
        border-bottom: 1px solid #e66114;
        padding: 0 0 4px;
        margin-bottom: 14px;
    }
    .sidebar-categories-archives ul,
    .sidebar-recommended ul.recommended-list {
        list-style: none;
        margin: 0;
    }
        .sidebar-categories-archives ul li {
            line-height: 1;
            margin-bottom: 11px;
        }
            .sidebar-categories-archives ul li a {
                font-size: 16px;
                color: #929292;
                line-height: 1;
				font-family: 'Montserrat';
            }
                .sidebar-categories-archives ul li a:hover {
                    color: #b91c1c;
                }

.sidebar-recommended {

}
    .recommended-list li {
        list-style: none;
        margin-bottom: 30px;
    }
        .recommended-list li:last-child {
            margin-bottom: 0;
        }
        .recommended-list li a {
            position: relative;
            font-size: 0;
        }
            .recommended-list li a canvas {
                background-size: cover;
                background-position: center;
            }
            .recommended-list li a h3 {
                font-size: 16px;
                line-height: 1.2;
                color: #929292;
                margin: 0 0 0 16px;
            }
                .recommended-list li a:hover h3 {
                    color: #e66114;
                }

.sidebar-contact-info {
    color: #7a7a7a;
    line-height: 1.67;
}
    .sidebar-contact-info h2 {
        border-bottom: none;
    }
    .sidebar-contact-info .contact {
        padding-left: 51px;
    }
        .sidebar-contact-info i {
            color: #e66114;
            font-size: 18px;
        }
        .sidebar-contact-info i.icon-mobile-phone {
            font-size: 19px;
        }
            .sidebar-contact-info a:hover {
                color: #e66114;
            }
    .sidebar-contact-info .smi {
        color: #e66114;
        padding-left: 7px;
    }
        .sidebar-contact-info .smi a:hover {
            color: #b91c1c;
        }

.related-products {
    position: relative;
}
    #inner-page-wrapper .related-products > .related-product-title {
        font-weight: 700;
        line-height: 1;
        color: #e66114;
        text-transform: uppercase;
        margin: 0 0 25px;
		text-align: center;
    }
    .related-products-list {
        margin:auto;
    }
        .related-product {
            padding: 0 15px;
            margin: 15px 0;
            width: 33.33333333%;
        }
            .related-product a {
                text-align: center;
            }

                .related-product a img, .related-product a canvas {
                    display: block;
                    margin: 0 auto 25px;
                    max-width: 100%;
                    background-position: center;
                    background-size: contain;
                    background-repeat: no-repeat;
                }
.related-products .slick-active.slick-current.slick-slide{
	width: auto;
}

                #inner-page-wrapper .related-product a h3 {
                    margin: 0;
                    font-weight: 600;
                    font-size: 18px;
                    color: #66686A;
                    line-height: 1;
                }
                #inner-page-wrapper .related-product a h3.product-price {
                    margin-top: 30px;
					font-weight: 400;
                }
                #content .products h2.product-price {
                    margin-top: 0!important;
                }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    line-height: 1;
}
div.wpcf7-response-output {
    text-align: center;
    margin: 0;
}

.page-template-template-recipes {
/*      font-family: 'Barlow'; */
	font-family: 'Montserrat';
}

/* full recipe - single recipe */

.single-innobake_recipe,
.single-innobake_series {
/*     font-family: 'Barlow'; */
	font-family: 'Montserrat';
}

.single-innobake_recipe #inner-page-wrapper,
.single-innobake_series #inner-page-wrapper {
    margin-bottom: 96px;
}
    .single-innobake_recipe #inner-page-wrapper #breadcrumbs,
    .single-innobake_series #inner-page-wrapper #breadcrumbs {
        margin: 1.55em 0 39px;
    }
    .single-innobake_recipe .full-recipe,
    .single-innobake_series .full-series {

    }
        .single-innobake_recipe .full-recipe .section-title-a,
        .single-innobake_series .full-series .section-title-a {
            line-height: 1;
        }
            .single-innobake_recipe .full-recipe .section-title-a:after,
            .single-innobake_series .full-series .section-title-a:after {
                margin: 32px 0 39px;
            }

        .single-innobake_recipe .full-recipe-video,
        .single-innobake_series .full-series-video {
            margin-bottom: 37px;
        }

        .single-innobake_recipe a.recipe-pdf,
        .single-innobake_series a.series-pdf {
			font-family: 'Montserrat';
            font-weight: 700;
            font-size: 14px;
            color: #bc1919;
            padding-left: 30px;
            position: relative;
            display: inline-block;
        }
            .single-innobake_recipe a.recipe-pdf i,
            .single-innobake_series a.series-pdf i {
                position: absolute;
                left: -4px;
                top: -7px;
                font-size: 22px;
            }
            .single-innobake_recipe a.recipe-pdf:hover,
            .single-innobake_series a.series-pdf:hover {
                color: #e66114;
            }

    .single-innobake_recipe .sidebar-search,
    .single-innobake_series .sidebar-search {
        margin-top: 9px;
    }

/* single media */

.single-innobake_media  #inner-page-wrapper {
    margin-bottom: 98px;
}
    .single-innobake_media  .ipmedia-details-wrap {
        position: relative;
    }
        .single-innobake_media  .ipmedia-details-img {
            position: relative;
        }
            .single-innobake_media  .ipmedia-details-img img {
                display: block;
                max-width: 100%;
                margin: 0 auto 68px;
            }

        .single-innobake_media  #content .ipmedia-details-wrap .section-title-a {
            text-transform: initial;
            line-height: 1;
        }
            .single-innobake_media  .ipmedia-details-wrap .section-title-a:after {
                margin: 36px 0 44px;
            }
            .single-innobake_media  .ipmedia-details-date-location {
                font-weight: 600;
                font-size: 24px;
                line-height: 1;
                color: #e66114;
            }

    .single-innobake_media  #content .ipmedia-details-wrap p {
        color: #7a7a7a;
    }

    .single-innobake_media  .category-tags {
        margin-top: 78px;
    }


span.page-numbers.current {
    color: #fff;
    background: #bc1919;
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 31px;
	font-family: 'Montserrat';
    font-size: 15px;
    border-radius: 5px;
    margin-right: 5px;
}


.products-pagination a {
    margin-right: 4px
}

input.qty {
    width: 64px;
    height: 32px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: -1px 1px 5px 0px rgba(7, 24, 40, 0.05);
    padding: 0 14px;
    outline: none;
}
    .safari.mobile input.qty {
        border: 1px solid rgba(0,0,0,.2);
        margin-left: 5px;
    }
.update-cart {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    background: #c0c0c0;
    border: 2px solid #c0c0c0;
    min-width: 136px;
    border-radius: 5px;
    /* padding: 14.5px 0; */
    padding: 14.5px 25px;
    line-height: 1;
    -webkit-transition: background .3s, color .3s, border .3s;
    -o-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s;
}
.update-cart:hover{
	background: #bc1919;
  border: 2px solid #bc1919;
}

#inner-page-wrapper p.form-row {
    margin: 0;
}
.woocommerce-billing-fields__field-wrapper input:not([type="submit"]),
.woocommerce-billing-fields__field-wrapper select,
.woocommerce-additional-fields textarea,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper input:not([type="submit"]),
.woocommerce-shipping-fields__field-wrapper select,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single {
    width: 100%;
    height: 60px;
    border: none;
    font-size: 18px;
    background: none;
    outline: none;
    border: 1px solid #c0c0c0;
    color: #575757;
    margin-bottom: 29px;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-additional-fields textarea {
    min-height: 135px;
}
.woocommerce-billing-fields__field-wrapper .select2-container,
.woocommerce-shipping-fields__field-wrapper .select2-container {
    margin-bottom: 29px;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: initial;
}

.woocommerce-billing-fields .form-row.form-row-wide,
.woocommerce-shipping-fields .form-row.form-row-wide {
    width: 100%;
}

.woocommerce-billing-fields .form-row.form-row-first,
.woocommerce-shipping-fields .form-row.form-row-first {
    padding-right: 15px;
}

.woocommerce-billing-fields .form-row.form-row-last,
.woocommerce-shipping-fields .form-row.form-row-last {
    padding-left: 15px;
}

.woocommerce-billing-fields #shipping_method_field {
	display: none !important;
}

.woocommerce-shipping-fields #ship-to-different-address {
	pointer-events: all !important;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox {
	display: block !important;
	top: 7px;
}

.woocommerce-shipping-fields .shipping_address[style="display: none;"] {
	display: none !important;
}

.woocommerce-shipping-fields .wooccm-field-last_name {
	padding: 0 !important;
}

#searchform label.screen-reader-text {
    display: block;
}
#searchform input[type="text"] {
    max-width: 190px;
}
#searchform input[type="text"],
#searchform input[type="submit"] {
    height: 36px;
    vertical-align: top;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css*/

.bleed-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-item-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.flex-item-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.home .slick-slide {
    height: 620px;
}

.home .s1-caption {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.home .s1-caption .s1-title {
    width: 320px;
}

[data-slick-index="0"] .bleed-image{
    background-size: 578px 620px;
}

#content form.woocommerce-form-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
    #content form.woocommerce-form-coupon > p {
        width: 100%;
    }
    #content form.woocommerce-form-coupon > p.form-row.form-row-first {
        width: 300px;
    }
    #content form.woocommerce-form-coupon > p.form-row.form-row-last {
        width: initial;
        padding-left: 15px;
    }
    #content form.woocommerce-form-coupon input#coupon_code {
        width: 100%;
        height: 49px;
        font-size: 18px;
        background: none;
        outline: none;
        border: 1px solid #c0c0c0;
        color: #575757;
        padding-left: 15px;
        padding-right: 15px;
    }

#content form.checkout.woocommerce-checkout p#billing_address_2_field .optional {
    display: none;
}
#content .products-list p.woocommerce-info {
    padding: 0 15px;
    width: 100%;
}

.home .section-2 .btn-o{
    display: none;
}

.iprecipe canvas[style*="site-logo.png"] {
    background-size: contain!important;
    background-repeat: no-repeat;
}
#content .recipe-pdf-iframe {
    width: 100%;
    height: 800px;
    margin-top: 30px;
}
.recipe-description {
    margin-top: 20px;
}
/*hide embed on one recipe*/
.postid-121 #content .recipe-pdf-iframe {
    display: none;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal, 
.woocommerce-checkout-review-order-table tr.order-total,
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table th.product-total {
    display: none;
}

.woocommerce-table--order-details tr.cart-subtotal, 
.woocommerce-table--order-details tr.order-total,
.woocommerce-table--order-details td.product-total,
.woocommerce-table--order-details th.product-total,
.woocommerce-table--order-details tfoot {
    display: none;
}

.woocommerce-order li.woocommerce-order-overview__total.total {
    display: none;
}

.uc-text {
    font-size: 20px;
}

.uc-text span {
    color: #ffa818;
    font-size: 27px;
}

.uc-text a {
    font-weight: 700;
}

.uc-text a:hover{
    color: #ffa818;
}

.list-unstyled {
    list-style: none !important;
}
.woocommerce-privacy-policy-link{
    font-weight: bold;
}

#content ul.wc_payment_methods.payment_methods.methods {
    margin: 40px 0 40px;
    list-style: none;
}
#content li.wc_payment_method.payment_method_bacs {
    display: none;
}
#content li.woocommerce-order-overview__payment-method.method {
    display: none;
}
.ipcontact-map div {
    margin: 0 auto;
}

.product-details .product-price {
    font-weight: 700;
}

#inner-page-wrapper p.custom-checkout-msg a {
    text-decoration: underline;
}
    #inner-page-wrapper p.custom-checkout-msg a:hover {
        color: #b91c1c;
    }

#inner-page-wrapper p.products-notice-text {
    text-align: center;
}
    #inner-page-wrapper p.products-notice-text a:hover {
        color: #f7623b;
    }


/*******************************************************
 *
 * NEW HOMEPAGE STYLE
 *
 *******************************************************/
/*  HOMEPAGE HERO SLIDER */
	.slider-container .elementor-widget-wrap.elementor-element-populated.e-swiper-container{
		padding: 0 !important;
	}
	.slider-overlay{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 50%;
		height: 100%;
		padding: 0 60px;
		position: absolute;
		z-index: 1;
		background-color: rgba(0,0,0,0.5);
		text-transform: uppercase;
	}
	.slider-overlay h3{
		font-size: 34px;
		font-family: 'Montserrat';
		font-weight: normal;
		color: #e66114;
		margin: 25px 0;
	}
	.slider-overlay h2{
		font-size: 40px;
		font-family: 'Montserrat';
		font-weight: normal;
		color: #ffffff;
		margin-bottom: 50px;
	}
	.slider-overlay a{
		background-color: #E66114;
		border-radius: 50px 50px 50px 50px;
		font-size: 16px;
		color: #ffffff;
		padding: 10px 15px;
		font-family: 'Montserrat';
		font-weight: normal;
	}
	.slider-overlay a:hover{
		color: #ffffff;
	}
	.slider-overlay hr{
		width: 300px;
		border: 1px solid #684F40;
		position: absolute;
		bottom: 56px;
		left: 12%;
	}
	.n2-ss-slide.n2-ow.n2-ss-slide-3.n2-ss-slide-active{
		height: unset !important;
	}
	div#n2-ss-2 .n2-ss-slide-limiter{
		max-width: unset !important;
	}
	div#n2-ss-2-arrow-next, div#n2-ss-2-arrow-previous{
		display: none;
	}
	div#n2-ss-2 .n-uc-mG2k8HLSPV4a{
		max-width: 50% !important;
	}
	div#n2-ss-2 .n-uc-153023fc3458e-inner{
		padding: 120px;
	}
	[data-id="5635"] { 
		display: none;
	}
	div#n2-ss-2 .n2-ss-control-bullet{
		position: absolute;
		left: 5%;
	}
	div#n2-ss-2 .n2-style-52a3032cdf5e0a73159365f609201a73-simple{
		background: none !important;
		box-shadow: unset !important;
	}
	div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot.n2-active, div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot:HOVER, div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot:FOCUS{
		background:#ffffff !important;
		width: 8px;
		height: 8px;
	}
	div#n2-ss-2 .n2-style-4f72beb15bfb0511e07bfb33dde48a42-dot{
		background: rgba(255,255,255,0.57) !important;
	}
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-bf5d7cf.elementor-section-full_width.elementor-section-stretched.homepage-slide-container.elementor-section-height-default.elementor-section-height-default .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0 !important;
	}

/* HOMEPAGE MEDIA SECTION */
	div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:HOVER, div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot:FOCUS{
		background: #ffffff !important;
		width: 8px;
		height: 8px;
	}
	div#n2-ss-3 .n2-style-785355f374be86c332d4665aae819858-dot{
		background: #ffffff !important;
	}
	div#n2-ss-3 .n2-ss-control-bullet{
		left: 50px;
	}
	div#n2-ss-3 .n-uc-10e9d03b8fa9b-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{
		margin: 0;
	}
	.media-container .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding: 0;
	}
	div#n2-ss-3 .n-uc-10e9d03b8fa9b-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{
		margin: 10px 0 0 10px !important;
	}
		div.n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{
		z-index: -1;
		top: -2px !important;
	}
	div#n2-ss-3 .n-uc-lUIpOHiIr450-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{
		margin: 0 !important;
	}
	#inner-page-wrapper div[data-elementor-id="5635"] p,
	#inner-page-wrapper div[data-elementor-id="5635"] span{
		font-size: 16px !important;
	}

/* HOMEPAGE CONTACT */
	.hp-contact-form input,
	.hp-contact-form textarea {
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid #E1E1E1;
		border-radius: 0px;
		text-transform: uppercase;
		font-family: 'Montserrat';
		font-size: 12px;
		margin: 10px 0;
		padding: 10px;
		width: 100%;
	}
	.hp-contact-form .wpcf7-not-valid-tip{
		color: #ffffff;
		background-color: red;
		font-size: 12px;
		font-family: 'Montserrat'
		padding: 5px;
	}
	.hp-contact-form .wpcf7-response-output{
		border-color: #ffffff;
		color: #ffffff;
	}
	.hp-contact-form h2, 
	.hp-contact-form p{
	text-align: center;
	}
	input#SendMessage{
		display: block;
		border: none;
		background: #303133;
		padding: 15px;
	}
	.hp-contact-container .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding: 30px 30px 0;
	}

/* HOMEPAGE OUR STORY */
	.our-story-container .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding: 0 !important;
	}
 	#inner-page-wrapper .container{
		padding: 0;
	}
	.our-story-container .elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{
		padding: 0 !important;
	    z-index: -1;
	}
	.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-7c0de62{
		padding-left: 30px;
	}
	div[data-id="e3fa31f"] p,
	div[data-id="7054210"] p{
		padding-right: 30px;
	}

/* HOMEPAGE EVENT SECTION */
	.event-container h2{
		padding-bottom: 35px;
	}
	.event-container a h3{
		font-family: 'Montserrat';
		font-size: 16px;
		color: #696969;
		text-align: center;
	}
	.event-container p{
		font-family: 'Open Sans';
		font-size: 14px !important;
		text-align: center;
	}
	ul.slick-slide li button{
		display: flex;
		border-radius: 50px;
		width: 15px;
		height: 15px;
		border: unset;
		background-color: #D6D8DB;
	}

	.slick-dots {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 1rem 0;
		list-style-type: none;
	}
	.slick-dots li {
		margin: 0 0.25rem;
	}
	.slick-dots button {
		display: block;
		width: 1rem;
		height: 1rem;
		padding: 0;
		border: none;
		border-radius: 100%;
		background-color: #D6D8DB;
		text-indent: -9999px;
	}
	.slick-dots li.slick-active button {
		background-color: #696969;
	}
	.home .slick-slide{
		height: unset;
	}

/* HOMEPAGE RECIPE SECTION */
	.n2-thumbnail-dot.n2-style-e437c96de9ebe264f7c894ba18c809b0-dot:not(.n2-active) .recipe{
		display: none !important;
	}
	.recipe{
		position: absolute;
		background: rgba(0,0,0,0.5);
		width: 100%;
		color: #ffffff;
		padding: 5px;
		text-align: center;
	}
	.recipe:hover{
		color: #e66114
	}

/* HOMEPAGE FEATURED PRODUCTS  */
	.woocommerce div.product.mb-30{
		margin-bottom: 0;
	}
	.product-slider .slick-arrow:hover{
		border-color: unset;
	}
	.elementor-5635 .elementor-element.elementor-element-6d09590 .product-slider .slick-arrow{
		border: unset !important;
	}
	.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title{
		height: 75px !important;
		text-align: center;
	}
	.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price{
		justify-content: center;
	}
	.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-ratting-wrap + .ht-product-action{
		display: flex;
		justify-content: center;
	}

/* ------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	vertical-align:middle;
	font-family: 'Montserrat' !important;
}

div .elementor-5635 .elementor-element.elementor-element-7c0de62.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{
	max-width: 600px;
}
div#n2-ss-5 .n2-style-e437c96de9ebe264f7c894ba18c809b0-dot{
	opacity: 0.8 !important;
}

.footer-wrapper{
	margin-top: -30px;
}
.ip-banner {
	padding-top: 86px;
}

div#gallery-1 .gallery-item{
	margin: 0;
}
.w-100{
	width: 100%;
}
a.btn-cart.aios-initial-setup-dead-link{
	background-color: #b91c1c;
}

#inner-page-wrapper .product-details-cart {
    display: none !important;
}
.single-item{
    width: 150px;
    background: white;
    border: 2px solid gray;
}
.gallery-part{
    display: flex;
}
.single-item .slick-slide img {
    height: 145px;
}