/*
Theme Name: JimsFresh
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: JimsFresh team
Author URI: https://wordpress.org/
Description: JimsFresh theme is a modernized take on an ever-popular WordPress layout â€” the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: JimsFresh

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,900i|Source+Sans+Pro:400,600,600i,700&display=swap');

@font-face {
    font-family: 'Parisien Night';
    src: url('fonts/ParisienNight.eot');
    src: url('fonts/ParisienNight.eot?#iefix') format('embedded-opentype'),
        url('fonts/ParisienNight.woff') format('woff'),
        url('fonts/ParisienNight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input[type="search"i]:focus {
    outline: none;
}

.custom-logo {
    width: 80px;
    height: auto;
}

.skip-link {
    display: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    outline: 0;
}

.img-responsive {
    display: inline-block;
}

.error-page .wrapper {
    background: #fff;
}

body {
    /*background: url(img/background.jpg) center center /cover no-repeat;*/
    font-family: 'Source Sans Pro', sans-serif;
    /*padding-top: 60px;*/
    color: #7a7a7a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;

    /*letter-spacing: 2px;*/
    font-weight: 400;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header,
section {
    width: 80%;
    display: block;
    margin: 75px auto;
}

.sidebar section {
    margin: 0;
}

.sticky {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 999;
    top: 0;
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/*---------New Creation------*/
.header-image-with-text {
    position: relative;
    text-align: center;
    color: white;
}

.header-image-with-text img {
    height: 338px;
    object-fit: cover;
    width: 100%;
}

.header-image-text {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 80%;
    margin: 0 auto;
    left: 0;
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .header-image-text h1 {
        font-size: 20px;
    }

    .navbar-fixed-top {
        position: absolute;
        top: 0;
        left: 0px;
        text-align: center;
        z-index: 1;
    }

    #bs-example-navbar-collapse-1 {
        margin-top: 0;
    }

    input {
        z-index: 2;
    }

    button {
        z-index: 2;
    }

}

/*---------New Creation------*/
.overflow{
    overflow: hidden;
}
header .row {
    /*width: 80%;*/
    padding-top: 0px;
    padding-bottom: 0px;
}


.blog-area .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-area .main {
    padding-right: 0;
    padding-left: 0;
}

.blog-area .wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.blog-area .wrapper .item {
    flex-grow: 1;
    margin: 0 15px 30px;
    max-width: 45.5%;
    background: #fff;
    position: relative;
    padding: 0 0 50px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.blog-area .wrapper .item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.blog-area .wrapper .item .main {
    padding-right: 0;
    padding-left: 0;
}

.blog-area .wrapper .item .main img {
    position: relative;
    z-index: 9;
}

.blog-area .wrapper .item .main .img-area {
   /* height:316px;*/
    overflow-y: hidden;
}

.blog-area .wrapper .item .main .img-area img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.blog-area .wrapper .item .right-area img {
    vertical-align: text-bottom;
}

.blog-area .wrapper .item .black-text .more-link {
    display: none;
}

.blog-area .wrapper .item .black-text {
       padding: 0px 15px 10px;
    text-align: justify;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.blog-area .wrapper .item .right-area {
    margin-top: 5px;
    border-bottom: 1px solid #e96125;
    padding-bottom: 5px;
    line-height: 25px;
}

.blog-area .wrapper .item .right-area .category {
    border-right: 1px solid #e96125;
}

.blog-area .wrapper .item .right-area .date img {
    vertical-align: middle;
    margin-right: 5px;
}

.blog-area .wrapper .item .right-area .category img {
    margin-left: 25px;
    float: left;
    margin-top: 2px;
}

.blog-area .wrapper .item .right-area .date,
.blog-area .wrapper .item .right-area .category {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 5px;
    color: #7a7a7a;
}

.blog-area .wrapper .item .right-area .category a,
.blog-area .wrapper .item .right-area .date {
    font-size: 12px;
}

.blog-area .wrapper .item .right-area .category a {
    color: #e96125;
}

.blog-area .wrapper .item .read {
    color: #fd6868;
    position: absolute;
    bottom: 25px;
    left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-area .wrapper .item .heading {
       padding: 30px 15px 10px;
    position: static;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 99;
    color: #222;
    box-sizing: border-box;
    background-clip: padding-box;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
}

.blog-area .wrapper .item .heading h2 {
       font-size: 26px;
    line-height: 1.5;
}

.hero-unit {
    /*margin-top: 100px;*/
    padding-bottom: 30px;
}

.hero-unit .swiper-container {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.hero-unit .swiper-slide {
    height: 430px;
    overflow: hidden;
    position: relative;
}

.hero-unit .swiper-slide:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
    -webkit-transition: all 1s;
    /*background: rgba(0, 0, 0, 0.6);*/
    background: rgba(0, 0, 0, 0);
}

.hero-unit .swiper-button-next,
.hero-unit .swiper-button-prev {
    right: 50px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.hero-unit .swiper-button-next {
    right: 40px;
    background: #fff;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(img/swiper-button-next.svg) !important;
}

.hero-unit .swiper-button-prev {
    left: 40px;
    background: #fff;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(img/swiper-button-prev.svg) !important;
}

.hero-unit .swiper-pagination {
    left: 0%;
    right: 0;
}

.hero-unit .swiper-pagination .swiper-pagination-bullet {
    margin: 15px 3px;
    width: 10px;
    height: 10px;
}

.hero-unit .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e96125;
}

.hero-unit .caption {
    bottom: 20px;
    color: #fff;
    padding: 20px;
    position: absolute;
    /*background: #e96125;*/
    background: rgba(243, 107, 55, 0.85);
    z-index: 9;
    background-clip: padding-box;
    height: 100px;
}

.hero-unit .caption .category {
    border-right: 1px solid #fff;
}

.hero-unit .caption .right-area {
    padding-right: 0;
}

.hero-unit .caption .title {
    display: table;
    height: 100%;
}

.hero-unit .caption .title h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    color: #fff;
}

.hero-unit .caption .category,
.hero-unit .caption .date {
    font-size: 18px;

    font-weight: 300;
    margin-top: 5px;
    float: right;
    padding: 10px 35px;
    color: #fff;
}


.hero-unit .caption .category img,
.hero-unit .caption .date img {
    vertical-align: bottom;
    margin-right: 5px;
}

.pagination {
    float: left;
    width: 100%;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .nav-links {
    text-align: center;
}

.pagination .page-numbers.current {
    background: #e96125;
    border: 1px solid #e96125;
    color: #fff;
}

.pagination .page-numbers {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #333;
    margin: 10px 5px;
}

.sidebar {
    /*margin-top: 12px;*/
    position: relative;
    padding-right: 0;
    padding-left: 20px;
}

.sidebar .widget {
    border: 1px solid #7a7a7a;
    background: #fff;
    padding: 30px !important;
    margin-bottom: 40px;
}

.sidebar .widget h2 {
    color: #525252;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    font-weight: normal;
}

.sidebar .widget a {
    color: #7a7a7a;
}

.sidebar .widget a:hover {
    color: #e96125;
}

.sidebar .widget {
    border: 1px solid #7a7a7a;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
   
    width: 100%;
}

.sidebar .widget_categories ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget_categories li {
    list-style: none;
    padding: 0 20px;
}

.sidebar .widget_categories li a {
    font-weight: 500;
    color: #525252;
    padding: 20px 0;
    width: 100%;
   display: block;
    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
    background: url(img/swiper-button-next.svg) right center no-repeat;
    background-size: 18px 18px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .widget_categories li a:hover {
    background-position-x: 95%;
}

.sidebar .widget_categories li:last-child a {
    border-bottom: none;
}

.sidebar .category .cat-list .arrow,
.sidebar .category .cat-list .icon,
.sidebar .category .cat-list .text {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .category .cat-list:hover .arrow {
    transform: translate(10px, 0);
}

.sidebar .category .cat-list:hover .text {
    font-size: 15px;
}

.sidebar .category .cat-list:hover .icon {
    transform: translate(-10px, 0);
}

.sidebar .widget_search {
    position: relative;
}

.sidebar .widget_search .screen-reader-text {
    display: none;
}

.sidebar .widget_search label {
    width: 100%;
}

.sidebar .widget_search .search-field {
    padding: 10px 60px 10px 20px !important;
    width: 100%;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    font-weight: normal;
}

.sidebar .search {
    position: relative;
}

.sidebar .search-submit {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    height: 40px;
    padding: 0 10px;
    width: 40px;
    background: #e96125 url(img/search.svg) center center no-repeat;
    background-size: 20px 20px;
    transition: all 0.3s;
}

.sidebar .search-submit:hover {
    background: #c75225 url(img/search.svg) center center no-repeat;
    background-size: 20px 20px;
}

/****New header-widget-area by Dev START*****/
#header-widget-area {
    margin-top: 30px;
}

#header-widget-area .chw-widget {
    position: relative;
}


#header-widget-area .chw-widget label .screen-reader-text {
    display: none;
}

#header-widget-area .chw-widget label {
    width: 100%;
}

#header-widget-area .chw-widget .search-field {
    padding: 10px 118px 10px 20px !important;
    width: 100%;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: normal;
    background: #efefef;
}

