/*
Theme name: Australis
Description: Custom Theme
*/

/******* Australis WordPress CSS *******/

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('css/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('css/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('css/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('css/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('css/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.section-contact-popup.footer-form .shell { text-align: center; }
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-Light.eot');
    src: url('css/fonts/Argos-Light.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-Light.woff') format('woff'),
         url('css/fonts/Argos-Light.ttf') format('truetype'),
         url('css/fonts/Argos-Light.svg#Argos-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-LightItalic.eot');
    src: url('css/fonts/Argos-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-LightItalic.woff') format('woff'),
         url('css/fonts/Argos-LightItalic.ttf') format('truetype'),
         url('css/fonts/Argos-LightItalic.svg#Argos-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-Regular.eot');
    src: url('css/fonts/Argos-Regular.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-Regular.woff') format('woff'),
         url('css/fonts/Argos-Regular.ttf') format('truetype'),
         url('css/fonts/Argos-Regular.svg#Argos-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-Italic.eot');
    src: url('css/fonts/Argos-Italic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-Italic.woff') format('woff'),
         url('css/fonts/Argos-Italic.ttf') format('truetype'),
         url('css/fonts/Argos-Italic.svg#Argos-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-Bold.eot');
    src: url('css/fonts/Argos-Bold.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-Bold.woff') format('woff'),
         url('css/fonts/Argos-Bold.ttf') format('truetype'),
         url('css/fonts/Argos-Bold.svg#Argos-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Argos';
    src: url('css/fonts/Argos-BoldItalic.eot');
    src: url('css/fonts/Argos-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Argos-BoldItalic.woff') format('woff'),
         url('css/fonts/Argos-BoldItalic.ttf') format('truetype'),
         url('css/fonts/Argos-BoldItalic.svg#Argos-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('css/fonts/Mark-Regular.eot');
    src: url('css/fonts/Mark-Regular.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Mark-Regular.woff') format('woff'),
         url('css/fonts/Mark-Regular.ttf') format('truetype'),
         url('css/fonts/Mark-Regular.svg#Mark-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mark';
    src: url('css/fonts/Mark-Regular-italic.eot');
    src: url('css/fonts/Mark-Regular-italic.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Mark-Regular-italic.woff') format('woff'),
         url('css/fonts/Mark-Regular-italic.ttf') format('truetype'),
         url('css/fonts/Mark-Regular-italic.svg#Mark-Regular-italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Mark';
    src: url('css/fonts/Mark-Bold.eot');
    src: url('css/fonts/Mark-Bold.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/Mark-Bold.woff') format('woff'),
         url('css/fonts/Mark-Bold.ttf') format('truetype'),
         url('css/fonts/Mark-Bold.svg#Mark-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 2 ){
    @font-face {
        font-family: 'Argos';
        src: url('css/fonts/Argos-Regular.svg#Argos-Regular') format('svg');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Argos';
        src: url('css/fonts/Argos-Italic.svg#Argos-Italic') format('svg');
        font-weight: 400;
        font-style: italic;
    }

	@font-face {
		font-family: 'Argos';
		src: url('css/fonts/Argos-Bold.svg#Argos-Bold') format('svg');
		font-weight: 700;
        font-style: normal;
	}

    @font-face {
        font-family: 'Argos';
        src: url('css/fonts/Argos-BoldItalic.svg#Argos-BoldItalic') format('svg');
        font-weight: 700;
        font-style: italic;
    }

    @font-face {
        font-family: 'Mark';
        src: url('css/fonts/Mark-Regular.svg#Mark-Regular') format('svg');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Mark';
        src: url('css/fonts/Mark-Regular-italic.svg#Mark-Regular-italic') format('svg');
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: 'Mark';
        src: url('css/fonts/Mark-Bold.svg#Mark-Bold') format('svg');
        font-weight: 700;
        font-style: normal;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}

@media print {

	.header,
	.more-recipe,
	.recipe-meta,
	.section-logos,
	.recipe-socials,
	.recipe-title img.batch,
	.recipe-content .post-foot,
	.recipe-content .section-post img,
	.section-logos.section-logos-tablet,
	.footer { display: none !important; }

	.recipe-title,
	.recipe-title-detail { padding: 10px 0; }

	.recipe-slider.slider-large { display: none; }

	.shell,
	.recipe-title .shell,
	.recipe-content .shell { max-width: 100%; }

	.section-ingredients { width: 40% !important; min-width: 40% !important; max-width: 40% !important; float: left !important; overflow: hidden !important; }
	.section-ingredient { max-width: 100% !important; }
	.recipe-content .section-post { width: 55% !important; float: right !important; overflow: hidden !important; }

	.ingredient li { padding: 2px 0; }
	.ingredient li strong { width: 30% !important; font-size: 12px !important; }
	.ingredient li span { width: 60% !important; padding-right: 5px !important; font-size: 12px !important; }

	.recipe-content .post h2 { font-size: 30px !important; }
	.recipe-content .post p { font-size: 15px !important; }

	.single-crb_recipe .recipe-meta { display: none; }
	.single-crb_recipe .recipe-title .entry { padding-bottom: 0; }
	.single-crb_recipe .recipe-content { margin-top: -10px; padding-top: 0; }
	.single-crb_recipe .recipe-title,
	.single-crb_recipe .section-ingredient { background: none; }
}



/* Common elements styling */

.post .entry h1 { font-size: 20px; line-height: 30px; }
.post .entry h2 { font-size: 18px; line-height: 27px; }
.post .entry h3 { font-size: 16px; line-height: 24px; }
.post .entry h4 { font-size: 14px; line-height: 21px; }
.post .entry h5 { font-size: 12px; line-height: 18px; }
.post .entry h6 { font-size: 10px; line-height: 15px; }

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0; }

p img { padding: 0;	max-width: 100%; height: auto; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */

#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 0 solid #ddd; text-align: right; padding: 0 0 27px; margin: 0; max-width: 100%; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; width: 100%;  height: auto; }
.wp-caption p.wp-caption-text { display: block; padding: 5px 0 0; margin: 0; font-size: 13px; line-height: 1.2; color: #6d7884; }

/* Big images in rich text editor should not break page layout */

.post .entry { overflow: hidden; }

.post img { max-width: 100%; height: auto; }

/******* /Australis WordPress CSS *******/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { min-width: 1046px; background: #fff; font-family: 'Argos', serif; font-size: 15px; line-height: 1.8; color: #0b0d25; font-weight: 400; -webkit-font-smoothing:antialiased; }

a { color: #0252aa; cursor: pointer; text-decoration: none; }

img { border: 0; vertical-align: middle; max-width: 100%; height: auto; }

ul,
ol { list-style-position: inside; }

strong { font-weight: bold; }
small { font-size: 80%; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing: antialiased; border-radius: 0; box-shadow: none; -webkit-appearance: none; }

textarea { overflow: auto; resize: none; }

select {
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
		 -o-appearance: none;
			appearance: none;
}
select::-ms-expand { display: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.alignleft,
.left { float: left; }
.alignright,
.right { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.cols { overflow: hidden; }
.col { float: left; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.shell { width: 1046px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Transition
\* ------------------------------------------------------------ */

.btn-blue,
.btn-blue:after,
.btn-orange:after,
.btn-white,
.btn-white:after,
.btn-orange,
.chefs-slider span,
.chefs-slider .active-slide span,
.chefs-provider .section-actions .link-download,
.fact-bar h5 a em,
.section-facts .slide-content h1 a ,
.foodservice-video,
.foodservice-stories .nav-utilities li a,
.foodservice-mail .gform_button,
.footer-mail .gform_button,
.footer-find .btn-find,
.footer-socials li a,
.gallery-single p a,
.member-slider span,
.member-slider .active-slide span,
.meet-other .entry h3,
.meet-other .entry h3 a:hover,
.nav-tab li a,
.newsdetail-slider span,
.newsdetail-slider .active-slide span,
.newsdetail-post-mail .gform_button,
.newsdetail-nav .nav-tab a,
.post-tags a:hover,
.recipes-search .searchsubmit,
.recipe-slider span,
.recipe-slider .active-slide span,
.recipe-socials li a,
.section-impact .section-socilas li a,
.section-logos li a img,
.section-default-popup .gform_button,
.store-slider .view-all,
.recipe-content .post > p > img,
.recipe-content .post > p > img.visible,
.more-recipe li,
.more-recipe li .entry p a,
.newsdetail-inner-slider,
.newsdetail-inner-slider.visible,
.team-member .entry,
.team-member .entry h3,
.team-member .entry h3 a:hover {
	-webkit-transition: all 0.9s;
			transition: all 0.9s;
}

.widget_info,
.widget_post_inner,
.widget_info .entry h3,
.widget_post_inner .entry h3,
.widget_info .entry h3 a:hover,
.widget_post_inner .entry h3 a:hover,
.widget_post_inner .entry p,
.newsdetail-intro p.credit a,
.gallery-single .entry,
.gallery-single .entry h4,
.gallery-single .entry h4 a:hover,
.gallery-single .entry p,
.brochure .entry,
.brochure .entry h4,
.brochure .entry h4 a:hover,
.brochure .entry p,
.retailer .entry,
.retailer .entry p,
.retailer .entry h4,
.retailer .entry h4 a:hover,
.foodservice-video,
.foodservice .entry,
.foodservice .entry p,
.foodservice .entry h4,
.foodservice .entry h4 a:hover,
.newsdetail-post p a,
.newsdetail-post .link-post,
.widget_products .link-all,
.mobile-navigation .nav-mobile a,
.section-retailers-consumer .link-consumer,
.impact-inner,
.impact-inner h3,
.impact-inner h4,
.impact-inner p,
.impact-points span,
.fixed .link-journal,
.link-journa,
.impact-inner .impact-image img {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

.meet-other {
	-webkit-transition: background 0.9s;
			transition: background 0.9s;
}

.chefs-slider img,
.chefs-slider .active-slide img,
.member-slider img,
.member-slider .active-slide img {
	-webkit-transition: opacity 1.5s;
			transition: opacity 1.5s;
}

.global-ajax-loader { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.6) url(images/loading.gif) no-repeat center center; z-index: 99999;  }

.foodservice-video { opacity: 0; max-width: 780px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.footer-mail .footer-form-btn  { margin-top: 10px; width: 40%; }
.footer-mail .footer-form-btn:hover { background: none; border: 2px solid #c1c1ca; }

.btn-blue { position: relative; z-index: 2; display: inline-block; padding: 0 15px; height: 25px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 26px; color: #0b0d25; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; border: 2px solid #0b0d25; }
.btn-blue:hover { opacity: 1; background: #c6e8dc; color: #0b0d25; border: 2px solid #c6e8dc; }
.btn-blue:after { position: absolute; top: 0; left: 0; z-index: -1; width: 0%; height: 100%; background: #b3b3ba; display: block; content: ""; }

.btn-white { position: relative; z-index: 2; display: inline-block; padding: 0 19px; height: 25px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 26px; color: #fff; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; border: 2px solid #fff; }
.btn-white:hover { opacity: 1; background: #d3ede7; border: 2px solid #d3ede7; color: #0b0d25; }

.btn-orange { position: relative; z-index: 2; display: inline-block; padding: 0 20px; height: 25px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 26px; color: #c46b34; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; border: 2px solid #c46b34; }
.newsdetail-post-mail .gform_button:hover,
.foodservice-mail .gform_button:hover,
.btn-orange:hover { border: 2px solid #0b0d25; color: #0b0d25; opacity: 1; }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico { display: block; }

.ico-brain { width: 48px; height: 53px; background: url(images/temp/ico-brain.png) no-repeat 0 0; background-size: 48px 53px; }
.ico-calories { width: 54px; height: 54px; background: url(images/temp/ico-calories.png) no-repeat 0 0; background-size: 54px 54px; }
.ico-soul { width: 52px; height: 50px; background: url(images/temp/ico-soul.png) no-repeat 0 0; background-size: 52px 50px; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; z-index: 1500; width: 100%; background: #fff; text-align: center; }

.fixed .header,
.fixed.home .header { box-shadow: 0 1px 10px 0px rgba(0,0,0,0.1); }

.header,
.fixed .header,
.fixed.home .header {
	-webkit-transition: box-shadow 0.5s;
			transition: box-shadow 0.5s;
}

.logo { position: absolute; top: 25px; left: 50%; z-index: 2; width: 129px; height: 97px; display: block; text-indent: 100%; font-size: 0; white-space: nowrap; visibility: visible; opacity: 1;
	-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}
.logo:hover { opacity: 1; }
.home .logo,
.fixed .logo { display: none; top: -150px; }

.logo:before,
.logo:after { position: absolute; top: 0; left: 0; z-index: 1; display: block; content: ""; }
.logo:before { z-index: 2; width: 100%; height: 100%; background: url(images/logo.png?v=2) no-repeat 0 0; background-size: 129px 97px; }
.logo:after { left: -37px; top: -21px; height: 140px; width: 204px; background: #fff; border-radius: 50%; }

.nav { top: 0; display: inline-block; }
.nav ul { list-style: none outside none; }
.nav li { display: inline-block; padding: 0 15px; }
.home .nav-center > ul > li:first-child { margin-left: -20px; padding-left: 0; }

.nav-center { position: relative; top: -150px; }
.home .nav,
.fixed .nav { position: relative; top: -150px; }
.home .nav-center,
.fixed .nav-center { position: static; top: 0; }

.link-title-mobile,
.link-journal,
.link-recipes,
.nav li a { display: inline-block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 94px; color: #0b0d25; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.nav li.current-menu-ancestor > a,
.nav li.current-menu-item > a { text-decoration: underline; }
.link-title-mobile:hover,
.link-journal:hover,
.nav li:hover a { color: #c46b34; }
.nav li a:hover { opacity: 1; }
.link-title-mobile,
.link-journal { margin: 0 40px; color: #c46b34; display: none; }

.link-journal,
.home .link-journal { display: block; }
.link-journal:hover { color: #0b0d25; opacity: 1; }
.link-journal { position: relative; top: 0; }

.widget_products .link-all:hover,
.newsdetail-post p a:hover,
.newsdetail-post .link-post:hover { color: #0b0d25; opacity: 1; }

.link-recipes { padding: 0 40px; color: #c46b34; }
.link-recipes:hover { opacity: 1; color: #0b0d25; }
.home .link-recipes,
.home .link-journal { line-height: 41px; }
.fixed .link-recipes { color: #fff; background: #c46b34; padding: 0 40px; line-height: 41px; }

.link-recipes:hover,
.home .link-recipes:hover,
.fixed .link-recipes:hover { background: #0b0d25; color: #fff; }
.fixed .link-journal { position: relative; top: 0; }
.home.fixed .link-journal { top: 0; }

.home .link-recipes,
.home.fixed .link-recipes { padding: 0 40px; }

.home .link-title-mobile,
.fixed .link-title-mobile,
.home .link-journal,
.fixed .link-journal,
.home .link-recipe,
.fixed .link-recipes,
.home .nav li a,
.fixed .nav li a { line-height: 41px; }

.link-recipes,
.link-title-mobile {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

.fixed .link-journal,
.link-journal {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.nav,
.nav > ul > li > a {
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

.link-title-mobile { display: none; }

.btn-menu,
.mobile-navigation { display: none; }

.menu-inner-wrapper { position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #0b0d25; border-radius: 0; visibility: hidden; opacity: 0; display: none;
	-webkit-transition: opacity 0.2s;
			transition: opacity 0.2s;
}

.nav.nav-center .menu-inner-wrapper,
.fixed .nav.left .menu-inner-wrapper,
.fixed .nav.right .menu-inner-wrapper { display: none !important; }
.home .nav.nav-center .menu-inner-wrapper { display: block !important; }
.home .nav.left,
.home .nav.right { display: none; }

.fixed .nav.nav-center .menu-inner-wrapper { display: block !important; }

.home .nav.nav-center,
.home.fixed .nav.nav-center { padding-left: 0; }

.nav.nav-center,
.fixed .nav.nav-center {
	-webkit-transition: padding 0s, top 0.2s;
			transition: padding 0s, top 0.2s;
}

.nav li:hover .menu-inner-wrapper { visibility: visible; opacity: 1; display: block; }

.header:after { position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: block; content: ""; background: rgba(11,13,37,0.89); width: 100%; height: 1000%; z-index: 1; opacity: 0; visibility: hidden;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.header-inner { position: relative; z-index: 2; background: #fff; }
body.hover .header:after { opacity: 1; visibility: visible; }
body.hover.fixed .logo { opacity: 0; visibility: hidden; }
body.hover .logo:before { opacity: 1; visibility: visible; background: url(images/logo-clean.png?v=2) no-repeat 0 0; background-size: 126px 94px; width: 126px; height: 94px; }
body.hover .logo:after { display: none; }
body.hover .logo { top: 0; }

.logo,
body.hover .logo,
body.hover .logo:before {
	-webkit-transition: top 0.2s;
			transition: top 0.2s;
}

.nav > ul > li > a + h6,
.nav > ul > li > a + h6 + p,
.nav > ul > li > a + h6 + p + ul { display: none; }

.nav > ul > li > .menu-inner-wrapper h6,
.nav > ul > li > .menu-inner-wrapper h6 + p,
.nav > ul > li > .menu-inner-wrapper h6 + p + ul { display: block; }

.menu-inner-wrapper h6 { padding: 27px 0 11px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; }
.menu-inner-wrapper p { padding-bottom: 15px; font-size: 17px; line-height: 1.2; color: #e1f4ed; }
.menu-inner-wrapper ul { display: block; list-style: none outside none; }
.menu-inner-wrapper ul li { position: relative; display: inline-block; vertical-align: top; padding: 0; width: 23%; margin: 0 0.5% 13px; background: #f6f7f7; text-align: left; overflow: hidden; }
.menu-inner-wrapper ul li:hover { background: #e1f4ed; }

.menu-inner-wrapper ul li > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; font-size: 0; line-height: 0; text-indent: -4004px; opacity: 0; padding: 0; margin: 0; }
.menu-inner-wrapper ul li .nav-image { float: left; width: 30%; height: auto; }
.menu-inner-wrapper ul li .inner-menu-item-wrapper { width: 70%; float: left; padding: 0 10px; box-sizing: border-box; }

.nav li .inner-menu-item-wrapper a { margin: 20px 0 9px 13px; padding-right: 10px; font-family: 'Mark', sans-serif; font-size: 12px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; font-weight: bold; text-transform: uppercase; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }
.inner-menu-item-wrapper p { margin-left: 13px; font-size: 16px; line-height: 1.2; font-weight: 700; color: #0b0d25; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { position: relative; height: 100vh; text-align: center; }

.intro .fullscreener-mobile { display: none; }
.intro img.image-mobile { display: none; }
.intro .shell { position: relative; z-index: 2; height: 100%; display: table; }
.intro .section-inner { display: table-cell; vertical-align: middle; }

.intro-logo { position: relative; top: 20px; margin: 90px 0 66px; opacity: 0; }
.home .intro-logo { margin: -30px 0 66px; }
.intro-logo img { width: 171px; height: auto; }

.intro .entry h1,
.intro .entry p,
.intro .entry a { position: relative; top: 20px; opacity: 0; }

.intro .entry h1 { padding: 0 175px 18px; font-family: 'Mark', sans-serif; font-size: 60px; line-height: 1; color: #c46b34; font-weight: 700; }
.intro .entry p { padding: 0 320px 20px; font-size: 16px; line-height: 1.44; color: #0b0d25; }

.open .intro-logo { top: 0; opacity: 1; }
.open .intro .entry h1,
.open .intro .entry p,
.open .intro .entry a { top: 0; opacity: 1; }

.open .intro-logo {
	-webkit-transition: 0.5s 0.5s;
			transition: 0.5s 0.5s;
}

.intro .entry h1 {
	-webkit-transition: 0.5s 0.6s;
			transition: 0.5s 0.6s;
}

.intro .entry p {
	-webkit-transition: 0.5s 0.9s;
			transition: 0.5s 0.9s;
}

.intro .entry a {
	-webkit-transition: 0.5s 1.2s;
			transition: 0.5s 1.2s;
}

.intro-video { position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 1; display: block; width: 100%; height: 100%; overflow: hidden; }
.intro-video iframe { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; }

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */

.section-logos { background: #0b0d25; text-align: center; }

.home .section-logos { position: absolute; bottom: -30px; left: 0; right: 0; width: 100%; opacity: 0; }
.open.home .section-logos { bottom: 0; opacity: 1;
	-webkit-transition: 0.5s 1.5s;
			transition: 0.5s 1.5s;
}

.section-logos ul { padding: 16px 0 13px; list-style: none outside none; display: inline-block; margin: 0 auto; }
.section-logos li { position: relative; display: inline-block; vertical-align: top; padding: 5px; margin: 0 16px; }
.section-logos li a { display: block; }
.section-logos li a img { height: 33px; width: auto; }
.section-logos li a img.hover-image { position: absolute; top: 0; left: 0; opacity: 0; }

.section-logos li a:hover { opacity: 1; }
.section-logos li a:hover img { opacity: 0.7; }
.section-logos li a:hover img.hover-image { opacity: 0; }

.section-logos-tablet { display: none; }

/* ------------------------------------------------------------ *\
	Section Superfood
\* ------------------------------------------------------------ */

.section-superfood { padding: 50px 0 46px; }
.section-superfood .entry { padding-top: 89px; width: 430px; }

.section-superfood .entry h1,
.section-superfood .entry h6 { font-family: 'Mark', sans-serif; font-weight: 700; }
.section-superfood .entry h1 { padding-bottom: 38px; font-size: 40px; line-height: 1.07; color: #0b0d25; }
.section-superfood .entry h6 { padding-bottom: 23px; font-size: 10px; line-height: 1.2; color: #0c0e25; letter-spacing: 0.1em; text-transform: uppercase; }
.section-superfood .entry .btn-blue { padding: 0 20px; margin-left: 2px; }

.section-superfood .section-image { position: relative; width: auto; margin-right: -30px; }
.section-superfood .section-image img { max-width: 643px; height: auto; }
.section-superfood .sticker { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 76px; height: auto; opacity: 0; }
.section-superfood .sticker:hover { width: 86px; }
.section-superfood .sticker.top.left { top: 69px; left: 159px; right: auto; bottom: auto; }
.section-superfood .sticker.top.left:hover { top: 64px; left: 154px; }
.section-superfood .sticker.top.right { top: 39px; right: 179px; left: auto; bottom: auto; }
.section-superfood .sticker.top.right:hover { top: 34px; right: 174px; }
.section-superfood .sticker.bottom.right { bottom: 139px; right: 157px; left: auto; top: auto; }
.section-superfood .sticker.bottom.right:hover { bottom: 134px; right: 152px; }
.section-superfood .sticker.bottom.left { bottom: 58px; left: 177px; right: auto; top: auto; }
.section-superfood .sticker.bottom.left:hover { bottom: 53px; left: 172px; }

.section-superfood.show .sticker { opacity: 1; }
.section-superfood.show .sticker.top.left {
	-webkit-transition: opacity 0.5s 0.5s, width 0.3s, top 0.3s, left 0.3s;
			transition: opacity 0.5s 0.5s, width 0.3s, top 0.3s, left 0.3s;
}
.section-superfood.show .sticker.top.right {
	-webkit-transition: opacity 0.5s 1s, width 0.3s, top 0.3s, right 0.3s;
			transition: opacity 0.5s 1s, width 0.3s, top 0.3s, right 0.3s;
}
.section-superfood.show .sticker.bottom.right {
	-webkit-transition: opacity 0.5s 1.5s, width 0.3s, bottom 0.3s, right 0.3s;
			transition: opacity 0.5s 1.5s, width 0.3s, bottom 0.3s, right 0.3s;
}
.section-superfood.show .sticker.bottom.left {
	-webkit-transition: opacity 1.5s 2s, width 0.3s, bottom 0.3s, left 0.3s;
			transition: opacity 1.5s 2s, width 0.3s, bottom 0.3s, left 0.3s;
}

.section-superfood-about .sticker.top.left { top: 76px; left: 163px; right: auto; bottom: auto; }
.section-superfood-about .sticker.top.left:hover { top: 71px; left: 158px; }
.section-superfood-about .sticker.top.right { top: 29px; right: 179px; left: auto; bottom: auto; }
.section-superfood-about .sticker.top.right:hover { top: 24px; right: 174px; }
.section-superfood-about .sticker.bottom.right { bottom: 149px; right: 186px; left: auto; top: auto; }
.section-superfood-about .sticker.bottom.right:hover { bottom: 144px; right: 181px; }
.section-superfood-about .sticker.bottom.left { bottom: 63px; left: 176px; right: auto; top: auto; }
.section-superfood-about .sticker.bottom.left:hover { bottom: 58px; left: 171px; }

.section-superfood-about { padding: 20px 0 0; background: #f6f8fa; }
.section-superfood-about .section-image { margin: 0 auto; float: none; width: 643px; }

/* ------------------------------------------------------------ *\
	Section Recipes
\* ------------------------------------------------------------ */

.section-recipes { padding: 57px 0 46px; background: #f6f8fa; text-align: center; opacity: 0; }
.section-recipes-stores ul { padding-top: 20px; }

.section-recipes h3,
.section-recipes h6 { font-family: 'Mark', sans-serif; line-height: 1.2; font-weight: 700; }
.section-recipes h3 { padding-bottom: 25px; font-size: 30px; color: #0b0d25; }
.section-recipes h6 { padding-bottom: 16px; font-size: 10px; color: #0c0e25; letter-spacing: 0.1em; text-transform: uppercase; }

.section-dishes .section-recipes-stores ul.recipes,
.section-recipes ul { padding: 58px 0 54px; list-style: none outside none; text-align: left; overflow: hidden; }
.section-recipes li { float: left; width: 23.5%; margin-left: 2%; }
.section-recipes li:first-child,
.section-recipes li:nth-child(4n+1) { margin-left: 0; }

.recipes-image { position: relative; overflow: hidden; }
.recipes-image img { width: 100%; height: auto; }

.section-recipes .entry { position: relative; padding: 28px 15px 20px 33px; background: #fff; }
.section-recipes .entry h6 { padding-bottom: 13px; color: #c46b34; }
.section-recipes .entry h6 a { color: inherit; }
.section-recipes .entry h6 a:hover { opacity: 1; color: #fff; }
.section-recipes .entry h4 { padding-bottom: 34px; font-size: 19px; line-height: 1.05; color: #0b0d25; font-weight: 700; }
.section-recipes .entry h4 a { color: inherit; }
.section-recipes .entry h4 a:hover { opacity: 1; color: #c46b34; }
.recipes-time { position: relative; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.recipes-time:before { margin-right: 7px; width: 9px; height: 12px; display: inline-block; content: ""; background: url(images/ico-time.png) no-repeat 0 0; background-size: 9px 12px; }

.section-dishes .recipes li:hover .entry,
.section-recipes li:hover .entry { background: #0b0d25; }
.section-dishes .recipes li:hover .entry h4,
.section-recipes li:hover .entry h4 { color: #ffffff; }
.section-dishes .recipes li:hover .recipes-time,
.section-recipes li:hover .recipes-time { color: #fff; }
.section-dishes .recipes li:hover .recipes-time:before,
.section-recipes li:hover .recipes-time:before { background: url(images/ico-time-white.png) no-repeat 0 0; background-size: 9px 12px; }

.section-dishes .recipes li .entry,
.section-dishes .recipes li .entry h6 a,
.section-dishes .recipes li .entry h4 a,
.section-dishes .recipes li .recipes-time,
.section-dishes .recipes li .recipes-time:before,
.section-recipes li .entry,
.section-recipes li .entry h6 a,
.section-recipes li .entry h4 a,
.section-recipes li .recipes-time,
.section-recipes li .recipes-time:before {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

.recipes-comment h2 { padding-bottom: 16px; font-size: 31px; line-height: 1.1; color: #0b0d25; font-weight: 400; }
.recipes-comment p { font-family: 'Mark', sans-serif; font-size: 14px; line-height: 2.14; color: #0b0d25; font-weight: 700; }

.section-recipes li img.recipes-easy-image { display: none; }
.section-recipes li.recipes-easy img.recipes-easy-image { position: absolute; top: -31px; right: 17px; width: 68px; z-index: 50; height: auto; display: block; }

.recipes-foot { padding-bottom: 14px; text-align: center; }
.recipes-foot h6 { padding: 2px 0 23px; font-weight: 700; }
.recipes-foot p { padding-bottom: 22px; font-size: 17px; line-height: 1.24; color: #0b0d25; }
.recipes-foot .btn-blue { padding: 0 18px; }

.section-recipes-consumer { padding: 58px 0 46px; }
.section-recipes-consumer ul { padding-top: 21px; }

.single-crb_recipe #jp-relatedposts { display: none !important; }

/* ------------------------------------------------------------ *\
	Section Mission
\* ------------------------------------------------------------ */

.section-mission { padding: 133px 0 128px; text-align: center; opacity: 0; }

.section-mission .section-logo { margin: 0 auto 47px; width: 97px; height: auto; }
.section-mission h1,
.section-mission h2 { padding-bottom: 39px; font-family: 'Mark', sans-serif; font-size: 50px; line-height: 1; color: #fff; letter-spacing: 0.02em; font-weight: 700; }
.section-mission h1 strong,
.section-mission h2 strong { display: block; font-weight: 700; color: #e1f4ed; }

.background-image-wrapper { position: relative; }
.background-image-wrapper .background-image-holder { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; visibility: visible; z-index: -1; }

.desktop-show { opacity: 1 !important; visibility: visible !important; }
.tablet-show,
.mobile-show { visibility: hidden !important; opacity: 0 !important; }

/* ------------------------------------------------------------ *\
	Store Slider
\* ------------------------------------------------------------ */

.store-slider { padding: 57px 0 59px; background: #fff; }
.store-slider .shell { text-align: center; }

.store-slider .entry,
.store-slider .slider-clip { width: 47%; display: inline-block; vertical-align: top; min-height: 428px; }

.store-slider .entry { margin-right: 2%; text-align: center; background: #f6f8fa; }
.store-slider .section-ico { margin: 58px auto 37px; width: 77px; height: auto; }
.store-slider h3 { padding: 0 85px 34px; font-family: 'Mark', sans-serif; font-size: 25px; line-height: 1.2; color: #0b0e24; letter-spacing: 0.005em; font-weight: 700; }
.store-slider .btn-blue { padding: 0 20px; margin-bottom: 35px; }
.store-slider .btn-blue:hover { background: #0b0d25; opacity: 1; color: #fff; border: 2px solid #0b0d25; }
.store-slider .view-all { display: block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #c56c36; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.store-slider .view-all:hover { opacity: 1; color: #0b0e24; }

.store-slider .slider-clip { position: relative; }
.store-slider .slides { height: 100%; max-height: 428px; }
.store-slider .slide { width: 100%; height: 100%; }

.store-slider .bx-wrapper,
.store-slider .bx-viewport { height: 100% !important; }

.bx-prev,
.bx-next { position: absolute; bottom: 0; right: 0; z-index: 55; width: 48px; height: 51px; display: block; font-size: 0; line-height: 0; text-indent: -4004px; }
.bx-prev { right: 49px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; }
.bx-next { background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; }
.bx-next:before { position: absolute; top: 0; bottom: 0; left: -2px; height: 100%; width: 2px; display: block; content: ""; background: #1d2042; }
.bx-next:hover:before { opacity: 1; }

.store-slider-consumer { padding-bottom: 79px; }

/* ------------------------------------------------------------ *\
	Slider About
\* ------------------------------------------------------------ */

.slider-about { position: relative; padding: 47px 0; background: #ffbc54 url(images/about-fish.png) no-repeat right bottom;; }
.home .slider-about { background: #ffbc54 url(images/about-fish.png) no-repeat right bottom; }

.slider-about h1,
.slider-about h6 { font-family: 'Mark', sans-serif; font-weight: 700; }

.slider-about h1 { padding-bottom: 19px; font-size: 60px; line-height: 1; color: #fff; }
.slider-about h6 { padding-bottom: 35px; font-size: 10px; line-height: 1; letter-spacing: 0.1em; color: #c46b34; text-transform: uppercase; }
.slider-about p { padding-bottom: 40px; font-size: 17px; line-height: 1.35; color: #c46b34; }

/* ------------------------------------------------------------ *\
	Section Facts
\* ------------------------------------------------------------ */

.section-facts { background: #f6f8fa; }
.section-facts .shell { padding: 59px 0 62px; overflow: hidden; }
.section-facts h6 { padding-bottom: 42px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; color: #000; font-weight: 700; text-transform: uppercase; }

.fact-slider { float: left; width: 690px; background: #fff; position: relative; }
.fact-slider .slides { max-height: 414px; list-style: none outside none; }
.fact-slider .slide { position: relative; overflow: hidden; min-height: 370px; max-height: 414px; }
.fact-slider .slide img { max-height: 414px; }
.hide-nav .bx-controls { display: none; }
.fact-entry.fact-height,
.fact-slider { max-height: 414px; }

.section-facts .slide-content { padding: 20px 0 29px; float: left; width: 50%; box-sizing: border-box; }
.section-facts .slide-content .entry { position: relative; padding: 0 36px; }
.section-facts .slide-content h1 { padding-bottom: 30px; font-size: 38px; line-height: 1.13; color: #0b0d25; font-weight: 700; }
.section-facts .slide-content h1 a { color: inherit; }
.section-facts .slide-content h1 a:hover { color: #c46b34; }
.section-facts .slide-content h5 { display: none; padding-bottom: 7px; font-family: 'Mark', sans-serif; font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.section-facts .slide-content p { padding-bottom: 27px; font-size: 15px; line-height: 1.2; color: #576573; }
.section-facts .slide-content .btn-blue { position: absolute; bottom: -20px; left: 36px; padding: 0 27px; }
.section-facts .slide-content-tablet .btn-blue { bottom: 20px; }
.section-facts .slide-content-tablet { display: none; }
.fact-slider .slide-image { width: 50%; float: right; height: 100%; display: block; }

.fact-entry { padding: 0 26px 0 36px; width: 335px; float: right; background: #fff; box-sizing: border-box; }
.fact-entry h6 { padding-top: 20px; }
.fact-entry p { margin-bottom: 50px; overflow: hidden; font-size: 24px; line-height: 1.34; color: #0b0d25; }
.fact-entry p strong { color: #c46b34; font-weight: 400; }

.fact-actions { padding-bottom: 20px; overflow: hidden; }
.fact-actions .btn-blue { float: left; }
.fact-actions .link-twitter { margin: 7px 4px 0 0; float: right; padding-right: 30px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.6; color: #c46b34; letter-spacing: 0.1em; background: url(images/ico-twitter.png) no-repeat right center; background-size: 20px 16px;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.fact-actions .link-twitter:hover { opacity: 1; padding-right: 34px; margin-right: 0; }

.fact-bar { padding: 23px 0 22px; background: #0b0d25; }
.fact-bar h5 { font-family: 'Mark', sans-serif; font-size: 16px; line-height: 1.2; color: #fff; font-weight: 400; text-align: center; }
.fact-bar h5 a { display: block; color: inherit; }
.fact-bar h5 a:hover { opacity: 1; }
.fact-bar h5 em { padding: 0 18px; display: inline-block; background: url(images/arrow-next.png) no-repeat right center; background-size: 5px 8px; }
.fact-bar h5 a:hover em { padding: 0 30px; }
.fact-bar h5 strong { padding-right: 4px; font-weight: 700; color: #d3ede7; }

/* ------------------------------------------------------------ *\
	Section Intro
\* ------------------------------------------------------------ */

.section-intro { position: relative; padding: 168px 0 68px; text-align: center; }
.section-intro .shell { position: relative; z-index: 2; }
.section-intro .entry { padding: 0 150px; text-align: center; }

.section-intro .desktop-wrapper,
.section-intro .tablet-wrapper,
.section-intro .mobile-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover !important; }

.intro-bg { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; display: block; opacity: 0; }
.intro-bg-tablet,
.intro-bg-mobile { display: none; }

.section-intro h1,
.section-intro h6 { font-family: 'Mark', sans-serif; font-weight: 700; }
.section-intro h1 { padding-bottom: 16px; font-size: 60px; line-height: 1; color: #c46b34; }
.section-intro h6 { padding-bottom: 5px; font-size: 10px; line-height: 3.87; color: #0c0e25; letter-spacing: 0.1em; text-transform: uppercase; }

.section-intro p { padding: 0 150px; font-size: 17px; line-height: 1.24; color: #0b0d25; }

.section-intro h1,
.section-intro h6,
.section-intro p,
.section-intro .btn-blue { position: relative; opacity: 0; top: 15px; }

.intro-logo-mobile { display: none; }
.open .section-intro h1,
.open .section-intro h6,
.open .section-intro p,
.open .section-intro .btn-blue { opacity: 1; top: 0; }

.open .section-intro h6 {
	-webkit-transition: 0.4s 0.3s;
			transition: 0.4s 0.3s;
}

.open .section-intro h1 {
	-webkit-transition: 0.4s 0.6s;
			transition: 0.4s 0.6s;
}

.open .section-intro p {
	-webkit-transition: 0.4s 0.9s;
			transition: 0.4s 0.9s;
}

.open .section-intro .btn-blue {
	-webkit-transition: top 0.4s 1.2s, opacity 0.4s 1.2s, border-color 0.5s, color 0.5s;
			transition: top 0.4s 1.2s, opacity 0.4s 1.2s, border-color 0.5s, color 0.5s;
}

.section-intro-about .btn-blue { margin-top: 25px; }

/* ------------------------------------------------------------ *\
	About Health
\* ------------------------------------------------------------ */

.about-health { padding-bottom: 64px; text-align: center; background: #f6f8fa; }
.about-health .ico { margin: 0 auto 24px; }

.about-health .ico.ico-calories { margin-bottom: 26px; }
.about-health .ico.ico-soul { margin-bottom: 31px; }

.about-health h1,
.about-health h4,
.about-health h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0b0d25; }
.about-health h1 { padding-bottom: 19px; font-size: 40px; line-height: 1; }
.about-health h4 { padding-bottom: 12px; font-size: 19px; line-height: 1.2; }
.about-health h6 { padding: 49px 0 26px; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; }

.about-health p { padding: 0 250px 55px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.about-health ul { list-style: none outside none; overflow: hidden; }
.about-health li { float: left; width: 334px; height: 334px; background: #fff; border-radius: 50%; margin-left: 21px; }
.about-health li:first-child { margin-left: 0; }
.about-health li p { padding: 0 40px; font-size: 15px; line-height: 1.2; color: #576573; }

.about-health .disabled { display: none !important; }
.inner-slider-health { opacity: 1; }
.about-inner .entry .btn-blue { margin-bottom: 10px; }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about { padding: 67px 0 71px; text-align: center; }
.section-about h1,
.section-about .entry h2,
.section-about h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0b0d25; }

.section-about h1 { padding-bottom: 17px; font-size: 40px; line-height: 1; }
.section-about h6 { padding-bottom: 14px; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; }
.section-about p { padding: 0 250px 71px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.section-about .about-inner { margin-bottom: 26px; overflow: hidden; text-align: left; }
.section-about .entry { padding: 0 54px; width: 514px; background: #f6f8fa; box-sizing: border-box; }
.section-about .entry h2 { padding-bottom: 44px; font-size: 35px; line-height: 1; letter-spacing: 0.005em; }
.section-about .entry h6 { padding: 39px 0 21px; color: #c46b34; }
.section-about .entry p { padding: 0 0 38px 3px; font-size: 15px; line-height: 1.47; color: #0b0d25; }
.section-about .entry .btn-blue { margin-left: 3px; }

.section-about .about-image { width: 514px; overflow: hidden; }
.section-about .about-image img { width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
	Section Brochures
\* ------------------------------------------------------------ */

.section-brochures { padding: 70px 0 38px; background: #f6f8fa; text-align: center; }

.brochures { overflow: hidden; text-align: left; }
.brochure { width: 334px; float: left; margin: 0 0 42px 21px; }
.brochure:first-child,
.brochure:nth-child(3n+1) { margin-left: 0; }

.brochure-image { width: 100%; height: 336px; overflow: hidden; }
.brochure-image img { width: 100%; height: auto; }

.brochure .entry { background: #fff; padding: 34px 10px 26px 36px; }
.brochure h4 { padding-bottom: 16px; font-family: 'Mark', sans-serif; font-size: 26px; line-height: 1; color: #0b0d25; font-weight: 700; }
.brochure h4 a { color: inherit; }

.brochure h6 { padding: 0 0 20px 4px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; font-weight: 700; }
.brochure p { padding-bottom: 17px; font-size: 15px; line-height: 1.47; color: #576573; font-weight: 400; }
.brochure .entry .btn-blue { margin-left: 2px; padding: 0 31px; margin: 0; }


.section-brochures .btn-blue { margin: 46px auto 34px; padding: 0 20px; }
.brochure:hover .btn-blue { background: #e1f4ed; color: #0b0d25; border: 2px solid #e1f4ed; }
.section-brochures + .section-logos ul { padding: 18px 0 13px; }

.brochure:hover .entry { background: #0b0d25; }
.brochure:hover .entry h4 { color: #fff; }
.brochure:hover .entry h4 a:hover { color: #c46b34; opacity: 1; }
.brochure:hover .entry p { color: #fff; }

/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */

.section-gallery { padding: 74px 0 38px; background: #f6f8fa; text-align: center; }

.gallery-inner { overflow: hidden; text-align: left; }
.gallery-single { width: 334px; display: inline-block; vertical-align: top; margin: 0 0 47px 18px; }
.gallery-single:first-child,
.gallery-single:nth-child(3n+1) { margin-left: 0; }

.gallery-image { width: 100%; overflow: hidden; }
.gallery-image img { display: block; width: 100%; height: auto; }

.gallery-single .entry { background: #fff; padding: 34px 10px 26px 36px; }
.gallery-single h4 { padding-bottom: 21px; max-width: 90%; overflow: hidden; text-overflow: ellipsis; font-family: 'Mark', sans-serif; font-size: 26px; line-height: 1; color: #0b0d25; font-weight: 700; }
.gallery-single h4 a { color: inherit; }

.gallery-single h6 { padding: 0 0 20px 4px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; font-weight: 700; letter-spacing: 0.1em; }
.gallery-single p { padding: 0 0 3px 1px; font-size: 15px; line-height: 1.47; color: #0b0d25; font-weight: 400; }
.gallery-single p a { color: inherit; font-weight: 700; }
.gallery-single p a:hover { color: #c46b34; opacity: 1; }
.gallery-single .entry .btn-blue { margin-left: 2px; padding: 0 31px; margin: 0; }

.gallery-single:hover .entry { background: #0b0d25; }
.gallery-single:hover .entry h4 { color: #fff; }
.gallery-single:hover .entry h4 a:hover { color: #c46b34; opacity: 1; }
.gallery-single:hover .entry p { color: #fff; }

.section-gallery .btn-blue { margin: 24px auto 18px; padding: 0 32px; }

.section-gallery + .section-logos ul { padding: 18px 0 13px; }

/* ------------------------------------------------------------ *\
	Section Nav Tab
\* ------------------------------------------------------------ */

.section-nav-tab { padding: 75px 0 62px; text-align: center; background: #f6f8fa; }
.nav-tab { display: inline-block; margin: 0 auto; }
.nav-tab ul { list-style: none outside none; display: inline-block; text-align: center; }
.nav-tab li { display: inline-block; min-width: 247px; }

.nav-tab li.current-menu-item a { background: #f6f8fa; box-shadow: none; color: #c46b34; box-shadow: 0 -3px 10px -1px rgba(0,0,0,0.1); }
.nav-tab li a { height: 64px; display: block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 64px; color: #0b0d25; font-weight: 700; letter-spacing: 0.1em; background: #ffffff; text-transform: uppercase; }
.nav-tab li a:hover { opacity: 1; background: #f6f8fa; color: #c46b34; box-shadow: 0 -3px 10px -1px rgba(0,0,0,0.1); }

.section-nav-tab-foodservice { padding: 82px 0 36px; }

/* ------------------------------------------------------------ *\
	Section Danger
\* ------------------------------------------------------------ */

.section-danger { padding-bottom: 30px; text-align: center; background: #f6f8fa; }

.section-danger h2 { padding: 0 250px 19px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1.05; color: #0b0d25; font-weight: 700; }
.section-danger p { padding: 0 250px 76px; font-size: 18px; line-height: 1.28; }

.section-danger ul { list-style: none outside none; text-align: left; text-align: center; }
.section-danger li { padding-bottom: 46px; display: inline-block; width: 40%; margin-left: 6%; vertical-align: top; text-align: left; }
.section-danger li:first-child,
.section-danger li:nth-child(2n+1) { margin-left: 0; }

.section-danger .list-ico,
.section-danger .entry { display: inline-block; vertical-align: top; }

.section-danger .list-ico { width: 11%; }
.section-danger .list-ico img { width: 100%; height: auto; }

.section-danger .entry { width: 84%; margin-left: 3%; }
.section-danger .entry h5 { padding-bottom: 14px; font-size: 19px; line-height: 1.26; color: #0b0d25; }
.section-danger .entry p { padding: 0; font-size: 15px; line-height: 1.33; color: #576573; font-weight: 400; }

/* ------------------------------------------------------------ *\
	Purpose Image
\* ------------------------------------------------------------ */

.purpose-image { padding: 130px 0;; text-align: center; }
.purpose-image .logo-inner { height: 97px; width: auto; margin: 0 auto 45px; }
.purpose-image h2 { padding: 0 115px 39px; font-family: 'Mark', sans-serif; font-size: 50px; line-height: 1; letter-spacing: 0.05em; color: #ffffff; }

/* ------------------------------------------------------------ *\
	Section Tide
\* ------------------------------------------------------------ */

.section-tide { padding: 80px 0 57px; text-align: center; background: #ffffff; }

.section-tide h2,
.section-tide h4,
.section-tide h6 { font-family: 'Mark', sans-serif; font-weight: 700; }

.section-tide .section-head { padding-bottom: 56px; }
.section-tide .section-head h2 { padding-bottom: 20px; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-tide .section-head h6 { padding-bottom: 17px; font-size: 10px; line-height: 1; color: #1c1d31; letter-spacing: 0.1em; }
.section-tide .section-head p { padding: 0 300px; font-size: 17px; line-height: 1.24; color: #0b0d25; }

.section-tide .tide-inner { overflow: hidden; margin-bottom: 23px; }
.section-tide .entry { display: table; width: 514px; padding: 0 75px; background: #f6f8fa; box-sizing: border-box; }
.section-tide .entry-inner { display: table-cell; vertical-align: middle; }

.section-tide .entry h4 { padding-bottom: 23px; font-size: 25px; line-height: 1; color: #0b0e24; letter-spacing: 0.005em; }
.section-tide .entry h6 { padding-bottom: 24px; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; }
.section-tide .entry p { font-size: 15px; line-height: 1.47; color: #576573; }

.section-tide .tide-image { width: 514px; overflow: hidden; }
.section-tide .tide-image img { width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
	Section About More
\* ------------------------------------------------------------ */

.section-about-more { padding: 29px 0 30px; background: #ffbc54; }
.section-about-more .shell { overflow: hidden; }
.section-about-more h5 { font-size: 18px; color: #c46b34; font-weight: 400; float: left; }
.section-about-more h5 strong { padding-right: 12px; font-family: 'Mark', sans-serif; font-weight: 700; font-size: 20px; color: #fff; }
.section-about-more a { margin-top: 6px; float: right; }

/* ------------------------------------------------------------ *\
	Section Farming
\* ------------------------------------------------------------ */

.section-farming { padding: 73px 0 63px; text-align: center; background: #f6f8fa; }

.section-farming h2,
.section-farming h4,
.section-farming h6 { font-family: 'Mark', sans-serif; font-weight: 700; }

.section-farming h6 { font-size: 10px; line-height: 1; color: #0b0d25; letter-spacing: 0.1em; }

.section-farming .section-head { padding-bottom: 34px; }
.section-farming .section-head h2 { padding-bottom: 12px; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-farming .section-head h6 { padding-bottom: 25px; }
.section-farming .section-head p { padding: 0 220px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.section-farming .farming { display: inline-block; vertical-align: top; background: #fff; border-radius: 50%; width: 334px; height: 334px; margin: 0 9px; }
.section-farming .farming:first-child { margin-left: 0; }
.section-farming .farming:last-child { margin-right: 0; }
.section-farming .farming h4 { padding: 0 25px 15px; font-size: 19px; line-height: 1.2; color: #0b0d25; }
.section-farming .farming h6 { padding: 39px 0 25px; }
.section-farming .farming p { padding: 2px 60px 0; font-size: 15px; line-height: 1.2; color: #576573 }
.section-farming .farming img { height: 85px; width: auto; margin-bottom: 24px; }

/* ------------------------------------------------------------ *\
	Section Impact
\* ------------------------------------------------------------ */

.section-impact { padding: 80px 0 78px; background: #ffffff; text-align: center; }

.section-impact h2,
.section-impact h6,
.impact-inner h3 { font-family: 'Mark', sans-serif; font-weight: 700; }

.section-impact .section-head { padding-bottom: 34px; }
.section-impact .section-head h2 { padding-bottom: 11px; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-impact .section-head h6 { padding-bottom: 25px; font-size: 10px; line-height: 1; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; }
.section-impact .section-head p { padding: 0 250px 29px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.section-impact .section-socilas { text-align: center; }
.section-impact .section-socilas ul { list-style: none outside none; }
.section-impact .section-socilas li { display: inline-block; vertical-align: top; margin: 0 5px; }
.section-impact .section-socilas li a { color: #0b0d25; font-size: 18px; }
.section-impact .section-socilas li a:hover { opacity: 1; color: #c46b34; }

.section-impact .section-body { overflow: hidden; }
.section-impact .bx-wrapper + p,
.section-impact .section-body + p { font-size: 13px; line-height: 1; color: #576573; padding: 0 15px; }

.impact-inner { width: 246px; float: left; margin: 0 0 47px 20px; background: #f6f8fa; }
.impact-inner:first-child { margin-left: 0; }
.impact-inner h3 { padding-bottom: 24px; font-size: 24px; line-height: 1; }
.impact-inner h4 { padding: 26px 0 20px; font-size: 20px; line-height: 1.2; color: #0b0d25; font-weight: 700; }

.impact-inner .impact-image { margin-bottom: 29px; position: relative; height: 57px; }
.impact-inner .impact-image img { position: absolute; top: 0; left: 0; right: 0; height: 57px; width: auto; margin: 0 auto; opacity: 1; }
.impact-inner .impact-image img.hover-image { height: 57px; width: auto; opacity: 0; }

.impact-points { overflow: hidden; padding: 0 18px 20px; }
.impact-points span { margin: 0 3px 6px; display: block; float: left; width: 15px; height: 15px; border-radius: 50%; background: #d6d7de; }
.impact-points span.alt { background: #0b0d25; }

/*.impact-inner:first-child .impact-points span.alt { background: #e1f4ed; }
.impact-inner:first-child { background: #0b0d25; }
.impact-inner:first-child h3,
.impact-inner:first-child h4,
.impact-inner:first-child p { color: #e1f4ed; }
.impact-inner:first-child .impact-image img { opacity: 0; }
.impact-inner:first-child .impact-image img.hover-image { opacity: 1; }*/

/* ------------------------------------------------------------ *\
	Purpose Fact
\* ------------------------------------------------------------ */

.purpose-fact { padding: 60px 0 59px; background: #f6f8fa; }
.purpose-fact .shell { overflow: hidden; }

.purpose-fact h2,
.purpose-fact h6 { font-family: 'Mark', sans-serif; font-weight: 700; }

.purpose-fact h2 { padding-bottom: 44px; font-size: 35px; line-height: 1; color: #0b0e24; letter-spacing: 0.005em; }
.purpose-fact h6 { padding: 36px 0 23px; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.purpose-fact p { padding-bottom: 22px; font-size: 15px; line-height: 1.47; color: #0b0d25; }

.purpose-about { width: 690px; float: left; background: #fff; }
.purpose-about .entry { padding: 0 30px 0 45px; width: 334px; box-sizing: border-box; }
.purpose-about .btn-blue { margin-bottom: 35px; padding: 0 41px; }
.purpose-about img { width: 356px; height: 100%; }

.purpose-about-slider { position: relative; padding: 0 30px 0 45px; width: 334px; box-sizing: border-box; background: #ffbc54; }
.purpose-about-slider ul { list-style: none outside none; }
.purpose-about-slider h2 { padding-bottom: 35px; color: #fff; }
.purpose-about-slider p { color: #c46b34; }
.purpose-about-slider a.btn-orange { margin-bottom: 35px; }
.no-slider .bx-controls { display: none; }

/* ------------------------------------------------------------ *\
	Section Company
\* ------------------------------------------------------------ */

.section-company { padding-top: 13px; background: #f6f7f7; }

.section-company .section-head { text-align: center; }
.section-company .section-head h2 { padding-bottom: 19px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; font-weight: 700; }
.section-company .section-head p { padding: 0 250px 76px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.company-lists { overflow: hidden; }
.inner-company { float: left; width: 334px; margin-left: 21px; }
.inner-company:first-child { margin-left: 0; }

.inner-company img { width: 100%; height: auto; }
.inner-company .entry { padding: 36px 36px 40px; background: #fff; }

.inner-company h4,
.inner-company h6 { font-family: 'Mark', sans-serif; font-weight: 700; }
.inner-company h4 { padding-bottom: 18px; font-size: 25px; line-height: 1; color: #0b0d25; }
.inner-company h6 { padding-bottom: 20px; font-size: 10px; line-height: 1; color: #c46b34; text-transform: uppercase; letter-spacing: 0.1em; }
.inner-company p { font-size: 15px; line-height: 1.47; color: #0b0d25; }

.company-testimonial { padding: 57px 0 52px; text-align: center; }
.company-testimonial h3 { padding-bottom: 20px; font-size: 31px; line-height: 1.1; color: #0b0d25; font-weight: 400; }
.company-testimonial h3 em { font-style: italic; }
.company-testimonial p { font-family: 'Mark', sans-serif; font-size: 14px; color: #0b0d25; font-weight: 700; }

/* ------------------------------------------------------------ *\
	Company Story
\* ------------------------------------------------------------ */

.company-story { padding: 104px 0 92px; background: #fff; }
.company-story .shell { overflow: hidden; }
.company-story .section-left { width: 300px; }
.company-story .section-right { width: 690px; }

.company-story h2,
.company-story h4,
.company-story h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0c0e25; }

.company-story h2 { padding-bottom: 29px; font-size: 40px; line-height: 1.07; color: #0b0d25; }
.company-story h2 strong { color: #c46b34; }
.company-story h4 { padding: 4px 0 26px; font-size: 25px; line-height: 1.08; letter-spacing: 0.005em; color: #0b0d25; }
.company-story h6 { padding-bottom: 20px; font-size: 10px; letter-spacing: 0.1em; }

.company-story a { padding: 0 24px; }
.company-story p { font-size: 15px; line-height: 1.8; color: #0b0d25; letter-spacing: 0.005em; }

.company-story .section-right .btn-blue { display: none; }

/* ------------------------------------------------------------ *\
	Company Text Slider
\* ------------------------------------------------------------ */

.company-text-slider { position: relative; padding: 120px 0; text-align: center; min-height: 331px; overflow: hidden; }
.company-text-slider .shell { position: relative; z-index: 56; }
.company-text-slider .logo-inner { height: 97px; width: auto; margin: 0 auto 45px; }
.company-text-slider h2 { padding: 3px 14px 39px; font-family: 'Mark', sans-serif; font-size: 50px; line-height: 1; letter-spacing: 0.05em; color: #ffffff; }
.company-text-slider h2 strong { color: #e1f4ed; }

.company-text-slider .bx-viewport,
.company-text-slider .bx-wrapper,
.company-text-slider .slider-clip,
.company-text-slider ul,
.company-text-slider li { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

/* ------------------------------------------------------------ *\
	Company Farms
\* ------------------------------------------------------------ */

.company-farms { padding: 78px 0 80px; background: #fff; }

.company-farms .section-head { padding-bottom: 75px; text-align: center; }

.company-farms .section-head h2,
.company-farms .section-head h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0b0d25; }
.company-farms .section-head h2 { padding-bottom: 8px; font-size: 40px; line-height: 1.2; }
.company-farms .section-head h6 { padding-bottom: 12px; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; text-transform: uppercase; }
.company-farms .section-head p { font-size: 18px; line-height: 1.28; color: #0b0d25; padding: 0 100px; }

.company-farms .company-farm { overflow: hidden; margin-bottom: 21px; }
.company-farms .company-farm .entry { padding: 0 50px; width: 514px; height: 429px; background: #f6f7f7; box-sizing: border-box; }
.company-farms .company-farm .entry-tablet { display: none; }
.company-farms .company-farm h2 { font-family: 'Mark', sans-serif; font-size: 35px; line-height: 1; letter-spacing: 0.005em; font-weight: 700; color: #0b0d25; }
.company-farms .company-farm h6 { padding: 42px 0 19px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: #c46b34; }
.company-farms .company-farm .weather { padding: 67px 0 16px; }
.company-farms .company-farm .ico-weather { margin-right: 6px; display: inline-block; width: 32px; height: 32px; background: url(images/ico-weather.png) no-repeat 0 0; background-size: 32px 32px; }
.company-farms .company-farm .weather span { position: relative; display: inline-block; vertical-align: top; font-family: 'Mark', sans-serif; font-size: 14px; color: #c46b34; letter-spacing: 0.1em; font-weight: 700; }
.company-farms .company-farm p { padding-bottom: 27px; font-size: 15px; line-height: 1.55; }
.company-farms .company-farm .btn-blue { padding: 0 22px; }

.company-farms .company-farm .section-image { position: relative; width: 514px; height: 429px; }
.company-farms .company-farm img,
.company-farms .company-farm .slide img { max-width: 100%; height: auto; }

.company-farms .section-foot { padding-top: 39px; text-align: center; }
.company-farms .section-foot h6 { padding-bottom: 23px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: #0c0e25; }
.company-farms .section-foot p { padding-bottom: 28px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.company-farms .section-foot a.btn-blue { padding: 0 22px; }

.company-farms .section-video { position: relative; padding-bottom: 0; padding-top: 0; height: 0; overflow: hidden; }
.company-farms .section-video iframe { position: absolute; top:0; left: 0; width: 100%; height: 100%; }

.company-farms .video-controls { position: absolute; bottom: 0; left: 0; z-index: 20; background: #0b0d25; overflow: hidden; width: 100%; text-align: left; }
.company-farms .video-controls span { padding: 0 58px; display: block; height: 51px; font-family: 'Mark', sans-serif; line-height: 51px; font-size: 10px; color: #cce5e0; font-weight: 700; letter-spacing: 0.1em; box-sizing: border-box; background: url(images/ico-play-ico.png) no-repeat 17px 15px; background-size: 16px 16px; }
.company-farms .popup-video .play { position: absolute; top: 50%; left: 50%; display: block; height: 78px; width: 78px; background: url(images/ico-play-btn.png) no-repeat center center; cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
     	 -o-transform: translate(-50%, -50%);
        	transform: translate(-50%, -50%);
}

.recipes-image .video-controls { position: absolute; bottom: 0; left: 0; z-index: 20; background: #0b0d25; overflow: hidden; }
.recipes-image .video-controls span { padding: 0 19px; float: left; display: block; height: 51px; font-family: 'Mark', sans-serif; line-height: 51px; font-size: 10px; color: #cce5e0; font-weight: 700; letter-spacing: 0.1em; text-align: center; }
.recipes-image .video-controls .play { position: relative; float: left; display: block; height: 51px; width: 50px; background: url(images/ico-play.png) no-repeat center center; cursor: pointer; }
.recipes-image .video-controls .play:before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; height: 100%; display: block; background: #1d2042; content: ""; }

/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */

.section-team { margin-top: -4px; padding-bottom: 60px; background: #f6f8fa; }
.section-team .section-head { text-align: center; }
.section-team .section-head h2 { padding-bottom: 19px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.section-team .section-head p { padding: 0 250px 57px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.team-members { padding-bottom: 29px; }
.team-member { position: relative; width: 247px; display: inline-block; vertical-align: top; margin: 0 0 42px 15px; }
.team-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; }
.team-member:first-child,
.team-member:nth-child(4n+1) { margin-left: 0; }

.team-member-image { width: 247px; height: 336px; overflow: hidden; }
.team-member-image a { display: block; }
.team-member-image a:hover { opacity: 1; }
.team-member-image img { width: 247px; height: 336px; }

.team-member .entry { padding: 32px 27px 29px; background: #fff; }
.team-member .entry h6 { padding-bottom: 14px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; }
.team-member .entry h3 { padding-left: 2px; font-size: 19px; line-height: 1.05; color: #0b0d25; font-weight: 700; }
.team-member .entry h3 a { color: inherit; }

.section-team .section-foot { text-align: center; }
.section-team .section-foot h6 { padding-bottom: 24px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #0c0e25; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; }
.section-team .section-foot p { padding: 0 320px 28px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.section-team .section-foot .btn-blue { padding: 0 23px; }

.team-member.has-hover:hover .entry { background: #0b0d25; }
.team-member.has-hover:hover .entry h3 { color: #fff; }
.team-member.has-hover:hover .entry h3 a:hover { color: #c46b34; opacity: 1; }

/* ------------------------------------------------------------ *\
	Member Bio
\* ------------------------------------------------------------ */

.member-bio { background: #fff; overflow: hidden; }

.member-bio .section-head { position: relative; padding: 176px 0 72px; background: #f6f8fa; text-align: center; }
.member-bio .section-head:before { position: absolute; top: 100%; left: 0; right: 0; width: 100%; height: 90px; display: block; content: ""; background: #f6f8fa; }
.member-bio .section-head h1 { padding-bottom: 15px; font-size: 45px; line-height: 1.22; color: #0b0d25; font-weight: 700; }
.member-bio .section-head h6 { padding-bottom: 16px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.member-bio .section-head p { padding-bottom: 41px; font-size: 17px; line-height: 1.24; color: #0b0d25; }
.member-bio .section-head .btn-blue { margin: 0 6px; padding: 0 10px; min-width: 85px; width: auto; text-align: center; }
.member-bio .section-head .btn-blue + .btn-blue:after { left: auto; right: 0; }

.member-slider { position: relative; text-align: center; max-height: 593px; overflow: hidden; }
.member-slider .bx-viewport,
.slider-large .bx-viewport { padding: 0 100%; margin-left: -100%; visibility: visible !important; }

.member-slider .slider-clip { width: 1222px; display: inline-block; margin: 0 auto; }
.member-slider .slides { text-align: center; }
.member-slider .slide { position: relative; display: block; text-align: left; margin: 0 auto; }
.member-slider img { position: relative; z-index: 1; height: auto; width: 100%; opacity: 0.2; }
.member-slider span { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-left: 95px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 51px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 33px center; opacity: 0; }
.member-slider .active-slide span { opacity: 1; }
.member-slider .active-slide img { opacity: 1; }

.member-bio-slider .bx-prev,
.slider-large .bx-prev { top: 50%; right: auto; left: 50%; margin-left: -666px; background: url(images/arrow-prev-blue.png) no-repeat 0 0; }
.member-bio-slider .bx-next,
.slider-large .bx-next { top: 50%; right: 50%; margin-right: -666px; background: url(images/arrow-next.png) no-repeat 0 0; }
.member-bio-slider .bx-prev,
.slider-large .bx-prev,
.member-bio-slider .bx-next,
.slider-large .bx-next { top: 50%; width: 24px; height: 40px; margin-top: -16px; background-size: 24px 40px; background-color: none; }
.member-bio-slider .bx-prev:before,
.slider-large .bx-prev:before,
.member-bio-slider .bx-next:before,
.slider-large .bx-next:before { display: none; }

.member-content .shell { overflow: hidden; }
.member-content .section-left { padding: 62px 0 0 5px; width: 420px; }

.member-content .section-left h3 { padding-bottom: 26px; font-family: 'Mark', sans-serif; font-size: 25px; line-height: 1.08; color: #0b0d25; letter-spacing: 0.005em; display: none; }
.member-content .section-left h3 strong { color: #c46b34; }

.member-testimonials { padding-bottom: 71px; }
.member-testimonials h2,
.member-testimonials p { font-family: 'Mark', sans-serif; font-weight: 700; }
.member-testimonials h2 { padding-bottom: 22px; font-size: 40px; line-height: 1.08; color: #0b0d25; }
.member-testimonials p { padding-left: 2px; font-size: 10px; line-height: 1.2; color: #0c0e25; letter-spacing: 0.1em; }

.member-recipes h5 { padding-bottom: 25px; font-size: 15px; line-height: 1.2; letter-spacing: 0.01em; color: #a3a4ad; font-weight: 400; }
.member-recipe { display: inline-block; margin-bottom: 12px; overflow: hidden; background: #f6f7f7; }
.member-recipe-image { float: left; width: 139px; }
.member-recipe-image a { display: block; }
.member-recipe-image img { width: 100%; height: auto; }

.member-recipe .entry { padding: 21px 11px 0 13px; float: left; width: 170px; }
.member-recipe h6 { padding: 0 0 10px 1px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; font-weight: 700; letter-spacing: 0.1em; }
.member-recipe h5 { font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.member-recipe .entry h5 { padding-bottom: 0; }
.member-recipe h5 a { color: inherit; }

.member-bio .section-post { padding-top: 64px; width: 512px; }
.member-bio .section-post .member-recipes { display: none; }
.member-bio .post { padding-bottom: 53px; }
.member-bio .post h3 { padding-bottom: 26px; font-family: 'Mark', sans-serif; font-size: 25px; line-height: 1.08; color: #0b0d25; letter-spacing: 0.005em; }
.member-bio .post p + h3 { padding-top: 3px; }
.member-bio .post p { padding-bottom: 27px; font-size: 15px; line-height: 1.8; letter-spacing: 0.005em; color: #0b0d25; }
.member-bio .post h5 { margin-bottom: -2px; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.8; color: #0b0d25; }
.member-bio .post h3 strong { color: #c46b34; }

.member-bio .nav-single { padding-bottom: 54px; overflow: hidden; }
.member-bio .nav-single a { padding: 0 15px; font-family: 'Mark', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #c46b34; }

.member-bio .nav-single .alignleft a { background: url(images/arrow-prev-orange.png) no-repeat left center; background-size: 5px 8px; }
.member-bio .nav-single .alignright a { background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }

.meet-others { padding: 43px 0 60px; background: #f6f8fa; }
.meet-others .section-head { padding-bottom: 26px; overflow: hidden; }
.meet-others .section-head h2 { font-family: 'Mark', sans-serif; font-size: 40px; color: #0b0d25; float: left; }
.meet-others .link-all { margin-top: 36px; float: right; padding: 0 15px; font-family: 'Mark', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #c46b34; float: right; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }

.meet-others .section-body { overflow: hidden; }
.meet-other { position: relative; overflow: hidden; background: #fff; display: block; float: left; margin-left: 19px; width: 32%; }
.meet-other:first-child { margin-left: 0; }
.meet-other-image { width: 128px; float: left; }
.meet-other > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;  }
.meet-other-image img { width: 100%; height: auto; }

.meet-other .entry { padding: 17px 15px 0 24px; float: left; max-width: 165px; }
.meet-other .entry h6 { padding: 0 0 7px 2px; font-family: 'Mark', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #c46b34; }
.meet-other .entry h3 { font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.meet-other .entry h3 a { color: inherit; }

.meet-other.has-hover:hover { background: #0b0d25; }
.meet-other.has-hover:hover .entry h3 { color: #fff; }

/* ------------------------------------------------------------ *\
	Section Intro Recipes
\* ------------------------------------------------------------ */

.section-intro.section-intro-recipes { padding: 168px 0 98px; }
.section-intro-recipes h1 { padding-bottom: 6px; }
.section-intro-recipes p { padding-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Section Intro Store
\* ------------------------------------------------------------ */

.section-intro.section-intro-store { padding: 168px 0 38px; }
.section-intro-store h1 { padding-bottom: 16px; }
.section-intro-store p { padding-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Recipes Search
\* ------------------------------------------------------------ */

.recipes-search { position: relative; z-index: 55; display: block; height: 1px; width: 100%; }
.recipes-search-inner { position: absolute; top: -47px; left: 0; right: 0; z-index: 15; }
.recipes-search .shell { height: 94px; background: #fff; }

.recipes-search form { height: 94px; }
.recipes-search form div { padding: 37px 28px 37px 38px; overflow: hidden; }
.recipes-search .screen-reader-text,
.recipes-search .searchfield { font-family: 'Argos', serif; font-size: 17px; display: inline-block; vertical-align: top; font-size: 17px; }

.recipes-search .searchfield,
.recipes-search .searchsubmit { background: none; border: 0; }

.recipes-search .screen-reader-text { margin-right: 5px; color: #0b0d25; line-height: 1.2; }
.recipes-search .searchfield { width: 700px; color: #a3a4ad; font-style: italic; letter-spacing: 0.02em; line-height: 1.2; }
.recipes-search .searchsubmit { position: relative; top: -6px; margin: 0 0 0 18px; padding-left: 27px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; letter-spacing: 0.1em; font-weight: 700; background: url(images/ico-search.png) no-repeat left center; background-size: 13px 13px; }
.recipes-search .searchsubmit:hover { color: #c46b34; background: url(images/ico-search-orange.png) no-repeat left center; background-size: 13px 13px; opacity: 1; }

/* ------------------------------------------------------------ *\
	Section Dishes
\* ------------------------------------------------------------ */

.section-dishes .section-recipes { padding-top: 0; }
.section-dishes { padding: 100px 0 0; background: #f6f8fa; }
.section-dishes-filters { padding: 79px 0 0; }
.section-dishes .section-inner { padding-bottom: 27px; }
.section-dishes .section-meta { overflow: hidden; padding-bottom: 33px; }
.section-dishes h1 { float: left; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-dishes .link-all { margin-top: 19px; float: right; padding: 0 9px; font-family: 'Mark', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #c46b34; float: right; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px;
	-webkit-transition: color 0.2s, background-image 0.2s;
			transition: color 0.2s, background-image 0.2s;
}
.section-dishes .link-all:hover { color: #0b0d25; opacity: 1; background: url(images/arrow-next-blue.png) no-repeat right center; background-size: 5px 8px; }

.section-dishes ul.recipes { padding: 0; list-style: none outside none; text-align: left; overflow: hidden; }
.section-dishes .recipes li { display: inline-block; width: 23%; margin: 0 0 33px 2%; vertical-align: top; }
.section-dishes .recipes li:first-child,
.section-dishes .recipes li:nth-child(4n+1) { margin-left: 0; }

.recipes-image { position: relative; overflow: hidden; }
.recipes-image img { width: 100%; height: auto; }

.section-dishes .entry { position: relative; padding: 25px 15px 20px 33px; background: #fff; }
.section-dishes .entry h6 { font-family: 'Mark', sans-serif; padding-bottom: 10px; font-size: 10px; color: #c46b34; letter-spacing: 0.1em; }
.section-dishes .entry h6 a { color: inherit; }
.section-dishes .entry h6 a:hover { opacity: 1; color: #fff; }
.section-dishes .entry h4 { padding-bottom: 34px; font-size: 19px; line-height: 1.05; color: #0b0d25; font-weight: 700; }
.section-dishes .entry h4 a { color: inherit; }
.section-dishes .entry h4 a:hover { opacity: 1; color: #c46b34; }
.recipes-time { padding-bottom: 6px; position: relative; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.recipes-time:before { margin-right: 7px; width: 9px; height: 12px; display: inline-block; content: ""; background: url(images/ico-time.png) no-repeat 0 0; background-size: 9px 12px; }

.recipes-comment h2 { padding-bottom: 16px; font-size: 31px; line-height: 1.1; color: #0b0d25; font-weight: 400; }
.recipes-comment p { font-family: 'Mark', sans-serif; font-size: 14px; line-height: 2.14; color: #0b0d25; font-weight: 700; }

.section-dishes .recipes li.recipes-easy img.recipes-easy-image { position: absolute; top: -38px; right: 17px; width: 68px; z-index: 50; height: auto; display: block; }

.section-dishes .video-controls span { padding: 0 22px; }
.section-dishes .video-controls strong:before { width: 2px; }

.section-dishes .section-footer { padding-bottom: 59px; text-align: center; }
.section-dishes .section-footer h6 { padding-bottom: 23px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: #0c0e25; }
.section-dishes .section-footer p { padding-bottom: 24px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.section-dishes .section-footer a.btn-blue { padding: 0 22px; }

.section-dishes .recipes-blog { position: relative; background: #ffbc54; }
.section-dishes .recipes-blog h6,
.section-dishes .recipes-blog h2 { font-family: 'Mark', sans-serif; }
.section-dishes .recipes-blog h6 { padding: 33px 0 12px 32px; padding-bottom: 10px; font-size: 10px; color: #c46b34; letter-spacing: 0.1em; }
.section-dishes .recipes-blog h2 { padding: 0 10px 0 29px; font-size: 40px; line-height: 1.07; color: #fff; word-wrap: break-word; }
.section-dishes .recipes-blog h2 a { color: inherit; }
.section-dishes .recipes-blog a.btn-orange { position: absolute; bottom: 27px; left: 32px; }

.section-dishes .section-inner { text-align: center; }
.section-dishes .section-inner ul { text-align: left; }
.section-dishes .btn-load-more { margin: 36px auto 10px; padding: 0 34px; }

.section-filters { position: relative; z-index: 100; padding-bottom: 23px; }
.section-filters p { margin-top: 6px; float: left; font-size: 13px; line-height: 1; color: #a3a4ad; letter-spacing: 0.01em; }
.form-filters { position: relative; top: -4px; float: right; }

.form-filters .form-row,
.form-filters .form-actions { display: inline-block; vertical-align: top; }
.form-filters .form-actions { position: relative; top: 2px; }

.form-filters .form-row { position: relative; padding: 4px 10px 5px 7px; margin: 0 22px 0 7px; }
.form-filters .form-row:hover { background: #fff; }
.form-filters .form-row:first-child .sub-menu { width: 150%; }

.form-filters .form-label,
.form-filters .form-controls { display: block; float: left; }
.form-filters .form-label,
.form-filters .select-nav { font-family: 'Mark', sans-serif; font-size: 11px; line-height: 27px; letter-spacing: 0.1em; font-weight: 700; }

.form-filters .form-label { color: #0b0d25; line-height: 27px; }
.form-filters .select-nav { color: #c46b34; background: none; border: 0; }

.form-filters .select-nav ul { list-style: none outside none; }
.form-filters .select-nav ul li { font-family: 'Mark', sans-serif; font-size: 11px; line-height: 27px; letter-spacing: 0.1em; font-weight: 700; }
.form-filters .select-nav ul li a { color: #c46b34; }}
.form-filters .select-nav > ul > li > a { position: relative; }
.form-filters .select-nav li ul { position: absolute; top: 100%; right: 0; left: 0; padding: 5px 0 0; width: 100%; height: auto; background: #fff; border-radius: 0; text-align: center; visibility: hidden; opacity: 0; box-sizing: border-box;
	-webkit-transform: scale(0.8) translate3d(0,-10%,0);
			transform: scale(0.8) translate3d(0,-10%,0);
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

.form-filters .form-row:hover .select-nav li ul { visibility: visible; opacity: 1;
	-webkit-transform: scale(1) translate3d(0,0,0);
			transform: scale(1) translate3d(0,0,0);
}

.form-filters .select-nav li ul a { padding: 5px 10px; display: block; line-height: 1.5; }
.form-filters .select-nav li ul a:hover { background: #c46b34; color: #fff; }
.form-filters .form-controls { padding: 0 15px 0 5px; background: url(images/arrow-down-orange.png) no-repeat right 9px; background-size: 8px 5px; }

.form-filters .form-row:hover .form-controls { background: url(images/arrow-top-orange.png) no-repeat right 9px; background-size: 8px 5px; }

.form-filters .form-btn { font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; letter-spacing: 0.1em; color: #0b0d25; font-weight: 700; background: none; border: 0; }

.filters-mobile,
.form-filters-mobile { display: none; }

/* ------------------------------------------------------------ *\
	Recipe Title
\* ------------------------------------------------------------ */

.recipe-title { padding-top: 170px; background: #f6f8fa; }
.recipe-title .shell { width: 1225px; text-align: center; }
.recipe-title .entry { position: relative; text-align: center; display: inline-block; margin: 0 auto; }
.recipe-title h1 { padding-bottom: 27px; font-size: 45px; line-height: 1.02; color: #0b0d25; font-weight: 700; }
.recipe-title h6 { padding-bottom: 13px; font-family: 'Mark', sans-serif; font-size: 10px; color: #c46b34; letter-spacing: 0.1em; }
.recipe-title img.batch { position: absolute !important; top: -10px !important; right: -95px; width: 68px; height: auto; }

.recipe-title ul { list-style: none outside none; overflow: hidden; display: inline-block; margin: 0 auto; }
.recipe-title li { float: left; padding: 0 14px; }

.recipe-title li .ico-time,
.recipe-title li .ico-user { position: relative; top: 2px; margin-right: 4px; display: inline-block; }
.recipe-title li .ico-time { width: 15px; height: 17px; background: url(images/ico-time-new-orange.png) no-repeat 0 0; background-size: 15px 17px; }
.recipe-title li .ico-user { width: 16px; height: 16px; background: url(images/ico-user-new.png) no-repeat 0 0; background-size: 16px 16px; }
.recipe-title li span { font-family: 'Mark', sans-serif; font-size: 15px; color: #c46b34; font-weight: 700; }

.recipe-title-detail { position: relative; }
.recipe-title-detail .entry { padding-bottom: 58px; }

.recipe-title-detail .ico-center,
.recipe-title-detail .ico-right { position: absolute; bottom: 104px; left: 50%; width: auto; height: auto; }
.recipe-title-detail .ico-center { margin-left: -60px; }
.recipe-title-detail .ico-right { margin-left: 230px; }
.recipe-title-detail .ico-center img,
.recipe-title-detail .ico-right img { max-height: 40px; width: auto; }
.recipe-title-detail h1 a { display: block; color: inherit; }

.recipe-meta { padding: 17px 62px 19px 57px; background: #fff; text-align: left; }
.recipe-meta ul { float: left; }
.recipe-meta li { margin: 7px 0 0 48px; }
.recipe-meta li:first-child { margin: 0; }

.recipe-meta .recipe-ico,
.recipe-meta p,
.recipe-meta .recipe-avatar { display: inline-block; vertical-align: top; }

.recipe-meta p { font-family: 'Mark', sans-serif; font-size: 10px; color: #0b0d25; letter-spacing: 0.1em; font-weight: 700; }
.recipe-meta p a,
.recipe-meta p strong { display: block; font-size: 15px; }
.recipe-meta p a { display: inline-block; color: #c46b34; padding-right: 10px; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }

.recipe-title .recipe-ico { margin-right: 14px; height: 40px; width: auto; }
.recipe-title .recipe-ico img { height: 40px; width: auto; }
.recipe-title .recipe-avatar { margin-right: 19px; width: 53px; }
.recipe-title .recipe-avatar img { width: 100%; height: auto; border-radius: 50%; }
.recipe-title .recipe-avatar + p { padding-top: 8px; }

.recipe-socials { float: right; }
.recipe-socials li { margin: 0; padding: 11px 0 0 13px; }
.recipe-socials li a { font-size: 18px; color: #0b0d25; }
.recipe-socials li a:hover { color: #c46b34; opacity: 1; }

.recipe-slider { position: relative; text-align: center; max-height: 100%; overflow: hidden; }
.recipe-slider .slider-clip { width: 1222px; display: inline-block; margin: 0 auto; }
.recipe-slider .slides { text-align: center; }
.recipe-slider .slide { position: relative; display: inline-block; text-align: left; margin: 0 auto; }
.recipe-slider img { position: relative; z-index: 1; height: auto; width: 100%; }
.recipe-slider span { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-left: 95px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 51px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 33px center; opacity: 0; }
.recipe-slider .active-slide span { opacity: 1; }
.member-bio-slider .bx-wrapper,
.slider-large .bx-wrapper { position: relative; }
.member-bio-slider,
.slider-large { background: rgba(11,13,37,1); }
.single .slider-large { background: rgba(11,13,37,0); }

.member-bio-slider .bx-wrapper:before,
.slider-large .bx-wrapper:before,
.member-bio-slider .bx-wrapper:after,
.slider-large .bx-wrapper:after { position: absolute; top: 0; bottom: 0; z-index: 2; width: 100%; height: auto; display: block; background: rgba(11,13,37,0.5); content: ""; }
.member-bio-slider.slider-large,
.recipe-slider.slider-large { overflow: hidden; }

.member-bio-slider .bx-wrapper:before,
.slider-large .bx-wrapper:before { right: 100%; }
.member-bio-slider .bx-wrapper:after,
.slider-large .bx-wrapper:after { left: 100%; }

.recipe-slider.slider-large .bx-next,
.recipe-slider.slider-large .bx-prev { margin-top: -21px; }

/* ------------------------------------------------------------ *\
	Recipe Content
\* ------------------------------------------------------------ */

.recipe-content { padding: 58px 0 0; }
.recipe-content .shell { width: 1165px; }

.section-ingredients { float: left; width: 424px; }
.section-ingredient { padding: 31px 20px 0 20px; box-sizing: border-box; background: #f6f8fa; }
.section-ingredients h3 { margin: 0 0 26px -3px; font-size: 25px; line-height: 1.08; font-weight: 700; letter-spacing: 0.005em; color: #0b0d25; background: url(images/ico-book.png) no-repeat right center; background-size: 23px 21px; }

.ingredient h6 { padding-bottom: 3px; font-family: 'Mark', sans-serif; font-size: 10px; color: #0b0d25; letter-spacing: 0.1em; border-bottom: 2px solid #494a4b; }
.ingredient ul { padding: 9px 0 22px; list-style: none outside none; }
.ingredient li { overflow: hidden; padding: 5px 0 9px; }
.ingredient li strong { padding-top: 0; width: 130px; float: left; font-family: 'Mark', sans-serif; text-align: right; font-size: 15px; line-height: 1.2; color: #0b0d25; }
.ingredient li span { width: 247px; float: right; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.2; color: #0b0d25; }

.recipe-content .section-post { float: right; width: 685px; }
.recipe-content .post h2 { padding-bottom: 16px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; font-weight: 700; }
.recipe-content .post p { padding-bottom: 43px; font-size: 19px; line-height: 1.42; color: #0b0d25; }
.recipe-content .post ol { list-style: none outside none; }
.recipe-content .post li { padding-bottom: 30px; font-size: 15px; line-height: 1.8; letter-spacing: 0.005em; color: #0b0d25; }
.recipe-content .post li strong { padding-bottom: 4px; display: block; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.2; color: #0b0d25; letter-spacing: 0; font-weight: 700; }
.section-post iframe { max-width: 100%; }

.recipe-content .post-foot { padding: 47px 0 0; overflow: hidden; }
.recipe-content .post-suggested { padding: 0 76px 0 33px; width: 327px; float: left; background: #f6f8fa; box-sizing: border-box; }
.recipe-content .post-suggested h6 { padding: 27px 0 16px; font-family: 'Mark', sans-serif; font-size: 10px; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; }
.recipe-content .post-suggested ul { list-style: none outside none; }
.recipe-content .post-suggested li { padding-bottom: 13px; }
.recipe-content .post-suggested li img { position: relative; height: auto; max-width: 50px; }
.recipe-content .post-suggested li img.ico-potato { top: 3px; width: 47px; }
.recipe-content .post-suggested li img.ico-sprouts { top: -8px; width: 50px; }
.recipe-content .post-suggested li img.ico-soup { top: -9px; width: 40px; }
.recipe-content .post-suggested li:last-child { padding-bottom: 27px; }
.recipe-content .post-suggested li h5 { display: inline-block; margin-left: 36px; font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; vertical-align: middle; }
.recipe-content .post-suggested li h5 a { color: inherit; }

.recipe-content .post-chef-tip { padding: 0 30px 0 30px; width: 340px; float: right; background: #e6f8f4 url(images/widget_blue.png) no-repeat right bottom; box-sizing: border-box; }
.recipe-content .post-chef-tip h2,
.recipe-content .post-chef-tip h6 { font-family: 'Mark', sans-serif; color: #0b0d25; }
.recipe-content .post-chef-tip h6 { padding: 27px 2px 20px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.recipe-content .post-chef-tip h2 { font-size: 35px; padding-bottom: 45px; }
.recipe-content .post-chef-tip h2 a { color: inherit; }

.recipe-content p.breadcrumbs { padding: 55px 0 0; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #c87848; letter-spacing: 0.1em; text-transform: uppercase; }
.recipe-content p.breadcrumbs a { color: #6d7884; font-weight: 700; }
.recipe-content p.breadcrumbs a:after { padding: 0 5px 0 10px; content: ">"; }
.recipe-content p.breadcrumbs span { color: #c87848; }

.section-ingredients.fixed { position: fixed; top: 89px; left: 50%; margin-left: -582px; }
.section-ingredients.absolute { position: absolute; bottom: -46px; left: 50%; margin-left: -582px; }
.recipe-content .shell { position: relative; }

.post-tags { padding-top: 31px; }
.post-tags a { margin: 0 1px 1px 0; display: inline-block; vertical-align: top; padding: 0 7px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 20px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; background: #6d7884; }
.post-tags a:hover { background: #c46b34; }

.recipe-content + .more-recipe { margin-top: 50px; }

.recipe-content .post > p > img { opacity: 0; }
.recipe-content .post > p > img.visible { opacity: 1; }

/* ------------------------------------------------------------ *\
	More Recipe
\* ------------------------------------------------------------ */

.more-recipe { padding: 58px 0 78px; background: #f6f7f7; text-align: center; }

.more-recipe h1 { padding-bottom: 52px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.more-recipe ul { list-style: none outside none; text-align: center; }
.more-recipe li { margin-left: 5px; display: inline-block; vertical-align: top; overflow: hidden; background: #fff; text-align: left; max-height: 135px; overflow: hidden; }

.more-recipe-image { float: left; width: 134px; }
.more-recipe-image a { display: block; }
.more-recipe-image a:hover { opacity: 1; }
.more-recipe-image img { width: 100%; height: auto; }

.more-recipe .entry { float: left; width: 207px; padding: 19px 5px 0 23px; box-sizing: border-box; text-align: left; }
.more-recipe .entry h6 { padding-bottom: 9px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.more-recipe .entry p { font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.more-recipe .entry p a { color: inherit; }

.more-recipe .section-foot { padding: 52px 0 0; }
.more-recipe .section-foot h6 { padding-bottom: 22px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #0c0e25; letter-spacing: 0.1em; text-transform: uppercase; }
.more-recipe .section-foot p { padding-bottom: 28px; font-size: 17px; line-height: 1.23; color: #0b0d25; font-weight: 400; }

.more-recipe li:hover { background: #0b0d25; }
.more-recipe li:hover .entry p a { color: #ffffff; }
.more-recipe li:hover .entry p a:hover { opacity: 1; }

/* ------------------------------------------------------------ *\
	Section Chefs Slider
\* ------------------------------------------------------------ */

.section-chefs-slider { background: #f6f8fa; }
.section-chefs-slider .section-head { text-align: center; }

.section-chefs-slider .section-head h2,
.section-chefs-slider .section-head h6 { font-family: 'Mark', sans-serif; color: #0b0e24; line-height: 1.2; }
.section-chefs-slider .section-head h6 { padding: 2px 0 13px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.section-chefs-slider .section-head h2 { padding-bottom: 8px; font-size: 40px; }
.section-chefs-slider .section-head p { padding-bottom: 53px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.chefs-slider { position: relative; text-align: center; overflow: hidden; max-height: 585px; }
.chefs-slider .slider-clip { width: 1222px; display: inline-block; margin: 0 auto; }
.chefs-slider .slides { text-align: center; }
.chefs-slider .slide { position: relative; display: inline-block; text-align: left; margin: 0 auto; }
.chefs-slider img { position: relative; z-index: 1; height: auto; width: 100%; opacity: 0.3; }
.chefs-slider span { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-left: 95px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 51px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 33px center; opacity: 0; }
.chefs-slider .active-slide span { opacity: 1; }
.chefs-slider .active-slide img { opacity: 1; }
.chefs-slider .bx-viewport { background: #0b0e24; }

/* ------------------------------------------------------------ *\
	Chefs Testimonials
\* ------------------------------------------------------------ */

.chefs-testimonials { padding: 60px 0 65px; text-align: center; }
.chefs-testimonials .avatar { height: 53px; width: auto; border-radius: 50%; margin-bottom: 24px; }
.chefs-testimonials h3 { padding-bottom: 34px; font-size: 31px; line-height: 1.1; color: #0b0d25; font-weight: 400; }
.chefs-testimonials h3 em { font-style: italic; }
.chefs-testimonials p { font-family: 'Mark', sans-serif; font-size: 14px; line-height: 1.2; color: #c46b34; font-weight: 700; }

/* ------------------------------------------------------------ *\
	Section Chefs Sign
\* ------------------------------------------------------------ */

.section-chefs-sign { padding: 34px 0 29px; background: #ffbc54; }
.section-chefs-sign .shell { overflow: hidden; }
.section-chefs-sign h5 { font-size: 15px; color: #c46b34; font-weight: 400; float: left; }
.section-chefs-sign h5 strong { padding-right: 9px; font-family: 'Mark', sans-serif; font-weight: 700; font-size: 18px; color: #fff; }
.section-chefs-sign a { margin-top: 1px; float: right; padding: 0 37px; }

.section-chefs-sign-alt { padding-top: 30px; }
.section-chefs-sign-alt h5 { font-size: 18px; }
.section-chefs-sign-alt h5 strong { font-size: 20px; }
.section-chefs-sign-alt a { position: relative; top: 4px; padding: 0 24px; }

/* ------------------------------------------------------------ *\
	Seafood Solutions
\* ------------------------------------------------------------ */

.seafood-solutions { padding: 63px 0 0; text-align: center; background: #f6f8fa; }
.seafood-solutions h2,
.seafood-solutions h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0b0d25; }
.seafood-solutions h2 { padding-bottom: 20px; font-size: 40px; line-height: 1; }
.seafood-solutions h6 { padding-bottom: 14px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.seafood-solutions p { padding-bottom: 62px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.seafood-solutions ul { list-style: none outside none; overflow: hidden; overflow: hidden; text-align: left; }
.seafood-solutions li { margin: 0 0 20px 20px; padding: 25px 23px 25px 44px; width: 333px; float: left; background: #fff; text-align: left; box-sizing: border-box; min-height: 112px; }
.seafood-solutions li:first-child,
.seafood-solutions li:nth-child(3n+1) { margin-left: 0; }
.seafood-solutions .list-image { margin-right: 33px; float: left; height: 51px; width: auto; }
.seafood-solutions .list-image img { width: auto; height: 100%; }
.seafood-solutions .entry { width: 160px; float: left; }
.seafood-solutions .entry h6 { padding-bottom: 0; margin: 0 0 6px; color: #c46b34; overflow: hidden; max-height: 18px; }
.seafood-solutions .entry p { padding: 0; font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.seafood-solutions .entry a { color: inherit; }

.seafood-solutions .section-foot { padding: 30px 0 58px; }
.seafood-solutions .section-foot h6 { padding: 0 0 23px; }
.seafood-solutions .section-foot p { padding: 0 0 26px; font-size: 17px; line-height: 1.23; color: #0b0d25; }

.seafood-solutions .mobile-slider { display: none; }

/* ------------------------------------------------------------ *\
	Chefs Providers
\* ------------------------------------------------------------ */

.chefs-providers { padding: 101px 0 70px; background: #fff; }
.chefs-provider { margin-bottom: 21px; overflow: hidden; }

.chefs-provider .entry { padding: 0 46px 0 47px; width: 514px; background: #f6f8fa; box-sizing: border-box; }

.chefs-provider .entry h6,
.chefs-provider .entry h2 { font-family: 'Mark', sans-serif; font-weight: 700; letter-spacing: 0.005em; }
.chefs-provider .entry h6 { padding: 42px 0 19px 3px; font-size: 10px; line-height: 1.2; color: #c46b34; text-transform: uppercase; }
.chefs-provider .entry h2 { padding-bottom: 50px; font-size: 35px; line-height: 1; color: #0b0d25; }
.chefs-provider .entry h2 a { color: inherit; }

.chefs-provider .entry ul { padding-bottom: 33px; list-style: none outside none; }
.chefs-provider .entry li { margin-right: 21px; display: inline-block; vertical-align: top; }
.chefs-provider .entry li img { height: 37px; width: auto; }
.chefs-provider .entry p { padding: 0 0 28px 4px; font-size: 15px; line-height: 1.47; color: #0b0d25; }

.chefs-provider .section-actions .btn-blue { padding: 0 22px; }
.chefs-provider .section-actions .link-download { margin: 2px 0 0 28px; font-family: 'Mark', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: 0.1em; color: #0b0d25; text-transform: uppercase; }
.chefs-provider .section-actions .link-download:hover { color: #c46b34; opacity: 1; }

.chefs-provider .section-image { width: 514px; overflow: hidden; }
.chefs-provider .section-image img { width: 100%; height: auto; }

.chefs-providers-foodservice { padding-bottom: 60px; background: #f6f8fa; }
.chefs-providers-foodservice .chefs-provider .entry h6 { letter-spacing: 0.1em; }
.chefs-providers-foodservice .chefs-provider .entry { background: #fff; }
.chefs-providers-foodservice .chefs-provider .entry h2 { padding-bottom: 40px; }
.chefs-providers-foodservice .chefs-provider .entry ul { padding-bottom: 23px; }

.chefs-providers.switch-sections .chefs-provider { display: block; }
.chefs-providers.switch-sections .chefs-provider-mobile { display: none; }

/* ------------------------------------------------------------ *\
	Chefs Partners
\* ------------------------------------------------------------ */

.chefs-partners { padding: 76px 0 67px; }
.chefs-partners .shell { overflow: hidden; }

.chefs-partners .entry { max-width: 100%; float: none; overflow: hidden; }
.chefs-partners .entry h2,
.chefs-partners .entry h6 { font-family: 'Mark', sans-serif; font-weight: 700; color: #0b0d25; }
.chefs-partners .entry h2 { margin-left: -1px; padding-bottom: 20px; font-size: 35px; line-height: 1; letter-spacing: 0.005em; }
.chefs-partners .entry p { padding-bottom: 17px; }
.chefs-partners .entry h6 { padding-left: 1px; padding-bottom: 20px; font-size: 10px; letter-spacing: 0.1em; }
.chefs-partners .entry .btn-blue { padding: 0 24px; }

.chefs-partners-logos { display: block; width: 100%; padding: 33px 0 0 0; float: none; }
.chefs-partners-logos ul { list-style: none outside none; overflow: hidden; text-align: center; }
.chefs-partners-logos li { float: none; display: inline-block; vertical-align: middle; margin: 0 30px 15px; }
.chefs-partners-logos li a { display: block; }
.chefs-partners-logos li img { max-height: 50px; height: auto; }

.chefs-partners .entry-left { width: 47%; }
.chefs-partners .entry-right { width: 47%; }

/* ------------------------------------------------------------ *\
	Section Retailers
\* ------------------------------------------------------------ */

.section-retailers { padding-top: 46px; padding-bottom: 32px; background: #f6f8fa; text-align: center; }
.section-retailers img.ico-retailers { height: 57px; width: auto; margin-bottom: 31px; }
.section-retailers h2 { padding-bottom: 19px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-retailers p { font-size: 18px; line-height: 1.28; color: #0b0d25; }
.section-retailers .retailer-post h2 { padding-bottom: 70px; }

.retailers { padding: 55px 0 0; text-align: left; overflow: hidden; width: 779px; margin: 0 auto; }
.retailer { width: 247px; float: left; margin: 0 0 41px 19px; background: #fff; }
.retailer:first-child,
.retailer:nth-child(3n+1) { margin-left: 0; }
.retailer-image { overflow: hidden; }
.retailer-image img { width: 100%; height: auto; }

.retailer .entry { padding: 25px 23px 0; background: #fff; }
.retailer .entry h4,
.retailer .entry h6 { font-family: 'Mark', sans-serif; }
.retailer .entry h6 { padding-bottom: 9px; font-size: 10px; color: #a6aaad; letter-spacing: 0.1em; }
.retailer .entry h4 { font-size: 25px; line-height: 1; color: #0b0d25; padding-bottom: 45px; }
.retailer .entry h4 a { display: block; color: inherit; }

.retailer-post { position: relative; padding: 0 23px; background: #fdbc54; box-sizing: border-box; }

.retailer-post h2,
.retailer-post h6 { font-family: 'Mark', sans-serif; }
.retailer-post h6 { padding: 27px 0 29px 3px; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; }
.retailer-post h2 { font-size: 40px; line-height: 1.07; color: #fff; }
.retailer-post h2 a { color: inherit; }
.retailer-post .btn-orange { position: absolute; bottom: 24px; left: 32px; padding: 0 32px; }

/*.retailer:hover .entry { background: #0b0d25; }
.retailer:hover .entry h4 { color: #fff; }
.retailer:hover .entry h4 a:hover { color: #c46b34; opacity: 1; }*/

.section-retailers .section-foot { padding: 19px 0 30px; }
.section-retailers .section-foot h6 { padding-bottom: 24px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #0c0e25; letter-spacing: 0.1em; }
.section-retailers .section-foot p { padding-bottom: 28px; font-size: 17px; line-height: 1.23; color: #0c0e25; }
.section-retailers .section-foot a.btn-blue { padding: 0 40px; }
.section-retailers .entry-head small { font-family: 'Mark', sans-serif; font-weight: 700; padding-bottom: 25px; font-size: 10px; line-height: 1; color: #0b0d25; letter-spacing: 0.1em; }

.section-retailers-consumer { padding: 33px 0 62px; background: #f6f8fa; }
.section-retailers-consumer .entry { padding-bottom: 13px; }
.section-retailers-consumer .retailer h4 { padding-bottom: 14px; }
.section-retailers-consumer .link-consumer { font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; font-weight: 700; }
.section-retailers-consumer .link-consumer:hover { opacity: 1; color: #0c0e25; }
.section-retailers-consumer .entry-head { position: relative; overflow: hidden; }
.section-retailers-consumer .entry p { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 15px; line-height: 1; font-family: 'Mark', sans-serif; color: #576573; opacity: 0; visibility: hidden; }
.section-retailers-consumer .entry-head a { color: #c46b34; }
.section-retailers-consumer .entry-head:hover h6,
.section-retailers-consumer .entry-head:hover h4 { opacity: 0; visibility: hidden; }
.section-retailers-consumer .entry-head:hover p { opacity: 1 !important; visibility: visible; }

.section-retailers-consumer .entry-head h6,
.section-retailers-consumer .entry-head h4 { opacity: 1; visibility: visible; }
.section-retailers-consumer .entry-head p { opacity: 0 !important; visibility: hidden; }

.section-retailers-consumer .entry-head h6,
.section-retailers-consumer .entry-head h4,
.section-retailers-consumer .entry-head p {
	-webkit-transition: all 0.4s !important;
			transition: all 0.4s !important;
}

.section-retailers-consumer .entry-head--nocontent:hover h6,
.section-retailers-consumer .entry-head--nocontent:hover h4 { opacity: 1; visibility: visible; }
.section-retailers-consumer .entry-head--noceontent:hover p { opacity: 0 !important; visibility: hidden; }

/* ------------------------------------------------------------ *\
	Section Foodservice
\* ------------------------------------------------------------ */

.section-foodservice { padding-top: 46px; background: #f6f8fa; }

.section-foodservice iframe { width: 100%; margin-top: 40px; }

.section-foodservice .section-head { text-align: center; padding-bottom: 50px; }
.section-foodservice .section-head img { height: 55px; width: auto; margin: 0 auto 30px; }
.section-foodservice .section-head h2 { padding-bottom: 19px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.section-foodservice .section-head p { padding-bottom: 34px; font-size: 18px; line-height: 1.28; color: #0b0d25; }
.section-foodservice .section-head .btn-blue { padding: 0 29px; }

.section-foodservice .section-body { padding-bottom: 51px; max-width: 780px; margin: 0 auto; }
.section-foodservice .section-body ul { list-style: none outside none; overflow: hidden; }

.foodservice { float: left; width: 247px; margin: 0 0 29px 19px; }
.foodservice:nth-child(3n+1),
.foodservice:first-child { margin-left: 0; }

.foodservice-image { width: 100%; overflow: hidden; }
.foodservice-image img { width: 100%; height: auto; }
.foodservice .entry { padding: 0 10px 0 27px; background: #fff; box-sizing: border-box; }

.foodservice.foodservice-post h2,
.foodservice .entry h4,
.foodservice .entry h6,
.foodservice.foodservice-post h6,
.retailer .entry p,
.foodservice .entry p { font-family: 'Mark', sans-serif; font-weight: 700; }

.foodservice .entry h4 { padding-bottom: 45px; font-size: 25px; line-height: 1; color: #0b0d25; }
.foodservice .entry h4 a { color: inherit; }
.foodservice .entry h6 { padding: 29px 0 14px 1px; font-size: 10px; line-height: 1; color: #a6aaad; letter-spacing: 0.1em; text-transform: uppercase; }
.retailer .entry p,
.foodservice .entry p { padding-bottom: 25px; font-size: 10px; line-height: 1; color: #0b0d25; letter-spacing: 0.1em; }

.foodservice.foodservice-post { position: relative; background: #ffbc54; box-sizing: border-box; }
.foodservice.foodservice-post h2 { padding: 0 10px 0 29px; font-size: 40px; line-height: 1.07; color: #fff; }
.foodservice.foodservice-post h2 a { color: inherit; }
.foodservice.foodservice-post h6 { padding: 37px 0 25px 32px; font-size: 10px; line-height: 1; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.foodservice.foodservice-post .btn-orange { position: absolute; bottom: 27px; left: 32px; padding: 0 21px; }

/*
.foodservice:hover .entry { background: #0b0d25; }
.foodservice:hover .entry p { color: #fff; }
.foodservice:hover .entry h4 { color: #fff; }
.foodservice:hover .entry h4 a:hover { color: #c46b34; opacity: 1; }*/

/* ------------------------------------------------------------ *\
	Foodservice Stories
\* ------------------------------------------------------------ */

.foodservice-stories { padding: 60px 0 0; background: #fff; }
.foodservice-stories .section-head { text-align: center; }

.foodservice-stories .section-head h2,
.foodservice-stories .entry h3,
.foodservice-stories .section-head h6,
.foodservice-stories .nav-utilities li a,
.foodservice-stories .slider-entry p { font-family: 'Mark', sans-serif; font-weight: 700; line-height: 1.2; }
.foodservice-stories .slider-entry p { padding: 0 80px 20px 0; }

.foodservice-stories .section-head h2 { padding-bottom: 20px; font-size: 40px; line-height: 1; color: #0b0d25; }
.foodservice-stories .section-head h6 { padding-bottom: 18px; font-size: 10px; line-height: 1; color: #393b4a; letter-spacing: 0.1em; text-transform: uppercase; }
.foodservice-stories .section-head p { padding-bottom: 56px; font-size: 18px; line-height: 1.28; color: #0b0d25; }

.foodservice-stories .section-actions { padding-bottom: 39px; text-align: center; }
.foodservice-stories .nav-utilities { text-align: center; }
.foodservice-stories .nav-utilities ul { text-align: center; list-style: none outside none; }
.foodservice-stories .nav-utilities li { display: inline-block; vertical-align: top; margin: 0 auto; }
.foodservice-stories .nav-utilities li a { padding: 0 27px; font-size: 11px; line-height: 25px; letter-spacing: 0.1em; color: #c6703c; border: 2px solid #fff; display: block; }
.foodservice-stories .nav-utilities li:hover a,
.foodservice-stories .nav-utilities li.current-menu-item a { color: #0b0d25; border: 2px solid #0b0d25; opacity: 1; }

.foodservice-stories .section-body { overflow: hidden; }
.foodservice-stories .entry { padding: 39px 10px 34px 43px; float: left; background: #f7f8fa; width: 693px; box-sizing: border-box; max-height: 463px; overflow: hidden; }
.foodservice-stories .entry h3 { padding-bottom: 28px; font-size: 25px; line-height: 1.28; color: #0b0d25; }
.foodservice-stories .entry p { font-size: 15px; line-height: 1.64; color: #0b0d25; }
.foodservice-stories .entry p strong { font-family: 'Mark', sans-serif; font-weight: 700; font-weight: 700; }
.foodservice-stories .entry ul { padding: 27px 0 94px; }
.foodservice-stories .entry li { font-size: 15px; line-height: 1.8; color: #0b0d25; letter-spacing: 0.005em; }
.foodservice-stories .entry .btn-blue { padding: 0 27px; font-weight: 700; }

.foodservice-stories .section-slider { position: relative; width: 335px; float: right; background: #f6f8fa; }
.foodservice-stories .slide-image { width: 335px; }
.foodservice-stories .slide-image img { width: 100%; height: auto; }
.foodservice-stories .slider-entry { padding: 21px 30px 1px 36px; }
.foodservice-stories .slider-entry h4 { padding-bottom: 16px; font-size: 20px; line-height: 1.3; color: #0b0d25; font-weight: 400; }
.foodservice-stories .slider-entry h4 em { font-style: italic; }

.foodservice-stories .section-foot { padding: 61px 0 60px; text-align: center; }
.foodservice-stories .section-foot h6 { padding-bottom: 27px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; }
.foodservice-stories .section-foot p { padding-bottom: 25px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.foodservice-stories .section-foot .btn-blue { padding: 0 21px; }

.foodservice-stories .mCSB_scrollTools .mCSB_draggerRail { width: 9px; border-radius: 4px;background: #f6f7f7; }
.foodservice-stories .mCSB_scrollTools .mCSB_dragger { width: 9px; border-radius: 4px; background: #d09476; margin-left: 3px; }
.foodservice-stories .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #d09476; }

.foodservice-stories .section-slider ul { list-style: none outside none; }
.foodservice-stories .section-slider li { float: left; }

.foodservice-stories .disabled { display: none; }

/* ------------------------------------------------------------ *\
	Foodservice Mail
\* ------------------------------------------------------------ */

.foodservice-mail { padding: 34px 0 31px; background: #ffbc54; }
.foodservice-mail a { float: right; }
.foodservice-mail .shell { overflow: hidden; }
.foodservice-mail h5 { padding-top: 6px; float: left; font-size: 15px; line-height: 1.53; color: #c46b34; font-weight: 400; }
.foodservice-mail h5 strong { font-family: 'Mark', sans-serif; font-size: 18px; line-height: 1.28; color: #fff; font-weight: 700; }

.foodservice-mail .gform_wrapper { float: right; }
.foodservice-mail .gform_heading { display: none; }
.foodservice-mail .gform_body { display: inline-block; vertical-align: top; }
.foodservice-mail .gform_fields { list-style: none outside none; }
.foodservice-mail .gfield_label { display: none; }
.foodservice-mail .gfield input { width: 299px; padding: 0 18px; height: 29px; font-family: 'Mark', sans-serif; font-size: 12px; line-height: 29px; border: 0; background: #fff; font-weight: 400; font-style: italic; box-sizing: border-box; }

.foodservice-mail .gform_footer { margin: 1px 0 0 17px; display: inline-block; vertical-align: top; }
.foodservice-mail .gform_button { display: inline-block; vertical-align: top; height: 29px; padding: 0 29px; font-family: 'Mark', sans-serif; font-size: 12px; line-height: 27px; font-weight: 700; background: none; border: 2px solid #c46b34; color: #c46b34; letter-spacing: 0.1em; }

/* ------------------------------------------------------------ *\
	Section Chefs Slider
\* ------------------------------------------------------------ */

.newsdetail-slider { padding-top: 94px; background: #fff; }

.newsdetail-slider { position: relative; text-align: center; overflow: hidden; max-height: 585px; }
.newsdetail-slider .slider-clip { width: 1222px; display: inline-block; margin: 0 auto; }
.newsdetail-slider .slides { text-align: center; }
.newsdetail-slider .slide { position: relative; display: inline-block; text-align: left; margin: 0 auto; }
.newsdetail-slider img { position: relative; z-index: 1; height: auto; width: 100%; }
.newsdetail-slider span { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-left: 95px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 51px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 33px center; opacity: 0; }
.newsdetail-slider .active-slide span { opacity: 1; }

.newsdetail-intro + .newsdetail-slider { padding-top: 0; }

/* ------------------------------------------------------------ *\
	Newsdetail Posts
\* ------------------------------------------------------------ */

.newsdetail-posts { padding-bottom: 121px; }
.newsdetail-posts .shell { overflow: hidden; }

.newsdetail-posts .content { float: left; width: 686px; }
.newsdetail-posts .sidebar { padding-top: 65px; float: right; width: 335px; }

.newsdetail-post { padding-top: 65px; }

.newsdetail-post h2,
.newsdetail-post-callout h3,
.newsdetail-post h4,
.newsdetail-post h5 { font-family: 'Mark', sans-serif; font-weight: 700; }

.newsdetail-post h1 a,
.newsdetail-post h2 a,
.newsdetail-post h3 a,
.newsdetail-post h6 a,
.newsdetail-post h4 a,
.newsdetail-post h5 a { color: #c46a34; }

.newsdetail-post h2 { padding-bottom: 25px; font-size: 40px; line-height: 1.07; color: #0b0d25; }
.newsdetail-post h2 strong { color: #c46b34; }
.newsdetail-post h2 em { font-style: italic; }

.newsdetail-post h4 { padding-bottom: 19px; font-size: 25px; line-height: 1.2; color: #0b0d25; }
.newsdetail-post h4 strong { display: block; padding: 18px 0 13px; color: #c46b34; letter-spacing: 0.005em; }
.newsdetail-post h5 { padding: 3px 0 4px; font-size: 15px; line-height: 1.2; color: #0b0d25; letter-spacing: 0.005em; }
.newsdetail-post p { padding-bottom: 27px; font-size: 15px; line-height: 1.8; color: #0b0d25; letter-spacing: 0.005em; }
.newsdetail-post p a { color: #c46b34; }
.newsdetail-post .link-post { margin-bottom: 49px; display: block; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c87848; letter-spacing: 0.01em; text-transform: uppercase; font-weight: 700; }
.newsdetail-post p + .link-post { margin-top: -6px; }
.newsdetail-post .link-post + h5 { padding-bottom: 30px; }

.newsdetail-post ol { padding: 6px 0 0; list-style: none outside none; }
.newsdetail-post ol li { font-size: 15px; line-height: 1.8; color: #0b0d25; letter-spacing: 0.005em; }
.newsdetail-post ol strong { font-family: 'Mark', sans-serif; font-weight: 700; padding-right: 7px; }
.newsdetail-post li { font-size: 15px; line-height: 1.8; color: #0b0d25; letter-spacing: 0.005em; }
.newsdetail-post .btn-blue { padding: 0 48px; margin: 0px 0 40px; }

.newsdetail-inner-slider { margin: 52px 0 60px; position: relative; background: rgba(11,13,37,1); opacity: 0; }
.newsdetail-inner-slider.visible { opacity: 1; }

.newsdetail-inner-slider .slides { list-style: none outside none; }
.newsdetail-inner-slider .slide img { width: 100%; height: auto; }
.newsdetail-inner-slider .slide span { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: auto; padding-left: 100px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 54px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 37px center; }

.newsdetail-post-yellow { margin: 54px 0 58px; padding: 33px 30px 43px 30px; background: #ffbc54; }
.newsdetail-post-yellow h6 { padding: 0 0 22px 2px; font-family: 'Mark', sans-serif; color: #c46b34; letter-spacing: 0.1em; }
.newsdetail-post-yellow h2 { padding: 0 0 35px; color: #fff; }
.newsdetail-post-yellow h2 a { color: inherit; }
.newsdetail-post-yellow .btn-orange { margin-left: 2px; padding: 0 21px; }

.newsdetail-post-mail { margin: 28px 0 67px; padding: 16px 10px 31px 28px; background: #ffbc54; }
.newsdetail-post-mail h5 { padding: 6px 1px 21px; font-family: 'Argos', serif; font-size: 15px; line-height: 1.53; color: #c46b34; font-weight: 400; text-align: center; }
.newsdetail-post-mail h5 strong { padding-right: 6px; font-family: 'Mark', sans-serif; font-size: 18px; line-height: 1.28; color: #fff; font-weight: 700; }
.newsdetail-post-mail .gform_heading { display: none; }
.newsdetail-post-mail .gform_body { display: inline-block; vertical-align: top; }
.newsdetail-post-mail .gform_fields { list-style: none outside none; }
.newsdetail-post-mail .gfield_label { display: none; }
.newsdetail-post-mail .gfield input { width: 460px; padding: 0 18px; height: 29px; font-family: 'Mark', sans-serif; font-size: 12px; line-height: 29px; border: 0; background: #fff; font-weight: 400; font-style: italic; box-sizing: border-box; }
.newsdetail-post-mail .gform_footer { display: inline-block; vertical-align: top; margin-left: 15px; }
.newsdetail-post-mail .gform_button { display: inline-block; vertical-align: top; height: 29px; padding: 0 29px; font-family: 'Mark', sans-serif; font-size: 12px; line-height: 27px; font-weight: 700; background: none; border: 2px solid #c46b34; color: #c46b34; letter-spacing: 0.1em; }
.newsdetail-post-mail { text-align: center; }

.newsdetail-post-callout { padding: 38px 35px 10px 35px; margin: 21px 0 49px; background: #f6f8fa; }
.newsdetail-post-callout h3 { padding-bottom: 18px; font-size: 25px; line-height: 1; color: #0b0d25; }

.newsdetail-posts .breadcrumbs { padding: 15px 0 0 2px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c87848; letter-spacing: 0.1em; text-transform: uppercase; }
.newsdetail-posts .breadcrumbs a { color: #6d7884; }
.newsdetail-posts .breadcrumbs a:after { padding: 0 3px 0 4px; content: ">"; }
.newsdetail-posts .breadcrumbs span { color: #c87848; }

.newsdetail-posts-single .shell { width: 686px; }

.newsdetail-posts  { padding-bottom: 50px; }
.newsdetail-posts .newsdetail-post { padding-top: 50px; }
.newsdetail-posts .newsdetail-post ul { list-style-position: outside; margin: 0 0 30px 17px; }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgettitle { margin-bottom: 23px; font-size: 15px; line-height: 1.2; color: #a3a4ad; font-weight: 400; letter-spacing: 0.01em; }

.widget_category + .widget_category { margin-top: 14px; }
.widget_category .widget-inner { padding: 30px 20px 28px 31px; background: #f6f8fa; }
.widget_category .widget-inner h3 { padding-bottom: 16px; font-size: 39px; line-height: 1.13; color: #0b0d25; }
.widget_category.widget_slider .widget-inner h3 { padding: 0; margin-bottom: 60px; max-height: 88px; overflow: hidden; }
.widget_category .widget-inner h3 a { color: inherit; }
.widget_category .widget-inner h5 { padding-bottom: 6px; font-family: 'Mark', sans-serif; font-size: 16px; line-height: 1.2; color: #0b0d25; }
.widget_category .widget-inner h6 { padding: 0 0 32px 3px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; }
.widget_category .widget-inner p { padding-bottom: 28px; font-size: 15px; line-height: 1.2; color: #576573; }
.widget_category .widget-inner .btn-blue { padding: 0 26px; }

.widget_category ul { list-style: none outside none; }

.widget_slider { position: relative; }

.widget_recipes { padding-top: 50px; }
.widget_recipes ul { padding-top: 2px; list-style: none outside none; }
.widget_recipes li { margin-bottom: 16px; overflow: hidden; background: #f6f8fa; }
.widget_recipes .widget-image { width: 139px; float: left; }
.widget_recipes img { width: 100%; height: auto; }
.widget_recipes .entry { padding: 19px 0 0 14px; float: left; width: 165px; }
.widget_recipes .entry h5 { font-size: 16px; line-height: 1.2; color: #0b0d25; }
.widget_recipes .entry h5 a { color: inherit; }
.widget_recipes .entry h6 { padding-bottom: 10px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; }

.widget_post { padding-top: 35px; }
.widget_post .widget_post_inner { background: #f6f8fa; }
.widget_post img { width: 100%; height: auto; }
.widget_post .entry { padding: 34px 20px 34px 41px; }
.widget_post .entry h6 { padding: -0px 0 20px 2px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; }
.widget_post .entry h3 { padding-bottom: 19px; font-family: 'Mark', sans-serif; font-size: 24px; line-height: 1; color: #0b0d25; }
.widget_post .entry h3 a { color: inherit; }
.widget_post .entry p { padding-bottom: 22px; font-size: 15px; line-height: 1.47; color: #0b0d25; }
.widget_post .entry .btn-blue { padding: 0 34px; }

.widget_info:hover,
.widget_post_inner:hover { background: #0b0d25; }
.widget_info:hover .entry h3,
.widget_post_inner:hover .entry h3 { color: #fff; }
.widget_info:hover .entry h3 a:hover,
.widget_post_inner:hover .entry h3 a:hover { color: #c46b34; opacity: 1; }
.widget_post_inner:hover .entry p { color: #fff; }
.widget_post_inner:hover .entry .btn-blue { background: #e1f4ed; color: #0b0d25; border: 2px solid #e1f4ed; }

.widget_fact { margin-top: 20px; background: #f6f8fa; }
.widget_fact .widget_fact_inner { padding: 32px 25px 28px 38px; }
.widget_fact .widget_fact_inner h6 { padding: 0 0 29px 2px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #0b0d25; letter-spacing: 0.1em; }
.widget_fact .widget_fact_inner p { padding-bottom: 79px; font-size: 24px; line-height: 1.34; color: #0b0d25; }
.widget_fact .widget_actions { overflow: hidden; }
.widget_fact .btn-blue { float: left; padding: 0 18px; }
.widget_fact .link-tweet { float: right; margin: 7px 4px 0 0; float: right; padding-right: 30px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.6; color: #c46b34; letter-spacing: 0.1em; background: url(images/ico-twitter.png) no-repeat right center; background-size: 20px 16px;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.widget_fact .link-tweet:hover { opacity: 1; padding-right: 34px; margin-right: 0; }

.widget_about { margin-top: 19px; background: #ffbc54; }
.widget_about .slider-entry { padding: 35px 31px 34px 31px; }
.widget_about .slider-entry h6 { padding: 0 0 22px 3px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_about .slider-entry h2 { padding-bottom: 41px; font-family: 'Mark', sans-serif; font-size: 35px; line-height: 1; color: #fff; letter-spacing: 0.005em; }
.widget_about .slider-entry h2 a { color: inherit; }
.widget_about .slider-entry p { padding-bottom: 24px; font-size: 15px; line-height: 1.47; color: #c46b34; }
.widget_about .btn-orange { padding: 0 27px; }

.widget_image { margin-top: 22px; }
.widget_image .slide { position: relative; }
.widget_image img { width: 100%; height: auto; }
.widget_image span { position: absolute; bottom: 0; left: 0; right: 0; padding: 69px 41px 24px; width: 100%; height: auto; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.2; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 42px 21px; box-sizing: border-box; }

.widget_image_text .bx-prev,
.widget_image_text .bx-next { bottom: 114px; }

.widget_tip { margin-top: 20px; padding: 30px 42px 58px; background: #e6f8f4 url(images/widget_blue.png) no-repeat right bottom; }
.widget_tip h6 { padding: 0 3px 24px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_tip h2 { font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1.07; color: #0b0d25; }
.widget_tip h2 a { color: inherit; }

.widget_member { margin-top: 19px; }
.widget_member .widget_inner { position: relative; overflow: hidden; background: #f6f8fa; }
.widget_member .widget_inner a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 56; }

.widget_member .widget_inner.has-hover:hover { background: #0b0d25; }
.widget_member .widget_inner.has-hover:hover h5 { color: #fff; }

.widget_member .widget_member_image { float: left; width: 124px; }
.widget_member .widget_member_image img { width: 100%; height: auto; }
.widget_member .entry { padding: 20px 10px 0 30px; width: 145px; float: left; }
.widget_member .entry h6 { padding-bottom: 9px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_member .entry h5 { font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; }
.widget_member .entry h5 a { color: inherit; }

.widget_info { margin-top: 18px; background: #f6f8fa; }
.widget_info .widget_inner img { width: 100%; height: auto; }
.widget_info .entry { padding: 28px 75px 13px 25px; }
.widget_info .entry h6,
.widget_info .entry h3,
.widget_info .widget_link { font-family: 'Mark', sans-serif; font-weight: 700; }

.widget_info .entry h6 { padding: 0 0 11px 2px; font-size: 10px; line-height: 1.2; color: #a6aaad; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_info .entry h3 { padding-bottom: 14px; font-size: 25px; line-height: 1; color: #0b0d25; }
.widget_info .entry h3 a { color: inherit; }
.widget_info .widget_link { margin-left: 3px; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }

.widget_know { margin-top: 15px; background: #ffbc54 url(images/widget_about.png) no-repeat right bottom; }
.widget_know .widget_inner { padding: 36px 30px 43px; }
.widget_know h6,
.widget_know h2 { font-family: 'Mark', sans-serif; }
.widget_know h6 { padding: 0 0 25px 2px; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_know h2 { padding-bottom: 53px; font-size: 40px; line-height: 1.07; color: #fff; }
.widget_know h2 a { color: inherit; }
.widget_know .btn-orange { margin-left: 3px; padding: 0 20px; }

.widget_quality { margin-top: 20px; background: #f6f8fa; overflow: hidden; }
.widget_quality .widget_ico { padding: 45px 36px 43px 35px; float: left; width: 69px; }
.widget_quality .widget_ico img { width: 100%; height: auto; }
.widget_quality .entry { padding: 40px 0 0 0; float: left; width: 135px; }
.widget_quality h6 { padding-bottom: 7px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_quality h4 { font-size: 16px; line-height: 1.2; color: #0b0d25; }
.widget_quality h4 a { color: inherit; }

.widget_products { margin-top: 17px; background: #f6f8fa; }
.widget_products .widget_inner { padding: 31px 38px 33px 38px; }
.widget_products img { height: 68px; width: auto; margin-bottom: 26px; }
.widget_products h3 { padding-bottom: 37px; font-family: 'Mark', sans-serif; font-size: 24px; line-height: 1.2; color: #0b0e24; letter-spacing: 0.005em; }
.widget_products h3 a { color: inherit; }
.widget_products .btn-blue { margin: 0 0 46px 3px; padding: 0 20px; display: inline-block; }
.widget_products .link-all { margin-left: 5px; display: block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #c56c36; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; }

.widget_services { margin-top: 21px; background: #f6f8fa; }
.widget_services .widget_inner { padding: 42px 43px 38px; }
.widget_services h6 { padding: 0 0 19px 5px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.widget_services h2 { padding-bottom: 42px; font-family: 'Mark', sans-serif; font-size: 35px; line-height: 1; color: #0b0e24; letter-spacing: 0.005em; }
.widget_services h2 a { color: inherit; }
.widget_services img { height: 35px; width: auto; margin-right: 24px; }
.widget_services p { padding: 33px 0 39px 5px; font-size: 14px; line-height: 1.47; color: #0b0d25; }
.widget_services .btn-blue { padding: 0 17px; }

/* ------------------------------------------------------------ *\
	Newsdetail Intro
\* ------------------------------------------------------------ */

.newsdetail-intro { padding: 165px 0 0px; text-align: center; background: #f6f8fa; }

.newsdetail-intro h6 { padding-bottom: 15px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; }
.newsdetail-intro h1 { padding-bottom: 15px; font-size: 45px; line-height: 1.22; color: #0b0d25; }
.newsdetail-intro p { padding-bottom: 30px; font-size: 17px; line-height: 1.24; color: #0b0d25; }

.newsdetail-intro-socials { padding-bottom: 28px; }
.newsdetail-intro-socials ul { list-style: none outside none; }
.newsdetail-intro-socials li { display: inline-block; vertical-align: top; padding: 0 5px; }
.newsdetail-intro-socials li a { display: block; font-size: 17px; color: #0b0d25; }

.newsdetail-intro p.credit { padding: 0; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1.2; color: #0b0d25; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.newsdetail-intro p.credit a { color: #c46a34; }
.newsdetail-intro p.credit a:hover { color: #000; opacity: 1; }

/* ------------------------------------------------------------ *\
	Newsdetail Nav
\* ------------------------------------------------------------ */

.newsdetail-nav { padding: 76px 0; text-align: center; background: #f6f8fa; }
.newsdetail-nav .nav-tab { display: inline-block; margin: 0 auto 80px; }
.newsdetail-nav .nav-tab ul { list-style: none outside none; display: inline-block; text-align: center; }
.newsdetail-nav .nav-tab li { display: inline-block; min-width: 247px; }
.newsdetail-nav .nav-tab li.current-menu-item { background: #f6f7f7; box-shadow: none; box-shadow: 0 -3px 10px -1px rgba(0,0,0,0.1); }
.newsdetail-nav .nav-tab a { height: 64px; display: block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 64px; color: #0b0d25; font-weight: 700; letter-spacing: 0.1em; background: #ffffff; text-transform: uppercase; }
.newsdetail-nav .nav-tab a:hover { opacity: 1; background: #f6f7f7; box-shadow: 0 -3px 10px -1px rgba(0,0,0,0.1); }

.newsdetail-title { text-align: center; }
.newsdetail-title h2 { padding-bottom: 18px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.newsdetail-title p { font-size: 18px; line-height: 1.28; color: #0b0d25; }

/* ------------------------------------------------------------ *\
	Stores Result
\* ------------------------------------------------------------ */

.stores-result { padding: 99px 0 64px; text-align: center; background: #f6f8fa; }
.stores-map + .stores-result { display: none; }

.stores-result img { max-height: 60px; width: auto; margin-bottom: 17px; }
.stores-result h2 { padding-bottom: 24px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.stores-result p { padding-bottom: 28px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.stores-result .btn-blue { padding: 0 21px; }

/* ------------------------------------------------------------ *\
  Storemapper
\* ------------------------------------------------------------ */

.section-storemapper .section-body .content { padding-bottom: 18px; }
.section-storemapper { padding: 25px 0 64px; text-align: center; background: #f6f8fa; }
.section-storemapper .section-head { margin-bottom: 18px; }
.stores-map + .section-storemapper { display: none; }

.section-storemapper #storemapper a,
.section-storemapper #storemapper #storemapper-list li .storemapper-phone a, 
.section-storemapper #storemapper #storemapper-list li .storemapper-email a, 
.section-storemapper #storemapper #storemapper-list li .storemapper-url a { color: #c46b34; }

.section-storemapper #storemapper { text-align: left; font-family: 'Mark', sans-serif; }

.section-storemapper #storemapper div#storemapper-left button#storemapper-go { position: relative; z-index: 2; display: inline-block; padding: 0 15px; height: 29px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 26px; color: #0b0d25; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; border: 2px solid #0b0d25; background-color: #fff; transition: all 0.9s; }
.section-storemapper #storemapper div#storemapper-left button#storemapper-go:hover { background: #0b0d25; opacity: 1; color: #fff; border: 2px solid #0b0d25; }

.section-storemapper #storemapper #storemapper-form #storemapper-zip:focus { border-color: #0b0d25 }

.section-storemapper #storemapper #storemapper-list li p svg { fill: #c46b34; }
.section-storemapper #storemapper #storemapper-list li .storemapper_view a, 
.section-storemapper #storemapper .storemapper-iw-wrapper .storemapper-map-directions, 
.section-storemapper #storemapper #storemapper-list li .storemapper_directions a { border-color: #0b0d25; color: #0b0d25; }
.section-storemapper #storemapper #storemapper-list li .storemapper_view a:hover, 
.section-storemapper #storemapper .storemapper-iw-wrapper .storemapper-map-directions:hover, 
.section-storemapper #storemapper #storemapper-list li .storemapper_directions a:hover { border-color: #0b0d25; background-color: rgba(66, 139, 202, 0.08); }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected { background-color: #ffbc54 }

.section-storemapper #storemapper div#storemapper-right h4.storemapper-popup-name,
.section-storemapper #storemapper div#storemapper-right p.storemapper-popup-address,
.section-storemapper #storemapper div#storemapper-right p.storemapper-popup-phone,
.section-storemapper #storemapper div#storemapper-right p.storemapper-popup-url,
.section-storemapper #storemapper div#storemapper-right a.storemapper-maplink,
.section-storemapper #storemapper div#storemapper-right a.storemapper-map-directions { font-family: 'Mark', sans-serif; }

.section-storemapper #storemapper.show_icons .storemapper-popup-address svg, 
.section-storemapper #storemapper.show_icons .storemapper-popup-phone svg, 
.section-storemapper #storemapper.show_icons .storemapper-popup-url svg { fill: #c46b34; }
.section-storemapper #storemapper #storemapper-form .storemapper-dropdown-menu.active { min-width: 270px !important; }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected h4, 
.section-storemapper #storemapper #storemapper-list li.storemapper-selected p { color: #000; }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected p svg { fill: #000; }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected p.storemapper-description, 
.section-storemapper #storemapper #storemapper-list li.storemapper-selected p.storemapper-distance, 
.section-storemapper #storemapper #storemapper-list li.storemapper-selected a,
.section-storemapper #storemapper #storemapper-list li.storemapper-selected p[class^='storemapper-custom-'] { color: #000; }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected .storemapper_view a, 
.section-storemapper #storemapper #storemapper-list li.storemapper-selected .storemapper_directions a { border-color: #000; color: #000; background-color: rgba(66, 139, 202, 0.08); }

.section-storemapper #storemapper #storemapper-list li.storemapper-selected .storemapper_view a:hover, 
.section-storemapper #storemapper #storemapper-list li.storemapper-selected .storemapper_directions a:hover { border-color: #000; background-color: rgba(66, 139, 202, 0.08); }

/* ------------------------------------------------------------ *\
	Stores Logos
\* ------------------------------------------------------------ */

.stores-logos { padding-bottom: 62px; background: #f6f8fa; }
.stores-logos ul { list-style: none outside none; text-align: center; }
.stores-logos li { display: inline-block; margin: 0 19px; vertical-align: top; }
.stores-logos li a { display: block; }
.stores-logos li img { max-height: 63px; width: auto; }

/* ------------------------------------------------------------ *\
	Stores Map
\* ------------------------------------------------------------ */

.stores-map { padding: 99px 0 46px; text-align: center; background: #ffbc54; }
.stores-map .section-head { padding-bottom: 29px; }
.stores-map .section-head img { max-height: 60px; width: auto; margin-bottom: 17px; }
.stores-map .section-head h2 { padding-bottom: 24px; font-family: 'Mark', sans-serif; font-size: 40px; line-height: 1; color: #0b0d25; }
.stores-map .section-head .title-holder-no-map,
.stores-map.no-map-section.no-stores,
.stores-map.no-map-section .section-body,
.stores-map.no-map-section .section-foot,
.stores-map.no-map-section .title-holder-map { display: none; }
.stores-map.no-map-section .title-holder-no-map { display: block; }
.stores-map.no-map-section + .stores-result { display: none; }
.stores-map.no-map-section.no-stores + .stores-result { display: block; }

.stores-map .section-body { margin-bottom: 62px; width: 1046px; height: 762px; text-align: left; background: #fff; overflow: hidden; }
.stores-map .map-holder { float: left; width: 721px; height: 762px; }
.google-map { width: 721px; height: 762px; }

.stores-map .map-meta { float: left; width: 270px; height: 690px; margin: 36px 0 36px 29px; overflow-y: hidden; }
.stores-map .map-meta ul { list-style: none outside none; }
.stores-map .map-meta li { padding: 3px 0 49px; }
.stores-map .map-meta em { display: inline-block; font-size: 15px; line-height: 1.3; font-weight: bold; }
.stores-map .map-meta h3 { padding-bottom: 10px; font-family: 'Mark', sans-serif; font-size: 25px; line-height: 1; color: #0b0d25; }
.stores-map .map-meta p { padding: 0 0 3px 2px; font-size: 15px; line-height: 1.47; color: #0b0d25; }
.stores-map .map-meta a.link-map { padding-left: 21px; display: inline-block; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 13px; color: #c46b34; letter-spacing: 0.1em; text-transform: uppercase; background: url(images/google-pin-orange.png) no-repeat 0 0; background-size: 12px 13px; font-weight: 700; }
.stores-map .map-meta a.link-map:hover { color: #0b0d25; background: url(images/map-pin.png) no-repeat 0 0; background-size: 12px 13px; opacity: 1; }

.stores-map .section-foot h6 { padding-bottom: 23px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; color: #0c0e25; letter-spacing: 0.1em; text-transform: uppercase; }
.stores-map .section-foot p { padding-bottom: 28px; font-size: 17px; line-height: 1.23; color: #0b0d25; }
.stores-map .section-foot .btn-blue { padding: 0 43px; }

.stores-map .mCSB_scrollTools .mCSB_draggerRail { width: 9px; border-radius: 4px;background: #f6f7f7; }
.stores-map .mCSB_scrollTools .mCSB_dragger { width: 9px; border-radius: 4px; background: #d09476; margin-left: 3px; }
.stores-map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #d09476; }

/* ------------------------------------------------------------ *\
	Slider Popup
\* ------------------------------------------------------------ */

.slider-popup { position: relative; text-align: center; margin: 0 auto; width: 600px; }
.slider-popup .slider-clip { width: auto; display: block; margin: 0 auto; }

.slider-popup .slides { overflow: hidden; }
.slider-popup .slide { position: relative; display: inline-block; text-align: left; margin: 0 auto; }

.slider-popup img { position: relative; z-index: 1; height: auto; width: 100%; }
.slider-popup span { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding-left: 95px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 51px; color: #d3ede7; font-weight: 400; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 33px center; }
.mfp-wrap { background: rgba(11,13,37,0.9); overflow-x: hidden !important; overflow-y: scroll !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 1043 !important; position: fixed !important; outline: 0!important; }

.mfp-bg { opacity: 1; position: fixed !important; height: 100% !important; }
.mfp-close-btn-in .mfp-close { z-index: 150; color: #fff; }

.mfp-wrap { z-index: 6000; }

/*.mfp-container { opacity: 0; visibility: hidden; }*/
.fade-content .mfp-container { opacity: 1; visibility: visible; }
.popup-outer { position: relative; display: inline-block; margin: 0 auto; }
.mfp-container.mfp-ajax-holder .mfp-content { text-align: center; }

.mfp-ready.mfp-wrap,
.mfp-wrap,
.popup-outer,
.mfp-ready .popup-outer,
.mfp-ready .mfp-container,
.mfp-removing .mfp-container,
.mfp-container,
.mfp-content,
.mfp-ready.mfp-content,
.fade-content .mfp-container {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

.mfp-ready + .container .header { z-index: 150; }

.mfp-content,
.popup-outer { opacity: 0; }
.mfp-ready .mfp-content,
.mfp-ready .popup-outer { opacity: 1; }
/*.mfp-ready .mfp-container { opacity: 1; background: rgba(11,13,37,0.9); }*/
.mfp-removing .mfp-container { opacity: 0; background: rgba(11,13,37,0); }

.mfp-wrap,
.mfp-bg { background: none !important; }

.mfp-ready.mfp-wrap { opacity: 1; background: rgba(11,13,37,0.9) !important; }
.mfp-wrap { opacity: 0; background: rgba(11,13,37,0) !important; }

.section-default-popup .ginput_complex span > label { display: none; }

/* ------------------------------------------------------------ *\
	Section Recipe Popup
\* ------------------------------------------------------------ */

.section-recipe-popup,
.section-default-popup { position: relative; }
.section-recipe-popup h6,
.section-recipe-popup h3,
.section-default-popup h3,
.section-default-popup h6 { font-family: 'Mark', sans-serif; }

.section-recipe-popup h3,
.section-default-popup h3 { padding-bottom: 25px; font-size: 30px; line-height: 1; color: #ffffff; }

.section-recipe-popup h6,
.section-default-popup h6 { padding-bottom: 11px; font-size: 10px; line-height: 1; color: #a3a4ad; letter-spacing: 0.1em; text-transform: uppercase; }
.section-default-popup p { padding-bottom: 23px; font-size: 17px; line-height: 1.24; color: #fdfdfd; }

.section-default-popup .section-logos { margin-bottom: 34px; background: none; }
.section-default-popup .gform_wrapper { display: inline-block; margin: 0 auto; text-align: left; }
.section-default-popup .gform_heading { display: none; }

.section-default-popup .gform_fields { list-style: none outside none; }
.section-default-popup .gfield { margin-bottom: 10px; }

.section-default-popup .gfield_label { font-size: 20px; color: #fff; display: none; }
.section-contact-popup .gfield select,
.section-default-popup .gfield select,
.section-default-popup .gfield textarea,
.section-default-popup .gfield input { padding: 0 21px; width: 100%; height: 58px; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 58px; font-style: italic; font-weight: 400; box-sizing: border-box; background: #fff; border: 0; }
.section-default-popup .gfield textarea { min-height: 150px; }
.section-contact-popup .ginput_container_select,
.section-default-popup .ginput_container_select { position: relative; background: #fff; }
.section-contact-popup .gfield select,
.section-default-popup .gfield select { position: relative; z-index: 5; background: none; }
.section-contact-popup .ginput_container_select:after,
.section-default-popup .ginput_container_select:after { position: absolute; top: 25px; right: 20px; z-index: 4; width: 16px; height: 10px; background: url(images/arrow-down-dark.png) no-repeat 0 0; background-size: 16px 10px; display: block; content: ""; }

.section-default-popup .gform_footer { padding-top: 29px; }
.section-default-popup .gform_button { display: block; text-align: center; width: 100%; background: none; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 63px; letter-spacing: 0.1em; color: #fff; border: 2px solid #fff; font-weight: 700; }
.section-default-popup .gform_button:hover { background: rgba(255,255,255,0.3); }
.section-recipe-popup .mfp-close,
.section-default-popup .mfp-close { right: 50%; margin-right: -560px; border: 2px solid #fff; border-radius: 50%; }

.section-recipe-popup h6 { padding-bottom: 9px; }
.section-recipe-popup h3 { padding-bottom: 40px; line-height: 1.2; }
.section-recipe-popup img { margin: 0 auto; display: block; max-width: 100%; height: auto; }

.section-default-popup .gfield_captcha_container,
.section-contact-popup .gfield_captcha_container { background: #fff; }
.section-default-popup .gfield_captcha_container .gfield_captcha,
.section-contact-popup .gfield_captcha_container .gfield_captcha { float: left; margin-top: 8px; width: 150px; }
.section-default-popup .gfield_captcha_container .gfield_captcha_input_container,
.section-contact-popup .gfield_captcha_container .gfield_captcha_input_container { float: left; width: calc( 100% - 150px );  }
.section-default-popup .gfield_captcha_container:after,
.section-contact-popup .gfield_captcha_container:after { display: table; content: ''; clear: both; line-height: 0; }

.coupon-popup .gform_wrapper { padding-top: 34px; }

/* ------------------------------------------------------------ *\
	Section Contact Popup
\* ------------------------------------------------------------ */

.section-contact-popup { position: relative; }
.section-contact-popup .mfp-close { right: 50%; margin-right: -560px; border-radius: 50%; border: 2px solid #fff; }
.section-contact-popup h3 { padding-bottom: 25px; font-family: 'Mark', sans-serif; font-size: 30px; line-height: 1; color: #ffffff; }
.section-contact-popup h6 { padding-bottom: 12px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1; color: #a3a4ad; letter-spacing: 0.1em; text-transform: uppercase; }
.section-contact-popup p { padding-bottom: 23px; font-size: 17px; line-height: 1.24; color: #fdfdfd; }
.section-contact-popup .popup-links { padding-bottom: 50px; }
.section-contact-popup .popup-links a { font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.2; color: #d3eee7; font-weight: 700; display: inline-block; margin: 0 auto; }
.section-contact-popup .popup-links a + a { margin-left: 10px; position: relative; }
.section-contact-popup .popup-links a + a:before { padding-right: 13px; content: "|"; }

.section-default-popup .gform_body { max-width: 513px; }
.section-contact-popup .popup-form { max-width: 460px; min-width: 350px; padding: 42px 88px; text-align: left; display: inline-block; border: 2px solid #a3a4ad; }
.section-contact-popup .popup-form h5 { padding-bottom: 14px; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.2; color: #fff; }
.section-contact-popup .popup-form p { padding-bottom: 35px; font-size: 15px; line-height: 1.41; color: #fdfdfd; }
.section-contact-popup .popup-form .validation_error { color: #fff; }
.section-contact-popup .gform_heading { display: none; }

.section-contact-popup .gform_fields { list-style: none outside none; }
.section-contact-popup .gfield { margin-bottom: 10px; }
.section-contact-popup .gfield_label { font-size: 18px; color: #fff; display: none; }

.section-contact-popup .gfield textarea,
.section-contact-popup .gfield input { padding: 0 21px; width: 100%; font-family: 'Mark', sans-serif; font-size: 15px; font-style: italic; font-weight: 400; box-sizing: border-box; background: #fff; border: 0; }
.section-contact-popup .gfield textarea { display: block; }
.section-contact-popup .gfield label { display: none; }

.section-contact-popup .gfield input { height: 58px; line-height: 58px; }
.section-contact-popup .gfield textarea { height: 132px; padding-top: 20px; padding-bottom: 13px; line-height: 1.2; }
.section-contact-popup .gfield .charleft { color: #fff; }
.section-contact-popup .gform_footer { text-align: center; width: 50%; display: inline-block; float: left; }
.section-contact-popup .extra-button { max-width: 513px; display: inline-block; text-align: center; background: none; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 63px; letter-spacing: 0.1em; color: #fff; border: 2px solid #fff; width: 47%; font-weight: 700; -webkit-transition: background 0.4s; float: right; transition: background 0.4s; }
.section-contact-popup .extra-button:hover { background: rgba(255,255,255,0.3); }
.section-contact-popup .gform_button { max-width: 513px; display: block; text-align: center; width: 100%; background: none; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 63px; letter-spacing: 0.1em; color: #fff; border: 2px solid #fff; font-weight: 700;
  -webkit-transition: background 0.4s;
          transition: background 0.4s;
}
.section-contact-popup .gform_button:hover { background: rgba(255,255,255,0.3); }

.popup-form .validation_message,
.popup-form .gform_confirmation_message { color: #fff; }

.gfield-honeypot { display: none; }

.footer-form .gfield_radio li { position: relative; }

.footer-form .gfield_radio { list-style: none outside none; }
.footer-form .gfield_radio li input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; line-height: 1; }
.footer-form .gfield_radio li label { position: relative; display: block; padding-left: 24px; color: #fff; }
.footer-form .gfield_radio li label:before,
.footer-form .gfield_radio li label:after { position: absolute; top: 8px; left: 0; display: block; content: ''; border-radius: 50%; }

.footer-form .gfield_radio li label:before { width: 10px; height: 10px; background: #fff; }
.footer-form .gfield_radio li label:after { top: 10px; left: 2px; width: 6px; height: 6px; background: #000; opacity: 0; }

.footer-form .gfield_radio li input:checked + label:after { opacity: 1; }


.footer-form .gfield_checkbox li { position: relative; }


.footer-form .gfield_checkbox { list-style: none outside none; }
.footer-form .gfield_checkbox li input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; line-height: 1; }
.footer-form .gfield_checkbox li label { position: relative; display: block; padding-left: 24px; color: #fff;  font-size: 20px; line-height: 1.3; }
.footer-form .gfield_checkbox li label:before,
.footer-form .gfield_checkbox li label:after { position: absolute; top: 6px; left: 0; display: block; content: '';  }

.footer-form .gfield_checkbox li label:before { width: 15px; height: 15px; background: #fff; }
.footer-form .gfield_checkbox li label:after { top: 8px; left: 2px; width: 11px; height: 11px; background: url(images/checkmark.png) no-repeat 0 0; background-size: cover;  opacity: 0; }

.footer-form .gfield_checkbox li input:checked + label:after { opacity: 1; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding-top: 70px; background: #fff; }
.footer-head { text-align: center; }
.footer-logo { margin: 0 auto 68px; display: block; width: 171px; height: 128px; background: url(images/logo.png?v=2) no-repeat 0 0; background-size: 171px 128px; }

.footer-contact { overflow: hidden; }
.footer-mail { float: left; padding: 16px 17px 16px 30px; background: #f6f8fa; width: 602px; box-sizing: border-box; }
.footer-mail form { overflow: hidden; }
.footer-mail .gfield_description { font-family: 'Mark', sans-serif; font-size: 13px; line-height: 1.64; color: #202238; font-weight: 400; text-align: left; }
.footer-mail .gform_ajax_spinner,
.footer-mail .gform_heading { display: none; }
.footer-mail .gform_body { float: left; }
.footer-mail .gform_fields { list-style: none outside none; }
.footer-mail .gfield { overflow: hidden; }
.footer-mail .gfield_label { padding-left: 20px; width: 250px; padding-top: 7px; float: left; font-size: 16px; line-height: 1; color: #0c0e26; font-weight: 700; text-align: left; }
.footer-mail .gfield_label .gfield_description { padding: 2px 0 4px; }

.footer-mail .ginput_container { float: left; margin: 13px 0 0 50px; }
.footer-mail .gfield input { height: 28px; padding: 0 14px; width: 161px; font-size: 12px; line-height: 25px; color: #202238; font-weight: 400; font-style: italic; background: #fff; border: 1px solid #c1c1ca; }
.footer-mail .gform_footer { float: right; }
.footer-mail .gform_button { padding: 0 8px; height: 30px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 29px; letter-spacing: 0.1em; font-weight: 700; color: #0b0d25; border: 2px solid #0b0d25; background: none; text-transform: uppercase; margin-top: 11px; }
.footer-mail .gform_button:hover { /*color: #c1c1ca;*/ border: 2px solid #c1c1ca; opacity: 1; }

.footer-find { float: right; padding: 14px 17px 17px 17px; background: #f6f8fa; width: 431px; box-sizing: border-box; overflow: hidden; }
.footer-mail-inner,
.footer-find-inner { overflow: hidden; float: left; width: 255px; }
.footer-mail-inner { text-align: left; width: 270px; }

.footer-mail p,
.footer-find p { font-family: 'Mark', sans-serif; font-size: 14px; line-height: 1.64; color: #202238; font-weight: 400; float: left; }
.footer-find .btn-find,
.footer-mail h6,
.footer-find h6 { padding: 5px 0 6px; display: inline-block; vertical-align: top; float: left; font-size: 16px; line-height: 1; color: #0c0e26; font-weight: 700; }
.footer-find .btn-find { margin-top: 10px; padding: 0 5px 0 9px; height: 26px; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 29px; letter-spacing: 0.1em; font-weight: 700; color: #0b0d25; border: 2px solid #0b0d25; background: none; text-transform: uppercase; float: right; }
.footer-foot .btn-blue:hover,
.footer-find .btn-find:hover { /*color: #c1c1ca;*/ border: 2px solid #c1c1ca; opacity: 1; }
.footer-foot .btn-blue:hover { background: transparent; }

.footer-body { margin: 19px 2px 20px; padding: 20px 0 0; border-top: 1px solid #c0c1ca; }
.footer-body-top { padding: 0 20px; overflow: hidden; }
.footer-nav { float: left; }
.footer-nav--contacts { float: left !important; }
.footer-nav ul { list-style: none outside none; overflow: hidden; }
.footer-nav li { float: left; padding-right: 30px; }
.footer-nav li a { padding-left: 1px; display: block; font-size: 16px; line-height: 2; color: #0c0e26; font-weight: 700; }
.footer-nav li a:hover { opacity: 1; text-decoration: underline; }
.footer-nav .sub-menu { padding-top: 13px; }
.footer-nav .sub-menu li { padding: 0 0 1px; float: none; }
.footer-nav .sub-menu li a { padding-left: 1px; font-family: 'Mark', sans-serif; font-size: 14px; line-height: 1.64; color: #202238; font-weight: 400; }

.footer-socials { float: right; margin: 8px 0 0 0px; }
.footer-socials h6 { padding-bottom: 12px; display: block; font-size: 16px; line-height: 1; color: #0c0e26; font-weight: 700; }
.footer-socials ul { list-style: none outside none; }
.footer-socials li { display: inline-block; margin-right: 14px; }
.footer-socials li a { font-size: 18px; color: #c46b34; }
.footer-socials li a:hover { opacity: 1; color: #101125; }

.footer-partners { float: none; width: 100%; margin-top: 51px; padding: 21px 0 0; border-top: 1px solid #c0c1ca; text-align: center; overflow: hidden; }
.footer-partners a { display: inline-block; margin: 0 30px 15px; padding-left: 0; }
.footer-partners a img { max-height: 50px; width: auto; }

.footer-partners.footer-tablet { display: none; }

.footer-foot { margin-bottom: 37px; overflow: hidden; background: #f6f8fa; }
.copyright { position: relative; padding: 18px 0 14px 27px; float: none; overflow: hidden; width: auto; }
.copyright p { position: relative; width: 100%; display: block; font-size: 11px; line-height: 2.36; color: #80818e; letter-spacing: 0.02em; }
.copyright strong { padding-right: 30px; font-weight: 300; display: inline; }
.copyright iframe,
.copyright a { position: absolute; top: 0; right: 0; margin-left: -2px; padding-right: 28px; color: inherit; }
.copyright iframe { position: relative; top: 7px; display: inline; }

.footer .copyright p { position: relative; width: auto; display: inline-block; float: left; }
.footer .copyright ul  { float: right; padding-right: 20px;}
.footer .copyright ul li a { margin-right: 5px; }
.footer .copyright ul li a { position: relative; margin-left: 0; padding-right: 0; color: inherit; font-size: 11px; line-height: 2.36; color: #80818e; letter-spacing: 0.02em;} .footer .copyright:after { content: ''; width: 100%; display: table; clear: both; }

.footer .copyright ul { display: inline-block; list-style: none; }
.footer .copyright ul li { display: inline-block; }


.footer-touch { padding: 9px 0 0 20px; float: left; }
.footer-touch h6 { padding: 0 0 18px 0; font-size: 16px; line-height: 1; color: #0c0e26; font-weight: 700; display: block; }
.footer-touch a { display: inline-block; }
.footer-touch a:hover { background: none; border: 2px solid #c1c1ca; opacity: 1; }

/* ------------------------------------------------------------ *\
	Fullscreener
\* ------------------------------------------------------------ */

.fsr-container { position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.fsr-element { position: absolute; }
.fsr-hidden { display: none; }

.intro-about-wrapper.fsr-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.intro-about-wrapper.desktop-wrapper { display: block; }
.intro-about-wrapper.tablet-wrapper,
.intro-about-wrapper.mobile-wrapper { display: none; }

/* ------------------------------------------------------------ *\
	Animations
\* ------------------------------------------------------------ */

/* with class*/

.company-farms .company-farm .entry h6,
.company-farms .company-farm .entry h2,
.company-farms .company-farm .entry .weather,
.company-farms .company-farm .entry p,
.company-farms .company-farm .entry .btn-blue,
.about-inner .entry h6,
.about-inner .entry h2,
.about-inner .entry p,
.about-inner .entry .btn-blue,
.chefs-provider .entry h6,
.chefs-provider .entry h2,
.chefs-provider .entry li,
.chefs-provider .entry p,
.chefs-provider .section-actions .btn-blue,
.chefs-slider,
/*.newsdetail-intro h6,
.newsdetail-intro h1,
.newsdetail-intro h1 + p,
.newsdetail-intro-socials,
.newsdetail-intro p.credit,
.recipe-title h6,
.recipe-title img.batch,
.recipe-title h1,
.recipe-title h1 + ul,
.recipe-meta,*/
.recipe-slider,
.page-template-retailers-page .nav-tab,
.page-template-static-retailers-page .nav-tab,
.section-retailers img,
.section-retailers h2,
.section-retailers p,
.retailers,
.page-template-food-service-page .nav-tab,
.page-template-static-foodservice-page .nav-tab,
.section-foodservice .section-head img,
.section-foodservice .section-head h2,
.section-foodservice .section-head p,
.section-foodservice .section-head a,
.page-template-static-chef-buyers-page .nav-tab,
.page-template-chefs-buyers-page .nav-tab,
.section-chefs-slider .section-head h6,
.section-chefs-slider .section-head h2,
.section-chefs-slider .section-head p,
.member-bio .section-head h6,
.member-bio .section-head h1,
.member-bio .section-head p,
.member-bio .section-head a,
.member-slider,
.page-template-team-page .nav-tab,
.section-team .section-head h2,
.section-team .section-head p,
.team-members,
.section-company .section-head h2,
.section-company .section-head p,
.inner-company img,
.section-danger h2,
.section-danger p,
.section-danger li,
.intro-logo,
.intro .entry h1,
.intro .entry p,
.intro .entry a { position: relative; top: 20px; opacity: 0; }

.company-farms .company-farm .entry.visible h6,
.company-farms .company-farm .entry.visible h2,
.company-farms .company-farm .entry.visible .weather,
.company-farms .company-farm .entry.visible p,
.company-farms .company-farm .entry.visible .btn-blue,
.about-inner .entry.visible h6,
.about-inner .entry.visible h2,
.about-inner .entry.visible p,
.about-inner .entry.visible .btn-blue,
.open .chefs-slider,
.chefs-provider .entry.visible h6,
.chefs-provider .entry.visible h2,
.chefs-provider .entry.visible li,
.chefs-provider .entry.visible p,
.chefs-provider .visible .section-actions .btn-blue,
/*.open .newsdetail-intro h6,
.open .newsdetail-intro h1,
.open .newsdetail-intro h1 + p,
.open .newsdetail-intro-socials,
.open .newsdetail-intro p.credit,
.open .recipe-title h6,
.open .recipe-title img.batch,
.open .recipe-title h1,
.open .recipe-title h1 + ul,
.open .recipe-meta,*/
.open .recipe-slider,
.open.page-template-retailers-page .nav-tab,
.open.page-template-static-retailers-page .nav-tab,
.open .section-retailers img,
.open .section-retailers h2,
.open .section-retailers p,
.open .retailers,
.open.page-template-food-service-page .nav-tab,
.open.page-template-static-foodservice-page .nav-tab,
.open .section-foodservice .section-head img,
.open .section-foodservice .section-head h2,
.open .section-foodservice .section-head p,
.open .section-foodservice .section-head a,
.open.page-template-static-chef-buyers-page .nav-tab,
.open.page-template-chefs-buyers-page .nav-tab,
.open .section-chefs-slider .section-head h6,
.open .section-chefs-slider .section-head h2,
.open .section-chefs-slider .section-head p,
.open .member-bio .section-head h6,
.open .member-bio .section-head h1,
.open .member-bio .section-head p,
.open .member-bio .section-head a,
.open .member-slider,
.open.page-template-team-page .nav-tab,
.open .section-team .section-head h2,
.open .section-team .section-head p,
.open .team-members,
.open .section-company .section-head h2,
.open .section-company .section-head p,
.open .inner-company img,
.open .section-danger h2,
.open .section-danger p,
.open .section-danger li,
.open .intro-logo,
.open .intro .entry h1,
.open .intro .entry p,
.open .intro .entry a { top: 0; opacity: 1; }

/* with skroller */

.company-farms .section-head h6,
.company-farms .section-head h2,
.company-farms .section-head p,
.section-impact .section-head h6,
.section-impact .section-head h2,
.section-impact .section-head p,
.section-impact .section-socilas,
.impact-inner,
.section-tide .section-head h6,
.section-tide .section-head h2,
.section-tide .section-head p,
.section-tide .entry h6,
.section-tide .entry h4,
.section-tide .entry p,
.section-farming .section-head h2,
.section-farming .section-head h6,
.section-farming .section-head p,
.section-farming .section-body,
.slider-about h6,
.slider-about h1,
.slider-about p,
.slider-about a { position: relative; top: 30px; opacity: 0; }

.purpose-image .logo-inner,
.purpose-image h2,
.purpose-image a,
.company-text-slider h2,
.company-text-slider .logo-inner { position: relative; opacity: 0; }
.section-mission .section-logo,
.section-mission h1,
.section-mission a { opacity: 0; }

.company-farms.skrollable-after .section-head h6,
.company-farms.skrollable-after .section-head h2,
.company-farms.skrollable-after .section-head p,
.company-text-slider.skrollable-after .logo-inner,
.company-text-slider.skrollable-after h2,
.section-impact.skrollable-after .section-head h6,
.section-impact.skrollable-after .section-head h2,
.section-impact.skrollable-after .section-head p,
.section-impact.skrollable-after .section-socilas,
.skrollable-after .impact-inner,
.section-tide .skrollable-after.section-head h6,
.section-tide .skrollable-after.section-head h2,
.section-tide .skrollable-after.section-head p,
.section-tide .skrollable-after .entry h6,
.section-tide .skrollable-after .entry h4,
.section-tide .skrollable-after .entry p,
.section-farming.skrollable-after .section-head h2,
.section-farming.skrollable-after .section-head h6,
.section-farming.skrollable-after .section-head p,
.section-farming.skrollable-after .section-body,
.purpose-image.skrollable-after .logo-inner,
.purpose-image.skrollable-after h2,
.purpose-image.skrollable-after a,
.slider-about.skrollable-after h6,
.slider-about.skrollable-after h1,
.slider-about.skrollable-after p,
.slider-about.skrollable-after a,
.section-mission.skrollable-after .section-logo,
.section-mission.skrollable-after h1,
.section-mission.skrollable-after a { top: 0; opacity: 1; }

/* 0.5 seconds */

.page-template-team-page .nav-tab,
.open .intro-logo {
	-webkit-transition: top 0.5s 0.5s, opacity 0.5s 0.5s;
			transition: top 0.5s 0.5s, opacity 0.5s 0.5s;
}

.section-team .section-head h2,
.intro .entry h1 {
	-webkit-transition: top 0.5s 0.6s, opacity 0.5s 0.6s;
			transition: top 0.5s 0.6s, opacity 0.5s 0.6s;
}

.section-team .section-head p,
.intro .entry p {
	-webkit-transition: top 0.5s 0.9s, opacity 0.5s 0.9s;
			transition: top 0.5s 0.9s, opacity 0.5s 0.9s;
}

.team-members {
	-webkit-transition: top 0.5s 1.2s, opacity 0.5s 1.2s;
			transition: top 0.5s 1.2s, opacity 0.5s 1.2s;
}

.intro .entry a {
	-webkit-transition: top 0.5s 1.2s, opacity 0.5s 1.2s, background 0.5s, border-color 0.5s;
			transition: top 0.5s 1.2s, opacity 0.5s 1.2s, background 0.5s, border-color 0.5s;
}

.company-text-slider .logo-inner,
.section-mission .section-logo {
	-webkit-transition: opacity 0.5s 0.5s;
			transition: opacity 0.5s 0.5s;
}

.company-text-slider h2,
.section-mission h1 {
	-webkit-transition: opacity 0.5s 1s;
			transition: opacity 0.5s 1s;
}
.section-mission a {
	-webkit-transition: opacity 0.5s 1.5s;
			transition: opacity 0.5s 1.5s;
}

/* 0.4 seconds */

.company-farm.skrollable-after h6,
/*.newsdetail-intro h6,*/
.member-bio .section-head h6,
.company-farms .section-head h6,
.purpose-image .logo-inner,
.slider-about h6 {
	-webkit-transition: top 0.4s 0.3s, opacity 0.4s 0.3s;
			transition: top 0.4s 0.3s, opacity 0.4s 0.3s;
}

.company-farm.skrollable-after h2,
/*.newsdetail-intro h1,*/
.member-bio .section-head h1,
.company-farms .section-head h2,
.purpose-image h2,
.slider-about h1 {
	-webkit-transition: top 0.4s 0.7s, opacity 0.4s 0.7s;
			transition: top 0.4s 0.7s, opacity 0.4s 0.7s;
}

.company-farm.skrollable-after .weather,
/*.newsdetail-intro h1 + p,*/
.member-bio .section-head p,
.company-farms .section-head p,
.slider-about p {
	-webkit-transition: top 0.4s 1.1s, opacity 0.4s 1.1s;
			transition: top 0.4s 1.1s, opacity 0.4s 1.1s;
}

.company-farm.skrollable-after p,
.purpose-image a {
	-webkit-transition: top 0.4s 1.1s, opacity 0.4s 1.1s, background 0.5s, border-color 0.5s, color 0.5s;
			transition: top 0.4s 1.1s, opacity 0.4s 1.1s, background 0.5s, border-color 0.5s, color 0.5s;
}

.company-farm.skrollable-after .btn-blue,
/*.newsdetail-intro-socials,*/
.member-bio .section-head a {
	-webkit-transition: top 0.4s 1.5s, opacity 0.4s 1.5s;
			transition: top 0.4s 1.5s, opacity 0.4s 1.5s;
}

.slider-about a {
	-webkit-transition: top 0.4s 1.5s, opacity 0.4s 1.5s, border-color 0.5s, color 0.5s;
			transition: top 0.4s 1.5s, opacity 0.4s 1.5s, border-color 0.5s, color 0.5s;
}

/*.newsdetail-intro p.credit,*/
.single-crb_team_member #jp-relatedposts { display: none !important; }
.member-slider {
	-webkit-transition: top 0.4s 1.9s, opacity 0.4s 1.9s;
			transition: top 0.4s 1.9s, opacity 0.4s 1.9s;
}

/* 0.4 seconds alt */

.recipe-title h6,
.section-company .section-head h2,
.section-tide .section-head h6,
.section-tide .entry h6,
.section-farming.skrollable-after .section-head h6,
.section-danger h2 {
	-webkit-transition: top 0.4s 0.4s, opacity 0.4s 0.4s;
			transition: top 0.4s 0.4s, opacity 0.4s 0.4s;
}

.recipe-title img.batch,
.section-company .section-head p,
.section-tide .section-head h2,
.section-tide .entry h4,
.section-farming.skrollable-after .section-head h2,
.section-danger p {
	-webkit-transition: top 0.4s 0.7s, opacity 0.4s 0.7s;
			transition: top 0.4s 0.7s, opacity 0.4s 0.7s;
}

.recipe-title h1,
.inner-company:nth-child(1) img,
.section-tide .section-head p,
.section-tide .entry p,
.section-farming.skrollable-after .section-head p,
.open .section-danger li:nth-child(1) {
	-webkit-transition: top 0.4s 1s, opacity 0.4s 1s;
			transition: top 0.4s 1s, opacity 0.4s 1s;
}

.recipe-title h1 + ul,
.page-template-retailers-page .nav-tab,
.page-template-static-retailers-page .nav-tab,
.page-template-food-service-page .nav-tab,
.page-template-static-foodservice-page .nav-tab,
.page-template-static-chef-buyers-page .nav-tab,
.page-template-chefs-buyers-page .nav-tab,
.inner-company:nth-child(2) img,
.section-farming.skrollable-after .section-body,
.open .section-danger li:nth-child(2) {
	-webkit-transition: top 0.4s 1.3s, opacity 0.4s 1.3s;
			transition: top 0.4s 1.3s, opacity 0.4s 1.3s;
}

.recipe-meta,
.section-retailers img,
.section-foodservice .section-head img,
.section-chefs-slider .section-head h6,
.inner-company:nth-child(3) img,
.open .section-danger li:nth-child(3) {
	-webkit-transition: top 0.4s 1.6s, opacity 0.4s 1.6s;
			transition: top 0.4s 1.6s, opacity 0.4s 1.6s;
}

.recipe-slider,
.section-retailers h2,
.section-foodservice .section-head h2,
.section-chefs-slider .section-head h2,
.open .section-danger li:nth-child(4) {
	-webkit-transition: top 0.4s 1.9s, opacity 0.4s 1.9s;
			transition: top 0.4s 1.9s, opacity 0.4s 1.9s;
}


.section-retailers p,
.section-foodservice .section-head p,
.section-chefs-slider .section-head p {
	-webkit-transition: top 0.4s 2.3s, opacity 0.4s 2.3s;
			transition: top 0.4s 2.3s, opacity 0.4s 2.3s;
}

.chefs-slider,
.retailers,
.section-foodservice .section-head a {
	-webkit-transition: top 0.4s 2.7s, opacity 0.4s 2.7s;
			transition: top 0.4s 2.7s, opacity 0.4s 2.7s;
}

.section-foodservice .section-head a {
	-webkit-transition: top 0.4s 2.7s, opacity 0.4s 2.7s, background 0.5s, border 0.5s;
			transition: top 0.4s 2.7s, opacity 0.4s 2.7s, background 0.5s, border 0.5s;
}

/* 0.2 seconds */

.company-farms .company-farm .entry.visible h6,
.about-inner .entry h6,
.chefs-provider .entry h6,
.about-inner .entry h6,
.section-impact .section-head h6 {
	-webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s;
			transition: top 0.3s 0.3s, opacity 0.3s 0.3s;
}

.company-farms .company-farm .entry.visible h2,
.about-inner .entry h2,
.chefs-provider .entry h2,
.about-inner .entry h2,
.section-impact .section-head h2 {
	-webkit-transition: top 0.3s 0.6s, opacity 0.3s 0.6s;
			transition: top 0.3s 0.6s, opacity 0.3s 0.6s;
}

.company-farms .company-farm .entry.visible .weather,
.about-inner .entry p,
.chefs-provider .entry li,
.about-inner .entry p,
.section-impact .section-head p {
	-webkit-transition: top 0.3s 0.9s, opacity 0.3s 0.9s;
			transition: top 0.3s 0.9s, opacity 0.3s 0.9s;
}

.company-farms .company-farm .entry.visible p,
.about-inner .entry .btn-blue,
.chefs-provider .entry p,
.about-inner .entry .btn-blue,
.section-impact .section-socilas {
	-webkit-transition: top 0.3s 1.2s, opacity 0.3s 1.2s;
			transition: top 0.3s 1.2s, opacity 0.3s 1.2s;
}

.company-farms .company-farm .entry.visible .btn-blue,
.chefs-provider .section-actions .btn-blue,
.impact-inner:nth-child(1) {
	-webkit-transition: top 0.2s 1.4s, opacity 0.2s 1.4s;
			transition: top 0.2s 1.4s, opacity 0.2s 1.4s;
}

.impact-inner:nth-child(2) {
	-webkit-transition: top 0.2s 1.6s, opacity 0.2s 1.6s;
			transition: top 0.2s 1.6s, opacity 0.2s 1.6s;
}

.impact-inner:nth-child(3) {
	-webkit-transition: top 0.2s 1.8s, opacity 0.2s 1.8s;
			transition: top 0.2s 1.8s, opacity 0.2s 1.8s;
}

.impact-inner:nth-child(4) {
	-webkit-transition: top 0.2s 2s, opacity 0.2s 2s;
			transition: top 0.2s 2s, opacity 0.2s 2s;
}

.member-bio .section-head a {
	-webkit-transition: top 0.4s 1.5s, opacity 0.4s 1.5s, background 0.5s, border 0.5s;
			transition: top 0.4s 1.5s, opacity 0.4s 1.5s, background 0.5s, border 0.5s;
}

.chefs-provider .section-actions .btn-blue,
.about-inner .entry .btn-blue {
  -webkit-transition: top 0.2s 1.7s, background 0.4s, color 0.4s, border 0.4s, opacity 0.2s 1.7s;
          transition: top 0.2s 1.7s, background 0.4s, color 0.4s, border 0.4s, opacity 0.2s 1.7s;
}

/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */

.section-news { padding: 80px 0 70px; background: #f6f8fa; }
.section-news .section-filters { }

.section-news .form-filters { float: left; }
.section-news .form-row { margin-right: 0; }
.section-news .filters-nav { float: right; }
.section-news .filters-nav ul { list-style: none outside none; overflow: hidden; }
.section-news .filters-nav li { margin-left: 20px; float: left; }
.section-news .filters-nav a { display: block; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 27px; font-weight: 700; color: #0b0d25; letter-spacing: 0.1em; }
.section-news .filters-nav a:active,
.section-news .filters-nav a:focus,
.section-news .filters-nav a:hover { color: #c46b34; }

.section-news .section-body { text-align: center; }
.news { padding-bottom: 40px; list-style: none outside none; overflow: hidden; margin: 0 -9px; text-align: left; }
.new { position: relative; float: left; width: 335px; margin: 0 9px 30px; background: #fff; }
.new-image { width: 690px; }

.new-entry { padding: 30px 26px 20px 36px; width: 335px; box-sizing: border-box; }
.new-entry h6 { padding-bottom: 32px; font-family: 'Mark', sans-serif; font-size: 10px; line-height: 1.2; letter-spacing: 0.1em; color: #c46b34; }
.new-entry h2 { max-height: 132px; padding-bottom: 3px; margin-bottom: 17px; font-size: 30px; line-height: 1.13; color: #0b0d25; overflow: hidden; }
.new-entry h2 a { color: inherit; }
.new-entry h5 { display: none; padding-bottom: 5px; font-family: 'Mark', sans-serif; font-size: 16px; line-height: 1.2; color: #0b0d25;  }
.new-entry p { padding-bottom: 58px; font-size: 15px; line-height: 1.2; color: #576573; }
.new-entry .btn-blue { position: absolute; bottom: 0; left: 36px; padding: 0 28px; }

.new .inner-image { display: block; width: 355px; height: 100%; }
.new .inner-image img { width: 100%; height: auto; }

.section-intro-brochures-news .section-intro h1 { padding-bottom: 6px; }
.section-intro-brochures-news .section-intro { position: relative; padding-bottom: 104px; }

.new:hover .new-entry .btn-blue:hover { color: #0b0d25; }
.new:hover { background: #0b0d25; }
.new:hover .new-entry p,
.new:hover .new-entry h5,
.new:hover .new-entry h2 { color: #fff; }
.new:hover .new-entry .btn-blue { color: #fff; border-color: #fff; }

.new:hover,
.new:hover .new-entry p,
.new:hover .new-entry h5,
.new:hover .new-entry h2 ,
.new:hover .new-entry .btn-blue,
.new,
.new .new-entry p,
.new .new-entry h5,
.new .new-entry h2 ,
.new .new-entry .btn-blue {
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}

/* ------------------------------------------------------------ *\
	Call Action
\* ------------------------------------------------------------ */

.call-action { position: fixed; bottom: 0; left: 0; right: 0; z-index: 544; padding: 12px 0; background: rgba(11,13,37,0.95); }
.call-action .shell { overflow: hidden; text-align: center; }
.call-action-avatar { float: left; max-width: 66px; margin-right: 34px; }
.call-action-avatar img { width: 100%; height: auto; }

.call-action-name { float: left; text-align: left; padding: 17px 0 0; }
.call-action-name h1,
.call-action-name h3 { line-height: 1; color: #fff; font-weight: 700; }
.call-action-name h1 { padding-bottom: 6px; font-size: 19px; }
.call-action-name h3 { font-family: 'Mark', sans-serif; font-size: 10px; letter-spacing: 0.1em; }

.call-action-links { padding-top: 18px; display: inline-block; text-align: center; vertical-align: middle; }
.call-action-links span,
.call-action-links a { position: relative; margin: 0 27px; display: inline-block; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 1.33; color: #fff; font-weight: 700; }
.call-action-links a.link-mail { color: #e1f4ed; }

.call-action-links span:before,
.call-action-links a:before { position: absolute; top: 0; bottom: 0; left: -27px; height: 100%; width: 1px; display: block; content: ""; background: #505374; opacity: 0; }
.call-action-links a ~ a:before { opacity: 1; }

.call-action-btn { float: right; padding-top: 18px; }
.call-action-btn .btn-white { padding: 0 24px; }

.has-bottom-bar .wrapper { padding-bottom: 118px; }

/* ------------------------------------------------------------ *\
	Additional CSS
\* ------------------------------------------------------------ */

.top-spacing-section { height: 94px; }

.foodservice-mail .validation_message,
.foodservice-mail .validation_error { display: none; }
.foodservice-mail .gfield_error input { border: 2px solid #c46b34; }
.foodservice-mail .gform_confirmation_wrapper { float: right; padding-top: 6px; line-height: 1.53; color: #fff; font-family: 'Mark', sans-serif; font-weight: bold; }

.error404 .newsdetail-post { padding-top: 60px; }
.error404 .newsdetail-posts { padding-bottom: 40px; }

.section-nav-tab { padding-bottom: 0; }
.section-chefs-slider,
.section-team,
.section-company { padding-top: 67px; }
.section-danger { padding-top: 60px; }

.sections-holder { position: relative; }
.inner-section-wrapper { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.inner-section-wrapper.active { position: relative; opacity: 1; visibility: visible; }

.new-entry .btn-blue { margin-bottom: 30px;  }
.new-entry a { color: inherit; }
.articles { list-style-type: none; }
.articles .error404 { padding-top: 20px; }
.articles .error404 p { font-family: 'Mark', sans-serif; font-size: 20px; }

.section-dishes .recipes-blog h6,
.new-entry h6,
.section-news .filters-nav a,
.widget_post .entry h6,
.widget_category .widget-inner h6,
.widget_recipes .entry h6,
.newsdetail-post-mail .gform_button,
.newsdetail-post-yellow h6,
.brochure h6,
.section-default-popup .gform_button,
.foodservice-stories .nav-utilities li a,
.chefs-partners .entry h6,
.section-about .entry h6,
.about-health h6,
.retailer-post h6,
.retailer .entry h6,
.section-dishes .entry h6,
.recipe-title h6 { text-transform: uppercase; }
.recipe-content .post-suggested li h5 { display: inline-block; margin-left: 36px; font-size: 16px; line-height: 1.2; color: #0b0d25; font-weight: 700; vertical-align: middle; }
.admin-bar .header { top: 32px; }
.recipe-meta p { text-transform: uppercase; }
.recipe-meta a,
.recipe-meta strong { text-transform: none; }
.more-recipe li { margin-bottom: 5px; }
.more-recipe li .entry p a { display: block; overflow: hidden; }
.newsdetail-post-mail .gform_confirmation_message { font-family: 'Mark', sans-serif;  color: #fff; font-weight: bold; }
.newsdetail-post-mail .validation_message { color: #fff; font-style: italic; }
.newsdetail-post-mail .validation_error,
.footer-mail .validation_error,
.footer-mail .validation_message,
.footer-mail .gfield_required { display: none; }
.footer-mail .gfield_error input { border-color: #c46b34; }

.recipe-entry { position: relative; }
.recipe-entry .recipe-link { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; }
.recipe-entry .recipe-difficulty-image { position: absolute; top: -38px; right: 17px; width: 68px; z-index: 50; height: auto; display: block; }

.form-filters .select-nav a { text-transform: uppercase; }
.section-dishes .recipes li { background: #fff; }
.section-dishes .recipes li.recipes-blog { background: #ffbc54; }

.map-meta ul li:hover { cursor: pointer; }

.section-default-popup .validation_error,
.coupon-popup .validation_error { display: none; }
.section-default-popup .validation_message,
.coupon-popup .validation_message { color: #fff; font-size: 14px; font-style: italic; }
.section-default-popup .gform_footer,
.coupon-popup .gform_footer { text-align: center; }
.section-default-popup .gform_confirmation_wrapper,
.coupon-popup .gform_confirmation_wrapper { color: #fff; }

.section-retailers-consumer { background: #f6f8fa !important; }

.page-template-templatespurpose-page-php .company-text-slider { height: auto; padding: 94px 0 105px; }

.purpose-about-tablet,
.nav-tab .additional-element { display: none; }

@media (max-width: 979px) {
  .footer .copyright p { float: none; width: 100%; }
  .footer .copyright ul  { float: none;}
	.section-nav-tab { padding-bottom: 0; }
	.section-chefs-slider,
	.section-team,
	.section-company,
	.section-danger { padding-top: 50px; }
  .footer-mail-inner h6,
  .footer-mail-inner p,
  .footer-mail-inner { width: 100%; display: block; }
  .footer-mail .footer-form-btn { width: 100%; box-sizing: border-box; }
  .footer-socials { margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
	Media - Mobile WordPress admin bar
\* ------------------------------------------------------------ */

@media (max-width: 782px) {
	#wpadminbar { position: fixed; }
}

@media (max-width: 767px) {
  .section-contact-popup .popup-form { min-width: 0; }

	.page-template-templatespurpose-page-php .company-text-slider { padding: 60px 15px; }
	.admin-bar .header { top: 46px; }
	.section-nav-tab { padding-bottom: 0; }
	.section-chefs-slider,
	.section-team,
	.section-company,
	.section-danger { padding-top: 15px; }
}

/* ------------------------------------------------------------ *\
    Media - Small desktop, tablets in landscape
\* ------------------------------------------------------------ */

@media (max-width: 1580px) {

    .nav { display: table-column; }
    .home .nav-center,
    .fixed .nav-center { display: inline-block; float: none; margin: 0 auto; }
    .home .nav.right,
    .fixed .nav.right,
    .home .nav.left,
    .fixed .nav.left { height: 0; opacity: 0; visibility: hidden; }
    .home .link-recipes { background: #c46b34; padding: 0 40px; color: #fff; }

    .recipe-title .shell { width: 1220px; }

}

@media (max-width: 1350px) {

    .slider-popup,
    .chefs-slider .slider-clip,
    .slider-popup .slider-clip,
    .recipe-slider .slider-clip,
    .newsdetail-slider .slider-clip,
    .member-slider .slider-clip { width: 1100px; display: inline-block; margin: 0 auto; }
    .member-bio-slider .bx-prev,
    .slider-large .bx-prev { right: auto; left: -50px; margin-left: 0px; }
    .member-bio-slider .bx-next,
    .slider-large .bx-next { right: -50px; margin-right: 0; }

    .member-slider { max-height: 535px; overflow: hidden; }
    .recipe-title .shell { width: 1110px; }
    .recipe-meta { padding: 17px 40px 19px; }

    body.hover .logo { display: none; }

    .video-wrapper { position: relative; padding-bottom: 46%; padding-top: 25px; height: 0; }
    .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}

@media (max-width: 1270px) {

    .recipe-title .shell { width: 1100px; }

}

@media (max-width: 1200px) {

    body { min-width: 100%; }
    .container { overflow: hidden; }

    .shell,
    .recipe-title .shell,
    .recipe-content .shell { width: 980px; }

    .link-title-mobile,
    .link-journal,
    .link-recipes,
    .nav li a { font-size: 10px; }

    .menu-inner-wrapper ul li { width: 47%; margin: 0 0.5% 13px; }

    body.hover .logo { display: none; }

    .nav li { padding: 0 10px; }
    .link-title-mobile,
    .link-journal { margin: 0 10px; }

    .fixed .link-recipes,
    .link-recipes { background: #c46b34; padding: 0 40px; color: #fff; }

    .about-health li { width: 310px; height: 310px; }
    .about-health li:first-child { margin-left: 4px; }
    .about-health h6 { padding-top: 30px; }

    .section-intro p br { display: none; }

    .section-about .entry { width: 450px; }
    .slider-about .shell { width: 90%; padding: 0 5%; }
    .section-recipes ul { padding: 58px 5% 58px; }

    .inner-company,
    .brochure { width: 310px; margin-bottom: 21px; }
    .inner-company:first-child,
    .brochure:first-child, .brochure:nth-child(3n+1) { margin-left: 4px; }
    .brochure-image { height: 312px; }

    .recipes-search .searchfield { width: 630px; }

    .stores-logos li { margin: 0 10px; }

    .chefs-testimonials h3 { padding: 0 15px 30px; }
    .slider-popup,
    .slider-popup .slider-clip,
    .chefs-slider .slider-clip,
    .newsdetail-slider .slider-clip,
    .recipe-slider .slider-clip,
    .member-slider .slider-clip { width: 86%; display: inline-block; margin: 0 auto; }
    .member-bio-slider .bx-prev,
    .slider-large .bx-prev { right: auto; left: -50px; margin-left: 0px; }
    .member-bio-slider .bx-next,
    .slider-large .bx-next { right: -50px; margin-right: 0; }

    .slider-popup,
    .slider-popup .slider-clip { width: 960px; }

    .section-chefs-sign { padding: 34px 10px 29px; width: auto; }
    .section-chefs-sign .shell { width: 100%; }

    .seafood-solutions li { width: 305px; padding: 33px 20px 44px; }
    .seafood-solutions li:first-child,
    .seafood-solutions li:nth-child(3n+1) { margin-left: 5px; }
    .seafood-solutions .list-image { margin: 0 20px 0 15px; }

    .company-farms .company-farm .entry,
    .chefs-provider .entry { width: 460px; }
    .chefs-partners .entry { margin-left: 15px; }
    .company-farms .company-farm .weather { padding-top: 30px; }
    .company-farms .company-farm .entry { padding: 0 30px; }

    .fact-slider { width: 650px; }
    .fact-entry { width: 320px; padding: 0 15px 0 36px; }

    .foodservice { width: 230px; margin: 0 0 15px 15px; }
    .foodservice:nth-child(3n+1), .foodservice:first-child { margin-left: 3px; }
    .foodservice.foodservice-post h2 { padding: 0 20px; font-size: 35px; }
    .foodservice-stories .nav-utilities li a { padding: 0px 18px; }

    .foodservice-mail .shell,
    .foodservice-stories .section-body { width: 98%; padding: 34px 1% 31px; }
    .foodservice-stories .entry { width: 620px; }

    .foodservice-mail .gfield input { width: 250px; }

    .newsdetail-posts .content { width: 610px; margin-left: 5px; }
    .newsdetail-posts .sidebar { margin-right: 5px; }

    .gallery-single { width: 310px; }
    .gallery-image { height: 310px; }
    .gallery-single:first-child,
    .gallery-single:nth-child(3n+1) { margin-left: 4px; }

    .section-superfood .entry { width: 378px; margin-left: 3px; }

    .newsdetail-posts-single .shell { width: 100%; }
    .newsdetail-posts-single .content { width: 90%; padding: 0 5%; }
    .newsdetail-post-mail .gfield input { width: 390px; }
    .section-tide .entry { width: 445px; }

    .section-farming .farming { width: 300px; height: 300px; }
    .section-farming .farming img { height: 50px; margin-bottom: 15px; }
    .section-farming .farming h4 { font-size: 17px; }

    .impact-inner { width: 230px; }

    .purpose-about { width: 640px; }
    .purpose-about .entry { padding: 0 15px; width: 280px; }
    .purpose-fact h6 { padding: 20px 0 16px; }
    .purpose-about img { width: 335px; }

    .section-filters { width: 90%; margin: 0 5%; }

    .recipe-meta { padding: 15px 30px; }
    .recipe-meta li { margin-left: 10px; }
    .recipe-socials li { margin-left: 0; }

    .section-recipes li.recipes-easy img.recipes-easy-image { top: -40px; }

    .section-ingredients { width: 365px; }
    .section-ingredient { padding: 30px 10px; }
    .ingredient li span { width: 245px; }
    .recipe-content .section-post { width: 590px; margin-right: 5px; }
    .recipe-content .post-suggested { padding: 0 40px 0 33px; width: 270px; }
    .recipe-content .post-chef-tip { width: 310px; }
    .more-recipe .entry { width: 170px; }
    .meet-other .entry { padding: 17px 64px 0 15px; max-width: 106px; }

    .team-member { width: 230px; }
    .team-member-image,
    .team-member-image img { width: 100%; height: auto; }

    .stores-map .section-body { width: 90%; margin: 0 5% 30px; }
    .stores-map .map-holder,
    .google-map { width: 625px; }
    .stores-map .map-meta { width: 210px; }

    .footer-nav li { padding-right: 30px; }
    .footer-mail .gfield_label,
    .footer-find h6 { font-size: 13px; }
    .footer-partners { padding-right: 11px; }
    .copyright strong,
    .copyright a { padding-right: 15px; }

    .footer-mail { width: 571px; }
    .footer-find { max-width: 384px; }

    .recipe-content .post-foot { padding-top: 27px; }

    .section-news .section-filters { width: 100%; margin: 0; }
    .section-news .filters-nav li { margin-left: 10px; }

    .new { width: 310px; }
    .new-image { width: 640px; }

    .new .inner-image { width: 340px; }
    .new-entry { padding: 30px 16px 0; width: 295px; }
    .new-entry p { padding-bottom: 80px; }
    .new-entry .btn-blue { left: 16px; }
    .new-entry h6 { padding-bottom: 20px; }

    .section-mission { opacity: 1; }
    .company-story .section-right { width: 650px; }

    .impact-points { padding: 0 10px 20px; }

    /* Animations */

    /* with skroller */
    .chefs-provider .entry h6,
    .chefs-provider .entry h2,
    .chefs-provider .entry ul,
    .chefs-provider .entry p,
    .chefs-provider .section-actions,
    .chefs-slider,
    .about-inner .entry h6,
    .about-inner .entry h2,
    .about-inner .entry p,
    .about-inner .entry .btn-blue,
    .company-farms .company-farm h6,
    .company-farms .company-farm h2,
    .company-farms .company-farm .weather,
    .company-farms .company-farm p,
    .company-farms .company-farm .btn-blue,
    .company-farms .section-head h6,
    .company-farms .section-head h2,
    .company-farms .section-head p,
    .company-text-slider .logo-inner,
    .company-text-slider h2,
    .section-impact .section-head h6,
    .section-impact .section-head h2,
    .section-impact .section-head p,
    .section-impact .section-socilas,
    .impact-inner,
    .section-tide .section-head h6,
    .section-tide .section-head h2,
    .section-tide .section-head p,
    .section-tide .entry h6,
    .section-tide .entry h4,
    .section-tide .entry p,
    .section-farming .section-head h2,
    .section-farming .section-head h6,
    .section-farming .section-head p,
    .section-farming .section-body,
    .purpose-image .logo-inner,
    .purpose-image h2,
    .purpose-image a,
    .slider-about h6,
    .slider-about h1,
    .slider-about p,
    .slider-about a,
    .foodservice-video,
    .section-mission .section-logo,
    .section-mission h1,
    .section-mission a { top: 0; opacity: 1; }

    .footer-partners.footer-tablet a { padding: 0; margin: 0 10px 0 0; }
    .section-logos li { margin: 0 10px; }

    .mfp-wrap + .container .header,
    .mfp-wrap + .container .call-action { margin-right: 0; }

    .footer-mail-inner,
    .footer-find-inner { width: 210px; }
    .footer-mail .gfield_label { width: 250px; text-align: left; padding-left: 20px; }
    .footer-mail .gfield_label .gfield_description { padding-left: 0; }
    .footer-mail .ginput_container { margin-left: 0; }
    .footer-mail-inner,
    .footer-find-inner { text-align: left; }
    .footer-find p { text-align: left; }

    .footer-partners a,
    .chefs-partners-logos li { margin: 0 25px 15px; }

}

@media (max-width: 1024px) {
  .section-contact-popup .mfp-close { margin-right: -400px; }
}
/* ------------------------------------------------------------ *\
    Media - Tablets in portrait
\* ------------------------------------------------------------ */

@media (max-width: 979px) {

    .video-wrapper { padding-bottom: 44%; }

    body.hover .header:after,
    body.hover:after { opacity: 0; visibility: hidden; }
    body.hover .logo { opacity: 1; visibility: visible; }

    .intro-bg,
    .intro-bg.intro-bg-mobile { display: none; }
    .intro-bg.intro-bg-tablet { display: block; }

    .shell,
    .recipe-title .shell,
    .recipe-content .shell { width: 740px; }

    .hide-on-mobile { display: none; }

    .tablet-show { opacity: 1 !important; visibility: visible !important; }
    .desktop-show,
    .mobile-show { visibility: hidden !important; opacity: 0 !important; }

    .footer-find .btn-find { line-height: 29px; }
    .btn-orange { line-height: 26px; }

    /* Header */

    .btn-menu { display: block; width: 11px; height: 11px; float: left; margin: 15px 0 0 10px; background: url(images/btn-menu.png) no-repeat 0 0; background-size: 11px 11px; }
    .nav.right,
    .nav-center,
    .fixed .nav-center,
    .home .nav-center,
    .nav.left { display: none; }

    .link-journal,
    .link-title-mobile,
    .link-recipes,
    .nav li a { line-height: 41px; }

    body.hover .logo { display: none; }
    .logo { top: 11px; width: 82px; height: 61px; }
    .logo:before { background-size: 82px 61px; }
    .logo:after { left: -28px; top: -10px; height: 88px; width: 136px; }

    .mobile-navigation { position: fixed; top: 0; left: -385px; z-index: 5555; padding: 105px 0 0 30px; display: block; width: 385px; height: 100vh; background: #fff; box-sizing: border-box; box-shadow: inset -1px -4px 9px 0 rgba(0,0,0,0.1); }
    .mobile-navigation .logo-mobile { width: 171px; height: 128px; display: block; background: url(images/logo.png?v=2) no-repeat 0 0; background-size: 171px 128px; }

    .mobile-navigation .nav-mobile { margin: 40px 0 20px 3px; display: inline-block; border-bottom: 1px solid #c0c1ca; }
    .mobile-navigation .nav-mobile ul { list-style: none outside none; }
    .mobile-navigation .nav-mobile li { padding-bottom: 20px; }
    .mobile-navigation .nav-mobile a { font-family: 'Mark', sans-serif; font-size: 20px; line-height: 1.2; color: #0b0d25; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
    .mobile-navigation .nav-mobile .current-menu-item > a,
    .mobile-navigation .nav-mobile a:hover { color: #c46b34; opacity: 1; }

    .mobile-navigation .nav-mobile .sub-menu li { padding: 13px 0 1px 15px; }
    .mobile-navigation .nav-mobile .sub-menu a { text-transform: none; font-size: 15px; }

    .mobile-navigation h4 { padding-left: 3px; font-size: 20px; line-height: 1.2; color: #0c0e26; }

    .mobile-navigation .nav-socials-mobile { padding-top: 20px; }
    .mobile-navigation .nav-socials-mobile ul { list-style: none outside none; }
    .mobile-navigation .nav-socials-mobile li { padding: 0 20px 0 5px; display: inline-block; vertical-align: top; }
    .mobile-navigation .nav-socials-mobile a { font-size: 20px; color: #c46b34; }
    .mobile-navigation .nav-socials-mobile a:hover { opacity: 1; color: #0b0d25; }

    .active-nav .mobile-navigation { left: 0; }
    .container { position: relative; left: 0; }
    .active-nav .container { position: relative; left: 385px; overflow: hidden; }
    .active-nav .header { left: 385px; right: -385px; }

    .active-nav .mobile-navigation,
    .active-nav .container,
    .active-nav .header,
    .mobile-navigation,
    .container,
    .header {
        -webkit-transition: all 0.9s;
                transition: all 0.9s;
    }

    .mfp-close-btn-in .mfp-close { font-size: 16px; }

    /* Intro */

    .intro .entry h1 { padding: 0 15px 10px; }
    .intro .entry p { padding: 0 150px 20px; }

    .section-intro .entry { padding: 0 20px; }
    .section-intro.section-intro-recipes { padding-top: 130px; }

    .section-intro { padding: 150px 0 100px; }
    .section-nav-tab { padding: 50px 0; }
    .section-intro.section-intro-store { padding: 154px 0 148px; }
    .section-intro-store h6 { padding-bottom: 9px; }
    .section-intro-store h1 { padding-bottom: 21px; }

    .page-template-retailers-page .section-nav-tab,
    .page-template-food-service-page .section-nav-tab { padding-bottom: 0; }

    .home .intro-logo { margin-top: 0; }

    /* Section Superfood */

    .section-superfood { padding: 32px 0 71px; }
    .section-superfood-about { padding: 0; }

    .section-superfood .entry { float: none; margin: 0 auto 53px; }

    .section-superfood .section-image { float: none; margin: 0 auto; text-align: center; }
    .section-superfood .sticker { opacity: 1; }

    /* Store Slider */

    .store-slider { text-align: center; }
    .store-slider .entry,
    .store-slider .slider-clip { width: 510px; height: auto; display: block; margin: 0 auto; }

    /*.store-slider .slide img.fsr-hidden { display: block; }*/
    .store-slider .slide img.fsr-element { position: static; }
    .store-slider .slide { display: block; margin: 0 auto; }
    .store-slider .bx-wrapper,
    .store-slider .bx-viewport { overflow: visible !important; }

    /* Section Recipes */

    .section-recipes ul { padding: 50px 0; }
    .section-recipes .entry { padding: 10px; }
    .section-recipes .entry h4 { height: 76px; }
    .section-recipes li.recipes-easy img.recipes-easy-image { top: -20px; right: 2px; width: 40px; }

    /* Section Facts */

    .section-facts { text-align: center; }
    .fact-slider,
    .section-facts .shell { width: 690px; }
    .fact-slider { margin: 0 auto 30px; float: none; text-align: left; height: auto !important; }
    .fact-entry { float: right; margin: 0 auto; text-align: left; }
    .fact-slider .bx-viewport,
    .fact-slider .slide { max-height: 388px; }
    .page-template-our-company-page .fact-slider { height: auto !important; }

    .section-post iframe { height: 200px; }

    /* About Health */

    .about-health { position: relative; padding: 0 0 60px; }
    .about-health .shell { width: 100%; }
    .about-health h1 { font-size: 30px; }
    .about-health p { padding: 0 30px 20px; }

    .about-health .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .about-health .bx-viewport { padding: 0; margin: 0 auto; width: 351px !important; height: auto !important; overflow: visible !important; }

    .about-health .inner-slider { overflow: hidden; text-align: center; }
    .about-health li { width: 310px !important; margin: 0 20px; }

    .inner-slider-health { opacity: 0; }

    .section-about .bx-prev,
    .section-farming .bx-prev,
    .section-company .bx-prev,
    .section-tide .bx-prev,
    .about-health .bx-prev { top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
    .section-about .bx-next,
    .section-farming .bx-next,
    .section-company .bx-next,
    .section-tide .bx-next,
    .about-health .bx-next { top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
    .section-about .bx-prev,
    .section-about .bx-next { top: 46%; }

    .page-template-about-page .bx-prev.disabled,
    .page-template-about-page .bx-next.disabled { display: block; opacity: 0.5; }
    .page-template-about-page .bx-prev:hover,
    .page-template-about-page .bx-next:hover { opacity: 1; }
    .page-template-about-page .section-about .bx-prev { right: 48px; }

    .page-template-about-page .store-slider .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; }
    .page-template-about-page .store-slider .bx-next { background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; }

    /* Section About */

    .section-about .shell { width: 100%; }
    .section-about .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-about .bx-viewport { padding: 0; margin: 0 auto; width: 574px !important; overflow: visible !important; }
    .section-about h1 { font-size: 30px; }
    .section-about p { padding: 0 40px 30px; }

    .section-about .section-slides { overflow: hidden; text-align: center; }
    .section-about .about-inner { margin: 0 30px; width: 514px !important; }
    .section-about .entry { padding: 0 54px; float: none; width: 514px; }
    .section-about .about-image { width: 514px; float: none; }
    .section-about .entry p { padding-bottom: 10px; }


    /* Section Danger */

    .section-danger { padding: 12px 0 27px; }
    .section-danger h2 { padding: 0 150px 29px; font-size: 30px; }
    .section-company .section-head p,
    .section-danger p { padding: 0 130px 55px; }
    .section-danger li { padding-bottom: 20px; width: 43%; }
    .section-danger .entry p { line-height: 1.5; }

    /* Section Tide */

    .section-tide { padding: 58px 0 30px; }
    .section-tide .shell { width: 100%; }
    .section-tide .section-head h2 { margin-top: 5px; font-size: 30px; }
    .section-tide .section-head p { padding: 3px 110px 5px; }
    .section-tide .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-tide .bx-viewport { padding: 0; margin: 0 auto; width: 574px !important; overflow: visible !important; }

    .section-tide .entry-inner { padding-top: 45px; display: inline-block; }
    .section-tide .entry h4 { font-size: 35px; }

    .section-tide .section-body { overflow: hidden; text-align: center; }
    .section-tide .tide-inner { margin: 0 30px; width: 514px !important; }
    .section-tide .entry { float: none; width: 514px }
    .section-tide .tide-image { float: none; }


    .section-tide .entry { display: table; }
    .section-tide .entry-inner { display: table-cell; vertical-align: middle; padding: 0; }


    /* Section About More */

    .section-about-more { text-align: center; }
    .section-about-more h5 { font-size: 14px; float: none; width: 100%; padding: 0; }
    .section-about-more h5 strong { font-size: 16px; }
    .section-about-more a { float: none; display: inline-block; margin: 10px auto 0; }

    /* Section Farming */

    .section-farming { padding: 62px 0 61px; }
    .section-farming .shell { width: 100%; }

    .section-farming .section-head { padding-bottom: 34px; }
    .section-farming .section-head h6 { padding-bottom: 20px; }
    .section-farming .section-head h2 { font-size: 30px; padding-bottom: 22px; }
    .section-farming .section-head p { padding: 0 50px; }

    .section-farming .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-farming .bx-viewport { padding: 0; margin: 0 auto; width: 340px !important; height: auto !important; overflow: visible !important; }
    .section-farming .inner-slider { overflow: hidden; text-align: center; }
    .section-farming .farming { width: 300px !important; margin: 0 20px; }
    .section-farming .farming p { padding: 2px 50px 0; }

    /* Section Impact */

    .section-impact { padding: 55px 0; }
    .section-impact .section-head { padding: 0 20px; }
    .section-impact .section-head h2 { font-size: 30px; }
    .section-impact .section-head p { padding: 0 30px; }
    .section-impact .section-body { width: 70%; margin: 0 15%; }
    .impact-inner:nth-child(2n+1) { margin-left: 0; }
    .impact-inner { margin-top: 10px; margin-bottom: 10px; }
    .section-impact .section-socilas { padding: 24px 0 34px; }
    .section-impact .section-body + p { padding-top: 37px; }

    /* Purpose Fact */

    .purpose-fact { text-align: center; }
    .purpose-fact .shell { max-width: 690px; }

    .purpose-about { float: none; margin: 0 auto 15px; text-align: left; overflow: hidden; width: 690px; }
    .purpose-about-slider { float: right; margin: 0 auto; text-align: left; }
    .purpose-about .entry { padding: 0 20px 0 45px; width: 355px; }
    .purpose-about .btn-blue { margin-bottom: 15px; }
    .purpose-fact h2 { padding-bottom: 24px; }
    .purpose-fact h6 { padding-top: 48px; }

    /* Section Company */

    .section-company { padding: 10px 0 0; }
    .section-company .shell { width: 100%; }
    .inner-company { float: left; width: 334px !important; margin: 0 10px; }
    .inner-company:first-child { margin-left: 10px; }
    .inner-company h6 { padding-bottom: 25px; }

    .section-company .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-company .bx-viewport { padding: 0; margin: 0 auto; width: 354px !important; height: auto !important; overflow: visible !important; }
    .section-company .inner-slider { overflow: hidden; text-align: center; }
    .section-company .section-head h2 { font-size: 30px; }
    .section-company .section-head p { padding-bottom: 60px; }

    .company-testimonial { padding-top: 65px; }

    /* Company Story */

    .company-story { padding: 57px 0; text-align: center; }
    .company-story .section-left,
    .company-story .section-right { width: 515px; float: none; margin: 0 auto; text-align: left; }
    .company-story .section-left { margin-bottom: 0; }

    .company-story .section-left .btn-blue { margin-bottom: 29px; }

    .inner-company .entry { text-align: left; }

    /* Company Farms */

    .company-farms { padding: 60px 0 64px; }
    .company-farms .section-head h2 { padding: 5px 0 18px; font-size: 30px; }
    .company-farms .company-farm .entry,
    .company-farms .company-farm .section-image { width: 514px; float: none; margin: 0 auto; }
    .company-farms .company-farm .entry { padding: 0 63px; }

    .company-farms .section-head { padding-bottom: 57px; }
    .company-farms .section-foot p { padding-bottom: 38px; }

    .company-farms .company-farm .entry { display: none; }
    .company-farms .company-farm .entry-tablet { display: block; }

    .page-template-our-company-page .section-facts .shell { width: 710px; }

    .slider-about .shell { width: auto; padding: 0 40px; }
    .slider-about h1 { padding-bottom: 34px; }
    .slider-about,
    .home .slider-about { background-size: 250px 86px; }

    /* Section Team */

    .section-team { padding-top: 10px; }
    .section-team .section-head h2 { padding-bottom: 22px; font-size: 30px; }
    .section-team .section-head p { padding: 0 130px 50px; }

    .member-bio .post { padding-bottom: 0; }
    .team-member { width: 200px; display: inline-block; vertical-align: top; margin: 0 22px 44px; }
    .team-member:first-child,
    .team-member:nth-child(3n+1),
    .team-member:nth-child(4n+1) { margin-left: 22px; }

    .member-content .section-left h3 { display: block; }
    .member-testimonials { padding-bottom: 30px; }

    .team-member-image { width: 200px; height: auto; }
    .team-member-image img { width: 200px; height: auto; }
    .section-team .section-foot p { padding: 0 75px 28px; }

    /* Member Bio */

    .member-bio .section-head { padding-top: 130px; }
    .member-bio .section-post { width: 340px; }
    .member-content .section-left { width: 320px; }
    .member-testimonials h2 { font-size: 30px; }
    .member-recipe-image { width: 125px; }

    /* Meet Other */

    .meet-other { width: 31%; }
    .meet-other-image { width: 100px; }

    .meet-others { padding: 31px 0 41px; }
    .meet-others .section-head { padding-bottom: 21px; }
    .meet-others .section-head h2 { font-size: 30px; }
    .meet-other .entry { padding: 15px 10px; width: 105px; }
    .meet-others .link-all { margin: 22px 15px 0 0; }
    .meet-other .entry h6 { font-size: 10px; }
    .meet-other .entry h3 { font-size: 16px; }
    .meet-other .entry h3 br { display: none; }

    /* Section Dishes */

    .section-dishes h1 { font-size: 30px; }
    .section-dishes .section-inner { padding-bottom: 36px; }
    .section-dishes .section-meta { padding-bottom: 26px; }

    .section-dishes .recipes li { min-height: 100px; margin-bottom: 10px; width: 31%; }
    .section-dishes .recipes li.recipes-easy img.recipes-easy-image { position: absolute; top: -22px; right: 5px; width: 40px; }

    .section-dishes .recipes li:nth-child(4n+1) { margin-left: 2%; }
    .section-dishes .recipes li:first-child,
    .section-dishes .recipes li:nth-child(3n+1) { margin-left: 0; }

    .section-dishes .entry { padding: 19px 10px 8px 24px; }
    .section-dishes .recipes-blog h2 { font-size: 26px; }
    .section-dishes .entry h4 { padding-bottom: 10px; font-size: 15px; }
    .section-dishes .entry h6 { padding-bottom: 5px; }

    .btn-orange { font-size: 10px; }

    .section-dishes ul.recipes { padding: 0; list-style: none outside none; text-align: left; overflow: hidden; }
    .section-dishes-slider .recipes li { float: left; width: 200px !important; margin: 0 24px; min-height: 10px; }
    .section-dishes-slider .recipes li:first-child,
    .section-dishes-slider .recipes li:nth-child(3n+1),
    .section-dishes-slider .recipes li:nth-child(4n+1) { margin: 0 24px; }

    .section-dishes .bx-wrapper { position: relative; padding: 0 10px; text-align: center; }
    .section-dishes .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }

    .section-dishes .bx-prev { left: -15px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-dishes .bx-next { right: -15px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-dishes .bx-prev.disabled,
    .section-dishes .bx-next.disabled { display: none; }

    .bx-prev.disabled,
    .bx-next.disabled { display: none; }

    .recipes-search .searchfield { width: 390px; }

    .section-filters { width: 100%; margin: 0; }
    .form-filters .form-controls { margin-right: 0; }
    .form-filters .form-row { margin-right: 0; }

    /* Video Controls */

    .video-controls span { padding: 0 10px; height: 30px; line-height: 30px; }
    .section-dishes .video-controls span { padding: 0 10px; }
    .video-controls .play { height: 30px; width: 30px; background-size: 7px 14px; }

    /* Recipe Title */

    .recipe-title-detail .entry { margin: 0 47px; }

    .recipe-title { padding-top: 129px; }
    .recipe-meta { padding: 15px; }
    .recipe-title img.batch { right: -58px; }
    .recipe-title h1 { padding-bottom: 30px; }
    .recipe-title h6 { padding-bottom: 17px; }
    .recipe-title .recipe-ico { margin-right: 5px; }

    .recipe-meta { margin-top: 18px; }
    .recipe-meta li { margin-left: 0; }

    .recipe-socials { position: absolute; bottom: 103px; right: 0; left: 0; text-align: center; }
    .recipe-socials ul { margin: 0 auto; float: none; }
    .recipe-socials li { padding-left: 10px; }
    .recipe-socials li a { font-size: 13px; }
    .recipe-slider.slider-large { background: none; }

    .recipe-slider span { font-size: 9px; line-height: 27px; font-weight: 400; padding-left: 53px; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 13px 7px; }

    .recipe-content { padding-top: 46px; }
    .recipe-content .section-post { width: 340px; }
    .recipe-content .post h2 { font-size: 32px; }

    .recipe-content .post-foot { padding-top: 0; margin-top: 27px; }
    .recipe-content .post-suggested { width: 100%; display: block; float: none; margin-bottom: 27px; height: auto !important; }
    .recipe-content .post-chef-tip { width: 100%; float: none; display: block; height: auto !important; }

    /* Section Ingredients */

    .section-ingredients { width: 310px; padding-left: 50px; }
    .section-ingredient { padding: 23px 27px 10px; margin: 0; width: 310px; box-sizing: border-box; }
    .section-ingredients h3 { padding: 0; margin: 0 0 20px; font-size: 18px; background-size: 17px 15px; }

    .ingredient h6 { padding: 0 0 1px; margin: 0; font-size: 8px; text-transform: uppercase; }
    .ingredient ul { padding: 8px 0 23px; margin: 0; }
    .ingredient li { overflow: hidden; }

    .ingredient li strong { width: 60px; padding-top: 2px; font-size: 11px; }
    .ingredient li span { width: 185px; font-size: 11px; }
    .recipe-content .post-foot { width: 310px; }
    .recipe-content p.breadcrumbs { padding: 0; line-height: 1.8; }
    .post-tags a { margin: 0 10px 10px 0; }

    /* More Recipe */

    .more-recipe li { width: 32%; }
    .more-recipe-image { width: 100px; }
    .more-recipe .entry { width: 120px; }
    .more-recipe .entry p { font-size: 11px; }

    /* Section Chefs Sign */

    .section-chefs-sign { padding: 25px 0; text-align: center; }

    .section-chefs-sign h5 { display: block; float: none; margin-bottom: 15px; }
    .section-chefs-sign a { display: inline-block; margin: 0 auto; float: none; }

    .seafood-solutions li { width: 46%; margin: 0 2% 20px; }
    .seafood-solutions li:first-child,
    .seafood-solutions li:nth-child(3n+1),
    .seafood-solutions li:nth-child(2n+1) { margin-left: 2%; }

    .seafood-solutions h2 { font-size: 30px; }

    /* Chefs Providers */

    .chefs-providers { padding: 65px 0 60px; text-align: center; }
    .chefs-provider .entry { text-align: left; width: 514px; float: none; margin-left: auto; margin-right: auto; }
    .chefs-provider .section-image { float: none; margin-left: auto; margin-right: auto; }

    .chefs-partners-logos { padding-right: 0; }
    .chefs-partners .entry { margin-left: 0; }

    /* Section Retailers */

    .retailers { width: 100%; }
    .retailer { width: 31%; }
    .retailer .entry { padding: 20px 15px 0 25px; }

    .section-retailers-consumer { padding-bottom: 0; }

    /* foodservice Stories */

    .section-foodservice .section-body { padding-bottom: 25px; }
    .section-foodservice iframe { height: 400px; }
    .foodservice { margin-bottom: 35px; }

    .foodservice:nth-child(3n+1) { margin-left: 15px; }
    .foodservice:nth-child(3n+1),
    .foodservice:first-child { margin-left: 3px; }

    .foodservice .entry h4 { padding-bottom: 15px; }
    .foodservice-stories .nav-utilities li { margin-bottom: 5px; }
    .foodservice-stories .entry { width: 100%; float: none; }

    .foodservice-stories .section-slider { margin-top: 22px; float: none; width: 100%; height: auto !important; }
    .foodservice-stories .slide-image,
    .foodservice-stories .slider-entry { width: 50%; float: left; box-sizing: border-box; }
    .foodservice-stories .bx-prev { right: 56.7%; }
    .foodservice-stories .bx-next { right: 50%; }

    .foodservice-stories .section-body { padding-top: 20px; }

    /* News Detail */

    .newsdetail-intro { padding: 130px 0 50px; }
    .newsdetail-posts .content { width: 50%; }
    .newsdetail-post-mail { padding: 11px 10px 17px; text-align: center; }
    .newsdetail-post-mail .gfield input { width: 300px; margin-bottom: 15px; }

    .newsdetail-posts-single .newsdetail-inner-slider { width: 70%; }
    .newsdetail-posts-single .content { width: 100%; box-sizing: border-box; }
    .newsdetail-posts-single .newsdetail-post-mail { padding: 30px; text-align: left; }
    .newsdetail-posts-single .newsdetail-post-mail .gfield input { width: 390px; margin-bottom: 0; }
    .newsdetail-inner-slider .slide span { font-size: 10px; padding-left: 50px; background-position: 18px center; }

    .slider-popup,
    .slider-popup .slider-clip { width: 100%; }
    .slider-popup .bx-prev,
    .slider-popup .bx-next { bottom: 8px; }

    .newsdetail-nav .nav-tab li { min-width: 230px; }
    .newsdetail-slider { padding-top: 46px; }

    .nav-tab li.current-menu-item a { box-shadow: 0 -6px 10px -1px rgba(0,0,0,0.1); }

    .newsdetail-post { padding-top: 50px; }
    .newsdetail-post h2 { padding-bottom: 15px; font-size: 30px; }
    .newsdetail-post-mail { margin: 6px 0 33px; }

    .newsdetail-post-yellow { margin: 34px 0 33px; }
    .newsdetail-posts { padding-bottom: 50px; }
    .newsdetail-posts .breadcrumbs { padding-top: 0; line-height: 2; }

    /* Stores Logos */

    .stores-logos .bx-wrapper { position: relative; }
    .stores-logos .bx-pager { display: none; }

    .stores-logos .bx-prev { top: 50%; bottom: auto; left: 0; margin-top: -25px; }
    .stores-logos .bx-next { top: 50%; bottom: auto; right: 0; margin-top: -25px; }

    /* Stores Map */

    .stores-map .section-body { height: 510px; }
    .stores-map .map-holder,
    .google-map { width: 475px; height: 510px; }
    .stores-map .map-meta { width: 170px; height: 460px; margin: 25px 0 36px 19px; }
    .stores-map .map-meta li { padding-bottom: 34px; }

    .stores-map { padding-top: 85px }
    .stores-map .section-head h2 { padding-top: 6px; font-size: 30px; }
    .stores-map .map-meta h3 { padding-bottom: 5px; font-size: 17px; }
    .stores-map .map-meta p { font-size: 10px; }
    .stores-map .map-meta a.link-map { margin-top: -10px; background-size: 8px 9px; line-height: 9px; }

    .stores-map + .stores-result { padding-top: 0; }

    /* Gallery Single */

    .gallery-single { width: 31%; background: #fff; }
    .gallery-image { height: auto; }

    .gallery-single .entry { padding: 20px; }
    .gallery-single h4 { font-size: 16px; padding-bottom: 10px; }
    .gallery-single h6 { padding-bottom: 10px; }
    .gallery-single p { font-size: 12px; }

    /* Brochure */

    .brochure { width: 31%; }
    .brochure-image { height: auto; }

    .brochure .entry { padding: 15px; }
    .brochure h4 { font-size: 17px; }
    .brochure p { font-size: 10px; }
    .brochure .entry .btn-blue { padding: 0 15px; }

    /* Section Recipe Popup */

    .section-recipe-popup .mfp-close,
    .section-default-popup .mfp-close { margin-right: 0; right: 5px; }

    .section-contact-popup .mfp-close { margin-right: 0; top: -20px; right: 20px; }

    /* Footer */

    .section-logos ul { padding: 0; }
    .section-logos ul li { display: inline-block !important; vertical-align: middle !important; float: none !important; width: auto !important; }

    .footer-body { margin: 43px 0 15px; padding: 40px 0 0; border-bottom: 0; }

    .footer { padding-top: 59px; }
    .footer .shell { padding: 0 47px; width: auto; }
    .footer-logo { margin-bottom: 58px; }

    .footer-mail { width: 335px; padding: 20px 25px; box-sizing: border-box; min-height: 158px; }
    .footer-mail .gform_body { float: none; display: block; }
    .footer-mail .gfield { text-align: left; }
    .footer-mail .gfield_label { float: none; font-size: 16px; line-height: 1.2; }
    .footer-mail .ginput_container { float: none; margin: 13px 0 0 0; }
    .footer-mail .gfield input { width: 80%; border-radius: 0; box-shadow: none; }
    .footer-mail .gform_footer { margin-top: 12px; float: none; text-align: left; border-radius: 0; box-shadow: none; }
    .footer-mail .gform_button { padding: 0 23px; }

    .footer-find { width: 324px; padding: 20px 25px; box-sizing: border-box; min-height: 158px; text-align: left; }
    .footer-find .btn-find { line-height: 27px; }
    .footer-find .btn-find,
    .footer-find h6 { display: block; text-align: left; border-radius: 0; box-shadow: none; }
    .footer-find .btn-find { display: inline-block; text-align: left; margin: 17px 0 0 0; padding: 0 19px; }
    .footer-find h6 { font-size: 16px; line-height: 1.2; margin-right: 0; }
    
    .footer-nav > ul > li { padding: 0 34px 0 0; }
    .footer-nav { margin-bottom: 20px; }

    .footer-mail p,
    .footer-find p { float: none; }

    .footer-partners { padding-top: 40px; }

    .footer-touch { float: right; padding: 0 20px 28px 0; }
    .footer-touch h6 { display: block; padding: 0 0 13px 0; }

    .footer-socials { margin: 6px 24px 0 0; }

    .copyright { float: none; padding-right: 0; text-align: center; padding-bottom: 35px; }

    .copyright a { position: static; display: inline-block; top: 25px; right: 0; left: 0; width: 100%; text-align: center; padding-right: 0; margin-top: 0; }
    .copyright strong { width: auto; text-align: center; display: inline-block; padding: 0 15px; }

    .footer-partners { float: none; width: 100%; margin-top: 42px; padding: 50px 70px 0; border-top: 1px solid #c0c1ca; box-sizing: border-box; }
    .footer-partners.footer-tablet { display: block; margin-bottom: 8px; text-align: center; }
    .footer-partners.footer-tablet a { padding: 0; margin: 0 25px 25px; display: inline-block; float: none; }
    .footer-partners.footer-tablet a:nth-child(4) { float: left; }
    .footer-find .btn-find,
    .footer-mail .gfield input,
    .footer-mail .gform_button { width: 100%; box-sizing: border-box; }
    .footer-mail-inner,
    .footer-find-inner { width: 100%; }
    .footer-find .btn-find { text-align: center; }

    /* Section News */

    .section-news { padding: 60px 0 70px; }

    .section-news .form-filters { float: right; }
    .section-news .filters-nav { float: none; width: 100%; text-align: center; display: block; clear: both; }
    .section-news .filters-nav li { display: inline-block; float: none; margin: 0 5px; vertical-align: top; }

    .news { margin: 0; }
    .new-image,
    .new { float: left; width: 46%; margin: 0 2% 20px; }
    .new-entry { padding: 20px; width: 100%; box-sizing: border-box; }
    .new-entry h2 { height: auto !important; }

    .new .inner-image { display: none; }
    .new .inner-image img { position: static !important; display: block !important; }
    .new-image .new-entry { width: 100%; }

    /* Section Mission */

    .section-mission h1 { padding: 0 67px 39px; }
    .section-mission h1 br { display: none; }

    /* Company Text Slider */

    .company-text-slider { position: relative; height: auto; padding: 108px 0 100px; }

    .company-text-slider h2 { padding: 0 70px; font-size: 50px; }
    .company-text-slider h2 br { display: none; }
    .company-text-slider li { height: 100.2%; }

    /* Section Chefs Sign */

    .section-chefs-sign-alt a { position: relative; top: 0; }

    .section-facts .slide-content-tablet { display: block; text-align: left; background: #fff; padding: 0; }
    .section-facts .slide-content-tablet .entry { padding: 20px 36px 29px}
    .section-facts .bx-next,
    .section-facts .bx-prev { bottom: 0 !important; }

    .fact-bar h5 em { background: url(images/tablet-arrow.png) no-repeat right center; background-size: 8px 10px; }

    .chefs-slider span { bottom: -8px; padding-left: 46px; font-size: 11px; line-height: 35px; background-position: 15px center; }

    .page-template-products-page .section-intro { padding: 160px 0 121px; }
    .page-template-products-page .section-intro h6 { padding-bottom: 11px; }
    .page-template-products-page .section-intro h1 { padding-bottom: 25px; }

    .section-retailers-consumer { padding: 61px 0 22px; }
    .section-retailers-consumer h2 { font-size: 30px; }

    .member-bio-slider .bx-prev,
    .member-bio-slider .bx-next { width: 48px; height: 51px; display: block; font-size: 0; line-height: 0; text-indent: -4004px; }
    .member-bio-slider .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; }
    .member-bio-slider .bx-next { background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; }

    .purpose-about-tablet { display: block; width: 334px; float: left; }

    .intro-about-wrapper.tablet-wrapper { display: block; }
    .intro-about-wrapper.desktop-wrapper,
    .intro-about-wrapper.mobile-wrapper { display: none; }

    .purpose-image { padding: 109px 0 92px; }
    .purpose-image h2 { padding: 0 40px 0; }

    .section-logos { display: none; }
    .section-logos-tablet { display: block; }

    /* Call Action */

    .call-action-links { display: none; }

    /* Foodservice Mail*/

    .foodservice-mail { padding: 0; text-align: center; }

    .foodservice-mail .shell { padding: 29px 0 32px; }

    .foodservice-mail h5 { padding: 0 0 25px; float: none; font-size: 13px; }
    .foodservice-mail h5 strong { font-size: 16px; padding-right: 8px; }

    .foodservice-mail .gform_wrapper { float: none; }
    .foodservice-mail .gfield input { width: 346px; }

    .foodservice-stories .slider-entry { position: relative; top: 0; bottom: 0; padding-top: 0; display: table; min-height: 239px; }
    .foodservice-stories .slider-entry .entry-inner  { display: table-cell; vertical-align: middle; }
    .foodservice-stories .slider-entry p { padding-bottom: 0; }

    .section-dishes .section-recipes { padding-top: 30px; }
    .section-dishes .section-recipes .recipes-foot h6 { padding: 2px 0 29px; }
    .section-dishes .section-recipes .recipes-foot .btn-blue { margin: 16px 0 6px; }
    .section-recipes li { height: auto !important; }

    .chefs-partners-logos ul { padding: 0 70px; }

    .footer-socials,
    .footer-touch { float: left; }
  

    .footer-socials { margin-top: 20px; }
/*     .footer-nav-contacts { margin-top: 15px; }
 */
    .footer-find h6,
    .footer-find p { text-align: left; display: block; display: block; float: none; }
    .footer-mail .gfield_label .gfield_description { text-align: left; }

    .footer-mail .gfield_label { padding: 1px 0 2px; text-align: left; width: 100%; display: block; }
    .footer-mail .gform_footer { margin-top: -2px; }
    .footer-mail { padding-bottom: 28px; }

    .footer-find { padding-bottom: 48px; }
    .footer-find h6 { padding-top: 2px; }
    .footer-find .btn-find { margin-top: 38px; height: 29px; }

    .footer-partners a,
    .chefs-partners-logos li { margin-bottom: 25px; }

    .footer-mail,
    .footer-find { width: 49%; }

}

@media (max-width: 952px) and (min-width: 775px) {
  .footer-nav-contacts { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
    Media - Tablets in portrait
\* ------------------------------------------------------------ */

@media (max-width: 979px) and (min-width: 768px) {

    .section-tide .bx-viewport { height: auto !important; }
    .section-about .bx-viewport { height: auto !important; }

    .foodservice-stories .nav-utilities { overflow: scroll; }
    .foodservice-stories .nav-utilities ul { width: 100%; display: table; }

}

/* ------------------------------------------------------------ *\
    Media - Phones
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
    #menu-footer-contact-menu > li { width: 100% !important; }
    html { margin-right: 0 !important; }
    .slider-popup { width: 300px; }

    .section-contact-popup .gform_footer { display: block; width: 100%; }
    .section-contact-popup .extra-button { display: block; width: 100%; box-sizing: border-box; margin-top: 10px; }

    .mCSB_inside>.mCSB_container { margin-right: -30px; }
    .mobile-navigation .nav-mobile li:first-child { display: none; }

    .intro-bg,
    .intro-bg.intro-bg-tablet { display: none; }
    .intro-bg.intro-bg-mobile { display: block; }

    .mobile-show { opacity: 1 !important; visibility: visible !important; }
    .desktop-show,
    .tablet-show { visibility: hidden !important; opacity: 0 !important; }

    .shell,
    .page-template-our-company-page .section-facts .shell,
    .recipe-title .shell,
    .recipe-content .shell { width: auto; }

    .section-facts .slide-content-tablet,
    .purpose-about-tablet { display: none; }
    .section-about-more h5 strong { display: block; }

    /* Header */

    .logo { display: none; }

    .link-title-mobile { display: block; }

    .fixed .link-recipes,
    .home .link-recipes,
    .home.fixed .link-recipes,
    .link-recipes,
    .home .link-recipes { padding: 0 36px; background: #c46b34; color: #fff; }
    .link-journal { font-size: 11px; letter-spacing: 0.1em; }

    .link-journal,
    .home .link-journal { display: none; }

    .mobile-navigation { left: -270px; padding: 40px 50px; width: 270px; overflow: scroll; }
    .mobile-navigation .logo-mobile { margin: 10px 0 32px; display: block; width: 120px; height: 90px; background-size: 120px 90px; }

    .mobile-navigation .nav-mobile { margin: 0 0 25px; padding-bottom: 12px; }
    .mobile-navigation .nav-mobile li { padding-bottom: 10px; }
    .mobile-navigation .nav-mobile a { font-size: 14px; line-height: 1.2; }
    .mobile-navigation .nav-mobile .sub-menu li { margin: 0; padding: 0 0 0 25px; }
    .mobile-navigation .nav-mobile .sub-menu li:last-child { padding-bottom: 0; }
    .mobile-navigation .nav-mobile .sub-menu a { font-size: 14px; }

    .mobile-navigation h4 { padding-left: 3px; font-size: 16px; line-height: 1.2; color: #0c0e26; }

    .mobile-navigation .nav-socials-mobile { padding-top: 10px; }
    .mobile-navigation .nav-socials-mobile li { padding: 0 10px 0 5px; }
    .mobile-navigation .nav-socials-mobile a { font-size: 20px; }

    .active-nav .mobile-navigation { left: 0; top: 0; bottom: 0; height: 100%; }
    /*.active-nav { overflow: hidden; }*/

    .container { position: relative; left: 0; }
    .active-nav .container { left: 270px; }
    .active-nav .header { left: 270px; right: -270px; }

    /* Intro */

    .intro { position: relative; padding-bottom: 10px; min-height: 100%; height: auto; text-align: center; overflow: visible; }

    .intro .shell { display: block; }
    .intro .section-inner { display: inline-block; }

    .intro-logo { margin: 86px 0 33px; }
    .intro-logo img { width: auto; height: 120px; }

    .home .intro-logo { margin: 96px 0 23px; }

    .intro .entry { padding: 0 20px; }
    .intro .entry h1 { padding: 0 0 6px; font-size: 40px; line-height: 1; }
    .intro .entry p { padding: 0 0 18px; font-size: 16px; line-height: 1.44; }
    .intro .entry p br { display: none; }


    .section-intro h6 { display: block; }

    .page-template-purpose-page .intro-logo { margin-bottom: 59px; }
    .page-template-purpose-page .section-intro h1 { padding-bottom: 8px; }
    .page-template-purpose-page .section-intro h6 { padding-top: 2px; }
    .page-template-purpose-page .section-intro p { padding-top: 7px; padding-bottom: 12px; }

    .page-template-team-page .intro-logo { margin: 86px 0 78px; }
    .page-template-team-page .section-intro h1 { padding-bottom: 9px; }
    .page-template-team-page .section-intro .entry { padding: 0 10px 81px; }

    /* Section Logos */

    .section-logos ul { padding: 5px 0; }
    .section-logos ul li { width: 28%; margin: 1%; }

    .section-logos li a img { height: auto; max-width: 80%; }

    /* Section Superfood */

    .section-superfood { padding: 28px 0 61px; }
    .section-superfood .entry { padding: 0 19px 52px; width: 100%; box-sizing: border-box; }

    .section-superfood .entry h1 { padding-bottom: 26px; font-size: 30px; }
    .section-superfood .entry h6 { padding-bottom: 24px; font-size: 10px; }
    .section-superfood .entry .btn-blue { padding: 0 20px; margin-left: 2px; }

    .section-superfood .section-image { margin-right: 0; }
    .section-superfood .section-image img { position: relative; left: -6px; max-width: 100%; height: auto; }
    .section-superfood .sticker:hover,
    .section-superfood .sticker { width: 76px; }

    .section-superfood .sticker.top.left:hover,
    .section-superfood .sticker.top.left { position: absolute; top: 2%; left: 15%; right: auto; bottom: auto; }
    .section-superfood .sticker.top.right:hover,
    .section-superfood .sticker.top.right { position: absolute; top: 8%; right: 15%; left: auto; bottom: auto; }
    .section-superfood .sticker.bottom.right:hover,
    .section-superfood .sticker.bottom.right { position: absolute; bottom: 13%; right: 11%; left: auto; top: auto; }
    .section-superfood .sticker.bottom.left:hover,
    .section-superfood .sticker.bottom.left { position: absolute; bottom: 10%; left: 18%; right: auto; top: auto; }

    .section-superfood-about { padding: 28px 10px 25px; }
    .section-superfood-about .section-image { width: 100%; }

    /* Section Recipes */

    .section-recipes { padding: 29px 0 0; }
    .section-recipes-stores ul { padding-top: 10px; }

    .section-recipes h3 { padding: 0 20px 18px; font-size: 30px; }
    .section-recipes h6 { padding-bottom: 23px; font-size: 10px; }
    .section-recipes ul { padding: 30px 0; }
    .section-recipes li { float: left; width: 260px !important; margin: 0 10px; }

    .section-recipes .entry { padding: 28px 20px 21px 33px; }
    .section-recipes .entry h6 { padding-bottom: 13px; }
    .section-recipes .entry h4 { padding-bottom: 33px; height: 75px; }
    .recipes-comment { padding: 10px 20px 29px; }
    .recipes-comment h2 { padding: 0 0 26px; font-size: 25px; }
    .recipes-comment p { font-size: 14px; }

    .section-recipes li.recipes-easy img.recipes-easy-image { top: -29px; width: 58px; }

    .recitpes-foot { padding-bottom: 10px; text-align: center; }
    .recipes-foot .btn-blue { padding: 0 18px; }

    .section-recipes-consumer { padding: 25px 10px; }
    .section-recipes-consumer ul { padding-top: 10px; }

    .section-recipes .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-recipes .bx-viewport { padding: 0; margin: 0 auto; width: 280px !important; height: auto !important; overflow: visible !important; }

    .section-recipes .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-recipes .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .recipes-foot { padding-bottom: 40px; }
    .recipes-foot h6 { padding: 11px 0 24px; }
    .recipes-foot p { padding: 0 15px 30px; font-size: 15px; }
    .recipes-foot p br { display: none; }

    /* Section Mission */

    .section-mission { padding: 30px 0 52px; }
    .section-mission .section-logo { margin: 12px auto 38px; width: 97px; }

    .section-mission h1,
    .section-mission h2 { padding: 0 20px 32px; font-size: 40px; }

    .section-mission h1 span,
    .section-mission h2 span { word-break: break-all; }

    /* Store Slider */

    .store-slider { padding: 0; margin-bottom: 0; overflow: hidden; }

    .store-slider .entry,
    .store-slider .slider-clip { width: 100%; min-height: 100%; float: none; display: block; overflow: visible; }

    .store-slider .entry { margin-right: 0; padding: 15px 0 38px; }

    .store-slider .section-ico { margin: 25px auto; width: 77px; }
    .store-slider h3 { padding: 0 30px 20px; font-size: 25px; }
    .store-slider .btn-blue { padding: 0 17px; margin-bottom: 49px; }
    .store-slider .slides { height: 100%; max-height: 100%; display: block; }
    .store-slider .slide { width: 100%; height: 100%; top: 0; bottom: 0; }
    .store-slider .slide img { width: 100%; height: auto; }
    .store-slider .bx-prev,
    .store-slider .bx-next { bottom: 0; }

    /* Slider About */

    .slider-about { padding: 39px 21px 29px 21px; }
    .slider-about .shell { width: 100%; padding: 0; }
    .slider-about h1 { padding-bottom: 19px; font-size: 40px; }
    .slider-about h6 { padding: 0 0 26px 3px; }
    .slider-about p { padding: 0 2px 28px; font-size: 17px; }
    .slider-about .btn-orange { margin-left: 3px; }

    /* Section Facts */

    .section-facts .shell { padding: 21px 15px 21px 21px; }
    .section-facts h6 { padding-bottom: 10px; }

    .section-facts .shell { width: auto; }
    .fact-slider { float: none; width: 100%; margin-bottom: 20px; }
    .fact-slider .slides { max-height: 100%; }
    .fact-slider .slide { overflow: hidden; min-height: 10px; }

    .section-facts .slide-content { padding: 10px; float: none; width: 100%; height: auto !important; }
    .section-facts .slide-content .entry { padding: 20px 26px; }

    .section-facts .slide-content h1 { padding-bottom: 30px; font-size: 39px; }
    .section-facts .slide-content h5 { font-size: 16px; padding-bottom: 6px; }
    .section-facts .slide-content h6 { padding-bottom: 29px; }
    .section-facts .slide-content p { padding-bottom: 24px; font-size: 15px; }

    .fact-slider .slide-image { display: none; width: 100%; float: none; height: 400px !important; }

    .section-facts .bx-prev,
    .section-facts .bx-next { bottom: 0; top: auto; }

    .section-facts.arrow-bottom .bx-prev,
    .section-facts.arrow-bottom .bx-next { bottom: 0 !important; top: auto; }

    .company-farms .company-farm img,
    .company-farms .company-farm .slide img { width: 100%; }

    .company-farms .popup-video .play { width: 39px; height: 39px; background-size: 39px 39px; }

    .page-template-our-company-page .bx-prev,
    .page-template-our-company-page .bx-next { bottom: 0; top: auto; }
    .bx-prev:hover,
    .bx-next:hover { opacity: 1; }
    .page-template-our-company-page .bx-next:before { position: absolute; top: 0; bottom: 0; left: -2px; height: 100%; width: 2px; display: block; content: ""; background: #1d2042; }

    .fact-entry { padding: 29px 34px 29px 36px; width: 100%; float: none; height: auto !important; }
    .fact-entry h6 { padding: 0 0 30px; }
    .fact-entry p { margin-bottom: 32px; padding-bottom: 0; font-size: 24px; }

    .fact-bar { padding: 14px 0 12px; }
    .fact-bar h5 { font-family: 'Mark', sans-serif; font-size: 16px; }
    .fact-bar h5 em { padding: 0 10px; background: url(images/arrow-next.png) no-repeat right 24px; background-size: 5px 8px; }
    .fact-bar h5 strong { display: block; }

    /* Section Intro */

    .section-intro { position: relative; padding: 10px; text-align: center; }
    .intro-logo-mobile { display: none !important; }
    .intro-logo-mobile img { width: auto; height: 121px; }

    .page-template-team-page .section-intro .entry,
    .section-intro .entry { padding: 62px 10px 0px; }
    .page-template-chefs-buyers-page .section-intro .entry { padding: 62px 8px 0px; }
    .page-template-chefs-buyers-page .section-intro .entry h1 { padding-top: 8px; }
    .section-intro-recipes .entry { padding: 69px 0 37px; }
    .section-intro h6 { line-height: 1; }

    .section-intro h1 { padding-bottom: 16px; font-size: 40px; }
    .section-intro p { padding: 0 20px 17px; font-size: 16px; line-height: 1.44; }

    .home .intro { overflow: visible; padding-bottom: 0; }

    .page-template-products-page .section-intro { padding: 10px; }
    .page-template-products-page .section-intro h1 { padding-bottom: 15px; }

    /* Section About */

    .section-about { padding: 15px 0 0; }
    .section-about .bx-viewport { padding: 0; margin: 0 auto; width: 100% !important; }
    .section-about h1 { font-size: 30px; padding-bottom: 15px; }
    .section-about p { padding: 0 20px 36px; }

    .section-about .entry { padding: 0 20px 20px; float: none; width: 100vw; height: auto !important; }
    .section-about .entry h2 { font-size: 25px; padding: 0 0 13px; }
    .section-about .entry h6 { font-size: 11px; padding: 40px 0 25px; }
    .section-about .entry p { font-size: 14px; line-height: 1.64; padding: 0 0 24px; }
    .section-about .entry .btn-blue { margin: 0; }

    .section-about .bx-next,
    .section-about .bx-prev { top: auto; left: auto; bottom: 0;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .section-about .bx-next { top: 0; right: 0; }
    .section-about .bx-prev { top: 0; right: 50px; }

    .section-about .bx-next.disabled:hover,
    .section-about .bx-prev.disabled:hover { opacity: 0.5; }

    .section-about .about-inner { margin: 0; width: 100vw !important; }
    .section-about .about-image { width: 100vw; float: none; height: auto !important; }

    .section-about-more { padding: 15px; }

    .section-about h6 { padding-top: 24px; padding-bottom: 25px; text-transform: uppercase; }
    .about-health { padding: 38px 0 49px; }

    .about-health .bx-viewport { padding: 0; margin: 0 auto; width: 355px !important; }
    .about-health li { padding: 0; float: none; width: 335px !important; height: 335px !important; margin: 0 10px; }

    .about-health h1 { padding-bottom: 13px; }
    .about-health p { padding-bottom: 35px; }

    .about-health h6 { padding-top: 19px; }
    .about-health h4 { padding-bottom: 9px; }
    .about-health li p { padding: 0 50px; }

    .about-health .bx-next { width: 26px; height: 25px; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .about-health .bx-prev { width: 26px; height: 25px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Section Danger */

    .section-danger { padding: 0 0 10px; }

    .section-danger h2 { padding: 9px 45px 16px; font-size: 30px; }
    .section-danger p { padding: 0 10px 31px; font-size: 18px; }
    .section-danger li { padding-bottom: 21px; display: block; width: 90%; margin: 0 5%; }
    .section-danger li:first-child,
    .section-danger li:nth-child(2n+1) { margin-left: 5%; }

    .section-danger .entry { margin-left: 6%; width: 81%; }

    .section-danger .entry h5 { padding-bottom: 10px; font-size: 19px; }
    .section-danger .entry p { padding: 0; font-size: 14px; }

    /* Purpose Image */

    .purpose-image { padding: 60px 15px; }
    .purpose-image h2 { padding: 0 0 15px; font-family: 'Mark', sans-serif; font-size: 30px; }
    .purpose-image h2 span { word-break: break-all; }
    .purpose-about .btn-blue { margin-bottom: 30px; }
    .purpose-about-height { height: auto !important; }

    /* Section Tide */

    .section-tide { padding: 30px 0 0; }
    .section-tide .section-head { padding-bottom: 36px; }
    .section-tide .section-head h6 { padding: 7px 0 19px; }
    .section-tide .section-head h2 { padding: 0 40px 5px; font-size: 30px; line-height: 1.2; color: #1c1d31; }
    .section-tide .section-head p { font-size: 18px; padding: 0 15px; }

    .section-tide .entry-inner { padding-top: 0; }
    .section-tide .bx-viewport { width: 100% !important; height: !important; }
    .section-tide .tide-inner { padding-top: 0; margin: 0; width: 100vw !important; text-align: left; }
    .section-tide .tide-image { width: 100%; height: auto !important; }
    .section-tide .entry h4 { padding-bottom: 13px; font-size: 25px; }
    .section-tide .entry h6 { font-size: 11px; }
    .section-tide .entry { padding: 41px 20px; float: none; width: auto; height: auto !important; display: block; }

    .section-tide .bx-next,
    .section-tide .bx-prev { top: 0; left: auto; bottom: auto;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .section-tide .bx-next { right: 0; }
    .bx-prev,
    .section-tide .bx-prev { right: 48px; }

    .section-tide .bx-prev.disabled,
    .section-tide .bx-next.disabled { display: block; opacity: 1; }
    .section-tide .bx-next:before { position: absolute; top: 0; bottom: 0; left: -2px; height: 100%; width: 2px; display: block; content: ""; background: #1d2042; }

    /* Section Farming */

    .section-farming { padding: 15px 0 41px; }

    .section-farming .section-head { padding-bottom: 20px; }
    .section-farming .section-head h2 { padding: 0 30px 15px; font-size: 30px; }
    .section-farming .section-head h6 { padding: 24px 20px 26px; }
    .section-farming .section-head p { padding: 0 10px 15px; font-size: 18px; }
    .section-farming .farming:first-child,
    .section-farming .farming { margin: 0 10px; }
    .section-farming .farming h4 { font-size: 19px; padding: 0 35px 15px; }

    .section-farming .bx-next { background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-viewport { width: 355px !important; }
    .section-farming .farming { width: 335px !important; height: 335px !important; }

    /* Section Impact */

    .section-impact { padding: 36px 0 0; }

    .section-impact .section-head { padding-bottom: 10px; }
    .section-impact .section-head h2 { padding-bottom: 17px; font-size: 30px; }
    .section-impact .section-head h6 { padding-bottom: 25px; }
    .section-impact .section-head p { padding: 0 10px 0px; font-size: 18px; line-height: 1.20; }

    .impact-inner { width: 246px !important; float: lef; margin: 0 10px; }
    .impact-inner:first-child { margin-left: 10px; }

    .section-impact .section-body { margin: 0; }

    .section-impact .bx-wrapper { position: relative; padding: 0 0 15px 0; text-align: center; }
    .section-impact .bx-viewport { padding: 0; margin: 0 auto; width: 260px !important; height: auto !important; overflow: visible !important; }

    .section-company .bx-prev,
    .section-impact .bx-prev { left: 0; top: 25%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-company .bx-next,
    .section-impact .bx-next { right: 0; top: 25%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-impact .bx-wrapper + p,
    .section-impact .section-body + p { padding: 15px 80px 44px; font-size: 15px; }

    /* Purpose Fact */

    .purpose-fact { padding: 0; }

    .purpose-fact h2 { padding-bottom: 16px; font-size: 24px; }
    .purpose-fact h6 { padding: 41px 0 26px; font-size: 11px; }
    .purpose-fact p { padding-bottom: 30px; font-size: 14px; }

    .purpose-about { text-align: left; background: #f6f8fa; margin-bottom: 0; }
    .purpose-about,
    .purpose-about-slider { width: 100%; float: none; }
    .purpose-about-slider { text-align: left; }
    .purpose-about .entry { width: 100%; box-sizing: border-box; padding: 0 23px; }
    .purpose-about img { margin: 0 auto; float: none; display: inline-block; width: 100%; height: auto; }

    /* Section Company */

    .section-company .section-head h2 { padding: 0 30px 10px; font-size: 30px; }
    .section-company .section-head p { padding: 0 15px 25px; font-size: 18px; }
    .section-company .section-head p br { display: none; }

    /* Section Company */

    .section-company .shell { width: 100%; }
    .section-company .bx-viewport { width: 375px !important; margin: 0 auto; }
    .inner-company { float: left; width: 355px !important; margin: 0 10px; }
    .inner-company .entry { text-align: left; }
    .company-testimonial h3
    .section-company .bx-viewport { width: 300px !important; }

    /* Company Testimonial */

    .company-testimonial { padding: 39px 10px 31px; }
    .company-testimonial h3 { padding: 0 30px 26px; font-size: 25px; }
    .company-testimonial h3 br { display: none; }
    .company-testimonial p { page-break-inside: 10px; font-size: 14px; }

    /* Company Story */

    .company-story { padding: 35px 20px; }
    .company-story .section-left,
    .company-story .section-right { width: 100%; float: none; box-sizing: border-box; }
    .company-story .section-right .btn-blue { margin-top: 22px; padding: 0 33px; display: inline-block; }
    .company-story .section-left .btn-blue { display: none; }

    .company-story h2 { padding-bottom: 29px; font-size: 30px; }
    .company-story h4 { padding: 0 0 21px; font-size: 25px; }
    .company-story h6 { padding-bottom: 21px; }

    .company-story a { padding: 0 16px; }
    .company-story p { font-size: 15px; line-height: 1.8; }

    /* Company Text Slider */

    .company-text-slider { position: relative; padding: 20px 0; height: auto; }
    .company-text-slider h2 { padding: 10px 15px 30px; font-size: 36px; }

    /* Company Farms */

    .company-farms { padding: 20px 0; }
    .company-farms .section-head { padding-bottom: 35px; }

    .company-farms .section-head h2 { padding: 0 0 20px; font-size: 30px; line-height: 1.07; }
    .company-farms .section-head h6 { padding: 18px 0 22px; }
    .company-farms .section-head p { padding: 0 30px 0; font-size: 18px; }
    .company-farms .section-head p br { display: none; }

    .company-farms .company-farm { margin-bottom: 0; }
    .company-farms .company-farm .entry { padding: 0 25px 10px; }
    .company-farms .company-farm .entry,
    .company-farms .company-farm .section-image { width: 100%; }
    .company-farms .company-farm .entry,
    .company-farms .company-farm .section-image { height: auto; }
    .company-farms .company-farm .btn-blue { margin-bottom: 30px; }

    .company-farms .section-foot { padding: 30px 0; }
    .company-farms .section-foot h6 { padding-bottom: 0; }
    .company-farms .section-foot p { padding: 25px 30px; }
    .company-farms .section-foot p br { display: none; }

    .company-farms .company-farm .entry { display: block; }
    .company-farms .company-farm .entry-tablet { display: none; }

    /* Section Nav Tab */

    .section-nav-tab { padding: 40px 0 20px; }

    .nav-tab ul { display: inline-block; width: 249px; height: 66px; overflow: hidden; border: 1px solid #c5c5cd; text-align: center; box-shadow: 0 0 9px rgba(0,0,0,0.4); }
    .nav-tab.active-nav ul { height: auto; }
    .nav-tab.active-nav li a { pointer-events: auto; }

    .nav-tab .current-menu-item { display: none; }
    .nav-tab .current-menu-item.additional-element { display: block; }

    .nav-tab li { background: #ffffff; width: 100%; }
    .active-nav.nav-tab li + li { border-top: 1px solid #c5c5cd; }
    .active-nav.nav-tab li:first-child { background: none; }
    .nav-tab li.current-menu-item { background: #fff; box-shadow: none; box-shadow: none; }
    .nav-tab li.current-menu-item a { background: none; box-shadow: none; }
    .nav-tab li a { position: relative; display: inline-block; pointer-events: none; background: none; }
    .nav-tab li:first-child a:after { display: inline-block; vertical-align: middle; content: ""; width: 8px; height: 5px; background: url(images/arrow-down-dark.png) no-repeat 0 0; background-size: 8px 5px; margin-left: 7px; }
    .nav-tab li a:hover { opacity: 1; background: none; box-shadow: none; }

    .active-nav.nav-tab li:first-child a:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }

    .section-nav-tab-foodservice { padding: 30px 0 20px; }

    /* Section Team */

    .section-team { margin-top: 0; padding-bottom: 30px; }

    .section-team .section-head h2 { padding: 0 10px 10px; font-size: 30px; }
    .section-team .section-head p { padding: 0 25px 30px; font-size: 14px; }

    .team-members { padding-bottom: 10px; overflow: hidden; }
    .team-member { width: 260px; display: inline-block; vertical-align: top; margin: 0 30px 30px; }

    .team-member,
    .team-member:nth-child(3n+1),
    .team-member:first-child,
    .team-member:nth-child(4n+1) { margin: 0 10px 30px; }

    .team-member-image { width: 260px; height: auto; }
    .team-member-image img { width: 100%; height: auto; }

    .team-member .entry { padding: 32px 26px 29px; text-align: left; }
    .team-member .entry h6 { padding-bottom: 14px; }
    .team-member .entry h3 { padding-left: 0; font-size: 19px; }

    .section-team .section-foot { padding: 0 10px 9px; }
    .section-team .section-foot h6 { padding-bottom: 25px; }
    .section-team .section-foot p { padding: 0 20px 26px; font-size: 17px; }

    .section-team .bx-wrapper { position: relative; padding: 0 30px; text-align: center; }
    .section-team .bx-viewport { padding: 0; margin: 0 auto; width: 280px !important; height: auto !important; overflow: visible !important; }

    .section-team .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-team .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .bx-prev.disabled,
    .bx-next.disabled { opacity: 0; }

    .team-member.has-hover:hover .entry { background: #fff; }
    .team-member.has-hover:hover .entry h3 { color: #0b0d25; }

    /* Member Bio */

    .member-bio { background: #fff; overflow: hidden; padding: 0; }
    .member-content { padding: 0 15px; }

    .member-bio .section-head { padding: 70px 30px 40px; }
    .member-bio .section-head h1 { padding-bottom: 20px; font-size: 39px; }
    .member-bio .section-head h6 { padding: 10px 0 23px; }
    .member-bio .section-head p { padding: 0 11px 22px; font-size: 17px; line-height: 1.24; }
    .member-bio .section-head p br { display: none; }

    .member-bio .section-left .member-recipes { display: none; }
    .member-bio .section-post .member-recipes { display: block; }

    .meet-other .entry h3 { font-size: 17px; }
    .meet-others .bx-wrapper { position: relative; }
    .meet-others .bx-prev { left: -15px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; margin-top: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .meet-others .bx-next { right: -15px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; margin-top: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .member-slider .active-slide span { display: none; }

    .slider-large { background: none; }
    .member-bio-slider .bx-prev,
    .slider-large .bx-prev { top: 50%; right: auto; left: -25px; margin-left: 0; background: url(images/arrow-prev-blue.png) no-repeat 0 0; }
    .member-bio-slider .bx-next,
    .slider-large .bx-next { top: 50%; right: -25px; margin-right: 0; background: url(images/arrow-next-blue.png) no-repeat 0 0; }
    .member-bio-slider .bx-prev,
    .slider-large .bx-prev,
    .member-bio-slider .bx-next,
    .slider-large .bx-next { top: 50%; width: 12px; height: 20px; background-size: 12px 20px; background-color: none; }

    .member-testimonials { padding: 30px 5px 34px; }
    .member-content .section-left { width: auto; padding: 10px; }
    .member-testimonials h2 { font-size: 30px; padding-bottom: 9px; }
    .member-testimonials h2 br { display: none; }
    .member-content .section-left h3 { display: none; }
    .member-slider .slider-clip { width: 100%; }
    .single-crb_team_member .member-bio-slider { background: none; }

    .member-recipe { width: 100%; margin-bottom: 10px; }
    .member-recipe .entry { width: auto; float: none; }
    .member-recipe h5 { padding-bottom: 0; font-size: 16px; }
    .member-recipe-image { width: 115px; margin-right: 15px; }
    .member-bio .post { padding-bottom: 0; }
    .member-bio .post h3 { padding-bottom: 16px; }

    /*.meet-others .bx-wrapper,
    .meet-others .section-body { height: 135px; }*/

    .member-content .section-left,
    .member-bio .section-post { width: auto; float: none; padding: 0; }
    .member-bio .nav-single { padding-bottom: 15px; }

    /* Meet Others */

    .meet-others { position: relative; padding: 15px 15px 68px; }
    .meet-others .section-head { padding-bottom: 16px; }
    .meet-others .section-head h2 { font-size: 30px; }
    .meet-others .link-all { margin-top: 15px; }
    .meet-other-image { width: 40%; height: auto; float: left; }
    .meet-other { width: 100%; margin: 0 0 10px; overflow: hidden; }
    .meet-other:first-child { margin-left: 0; }
    .meet-other:last-child { margin-right: 0; }
    .meet-other .entry { width: auto; width: 60%; float: left; padding: 10px; box-sizing: border-box; }
    .meet-other .entry h6 { padding: 0 0 5px; font-size: 11px; }

    .meet-others .link-all { position: absolute; bottom: 33px; left: 15px; margin: 0; padding-left: 0; }

    /* Section Intro Recipes */

    .section-intro.section-intro-recipes { padding: 10px 0 0; }
    .section-intro.section-intro-recipes p { padding-bottom: 15px; }

    /* Recipes Search */

    .page-template-recipes-landing-page { background: #f6f8fa; }
    .page-template-recipes-landing-page .section-intro { padding-bottom: 50px; }
    .page-template-recipes-landing-page .section-intro h1 { padding: 11px 0 22px; }


    .recipes-search { margin: -23px 0 0; padding: 0 20px; position: relative; z-index: 1; display: block; height: auto; width: 100%; box-sizing: border-box; background: transparent; }
    .recipes-search-inner { position: relative; top: 0; }
    .recipes-search .shell { height: 46px; }

    .recipes-search form { height: 46px; }
    .recipes-search form div { padding: 0px 5px; margin: 0 5px; }
    .recipes-search .screen-reader-text,
    .recipes-search .searchfield { font-size: 11px; line-height: 46px; }
    .recipes-search .searchfield { width: 55%; }
    .recipes-search .searchsubmit { float: right; top: 0; padding-left: 24px; font-size: 0; height: 46px; margin: 0; }

    /* Section Dishes */

    .section-dishes { padding: 10px 0 0; z-index: 56; }
    .page-template-recipes-landing-page .section-dishes { padding-top: 45px; }
    .section-dishes-filters { padding: 50px 0 0; z-index: 56; margin-top: -25px; }

    .section-dishes .section-inner { position: relative; padding-bottom: 34px; margin-bottom: 31px; }
    .page-template-recipes-browse-page .section-dishes .section-inner { margin-bottom: 0; }

    .section-dishes .section-meta { overflow: hidden; padding: 0 10px 15px; text-align: left; }
    .section-dishes h1 { float: none; padding: 0 9px 9px; font-size: 30px; }
    .section-dishes .link-all { position: absolute; bottom: 0; left: 21px; margin-top: 0; float: none; padding: 0 9px 0 0; }

    .section-dishes .entry { padding: 25px 10px 20px 31px; }
    .section-dishes .entry h4 { padding-bottom: 20px; }

    .section-dishes .section-footer { padding: 0 10px 30px; }
    .section-dishes .section-footer h6 { padding-bottom: 15px; }
    .section-dishes .section-footer p { padding-bottom: 15px; font-size: 14px; }
    .section-dishes .section-footer p br { display: none; }

    .section-dishes .recipes.grid li { float: none; display: block; width: 250px; margin: 0 auto 17px; min-height: 50px; }
    .section-dishes .recipes.grid li:first-child,
    .section-dishes .recipes.grid li:nth-child(2n+1),
    .section-dishes .recipes.grid li:nth-child(3n+1),
    .section-dishes .recipes.grid li:nth-child(4n+1) { margin-left: auto; }

    /* Form Filters */

    .section-filters { margin: 0; padding: 0 5% 22px; box-sizing: border-box; }
    .filters-mobile { position: relative; display: block; float: right; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1; color: #0b0d25; letter-spacing: 0.01em; }
    .filters-mobile:before { position: absolute; top: -2px; bottom: 0; left: -17px; background: url(images/filter-ico-new.png) no-repeat 0 0; display: block; content: ""; width: 12px; height: 12px; background-size: 12px 12px; }
    .section-filters p { font-size: 13px; margin-top: 0; }
    .select-label .form-filters-mobile .form-actions .form-btn,
    .select-label .form-filters-mobile .form-actions .form-btn-reset { color: #c66b2c; }

    .form-filters { display: none; }
    .section-dishes-filters .shell { position: relative; }

    .open-filters .form-filters-mobile { right: 0; }
    .form-filters-mobile { position: fixed; top: 41px; right: -100vw; z-index: 600; float: none; width: 100vw; padding: 0; margin: 0; display: block; background: #fff; box-sizing: border-box; }
    .form-filters-mobile:before { position: fixed; top: 0; right: -100vw; z-index: 599; width: 100%; height: 100%; background: #fff; content: ""; }
    .open-filters .form-filters-mobile:before { right: 0; }

    .form-filters-mobile:before,
    .open-filters .form-filters-mobile:before,
    .open-filters .form-filters-mobile,
    .form-filters-mobile {
        -webkit-transition: all 0.9s;
                transition: all 0.9s;
    }

    .section-dishes .section-inner { z-index: 2; }

    .form-filters-mobile .filter-inner { position: relative; z-index: 600; }
    .form-filters-mobile .form-row { padding: 0 5%; }
    .form-filters-mobile .form-row,
    .form-filters-mobile .form-actions { width: 100%; float: none; }

    .form-filters .form-controls,
    .form-filters .form-row:hover .form-controls { background: none; }

    .form-filters-mobile .form-label { position: relative; display: inline-block; font-size: 11px; line-height: 1.2; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; float: none; padding: 0 15px 0 0; background: url(images/arrow-down-orange.png) no-repeat right 3px; background-size: 8px 5px; }
    .form-filters-mobile .form-row.active .form-label { background: url(images/arrow-top-orange.png) no-repeat right 3px; background-size: 8px 5px; }

    .form-filters-mobile .form-label strong { font-weight: 400; color: #c66b2c; }
    .form-filters-mobile .form-controls { display: none; float: none; }
    .form-filters-mobile .form-row.active .form-controls { display: block; }
    .form-filters-mobile .radio input { display: none; }
    .form-filters-mobile .radio label { position: relative; float: none; padding-left: 20px; font-size: 11px; line-height: 1.2; color: #c66b2c; letter-spacing: 0.1em; text-transform: uppercase; }
    .form-filters-mobile .radio label:before { position: absolute; top: 2px; left: 3px; display: block; width: 8px; height: 8px; background: #fff; border: 1px solid #c66b2c; content: ""; }
    .form-filters-mobile .radio input[type=radio]:checked + label:before { background: #c66b2c; }

    .form-filters-mobile .form-actions { position: relative; margin-top: 50px; width: 100%; height: 64px; overflow: hidden; }
    .form-filters-mobile .form-actions .form-btn { display: block; float: left; width: 50%; text-align: center; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 68px; color: #0b0d25; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; background: #f6f8fa; }
    .form-filters-mobile .form-actions .form-btn-reset { color: #515364; }
    .form-filters-mobile .form-actions:after { position: absolute; top: 0; bottom: 0; right: 50%; width: 1px; height: auto; display: block; content: ""; background: #dee0e4; margin-left: -1px; }

    .form-filters-mobile .filter-inner { position: relative; height: 100vh; min-height: 100%; }
    .form-filters-mobile .form-actions { position: absolute; bottom: 41px; left: 0; right: 0; top: auto; }

    .form-filters-mobile .filter-title { position: relative; margin-bottom: 15px; }
    .form-filters-mobile .filter-title:before { position: absolute; top: 15px; left: 15px; content: "x"; font-family: 'Mark', sans-serif; font-size: 15px; font-weight: 700; color: #0b0d25; }
    .form-filters-mobile .filter-title h6 { display: block; text-align: center; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 68px; color: #0b0d25; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; background: #f6f8fa; }

    /* Recipe Title */

    .recipe-title { padding-top: 76px; }
    .recipe-title .shell { width: 90%; padding: 0 5%; }

    .recipe-title h1 { padding-bottom: 15px; font-size: 39px; }
    .recipe-title h1 br { display: none; }
    .recipe-title h6 { padding-bottom: 20px; }
    .recipe-title img.batch { position: absolute; top: auto !important; bottom: 70px !important; right: 0px; width: 45px; height: auto; }

    .recipe-title li { float: left; padding: 0 5px; }

    .recipe-title li .ico-time,
    .recipe-title li .ico-user { position: relative; top: 2px; }
    .recipe-title li .ico-time { width: 12px; height: 14px; background-size: 12px 14px}
    .recipe-title li .ico-user { width: 11px; height: 12px; background-size: 11px 12px; }
    .recipe-title li span { font-size: 11px; }
    .recipe-title .recipe-avatar + p { display: inline-block; vertical-align: top; text-align: left; }
    .recipe-title .recipe-avatar + p a { display: inline-block; }

    .recipe-title-detail .entry { padding-bottom: 30px; margin: 0; }
    .recipe-title .recipe-ico img { height: 31px; width: auto; }

    .recipe-title-detail .ico-center { margin-left: 10px; }
    .recipe-title-detail .ico-right { margin-left: 10px; }

    .recipe-meta { padding: 19px 10px 4px; }
    .recipe-meta ul { float: none; width: auto; text-align: center; width: 100%; }
    .recipe-meta li { margin: 5px 16px; padding: 0 9px; text-align: left; display: inline-block; float: none; }
    .recipe-meta li:nth-child(2) { margin-left: 0; }
    .recipe-meta li:nth-child(3) { margin-right: 0; }

    .recipe-meta li:nth-child(2) p,
    .recipe-meta li:nth-child(3) p { margin-top: -3px; }

    .recipe-meta > ul > li:first-child { margin-bottom: 22px; padding: 0; width: 100%; text-align: center; }
    .recipe-meta li:last-child { display: none; }

    .recipe-meta p a,
    .recipe-meta p strong { display: block; font-size: 12px; }
    .recipe-meta p a { color: #c46b34; padding-right: 10px; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }

    .recipe-socials { position: relative; bottom: auto; left: auto; right: auto; float: none; width: 100%; }
    .recipe-socials li { margin: 0 auto; padding: 0 0 0 13px; }
    .recipe-socials li a { font-size: 20px; }

    .recipe-slider .slider-clip { width: 100%; }
    .recipe-slider span { display: none; }

    .recipe-slider.slider-large .bx-prev { left: 0; }
    .recipe-slider.slider-large .bx-next { right: 0; }

    /* Recipe Content */

    .recipe-content { padding: 15px 0 0; }
    .recipe-content .shell { width: 90%; padding: 0 5%; }

    .section-ingredients { float: none; width: 100%; padding: 0; margin: 7px auto 30px; }
    .section-ingredient { padding: 15px 15px 25px; margin: 0 auto; }
    .section-ingredients h3 { margin: 0 0 22px -3px; font-size: 20px; }
    .ingredient li strong { padding-top: 2px; width: 60px; }
    .ingredient li span { width: 210px; }

    .ingredient ul { padding: 5px 0 10px; }

    .recipe-content .section-post { float: none; width: 100%; }
    .recipe-content .post h2 { padding: 10px 0 6px; font-size: 30px; line-height: 1.2; }
    .recipe-content .post p { padding-bottom: 23px; font-size: 18px; line-height: 1.28; }

    .recipe-content .post li { padding-bottom: 30px; font-size: 15px; line-height: 1.8; }

    .recipe-content .post-foot { margin: 0 auto; padding: 10px 0 0; width: 310px; }
    .section-dishes .recipes-blog h2 { font-size: 47px; }

    .recipe-content .post-suggested { margin-bottom: 20px; padding: 12px 30px 0 20px; width: 100%; float: none; height: auto !important; }
    .recipe-content .post-suggested h6 { padding: 15px 13px 21px; font-size: 10px; }
    .recipe-content .post-suggested li { padding-bottom: 15px; text-align: left; }
    .recipe-content .post-suggested li img { display: inline-block; margin: 0 33px 0 13px; max-width: 47px; vertical-align: middle; }
    .recipe-content .post-suggested li:last-child { padding-bottom: 10px; }
    .recipe-content .post-suggested li h5 { font-size: 16px; vertical-align: middle; float: none; width: auto; max-width: 50%; margin-left: 2%; display: inline-block; text-align: left; }

    .recipe-content .post-chef-tip { margin-bottom: 9px; padding: 27px 31px 52px; width: 100%; float: none; height: auto !important; }
    .recipe-content .post-chef-tip h6 { padding: 0 0 11px 3px; font-size: 10px; }
    .recipe-content .post-chef-tip h2 { font-size: 28px; line-height: 1.07; padding-bottom: 20px; }

    .recipe-content p.breadcrumbs { padding: 10px 0 0; font-size: 10px; }
    .recipe-content p.breadcrumbs a { }

    .post-tags { padding-top: 10px; }
    .recipe-content + .more-recipe { margin-top: 30px; }

    .section-post iframe { height: 320px; }

    /* More Recipe */

    .more-recipe { padding: 38px 10px 20px; }

    .more-recipe h1 { padding-bottom: 23px; font-size: 30px; }
    .more-recipe li { margin-left: 0; display: block; height: 136px; max-height: 136px; }
    .more-recipe li { max-height: auto; }

    .more-recipe-image { width: 128px; height: 136px; }
    .more-recipe .entry p { font-size: 14px; }

    .more-recipe-image img { height: 100%; width: auto; }
    .more-recipe .entry { width: 160px; padding: 10px 4% 0 5%; }
    .more-recipe .bx-wrapper { position: relative; }
    .more-recipe .bx-wrapper .bx-next { right: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 9px 16px; width: 30px; height: 30px; }
    .more-recipe .bx-wrapper .bx-prev { left: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 9px 16px; width: 30px; height: 30px; }

    .more-recipe .section-foot { padding: 40px 15px 20px; }
    .more-recipe .section-foot h6 { padding-bottom: 20px; }
    .more-recipe .section-foot p { padding-bottom: 25px; font-size: 14px; }
    .more-recipe .section-foot p br { display: none; }

    /* Section Chefs Slider */

    .section-chefs-slider .section-head { padding: 0 10px 24px; }
    .section-chefs-slider .section-head h6 { padding: 0 0 10px; }
    .section-chefs-slider .section-head h2 { padding-bottom: 5px; font-size: 30px; }
    .section-chefs-slider .section-head p { padding-bottom: 15px; font-size: 14px; }
    .open .section-intro h1 br { display: none; }

    .chefs-slider { max-height: 100%; background: #fff; }

    .chefs-slider .slider-clip { width: 100%; }
    .chefs-slider span { display: none; }

    .chefs-slider.slider-large .bx-prev { left: 0; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .chefs-slider.slider-large .bx-next { right: 0; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Chefs Testimonials */

    .chefs-testimonials { padding: 32px 0 40px; }
    .chefs-testimonials .avatar { margin-bottom: 30px; }
    .chefs-testimonials h3 { padding: 0 25px 21px; font-size: 25px; }

    /* Section Chefs Sign */

    .section-chefs-sign { padding: 20px 0; text-align: center; }
    .section-chefs-sign h5 { font-size: 12px; }
    .section-chefs-sign h5 strong { padding-right: 0; display: block; font-size: 15px; }
    .section-chefs-sign a { margin-top: 1px; float: none; display: inline-block; margin: 0 auto; padding: 0 30px; }

    .section-chefs-sign-alt { padding-top: 15px; }
    .section-chefs-sign-alt h5 { font-size: 12px; }
    .section-chefs-sign-alt h5 strong { font-size: 15px; }
    .section-chefs-sign-alt a { position: relative; top: 0; padding: 0 20px; }

    .section-facts .slide-content-tablet { margin-bottom: 20px; }

    /* Seafood Solutions */

    .seafood-solutions { padding: 34px 20px 0; }
    .seafood-solutions h2 { padding-bottom: 14px; font-size: 30px; }
    .seafood-solutions h6 { padding-bottom: 22px; }
    .seafood-solutions p { padding-bottom: 28px; font-size: 15px; }
    .seafood-solutions p br { display: none; }

    .seafood-solutions ul { list-style: none outside none; overflow: hidden; overflow: hidden; text-align: left; }
    .seafood-solutions .inner-element { margin: 0 2% 16px; padding: 20px 15px; width: 96%; float: none; box-sizing: border-box; overflow: hidden; background: #fff; text-align: left; min-height: 112px; }

    .seafood-solutions li { margin: 0; padding: 0; width: auto; float: none; background: transparent; min-height: 10px; }
    .seafood-solutions li:first-child,
    .seafood-solutions li:nth-child(3n+1),
    .seafood-solutions li:nth-child(2n+1) { margin: 0; }

    .seafood-solutions .list-image { margin: 0 2% 0 0; height: auto; width: 28%; }
    .seafood-solutions .list-image img { width: 40px; height: auto; margin: 20px; }
    .seafood-solutions .entry { width: 60%; margin-left: 5%; float: left; }
    .seafood-solutions .entry h6 { padding-bottom: 0; }

    .seafood-solutions .bx-wrapper { position: relative; }
    .seafood-solutions .bx-wrapper .bx-prev { top: 50%; left: -20px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
    .seafood-solutions .bx-wrapper .bx-next { right: -20px; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

    .seafood-solutions .section-foot { padding: 31px 0 38px; }
    .seafood-solutions .section-foot h6 { padding: 0 0 19px; }
    .seafood-solutions .section-foot p { padding: 0 0 27px; font-size: 15px; }

    .seafood-solutions .mobile-slider { display: block; }
    .seafood-solutions .mobile-hidden { display: none; }

    /* Company Text Slider */

    .company-text-slider { padding: 82px 0; height: auto; }
    .company-text-slider .logo-inner { height: 97px; margin: 0 auto 33px; }
    .company-text-slider h2 { padding: 3px 10px 20px; font-size: 40px; }
    .company-text-slider h2 br { display: none; }
    .company-text-slider h2 strong { display: block; color: #e1f4ed; }

    /* Chefs Providers */

    .chefs-providers { padding: 0; }
    .chefs-provider { margin-bottom: 0; }

    .chefs-provider .entry { float: none; padding: 31px 20px; width: 100%; height: auto !important; }
    .chefs-provider .entry h6 { padding: 10px 0 24px; }
    .chefs-provider .entry h2 { padding-bottom: 30px; font-size: 26px; height: auto !important; }

    .chefs-provider .entry ul { padding-bottom: 28px; }
    .chefs-provider .entry li { margin-right: 10px; }
    .chefs-provider .entry p { padding: 0 0 23px 0px; font-size: 13px; line-height: 1.2; }

    .chefs-provider .section-actions .btn-blue { padding: 0 22px; }
    .chefs-provider .section-actions .link-download { display: inline-block; margin: 10px 0 0 15px; padding: 0; }

    .chefs-provider .section-image { width: 100%; float: none; }
    .chefs-providers-foodservice { padding-bottom: 0; }
    .chefs-providers-foodservice .chefs-provider .entry h2 { padding-bottom: 20px; }
    .chefs-providers-foodservice .chefs-provider .entry ul { padding-bottom: 15px; }

    .chefs-providers-height { height: auto !important; }

    /* Chefs Partners */

    .chefs-partners { padding: 35px 22px; }
    .chefs-partners .entry { text-align: left; float: none; width: 100%; max-width: 100%; }
    .chefs-partners .entry h2 { padding-bottom: 15px; font-size: 25px; }
    .chefs-partners .entry p { padding-bottom: 13px; }
    .chefs-partners .entry h2 strong { display: inline-block; }
    .chefs-partners .entry h6 { padding-bottom: 24px; }

    .chefs-partners-logos { width: 100%; padding: 33px 0 10px; float: none; }
    .chefs-partners-logos ul { list-style: none outside none; text-align: center; }
    .chefs-partners-logos li { padding-bottom: 10px; margin-right: 10px; }
    .chefs-partners-logos li img { max-height: 67px; width: auto; }

    /* Section Retailers */

    .section-retailers { padding-bottom: 15px; padding-top: 10px; }
    .section-retailers h2 { padding: 0 10px 15px; font-size: 30px; }
    .section-retailers p { padding: 0 18px; font-size: 15px; }
    .section-retailers .entry-head p { padding: 0; }
    .section-retailers p br { display: none; }

    .section-retailers .bx-wrapper { position: relative; padding: 0 10px; text-align: center; }
    .section-retailers .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }
    .section-retailers .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-retailers .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .retailers { padding: 25px 0 0; width: 100%; }
    .retailer { float: left; width: 260px !important; margin: 0 20px; min-height: 10px; }
    .retailer:first-child,
    .retailer:nth-child(3n+1) { margin-left: 20px; }

    .retailer .entry { padding: 25px 25px 0; }
    .retailer .entry h4 { font-size: 25px; }
    .retailer .entry h4 a br { display: none; }

    .retailer-post { position: relative; padding: 10px; background: #fdbc54; box-sizing: border-box; }

    .section-retailers .section-foot { padding: 21px 10px 10px; }
    .section-retailers .section-foot h6 { padding-bottom: 25px; }
    .section-retailers .section-foot p { padding-bottom: 26px; font-size: 17px; }

    .section-retailers-consumer { padding: 33px 0 23px; }

    .section-retailers img.ico-retailers { margin-bottom: 26px; }
    .section-retailers-consumer .entry { padding-bottom: 10px; }
    .section-retailers-consumer .retailer h4 { padding-bottom: 10px; }

    /* Section Foodservice */

    .section-foodservice { padding: 10px; }
    .section-foodservice .section-head { padding-bottom: 30px; }
    .section-foodservice .section-head img { height: 45px; margin: 0 auto 28px; }
    .section-foodservice .section-head h2 { padding-bottom: 19px; font-size: 35px; }
    .section-foodservice .section-head p { padding: 0 15 24px; font-size: 18px; }
    .section-foodservice .section-head .btn-blue { padding: 0 30px; }
    .section-foodservice .section-body { padding-bottom: 20px; }

    .section-foodservice iframe { height: 300px; }

    .foodservice { float: left; width: 260px !important; margin: 0 10px; min-height: 10px; }
    .foodservice:nth-child(3n+1),
    .foodservice:first-child { margin-left: 10px; }

    .foodservice .entry { padding: 19px 25px 0 25px; text-align: left; }
    .foodservice .entry h4 { padding-bottom: 68px; font-size: 25px; }
    .foodservice .entry h6 { padding: 10px 0 15px; }
    .retailer .entry p,
    .foodservice .entry p { padding-bottom: 15px; }

    .foodservice.foodservice-post { padding: 0 10px; }
    .foodservice.foodservice-post h2 { padding: 0 10px; font-size: 30px; }
    .foodservice.foodservice-post h6 { padding: 20px 0 20px 10px; }

    .section-foodservice .section-body .bx-wrapper { position: relative; padding: 0 10px; }
    .section-foodservice .section-body .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }
    .section-foodservice .section-body .bx-prev { left: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-foodservice .section-body .bx-next { right: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Foodservice Stories */

    .foodservice-stories { padding: 20px 20px 0; }

    .foodservice-stories .section-head h2 { padding-bottom: 17px; font-size: 35px; }
    .foodservice-stories .section-head h6 { padding: 10px 0 30px; }
    .foodservice-stories .section-head p { padding-bottom: 34px; font-size: 18px; }
    .foodservice-stories .section-head p br { display: none; }

    .foodservice-stories .section-actions { padding-bottom: 20px; }

    .foodservice-stories .nav-utilities { display: inline-block; width: 200px; height: 31px; overflow: hidden; border: 2px solid #0b0d25; text-align: center; }

    .foodservice-stories .nav-utilities li { padding: 0; margin: 0; background: #ffffff; display: block; width: auto; }
    .foodservice-stories .nav-utilities li.current-menu-item { padding: 0; margin: 0; background: none; box-shadow: none; box-shadow: none; }
    .foodservice-stories .nav-utilities li.current-menu-item a { background: none; box-shadow: none; opacity: 1; display: block; visibility: visible; }
    .foodservice-stories .nav-utilities li a { position: relative; display: none; opacity: 0; visibility: hidden; }
    .foodservice-stories .nav-utilities li a:after { display: inline-block; vertical-align: middle; content: ""; width: 8px; height: 5px; background: url(images/arrow-down-dark.png) no-repeat 0 0; background-size: 8px 5px; margin-left: 7px; opacity: 0; }

    .foodservice-stories .nav-utilities li.current-menu-item a:after { opacity: 1; }
    .foodservice-stories .nav-utilities.active-links li.current-menu-item a:after { opacity: 0; }
    .foodservice-stories .nav-utilities.active-links li:first-child a:after { opacity: 1; }

    .foodservice-stories .nav-utilities li a:hover { opacity: 1; background: none; box-shadow: none; }

    .foodservice-stories .nav-utilities.active-links { height: auto; }
    .foodservice-stories .nav-utilities.active-links a { opacity: 1; display: block; visibility: visible; }

    .foodservice-stories .nav-utilities li a,
    .foodservice-stories .nav-utilities li:hover a,
    .foodservice-stories .nav-utilities li.current-menu-item a { padding: 5px 0; color: #c6703c; border: 0; opacity: 1;
        -webkit-transition: all 0s;
                transition: all 0s;
    }
    .foodservice-stories .nav-utilities li.current-menu-item a { padding: 5px 0; color: #0b0d25; }

    .foodservice-stories .section-body { padding-top: 10px; }
    .foodservice-stories .entry { padding: 15px 18px; float: none; width: 100%; box-sizing: border-box; }
    .foodservice-stories .entry h3 { padding-bottom: 15px; font-size: 25px; }
    .foodservice-stories .entry p { font-size: 13px; line-height: 1.4; }
    .foodservice-stories .entry ul { padding: 15px 0; }
    .foodservice-stories .entry li { font-size: 13px; line-height: 1.5; }

    .foodservice-stories .section-slider { position: relative; width: 100%; float: none; }
    .foodservice-stories .slide-image { width: 100%; float: none; }
    .foodservice-stories .slide-image img { width: 100%; height: auto; }
    .foodservice-stories .slider-entry { padding: 15px 19px; width: 100%; float: none; box-sizing: border-box; }
    .foodservice-stories .slider-entry h4 { padding-bottom: 10px; }

    .foodservice-stories .section-foot { padding: 20px 0 33px; }
    .foodservice-stories .section-foot h6 { padding-bottom: 15px; }
    .foodservice-stories .section-foot p { padding-bottom: 15px; font-size: 15px; }
    .foodservice-stories .section-foot p br { display: none; }

    .foodservice-stories .bx-next { right: 0; }
    .foodservice-stories .bx-prev { right: 48px; }

    .foodservice-stories .mCSB_inside>.mCSB_container { margin-right: 32px; }
    .foodservice-stories .entry { padding: 15px 0px 15px 18px; }

    /* Foodservice Mail */

    .foodservice-mail { padding: 22px 0 18px; text-align: center; }
    .foodservice-mail .shell { padding: 0; }
    .foodservice-mail h5 { padding: 0 10px 20px; float: none; font-size: 13px; }
    .foodservice-mail h5 strong { font-size: 15px; display: block; }

    .foodservice-mail .gform_wrapper { float: none; text-align: center; }

    .foodservice-mail .gform_footer,
    .foodservice-mail .gform_body { display: block; margin: 0 auto; }
    .foodservice-mail .gfield input { width: 200px; }
    .foodservice-mail .gform_footer { margin-top: 20px; }
    .foodservice-mail .gfield input,
    .foodservice-mail .gform_button { border-radius: 0; -webkit-appearance: none; }

    /* Section Recipe Popup */

    .mfp-ready .mfp-container { background: rgba(11,13,37,1); }
    .mfp-container { padding: 0; }
    .mfp-content .shell { padding: 10px; background: rgba(11,13,37,1); }
    .mfp-close { top: 10px; width: 20px; height: 20px; font-size: 15px; line-height: 18px; }
    .section-recipe-popup .mfp-close,
    .section-default-popup .mfp-close { margin-right: 0; border: 2px solid #fff; border-radius: 50%; }

    .section-recipe-popup h6 { padding: 10px 0 5px; }
    .section-recipe-popup h3 { padding-bottom: 20px; font-size: 25px; }
    .section-recipe-popup img { margin: 0 auto; display: block; max-width: 70%; height: auto; }

    .store-slider-consumer { padding-bottom: 30px; }
    .section-recipes.section-recipes-consumer .bx-prev { left: -10px; }
    .section-recipes.section-recipes-consumer .bx-next { right: -10px; }

    .newsdetail-slider { padding-top: 41px; }
    .newsdetail-slider span { display: block; opacity: 0; }
    .newsdetail-slider .active-slide span { display: block; opacity: 1; }
    .newsdetail-slider span { font-size: 8px; padding-left: 40px; background-position: 10px 4px; line-height: 22px; }

    .member-bio-slider .bx-prev,
    .slider-large .bx-prev { left: -22px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .member-bio-slider .bx-next,
    .slider-large .bx-next { right: -22px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .single-crb_team_member .member-bio-slider { position: relative; }
    .single-crb_team_member .member-bio-slider .bx-wrapper { position: static; }
    .single-crb_team_member .member-bio-slider .bx-viewport { background: #0b0d25;  }
    .single-crb_team_member .member-bio-slider .bx-prev { left: 0; }
    .single-crb_team_member .member-bio-slider .bx-next { right: 0; }

    /* Newsdetail Posts */

    .newsdetail-posts { padding-bottom: 0; }
    .newsdetail-posts .content { float: none; width: 100%; padding: 0; margin: 0; }
    .newsdetail-posts .sidebar { float: none; width: 100%; padding: 15px 22px 0; margin: 0; box-sizing: border-box; }

    .newsdetail-post { padding: 26px 19px; }

    .newsdetail-post h2 { padding-bottom: 15px; font-size: 30px; }

    .newsdetail-post h4 { padding-bottom: 10px; font-size: 18px; }
    .newsdetail-post h4 strong { padding: 10px 0 8px; }
    .newsdetail-post h5 { font-size: 13px; }
    .newsdetail-post p { padding-bottom: 15px; font-size: 15px; line-height: 1.8; }
    .newsdetail-post .link-post { margin-bottom: 15px; }
    .newsdetail-post p + .link-post { margin-top: 0; }
    .newsdetail-post .link-post + h5 { padding-bottom: 15px; }

    .newsdetail-post ol { padding: 6px 0 0; list-style: none outside none; }
    .newsdetail-post ol li { font-size: 13px; line-height: 1.5; }

    .newsdetail-post li { font-size: 13px; line-height: 1.5; }
    .newsdetail-post .btn-blue { padding: 0 25px; margin: 0px 0 15px; }

    .newsdetail-inner-slider { margin: 20px 0; }
    .newsdetail-posts-single .newsdetail-inner-slider { width: 100%; }
    .newsdetail-posts-single .newsdetail-inner-slider .bx-prev { right: 48px; }

    .newsdetail-post-yellow { margin: 20px -10px; padding: 20px; }
    .newsdetail-post-yellow h6 { padding: 0 0 10px 0; }
    .newsdetail-post-yellow h2 { padding: 0 0 15px; }
    .newsdetail-post-yellow .btn-orange { margin-left: 0; padding: 0 10px; }

    .newsdetail-posts-single .newsdetail-post-mail,
    .newsdetail-post-mail { margin: 20px -19px; padding: 10px; text-align: center; }
    .newsdetail-post-mail h5 { padding: 5px 0 10px; font-size: 13px; }
    .newsdetail-post-mail h5 strong { padding-right: 0; display: block; font-size: 15px; }

    .newsdetail-post-mail .gform_body { margin: 0 auto 15px; display: block; }
    .newsdetail-posts-single .newsdetail-post-mail .gfield input,
    .newsdetail-post-mail .gfield input { width: 80%; padding: 0 18px; }
    .newsdetail-post-mail .gform_footer { display: block; margin: 0 auto; margin-left: 0; }

    .newsdetail-post-callout { padding: 15px; margin: 10px 0; }
    .newsdetail-post-callout h3 { padding-bottom: 10px; font-size: 25px; }

    .newsdetail-posts .breadcrumbs { padding: 0 10px; }
    .newsdetail-posts-single .shell { width: 100%; }

    .newsdetail-title { padding: 0 30px; }

    /* Newsdetail Intro */

    .newsdetail-intro { padding: 70px 10px 20px; }
    .newsdetail-intro h6 { padding-bottom: 10px; }
    .newsdetail-intro h1 { padding-bottom: 15px; font-size: 30px; }
    .newsdetail-intro p { padding-bottom: 15px; font-size: 15px; }
    .newsdetail-intro p br { display: none; }

    .newsdetail-intro-socials { padding-bottom: 15px; }

    /* Widget */

    .widgettitle { margin-bottom: 15px; font-size: 17px; }

    .widget_category .widget-inner { padding: 30px 40px; }
    .widget_category .widget-inner h3 { padding-bottom: 13px; font-size: 30px; }
    .widget_category.widget_slider .widget-inner h3 { padding-bottom: 0; margin-bottom: 13px; height: 66px; }
    .widget_category .widget-inner h5 { font-size: 14px; }
    .widget_category .widget-inner h6 { padding: 0 0 15px 0; }
    .widget_category .widget-inner p { padding-bottom: 15px; }

    .widget_recipes { padding-top: 30px; }
    .widget_recipes li { margin-bottom: 10px; }

    .widget_recipes .entry { width: 140px; }

    .widget_fact .widget_fact_inner,
    .widget_products .widget_inner,
    .widget_services .widget_inner,
    .widget_about .slider-entry,
    .widget_know .widget_inner,
    .widget_tip,
    .widget_post .entry { padding: 30px 40px; }

    .widget_image span { background-position: 21px 21px; }

    .widget_tip h2 { font-size: 30px; }
    .widget_member .entry { padding-left: 10px; }

    .widget_fact .widget_fact_inner p { padding-bottom: 30px; }

    .widget_about .slider-entry h2 { padding-bottom: 30px; font-size: 26px; }
    .widget_image span { min-height: 145px; padding: 53px 20px 20px; }
    .widget_image_text .bx-prev,
    .widget_image_text .bx-next { bottom: 94px; }

    .widget_know h2 { font-size: 30px; }

    /* Newsdetail Nav */

    .newsdetail-nav { padding: 50px 0 30px; }
    .newsdetail-nav .nav-tab { margin: 0 auto 30px; }

    .newsdetail-title h2 { padding: 0 10px 15px; font-size: 30px; }
    .newsdetail-title p { padding: 0 10px; font-size: 15px; }
    .newsdetail-title p br { display: none; }

    /* Slider Popup */

    .slider-popup { width: 100%; }
    .slider-popup .slider-clip { width: 100%; }
    .slider-popup span { padding: 14px 108px 14px 40px; min-height: 52px; font-size: 10px; line-height: 1.2; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 10px center; box-sizing: border-box; }
    .mfp-bg,
    .slider-popup { background: rgba(11,13,37,1); }
    .mfp-ready .mfp-content, .mfp-ready .popup-outer { width: 100%; }

    /* Section Intro Store */

    .section-intro.section-intro-store { padding: 40px 0; }
    .section-intro-store h1 { padding-bottom: 10px; }
    .section-intro-store p { padding-bottom: 15px; }

    .section-intro-about .btn-blue { margin: 5px 0 13px; }

    /* Stores Result */

    .stores-result { padding: 30px 0; }

    .stores-result img { max-height: 50px; width: auto; margin-bottom: 10px; }
    .stores-result h2 { padding-bottom: 15px; font-size: 30px; }
    .stores-result p { padding-bottom: 15px; font-size: 15px; }
    .stores-result p br { display: none; }

    /* Stores Logos */

    .stores-logos { padding: 20px; }
    .stores-logos li img { max-height: 50px; width: auto; }
    .stores-logos .bx-prev { left: 0; top: 50%; bottom: auto; left: -20px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .stores-logos .bx-next { right: 0; top: 50%; bottom: auto; right: -20px; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Stores Map */

    .stores-map { margin-top: -23px; padding: 53px 10px; }
    .stores-map .section-head { padding-bottom: 15px; }
    .stores-map .section-head img { max-height: 50px; margin-bottom: 15px; }
    .stores-map .section-head h2 { padding-bottom: 15px; font-size: 30px; }

    .stores-map .section-body { margin: 0 0 30px; width: 100%; height: auto; }
    .stores-map .map-holder { float: none; width: 100%; height: 350px; }
    .google-map { width: 100%; height: 350px; }

    .stores-map .map-meta { float: none; width: 100%; height: 165px; margin: 10px; overflow: hidden; }
    .stores-map .map-meta ul { list-style: none outside none; overflow-y: scroll; }
    .stores-map .map-meta li { padding: 10px 0; float: none; width: 100%; }
    .stores-map .map-meta h3 { padding-bottom: 10px; font-size: 20px; }
    .stores-map .map-meta p br { display: none; }
    .mCustomScrollBox { max-width: 96%; }

    .stores-map .section-foot h6 { padding-bottom: 15px; }
    .stores-map .section-foot p { padding-bottom: 10px; font-size: 14px; }
    .stores-map .section-foot .btn-blue { padding: 0 30px; }

    /* Section Gallery */

    .section-gallery { padding: 40px 0 30px; }

    .gallery-single { width: 90%; float: none; margin: 0 5% 30px; }
    .gallery-single:first-child,
    .gallery-single:nth-child(3n+1) { margin-left: 5%; }

    .gallery-image { width: 100%; height: auto; }

    .gallery-single .entry { padding: 34px 36px 25px; }
    .gallery-single h4 { padding-bottom: 23px; font-size: 24px; }

    .gallery-single h6 { padding: 0 0 21px 0; }
    .gallery-single p { font-size: 15px; }

    .section-gallery .btn-blue { margin: 15px auto; }
    .section-gallery + .section-logos ul { padding: 15px 0; }

    /* Section Recipe Popup */

    .section-recipe-popup h3,
    .section-default-popup h3 { padding-bottom: 15px; font-size: 26px; }

    .section-recipe-popup h6,
    .section-default-popup h6 { padding-bottom: 10px; }
    .section-default-popup h6 { padding-top: 30px; }
    .section-default-popup p { padding-bottom: 15px; font-size: 15px; }
    .section-default-popup p br { display: none; }

    .section-default-popup .section-logos { margin-bottom: 15px; }

    .section-default-popup .gform_wrapper { width: 100%; }
    .section-default-popup .gfield select,
    .section-default-popup .gfield textarea,
    .section-default-popup .gfield input { padding: 0 21px; width: 100%; height: 58px; }
    .section-default-popup .gfield textarea { min-height: 100px; }
    .section-default-popup .gform_footer { padding-top: 15px; }

    /* Section Brochures */

    .section-brochures { padding: 40px 0 30px; }

    .brochure { width: 90%; float: none; margin: 0 5% 32px; }
    .brochure:first-child,
    .brochure:nth-child(3n+1) { margin-left: 5%; }

    .brochure-image { width: 100%; height: 100%; }
    .brochure .entry { background: #fff; padding: 34px 35px 25px; }
    .brochure h4 { padding-bottom: 17px; font-size: 25px; }

    .brochure h6 { padding: 0 0 21px 0; }
    .brochure p { padding-bottom: 15px; font-size: 15px; }

    .section-brochures .btn-blue { margin: -7px auto 10px; }
    .section-brochures + .section-logos ul { padding: 15px 0; }

    /* Section Contact Popup */

    .section-contact-popup .mfp-close { right: 5px; margin-right: 0; left: auto; top: 5px; }
    .section-contact-popup h3 { padding-bottom: 20px; font-size: 30px; }
    .section-contact-popup h6 { padding-bottom: 12px; }
    .section-contact-popup p { padding: 0 6px 19px; font-size: 15px; }
    .section-contact-popup p br { display: none; }
    .section-contact-popup .popup-links { padding-bottom: 22px; }

    .section-contact-popup .popup-form { padding: 18px 20px; max-width: 100%; margin: 0 4px; box-sizing: border-box; }
    .section-contact-popup .popup-form h5 { padding-bottom: 11px; font-size: 15px; }
    .section-contact-popup .popup-form p { padding: 0 0 28px; font-size: 14px; }

    .section-contact-popup .gfield textarea,
    .section-contact-popup .gfield input { padding: 0 10px; width: 100%; }
    .section-contact-popup .gfield textarea { padding-top: 15px; }

    /* Footer */

    .footer { padding-top: 40px; text-align: center; }

    .footer-nav-contacts { width: 54%; }
    .footer-body { margin: 10px 0; padding: 10px 0 0; border: 0; }
    .footer .shell { padding: 0; width: auto; }
    .footer-logo { display: inline-block; margin-bottom: 29px; width: 171px; height: 128px; background-size: 171px 128px; }

    .footer-mail { width: auto; margin: 0 16px 19px; padding: 17px 29px 29px 34px; box-sizing: border-box; min-height: 10px; float: none; max-width: 100%; }
    .footer-mail .gfield_label { font-size: 16px; }
    .footer-mail .gfield input { width: 100%; box-sizing: border-box; }
    .footer-mail .gform_button { padding: 0 26px; }

    .footer-find { width: auto; padding: 21px 34px 21px 34px; min-height: 15px; float: none; margin: 0 16px 28px; max-width: 100%; }
    .footer-find .btn-find { margin: 17px 0 0 0; padding: 0 20px; }

    .footer-nav { float: none; margin: 0; margin-bottom: 20px; }
    .footer-nav-contacts { float: left !important; width: 54%;  }
    .footer-nav > ul { margin-bottom: -15px; border-bottom: 0; }
    .footer-nav > ul > li { margin-bottom: 47px; padding: 0; }
    .footer-nav > ul > li:nth-child(odd) { margin-right: 7%; }

    .footer-nav > ul > li:first-child { display: block; }
    .footer-nav li { text-align: left; float: left; padding: 0 2%; margin: 0; display: block; width: 46%; }
    .footer-nav li li { width: 90%; }

    .footer-partners { float: none; display: block; width: 100%; max-width: none; margin-top: 46px; padding: 30px 0 0; border-top: 1px solid #c0c1ca; }
    .footer-touch { float: left; width: 46%; padding: 0; text-align: left; margin: 0 7% 0 0; }
    .footer-touch h6 { display: block; padding: 0 0 13px 0; }

    .footer-partners.footer-tablet { display: none; }
    .footer-partners a { display: inline-block; padding: 0; }

    .footer-partners a, .chefs-partners-logos li { margin: 0 5px 10px; padding: 0; }

    .chefs-partners-logos li img,
    .footer-partners a img { max-height: 40px; }

    .chefs-partners-logos li a { margin: 0; padding: 0; }

    .footer-socials { float: right; width: 46%; text-align: left; margin: 6px 0 0; }
    .footer-socials ul { margin-left: 0; }

    .footer-foot { margin: 20px 0 0; }

    .copyright { padding: 21px 0 30px; width: 100%; float: none; padding-right: 0; }
    .copyright strong { float: none; display: block; padding: 0; width: 100%; text-align: center; }
    .copyright strong { padding-right: 0; }
    .copyright a { top: auto; bottom: -25px; float: none; display: block; text-align: center; padding-right: 0; margin-top: 0; }
    .copyright a + strong { float: none; width: auto; text-align: center; }

    .newsdetail-intro h6,
    .newsdetail-intro h1,
    .newsdetail-intro h1 + p,
    .newsdetail-intro-socials,
    .newsdetail-intro p.credit,
    .recipe-title h6,
    .recipe-title img.batch,
    .recipe-title h1,
    .recipe-title h1 + ul,
    .recipe-meta,
    .recipe-slider,
    .page-template-retailers-page .nav-tab,
    .page-template-static-retailers-page .nav-tab,
    .section-retailers img,
    .section-retailers h2,
    .section-retailers p,
    .retailers,
    .page-template-food-service-page .nav-tab,
    .page-template-static-foodservice-page .nav-tab,
    .section-foodservice .section-head img,
    .section-foodservice .section-head h2,
    .section-foodservice .section-head p,
    .section-foodservice .section-head a,
    .page-template-static-chef-buyers-page .nav-tab,
    .page-template-chefs-buyers-page .nav-tab,
    .section-chefs-slider .section-head h6,
    .section-chefs-slider .section-head h2,
    .section-chefs-slider .section-head p,
    .member-bio .section-head h6,
    .member-bio .section-head h1,
    .member-bio .section-head p,
    .member-bio .section-head a,
    .member-slider,
    .page-template-team-page .nav-tab,
    .section-team .section-head h2,
    .section-team .section-head p,
    .team-members,
    .section-company .section-head h2,
    .section-company .section-head p,
    .inner-company img,
    .section-danger h2,
    .section-danger p,
    .section-danger li,
    .intro-logo,
    .intro .entry h1,
    .intro .entry p,
    .intro .entry a { top: 0; opacity: 1; }

    .home .section-logos { position: static; bottom: auto; left: auto; right: auto; opacity: 1; margin-top: 40px; padding: 9px 0; }

     /* Section News */

    .section-news { padding: 55px 0 70px; margin-top: -25px; }
    .section-news .filters-nav { padding-top: 15px; }
    .section-news .filters-nav li { display: inline-block; float: none; margin: 0 5px; vertical-align: top; }
    .section-news .filters-nav li a { font-size: 10px; line-height: 1.5; }

    .new { float: none; width: 90%; margin: 5%; height: auto !important; }
    .new-image { width: 90%; }

    .new-entry { padding: 20px; width: 100%; }
    .new-entry h6 { padding-bottom: 15px; }
    .new-entry h2 { margin-bottom: 32px; padding: 0 0 3px; font-size: 30px; height: auto !important; max-height: 101px; overflow: hidden; }

    .new-entry p { padding-bottom: 60px; }

    .new .new-entry,
    .new .inner-image { width: 100%; float: none; }

    .section-news .section-filters { padding-bottom: 0; }
    .member-bio-slider .bx-wrapper,
    .slider-large .bx-wrapper { position: relative; }
    .member-bio-slider .bx-prev,
    .slider-large .bx-prev,
    .member-bio-slider .bx-next,
    .slider-large .bx-next { margin-top: 0; }

    .stores-map .map-meta ul { width: 1000000%; }
    .stores-map .map-meta li { float: left; }

    .fact-slider .bx-viewport,
    .fact-slider .slide { max-height: 1000px; }

    .fact-slider + .slide-content { display: none; }
    .section-danger li { height: auto !important; }

    .intro-about-wrapper.mobile-wrapper { display: block; }
    .intro-about-wrapper.desktop-wrapper,
    .intro-about-wrapper.tablet-wrapper { display: none; }

    .section-logos { display: block; }
    .section-logos-tablet { display: none; }

    /* Call Action */

    .call-action { padding: 8px 0; border-width: 0; }
    .call-action .shell { width: 260px; }
    .call-action-avatar { margin-right: 0; }

    .call-action-name { float: right; padding: 0; width: 164px; text-align: center; }
    .call-action-name h1 { padding-bottom: 6px; }

    .has-bottom-bar .wrapper { padding-bottom: 85px; }

    .call-action-btn { float: right; padding: 4px 14px 0 0; }
    .call-action-btn .btn-white { padding: 0 24px; }

    .chefs-providers.switch-sections .chefs-provider { display: none; }
    .chefs-providers.switch-sections .chefs-provider-mobile { display: block; }

    .section-dishes .bx-wrapper { padding: 0 51px; }
    .section-dishes-slider .recipes li { margin: 0 10px; width: 250px !important; }
    .section-dishes-slider .recipes li:first-child,
    .section-dishes-slider .recipes li:nth-child(3n+1),
    .section-dishes-slider .recipes li:nth-child(4n+1) { margin: 0 10px; }

    .section-recipe-popup .mfp-close { right: 15px; z-index: 54; top: 10px !important; }
    .mfp-wrap + .container .header { right: 0 !important; }

    .fact-entry.fact-height,
    .fact-slider { max-height: 1000px; }

    .chefs-partners-logos ul { padding: 0; }
    .chefs-partners-logos li a { margin-bottom: 0; }
    .chefs-partners-logos li img { max-height: 40px; }

    .chefs-partners .entry-left,
    .chefs-partners .entry-right { width: 100%; margin-bottom: 10px; }

    .section-facts .slide-content .btn-blue { position: static; bottom: auto; left: auto; }

    .member-slider { margin-bottom: 40px; }
    #menu-footer-contact-menu > li { width: 100%; }
}

/* ------------------------------------------------------------ *\
    Media - Phones
\* ------------------------------------------------------------ */

@media (max-width: 500px) {
    .section-foodservice iframe { height: 250px; }
}

 @media (max-width: 337px) {
  .footer-nav-contacts a { width: 100% }
}

@media (max-width: 400px) {

    .home .intro { overflow: visible; padding-bottom: 0; }

    .section-superfood .sticker.top.left:hover,
    .section-superfood .sticker.top.left { position: absolute; top: 2%; left: 11%; right: auto; bottom: auto; }
    .section-superfood .sticker.top.right:hover,
    .section-superfood .sticker.top.right { position: absolute; top: -4%; right: 10%; left: auto; bottom: auto; }
    .section-superfood .sticker.bottom.right:hover,
    .section-superfood .sticker.bottom.right { position: absolute; bottom: 4%; right: 4%; left: auto; top: auto; }
    .section-superfood .sticker.bottom.left:hover,
    .section-superfood .sticker.bottom.left { position: absolute; bottom: 0; left: 7%; right: auto; top: auto; }

    .section-post iframe { height: 260px; }

    .section-foodservice iframe { height: 225px; }
}

/* ------------------------------------------------------------ *\
    Media - Phones
\* ------------------------------------------------------------ */

@media (max-width: 374px) {

    .shell,
    .recipe-title .shell,
    .recipe-content .shell { width: auto; }

    /* Header */

    .logo { display: none; }

    .link-title-mobile { display: block; }

    .mobile-navigation { left: -270px; padding: 40px 20px; width: 270px; overflow: scroll; }
    .mobile-navigation .logo-mobile { display: none; }

    .mobile-navigation .nav-mobile { margin: 0 0 10px; }
    .mobile-navigation .nav-mobile li { padding-bottom: 10px; }
    .mobile-navigation .nav-mobile a { font-size: 14px; line-height: 1.2; }
    .mobile-navigation .nav-mobile .sub-menu li { margin: 0; padding: 0 0 5px 25px; }
    .mobile-navigation .nav-mobile .sub-menu li:last-child { padding-bottom: 0; }
    .mobile-navigation .nav-mobile .sub-menu a { font-size: 14px; }

    .mobile-navigation h4 { padding-left: 3px; font-size: 20px; line-height: 1.2; color: #0c0e26; }

    .mobile-navigation .nav-socials-mobile { padding-top: 10px; }
    .mobile-navigation .nav-socials-mobile li { padding: 0 10px 0 5px; }
    .mobile-navigation .nav-socials-mobile a { font-size: 20px; }
    .mobile-navigation .nav-socials-mobile a:hover { opacity: 1; color: #c1c1ca; }

    .active-nav .mobile-navigation { left: 0; }
    .container { position: relative; left: 0; }
    .active-nav .container { left: 270px; }
    .active-nav .header { left: 270px; right: -270px; }

    /* Intro */

    .intro { position: relative; padding-bottom: 10px; min-height: auto; height: auto; text-align: center; }

    .intro .shell { display: block; }
    .intro .section-inner { display: inline-block; }

    .intro-logo { margin: 82px 0 21px; }
    .intro-logo img { width: auto; height: 102px; }

    .home .intro-logo { margin-top: 55px; }

    .page-template-purpose-page .intro-logo { margin-bottom: 33px; }
    .page-template-purpose-page .section-intro h1 { padding-bottom: 16px; }
    .page-template-purpose-page .section-intro p { padding-bottom: 17px; }

    .intro .entry { padding: 0 20px; }
    .intro .entry h1 { padding: 0 0 4px; font-size: 34px; line-height: 1; }
    .intro .entry p { padding: 0 0 14px; font-size: 14px; line-height: 1.44; }

    /* Section Logos */

    .section-logos ul { padding: 5px 0; }
    .section-logos li { width: 28%; margin: 0 2%; }

    .section-logos li a img { height: auto; max-width: 100%; }

    /* Section Superfood */

    .section-superfood { padding: 25px 10px 15px; }
    .section-superfood .entry { padding-top: 0; width: 100%; box-sizing: border-box; }

    .section-superfood .entry h1 { padding-bottom: 10px; font-size: 25px; }
    .section-superfood .entry h6 { padding-bottom: 10px; font-size: 10px; }
    .section-superfood .entry .btn-blue { padding: 0 20px; margin-left: 2px; }

    .section-superfood .section-image { margin-right: 0; }
    .section-superfood .section-image img { max-width: 100%; height: auto; }
    .section-superfood .sticker { width: 66px; }

    .section-superfood-about { padding: 25px 10px; }
    .section-superfood-about .section-image { width: 100%; }

    /* Section Recipes */

    .section-recipes { padding: 25px 0; }
    .section-recipes-stores ul { padding-top: 10px; }

    .section-recipes h3 { padding-bottom: 10px; font-size: 26px; }
    .section-recipes h6 { padding-bottom: 10px; font-size: 10px; }
    .section-recipes ul { padding: 20px 0; }
    .section-recipes li { float: left; width: 240px !important; margin: 0 10px; }

    .section-recipes .entry { padding: 10px; }
    .section-recipes .entry h6 { padding-bottom: 10px; }
    .section-recipes .entry h4 { padding-bottom: 15px; }
    .recipes-comment h2 { padding-bottom: 10px; font-size: 25px; }
    .recipes-comment p { font-size: 10px; }

    .section-recipes li.recipes-easy img.recipes-easy-image { top: -29px; width: 58px; }

    .recitpes-foot { padding-bottom: 10px; text-align: center; }
    .recipes-foot h6 { padding: 5px 0 10px; }
    .recipes-foot p { padding-bottom: 10px; }
    .recipes-foot .btn-blue { padding: 0 18px; }

    .section-recipes-consumer { padding: 25px 10px; }
    .section-recipes-consumer ul { padding-top: 10px; }

    .section-recipes .bx-wrapper { position: relative; padding: 0 0 0 0; text-align: center; }
    .section-recipes .bx-viewport { padding: 0; margin: 0 auto; width: 260px !important; height: auto !important; overflow: visible !important; }

    .section-recipes .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-recipes .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .recipes-foot { padding-bottom: 10px; }
    .recipes-foot h6 { padding: 0 0 15px; }
    .recipes-foot p { padding-bottom: 15px; font-size: 15px; }
    .recipes-foot p br { display: none; }

    /* Section Mission */

    .section-mission { padding: 30px 0; }
    .section-mission .section-logo { margin: 0 auto 20px; width: 80px; }

    .section-mission h1,
    .section-mission h2 { padding-bottom: 15px; font-size: 34px; }

    /* Store Slider */

    .store-slider { padding: 0; overflow: hidden; }

    .store-slider .entry,
    .store-slider .slider-clip { width: 100%; min-height: 100%; float: none; display: block; overflow: visible; }

    .store-slider .entry { margin-right: 0; padding: 15px 0 25px; }

    .store-slider .section-ico { margin: 0 auto 20px; width: 60px; }
    .store-slider h3 { padding: 0 15px 10px; font-size: 21px; }
    .store-slider .btn-blue { padding: 0 10px; margin-bottom: 25px; }
    .store-slider .slides { height: 100%; min-height: 10px; display: block; }
    .store-slider .slide { width: 100%; height: 100%; }
    .store-slider .slide img { width: 100%; height: auto; }
    .store-slider .bx-prev,
    .store-slider .bx-next { bottom: 0; }

    /* Slider About */

    .slider-about { padding: 25px 10px; }
    .slider-about h1 { padding-bottom: 10px; font-size: 34px; }
    .slider-about h6 { padding-bottom: 10px; }
    .slider-about p { padding-bottom: 10px; font-size: 14px; }

    /* Section Facts */

    .section-facts .shell { padding: 25px 10px; }
    .section-facts h6 { padding-bottom: 10px; }

    .fact-slider { float: none; width: 100%; }
    .fact-slider .slides { max-height: 100%; }
    .fact-slider .slide { overflow: hidden; min-height: 10px; }

    .section-facts .slide-content { padding: 10px; float: none; width: 100%; height: auto !important; }
    .section-facts .slide-content .entry { padding: 0 10px; }
    .section-facts .slide-content h1 { padding-bottom: 20px; font-size: 31px; }
    .section-facts .slide-content h5 { font-size: 14px; }
    .section-facts .slide-content p { padding-bottom: 15px; font-size: 14px; }

    .fact-slider .slide-image { width: 100%; float: none; height: 400px !important; }

    .section-facts .bx-prev, .section-facts .bx-next { bottom: auto; top: 350px; }

    .fact-entry { padding: 10; width: 100%; float: none; height: auto !important; }
    .fact-entry h6 { padding-top: 20px; }
    .fact-entry p { margin-bottom: 15px; padding-bottom: 0; font-size: 20px; }
    .fact-bar { padding: 10px 0; }
    .fact-bar h5 { font-family: 'Mark', sans-serif; font-size: 13px; }
    .fact-bar h5 em { padding: 0 10px; background: none; }

    /* Section Intro */

    .section-intro { position: relative; padding: 10px; text-align: center; }
    .intro-logo-mobile { display: block; }
    .intro-logo-mobile img { width: auto; height: 102px; }

    .page-template-team-page .section-intro .entry,
    .section-intro .entry { padding: 47px 10px 0; }
    .section-intro-recipes .entry { padding-bottom: 20px; }

    .section-intro h1 { padding-bottom: 10px; font-size: 34px; }
    .section-intro p { padding: 0 10px; font-size: 14px; }

    .home .intro { overflow: visible; padding-bottom: 0; }

    /* Section About */

    .section-about { padding: 15px 0; }

    .section-about h1 { font-size: 26px; }
    .section-about p { padding: 0 20px 10px; }
    .section-about .entry h2 { font-size: 20px; padding: 0 0 10px; }

    .about-health { padding-bottom: 20px; }
    .section-about-more { padding: 15px; }

    .about-health li { width: 310px !important; height: 310px !important; }

    /* Section Danger */

    .section-danger { padding-bottom: 10px; }

    .section-danger h2 { padding: 0 10px 10px; font-size: 34px; }
    .section-danger p { padding: 0 10px 10px; font-size: 14px; }
    .section-danger li { padding-bottom: 10px; display: block; width: 90%; margin: 0 5%; }
    .section-danger li:first-child,
    .section-danger li:nth-child(2n+1) { margin-left: 5%; }

    .section-danger .entry h5 { padding-bottom: 10px; font-size: 17px; }
    .section-danger .entry p { padding: 0; font-size: 14px; }

    /* Purpose Image */

    .purpose-image { padding: 60px 15px; }
    .purpose-image h2 { padding: 0 25px 15px; font-size: 30px; }

    /* Section Tide */

    /*.section-tide .section-head h2 { font-size: 34px; }
    .section-tide .bx-viewport { width: 310px !important; }
    .section-tide .tide-inner { padding-top: 0; margin: 0 5px; width: 310px !important; }
    .section-tide .tide-image { width: 310px; height: auto !important; }
    .section-tide .entry { padding: 15px 20px; float: none; width: 310px; height: auto !important; }*/

    /* Section Farming */

    .section-farming { padding: 15px 0 10px; }

    .section-farming .section-head { padding-bottom: 20px; }
    .section-farming .section-head h2 { padding-bottom: 10px; font-size: 30px; }
    .section-farming .section-head h6 { padding-bottom: 15px; }
    .section-farming .section-head p { padding: 0 15px; font-size: 14px; }
    .section-farming .farming:first-child,
    .section-farming .farming { margin: 0 10px; }
    .section-farming .farming h4 { font-size: 16px; }
    .section-farming .farming p { font-size: 13px; }

    .section-farming .bx-next { background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-prev { background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .section-farming .bx-viewport { width: 320px !important; }
    .section-farming .farming { width: 300px !important; height: 300px !important; }

    /* Section Impact */

    .section-impact { padding: 20px 0; }

    .section-impact .section-head { padding-bottom: 10px; }
    .section-impact .section-head h2 { padding-bottom: 10px; font-size: 36px; }
    .section-impact .section-head h6 { padding-bottom: 15px; }
    .section-impact .section-head p { padding: 0 15px 20px; font-size: 14px; line-height: 1.20; }

    .impact-inner { width: 246px !important; float: left; margin: 0 10px; }
    .impact-inner:first-child { margin-left: 10px; }

    .section-impact .section-body { margin: 0; }

    .section-impact .bx-wrapper { position: relative; padding: 0 0 15px 0; text-align: center; }
    .section-impact .bx-viewport { padding: 0; margin: 0 auto; width: 260px !important; height: auto !important; overflow: visible !important; }

    .section-impact .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-impact .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Purpose Fact */

    .purpose-fact { padding: 0; }

    .purpose-fact h2 { padding-bottom: 20px; font-size: 30px; }
    .purpose-fact h6 { padding: 10px 0 15px; }
    .purpose-fact p { padding-bottom: 10px; font-size: 14px; }

    .purpose-about { text-align: left; }
    .purpose-about,
    .purpose-about-slider { width: 100%; float: none; }
    .purpose-about-slider { text-align: left; }
    .purpose-about .entry { width: 100%; box-sizing: border-box; }
    .purpose-about img { margin: 0 auto; float: none; display: inline-block; }

    /* Section Company */

    .section-company .section-head h2 { padding-bottom: 10px; font-size: 34px; }
    .section-company .section-head p { padding-bottom: 20px; font-size: 14px; }

    /* Section Company */

    .section-company .shell { width: 100%; }
    .inner-company { float: left; width: 300px !important; margin: 0 10px; }
    .company-testimonial h3
    .section-company .bx-viewport { width: 300px !important; }

    /* Company Testimonial */

    .company-testimonial { padding: 15px 10px; }
    .company-testimonial h3 { padding-bottom: 10px; font-size: 26px; }
    .company-testimonial p { font-size: 12px; }

    /* Company Story */

    .company-story { padding: 14px 10px 16px; }
    .company-story .section-left,
    .company-story .section-right { width: 100%; float: none; box-sizing: border-box; }

    .company-story h2 { padding-bottom: 15px; font-size: 34px; }
    .company-story h4 { padding: 4px 0 16px; font-size: 21px; }
    .company-story h6 { padding-bottom: 10px; }

    .company-story a { padding: 0 16px; }
    .company-story p { font-size: 13px; line-height: 1.3; }

    /* Company Text Slider */

    .company-text-slider { position: relative; padding: 20px 0; height: auto; }
    .company-text-slider h2 { padding: 10px 15px 30px; font-size: 36px; }

    /* Company Farms */

    .company-farms { padding: 20px 0; }
    .company-farms .section-head { padding-bottom: 35px; }

    .company-farms .section-head h2 { padding: 0 30px 8px; font-size: 30px; }
    .company-farms .section-head h6 { padding-bottom: 10px; }
    .company-farms .section-head p { font-size: 14px; }

    .company-farms .company-farm { margin-bottom: 0; }
    .company-farms .company-farm .entry { padding: 0 25px 10px; }
    .company-farms .company-farm .entry, .company-farms .company-farm .section-image { width: 100%; }
    .company-farms .company-farm .entry,
    .company-farms .company-farm .section-image { height: auto; }
    .company-farms .company-farm .btn-blue { margin-bottom: 10px; }

    .company-farms .section-foot p { padding: 15px; }

    /* Section Nav Tab */

    .section-nav-tab { padding: 40px 0 20px; }

    .nav-tab ul { display: inline-block; width: 249px; height: 66px; overflow: hidden; border: 1px solid #c5c5cd; text-align: center; }
    .nav-tab.active-nav li a { pointer-events: auto; }

    .nav-tab li { background: #ffffff; }
    .nav-tab li.current-menu-item { background: none; box-shadow: none; box-shadow: none; }
    .nav-tab li.current-menu-item a { background: none; box-shadow: none; }
    .nav-tab li a { position: relative; display: inline-block; pointer-events: none; }
    .nav-tab li:first-child a:after { display: inline-block; vertical-align: middle; content: ""; width: 8px; height: 5px; background: url(images/arrow-down-dark.png) no-repeat 0 0; background-size: 8px 5px; margin-left: 7px; }
    .nav-tab li a:hover { opacity: 1; background: none; box-shadow: none; }

    .section-nav-tab-foodservice { padding: 30px 0 20px; }

    /* Section Team */

    .section-team { margin-top: 0; padding-bottom: 30px; }

    .section-team .section-head h2 { padding: 0 10px 10px; font-size: 30px; }
    .section-team .section-head p { padding: 0 25px 30px; font-size: 14px; }

    .team-members { padding-bottom: 15px; overflow: hidden; }
    .team-member { width: 260px; display: inline-block; vertical-align: top; margin: 0 30px 30px; }
    .team-member:first-child,
    .team-member:nth-child(4n+1) { margin-left: 0; }

    .team-member-image { width: 260px; height: auto; }
    .team-member-image img { width: 100%; height: auto; }

    .team-member .entry { padding: 15px; text-align: left; }
    .team-member .entry h6 { padding-bottom: 10px; }
    .team-member .entry h3 { padding-left: 0; font-size: 15px; }

    .section-team .section-foot { padding: 0 10px; }
    .section-team .section-foot h6 { padding-bottom: 10px; }
    .section-team .section-foot p { padding: 0 20px 10px; font-size: 14px; }

    .section-team .bx-wrapper { position: relative; padding: 0 30px; text-align: center; }
    .section-team .bx-viewport { padding: 0; margin: 0 auto; width: 260px !important; height: auto !important; overflow: visible !important; }

    .section-team .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-team .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .bx-prev.disabled,
    .bx-next.disabled { opacity: 0; }

    /* Member Bio */

    .member-bio { background: #fff; overflow: hidden; padding: 0 15px; }
    .member-content { padding: 0 15px; }

    .member-bio .section-head { padding: 70px 15px 30px; }
    .member-bio .section-head h1 { padding-bottom: 10px; font-size: 30px; }
    .member-bio .section-head h6 { padding-bottom: 10px; }
    .member-bio .section-head p { padding-bottom: 20px; font-size: 15px; }
    .member-bio .section-head p br { display: none; }

    .meet-others .bx-wrapper { position: relative; }
    .meet-others .bx-prev { left: -15px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; margin-top: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .meet-others .bx-next { right: -15px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; margin-top: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .member-slider .active-slide span { display: none; }

    .slider-large { background: none; }
    .slider-large .bx-prev { top: 50%; right: auto; left: -25px; margin-left: 0; background: url(images/arrow-prev-blue.png) no-repeat 0 0; }
    .slider-large .bx-next { top: 50%; right: -25px; margin-right: 0; background: url(images/arrow-next-blue.png) no-repeat 0 0; }
    .slider-large .bx-prev,
    .slider-large .bx-next { top: 50%; width: 12px; height: 20px; background-size: 12px 20px; background-color: none; }

    .member-testimonials { padding: 10px; }
    .member-content .section-left { width: auto; padding: 10px; }
    .member-testimonials h2 { font-size: 26px; }

    .member-recipe .entry { width: 118px; }
    .member-recipe h5 { font-size: 12px; }
    .member-bio .post { padding-bottom: 25px; }
    .member-content .section-left,
    .member-bio .section-post { width: auto; float: none; padding: 0; }

    /* Meet Others */

    .meet-others { position: relative; padding: 15px 15px 45px; }
    .meet-others .section-head { padding-bottom: 16px; }
    .meet-others .section-head h2 { font-size: 30px; }
    .meet-others .link-all { margin-top: 15px; }
    .meet-other-image { width: 40%; height: auto; float: left; }
    .meet-other { width: 100%; margin: 0 0 10px; overflow: hidden; }
    .meet-other:first-child { margin-left: 0; }
    .meet-other:last-child { margin-right: 0; }
    .meet-other .entry { width: auto; width: 60%; float: left; padding: 10px; box-sizing: border-box; }
    .meet-other .entry h6 { padding: 0 0 5px; font-size: 11px; }

    .meet-others .link-all { position: absolute; bottom: 10px; left: 15px; margin: 0; padding-left: 0; }

    /* Section Intro Recipes */

    .section-intro.section-intro-recipes { padding: 10px 0 0; }
    .section-intro.section-intro-recipes p { padding-bottom: 15px; }

    /* Recipes Search */

    .recipes-search { margin: 0; padding: 0; position: relative; z-index: 1; display: block; height: auto; width: 100%; }
    .recipes-search-inner { position: relative; top: 0; }
    .recipes-search .shell { height: 46px; }

    .recipes-search form { height: 46px; }
    .recipes-search form div { padding: 0px 5px; margin: 0 5px; }
    .recipes-search .screen-reader-text,
    .recipes-search .searchfield { font-size: 11px; line-height: 46px; }
    .recipes-search .searchfield { width: 55%; }
    .recipes-search .searchsubmit { float: right; top: 0; padding-left: 24px; font-size: 0; height: 46px; margin: 0; }

    /* Section Dishes */

    .section-dishes { padding: 10px 0 0; z-index: 56; }
    .section-dishes-filters { padding: 50px 0 0; z-index: 56; }
    .section-dishes .section-inner { position: relative; padding-bottom: 30px; margin-bottom: 20px; }
    .page-template-recipes-browse-page .section-dishes .section-inner { margin-bottom: 0; }

    .section-dishes .section-meta { overflow: hidden; padding: 0 10px 15px; text-align: left; }
    .section-dishes h1 { float: none; padding: 0 0 9px; font-size: 20px; }
    .section-dishes .link-all { position: absolute; bottom: 0; left: 11px; margin-top: 0; float: none; padding: 0 9px 0 0; }

    .section-dishes ul.recipes { padding: 0; list-style: none outside none; text-align: left; overflow: hidden; }
    .section-dishes-slider .recipes li { float: left; width: 290px !important; margin: 0 5px; min-height: 10px; }


    .section-dishes-slider .recipes li:first-child, .section-dishes-slider .recipes li:nth-child(3n+1), .section-dishes-slider .recipes li:nth-child(4n+1) { margin: 0 5px; }

    .section-dishes .bx-wrapper { position: relative; padding: 0 0; text-align: center; }
    .section-dishes .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }

    .section-dishes .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .section-dishes .bx-next { right: 0; top: 50%; bottom: auto; right: 0; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .section-dishes .entry { padding: 10px; }
    .section-dishes .entry h4 { padding-bottom: 20px; }

    .section-dishes .section-footer { padding: 0 10px 30px; }
    .section-dishes .section-footer h6 { padding-bottom: 15px; }
    .section-dishes .section-footer p { padding-bottom: 15px; font-size: 14px; }
    .section-dishes .section-footer p br { display: none; }

    .section-dishes .recipes.grid li { float: none; display: block; width: 210px; margin: 0 auto 17px; min-height: 50px; }
    .section-dishes .recipes.grid li:first-child,
    .section-dishes .recipes.grid li:nth-child(2n+1),
    .section-dishes .recipes.grid li:nth-child(3n+1),
    .section-dishes .recipes.grid li:nth-child(4n+1) { margin-left: auto; }

    /* Form Filters */

    .section-filters { margin: 0; padding: 0 5% 22px; }
    .filters-mobile { position: relative; display: block; float: right; font-family: 'Mark', sans-serif; font-size: 11px; line-height: 1; color: #0b0d25; letter-spacing: 0.01em; }

    .section-filters p { font-size: 13px; }

    .form-filters { display: none; }
    .section-dishes-filters .shell { position: relative; }

    .open-filters .form-filters-mobile { right: 0; }
    .form-filters-mobile { position: fixed; top: 41px; right: -100vw; z-index: 600; float: none; width: 100vw; padding: 0; margin: 0; display: block; background: #fff; box-sizing: border-box; }
    .form-filters-mobile:before { position: fixed; top: 0; right: -100vw; z-index: 599; width: 100%; height: 100%; background: #fff; content: ""; }
    .open-filters .form-filters-mobile:before { right: 0; }

    .section-dishes .section-inner { z-index: 2; padding-bottom: 34px; }

    .form-filters-mobile .filter-inner { position: relative; z-index: 600; }
    .form-filters-mobile .form-row { padding: 0 5%; }
    .form-filters-mobile .form-row,
    .form-filters-mobile .form-actions { width: 100%; float: none; }

    .form-filters .form-controls,
    .form-filters .form-row:hover .form-controls { background: none; }

    .form-filters-mobile .form-label { position: relative; display: inline-block; font-size: 11px; line-height: 1.2; color: #0b0d25; letter-spacing: 0.1em; text-transform: uppercase; float: none; padding: 0 15px 0 0; background: url(images/arrow-down-orange.png) no-repeat right 3px; background-size: 8px 5px; }
    .form-filters-mobile .form-row.active .form-label { background: url(images/arrow-top-orange.png) no-repeat right 3px; background-size: 8px 5px; }

    .form-filters-mobile .form-label strong { font-weight: 400; color: #c66b2c; }
    .form-filters-mobile .form-controls { display: none; float: none; }
    .form-filters-mobile .form-row.active .form-controls { display: block; }
    .form-filters-mobile .radio input { display: none; }
    .form-filters-mobile .radio label { position: relative; float: none; padding-left: 20px; font-size: 11px; line-height: 1.2; color: #c66b2c; letter-spacing: 0.1em; text-transform: uppercase; }
    .form-filters-mobile .radio label:before { position: absolute; top: 2px; left: 3px; display: block; width: 8px; height: 8px; background: #fff; border: 1px solid #c66b2c; content: ""; }
    .form-filters-mobile .radio input[type=radio]:checked + label:before { background: #c66b2c; }

    .form-filters-mobile .form-actions { position: relative; margin-top: 50px; width: 100%; height: 64px; overflow: hidden; }
    .form-filters-mobile .form-actions .form-btn { display: block; float: left; width: 50%; text-align: center; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 68px; color: #0b0d25; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; background: #f6f8fa; }
    .form-filters-mobile .form-actions .form-btn-reset { color: #515364; }
    .form-filters-mobile .form-actions:after { position: absolute; top: 0; bottom: 0; right: 50%; width: 1px; height: auto; display: block; content: ""; background: #dee0e4; margin-left: -1px; }

    .form-filters-mobile .filter-title { position: relative; margin-bottom: 15px; }
    .form-filters-mobile .filter-title:before { position: absolute; top: 15px; left: 15px; content: "x"; font-family: 'Mark', sans-serif; font-size: 15px; font-weight: 700; color: #0b0d25; }
    .form-filters-mobile .filter-title h6 { display: block; text-align: center; font-family: 'Mark', sans-serif; font-size: 15px; line-height: 68px; color: #0b0d25; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; background: #f6f8fa; }

    /* Recipe Title */

    .recipe-title { padding-top: 80px; }
    .recipe-title .shell { width: 90%; padding: 0 5%; }

    .recipe-title h1 { padding-bottom: 15px; font-size: 33px; }
    .recipe-title h1 br { display: none; }
    .recipe-title h6 { padding-bottom: 10px; }
    .recipe-title img.batch { position: absolute; top: auto; bottom: 50px; right: 0px; width: 40px; height: auto; }

    .recipe-title li { float: left; padding: 0 5px; }

    .recipe-title li .ico-time,
    .recipe-title li .ico-user { position: relative; top: 2px; }
    .recipe-title li .ico-time { width: 11px; height: 14px; background-size: 11px 14px}
    .recipe-title li .ico-user { width: 12px; height: 12px; background-size: 12px 12px; }
    .recipe-title li span { font-size: 11px; }

    .recipe-title-detail .entry { padding-bottom: 10px; }

    .recipe-title-detail .ico-center { margin-left: 10px; }
    .recipe-title-detail .ico-right { margin-left: 10px; }

    .recipe-meta { padding: 10px; }
    .recipe-meta ul { float: none; width: auto; text-align: center; }
    .recipe-meta li { margin: 5px 0; text-align: left; display: inline-block; float: none; }
    .recipe-meta > ul > li:first-child { margin-bottom: 10px; width: 100%; text-align: center; }
    .recipe-meta li:last-child { display: none; }

    .recipe-meta p a,
    .recipe-meta p strong { display: block; font-size: 12px; }
    .recipe-meta p a { color: #c46b34; padding-right: 10px; background: url(images/arrow-next-orange.png) no-repeat right center; background-size: 5px 8px; }

    .recipe-socials { position: relative; bottom: auto; left: auto; right: auto; float: none; width: 100%; }
    .recipe-socials li { margin: 0 auto; padding: 11px 0 0 13px; }

    .recipe-slider .slider-clip { width: 100%; }
    .recipe-slider span { display: none; }

    .recipe-slider.slider-large .bx-prev { left: 0; }
    .recipe-slider.slider-large .bx-next { right: 0; }

    /* Recipe Content */

    .recipe-content { padding: 15px 0 0; }
    .recipe-content .shell { width: 90%; padding: 0 5%; }

    .section-ingredients { float: none; width: 100%; }
    .section-ingredient { padding: 15px; }
    .section-ingredients h3 { margin: 0 0 15px -3px; font-size: 18px; }

    .ingredient ul { padding: 5px 0 10px; }
    .ingredient li strong { width: 30%; }
    .ingredient li span { width: 65%; }

    .recipe-content .section-post { float: none; width: 100%; }
    .recipe-content .post h2 { padding: 10px 0; font-size: 25px; }
    .recipe-content .post p { padding-bottom: 20px; font-size: 15px; line-height: 1.3; }

    .recipe-content .post li { padding-bottom: 20px; font-size: 15px; line-height: 1.4; }
    .recipe-content .post-foot { width: 290px; }

    /* More Recipe */

    .more-recipe { padding: 20px 10px; }

    .more-recipe h1 { padding-bottom: 10px; font-size: 30px; }
    .more-recipe li { margin-left: 0; display: block; }

    .more-recipe .bx-wrapper { position: relative; }
    .more-recipe .bx-wrapper .bx-next { right: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 9px 16px; width: 30px; height: 30px; }
    .more-recipe .bx-wrapper .bx-prev { left: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 9px 16px; width: 30px; height: 30px; }

    .more-recipe .section-foot { padding: 10px 0; }
    .more-recipe .section-foot h6 { padding-bottom: 10px; }
    .more-recipe .section-foot p { padding-bottom: 10px; font-size: 14px; }
    .more-recipe .section-foot p br { display: none; }

    /* Section Chefs Slider */

    .section-chefs-slider .section-head { padding: 0 10px; }
    .section-chefs-slider .section-head h6 { padding: 0 0 10px; }
    .section-chefs-slider .section-head h2 { padding-bottom: 5px; font-size: 30px; }
    .section-chefs-slider .section-head p { padding-bottom: 15px; font-size: 14px; }
    .open .section-intro h1 br { display: none; }

    .chefs-slider { max-height: 100%; }
    .chefs-slider .slider-clip { width: 100%; }
    .chefs-slider span { display: none; }

    .chefs-slider.slider-large .bx-prev { left: 0; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .chefs-slider.slider-large .bx-next { right: 0; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Chefs Testimonials */

    .chefs-testimonials { padding: 20px 0; }
    .chefs-testimonials .avatar { margin-bottom: 15px; }
    .chefs-testimonials h3 { padding: 0 10px 10px; font-size: 20px; }

    /* Section Chefs Sign */

    .section-chefs-sign { padding: 20px 0; text-align: center; }
    .section-chefs-sign h5 { font-size: 12px; }
    .section-chefs-sign h5 strong { padding-right: 0; display: block; font-size: 15px; }
    .section-chefs-sign a { margin-top: 1px; float: none; display: inline-block; margin: 0 auto; padding: 0 30px; }

    .section-chefs-sign-alt { padding-top: 15px; }
    .section-chefs-sign-alt h5 { font-size: 12px; }
    .section-chefs-sign-alt h5 strong { font-size: 15px; }
    .section-chefs-sign-alt a { position: relative; top: 0; padding: 0 20px; }

    /* Seafood Solutions */

    .seafood-solutions { padding: 20px 10px 0; }
    .seafood-solutions h2 { padding-bottom: 10px; font-size: 30px; }
    .seafood-solutions h6 { padding-bottom: 10px; }
    .seafood-solutions p { padding-bottom: 20px; font-size: 15px; }
    .seafood-solutions p br { display: none; }

    .seafood-solutions ul { list-style: none outside none; overflow: hidden; overflow: hidden; text-align: left; }
    .seafood-solutions li { margin: 0 0 10px 0; padding: 15px; width: 100%; float: none; box-sizing: border-box; overflow: hidden; }

    .seafood-solutions .list-image { margin: 0 2% 0 0; height: auto; width: 28%; }
    .seafood-solutions .list-image img { width: 100%; height: auto; }
    .seafood-solutions .entry { width: 60%; margin-left: 5%; float: left; }
    .seafood-solutions .entry h6 { padding-bottom: 0; }

    .seafood-solutions .bx-wrapper { position: relative; }
    .seafood-solutions .bx-wrapper .bx-prev { left: -10px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
    .seafood-solutions .bx-wrapper .bx-next { right: -10px; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

    .seafood-solutions .section-foot { padding: 15px 0; }
    .seafood-solutions .section-foot h6 { padding: 0 0 10px; }
    .seafood-solutions .section-foot p { padding: 0 0 10px; font-size: 15px; }

    /* Company Text Slider */

    .company-text-slider { padding: 30px 0; height: auto; }
    .company-text-slider .logo-inner { height: 60px; margin: 0 auto 15px; }
    .company-text-slider h2 { padding: 3px 10px 20px; font-size: 30px; }
    .company-text-slider h2 strong { display: block; color: #e1f4ed; }

    /* Chefs Providers */

    .chefs-provider .entry { float: none; padding: 10px 20px; width: 100%; height: auto !important; }
    .chefs-provider .entry h6 { padding: 10px 0; }
    .chefs-provider .entry h2 { padding-bottom: 20px; font-size: 26px; }

    .chefs-provider .entry ul { padding-bottom: 15px; }
    .chefs-provider .entry li { margin-right: 10px; }
    .chefs-provider .entry p { padding: 0 0 10px 0px; font-size: 13px; line-height: 1.2; }

    .chefs-provider .section-actions .btn-blue { padding: 0 22px; }
    .chefs-provider .section-actions .link-download { display: block; margin: 10px 0 0; padding: 0; }

    .chefs-provider .section-image { width: 100%; float: none; }
    .chefs-providers-foodservice .chefs-provider .entry h2 { padding-bottom: 20px; }
    .chefs-providers-foodservice .chefs-provider .entry ul { padding-bottom: 15px; }

    /* Chefs Partners */

    .chefs-partners { padding: 15px 10px; }
    .chefs-partners .entry { text-align: left; float: none; width: 100%; }
    .chefs-partners .entry h2 { padding-bottom: 15px; font-size: 25px; }
    .chefs-partners .entry h2 strong { display: inline-block; }
    .chefs-partners .entry h6 { padding-bottom: 10px; }

    .chefs-partners-logos { width: 100%; padding: 10px 0; float: none; }
    .chefs-partners-logos ul { list-style: none outside none; text-align: center; }
    .chefs-partners-logos li { margin-right: 0; }

    /* Section Retailers */

    .section-retailers { padding-bottom: 15px; padding-top: 10px; }
    .section-retailers h2 { padding: 0 10px 15px; font-size: 26px; }
    .section-retailers p { font-size: 15px; }
    .section-retailers p br { display: none; }

    .section-retailers .bx-wrapper { position: relative; padding: 0 10px; text-align: center; }
    .section-retailers .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }
    .section-retailers .bx-prev { left: 0; top: 50%; bottom: auto; left: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-retailers .bx-next { right: 0; top: 50%; bottom: auto; right: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .retailers { padding: 25px 0 0; width: 100%; }
    .retailer { float: left; width: 260px !important; margin: 0 20px; min-height: 10px; }
    .retailer:first-child,
    .retailer:nth-child(3n+1) { margin-left: 20px; }

    .retailer .entry { padding: 10px 10px 0; }
    .retailer .entry h4 { font-size: 20px; }
    .retailer .entry h4 a br { display: none; }

    .retailer-post { position: relative; padding: 10px; background: #fdbc54; box-sizing: border-box; }

    .section-retailers .section-foot { padding: 10px; }
    .section-retailers .section-foot h6 { padding-bottom: 10px; }
    .section-retailers .section-foot p { padding-bottom: 15px; font-size: 14px; }

    .section-retailers-consumer { padding: 20px 0; }
    .section-retailers-consumer .entry { padding-bottom: 10px; }
    .section-retailers-consumer .retailer h4 { padding-bottom: 10px; }

    /* Section Foodservice */

    .section-foodservice { padding: 10px; }
    .section-foodservice .section-head { padding-bottom: 20px; }
    .section-foodservice .section-head img { height: 45px; margin: 0 auto 20px; }
    .section-foodservice .section-head h2 { padding-bottom: 10px; font-size: 30px; }
    .section-foodservice .section-head p { padding-bottom: 15px; font-size: 15px; }
    .section-foodservice .section-head .btn-blue { padding: 0 30px; }
    .section-foodservice .section-body { padding-bottom: 20px; }

    .section-foodservice iframe { height: 200px; }

    .foodservice { float: left; width: 260px !important; margin: 0 10px; min-height: 10px; }
    .foodservice:nth-child(3n+1),
    .foodservice:first-child { margin-left: 10px; }

    .foodservice .entry { padding: 0 10px 0 10px; }
    .foodservice .entry h4 { padding-bottom: 10px; font-size: 20px; }
    .foodservice .entry h6 { padding: 10px 0; }
    .retailer .entry p,
    .foodservice .entry p { padding-bottom: 15px; }

    .foodservice.foodservice-post { padding: 0 10px; }
    .foodservice.foodservice-post h2 { padding: 0 10px; font-size: 30px; }
    .foodservice.foodservice-post h6 { padding: 10px 0 10px 10px; }

    .section-foodservice .section-body .bx-wrapper { position: relative; padding: 0 10px; text-align: center; }
    .section-foodservice .section-body .bx-viewport { padding: 0; margin: 0 auto; width: 300px !important; height: auto !important; overflow: visible !important; }
    .section-foodservice .section-body .bx-prev { left: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }
    .section-foodservice .section-body .bx-next { right: -10px; top: 50%; bottom: auto; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Foodservice Stories */

    .foodservice-stories { padding: 20px 10px 0; }

    .foodservice-stories .section-head h2 { padding-bottom: 10px; font-size: 30px; }
    .foodservice-stories .section-head h6 { padding-bottom: 10px; }
    .foodservice-stories .section-head p { padding-bottom: 20px; font-size: 15px; }
    .foodservice-stories .section-head p br { display: none; }

    .foodservice-stories .section-actions { padding-bottom: 20px; }

    .foodservice-stories .nav-utilities { display: inline-block; width: 200px; height: 31px; overflow: hidden; border: 2px solid #0b0d25; text-align: center; }
    .foodservice-stories .nav-utilities.active-nav { height: 247px; }
    .foodservice-stories .nav-utilities.active-nav.active-nav li a { pointer-events: auto; }

    .foodservice-stories .nav-utilities li { background: #ffffff; display: block; width: auto; }
    .foodservice-stories .nav-utilities li.current-menu-item { background: none; box-shadow: none; box-shadow: none; }
    .foodservice-stories .nav-utilities li.current-menu-item a { background: none; box-shadow: none; }
    .foodservice-stories .nav-utilities li a { position: relative; display: inline-block; pointer-events: none; }
    .foodservice-stories .nav-utilities li:first-child a:after { display: inline-block; vertical-align: middle; content: ""; width: 8px; height: 5px; background: url(images/arrow-down-dark.png) no-repeat 0 0; background-size: 8px 5px; margin-left: 7px; }
    .foodservice-stories .nav-utilities li a:hover { opacity: 1; background: none; box-shadow: none; }

    .foodservice-stories .nav-utilities li:hover a,
    .foodservice-stories .nav-utilities li.current-menu-item a { color: #0b0d25; border: 0; opacity: 1; }

    .foodservice-stories .entry { padding: 10px; float: none; width: 100%; box-sizing: border-box; }
    .foodservice-stories .entry h3 { padding-bottom: 15px; font-size: 20px; }
    .foodservice-stories .entry p { font-size: 13px; line-height: 1.4; }
    .foodservice-stories .entry ul { padding: 15px 0; }
    .foodservice-stories .entry li { font-size: 13px; line-height: 1.5; }

    .foodservice-stories .section-slider { position: relative; width: 100%; float: none; }
    .foodservice-stories .slide-image { width: 100%; float: none; }
    .foodservice-stories .slide-image img { width: 100%; height: auto; }
    .foodservice-stories .slider-entry { padding: 10px; width: 100%; float: none; box-sizing: border-box; }
    .foodservice-stories .slider-entry h4 { padding-bottom: 10px; }

    .foodservice-stories .section-foot { padding: 20px 0; }
    .foodservice-stories .section-foot h6 { padding-bottom: 15px; }
    .foodservice-stories .section-foot p { padding-bottom: 15px; font-size: 15px; }
    .foodservice-stories .section-foot p br { display: none; }

    .foodservice-stories .bx-next { right: 0; }
    .foodservice-stories .bx-prev { right: 50px; }

    /* Foodservice Mail */

    .foodservice-mail { padding: 10px; text-align: center; }
    .foodservice-mail .shell { padding: 0; }
    .foodservice-mail h5 { padding: 0 10px 10px; float: none; font-size: 13px; }
    .foodservice-mail h5 strong { font-size: 15px; display: block; }

    .foodservice-mail .gform_wrapper { float: none; text-align: center; }

    .foodservice-mail .gform_footer,
    .foodservice-mail .gform_body { display: block; margin: 0 auto; }
    .foodservice-mail .gfield input { width: 200px; }
    .foodservice-mail .gform_footer { margin-top: 10px; }

    /* Section Recipe Popup */

    .mfp-ready .mfp-container { background: rgba(11,13,37,1); }
    .mfp-container { padding: 0; }
    .mfp-content .shell { padding: 10px; background: rgba(11,13,37,1); }
    .mfp-close { top: 10px; width: 20px; height: 20px; font-size: 15px; line-height: 18px; }
    .section-recipe-popup .mfp-close,
    .section-default-popup .mfp-close { margin-right: 0; border: 2px solid #fff; border-radius: 50%; }

    .section-recipe-popup h6 { padding: 10px 0 5px; }
    .section-recipe-popup h3 { padding-bottom: 20px; font-size: 25px; }
    .section-recipe-popup img { margin: 0 auto; display: block; max-width: 70%; height: auto; }

    .store-slider-consumer { padding-bottom: 30px; }
    .section-recipes.section-recipes-consumer .bx-prev { left: -10px; }
    .section-recipes.section-recipes-consumer .bx-next { right: -10px; }

    .newsdetail-slider { padding-top: 41px; }

    .member-bio-slider .bx-prev,
    .slider-large .bx-prev { left: -22px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .member-bio-slider .bx-next,
    .slider-large .bx-next { right: -22px; top: 50%; bottom: auto; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    /* Newsdetail Posts */

    .newsdetail-posts { padding-bottom: 30px; }
    .newsdetail-posts .content { float: none; width: 100%; padding: 0; margin: 0; }
    .newsdetail-posts .sidebar { float: none; width: 100%; padding: 15px 10px 0; margin: 0; box-sizing: border-box; }

    .newsdetail-post { padding: 15px 10px; }

    .newsdetail-post h2 { padding-bottom: 15px; font-size: 30px; }

    .newsdetail-post h4 { padding-bottom: 10px; font-size: 18px; }
    .newsdetail-post h4 strong { padding: 10px 0 8px; }
    .newsdetail-post h5 { font-size: 13px; }
    .newsdetail-post p { padding-bottom: 15px; font-size: 13px; line-height: 1.6; }
    .newsdetail-post .link-post { margin-bottom: 15px; }
    .newsdetail-post p + .link-post { margin-top: 0; }
    .newsdetail-post .link-post + h5 { padding-bottom: 15px; }

    .newsdetail-post ol { padding: 6px 0 0; list-style: none outside none; }
    .newsdetail-post ol li { font-size: 13px; line-height: 1.5; }

    .newsdetail-post li { font-size: 13px; line-height: 1.5; }
    .newsdetail-post .btn-blue { padding: 0 25px; margin: 0px 0 15px; }

    .newsdetail-inner-slider { margin: 20px 0; }
    .newsdetail-posts-single .newsdetail-inner-slider { width: 100%; }
    .newsdetail-posts-single .newsdetail-inner-slider .bx-prev { right: 48px; }

    .newsdetail-post-yellow { margin: 20px -10px; padding: 20px; }
    .newsdetail-post-yellow h6 { padding: 0 0 10px 0; }
    .newsdetail-post-yellow h2 { padding: 0 0 15px; }
    .newsdetail-post-yellow .btn-orange { margin-left: 0; padding: 0 10px; }

    .newsdetail-posts-single .newsdetail-post-mail,
    .newsdetail-post-mail { margin: 20px -10px; padding: 10px; text-align: center; }
    .newsdetail-post-mail h5 { padding: 5px 0 10px; font-size: 13px; }
    .newsdetail-post-mail h5 strong { padding-right: 0; display: block; font-size: 15px; }

    .newsdetail-post-mail .gform_body { margin: 0 auto 15px; display: block; }
    .newsdetail-posts-single .newsdetail-post-mail .gfield input,
    .newsdetail-post-mail .gfield input { width: 80%; padding: 0 18px; }
    .newsdetail-post-mail .gform_footer { display: block; margin: 0 auto; margin-left: 0; }

    .newsdetail-post-callout { padding: 15px; margin: 10px 0; }
    .newsdetail-post-callout h3 { padding-bottom: 10px; font-size: 20px; }

    .newsdetail-posts .breadcrumbs { padding: 0 10px; }
    .newsdetail-posts-single .shell { width: 100%; }

    .newsdetail-title { padding: 0 15px; }

    /* Newsdetail Intro */

    .newsdetail-intro { padding: 70px 10px 20px; }
    .newsdetail-intro h6 { padding-bottom: 10px; }
    .newsdetail-intro h1 { padding-bottom: 15px; font-size: 30px; }
    .newsdetail-intro p { padding-bottom: 15px; font-size: 15px; }
    .newsdetail-intro p br { display: none; }

    .newsdetail-intro-socials { padding-bottom: 15px; }

    /* Widget */

    .widgettitle { margin-bottom: 15px; font-size: 17px; }

    .widget_category .widget-inner { padding: 15px; }
    .widget_category .widget-inner h3 { padding-bottom: 13px; font-size: 30px; }
    .widget_category.widget_slider .widget-inner h3 { padding-bottom: 0; margin-bottom: 13px; height: 66px; }
    .widget_category .widget-inner h5 { font-size: 14px; }
    .widget_category .widget-inner h6 { padding: 0 0 15px 0; }
    .widget_category .widget-inner p { padding-bottom: 15px; }

    .widget_recipes { padding-top: 30px; }
    .widget_recipes li { margin-bottom: 10px; }

    .widget_recipes .entry { width: 140px; }

    .widget_fact .widget_fact_inner,
    .widget_products .widget_inner,
    .widget_services .widget_inner,
    .widget_about .slider-entry,
    .widget_know .widget_inner,
    .widget_tip,
    .widget_post .entry { padding: 15px; }

    .widget_tip h2 { font-size: 30px; }
    .widget_member .entry { padding-left: 10px; }

    .widget_fact .widget_fact_inner p { padding-bottom: 30px; }

    .widget_about .slider-entry h2 { padding-bottom: 30px; font-size: 26px; }
    .widget_image span { min-height: 145px; padding: 53px 20px 20px; }
    .widget_image_text .bx-prev,
    .widget_image_text .bx-next { bottom: 94px; }

    .widget_know h2 { font-size: 30px; }

    /* Newsdetail Nav */

    .newsdetail-nav { padding: 50px 0 30px; }
    .newsdetail-nav .nav-tab { margin: 0 auto 30px; }

    .newsdetail-title h2 { padding: 0 10px 15px; font-size: 30px; }
    .newsdetail-title p { padding: 0 10px; font-size: 15px; }
    .newsdetail-title p br { display: none; }

    /* Slider Popup */

    .slider-popup { width: 300px; }
    .slider-popup .slider-clip { width: 100%; }
    .slider-popup span { padding: 14px 108px 14px 40px; min-height: 52px; font-size: 10px; line-height: 1.2; background: rgba(11,13,37,0.9) url(images/ico-photo.png) no-repeat 10px center; box-sizing: border-box; }
    .mfp-bg,
    .slider-popup { background: rgba(11,13,37,1); }
    .mfp-ready .mfp-content, .mfp-ready .popup-outer { width: 100%; }

    /* Section Intro Store */

    .section-intro.section-intro-store { padding: 40px 0; }
    .section-intro-store h1 { padding-bottom: 10px; }
    .section-intro-store p { padding-bottom: 15px; }

    /* Stores Result */

    .stores-result { padding: 30px 0; }

    .stores-result img { max-height: 50px; width: auto; margin-bottom: 10px; }
    .stores-result h2 { padding-bottom: 15px; font-size: 30px; }
    .stores-result p { padding-bottom: 15px; font-size: 15px; }
    .stores-result p br { display: none; }

    /* Stores Logos */

    .stores-logos { padding: 20px; }
    .stores-logos li img { max-height: 50px; width: auto; }
    .stores-logos .bx-prev { left: 0; top: 50%; bottom: auto; left: -20px; background: #0b0d25 url(images/arrow-prev.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    .stores-logos .bx-next { right: 0; top: 50%; bottom: auto; right: -20px; background: #0b0d25 url(images/arrow-next.png) no-repeat center center; background-size: 11px 18px; width: 48px; height: 51px; }

    /* Stores Map */

    .stores-map { padding: 30px 10px; }
    .stores-map .section-head { padding-bottom: 15px; }
    .stores-map .section-head img { max-height: 50px; margin-bottom: 15px; }
    .stores-map .section-head h2 { padding-bottom: 15px; font-size: 30px; }

    .stores-map .section-body { margin: 0 0 30px; width: 100%; height: auto; }
    .stores-map .map-holder { float: none; width: 100%; height: 350px; }
    .google-map { width: 100%; height: 350px; }

    .stores-map .map-meta { float: none; width: 100%; height: 350px; margin: 10px; overflow: hidden; }
    .stores-map .map-meta ul { list-style: none outside none; overflow-y: scroll; }
    .stores-map .map-meta li { padding: 10px 0; float: none; width: 100%; }
    .stores-map .map-meta h3 { padding-bottom: 10px; font-size: 17px; }
    .stores-map .map-meta p br { display: none; }
    .mCustomScrollBox { max-width: 96%; }

    .stores-map .section-foot h6 { padding-bottom: 15px; }
    .stores-map .section-foot p { padding-bottom: 10px; font-size: 14px; }
    .stores-map .section-foot .btn-blue { padding: 0 30px; }

    /* Section Gallery */

    .section-gallery { padding: 30px 0; }

    .gallery-single { width: 90%; float: none; margin: 0 5% 20px; }
    .gallery-single:first-child,
    .gallery-single:nth-child(3n+1) { margin-left: 5%; }

    .gallery-image { width: 100%; height: auto; }

    .gallery-single .entry { padding: 15px; }
    .gallery-single h4 { padding-bottom: 10px; font-size: 20px; }

    .gallery-single h6 { padding: 0 0 10px 0; }
    .gallery-single p { font-size: 13px; }

    .section-gallery .btn-blue { margin: 15px auto; }
    .section-gallery + .section-logos ul { padding: 15px 0; }

    /* Section Recipe Popup */

    .section-recipe-popup h3,
    .section-default-popup h3 { padding-bottom: 15px; font-size: 26px; }

    .section-recipe-popup h6,
    .section-default-popup h6 { padding-bottom: 10px; }
    .section-default-popup h6 { padding-top: 30px; }
    .section-default-popup p { padding-bottom: 15px; font-size: 15px; }
    .section-default-popup p br { display: none; }

    .section-default-popup .section-logos { margin-bottom: 15px; }

    .section-default-popup .gform_wrapper { width: 100%; }
    .section-default-popup .gfield select,
    .section-default-popup .gfield input { padding: 0 21px; width: 100%; height: 58px; }
    .section-default-popup .gform_footer { padding-top: 15px; }

    /* Section Brochures */

    .section-brochures { padding: 30px 0; }

    .brochure { width: 90%; float: none; margin: 0 5% 15px; }
    .brochure:first-child,
    .brochure:nth-child(3n+1) { margin-left: 5%; }

    .brochure-image { width: 100%; height: 100%; }
    .brochure .entry { background: #fff; padding: 15px; }
    .brochure h4 { padding-bottom: 15px; font-size: 20px; }

    .brochure h6 { padding: 0 0 10px 0; }
    .brochure p { padding-bottom: 15px; }

    .section-brochures .btn-blue { margin: 10px auto 0; }
    .section-brochures + .section-logos ul { padding: 15px 0; }

    /* Section Contact Popup */

    .section-contact-popup .mfp-close { right: 5px; }
    .section-contact-popup h3 { padding-bottom: 15px; font-size: 20px; }
    .section-contact-popup h6 { padding-bottom: 10px; }
    .section-contact-popup p { padding-bottom: 15px; font-size: 15px; }
    .section-contact-popup .popup-links { padding-bottom: 20px; }

    .section-contact-popup .popup-form { padding: 10px; }
    .section-contact-popup .popup-form h5 { padding-bottom: 10px; font-size: 13px; }
    .section-contact-popup .popup-form p { padding-bottom: 15px; font-size: 13px; }

    .section-contact-popup .gfield textarea,
    .section-contact-popup .gfield input { padding: 0 10px; width: 100%; }
    .section-contact-popup .gfield textarea { padding-top: 15px; }

    /* Footer */


    .footer-body { margin: 10px 0; padding: 10px 0 0; }

    .footer { padding-top: 33px; text-align: center; }
    .footer .shell { padding: 0; width: auto; }
    .footer-logo { display: inline-block; margin-bottom: 25px; height: 108px; width: 145px; background-size: 145px 108px; }

    .footer-mail { width: auto; margin: 0 16px 16px; padding: 10px; box-sizing: border-box; min-height: 10px; float: none; }

    .footer-find { width: auto; padding: 10px; min-height: 15px; float: none; margin: 0 16px 16px; max-width: 100%; }

    .footer-nav { float: none; }
    .footer-nav-contacts { float: left; }
    .footer-nav-contacts li { width: 50% !important; }
    .footer-nav > ul { margin-bottom: 15px; }
    .footer-nav > ul > li { margin-bottom: 15px; }
    .footer-nav > ul > li:first-child { display: block; }
    .footer-nav li { text-align: left; float: left; padding: 0 2%; margin: 0; display: block; width: 46%; }
    .footer-nav li li { width: 90%; }

    .footer-touch { float: left; padding: 0; text-align: left; }
    .footer-touch h6 { display: block; padding: 0 0 10px 0; }
    .footer-foot { margin-bottom: 0; }

}

.blog-related-posts { width: 1046px; margin: 0 auto;  }
.blog-related-posts ul { margin-top: 20px;  }

@media all and (max-width: 1200px) {

  .blog-related-posts { width: 100%; margin: 0 auto;  }

}

@media all and (max-width: 979px) {
  .blog-related-posts { width: 80%; margin: 0 auto;  }
  .blog-related-posts ul .new { width: 100%; }
}
