/*
    Theme Name: rosello
    Theme URI: http://rosello.com
    Description: rosello WordPress Theme
    Version: 1.4.3
    Author: KC (@kc)
    Author URI: http://kc.com
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Book.eot');
    src: url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Book.woff2') format('woff2'), url('fonts/Avenir-Book.woff') format('woff'), url('fonts/Avenir-Book.ttf') format('truetype'), url('fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Black.eot');
    src: url('fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Black.woff2') format('woff2'), url('fonts/Avenir-Black.woff') format('woff'), url('fonts/Avenir-Black.ttf') format('truetype'), url('fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Medium.eot');
    src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Medium.woff2') format('woff2'), url('fonts/Avenir-Medium.woff') format('woff'), url('fonts/Avenir-Medium.ttf') format('truetype'), url('fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextLTProBold.eot');
    src: url('fonts/AvenirNextLTProBold.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTProBold.woff2') format('woff2'), url('fonts/AvenirNextLTProBold.woff') format('woff'), url('fonts/AvenirNextLTProBold.ttf') format('truetype'), url('fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Light.eot');
    src: url('fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Light.woff2') format('woff2'), url('fonts/Avenir-Light.woff') format('woff'), url('fonts/Avenir-Light.ttf') format('truetype'), url('fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cheap Pine';
    src: url('fonts/CheapPine.eot');
    src: url('fonts/CheapPine.eot?#iefix') format('embedded-opentype'),
        url('fonts/CheapPine.woff2') format('woff2'),
        url('fonts/CheapPine.woff') format('woff'),
        url('fonts/CheapPine.ttf') format('truetype'),
        url('fonts/CheapPine.svg#CheapPine') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* global box-sizing */
*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    font-size: .834vw;
}
body {
    font: 400 16px/1.6 'Avenir', Helvetica, Arial, sans-serif;
    color: #222C36;
    overflow-x: hidden;
}
/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom:1; }
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #444;
    text-decoration: none;
    transition: .35s all;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
