/*!
Theme Name: Lucky Leaf
Author: JPL
Author URI: https://www.jplcreative.com
Description: The 2018 responsive WordPress theme for www.luckyleaf.com.
Version: 1.0
*/
/*
 * *************************
 * LESS VARIABLES
 * *************************
*/
/* media query variables */
/* fonts  */
/* standard colors */
/* notices */
/* brand colors */
/* brand color rgb values */
/*
 * *************************
 * KEYFRAME ANIMATIONS
 * *************************
*/
/* shine animation */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*
 * *************************
 * FLEXBOX LESS MIXINS
 * *************************
*/
/*
 * *************************
 * STANDARD TAGS
 * *************************
*/
* {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
::selection {
  background: #2c8c91;
  color: #ffffff;
}
::-moz-selection {
  background: #2c8c91;
  color: #ffffff;
}
body {
  background: #ffffff;
  color: #474747;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  margin: 0px;
  min-width: 360px;
  padding: 125px 0px 0px 0px;
  /* mac font smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 1400px) {
  body {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 980px) {
  body {
    padding-top: 0px;
  }
}
body.small-header {
  padding-top: 100px;
}
@media only screen and (max-width: 980px) {
  body.small-header {
    padding-top: 0px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #076424;
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0px 0px 12px 0px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin-top: 12px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}
h1,
h2 {
  position: relative;
}
h1.red,
h2.red {
  color: #842b3f;
}
h1.red:before,
h2.red:before {
  background: url('lib/img/type-decoration-red.svg') no-repeat;
}
h1:before,
h2:before {
  background: url('lib/img/type-decoration.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  left: -16px;
  top: -11px;
}
@media only screen and (max-width: 980px) {
  h1:before,
  h2:before {
    height: 16px;
    width: 16px;
    left: -9px;
    top: -8px;
  }
}
h1 {
  font-size: 46px;
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 34px;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 26px;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p,
form {
  margin: 25px 0px;
  padding: 0px;
}
ul,
ol {
  margin-bottom: 25px;
  margin-top: 25px;
}
a {
  color: #329fa5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sub,
sup {
  font-size: 70%;
}
hr {
  border: none;
  border-bottom: 1px solid #efefef;
}
blockquote p {
  margin: 10px 0px;
}
table {
  border-collapse: collapse;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  width: 100%;
}
table td {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0px;
  padding: 10px 20px;
  vertical-align: top;
}
.nomargin {
  margin: 0px;
}
/*
 * *************************
 * FRAMEWORK
 * *************************
*/
.container {
  margin: auto;
  position: relative;
  width: 1200px;
}
@media only screen and (max-width: 480px) {
  .container.blog-container,
  .container.search-results-container {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width: 1400px) {
  .container {
    width: 960px;
  }
}
@media only screen and (max-width: 980px) {
  .container {
    margin: 0px 10%;
    width: 80%;
  }
  header .container {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .container {
    margin: 0px 8%;
    width: 84%;
  }
  header .container {
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    margin: 0px 5%;
    width: 90%;
  }
  header .container {
    margin: 0px;
    width: 100%;
  }
}
#main-content {
  float: left;
  margin-bottom: 50px;
  padding-right: 100px;
  width: 75%;
}
@media only screen and (max-width: 980px) {
  #main-content {
    float: none;
    padding-right: 0px;
    width: 100%;
  }
}
#main-content-no-sidebar {
  margin-bottom: 50px;
}
#sidebar {
  float: left;
  padding-top: 60px;
  width: 25%;
}
@media only screen and (max-width: 980px) {
  #sidebar {
    float: none;
    padding-top: 0px;
    width: 100%;
  }
}
#sidebar .widget {
  padding-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  .blog-container #sidebar,
  .search-results-container #sidebar {
    padding: 0px 20px;
  }
}
/*
 * *************************
 * COMMON
 * *************************
*/
/* floats */
.left {
  float: left;
}
.right {
  float: right;
}
/* display */
.show {
  display: block;
}
.hide,
.hidden {
  display: none;
}
/*clear basic list formatting attributes */
.clist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/* clearfix */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/*
 * *************************
 * WORDPRESS STYLES
 * *************************
*/
/* alignments classes */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignleft {
  float: left;
  margin: 5px 25px 15px 0px;
}
@media only screen and (max-width: 980px) {
  .alignleft {
    display: block;
    float: none;
    margin: 0px 0px 15px 0px;
  }
}
.alignright {
  float: right;
  margin: 5px 0px 15px 25px;
}
@media only screen and (max-width: 980px) {
  .alignright {
    display: block;
    float: none;
    margin: 0px 0px 15px 0px;
  }
}
/* image alignments classes */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  margin: 5px 25px 15px 0px;
}
@media only screen and (max-width: 980px) {
  img.alignleft {
    display: block;
    float: none;
    margin: 0px 0px 15px 0px;
  }
}
img.alignright {
  float: right;
  margin: 5px 0px 15px 25px;
}
@media only screen and (max-width: 980px) {
  img.alignright {
    display: block;
    float: none;
    margin: 0px 0px 15px 0px;
  }
}
/* captions */
.wp-caption {
  background: #efefef;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.wp-caption img {
  display: block;
  height: auto;
  width: 100%;
}
.wp-caption p {
  margin: 0px;
}
.wp-caption .wp-caption-text {
  margin: 0px;
  padding: 15px;
}
#main-content-no-sidebar a.btn.btn-small {
  margin-bottom: 20px;
}
/* tinymce formats: Intro Copy w/ Leaves */
.intro-copy {
  font-size: 22px;
  line-height: 34px;
  margin: 0px 40% 17px 1%;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .intro-copy {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 45px 0px;
    padding: 15px 20px;
  }
}
.intro-copy:before {
  background: url('lib/img/two-leaves-alt.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 58px;
  width: 45px;
  position: absolute;
  left: -48px;
  top: -34px;
}
@media only screen and (max-width: 980px) {
  .intro-copy:before {
    height: 38px;
    width: 25px;
    left: 0px;
    top: -3px;
  }
}
.intro-copy:after {
  background: #076424;
  bottom: 0px;
  content: '';
  display: block;
  left: 0px;
  height: 3px;
  position: absolute;
  width: 130px;
}
@media only screen and (max-width: 980px) {
  .intro-copy:after {
    left: 15px;
  }
}
.intro-copy h2:before {
  display: none;
}
.intro-copy p:first-child {
  margin-top: 0px;
}
#main-content.blogger-template .intro-copy {
  margin-left: 1%;
  margin-right: 10%;
}
@media only screen and (max-width: 980px) {
  #main-content.blogger-template .intro-copy {
    margin-right: 0px;
  }
}
#main-content .intro-copy {
  margin-left: 0px;
  margin-right: 10%;
}
@media only screen and (max-width: 980px) {
  #main-content .intro-copy {
    margin-right: 0px;
  }
}
/*
 * *************************
 * FONTS
 * *************************
*/
/* Icomoon (Font Awesome Subset) ~5k */
@font-face {
  font-family: "icomoon";
  src: url("lib/font/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-recipe:before {
  content: "\e900";
}
.icon-leaf:before {
  content: "\e901";
}
.icon-search:before {
  content: "\f002";
}
.icon-print:before {
  content: "\f02f";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
/* Merriweather (Google) ~21k */
@font-face {
  font-family: "merriweather_sansregular";
  src: url("lib/font/merriweathersans-regular.woff2") format("woff2"), url("lib/font/merriweathersans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Sanchez (Google) ~25k */
@font-face {
  font-family: "sanchezregular";
  src: url("lib/font/sanchez-regular.woff2") format("woff2"), url("lib/font/sanchez-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Nautilus Pompilius (Font Squirrel) ~19k */
@font-face {
  font-family: "nautilus_pompiliusregular";
  src: url("lib/font/nautilus.woff2") format("woff2"), url("lib/font/nautilus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
 * *************************
 * BUTTONS
 * *************************
*/
.btn {
  background: #329fa5;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 28px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 980px) {
  .btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 18px;
  }
}
.btn:before {
  background: #26797e;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.2s ease-out;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  z-index: -1;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn:hover:before {
  transform: scaleY(1);
}
.btn .icon {
  padding-right: 3px;
}
.btn.btn-small {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 18px;
}
@media only screen and (max-width: 980px) {
  .btn.btn-small {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 14px;
  }
}
.btn.btn-secondary {
  background: #edf6f7;
  color: #329fa5;
}
.btn.btn-secondary:before {
  background: #329fa5;
}
.btn.btn-secondary:hover {
  color: #ffffff;
}
.btn.btn-red {
  background: #ffffff;
  color: #842b3f;
}
.btn.btn-red:before {
  background: #f0dadf;
}
#header-search-form .search-form-wrapper {
  padding-top: 14px;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  #header-search-form .search-form-wrapper {
    text-align: center;
  }
}
.searchandfilter {
  margin: 0px;
}
.searchandfilter ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.searchandfilter ul li {
  float: left;
  margin: 0px;
  padding: 0px;
}
.searchandfilter ul li.sf-field-search input {
  border-radius: 0px;
  height: 34px !important;
  padding: 2px 32px 2px 5px !important;
  -webkit-appearance: none;
}
.searchandfilter ul li.sf-field-submit {
  position: relative;
}
.searchandfilter ul li.sf-field-submit:before {
  content: '\f002';
  /* search icon */
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  left: -25px;
  position: absolute;
  top: 8px;
}
.searchandfilter ul li.sf-field-submit input {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 42px;
  margin-left: -34px;
  position: relative;
  width: 34px;
}
.grid-2col {
  float: left;
  margin-right: 2%;
  width: 48%;
}
@media only screen and (max-width: 980px) {
  .grid-2col {
    float: none;
    margin-right: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .grid-2col:first-child {
    margin-top: 0px;
  }
}
.grid-2col + .grid-2col {
  margin-left: 2%;
  margin-right: 0px;
}
@media only screen and (max-width: 980px) {
  .grid-2col + .grid-2col {
    margin-left: 0px;
  }
}
.grid-3col {
  float: left;
  margin-right: 2%;
  width: 31.33%;
}
@media only screen and (max-width: 980px) {
  .grid-3col {
    float: none;
    margin-right: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .grid-3col:first-child {
    margin-top: 0px;
  }
}
.grid-3col + .grid-3col {
  margin-left: 2%;
  margin-right: 0px;
}
@media only screen and (max-width: 980px) {
  .grid-3col + .grid-3col {
    margin-left: 0px;
  }
}
.form,
.comment-form,
.searchandfilter {
  /* input fields */
}
.form input[type=text],
.comment-form input[type=text],
.searchandfilter input[type=text],
.form select,
.comment-form select,
.searchandfilter select,
.form textarea,
.comment-form textarea,
.searchandfilter textarea {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #474747;
  font-size: 16px;
  height: 42px;
  max-width: 100%;
  padding: 5px 10px;
  transition: all 0.3s ease;
  width: 100%;
}
.form input[type=text]:focus,
.comment-form input[type=text]:focus,
.searchandfilter input[type=text]:focus,
.form select:focus,
.comment-form select:focus,
.searchandfilter select:focus,
.form textarea:focus,
.comment-form textarea:focus,
.searchandfilter textarea:focus {
  background: #ffffff;
  border-color: #afafaf;
}
.form textarea,
.comment-form textarea,
.searchandfilter textarea {
  height: 140px;
  width: 100%;
}
.form .req,
.comment-form .req,
.searchandfilter .req {
  color: #842b3f;
  font-weight: bold;
}
.form-row {
  padding-bottom: 25px;
}
.form-row:before,
.form-row:after {
  content: '';
  display: table;
}
.form-row:after {
  clear: both;
}
.form-section-hdr {
  color: #076424;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.product-note {
  color: #076424;
  display: block;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  padding-top: 10px;
}
.wpcf7-form {
  font-size: 16px;
  /* formatting, column structure */
  /* input fields */
  /* checkboxes/radio buttons */
  /* form submit button (based off of button styles) */
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #474747;
  font-size: 16px;
  height: 42px;
  padding: 5px 10px;
  transition: all 0.3s ease;
  width: 100%;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-number:focus,
.wpcf7-form .wpcf7-date:focus,
.wpcf7-form .wpcf7-select:focus,
.wpcf7-form .wpcf7-textarea:focus {
  background: #ffffff;
  border-color: #afafaf;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date {
  -webkit-appearance: none;
}
.wpcf7-form .wpcf7-textarea {
  display: block;
  min-height: 150px;
  padding: 10px;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
  padding-left: 20px;
  display: block;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 5px;
}
.wpcf7-form .nopadding .wpcf7-checkbox,
.wpcf7-form .nopadding .wpcf7-radio {
  padding-left: 0px;
}
.wpcf7-form .wpcf7-submit {
  background: #329fa5;
  border: none;
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 28px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
  transition: color 0.2s ease-out;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
  background: #26797e;
}
.req {
  color: #842b3f;
  font-weight: bold;
}
/* message handling */
.wpcf7-response-output {
  border: none !important;
  color: #ffffff;
  line-height: 22px;
  margin: 25px 0px !important;
  padding: 25px 25px 25px 50px !important;
  position: relative;
}
.invalid .wpcf7-response-output {
  background: #b80e0e;
}
.invalid .wpcf7-response-output:before {
  content: "\f06a";
  /* icon-exclamation-circle */
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  left: 18px;
  position: absolute;
  top: 24px;
}
span.wpcf7-not-valid-tip {
  background: #b80e0e;
  color: #ffffff;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding: 7px 10px;
}
.sent .wpcf7-response-output {
  background: #076424;
}
.sent .wpcf7-response-output:before {
  content: "\e901";
  /* icon-leaf */
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  left: 10px;
  position: absolute;
  top: 21px;
}
/* custom checkbox */
.checkbox-wrapper {
  padding: 3px 0px;
  position: relative;
}
.checkbox-wrapper label {
  cursor: pointer;
  display: block;
  left: -2px;
  /* mobile safari corners show otherwise */
  line-height: 20px;
  padding-left: 32px;
  padding-top: 3px;
  position: relative;
  width: 100%;
}
.checkbox-wrapper label:hover:after {
  border-color: #329fa5;
}
.checkbox-wrapper label:before {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  content: '';
  cursor: pointer;
  height: 23px;
  position: absolute;
  top: 0;
  width: 23px;
  left: 0;
}
.checkbox-wrapper label:after {
  background: transparent;
  border: 3px solid #329fa5;
  border-right: none;
  border-top: none;
  content: '';
  height: 5px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
  width: 11px;
}
.checkbox-wrapper input {
  float: left;
  opacity: 0;
}
.checkbox-wrapper input:checked + label:after {
  opacity: 1;
  border-color: #329fa5;
}
/*
 * *************************
 * HEADER
 * *************************
*/
#header {
  background: #ffffff;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  height: 125px;
  left: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1400px) {
  #header {
    height: 105px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    border-top: 1px solid #842b3f;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
  }
}
#header.search-form-expanded {
  height: 195px;
}
@media only screen and (max-width: 1400px) {
  #header.search-form-expanded {
    height: 175px;
  }
}
@media only screen and (max-width: 980px) {
  #header.search-form-expanded {
    height: auto;
  }
}
#header.search-form-expanded:before {
  top: 70px;
}
#header.search-form-expanded #header-search-form {
  margin-top: 0px;
  opacity: 1;
}
#header:before {
  background: #842b3f;
  content: "";
  height: 40px;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #header:before {
    height: 14px;
  }
}
body.admin-bar #header {
  top: 32px;
}
@media only screen and (max-width: 980px) {
  body.admin-bar #header {
    top: 0px;
  }
}
#header #header-search-form {
  background: #329fa5;
  margin-top: -70px;
  height: 70px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
