/* =========================================================================

    Project: Veggie Chef
    Last updated: Mon Jun 20 2016 20:59:13

   ========================================================================= */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
 /* 1 */
  font: inherit;
 /* 2 */
  margin: 0;
 /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
 /* 2 */
  cursor: pointer;
 /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
 /* 1 */
  padding: 0;
 /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

/**
 * bxSlider v4.2.5
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.cards {
  margin: 0;
  padding: 0;
}

ul.cards {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/images/frontend/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/images/frontend/bx_controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('/images/frontend/bx_controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/images/frontend/bx_controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/images/frontend/bx_controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/images/frontend/overlay.png) repeat 0 0;
  opacity: 0.9;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/frontend/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/frontend/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/frontend/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/frontend/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/images/frontend/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/images/frontend/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/images/frontend/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/images/frontend/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/images/frontend/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/images/frontend/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/frontend/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/frontend/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/frontend/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
    YouTubePopUp 1.0.0
    jQuery plugin to display YouTube video in PopUp, responsive and retina, easy to use.
*/

.YouTubePopUp-Wrap{
	/* position:fixed; */
	width:100%;
	height:100%;
	background-color: #FFF;
	top:0;
	left:0;
	z-index:9999999999999;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUp;
	animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes YouTubePopUp {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
	top:32px;
	z-index:99998;
}

.YouTubePopUp-Content{
	max-width:100%;
	display:block;
	margin:0 auto;
	padding: 15px 0 30px;
	height:100%;
	position:relative;
}

.YouTubePopUp-Content iframe{
	max-width:100% !important;
	width:100% !important;
	display:block !important;
	height:480px !important;
	border:none !important;
	/* position:absolute; */
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.YouTubePopUp-Hide{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUpHide;
	animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes YouTubePopUpHide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.YouTubePopUp-Close{
	position: relative;
	float: right;
	display: block;
	cursor: pointer;
	margin: auto 0;
	margin-right: 17px;
	width: 24px;
	height: 24px;
	z-index: 9999;
	background: url(/images/frontend/close.png) no-repeat;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover{
	opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
	.YouTubePopUp-Content{
  	max-width:90%;
  }

  .weeks-menu .menu-cards {
    padding-bottom: 5px;
    overflow: hidden;
    width: 265px;
    margin: auto;
  }

}

@media all and (max-width: 600px) and (min-width: 10px){
	.YouTubePopUp-Content iframe{
  	height:320px !important;
  }
}

@media all and (max-width: 480px) and (min-width: 10px){
	.YouTubePopUp-Content iframe{
		height:220px !important;
	}
}
/* End - YouTubePopUp */

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-size: 1.6em;
  line-height: 1.4;
  background: #fff;
}

a,
a:visited {
  color: #16588c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Fonts */

/*
font-family: 'Amaranth', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

body,
html {
  height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	color: #343d44;
}

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

img {
  max-width: 100%;
}

button {
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

button a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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

/* Container */
div.container {
  position: relative;
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
	padding: 12px 0;
}

.header .site-name {
	display: block;
  width: 222px;
  height: 154px;
	margin: 0 auto;
  background: url(/images/frontend/logo-header.png) no-repeat;
}

.header .site-name span {
  display: none;
}

.header .certified {
	margin: 20px auto;
	text-align: center;
}

.header .header-top {
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.header .newsletter {
	width: 100%;
	color: #9d9d9d;
	text-align: center;
}

.header .newsletter p {
	margin-bottom: 8px;
}

.header .newsletter input[type=email] {
	width: 160px;
	height: 34px;
	font-size: 12px;
	padding: 0 10px 0 30px;
	vertical-align: middle;
	border: 1px solid #bfbfbf;
	border-right: none;
	border-radius: 4px 0 0 4px;
	background: url(/images/frontend/ico-newsletter.png) no-repeat .7em 1em;
}

.header .newsletter input[type=submit] {
	width: 103px;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	letter-spacing: 1px;
	border: none;
	border-radius: 0 4px 4px 0;
	background: #89c63d;
}

.header .login-basket {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.header .login-register {
	margin-bottom: 10px;
}

.header .login-register p,
.header .basket p {
	font-size: 13px;
	margin: 0 0 5px;
}

.header .login-register ul {
	font-size: 15px;
	color: #dbdbdb;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.header .login-register li {
	display: inline-block;
}

.header .login-register a {
	font-weight: bold;
	color: #363e41;
}

.header .login-register .signin {
	padding-left: 30px;
	background: url(/images/frontend/sprites.png) no-repeat -115px -44px;
}

.header .basket .cart-icon {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0 30px;
	background: url(/images/frontend/sprites.png) no-repeat -115px -70px;
}

/* Navigation */
.navigation {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.navigation .container {
  padding: 0;
}

.navigation .home-icon a {
	width: 35px;
	text-indent: -9999px;
	background: url(/images/frontend/ico-nav-home.png) no-repeat center center;
}

.navigation ul {
	clear: both;
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

.navigation li {
  position: relative;
  display: inline-block;
  float: left;
}

.navigation a {
  display: block;
  color: #363e41;
  padding: 7px 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navigation a:hover,
.navigation li.select a {
	color: #f6931e;
    text-decoration: none;
}

.navigation .submenu ul a:hover {
  background: #777;
}

.navigation li ul a {
	background: #666;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.navigation li ul {
  position: absolute;
  left: -1px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

.navigation li ul li {
  float: none;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
}

.navigation li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 10px;
}

.navigation ul li.submenu a {
  position: relative;
}

.navigation ul li.submenu li a:after {
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  padding: 0;
  border: none;
  background: none;
}

.navigation ul li ul.hidden {
 display: none;
}

.navigation ul li.submenu a:focus + .navigation ul li ul.hidden {
 display: block;
}

.navigation .show-menu {
  display: none;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 12px 0 9px;
  cursor: pointer;
	background: #89c63d;
}

.navigation input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
}

.navigation input[type=checkbox]:checked ~ #topmenu {
  display: block;
  position: relative;
}

/* Footer */
.footer {
  clear: both;
	font-family: 'Amaranth', sans-serif;
	font-size: 14px;
  color: #fff;
	background: #8c8e7e;
}

.footer .container {
	max-width: 1170px;
	margin: 0 auto;
}

.footer .footer-top {
	font-size: 18px;
	color: #8c8987;
	padding: 30px 0;
	background: url(/images/frontend/bg-pattern2.png);
}

.footer .footer-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .footer-top .subscribe-social {
	margin-bottom: 30px;
	text-align: center;
	overflow: auto;
}

.footer .footer-top .subscribe {
	margin-bottom: 20px;
	overflow: auto;
}

.footer .footer-top .subscribe span {
	display: block;
	margin-bottom: 10px;
}

.footer .footer-top .subscribe input[type=email] {
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 8px 25px 8px 15px;
	border: 1px solid #757271;
	border-radius: 4px;
	vertical-align: middle;
	background: url(/images/frontend/ico-newsletter-input.png) no-repeat 97% .6em;
}

.footer .footer-top .subscribe input[type=submit] {
  width: 103px;
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 1px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #89c63d;
}

.footer .footer-top .social {
	overflow: auto;
}

.footer .footer-top .social span {
	display: block;
	margin-bottom: 10px;
}

.footer .footer-top .social li {
	display: inline-block;
	margin-right: 2px;
}

.footer .footer-top .social a {
	display: block;
	width: 35px;
	height: 30px;
	text-indent: -9999px;
}

.footer .footer-top .social .social1 a {
	background: url(/images/frontend/sprites.png) no-repeat 0px -576px;
}

.footer .footer-top .social .social2 a {
	background: url(/images/frontend/sprites.png) no-repeat -52px -576px;
}

.footer .footer-top .social .social3 a {
	background: url(/images/frontend/sprites.png) no-repeat -96px -576px;
}

.footer .footer-top .social .social4 a {
	background: url(/images/frontend/sprites.png) no-repeat -144px -577px;
}

.footer .footer-top .social .social5 a {
	background: url(/images/frontend/sprites.png) no-repeat -160px -578px;
}

.footer .footer-top .columns {
	display: none;
	clear: both;
	font-size: 15px;
	color: #a9aba8;
	text-align: center;
	overflow: hidden;
}

.footer .footer-top .col {
	display: inline-block;
	width: 15%;
	margin-left: 40px;
	vertical-align: top;
}

.footer .footer-top .col:first-child {
	margin-left: 0;
}

.footer .footer-top .col a {
	color: #a9aba8;
}

.footer .footer-top .col a:hover {
	color: #f6931e;
	text-decoration: none;
}

.footer .footer-top .col img {
	display: block;
	margin: 0 auto 10px;
}

.footer .footer-top .col li {
	text-align: left;
	margin-bottom: 10px;
}

.footer .footer-top .logo-info {
	font-size: 13px;
	text-align: center;
	line-height: 24px;
	margin-left: 0;
}

.footer .footer-bottom {
	font-family: 'Open Sans', sans-serif;
	padding: 40px 0 10px;
	overflow: hidden;
}

.footer .footer-bottom .copyright {
	margin-bottom: 20px;
}

.footer .footer-bottom .cards {
	margin: 0;
	padding: 0;
}

.footer .footer-bottom .cards li {
	display: inline-block;
	margin-left: 12px;
}

.footer .footer-bottom .cards span {
	display: block;
	width: 44px;
	height: 29px;
	text-indent: -9999px;
}

.footer .footer-bottom .card1 {
	background: url(/images/frontend/sprites.png) no-repeat 0 -540px;
}

.footer .footer-bottom .card2 {
	background: url(/images/frontend/sprites.png) no-repeat -50px -540px;
}

.footer .footer-bottom .card3 {
	background: url(/images/frontend/sprites.png) no-repeat -100px -540px;
}

.footer .footer-bottom .card4 {
	background: url(/images/frontend/sprites.png) no-repeat -150px -540px;
}

/* Footer Mobile */
.footer .footer-mobile {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow: hidden;
}

.footer .footer-mobile ul {
  margin: 0;
  padding: 0;
}

.footer .footer-mobile li {
  display: inline-block;
  float: left;
}

.footer .footer-mobile li a {
  display: block;
  min-width: 140px;
  text-align: center;
  color: #fff;
	padding: 10px 0;
  background: #2f3036;
  text-decoration: none;
  cursor: pointer;
}

.footer .footer-mobile ul li.fsubmenu a {
  position: relative;
}

/* .footer .footer-mobile ul li.fsubmenu a:after {
  content:'';
  width: 8px;
  height: 5px;
  position: absolute;
  top: 15px;
  right: 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 8px;
  background: url(/images/frontend/ico-arrow-down.png) no-repeat center center;
}

.footer .footer-mobile ul li.fsubmenu li a:after {
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  padding: 0;
  border: none;
  background: none;
} */

.footer .footer-mobile a:hover,
.footer .footer-mobile ul li.fsubmenu a:hover,
.footer .footer-mobile ul li.fsubmenu li a:hover {
	color: #f6931e;
}

.footer .footer-mobile li ul a {
  font-size: 13px;
	background: #666;
}

.footer .footer-mobile li ul {
  display: none;
}

.footer .footer-mobile li ul li {
  display: block;
  float: none;
}

.footer .footer-mobile li ul li a {
  width: auto;
  min-width: 100px;
}

.footer .footer-mobile ul li ul.fhidden {
  display: none;
}

.footer .footer-mobile ul li.fsubmenu a:focus + .footer .footer-mobile ul li ul.fhidden {
  display: block;
}

.footer .footer-mobile .footer-nav {
  text-decoration: none;
  color: #fff;
  background: #89c63d;
  text-align: center;
  padding: 10px 0;
  display: none;
  cursor: pointer;
}

.footer .footer-mobile input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
}

.footer .footer-mobile input[type=checkbox]:checked ~ #footermenu {
  display: block;
}

/* Content - Home */
.content {
	clear: both;
}

/* Mast Video */
.mast-video {
	min-height: 480px;
	color: #fff;
	text-align: center;
	background-image: url(/images/frontend/pic-mast-video2.jpg);
	background-size: cover;
	background-position: center center;
}

.mast-video header {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 0;

}

.mast-video h2 {
	font-family: 'Amaranth', sans-serif;
	font-weight: 400;
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 45px;
}

.mast-video p {
	margin-bottom: 30px;
}

.mast-video .video-play {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/images/frontend/ico-play.png);
}

.mast-video .video-container {
	position: relative;
}

/* Plant Strong */
.plant-strong {
	padding: 30px 0 25px;
	text-align: center;
}

.plant-strong .text {
	width: 100%;
	margin: 0 auto;
}

.plant-strong h2 {
	font-family: 'Amaranth', sans-serif;
	font-size: 31px;
	font-weight: normal;
	color: #89c53f;
	margin-bottom: 30px;
}

.plant-strong p {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #737373;
	margin-bottom: 30px;
	line-height: 30px;
}

.plant-strong button {
	font-family: 'Amaranth', sans-serif;
  font-size: 18px;
  color: #fff;
	text-transform: uppercase;
}

.plant-strong button a {
  color: #fff;
  padding: 15px 40px;
  border-bottom: 3px solid #d64c01;
  border-radius: 4px;
	background-color: #ff5a00;
	text-decoration: none;
}

.plant-strong button a:hover {
	background-color: #f6931e;
}

/* How Works */
.how-works {
	padding: 40px 0;
    background: #f6f7f9;
}

.how-works header {
	margin-bottom: 80px;
	text-align: center;
}

.how-works h2 {
	font-family: 'Amaranth', sans-serif;
	font-size: 55px;
	color: #353e45;
	padding-bottom: 10px;
	background: url(/images/frontend/pic-green-border.png) no-repeat bottom center;
}

.how-works .subhead {
	font-family: 'Pacifico', cursive;
	font-size: 25px;
	font-weight: normal;
	color: #a2ce3d;
}

.how-works .columns {
	margin: 0 auto 50px;
	overflow: hidden;
}

.how-works .col {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.how-works .col h3 {
	font-family: 'Amaranth', sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 15px;
}

.how-works .col p {
	font-size: 16px;
}

.how-works .col span {
	display: block;
	width: 107px;
	height: 100px;
	margin: 0 auto 50px;
}

.how-works .how1 span {
	background: url(/images/frontend/sprites.png) no-repeat 0 0;
}

.how-works .how2 span {
	background: url(/images/frontend/sprites.png) no-repeat 0 -108px;
}

.how-works .how3 span {
	background: url(/images/frontend/sprites.png) no-repeat 0 -216px;
}

.how-works .how4 span {
	background: url(/images/frontend/sprites.png) no-repeat 0 -324px;
}

.how-works .how5 span {
	background: url(/images/frontend/sprites.png) no-repeat 0 -432px;
}

.how-works .col:hover span {
	transition: 0.9s;
	transform: rotateY(360deg);
}

.how-works .button {
	text-align: center;
}

.how-works button {
	font-family: 'Amaranth', sans-serif;
  font-size: 24px;
  color: #fff;
	text-transform: uppercase;
}

.how-works button a {
  color: #fff;
  padding: 15px 50px 15px 30px;
  border-radius: 4px;
	background: #353e45 url(/images/frontend/ico-btn-arrow.png) no-repeat 7.7em 1.0em;
	text-decoration: none;
}

/* Weeks Menu */
.weeks-menu {
	padding: 40px 0;
}

.weeks-menu header {
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}

.weeks-menu h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding: 30px 0;
	text-transform: uppercase;
	background: url(/images/frontend/bg-title-box.png) no-repeat center;
}

.weeks-menu h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(/images/frontend/pic-green-border2.png) no-repeat bottom center;
}

.weeks-menu p {
	font-size: 14px;
	line-height: 28px;
}

.weeks-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.weeks-menu .top {
	padding: 20px 8px 10px;
	text-align: center;
}

.weeks-menu .top ul {
	display: inline-block;
}

.weeks-menu .top li {
	float: left;
	font-size: 12px;
	color: #449a5b;
	margin: 0 2px 5px;
	padding: 5px 12px;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
}

.weeks-menu .bottom {
	padding: 12px 20px;
	border-top: 1px solid #dfdfdf;
	overflow: hidden;
}

.weeks-menu button {
	float: left;
	font-family: 'Amaranth', sans-serif;
  font-size: 18px;
  color: #fff;
}

.weeks-menu button a {
  color: #fff;
  padding: 5px 30px;
  border-radius: 10px;
	background: #f7941d;
	text-decoration: none;
}

.weeks-menu button a:hover {
	background: #e58613;
}

.weeks-menu .bottom .social {
	float: right;
	margin-top: 10px;
}

.weeks-menu .bottom .social li {
	display: inline-block;
	margin: 0 5px;
}

.weeks-menu .bottom .social a {
	display: block;
	width: 16px;
	height: 15px;
	text-indent: -9999px;
}

.weeks-menu .bottom .social .pi {
	background: url(/images/frontend/ico-weeksmenu-pi.png);
}

.weeks-menu .bottom .social .fb {
	background: url(/images/frontend/ico-weeksmenu-fb.png);
}

.weeks-menu .bottom .social .tw {
	background: url(/images/frontend/ico-weeksmenu-tw.png);
}

.weeks-menu .bx-wrapper {
	border: none;
	max-width: 1400px !important;
}

.weeks-menu .bx-viewport {
	padding: 3px;
}

.weeks-menu .bx-wrapper .bx-prev {
	left: 0;
}

.weeks-menu .bx-wrapper .bx-next {
	right: 5px;
}

.weeks-menu .menu-cards {
	padding-bottom: 5px;
	overflow: hidden;
}

.weeks-menu .menu-cards .item {
	width: 100%;
	margin: 0 0 20px;
	box-shadow: 1px 1px 5px 2px #c0c0c0;
	border-radius: 30px;
	background: #fff;
}

.weeks-menu .menu-cards .item img {
	max-width: 100%;
	width: 100%;
}

/* Testimonials */
.testimonials {
	padding: 70px 0;
	background: url(/images/frontend/bg-pattern.png);
}

.testimonials header {
	margin-bottom: 80px;
	padding-top: 30px;
	text-align: center;
	background: url(/images/frontend/ico-testimonial.png) no-repeat top center;
}

.testimonials .subhead {
	display: block;
	font-family: 'Pacifico', cursive;
	font-size: 20px;
	color: #26ad4a;
}

.testimonials h2 {
	font-family: 'Amaranth', sans-serif;
	font-size: 27px;
	color: #fff;
	margin-bottom: 15px;
}

.testimonials h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #26ad4a;
	margin-bottom: 10px;
}

.testimonials p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 24px;
}

.testimonials .item {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 13px;
	background: none;
	overflow: hidden;
}

.testimonials img {
	float: left;
	margin-right: 25px;
}

.testimonials .text {
	width: 100%;
}

.testimonials .bx-wrapper {
	border: none;
	background: none;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #f7941e;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	background: #a4a79f;
}

.testimonials .bx-controls {
	padding-top: 50px;
}

/* Farm Fresh */
.farm-fresh {
	padding: 14px;
	overflow: hidden;
}

.farm-fresh img {
	width: 100%;
}

.farm-fresh .text {
	width: 100%;
	padding: 40px 0;
}

.farm-fresh h2 {
	font-size: 30px;
	color: #89c63b;
	margin-bottom: 5px;
}

.farm-fresh p {
	font-size: 15px;
	line-height: 30px;
}

/* Social Blocks */
.social-blocks {
	padding: 20px 0 40px;
}

.social-blocks .container {
	overflow: hidden;
}

.social-blocks h2 {
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.social-blocks a {
	color: #017f38;
}

.social-blocks .widget {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.social-blocks .blog-widget h3 {
	font-size: 12px;
}

.social-blocks .blog-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.social-blocks .blog-widget li {
	font-size: 13px;
	margin: 0 0 40px;
}

.social-blocks .blog-widget .date {
	font-size: 12px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.social-blocks .blog-widget p {
	margin: 0 0 20px;
}


/* Responsive Media Queries */
/* Extra Small Devices (phones, less than 768px) */
@media (min-width: 480px) {
	.header .login-register {
		margin-bottom: 0;
	}

	.header .login-register,
	.header .basket {
		float: left;
		width: 50%;
	}

	.mast-video header {
		padding: 100px 0 0;
        text-shadow: 2px 2px #000;
	}

	.plant-strong .text {
		width: 67%;
	}

	.plant-strong h2 {
		font-size: 40px;
	}
}

@media (min-width: 731px) {
	.header .login-register,
	.header .basket {
		width: 50%;
	}

	.navigation ul li.submenu a:after {
    content:'';
    width: auto;
    height: auto;
    position: static;
    top: auto;
    right: auto;
    border: none;
    padding: 0;
    background: none;
  }

  .navigation ul li a:hover + .hidden,
  .navigation .hidden:hover {
    display: block;
		z-index: 2000;
  }

	.footer .footer-bottom .copyright {
		float: left;
	}

	.footer .footer-bottom .cards {
		float: right;
	}
}

/* Small Devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.header .login-register p,
	.header .basket p {
		margin: 0 0 5px 30px;
	}

	.navigation li ul li {
    width: 180px;
  }

	.footer .footer-top {
		padding: 30px 0;
	}

	.footer .footer-top .subscribe-social {
		margin-bottom: 40px;
	}

	.footer .footer-top .subscribe input[type=email] {
		width: 40%;
	}

	.how-works .columns {
		text-align: center;
	}

	.how-works .col {
		display: inline-block;
		width: 30%;
		margin: 0 0 50px 20px;
		vertical-align: top;
	}

	.how-works .col:first-child {
		margin-left: 0;
	}

	.weeks-menu header {
		width: 38%;
	}

	.weeks-menu h2 {
		font-size: 28px;
	}

	.weeks-menu .bottom {
		padding: 12px 15px;
	}

	.weeks-menu .menu-cards {
		text-align: center;
	}

	.weeks-menu .menu-cards .item {
		display: inline-block;
		width: 31.5%;
		margin: 0 5px 30px;
		border-radius: 5px;
		vertical-align: top;
	}

	.testimonials h2 {
		font-size: 50px;
	}

	.testimonials .text {
		float: left;
		width: 82%;
	}

	.farm-fresh .text {
		width: 100%;
		padding: 40px;
	}

	.farm-fresh h2 {
		font-size: 40px;
	}

}

/* Mobile Nav */
@media (max-width: 991px) {
	.navigation {
		clear: both;
	}

	.navigation .home-icon a {
		width: auto;
		text-indent: inherit;
		background: #2f3036;
	}

	.navigation .home-icon a img {
      display: none;
	}

	.navigation ul {
    position: relative;
    display: none;
		margin: 0;
  }

  .navigation li {
		float: none;
    border-bottom: 1px solid #fff;
  }

  .navigation ul li {
    width: 100%;
  }

  .navigation li a {
    width: 100%;
		color: #fff;
    padding: 10px;
    background: #2f3036;
  }

  .navigation li ul {
    position: relative;
    left: 0;
  }

  .navigation li ul li {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .navigation .show-menu {
    display: block;
  }
  /* end - navigation */

  .footer .footer-mobile ul {
    position: static;
    display: none;
  }

  .footer .footer-mobile li {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
  }

  .footer .footer-mobile ul li,
  .footer .footer-mobile li a {
    width: 100%;
  }

  .footer .footer-mobile .footer-nav {
    display: block;
  }
}

/* Small Devices (tablets, 800px and up) */
@media (min-width: 800px) {
	.header .site-name {
		float: left;
		margin: 0 0 10px;
	}

	.header .header-top {
		margin-bottom: 0;
	}

	.header .certified {
		display: none;
		float: left;
		margin: 0;
	}

	.header .newsletter input[type=email] {
		width: 290px;
	}

	.mast-video header {
		width: 50%;
        text-shadow: 2px 2px #000;
	}
}

@media (min-width: 890px) {
	.navigation a {
  	padding: 7px 11px;
	}
}

/* Medium Devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.header .certified {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}

	.header .newsletter {
		float: right;
		width: 50%;
	}

	.header .newsletter input[type=email] {
		width: 70%;
	}

	.header .login-basket {
		float: right;
		width: 50%;
	}

	.navigation {
  	font-size: 16px;
	}

	.footer .footer-mobile {
    display: none;
  }

	.footer .footer-top .columns {
		display: block;
	}

	.how-works .col {
		width: 17%;
		margin: 0 0 50px 30px;
	}

	.weeks-menu .bottom {
		text-align: center;
		padding: 12px 10px;
	}

	.weeks-menu button {
		float: none;
	}

	.weeks-menu .bottom .social {
		float: none;
	}

	.weeks-menu .menu-cards .item {
		width: 19%;
		margin: 0 3px 30px;
		border-radius: 8px;
	}

	.farm-fresh img {
		float: left;
		width: 50%;
	}

	.farm-fresh .text {
		float: left;
		width: 50%;
		padding: 0 20px;
	}

	.social-blocks .widget {
		float: left;
		width: 23%;
		margin-right: 20px;
	}

	.social-blocks .facebook-widget {
		margin-right: 0;
        margin-left: 15%; /* added 12/26/16 per client request when blog section was removed, once blog section added back remove this line */
	}
}


/* Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.header .newsletter {
		float: left;
		width: 30%;
	}

	.header .newsletter input[type=email] {
		width: 45%;
	}

	.header .login-basket {
		float: right;
		width: 38%;
		text-align: left;
	}

	.navigation {
		padding-top: 20px;
	 	font-size: 16px;
	}

	.navigation a {
  	padding: 7px 10px;
	}

	.navigation ul {
		clear: none;
		float: left;
		margin-left: 20px;
	}

	.navigation ul ul {
		font-size: 14px;
		font-weight: normal;
		margin: 0;
	}

	.footer .footer-top .subscribe-social {
		margin-bottom: 90px;
	}

	.mast-video header {
		/*width: 30%;*/
        text-shadow: 2px 2px #000;

	}

	.how-works .col {
		width: 15%;
		margin: 0 0 50px 50px;
	}

	.weeks-menu button {
		float: left;
	}

	.weeks-menu .bottom .social {
		float: right;
	}

	.weeks-menu .menu-cards .item {
		width: 19%;
	}
	
	.farm-fresh h2 {
		margin-bottom: 20px;
	}
	
	.farm-fresh img {
		float: left;
		width: 50%;
	}
	
	.farm-fresh .text {
		padding: 10px 40px 0;
	}
	
	.testimonials .item {
		float: left;
		width: 50%;
		padding-bottom: 13px;
		margin-bottom: 0;
	}
	
	.social-blocks .widget {
		width: 23%;
		margin-right: 20px;
	}
	
	.social-blocks .facebook-widget {
		margin-right: 20px;
	}
}

@media (min-width: 1300px) {
	.header .newsletter {
		width: 38%;
	}
	
	.header .login-basket {
		width: 25%;
	}
	
	.navigation a {
  	padding: 7px 16px;
	}
}

@media (min-width: 1370px) {	
	.header .certified {
		margin-left: 70px;
	}
	
	.header .login-basket {
		width: 26%;
	}
	
	.header .login-register {
		width: 45%;
	}
	
	.header .basket {
		float: right;
		width: 39%;
	}
	
	.navigation ul {
		font-size: 16px;
		margin-left: 70px;
	}
	
	.navigation a {
  	padding: 7px 17px;
	}
	
	.social-blocks .widget {
		width: 21%;
		margin-right: 40px;
	}
	
	.social-blocks .facebook-widget {
		margin-right: 40;
	}
}

@media (min-width: 1600px) {	
	.navigation ul {
		font-size: 19px;
	}
	
	.farm-fresh .text {
		padding: 110px 40px 0;
	}
}
