/*Main SASS Template*/
/* RESET Based on Normalize / Eric Meyer's Reset */
@import url("https://fonts.googleapis.com/css?family=Lato");
/* line 2, ../sass/_normalize.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 23, ../sass/_normalize.scss */
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 30, ../sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 34, ../sass/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 39, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* -------------------------- Typography CONTENT -------------------------- */
/* line 45, ../sass/_normalize.scss */
hr {
  height: 1px;
  border: 0;
  float: left;
  width: 100%;
  background: #ccc;
}

/* line 57, ../sass/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
}

/* line 61, ../sass/_normalize.scss */
a, a:visited {
  background: transparent;
}

/* line 65, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 70, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 75, ../sass/_normalize.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 81, ../sass/_normalize.scss */
q {
  quotes: none;
}

/* line 85, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 90, ../sass/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 97, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* -------------------------- EMBEDED CONTENT -------------------------- */
/* line 102, ../sass/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* line 109, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* -------------------------------------------- TABLES --------------------------------------------- */
/* line 114, ../sass/_normalize.scss */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

/* --------------------------------------------- FORMS ---------------------------------------------- */
/* line 125, ../sass/_normalize.scss */
fieldset {
  border: 0;
  padding: 0;
}

/* line 130, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 136, ../sass/_normalize.scss */
button, input, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 142, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 147, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 152, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 157, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

/* line 164, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 169, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 175, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 181, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 186, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

/* line 191, ../sass/_normalize.scss */
input, select {
  vertical-align: middle;
}

/* line 195, ../sass/_normalize.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 200, ../sass/_normalize.scss */
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  vertical-align: top;
}

/* -------------------------------------------- Clearfix------------------------------------------ */
/* line 209, ../sass/_normalize.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 214, ../sass/_normalize.scss */
.clearfix:after {
  clear: both;
}

/* line 218, ../sass/_normalize.scss */
.hide {
  display: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../sass/_jquery.bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../sass/_jquery.bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-viewport {
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 48, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 57, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/wp-content/themes/wrights/img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 70, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}

/* line 80, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 87, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 100, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 107, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-prev {
  left: -10px;
  background: url(/wp-content/themes/wrights/img/controls.svg) no-repeat top left;
}

/* line 112, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-next {
  right: -10px;
  background: url(/wp-content/themes/wrights/img/controls.svg) no-repeat top right;
}

/* line 117, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-prev:hover {
  opacity: 0.5;
}

/* line 121, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-next:hover {
  opacity: 0.5;
}

/* line 125, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  z-index: 9999;
}

/* AUTO CONTROLS (START / STOP) */
/* line 142, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 146, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/wp-content/themes/wrights/img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 156, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 161, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/wp-content/themes/wrights/img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 171, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 178, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 183, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 190, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 199, ../sass/_jquery.bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 86, ../sass/_variables.scss */
.grey {
  background-color: #E2E2E4;
}

/* line 90, ../sass/_variables.scss */
.white {
  background-color: #FFFFFF;
}

@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/_alexchanges.scss */
.bx-loading {
  display: none;
}

/* line 5, ../sass/_alexchanges.scss */
.about-link-hide {
  display: block;
  position: absolute;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* line 14, ../sass/_alexchanges.scss */
.article .image-wrapper {
  text-align: center;
}

/* line 18, ../sass/_alexchanges.scss */
.search-results {
  padding: 40px 0;
  clear: both;
}
/* line 21, ../sass/_alexchanges.scss */
.search-results .comments, .search-results .author, .search-results .date {
  display: none;
  /* YOLO */
}
/* line 24, ../sass/_alexchanges.scss */
.search-results article {
  clear: both;
  padding: 20px 0;
}
/* line 27, ../sass/_alexchanges.scss */
.search-results article > a, .search-results article > h2 {
  float: left;
}
/* line 30, ../sass/_alexchanges.scss */
.search-results article img {
  padding-right: 20px;
}

/* line 36, ../sass/_alexchanges.scss */
.home-slider {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
}

/* line 42, ../sass/_alexchanges.scss */
.red-cta {
  background: #8B394F;
  color: #ffffff;
  border-radius: 30px;
  margin: 0 20px;
  text-algin: center;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 52, ../sass/_alexchanges.scss */
.button.green-cta {
  background: #577B61;
  color: #ffffff;
  border-color: transparent;
}
/* line 56, ../sass/_alexchanges.scss */
.button.green-cta:hover {
  border-color: #577B61;
}

/* line 61, ../sass/_alexchanges.scss */
.bx-wrapper {
  clear: both;
}

/* line 65, ../sass/_alexchanges.scss */
.mainMenu {
  z-index: 99;
}
/* line 66, ../sass/_alexchanges.scss */
.mainMenu .menu {
  border-top: 2px solid #577B61;
}

/* line 72, ../sass/_alexchanges.scss */
.dashboard-intro {
  background: #EDE7E1;
  padding: 26px 20px;
  margin: 20px 0;
}
/* line 76, ../sass/_alexchanges.scss */
.dashboard-intro a {
  background: #577B61;
  padding: 10px;
  margin: 7px 0;
  color: #ffffff;
  width: auto;
}

/* line 85, ../sass/_alexchanges.scss */
.woocommerce-info:before {
  color: #577B61;
}

/* line 89, ../sass/_alexchanges.scss */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #EDE7E1 !important;
  clear: both !important;
  margin-bottom: 0;
}

/* line 95, ../sass/_alexchanges.scss */
.woocommerce-info {
  border-top-color: #577B61 !important;
}

/* line 99, ../sass/_alexchanges.scss */
.remodal input {
  width: 100% !important;
  border-bottom: 2px solid #577B61 !important;
  border-radius: 0 !important;
}

/* line 105, ../sass/_alexchanges.scss */
.remodal button:hover {
  color: #577B61;
}

/* line 109, ../sass/_alexchanges.scss */
.remodal .remodal-close {
  margin: 10px;
}

/* line 114, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper h3 {
  border: 1px solid #577B61;
  background: #577B61;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}
/* line 123, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .form-row label, .account-wrapper.form-wrapper .form-row input {
  float: left;
}
/* line 126, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .form-row label {
  width: 20%;
}
/* line 129, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .form-row input, .account-wrapper.form-wrapper .form-row .select2-container {
  width: 80% !important;
  margin-bottom: 15px;
  float: left;
  border-radius: 0;
  padding: 0;
}
/* line 136, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .form-row input {
  border: 1px solid #E2E2E4;
  padding: 7.5px 15px;
}
/* line 141, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .form-row #billing_address_2, .account-wrapper.form-wrapper .form-row #shipping_address_2 {
  width: 100%;
  margin-left: 20%;
}
/* line 146, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .col-1, .account-wrapper.form-wrapper .col-2 {
  width: 100%;
  float: left;
}
/* line 150, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .title {
  width: 100% !important;
}
/* line 153, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper address a, .account-wrapper.form-wrapper .button {
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: none;
  border: 0;
  position: relative;
  text-transform: uppercase;
  color: #577B61;
  font-size: 14px;
  letter-spacing: 1px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  font-family: "Lato", sans-serif;
  border: 1px solid #F9F9F9;
  -webkit-appearance: none;
  background: #577B61;
  border: 1px solid #577B61;
  color: #ffffff;
  transition: all 0.3s ease;
  float: right;
  display: inline-block;
  margin-left: -35px;
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: none;
  background: #ffffff;
  border: 0;
  background: url(/wp-content/themes/wrights/img/arrow-right-green.svg) center no-repeat;
  text-indent: -9999px;
  margin-bottom: 15px;
}
/* line 187, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper address a:hover, .account-wrapper.form-wrapper .button:hover {
  background: none;
  color: #577B61;
}
/* line 192, ../sass/_alexchanges.scss */
.account-wrapper.form-wrapper .woocommerce-FormRow--wide {
  clear: both;
}

/* line 198, ../sass/_alexchanges.scss */
.search .advanced label {
  display: inline-block;
  margin: 20px 0;
  margin-right: 5px;
  margin-left: 15px;
}



@media only screen and (min-width: 768px) {
  /* line 198, ../sass/_alexchanges.scss */
  .search .advanced label {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* line 210, ../sass/_alexchanges.scss */
:root .form-field-wrapper input[type="checkbox"] {
  visibility: visible !important;
  margin-left: 0 !important;
}

/* line 216, ../sass/_alexchanges.scss */
.search .advanced.active {
  height: auto !important;
  max-width: 1140px;
  margin: 0 auto;
}
/* line 221, ../sass/_alexchanges.scss */
.search .advanced input[type="submit"], .search .advanced a {
  text-indent: 0 !important;
  padding: 13px 30px;
  background: #ffffff !important;
  display: block;
  margin-left: 30px;
  border: 1px solid transparent;
  color: #577B61;
  transition: all .3s ease;
  line-height: normal !important;
}
@media only screen and (min-width: 768px) {
  /* line 221, ../sass/_alexchanges.scss */
  .search .advanced input[type="submit"], .search .advanced a {
    float: left;
  }
}
/* line 234, ../sass/_alexchanges.scss */
.search .advanced input[type="submit"]:hover, .search .advanced a:hover {
  background: #577B61 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
/* line 240, ../sass/_alexchanges.scss */
.search .advanced input[type="submit"] {
  margin-right: 15px;
}

/* line 245, ../sass/_alexchanges.scss */
.wrights-login {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/* line 250, ../sass/_alexchanges.scss */
.wrights-login form {
  width: 100% !important;
  border: none !important;
}
/* line 253, ../sass/_alexchanges.scss */
.wrights-login form #rememberme {
  visibility: visible !important;
  margin-left: 0 !important;
  margin-top: 8px;
  width: 20% !important;
}
/* line 260, ../sass/_alexchanges.scss */
.wrights-login form input[type="submit"].woocommerce-Button.button {
  padding: 10px 30px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  border-radius: 30px !important;
  border: 1px solid transparent !important;
  background: #577B61 !important;
  transition: all 0.3s ease !important;
  float: right !important;
  display: inline-block !important;
  text-indent: 0 !important;
  max-width: 250px;
}

/* line 279, ../sass/_alexchanges.scss */
.woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
  padding: 10px;
  background: #EDE7E1;
}
/* line 281, ../sass/_alexchanges.scss */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
}
/* line 286, ../sass/_alexchanges.scss */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding: 10px;
  margin: 10px;
  background: #577B61;
}
/* line 290, ../sass/_alexchanges.scss */
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: #ffffff;
}

/* line 296, ../sass/_alexchanges.scss */
.events {
  background: #577B61;
  color: #ffffff;
  float: left;
  width: 100%;
}
/* line 301, ../sass/_alexchanges.scss */
.events p {
  padding: 0 50px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  /* line 301, ../sass/_alexchanges.scss */
  .events p {
    padding: 0;
  }
}
/* line 308, ../sass/_alexchanges.scss */
.events p img {
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  /* line 308, ../sass/_alexchanges.scss */
  .events p img {
    display: inline;
  }
}
/* line 316, ../sass/_alexchanges.scss */
.events a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff !important;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 316, ../sass/_alexchanges.scss */
  .events a {
    margin-right: 20px;
  }
}