body.small-header #header {
  height: 100px;
}
body.small-header #header.search-form-expanded {
  height: 175px;
}
body.small-header #header:before {
  height: 32px;
}
body.small-header #header #logo a img {
  max-height: 90px;
}
@media only screen and (max-width: 1400px) {
  body.small-header #header #logo a img {
    max-height: 80px;
  }
}
body.small-header #header #main-nav {
  padding-top: 40px;
}
body.small-header .top-nav-wrapper {
  height: 32px;
}
body.small-header .top-nav-wrapper li.search .icon {
  top: 8px;
}
body.small-header .top-nav-wrapper a {
  height: 32px;
  padding-top: 8px;
}
body.small-header #social-nav a {
  font-size: 15px;
}
#logo {
  float: left;
  margin: 0px;
  padding: 8px 0px 0px 0px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  #logo {
    float: none;
    line-height: 10px;
    padding-top: 2px;
  }
}
#logo:before {
  display: none;
}
#logo a {
  display: inline-block;
  line-height: 10px;
  text-align: center;
}
#logo a img {
  height: auto;
  /* fix blurry images that are sized */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  max-height: 110px;
  transition: all 0.3s ease;
  width: auto;
}
@media only screen and (max-width: 1400px) {
  #logo a img {
    max-height: 85px;
  }
}
@media only screen and (max-width: 980px) {
  #logo a img {
    padding-bottom: 8px;
    max-height: 68px;
  }
}
#nav {
  background: #ffffff;
  float: right;
}
@media only screen and (max-width: 980px) {
  #nav {
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  #nav-wrapper {
    background: #329fa5;
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 10;
  }
}
#main-nav {
  padding-top: 56px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  #main-nav {
    padding-top: 44px;
  }
}
@media only screen and (max-width: 980px) {
  #main-nav {
    padding-top: 0px;
  }
}
#main-nav > li {
  float: left;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #main-nav > li {
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  #main-nav > li.dropdown-mobile-open .dropdown {
    display: block;
  }
}
#main-nav > li.menu-item-has-children > a:after {
  color: #707070;
  content: '\f0d7';
  /* icon-caret-down */
  display: block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 22px;
}
@media only screen and (max-width: 980px) {
  #main-nav > li.menu-item-has-children > a:after {
    color: #ffffff;
    right: 25px;
  }
}
#main-nav > li.menu-item-has-children > a:hover:after,
#main-nav > li.menu-item-has-children > a.hover:after {
  content: '\f0d8';
  /* icon-caret-up */
}
#main-nav > li > a {
  color: #842b3f;
  display: block;
  font-size: 20px;
  line-height: 24px;
  padding: 16px 22px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  #main-nav > li > a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 980px) {
  #main-nav > li > a {
    color: #ffffff;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