.icon{
    width:30px;
    height:30px;
    margin-right:5px;
}
.icon:hover{
    opacity:.7
}
#icon-menu:hover{
    opacity:.7
}
.hamburger-box:hover{
    opacity:.7
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 1140px) {
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
/* Header */
.header-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 150px);
}
header.header.clear {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 0;
}
.phone-header {
    display: flex;
    align-items: center;
    color: #FA9B28;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    font-size: 1.1875rem;
}
.phone-header a {
    display: block;
    color: #FA9B28;
    font-size: 26px;
    font-size: 1.6rem;
    font-weight: 900;
}
.phone-header img {
    padding-right: 10px;
    width: 4rem;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 300px;
    font-weight: 400;
    margin-top: 0;
}
h2.vc_custom_heading {
    font-size: 50px;
    letter-spacing: -.02em;
    font-size: 3.125rem;
    line-height: 1.5;
    line-height: 1.1;
}
section.page-container {
    max-width: 1170px;
    margin: 0 auto;
    max-width: 73.125rem;
}
.faeture-box {
    width: calc(33.33% - 76px);
    margin: 38px 38px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    margin: 2.375rem;
    width: calc(33.33% - 4.75rem);
}
.home-features .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.faeture-box .content-section {
    padding: 32px;
    padding: 1.2rem;
}
.faeture-box .icon-image {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -75px auto 0;
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 6.25rem;
    height: 6.25rem;
    margin: -4.6875rem auto 0;
}
.faeture-box h4 {
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: center;
    color: #77b81e;
    text-transform: uppercase;
}
.faeture-box .content-section p {
    margin: 0;
}
div#rev_slider_1_1_wrapper:after {
    content: '';
    background-image: url(img/home-row-1-bg.png);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 789px;
    height: 609px;
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    z-index: 99;
    transform: translateX(30%) translateY(60%);
    width: 49.3125rem;
    height: 38.0625rem;
}
div#professional-partners {
    background-image: url(img/home-row1-bg1.png);
    background-repeat: no-repeat;
    background-position: -21% 110%;
    background-size: auto auto;
    padding-bottom: 120px;
    background-size: 40rem auto;
    overflow: visible;
}
div#professional-partners .wpb_column.vc_column_container.vc_col-sm-12 {
    max-width: 74.5rem;
    margin: 0 auto;
    float: none;
    position: static;
}
div#professional-partners:after {
    content: '';
    background-image: url(img/home-row1-bg2.png);
    width: 1056px;
    height: 495px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(51%);
    width: 66rem;
    height: 31rem;
}
.key-figures-home strong {
    display: block;
    width: 182px;
    height: 182px;
    background: #fff;
    filter: drop-shadow(0px 1px 45px rgba(0, 0, 0, 0.16));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.1em;
    text-align: center;
    color: #95b831;
    width: 11.375rem;
    height: 11.375rem;
    font-size: 3.125rem;
}
.key-figures-home {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #222c36;
    padding-bottom: 70px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 4.5rem;
}
div#promotion-home strong {
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #fff;
    padding-bottom: 30px;
    display: block;
    font-size: 3.125rem;
    padding-bottom: 2rem;
}
div#promotion-home {
    font-weight: normal;
    font-size: 30px;
    line-height: 43px;
    text-align: left;
    color: #fff;
    height: 582px;
    display: flex;
    align-items: center;
    font-size: 1.875rem;
    line-height: 2.6875rem;
    height: 36.375rem;
}
div#promotion-home a {
    width: 240px;
    height: 68px;
    background: #ffe200;
    height: 68px;
    display: block;
    line-height: 68px;
    text-align: center;
    border-radius: 70px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #000;
    text-transform: uppercase;
    height: 4.25rem;
    line-height: 1;
    width: 15rem;
    font-size: 1.175rem;
    font-weight: 900;
    border: 2px solid #ffe200;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#promotion-home .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding-left: 121px;
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px); }
.wpb_text_column.wpb_content_element.nt-content {
    position: absolute;
    top: 0;
    width: 940px;
    max-width: 100%;
    right: 150px;
    transform: translate(0%, -50%);
    top: 50%;
    width: 58.75rem;
}
div#promotion-home .wpb_text_column.wpb_content_element.nt-content strong {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -0.02em;
    line-height: 70px;
    text-align: left;
    color: #7e5548;
    display: block;
    max-width: 850px;
}
.wpb_text_column.wpb_content_element.nt-content p {
    font-weight: normal;
    font-size: 39px;
    line-height: 48px;
    text-align: left;
    color: #7e5548;
    font-size: 2.5rem;
    line-height: 1.23;
}
.wpb_text_column.wpb_content_element.save-tradition-box {
    width: 536px;
    background: rgba(67, 60, 60, 0.8);
    color: #fff;
    text-align: right;
    padding: 60px 30px 50px;
    position: relative;
    margin-top: 200px;
    margin-bottom: -70px;
    position: relative;
    z-index: 9;
    margin-left: -110px;
    width: 33.5rem;
    margin-left: -6.875rem;
    margin-top: 8.125rem;
}
.wpb_text_column.wpb_content_element.save-tradition-box strong {
    font-weight: 900;
    font-size: 40px;
    line-height: 39px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
}
.wpb_text_column.wpb_content_element.save-tradition-box a {
    width: 16rem;
    height: 3rem;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 30px;
    margin-left: auto;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpb_text_column.wpb_content_element.save-tradition-box p {
    max-width: 430px;
    margin-left: auto;
}
.wpb_text_column.wpb_content_element.save-tradition-box:before {
    content: '';
    background-image: url(img/ph-cerfeuil-hd.png);
    width: 415px;
    height: 592px;
    position: absolute;
    left: -130px;
    top: 0;
    transform: translateY(-70%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26rem;
    height: 37rem;
    left: -8.125rem;
}
div#save-the-tradition {
    overflow: visible;
}
.wpb_text_column.wpb_content_element.les-profession h3, .wpb_text_column.wpb_content_element.fresh-food h3 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
    color: #222c36;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.875rem;
    line-height: 1.167;
}
.wpb_text_column.wpb_content_element.les-profession, .wpb_text_column.wpb_content_element.fresh-food {
    width: 402px;
    margin-left: 450px;
    text-align: right;
    width: 25.125rem;
    margin-left: 28.125rem;
    position: relative;
    z-index: 100;
}
.wpb_text_column.wpb_content_element.les-profession p, .wpb_text_column.wpb_content_element.fresh-food p {
    max-width: 328px;
    margin-left: auto;
}
.wpb_text_column.wpb_content_element.les-profession a, .wpb_text_column.wpb_content_element.fresh-food a {
    width: 158.18px;
    height: 47.7px;
    background: #77b81e;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    border: 2px solid #77b81e;
}
.wpb_text_column.wpb_content_element.les-profession {
    text-align: left;
    margin-left: 160px;
    width: 360px;
    margin-top: -120px;
    width: 22.5rem;
    margin-left: 10rem;
    margin-top: -7.5rem;
}
.wpb_text_column.wpb_content_element.les-profession h3 {
    text-align: left;
    margin: 0;
}
.wpb_text_column.wpb_content_element.les-profession p {
    margin-left: 0;
    max-width: 100%;
}
.wpb_text_column.wpb_content_element.les-profession a {
    margin-left: 0;
}
div#save-the-tradition-2 {
    min-height: 1050px;
    background-image: url(img/ph-farmer1-hd.png);
    background-repeat: no-repeat;
    background-position: -180px 100%;
    background-position: -11.25rem 100%;
    background-size: 82.1875rem auto;
    min-height: 65.625rem;
}
div#save-the-tradition-2:after {
    content: '';
    height: 100%;
    width: 70%;
    background-image: url(img/Group695.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -340px;
    top: -70px;
    z-index: 99;
    right: -21.25rem;
    top: -4.375rem;
    width: 79.0625rem;
    height: 62.5rem;
}
div#save-the-tradition-2 {
    overflow: visible;
}
div#career-message {
    background: linear-gradient(#8ec93d 0%, #639f11 100%);
    display: flex;
    align-items: center;
}
.wpb_text_column.wpb_content_element.message-career {
    width: 560px;
    margin-left: auto;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-right: 154px;
    text-align: right;
    margin-bottom: 0;
    font-size: 1.375rem;
    line-height: 1.36;
    width: 35rem;
    margin-right: 9.625rem;
}
.wpb_text_column.wpb_content_element.message-career h3 {
    width: 560px;
    font-family: Avenir;
    font-weight: 900;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: right;
    color: #fff;
    margin: 0;
    width: 35rem;
    font-size: 3.175rem;
}
.wpb_text_column.wpb_content_element.message-career a {
    width: 284px;
    height: 68px;
    background: #77b81e;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    margin-left: auto;
    width: 17.75rem;
    height: 4.25rem;
    font-weight: 900;
}
div#career-message {
    height: 486px;
    overflow: visible;
    height: 30.375rem;
}
.message-career-img.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill img {
    opacity: 0;
    background-repeat: no-repeat;
    display: none;
}
div#career-message .message-career-img .vc_column-inner {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
}
.message-career-img.wpb_column.vc_column_container.vc_col-sm-5.vc_col-has-fill {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35.45rem;
}
div#career-message:after {
    content: '';
    background-image: url(img/ph-radis-hd.png);
    background-repeat: no-repeat;
    width: 567.59px;
    height: 370.63px;
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 35.5rem;
    height: 23.125rem;
    background-size: contain;
    bottom: -6.875rem;
}
div#company-news {
    width: 1240px;
    margin: 0 auto;
    padding: 10px 0 100px;
    width: 77.5rem;
    padding: 5rem 0 6.25rem;
}
div#company-news .vc_grid-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0 10px;
    width: calc(33% - 20px);
    text-align: center;
}
div#company-news h4 {
    font-size: 20px;
}
.vc_col-sm-12.blog-excerpt.vc_gitem-col.vc_gitem-col-align- {
    padding: 20px 30px 30px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-green {
    width: 10rem;
    height: 3rem;
    border: 2px solid #6dab3c;
    border-radius: 50px;
    color: #6dab3c;
    background: #fff;
    font-size: 1rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.vc_btn3-container.btn-green.vc_btn3-center {
    margin-bottom: 0;
    margin-top: 20px;
}
div#selling-points:before {
    content: '';
    background-image: url(img/ph-poire-hd.png);
    height: 600px;
    width: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transform: translateX(-55%) translateY(-50%);
    height: 37.5rem;
    width: 40.625rem;
}
div#selling-points {
    overflow: visible;
}
div#company-news .vc_gitem-zone.vc_gitem-zone-a {
    height: 250px;
    height: 15.625rem;
}
div#selling-points h2.vc_custom_heading {
    font-family: Avenir;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
}
div#selling-points .wpb_single_image.wpb_content_element.vc_align_center {
    width: 182px;
    height: 182px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    width: 11.375rem;
    height: 11.375rem;
}
div#selling-points {
    color: #fff;
    padding: 30px 0 10px;
}
div#selling-points .address {
    display: flex;
    align-items: flex-start;
}
div#selling-points .address p {
}
#selling-points .wpb_column:first-child .wpb_wrapper .wpb_wrapper > div {
    display: flex;
    margin: 10px 0 1.5rem;
}
#selling-points .wpb_column:first-child .wpb_wrapper .wpb_wrapper > div p {
    margin: 0;
}
div#selling-points .wpb_single_image.wpb_content_element.vc_align_center img {
    padding: 0rem;
}
#selling-points .wpb_column:first-child .wpb_wrapper .wpb_wrapper > div.phone {
    font-size: 20px;
    align-items: center;
    font-size: 1.25rem;
}
#selling-points .wpb_column:first-child .wpb_wrapper .wpb_wrapper > div.email {
    align-items: center;
}
#selling-points .wpb_column:first-child .wpb_wrapper .wpb_text_column .wpb_wrapper {
    width: 220px;
    margin: 0 auto;
}
body {
        overflow: hidden;
}
#contact-us h3.gform_title {
    font-family: Avenir;
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: -0.02em;
    line-height: 6rem;
    text-align: center;
    color: #222c36;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 3.5rem;
    background: #F2F2F2;
    border: 0;
    padding: 0 15px;
    border-radius: 0;
    /* max-height: 192px; */
}
ul#gform_fields_2 label {
    display: none;
}
ul#gform_fields_2 textarea {
    background: #F2F2F2;
    border: 0;
    height: 14rem;
}
input#gform_submit_button_2 {
    width: 158.18px;
    height: 47.7px;
    border-radius: 23.85px;
    background: #77b81e;
    margin-left: auto;
    display: block;
    border: 0;
    color: #fff;
    font-weight: 900;
        border: 2px solid #77b81e;
}
div#contact-us {
    overflow: visible;
}
div#contact-us .vc_column_container {
    float: none;
}
div#contact-us:after {
    content: '';
    width: 50%;
    height: 110%;
    background-image: url(img/ph-legumes2-hd.png);
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    transform: translateY(-12%);
    z-index: 3;
}
.footer-copyrights-bar {
    height: 70px;
    background-color: #000;
    color: #fff;
}
.footer-copyrights-bar .container {
    justify-content: space-between;
    display: flex;
    align-items: center;
    max-width: 1640px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    max-width: 102.5rem;
}
.footer-menu ul {
    display: flex;
    list-style: none;
}
.footer-menu ul li a {
    color: #fff;
    margin-left: 15px;
}
.footer-container {
    max-width: 1640px;
    margin: 0 auto;
    max-width: 102.5rem;
}
.footer-wrap {
    background-image: url(img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding-top: 150px;
    padding-bottom: 50px;
}
.footer-widgets {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-widgets {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-col-1 {
    width: 30%;
    padding-right: 6rem;
    font-weight: 500;
}
.footer-col.footer-col-2 {
    width: 25%;
    padding-right: 2rem;
    font-weight: 500;
}
.footer-col.footer-col-3 {
    width: 23%;
    padding-right: 3rem;
}
.footer-col.footer-col-4 {
    width: 23%;
}
.footer-col.footer-col-1 img {
    margin-bottom: 30px;
}
.footer-widgets h3 {
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
    color: #fff;
    width: 122px;
    display: inline-block;
    background: transparent;
    border-bottom: 2px solid #77b81e;
    padding-bottom: 10px;
}
.email-footer {
    font-weight: 900;
    background-image: url(img/Group43.png);
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-size: auto;
}

.email-footer a {
    font-weight: bold;
    color: #fff;
}

.email a {
    font-weight: bold;
    color: #fff;
}

.phone a {
    font-weight: bold;
    color: #fff;
}

.address-footer {
    background-image: url(img/Group42.png);
    background-repeat: no-repeat;
    padding-left: 4rem;
    margin-bottom: 1.25rem;
}
.phones-footers {
    margin-bottom: 20px;
    background-image: url(img/Group41.png);
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-size: auto;
}
.phones-footers a {
    font-weight: bold;
    color: #fff;
}
.footer-social {
    display: flex;
}
.footer-social a {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    margin-right: 10px;
}
a.fb-link {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(img/fb-bg.png);
}
a.linkedin-link {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(img/li-bg.png);
}
li#field_1_1 label {
    display: none;
}
form#gform_1 {
    display: flex;
}
form#gform_1 .gform_heading {
    display: none;
}
form#gform_1 .gform_body {
    width: calc(100% - 7rem);
}
.footer-wrap .gform_footer.top_label {
    width: 7rem;
    margin: 0;
    padding: 0;
}
li#field_1_1 {
    padding: 0;
    margin: 0;
}
input#input_1_1 {
    width: 100%;
    border-radius: 5px 0 0 5px;
    height: 4rem;
}
input#gform_submit_button_1 {
    height: 100%;
    background: #77b81e;
    border: 0;
    border-radius: 0 5px 5px 0;
    margin: 0!important;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}