/* line 327, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
}
/* line 333, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper .text-wrapper {
  position: absolute;
  z-index: 50;
  padding: 25% 0;
  width: 100%;
}
/* line 338, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper .text-wrapper h4, .black-overlay .image-wrapper .text-wrapper p {
  color: #ffffff !important;
}
/* line 341, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper .text-wrapper h4 {
  padding: 0 100px 20px 100px;
}
/* line 344, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper .text-wrapper p {
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
  display: inline;
}
/* line 350, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper:before {
  z-index: 25;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* line 363, ../sass/_alexchanges.scss */
.black-overlay .image-wrapper:before:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 370, ../sass/_alexchanges.scss */
#bx-pager {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  max-width: 400px;
}
/* line 379, ../sass/_alexchanges.scss */
#bx-pager a.active span {
  color: #577B61;
}
/* line 383, ../sass/_alexchanges.scss */
#bx-pager span {
  color: #ffffff;
  padding: 0 10px;
}

/* line 389, ../sass/_alexchanges.scss */
.home-slider-container {
  position: relative;
}
/* line 391, ../sass/_alexchanges.scss */
.home-slider-container .bx-wrapper {
  max-height: 400px;
  overflow: hidden;
}

/* line 397, ../sass/_alexchanges.scss */
.owl-item {
  display: none;
}

/* line 404, ../sass/_alexchanges.scss */
.woocommerce .login input[type="text"], .woocommerce .login input[type="email"], .woocommerce .login input[type="password"], .woocommerce .login input[type="tel"], .woocommerce .login textarea, .woocommerce .login select, .woocommerce .checkout input[type="text"], .woocommerce .checkout input[type="email"], .woocommerce .checkout input[type="password"], .woocommerce .checkout input[type="tel"], .woocommerce .checkout textarea, .woocommerce .checkout select, .woocommerce .cart_totals input[type="text"], .woocommerce .cart_totals input[type="email"], .woocommerce .cart_totals input[type="password"], .woocommerce .cart_totals input[type="tel"], .woocommerce .cart_totals textarea, .woocommerce .cart_totals select {
  border: 1px solid #EDE7E1;
  border-radius: 0;
  padding: 10px 15px;
}
/* line 409, ../sass/_alexchanges.scss */
.woocommerce .login #place_order, .woocommerce .login .checkout-button, .woocommerce .checkout #place_order, .woocommerce .checkout .checkout-button, .woocommerce .cart_totals #place_order, .woocommerce .cart_totals .checkout-button {
  text-indent: 0;
  background-color: #577B61 !important;
  margin-bottom: 20px;
}

/* line 417, ../sass/_alexchanges.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
  border: 1px solid #EDE7E1;
  border-radius: 0;
  padding: 10px 15px;
}

/* line 424, ../sass/_alexchanges.scss */
.stockist {
  margin-bottom: 40px;
}
/* line 426, ../sass/_alexchanges.scss */
.stockist h3 {
  text-align: left;
  margin: 30px 0 15px 0;
  padding: 0;
}
/* line 431, ../sass/_alexchanges.scss */
.stockist th, .stockist td {
  border: 1px solid #EDE7E1;
  padding: 2px 7.5px;
}
/* line 435, ../sass/_alexchanges.scss */
.stockist th {
  font-size: 10px;
  white-space: no-wrap;
}
/* line 439, ../sass/_alexchanges.scss */
.stockist .alt {
  background: #c7d7cb;
}
/* line 442, ../sass/_alexchanges.scss */
.stockist .subcategory {
  border-left: none;
  border-right: none;
}

/* line 448, ../sass/_alexchanges.scss */
.stockist-container {
  width: 100%;
  overflow-x: scroll;
}

/* line 453, ../sass/_alexchanges.scss */
.contact-page input[type="text"], .contact-page input[type="email"], .contact-page input[type="tel"], .contact-page textarea {
  width: 100%;
}
/* line 456, ../sass/_alexchanges.scss */
.contact-page input[type="submit"] {
  background: #577B61;
  color: #ffffff;
  margin: 20px 0;
  width: auto;
  text-indent: 0;
}
/* line 463, ../sass/_alexchanges.scss */
.contact-page h3, .contact-page h4 {
  margin-top: 40px;
}
/* line 466, ../sass/_alexchanges.scss */
.contact-page ul li {
  display: block;
}

/* line 471, ../sass/_alexchanges.scss */
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: left;
}

/* line 475, ../sass/_alexchanges.scss */
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}

/* line 482, ../sass/_alexchanges.scss */
.shop-category-list .image-wrapper {
  height: 210px;
}

/* line 486, ../sass/_alexchanges.scss */
.shop-category-list .text-wrapper {
  height: 120px;
}

/* line 491, ../sass/_alexchanges.scss */
.shop_table .shop_table_responsive .cart .actions .button {
  text-indent: 0;
}

/* line 496, ../sass/_alexchanges.scss */
.login .button {
  text-indent: 0;
}

/* line 500, ../sass/_alexchanges.scss */
.bread-makers {
  overflow-x: scroll;
}
/* line 502, ../sass/_alexchanges.scss */
.bread-makers table {
  margin-bottom: 40px;
}
/* line 505, ../sass/_alexchanges.scss */
.bread-makers th, .bread-makers td {
  border: 1px solid #EDE7E1;
  padding: 10px 20px;
  text-align: center;
}
/* line 510, ../sass/_alexchanges.scss */
.bread-makers th {
  background: #c7d7cb;
}

/* line 515, ../sass/_alexchanges.scss */
.bread-maker-title th {
  color: #577B61;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

/* line 526, ../sass/_alexchanges.scss */
.search-results li {
  margin: 20px 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 533, ../sass/_alexchanges.scss */
  .logo {
    max-width: 250px !important;
  }
}
/* line 538, ../sass/_alexchanges.scss */
#place_order, .actions .button {
  text-indent: 0 !important;
}