#header-widget-area .chw-widget .search-field {
    position: relative;
    color: #000;
}

#header-widget-area .chw-widget .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 40px;
    padding: 0 10px;
    padding-left: 20px;
    width: 101px;
    background: #e96125 url(img/search.svg) 10% center no-repeat;
    background-size: 15px 15px;
    transition: all 0.3s;
}

#header-widget-area .chw-widget .search-submit:hover {
    background: #c75225 url(img/search.svg) 10% center no-repeat;
    background-size: 15px 15px;
}


/*****New header-widget-area by Dev END********/
.sidebar .widget_custom_html h2 {
    color: #525252;
    font-size: 30px;
    /*font-weight: bold;*/
    margin: 0 0 20px;
}

.sidebar .widget_custom_html p {
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
}

.sidebar .widget_custom_html img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.sidebar .widget_custom_html a {
    text-transform: uppercase;
    background: #e96125;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    padding: 18px 22px;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.sidebar .widget_custom_html a:hover {
    background: #c75225;
    color: #fff;
}

.load-more h4,
.load-more-mobile h4 {
    font-size: 18px;
    color: #e96125;
    padding: 0 24px;
    position: relative;
    font-weight: 300;

}

.load-more h4 .img,
.load-more-mobile h4 .img {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 20px;
    line-height: 50px;
}

.load-more h4:before,
.load-more-mobile h4:before {
    position: absolute;
    top: 50%;
    content: "";
    border-bottom: 2px dotted #7a7a7a;
    z-index: 1;
    width: 40%;
    left: 0;
}

.load-more h4:after,
.load-more-mobile h4:after {
    position: absolute;
    top: 50%;
    content: "";
    border-bottom: 2px solid #7a7a7a;
    z-index: 1;
    width: 40%;
    right: 0;
}

.detail-page .detail {
    background: #fff;

}

.detail-page .sidebar {
    margin-top: 0;
}

.blog_main_heading {
    padding: 0 0 30px;
    text-align: center;
    color: #5c5c5c;
    border-bottom: 3px solid #e96125;
}

.detail-page .detail .main-title {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 32px;

}

