/****************************
Styles
***************************************/

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

/****************************
Variables (colors etc.)
****************************/
/* Colors */
/* General */
/* Button */
/* media breakpoints (only when using Neat) */
/* Bourbon's Neat grid configuration */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Fonts */
@font-face {
  font-family: 'Ashbury-Light';
  src: url("/fonts/ashbury-light.eot");
  src: url("/fonts/ashbury-light.eot?#iefix") format("embedded-opentype"), url("/fonts/ashbury-light.woff2") format("woff2"), url("/fonts/ashbury-light.woff") format("woff"), url("/fonts/ashbury-light.ttf") format("truetype"); }

/* Self-clearing float mixin */
/* hover color mixin */
/* hover background-color mixin */
/* Vertical align mixin */
/* Remove default styling on UL elements */
/* Style placeholder text */
/* Button Placeholder */
form input[type="submit"],
form button[type="submit"], button,
.btn, body .box-form_wrapper form input[type="submit"], .pagination a.previouspostslink,
.pagination a.nextpostslink, header#mobile-header .mobile-menu-toggle, body.single-post div.easyrecipe span.ui-button-text, body.woocommerce div.product form.cart .button,

.button a.button button.button input.button {
  border-radius: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: type-scale(-1);
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px; }

nav.main-nav > ul li a,
nav.footer-nav > ul li a, .home .slide-content a {
  font-size: 11px;
  letter-spacing: 2.25px;
  color: #949494;
  text-transform: uppercase; }
  nav.main-nav > ul li a:hover,
  nav.footer-nav > ul li a:hover, .home .slide-content a:hover, nav.main-nav > ul li a:focus,
  nav.footer-nav > ul li a:focus, .home .slide-content a:focus {
    color: #ae9863; }
  nav.main-nav > ul li a:active,
  nav.footer-nav > ul li a:active, .home .slide-content a:active {
    color: #a99159; }
  nav.main-nav > ul li a:active,
  nav.footer-nav > ul li a:active, .home .slide-content a:active, nav.main-nav > ul li a:focus,
  nav.footer-nav > ul li a:focus, .home .slide-content a:focus {
    outline: none; }
nav.footer-nav > span {
    text-transform: uppercase;
    font-size: 7px;
    color: #D2D2D2;
    margin: 0 10px; }
  nav.footer-nav > span a {
    color: #D2D2D2; }

nav.main-nav, section.films-section .film, body.blog .post-block,
body.single-post .post-block,
body.archive .post-block,
body.search-results .post-block, body.archive h1.page-title,
body.search-results h1.page-title, body.single-post .post-after, body.single-post div.easyrecipe .ERSDetails, aside#sidebar .panel {
  border-bottom: 1px solid #ededed; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

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

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

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

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

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

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

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

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

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

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

.remodal-close:hover {
  color: #2b2e38; }

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

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

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -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); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -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); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -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); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -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); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }








/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
body .rsUni,
body .rsUni .rsOverflow,
body .rsUni .rsSlide,
body .rsUni .rsVideoFrameHolder,
body .rsUni .rsThumbs {
  background: none; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-dots {
    bottom: 30px;
    display: block;
    left: 50%;
    position: absolute;
    z-index: 3; }
  .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px; }
  .owl-carousel .owl-dot span {
    background-color: white;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px; }
  .owl-carousel .owl-dot.active span {
    background-color: #949494; }
  .owl-carousel .owl-thumbs {
    margin-top: 10px;
    text-align: center;
    display:table;
    width:auto;
    overflow-x:scroll; }
  .owl-carousel .owl-thumbs .owl-thumb-item {
    background-color: transparent;
    border: none;
    display: table-cell;
    height: 80px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: auto; }
    .owl-carousel .owl-thumbs .owl-thumb-item:first-child {
      margin-left: 0; }
    .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
      margin-right: 0; }
  .owl-carousel .owl-thumbs .owl-thumb-item img {
    opacity: 0.6;
    height:100%;
    width:auto; }
  .owl-carousel .owl-thumbs .owl-thumb-item.active img {
    opacity: 1; }

