.header-top {
    padding: 0;
}
.container {
    width: 1280px;
}
.header-bottom-flex {
    justify-content: center;
    padding: 15px 0 0;
}
header .logo {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
}
header .logo a {
    width: 100%;
    display: inline-block;
    text-align: center;
}
header .logo img {
    display: inline-block;
    width: 250px !important;
  }
header.additional .logo img {
    width: 100px !important;
}

.navigation ul li a {
    text-transform: none !important;
}
.navigation > ul > li > a.link {
    padding-top: 0 !important;
}
body.added .additional .header-bottom-flex {
    padding: 15px 0 0 0;
}

.slide-overlay {
    padding: 2% 10%;
    top: 0;
    text-align: center;
    background: rgba(95, 140, 98, 0.6) !important;
    font-size: 24px;
    width: 100%;
}
.slideshow .slide .slide-title {
    font-size: 36px;
}
.pager {
    display: none;
}

.footer-flex {
    width: auto;
    max-width: 1140px;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
}

.logo-bg img {
    width: 100px !important;
}

.footer-address,
.footer-phone {
    font-weight: 200;
}

.footer-address i {
    font-size: 28px;
    min-height: 50px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    border-right: 1px solid;
    padding-right: 15px;
    padding-top: 10px;
}

.footer-phone i {
    font-size: 28px;
    min-height: 26px;
    float: left;
    margin-right: 15px;
    margin-top: -3px;
    border-right: 1px solid;
    padding-right: 15px;
}

.footer-navigation ul,
.footer-navigation ul li,
.footer-navigation ul li a {
    display: inline-block;
    margin: 0 5px;
    transition: 0.5s;
    font-weight: 200;
}

.footer-social a {
    transition: 0.5s;
}

.shop_container {
    width: auto;
    max-width: 1140px;
    padding-bottom: 15px;
}

footer .logos img {
    width: 20px;
}

.header-top {
    display: none;
}

.page_title {
    padding: 2% 13%;
}

.with-menu .leftMenu > ul {
    margin-top: 0;
    -webkit-border-radius: 0px;
}

.with-menu .page_body_container {
    width: 100%;
    padding: 0;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 1280px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #4a3753;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #5f8c62;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

header.header {
    top: 0;
}
.container {
    max-width: 96%;
}
.navigation ul li {
    margin: 0 7px;
}
.grid figure img {
    object-fit: cover;
}

/* BLOG */
.blog-container .wrap_articles .article {
    width: 22%;
    border: none;
}

.blog-container .date_box {
    display: none;
}

.blog-container .brief_box {
    display: none;
}

.blog-container .action_box::before {
    display: none;
}

.blog-container .title_box {
    margin: 10px 0;
}

.similar-boxes .similar-box {
    width: 20%;
}

.similar-boxes .similar-text {
    display: none;
}

.similar-boxes .similar-box img {
    height: 300px;
    object-fit: cover;
}

.similar-boxes .similar-date,
.wrap_articles .article .date_box {
    color: rgba(95, 140, 98, 1) !important;
}

.wrap_articles .article {
    width: 23%;
    border: none;
}

.wrap_articles .article .brief_box {
    display: none;
}

.latest-articles-header {
    margin: 30px 0;
}

.wrap_articles .article .title_box {
    margin: 10px 0;
}

.article-header .article-title {
    width: 100%;
    border-radius: 0px !important;
    margin: 0;
    background: rgba(95, 140, 98, 0.6) !important;
    bottom: 5px;
    color: #fff;
}


header .logo {
    transition: 0.5s;
}


/* .scroll header .logo{
    transform: scale(0.6);
    margin-top: -25px;
} */

/* .scroll header .navigation {
    margin-top: -25px;
} */

.scroll header.header .header-top {
    margin-top: -30px;
}
body.free_page header.header {
    top: 41px;
  }

@media only screen and (max-width: 1024px) {

    .grid {flex-wrap: wrap;}
    .grid figure {flex: 0 0 300px;}

    .slideshow {height: 400px !important;}
    .slideshow .slide .slide-title {font-size: 5vw;}
    .slideshow .slide .slide-subtitle {font-size: 3vw;}
    header .logo {padding:0;}
    header .logo a {text-align: left;}

    .bee-row .bee-col {padding: 30px 0 !important;}
    #mobile_menu .logo a {text-align: center;}

    .footer-flex {max-width: 100%;}
    .footer-address i, .footer-phone i{display: none;}

    .bee-row-content {width: 96%; margin: 0 auto;}

    .footer-social {justify-content: center;}

     #default_layout #open_mobile_menu {top: 33px !important;}
     .header-top .container {justify-content: center;}

     .blog-container .wrap_articles .article {width: 100%; text-align: center;}
     .wrap_articles .article .title_box {text-align: center;}
     .blog-container .action_box {text-align: center;}
     .blog-left {top: 80px !important;}
}