body div.gform_wrapper .top_label div.ginput_container {
    margin: 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background: #7E5548;
    border-radius: 0;
}
.hamburger-inner:before {
    width: 30px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background: #7E5548;
    border-radius: 0;
}
.hamburger-inner:before {
    width: 30px;
}
.nav-container {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 447px;
    background: #222c36;
    z-index: 9;
    color: #fff;
    padding: 100px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: .5s ease-in-out;
    width: 27.9375rem;
    padding: 5.25rem 3.125rem 3.125rem;
    z-index: 999;
    padding-left: 0;
}
.nav-container ul li a {
    font-family: Avenir;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: block;
    padding: 1rem 0;
}
.nav-container ul {
    list-style: none;
    padding: 0;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background: #77B81E;
    width: 100%;
}
.nav-container .hamburger.hamburger--collapse.is-active {
    position: absolute;
    top: 50px;
    padding: 0;
    top: 3rem;
    left: 3.125rem;
}
ul.sub-menu {
    position: absolute;
    right: 100%;
    height: 100%;
    top: 0;
    width: 507px;
    background: #222C36;
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
    width: 31.6875rem;
    box-shadow: inset -15px 0px 20px 5px rgba(11, 24, 36, 0.4);
}
ul.sub-menu li.menu-bg {
    text-indent: -9999px;
    height: 557px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    height: 35rem;
    margin-bottom: 3.25rem;
}
li.menu-bg.bg-jobs {
    background-image: url(img/bg-jobs-menu.png);
}
ul.sub-menu li a {
    margin-left: 5.5rem;
    text-transform: capitalize;
}
.nav-footer {
    font-size: 18px;
    color: #fff;
    font-size: 1.2rem;
    padding-left: 3.125rem;
}
.nav-footer a {
    color: #fff;
    font-weight: 300;
}
.nav-address {
    background-image: url(img/outline-place-24px.png)
}
.nav-hours {
    background-image: url(img/clock-white.png);
}
.nav-phone-email {
    background-image: url(img/letter-white.png);
}
.nav-footer > div {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-size: 2.5rem;
    padding-left: 3.75rem;
}
nav.nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
body.menu-active .nav-container {
    transform: none;
}
.header-container > div {
    width: 33%;
}
div.hamburger.hamburger--collapse {
    text-align: right;
}
.wpb_text_column.wpb_content_element.nt-content strong {
    font-size: 4rem;
}
body {
    font-size: 1rem;
}
.nav-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}
@media all and (max-width: 1440px) {
    body {
        font-size: 1.2rem;
    }

    main {
        padding-top: 120px;
    }
}
.inner-bg {
    background-image: url(img/bg-inner-page.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
h2.vc_custom_heading.main-heading {
    font-weight: 900;
}
div#engagment-header h2 {
    text-transform: uppercase;
    margin-bottom: 0;
}
h3.vc_custom_heading.sec-heading {
    font-size: 2.5rem;
    font-weight: 900;
    margin-top: 1rem;
}
div#engagment-header {
    line-height: 1.6;
    padding: 5rem 0 3rem;
}
.wpb_text_column.wpb_content_element.engagement-logos p {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 2rem;
}
p {
    margin-bottom: 2rem;
}
div#engagment-header .wpb_text_column.wpb_content_element.qualities-list ul {
    color: #77B81E;
    font-weight: 600;
    list-style: none;
}
.qualities-list ul {
    list-style: none;
}
.wpb_text_column.wpb_content_element.qualities-list ul li {
    padding-bottom: 3.5rem;
    background-image: url(img/bg-li.png);
    background-repeat: no-repeat;
    padding-left: 4rem;
    background-size: 3rem;
}
.wpb_text_column.wpb_content_element.qualities-list ul li:last-child {
    padding-bottom: 0;
}
.wpb_single_image.wpb_content_element.vc_align_left.gold-img {
    text-align: right;
    padding-right: 10rem;
}
.wpb_text_column.wpb_content_element.gold-flavour-copy {
    margin: 0;
    color: #fff;
    max-width: 24rem;
    margin-left: 5rem;
}
.wpb_text_column.wpb_content_element.gold-flavour-copy h4 {
    margin-top: 0;
    color: #E0A449;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2rem;
}
div#gold-flavor .vc_column-inner {
    padding: 3rem 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.eco-heading-wrap {
    background-image: url(img/eco-heading-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
}
h4.vc_custom_heading.eco-heading {
    display: inline-block;
    background: #fff;
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #77b81e;
    position: relative;
    top: -2rem;
    padding: 1rem;
}
div#eco-friendly {
    width: 67rem;
    margin: 0 auto;
    padding-top: 2rem;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.eco-friendly-cols ul {
    padding: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.eco-friendly-cols {
    display: flex;
    justify-content: space-between;
    margin: 0 -4rem;
}
.wpb_text_column.wpb_content_element.qualities-list.right-list {
    text-align: right;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.eco-friendly-cols > div {
    padding: 0;
}
.wpb_text_column.wpb_content_element.qualities-list.right-list ul li {
    padding-left: 0;
    padding-right: 4rem;
    background-position: 100% 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.eco-friendly-cols img.vc_single_image-img.attachment-full {
    margin-top: -3rem;
}
div#pavillon-france > div {
    background-color: #fff;
    color: #004588;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding: 2.5rem 1rem;
}
.wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0;
}
div#pavillon-france h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}
div#pavillon-france {
    padding: 5rem 0;
}
.wpb_text_column.wpb_content_element.eco-friendly-desc {
    width: 50rem;
    margin: 0 auto;
    margin-bottom: 3rem;
}
h2{
    font-weight: 900;
    font-size: 3.125rem;
    margin-bottom: 1rem;
}
div#vegetable-pole {
    width: 58.125rem;
    margin: 0 auto;
    transform: translateX(10rem);
    overflow: visible;
    z-index: 9;
    padding: 2rem 0;
}
div#label-rouge {
    overflow: visible;
}
div#vegetable-pole:before {
    content: '';
    width: 20rem;
    height: 16rem;
    position: absolute;
    bottom: -3rem;
    background-image: url(img/bg-pole.png);
    left: 10rem;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
    background-position: center center;
}
.wpb_button:last-child, 
.wpb_content_element:last-child, 
ul.wpb_thumbnails-fluid>li:last-child {
    margin-bottom: 0;
}
div#label-rouge {
    color: #fff;
    padding: 2rem 0;
}
div#label-rouge p {
    max-width: 35rem;
}
div#place-order strong {
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: -.02em;
    margin: 0;
}
div#place-order p {
    margin: 0rem 0 1rem;
}
div#place-order p:last-child {
    margin: 0;
}
div#place-order {
    display: flex;
    justify-content: space-between;
    color: #7E5548;
    padding: 3rem 0 3rem;
}
.wpb_text_column.wpb_content_element.place-order-btn a {
    width: 288px;
    height: 48px;
    border-radius: 24px;
    background: #77b81e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-image: url(img/phone-order.png);
    background-repeat: no-repeat;
    background-position: 2rem center;
    width: 22rem;
    height: 3rem;
    background-size: 1.75rem;
    margin-left: auto;
    padding-left: 2rem;
}
div#engagment-header li br{
    display: none;
}
body.page-id-148 .page-container {
    max-width: 1050px;
    margin: 0 auto;
    width: calc(100% - 60px);
}
.wpb_text_column.wpb_content_element.about-headings h1 {
    font-size: 2rem;
    margin-bottom: 0;
}
.wpb_text_column.wpb_content_element.about-headings strong {
    display: block;
    line-height: 1;
    font-size: 80px;
    font-weight: 900;
}
.wpb_text_column.wpb_content_element.about-headings h1 br {
    display: none;
}
.vc_row.wpb_row.vc_row-fluid.about-header {
    padding: 4rem 0 5rem;
}
.wpb_text_column.wpb_content_element.years-list ul {
    list-style: none;
    padding: 0;
}
.wpb_text_column.wpb_content_element.years-list li {
    height: 6rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    font-family: Avenir;
    font-weight: 900;
    font-size: 2.1rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #FA9B28;
    background: rgba(250, 155, 40, 0.2);
    width: 17.25rem;
    padding: 0;
}
.wpb_text_column.wpb_content_element.years-list li.active,
.wpb_text_column.wpb_content_element.years-list li:hover{
    background: #fa9b28;
    color: #fff;
}
.wpb_text_column.wpb_content_element.years-list li a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 14px;
    border-color: transparent transparent transparent #fa9b28;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .35s all;
}
.wpb_text_column.wpb_content_element.years-list li.active a:after,
.wpb_text_column.wpb_content_element.years-list li:hover a:after {
    opacity: 1;
}
.wpb_text_column.wpb_content_element.years-list li a{
    color: #fff;
} 
.wpb_text_column.wpb_content_element.years-list li.active a, 
.wpb_text_column.wpb_content_element.years-list li:hover a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wpb_text_column.wpb_content_element.years-list li:before {
    content: '';
    height: 24px;
    width: 24px;
    background: transparent;
    background-color: rgba(250, 155, 40);
    right: -50px;
    position: absolute;
    top: 50%;
    opacity: .2;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wpb_text_column.wpb_content_element.years-list li:after {
    content: '';
    height: 3rem;
    background: transparent;
    border: 2px solid rgb(250, 155, 40);
    right: -40px;
    position: absolute;
    top: 4.5rem;
    opacity: .2;
}
.wpb_text_column.wpb_content_element.years-list li:last-child:after {
    display: none;
}
.wpb_text_column.wpb_content_element.years-list li.active:after {
    opacity: 1;
}
.wpb_text_column.wpb_content_element.years-list li.active:before {
    opacity: 1;
}
.wpb_text_column.wpb_content_element.tab-header > div {
    display: flex;
    align-items: center;
}
.wpb_text_column.wpb_content_element.tab-header h3 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #7e5548;
    margin: 0;
}
.wpb_text_column.wpb_content_element.tab-header {
    font-weight: normal;
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #7e5548;
}
.wpb_text_column.wpb_content_element.tab-header + div {
    font-size: 19px;
    line-height: 30px;
}
div#about-tabs .vc_row.wpb_row.vc_inner.vc_row-fluid.tab {
    padding-bottom: 5rem;
}
div#about-tabs .vc_row.wpb_row.vc_inner.vc_row-fluid.tab.active {
    display: block;
}
div#about-tabs .vc_row.wpb_row.vc_inner.vc_row-fluid.tab{
    display: none;
}
.wpb_wrapper ul {
    padding-bottom: 2rem;
}
.wpb_wrapper ul li{
    padding-bottom: 1rem;
}
body.page-template-default.page.page-id-146 main.inner-page {
    background-image: url(img/bg-inner-page1.png);
    background-repeat: no-repeat;
}
div#promote-circuits .vc_column-inner {
    padding: 0;
}
div#header-history {
    background-size: 100% 31.5rem!important;
    background-position: 0 0!important;
}
div#header-history h2 {
    color: #fff;
}
div#header-history {
    color: #fff;
}
div#history-features {
    color: #222C36;
    display: flex;
}
div.feature-circle {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.625rem;
    height: 15.625rem;
    font-size: 1.56rem;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0px 1px 45px rgba(0, 0, 0, 0.16));
    margin-bottom: 1rem;
}
div.feature-circle strong {
    font-size: 5rem;
    line-height: 1;
    display: block;
}
.wpb_text_column.wpb_content_element.feature-circle p {
    margin: 0;
}
div#history-features > div {
    margin: 0 auto;
    margin-top: -2rem;
}
div#history-features p {
    margin: 0;
    max-width: 15rem;
    margin: 0 auto;
    font-weight: 500;
}
.wpb_text_column.wpb_content_element.feature-circle + div p {
    font-size: 1.4375rem;
}
.history-header-content {
    max-width: 58rem;
    margin: 0 auto;
    padding-top: 2rem;
    font-size: 1.5rem;
    margin-bottom: 0!important;
}
.history-header-content p strong {
    font-family: Avenir;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-image: url(img/quote.png);
    background-size: 7.125rem 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3rem 0rem;
    display: block;
}
div#history-features > div:nth-child(2) {
    margin-top: 1rem;
}
.wpb_text_column.wpb_content_element.over-100-year-text {
    font-family: Avenir;
    font-weight: 900;
    font-size: 3.75rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: left;
    color: #7e5548;
    margin-left: -4rem;
}
div#over-100-years .vc_column-inner {
    padding: 0;
}
.wpb_text_column.wpb_content_element.over-100-year-text p {
    margin: 0;
}
div#over-100-years .vc_row {
    display: flex;
    align-items: center;
}
.wpb_text_column.wpb_content_element.copy-100-year p {
    font-size: 1.8rem;
    padding-left: 5rem;
    padding-bottom: 5rem;
    padding-top: 2rem;
    position: relative;
    left: 3rem;
}
.vc_btn3-container.btn-orange.vc_btn3-center a {
    background: #FA9B28;
    font-weight: 600;
    width: 17rem;
    font-size: 1rem;
}
.wpb_text_column.wpb_content_element.copy-100-year {
    background-image: url(img/bg-100years.png);
    background-repeat: no-repeat;
    background-position: 4rem 0rem;
    background-size: auto 100%;
}
div#over-100-years {
    padding-bottom: 6rem;
}
.wpb_text_column.wpb_content_element.history-block-copy {
    color: #fff;
    padding: 4rem;
}
.wpb_text_column.wpb_content_element.history-block-copy h2 {
    text-transform: uppercase;
    line-height: 1;
}
.wpb_text_column.wpb_content_element.history-block-copy a {
    background: #fff;
    width: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 3px;
}
div#respect-season .vc_column-inner {
    padding: 0;
    margin-bottom: 6rem;
}
div#more-products h3 {
    font-size: 2.25rem;
    font-weight: 600;
}
.months-background .bg-img {
    display: none;
}
.months-background .bg-img.active{
    display: block;
}
.month-content-wrap .months-content{
    display: none;
}
.month-content-wrap .months-content.active{
    display: block;
}
.seasonal-products-wrapper {
    display: flex;
}
.seasonal-products-wrapper > div {
    width: 50%;
    position: relative;
}
.month-list {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 245px;
    height: 100%;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    text-align: right;
    padding-right: 0;
    color: #fff;
    font-size: 1.5rem;
}
.month-list .month-name {
    line-height: 2;
    position: relative;
    cursor: pointer;
    padding-right: 2rem;
}
.month-name.active {
    font-size: 2rem;
}
.month-name:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 1rem 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.month-name.active:after {
    opacity: 1;
}
.month-name:hover:after {
    opacity: 1;
}
.seasonal-products-right {
    padding-left: 5.5rem;
    max-width: 35rem;
}
.seasonal-products-right > h3 {
    font-family: Avenir;
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #7e5548;
    padding-top: 1rem;
    font-weight: 900;
}
.featured-product {
    display: flex;
    align-items: center;
    color: #7E5548;
    padding-bottom: 2rem;
}
.featured-product strong {
    display: block;
}
.featured-product div {
    padding-left: 1rem;
}
.fp-copy strong {
    font-size: 2.2rem;
}
.months-content h3 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    padding: 1rem 0;
    padding-left: 5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 4rem;
}
.vegetable-list h3 {
    color: #FA9B28;
    background-image: url(img/bg-veg-h.png);
}
.fruits-list h3 {
    color: #E0361E;
    background-image: url(img/bg-fruit-h.png);
}
.end-of-season h3 {
    color: #77B81E;
    background-image: url(img/bg-end-h.png);
}
.month-content-wrap .months-content > div {
    padding-bottom: 1.5rem;
}
div#more-products {
    padding-top: 4rem;
}
.seasonal-products-left {
    min-height: 62.5rem;
}
.bg-img {
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.months-background {
    height: 100%;
}
.bg-img img{
    opacity: 0;
    visibility: hidden;
}
.featured-product img {
    width: 14rem;
}
div#more-products + div {
    padding: 3rem 0;
}
li.menu-bg.bg-society{
    background-image: url(img/bg-society.png);
}
li.menu-bg.bg-products{
    background-image: url(https://www.rosello-fils.fr/wp-content/uploads/2021/02/new.jpg);
}
.nav-container ul li a:hover{
    color: #77B81E;
}
.nav-phone-email p {
    margin: 0;
}
.nav-footer p {
    margin: 0;
}
.nav-hours {
    margin: 1.5rem 0;
}
h2.vc_custom_heading.cheap-pine {
    font-family: Cheap Pine;
    color: #fff;
        font-weight: normal;
    font-size: 4.5rem;
    line-height: 1;
    margin: 0;
    padding-top: 10rem;
}
div#header-brand h1.vc_custom_heading {
    font-weight: bold;
    font-size: 9rem;
    line-height: 1;
    color: #fff;
    padding-bottom: 6rem;
}
div#header-brand {
    background-size: 100% 37.5rem!important;
    background-repeat: no-repeat;
}
body.page-id-267 section.page-container {
    max-width: 65rem;
}
.wpb_text_column.wpb_content_element.brands-text {
    text-align: center;
    color: #7E5548;
    font-size: 1.125rem;
}
div#origin-box {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    position: relative;
    margin-top: 2rem;
}
div#origin-box p {
    margin: 1rem 0;
    font-size: 1.5625rem;
    color: #7E5548;
}
div#origin-box .wpb_column.vc_column_container.vc_col-sm-9 {
    border: 2px solid #7E5548;
    padding: 2rem 0;
    padding-left: 12rem;
    margin-left: auto;
    position: relative;
    width: calc(100% - 13rem);
}
div#origin-box vc_col-sm-3 {
    width: 25rem;
}
div#origin-box .vc_col-sm-3 {
    width: 25rem;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
