/*
Theme Name: t3b - Furleigh Estate
Author: the3bottles
Author URL: https://the3bottles.wine
Theme URI: https://the3bottles.wine
Details URI: https://www.nywebsolutions.co.uk/wp-update/details.php?slug=t3b-furleigh
Description: Theme for Furleigh Estate
Version: 1.0.17
Text Domain: t3b
 */
/*
Warm grey: #a19689
Bacchus Dry: #477626
Bacchus Fume: #b29803
Dorset Flint: #0056b8
Jurassic Gold: #ae9a63
Sea Pink: #c30e2e
Tyrannosaurus Red: #8b1b3f
 */
body {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  color: #121212;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  color: #68514c;
  font-weight: normal; }

h1 {
  font-size: 28px; }

p, li {
  line-height: 1.4em;
  letter-spacing: 0.63px; }

* {
  box-sizing: border-box; }

body {
  position: relative;
  background-color: #ffffff;
  margin: 0;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    body {
      margin-bottom: 0; } }

a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

#main > [class^="wp-block"],
#main > header,
#main > p,
#main .entry-content > p,
#main .entry-content > ul,
#main .entry-content > ol,
#main .entry-content > h1:not(.has-background),
#main .entry-content > h2:not(.has-background),
#main .entry-content > h3:not(.has-background),
#main .entry-content > h4:not(.has-background),
#main .entry-content > h5:not(.has-background),
#main .entry-content > h6:not(.has-background),
#main .entry-content > div.iframe-wrapper,
#main > div.woocommerce-account,
#main > article.post,
#main > section,
#main .wp-block-c7wp-collection .c7-product-collection,
#main .wp-block-gallery,
#main .wp-block-embed,
#main .wp-block-media-text,
#main .wp-block-c7wp-reservation,
#main .wp-block-c7wp-personalization,
#main .t3b-accordion-block,
#main .wp-block-contact-form-7-contact-form-selector {
  max-width: 1200px;
  margin-left: 15px;
  margin-right: 15px; }
  @media screen and (min-width: calc(1200px + 15px + 15px)) {
    #main > [class^="wp-block"],
    #main > header,
    #main > p,
    #main .entry-content > p,
    #main .entry-content > ul,
    #main .entry-content > ol,
    #main .entry-content > h1:not(.has-background),
    #main .entry-content > h2:not(.has-background),
    #main .entry-content > h3:not(.has-background),
    #main .entry-content > h4:not(.has-background),
    #main .entry-content > h5:not(.has-background),
    #main .entry-content > h6:not(.has-background),
    #main .entry-content > div.iframe-wrapper,
    #main > div.woocommerce-account,
    #main > article.post,
    #main > section,
    #main .wp-block-c7wp-collection .c7-product-collection,
    #main .wp-block-gallery,
    #main .wp-block-embed,
    #main .wp-block-media-text,
    #main .wp-block-c7wp-reservation,
    #main .wp-block-c7wp-personalization,
    #main .t3b-accordion-block,
    #main .wp-block-contact-form-7-contact-form-selector {
      margin-left: auto;
      margin-right: auto; } }
#main section.not-found {
  margin-bottom: calc(15px * 2); }
#main .entry-content > div.iframe-wrapper iframe {
  width: 100%; }
#main .wp-block-c7wp-collection {
  width: 100%;
  padding-bottom: 2em; }
#main .archive > .posts {
  max-width: calc(1200px + 15px + 15px);
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: calc(1200px + 15px + 15px)) {
    #main .archive > .posts {
      margin-left: auto;
      margin-right: auto; } }
#main [class^="wp-block"].alignfull,
#main header.alignfull,
#main p.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }
#main .indent-1x {
  padding-left: 1.5rem; }
#main .indent-2x {
  padding-left: 3rem; }
#main .indent-3x {
  padding-left: 4.5rem; }
#main header h1.page-title {
  margin-top: 0;
  padding-top: 1.5rem; }
#main h2, #main h3, #main h4, #main h5, #main h6 {
  margin-top: 30px;
  margin-bottom: 30px; }
#main h2.has-background,
#main h3.has-background,
#main h4.has-background,
#main h5.has-background,
#main h6.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px; }

pre {
  white-space: pre-wrap; }

.bg {
  background-color: #E6E5E3; }

.aligncenter {
  text-align: center; }

#announcement {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 110000;
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.27); }
  #announcement .announcement-content {
    position: relative; }
    #announcement .announcement-content span {
      display: block;
      margin: 15px 0; }
    #announcement .announcement-content a {
      color: #ffffff; }
    #announcement .announcement-content a:hover {
      color: #ffffff;
      text-decoration: none; }
    #announcement .announcement-content a.dismiss {
      display: inline-block;
      margin-left: 15px;
      text-decoration: none;
      font-size: 0.8em;
      padding: 10px;
      color: #ffffff;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    #announcement .announcement-content a.dismiss:hover {
      color: #d9d9d9; }
    @media screen and (min-width: 768px) {
      #announcement .announcement-content span {
        display: inline;
        margin: 0; }
      #announcement .announcement-content a.dismiss {
        display: inline-block; } }

#announcement,
.announcement-block {
  background-color: #c05f4b;
  color: #ffffff;
  padding: 15px;
  text-align: center; }

a {
  color: #827c71;
  text-decoration: underline; }

a:hover {
  color: #9da485;
  text-decoration: none; }

