/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/* 
  Reset ul
  Usage:  @include ul-reset;
*/
@font-face {
  font-family: 'Josefin Slab';
  font-style: italic;
  font-weight: 600;
  src: local("Josefin Slab SemiBold Italic"), local("JosefinSlab-SemiBoldItalic"), url(https://fonts.gstatic.com/s/josefinslab/v8/lW-kwjwOK3Ps5GSJlNNkMalnrzZyKtrnHgs.ttf) format("truetype"); }

@font-face {
  font-family: 'Josefin Slab';
  font-style: italic;
  font-weight: 700;
  src: local("Josefin Slab Bold Italic"), local("JosefinSlab-BoldItalic"), url(https://fonts.gstatic.com/s/josefinslab/v8/lW-kwjwOK3Ps5GSJlNNkMalnrzYWK9rnHgs.ttf) format("truetype"); }

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Josefin Slab Regular"), local("JosefinSlab-Regular"), url(https://fonts.gstatic.com/s/josefinslab/v8/lW-5wjwOK3Ps5GSJlNNkMalnqg6q.ttf) format("truetype"); }

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 600;
  src: local("Josefin Slab SemiBold"), local("JosefinSlab-SemiBold"), url(https://fonts.gstatic.com/s/josefinslab/v8/lW-mwjwOK3Ps5GSJlNNkMalvdSq6Kerg.ttf) format("truetype"); }

@font-face {
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Josefin Slab Bold"), local("JosefinSlab-Bold"), url(https://fonts.gstatic.com/s/josefinslab/v8/lW-mwjwOK3Ps5GSJlNNkMalvESu6Kerg.ttf) format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format("truetype"); }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local("Oswald Light"), local("Oswald-Light"), url(https://fonts.gstatic.com/s/oswald/v16/TK3hWkUHHAIjg75-sh0Tus9H.ttf) format("truetype"); }

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8D.ttf) format("truetype"); }

/*================ Typography ================*/
html {
  font-size: 10px; }

/* Type styles */
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ VENDOR ================*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1099px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #2b2724;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #2b2724;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Flexbox
==============================================================================*/
.flex {
  -ms-display: flex;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .flex.row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex.space {
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .flex.flex-center {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
  .flex.flex-end {
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .flex.baseline {
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
    align-items: baseline; }
  .flex.align-right {
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .flex.align-center {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid, .grid--uniform, .grid--rev {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -40px; }
  .grid::after, .grid--uniform::after, .grid--rev::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 40px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 934px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide, .collection-layout .collection-sidebar, .featured-info .ladybug, .calendar-grid, .template-search .main-wrapper .other-results .article-img {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 935px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide, .collection-layout .collection-sidebar-mobile, .calendar-agenda {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1130px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  .page-width.page-width-2 {
    max-width: 1080px; }
  .page-width.page-width-3 {
    max-width: 1000px; }

body {
  color: #2b2724;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.9;
  background-image: url(/cdn/shop/t/2/assets/paper_bg.png?v=20490663872040860271532474551);
  background-size: 500px 647px;
  background-position: 0 0;
  background-repeat: repeat; }

#MainContent {
  padding-bottom: 100px; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 51.42857px;
  height: 15px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }
.rte h2 {
  font-family: "Josefin Slab", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: .2em; }
.rte h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0; }
.rte h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.9;
  margin-top: 1em;
  margin-bottom: 0; }
.rte h5 {
  font-family: "Josefin Slab", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin: 0; }
.rte h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 0; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 934px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #606060; } }
@media only screen and (min-width: 1100px) {
  .responsive-table th,
  .responsive-table td {
    padding: 5px 10px; } }

/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 300;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #60c3b5;
  color: white;
  border: none;
  padding: 12px 33px 14px 33px;
  line-height: 1; }
  .btn:hover, .btn:focus {
    color: white;
    background-color: #76a441;
    outline: none;
    border: none; }
  .btn.btn-2 {
    background-color: #76a441; }
    .btn.btn-2:hover, .btn.btn-2:focus {
      background-color: #2b2724; }
  .btn.btn-3 {
    background-color: #bcb832;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 14px 33px 13px 33px; }
    .btn.btn-3:hover, .btn.btn-3:focus {
      background-color: #2b2724; }
  .btn.btn-4 {
    background-color: white;
    border: 2px solid #60c3b5;
    color: #60c3b5;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 14px 33px 13px 33px; }
    .btn.btn-4:hover, .btn.btn-4:focus {
      border: 2px solid #bcb832;
      color: #bcb832; }
  .btn.btn-arrow {
    position: relative;
    padding: 12px 40px 14px 33px; }
    .btn.btn-arrow .arrow {
      width: 40px;
      height: 16px;
      position: absolute;
      background-image: url(/cdn/shop/t/2/assets/arrow_yellow.png?v=135986562309831714621533235959);
      background-size: 40px 16px;
      background-position: center bottom;
      background-repeat: no-repeat;
      top: 14px;
      right: -22px; }
  .btn.btn-arrow-small {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 40px 10px 40px; }
    .btn.btn-arrow-small .arrow {
      width: 30px;
      height: 12px;
      background-size: 30px 12px;
      top: 12px;
      right: -14px; }
  .btn[disabled] {
    background-color: #bbbbbb; }
    .btn[disabled]:hover, .btn[disabled]:focus {
      background-color: #bbbbbb; }

a {
  color: #60c3b5;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #2b2724; }

.toggle {
  color: #60c3b5; }
  .toggle:hover, .toggle:focus {
    cursor: pointer;
    color: #2b2724;
    outline: none; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #bcb832;
  border-radius: 0;
  max-width: 100%;
  color: #2b2724;
  line-height: normal; }
  @media only screen and (min-width: 935px) {
    input,
    textarea,
    select {
      font-size: 15px;
      font-size: 1.5rem; } }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border: 1px solid #60c3b5; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #bbbbbb;
    border-color: #2b2724; }

textarea {
  min-height: 100px; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #606060;
  line-height: normal; }

::-moz-placeholder {
  opacity: 1;
  color: #606060;
  line-height: normal; }

:-ms-input-placeholder {
  opacity: 1;
  color: #606060;
  line-height: normal; }

:-moz-placeholder {
  opacity: 1;
  color: #606060;
  line-height: normal; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/2/assets/ico-select.svg?v=16861682405172533571532461684);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #e00548;
  background-color: #ffeaed;
  color: #e00548; }

.form-success,
.note--success {
  background-color: #f2ffe2;
  padding: 20px;
  text-align: center;
  color: #2b2724;
  margin-bottom: 1em; }

.errors,
.note--error {
  background-color: #ffeaed;
  padding: 20px;
  text-align: left;
  margin-bottom: 1em;
  border: 1px solid red;
  color: #2b2724; }

ul.shopify-challenge__error {
  padding-left: 0; }

/*================ Contact forms ================*/
.form-vertical,
.contact-form {
  max-width: 750px;
  margin: 30px auto; }
  .form-vertical label,
  .contact-form label {
    display: block;
    margin-bottom: 5px; }
  .form-vertical fieldset,
  .form-vertical select,
  .contact-form fieldset,
  .contact-form select {
    margin-bottom: 25px; }
  .form-vertical input[type="text"],
  .form-vertical input[type="email"],
  .form-vertical input[type="tel"],
  .form-vertical textarea,
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 25px; }
  .form-vertical input[type="checkbox"],
  .form-vertical input[type="radio"],
  .contact-form input[type="checkbox"],
  .contact-form input[type="radio"] {
    display: inline-block;
    margin-bottom: 35px; }
    .form-vertical input[type="checkbox"] + label,
    .form-vertical input[type="radio"] + label,
    .contact-form input[type="checkbox"] + label,
    .contact-form input[type="radio"] + label {
      display: inline-block;
      margin-right: 20px;
      padding-left: 5px; }
  .form-vertical .btn,
  .contact-form .btn {
    display: block;
    margin: 0 auto;
    width: auto; }

.placeholder-svg {
  display: block;
  fill: rgba(43, 39, 36, 0.35);
  background-color: rgba(43, 39, 36, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(43, 39, 36, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.topbar {
  background-color: #60c3b5;
  color: white;
  text-align: center;
  padding: 18px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase; }
  @media screen and (max-width: 800px) {
    .topbar .flex {
      -ms-display: block;
      display: block; } }
  .topbar a {
    color: white;
    display: block; }
    .topbar a:hover, .topbar a:focus {
      color: white;
      text-decoration: underline; }
  .topbar p {
    margin: 0; }
  @media screen and (max-width: 799px) {
    .topbar .topbar1 {
      margin-bottom: 10px; } }
  @media screen and (min-width: 801px) {
    .topbar .topbar1 a {
      padding-left: 30px;
      background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm_left.png?v=72045346442065069331535132703);
      background-size: 22px 12px;
      background-position: center left;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 801px) {
    .topbar .topbar2 a {
      padding-right: 30px;
      background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm_right.png?v=18833260611411183561535132683);
      background-size: 22px 12px;
      background-position: center right;
      background-repeat: no-repeat; } }

.header-wrapper {
  background-image: url(/cdn/shop/t/2/assets/color_border.png?v=96751930458056081661532475641);
  background-size: 350px 2px;
  background-position: center top;
  background-repeat: repeat-x;
  font-family: "Josefin Slab", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 0 0 0;
  margin-bottom: 60px; }
  .header-wrapper .header-search,
  .header-wrapper .account-cart {
    margin-bottom: 20px; }
  .header-wrapper ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .header-wrapper ul > li {
      margin: 0;
      padding: 0;
      background-image: none; }
    .header-wrapper ul li {
      display: inline-block; }
  .header-wrapper a {
    color: #2b2724; }
    .header-wrapper a:hover, .header-wrapper a:focus {
      color: #60c3b5; }

.site-logo {
  display: block;
  margin: 0 auto;
  max-width: 180px; }
  @media only screen and (min-width: 1100px) {
    .site-logo {
      max-width: 245px; } }
  .site-logo img {
    display: block;
    margin: 0 auto;
    width: 180px; }
    @media only screen and (min-width: 1100px) {
      .site-logo img {
        width: 245px; } }

.site-logo-h1 {
  margin: 0; }

a.header-cart,
a.mobile-cart {
  font-weight: normal;
  color: #cc892a; }
  a.header-cart svg,
  a.mobile-cart svg {
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px; }
  a.header-cart:hover,
  a.mobile-cart:hover {
    color: #2b2724; }
    a.header-cart:hover #bag-icon .st0,
    a.header-cart:hover #bag-icon-mobile .st0,
    a.mobile-cart:hover #bag-icon .st0,
    a.mobile-cart:hover #bag-icon-mobile .st0 {
      fill: #2b2724; }
  a.header-cart .count,
  a.mobile-cart .count {
    font-size: 13px;
    font-size: 1.3rem; }

ul.site-nav {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin: 0;
  font-family: "Josefin Slab", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  width: 36%; }
  ul.site-nav > li {
    margin: 0;
    padding: 0;
    background-image: none; }
  @media only screen and (min-width: 1100px) {
    ul.site-nav {
      width: 33%; } }
  ul.site-nav.site-nav-1 {
    text-align: right; }
  ul.site-nav.site-nav-2 {
    text-align: left; }
  ul.site-nav > li > a.current, ul.site-nav > li > a:hover, ul.site-nav > li > a:focus {
    color: #c33a32;
    padding-bottom: 5px;
    border-bottom: 1px solid #bcb832; }
  ul.site-nav li {
    display: inline-block;
    position: relative; }
    ul.site-nav li.label {
      color: #60c3b5;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none;
      line-height: 1.9; }
    ul.site-nav li:not(:last-of-type) {
      margin-right: 15px; }
      @media only screen and (min-width: 1100px) {
        ul.site-nav li:not(:last-of-type) {
          margin-right: 30px; } }
    ul.site-nav li ul {
      z-index: -1;
      display: none;
      position: absolute;
      list-style: none;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      top: 100%;
      width: 150px;
      margin-left: -75px;
      left: 50%;
      background-color: white;
      padding: 5px;
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; }
      ul.site-nav li ul > li {
        margin: 0;
        padding: 0;
        background-image: none; }
      ul.site-nav li ul li {
        display: block;
        padding-left: 0;
        line-height: 1.3; }
        ul.site-nav li ul li:before {
          display: none; }
        ul.site-nav li ul li:not(:last-of-type) {
          margin: 0 0 8px 0; }
        ul.site-nav li ul li a {
          display: block;
          border-bottom: none; }
    ul.site-nav li:hover ul, ul.site-nav li.hover ul {
      display: block;
      z-index: 8; }

.account-cart {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }
  .account-cart a {
    color: #cc892a; }
    .account-cart a:hover, .account-cart a:focus {
      color: #2b2724; }
  .account-cart .header-cart,
  .account-cart ul {
    display: inline-block; }
  .account-cart ul li {
    margin-right: 20px; }

.header-search,
.mobile-search,
.search-bar {
  border-bottom: 1px dashed #bcb832; }
  .header-search input,
  .mobile-search input,
  .search-bar input {
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    min-width: 150px;
    padding: 0 0 0 10px; }
  .header-search button,
  .mobile-search button,
  .search-bar button {
    background-color: transparent;
    padding: 0 0 5px 0;
    margin-top: -5px; }
  .header-search .fa-search,
  .mobile-search .fa-search,
  .search-bar .fa-search {
    font-size: 12px;
    color: #bcb832; }
    .header-search .fa-search:hover,
    .mobile-search .fa-search:hover,
    .search-bar .fa-search:hover {
      color: #2b2724; }

.header-cart svg {
  width: 16px;
  height: 13px; }

/* Mobile */
.site-nav,
.account-cart,
.desktop-logo,
.header-search {
  display: none; }
  @media only screen and (min-width: 935px) {
    .site-nav,
    .account-cart,
    .desktop-logo,
    .header-search {
      display: block; } }

.mobile-layout {
  display: block;
  margin-top: 30px; }
  @media only screen and (min-width: 935px) {
    .mobile-layout {
      display: none; } }

.mobile-menu-button,
.mobile-cart {
  width: 30%; }

.mobile-cart {
  text-align: right; }
  @media screen and (max-width: 500px) {
    .mobile-cart .header-cart {
      display: block;
      float: right;
      width: 40px; } }
  .mobile-cart svg {
    width: 30px;
    height: 24px;
    margin-bottom: 13px; }
    @media screen and (max-width: 500px) {
      .mobile-cart svg {
        margin: 0 auto 0 auto;
        display: block; } }
  .mobile-cart .count {
    display: inline-block; }
    @media screen and (max-width: 500px) {
      .mobile-cart .count {
        display: block;
        width: 40px;
        text-align: center; } }

.mobile-menu-button {
  display: block;
  position: relative; }
  .mobile-menu-button:hover {
    cursor: pointer; }

.mobile_nav {
  display: none; }
  .mobile_nav .mobile_nav_content {
    background-color: white;
    width: 100%;
    padding-top: 20px; }
  .mobile_nav .mobile-search input {
    font-size: 16px;
    font-size: 1.6rem; }
  .mobile_nav .mobile-search,
  .mobile_nav .mobile-account-link {
    margin-left: 20px;
    margin-right: 20px; }
  .mobile_nav .mobile-account-link {
    margin-top: 20px;
    margin-left: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase; }
    .mobile_nav .mobile-account-link a {
      color: #60c3b5; }
      .mobile_nav .mobile-account-link a:focus, .mobile_nav .mobile-account-link a:hover {
        color: #2b2724; }
  .mobile_nav ul,
  .mobile_nav p {
    margin-left: 20px;
    margin-right: 20px; }
  .mobile_nav p {
    text-align: center; }
  .mobile_nav ul {
    list-style-type: none;
    padding-left: 0; }
    .mobile_nav ul li {
      border-top: 1px solid #60c3b5;
      display: block; }
      .mobile_nav ul li .site-nav__link {
        text-decoration: none;
        display: block;
        padding: 15px 0;
        color: #2b2724;
        position: relative;
        margin: 0; }
        .mobile_nav ul li .site-nav__link:hover, .mobile_nav ul li .site-nav__link:focus {
          color: #60c3b5; }
      .mobile_nav ul li .site-nav__submenu {
        display: none;
        margin: 0; }
        .mobile_nav ul li .site-nav__submenu .site-nav__link {
          padding: 15px; }

.hamburger {
  font-size: 33px;
  font-size: 3.3rem; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger .icon-menu-x {
    display: none; }

.mobile_menu_button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 0;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear; }
  .mobile_menu_button.arrow_up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
  .mobile_menu_button svg {
    fill: #60c3b5;
    width: 14px; }

.site-footer {
  background-image: url(/cdn/shop/t/2/assets/color_border.png?v=96751930458056081661532475641), url(/cdn/shop/t/2/assets/footer_bg.png?v=33201990004025757661532538926);
  background-size: 250px 2px, 1280px 61px;
  background-position: center top, center bottom;
  background-repeat: repeat-x;
  font-family: "Josefin Slab", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 65px 0 55px 0; }
  .site-footer a {
    color: #2b2724; }
    .site-footer a:hover, .site-footer a:focus {
      color: #60c3b5; }
  .site-footer ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0; }
    .site-footer ul > li {
      margin: 0;
      padding: 0;
      background-image: none; }
    .site-footer ul li {
      margin-bottom: 8px; }
  .site-footer .ladybug {
    text-align: center; }
    .site-footer .ladybug img {
      width: 176px; }
  .site-footer p {
    margin-top: 0; }
  .site-footer .flex.footer-sections {
    margin-bottom: 20px; }
    @media only screen and (max-width: 934px) {
      .site-footer .flex.footer-sections {
        -ms-display: block;
        display: block; } }
  @media only screen and (min-width: 935px) {
    .site-footer .footer-section:nth-of-type(2) {
      padding-left: 10px; } }
  @media only screen and (min-width: 935px) {
    .site-footer .footer-section:first-of-type, .site-footer .footer-section:nth-of-type(2) {
      width: 15%; } }
  @media only screen and (min-width: 935px) {
    .site-footer .footer-section:nth-of-type(3) {
      width: 40%; } }
  @media only screen and (min-width: 935px) {
    .site-footer .footer-section:last-of-type {
      width: 30%; } }
  @media only screen and (max-width: 934px) {
    .site-footer .footer-section {
      -ms-flex: none;
      flex: none;
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px; } }

.newsletter-form-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-align: center;
  color: #bcb832;
  margin: 0 0 .4em 0; }

@media only screen and (max-width: 934px) {
  .site-footer .newsletter-form {
    max-width: 400px;
    margin: 0 auto; } }
.newsletter-form form {
  text-align: center; }
  .newsletter-form form ::-webkit-input-placeholder {
    color: #606060; }
  .newsletter-form form ::-moz-placeholder {
    color: #606060; }
  .newsletter-form form :-ms-input-placeholder {
    color: #606060; }
  .newsletter-form form :-moz-placeholder {
    color: #606060; }
  .newsletter-form form input {
    padding: 15px;
    margin-bottom: 0; }
  .newsletter-form form input[type="email"] {
    width: 100%;
    text-align: center;
    padding: 12px 10px 12px 10px;
    background-color: white;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    border: 1px solid #dddddd; }
  .newsletter-form form .btn.btn-arrow {
    margin: 0 auto;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 12px 50px 14px 51px; }
    .newsletter-form form .btn.btn-arrow .arrow {
      top: 17px; }

.social {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center; }
  .social > li {
    margin: 0;
    padding: 0;
    background-image: none; }
  .social li {
    font-size: 25px;
    font-size: 2.5rem;
    display: inline-block; }
    .social li:not(:last-of-type) {
      margin-right: 20px; }
    .social li:nth-of-type(1n) a {
      color: #60c3b5; }
      .social li:nth-of-type(1n) a:hover, .social li:nth-of-type(1n) a:focus {
        color: #2b2724; }
    .social li:nth-of-type(2n) a {
      color: #c33a32; }
      .social li:nth-of-type(2n) a:hover, .social li:nth-of-type(2n) a:focus {
        color: #2b2724; }
    .social li:nth-of-type(3n) a {
      color: #76a441; }
      .social li:nth-of-type(3n) a:hover, .social li:nth-of-type(3n) a:focus {
        color: #2b2724; }

.credit {
  text-align: center;
  color: #60c3b5;
  padding: 20px 0 40px 0; }

.collection-header {
  margin-bottom: 50px; }
  .collection-header .rte {
    text-align: center; }

@media only screen and (max-width: 934px) {
  .collection-layout {
    -ms-display: block;
    display: block; } }
.collection-layout .collection-sidebar-mobile {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 30px auto;
  border: 2px solid #60c3b5; }
  .collection-layout .collection-sidebar-mobile .toggle {
    text-align: center;
    margin: 0;
    border: none;
    font-size: 14px;
    font-size: 1.4rem; }
    .collection-layout .collection-sidebar-mobile .toggle svg {
      margin-left: 10px; }
  .collection-layout .collection-sidebar-mobile .toggled-content {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: "Josefin Slab", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 10px 0; }
    .collection-layout .collection-sidebar-mobile .toggled-content > li {
      margin: 0;
      padding: 0;
      background-image: none; }
    .collection-layout .collection-sidebar-mobile .toggled-content a {
      color: #2b2724; }
      .collection-layout .collection-sidebar-mobile .toggled-content a:focus, .collection-layout .collection-sidebar-mobile .toggled-content a:hover {
        color: #60c3b5; }
@media only screen and (min-width: 935px) {
  .collection-layout .collection-sidebar {
    padding-right: 60px;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%; } }
@media only screen and (max-width: 934px) {
  .collection-layout .collection-grid .grid--uniform {
    margin-left: -30px; }
    .collection-layout .collection-grid .grid--uniform .grid__item {
      padding-left: 30px; } }
@media only screen and (min-width: 935px) {
  .collection-layout .collection-grid {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%; } }

.product-grid-item {
  text-align: center;
  margin-bottom: 40px; }
  .product-grid-item .thumb {
    position: relative; }
  @media screen and (max-width: 599px) {
    .product-grid-item .flags p {
      display: inline-block; } }
  @media screen and (min-width: 600px) {
    .product-grid-item .flags {
      position: absolute;
      top: 30px;
      left: -15px; } }
  .product-grid-item .flags a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px; }
  .product-grid-item .flags .new a {
    background-image: url(/cdn/shop/t/2/assets/new_icon.png?v=154168419976293527901533070143);
    background-size: 40px 40px;
    background-position: center top;
    background-repeat: no-repeat; }
  .product-grid-item .flags .sold-out a {
    background-image: url(/cdn/shop/t/2/assets/sold_icon.png?v=182593475989638345511533070348);
    background-size: 40px 40px;
    background-position: center top;
    background-repeat: no-repeat; }
  .product-grid-item img {
    margin-bottom: 10px; }
    @media screen and (min-width: 500px) {
      .product-grid-item img {
        border: 8px solid white;
        -moz-box-shadow: 0px 0 2px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0 2px 2px rgba(0, 0, 0, 0.2); } }
  .product-grid-item p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    color: #60c3b5;
    line-height: 1.5; }
  .product-grid-item .product-title {
    margin-bottom: 10px; }
    .product-grid-item .product-title a {
      padding-bottom: 8px;
      display: inline-block;
      background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
      background-size: 40px 3px;
      background-position: center bottom;
      background-repeat: no-repeat; }
  .product-grid-item .price {
    color: #606060; }
    .product-grid-item .price.on-sale {
      color: #76a441; }
      .product-grid-item .price.on-sale s {
        color: #606060; }

.pagination {
  text-align: center;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none; }
  .pagination a {
    color: #bcb832; }
    .pagination a:hover, .pagination a:focus {
      color: #2b2724; }
  .pagination span {
    margin: 0 6px; }

.collection-sidebar .browse-label {
  font-family: "Josefin Slab", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 5px;
  color: #c33a32;
  background-image: url(/cdn/shop/t/2/assets/color_border.png?v=96751930458056081661532475641);
  background-size: 250px 2px;
  background-position: center bottom;
  background-repeat: repeat-x; }
  .collection-sidebar .browse-label a {
    color: #c33a32; }
    .collection-sidebar .browse-label a:hover, .collection-sidebar .browse-label a:focus {
      color: #2b2724; }
.collection-sidebar ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: "Josefin Slab", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none; }
  .collection-sidebar ul > li {
    margin: 0;
    padding: 0;
    background-image: none; }
  .collection-sidebar ul a {
    color: #2b2724; }
    .collection-sidebar ul a.active, .collection-sidebar ul a:hover, .collection-sidebar ul a:focus {
      color: #c33a32;
      border-bottom: 1px solid #bcb832; }
  .collection-sidebar ul li {
    margin-bottom: .85em;
    line-height: 1.5; }

.template-list-collections .product-grid-item svg {
  margin-bottom: 18px; }

.breadcrumb {
  margin-bottom: 40px;
  color: #c33a32;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase; }
  .breadcrumb .bullet {
    margin: 0 5px;
    color: #606060; }
  .breadcrumb a {
    color: #606060; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      color: #c33a32; }

@media only screen and (max-width: 934px) {
  .flex.product-content {
    -ms-display: block;
    display: block; } }

.product-images {
  margin-bottom: 30px; }
  @media only screen and (min-width: 935px) {
    .product-images {
      -ms-flex: 0 0 63%;
      flex: 0 0 63%;
      margin-bottom: 0; } }

@media only screen and (min-width: 935px) {
  .product-info {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    padding-left: 60px; } }

.product-images .product-main-image {
  margin: 0 auto;
  position: relative; }
  .product-images .product-main-image .image-zoom {
    display: inline-block;
    position: relative; }
    .product-images .product-main-image .image-zoom [data-product-featured-image] {
      width: 100%; }
.product-images .image-zoom {
  width: 100%; }

.product-images-columns {
  min-width: 0;
  min-height: 0; }
  @media screen and (max-width: 800px) {
    .product-images-columns {
      -ms-display: block;
      display: block; } }
  @media screen and (max-width: 800px) {
    .product-images-columns.multiple-images .product-thumbs-column {
      display: none; } }
  @media screen and (min-width: 801px) {
    .product-images-columns.multiple-images .product-thumbs-column {
      padding-right: 45px;
      -ms-flex: 0 0 22%;
      flex: 0 0 22%; } }
  @media screen and (min-width: 801px) {
    .product-images-columns.multiple-images .product-main-image {
      -ms-flex: 0 0 78%;
      flex: 0 0 78%; } }
  @media screen and (min-width: 901px) {
    .product-images-columns.multiple-images .mobile-thumbs {
      display: none; } }
  .product-images-columns.multiple-images .mobile-thumbs .grid--uniform {
    margin-left: -10px; }
  .product-images-columns.multiple-images .mobile-thumbs .grid__item {
    padding-left: 10px; }

.product-info h1,
.product-info .product-price {
  color: #60c3b5; }
.product-info h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  line-height: 1;
  padding-bottom: 10px;
  background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
  background-size: 40px 3px;
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-bottom: 20px; }
.product-info .product-price {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 15px; }
  .product-info .product-price s {
    color: #939393; }
.product-info #Quantity {
  max-width: 80px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #afa69f; }
.product-info .qty-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  text-transform: uppercase;
  margin-right: 10px; }
.product-info button {
  display: block; }
.product-info .btn {
  margin-bottom: 10px;
  width: 100%; }
  .product-info .btn:last-child {
    margin-bottom: 0; }
.product-info .selector-wrapper,
.product-info .product-buttons {
  margin-bottom: 25px; }
.product-info .selector-wrapper label {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #60c3b5;
  margin-bottom: 5px;
  display: block; }
.product-info select {
  width: 100%; }
@media screen and (min-width: 700px) and (max-width: 934px) {
  .product-info .product-buttons,
  .product-info .selector-wrapper {
    max-width: 500px; } }
.product-info .description,
.product-info .toggled-content {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.9; }
.product-info .description {
  padding: 25px 10px;
  background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
  background-size: 40px 3px;
  background-position: center top;
  background-repeat: repeat-x; }
  .product-info .description p:first-child {
    margin-top: 0; }
.product-info .social-sharing {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem; }
  .product-info .social-sharing h2 {
    font-family: "Josefin Slab", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #c33a32; }
  .product-info .social-sharing a {
    margin: 0 4px;
    color: #60c3b5; }
    .product-info .social-sharing a:hover, .product-info .social-sharing a:focus {
      color: #2b2724; }
    .product-info .social-sharing a:nth-child(3) {
      color: #c33a32; }
    .product-info .social-sharing a:nth-child(4) {
      color: #76a441; }
    .product-info .social-sharing a:nth-child(5) {
      color: #cc892a; }

h5.toggle {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
  background-size: 40px 3px;
  background-position: center top;
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1; }
  h5.toggle .fa-plus,
  h5.toggle .fa-minus {
    float: right; }

.toggled-content {
  padding-bottom: 20px; }
  .toggled-content p {
    margin-top: 0; }

[data-fancybox]:focus {
  outline: none; }

.fancybox-bg {
  background: #414042; }

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  width: 45px; }

.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  background-size: 45px 24px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: transparent; }
  .fancybox-button--arrow_right svg,
  .fancybox-button--arrow_left svg {
    display: none; }

.fancybox-button--arrow_right {
  background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm_right.png?v=18833260611411183561535132683); }

.fancybox-button--arrow_left {
  background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm_left.png?v=72045346442065069331535132703); }

#shopify-product-reviews {
  margin-bottom: 50px !important; }
  #shopify-product-reviews .spr-icon-star {
    margin-right: 3px;
    margin-left: 3px; }
  #shopify-product-reviews h2.spr-header-title {
    color: #60c3b5;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0; }
  #shopify-product-reviews .spr-summary {
    padding-bottom: 10px;
    background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
    background-size: 40px 3px;
    background-position: center bottom;
    background-repeat: repeat-x; }
    #shopify-product-reviews .spr-summary .spr-icon-star {
      font-size: 80%; }
  #shopify-product-reviews .spr-summary-actions-newreview {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem; }
  #shopify-product-reviews .spr-summary-actions-togglereviews {
    font-size: 15px;
    font-size: 1.5rem; }
  #shopify-product-reviews .spr-reviews {
    margin-top: 0; }
  #shopify-product-reviews .spr-review:first-child {
    margin-top: 0 !important; }
  #shopify-product-reviews .spr-review {
    padding-bottom: 10px;
    background-image: url(/cdn/shop/t/2/assets/green_border.png?v=157589871807591746261533072042);
    background-size: 40px 3px;
    background-position: center bottom;
    background-repeat: repeat-x; }
  #shopify-product-reviews .spr-review-header-title {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase; }
  #shopify-product-reviews .spr-review-content-body {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.9; }
  #shopify-product-reviews .spr-review-header-byline {
    opacity: 1;
    font-weight: 600; }
  #shopify-product-reviews .spr-form-message-success {
    text-align: center;
    background-color: #f2ffe2;
    padding: 20px; }

.related-products h2 {
  text-align: center;
  font-family: "Josefin Slab", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 40px;
  color: #cc892a; }
  .related-products h2 span {
    padding-bottom: 6px;
    background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
    background-size: 178px 2px;
    background-position: center bottom;
    background-repeat: repeat-x; }

.page-title,
.collection-header h1 {
  font-family: "Josefin Slab", sans-serif;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4;
  color: #cc892a;
  text-align: center;
  margin-bottom: 1em; }
  @media only screen and (min-width: 935px) {
    .page-title span,
    .collection-header h1 span {
      padding-bottom: 4px;
      background-image: url(/cdn/shop/t/2/assets/color_border2.png?v=95264948774666669221533065906);
      background-size: 99px 2px;
      background-position: center bottom;
      background-repeat: repeat-x; } }
  @media only screen and (min-width: 935px) {
    .page-title,
    .collection-header h1 {
      margin-top: 0; } }

.info-page.rte {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.9; }
  .info-page.rte.contact-page {
    text-align: center; }

/*================ Home page ================*/
.index-section {
  margin-bottom: 50px; }
  .index-section:last-of-type {
    margin-bottom: 0; }
  .index-section h2 {
    text-align: center;
    color: #bcb832;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0; }

.hero-simple .page-width {
  max-width: 880px;
  background-image: url(/cdn/shop/t/2/assets/diagonal_stripe.png?v=131610298752916249881533234434), url(/cdn/shop/t/2/assets/diagonal_stripe.png?v=131610298752916249881533234434);
  background-size: 60px 312px;
  background-position: 0 30%, 100% 70%;
  background-repeat: no-repeat; }
.hero-simple img {
  border: 15px solid white;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }

.featured-info {
  text-align: center;
  color: #cc892a;
  position: relative; }
  .featured-info .ladybug {
    width: 115px;
    position: absolute;
    bottom: -80px;
    right: 30px; }
  .featured-info h2 {
    font-family: "Josefin Slab", sans-serif;
    font-size: 39px;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
    margin-bottom: .5em;
    color: #cc892a; }
    .featured-info h2 span {
      padding-bottom: 6px;
      background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
      background-size: 178px 2px;
      background-position: center bottom;
      background-repeat: repeat-x; }
  .featured-info .caption {
    margin-bottom: 20px;
    font-family: "Josefin Slab", sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6; }
    .featured-info .caption p {
      margin-bottom: .35em; }
    .featured-info .caption p:first-child {
      margin-top: 0; }

@media screen and (max-width: 700px) {
  .featured-content .flex {
    -ms-display: block;
    display: block; } }
.featured-content .featured-item {
  margin-bottom: 30px; }
  @media screen and (min-width: 701px) {
    .featured-content .featured-item {
      margin-bottom: 1em;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; } }
  @media screen and (min-width: 701px) {
    .featured-content .featured-item .featured-item-wrapper {
      margin: 0 20px; } }
  .featured-content .featured-item:nth-of-type(1n) span {
    background-color: #bcb832; }
    .featured-content .featured-item:nth-of-type(1n) span:hover, .featured-content .featured-item:nth-of-type(1n) span:focus {
      background-color: #2b2724; }
  .featured-content .featured-item:nth-of-type(1n) .caption {
    background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm.png?v=36642819499467466771533678171);
    background-size: 22px 12px; }
  .featured-content .featured-item:nth-of-type(2n) span {
    background-color: #cc892a; }
    .featured-content .featured-item:nth-of-type(2n) span:hover, .featured-content .featured-item:nth-of-type(2n) span:focus {
      background-color: #2b2724; }
  .featured-content .featured-item:nth-of-type(2n) .caption {
    background-image: url(/cdn/shop/t/2/assets/arrow_green_sm.png?v=9418464499681135451533677343);
    background-size: 22px 12px; }
  .featured-content .featured-item:nth-of-type(3n) span {
    background-color: #60c3b5; }
    .featured-content .featured-item:nth-of-type(3n) span:hover, .featured-content .featured-item:nth-of-type(3n) span:focus {
      background-color: #2b2724; }
  .featured-content .featured-item:nth-of-type(3n) .caption {
    background-image: url(/cdn/shop/t/2/assets/arrow_red_sm.png?v=163631788530299214621533678145);
    background-size: 22px 12px; }
.featured-content img {
  border: 15px solid white;
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }
.featured-content .caption {
  text-align: center;
  margin-top: -30px;
  padding-bottom: 10px;
  background-position: center bottom;
  background-repeat: no-repeat; }
.featured-content h3 {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  color: white; }
  .featured-content h3 a {
    color: white; }
    .featured-content h3 a:hover, .featured-content h3 a:focus {
      color: white; }
  .featured-content h3 span {
    max-width: 170px;
    display: inline-block;
    padding: 10px 15px 9px 15px;
    line-height: 1.4; }

.featured-info-photo {
  color: white;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background-image: url(/cdn/shop/t/2/assets/brown_vines.png?v=12607352458514116141533241644);
  background-size: 300px 206px;
  background-position: center bottom;
  background-repeat: repeat;
  font-family: "Josefin Slab", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1; }
  @media screen and (min-width: 701px) {
    .featured-info-photo {
      padding-top: 360px;
      margin-top: -360px; } }
  .featured-info-photo .wrapper {
    position: relative; }
  .featured-info-photo .page-width {
    max-width: 800px; }
  @media only screen and (max-width: 934px) {
    .featured-info-photo .flex {
      -ms-display: block;
      display: block; } }
  .featured-info-photo .text {
    text-align: center; }
    @media only screen and (min-width: 935px) {
      .featured-info-photo .text {
        text-align: left;
        padding-right: 50px;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
    .featured-info-photo .text p {
      margin: 30px 0; }
    .featured-info-photo .text .btn {
      padding-left: 20px; }
  @media only screen and (max-width: 934px) {
    .featured-info-photo .img {
      text-align: center; } }
  @media only screen and (min-width: 935px) {
    .featured-info-photo .img {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }
  .featured-info-photo .img img {
    border: 15px solid white; }
  .featured-info-photo .leaf {
    display: none; }
    @media only screen and (min-width: 935px) {
      .featured-info-photo .leaf {
        display: block;
        position: absolute;
        bottom: -150px;
        left: 10%;
        width: 200px; } }

.featured-collection {
  background-image: url(/cdn/shop/t/2/assets/light_vines.png?v=91423867980642013371533250927);
  background-size: 200px 281px;
  background-position: center bottom;
  background-repeat: repeat;
  padding-top: 100px; }
  .featured-collection img {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .featured-collection p {
    font-size: 14px;
    font-size: 1.4rem; }

.hero {
  text-align: center;
  position: relative;
  line-height: 0; }
  .hero img {
    width: 100%; }

.hero-caption {
  margin-bottom: 0; }

.hero-main .caption-wrapper {
  background-color: white;
  padding: 50px;
  max-width: 840px;
  position: relative; }
  @media only screen and (max-width: 934px) {
    .hero-main .caption-wrapper {
      display: none; } }
  .hero-main .caption-wrapper .btn-wrapper {
    position: absolute;
    bottom: -36px;
    width: 100%;
    left: 0; }
  .hero-main .caption-wrapper .leaf {
    display: none; }
    @media screen and (min-width: 1100px) {
      .hero-main .caption-wrapper .leaf {
        display: block;
        position: absolute;
        top: -123px;
        right: -90px;
        width: 180px; } }

.hero-caption .caption-wrapper,
.mobile-hero-caption .caption-wrapper {
  text-align: center; }
  .hero-caption .caption-wrapper .subtitle,
  .mobile-hero-caption .caption-wrapper .subtitle {
    color: #60c3b5;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: .5em; }
  .hero-caption .caption-wrapper h2,
  .mobile-hero-caption .caption-wrapper h2 {
    font-family: "Josefin Slab", sans-serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #2b2724; }
    .hero-caption .caption-wrapper h2 span,
    .mobile-hero-caption .caption-wrapper h2 span {
      padding-bottom: 4px;
      background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
      background-size: 178px 2px;
      background-position: center bottom;
      background-repeat: repeat-x; }
  .hero-caption .caption-wrapper .rte,
  .mobile-hero-caption .caption-wrapper .rte {
    font-family: "Josefin Slab", sans-serif;
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.3; }
  .hero-caption .caption-wrapper .btn,
  .mobile-hero-caption .caption-wrapper .btn {
    font-size: 22px;
    font-size: 2.2rem; }
    .hero-caption .caption-wrapper .btn .arrow,
    .mobile-hero-caption .caption-wrapper .btn .arrow {
      top: 16px;
      background-image: url(/cdn/shop/t/2/assets/arrow_red.png?v=53935308059561321801533252782); }

.mobile-hero-caption {
  padding-top: 50px;
  padding-bottom: 50px; }
  .mobile-hero-caption .caption-wrapper .rte {
    font-size: 24px;
    font-size: 2.4rem; }
  @media only screen and (min-width: 935px) {
    .mobile-hero-caption {
      display: none; } }

.hero__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1; }
  .hero__inner .caption-wrapper {
    margin: 0 auto; }

.partners-gallery {
  text-align: center; }
  .partners-gallery .page-width {
    max-width: 85%; }
  .partners-gallery .partner-item {
    padding: 0 20px;
    max-width: 200px; }
  .partners-gallery .slider-thumbs.slick-initialized .slick-track {
    display: flex;
    align-items: center; }

.newsletter-section {
  position: relative;
  padding: 60px 0;
  background-image: url(/cdn/shop/t/2/assets/light_vines.png?v=91423867980642013371533250927);
  background-size: 200px 281px;
  background-position: center bottom;
  background-repeat: repeat; }
  .newsletter-section .page-width {
    max-width: 850px; }
  .newsletter-section .ladybug {
    display: none; }
    @media screen and (min-width: 1200px) {
      .newsletter-section .ladybug {
        display: block;
        width: 170px;
        position: absolute;
        bottom: -40px;
        left: 60px; } }
  .newsletter-section h2 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 18px;
    margin-bottom: 25px;
    background-image: url(/cdn/shop/t/2/assets/color_border.png?v=96751930458056081661532475641);
    background-size: 350px 2px;
    background-position: center bottom;
    background-repeat: repeat-x; }
    @media only screen and (min-width: 935px) {
      .newsletter-section h2 {
        text-align: left; } }
  .newsletter-section .caption1,
  .newsletter-section .caption2 {
    text-align: center;
    color: #c33a32;
    margin-top: 0; }
    @media only screen and (min-width: 935px) {
      .newsletter-section .caption1,
      .newsletter-section .caption2 {
        text-align: left; } }
  .newsletter-section .caption1 {
    font-family: "Josefin Slab", sans-serif;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media screen and (min-width: 726px) and (max-width: 846px) {
      .newsletter-section .caption1 {
        font-size: 29px;
        font-size: 2.9rem; } }
  .newsletter-section .caption2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24.5px;
    font-size: 2.45rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4; }
    @media screen and (min-width: 726px) and (max-width: 846px) {
      .newsletter-section .caption2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .newsletter-section .newsletter-form {
    margin-top: 30px; }
    .newsletter-section .newsletter-form ::-moz-placeholder {
      line-height: 2; }
    @media only screen and (max-width: 934px) {
      .newsletter-section .newsletter-form .flex {
        -ms-display: block;
        display: block; } }
    .newsletter-section .newsletter-form input[type="email"] {
      border: none;
      text-align: left;
      padding: 8px 30px 8px 30px;
      margin-right: 10px;
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (min-width: 935px) {
        .newsletter-section .newsletter-form input[type="email"] {
          margin-bottom: 0; } }
    .newsletter-section .newsletter-form button {
      font-size: 19px;
      font-size: 1.9rem; }
      @media only screen and (min-width: 935px) {
        .newsletter-section .newsletter-form button {
          width: 32%; } }
      .newsletter-section .newsletter-form button .arrow {
        top: 16px; }

.instafeed .page-width {
  max-width: 800px; }
.instafeed h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }
  .instafeed h2 a {
    color: #bcb832; }
@media screen and (max-width: 400px) {
  .instafeed #insta-feed .container {
    width: 50% !important;
    padding-top: 50% !important; } }

/*================ About page ================*/
@media only screen and (min-width: 935px) {
  .template-page-about #MainContent {
    background-image: url(/cdn/shop/t/2/assets/ladybug.png?v=107945826502825029931533235245);
    background-size: 130px 150px;
    background-position: 98% 20px;
    background-repeat: no-repeat; } }
.template-page-about .about-section {
  text-align: center;
  margin-bottom: 30px; }
.template-page-about .subtitle {
  font-family: "Josefin Slab", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.6;
  color: #cc892a;
  max-width: 600px;
  margin: 0 auto 50px auto; }
.template-page-about .about-text2 {
  margin-bottom: 50px; }
  .template-page-about .about-text2 .btn {
    margin-top: 30px; }
.template-page-about .about-gallery {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 70px;
  background-image: url(/cdn/shop/t/2/assets/brown_vines.png?v=12607352458514116141533241644);
  background-size: 260px 179px;
  background-position: center bottom;
  background-repeat: repeat;
  font-family: "Josefin Slab", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1; }
  @media screen and (min-width: 701px) {
    .template-page-about .about-gallery {
      margin-top: 80px; } }
  @media only screen and (min-width: 935px) {
    .template-page-about .about-gallery {
      padding-bottom: 15px; } }
  .template-page-about .about-gallery .wrapper {
    position: relative; }
    @media only screen and (min-width: 935px) {
      .template-page-about .about-gallery .wrapper {
        padding-bottom: 110px; } }
  @media screen and (max-width: 500px) {
    .template-page-about .about-gallery .flex {
      -ms-display: block;
      display: block; } }
  @media only screen and (min-width: 935px) {
    .template-page-about .about-gallery .flex {
      margin-top: -100px; } }
  .template-page-about .about-gallery .img img {
    border: 20px solid white;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 501px) {
    .template-page-about .about-gallery .img1 {
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      padding-right: 20px; } }
  @media screen and (min-width: 501px) {
    .template-page-about .about-gallery .img2 {
      -ms-flex: 0 0 35%;
      flex: 0 0 35%; } }
  .template-page-about .about-gallery .leaf {
    display: none; }
    @media only screen and (min-width: 935px) {
      .template-page-about .about-gallery .leaf {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 5%;
        width: 200px; } }

/*================ Events page ================*/
.events-calendar-embed {
  margin-top: 30px; }

/*================ Portfolio page ================*/
.template-page-portfolio .instafeed,
.page-gallery .instafeed {
  margin-top: 80px; }

.template-page-portfolio .main-wrapper .info-page.rte {
  margin-bottom: 30px;
  text-align: center; }
@media only screen and (min-width: 1100px) {
  .template-page-portfolio .main-wrapper .grid--uniform {
    margin-left: -60px; } }
.template-page-portfolio .main-wrapper .grid--uniform .grid__item {
  text-align: center;
  padding-bottom: 50px; }
  @media only screen and (min-width: 1100px) {
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item {
      padding-left: 60px; } }
  @media screen and (min-width: 600px) and (max-width: 899px) {
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item {
      width: 50%; }
      .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-child(2n+1) {
        clear: both; } }
  @media screen and (min-width: 900px) {
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item {
      width: 33.33333%; }
      .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-child(3n+1) {
        clear: both; } }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n+1) .btn {
    background-color: #60c3b5; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n+1) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n+1) .btn:focus {
      background-color: #2b2724; }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(2n) .btn {
    background-color: #cc892a; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(2n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(2n) .btn:focus {
      background-color: #2b2724; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(2n) .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_green.png?v=182562782582775398541533252803); }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(3n) .btn {
    background-color: #c33a32; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(3n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(3n) .btn:focus {
      background-color: #2b2724; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(3n) .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_blue.png?v=81276247436296069511535070273); }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(4n) .btn {
    background-color: #60c3b5; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(4n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(4n) .btn:focus {
      background-color: #2b2724; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(4n) .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_yellow.png?v=135986562309831714621533235959); }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(5n) .btn {
    background-color: #bcb832; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(5n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(5n) .btn:focus {
      background-color: #2b2724; }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(6n) .btn {
    background-color: #76a441; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(6n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(6n) .btn:focus {
      background-color: #2b2724; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(6n) .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_green.png?v=182562782582775398541533252803); }
  .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n) .btn {
    background-color: #c33a32; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n) .btn:hover, .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n) .btn:focus {
      background-color: #2b2724; }
    .template-page-portfolio .main-wrapper .grid--uniform .grid__item:nth-of-type(7n) .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_blue.png?v=81276247436296069511535070273); }
.template-page-portfolio .main-wrapper .grid--uniform img {
  border: 10px solid white;
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px; }

.page-gallery .rte {
  text-align: center;
  margin-bottom: 30px; }
.page-gallery .masonry-gallery .caption {
  text-align: center;
  font-size: 14px;
  background: #60c3b5;
  line-height: 1.6;
  margin: 0;
  padding: 5px;
  color: white; }
.page-gallery .grid-sizer,
.page-gallery .masonry-grid-item {
  line-height: 0;
  margin-bottom: 15px; }
  @media screen and (min-width: 400px) and (max-width: 600px) {
    .page-gallery .grid-sizer,
    .page-gallery .masonry-grid-item {
      margin-bottom: 10px; } }
  @media screen and (min-width: 400px) and (max-width: 901px) {
    .page-gallery .grid-sizer,
    .page-gallery .masonry-grid-item {
      width: 49%; } }
  @media screen and (min-width: 901px) {
    .page-gallery .grid-sizer,
    .page-gallery .masonry-grid-item {
      width: 32.333%; } }
@media screen and (min-width: 400px) and (max-width: 600px) {
  .page-gallery .gutter-sizer {
    width: 2%; } }
@media screen and (min-width: 601px) and (max-width: 901px) {
  .page-gallery .gutter-sizer {
    width: 2%; } }
@media screen and (min-width: 901px) {
  .page-gallery .gutter-sizer {
    width: 1.5%; } }
.page-gallery .masonry-grid-item a.youtube-fancybox {
  display: block;
  position: relative; }
.page-gallery .masonry-grid-item .fa-caret-circle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 70px;
  color: white; }
.page-gallery .gallery-contact-form {
  background-color: #60c3b5;
  padding: 55px 0; }
  .page-gallery .gallery-contact-form .page-title {
    color: white;
    margin-bottom: 1.3em; }
    .page-gallery .gallery-contact-form .page-title span {
      background-repeat: no-repeat;
      padding-bottom: 15px; }
  .page-gallery .gallery-contact-form input, .page-gallery .gallery-contact-form textarea {
    border: none; }
  .page-gallery .gallery-contact-form .btn {
    font-size: 25px;
    font-size: 2.5rem;
    margin-top: 70px;
    margin-bottom: -110px;
    padding: 12px 50px 14px 51px; }
.page-gallery .portfolio-link {
  margin: 50px 0 35px 0;
  text-align: center; }
  .page-gallery .portfolio-link .btn {
    background-color: #bcb832; }
    .page-gallery .portfolio-link .btn:hover, .page-gallery .portfolio-link .btn:focus {
      background-color: #2b2724; }
    .page-gallery .portfolio-link .btn .arrow {
      background-image: url(/cdn/shop/t/2/assets/arrow_yellow.png?v=135986562309831714621533235959); }
@media only screen and (max-width: 934px) {
  .page-gallery .contact-form .flex {
    -ms-display: block;
    display: block; } }
@media only screen and (min-width: 935px) {
  .page-gallery .contact-form .flex input {
    width: 50%;
    margin-right: 10px; }
    .page-gallery .contact-form .flex input:nth-child(2) {
      margin-left: 10px;
      margin-right: 0; } }
.page-gallery .contact-form .btn {
  background-color: #cc892a; }
  .page-gallery .contact-form .btn:hover, .page-gallery .contact-form .btn:focus {
    background-color: #2b2724; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.product-thumbs,
.slider-thumbs {
  display: none;
  /* prevent flash */ }
  .product-thumbs.slick-initialized,
  .slider-thumbs.slick-initialized {
    display: block; }
  .product-thumbs img,
  .slider-thumbs img {
    width: 100%; }

.slider-thumbs .slick-prev,
.slider-thumbs .slick-next {
  background-size: 45px 24px;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 24px;
  width: 45px; }
.slider-thumbs .slick-prev {
  background-image: url(/cdn/shop/t/2/assets/arrow_green_lg_left_hover.png?v=56964233910078245551536017715);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 24px;
  right: -45px;
  left: -45px; }
  @media screen and (min-width: 1000px) {
    .slider-thumbs .slick-prev {
      left: -75px; } }
  .slider-thumbs .slick-prev:hover, .slider-thumbs .slick-prev:focus {
    background-image: url(/cdn/shop/t/2/assets/arrow_green_lg_left_hover.png?v=56964233910078245551536017715);
    background-size: 45px auto;
    background-position: 0 -24px;
    background-repeat: no-repeat;
    height: 24px; }
.slider-thumbs .slick-next {
  background-image: url(/cdn/shop/t/2/assets/arrow_green_lg_right_hover.png?v=104589074460789181641536017701);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: center 0;
  height: 24px;
  right: -45px; }
  @media screen and (min-width: 1000px) {
    .slider-thumbs .slick-next {
      right: -75px; } }
  .slider-thumbs .slick-next:hover, .slider-thumbs .slick-next:focus {
    background-image: url(/cdn/shop/t/2/assets/arrow_green_lg_right_hover.png?v=104589074460789181641536017701);
    background-size: 45px auto;
    background-position: 0 -24px;
    background-repeat: no-repeat;
    height: 24px; }

.product-thumbs {
  padding-top: 22px;
  padding-bottom: 22px; }
  .product-thumbs a:focus {
    outline: none; }
  .product-thumbs .slick-prev,
  .product-thumbs .slick-next {
    left: 0;
    width: 100%; }
  .product-thumbs .slick-prev {
    background-image: url(/cdn/shop/t/2/assets/arrow_green_up_hover.png?v=7486852989620740331536016958);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 22px;
    top: 0; }
    .product-thumbs .slick-prev:hover, .product-thumbs .slick-prev:focus {
      background-image: url(/cdn/shop/t/2/assets/arrow_green_up_hover.png?v=7486852989620740331536016958);
      background-size: 12px auto;
      background-position: center -22px;
      background-repeat: no-repeat; }
  .product-thumbs .slick-next {
    background-image: url(/cdn/shop/t/2/assets/arrow_green_down_hover.png?v=69419323788614930551536016195);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 22px;
    top: 98%;
    bottom: 0; }
    .product-thumbs .slick-next:hover, .product-thumbs .slick-next:focus {
      background-image: url(/cdn/shop/t/2/assets/arrow_green_down_hover.png?v=69419323788614930551536016195);
      background-size: 12px auto;
      background-position: center -22px;
      background-repeat: no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: #eccea3;
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: #2b2724;
    outline: none;
    background: transparent; }

.slick-prev {
  left: -35px; }

.slick-next {
  right: -35px; }

@media only screen and (max-width: 934px) {
  .template-blog #MainContent {
    max-width: 600px;
    margin: 0 auto 100px auto; } }
.template-blog .page-title {
  margin-bottom: 80px; }

.template-article .instafeed {
  margin-top: 150px; }

.blog-grid {
  margin-bottom: 60px; }
  @media only screen and (min-width: 935px) {
    .blog-grid {
      margin-left: -60px; } }
  @media only screen and (min-width: 935px) {
    .blog-grid .grid__item {
      padding-left: 60px; } }
  .blog-grid .article {
    margin-bottom: 50px; }
  .blog-grid img {
    border: 10px solid white;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2); }

.article h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
  margin-top: .5em; }
.article .rte {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.6; }
.article .read-more {
  margin-top: 1.5em;
  text-align: center; }

@media only screen and (max-width: 934px) {
  .article-columns {
    -ms-display: block;
    display: block; } }
@media only screen and (min-width: 935px) {
  .article-columns .article-content {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; } }
@media only screen and (min-width: 935px) {
  .article-columns .article-sidebar {
    padding-left: 25px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; } }

.article-wrapper {
  background-color: white;
  padding: 35px;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25); }
  .article-wrapper h1 {
    margin-top: 0;
    font-family: "Josefin Slab", sans-serif;
    font-size: 39px;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
    color: #cc892a; }
  .article-wrapper .rte {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.9; }
  .article-wrapper .social-sharing {
    text-align: center;
    padding-bottom: 20px;
    background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
    background-size: 178px 2px;
    background-position: center bottom;
    background-repeat: no-repeat; }
    .article-wrapper .social-sharing h2 {
      color: #bcb832;
      font-family: "Oswald", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      letter-spacing: .03em;
      text-transform: uppercase; }
    .article-wrapper .social-sharing a {
      color: #bcb832;
      margin: 0 15px;
      font-family: "Josefin Slab", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none; }
      @media only screen and (min-width: 935px) {
        .article-wrapper .social-sharing a {
          padding: 8px 17px 8px 0;
          border-right: 1px solid #aadfd7; } }
      .article-wrapper .social-sharing a:last-child {
        border-right: none;
        padding-right: 0; }

.blog-nav {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 20px; }
  .blog-nav a {
    color: #bcb832; }
  .blog-nav .prev {
    float: left; }
  .blog-nav .next {
    float: right; }

#comments,
#comment_form {
  text-align: center; }
  @media only screen and (min-width: 935px) {
    #comments,
    #comment_form {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  #comments .moderated,
  #comment_form .moderated {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.6; }

#comments {
  margin-top: 40px; }
  #comments ul {
    list-style-type: none; }
  #comments ul, #comments li {
    margin: 0;
    padding-left: 0; }
  #comments .author {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #60c3b5; }

#comment_form {
  padding-top: 20px; }
  #comment_form h3 {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #bcb832;
    margin-bottom: 30px;
    margin-top: 0; }
  #comment_form input,
  #comment_form textarea {
    margin-bottom: 20px; }
  #comment_form input[type="text"],
  #comment_form input[type="email"],
  #comment_form textarea {
    display: block;
    width: 100%; }

.article-sidebar {
  text-align: center; }
  @media only screen and (max-width: 934px) {
    .article-sidebar {
      margin: 80px auto 0 auto;
      max-width: 300px; } }
  .article-sidebar img {
    border: 10px solid white;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2); }
  .article-sidebar .featured-info {
    margin-bottom: 40px; }
    .article-sidebar .featured-info h3 {
      margin-bottom: 1em;
      margin-top: .3em;
      color: #c33a32;
      font-family: "Josefin Slab", sans-serif;
      font-size: 39px;
      font-size: 3.9rem;
      font-weight: 600;
      letter-spacing: 0;
      text-transform: none;
      line-height: 1.4;
      font-size: 27px;
      font-size: 2.7rem; }
      .article-sidebar .featured-info h3 span {
        padding: 0 30px 9px 30px;
        background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
        background-size: 178px 2px;
        background-position: center bottom;
        background-repeat: repeat-x; }
    .article-sidebar .featured-info .rte {
      color: #2b2724;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none;
      line-height: 1.6;
      margin-bottom: 1.5em; }
    .article-sidebar .featured-info .btn {
      padding: 10px 25px 10px 25px; }
  .article-sidebar .featured-links {
    margin-bottom: 40px; }
    .article-sidebar .featured-links .featured-item {
      margin-bottom: 20px; }
      .article-sidebar .featured-links .featured-item .caption {
        text-align: center;
        margin-top: -35px;
        padding-bottom: 18px;
        background-position: center bottom;
        background-repeat: no-repeat; }
      .article-sidebar .featured-links .featured-item .btn {
        font-family: "Oswald", sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 0;
        color: white;
        padding: 8px;
        line-height: 1.4; }
        .article-sidebar .featured-links .featured-item .btn:hover, .article-sidebar .featured-links .featured-item .btn:focus {
          color: white; }
        .article-sidebar .featured-links .featured-item .btn p {
          margin: 0; }
      .article-sidebar .featured-links .featured-item:nth-of-type(1n) .btn {
        background-color: #bcb832; }
        .article-sidebar .featured-links .featured-item:nth-of-type(1n) .btn:hover, .article-sidebar .featured-links .featured-item:nth-of-type(1n) .btn:focus {
          background-color: #2b2724; }
      .article-sidebar .featured-links .featured-item:nth-of-type(1n) .caption {
        background-image: url(/cdn/shop/t/2/assets/arrow_yellow_sm.png?v=36642819499467466771533678171);
        background-size: 22px 12px; }
      .article-sidebar .featured-links .featured-item:nth-of-type(2n) .btn {
        background-color: #cc892a; }
        .article-sidebar .featured-links .featured-item:nth-of-type(2n) .btn:hover, .article-sidebar .featured-links .featured-item:nth-of-type(2n) .btn:focus {
          background-color: #2b2724; }
      .article-sidebar .featured-links .featured-item:nth-of-type(2n) .caption {
        background-image: url(/cdn/shop/t/2/assets/arrow_green_sm.png?v=9418464499681135451533677343);
        background-size: 22px 12px; }
      .article-sidebar .featured-links .featured-item:nth-of-type(3n) .btn {
        background-color: #60c3b5; }
        .article-sidebar .featured-links .featured-item:nth-of-type(3n) .btn:hover, .article-sidebar .featured-links .featured-item:nth-of-type(3n) .btn:focus {
          background-color: #2b2724; }
      .article-sidebar .featured-links .featured-item:nth-of-type(3n) .caption {
        background-image: url(/cdn/shop/t/2/assets/arrow_red_sm.png?v=163631788530299214621533678145);
        background-size: 22px 12px; }
  .article-sidebar .social {
    padding-top: 20px;
    max-width: 80%;
    margin: 0 auto;
    background-image: url(/cdn/shop/t/2/assets/color_border3.png?v=153807304862189802601533235830);
    background-size: 178px 2px;
    background-position: center top;
    background-repeat: repeat-x; }

.template-login .main-wrapper h1,
.template-activate_account .main-wrapper h1,
.template-register .main-wrapper h1,
.template-order .main-wrapper h1,
.template-addresses .main-wrapper h1,
.template-account .main-wrapper h1,
.template-reset_password .main-wrapper h1,
.template-cart .main-wrapper h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #cc892a;
  font-family: "Josefin Slab", sans-serif;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4; }

.template-login .main-wrapper h2 {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
  color: #cc892a;
  font-family: "Josefin Slab", sans-serif;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4; }

.template-login .main-wrapper .btn-return,
.template-activate_account .main-wrapper .btn-return,
.template-register .main-wrapper .btn-return,
.template-order .main-wrapper .btn-return,
.template-addresses .main-wrapper .btn-return,
.template-reset_password .main-wrapper .btn-return {
  text-align: center;
  margin-bottom: 50px; }
.template-login .main-wrapper .address-new-toggle,
.template-activate_account .main-wrapper .address-new-toggle,
.template-register .main-wrapper .address-new-toggle,
.template-order .main-wrapper .address-new-toggle,
.template-addresses .main-wrapper .address-new-toggle,
.template-reset_password .main-wrapper .address-new-toggle {
  margin: 0 auto;
  display: block; }
.template-login .main-wrapper form input,
.template-activate_account .main-wrapper form input,
.template-register .main-wrapper form input,
.template-order .main-wrapper form input,
.template-addresses .main-wrapper form input,
.template-reset_password .main-wrapper form input {
  width: 100%;
  margin-bottom: 15px; }
.template-login .main-wrapper form select,
.template-activate_account .main-wrapper form select,
.template-register .main-wrapper form select,
.template-order .main-wrapper form select,
.template-addresses .main-wrapper form select,
.template-reset_password .main-wrapper form select {
  margin: 0 0 15px 0; }
.template-login .main-wrapper form input[type="checkbox"],
.template-activate_account .main-wrapper form input[type="checkbox"],
.template-register .main-wrapper form input[type="checkbox"],
.template-order .main-wrapper form input[type="checkbox"],
.template-addresses .main-wrapper form input[type="checkbox"],
.template-reset_password .main-wrapper form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 10px; }
  .template-login .main-wrapper form input[type="checkbox"] + label,
  .template-activate_account .main-wrapper form input[type="checkbox"] + label,
  .template-register .main-wrapper form input[type="checkbox"] + label,
  .template-order .main-wrapper form input[type="checkbox"] + label,
  .template-addresses .main-wrapper form input[type="checkbox"] + label,
  .template-reset_password .main-wrapper form input[type="checkbox"] + label {
    display: inline-block; }
.template-login .main-wrapper form label,
.template-activate_account .main-wrapper form label,
.template-register .main-wrapper form label,
.template-order .main-wrapper form label,
.template-addresses .main-wrapper form label,
.template-reset_password .main-wrapper form label {
  display: block;
  margin: 5px 0 3px 0; }
.template-login .main-wrapper form .btn,
.template-activate_account .main-wrapper form .btn,
.template-register .main-wrapper form .btn,
.template-order .main-wrapper form .btn,
.template-addresses .main-wrapper form .btn,
.template-reset_password .main-wrapper form .btn {
  margin: 15px auto 10px auto;
  display: block; }
.template-login .main-wrapper form p,
.template-activate_account .main-wrapper form p,
.template-register .main-wrapper form p,
.template-order .main-wrapper form p,
.template-addresses .main-wrapper form p,
.template-reset_password .main-wrapper form p {
  margin: 0; }
.template-login .main-wrapper form button,
.template-activate_account .main-wrapper form button,
.template-register .main-wrapper form button,
.template-order .main-wrapper form button,
.template-addresses .main-wrapper form button,
.template-reset_password .main-wrapper form button {
  margin: 0 auto; }

.template-login #MainContent,
.template-activate_account #MainContent,
.template-register #MainContent,
.template-reset_password #MainContent {
  max-width: 380px;
  margin: 0 auto; }
.template-login .main-wrapper,
.template-activate_account .main-wrapper,
.template-register .main-wrapper,
.template-reset_password .main-wrapper {
  text-align: center; }
  .template-login .main-wrapper form p,
  .template-activate_account .main-wrapper form p,
  .template-register .main-wrapper form p,
  .template-reset_password .main-wrapper form p {
    margin: 0; }
  .template-login .main-wrapper form button,
  .template-activate_account .main-wrapper form button,
  .template-register .main-wrapper form button,
  .template-reset_password .main-wrapper form button {
    margin: 0 auto; }
  .template-login .main-wrapper form .form-links,
  .template-activate_account .main-wrapper form .form-links,
  .template-register .main-wrapper form .form-links,
  .template-reset_password .main-wrapper form .form-links {
    margin-top: 25px; }
    .template-login .main-wrapper form .form-links p,
    .template-activate_account .main-wrapper form .form-links p,
    .template-register .main-wrapper form .form-links p,
    .template-reset_password .main-wrapper form .form-links p {
      margin-bottom: 10px; }

.template-reset_password .main-wrapper form p {
  margin-bottom: 1em; }

.template-account h2,
.template-order h2,
.template-addresses h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #60c3b5;
  margin-top: 30px; }
.template-account h3,
.template-account h4,
.template-account strong,
.template-order h3,
.template-order h4,
.template-order strong,
.template-addresses h3,
.template-addresses h4,
.template-addresses strong {
  margin-top: 30px; }
.template-account table,
.template-order table,
.template-addresses table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 50px; }
  .template-account table .responsive-table-row + .responsive-table-row::after, .template-account table tfoot > .responsive-table-row:first-child::after,
  .template-order table .responsive-table-row + .responsive-table-row::after,
  .template-order table tfoot > .responsive-table-row:first-child::after,
  .template-addresses table .responsive-table-row + .responsive-table-row::after,
  .template-addresses table tfoot > .responsive-table-row:first-child::after {
    border-bottom: none; }
  .template-account table th,
  .template-account table td,
  .template-order table th,
  .template-order table td,
  .template-addresses table th,
  .template-addresses table td {
    text-align: left;
    border-bottom: 1px solid #606060; }
    @media only screen and (min-width: 935px) {
      .template-account table th,
      .template-account table td,
      .template-order table th,
      .template-order table td,
      .template-addresses table th,
      .template-addresses table td {
        padding: 15px; } }
    .template-account table th:first-child,
    .template-account table td:first-child,
    .template-order table th:first-child,
    .template-order table td:first-child,
    .template-addresses table th:first-child,
    .template-addresses table td:first-child {
      padding-left: 0; }
    .template-account table th:last-child,
    .template-account table td:last-child,
    .template-order table th:last-child,
    .template-order table td:last-child,
    .template-addresses table th:last-child,
    .template-addresses table td:last-child {
      padding-right: 0;
      text-align: right; }
  .template-account table th,
  .template-order table th,
  .template-addresses table th {
    padding-bottom: 15px; }
  .template-account table .order-number a,
  .template-order table .order-number a,
  .template-addresses table .order-number a {
    color: #60c3b5; }
    .template-account table .order-number a:hover, .template-account table .order-number a:focus,
    .template-order table .order-number a:hover,
    .template-order table .order-number a:focus,
    .template-addresses table .order-number a:hover,
    .template-addresses table .order-number a:focus {
      color: #2b2724; }

.template-addresses .main-wrapper form {
  max-width: 600px; }
  .template-addresses .main-wrapper form .btn {
    width: auto; }

.template-password {
  text-align: center;
  padding-top: 30px; }
  .template-password header {
    margin-bottom: 20px; }
  .template-password #MainContent {
    padding-bottom: 0; }
  .template-password img {
    max-width: 200px;
    display: block;
    margin: 0 auto; }
  .template-password form {
    max-width: 400px;
    margin: 0 auto; }
  .template-password h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24.5px;
    font-size: 2.45rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
    color: #60c3b5;
    margin: 0; }
  .template-password h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #60c3b5;
    margin-bottom: 10px; }
  .template-password .social-sharing a {
    margin: 0 20px; }
  .template-password #Login {
    max-width: 900px;
    margin: 0 auto 30px auto; }
  .template-password input[type="password"] {
    vertical-align: top; }
  .template-password .btn {
    display: block;
    margin: 20px auto 0 auto; }

.template-search .main-wrapper .page-title {
  margin-top: 30px; }
.template-search .main-wrapper .results-heading {
  text-align: center; }
.template-search .main-wrapper .search-bar {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 935px) {
    .template-search .main-wrapper .search-bar {
      max-width: 50%;
      margin: 0 auto 50px auto; } }
  .template-search .main-wrapper .search-bar form input {
    width: 80%;
    font-size: 16px;
    font-size: 1.6rem; }
.template-search .main-wrapper .other-results {
  margin-top: 30px; }
  .template-search .main-wrapper .other-results .flex {
    border-bottom: 1px solid #606060;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .template-search .main-wrapper .other-results .flex:last-child {
      border-bottom: none; }
    @media only screen and (max-width: 934px) {
      .template-search .main-wrapper .other-results .flex {
        -ms-display: block;
        display: block; } }
  .template-search .main-wrapper .other-results .article-img {
    line-height: 0;
    margin: 0 30px 0 0; }
    @media only screen and (min-width: 935px) {
      .template-search .main-wrapper .other-results .article-img {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%; } }
  @media only screen and (min-width: 935px) {
    .template-search .main-wrapper .other-results .caption {
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }
  .template-search .main-wrapper .other-results .caption h5 {
    margin-top: 0;
    margin-bottom: 10px; }
  .template-search .main-wrapper .other-results .caption p {
    margin: 0; }
  .template-search .main-wrapper .other-results .read-more {
    font-family: "Josefin Slab", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none; }

.template-giftcard #MainContent {
  padding: 30px 0 30px 0; }
.template-giftcard .giftcard-wrapper {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: 20px; }
  @media only screen and (min-width: 935px) {
    .template-giftcard .giftcard-wrapper {
      padding: 60px; } }
  .template-giftcard .giftcard-wrapper header {
    margin-bottom: 40px; }
  .template-giftcard .giftcard-wrapper h1,
  .template-giftcard .giftcard-wrapper h2,
  .template-giftcard .giftcard-wrapper .giftcard__code,
  .template-giftcard .giftcard-wrapper .btn,
  .template-giftcard .giftcard-wrapper .giftcard-qr {
    margin-bottom: 30px; }
  .template-giftcard .giftcard-wrapper h1,
  .template-giftcard .giftcard-wrapper h2 {
    font-family: "Josefin Slab", sans-serif;
    font-size: 39px;
    font-size: 3.9rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4;
    color: #cc892a; }
  .template-giftcard .giftcard-wrapper .giftcard__code {
    display: block;
    background-color: white;
    padding: 20px;
    border: 1px dashed #2b2724; }

.template-404 .main-wrapper {
  text-align: center; }

.template-cart #MainContent .cart-empty {
  text-align: center; }
.template-cart #MainContent form table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }
  @media only screen and (min-width: 935px) {
    .template-cart #MainContent form table {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table .responsive-table-row + .responsive-table-row::after, .template-cart #MainContent form table tfoot > .responsive-table-row:first-child::after {
      border-bottom: 1px solid #60c3b5;
      left: 0;
      right: 0; } }
  .template-cart #MainContent form table .product-info {
    text-align: left; }
  .template-cart #MainContent form table input[type="number"] {
    padding: 8px 3px 5px 3px;
    text-align: center;
    width: 50px;
    font-size: 11px;
    font-size: 1.1rem;
    border: 1px solid #bcb832; }
  .template-cart #MainContent form table thead th {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #60c3b5; }
  .template-cart #MainContent form table td,
  .template-cart #MainContent form table th {
    padding: 5px 0; }
    @media only screen and (min-width: 935px) {
      .template-cart #MainContent form table td,
      .template-cart #MainContent form table th {
        border-bottom: 1px solid #60c3b5;
        text-align: center;
        padding: 15px; } }
    .template-cart #MainContent form table td:first-child,
    .template-cart #MainContent form table th:first-child {
      padding-left: 0;
      text-align: left; }
    .template-cart #MainContent form table td:last-child,
    .template-cart #MainContent form table th:last-child {
      padding-right: 0;
      text-align: right; }
  .template-cart #MainContent form table [data-label="Product"] {
    max-width: 100px;
    line-height: 0;
    padding-left: 0;
    text-align: left; }
    @media only screen and (max-width: 934px) {
      .template-cart #MainContent form table [data-label="Product"] {
        max-width: 35%;
        padding-right: 20px; } }
    @media only screen and (max-width: 934px) {
      .template-cart #MainContent form table [data-label="Product"]:before {
        text-align: left;
        display: none; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table .product-info {
      max-width: 65%;
      clear: none; } }
  .template-cart #MainContent form table .product-info p {
    margin: 0 0 5px 0; }
  .template-cart #MainContent form table .product-info .variant {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
  .template-cart #MainContent form table .product-info .remove {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase; }
  .template-cart #MainContent form table .product-info small {
    display: block; }
    @media only screen and (min-width: 935px) {
      .template-cart #MainContent form table .product-info small {
        margin-top: 20px; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table [data-label="Product"],
    .template-cart #MainContent form table .product-info {
      padding-top: 20px;
      padding-bottom: 10px; } }
  .template-cart #MainContent form table [data-label="Price"] s {
    color: #cc892a; }
  .template-cart #MainContent form table [data-label="Price"]::before {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase; }
  .template-cart #MainContent form table [data-label="Price"],
  .template-cart #MainContent form table [data-label="Total"] {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table .qty,
    .template-cart #MainContent form table [data-label="Total"] {
      padding-bottom: 25px;
      max-width: 50%; }
      .template-cart #MainContent form table .qty::before,
      .template-cart #MainContent form table [data-label="Total"]::before {
        float: none;
        display: block;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table .qty::before {
      text-align: left; }
    .template-cart #MainContent form table .qty input {
      float: left; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent form table [data-label="Total"] {
      clear: none; }
      .template-cart #MainContent form table [data-label="Total"]::before {
        text-align: right; } }
.template-cart #MainContent .cart-footer {
  max-width: 100%;
  margin: auto; }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent .cart-footer.flex {
      -ms-display: block;
      display: block; } }
  @media only screen and (min-width: 935px) {
    .template-cart #MainContent .cart-footer .cart-message {
      margin: 0 0 20px 0;
      text-align: left;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; } }
  .template-cart #MainContent .cart-footer .cart-message textarea {
    border: 1px solid #bcb832; }
  .template-cart #MainContent .cart-footer .cart-totals {
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none; }
    @media only screen and (min-width: 935px) {
      .template-cart #MainContent .cart-footer .cart-totals {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%; } }
  @media only screen and (max-width: 934px) {
    .template-cart #MainContent .cart-footer {
      border-top: 1px solid #bcb832;
      padding-top: 25px;
      margin-top: 5px; } }
  .template-cart #MainContent .cart-footer label, .template-cart #MainContent .cart-footer textarea {
    display: block;
    width: 100%; }
  .template-cart #MainContent .cart-footer label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 10px; }
  .template-cart #MainContent .cart-footer .free-shipping-note,
  .template-cart #MainContent .cart-footer .free-shipping-success-note {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    font-size: 15px;
    font-size: 1.5rem; }
  .template-cart #MainContent .cart-footer .free-shipping-note {
    color: #cc892a; }
  .template-cart #MainContent .cart-footer .free-shipping-success-note {
    color: #76a441; }
  .template-cart #MainContent .cart-footer .shipping-note {
    margin-top: 5px;
    margin-bottom: 20px;
    font-style: italic; }
  .template-cart #MainContent .cart-footer .subtotal,
  .template-cart #MainContent .cart-footer .total {
    display: inline-block;
    margin-bottom: 0; }
  .template-cart #MainContent .cart-footer textarea {
    margin-bottom: 25px; }
  .template-cart #MainContent .cart-footer .subtotal {
    margin-right: 10px; }
  .template-cart #MainContent .cart-footer .total {
    margin-top: 0; }
  .template-cart #MainContent .cart-footer .btn-update {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    margin-right: 1em; }
    .template-cart #MainContent .cart-footer .btn-update:hover, .template-cart #MainContent .cart-footer .btn-update:focus {
      color: #60c3b5; }
  .template-cart #MainContent .cart-footer .btn-continue {
    color: #2b2724;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-right: 1em; }
    .template-cart #MainContent .cart-footer .btn-continue:hover, .template-cart #MainContent .cart-footer .btn-continue:focus {
      color: #60c3b5; }
  .template-cart #MainContent .cart-footer .btn-update,
  .template-cart #MainContent .cart-footer .btn {
    display: block;
    width: 100%; }
    @media screen and (min-width: 500px) {
      .template-cart #MainContent .cart-footer .btn-update,
      .template-cart #MainContent .cart-footer .btn {
        display: inline-block;
        width: auto; } }
  .template-cart #MainContent .cart-footer .btn {
    font-size: 19px;
    font-size: 1.9rem; }
    @media screen and (min-width: 400px) {
      .template-cart #MainContent .cart-footer .btn {
        font-size: 21px;
        font-size: 2.1rem; } }