div#origin-box .wpb_column.vc_column_container.vc_col-sm-9:after {
    content: '';
    height: calc(100% + 20px);
    width: calc(100% - 20px);
    border: 1px dashed #7E5548;
    position: absolute;
    top: -10px;
    left: 10px;
}
body.page-id-267 main,
main.inner-page.bg-true{
    background-image: url(img/bg-inner-page1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
div#brands-list h3 {
    font-family: "Cheap Pine"!important;
    font-weight: normal;
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 40px;
    text-align: center;
    color: #7e5548;
    text-align: center!important;
}
div#brands-list:after {
    content: '';
    width: 55rem;
    height: 0px;
    background: transparent;
    border: 1px dashed #7e5548;
    margin: 0 auto;
}
div#promotion-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
div#promotion-header h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
}
div#promotion-header p {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
}
p {
}
div#promotion-header .wpb_text_column.wpb_content_element.address p {
    color: #7E5548;
    line-height: 2;
}
div#benefits {
    text-align: center;
    border: 2px solid #7E5548;
    padding: 0rem 1rem 2rem;
    position: relative;
    display: flex;
}
div#promotion-header button {
    width: 9rem;
    height: 3rem;
    background: #7e5548;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    padding: 0;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    text-align: center;
}
div#benefits:after {
    content: '';
    height: calc(100% + 20px);
    width: calc(100% - 20px);
    position: absolute;
    border: 1px dashed #7E5548;
    clear: both;
    display: block;
    float: none;
    top: 0;
    position: absolute;
    top: -10px;
    left: 10px;
}
section.vc_section.section-dry-fruits {
    padding-bottom: 5rem;
    margin-bottom: -5rem;
}
footer.footer {
    position: relative;
}
div#dry-fruits-grid h3 {
    color: #77B81E;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 900;
}
div#dry-fruits-grid .vc_row {
    margin: 1rem 0 5rem;
    min-height: 16rem;
}
h2.vc_custom_heading.dry-fruits-heading {
    font-size: 2.1rem;
    font-weight: 500;
}
div#dry-fruits-grid p {
    margin-bottom: 0;
    max-width: 18rem;
}
div#dry-fruits-grid p:last-child {
    font-weight: bold;
}
div#dry-fruits-grid .txt-right {
    text-align: right;
}
div#dry-fruits-grid .txt-right h3 {
    text-align: right!important;
}
div#dry-fruits-grid .txt-right p{
    margin-left: auto;
}
.breadcrumb > a:first-child {
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(img/home-bc.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb {
    font-family: Avenir;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: left;
    color: #656565;
}
.page-breadcrums {
   /*position: absolute;*/
    top: 1rem;
    z-index: 9;
}
section.page-container {
    position: relative;
}
span.seprater {
    padding: 0 9px;
}
main.inner-page.white-bc .breadcrumb > a:first-child,
body.page-id-146 .breadcrumb > a:first-child{
    background-image: url(img/home-bc-white.png);
}
main.inner-page.white-bc .breadcrumb *,
body.page-id-146 .breadcrumb * {
    color: #fff;
}
body.page-id-244 .page-breadcrums {
    right: 17rem;
}
.seasonal-products-right > h3 {
    padding-top: 5rem;
}
ul.sub-menu li:first-child:not(.menu-bg) {
    padding-top: 3.25rem;
}
.faeture-box .icon-image img {
    display: block;
    padding: .25rem;
}
div#recruitment-header .wpb_column {
    max-width: 48.625rem;
    margin: 0 auto;
    float: none;
    color: #fff;
}
div#make-direct-apply a {
    background: #FA9B28;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 1rem 1.5rem;
    font-weight: 900;
0
    FONT-VARIANT: JIS83;
}
div#make-direct-apply {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    height: 1.5rem;
    z-index: 9;
}
div#recruitment-header {
    position: relative;
    overflow: visible;
}
div#recruitment-header .wpb_text_column.wpb_content_element {
    margin-bottom: 1rem;
}
.jobs-list {
    width: 60rem;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.total-jobs {
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
    text-align: left;
    color: #656565;
    padding-bottom: 1rem;
}
.job-item {
    display: flex;
    justify-content: flex-start;
    background: #fff;
    margin: .5rem 0;
    align-items: center;
    padding: 2rem 0;
    position: relative;
    min-height: 15rem;
}
.job-logo {
    width: 15rem;
    text-align: center;
}
.job-arrow {
    width: 7.1875rem;
}
.middle-col-job {
    width: calc(100% - 22rem);
    padding: 1rem;
    border-left: 3px solid #eee;
    padding-left: 2rem;
}
.middle-col-job a {
    font-weight: 900;
    font-size: 2.1rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #222c36;
    padding-bottom: 2rem;
    display: block;
}
.job-meta {
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #bcbcbc;
}
.job-meta span {
    padding-right: 1.5rem;
}
.job-arrow {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background-image: url(img/arrow-link.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.job-arrow a {
    display: block;
    height: 100%;
    width: 100%;
}
.middle-col-job a:hover {
    color: #77b81e;
}
.jobs-list ul.slick-dots {
    bottom: -9.5rem;
    padding: 0;
}
.slick-dots li.slick-active, .slick-dots li:hover {
    color: #fff;
    background: #222C36;
    padding: 0;
}
.slick-dots li{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
}
div#jobs-wrappper {
    overflow: visible;
}
.job-logo img {
    margin: 0 auto;
}
.title-single-job h1 {
    text-align: center;
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 1;
    text-align: center;
    color: #222c36;
    margin: 0;
    padding: 1rem 0 2rem;
}
.page-breadcrums.single-job {
    padding: 1rem 0;
    color: #656565;
}
.singe-job-header {
    background: #77B81E;
    text-align: center;
    position: relative;
    padding: 3rem 0 4.5rem;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.page-container {
    margin: 0 auto;
    max-width: 73.125rem;
}
a.btn-apply-job {
    font-size: 1.25rem;
    color: #fff;
    background: #FA9B28;
    width: 28.25rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 900;
}
.singe-job-header a.btn-apply-job {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 1.5rem);
}
body.single-recrutements .jobs-share-box {
    max-width: 59.375rem;
    margin: 0 auto;
    display: flex;
    padding-top: 5rem;
    justify-content: space-between;
}
.jobs-share-box {
}
.jobs-info {
    width: 60%;
}
.jobs-share {
    width: auto;
    text-align: right;
}
.share-links {
    display: flex;
    justify-content: flex-end;
}
.share-links a {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
a.share-linkedin {
    background-image: url(img/LI-In-Bug.png);
}
a.share-facebook {
    background-image: url(img/f_logo_RGB-Blue_72.png);
}
body.single-recrutements article {
    max-width: 59.375rem;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
body.single-recrutements h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
}
body.single-recrutements article ul {
    list-style: none;
    padding: 0;
}
body.single-recrutements article ul > li {
    padding-left: 2rem;
    position: relative;
    font-weight: 800;
    padding-bottom: 2rem;
}
body.single-recrutements article ul > li:before {
    width: 15px;
    height: 15px;
    background: #77b81e;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 5px;
}
body.single-recrutements article a.btn-apply-job {
    margin-top: 5rem;
}
.jobs-share-box.apply-job {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}
.jobs-share-box.apply-job .jobs-info strong {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    color: #656565;
}
.jobs-share-box.apply-job .jobs-info {
    font-size: 1.2rem;
    color: #656565;
}
.jobs-share-box.apply-job > h3 {
    width: 100%;
    font-family: "Noto Sans";
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #77b81e;
    padding-top: 1rem;
}
body.page-template-template-apply-job .vc_row {
    margin-bottom: 5rem;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
}
li#field_3_13 label:after,li#field_3_14 label:after {
    content: 'facultatif';
    font-weight: 400;
    padding-left: 5px;
}
div#gform_wrapper_3 .gfield_label {
    display: none;
}
li#field_3_13 label.gfield_label,
li#field_3_14 label.gfield_label {
    display: block;
    padding-bottom: 16px;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #F2F2F2;
}
div#gform_wrapper_3 {
    max-width: 708px;
    margin: 0 auto;
}
div#gform_wrapper ul li input {
    width: 100%;
    max-width: 100%;
}
ul#gform_fields_3 li input {
    width: 100%;
    background: #fff;
}
ul#gform_fields_3 li textarea {
    border: 0;
}
ul#gform_fields_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul#gform_fields_3 > li {
    width: 100%;
}
ul#gform_fields_3 > li#field_3_8 {
    width: 25%;
}
ul#gform_fields_3 > li#field_3_9 {
    width: 25%;
}
ul#gform_fields_3 > li#field_3_9 select {
    width: 100%;
    height: 55px;
    border: 0;
}
ul#gform_fields_3 > li#field_3_15 {
    width: 50%;
}
input#gform_submit_button_3 {
    font-size: 1.25rem;
    color: #fff;
    background: #FA9B28;
    width: 28.25rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 900;
    border: 0;
    position: relative;
    top: 2.25rem;
}
.gform_footer.top_label {
    margin: 0;
    padding: 0;
}
article#post-345 .vc_column-inner {
    padding-bottom: 0;
}
ul#gform_fields_3 > li#field_3_13 {
    width: 40%;
    padding: 0;
}
ul#gform_fields_3 > li#field_3_14 {
    width: 40%;
    padding: 0;
}
div#gfield_description_3_13 {
    padding-top: 10px;
}
.fileupload-custom {
    background: #fff;
    padding: 1rem;
    cursor: pointer;
    color: #6C6C6C;
}
div#gform_wrapper_3 ::placeholder {
    color: #222C36;
}
div.row-container {
    max-width: 71.25rem;
    margin: 0 auto;
    float: none;
}
div#animation-tabs> div > div.vc_column-inner {
    padding: 0;
}
div#animation-page-heading h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 2rem;
}
div#animation-page-heading {
    padding-bottom: 5rem;
}
div#animation-tabs {
    margin-top: -4.5rem;
}
div#animation-tabs {
}
div#animation-tabs .vc_tta-tab a {
    height: 4.5rem;
    width: 18.75rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