button,
a.button,
a.btn {
  color: #ffffff;
  background-color: #c9bc89;
  text-decoration: none;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  display: inline-block; }

button:hover,
a.button:hover,
a.btn:hover {
  color: #ffffff;
  background-color: #827c71;
  text-decoration: none; }

header.site-header {
  text-align: center; }
  header.site-header .site-branding {
    height: 154px;
    position: relative; }
    header.site-header .site-branding img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      max-width: 300px;
      height: auto; }
      @media screen and (min-width: 768px) {
        header.site-header .site-branding img {
          max-width: 440px;
          top: 50%;
          left: 15px;
          transform: translateY(-50%); } }
      @media screen and (min-width: 900px) {
        header.site-header .site-branding img {
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); } }

nav.main-navigation {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #827c71;
  color: #ffffff;
  text-align: right;
  transition: box-shadow 0.2s ease-in-out;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out; }
  nav.main-navigation .mini-logo {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
    nav.main-navigation .mini-logo img {
      height: 40px;
      width: auto; }
  nav.main-navigation button.menu-toggle {
    border: none;
    padding: 15px;
    background-color: #827c71;
    color: #ffffff;
    font-size: 1.2em; }
  nav.main-navigation button.menu-toggle:hover {
    background-color: #9da485;
    color: #ffffff; }
  nav.main-navigation ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    text-align: left; }
    nav.main-navigation ul.menu li a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      font-family: "Libre Baskerville", serif;
      text-transform: uppercase;
      padding: 15px 30px; }
    nav.main-navigation ul.menu li a:hover {
      background-color: #9da485; }
    nav.main-navigation ul.menu li ul.sub-menu {
      background: #676259;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 0.8em; }
      nav.main-navigation ul.menu li ul.sub-menu li a {
        color: #ffffff;
        padding-left: 5em; }
      nav.main-navigation ul.menu li ul.sub-menu li a:hover {
        background-color: #8e9672;
        color: #ffffff; }
      nav.main-navigation ul.menu li ul.sub-menu li.current-menu-item a,
      nav.main-navigation ul.menu li ul.sub-menu li.current-menu-parent a {
        background-color: #858d69;
        color: #ffffff; }
    nav.main-navigation ul.menu li.current-menu-item,
    nav.main-navigation ul.menu li.current-menu-parent {
      background-color: #9da485; }
  @media screen and (min-width: 768px) {
    nav.main-navigation button.menu-toggle {
      display: none; }
    nav.main-navigation ul.menu {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      nav.main-navigation ul.menu li {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out; }
        nav.main-navigation ul.menu li a {
          flex-grow: 1; }
        nav.main-navigation ul.menu li ul.sub-menu {
          display: none;
          background-color: #9da485;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          margin: 0;
          padding: 0; }
          nav.main-navigation ul.menu li ul.sub-menu li {
            display: inline-block;
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out; }
            nav.main-navigation ul.menu li ul.sub-menu li a {
              flex-grow: 1;
              display: inline-block;
              padding: 15px 30px; }
      nav.main-navigation ul.menu li.current-menu-item ul.sub-menu,
      nav.main-navigation ul.menu li.current-menu-parent ul.sub-menu {
        display: flex; }
        nav.main-navigation ul.menu li.current-menu-item ul.sub-menu li.current-menu-item a,
        nav.main-navigation ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
          background-color: #858d69;
          color: #ffffff; }
      nav.main-navigation ul.menu li.current-menu-item.faded,
      nav.main-navigation ul.menu li.current-menu-parent.faded {
        background-color: #827c71;
        color: #ffffff; }
      nav.main-navigation ul.menu li:hover > a {
        background-color: #9da485;
        color: #ffffff; }
      nav.main-navigation ul.menu li:hover ul.sub-menu {
        display: flex;
        z-index: 1000;
        opacity: 1; }
    nav.main-navigation ul.menu:hover li ul.sub-menu li {
      opacity: 0; }
    nav.main-navigation ul.menu:hover li:hover ul.sub-menu li {
      opacity: 1; } }

nav.main-navigation.scrolled {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  nav.main-navigation.scrolled .mini-logo {
    opacity: 1; }

footer nav#footer-nav ul#footer-menu {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center; }
  footer nav#footer-nav ul#footer-menu li {
    display: inline; }
    footer nav#footer-nav ul#footer-menu li a {
      font-size: 0.8em;
      text-decoration: none; }
    footer nav#footer-nav ul#footer-menu li a:hover {
      text-decoration: underline;
      color: #ffffff; }
  footer nav#footer-nav ul#footer-menu li + li::before {
    content: " | ";
    font-size: 0.8em;
    margin: 0 6px 0 5px;
    color: rgba(255, 255, 255, 0.5); }

footer.site-footer {
  background-color: #706b62;
  color: #ffffff;
  padding: 15px 0 0 0; }
  footer.site-footer h1, footer.site-footer h2, footer.site-footer h3, footer.site-footer h4, footer.site-footer h5, footer.site-footer h6 {
    color: #ffffff; }
  footer.site-footer a {
    color: #ffffff;
    text-decoration: none; }
  footer.site-footer a:hover {
    color: #ffffff;
    text-decoration: underline; }
  footer.site-footer .container {
    max-width: 1200px;
    margin-left: 15px;
    margin-right: 15px; }
    @media screen and (min-width: calc(1200px + 15px + 15px)) {
      footer.site-footer .container {
        margin-left: auto;
        margin-right: auto; } }
  footer.site-footer .footer-widgets {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
    @media screen and (min-width: 992px) {
      footer.site-footer .footer-widgets {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); }
        footer.site-footer .footer-widgets .footer-widget:nth-child(odd) {
          text-align: left; }
        footer.site-footer .footer-widgets .footer-widget:nth-child(even) {
          text-align: right; } }
    footer.site-footer .footer-widgets .fab {
      font-size: 3em;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out; }
    footer.site-footer .footer-widgets .fab:hover {
      color: #b4baa2; }
    footer.site-footer .footer-widgets .c7-subscribe .c7-form {
      margin: 0 auto; }
      footer.site-footer .footer-widgets .c7-subscribe .c7-form div:not(.c7-form__button-row) {
        width: 100%;
        margin-bottom: 2.2rem; }
      footer.site-footer .footer-widgets .c7-subscribe .c7-form div.c7-form__button-row {
        text-align: center;
        width: 100%;
        margin-bottom: 2.2rem; }
        footer.site-footer .footer-widgets .c7-subscribe .c7-form div.c7-form__button-row button {
          margin: 0 auto; }
      @media screen and (min-width: 600px) {
        footer.site-footer .footer-widgets .c7-subscribe .c7-form {
          display: flex;
          width: 80%;
          max-width: 80%;
          justify-content: center; }
          footer.site-footer .footer-widgets .c7-subscribe .c7-form div:not(.c7-form__button-row) {
            flex-grow: 100;
            width: auto; }
          footer.site-footer .footer-widgets .c7-subscribe .c7-form div.c7-form__button-row {
            flex-grow: 1;
            width: auto; } }
      @media screen and (min-width: 992px) {
        footer.site-footer .footer-widgets .c7-subscribe .c7-form {
          width: 100%;
          max-width: 100%; } }
      footer.site-footer .footer-widgets .c7-subscribe .c7-form label {
        font-size: 0px; }
      footer.site-footer .footer-widgets .c7-subscribe .c7-form .c7-error {
        position: relative; }
        footer.site-footer .footer-widgets .c7-subscribe .c7-form .c7-error .c7-message--error {
          position: absolute;
          bottom: 0;
          left: 0;
          transform: translateY(100%);
          color: #fff;
          background-color: #cc0000;
          width: 100%;
          padding: 0.5rem; }
  footer.site-footer .awards {
    text-align: center;
    margin-bottom: 15px; }
    footer.site-footer .awards .award {
      display: inline-block; }
      footer.site-footer .awards .award img {
        height: 120px;
        width: auto;
        margin: 15px; }
  footer.site-footer .sub-footer {
    background-color: #615d55;
    padding: 15px 0;
    text-align: center; }
    footer.site-footer .sub-footer .funding h3 {
      text-align: center; }
    footer.site-footer .sub-footer .funding img {
      width: 100px;
      height: auto; }
  footer.site-footer .site-info {
    background-color: #514d46;
    clear: both;
    text-align: center;
    padding: 15px; }
  footer.site-footer .nyws-social-icons {
    margin-top: 16px;
    margin-bottom: 16px; }

#main article.post.single header.entry-header {
  border-bottom: 1px solid rgba(130, 124, 113, 0.5);
  margin-bottom: 1em;
  padding-bottom: 1em; }
  #main article.post.single header.entry-header h1.entry-title {
    margin-bottom: .5em; }
  #main article.post.single header.entry-header .entry-meta {
    font-size: 1.1em;
    color: rgba(104, 81, 76, 0.7); }
#main article.post.single footer.entry-footer {
  border-top: 1px solid rgba(130, 124, 113, 0.5);
  margin-top: 1em;
  padding-top: .5em;
  margin-bottom: 2em; }
  #main article.post.single footer.entry-footer > span {
    display: block;
    margin: .5em 0; }
  #main article.post.single footer.entry-footer .cat-links {
    color: rgba(104, 81, 76, 0.7);
    font-size: 0.8rem; }

.accordion {
  clear: both;
  margin: 50px 0;
  text-align: left; }
  .accordion .accordion-item {
    border-top: 1px solid rgba(130, 124, 113, 0.5); }
    .accordion .accordion-item h4.accordion-title {
      font-weight: normal;
      cursor: pointer;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      padding-bottom: 20px !important;
      padding-top: 20px !important;
      line-height: 1em !important; }
      .accordion .accordion-item h4.accordion-title i {
        color: #68514c;
        margin-right: 5px; }
    .accordion .accordion-item .accordion-content {
      display: none; }
  .accordion .accordion-item:last-child {
    border-bottom: 1px solid rgba(130, 124, 113, 0.5); }

#main article.page header.entry-header h1.entry-title {
  text-align: center;
  padding-top: 40px;
  margin-top: 0; }

.boxzilla {
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.27);
  z-index: 100000 !important; }
  .boxzilla h1, .boxzilla h2, .boxzilla h3, .boxzilla h4, .boxzilla h5, .boxzilla h6, .boxzilla p, .boxzilla a {
    color: #ffffff; }

video {
  width: 100%;
  height: auto; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.responsive-embed iframe {
  width: 100%;
  height: 80vh; }

.wpcf7 form {
  max-width: 550px;
  margin: 0 auto; }
.wpcf7 input[type='text'],
.wpcf7 input[type='date'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 textarea {
  border: 1px solid #E6E5E3;
  padding: 0.5rem;
  width: 100%; }
.wpcf7 input[type='submit'] {
  display: block;
  margin: 0 auto;
  background-color: #c9bc89;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  border: none;
  padding: 0.5rem 0.9rem;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .wpcf7 input[type='submit']:hover {
    background-color: #827c71;
    color: #ffffff; }

#main {
  /* Colors */
  /* Backgrounds */
  /* Gradients */ }
  #main .wp-block-columns {
    margin-left: auto;
    margin-right: auto; }
    #main .wp-block-columns .wp-block-column {
      margin-left: 0;
      margin-right: 0;
      padding: 15px; }
      #main .wp-block-columns .wp-block-column p {
        margin-left: 0;
        margin-right: 0; }
      #main .wp-block-columns .wp-block-column .wp-block-buttons {
        text-align: center; }
  @media screen and (min-width: calc(calc(1200px + 15px + 15px) + 15px + 15px)) {
    #main .wp-block-columns {
      max-width: calc(1200px + 15px + 15px); } }
  #main .wp-block-buttons {
    text-align: center; }
  #main .wp-block-buttons,
  #main .wp-block-button,
  #main .wp-block-button__link {
    margin-left: 0;
    margin-right: 0;
    text-shadow: none; }
  #main .wp-block-button {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: block;
    margin: 0 auto; }
    #main .wp-block-button .wp-block-button__link.has-brown-background-color {
      background-color: #68514c; }
    #main .wp-block-button .wp-block-button__link.has-brown-light-background-color {
      background-color: #c9bc89; }
    #main .wp-block-button .wp-block-button__link.has-brown-grey-background-color {
      background-color: #827c71; }
    #main .wp-block-button .wp-block-button__link.has-green-background-color {
      background-color: #9da485; }
    #main .wp-block-button .wp-block-button__link.has-brown-grey-lighter-background-color {
      background-color: #E6E5E3; }
    #main .wp-block-button .wp-block-button__link.has-white-background-color {
      background-color: #ffffff; }
    #main .wp-block-button .wp-block-button__link.has-black-background-color {
      background-color: #121212; }
    #main .wp-block-button .wp-block-button__link {
      font-family: "Libre Baskerville", serif;
      text-transform: uppercase; }
    #main .wp-block-button .wp-block-button__link:hover {
      background-color: #827c71;
      color: #ffffff; }
  #main .wp-block-image img {
    height: auto; }
  #main .wp-block-cover {
    font-family: "Libre Baskerville", serif; }
    #main .wp-block-cover .wp-block-cover__inner-container {
      line-height: 3em;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); }
  #main .wp-block-cover.has-background-dim {
    background-color: rgba(0, 0, 0, 0.6); }
  #main ul.wp-block-latest-posts {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 calc((100% - 1200px) / 2) 30px calc((100% - 1200px) / 2);
    background-color: #E6E5E3;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
    @media screen and (min-width: 992px) {
      #main ul.wp-block-latest-posts {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
    #main ul.wp-block-latest-posts li {
      display: block;
      width: calc(100% - (15px * 2));
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.27);
      background-color: #ffffff;
      padding: 15px;
      margin: 15px; }
      #main ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
        text-align: center;
        margin: 0 0 1em 0; }
      @media screen and (min-width: 768px) {
        #main ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
          float: left;
          text-align: left;
          height: 100%;
          margin: 0 1em 0 0; }
        #main ul.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
          margin-left: calc(200px + 1em); } }
  #main .wp-block-media-text figure.wp-block-media-text__media img {
    height: auto; }
  #main .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    width: 100%; }
    #main .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #main .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    max-height: 50vw;
    width: 100%;
    margin-right: 0; }
    @media screen and (min-width: 600px) {
      #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
        width: calc(33.33333% - 10.66667px); } }
    @media screen and (min-width: 800px) {
      #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
        max-height: 25vw; } }
    @media screen and (min-width: 1100px) {
      #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
        max-height: 400px; } }
    #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item figcaption {
      background: linear-gradient(0deg, rgba(89, 85, 77, 0.7), rgba(89, 85, 77, 0.3) 70%, transparent);
      text-shadow: 1px 1px 3px rgba(18, 18, 18, 0.8); }
  @media screen and (min-width: 600px) {
    #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:first-child,
    #main .wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:nth-of-type(2n) {
      margin-right: 16px; } }
  #main .has-brown-color {
    color: #68514c; }
  #main .has-brown-light-color {
    color: #c9bc89; }
  #main .has-brown-grey-color {
    color: #827c71; }
  #main .has-green-color {
    color: #9da485; }
  #main .has-black-color {
    color: #121212; }
  #main .has-brown-grey-light-color {
    color: #E6E5E3; }
  #main .has-white-color {
    color: #ffffff; }
  #main .has-brown-background-color {
    background-color: #68514c; }
  #main .has-brown-light-background-color {
    background-color: #c9bc89; }
  #main .has-brown-grey-background-color {
    background-color: #827c71; }
  #main .has-green-background-color {
    background-color: #9da485; }
  #main .has-black-background-color {
    background-color: #121212; }
  #main .has-brown-grey-light-background-color {
    background-color: #E6E5E3; }
  #main .has-white-background-color {
    background-color: #ffffff; }
  #main .has-grad-black-gradient-background {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
  #main .archive {
    padding: 1em 0;
    background: #E6E5E3; }
    #main .archive .posts {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
      @media screen and (min-width: 992px) {
        #main .archive .posts {
          grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); } }
      #main .archive .posts article.post {
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.27);
        background-color: #ffffff;
        padding: 15px;
        margin: 15px; }
        #main .archive .posts article.post header h2.entry-title {
          font-size: 1.2em;
          padding: 1em 0 0 0;
          margin-top: 0;
          margin-bottom: 0; }
          #main .archive .posts article.post header h2.entry-title a {
            text-decoration: none;
            font-size: 1.2em;
            color: #68514c; }
        #main .archive .posts article.post .post-thumbnail {
          width: 200px;
          height: 200px;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          margin: 0 auto; }
        #main .archive .posts article.post .entry-content a.post-thumbnail {
          display: block;
          text-align: center;
          margin: 0 0 1em 0; }
        @media screen and (min-width: 768px) {
          #main .archive .posts article.post header h2.entry-title {
            padding: 1em 0 0 0;
            margin-left: calc(200px + 1rem); }
          #main .archive .posts article.post .entry-content a.post-thumbnail {
            float: left;
            height: 100%; }
          #main .archive .posts article.post .entry-content p {
            margin-left: calc(200px + 1rem); }
          #main .archive .posts article.post footer.entry-footer {
            margin-left: calc(200px + 1rem);
            color: rgba(104, 81, 76, 0.7);
            font-size: 0.8rem; }
            #main .archive .posts article.post footer.entry-footer > span {
              display: block; } }
      @media screen and (min-width: 768px) {
        #main .archive .posts article.post {
          position: relative; }
          #main .archive .posts article.post .post-thumbnail {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 215px; } }
  #main nav.pagination {
    background-color: #E6E5E3;
    padding: 15px 0; }
    #main nav.pagination ul {
      list-style: none;
      padding: 0;
      margin: 0;
      padding-bottom: 15px;
      text-align: center; }
      #main nav.pagination ul li {
        display: inline; }
        #main nav.pagination ul li span,
        #main nav.pagination ul li a {
          display: inline-block;
          padding: 8px;
          margin: 0 8px;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-color: #827c71;
          color: #ffffff;
          text-decoration: none; }
        #main nav.pagination ul li span {
          background-color: #9da485;
          color: #ffffff; }
        #main nav.pagination ul li a:hover {
          background-color: #9da485;
          color: #ffffff; }