/* line 542, ../sass/_alexchanges.scss */
.recipe-list ul .text-wrapper h3 {
  height: 90px;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, ../sass/_remodal.scss */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, ../sass/_remodal.scss */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, ../sass/_remodal.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, ../sass/_remodal.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../sass/_remodal.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, ../sass/_remodal.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, ../sass/_remodal.scss */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 90, ../sass/_remodal.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 16, ../sass/_remodal-default-theme.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 24, ../sass/_remodal-default-theme.scss */
.remodal-overlay {
  background: rgba(249, 249, 249, 0.6);
}

/* line 28, ../sass/_remodal-default-theme.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 36, ../sass/_remodal-default-theme.scss */
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 41, ../sass/_remodal-default-theme.scss */
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* line 48, ../sass/_remodal-default-theme.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
/* line 54, ../sass/_remodal-default-theme.scss */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

/* line 67, ../sass/_remodal-default-theme.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 75, ../sass/_remodal-default-theme.scss */
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

/* line 80, ../sass/_remodal-default-theme.scss */
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* line 87, ../sass/_remodal-default-theme.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* line 94, ../sass/_remodal-default-theme.scss */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 118, ../sass/_remodal-default-theme.scss */
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* line 123, ../sass/_remodal-default-theme.scss */
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
/* line 142, ../sass/_remodal-default-theme.scss */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 164, ../sass/_remodal-default-theme.scss */
.remodal-confirm {
  color: #fff;
  background: #81c784;
}

/* line 169, ../sass/_remodal-default-theme.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

/* line 174, ../sass/_remodal-default-theme.scss */
.remodal-cancel {
  color: #fff;
  background: #e57373;
}

/* line 179, ../sass/_remodal-default-theme.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 186, ../sass/_remodal-default-theme.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 297, ../sass/_remodal-default-theme.scss */
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
/* line 305, ../sass/_remodal-default-theme.scss */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

/* line 309, ../sass/_remodal-default-theme.scss */
.lt-ie9 .remodal {
  width: 700px;
}

/* line 37, ../sass/site.scss */
body {
  font-family: "montserratlight", sans-serif;
  line-height: 1.6em;
  font-size: 1em;
  color: #575756;
}
/* line 42, ../sass/site.scss */
body * {

  box-sizing: border-box;
}

/* line 46, ../sass/site.scss */
nav {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 48, ../sass/site.scss */
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 52, ../sass/site.scss */
.col-1, .col-2, .col-3, .col-4, .col-5.col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 52, ../sass/site.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5.col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* line 61, ../sass/site.scss */
.col-1 {
  width: 8.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 64, ../sass/site.scss */
.col-2 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../sass/site.scss */
  .col-2 {
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 70, ../sass/site.scss */
.col-3 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 600px) {
  /* line 70, ../sass/site.scss */
  .col-3 {
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 70, ../sass/site.scss */
  .col-3 {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 79, ../sass/site.scss */
.col-4 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 600px) {
  /* line 79, ../sass/site.scss */
  .col-4 {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 79, ../sass/site.scss */
  .col-4 {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 88, ../sass/site.scss */
.col-5 {
  width: 41.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 91, ../sass/site.scss */
.col-6 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 1000px) {
  /* line 91, ../sass/site.scss */
  .col-6 {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 97, ../sass/site.scss */
.col-7 {
  width: 58.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 100, ../sass/site.scss */
.col-8 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 100, ../sass/site.scss */
  .col-8 {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 106, ../sass/site.scss */
.col-9 {
  width: 75%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 109, ../sass/site.scss */
.col-10 {
  width: 83.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 112, ../sass/site.scss */
.col-11 {
  width: 91.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 115, ../sass/site.scss */
.col-12 {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 119, ../sass/site.scss */
.left {
  text-align: left;
}

/* line 123, ../sass/site.scss */
.center {
  text-align: center;
}

/* line 127, ../sass/site.scss */
.right {
  text-align: right;
}

/* line 131, ../sass/site.scss */
.padding {
  padding: 2%;
}
@media only screen and (min-width: 768px) {
  /* line 131, ../sass/site.scss */
  .padding {
    padding: 4%;
  }
}

/* line 137, ../sass/site.scss */
.margin-bottom {
  margin-bottom: 15px;
}

/* line 140, ../sass/site.scss */
.vert-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 160, ../sass/site.scss */
.overlay {
  background: #333333;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

/* line 172, ../sass/site.scss */
.logo {
  display: block;
  position: relative;
  z-index: 11;
  max-width: 70px;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (min-width: 600px) {
  /* line 172, ../sass/site.scss */
  .logo {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 172, ../sass/site.scss */
  .logo {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 188, ../sass/site.scss */
  .equal-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 193, ../sass/site.scss */
  .equal-height > div, .equal-height > section, .equal-height > article {
    display: flex;
  }
}

/* line 201, ../sass/site.scss */
.mainMenu {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
/* line 212, ../sass/site.scss */
.mainMenu .header-basket-wrapper {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  background: #ffffff;
  width: 400px;
  float: left;
  z-index: 100;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  /* line 212, ../sass/site.scss */
  .mainMenu .header-basket-wrapper {
    top: 130px;
    width: 400px;
  }
}
/* line 226, ../sass/site.scss */
.mainMenu .header-basket-wrapper.toggle {
  display: block;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
/* line 230, ../sass/site.scss */
.mainMenu .header-basket-wrapper ul {
  display: block;
}
/* line 232, ../sass/site.scss */
.mainMenu .header-basket-wrapper ul li {
  width: 100%;
  display: block;
  text-align: left;
}
/* line 238, ../sass/site.scss */
.mainMenu .header-basket-wrapper p {
  text-align: center;
}
/* line 240, ../sass/site.scss */
.mainMenu .header-basket-wrapper p .button, .mainMenu .header-basket-wrapper p a {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  margin-bottom: 15px;
  color: #ffffff;
}
/* line 246, ../sass/site.scss */
.mainMenu .header-basket-wrapper p .button:hover, .mainMenu .header-basket-wrapper p a:hover {
  color: #577B61;
  text-decoration: none;
}
/* line 251, ../sass/site.scss */
.mainMenu .header-basket-wrapper p a {
  color: #575756;
}
/* line 253, ../sass/site.scss */
.mainMenu .header-basket-wrapper p a:hover {
  text-decoration: underline;
  color: #575756;
  opacity: 1;
}

/* line 263, ../sass/site.scss */
#toggleMenu {
  display: none;
}

/* line 267, ../sass/site.scss */
#toggleMenu:checked ~ ul {
  max-height: 550px;
  /*Make page height*/
  padding: 0 5%;
  margin-top: 77px;
}
@media only screen and (min-width: 768px) {
  /* line 267, ../sass/site.scss */
  #toggleMenu:checked ~ ul {
    margin-top: 155px;
    padding: 15px 5%;
    max-height: 500px;
    opacity: 1;
    padding-top: 0px;
    z-index: 200;
  }
}

/* line 285, ../sass/site.scss */
.mainMenu div > ul {
  display: flex;
  justify-content: space-between;
}
/* line 288, ../sass/site.scss */
.mainMenu div > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 32%;
}
@media only screen and (min-width: 1000px) {
  /* line 288, ../sass/site.scss */
  .mainMenu div > ul > li {
    width: auto;
    flex-grow: 0;
    -webkit-flex-grow: 0;
  }
}
/* line 300, ../sass/site.scss */
.mainMenu div > ul > li .desktop-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 300, ../sass/site.scss */
  .mainMenu div > ul > li .desktop-links {
    display: inline-block;
  }
}
/* line 306, ../sass/site.scss */
.mainMenu div > ul > li .mobile-links {
  display: inline-block;
  position: relative;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  /* line 306, ../sass/site.scss */
  .mainMenu div > ul > li .mobile-links {
    display: none;
  }
}
/* line 314, ../sass/site.scss */
.mainMenu div > ul > li a, .mainMenu div > ul > li a:visited {
  display: inline-block;
  font-family: "montserratregular", sans-serif;
  padding-right: 15px;
}
/* line 318, ../sass/site.scss */
.mainMenu div > ul > li a span, .mainMenu div > ul > li a:visited span {
  color: #8B394F;
}

/* line 324, ../sass/site.scss */
.mainMenu .menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 10;
  text-align: left;
  border: 0;
  display: flex;
  flex-wrap: wrap;
}
/* line 345, ../sass/site.scss */
.mainMenu .menu li {
  display: inline;
  border: 0;
  float: left;
  padding: 0.5em;
  white-space: normal;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 345, ../sass/site.scss */
  .mainMenu .menu li {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 356, ../sass/site.scss */
.mainMenu .menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 362, ../sass/site.scss */
.mainMenu .menu ul li {
  float: none;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 372, ../sass/site.scss */
.menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: block;
  width: 100%;
  float: left;
}
/* line 379, ../sass/site.scss */
.menu li a, .menu li a:visited {
  display: block;
  width: 100%;
  font-family: "montserratregular", sans-serif;
}
/* line 384, ../sass/site.scss */
.menu li.close {
  position: absolute;
  width: auto;
  top: 0px;
  right: 13px;
}
@media only screen and (min-width: 600px) {
  /* line 384, ../sass/site.scss */
  .menu li.close {
    top: 18px;
    right: 23px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 384, ../sass/site.scss */
  .menu li.close {
    top: 44px;
    right: 167px;
  }
}
/* line 398, ../sass/site.scss */
.menu li.close label.menuTitle {
  color: #8B394F;
}
/* line 400, ../sass/site.scss */
.menu li.close label.menuTitle span {
  width: 15px;
  height: 15px;
  background: #ffffff url("/wp-content/themes/wrights/img/close.svg") no-repeat center;
}
/* line 404, ../sass/site.scss */
.menu li.close label.menuTitle span:before, .menu li.close label.menuTitle span:after {
  display: none;
}

/* line 412, ../sass/site.scss */
label.menuTitle {
  margin: 0;
  display: inline-block;
  cursor: pointer;
  color: #577B61;
  font-size: 13px;
  vertical-align: baseline;
}
@media only screen and (min-width: 768px) {
  /* line 412, ../sass/site.scss */
  label.menuTitle {
    padding-right: 15px;
  }
}
/* line 422, ../sass/site.scss */
label.menuTitle span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #577B61;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 431, ../sass/site.scss */
label.menuTitle span:before, label.menuTitle span:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #577B61;
  position: absolute;
  transition: all 0.3s ease;
  right: 0;
}
/* line 440, ../sass/site.scss */
label.menuTitle span:before {
  top: -5px;
  width: 15px;
}
/* line 444, ../sass/site.scss */
label.menuTitle span:after {
  bottom: -5px;
  width: 12px;
}
/* line 449, ../sass/site.scss */
label.menuTitle:hover {
  color: #8B394F;
}
/* line 451, ../sass/site.scss */
label.menuTitle:hover span {
  background: #8B394F;
}
/* line 453, ../sass/site.scss */
label.menuTitle:hover span:before, label.menuTitle:hover span:after {
  background: #8B394F;
  width: 20px;
}

/* line 461, ../sass/site.scss */
.subnav {
  background: #577B61;
  padding: 30px;
  text-align: center;
}
/* line 465, ../sass/site.scss */
.subnav ul {
  margin-bottom: 0;
}
/* line 468, ../sass/site.scss */
.subnav a {
  color: #ffffff;
  padding: 15px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
/* line 473, ../sass/site.scss */
.subnav a:hover {
  text-decoration: underline;
}

/*Typograpghy Classes*/
/* line 479, ../sass/site.scss */
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  color: #577B61;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* line 487, ../sass/site.scss */
h1, .h1 {
  font-size: 25px;
  padding: 0 0 7.5px 0;
}

/* line 492, ../sass/site.scss */
h2, .h2 {
  font-size: 20px;
  padding: 0 0 7.5px 0;
}

/* line 497, ../sass/site.scss */
h3, .h3 {
  font-size: 18px;
  padding: 0 0 7.5px 0;
}

/* line 502, ../sass/site.scss */
h4, .h4 {
  font-size: 16px;
  padding: 0 0 7.5px 0;
}

/* line 507, ../sass/site.scss */
p, ul, ol {
  padding: 0 0 7.5px 0;
  font-family: "montserratlight", sans-serif;
}

/* line 512, ../sass/site.scss */
ol {
  padding-left: 15px;
}
/* line 514, ../sass/site.scss */
ol li {
  padding-left: 15px;
  margin-bottom: 15px;
}

/* line 520, ../sass/site.scss */
a {
  text-decoration: none;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #4E5F29;
}
/* line 525, ../sass/site.scss */
a:hover {
  opacity: 0.7;
}
/* line 528, ../sass/site.scss */
a.down {
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
/* line 532, ../sass/site.scss */
a.down:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  background: url("/wp-content/themes/wrights/img/arrow-right-white.svg") no-repeat center;
  transform: rotate(90deg);
  transform-origin: center;
}
/* line 542, ../sass/site.scss */
a.down.active:after {
  transform: rotate(270deg);
  transform-origin: center;
}
/* line 547, ../sass/site.scss */
a.sub-link {
  color: #575756;
  text-decoration: underline;
}
/* line 551, ../sass/site.scss */
a.download {
  padding-right: 30px;
  background: url("/wp-content/themes/wrights/img/download.svg") right center no-repeat;
}

/*Form helpers*/
/* line 559, ../sass/site.scss */
::-webkit-input-placeholder {
  color: #4E5F29;
  opacity: 1;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
}

/* line 566, ../sass/site.scss */
:-ms-input-placeholder {
  color: #4E5F29;
  opacity: 1;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
}

/* line 573, ../sass/site.scss */
::-ms-input-placeholder {
  color: #4E5F29;
  opacity: 1;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
}

/* line 580, ../sass/site.scss */
::-moz-placeholder {
  color: #4E5F29;
  opacity: 1;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
}

/* line 586, ../sass/site.scss */
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 260px;
  max-width: 100%;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: none;
  border: 0;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 586, ../sass/site.scss */
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    width: 280px;
  }
}

/* line 601, ../sass/site.scss */
button, .button {
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: none;
  border: 0;
  position: relative;
  background: #F9F9F9;
  text-transform: uppercase;
  color: #577B61;
  font-size: 14px;
  letter-spacing: 1px;
  width: auto;
  max-width: 100%;
  display: inline-block;
  font-family: "Lato", sans-serif;
  border: 1px solid #F9F9F9;
  -webkit-appearance: none;
}
/* line 618, ../sass/site.scss */
button:hover, .button:hover {
  background: none;
  opacity: 1;
  border: 1px solid #577B61;
}
/* line 623, ../sass/site.scss */
button.green, .button.green {
  background: #577B61;
  color: #ffffff;
  border: 1px solid #577B61;
}
/* line 627, ../sass/site.scss */
button.green:hover, .button.green:hover {
  background: none;
  color: #577B61;
}
/* line 632, ../sass/site.scss */
button.pink, .button.pink {
  background: #8B394F;
  color: #ffffff;
  border: 1px solid #8B394F;
}
/* line 636, ../sass/site.scss */
button.pink:hover, .button.pink:hover {
  background: none;
  color: #8B394F;
}

/* line 642, ../sass/site.scss */
input[type="submit"] {
  display: inline-block;
  margin-left: -35px;
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: none;
  background: #ffffff;
  border: 0;
  background: url("/wp-content/themes/wrights/img/arrow-right-green.svg") center no-repeat;
  text-indent: -9999px;
  margin-bottom: 15px;
}

/* line 657, ../sass/site.scss */
label, .label {
  display: block;
  text-transform: uppercase;
  color: #577B61;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "montserratregular", sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 657, ../sass/site.scss */
  label, .label {
    display: inline-block;
    vertical-align: middle;
  }
}

/* line 671, ../sass/site.scss */
:root input[type="radio"] {
  visibility: hidden;
  margin-left: -19px !important;
}

/* line 676, ../sass/site.scss */
.radio-label {
  padding-left: 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
/* line 681, ../sass/site.scss */
.radio-label:before {
  content: "";
  background: url("/wp-content/themes/wrights/img/inputs.svg") bottom left no-repeat;
  width: 13px;
  height: 14px;
  background-size: 27px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 695, ../sass/site.scss */
:root input[type="radio"]:checked + label:before, :root input[type="radio"]:checked + input + label:before {
  background-position: bottom right;
}

/* line 699, ../sass/site.scss */
:root input[type="checkbox"] {
  visibility: hidden;
  margin-left: -19px !important;
}

/* line 704, ../sass/site.scss */
.checkbox-label {
  padding-left: 20px !important;
  position: relative;
  width: 100% !important;
  cursor: pointer;
}
/* line 709, ../sass/site.scss */
.checkbox-label:before {
  content: "";
  background: url("/wp-content/themes/wrights/img/inputs.svg") top left no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 721, ../sass/site.scss */
:root input[type="checkbox"]:checked + label:before, :root input[type="checkbox"]:checked + input + label:before {
  background-position: top right;
}

/* line 725, ../sass/site.scss */
.form-field-wrapper.radio-choice .radio-label {
  display: inline-block;
  height: 100%;
}
/* line 728, ../sass/site.scss */
.form-field-wrapper.radio-choice .radio-label:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/*Elastic Videoes / Maps*/
/* line 738, ../sass/site.scss */
.item-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 746, ../sass/site.scss */
ul {
  list-style: none;
}
/* line 748, ../sass/site.scss */
ul li {
  display: inline-block;
}
/* line 751, ../sass/site.scss */
ul.list {
  list-style: auto;
}
/* line 753, ../sass/site.scss */
ul.list li {
  display: block;
}

/* line 759, ../sass/site.scss */
.item-container iframe,
.item-container object,
.item-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 771, ../sass/site.scss */
.social li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url("/wp-content/themes/wrights/img/social.svg") top left no-repeat;
}
/* line 777, ../sass/site.scss */
.social li a.instagram {
  background-position: top left;
}
/* line 781, ../sass/site.scss */
.social li a.facebook {
  background-position: -25px 0;
}
/* line 785, ../sass/site.scss */
.social li a.twitter {
  background-position: -55px 0;
}
/* line 789, ../sass/site.scss */
.social li a.pinterest {
  background-position: -82px 0;
}

/* line 795, ../sass/site.scss */
.hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 401px;
  overflow: hidden;
}
/* line 802, ../sass/site.scss */
.hero h1 {
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  line-height: 1.8em;
  width: 100%;
}

/* line 813, ../sass/site.scss */
.subheader {
  background: #577B61;
  text-align: center;
  padding: 2%;
  float: left;
  width: 100%;
  position: relative;
}
/* line 820, ../sass/site.scss */
.subheader h1 {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 820, ../sass/site.scss */
  .subheader h1 {
    font-size: 25px;
  }
}
/* line 829, ../sass/site.scss */
.subheader a.back {
  text-indent: -9999px;
  width: 30px;
  vertical-align: middle;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 829, ../sass/site.scss */
  .subheader a.back {
    text-indent: 0;
    padding-left: 30px;
    width: auto;
  }
}
/* line 845, ../sass/site.scss */
.subheader a.back:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url("/wp-content/themes/wrights/img/back.svg") left top no-repeat;
  background-size: 18px;
}
/* line 854, ../sass/site.scss */
.subheader a.back:hover:before {
  background-position: left bottom;
}

/* line 860, ../sass/site.scss */
.intro-text {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 866, ../sass/site.scss */
  .intro-text p {
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
  }
}

/* line 875, ../sass/site.scss */
.image-text-50-50 {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
/* line 879, ../sass/site.scss */
.image-text-50-50 .text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  background: #E2E2E4;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 879, ../sass/site.scss */
  .image-text-50-50 .text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 30px;
  }
}
/* line 889, ../sass/site.scss */
.image-text-50-50 .text-wrapper p {
  color: #575756;
}
/* line 893, ../sass/site.scss */
.image-text-50-50 .text-wrapper.pink p {
  color: #8B394F;
}
/* line 898, ../sass/site.scss */
.image-text-50-50 .image-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: flex;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  /* line 898, ../sass/site.scss */
  .image-text-50-50 .image-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 0;
  }
}

/* line 912, ../sass/site.scss */
.search {
  background: #577B61;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 10px;
}
/* line 917, ../sass/site.scss */
.search .form-field-wrapper {
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 917, ../sass/site.scss */
  .search .form-field-wrapper {
    display: inline-block;
  }
}
/* line 923, ../sass/site.scss */
.search label {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  /* line 923, ../sass/site.scss */
  .search label {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 923, ../sass/site.scss */
  .search label {
    margin-right: 15px;
  }
}
/* line 932, ../sass/site.scss */
.search .down {
  color: #ffffff;
  display: block;
  max-width: 250px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 932, ../sass/site.scss */
  .search .down {
    margin-left: 15px;
    display: inline-block;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 932, ../sass/site.scss */
  .search .down {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
/* line 948, ../sass/site.scss */
.search .advanced {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* line 952, ../sass/site.scss */
.search .advanced span {
  color: #ffffff;
}
/* line 955, ../sass/site.scss */
.search .advanced.active {
  height: 250px;
  padding-top: 15px;
}
@media only screen and (min-width: 1000px) {
  /* line 955, ../sass/site.scss */
  .search .advanced.active {
    height: 60px;
  }
}
/* line 963, ../sass/site.scss */
.search .button {
  background: #ffffff;
  margin-bottom: 15px;
}

/* line 970, ../sass/site.scss */
.search-wrapper input[type="text"] {
  width: 260px;
  max-width: 100%;
  padding-right: 30px;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1000px) {
  /* line 970, ../sass/site.scss */
  .search-wrapper input[type="text"] {
    width: 500px;
  }
}
/* line 979, ../sass/site.scss */
.search-wrapper input[type="submit"] {
  background-image: url("/wp-content/themes/wrights/img/search.svg");
  background-size: 15px;
  margin-left: -40px;
}

@media only screen and (min-width: 1000px) {
  /* line 987, ../sass/site.scss */
  .advanced .form-field-wrapper {
    margin-right: 30px;
    float: left;
  }
}

/* line 997, ../sass/site.scss */
.full-width-image {
  background-position: center;
  background-size: cover;
  min-height: 250px;
  position: relative;
  margin-bottom: 150px;
}
@media only screen and (min-width: 600px) {
  /* line 997, ../sass/site.scss */
  .full-width-image {
    min-height: 400px;
    margin-bottom: 0;
  }
}
/* line 1007, ../sass/site.scss */
.full-width-image .box {
  position: absolute;
  padding: 1%;
  background: rgba(255, 255, 255, 0.8);
  width: 350px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: left;
  bottom: -130px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 600px) {
  /* line 1007, ../sass/site.scss */
  .full-width-image .box {
    z-index: 2;
    bottom: 20px;
    left: 20px;
  }
}
/* line 1027, ../sass/site.scss */
.full-width-image .image-wrapper, .full-width-image .text-wrapper {
  float: left;
  display: inline-block;
}
/* line 1031, ../sass/site.scss */
.full-width-image .image-wrapper {
  width: 30%;
  padding-right: 15px;
}
/* line 1035, ../sass/site.scss */
.full-width-image .text-wrapper {
  width: 70%;
  flex-direction: column;
}
/* line 1038, ../sass/site.scss */
.full-width-image .text-wrapper .h4 {
  margin-bottom: 0;
}
/* line 1041, ../sass/site.scss */
.full-width-image .text-wrapper a {
  font-size: 11px;
  color: #577B61;
}
/* line 1046, ../sass/site.scss */
.full-width-image .centred-text {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
  flex: 1;
}
/* line 1055, ../sass/site.scss */
.full-width-image .centred-text h2, .full-width-image .centred-text p, .full-width-image .centred-text a {
  color: #ffffff;
}
/* line 1060, ../sass/site.scss */
.full-width-image.sign-up {
  margin-bottom: 0;
}
/* line 1062, ../sass/site.scss */
.full-width-image.sign-up p {
  margin-bottom: 15px;
}
/* line 1065, ../sass/site.scss */
.full-width-image.sign-up input[type="email"] {
  text-transform: uppercase;
  background: none;
  border: 1px solid #ffffff;
}
/* line 1070, ../sass/site.scss */
.full-width-image.sign-up input[type="submit"] {
  background-image: url("/wp-content/themes/wrights/img/arrow-right-white.svg");
}
/* line 1074, ../sass/site.scss */
.full-width-image.sign-up ::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 1078, ../sass/site.scss */
.full-width-image.sign-up :-ms-input-placeholder {
  color: #ffffff;
}
/* line 1082, ../sass/site.scss */
.full-width-image.sign-up ::-ms-input-placeholder {
  color: #ffffff;
}
/* line 1086, ../sass/site.scss */
.full-width-image.sign-up ::-moz-placeholder {
  color: #ffffff;
}

/* line 1094, ../sass/site.scss */
.bestsellers .bx-wrapper {
  margin-bottom: 60px;
}
/* line 1097, ../sass/site.scss */
.bestsellers h2 {
  text-align: center;
}
/* line 1100, ../sass/site.scss */
.bestsellers li a {
  display: flex;
  flex-wrap: wrap;
}
/* line 1104, ../sass/site.scss */
.bestsellers li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  /* line 1108, ../sass/site.scss */
  .bestsellers .image-wrapper, .bestsellers .text-wrapper {
    width: 50%;
    float: left;
  }
}
/* line 1114, ../sass/site.scss */
.bestsellers .image-wrapper {
  width: 60%;
  margin: 0 auto;
  text-align: right;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 1114, ../sass/site.scss */
  .bestsellers .image-wrapper {
    width: auto;
    margin: 0;
  }
  /* line 1120, ../sass/site.scss */
  .bestsellers .image-wrapper img {
    float: right;
  }
}
/* line 1129, ../sass/site.scss */
.bestsellers .text-wrapper {
  position: relative;
  padding: 5% 10%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
/* line 1138, ../sass/site.scss */
.bestsellers .text-wrapper .background-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 1129, ../sass/site.scss */
  .bestsellers .text-wrapper {
    margin-left: -20px;
  }
  /* line 1143, ../sass/site.scss */
  .bestsellers .text-wrapper .background-image {
    display: block;
  }
}
/* line 1148, ../sass/site.scss */
.bestsellers .text-wrapper h4, .bestsellers .text-wrapper p {
  font-size: 0.8em;
  z-index: 2;
  position: relative;
  color: #4E5F29;
  line-height: 1.2em;
}
@media only screen and (min-width: 600px) {
  /* line 1148, ../sass/site.scss */
  .bestsellers .text-wrapper h4, .bestsellers .text-wrapper p {
    font-size: 1em;
  }
}
/* line 1158, ../sass/site.scss */
.bestsellers .text-wrapper h4 {
  margin-bottom: 7.5px;
   max-width: 200px !important;
}


/* line 1160, ../sass/site.scss */
.bestsellers .text-wrapper h4 span {
  font-size: 9px;
  display: block;
  line-height: 1em;
}

/* line 1169, ../sass/site.scss */
.background-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
/* line 1177, ../sass/site.scss */
.background-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 1187, ../sass/site.scss */
.basic-template-content {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1187, ../sass/site.scss */
  .basic-template-content {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1187, ../sass/site.scss */
  .basic-template-content {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
  }
}

/* line 1202, ../sass/site.scss */
.grid .article-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1202, ../sass/site.scss */
  .grid .article-wrapper {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1202, ../sass/site.scss */
  .grid .article-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
  }
}
/* line 1215, ../sass/site.scss */
.grid article {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  /* line 1215, ../sass/site.scss */
  .grid article {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1221, ../sass/site.scss */
.grid article img {
  width: 100%;
}
/* line 1224, ../sass/site.scss */
.grid article .text-wrapper {
  padding: 4% 10%;
  text-align: center;
}
/* line 1227, ../sass/site.scss */
.grid article .text-wrapper h4 {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 1231, ../sass/site.scss */
.grid article .text-wrapper p {
  font-size: 11px;
  margin-bottom: 0;
}
/* line 1237, ../sass/site.scss */
.grid p {
  margin-bottom: 7.5px;
}
/* line 1240, ../sass/site.scss */
.grid .col-12 {
  padding-bottom: 0;
}

/* line 1246, ../sass/site.scss */
.mixed-grid {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1246, ../sass/site.scss */
  .mixed-grid {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 1256, ../sass/site.scss */
.mixed-grid a {
  display: block;
}
/* line 1258, ../sass/site.scss */
.mixed-grid a:hover p {
  text-decoration: underline;
}
/* line 1262, ../sass/site.scss */
.mixed-grid h2 {
  text-align: center;
}
/* line 1265, ../sass/site.scss */
.mixed-grid .large-box {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1265, ../sass/site.scss */
  .mixed-grid .large-box {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1270, ../sass/site.scss */
.mixed-grid .large-box.right .text-wrapper {
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 1270, ../sass/site.scss */
  .mixed-grid .large-box.right .text-wrapper {
    left: auto;
    right: 20px;
  }
}
/* line 1279, ../sass/site.scss */
.mixed-grid .large-box .text-wrapper {
  text-align: center;
}
/* line 1283, ../sass/site.scss */
.mixed-grid .small-box {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1283, ../sass/site.scss */
  .mixed-grid .small-box {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1288, ../sass/site.scss */
.mixed-grid .small-box .text-wrapper {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
/* line 1296, ../sass/site.scss */
.mixed-grid .small-box, .mixed-grid .large-box {
  margin-bottom: 15px;
}
/* line 1300, ../sass/site.scss */
.mixed-grid .background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 15px;
  min-height: 250px;
  position: relative;
}
/* line 1309, ../sass/site.scss */
.mixed-grid .text-wrapper {
  padding: 1%;
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 0;
  background: url("/wp-content/themes/wrights/img/full-beige-bg.svg") center no-repeat;
  background-size: contain;
  width: 210px;
  max-width: 98%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 1309, ../sass/site.scss */
  .mixed-grid .text-wrapper {
    right: auto;
    left: 20px;
  }
}
/* line 1329, ../sass/site.scss */
.mixed-grid .text-wrapper h3 {
  margin-bottom: 0;
}
/* line 1332, ../sass/site.scss */
.mixed-grid .text-wrapper p {
  font-size: 12px;
}

/* line 1337, ../sass/site.scss */
.recipe-list {
  padding-top: 45px;
  padding-bottom: 45px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1337, ../sass/site.scss */
  .recipe-list {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 1348, ../sass/site.scss */
.recipe-list ul {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 1350, ../sass/site.scss */
.recipe-list ul li {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  min-height: 409px;
}
@media only screen and (min-width: 600px) {
  /* line 1350, ../sass/site.scss */
  .recipe-list ul li {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1350, ../sass/site.scss */
  .recipe-list ul li {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1360, ../sass/site.scss */
.recipe-list ul a {
  display: block;
  color: #575756;
}
/* line 1364, ../sass/site.scss */
.recipe-list ul a:hover {
  opacity: 0.8;
}
/* line 1366, ../sass/site.scss */
.recipe-list ul a:hover p {
  text-decoration: underline;
}
/* line 1370, ../sass/site.scss */
.recipe-list ul .image-wrapper {
  height: 300px;
  overflow: hidden;
  
}
/* line 1373, ../sass/site.scss */
.recipe-list ul img {
width: 100%;
height: auto;
margin: 0 auto;
max-width: none;
display: inline-block;
vertical-align: middle;
}
.recipe-list .image-wrapper:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
margin-right: -0.3em;
}

/* line 1376, ../sass/site.scss */
.recipe-list ul .text-wrapper {
  padding: 2%;
  text-align: center;
}
/* line 1379, ../sass/site.scss */
.recipe-list ul .text-wrapper h3 {
  margin-bottom: 0;
  color: #4E5F29;
}
/* line 1383, ../sass/site.scss */
.recipe-list ul .text-wrapper p {
  font-size: 12px;
}

/* line 1390, ../sass/site.scss */
.recipe-container {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1390, ../sass/site.scss */
  .recipe-container {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
    padding: 45px 0;
  }
}
/* line 1399, ../sass/site.scss */
.recipe-container h4 {
  color: #8B394F;
}

/* line 1404, ../sass/site.scss */
.recipe-header {
  margin-bottom: 60px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 1407, ../sass/site.scss */
.recipe-header ul li {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #EDE7E1;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  color: #8B394F;
  font-family: "montserratregular", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 400px) {
  /* line 1407, ../sass/site.scss */
  .recipe-header ul li {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1407, ../sass/site.scss */
  .recipe-header ul li {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1418, ../sass/site.scss */
.recipe-header ul li span, .recipe-header ul li a {
  color: #4E5F29;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}
/* line 1425, ../sass/site.scss */
.recipe-header ul li span {
  margin-right: 15px;
}

/* line 1434, ../sass/site.scss */
.header-image {
  background-position: center;
  background-size: cover;
  min-height: 250px;
}
@media only screen and (min-width: 768px) {
  /* line 1434, ../sass/site.scss */
  .header-image {
    min-height: 445px;
  }
}

/* line 1443, ../sass/site.scss */
.ingredients, .method, .quotes {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1443, ../sass/site.scss */
  .ingredients, .method, .quotes {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 1450, ../sass/site.scss */
.ingredients {
  background: #F9F9F9;
  padding: 2% 5%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 1450, ../sass/site.scss */
  .ingredients {
    text-align: left;
  }
}
/* line 1458, ../sass/site.scss */
.ingredients ul li {
  font-size: 12px;
  color: #8B394F;
  font-family: "montserratregular", sans-serif;
  padding: 2%;
}
@media only screen and (min-width: 768px) {
  /* line 1458, ../sass/site.scss */
  .ingredients ul li {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1467, ../sass/site.scss */
  .ingredients .text-wrapper {
    float: left;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1473, ../sass/site.scss */
  .ingredients .image-wrapper {
    float: left;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 1481, ../sass/site.scss */
.method {
  padding: 5%;
}
@media only screen and (min-width: 768px) {
  /* line 1481, ../sass/site.scss */
  .method {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1488, ../sass/site.scss */
  .quotes {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1494, ../sass/site.scss */
.quote {
  border: 1px solid #EDE7E1;
  padding: 5%;
  margin-bottom: 30px;
}
/* line 1498, ../sass/site.scss */
.quote blockquote {
  background: url("/wp-content/themes/wrights/img/quote.svg") top left no-repeat;
  padding: 5% 5% 0 5%;
  line-height: 2em;
}
/* line 1503, ../sass/site.scss */
.quote cite {
  text-align: right;
  color: #8B394F;
  display: block;
}

/* line 1510, ../sass/site.scss */
.tip {
  background: #F9F9F9;
  padding: 5%;
  margin-bottom: 15px;
}
/* line 1514, ../sass/site.scss */
.tip p {
  color: #577B61;
  font-family: "Lato", sans-serif;
  font-size: 17px;
}
/* line 1519, ../sass/site.scss */
.tip h4 {
  margin-bottom: 0;
}

/* line 1524, ../sass/site.scss */
.faqs {
  padding: 5%;
  margin-bottom: 45px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1524, ../sass/site.scss */
  .faqs {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    overflow: auto;
    margin: auto;
  }
}
/* line 1534, ../sass/site.scss */
.faqs h4 {
  font-family: "montserratregular", sans-serif;
  color: #577B61;
  text-transform: none;
  letter-spacing: 0;
}
/* line 1540, ../sass/site.scss */
.faqs li {
  margin-bottom: 45px;
}

/* line 1545, ../sass/site.scss */
.blog-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  overflow: auto;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 1545, ../sass/site.scss */
  .blog-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 15px auto;
    float: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* line 1569, ../sass/site.scss */
.blog-wrapper article {
  overflow: auto;
}
/* line 1571, ../sass/site.scss */
.blog-wrapper article a {
  display: block;
  transition: all 0.3s ease;
}
/* line 1574, ../sass/site.scss */
.blog-wrapper article a img {
  opacity: 1;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
}
/* line 1580, ../sass/site.scss */
.blog-wrapper article a span {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  vertical-align: middle;
  display: none;
  transition: all 0.3s ease;
}
/* line 1593, ../sass/site.scss */
.blog-wrapper article a:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
/* line 1596, ../sass/site.scss */
.blog-wrapper article a:hover img {
  opacity: 0.3;
}
/* line 1599, ../sass/site.scss */
.blog-wrapper article a:hover span {
  display: block;
  text-decoration: underline;
}
/* line 1605, ../sass/site.scss */
.blog-wrapper article .image-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
/* line 1610, ../sass/site.scss */
.blog-wrapper article .text-wrapper {
  padding: 2%;
  float: left;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 1610, ../sass/site.scss */
  .blog-wrapper article .text-wrapper {
    flex-direction: row;
  }
}
/* line 1619, ../sass/site.scss */
.blog-wrapper article h3 {
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1619, ../sass/site.scss */
  .blog-wrapper article h3 {
    display: inline-block;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1629, ../sass/site.scss */
.blog-wrapper article .date {
  display: block;
  font-size: 11px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1629, ../sass/site.scss */
  .blog-wrapper article .date {
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: right;
    display: inline-block;
  }
}

/* line 1642, ../sass/site.scss */
.article {
  padding-top: 15px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1642, ../sass/site.scss */
  .article {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1642, ../sass/site.scss */
  .article {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 1657, ../sass/site.scss */
.article .text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1657, ../sass/site.scss */
  .article .text-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    padding: 30px;
  }
}
/* line 1665, ../sass/site.scss */
.article .text-wrapper p {
  font-size: 12px;
}
/* line 1667, ../sass/site.scss */
.article .text-wrapper p:first-child {
  font-size: 16px;
}
/* line 1672, ../sass/site.scss */
.article .image-wrapper {
  margin-bottom: 30px;
}
/* line 1676, ../sass/site.scss */
.article .images img {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-bottom: 30px;
}

/* line 1682, ../sass/site.scss */
.details {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
/* line 1687, ../sass/site.scss */
.details p {
  display: inline-block;
}
/* line 1689, ../sass/site.scss */
.details p.date {
  color: #8B394F;
  font-size: 16px;
  font-family: "montserratregular", sans-serif;
  margin: auto;
  text-align: center;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1689, ../sass/site.scss */
  .details p.date {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1701, ../sass/site.scss */
.details .share {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1701, ../sass/site.scss */
  .details .share {
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1707, ../sass/site.scss */
.details ul, .details li {
  display: inline-block;
}
/* line 1710, ../sass/site.scss */
.details.grey {
  margin-bottom: 0;
  padding: 15px 15px 30px 15px;
  float: left;
  width: 100%;
}
/* line 1715, ../sass/site.scss */
.details.grey .author {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  text-align: center;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 1715, ../sass/site.scss */
  .details.grey .author {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1723, ../sass/site.scss */
.details.grey .date {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  float: right;
  color: #333333;
  font-family: "montserratregular", sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 1723, ../sass/site.scss */
  .details.grey .date {
    width: 16.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1732, ../sass/site.scss */
.details.grey p, .details.grey ul {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 1732, ../sass/site.scss */
  .details.grey p, .details.grey ul {
    font-size: 13px;
  }
}

/* line 1742, ../sass/site.scss */
.filters {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  text-align: center;
}
/* line 1745, ../sass/site.scss */
.filters ul li {
  display: inline-block;
  padding: 15px;
}
/* line 1748, ../sass/site.scss */
.filters ul li .button {
  background: #F9F9F9;
}
/* line 1751, ../sass/site.scss */
.filters ul li .button.selected, .filters ul li .button:hover {
  background: #577B61;
  color: #ffffff;
  opacity: 1;
}

/* line 1759, ../sass/site.scss */
.shop-category-list {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  overflow: auto;
  padding: 30px 15px;
}
@media only screen and (min-width: 600px) {
  /* line 1759, ../sass/site.scss */
  .shop-category-list {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 15px auto;
    float: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1759, ../sass/site.scss */
  .shop-category-list {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 15px auto;
    float: none;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1759, ../sass/site.scss */
  .shop-category-list {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 15px auto;
    float: none;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/* line 1800, ../sass/site.scss */
.shop-category-list .image-wrapper {
  text-align: center;
  position: relative;
}
/* line 1803, ../sass/site.scss */
.shop-category-list .image-wrapper img {
  opacity: 1;
  transition: all 0.3s ease;
}
/* line 1807, ../sass/site.scss */
.shop-category-list .image-wrapper .hover-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  flex-direction: column;
  display: none;
  z-index: 10;
}
/* line 1817, ../sass/site.scss */
.shop-category-list .image-wrapper .hover-text a {
  opacity: 1;
  font-size: 12px;
  line-height: 1.4em;
}
/* line 1821, ../sass/site.scss */
.shop-category-list .image-wrapper .hover-text a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* line 1826, ../sass/site.scss */
.shop-category-list .image-wrapper .hover-text .button.pink {
  opacity: 1;
  border: 1px solid #8B394F;
}
/* line 1829, ../sass/site.scss */
.shop-category-list .image-wrapper .hover-text .button.pink:hover {
  background: none;
  opacity: 1;
  color: #8B394F;
  text-decoration: none;
}
/* line 1838, ../sass/site.scss */
.shop-category-list .text-wrapper {
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease;
}
/* line 1842, ../sass/site.scss */
.shop-category-list .text-wrapper h4 {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 1845, ../sass/site.scss */
.shop-category-list .text-wrapper h4 span {
  font-size: 14px;
  display: block;
}
/* line 1850, ../sass/site.scss */
.shop-category-list .text-wrapper .price {
  color: #8B394F;
}
/* line 1853, ../sass/site.scss */
.shop-category-list .text-wrapper .small {
  font-size: 9px;
}
/* line 1856, ../sass/site.scss */
.shop-category-list .text-wrapper p {
  font-family: "Lato", sans-serif;
  line-height: 1em;
}
/* line 1861, ../sass/site.scss */
.shop-category-list li {
  width: 100%;
  margin-bottom: 15px;
}
/* line 1865, ../sass/site.scss */
.shop-category-list li:hover .hover-text {
  display: flex;
}
/* line 1868, ../sass/site.scss */
.shop-category-list li:hover .image-wrapper img, .shop-category-list li:hover .text-wrapper {
  opacity: 0.2;
}

/* line 1873, ../sass/site.scss */
.product-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 1873, ../sass/site.scss */
  .product-wrapper {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 1873, ../sass/site.scss */
  .product-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 1890, ../sass/site.scss */
.product-wrapper .image-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 1890, ../sass/site.scss */
  .product-wrapper .image-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1897, ../sass/site.scss */
.product-wrapper .text-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1897, ../sass/site.scss */
  .product-wrapper .text-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 1903, ../sass/site.scss */
.product-wrapper .product {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
/* line 1907, ../sass/site.scss */
.product-wrapper .product .details, .product-wrapper .product .price {
  display: inline-block;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 1907, ../sass/site.scss */
  .product-wrapper .product .details, .product-wrapper .product .price {
    text-align: left;
  }
}
/* line 1916, ../sass/site.scss */
.product-wrapper .product .price {
  font-size: 20px;
  color: #8B394F;
  margin-right: 15px;
}
/* line 1921, ../sass/site.scss */
.product-wrapper .product .product-image {
  margin-bottom: 30px;
}
/* line 1924, ../sass/site.scss */
.product-wrapper .product .caption {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  /* line 1924, ../sass/site.scss */
  .product-wrapper .product .caption {
    width: 240px;
    max-width: 100%;
  }
}
/* line 1934, ../sass/site.scss */
.product-wrapper .product .details {
  font-size: 10px;
  margin-right: 15px;
}
/* line 1938, ../sass/site.scss */
.product-wrapper .product .details-wrapper {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 1938, ../sass/site.scss */
  .product-wrapper .product .details-wrapper {
    text-align: left;
  }
}
/* line 1944, ../sass/site.scss */
.product-wrapper .product .description {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 1949, ../sass/site.scss */
.product-wrapper .product .basket-wrapper {
  text-align: center;
  margin: auto;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 1949, ../sass/site.scss */
  .product-wrapper .product .basket-wrapper {
    text-align: left;
  }
}
/* line 1959, ../sass/site.scss */
.product-wrapper .product .add-to-basket {
  float: left;
}
/* line 1963, ../sass/site.scss */
.product-wrapper .product .qty {
  float: left;
  margin-right: 15px;
}
/* line 1969, ../sass/site.scss */
.product-wrapper .product .select-wrapper label {
  display: inline-block;
}
/* line 1974, ../sass/site.scss */
.product-wrapper .product h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 1974, ../sass/site.scss */
  .product-wrapper .product h2 {
    text-align: left;
  }
}

/* line 1983, ../sass/site.scss */
.info {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 1983, ../sass/site.scss */
  .info {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    flex-direction: column;
  }
}
/* line 1989, ../sass/site.scss */
.info .tabs {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 1989, ../sass/site.scss */
  .info .tabs {
    display: flex;
    flex-direction: row;
  }
}
/* line 1998, ../sass/site.scss */
.info .tabs li {
  text-align: center;
  border: 1px solid #E2E2E4;
  font-family: "montserratlight", sans-serif;
  font-size: 14px;
  padding: 15px 2%;
  cursor: pointer;
  width: 50%;
  float: left;
}
@media only screen and (min-width: 768px) {
  /* line 1998, ../sass/site.scss */
  .info .tabs li {
    flex: 1;
    width: auto;
    border-left: 0;
  }
  /* line 2011, ../sass/site.scss */
  .info .tabs li:first-child {
    border-left: 1px solid #E2E2E4;
  }
}
/* line 2015, ../sass/site.scss */
.info .tabs li.active, .info .tabs li:hover {
  color: #8B394F;
}
/* line 2021, ../sass/site.scss */
.info .tab-content {
  border: 1px solid #E2E2E4;
  border-top: 0;
  padding: 15px 5%;
  display: none;
  float: left;
  width: 100%;
  min-height: 350px;
}
/* line 2029, ../sass/site.scss */
.info .tab-content.active {
  display: block;
}
/* line 2035, ../sass/site.scss */
.info blockquote {
  padding: 5%;
  background: url("/wp-content/themes/wrights/img/quote-grey.svg") top left no-repeat;
}
/* line 2038, ../sass/site.scss */
.info blockquote cite {
  float: right;
  color: #8B394F;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 2048, ../sass/site.scss */
.recipe-block {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  border: 1px solid #E2E2E4;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 2048, ../sass/site.scss */
  .recipe-block {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
}
/* line 2058, ../sass/site.scss */
.recipe-block .text-wrapper, .recipe-block .image-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 2058, ../sass/site.scss */
  .recipe-block .text-wrapper, .recipe-block .image-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
/* line 2068, ../sass/site.scss */
.recipe-block .image-wrapper {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
/* line 2073, ../sass/site.scss */
.recipe-block .text-wrapper {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 2077, ../sass/site.scss */
.recipe-block .text-wrapper p {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #577B61;
  width: 100%;
}
/* line 2082, ../sass/site.scss */
.recipe-block .text-wrapper p:first-child {
  align-self: flex-start;
  flex: 1 0 auto;
}
/* line 2086, ../sass/site.scss */
.recipe-block .text-wrapper p:last-child {
  align-self: flex-end;
}
/* line 2090, ../sass/site.scss */
.recipe-block .text-wrapper h4 {
  flex: 1 0 auto;
  font-family: "Lato", sans-serif;
  color: #577B61;
  font-size: 18px;
}

/* line 2099, ../sass/site.scss */
.checkout-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 2099, ../sass/site.scss */
  .checkout-wrapper {
    width: 83.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2099, ../sass/site.scss */
  .checkout-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}

/* line 2116, ../sass/site.scss */
.form-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 2116, ../sass/site.scss */
  .form-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 2121, ../sass/site.scss */
.form-wrapper form {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 2126, ../sass/site.scss */
.form-wrapper h2 {
  border: 1px solid #577B61;
  background: #577B61;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 15px;
}
/* line 2134, ../sass/site.scss */
.form-wrapper h3, .form-wrapper .h3 {
  font-size: 14px;
  border: 1px solid #E2E2E4;
  padding: 7.5px 15px;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 2141, ../sass/site.scss */
.form-wrapper h3.active, .form-wrapper .h3.active {
  border: 1px solid #577B61;
  background: #577B61;
  color: #ffffff;
}
/* line 2147, ../sass/site.scss */
.form-wrapper a {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
/* line 2153, ../sass/site.scss */
.form-wrapper .form-field-wrapper {
  border: 1px solid #E2E2E4;
  padding: 7.5px 15px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
}
/* line 2159, ../sass/site.scss */
.form-wrapper .form-field-wrapper.half {
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  border: 0;
}
/* line 2163, ../sass/site.scss */
.form-wrapper .form-field-wrapper.no-border {
  border: 0;
}
/* line 2166, ../sass/site.scss */
.form-wrapper .form-field-wrapper input[type="text"], .form-wrapper .form-field-wrapper input[type="number"], .form-wrapper .form-field-wrapper input[type="email"], .form-wrapper .form-field-wrapper input[type="password"] {
  margin-bottom: 0;
  padding: 5px;
  font-family: "montserratlight", sans-serif;
  font-size: 10px;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #E2E2E4;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  /* line 2166, ../sass/site.scss */
  .form-wrapper .form-field-wrapper input[type="text"], .form-wrapper .form-field-wrapper input[type="number"], .form-wrapper .form-field-wrapper input[type="email"], .form-wrapper .form-field-wrapper input[type="password"] {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    border: 0;
  }
}
/* line 2179, ../sass/site.scss */
.form-wrapper .form-field-wrapper input[type="text"].small, .form-wrapper .form-field-wrapper input[type="number"].small, .form-wrapper .form-field-wrapper input[type="email"].small, .form-wrapper .form-field-wrapper input[type="password"].small {
  width: 16.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2183, ../sass/site.scss */
.form-wrapper .form-field-wrapper label, .form-wrapper .form-field-wrapper .label {
  margin-bottom: 0;
  font-family: "montserratlight", sans-serif;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 2183, ../sass/site.scss */
  .form-wrapper .form-field-wrapper label, .form-wrapper .form-field-wrapper .label {
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 2190, ../sass/site.scss */
.form-wrapper .form-field-wrapper label.small, .form-wrapper .form-field-wrapper .label.small {
  width: 8.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2194, ../sass/site.scss */
.form-wrapper .form-field-wrapper p {
  color: #577B61;
  font-size: 11px;
  font-family: "montserratlight", sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2201, ../sass/site.scss */
.form-wrapper .form-field-wrapper .button {
  background: #577B61;
  border: 1px solid #577B61;
  color: #ffffff;
  transition: all 0.3s ease;
  float: right;
}
/* line 2207, ../sass/site.scss */
.form-wrapper .form-field-wrapper .button:hover {
  background: none;
  color: #577B61;
}
/* line 2211, ../sass/site.scss */
.form-wrapper .form-field-wrapper .button.pink {
  background: #8B394F;
  border: 1px solid #8B394F;
}
/* line 2214, ../sass/site.scss */
.form-wrapper .form-field-wrapper .button.pink:hover {
  background: none;
  color: #8B394F;
}
/* line 2220, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice {
  padding: 0;
  position: relative;
}
/* line 2223, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice p {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding: 15px;
}
/* line 2227, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice .radio-label {
  border-left: 1px solid #E2E2E4;
  width: 40px;
  padding: 15px 0;
  position: absolute;
  color: #ffffff;
}
@media only screen and (min-width: 600px) {
  /* line 2227, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label {
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2227, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label {
    width: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2227, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label {
    width: 80px;
  }
}
/* line 2242, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice .radio-label.left {
  right: 40px;
}
@media only screen and (min-width: 600px) {
  /* line 2242, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label.left {
    right: 80px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2242, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label.left {
    right: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2242, ../sass/site.scss */
  .form-wrapper .form-field-wrapper.radio-choice .radio-label.left {
    right: 80px;
  }
}
/* line 2254, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice .radio-label.right {
  right: 0;
}
/* line 2257, ../sass/site.scss */
.form-wrapper .form-field-wrapper.radio-choice .radio-label span {
  visibility: hidden;
  width: 0;
  overflow: hidden;
  display: block;
}
/* line 2266, ../sass/site.scss */
.form-wrapper .titles {
  float: right;
}
/* line 2269, ../sass/site.scss */
.form-wrapper .title {
  font-size: 8px;
  color: #577B61;
  text-transform: uppercase;
  width: 40px;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  /* line 2269, ../sass/site.scss */
  .form-wrapper .title {
    width: 80px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2269, ../sass/site.scss */
  .form-wrapper .title {
    width: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2269, ../sass/site.scss */
  .form-wrapper .title {
    width: 80px;
  }
}
/* line 2287, ../sass/site.scss */
.form-wrapper input[type="submit"] {
  width: auto;
  text-indent: 0;
  background-image: none;
  margin: 0;
}

/* line 2296, ../sass/site.scss */
.order-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
@media only screen and (min-width: 768px) {
  /* line 2296, ../sass/site.scss */
  .order-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-left: 60px;
  }
}
/* line 2302, ../sass/site.scss */
.order-wrapper h3 {
  margin-bottom: 30px;
}
/* line 2305, ../sass/site.scss */
.order-wrapper li {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2309, ../sass/site.scss */
.order-wrapper .image-wrapper {
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2312, ../sass/site.scss */
.order-wrapper .text-wrapper {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2315, ../sass/site.scss */
.order-wrapper .close {
  width: 8.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  float: right;
  display: inline-block;
}
/* line 2319, ../sass/site.scss */
.order-wrapper .close img {
  width: 15px;
}
/* line 2324, ../sass/site.scss */
.order-wrapper h4 {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2326, ../sass/site.scss */
.order-wrapper h4 span {
  display: block;
  font-size: 14px;
}
/* line 2331, ../sass/site.scss */
.order-wrapper .price {
  color: #8B394F;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  width: 25%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2337, ../sass/site.scss */
.order-wrapper .qty {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 2342, ../sass/site.scss */
.select-wrapper {
  border: 1px solid #8B394F;
  color: #8B394F;
  padding: 7.5px;
  max-width: 100px;
  float: left;
}
/* line 2348, ../sass/site.scss */
.select-wrapper label {
  color: #8B394F;
  margin: 0;
  font-size: 11px;
  display: inline-block;
}
/* line 2354, ../sass/site.scss */
.select-wrapper select {
  font-size: 11px;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 15px;
  background: #ffffff url("/wp-content/themes/wrights/img/arrow-down-pink.svg") right center no-repeat;
}
/* line 2363, ../sass/site.scss */
.select-wrapper select::-ms-expand {
  display: none;
}

/* line 2367, ../sass/site.scss */
.signin-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 2367, ../sass/site.scss */
  .signin-wrapper {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 2377, ../sass/site.scss */
.signin-wrapper .form-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2379, ../sass/site.scss */
.signin-wrapper .form-wrapper h3 {
  text-align: left;
  border: 0;
}

/* line 2386, ../sass/site.scss */
.account-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 2386, ../sass/site.scss */
  .account-wrapper {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
    margin: auto;
    overflow: auto;
  }
}
/* line 2396, ../sass/site.scss */
.account-wrapper .form-wrapper {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2399, ../sass/site.scss */
.account-wrapper form {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin: auto;
  margin-bottom: 30px;
  float: none;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  /* line 2399, ../sass/site.scss */
  .account-wrapper form {
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: auto;
    margin-bottom: 30px;
    float: none;
    overflow: auto;
  }
}
/* line 2413, ../sass/site.scss */
.account-wrapper form.orders .form-field-wrapper {
  position: relative;
}
/* line 2416, ../sass/site.scss */
.account-wrapper form.orders .text-wrapper {
  width: 66.66667%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2419, ../sass/site.scss */
.account-wrapper form.orders .order-status {
  border-left: 1px solid #E2E2E4;
  width: 80px;
  padding: 7.5px 15px;
  position: absolute;
  color: #ffffff;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 600px) {
  /* line 2419, ../sass/site.scss */
  .account-wrapper form.orders .order-status {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2419, ../sass/site.scss */
  .account-wrapper form.orders .order-status {
    width: 100px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 2419, ../sass/site.scss */
  .account-wrapper form.orders .order-status {
    width: 160px;
  }
}

/* line 2442, ../sass/site.scss */
.timeline-wrapper {
  background: #EDE7E1;
  float: left;
  padding: 5%;
  max-width: 100%;
  overflow: hidden;
}
/* line 2449, ../sass/site.scss */
.timeline-wrapper .carousel-wrapper, .timeline-wrapper .external-image {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1000px) {
  /* line 2449, ../sass/site.scss */
  .timeline-wrapper .carousel-wrapper, .timeline-wrapper .external-image {
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    transition: width 0.5s ease;
  }
}
/* line 2456, ../sass/site.scss */
.timeline-wrapper .carousel-wrapper.wide, .timeline-wrapper .external-image.wide {
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2459, ../sass/site.scss */
.timeline-wrapper .carousel-wrapper.hidden, .timeline-wrapper .external-image.hidden {
  width: 0;
  overflow: hidden;
  height: 0;
}
/* line 2466, ../sass/site.scss */
.timeline-wrapper .external-image {
  text-align: center;
}
/* line 2468, ../sass/site.scss */
.timeline-wrapper .external-image img {
  margin: auto;
}
/* line 2472, ../sass/site.scss */
.timeline-wrapper .bx-viewport {
  border: 5px solid #EDE7E1;
  background: #EDE7E1;
}
/* line 2476, ../sass/site.scss */
.timeline-wrapper .image-wrapper {
  float: left;
}
/* line 2479, ../sass/site.scss */
.timeline-wrapper .timeline {
  float: left;
}
/* line 2481, ../sass/site.scss */
.timeline-wrapper .timeline li {
  float: left;
  background: #EDE7E1;
  position: relative;
}
/* line 2486, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(even):before {
  position: absolute;
  content: "";
  display: block;
  border-left: 1px dashed #8B394F;
  height: 220px;
  width: 1px;
  left: 10px;
  top: 20px;
}
/* line 2496, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(even):after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px dashed #8B394F;
  height: 1px;
  width: 70px;
  left: 10px;
  top: 17px;
}
/* line 2506, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(even) h3 {
  top: 1px;
  left: 100px;
}
/* line 2512, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(odd):before {
  position: absolute;
  content: "";
  display: block;
  border-left: 1px dashed #8B394F;
  height: 215px;
  width: 1px;
  left: 10px;
  bottom: 30px;
}
/* line 2522, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(odd):after {
  position: absolute;
  content: "";
  display: block;
  border-top: 1px dashed #8B394F;
  height: 1px;
  width: 65px;
  left: 10px;
  bottom: 29px;
}
/* line 2532, ../sass/site.scss */
.timeline-wrapper .timeline li:nth-child(odd) h3 {
  bottom: 0;
  left: 100px;
}
/* line 2537, ../sass/site.scss */
.timeline-wrapper .timeline li:last-child .border {
  background: none;
}
/* line 2541, ../sass/site.scss */
.timeline-wrapper .timeline li .image-wrapper {
  float: left;
  max-width: 100%;
}
/* line 2546, ../sass/site.scss */
.timeline-wrapper .timeline li .with-image .image-wrapper {
  width: 25%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2549, ../sass/site.scss */
.timeline-wrapper .timeline li .with-image p {
  width: 75%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 2552, ../sass/site.scss */
.timeline-wrapper .timeline li .with-image img {
  border-radius: 100%;
  max-width: 100px;
  margin-right: 15px;
  width: 100%;
}
/* line 2559, ../sass/site.scss */
.timeline-wrapper .timeline li h3 {
  position: absolute;
  color: #575756;
  font-size: 38px;
}
/* line 2563, ../sass/site.scss */
.timeline-wrapper .timeline li h3:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  left: -30px;
  top: 0;
  margin: auto;
  bottom: 0;
  background: #8B394F;
  border-radius: 100%;
  position: absolute;
}
/* line 2578, ../sass/site.scss */
.timeline-wrapper .timeline li p {
  float: left;
  font-size: 9px;
}
@media only screen and (min-width: 600px) {
  /* line 2578, ../sass/site.scss */
  .timeline-wrapper .timeline li p {
    font-size: 12px;
  }
}
/* line 2586, ../sass/site.scss */
.timeline-wrapper .timeline .top, .timeline-wrapper .timeline .bottom {
  float: left;
  height: 250px;
  padding: 60px 15px 60px 30px;
}
@media only screen and (min-width: 768px) {
  /* line 2586, ../sass/site.scss */
  .timeline-wrapper .timeline .top, .timeline-wrapper .timeline .bottom {
    height: 250px;
  }
}
/* line 2594, ../sass/site.scss */
.timeline-wrapper .timeline .top {
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
/* line 2600, ../sass/site.scss */
.timeline-wrapper .timeline .bottom {
  padding-top: 30px;
}
/* line 2603, ../sass/site.scss */
.timeline-wrapper .timeline .border {
  position: relative;
  float: left;
  display: block;
  background: #8B394F;
  width: 100%;
  height: 6px;
}
/* line 2610, ../sass/site.scss */
.timeline-wrapper .timeline .border:before {
  content: "";
  background: #8B394F;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -7px;
}
/* line 2622, ../sass/site.scss */
.timeline-wrapper .bx-wrapper .bx-controls-direction a {
  background: url("/wp-content/themes/wrights/img/controls-timeline.svg") no-repeat;
}
/* line 2624, ../sass/site.scss */
.timeline-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
  width: 18px;
  background-position: right;
}
/* line 2629, ../sass/site.scss */
.timeline-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
  width: 18px;
  background-position: left;
}
/* line 2633, ../sass/site.scss */
.timeline-wrapper .bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0.5;
}
/* line 2637, ../sass/site.scss */
.timeline-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction {
  float: right;
  position: relative;
  width: 20px;
}

/* line 2645, ../sass/site.scss */
footer {
  background: #EDE7E1;
  width: 100%;
  float: left;
  font-size: 11px;
}
/* line 2649, ../sass/site.scss */
footer a {
  color: #333333;
  padding: 7.5px;
  display: block;
}
/* line 2654, ../sass/site.scss */
footer label {
  font-size: 12px;
  display: block;
}
@media only screen and (min-width: 1000px) {
  /* line 2658, ../sass/site.scss */
  /*footer .pink-wrapper {
    padding: 30px;
    background: url("/wp-content/themes/wrights/img/pink-bg.svg") no-repeat center right;
    background-size: 250px;
    width: 200px;
  }*/
}
/* line 2665, ../sass/site.scss */
footer .pink-wrapper h5, footer .pink-wrapper p {
  color: #8B394F;
  font-size: 16px;
}
@media only screen and (min-width: 1000px) {
  /* line 2665, ../sass/site.scss */
  footer .pink-wrapper h5, footer .pink-wrapper p {
    color: #ffffff;
    padding-bottom: 0;
  }
}
/* line 2673, ../sass/site.scss */
footer .pink-wrapper h5 {
  font-size: 12px;
}
/* line 2678, ../sass/site.scss */
footer .left {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  /* line 2678, ../sass/site.scss */
  footer .left {
    text-align: left;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 2688, ../sass/site.scss */
footer .right {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  /* line 2688, ../sass/site.scss */
  footer .right {
    text-align: right;
    padding-right: 15px;
  }
}
/* line 2694, ../sass/site.scss */
footer .right input[type="email"] {
  margin-bottom: 0;
  width: 200px;
}
/* line 2698, ../sass/site.scss */
footer .right input[type="submit"] {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  /* line 2702, ../sass/site.scss */
  footer .col-6, footer .right {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* line 2710, ../sass/site.scss */
.bx-viewport {
  position: static !important;
  /* center to page correctly */
  border: 0 !important;
  /* border */
  -webkit-box-shadow: none !important;
  /* these two shadows */
  box-shadow: none !important;
}
/******************************** ipad landscape #il *******************************/
@media only screen and (min-width : 1025px) and (max-width:1280px) {
.bestsellers .text-wrapper h4{max-width: 125px}
}
@media only screen and (min-width : 1281px) and (max-width:1500px) {
.bestsellers .text-wrapper h4{max-width: 140px}
}