div#animation-tabs .vc_tta-tab a {
    background: #B8D074;
}
div#animation-tabs .vc_tta-tab a:hover, div#animation-tabs li.vc_tta-tab.vc_active a {
    color: #77B81E;
    background: #fff;
    cursor: pointer;
}
.imge-haading-box {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.imge-haading-box h2 {
    margin: 0;
    line-height: 1;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1;
    text-align: left;
    color: #7e5548;
}
.imge-haading-box h3 {
    font-family: "Noto Sans";
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    text-align: left;
    color: #222c36;
    margin: 0;
    text-transform: uppercase;
}
.imge-haading-box h3 em {
    font-weight: 400;
    font-size: 1.5rem;
}
.imge-haading-box .content-section {
    padding-left: 3.5rem;
}
.vc_btn3-container.btn-transparent-green.vc_btn3-inline a {
    width: 22rem;
    height: 3.5rem;
    background: transparent;
    border: 1px solid #77B81E;
    display: flex;
    align-items: center;
    border-radius: 3rem;
    font-size: 1.25rem;
    color: #77B81E;
    font-weight: 900;
    padding: 0;
    padding-left: 4rem;
    background-image: url(img/bg-phone.png);
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 2.5rem;
}
.vc_btn3-container.btn-transparent-green.vc_btn3-inline a:hover{
    background-color: #FF8A00;
    color: #fff;
}
.wpb_text_column.wpb_content_element.no-margin {
    margin-bottom: 1rem;
}
div#animation-tabs .wpb_content_element.wpb_text_column ul {
    padding: 0;
    list-style: none;
}
div#animation-tabs .wpb_content_element.wpb_text_column ul li {
    padding-left: 3.5rem;
    padding-bottom: 1.5rem;
    background-image: url(img/tick.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left 5px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.row-container.distribution-row-1 {
    padding-bottom: 9rem;
}
div#gms-origin-box {
    /* width: 29rem; */
    margin-left: auto;
}
.wpb_text_column.wpb_content_element.gms-origin-heading {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
.wpb_text_column.wpb_content_element.gms-origin-heading p {
    margin: 0;
}
.wpb_text_column.wpb_content_element.feature-gms-box strong {
    display: block;
    height: 9rem;
    width: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 9rem;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: -0.05em;
    text-align: center;
    color: #95b831;
    margin-right: 2rem;
}
.wpb_text_column.wpb_content_element.feature-gms-box p {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.3;
}
div#gms-origin-box > div {
    padding: 3rem 2rem;
}
div#cta-row-distribution {
    height: 28rem;
    position: relative;
    color: #7E5548;
    font-size: 1.25rem;
}
div#cta-row-distribution > div {
    background: #eee;
    display: flex;
    align-items: center;
    padding: .5rem 0;
    transform: translateY(-50%);
}
div#cta-row-distribution > div a {
    font-weight: bold;
    color: #7E5548;
    text-decoration: underline;
    padding-left: 1rem;
}
div#products-range {
    position: relative;
    margin: 3rem auto 5rem;
    border: 1px solid #000;
    padding: 4rem 3rem 3rem;
    display: flex;
}
div#btn-product-range {
    position: absolute;
    left: 50%;
    width: auto;
    z-index: 2;
    transform: translateX(-50%);
    top: -2rem;
    margin: 0;
}
div#products-range .wpb_column {
    position: static;
}
div#btn-product-range button {
    background: #7E5548;
    color: #fff;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}