#c7-content,
.c7wp-wrap,
.wp-block-c7wp-collection {
  background: #E6E5E3; }
  #c7-content .fa-spin,
  .c7wp-wrap .fa-spin,
  .wp-block-c7wp-collection .fa-spin {
    display: block;
    font-size: 2em;
    text-align: center; }
  #c7-content p,
  .c7wp-wrap p,
  .wp-block-c7wp-collection p {
    margin-left: 0;
    margin-right: 0; }
  #c7-content section,
  .c7wp-wrap section,
  .wp-block-c7wp-collection section {
    padding-bottom: 1em; }
  #c7-content .c7-product-collection,
  .c7wp-wrap .c7-product-collection,
  .wp-block-c7wp-collection .c7-product-collection {
    max-width: 100%;
    min-height: 300px; }
    #c7-content .c7-product-collection .c7-product,
    .c7wp-wrap .c7-product-collection .c7-product,
    .wp-block-c7wp-collection .c7-product-collection .c7-product {
      background: #ffffff;
      padding: 15px;
      margin: 15px;
      width: auto;
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.27); }
      #c7-content .c7-product-collection .c7-product .c7-product__title,
      .c7wp-wrap .c7-product-collection .c7-product .c7-product__title,
      .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__title {
        color: #68514c;
        margin: 15px 0;
        line-height: 130%;
        font-size: 1.2em;
        padding-top: 1em !important;
        padding-bottom: .5em !important; }
        #c7-content .c7-product-collection .c7-product .c7-product__title a,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__title a,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__title a {
          color: #68514c; }
      #c7-content .c7-product-collection .c7-product .c7-product__photo,
      .c7wp-wrap .c7-product-collection .c7-product .c7-product__photo,
      .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__photo {
        max-width: 100%; }
        @media screen and (min-width: 820px) {
          #c7-content .c7-product-collection .c7-product .c7-product__photo,
          .c7wp-wrap .c7-product-collection .c7-product .c7-product__photo,
          .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__photo {
            max-width: 120px; } }
        @media screen and (min-width: 992px) {
          #c7-content .c7-product-collection .c7-product .c7-product__photo,
          .c7wp-wrap .c7-product-collection .c7-product .c7-product__photo,
          .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__photo {
            max-width: 150px; } }
        @media screen and (min-width: 1100px) {
          #c7-content .c7-product-collection .c7-product .c7-product__photo,
          .c7wp-wrap .c7-product-collection .c7-product .c7-product__photo,
          .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__photo {
            max-width: 45%; } }
        #c7-content .c7-product-collection .c7-product .c7-product__photo img,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__photo img,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__photo img {
          max-width: 100%;
          height: auto;
          max-height: initial; }
      #c7-content .c7-product-collection .c7-product .c7-product__info,
      .c7wp-wrap .c7-product-collection .c7-product .c7-product__info,
      .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info {
        padding: 0 15px;
        max-width: 100%; }
        @media screen and (min-width: 1100px) {
          #c7-content .c7-product-collection .c7-product .c7-product__info,
          .c7wp-wrap .c7-product-collection .c7-product .c7-product__info,
          .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info {
            max-width: 55%; } }
        #c7-content .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__price,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__price,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__price {
          font-size: 1.2rem;
          margin-bottom: 1rem;
          color: #68514c;
          font-weight: 400; }
        #c7-content .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__add-to-cart,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__add-to-cart,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__add-to-cart {
          line-height: 42px;
          align-items: initial; }
        #c7-content .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        #c7-content .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        .c7wp-wrap .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        .wp-block-c7wp-collection .c7-product-collection .c7-product .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage {
          width: 100%; }
    #c7-content .c7-product-collection .c7-product--featured,
    .c7wp-wrap .c7-product-collection .c7-product--featured,
    .wp-block-c7wp-collection .c7-product-collection .c7-product--featured {
      border: none; }
      #c7-content .c7-product-collection .c7-product--featured .c7-product__title,
      .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__title,
      .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__title {
        font-size: 1.4em; }
      #c7-content .c7-product-collection .c7-product--featured .c7-product__photo,
      .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__photo,
      .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__photo {
        max-width: 100%; }
        @media screen and (min-width: 820px) {
          #c7-content .c7-product-collection .c7-product--featured .c7-product__photo,
          .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__photo,
          .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__photo {
            max-width: 30%; } }
        #c7-content .c7-product-collection .c7-product--featured .c7-product__photo img,
        .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__photo img,
        .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__photo img {
          max-width: 100%;
          height: auto;
          max-height: initial; }
      #c7-content .c7-product-collection .c7-product--featured .c7-product__info,
      .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__info,
      .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__info {
        padding: 0 15px;
        max-width: 100%; }
        @media screen and (min-width: 820px) {
          #c7-content .c7-product-collection .c7-product--featured .c7-product__info,
          .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__info,
          .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__info {
            max-width: 70%; } }
        #c7-content .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__select,
        .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__select,
        .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__select {
          max-width: 300px; }
        #c7-content .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        #c7-content .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
        .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        .c7wp-wrap .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
        .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
        .wp-block-c7wp-collection .c7-product-collection .c7-product--featured .c7-product__info .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage {
          max-width: 300px; }
    @media screen and (min-width: 820px) {
      #c7-content .c7-product-collection .c7-product,
      .c7wp-wrap .c7-product-collection .c7-product,
      .wp-block-c7wp-collection .c7-product-collection .c7-product {
        width: calc(50% - 30px);
        margin: 15px; }
      #c7-content .c7-product-collection .c7-product--featured,
      .c7wp-wrap .c7-product-collection .c7-product--featured,
      .wp-block-c7wp-collection .c7-product-collection .c7-product--featured {
        width: 100%; } }
  #c7-content .c7-product-detail,
  .c7wp-wrap .c7-product-detail,
  .wp-block-c7wp-collection .c7-product-detail {
    margin-bottom: 0;
    padding-bottom: 40px; }
    #c7-content .c7-product-detail .c7-product-detail__info h2, #c7-content .c7-product-detail .c7-product-detail__info h3, #c7-content .c7-product-detail .c7-product-detail__info h4, #c7-content .c7-product-detail .c7-product-detail__info h5, #c7-content .c7-product-detail .c7-product-detail__info h6,
    .c7wp-wrap .c7-product-detail .c7-product-detail__info h2,
    .c7wp-wrap .c7-product-detail .c7-product-detail__info h3,
    .c7wp-wrap .c7-product-detail .c7-product-detail__info h4,
    .c7wp-wrap .c7-product-detail .c7-product-detail__info h5,
    .c7wp-wrap .c7-product-detail .c7-product-detail__info h6,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info h2,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info h3,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info h4,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info h5,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info h6 {
      line-height: 1.6em; }
    #c7-content .c7-product-detail .c7-product__variant .c7-product__variant__price,
    .c7wp-wrap .c7-product-detail .c7-product__variant .c7-product__variant__price,
    .wp-block-c7wp-collection .c7-product-detail .c7-product__variant .c7-product__variant__price {
      display: block;
      font-size: 1.2rem;
      font-weight: 300;
      margin: 1rem 0;
      line-height: initial; }
    #c7-content .c7-product-detail .c7-product__variant .c7-product__variant__add-to-cart,
    .c7wp-wrap .c7-product-detail .c7-product__variant .c7-product__variant__add-to-cart,
    .wp-block-c7wp-collection .c7-product-detail .c7-product__variant .c7-product__variant__add-to-cart {
      line-height: 42px;
      align-items: initial; }
    #c7-content .c7-product-detail .c7-product__variant .c7-product__variant__select,
    .c7wp-wrap .c7-product-detail .c7-product__variant .c7-product__variant__select,
    .wp-block-c7wp-collection .c7-product-detail .c7-product__variant .c7-product__variant__select {
      max-width: 250px; }
    #c7-content .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
    #c7-content .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
    .c7wp-wrap .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
    .c7wp-wrap .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage,
    .wp-block-c7wp-collection .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-recipient,
    .wp-block-c7wp-collection .c7-product-detail .c7-product__variant .c7-product__variant__gift-card #c7-giftMessage {
      min-width: 250px; }
    #c7-content .c7-product-detail [class^='c7-product__variant__price__'],
    .c7wp-wrap .c7-product-detail [class^='c7-product__variant__price__'],
    .wp-block-c7wp-collection .c7-product-detail [class^='c7-product__variant__price__'] {
      font-weight: 300; }
    #c7-content .c7-product-detail .c7-product-detail__photo,
    .c7wp-wrap .c7-product-detail .c7-product-detail__photo,
    .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo {
      padding-top: 40px;
      margin-top: 0; }
      @media screen and (min-width: 800px) {
        #c7-content .c7-product-detail .c7-product-detail__photo,
        .c7wp-wrap .c7-product-detail .c7-product-detail__photo,
        .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo {
          padding-top: 0;
          margin-top: 40px; } }
      #c7-content .c7-product-detail .c7-product-detail__photo img,
      .c7wp-wrap .c7-product-detail .c7-product-detail__photo img,
      .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo img {
        max-width: 100%; }
      #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs,
      .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs,
      .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs {
        display: flex;
        justify-content: space-evenly;
        width: 250px;
        margin: 0 auto; }
        #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
        .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
        .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a {
          cursor: pointer;
          padding: 0 5px; }
        #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
        .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
        .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a {
          box-sizing: border-box; }
          #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a img,
          .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a img,
          .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a img {
            border: 2px solid transparent;
            transition: border 0.2s;
            -webkit-transition: border 0.2s; }
        #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a:hover img,
        .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a:hover img,
        .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a:hover img {
          border-color: #121212; }
    @media screen and (min-width: 800px) {
      #c7-content .c7-product-detail .c7-product-detail__info,
      .c7wp-wrap .c7-product-detail .c7-product-detail__info,
      .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__info {
        padding-right: 30px;
        width: 60%; }
      #c7-content .c7-product-detail .c7-product-detail__photo,
      .c7wp-wrap .c7-product-detail .c7-product-detail__photo,
      .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo {
        width: 40%; }
        #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs,
        .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs,
        .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs {
          justify-content: flex-start;
          margin: 0 -7px;
          width: auto; }
          #c7-content .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
          .c7wp-wrap .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a,
          .wp-block-c7wp-collection .c7-product-detail .c7-product-detail__photo .c7-product-detail__photo__thumbs a {
            cursor: pointer;
            padding: 0 5px; } }

#c7-main {
  background: #E6E5E3; }
  #c7-main .entry-content #c7-content,
  #c7-main .entry-content > h2,
  #c7-main .entry-content > h3,
  #c7-main .entry-content > h4,
  #c7-main .entry-content > h5,
  #c7-main .entry-content > h6,
  #c7-main .entry-content > p {
    max-width: 1200px;
    margin-left: 15px;
    margin-right: 15px; }
    @media screen and (min-width: calc(1200px + 15px + 15px)) {
      #c7-main .entry-content #c7-content,
      #c7-main .entry-content > h2,
      #c7-main .entry-content > h3,
      #c7-main .entry-content > h4,
      #c7-main .entry-content > h5,
      #c7-main .entry-content > h6,
      #c7-main .entry-content > p {
        margin-left: auto;
        margin-right: auto; } }