.detail-page .detail .main-title .title-date {
    color: #5c5c5c;
    margin: 20px 0 30px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.detail-page .detail .user-detail {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 27px 35px;
}

.detail-page .detail .user-detail .post-categories {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.detail-page .detail .user-detail .post-categories li {
    list-style: none;
    margin-left: 10px;
}

.detail-page .detail .user-detail .post-categories li a {
    font-weight: 900;
    color: #e96125;
}

.detail-page .detail .user-detail .person {
    margin-right: 45px;
}

.detail-page .detail .user-detail {
    font-size: 16px;
}

.detail-page .detail .user-detail b {
    font-weight: 900;
    color: #e96125;
}

.detail-page .detail .user-detail .category {
    margin-right: 15px;
    vertical-align: middle;
}

.detail-page .detail .user-detail .category img {
    margin-right: 10px;
    vertical-align: top;
}

.detail-page .detail .user-detail .avatar {
    width: 47px !important;
    height: 47px !important;
    margin-right: 14px;
    border-radius: 50%;
}

.detail-page .detail .post-description {
    padding: 0px 20px 50px;
    border-bottom: 3px solid #e96125;
    margin-bottom: 30px;
}

.detail-page .detail .post-description>* {
    text-align: justify;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 25px;
}

.detail-page .detail .post-description a {
    color: #e96125;
    text-decoration: underline;
}

.detail-page .detail .post-description a:hover {
    text-decoration: none;
}

.detail-page .detail .post-description ul {
    margin: 0;
    padding: 0;
}

.detail-page .detail .post-description ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.detail-page .detail .post-description ul li:before {
    content: "•";
    font-size: 30px;
    color: #e96125;
    position: absolute;
    left: 0;
    top: -3px;
}

.detail-page .detail .post-description>h2,
.detail-page .detail .post-description>h3,
.detail-page .detail .post-description>h4,
.detail-page .detail .post-description>h5,
.detail-page .detail .post-description>h6 {
    font-size: 24px;
    line-height: 140%;
    color: #000;
    font-weight: 300;
}

.detail-page .detail .post-description img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.detail-page .detail {}

.detail-page .detail .sharing {
    text-align: center;
    padding: 40px 0;
}

.detail-page .detail .sharing .text {
    margin-right: 6px;
    font-size: 20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    font-weight: 300;
}

.detail-page .detail .sharing .social {
    display: inline-block;
    vertical-align: middle;
}

.detail-page .detail .sharing .icons a {
    width: 40px;
    height: 40px;
    background: #e96125;
    border-radius: 50%;
    padding: 8px;
    margin: 0 7px;
}

.category-heading {
    background: #fff;
}

.category-heading h1 {
    font-size: 20px;
    padding: 30px;
    color: #666;
}

.category-heading h1 span {
    color: #e96125;
}

.category-page .sidebar .widget_categories {
    margin-top: 0;
}


.category-page .wrapper {
    margin-right: 0;
    margin-left: 0;
}

.item .fa-long-arrow-right {
    position: relative;
    left: 0;
    transition: all 0.3s ease-in-out
}

.blog-area .wrapper .item .read:hover .fa-long-arrow-right {
    left: 7px;
}

.wp-post-image {
    width: 100%;
/*    height: 445px;*/
    object-fit: cover;
 
}

.title-date {
    font-size: 17px;
}

@media (max-width: 1260px) {
    .blog-area .wrapper .item {
        max-width: 45%;
    }

    .blog-area .wrapper .item .main .img-area {
        /*height: 166px;*/
    }

    header,
    section {
        width: 90%;
    }

    /*.hero-unit .caption .date {
        display: none;
    }*/
    .hero-unit .caption .category {
        /*float: right;*/
        /*border: none;*/
    }

    .hero-unit .caption .category,
    .hero-unit .caption .date {
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .blog-area .wrapper .item .main .img-area {
        /*height: 140px;*/
    }

    .load-more h4:before,
    .load-more h4:after,
    .load-more-mobile h4:before,
    .load-more-mobile h4:after {
        width: calc(50% - 100px);
    }
}

@media (max-width: 991px) {
    .blog-area .wrapper .item {
        max-width: 100%;
        margin-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 880px) {

    /*.blog-area .wrapper .item {
        width: 43.2%;
    }*/
    .blog-area .wrapper .item .right-area .category img {
        margin-left: 0;
        float: none;
    }

    .hero-unit .caption .date {
        display: none;
    }

    .hero-unit .caption {
        background: transparent;
        padding: 0;
        height: auto;
    }

    .hero-unit .caption .right-area {
        width: 100%;
        background: #fff;
        padding-left: 0;
    }

    .hero-unit .caption .title {
        background: #e96125;
        width: 100%;
        height: 70px;
        overflow: hidden;
        text-align: center;
    }

    .hero-unit .caption .category {
        border: none;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        color: #e96125;
        float: left;
        width: 100%;
    }

    .hero-unit .caption .category .hidden {
        display: inline-block !important;
    }

    .hero-unit .caption .category .apple-white {
        display: none !important;
    }

    .sidebar .category {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-unit .swiper-slide {
        height: auto;
        overflow: hidden;
    }

    .hero-unit .caption {
        position: relative;
        bottom: 0;
    }
}

@media (max-width: 820px) {
    .blog-area .wrapper .item .main .img-area {
       /* height: 120px;*/
    }

    /*.blog-area .wrapper .item {
        max-width: 45%;
    }*/
}

@media (max-width: 768px) {
    .blog-area .wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    header,
    footer,
    section {
        width: 100%;
    }

    .detail-page {
        width: 90%;
    }

    .category-heading h1 {
        padding: 15px;
        text-align: center;
        font-size: 16px;
    }

    .sidebar {
        padding-right: 0px;
        padding-left: 0px;
    }

    .detail-page .detail .sharing .text {
        display: block;
        margin-bottom: 25px;
    }

    .detail-page .detail .sharing .social {
        display: block;
    }

    .detail-page .detail .main-title .title-date {
        margin-bottom: 50px;
    }

    .detail-page .detail .user-detail .category img {
        vertical-align: bottom;
    }

    .detail-page .detail .user-detail .avatar {
        width: 35px;
    }

    .detail-page .detail .user-detail {
        padding: 27px 15px;
        font-size: 16px !important;
    }

    .detail-page .detail .user-detail .person {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .detail-page .detail .post-description>* {
        font-size: 14px;
        line-height: 180%;
    }

    .detail-page .detail .post-description>h2 {
        font-size: 1.9rem;
        line-height: 140%;
        font-weight: 900;
    }

    .detail-page .detail .user-detail {
        font-size: 22px;
    }

    .detail-page .detail .main-title {
        margin: 0;
        padding: 0;
        font-size: 34px;
    }

    .detail-page .detail .user-detail .category img {
        width: 26px;
    }

    .sidebar {
        height: auto !important;
        margin-top: 20px !important;
    }

    .hero-unit .caption .date {
        display: none;
    }

    .hero-unit .caption .category {
        border: none;
    }

    .blog-area .wrapper .item .right-area .date,
    .blog-area .wrapper .item .right-area .category {
        width: 100%;
        border-right: none;
        padding: 5px;
        font-size: 16px;
        font-weight: 300;
    }

    .blog-area .wrapper .item .right-area .category a {
        font-size: 16px;
    }

  .blog-area .wrapper .item .black-text {
    padding-bottom: 10px;
}
  
    .sidebar .ad {
        position: relative !important;
        top: 0 !important;
        width: auto !important;
    }

    .sidebar .ad .img-responsive {
        display: block;
        margin: 0 auto;
    }

    .blog-area .wrapper .item .heading {
        position: relative;
        bottom: 0;
      
    }

    .blog-area .wrapper .item .main .img-area {
        height: auto;
    }

    .blog-area .wrapper .item .heading {
        margin-top: 0;
    }

    .blog-area .wrapper .item .right-area .date {
        display: none;
    }

    /*  .blog-area .wrapper .item {
        max-width: 98%;
        flex-basis: 98%;
    }*/
    .blog-area .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-area .wrapper .item,
    .sidebar {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;

    }

    header .row .logo img {
        margin-left: 0;
    }

    body {
        /*padding-top: 75px;*/
    }

    .hero-unit .swiper-slide {
        height: auto;
    }

    .hero-unit .swiper-button-next,
    .hero-unit .swiper-button-prev {
        display: none;
    }

    /*.hero-unit .caption {
        position: relative;
        bottom: 0;
        padding: 10px 18px;
        background: #e96125;
    }*/
    .hero-unit .caption .title h1 {
        font-size: 20px;
    }

    .hero-unit .caption .category,
    .hero-unit .caption .date {
        font-size: 16px;
    }

    .hero-unit .caption .title,
    .hero-unit .caption .category {
        text-align: center;
        width: 100%;
        padding: 12px 0;
        margin-top: 0;
    }

    .hero-unit .caption .category img,
    .hero-unit .caption .date img {
        width: 22px;
    }
}

.navbar-nav>li>a {
    padding: 0;
}

.navbar-nav li {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 0 33px;
}

.navbar-nav li a::after,
.navbar-nav li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
}

.navbar-nav li a::after {
    transition: width .2s cubic-bezier(.29, .18, .26, .83);
}

.navbar-nav li a::after {
    background: #ff8353;
}

.menu a:hover::before,
.navbar-nav li a:hover::after {
    width: 100%;
    left: 0;
}

.navbar-nav li a::before {
    transition: width .1s cubic-bezier(.51, .18, 0, .88) .1s;
    background: #ff8353;
}

.navbar-nav li a::before {
    transition: width .1s cubic-bezier(.51, .18, 0, .88) .1s;
}

.menu a:hover::before,
.top_Search_product ul li a:hover::after {
    width: 100%;
    left: 0;
}

.menu a:hover::before,
.navbar-nav li a:hover::after {
    width: 100%;
    left: 0;
}

.menu a:hover::before,
.navbar-nav li a:hover::after {
    width: 100%;
    left: 0;
}

.menu_sec {
    margin-top: 36px;
}

.header_banner_text {
    max-width: 362px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.header_banner_text h1 {
    font-size: 71px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
}

.header_banner_text h1 span {
    font-size: 87px;
    font-weight: 700;
    display: block;
}


/*========Footer CSS=========*/
footer {
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    background-color: #fcfcfc;
}

footer .inner_container {
    max-width: 1200px;
    margin: 0 auto;
}

.top_footer {
    padding: 125px 0 55px;
}

footer h3.green {
    font-family: 'Playfair Display', serif;
    color: #92c752;
    font-size: 20px;
}

footer .address {
    font-size: 15px;
    line-height: 26px;
    color: #666;
}

footer h3.green {
    font-family: 'Playfair Display', serif;
    color: #92c752;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

footer .address li {
    margin: 0 0 10px;
    display: flex;
}

footer .address li i {
    margin-right: 10px;
    width: 20px;
    margin-top: 4px;
}

footer .links li {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 15px;
}

footer .two {
    max-width: 200px;
    flex: 200px;
    margin-right: 50px;
    padding: 0;
}

footer .links li a {
    color: #666;
}

footer .social {
    margin: 0 0 30px;
}

footer .social li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 25px;
    margin-right: 10px;
}

footer .social li a {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 82px;
    text-align: center;
    line-height: 82px;
    background: #e6e6e6;
    color: #000;
}

footer .newsletter {
    display: flex;
    width: calc(100% - 20px);
}

footer h3 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

footer .newsletter input {
    height: 50px;
    line-height: 25px;
    border: 1px solid #ccc;
    width: calc(100% - 35px);
    padding: 5px 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

footer .newsletter button {
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    border-left: 0;
    text-align: center;
    background: url(img/submit_icon.jpg) center center no-repeat;
    cursor: pointer;
}

.top_footer .one {
    font-size: 15px;
    color: #666;
}

footer .one {
    margin-right: 100px;
    width: 310px;
    max-width: 310px;
    padding: 0;
}

footer .two {
    max-width: 150px;
    width: 150px;
    margin-right:10px;
    padding: 0;
}

footer .three {
    max-width: 299px;
   width: 299px;
    margin-right: 30px;
    padding: 0;
}

footer .four {
    max-width: 296px;
    width: 296px;
    padding: 0;
}

.copyright_sec {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ededed;
    padding-left: 0;
}

.copyright_sec p {
    margin-bottom: 0;
}

.two-columns,
.main {
    position: relative;
}

@media(max-width:1200px) {
    footer .inner_container {
        padding: 0 50px;
    }

    footer .one {
        margin-right: 100px;
        width: 220px;
    }

}

@media(max-width:1199px) {
    footer .one {
        margin-right: 46px;
        width: 220px;
    }

    footer .two {

        margin-right: 0;

    }

    footer .three {
        margin-right: 0;
        width: 186px;
    }
}

@media(max-width:1023px) {

    footer .two,
    footer .three {
        max-width: 50%;
        width: 50%;
        margin: 15px 0;
        float: left;
    }

    footer .one {
        margin-right: 46px;
        width: 310px;
    }

    footer .four {
        width: 50%;
        clear: both;
    }
}

@media(max-width:767px) {
    .top_footer {
        padding-top: 75px;
    }

    .header_banner_text h1 {
        font-size: 50px;

    }

    .header_banner_text h1 span {
        font-size: 60px;

    }

    .header-image-text {
        text-align: center;
        bottom: 21%;
    }

    footer .four {
        width: 80%;
        clear: both;
    }
}

@media(max-width:575px) {

    footer .inner_container {
        padding: 0 30px;
    }

    footer .four {
        width: 100%;
    }
}






/*Header*/

/* top bar website */
input:focus,
a:focus,
img:focus,
button:focus,
select:focus {
    outline: none;
}

.top_bar {
    background-color: #22272c;
    height: 39px;
    text-align: right;
    z-index: 99;
    position: relative
}

.logo {
    position: relative;
    z-index: 99;
}

.logo img {
    padding: 0 6px 0 5px;
    background-color: #fff;
}

@media (min-width:991px) {
    .logo a {
        display: inline-block;
        margin-top: -50px;
        position: relative;
        top: -5px;
        padding-top: 22px;
        background: #fff;
    }

    .nav-fixed .logo a {
        margin-top: 0;
        top: 0;
        padding-top: 0;
    }
}

@media (min-width:1780px) {
    .logo {
        max-width: 365px;
        flex: 365px;
        padding: 0px;
    }

    .right_header {
        max-width: 1394px;
        flex: 1394px;
        padding: 0px;
    }

    header .row {
        margin: 0px !important;
    }

    .top_bar .container {
        padding: 0px;
    }

    header .container {
        padding: 0px;
    }
}

.top_bar ul {
    position: relative;
    top: 5px;
}

.top_bar ul li {
    display: inline-block;
    padding: 0 18px 0 20px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
}

.top_bar ul li:after {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #fff;
    content: '';
}

.top_bar ul li a,
.top_bar .local_currency {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.top_bar .fa-phone {
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 8px;
    text-align: center;
    line-height: 13px;
    top: -2px;
    position: relative;
}

.top_bar ul li:last-child {
    padding-right: 0;
}

.top_bar ul li:last-child:after {
    display: none;
}

/* logo/header section */

header {
    -webkit-box-shadow: 0 8px 6px -4px #d6d6d6;
    -moz-box-shadow: 0 8px 6px -4px #d6d6d6;
    box-shadow: 0 8px 6px -4px #d6d6d6;
    background-color: #6bbf59;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

header nav ul {
    margin-bottom: 0px;
    top: -2px;
    position: relative;
    float: left;
}

header nav ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 25px 0 0;
}

header nav ul li a {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    position: relative;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #666 !important;
}

.navbar-header {
    display: none;
}

header .toggleBtn {
    display: none;
}

header .closeBtn {
    display: none;
}


header nav ul li a:hover::after,
.menu a:hover::before {
    width: 100%;
    left: 0;
}

header nav ul li a::after,
header nav ul li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
}

header nav ul li a::before {
    transition: width .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #61b951;
}

header nav ul li a::after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #ff7658;
}

.icon_bg {
    width: 38px;
    height: 38px;
    background: #efefef;
    border-radius: 100%;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: all .2s ease;
}

.icon_bg i {
    font-size: 17px;
    top: 10px;
    position: relative;
}

.icon_bg:hover {
    background: #000;
}

.icon_bg:hover i {
    color: #fff;
}

.my_cart_text {
    display: inline-block;
    margin-left: 23px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

header .cartbtn {
    color: #222;
    font-size: 13.6px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    display: inline-block;
    margin-left: 0;
    transition: all .3s ease-out 0s;
    cursor: pointer;
}

header .cartbtn span {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    left: -6px;
    top: -1px;
}


header .cartbtn small {}

.right_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.right_header .search_sec .select-options {
    min-width: 230px;
    margin-top: 14px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 6px #ddd;
    border-top: 2px solid #4a67ab;
}

.right_header .search_sec img {
    max-width: 25px;
    margin-right: 14px;
    vertical-align: middle;
}

.right_header .search_sec .select-options li {
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
}

.right_header .search_sec .select-options li:hover {
    background-color: #f6f9ff;
}

header ul.select-options:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4a67ab;
    position: absolute;
    top: -11px;
    left: 16px;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

.search_sec {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.search_sec select {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    height: 39px;
    color: #666666;
    width: 130px;
    background: none;
    font-family: 'Source Sans Pro';
    border: 2px solid #3f5a98;
    display: none;
}

.search_sec form {
    display: flex;
    width: calc(100% - 0px);
}

.search_sec input[type="text"] {
    border: none;
    height: 45px;
    padding: 0 10px;
    width: calc(100% - 110px);
    max-width: 436px;
    border: 0px solid #3f5a98;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    border-left: 0px;
    border-right: 0px;
    padding: 1px 10px 0 17px;
}

.search_sec input[type="text"]::placeholder {
    font-weight: 300;
    color: #858181;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

.search_sec button {
    height: 45px;
    padding: 0px 19px;
    border: none;
    width: auto;
    background: none;
    color: #fff;
    background-color: #ff5345;
    background-image: linear-gradient(141deg, #ff5345 0%, #ff5345 51%, #ff7359 75%);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.search_sec button .anim {
    z-index: 1;
}


@media (min-width:1780px) {
    .logo {
        max-width: 365px;
        flex: 365px;
        padding: 0px;
    }

    .right_header {
        max-width: 1394px;
        flex: 1394px;
        padding: 0px;
    }

    header .row {
        margin: 0px !important;
    }

    .top_bar .container {
        padding: 0px;
    }

    header .container {
        padding: 0px;
    }
}

.mid_container {
    margin: 0px auto;
}

.top_bar ul {
    position: relative;
    top: 9px;
}

.top_bar ul li {
    display: inline-block;
    padding: 0 18px 0 20px;
    font-size: 11px;
    line-height: 18px;
    position: relative;
}

.top_bar ul li:after {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 10px;
    background: #fff;
    content: '';
}

.top_bar ul li a,
.top_bar .local_currency {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.top_bar .fa-phone {
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 8px;
    text-align: center;
    line-height: 13px;
    top: -2px;
    position: relative;
}

.top_bar ul li:last-child {
    padding-right: 0;
}

.top_bar ul li:last-child:after {
    display: none !important;
}

/* logo/header section */

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    width: 100%;
    justify-content: flex-end;
}

header nav ul {
    margin-bottom: 0px;
    top: 6px;
    position: relative;
    float: left;
}

header nav ul li {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 33px 0 0;
}

header nav ul li a {
    color: #666666;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #343434;
    font-weight: 400;
    position: relative;
}

header nav ul li a:hover {
    text-decoration: none;
}

.navbar-header {
    display: none;
}

header .toggleBtn {
    display: none;
}

header .closeBtn {
    display: none;
}


header nav ul li a:hover::after,
.menu a:hover::before,
header nav ul li a.active::after,
.menu a.active::before {
    width: 100%;
    left: 0;
}

header nav ul li a::after,
header nav ul li a::before,
header nav ul li a.active::before,
header nav ul li a.active::after {
    content: '';
    position: absolute;
    top: calc(100% + 5px);
    width: 0;
    right: 0;
    height: 3px;
}

header nav ul li a::before,
header nav ul li a.active::before {
    transition: width .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #ff5345;
}

header nav ul li a::after,
header nav ul li a.active::after {
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #ff5345;
}


header {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 99;
}

header nav ul li {
    padding: 26px 0 38px;
    transition: all 0.3s;
}

header .cartbtn.raised {
    top: 23px;
}

.nav-fixed .cartbtn.raised {
    top: 8px;
}

.nav-fixed nav ul li {
    padding: 12px 0 20px;
}

.sub_menu_btn {
    display: none;
}

header nav ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.logo img {
    padding: 0 6px 0 5px;
    background-color: #fff;
}

.right_header,
.nav-fixed .right_header {
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown_menu {
    position: absolute;
    top: 105%;
    left: 0;
    float: none;
    width: 200px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s, top 0.2s ease-in-out 0s;
    box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.1);
}

.sub_menu_last .dropdown_menu {
    left: auto;
    right: 0;
}

.sub_menu {
    position: relative;
}

header nav ul li .dropdown_menu li {
    display: block;
    margin: 0;
    background: #fff;
    transition: all 0.3s;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

header nav ul li .dropdown_menu li:last-child {
    border-bottom: none
}

header nav ul li.sub_menu:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    top: 93%;

}

.nav-fixed nav ul li.sub_menu:hover .dropdown_menu {
    top: 94%;
}

.dropdown_menu a {
    display: inline-block !important;
    padding: 13px 0 9px;
    margin-bottom: 10px;

}

header nav ul.dropdown_menu li a::after,
header nav ul.dropdown_menu li a::before,
header nav ul.dropdown_menu li a.active::before,
header nav ul.dropdown_menu li a.active::after {
    margin-top: -7px;
}

header nav ul.dropdown_menu li:hover a::after,
.menu .dropdown_menu li::hover a::before,
header nav ul.dropdown_menu li a.active::after,
.menu .dropdown_menu a.active::before {
    width: 100%;
    left: 0;
}
.overlay_shadow{
    display: none;
}

@media (max-width:990px) {
    .overlay_shadow{
        display: block;
    
        position:fixed;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    header .toggleBtn {
        display: inline-block;
        vertical-align: top;
        background: #ff5345;
        font-size: 21px;
        line-height: 20px;
        padding: 4px 8px;
        margin-right: 10px;
        color: #333;
    }

    header nav {
        position: fixed;
        box-shadow: none;
        right: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        height: 100%;
        z-index: 9999;
        display: block;
        margin: 0;
        text-align: right;
        transform: translateX(105%);
        transition: .3s ease-out, background-color 0s ease 0s;
    }

    header nav.slide {
        transform: translateX(0);
        transition: transform 0.3s ease-in-out, background-color 0.3s ease 0.3s;
        background-color: rgba(0, 0, 0, 0.4);
    }

    header nav .closeBtn {
        margin: 10px;
        display: inline-block;
        font-size: 40px;
        line-height: 30px;
        color: #000;
        right: 230px;
        width: 37px;
        height: 39px;
        position: absolute;
        top: -10px;
        background: transparent;
        border-radius: 10px 0px 0px 10px;
        text-align: center;
        margin-left: -15px;
        background-color: #57a8ff;
    }

    header nav ul {
        border-top: 0px solid #eae5e5;
        text-align: left;
        padding: 0px;
        width: 100%;
        margin-top: 0;
        top: 0;
    }

    .menu {
        position: absolute;
        top: 0px;
        width: 240px;
        right: 0px;
        transition: left .3s, width .3s;
        -webkit-transition: left .3s, width .3s;
        -moz-transition: left .3s, width .3s;
        overflow-x: hidden;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        padding-left: 0px;
        height: 100vh;
            z-index: 99;
    }

    header nav ul li {
        display: block;
        line-height: 16px;
        margin: 0 !important;
        margin-bottom: 0px;
        border-bottom: 0px solid #eae5e5;
        color: #000;
            padding: 0;
    }

    header nav ul li a {
        display: block;
        padding: 13px 0;
        padding-left: 15px;
        padding-right: 10px;
        font-size: 16px;
    }

    header nav ul li a:hover {
        color: #fff;
        z-index: 1;
        background: transparent;
        text-decoration: none;
        color: #fff;
    }

    header nav ul li a:after {
        display: none;
    }

    header nav ul li a::after,
    header nav ul li a::before {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        right: 0;
        height: 42px;
        z-index: -1;
    }

    header .toggleBtn {
       display: inline-block;
    vertical-align: top;
    background: transparent;
    font-size: 21px;
    line-height: 20px;
    padding: 0;
    margin-right: 00px;
    color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    }

    .top_section_mobile {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
        border-top: 1px solid rgba(8, 35, 3, 0.25);
    }

    .top_section_mobile .call_to_action {
        width: 100%;
    }

    .top_section_mobile .call_to_action i {
        margin-right: 10px;
    }

    .top_section_mobile .call_to_action a {}


    .closeBtn {
        position: absolute;
        right: 32px;
        top: 32px;
        width: 32px;
        height: 32px;
    }

    .closeBtn:hover {
        opacity: 1;
    }

    .closeBtn:before,
    .closeBtn:after {
        position: absolute;
        left: 19px;
        top: 6px;
        content: ' ';
        height: 25px;
        width: 1px;
        background-color: #fff;
    }

    .closeBtn:before {
        transform: rotate(45deg);
    }

    .closeBtn:after {
        transform: rotate(-45deg);
    }

    .closeBtn i {
        display: none;
    }



    .col_box,
    .special-con {
        cursor: pointer;
        display: inline-block
    }

    .bar {
        display: block;
        height: 2px;
        width: 24px;
        background: #4a67ab;
        margin: 5px auto
    }

    .col_box {
        width: auto;
        margin: 0 auto;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease
    }

    .col_box:hover .bar,
    .special-con:hover .bar {
        background-color: #ff5345
    }

    .col_box {
        display: inline-block;
        width: 24%;
        text-align: center;
        height: auto;
        position: relative
    }

    .middle {
        margin: 0 auto
    }

    .bar {
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease
    }

    .col_box:hover .arrow-top-r {
        -webkit-transform: rotateZ(-45deg) translateY0px);
        -moz-transform: rotateZ(-45deg) translateY(0px);
        -ms-transform: rotateZ(-45deg) translateY(0px);
        -o-transform: rotateZ(-45deg) translateY(0px);
        transform: rotateZ(-45deg) translateY(0px);
        width: 19px
    }

    .col_box:hover .arrow-middle-r {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px)
    }

    .col_box:hover .arrow-bottom-r {
        -webkit-transform: rotateZ(45deg) translateY(0px);
        -moz-transform: rotateZ(45deg) translateY(0px);
        -ms-transform: rotateZ(45deg) translateY(0px);
        -o-transform: rotateZ(45deg) translateY(0px);
        transform: rotateZ(45deg) translateY(0px);
        width: 19px
    }

     header nav ul li a:hover::after,.menu a:hover::before ,
  header nav ul li a.active::after,.menu a.active::before { width: 100%; left: 0; }
  header nav ul li a::after, header nav ul li a::before,
   header nav ul li a.active::before,
    header nav ul li a.active::after
   {content: '';  position: absolute; top: calc(100% + 5px); width: 0; right: 0; height: 3px;}
  header nav ul li a::before, header nav ul li a.active::before {transition: width .1s cubic-bezier(0.51, 0.18, 0, 0.88) .1s; background: #ff5345;}
  header nav ul li a::after, header nav ul li a.active::after {transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83); background: #ff5345;}
header nav ul li a {
    z-index: 2;
}
header nav ul li a.active {
    color: #fff;
}
header nav ul li a.active::before {
    top: 0 !important;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: -1;
}
.nav-fixed .right_header{
    margin: 0 !important;
}
.nav-fixed{
      transform:inherit !important;
}
.nav-fixed nav ul li {
   padding: 0 !important;
}
}


.menu ul li a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu ul li a i{
  
  -webkit-background-size: contain;
  background-size: contain;
  width:22px;
  height:22px;
  margin-right: 6px;

}
.menu_home_icon{
background: url(img/menu/home.svg) 0 0 no-repeat;
}
.menu_groceries_icon{
background: url(img/menu/grocery.svg) 0 0 no-repeat;
}

.menu_recipe_icon{
background: url(img/menu/recipe.svg) 0 0 no-repeat;
}
.menu_valuebox_icon{
background: url(img/menu/value_box.svg) 0 0 no-repeat;
}
.menu_works_icon{
background: url(img/menu/how-its-work.svg) 0 0 no-repeat;

}
.menu_whyus_icon{
background: url(img/menu/why_us.svg) 0 0 no-repeat;

}
.menu_about_icon{
background: url(img/menu/about_us.svg) 0 0 no-repeat;
    width: 25px;
    height: 27px;
}

.menu_faq_icon{
background: url(img/menu/faq.svg) 0 0 no-repeat;
    width: 22px;
}
.menu_contact_icon{
  background: url(img/menu/phone-call.svg) 0 0 no-repeat;

}
.menu_blog_icon{
  background: url(img/menu/blog.svg) 0 0 no-repeat;

}
@media (min-width:1024px) and (max-width:1155px){
    header nav ul li {
    margin-right: 10px;
    font-size: 15px;
}
.menu ul li a i {
    background-size: contain;
    width: 17px !important;
    height: 17px !important;
    }
  header nav ul li a {
    font-size: 12px;  
}
}

@media (min-width:991px) and (max-width:1023px){
    header nav ul li {
    margin-right: 8px;
    font-size: 15px;
}
.menu ul li a i {
    background-size: contain;
    width: 15px;
    height: 15px;
    }
  header nav ul li a {
    font-size: 12px;  
}
}
@media (max-width:991px){
  .menu ul li a i{
    width: 18px;
    height: 18px;
  }
}
@media (max-width:990px){
header nav ul li a.active .menu_home_icon{
background: url(img/menu/home_m.svg) 0 0 no-repeat;
}
header nav ul li a.active .menu_groceries_icon{
background: url(img/menu/grocery_m.svg) 0 0 no-repeat;
}

header nav ul li a.active .menu_recipe_icon{
background: url(img/menu/recipe_m.svg) 0 0 no-repeat;
}
header nav ul li a.active .menu_valuebox_icon{
background: url(img/menu/value_box_m.svg) 0 0 no-repeat;
}
header nav ul li a.active .menu_works_icon{
background: url(img/menu/how-its-work_m.svg) 0 0 no-repeat;
}
header nav ul li a.active .menu_about_icon{
background: url(img/menu/about_us_m.svg) 0 0 no-repeat;
  
}
header nav ul li a.active .menu_whyus_icon{
background: url(img/menu/why_us_m.svg) 0 0 no-repeat;

}
header nav ul li a.active .menu_faq_icon{
background: url(img/menu/faq_m.svg) 0 0 no-repeat;

}
header nav ul li a.active .menu_contact_icon{
  background: url(img/menu/phone-call_m.svg) 0 0 no-repeat;

}
header nav ul li a.active .menu_blog_icon{
  background: url(img/menu/blog_m.svg) 0 0 no-repeat;

}
header{
  z-index: 999999;
}
header nav ul li a::before, header nav ul li a.active::before {
    transition: inherit !important;
}
.menu{
  box-shadow: none;
}
  header nav  .dropdown_menu{
     position: static;
    top: 105%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: auto;
    }
    .dropdown_menu a{
            display: flex !important;
    align-items: center;
    padding: 13px 0;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 0;
    }
}

header {
    width: 100% !important;
}

header .container,
.top_bar .container {

    width: 80%;

}

.nav-fixed .logo img{
  width: 100px;
  transition: all 0.5s;
}
.nav-fixed .logo img{
  height: 56px;
  margin-top: 4px;
}
.nav-fixed .right_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: all 0.5s;
}
@media (max-width: 990px){
header .container, .top_bar .container {
    width: 90%;
}
}
@media (max-width: 767px){
.logo img {
    width: 98px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
}






@media (min-width: 768px) {
    .cart_product_wrapper {
        height: calc(100vh - 146px);
        display: -ms-flex;
        display: block;
        justify-content: center;
        overflow: scroll;

    }

    .product_list {
        position: static;
        overflow-y: inherit;
    }

    .grand_total {
        position: static;
        overflow: hidden;
        padding: 12px 0 0;
        background: #eee;
        margin-top: auto;
    }

    .open_cart .checkout_button {
        box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .1);
    }

    .open_cart .grand_total .cart-store-details {
        padding: 16px 16px 7px;
    }

    .product_list {
        min-height: calc(100vh - 249px);
    }
}

header nav ul li:hover>a::after,
.menu a:hover::before,
header nav ul li a.active::after,
.menu a.active::before {
    width: 100%;
    left: 0;
}

@media (min-width: 991px) {

    header nav ul li.sub_menu_style .dropdown_menu li {
        text-align: left;
    }

    .sub_menu_style .dropdown_men {
        display: block !important;
    }

    .sub_menu_style .dropdown_menu a {
        padding: 12px 15px 15px;
        margin-bottom: 0;
        display: flex !important;
    }

    header nav ul li.sub_menu_hover li a::after,
    .menu a::before,
    header nav ul li.sub_menu_hover li a.active::after,
    .menu a.active::before,
    header nav ul li.dropdown-list li a::after,
    .menu a::before,
    header nav ul li.dropdown-list li a.active::after,
    .menu a.active::before {
        display: none;
    }
 .nav-fixed nav ul li{
    padding: 12px 0 20px;
  }
    header nav ul li.sub_menu_hover .dropdown_menu li:hover {
        background: #f3f3f3;
    }

    .sub_menu_hover1 {}


    .fold_out ul {
        position: absolute;
        z-index: 1;
        max-height: 0;
        overflow: hidden;
        -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }

    .fold_out:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    }
    .right_header, .nav-fixed .right_header {
    margin-top: 0;
    margin-bottom: 0;
}
}


.nav-fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  transform: translateZ(0);
  transition: all 0.5s;
  animation: slide-down 0.7s;
}


@keyframes slide-down {
  0% {
      opacity: 1;
      transform: translateY(-100%);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.newsletter_box_form{
    position: relative;
}
.newsletter_box{
      
    padding-bottom: 19px;
}

.newsletter_box_form .newsletter_submit{
    border: none;
    height: 40px;
    padding: 0 10px;
    background: #e96125;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 17px;
}
.newsletter_box_form .search-field2  {
    padding: 10px 60px 10px 20px !important;
    width: 100%;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    font-weight: normal;
}

.newsletter_box_form .search-field2{
        padding-right: 136px !important;
}

.sidebar .widget .wpp-list a{
    font-weight: 600;
    color: #525252;
    font-size: 16px;
    transition:all;
}
.sidebar .widget .wpp-list a:hover{
color: #e96125;
}
.widget polygon {
    fill:#525252;
     transition:all;
}
.sidebar .widget .wpp-list li:hover polygon{
     fill:#e96125;
}
.sidebar .widget .wpp-list li{

    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
        padding:15px 0;
        display: flex;
}
.sidebar .widget .wpp-list li svg{
width: 15px;
height: 15px;
 margin-right: 8px;
flex:0 0 15px;
    position: relative;
    top: 4px;   
    
}
.sidebar_wd{
    
}
.sidebar_wd img{
        margin: 0 auto;
    display: block;
    max-height: 300px;
    max-width:100%;
    object-fit: contain;
}

.sidebar_img_wrap{
        margin-bottom: 22px;
}
.sidebar .widget .sidebar_wd h2{
  color:#92c752;  
}
.wd_content{
    text-align: center;
}
#content .wd_content p {
    font-size: 20px;
}
.sidebar_text_link{
    
}
.sidebar .widget a.sidebar_text_link_btn {
    color: #fff;
    padding: 12px 24px;
    background: #e96125;
    transition: all 0.3s;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 18px;
}
.sidebar .widget a.sidebar_text_link_btn:hover{
     background: #e25b27;
}
.newsletter_box_form{
    position: relative;
}
.newsletter_box{
    padding-bottom: 19px;
}

.sidebar .newsletter_box_form .newsletter_input {
    padding: 10px 136px 10px 20px !important;
    width: 100%;
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    font-weight: normal;
}
.newsletter_box_form .newsletter_submit{
    border: none;
    height: 40px;
    padding: 0 10px;
    background: #e96125;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 17px;
}
.sidebar .widget .wpp-list li:last-child {
    border-bottom: none;
}

.top_footer h2{
    color: #5c5c5c;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer_wg section{
    margin: 0;
    width: 100%;
}
.footer_wg .widget .wpp-list a{
    font-weight: 600;
    color: #525252;
    font-size: 16px;
    transition:all;
}
.footer_wg .widget .wpp-list a:hover{
color: #e96125;
}
.widget polygon {
    fill:#525252;
     transition:all;
}
.footer_wg .widget .wpp-list li:hover polygon{
     fill:#e96125;
}
.footer_wg .widget .wpp-list li{

    border-bottom: 1px solid rgba(122, 122, 122, 0.3);
        padding:15px 0;
        display: flex;
}
.footer_wg .widget .wpp-list li svg{
width: 15px;
height: 15px;
 margin-right: 8px;
flex:0 0 15px;
    position: relative;
    top: 4px;   
    
}

footer .address a {
    color: #666;
    text-decoration: none;
}

.cookies-policy_bg{
  background:#efefef;
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  padding: 5px;
  z-index: 9999999;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.cookies-policy_wrap{
    color: #333333;
    font-size: 16px;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-items: center;
    justify-content: center;

}
.cookies_btn{
    padding: 8px 15px;
    border-radius: 0px;
    text-align: center;
    background: #e96125;
    border: none;
    min-width: 111px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    outline: none;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 20px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
    transition: all 0.3s;
    min-width: 90px;   
    flex: 0 0 145px; 
}
.cookies_btn:hover {
    background: #d85216;
}

.cookies_btn{
  position: relative;
  padding-left: 40px;
}
.cookies_btn svg {
    position: absolute;
    top: 0;
    left: 0.1875rem;
    bottom: 0;
    margin: auto;
    width: 2.625rem;
    height: 2.625rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.cookies-policy_img{
        margin-right: 50px
  }
   .cookies-policy_content p{
    margin-bottom: 0;
    font-size: 16px;
   }
  .cookies-policy_content a{
    color:#e96125;
  }
  .cookies-policy_content strong{
        font-size: 29px;
    margin-bottom: 16px;
    display: block;
  }

@media (max-width:675px){
  .cookies-policy_wrap{
    display: block;
    text-align: center;
  }
  .cookies-policy_wrap div{
      font-size: 11px;
      margin-bottom: 10px;
    }
    .cookies-policy_bg{
      padding: 20px;
    }
    .copyright_sec{
      text-align: center !important;  
    }
    .cookies-policy_img{
      margin-right: 0;
      display: none;
    }
    .cookies-policy_img img{
      width: 66px;
      height: auto;
    }
    .cookies-policy_content strong{
      margin-bottom: 9px;
    }
    .cookies-policy_content p{
      font-size: 14px;  
    }
    .cookies_btn{
          min-width: 155px;
            margin-left: 0; 
             
    }
  }

  #sfsi-widget-2 .norm_row{
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .post-description .sfsi_Sicons{
    float: none !important;
    margin-top: 20px;
  }
  .post-description .sfsi_Sicons span{
    font-weight: bold;  
  }
  .blog-area .wrapper .item .heading h2 a{
    color:#222;
    transition: color 0.4s;
  }
  .blog-area .wrapper .item .heading h2 a:hover{
    color:#e96125;
  }