#main-nav > li > a:hover,
#main-nav > li > a.hover {
  color: #329fa5;
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  #main-nav > li > a:hover,
  #main-nav > li > a.hover {
    color: #ffffff;
  }
}
#main-nav > li > a.mobile-active:after {
  content: '\f0d8';
  /* icon-caret-up */
}
.dropdown {
  background: #ffffff;
  display: none;
  left: -10px;
  padding: 20px 0px;
  position: absolute;
  width: 280px;
  z-index: 10;
}
@media only screen and (max-width: 980px) {
  .dropdown {
    background: #e0f5f6;
    left: auto;
    padding: 0px;
    position: relative;
    width: auto;
  }
}
.dropdown .dropdown-nav li.mobile-only {
  display: none;
}
@media only screen and (max-width: 980px) {
  .dropdown .dropdown-nav li.mobile-only {
    display: block;
  }
}
.dropdown .dropdown-nav li a {
  color: #842b3f;
  display: block;
  font-size: 17px;
  line-height: 26px;
  padding: 12px 25px 12px 35px;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .dropdown .dropdown-nav li a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .dropdown .dropdown-nav li a {
    color: #329fa5;
    padding: 12px 25px 12px 40px;
  }
}
.dropdown .dropdown-nav li a:hover {
  color: #329fa5;
}
.top-nav-wrapper {
  background: #842b3f;
  height: 40px;
  left: 0px;
  position: absolute;
  text-align: right;
  transition: all 0.3s ease;
  top: 0px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .top-nav-wrapper {
    background: #329fa5;
    height: auto;
    left: auto;
    position: relative;
    text-align: left;
    top: auto;
  }
}
.top-nav-wrapper li {
  float: left;
}
@media only screen and (max-width: 980px) {
  .top-nav-wrapper li {
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  .top-nav-wrapper li.search {
    display: none;
  }
}
.top-nav-wrapper li.search a {
  padding-right: 32px;
}
.top-nav-wrapper li.search a.open {
  background: #329fa5;
}
.top-nav-wrapper li.search .icon {
  position: absolute;
  right: 13px;
  top: 12px;
  transition: all 0.3s ease;
}
.top-nav-wrapper li a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  height: 40px;
  min-width: 28px;
  padding: 12px 15px 0px 15px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 980px) {
  .top-nav-wrapper li a {
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    min-width: 0px;
    padding: 14px 22px;
    text-align: left;
  }
}
.top-nav-wrapper li a:hover {
  background: #329fa5;
  text-decoration: none;
}
#top-nav {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 980px) {
  #top-nav {
    float: none;
    margin-left: 0px;
  }
}
#social-nav {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 980px) {
  #social-nav {
    background: #2c8c91;
    float: none;
    margin-left: 0px;
  }
}
#social-nav a {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 980px) {
  #social-nav a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 22px;
  }
}
#social-nav a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 980px) {
  #social-nav a .icon {
    position: absolute;
    right: 27px;
  }
  #social-nav a .icon.icon-facebook-f {
    right: 30px;
  }
}
#social-nav a .txt {
  display: none;
}
@media only screen and (max-width: 980px) {
  #social-nav a .txt {
    display: inline;
  }
}
/*
 * *************************
 * HEADER - NAVICON (MOBILE)
 * *************************
*/
#navicon {
  color: #329fa5;
  display: none;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 71px;
  left: 0px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -1px;
  width: 70px;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 980px) {
  #navicon {
    display: block;
  }
}
#navicon:before,
#navicon:after,
#navicon span.brd {
  background: #329fa5;
  content: "";
  height: 3px;
  position: absolute;
  right: 17px;
  width: 35px;
  transition: background 0.3s ease;
}
#navicon:before {
  top: 24px;
  transition: all 0.3s ease;
}
#navicon:after {
  top: 40px;
  transition: all 0.3s ease;
}
#navicon span.brd {
  top: 32px;
}
#navicon span.txt {
  display: block;
  padding-top: 46px;
  position: relative;
  z-index: 2;
}
#navicon.open {
  background: #329fa5;
  color: #ffffff;
}
#navicon.open:before {
  background: #ffffff;
  width: 28px;
  transform: rotate(-45deg) translate(-4px, 1px);
}
#navicon.open:after {
  background: #ffffff;
  width: 28px;
  transform: rotate(45deg) translate(-10px, -7px);
}
#navicon.open span.brd {
  display: none;
}
#searchicon {
  color: #329fa5;
  display: none;
  font-size: 12px;
  height: 70px;
  padding-top: 20px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: 0px;
  width: 70px;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 980px) {
  #searchicon {
    display: block;
  }
}
#searchicon span.icon {
  font-size: 24px;
  left: 24px;
  position: absolute;
  top: 19px;
}
#searchicon span.txt {
  display: block;
  padding-top: 25px;
  position: relative;
  z-index: 2;
}
#searchicon.open {
  background: #329fa5;
  color: #ffffff;
}
/*
 * *************************
 * HEADER: FEATURED IMAGE
 * *************************
*/
#featured-image {
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}
#featured-image img {
  display: block;
  height: auto;
  width: 100%;
}
#featured-image #featured-image-copy {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #featured-image #featured-image-copy {
    display: block;
    position: relative;
    top: auto;
  }
}
#featured-image a {
  color: #ffffff;
  text-decoration: underline;
}
#featured-image .title {
  color: #ffffff;
  display: inline-block;
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 12px;
  margin-top: -35px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #featured-image .title {
    color: #076424;
    font-size: 38px;
    line-height: 38px;
    margin-top: 0px;
    padding: 15px 0px;
  }
}
#featured-image .title:before {
  display: none;
}
#featured-image .title:after {
  background: url('lib/img/two-leaves-title-white.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 60px;
  position: absolute;
  right: -40px;
  top: -24px;
  width: 60px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  #featured-image .title:after {
    display: none;
  }
}
#featured-image .author-date {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0px;
}
@media only screen and (max-width: 980px) {
  #featured-image .author-date {
    color: #076424;
    font-size: 14px;
  }
}
@media only screen and (max-width: 980px) {
  #featured-image .curve {
    display: none;
  }
}
/*
 * *************************
 * HOME PAGE: CAROUSEL
 * *************************
*/
.curve {
  bottom: -1px;
  display: block;
  left: 0px;
  position: absolute;
  width: 100%;
}
#home-carousel-wrapper {
  margin: -85px auto 0px auto;
  max-width: 1920px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #home-carousel-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 980px) {
  #home-carousel-wrapper .curve {
    display: none;
  }
}
#home-carousel {
  background: #efefef url('lib/img/texture.jpg') repeat;
  visibility: hidden;
}
#home-carousel.slick-initialized {
  visibility: visible;
}
#home-carousel .carousel-slide {
  overflow: hidden;
  position: relative;
}
#home-carousel .carousel-slide img {
  display: block;
  height: auto;
  width: 100%;
}
#home-carousel .carousel-slide .video-wrapper {
  background: #000000;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#home-carousel .carousel-slide .video-wrapper video {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#home-carousel .slick-prev,