#c7-content h1 {
  margin-top: 0;
  padding-top: 40px; }

.c7-selectboxWrap select,
.c7-form select {
  -webkit-appearance: none;
  -moz-appearance: none; }

.flexible-block.c7-product-collection,
.flexible-block.c7-reservation {
  width: 100%;
  max-width: 100%;
  background: #f7f7f7;
  padding-bottom: 30px; }
  .flexible-block.c7-product-collection h2.block-title,
  .flexible-block.c7-reservation h2.block-title {
    text-align: center;
    padding-top: 35px; }

.site-content.c7,
.c7wp-wrap {
  background: #E6E5E3; }

.c7-product__variant input[type="text"],
.c7-product__variant textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 42px;
  padding: 0.5rem;
  font-family: inherit; }
.c7-product__variant textarea {
  height: 3rem; }
.c7-product__variant select {
  max-width: 100%; }

#c7wp-cart-box {
  position: fixed;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #827c71;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.27);
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    #c7wp-cart-box {
      height: auto;
      background-color: transparent;
      box-shadow: none; } }
  #c7wp-cart-box #c7-cart,
  #c7wp-cart-box #c7-login {
    text-align: center;
    padding: 0;
    flex: 1; }
    #c7wp-cart-box #c7-cart > a,
    #c7wp-cart-box #c7-login > a {
      color: #ffffff;
      display: block;
      padding: 15px;
      width: 100%;
      background-color: #827c71; }
    #c7wp-cart-box #c7-cart > a:hover,
    #c7wp-cart-box #c7-login > a:hover {
      color: #ffffff;
      background-color: #c9bc89;
      text-decoration: none; }
    #c7wp-cart-box #c7-cart > a::before,
    #c7wp-cart-box #c7-login > a::before {
      font-family: FontAwesome;
      margin-right: 10px; }
  #c7wp-cart-box #c7-login > a::before {
    content: '\f007'; }
  #c7wp-cart-box #c7-login > a.c7-login__logout::before {
    content: '\f2f5'; }
  #c7wp-cart-box #c7-login > a.c7-login__logged-in::after {
    content: ""; }
  #c7wp-cart-box #c7-cart > a::before {
    content: '\f290'; }
  #c7wp-cart-box #c7-cart .c7-cart-items .c7-cart-items__image img {
    max-width: 100%; }
  #c7wp-cart-box #c7-cart .c7-cart-items .c7-cart-items__title__variant {
    overflow-x: hidden;
    text-overflow: ellipsis; }
  #c7wp-cart-box #c7-cart .c7-cart__buttons {
    display: flex;
    justify-content: center; }
    #c7wp-cart-box #c7-cart .c7-cart__buttons a {
      line-height: 1.5em; }