body .essb_links {
  display: inline-block; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li {
  margin-right: 5px !important;
  text-align: center; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li a {
  background: none;
  border: none;
  padding: 0 !important;
  width: auto !important; }
  body .essb_links.essb_template_grey-blocks-retina .essb_links_list li a:hover, body .essb_links.essb_template_grey-blocks-retina .essb_links_list li a:focus {
    background: none !important;
    border: 0 !important; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li .essb_icon {
  background: none !important;
  line-height: 1; }
  body .essb_links.essb_template_grey-blocks-retina .essb_links_list li .essb_icon:after {
    color: #949494;
    font-family: 'fontAwesome';
    font-size: 16px; }
  body .essb_links.essb_template_grey-blocks-retina .essb_links_list li .essb_icon:hover:after {
    color: #ae9863; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li.essb_link_twitter .essb_icon:after {
  content: '\f099'; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li.essb_link_facebook .essb_icon:after {
  content: '\f09a'; }

body .essb_links.essb_template_grey-blocks-retina .essb_links_list li.essb_link_pinterest .essb_icon:after {
  content: '\f0d2'; }

div.pp_overlay {
  background: white !important; }

div.pp_woocommerce div.ppt {
  color: #666666 !important; }

div.pp_woocommerce .pp_content_container {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25) !important; }


body .remodal-overlay {
  background-color: rgba(255, 255, 255, 0.7); }

body .remodal {
  box-shadow: 0 0 30px #c7c7c7; }

body .remodal-close {
  left: auto;
  color: #949494;
  right: 0; }
  body .remodal-close:hover, body .remodal-close:focus {
    color: #ae9863; }
  body .remodal-close:active {
    color: #a99159; }
  body .remodal-close:hover {
    background-color: transparent; }

.mm-listview > li:not(.mm-divider):after {
  left: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/****************************
Base
contains global styles,
such as resets, typography, colors, etc.
****************************/
::selection {
  background: #888;
  color: white; }

::-moz-selection {
  background: #888;
  color: white; }

body {
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  height: 100%;
  letter-spacing: 1.5px;
  line-height: 1.7;
  width: 100%; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 45px; } }

h1, h2, h3 {
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2 {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 18px; } }

h4 {
  margin: 15px 0 5px;
  text-transform: uppercase; }

p {
  margin-top: 0; }

a {
  color: #ae9863;
  text-decoration: none; }
  a:hover, a:focus {
    color: #949494; }
  a:active {
    color: #8c8c8c; }
  a:active, a:focus {
    outline: none; }

section {
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    section {
      margin: 30px auto; } }

main > section:first-of-type,
main > .container > section:first-of-type {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  main {
    padding-top: 20px; } }

hr {
  border: none;
  border-bottom: 1px solid #ededed; }

/****************************
Components
contains each self-contained components
****************************/
.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container .row {
    display: block; }
    .container .row::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container img {
    max-width: 100%;
    height: auto; }

button,
.btn, body .box-form_wrapper form input[type="submit"], .pagination a.previouspostslink,
.pagination a.nextpostslink, header#mobile-header .mobile-menu-toggle, body.single-post div.easyrecipe span.ui-button-text {
  color: white;
  border-color: #949494;
  background-color: #949494;
  text-transform: uppercase; }
  .pagination a.first {display:none;}
  button:hover,
  button:active,
  .btn:hover, body .box-form_wrapper form input[type="submit"]:hover, .pagination a.previouspostslink:hover,
  .pagination a.nextpostslink:hover, header#mobile-header .mobile-menu-toggle:hover, body.single-post div.easyrecipe span.ui-button-text:hover, .btn:active, body .box-form_wrapper form input[type="submit"]:active, .pagination a.previouspostslink:active,
  .pagination a.nextpostslink:active, header#mobile-header .mobile-menu-toggle:active, body.single-post div.easyrecipe span.ui-button-text:active {
    color: white;
    background-color: #6e6e6e;
    outline: none; }
  button:focus,
  .btn:focus, body .box-form_wrapper form input[type="submit"]:focus, .pagination a.previouspostslink:focus,
  .pagination a.nextpostslink:focus, header#mobile-header .mobile-menu-toggle:focus, body.single-post div.easyrecipe span.ui-button-text:focus {
    color: white;
    outline: none; }

.btn-primary, body .box-form_wrapper form input[type="submit"], .pagination a.previouspostslink,
.pagination a.nextpostslink {
  border: none;
  font-size: 14px;
  padding: 15px 30px;
  background-color: #e5cb8c; }
  .btn-primary:hover, body .box-form_wrapper form input[type="submit"]:hover, .pagination a.previouspostslink:hover,
  .pagination a.nextpostslink:hover, .btn-primary:focus, body .box-form_wrapper form input[type="submit"]:focus, .pagination a.previouspostslink:focus,
  .pagination a.nextpostslink:focus {
    background-color: #d7af4e; }
  .btn-primary:focus, body .box-form_wrapper form input[type="submit"]:focus, .pagination a.previouspostslink:focus,
  .pagination a.nextpostslink:focus {
    outline: none; }
  .btn-primary:active, body .box-form_wrapper form input[type="submit"]:active, .pagination a.previouspostslink:active,
  .pagination a.nextpostslink:active {
    background-color: #d4a941; }
  .btn-primary:focus, body .box-form_wrapper form input[type="submit"]:focus, .pagination a.previouspostslink:focus,
  .pagination a.nextpostslink:focus {
    color: white;
    outline: none; }

/* group clearfix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

h2.section-title {
  color: #ae9863;
  font-size: 24px;
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    h2.section-title {
      font-size: 20px;
      margin-bottom: 20px; } }


ul.social-follow {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.social-follow li {
    display: inline-block;
    margin: 0 5px; }
  ul.social-follow li a {
    font-size: 16px;
    color: #949494; }
    ul.social-follow li a:hover, ul.social-follow li a:focus {
      color: #ae9863; }
    ul.social-follow li a:active {
      color: #a99159; }

.pagination {
  clear: both;
  text-align: center; }
  .pagination a.previouspostslink {
    float: left; }
  .pagination a.nextpostslink {
    float: right; }
  .pagination span.current,
  .pagination span.extend,
  .pagination a.page,
  .pagination a.last {
    display: none; }
  .pagination span.pages {
    display: inline-block;
    font-size: 11px;
    margin-top: 14px;
    text-transform: uppercase; }

.other-posts {
  text-align: center; }
  .other-posts h2 {
    font-size: 18px;
    text-transform: uppercase; }
  .other-posts ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .other-posts ul li {
    display: inline-block;
    margin: 0 10px 20px;
    vertical-align: top;
    width: 200px; }
  .other-posts a img.attachment-post-thumbnail {
    margin-bottom: 10px !important; }
  .other-posts a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666; }
    .other-posts a:hover, .other-posts a:focus {
      color: #949494; }
    .other-posts a:active {
      color: #8c8c8c; }
  @media screen and (max-width: 767px) {
    .other-posts ul li {
      margin: 0 5px 10px;
      width: 70px; } }

@media screen and (max-width: 767px) {
  .search-filter {
    display: none; } }

.search-filter form.searchandfilter ul {
  padding-left: 0; }

.search-filter form.searchandfilter > ul > li {
  margin-bottom: 30px;
  padding: 0; }

.search-filter form.searchandfilter h4 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0; }

.search-filter form.searchandfilter li ul li {
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0; }
  .search-filter form.searchandfilter li ul li input[type="checkbox"] {
    left: -9999px;
    position: absolute; }
  .search-filter form.searchandfilter li ul li label {
    cursor: pointer; }
    .search-filter form.searchandfilter li ul li label:hover, .search-filter form.searchandfilter li ul li label:focus {
      color: #ae9863; }
  .search-filter form.searchandfilter li ul li label.checked, .search-filter form.searchandfilter li ul li label[checked="checked"] {
    color: #ae9863; }

/***************************************
General
contains styling for larger layout components;
e.g. nav, header, footer, etc.
***************************************/
#main-site {
  background-color: white; }

/****************************
Header
****************************/
header.header {
  text-align: center; }
  header.header .logo {
    display: block;
    margin: 30px auto;
    max-width: 450px; }
  @media screen and (max-width: 767px) {
    header.header {
      display: none; } }

@media screen and (max-width: 767px) {
  .header-container {
    display: none; } }

header#mobile-header {
  background-color: white;
  box-shadow: 0 1px 5px #c7c7c7;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15; }
  header#mobile-header .mobile-menu-toggle {
    left: 0;
    padding: 16px 10px 15px;
    position: absolute;
    top: 0; }
  header#mobile-header a.logo {
    box-sizing: content-box;
    display: block;
    margin: 0 auto;
    padding: 8px 0 1px;
    width: 170px; }
  header#mobile-header a.logo img {
    max-width: 100%; }
  header#mobile-header .wpmenucart-shortcode {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px; }
  @media screen and (max-width: 767px) {
    header#mobile-header {
      display: block; } }

#menu-mobile-nav .mm-title {
  display: none; }

nav#mobile-nav {
  margin-top: 45px; }
  nav#mobile-nav:not(.mm-menu) {
    display: none; }
  nav#mobile-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  nav#mobile-nav > ul > li {
    border-bottom: 1px solid #949494; }
  nav#mobile-nav > ul > li > a {
    display: block; }

nav.main-nav ul,
nav.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

nav.main-nav > ul li,
nav.footer-nav > ul li {
  display: inline-block; }
  nav.main-nav > ul li:after,
  nav.footer-nav > ul li:after {
    content: '\2215';
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -1px; }

nav.main-nav > ul li a,
nav.footer-nav > ul li a {
  letter-spacing: 1px;
  padding: 0 0 0 10px; }
  nav.main-nav > ul li a:hover,
  nav.footer-nav > ul li a:hover {
    font-weight: 600; }

nav.main-nav > ul li:last-child:after,
nav.footer-nav > ul li:last-child:after {
  display: none; }

nav.main-nav > ul li.menu-item-has-children,
nav.footer-nav > ul li.menu-item-has-children {
  position: relative; }
  nav.main-nav > ul li.menu-item-has-children.active ul.sub-menu,
  nav.footer-nav > ul li.menu-item-has-children.active ul.sub-menu {
    display: block;
    z-index: 5; }

nav.main-nav > ul li.current-menu-item > a,
nav.main-nav ul li.current-menu-ancestor > a,
nav.footer-nav > ul li.current-menu-item > a,
nav.footer-nav ul li.current-menu-ancestor > a {
  color: #ae9863;
  font-weight: 600; }

nav.main-nav li.menu-item-has-children > a,
nav.footer-nav li.menu-item-has-children > a {
  margin-bottom: 15px;
  display: inline-block; }

nav.main-nav ul.sub-menu,
nav.footer-nav ul.sub-menu {
  background-color: #f6f3ef;
  display: none;
  left: 50%;
  margin: 0 auto 0 -5px;
  min-width: 185px;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  nav.main-nav ul.sub-menu:before,
  nav.footer-nav ul.sub-menu:before {
    border: solid transparent;
    border-color: transparent;
    border-bottom-color: #f6f3ef;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -20px;
    width: 0;
    z-index: 3; }

nav.main-nav ul.sub-menu li,
nav.footer-nav ul.sub-menu li {
  display: block;
  margin: 0 0 15px; }
  nav.main-nav ul.sub-menu li:after,
  nav.footer-nav ul.sub-menu li:after {
    display: none; }
  nav.main-nav ul.sub-menu li:last-child,
  nav.footer-nav ul.sub-menu li:last-child {
    margin-bottom: 0; }

nav.main-nav ul.sub-menu li a,
nav.footer-nav ul.sub-menu li a {
  font-weight: 600;
  padding: 0;
  margin: 0; }

nav.main-nav {
  margin: 25px auto 40px;
  text-align: center; }

nav.top-nav {
  text-align: right;
  padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    nav.top-nav {
      display: none; } }

.wpmenucart-shortcode a.wpmenucart-contents {
  font-size: 14px;
  color: #949494; }
  .wpmenucart-shortcode a.wpmenucart-contents:hover, .wpmenucart-shortcode a.wpmenucart-contents:focus {
    color: #ae9863; }
  .wpmenucart-shortcode a.wpmenucart-contents:active {
    color: #a99159; }
  .wpmenucart-shortcode a.wpmenucart-contents span.cart-text {
    display: none; }

/****************************
Footer
****************************/
footer.footer {
  margin: 25px 0 50px; }

nav.footer-nav {
  float: left; }
  nav.footer-nav li.no-hover a {
    font-weight: 600; }
    nav.footer-nav li.no-hover a:hover {
      color: #949494; }
  @media screen and (max-width: 767px) {
    nav.footer-nav {
      display: none; } }

nav.social-nav {
  float: right; }
  @media screen and (max-width: 767px) {
    nav.social-nav {
      float: none;
      text-align: center; } }

/****************************
General Styles
****************************/
.page-landing-page header.header {
  margin-top: 33px; }

.page-landing-page header.header p {
  color: #949494;
  text-transform: uppercase; }

.home header.header {
  position: absolute;
  width: 100%;
  z-index: 2; }

.home nav.main-nav {
  border-bottom: 0;
  margin: 75px auto;
  padding-bottom: 0; }

.home section.home-slider {
  margin: 0; }

.home .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 625px; }

.home .slide-content {
  bottom: 50px;
  color: white;
  font-size: 15px;
  padding-top: 495px;
  max-width: 500px;
  text-align: center;
  width: 100%; }

.home .slide-content a {
  font-weight: 600;
  color: white; }
  .home .slide-content a:hover, .home .slide-content a:focus {
    color: #ae9863; }
  .home .slide-content a:active {
    color: #a99159; }

.home .slide-content p {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .home nav.main-nav {
    display: none; }
  .home .slide {
    min-height: 275px; }
  .home .slide-content {
    padding-top: 115px; }
  .home main {
    padding-top: 40px; } }


/****************************
 Quote section
****************************/

section.quote {
  background-color: #f6f3ef;
  padding: 30px 0;
  text-align: center;
  font-family: 'Ashbury-Light';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.quote {
    margin: auto;
    max-width: 750px;
}

/****************************
 Heading section
****************************/

.heading-section {
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  max-width: 750px;
  text-align: center; }
  .heading-section h2 {
    color: #ae9863;
    font-size: inherit;
    margin: 0; }
  @media screen and (max-width: 767px) {
    .heading-section {
      padding: 16px;
      font-size: 16px; } }

section.centered-content-section {
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  max-width: 750px;
  text-align: center; }
  section.centered-content-section h2 {
    color: #ae9863;
    font-size: 19px;
    margin: 0;
    text-transform: uppercase; }

section.column-content-2col-section ul {
  padding-left: 15px; }

section.column-content-2col-section .cta {
  margin: 20px 0;
  text-align: center; }

section.column-content-2col-section .btn-primary, section.column-content-2col-section body .box-form_wrapper form input[type="submit"], body .box-form_wrapper form section.column-content-2col-section input[type="submit"], section.column-content-2col-section .pagination a.previouspostslink, .pagination section.column-content-2col-section a.previouspostslink,
section.column-content-2col-section .pagination a.nextpostslink, .pagination section.column-content-2col-section a.nextpostslink {
  display: inline-block; }

section.column-content-2col-section h4:first-of-type {
  margin-top: 0; }

section.testimonials-section {
  background-color: #f4f4f4;
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  padding: 30px 0 70px;
  text-align: center; }
  section.testimonials-section .testimonial {
    display: inline-block;
    max-width: 850px; }
  section.testimonials-section blockquote {
    font-style: normal; }
  section.testimonials-section cite {
    color: #ae9863;
    font-size: 24px;
    font-style: normal; }
  section.testimonials-section .owl-carousel .owl-dots {
    bottom: -40px; }
  @media screen and (max-width: 767px) {
    section.testimonials-section {
      font-size: 14px;
      padding: 20px 0 40px; }
      section.testimonials-section blockquote {
        margin: 0; }
      section.testimonials-section cite {
        font-size: 14px; }
      section.testimonials-section .owl-carousel .owl-dots {
        bottom: -30px; } }

section.moon-cycle h1 {
  color: #ae9863;
  margin: 25px 0 50px;
  text-align: center;
  text-transform: uppercase; }

section.moon-cycle .moon-column {
  text-align: center; }

section.moon-cycle .moon-column p {
  margin-bottom: 5px;
  text-transform: uppercase; }

section.films-section .film {
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: center; }
  section.films-section .film:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

section.films-section .film .cta {
  margin-top: 30px; }

section.films-section .vimeo-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 5px;
  height: 0; }

section.films-section .vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.films-section header {
  display: inline-block; }

section.films-section header h2 {
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  section.films-section .film {
    margin-bottom: 20px;
    padding-bottom: 20px; } }

section.affiliate-logos {
  text-align: center; }
  section.affiliate-logos h2 {
    color: #ae9863;
    text-transform: uppercase; }
  section.affiliate-logos ul li {
    display: inline-block;
    margin: 0 10px 20px;
    vertical-align: top; }

.page-about .half-and-half {
  float: left;
  margin-left: 30px; }
  @media screen and (max-width: 767px) {
    .page-about .half-and-half {
      margin-left: 0; } }

.page-portfolio .gallery-slider {
  margin-bottom: 80px; }
  .page-portfolio .gallery-slider:last-of-type {
    margin-bottom: 0; }

.page-portfolio .gallery-title {
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  text-align: center; }

.page-portfolio .owl-dots {
  display: none; }

.page-portfolio .owl-carousel .item {
  height: 683px;
  width: 1024px; }
  .page-portfolio .owl-carousel .item img {
    object-fit: scale-down;
    overflow: hidden; }

@media screen and (max-width: 767px) {
  .page-portfolio .owl-carousel .item {
    height: auto;
    max-height: 200px;
    width: 100%; }
  .page-portfolio .owl-carousel .owl-thumbs .owl-thumb-item {
    height: 45px;
    margin-bottom: 10px;
    width: 65px; } }

.page-recipes .recipe-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-recipes .recipe-block {
      height: 175px;
      margin-bottom: 10px;
      margin-right: 0;
      width: 48%; }
      .page-recipes .recipe-block:nth-child(2n+1) {
        margin-right: 2%; } }

.page-recipes .recipe-block a {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }
  .page-recipes .recipe-block a:hover {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .page-recipes .recipe-block a:hover, .page-recipes .recipe-block a:active {
      opacity: 0; } }

.page-recipes .recipe-block .title {
  color: #666666;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
  position: absolute;
  width: 100%; }

.page-recipes .recipe-block .view-text {
  bottom: 10px;
  color: #ae9863;
  position: absolute;
  width: 100%; }

.page-contact .heading-section {
  margin-bottom: 0; }

.page-contact .body-text {
  font-family: 'Ashbury-Light', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 0 auto 40px;
  max-width: 750px;
  text-align: center; }

.page-contact .body-text:last-child {
  margin: 20px auto 0; }
  .page-contact .body-text:last-child a {
    font-size: 24px;
    color: #666666; }
    .page-contact .body-text:last-child a:hover, .page-contact .body-text:last-child a:focus {
      color: #949494; }
    .page-contact .body-text:last-child a:active {
      color: #8c8c8c; }

@media screen and (max-width: 767px) {
  .page-contact .body-text {
    font-size: 14px; }
  .page-contact .body-text:last-child a {
    font-size: 14px;
    margin-top: 30px; } }

.page-inquiry-form main > .container > h2 {
  color: #ae9863;
  margin: 0;
  text-align: center; }

body.page-template-template-basic-page ul {
  padding: 0;
  margin: 0;
  list-style: none; }

div[data-remodal-id="email-newsletter"] {
  color: #949494; }
  div[data-remodal-id="email-newsletter"] img {
    width: 165px; }
  div[data-remodal-id="email-newsletter"] h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 auto 20px;
    max-width: 350px;
    text-transform: uppercase; }
  div[data-remodal-id="email-newsletter"] p {
    font-family: 'Ashbury-Light', serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    margin: 0 auto 20px;
    max-width: 500px; }
  div[data-remodal-id="email-newsletter"] form.mc_embed_signup {
    border: 1px solid #949494; }
  div[data-remodal-id="email-newsletter"] form.mc_embed_signup input[type="submit"] {
    background-color: transparent;
    border: none;
    border-left: 1px solid #949494; }


/****************************
Sidebar
****************************/
.col-3.sidebar {
  margin-right: 0; }

aside#sidebar {
  padding-left: 24px; }
  aside#sidebar h4 {
    color: #ae9863;
    margin-bottom: 10px;
    margin-top: 0; }
  aside#sidebar .panel {
    margin-bottom: 30px;
    padding-bottom: 40px; }
    aside#sidebar .panel:last-child {
      border-bottom: 0; }
  aside#sidebar .panel.about,
  aside#sidebar .panel.social {
    border-bottom: 0;
    padding-bottom: 0; }
  aside#sidebar .panel.about img {
    width: 100%; }
  aside#sidebar .panel.about p {
    font-weight: 600; }
  aside#sidebar ul.categories-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    aside#sidebar ul.categories-list a {
      color: #666666; }
      aside#sidebar ul.categories-list a:hover, aside#sidebar ul.categories-list a:focus {
        color: #949494; }
      aside#sidebar ul.categories-list a:active {
        color: #8c8c8c; }
  aside#sidebar .panel.popular-posts ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  aside#sidebar .panel.popular-posts li {
    margin-bottom: 30px; }
  aside#sidebar .panel.popular-posts a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666; }
    aside#sidebar .panel.popular-posts a:hover, aside#sidebar .panel.popular-posts a:focus {
      color: #949494; }
    aside#sidebar .panel.popular-posts a:active {
      color: #8c8c8c; }

body.error404 main {
  text-align: center; }