div#products-range:after {
    content: '';
    height: calc(100% + 20px);
    width: calc(100% - 20px);
    position: absolute;
    border: 1px dashed #000;
    display: block;
    top: -10px;
    left: 10px;
    z-index: -99;
}
.wpb_text_column.wpb_content_element.row-container.range-list {
    padding-bottom: 3rem;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.cta-background .vc_column-inner {
    padding: 0;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.cta-background img {
    opacity: 0;
}
.ul-heading {
    padding-left: 3.5rem;
    padding-top: 2rem;
}
div#service-outlet-column {
    background: #77B81E;
    filter: drop-shadow(0px 1.5rem 1rem rgba(0, 0, 0, 0.15));
    margin-bottom: 2rem;
    padding: 2rem;
    padding-bottom: 0;
}
div#counter-sale {
    justify-content: space-between;
    margin-top: 4rem;
}
div#counter-sale .imge-haading-box {
    padding-top: 0;
}
div#counter-sale .vc_col-sm-8 .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
}
div#service-outlet-column > div {
    padding: 0;
}
div#outlet-notice {
    background: #fff;
    padding: 1.5rem 2rem;
    color: #E0361E;
    font-size: 1.5rem;
    font-size: 1rem;
    margin: 0 -2rem;
    margin-top: 2rem;
}
div#outlet-notice p {
    margin: 0;
}
.wpb_text_column.wpb_content_element.service-outlet-heading h3 {
    font-size: 1.65rem;
    color: #fff;
    text-transform: uppercase;
    background-image: url(img/outlet-heading-bg.png);
    background-repeat: no-repeat;
    padding-left: 6rem;
    background-size: contain;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.wpb_text_column.wpb_content_element.outlet-timing-row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.wpb_text_column.wpb_content_element.outlet-timing-row > div >div:last-child {
    font-size: 1.25rem;
    text-align: right;
}
div#service-outlet-column .wpb_content_element {
    margin-bottom: 0;
}
div#service-outlet-column .outlet-timing-row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(215, 202, 198, .5);
}
div#service-outlet-column .outlet-timing-row.no-border {
    border-bottom: 0;
}
div#animation-tabs .wpb_content_element.wpb_text_column ul strong {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.1rem;
}
div#logitic-heading {
    padding-top: 3rem;
}
div#logitic-heading h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
div#logitic-heading {
    padding-top: 3rem;
}
div#logitic-heading h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
div#transportation-drivers-count {
    height: 27rem;
}
div#transportation-types {
    text-align: center;
    margin-top: -7rem;
}
.updated-on {
    font-weight: 300;
}
.total-coverage:before {
    width: 3rem;
    height: 2rem;
    content: '';
    background: #FA9B28;
    border-radius: 3px;
    margin-right: .5rem;
}
.wpb_text_column.wpb_content_element.coverage-stats {
    font-weight: bold;
}
.wpb_text_column.wpb_content_element.coverage-stats > div > div {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}
.partial-coverage:before {
    width: 3rem;
    height: 2rem;
    content: '';
    background: #FFC884;
    border-radius: 3px;
    margin-right: .5rem;
}
.in-development:before {
    width: 3rem;
    height: 2rem;
    content: '';
    background: #FDE7CB;
    border-radius: 3px;
    margin-right: .5rem;
    min-width: 3rem;
}
div#geo-graphic-listing {
    max-width: 72.5rem;
}
div#animation-row-1 {
    padding-top: 2rem;
}
div#animation-row-1 h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 2.5rem;
}
div#animation-row-1 h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
}
div#animation-row-1 p {
    padding-bottom: 3rem;
    width: 48em;
    margin: 0 auto;
    max-width: 100%;
}
div#join-our-network-header {
    padding-top: 5rem;
    padding-bottom: 6rem;
}
ul#gform_fields_4 label {
    display: none;
}
ul#gform_fields_4 input,ul#gform_fields_4 textarea {
    background: #F2F2F2;
    border: 0;
    max-height: 192px;
}
ul#gform_fields_4 li {
    padding-bottom: 0;
}
input#gform_submit_button_4 {
    margin: 0;
    margin-top: 1rem;
    background: #77B81E;
    border: 0;
    width: 10rem;
    height: 3rem;
    border-radius: 3rem;
    margin-right: 16px;
    color: #fff;
    font-weight: 900;
}
.gform_footer.top_label {
    text-align: right;
    padding: 0;
}
div#map-join-network {
    margin-bottom: -8rem;
    margin-bottom: 0rem;
}
div.wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}
div#professional-partners {
    padding-top: 2rem;
}
body .gform_wrapper ul li.gfield {
    margin: 0;
}
div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
ul#gform_fields_2 li {
    padding-right: 0;
    margin: 0;
}
div#company-news h2 {
    padding-bottom: 3rem;
}
div#row-1-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(40%, 20%);
}
div#row-1-bg img {
    width: auto;
    height: 38.0625rem;
}
div#home-slider {
    overflow: visible;
}
div#home-slider .vc_column_container {
    position: static;
}
div#rev_slider_1_1_wrapper:after {
    display: none;
}
div#professional-partners:after{
    display: none;
}
div#partner-home-bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(25rem, 0px);
}
div#professional-partners .wpb_column.vc_column_container.vc_col-sm-12 {
    position: static;
}
.wpb_text_column.wpb_content_element.save-tradition-box:before{
    display: none;
}
div#traditional-row-img {
    position: absolute;
    left: -130px;
    top: 0;
    transform: translateY(-40%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26rem;
    height: 37rem;
    left: -14.125rem;
    z-index: 100;
}
div#career-message:after{
    display: none;
}
div#ph-radis-hd {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 35.5rem;
    /*height: 23.125rem;*/
    background-size: contain;
    bottom: 0;
}
div#ph-radis-hd {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 35.5rem;
    background-size: contain;
    bottom: 0;
}
div#career-message .wpb_column.vc_column_container.vc_col-sm-7 {
    position: static;
}
div#ph-poire-hd {
    position: absolute;
    left: 0;
    transform: translateX(-55%) translateY(-50%);
    /*height: 37.5rem;*/
    width: 40.625rem;
    top: 0;
}
div#selling-points:before {
    display: none;
}
div#selling-points .vc_column_container {
    position: static;
}
div#ph-legumes2-hd {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-10rem);
}
div#contact-us:after {
    display: none;
}
div#contact-us .vc_column_container {
    position: static;
}
.company-info-box {
    box-shadow: 0 23px 16px rgba(0,0,0,0.15);
    background: #fff;
    max-width: 370px;
}
.company-info-box .content-section {
    padding: 30px 32px 24px;
}
.company-info-box .content-section h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}
.company-info-box .address-info {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 800;
    color: #7E5548;
}
.company-info-box .address-info label {
    font-size: 16px;
    font-weight: normal;
    color: #222C36;
}
.company-info-box .address-info a {
    color: #7e5548;
}
.company-info-box .hours-box {
    background: #7E5548;
    display: flex;
    padding: 30px;
    position: relative;
}
.company-info-box .hours-box .hours-icon {
    width: 140px;
    text-align: center;
    padding-top: 10px;
}
.company-info-box .hours-box .hour-copy {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
.company-info-box .hours-box .hour-copy h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
}
.c-address {
    margin-bottom: 10px;
}
.company-info-box .hours-box:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
div#join-our-network-header {
    display: flex;
    justify-content: space-between;
}
div#join-our-network-header .vc_col-sm-5 {
    max-width: 380px;
    width: 32%;
}
div#join-our-network-header .vc_col-sm-7 {
    width: 62%;
}
div#join-our-network-header:before,
div#join-our-network-header:after {
    display: none;
}
div#join-our-network-header .vc_col-sm-7 .vc_column-inner{
    padding-right: 0;
}
.c-address {
    padding-top: 1rem;
}
nav.nav > ul > li > a:before {
    width: 2.5rem;
    height: 2px;
    background: #77B81E;
    content: '';
    position: absolute;
    left: 0;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    transition: .25s all;
}

nav.nav > ul > li > a {
    position: relative;
    overflow: visible;
    padding-left: 3.125rem;
}