@media screen and (min-width: 768px) {
  #c7wp-cart-box {
    position: absolute;
    top: 35px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    background-color: transparent;
    padding: 1rem 2rem; }
    #c7wp-cart-box #c7-cart > a,
    #c7wp-cart-box #c7-login > a {
      color: #827c71;
      width: auto;
      background-color: transparent;
      padding: 0; }
    #c7wp-cart-box #c7-cart > a:hover,
    #c7wp-cart-box #c7-login > a:hover {
      text-decoration: none;
      color: #9da485;
      background-color: transparent;
      transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out; }
    #c7wp-cart-box #c7-cart > a::before,
    #c7wp-cart-box #c7-login > a::before {
      font-size: 26px;
      display: block;
      margin-bottom: 5px;
      margin-right: 0; }
    #c7wp-cart-box #c7-cart {
      text-align: center; }
      #c7wp-cart-box #c7-cart > a {
        display: block; }
        #c7wp-cart-box #c7-cart > a .c7-cart__total {
          display: block;
          font-size: 0.8em; }
      #c7wp-cart-box #c7-cart .c7-message--empty-cart {
        padding: 1rem; }
        #c7wp-cart-box #c7-cart .c7-message--empty-cart a {
          text-decoration: none; }
    #c7wp-cart-box #c7-login {
      display: none;
      text-align: center;
      white-space: nowrap; }
      #c7wp-cart-box #c7-login > a {
        display: inline-block;
        font-size: 0.8em; }
    #c7wp-cart-box #c7-login {
      display: inline-block; }
      #c7wp-cart-box #c7-login > a {
        padding: 0 2rem 0 0; } }