#home-carousel .slick-next {
  height: 76px;
  margin-top: -38px;
  padding: 0px;
  width: 76px;
}
@media only screen and (max-width: 980px) {
  #home-carousel .slick-prev,
  #home-carousel .slick-next {
    display: none !important;
  }
}
#home-carousel .slick-prev:hover:before,
#home-carousel .slick-next:hover:before {
  padding-right: 8px;
}
#home-carousel .slick-prev:before,
#home-carousel .slick-next:before {
  font-size: 76px;
  transition: all 0.3s ease;
}
#home-carousel .slick-next {
  left: auto;
  right: 0px;
}
#home-carousel .slick-next:hover:before {
  padding-left: 8px;
  padding-right: 0px;
}
.carousel-text-wrapper {
  position: absolute;
  top: 85px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper {
    top: 0px;
  }
}
.carousel-text-wrapper:before {
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  /* workaround: .carousel-text background and copy disppears on cloned slick item in chrome */
  transform: translateZ(0);
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper {
    position: relative;
    top: auto;
  }
}
.carousel-text-wrapper .container {
  height: 100%;
  z-index: 5;
}
.carousel-text {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  max-width: 800px;
  padding: 40px 60px 45px 60px;
  position: absolute;
  /* workaround: .carousel-text background and copy disppears on cloned slick item in chrome */
  transform: translateZ(0);
}
@media only screen and (max-width: 1400px) {
  .carousel-text {
    padding: 30px 50px 35px 50px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text {
    background: none;
    padding: 25px 10px;
    position: relative;
  }
}
.carousel-text h2 {
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-size: 104px;
  color: #076424;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text h2 {
    font-size: 74px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text h2 {
    font-size: 40px;
    padding-bottom: 0px;
  }
}
.carousel-text h2:before {
  display: none;
}
.carousel-text h2 .line1 {
  position: relative;
}
.carousel-text h2 .line1:before {
  background: url('lib/img/two-leaves.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 60px;
  left: -44px;
  position: absolute;
  top: -25px;
  width: 70px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text h2 .line1:before {
    height: 32px;
    left: -30px;
    top: -11px;
    width: 40px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text h2 .line1:before {
    height: 24px;
    left: -15px;
    width: 24px;
  }
}
.carousel-text h2 .line1-small {
  line-height: 88px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text h2 .line1-small {
    line-height: 78px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text h2 .line1-small {
    line-height: 74px;
  }
}
.carousel-text h2 .line1-large {
  line-height: 150px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text h2 .line1-large {
    line-height: 104px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text h2 .line1-large {
    line-height: 74px;
  }
}
.carousel-text h2 .line2 {
  display: block;
  font-size: 38px;
  line-height: 24px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text h2 .line2 {
    font-size: 26px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text h2 .line2 {
    line-height: 26px;
  }
}
.carousel-text .cta {
  bottom: -20px;
  margin: 0px;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .carousel-text .cta {
    bottom: auto;
    margin-top: 15px;
    position: relative;
  }
}
.carousel-text .cta a {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .carousel-text .cta a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text .cta a {
    display: inline-block;
  }
}
.carousel-text-wrapper.location-top-left.transparent-background:before,
.carousel-text-wrapper.location-top-right.transparent-background:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50&0.5+0,0+50 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-top-left.transparent-background:before,
  .carousel-text-wrapper.location-top-right.transparent-background:before {
    background: none;
  }
}
.carousel-text-wrapper.location-top-left.transparent-background .carousel-text,
.carousel-text-wrapper.location-top-right.transparent-background .carousel-text {
  background: none;
}
.carousel-text-wrapper.location-top-left.transparent-background .carousel-text h2,
.carousel-text-wrapper.location-top-right.transparent-background .carousel-text h2 {
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-top-left.transparent-background .carousel-text h2,
  .carousel-text-wrapper.location-top-right.transparent-background .carousel-text h2 {
    color: #076424;
  }
}
.carousel-text-wrapper.location-top-left.transparent-background .carousel-text h2 .line1:before,
.carousel-text-wrapper.location-top-right.transparent-background .carousel-text h2 .line1:before {
  background: url('lib/img/two-leaves-white.svg') no-repeat;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-top-left.transparent-background .carousel-text h2 .line1:before,
  .carousel-text-wrapper.location-top-right.transparent-background .carousel-text h2 .line1:before {
    background: url('lib/img/two-leaves.svg') no-repeat;
  }
}
.carousel-text-wrapper.location-top-left .carousel-text,
.carousel-text-wrapper.location-top-right .carousel-text {
  top: 95px;
  left: 0px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text-wrapper.location-top-left .carousel-text,
  .carousel-text-wrapper.location-top-right .carousel-text {
    top: 70px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-top-left .carousel-text,
  .carousel-text-wrapper.location-top-right .carousel-text {
    top: auto;
    left: auto;
  }
}
.carousel-text-wrapper.location-top-right .carousel-text {
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-top-right .carousel-text {
    right: auto;
  }
}
.carousel-text-wrapper.location-bottom-left.transparent-background:before,
.carousel-text-wrapper.location-bottom-right.transparent-background:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50&0.5+0,0+50 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-bottom-left.transparent-background:before,
  .carousel-text-wrapper.location-bottom-right.transparent-background:before {
    background: none;
  }
}
.carousel-text-wrapper.location-bottom-left.transparent-background .carousel-text,
.carousel-text-wrapper.location-bottom-right.transparent-background .carousel-text {
  background: none;
}
.carousel-text-wrapper.location-bottom-left.transparent-background .carousel-text h2,
.carousel-text-wrapper.location-bottom-right.transparent-background .carousel-text h2 {
  color: #ffffff;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-bottom-left.transparent-background .carousel-text h2,
  .carousel-text-wrapper.location-bottom-right.transparent-background .carousel-text h2 {
    color: #076424;
  }
}
.carousel-text-wrapper.location-bottom-left.transparent-background .carousel-text h2 .line1:before,
.carousel-text-wrapper.location-bottom-right.transparent-background .carousel-text h2 .line1:before {
  background: url('lib/img/two-leaves-white.svg') no-repeat;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-bottom-left.transparent-background .carousel-text h2 .line1:before,
  .carousel-text-wrapper.location-bottom-right.transparent-background .carousel-text h2 .line1:before {
    background: url('lib/img/two-leaves.svg') no-repeat;
  }
}
.carousel-text-wrapper.location-bottom-left .carousel-text,
.carousel-text-wrapper.location-bottom-right .carousel-text {
  bottom: 170px;
  left: 0px;
}
@media only screen and (max-width: 1400px) {
  .carousel-text-wrapper.location-bottom-left .carousel-text,
  .carousel-text-wrapper.location-bottom-right .carousel-text {
    bottom: 150px;
  }
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-bottom-left .carousel-text,
  .carousel-text-wrapper.location-bottom-right .carousel-text {
    bottom: auto;
    left: auto;
  }
}
.carousel-text-wrapper.location-bottom-right .carousel-text {
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 980px) {
  .carousel-text-wrapper.location-bottom-right .carousel-text {
    right: auto;
    display: none;
  }
}
/*
 * *************************
 * HOME PAGE: RECIPE SECTIONS
 * *************************
*/
.recipe-section {
  overflow: hidden;
  position: relative;
}
.recipe-section.recipe-section-gray {
  background: #efefef url('lib/img/texture.jpg') repeat;
  padding-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  .recipe-section.recipe-section-gray {
    padding-bottom: 0px;
  }
}
.recipe-section .container {
  padding: 90px 0px;
}
@media only screen and (max-width: 980px) {
  .recipe-section .container {
    padding: 40px 0px;
  }
}
.recipe-section .recipe-content {
  position: relative;
  z-index: 2;
}
.recipe-leaves-right .container:after {
  background: url('lib/img/two-leaves-light.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 500px;
  position: absolute;
  right: -130px;
  top: -5px;
  width: 500px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .recipe-leaves-right .container:after {
    height: 300px;
    right: -60px;
    top: 20px;
    width: 300px;
  }
}
.recipe-leaves-left .container:after {
  background: url('lib/img/two-leaves-light-alt.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 520px;
  left: -235px;
  position: absolute;
  top: 50px;
  width: 520px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .recipe-leaves-left .container:after {
    height: 350px;
    left: -155px;
    top: 50px;
    width: 350px;
  }
}
.recipe-section-copy {
  text-align: center;
  margin: auto;
  width: 800px;
}
@media only screen and (max-width: 980px) {
  .recipe-section-copy {
    width: auto;
  }
}
.recipe-section-copy h3 {
  font-size: 50px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 980px) {
  .recipe-section-copy h3 {
    font-size: 34px;
  }
}
.recipe-section-copy h3 span {
  position: relative;
}
.recipe-section-copy h3 span:before {
  background: url('lib/img/type-decoration.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 32px;
  left: -15px;
  position: absolute;
  top: -7px;
  width: 32px;
}
@media only screen and (max-width: 980px) {
  .recipe-section-copy h3 span:before {
    height: 20px;
    left: -13px;
    top: -5px;
    width: 20px;
  }
}
.recipe-section-copy p {
  font-size: 20px;
  margin: 0px 0px 25px 0px;
}
.recipe-section-list {
  display: flex;
  flex-wrap: wrap;
}
.recipe-section-list li {
  margin: 0px 0.9%;
  /* IE 11: https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31.3%;
  /* sub-pixel rendering bug in safari (33.33 doesn't work, fallback to 33.30) */
}
@media only screen and (max-width: 760px) {
  .recipe-section-list li {
    margin: 0px;
    width: 100%;
  }
}
.recipe-section-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.recipe-section-list li a:hover {
  color: #842b3f;
  text-decoration: none;
}
.recipe-section-list li a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.recipe-section-list li a:hover .recipe-img {
  border-color: #e5e3e3;
}
.recipe-section-list li a:hover img {
  transform: scale(1.1);
}
.recipe-section-list li a:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  content: '';
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.recipe-section-list img {
  outline: 1px dotted orange;
  display: block;
  height: auto;
  transition: all 0.3s ease;
  width: 100%;
}
#share-recipe-sidebar .recipe-section-list li {
  margin: 0px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .recipe-listings-wrapper .recipe-section-list li {
    width: 48%;
  }
}
@media only screen and (max-width: 760px) {
  .recipe-listings-wrapper .recipe-section-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .blogger-template .recipe-section-list li {
    width: 48%;
  }
}
@media only screen and (max-width: 760px) {
  .blogger-template .recipe-section-list li {
    width: 100%;
  }
}
.recipe-img {
  border: 5px solid transparent;
  margin: 0px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.recipe-img .has-video {
  background: #329fa5;
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.recipe-img .has-video:before {
  border-bottom: 40px solid #329fa5;
  border-left: 40px solid transparent;
  border-right: 40px solid #329fa5;
  border-top: 40px solid transparent;
  bottom: 0px;
  content: "";
  display: block;
  position: absolute;
  right: 0px;
}
.recipe-img .has-video .icon {
  bottom: 9px;
  color: #ffffff;
  font-size: 28px;
  padding-right: 10px;
  position: absolute;
  right: 1px;
}
.recipe-rating {
  line-height: 10px;
  padding: 10px 0px 3px 15px;
}
.recipe-title {
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 35px 0px;
  padding-top: 5px;
  padding-left: 18px;
  position: relative;
}
.recipe-title .icon {
  font-size: 14px;
  left: 7px;
  position: absolute;
  top: 9px;
}
/*
 * *************************
 * HOME PAGE: PROMOTION
 * *************************
*/
#home-promo-wrapper {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #home-promo-wrapper {
    margin-bottom: 25px;
  }
}
.promo-slide {
  overflow: hidden;
  position: relative;
}
.promo-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.promo-slide .promo-text-wrapper {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .promo-slide .promo-text-wrapper {
    position: relative;
    top: auto;
  }
}
.promo-slide .promo-text-wrapper .container {
  height: 100%;
  z-index: 5;
}
@supports (object-fit: cover) {
  .promo-slide {
    max-height: 740px;
  }
  .promo-slide img {
    object-fit: cover;
    width: 100%;
  }
}
.promo-text {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  max-width: 800px;
  padding: 40px 60px 45px 60px;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .promo-text {
    padding: 25px 10px 25px 10px;
    position: relative;
  }
}
.promo-text.location-top-left {
  top: 70px;
  left: 0px;
}
@media only screen and (max-width: 980px) {
  .promo-text.location-top-left {
    top: auto;
    left: auto;
  }
}
.promo-text.location-top-right {
  top: 70px;
  right: 0px;
}
@media only screen and (max-width: 980px) {
  .promo-text.location-top-right {
    top: auto;
    right: auto;
  }
}
.promo-text.location-bottom-left {
  bottom: 120px;
  left: 0px;
}
@media only screen and (max-width: 980px) {
  .promo-text.location-bottom-left {
    bottom: auto;
    left: auto;
  }
}
.promo-text.location-bottom-right {
  bottom: 170px;
  right: 0px;
}
@media only screen and (max-width: 980px) {
  .promo-text.location-bottom-right {
    bottom: auto;
    right: auto;
  }
}
.promo-text h3 {
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-size: 46px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .promo-text h3 {
    font-size: 34px;
  }
}
.promo-text h3:before {
  background: url('lib/img/type-decoration.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 26px;
  width: 26px;
  position: absolute;
  left: -16px;
  top: -11px;
}
@media only screen and (max-width: 980px) {
  .promo-text h3:before {
    height: 20px;
    left: -13px;
    top: -5px;
    width: 20px;
  }
}
.promo-text p {
  font-size: 20px;
  margin: 0px 0px 15px 0px;
}
@media only screen and (max-width: 980px) {
  .promo-text p {
    font-size: 16px;
  }
}
.promo-text .cta {
  bottom: -20px;
  margin: 0px;
  position: absolute;
}
@media only screen and (max-width: 980px) {
  .promo-text .cta {
    bottom: auto;
    position: relative;
  }
}
.promo-text .cta a {
  display: block;
}
@media only screen and (max-width: 980px) {
  .promo-text .cta a {
    display: inline-block;
  }
}
/*
 * *************************
 * HOME PAGE: CALLOUT
 * *************************
*/
.home-callout {
  padding-bottom: 120px;
  padding-top: 50px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .home-callout {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 980px) {
  .home-callout {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.home-callout:after {
  background: url('lib/img/leaf-pattern.png') repeat center center;
  bottom: 0px;
  content: "";
  height: 115px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .home-callout:after {
    height: 75px;
  }
}
@media only screen and (max-width: 980px) {
  .home-callout:after {
    height: 50px;
  }
}
.home-callout .container {
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .home-callout .container {
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .home-callout .container {
    padding-bottom: 60px;
  }
}
.home-callout .copy {
  background: #ffffff;
}
@media only screen and (max-width: 980px) {
  .home-callout .copy {
    padding: 0px 20px;
  }
}
.home-callout .img {
  float: right;
  margin: 0px;
}
@media only screen and (max-width: 1400px) {
  .home-callout .img {
    max-width: 340px;
  }
}
@media only screen and (max-width: 980px) {
  .home-callout .img {
    float: none;
  }
}
@media only screen and (max-width: 1400px) {
  .home-callout .img img {
    height: auto;
    width: 100%;
  }
}
.home-callout h4 {
  font-size: 50px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .home-callout h4 {
    font-size: 34px;
  }
}
.home-callout h4:before {
  background: url('lib/img/two-leaves-alt.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 48px;
  width: 35px;
  position: absolute;
  left: -30px;
  top: -16px;
}
@media only screen and (max-width: 980px) {
  .home-callout h4:before {
    height: 35px;
    width: 25px;
    left: -22px;
    top: -16px;
  }
}
.home-callout p {
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .home-callout p {
    font-size: 16px;
  }
}
/*
 * *************************
 * CONTENT: MODULES
 * *************************
*/
.module {
  margin: 25px 0px;
}
.module.module-home {
  font-size: 20px;
}
/*
 * *************************
 * RECIPE LISTINGS
 * *************************
*/
.recipe-listings-wrapper {
  margin-bottom: 60px;
}
.recipe-filters-col {
  float: left;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  width: 28%;
}
@media only screen and (max-width: 1400px) {
  .recipe-filters-col {
    width: 38%;
  }
}
@media only screen and (max-width: 980px) {
  .recipe-filters-col {
    float: none;
    width: auto;
  }
}
.recipe-filters-col .filter-category {
  margin-bottom: 0px;
}
.recipe-filters-col .filter-category a {
  display: block;
}
.recipe-filters-col .filter-category a:hover {
  text-decoration: none;
}
.recipe-filters-col .filter-category a span {
  font-size: 14px;
}
.recipe-filters-col .filter-category-options {
  padding: 10px 0px 0px 17px;
}
.recipe-filters-col label {
  transition: all 0.3s ease;
}
.recipe-filters-col input:checked + label {
  color: #329fa5;
}
#recipe-filters-form {
  background: #efefef url('lib/img/texture.jpg') repeat;
  margin: 0px 40px 0px 0px;
  padding: 25px;
}
@media only screen and (max-width: 980px) {
  #recipe-filters-form {
    margin-right: 0px;
    padding: 15px 25px;
  }
}
#recipe-filters-form h2 {
  margin: 10px 0px 0px 0px;
}
@media only screen and (max-width: 980px) {
  #recipe-filters-form h2 .txt {
    cursor: pointer;
  }
}
#recipe-filters-form h2 .icon-minus-circle,
#recipe-filters-form h2 .icon-plus-circle {
  color: #076424;
  display: none;
  font-size: 18px;
  padding-top: 5px;
}
@media only screen and (max-width: 980px) {
  #recipe-filters-form h2 .icon-minus-circle,
  #recipe-filters-form h2 .icon-plus-circle {
    display: inline;
  }
}
@media only screen and (max-width: 980px) {
  #recipe-filters-form .recipe-filters-wrapper {
    display: none;
  }
}
.clear-filter-styled {
  float: right;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-top: 7px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.clear-filter-styled:hover {
  color: #842b3f;
  text-decoration: none;
}
.recipe-listings-col {
  float: left;
  padding-top: 20px;
  width: 72%;
}
@media only screen and (max-width: 1400px) {
  .recipe-listings-col {
    width: 62%;
  }
}
@media only screen and (max-width: 980px) {
  .recipe-listings-col {
    float: none;
    width: auto;
  }
}
.recipe-listings-col .recipe-img .has-video:before {
  border-bottom: 30px solid #329fa5;
  border-left: 30px solid transparent;
  border-right: 30px solid #329fa5;
  border-top: 30px solid transparent;
}
.recipe-listings-col .recipe-img .has-video .icon {
  bottom: 7px;
  font-size: 22px;
  padding-right: 7px;
  right: 0px;
}
.no-results {
  background: #fcf0f0;
  padding: 30px;
}
.sort-by-wrapper {
  margin: 0px 1%;
  padding: 10px 5px;
}
@media only screen and (max-width: 980px) {
  .sort-by-wrapper {
    margin: 0px;
    text-align: center;
  }
}
.sort-by-wrapper .recipe-total {
  float: left;
  height: 42px;
  padding-top: 9px;
}
@media only screen and (max-width: 980px) {
  .sort-by-wrapper .recipe-total {
    float: none;
    height: auto;
    margin-bottom: 15px;
    padding: 0px;
  }
}
.sort-by-wrapper .sort-by {
  float: right;
}
@media only screen and (max-width: 980px) {
  .sort-by-wrapper .sort-by {
    float: none;
  }
}
@media only screen and (max-width: 980px) {
  .sort-by-wrapper .sort-by span {
    display: block;
  }
}
.sort-by-wrapper select {
  width: auto;
}
/*
 * *************************
 * RECIPE CONTENT
 * *************************
*/
#recipe-content {
  margin-top: -20px;
  overflow: hidden;
}
.curve-img-mask {
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .curve-img-mask {
    display: none;
  }
}
.recipe-intro-col1 {
  float: left;
  padding-right: 60px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .recipe-intro-col1 {
    float: none;
    padding-right: 0px;
    width: 100%;
  }
}
.recipe-intro-col2 {
  float: left;
  padding-top: 70px;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .recipe-intro-col2 {
    float: none;
    padding-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .recipe-intro-col2 h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
.recipe-description {
  font-size: 18px;
  min-height: 80px;
}
@media only screen and (max-width: 980px) {
  .recipe-description {
    min-height: 0px;
  }
}
#recipe-carousel {
  position: relative;
  visibility: hidden;
  /* prev/next buttons */
  /* dots */
}
#recipe-carousel.slick-initialized {
  visibility: visible;
}
#recipe-carousel .recipe-slide img {
  display: block;
  height: auto;
  width: 100%;
}
#recipe-carousel .slick-prev,
#recipe-carousel .slick-next {
  height: 46px;
  margin-top: -23px;
  padding-right: 15px;
  width: 46px;
}
#recipe-carousel .slick-prev:before,
#recipe-carousel .slick-next:before {
  font-size: 46px;
}
#recipe-carousel .slick-next {
  left: auto;
  right: 0px;
}
#recipe-carousel .slick-next:before {
  padding-left: 15px;
  padding-right: 0px;
}
#recipe-carousel .slick-dots {
  float: left;
  margin-top: -20px;
  position: relative;
  left: 50%;
}
#recipe-carousel .slick-dots li {
  left: left;
  position: relative;
}
#recipe-carousel .slick-dots li.slick-active button {
  background: #ffffff;
}
#recipe-carousel .slick-dots li button {
  border: 1px solid #ffffff;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  width: 10px;
}
.rating-text-wrapper {
  font-size: 14px;
  line-height: 20px;
}
.rating-text-wrapper .rating {
  float: left;
  padding-right: 10px;
}
@media only screen and (max-width: 980px) {
  .rating-text-wrapper .rating {
    float: none;
    padding-right: 0px;
  }
}
.rating-text-wrapper .rating svg {
  height: 18px;
  margin-right: 1px;
  width: 18px;
}
.rating-text-wrapper .rating-text {
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 980px) {
  .rating-text-wrapper .rating-text {
    float: none;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .rating-text-wrapper .print-recipe {
    padding: 20px 0px;
  }
}
.filter-wrapper {
  float: left;
}
@media only screen and (max-width: 980px) {
  .filter-wrapper {
    float: none;
  }
}
.filter-list {
  margin-right: 20px;
}
.filter-list li {
  float: left;
  margin-right: 2px;
}
.filter-list .icon-wrapper {
  background: #329fa5;
  border-radius: 20px;
  padding: 1px;
}
.filter-list .icon {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 34px;
  padding-top: 5px;
  text-align: center;
  width: 34px;
}
.filter-list img {
  height: 21px;
  width: 21px;
}
.share-recipe-list-wrapper {
  background: #efefef;
  border-radius: 20px;
  float: left;
  padding: 0px 30px;
  width: 230px;
}
@media only screen and (max-width: 980px) {
  .share-recipe-list-wrapper {
    float: none;
    margin-top: 15px;
  }
}
.share-recipe-list-wrapper p {
  color: #474747;
  float: left;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 28px;
  margin: 0px;
  padding: 9px 15px 0px 0px;
  text-transform: uppercase;
}
.share-recipe-list li {
  float: left;
}
.share-recipe-list a {
  display: block;
  height: 36px;
  min-width: 28px;
  padding: 6px 5px 0px 5px;
  text-align: center;
  transition: all 0.3s ease;
}
.share-recipe-list a:hover {
  background: #329fa5;
  color: #ffffff;
  text-decoration: none;
}
.share-recipe-list a .txt {
  display: none;
}
.quick-facts-wrapper {
  background: #efefef url('lib/img/texture.jpg') repeat;
  margin: 60px 0px;
  overflow: hidden;
  padding: 30px 20px;
}
@media only screen and (max-width: 980px) {
  .quick-facts-wrapper {
    margin: 30px 0px;
  }
}
.quick-facts-list {
  float: left;
  left: 50%;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .quick-facts-list {
    float: none;
    left: auto;
  }
}
.quick-facts-list li {
  float: left;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  left: -50%;
  margin: 0px 40px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .quick-facts-list li {
    float: none;
    left: auto;
    margin: 10px 40px;
  }
}
.quick-facts-list li.total-time {
  display: none;
}
.quick-facts-list img {
  display: block;
  height: 48px;
  margin: auto;
  width: auto;
}
.quick-facts-list .icon {
  height: 48px;
}
.quick-facts-list .label {
  border-bottom: 1px solid #842b3f;
  color: #842b3f;
  display: block;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.quick-facts-list .value {
  color: #000000;
  display: block;
  font-size: 24px;
}
.quick-facts-list .min {
  font-size: 16px;
}
.ingredients-preparation-wrapper {
  font-size: 18px;
  margin: 60px 0px;
}
.ingredients-preparation-wrapper h3,
.ingredients-preparation-wrapper h4 {
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding-top: 20px;
}
.ingredients-preparation-wrapper h3 {
  color: #842b3f;
  font-size: 20px;
}
.ingredients-preparation-wrapper h4 {
  color: #076424;
  font-size: 16px;
}
.ingredients-preparation-wrapper .footnote {
  font-size: 14px;
  margin-top: 5px;
}
.ingredients-preparation-wrapper a {
  text-decoration: underline;
}
.ingredients-preparation-wrapper a:hover {
  color: #26797e;
  text-decoration: none;
}
.ingredients-col {
  float: left;
  width: 34%;
}
@media only screen and (max-width: 980px) {
  .ingredients-col {
    float: none;
    margin-bottom: 35px;
    width: 100%;
  }
}
.ingredient-list li {
  line-height: 24px;
  padding: 10px 0px;
}
.ingredient-list li:before,
.ingredient-list li:after {
  content: '';
  display: table;
}
.ingredient-list li:after {
  clear: both;
}
.ingredient-list .amount {
  color: #842b3f;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  float: left;
  text-align: right;
  width: 55px;
}
.ingredient-list .text {
  display: block;
  padding-left: 70px;
}
.ingredient-note {
  font-size: 15px;
  line-height: 20px;
}
.preparation-col {
  float: left;
  padding-left: 90px;
  width: 66%;
}
@media only screen and (max-width: 980px) {
  .preparation-col {
    float: none;
    padding-left: 0px;
    width: 100%;
  }
}
.preparation-col li .num {
  color: #076424;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.preparation-col li .num + p {
  margin-top: 0px;
}
/*
 * *************************
 * RELATED RECIPE/PRODUCT
 * *************************
*/
.related-products-recipes-wrapper {
  margin: 60px 0px;
}
.related-products-recipes-wrapper h2 {
  background: #ffffff;
  margin: 0px !important;
  padding: 0px 0px 25px 0px;
}
.related-products-col {
  float: left;
  width: 47%;
}
@media only screen and (max-width: 980px) {
  .related-products-col {
    float: none;
    width: 100%;
  }
}
.related-products-col.related-products-col-no-recipes {
  float: none;
  width: 100%;
}
.related-products-col .product-used-slide.slick-slide img {
  width: 350px;
}
@media only screen and (max-width: 980px) {
  .related-products-col .product-used-slide.slick-slide img {
    width: 80%;
  }
}
#product-used-slideshow {
  background: #efefef url('lib/img/texture.jpg') repeat;
  padding-bottom: 25px;
  text-align: center;
  visibility: hidden;
  /* prev/next buttons */
  /* dots */
}
#product-used-slideshow.slick-initialized {
  visibility: visible;
}
#product-used-slideshow .slick-prev,
#product-used-slideshow .slick-next {
  height: 46px;
  margin-top: -23px;
  padding: 0px;
  width: 46px;
}
#product-used-slideshow .slick-prev:hover:before,
#product-used-slideshow .slick-next:hover:before {
  padding-right: 8px;
}
#product-used-slideshow .slick-prev:before,
#product-used-slideshow .slick-next:before {
  color: #842b3f;
  font-size: 46px;
  transition: all 0.3s ease;
}
#product-used-slideshow .slick-next {
  left: auto;
  right: 0px;
}
#product-used-slideshow .slick-next:before {
  color: #842b3f;
}
#product-used-slideshow .slick-next:hover:before {
  padding-left: 8px;
  padding-right: 0px;
}
#product-used-slideshow .slick-dots {
  float: left;
  position: relative;
  left: 50%;
}
#product-used-slideshow .slick-dots li {
  left: left;
  position: relative;
}
#product-used-slideshow .slick-dots li.slick-active button {
  background: #842b3f;
}
#product-used-slideshow .slick-dots li button {
  border: 1px solid #842b3f;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  width: 10px;
}
.product-used-slide {
  margin: 0px;
  padding: 100px 0px;
  position: relative;
}
.product-used-slide .product-used-copy {
  margin: 0px;
  padding: 0px 130px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .product-used-slide .product-used-copy {
    padding: 0px 10px;
  }
}
.product-used-slide .product-used-copy a {
  color: #842b3f;
}
.product-used-slide.slick-slide img {
  height: auto;
  margin: auto;
  width: 58%;
}
.product-used-slide a {
  margin: auto;
}
.product-used-slide a:hover {
  text-decoration: none;
}
.product-used-copy {
  color: #842b3f;
  font-size: 22px;
  line-height: 26px;
}
.product-used-cta {
  bottom: 20px;
  margin: 0px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .product-used-cta a {
    display: block;
    margin: 0px 60px;
  }
}
.product-used-cta a:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 980px) {
  .product-used-cta a:nth-child(2) {
    margin-left: 60px;
    margin-top: 10px;
  }
}
.product-used-cta a .icon {
  padding-right: 5px;
}
.related-recipes-col {
  background: #ffffff;
  float: right;
  width: 53%;
}
@media only screen and (max-width: 980px) {
  .related-recipes-col {
    float: none;
    padding-top: 40px;
    width: 100%;
  }
}
.related-recipes-col.related-recipes-col-no-products {
  float: none;
  width: 100%;
}
.related-recipes-col.related-recipes-col-no-products .related-recipe-list li {
  margin-left: 0px;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .related-recipes-col.related-recipes-col-no-products .related-recipe-list li {
    width: 100%;
  }
}
.related-recipes-col.related-recipes-col-no-products h2 {
  margin-left: 0px !important;
}
.related-recipes-col h2 {
  margin-left: 5% !important;
}
.related-recipe-list {
  display: flex;
  flex-wrap: wrap;
}
.related-recipe-list li {
  margin-left: 5%;
  /* IE 11: https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%;
}
@media only screen and (max-width: 980px) {
  .related-recipe-list li {
    margin-left: 0px;
    width: 100%;
  }
}
.related-recipe-list li a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.related-recipe-list li a:hover {
  color: #842b3f;
  text-decoration: none;
}
.related-recipe-list li a:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.related-recipe-list li a:hover .recipe-img {
  border-color: #e5e3e3;
}
.related-recipe-list li a:hover img {
  transform: scale(1.1);
}
.related-recipe-list li a:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  content: '';
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.related-recipe-list li a .recipe-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 15px 0px;
}
.related-recipe-list img {
  display: block;
  height: auto;
  transition: all 0.3s ease;
  width: 100%;
}
/*
 * *************************
 * TOOLTIP
 * *************************
*/
.tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.tooltip .tooltip-text {
  background-color: #329fa5;
  border-radius: 20px;
  bottom: 100%;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  left: 50%;
  margin-bottom: 10px;
  margin-left: -100px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}
.tooltip .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #329fa5;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}
/*
 * *************************
 * COMMENTS
 * *************************
*/
.comments-wrapper {
  margin: 120px 0px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .comments-wrapper {
    margin: 60px 0px;
  }
}
.comments-wrapper:before {
  background: url('lib/img/two-leaves-light-alt2.svg') no-repeat;
  background-size: 100%;
  content: "";
  height: 500px;
  left: -140px;
  position: absolute;
  top: -90px;
  width: 500px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  .comments-wrapper:before {
    height: 170px;
    left: -10px;
    top: -40px;
    width: 170px;
  }
}
#comments {
  float: left;
  position: relative;
  width: 52%;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  #comments {
    float: none;
    width: 100%;
  }
}
.comment-list {
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.comment-list .children {
  list-style-type: none;
}
.comment-body .stars + p {
  margin-top: 5px;
}
.comment-author {
  color: #842b3f;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.comment-meta {
  color: #707070;
  font-size: 12px;
  margin-bottom: 15px;
}
.comment-meta a {
  color: #707070;
}
.comment-meta a.comment-edit-link {
  color: #329fa5;
}
.reply {
  margin-bottom: 25px;
  margin-top: -15px;
  padding-left: 8px;
}
.reply a {
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
}
.reply a:before {
  content: '\f0da';
  /* icon-caret-right */
  display: block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
}
#respond {
  background: #efefef url('lib/img/texture.jpg') repeat;
  float: left;
  margin-left: 8%;
  padding: 40px 70px 20px 70px;
  position: relative;
  width: 40%;
  z-index: 2;
}
@media only screen and (max-width: 980px) {
  #respond {
    float: none;
    margin-left: 0px;
    padding: 30px 20px 20px 20px;
    width: 100%;
  }
}
#respond .required {
  color: #842b3f;
}
#respond p {
  margin: 15px 0px;
}
#respond p.comment-form-rating {
  margin-bottom: 0px;
}
#respond p.form-submit {
  margin-bottom: 45px;
}
#respond .cancel {
  display: block;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.comment-rating-stars {
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 175px;
}
.comment-rating-stars svg {
  cursor: pointer;
}
.comment-rating-stars input {
  height: auto !important;
  left: -2em;
  position: absolute;
  top: -2em;
}
.comment-rating-stars input + label {
  color: gray;
  float: right;
  width: 35px;
}
.comment-rating-stars input + label .fill {
  fill: transparent;
}
.comment-rating-stars input + label .txt {
  display: none;
}
.comment-rating-stars input:checked ~ label {
  color: #329fa5;
}
.comment-rating-stars input:checked ~ label .fill {
  fill: currentColor;
}
.comments-title {
  padding-top: 40px;
}
.comment-form-newsletter {
  margin: 15px 0px;
}
.comments-wrapper.blog-comments-wrapper {
  margin: 30px 0px;
}
.comments-wrapper.blog-comments-wrapper:before {
  top: -30px;
}
.comments-wrapper.blog-comments-wrapper #comments {
  float: none;
  width: 100%;
}
.comments-wrapper.blog-comments-wrapper #respond {
  float: none;
  margin-left: 0px;
  width: 100%;
}
/*
 * *************************
 * PRODUCTS
 * *************************
*/
#product-content {
  margin-bottom: 60px;
}
.product-details-col1 {
  float: left;
  padding-right: 60px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .product-details-col1 {
    float: none;
    margin-bottom: 25px;
    padding-right: 0px;
    width: auto;
  }
}
.product-images {
  background: #efefef url('lib/img/texture.jpg') repeat;
}
.product-details-col2 {
  float: left;
  padding: 70px 0px 0px 0px;
  width: 50%;
}
@media only screen and (max-width: 980px) {
  .product-details-col2 {
    float: none;
    padding-top: 0px;
    width: auto;
  }
}
@media only screen and (max-width: 980px) {
  .product-details-col2 h1 {
    font-size: 32px;
  }
}
.product-cta a:nth-child(2) {
  margin-left: 20px;
}
#product-carousel {
  position: relative;
  visibility: hidden;
  /* prev/next buttons */
  /* dots */
}
#product-carousel.slick-initialized {
  visibility: visible;
}
#product-carousel .product-slide {
  padding: 60px 40px 40px 40px;
}
@media only screen and (max-width: 980px) {
  #product-carousel .product-slide {
    padding: 20px;
  }
}
#product-carousel .product-slide img {
  height: auto;
  width: 100%;
}
#product-carousel .slick-prev,
#product-carousel .slick-next {
  height: 46px;
  margin-top: -23px;
  padding-right: 15px;
  width: 46px;
}
#product-carousel .slick-prev:before,
#product-carousel .slick-next:before {
  color: #842b3f;
  font-size: 46px;
}
#product-carousel .slick-next {
  left: auto;
  right: 0px;
}
#product-carousel .slick-next:before {
  padding-left: 15px;
  padding-right: 0px;
}
#product-carousel .slick-dots {
  float: left;
  margin-top: -20px;
  position: relative;
  left: 50%;
}
#product-carousel .slick-dots li {
  left: left;
  position: relative;
}
#product-carousel .slick-dots li.slick-active button {
  background: #842b3f;
}
#product-carousel .slick-dots li button {
  border: 1px solid #842b3f;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  width: 10px;
}
.product-description {
  font-size: 18px;
  min-height: 40px;
}
.product-description .ingredients {
  font-size: 16px;
}
/*
 * *************************
 * PRODUCT CATEGORY
 * *************************
*/
.product-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-wrapper .product {
  margin: 0px 1% 35px 1%;
  /* IE 11: https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31.3%;
  /* sub-pixel rendering bug in safari (33.33 doesn't work, fallback to 33.30) */
}
@media only screen and (max-width: 980px) {
  .product-wrapper .product {
    width: 47.9%;
  }
}
@media only screen and (max-width: 760px) {
  .product-wrapper .product {
    margin: 0px 0px 35px 0px;
    width: 100%;
  }
}
.product-wrapper a:hover {
  text-decoration: none;
}
.product-wrapper a:hover .product-img-wrapper {
  border-color: #e5e3e3;
}
.product-wrapper a:hover .product-img:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.product-wrapper a:hover .product-title {
  color: #842b3f;
}
.product-wrapper a:hover img {
  transform: scale(1.04);
}
.product-wrapper a .product-img-wrapper {
  background: #efefef url('lib/img/texture.jpg') repeat;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
.product-wrapper a .product-img {
  margin: 0px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.product-wrapper a .product-img:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  content: '';
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.product-wrapper a .product-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
  padding: 10px 10px 10px 23px;
  position: relative;
  transition: all 0.3s ease;
}
.product-wrapper a .product-title .icon {
  font-size: 14px;
  left: 12px;
  position: absolute;
  top: 14px;
}
.product-wrapper img {
  display: block;
  height: auto;
  transition: all 0.3s ease;
  width: 100%;
}
/*
 * *************************
 * BLOGGER CONTENT
 * *************************
*/
#blogger-bg {
  background: url('lib/img/leaf-pattern.png') repeat center center;
  height: 175px;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #blogger-bg .curve {
    display: none;
  }
}
#blogger-content {
  font-size: 18px;
  margin-bottom: 120px;
  position: relative;
}
#blogger-content .curve {
  bottom: auto;
  top: 0px;
  z-index: 2;
}
#blogger-content .container {
  z-index: 3;
}
.blogger-photo {
  left: 40px;
  position: absolute;
  top: -160px;
}
@media only screen and (max-width: 980px) {
  .blogger-photo {
    left: auto;
    text-align: center;
    width: 100%;
  }
}
.blogger-photo img {
  border: 20px solid #ffffff;
  border-radius: 150px;
  height: 260px;
  width: 260px;
}
.blogger-content {
  margin-top: -40px;
  padding-left: 330px;
  padding-right: 120px;
}
@media only screen and (max-width: 980px) {
  .blogger-content {
    margin: 0px;
    padding: 120px 0px 0px 0px;
  }
}
.blogger-content .pre-blogger-title {
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
}
.blogger-content .blogger-title {
  color: #076424;
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0px;
}
.blogger-content .blogger-copy .intro-copy {
  font-size: 18px;
  line-height: 1.7;
  margin: 0px;
  padding: 0px;
}
.blogger-content .blogger-copy .intro-copy:before,
.blogger-content .blogger-copy .intro-copy:after {
  display: none;
}
@media only screen and (max-width: 980px) {
  .blogger-content .cta a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
#blogger-sidebar {
  padding-top: 100px;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  #blogger-sidebar {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1400px) {
  #blogger-sidebar {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 980px) {
  #blogger-sidebar {
    padding-top: 0px;
  }
}
#blogger-sidebar .blogger-photo {
  left: auto;
  top: -220px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #blogger-sidebar .blogger-photo {
    position: relative;
    top: auto;
  }
}
#blogger-sidebar .blogger-photo img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #blogger-sidebar .blogger-photo img {
    height: 260px;
    width: 260px;
  }
}
#blogger-sidebar .blogger-cta {
  margin: 15px 0px;
  text-align: center;
}
/*
 * *************************
 * EXPAND/COLLAPSE
 * *************************
*/
.nutrition-info {
  margin-bottom: 10px;
}
.nutrition-info a.btn.open {
  background-color: #329fa5;
  color: #ffffff;
}
.nutrition-info-details {
  display: none;
}
.nutrition-info-details .additional {
  padding-top: 45px;
}
.nutrition-info-details .nutrition-info {
  margin: 10px 0px 0px 0px;
}
/*
 * *************************
 * POST
 * *************************
*/
.post {
  padding: 30px 20px 5px 20px;
}
.post:nth-child(even) {
  background: #f7f7f7;
}
.post h3 a {
  color: #076424;
  transition: all 0.3s ease;
}
.post h3 a:hover {
  color: #329fa5;
  text-decoration: none;
}
.post .result-img img {
  height: auto;
  width: 250px;
}
@media only screen and (max-width: 980px) {
  .post .result-img img {
    width: 100%;
  }
}
.post .cta a {
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
}
.post .cta a:before {
  content: '\f0da';
  /* icon-caret-right */
  display: block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
}
/*
 * *************************
 * PAGINATION
 * *************************
*/
#pagination {
  margin-bottom: 25px;
  padding-top: 30px;
  position: relative;
}
#pagination h2 {
  display: none;
}
#pagination .nav-links {
  padding: 0px 150px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  #pagination .nav-links {
    padding: 60px 0px 0px 0px;
  }
}
#pagination .nav-links .page-numbers {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
  padding: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#pagination .nav-links .page-numbers:hover {
  background: #edf6f7;
}
#pagination .nav-links .page-numbers.current {
  background: #329fa5;
  color: #ffffff;
}
#pagination .nav-links .page-numbers.dots,
#pagination .nav-links .page-numbers.dots:hover {
  background: none;
  color: #329fa5;
}
#pagination .nav-links .prev,
#pagination .nav-links .next {
  background: #ffffff;
  border-radius: 40px;
  border: none;
  color: #329fa5;
  cursor: pointer;
  display: inline-block;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 22px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 0px;
  transform: perspective(1px) translateZ(0);
  transition: color 0.2s ease-out;
}
#pagination .nav-links .prev:before,
#pagination .nav-links .next:before {
  background: #edf6f7;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.2s ease-out;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  z-index: -1;
}
#pagination .nav-links .prev:hover,
#pagination .nav-links .next:hover {
  background: none;
  text-decoration: none;
}
#pagination .nav-links .prev:hover:before,
#pagination .nav-links .next:hover:before {
  transform: scaleY(1);
}
#pagination .nav-links .prev .icon,
#pagination .nav-links .next .icon {
  font-size: 14px;
  position: absolute;
  top: 15px;
}
#pagination .nav-links .prev {
  left: 0px;
  padding-left: 30px;
}
#pagination .nav-links .prev .icon {
  left: 18px;
}
#pagination .nav-links .next {
  padding-right: 30px;
  right: 0px;
}
#pagination .nav-links .next .icon {
  right: 18px;
}
/*
 * *************************
 * FOOTER
 * *************************
*/
#footer {
  background: #842b3f;
  background-size: 436px;
  color: #ffcdd9;
}
#footer .container {
  background: url('lib/img/three-leaves.svg') no-repeat 750px top;
  background-size: 420px;
  padding: 65px 0px;
}
@media only screen and (max-width: 1400px) {
  #footer .container {
    background-position: 510px top;
    background-size: 380px;
  }
}
@media only screen and (max-width: 980px) {
  #footer .container {
    background-position: right top;
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 760px) {
  #footer .container {
    background-position: right 70px;
    background-size: 300px;
  }
}
#footer .ftr-hdr {
  color: #ffffff;
  font-family: "nautilus_pompiliusregular", "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 38px;
  margin: 0px;
}
#footer .ftr-desc {
  font-size: 15px;
  line-height: 19px;
  margin: 0px 0px 15px 0px;
}
.footer-col1 {
  float: left;
  padding: 0px 0px 40px 25px;
  width: 60%;
}
@media only screen and (max-width: 1400px) {
  .footer-col1 {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .footer-col1 {
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
  }
}
.footer-col2 {
  float: left;
  padding: 0px 25px 40px 0px;
  width: 40%;
}
@media only screen and (max-width: 1400px) {
  .footer-col2 {
    width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .footer-col2 {
    float: none;
    padding-right: 0px;
    width: auto;
  }
}
#social-nav-footer {
  padding-top: 10px;
}
#social-nav-footer li {
  float: left;
}
#social-nav-footer a {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  color: #842b3f;
  display: block;
  font-size: 18px;
  height: 40px;
  margin-right: 8px;
  padding-top: 7px;
  text-align: center;
  transition: all 0.3s ease;
  width: 40px;
}
#social-nav-footer a:hover {
  background: #ffffff;
  text-decoration: none;
}
#social-nav-footer a .txt {
  display: none;
}
.copyright-wrapper {
  border-top: 1px solid #ffffff;
  padding: 40px 25px 0px 25px;
}
@media only screen and (max-width: 980px) {
  .copyright-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.copyright-wrapper .copyright {
  float: left;
}
@media only screen and (max-width: 980px) {
  .copyright-wrapper .copyright {
    float: none;
  }
}
.copyright-wrapper .company {
  font-size: 14px;
  line-height: 18px;
  margin: 0px 0px 10px 0px;
  padding-left: 16px;
  padding-top: 10px;
}
@media only screen and (max-width: 980px) {
  .copyright-wrapper .company {
    padding-left: 0px;
  }
}
.company-img {
  float: left;
}
@media only screen and (max-width: 980px) {
  .company-img {
    float: none;
    text-align: center;
  }
}
.company-img a {
  display: block;
}
.company-img img {
  height: auto;
  width: 125px;
}
.copyright-copy {
  float: left;
}
@media only screen and (max-width: 980px) {
  .copyright-copy {
    float: none;
    font-size: 14px;
    text-align: center;
  }
}
.footer-list,
.copyright-list {
  float: right;
  margin-right: 20px;
}
@media only screen and (max-width: 1400px) {
  .footer-list,
  .copyright-list {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .footer-list,
  .copyright-list {
    display: none;
    float: none;
  }
}
.footer-list li,
.copyright-list li {
  float: left;
}
@media only screen and (max-width: 980px) {
  .footer-list li,
  .copyright-list li {
    float: none;
    text-align: center;
  }
}
.footer-list a,
.copyright-list a {
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  padding: 8px 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .footer-list a,
  .copyright-list a {
    margin-right: 0px;
    font-size: 16px;
    padding: 8px 14px;
  }
}
@media only screen and (max-width: 980px) {
  .footer-list a,
  .copyright-list a {
    display: inline-block;
  }
}
.footer-list a:hover,
.copyright-list a:hover {
  background: #973148;
  text-decoration: none;
}
.copyright-list {
  float: none;
}
@media only screen and (max-width: 980px) {
  .copyright-list {
    display: block;
  }
}
.copyright-list a {
  font-size: 16px;
}
@media only screen and (max-width: 980px) {
  .copyright-list a {
    font-size: 12px;
  }
}
#newsletter-email-form {
  margin: 0px;
  position: relative;
}
#newsletter-email-form input {
  background: #d3a5af;
  border-radius: 18px;
  border: none;
  color: #000000;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 36px;
  padding: 5px 105px 5px 15px;
  width: 100%;
  -webkit-appearance: none;
}
#newsletter-email-form input:focus {
  background: #ffffff;
}
#newsletter-email-form button {
  background: #ffffff;
  border-radius: 18px;
  border: none;
  cursor: pointer;
  font-family: "sanchezregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 36px;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  width: 120px;
}
/*
 * *************************
 * FIND RETAILERS
 * *************************
*/
#retailers-output {
  padding-top: 40px;
}
#retailers-output table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}
#retailers-output table tr:nth-child(even) td {
  background: #f7f7f7;
}
#retailers-output table tr:last-child td {
  background: none;
  padding-top: 35px;
}
#retailers-output table td {
  border: none;
  margin: 0px;
  padding: 10px 20px;
}
#retailers-output table .HeadingCell {
  border-bottom: 2px solid #707070;
  color: #842b3f;
  font-weight: bold;
}
.textwidget p:first-child {
  margin-top: 12px;
}
/*
 * *************************
 * COUPONS
 * *************************
*/
.coupon-wrapper {
  padding: 35px 0px;
}
@media only screen and (max-width: 980px) {
  .coupon-wrapper {
    margin-bottom: 15px;
    padding: 0px;
  }
}
.coupon-wrapper .img {
  float: left;
  margin: 0px;
  padding-right: 7px;
  width: 33%;
}
@media only screen and (max-width: 980px) {
  .coupon-wrapper .img {
    float: none;
    padding-right: 0px;
    width: 100%;
  }
}
.coupon-wrapper .img img {
  height: auto;
  width: 100%;
}
.coupon-wrapper .copy {
  float: left;
  margin-left: 4%;
  padding-top: 40px;
  width: 63%;
}
@media only screen and (max-width: 980px) {
  .coupon-wrapper .copy {
    float: none;
    margin-left: 0px;
    padding-left: 20px;
    padding-top: 0px;
    width: 100%;
  }
}
/*
 * *************************
 * IFRAME VIDEO REPLACEMENT
 * *************************
*/
.iframe-wrapper {
  background: #000000;
  position: relative;
}
.iframe-wrapper.video-loaded {
  margin: 54px 0px;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.iframe-wrapper a {
  display: block;
}
.iframe-wrapper a img {
  display: block;
  height: auto;
  width: 100%;
}
.iframe-wrapper a .icon {
  color: #ffffff;
  font-size: 84px;
  height: 84px;
  left: 50%;
  margin: -36px 0px 0px -42px;
  position: absolute;
  top: 50%;
  width: 84px;
}
.iframe-wrapper iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
/*
 * *************************
 * BACK TO TOP
 * *************************
*/
#top-of-page-wrapper {
  background-color: #076424;
  bottom: 50px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: fixed;
  right: 0px;
  transition: width 0.3s ease;
  width: 46px;
  z-index: 11;
}
@media only screen and (max-width: 1400px) {
  #top-of-page-wrapper {
    bottom: 120px;
  }
}
@media only screen and (max-width: 980px) {
  #top-of-page-wrapper {
    display: none !important;
  }
}
#top-of-page-wrapper:hover {
  width: 140px;
}
#top-of-page-wrapper #top-of-page-txt {
  font-size: 12px;
  font-weight: bold;
  padding: 0px 48px 0px 0px;
  position: absolute;
  right: 0px;
  text-align: right;
  text-transform: uppercase;
  top: 8px;
  width: 140px;
}
#top-of-page-wrapper #top-of-page {
  display: block;
  float: right;
  font-size: 20px;
  height: 36px;
  position: relative;
  text-decoration: none;
  width: 46px;
}
#top-of-page-wrapper #top-of-page .icon {
  position: absolute;
  top: 6px;
  right: 15px;
}
/*
 * *************************
 * 404
 * *************************
*/
body.error404 {
  background: url('lib/img/cherry-pattern.png') repeat center center;
  padding: 0px;
}
body.error404 #not-found-container {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
body.error404 #not-found-logo {
  margin: -16px 0px 25px 0px;
  padding: 0px;
}
@media only screen and (max-width: 980px) {
  body.error404 #not-found-logo {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}
body.error404 #not-found-logo img {
  height: auto;
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  body.error404 #not-found-logo img {
    width: 80%;
  }
}
body.error404 #not-found-content {
  background: #ffffff;
  border: 20px solid #842b3f;
  border-radius: 300px;
  height: 600px;
  margin: 0px auto;
  padding: 40px;
  text-align: center;
  width: 600px;
}
@media only screen and (max-width: 980px) {
  body.error404 #not-found-content {
    border-radius: 0px;
    border-width: 10px;
    height: auto;
    padding: 20px;
    width: 90%;
  }
}
body.error404 #logo {
  float: none;
}
body.error404 h1 {
  display: inline;
  font-size: 46px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 980px) {
  body.error404 h1 {
    font-size: 26px;
    line-height: 1.1;
  }
}
body.error404 h1 span {
  color: #474747;
  display: block;
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (max-width: 980px) {
  body.error404 h1 span {
    font-size: 18px;
    line-height: 22px;
  }
}
body.error404 p {
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 980px) {
  body.error404 p {
    font-size: 16px;
    line-height: 20px;
  }
}
body.error404 #recipe {
  height: auto;
  margin: -5px auto auto auto;
  width: 240px;
}
body.error404 #recipe img {
  height: auto;
  width: 100%;
}
/* *************************
 * HIDE CAPTCHA
 * *************************
*/
.grecaptcha-badge {
  visibility: hidden;
}
.red {
  font-family: "merriweather_sansregular", Arial, Helvetica, sans-serif;
  color: #842b3f;
  font-size: 18px;
  font-weight: bold;
}
/*
 * *************************
 * SLICK CAROUSEL
 * *************************
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
 * *************************
 * SLICK CAROUSEL THEME
 * *************************
*/
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 36px;
  line-height: 0;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 2;
}
.slick-prev:before,
.slick-next:before {
  color: #ffffff;
  content: "\f104";
  /* icon-angle-left */
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
}
.slick-next {
  left: auto;
  right: 0px;
}
.slick-next:before {
  content: "\f105";
  /* icon-angle-right */
}
.slick-dots {
  bottom: 10px;
  left: 50%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
}
.slick-dots li {
  float: left;
  left: -50%;
  position: relative;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li button {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  margin: 5px 4px;
  outline: none;
  padding: 0px;
  width: 8px;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
}
.slick-vertical .slick-slide {
  border: none;
}
.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