nav.nav > ul > li:hover > a:before {
    width: 2.5rem;
}
nav.nav > ul > li.current-menu-item > a:before{
    width: 2.5rem;
}
nav.nav > ul > li.current-menu-item > a{
    color: #77B81E;
}
@media all and (max-width: 1200px){
    html, body{
        overflow-x: hidden;
    }
    div#selling-points .wpb_single_image.wpb_content_element.vc_align_center img {
        padding: 1rem;
    }
}
/* Maps */
g#non-hoverables g > g:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
g#non-hoverables > path,
g#non-hoverables g > path {
    fill: #ddd;
    stroke-width: 1px;
    stroke: #BCBCBC;
}
#hoverables > g > g:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}
#hoverables > g {
    fill: transparent;
}
#hoverables:hover > g {
    z-index: 1;
}
#hoverables:hover > g:hover {
    z-index: 5;
}
#hoverables > g > path {
    cursor: pointer;
}
#hoverables > g:hover > g:nth-child(2),
#hoverables > g > path:hover + g {
    opacity: 1;
    visibility: visible;
}
#hoverables > g > path {
    fill: #dddddd;
    stroke: rgb(193, 193, 193);
    /*     cursor: pointer; */
    cursor: default;
    transition: fill 0.2s;
}
#hoverables > g > path {
    cursor: pointer;
}
#hoverables > g:hover > path {
    fill: #77B81E;
}
.france-map-wrapper {
    max-width: 740px;
    margin: 0 auto;
}
.page-template-template-map .title-single-job h1 {
    text-align: left;
}
.map-left-cta-lower {
    background: url('img/map-lcta-img.png') no-repeat center center;
    background-size: cover;
    padding: 25px 30px 35px;
}
.map-left-cta-lower-desc {
    padding-left: 25px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}
.map-left-cta-lower-link a {
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #77B81E;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}
.map-left-cta-lower-link a:after {
    content: '';
    width: 17px;
    height: 16px;
    margin-left: 15px;
    background: url('img/cta-arrow-right.png') no-repeat center center;
}
.map-left-cta {
    max-width: 325px;
    position: absolute;
    top: 50%;
    left: 0;
/*     box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
    transform: translateY(-50%);
}
.map-page-inner {
    position: relative;
    min-height: 600px;
}
.regions-maps .region-map:not(.active) {
    display: none;
}
.title-single-job h1.has-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-single-job h1.has-back > span {
    display: inline-block;
}
.map-back-btn {
    font-size: 21px;
    border: 1px solid rgba(34, 44, 54, 0.2);
    display: flex;
    align-items: center;
    height: 53px;
    padding: 0 10px 0 80px;
    background: #fff;
    cursor: pointer;
    background: url('img/retour-icon.png') no-repeat #fff 7px center;
}
div#region-gmap {
    width: 100%;
    height: 500px;
}
.r-infowindow {
    display: flex;
    background: #FA9B28;
    color: #fff;
    align-items: center;
    padding-right: 15px;
    font-size: 16px;
    letter-spacing: -0.02em;
    font-family: 'Avenir',sans-serif;
    font-weight: 900;
    width: 280px;
}
.r-infowindow .r-ifowindow-image {
    width: 30%;
}
.r-infowindow-content {
    width: 70%;
    padding-left: 5px;
    padding-top: 5px;
}
.r-infowindow-content h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}
.r-infowindow-content p {
    margin: 0;
}
body .gm-style .gm-style-iw-c {
    padding: 0;
}
body .gm-style .gm-style-iw-t::after {
    display: none;
}
body .gm-style .gm-style-iw-d {
    overflow: visible !important;
}

body.error404 header.header.clear {
    border: 0;
    position: static;
    background: none;
}

body.error404 .phone-header {
    display: none;
}

body.error404 .hamburger.hamburger--collapse {
    display: none;
}

body.error404 .header-container {
    align-items: center;
    justify-content: center;
}

body.error404 footer.footer {
    display: none;
}

body.error404 {
    background: #F0F3FA;
}

body.error404 article#post-404 {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    max-width: calc(100% - 100px);
    padding-top: 30px;
    min-height: 700px;
    background-image: url(img/bg-4041.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

body.error404 aside.sidebar {
    display: none;
}

article#post-404 h1 {
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
}

article#post-404 h1 span {
    display: block;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -.02em;
    text-transform: lowercase;
}

article#post-404 a {
    width: 297px;
    height: 76px;
    border-radius: 37px;
    background: #fa9b28;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}

body.error404 .header-container > div {
    width: 100%;
    text-align: center;
}

.fileupload-custom span.close {
    background-image: url(img/download-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 30px;
    height: 30px;
}

.fileupload-custom span.close.active {
    background-image: url(img/cross-ico.png);
    background-size: 15px;
}

.fileupload-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

div.ginput_container.ginput_container_fileupload {
    margin-bottom: -55px!important;
    height: 55px;
    opacity: 0;
    position: relative;
    z-index: 2;
}

div.ginput_container.ginput_container_fileupload input {
    height: 100%;
}

li.gfield.active .fileupload-custom {
    z-index: 3;
    position: relative;
}

div#professional-partners h2 {
    font-weight: 300;
}

body.home h2.vc_custom_heading{
    font-weight: 300;
}
.wpb_text_column.wpb_content_element.save-tradition-box a:hover {
    background: #fff;
    color: #4d4444;
}

.wpb_text_column.wpb_content_element.les-profession a:hover, .wpb_text_column.wpb_content_element.fresh-food a:hover {
    background: #fff;
    color: #77b81e;
}

div#promotion-home a:hover {
    background: #000;
    color: #fff;
}

.wpb_text_column.wpb_content_element.message-career a:hover {
    background: #fff;
    color: #77b81e;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-green:hover {
    color: #fff;
    background: #6dab3c;
}


input#gform_submit_button_2:hover {
    background: #fff;
    color: #77b81e;
}

.hamburger-box{
    width: 30px;
}


header.header.clear {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
}

main {
    padding-top: 128px;
}

div#animation-page-heading .vc_column-inner {
    padding-bottom: 10px;
    padding-top: 50px;
}

div#animation-tabs {
    font-size: 1.1rem;
}

div#products-range .wpb_single_image {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#products-range {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
}

body.error404 main {
    padding-top: 0;
}

.home-slide {
    display: flex;
}

.home-slider-wrap {
    background-image: url(img/bg-inner-page1.png);
}

.slide-text h2 {
    line-height: 1;
    font-weight: 900;
    font-size: 100px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #222c36;
    text-transform: uppercase;
    font-size: 6.25rem;
    margin-bottom: 1rem;
}

a.slide-btn {
    background-color: rgb(119, 184, 30);
    border-color: rgb(119, 184, 30);
    color: #fff;
    font-size: 18px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    min-width: 349px;
    border-radius: 30px;
    border: 1px solid;
    font-weight: 900;
    letter-spacing: .05em;
}

a.slide-btn:hover {
    background: #fff;
    color: rgb(119, 184, 30);
}

.slide-left {
    width: 50%;
}

.slide-right {
    width: 40%;
    padding-top: 8rem;
}

.slide-right {}

.slide-left img {
    width: 120%;
    max-width: 120%;
    margin-left: -20%;
}

.slide-text p {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1;
    text-align: left;
    color: #222c36;
    text-transform: uppercase;
    margin: 0;
}

.scroll-below {
    background-image: url(img/slide-down-arrow.png);
    width: 71px;
    height: 71px;
    position: absolute;
    left: 50%;
    top:  75vh;
    cursor: pointer;
    transform: translateX(-50%);
}

div#home-slider button.slick-arrow {
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    width: 68px;
    height: 133px;
    background-repeat: no-repeat;
    background-position: center;
}

div#home-slider button.slick-prev.slick-arrow {
    left: 0;
    background-image: url('img/prev.png');
}

div#home-slider .slick-prev:before {
    content: '';
}

div#home-slider .slick-next:before {
    content: '';
}

div#home-slider button.slick-next.slick-arrow {
    right: 0;
    background-image: url('img/next.png');
}

div#home-slider button.slick-arrow:hover {
    background-color: #000;
}

@media all and (min-width: 2000px){
    html {
        font-size: 16px;
    }
}



/* Modifications to SVG Map */
.sub-open #non-hoverables > g,
.sub-open #non-hoverables > path,
.sub-open #hoverables > g {
    opacity: 0;
}

.sub-open #hoverables .active {
    opacity: 1;
}

.sub-open #hoverables g#bourgogne-france-comte.active path {
    transform: scale(2.8) translate(-441px, -174px);
    transform-origin: -16px 10px;
    transition-delay: 0.2s;
}
#hoverables > g > path {
    transition: fill 0.3s, all 0.3s;
}
.sub-open #hoverables path + g {
    display: none;
}
.sub-open g#hauts-de-france.active > path {
    transform: translate(-1110px, 85px) scale(3.5);
    transform-origin: 10px 10px;
}
.sub-open #hoverables #grand-est.active path {
    transform: translate(-1280px, -160px) scale(2.5);
    transform-origin: -100px -50px;
}
.sub-open #hoverables #normandy.active path {
    transform: translate(-547px, -130px) scale(3.5);
    transform-origin: 15px 15px;
}

.sub-open #hoverables #pays-de-la-loire.active path {
    transform: translate(-500px, -570px) scale(3.4);
    transform-origin: -50px 50px;
}

.sub-open #hoverables #brittany.active path {
    transform: translate(-20px, -440px) scale(3.4);
    transform-origin: -10px 10px;
}