.c7-cart-items .c7-cart-items__image img {
  max-width: 100%;
  height: auto; }

.c7-cart__cart-carrot .c7-cart__cart-carrot_product img {
  width: 80px; }
.c7-cart__cart-carrot .c7-cart__cart-carrot_product .c7-product-detail__photo__thumbs {
  display: none; }

.c7-cart__carrot {
  background-color: #827c71; }

.c7-cart-items__quantity select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 0.5rem; }
.c7-cart-items__quantity select::-ms-expand {
  display: none; }

#c7-checkout-content a {
  cursor: pointer; }
#c7-checkout-content .c7-checkout__header__logo img,
#c7-checkout-content .c7-checkout-template__logo img {
  max-width: 100%;
  height: auto; }
#c7-checkout-content .c7-checkout__content__buttons a,
#c7-checkout-content .c7-checkout__content__buttons button {
  line-height: 1.5em; }
#c7-checkout-content a.c7-checkout__content__title__pickup {
  color: #ffffff;
  background-color: #c9bc89;
  padding: 4px 8px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
#c7-checkout-content a.c7-checkout__content__title__pickup:hover {
  color: #ffffff;
  background-color: #827c71; }

.c7-button,
.c7-button-small {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  background-color: #c9bc89;
  color: #ffffff;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

.c7-button-alt,
.c7-button-alt-small {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  background-color: transparent;
  color: #c9bc89;
  border-color: #c9bc89;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

.c7-button:hover,
.c7-button-small:hover {
  background: #827c71;
  color: #ffffff;
  border-color: transparent; }

.c7-button-alt:hover,
.c7-button-alt-small:hover {
  background: transparent;
  color: #827c71;
  border-color: #827c71; }

.c7-product-collection .c7-button {
  padding: 0.5rem .9rem;
  font-size: 12px; }

.c7-product,
.c7-product-detail__photo {
  position: relative; }
  .c7-product .product-flag-wrapper,
  .c7-product-detail__photo .product-flag-wrapper {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0; }
    .c7-product .product-flag-wrapper .product-flag,
    .c7-product-detail__photo .product-flag-wrapper .product-flag {
      color: #fff;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #c9bc89 transparent transparent transparent;
      border-width: 110px 110px 0 0; }
    .c7-product .product-flag-wrapper .product-flag-label-wrapper,
    .c7-product-detail__photo .product-flag-wrapper .product-flag-label-wrapper {
      width: 70px;
      height: 70px;
      padding: 5px;
      position: absolute;
      top: 0;
      left: 0; }
      .c7-product .product-flag-wrapper .product-flag-label-wrapper .product-flag-label,
      .c7-product-detail__photo .product-flag-wrapper .product-flag-label-wrapper .product-flag-label {
        line-height: 16px;
        text-align: center;
        color: #fff;
        font-size: 0.8em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        text-transform: uppercase;
        font-weight: 400; }

.c7-club-list .c7-club-list__item {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 48rem) {
    .c7-club-list .c7-club-list__item {
      align-items: flex-start;
      flex-direction: row; } }
  .c7-club-list .c7-club-list__item .c7-club-list__item__image img {
    width: 100%; }

.c7-clubpackage-product .c7-clubpackage-product__photo img {
  width: 100%;
  height: auto; }
.c7-clubpackage-product .c7-clubpackage-product__variant label {
  display: flex; }
.c7-clubpackage-product .c7-clubpackage-product__variant select.c7-clubpackage-product__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 1rem; }
.c7-clubpackage-product .c7-clubpackage-product__variant select::-ms-expand {
  display: none; }

.c7-experience {
  padding-top: 40px; }

.c7-personalization h1, .c7-personalization h2, .c7-personalization h3 {
  font-size: 2rem; }
.c7-personalization a.button {
  text-shadow: none;
  font-size: 18px;
  padding: 12px 24px; }

/*# sourceMappingURL=style.css.map */