.wpb_map_wraper {
    margin-bottom: 5rem;
}

.c-left {
    max-width: calc( 100% - 150px);
}
.france-map-pin {
    width: 20px;
    height: 20px;
    position: absolute;
}

.france-map-pin-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #77B81E;
    cursor: pointer;
    transition: background 0.2s;
}

.france-map-pin-infowindow {
    width: 320px;
    background: #FA9B28;
    border-radius: 2px;
    display: flex;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -90%);
    height: 80px;
    align-items: center;
    transition: all 0.25s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.pin-infowindow-left {
    width: 70px;
    height: 100%;
}

.pin-infowindow-right {
    width: calc(100% - 70px);
    color: #fff;
    font-weight: 900;
    line-height: 1;
    padding: 17px;
}

.pin-infowindow-title {
    font-size: 19px;
    letter-spacing: -0.02em;
}

.pin-infowindow-sub-title {
    font-size: 16px;
    font-weight: normal;
}

.france-map-pin:hover .france-map-pin-infowindow {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -100%);
}

.pin-infowindow-right:after {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top-color: #FA9B28;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -10px;
}

.france-map-pin:hover .france-map-pin-dot {
    background: #FA9B28;
}


.individual-map-pins[data-id="hauts-de-france"] {
    width: 76.5%;
    height: 80%;
    position: absolute;
    top: 7.2%;
    left: 14.2%;
}

.france-map-wrapper {
    position: relative;
}

.individual-map-pins {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.individual-map-pins.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
}

.individual-map-pins[data-id="brittany"] {
    width: 98.8%;
    height: 50.7%;
    position: absolute;
    top: 17%;
    left: 0%;
}

.individual-map-pins[data-id="grand-est"] {
    width: 91.1%;
    height: 68%;
    position: absolute;
    top: 12.5%;
    left: 5.6%;
}

.individual-map-pins[data-id="normandy"] {
    width: 98.5%;
    height: 69%;
    position: absolute;
    top: 14.5%;
    left: 0.6%;
}

.individual-map-pins[data-id="pays-de-la-loire"] {
    width: 92.4%;
    height: 78.2%;
    position: absolute;
    top: 4.5%;
    left: 4.2%;
}

.individual-map-pins[data-id="bourgogne-france-comte"] {
    width: 94.5%;
    height: 64.4%;
    position: absolute;
    top: 16.4%;
    left: 1.9%;
}
.sub-open #hoverables g > path {
/*     fill: url(#pattern-url-bg); */
}


#hoverables > g > path {
    fill: #7E5548;
}

div#france-map.sub-open g> path {stroke: none;}

/* Blog */

.blog-header {
    position: relative;
    background-image: url(img/bg-blog-header.png);
}

.blog-header h1 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 4rem 0 3rem;
    text-transform: uppercase;
}

.blog-header {
    background-position: 50% bottom;
    background-size: 100% 170%;
    margin-bottom: 3rem;
}

.blog-header .breadcrums span {
    font-family: Avenir;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

.blog-header .breadcrumb > a:first-child {
    background-image: url(img/home-bc-white.png);
}

.blog-header .breadcrumb {
    color: #fff;
    left: 14rem;
    position: relative;
    text-transform: capitalize;
}

section.page-container-blog {
    max-width: 100rem;
    margin: 0 auto;
}

.blog-posts-lists {
    display: flex;
    flex-wrap: wrap;
    max-width: 73rem;
    margin: 0 auto;
}

.blog-grid-item {
    width: calc(33.33% - 36px);
    margin: 0 18px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    margin-bottom: 3rem;
}

.blog-item-image {
    height: 16rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px 10px 0 0;
}

.blog-item-image img {
    opacity: 0;
    visibility: hidden;
}

h2.blog-title {
    font-family: Avenir;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.875;
    text-align: center;
    color: #000;
}

.blog-item-content {
    padding: 2rem;
    text-align: center;
}

h2.blog-heading {
    font-family: Avenir;
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    color: #222c36;
    margin-bottom: 5rem;
    width: 100%;
}

.blog-read-more a {
    width: 10rem;
    height: 3rem;
    border: 2px solid #6dab3c;
    border-radius: 50px;
    color: #6dab3c;
    background: #fff;
    font-size: 1rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.latest-blog-posts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;
}

.blog-grid-item-latest {
    background-size: cover;
    background-position: center center;
    width: calc(25% - 16px);
    margin: 0 8px;
    padding-top: 20rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-item-latest-image {
    display: none;
}

.blog-grid-item-latest:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000 30%, transparent);
}

.blog-item-latest-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0 2rem;
    padding-bottom: 2.5rem;
}

.blog-item-latest-content h2 a{
    color: #fff;
}

.tag-link {
    width: 10rem;
    height: 2rem;
    border-radius: 1rem;
    background: #77b81e;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    font-family: Avenir;
    font-weight: normal;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 1.25rem;
}

h2.blog-heading.latest {
    margin-bottom: 3rem;
}

button.elm-button {
    width: 15rem;
    height: 3.5rem;
    background: #f7f7f7;
    border-radius: 2rem;
    border: 0;
    font-family: Avenir;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.07em;
    line-height: 12px;
    text-align: center;
    color: #222c36;
    text-transform: uppercase;
}

button.elm-button:hover{
    background-color: #77b81e;
    color: #fff;
}

.blog-read-more a:hover {
    background: #6dab3c;
    color: #fff;
}

.post-header {
    position: relative;
    height: 21rem;
    background: #7E5548;
}

.post-header > .container {
    max-width: 73rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    color: #fff;
}

.post-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: .1;
    background-blend-mode: multiply;
}

.post-hero-background:after {
    content: '';
}

h1.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70rem;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-family: Avenir;
    font-weight: 900;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.post-header .breadcrumb {
    color: #fff;
    padding-top: 1rem;
}

.post-header .breadcrumb a {
    color: #fff;
}

.post-header .breadcrumb > a:first-child {
    background-image: url(img/home-bc-white.png);
}

section.post-container {
    display: flex;
    max-width: 86.5625rem;
    margin: 0 auto;
    justify-content: space-between;
}

.latest-blog-posts.sidebar > div {
    width: 100%;
    padding-top: 13.5rem;
    margin: 0;
    margin-bottom: .75rem;
}

.posts-sidebar {
    width: 24.6875rem;
}

article.post-content-area {
    width: 51.3125rem;
    padding-top: 2rem;
    \: center;
}

.widget-recent-posts h3 {
    font-family: Avenir;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: left;
    color: #222c36;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.post-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-row-1 > a {
    width: 14rem;
    height: 3.5rem;
    border-radius: 24px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Avenir;
    font-weight: 500;
    font-size: 1rem;
    line-height: 12px;
    text-align: center;
    color: #222c36;
}

.social-share-icons a.facebook {
    width: 3rem;
    height: 3rem;
    background-image: url(img/f_logo_RGB-Blue_72.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.social-share-icons {
    display: flex;
    align-items: center;
}
.social-share-icons a{
     margin: 0 3px;
}

.share-post {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-share-icons a.linkedin {
    width: 3rem;
    height: 3rem;
    background-image: url(img/LI-In-Bug.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.share-post > span {
    margin-right: 20px;
}

.post-content {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 2rem;
}

.posts-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.posts-navigation a {
    width: 14.75rem;
    height: 3rem;
    border-radius: 24px;
    background: #fff;
    border: 2px solid #77b81e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Avenir;
    font-weight: 900;
    font-size: 1rem;
    line-height: 12px;
    text-align: center;
    color: #77b81e;
}

.posts-navigation a:hover {
    background: #77b81e;
    color: #fff;
}

#field_1_2 {
    margin-top: 0;
}

@media all and (max-width: 1200px){
    main {
        padding-top: 128px;
    }

    .blog-posts-lists {
        max-width: 90rem;
    }
}

@media all and (max-width: 992px){
    section.post-container {
        display: block;
        width: calc(100% - 100px);
    }
	#over-100-years {
		padding-top: 12rem;
	}

    h1.hero-title {
        max-width: 600px;
        width: calc(100% - 100px);
        font-size: 30px;
    }

    article.post-content-area {
        width: 100%;
    }

    .latest-blog-posts.sidebar > div {
        width: 31%;
        margin: 0 1%;
    }

    .posts-sidebar {
        width: 100%;
        padding-top: 2rem;
    }

    .blog-grid-item-latest {
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }

    section.page-container-blog {
        width: calc(100% - 70px);
    }

    .blog-grid-item {
        width: calc(50% - 36px);
    }
}

@media all and (max-width: 767px){
    .post-header .breadcrumb {
        display: none;
    }

    h1.hero-title {
        font-size: 25px;
        width: calc(100% - 50px);
        line-height: 30px;
    }

    section.post-container {
        width: calc(100% - 50px);
    }

    .latest-blog-posts.sidebar {
        display: block;
    }

    .latest-blog-posts.sidebar > div {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        max-width: 300px;
    }

    .widget-recent-posts h3 {
        text-align: center;
    }

    .blog-grid-item-latest {
        width: calc(100%);
        margin-bottom: 16px;
    }

    section.page-container-blog {
        width: calc(100% - 70px);
    }

    .blog-grid-item {
        width: calc(100% - 36px);
    }

    .blog-header {
        background: #7e5548;
        margin: 0 -35px;
    }

    .blog-header .breadcrumb {
        display: none;
    }
}
.post-row-1 > a:hover {
    color: #fff;
    background: #77b81e;
}

button.elm-button[data-max-pages="0"] {
    display: none;
}