/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Harman-Simple";
  src: url("/wp-content/themes/menage-a-trois/assets/fonts/3136F0_0_0.eot");
  src: url("/wp-content/themes/menage-a-trois/assets/fonts/3136F0_0_0.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/menage-a-trois/assets/fonts/3136F0_0_0.woff2") format("woff2"), url("/wp-content/themes/menage-a-trois/assets/fonts/3136F0_0_0.woff") format("woff"), url("/wp-content/themes/menage-a-trois/assets/fonts/3136F0_0_0.ttf") format("truetype");
}
:root {
  --black: #000000;
  --white: #ffffff;
  --darker-grey: #1b1c20;
  --dark-grey: #666;
  --grey: #999;
  --light-grey: #d6d6d6;
  --almost-white: #e6e6e6;
  --red: #ac253e;
}

html {
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif;
  color: var(--black);
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Harman-Simple", sans-serif;
}

body {
  background-color: var(--black);
}

.site-content {
  margin-top: 62px;
  min-height: calc(100vh - 62px - 52px);
  background-color: var(--white);
}

.dancers-logo {
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/dancers.svg");
  width: 64px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}

.custom-responsive-menu > button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  color: var(--grey);
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid var(--grey);
  width: 100%;
}
.custom-responsive-menu > div {
  display: none;
}
.custom-responsive-menu > div > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}
.custom-responsive-menu > div > ul > li {
  padding: 8px;
}
.custom-responsive-menu > div > ul > li > a {
  text-decoration: none;
  font-size: 18px;
  font-style: italic;
  color: var(--grey);
}
.custom-responsive-menu > div > ul > li.active > a {
  color: var(--white);
}
.custom-responsive-menu > div.open {
  display: block;
}
@media (min-width: 640px) {
  .custom-responsive-menu > button {
    display: none;
  }
  .custom-responsive-menu > div {
    display: block;
  }
  .custom-responsive-menu > div > ul {
    flex-direction: revert;
    justify-content: center;
    column-gap: 32px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header > a > .logo {
  padding: 12px 18px 9px;
}
.site-header > .nav-toggle-button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  padding: 2px 22px 0;
}
.site-header > .nav-toggle-button > svg {
  width: 26px;
}
.site-header > .nav-toggle-button > svg > path {
  fill: var(--white);
}
.site-header > .header-nav {
  display: none;
  grid-area: 2/1/3/3;
}
.site-header > .header-nav > .menu-header-menu-container > .menu > .menu-item {
  display: block;
  border-top: 1px solid #222;
  text-align: right;
}
.site-header > .header-nav > .menu-header-menu-container > .menu > .menu-item > a {
  display: block;
  padding: 13px 22px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
}
.site-header > .header-nav > .search-form {
  padding: 8px 22px;
  border-top: 1px solid #222;
  display: flex;
}
.site-header > .header-nav > .search-form > input {
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 8px;
  flex: 1;
}
.site-header > .header-nav > .search-form > button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  background: var(--white);
  width: 34px;
}
.site-header > .header-nav > .search-form > button > svg {
  width: 20px;
  margin-top: 2px;
}
.site-header > .header-nav > .search-form > button > svg > path {
  fill: var(--red);
}
.site-header > .header-nav.open {
  display: block;
}
@media (min-width: 1264px) {
  .site-header > .logo {
    padding: 12px 32px 9px;
  }
  .site-header > .nav-toggle-button {
    display: none;
  }
  .site-header > .header-nav {
    display: block;
    grid-area: 1/2/2/3;
    display: flex;
    align-items: center;
  }
  .site-header > .header-nav > .menu-header-menu-container > .menu {
    display: flex;
    column-gap: 0;
  }
  .site-header > .header-nav > .menu-header-menu-container > .menu > .menu-item {
    padding: 0;
    border-top: 0;
    text-align: center;
  }
  .site-header > .header-nav > .search-form {
    border-top: 0;
    padding: 8px 32px;
    padding-left: 16px;
  }
  .site-header > .header-nav > .search-form > input {
    width: 120px;
  }
}

.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
  color: var(--white);
  font-size: 12px;
  position: relative;
}
.site-footer > .newsletter-signup-form-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  justify-content: center;
  bottom: 301px;
  display: none;
  overflow: hidden;
}
.site-footer > .newsletter-signup-form-wrapper.open {
  display: flex;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form {
  max-width: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.95);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 250ms linear;
  transform: translateY(100%);
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form.open {
  transform: translateY(0);
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form > .close-button {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTcyM0VERkQ3NkE2MTFFNkI4RDM5QjAzNDNDNjFBRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTcyM0VERkU3NkE2MTFFNkI4RDM5QjAzNDNDNjFBRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NzIzRURGQjc2QTYxMUU2QjhEMzlCMDM0M0M2MUFGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NzIzRURGQzc2QTYxMUU2QjhEMzlCMDM0M0M2MUFGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgN/rxwAAAIpSURBVHjavJjLK0VBHMcvutyVrFhTyluhvC5JxIJLLtnJxp9g4V+wQLZ29ixYnLqeeRaxwt0gJRtsKaTxHWYy6Zw583K+9Vndafrcc2Z+v5kTI4TEQhgHcYVxqtTKfs+NyTMPZkB1zE08MA2KA0dIbOfJTz7BARgE+RZPxiO/OQVJv3FhMmIeQI8DGZ5VUKgi5CfDn9QGqHcgQ/MG1kAbyAsSCpIR8wRGLWXE7IMyP6FFop5jUONAhuYVLIMKUWiA6OcMpEHCQkbMjbjtS8Cj5hZuALOg0Wdr9xuUhDlx29NF1Qu2wYfGv6JjN0GHxZOhmQpa1I3gymDCZxcyfkIFYAxckGgypVoY6YrfjVpGJkQZAo9RyoQJUVpARnOhG8uoCFHawW0UMqpCtPANs5Jgk0mVdpPzbaWWCpA1PAdlQJ/KwFyNSRcsDmYvoEZppMOuHZYT9uoTtmvIc7jD7oQ2YyTkOa4/vPc1mwh5/1iln9nrUxbyIuhje6BSRchUxqT3XbLjcCJIyOYIkWLnbd1kQZOfUMZBO6A7aMvgkLfD1xSfaMJhb2oF1wZz3YtCI+zQ7qJRJth85xpz0Tta199XVs6uI68uujaoAkeKMp1Bi7qUbUdbGU6a1RwlGT+hPHa1XQfvljKceladP8NkZIWRfgRYcSDD6WYfK6QyYa0jyT6b2Mrw2wy9HR/KZFQOaPRGmwJLjj5Y1YEisBc0QOfE6CJx8CEb8CXAAAcaBL1ljZjDAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: cover;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form > img {
  width: 140px;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form > h3 {
  font-size: 40px;
  font-family: inherit;
  margin-top: 32px;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form > p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper {
  width: 100%;
  padding: 0 32px;
  margin-top: 32px;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form {
  margin: 0;
  max-width: 100%;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form label {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form input, .site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form select {
  background: none;
  border-bottom: 2px solid #666;
  color: #fff;
  padding: 8px 0;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form input option, .site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form select option {
  background-color: #000;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form .c7-form__group {
  flex-direction: column;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form .c7-form__group div {
  width: 100%;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form .c7-form__group div + div {
  padding-left: 0;
  margin-top: 1.5rem;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form .c7-form__button-row {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.site-footer > .newsletter-signup-form-wrapper > .newsletter-signup-form .c7-form-wrapper .c7-form .c7-form__button-row button {
  background: none;
  border: 1px solid #acacac;
  padding: 14px 64px;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid var(--red);
}
.site-footer > .newsletter-signup-button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  background-color: var(--red);
  padding: 8px 16px;
}
.site-footer > .social-nav > .menu-social-menu-container > .menu {
  display: flex;
  column-gap: 6px;
}
.site-footer > .social-nav > .menu-social-menu-container > .menu > .menu-item > a > i {
  color: var(--white);
  font-size: 18px;
}
.site-footer > .footer-nav > .menu-footer-menu-container > .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer > .footer-nav > .menu-footer-menu-container > .menu > .menu-item > a {
  text-decoration: none;
  color: var(--white);
  line-height: 1.5;
}
.site-footer > .contact-button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px solid var(--white);
  text-decoration: none;
  position: relative;
  padding-left: 40px;
}
.site-footer > .contact-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icn-envelope.png");
  background-size: contain;
  margin: 8px 9px;
}
@media (max-width: 1023px) {
  .site-footer > .newsletter-signup-button {
    margin-bottom: 16px;
  }
  .site-footer > .social-nav {
    margin-bottom: 32px;
  }
  .site-footer > .copyright-notice {
    margin-bottom: 16px;
  }
  .site-footer > .rights-notice {
    margin-bottom: 16px;
  }
  .site-footer > .footer-nav {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    flex-direction: row;
    padding: 0 32px;
    column-gap: 32px;
    height: 52px;
  }
  .site-footer > .newsletter-signup-form-wrapper {
    bottom: 52px;
  }
  .site-footer > .newsletter-signup-button {
    padding: 10px 20px;
    position: absolute;
    top: -40px;
    right: 32px;
  }
  .site-footer > .social-nav {
    flex: 1;
  }
  .site-footer > .footer-nav > .menu-footer-menu-container > .menu {
    flex-direction: row;
    column-gap: 8px;
  }
  .site-footer > .footer-nav > .menu-footer-menu-container > .menu > .menu-item + .menu-item {
    border-left: 1px solid var(--white);
    padding-left: 8px;
  }
  .site-footer > .contact-button {
    margin: 11px 0px;
  }
}

.site-content .posts > .post {
  display: flex;
  flex-direction: column;
}
.site-content .posts > .post > .banner {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-content .posts > .post > .overlay {
  padding: 1.5rem;
  background: var(--darker-grey);
  color: var(--light-grey);
  flex: 1;
}
.site-content .posts > .post > .overlay > h2 {
  font-size: 1.5625em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.site-content .posts > .post > .overlay > h2 > a {
  text-decoration: none;
  color: inherit;
}
.site-content .posts > .post > .overlay > .date {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 1.25rem;
}
.site-content .posts > .post > .overlay > .excerpt {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.site-content .posts > .post > .overlay > .wines {
  margin-bottom: 1.25rem;
}
.site-content .posts > .post > .overlay > .wines > .wine {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 8px;
  color: var(--light-grey);
  padding-left: 25px;
  position: relative;
}
.site-content .posts > .post > .overlay > .wines > .wine::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 18px;
  left: 0px;
  top: 7px;
}
.site-content .posts > .post > .overlay > .read-more {
  display: block;
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-gray.png");
  width: 26px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

body.home .sale-teaser {
  background-color: var(--darker-grey);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .sale-teaser > p {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.25;
}
body.home .sale-teaser > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  padding: 10px 16px;
  color: var(--white);
  text-decoration: none;
  border: 2px solid var(--white);
  background: none;
}
body.home .hero-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}
body.home .hero-panel > .video-frame {
  width: 180%;
  height: calc(100vw - 62px);
}
@media (min-width: 768px) {
  body.home .hero-panel > .video-frame {
    width: 190%;
    height: calc(100vh - 62px);
  }
}
@media (min-width: 1024px) {
  body.home .hero-panel > .video-frame {
    width: 140%;
  }
}
@media (min-width: 1200px) {
  body.home .hero-panel > .video-frame {
    transform: scale(1.25);
  }
}
body.home .hero-panel > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  background-color: var(--red);
  color: var(--white);
  text-decoration: none;
  position: absolute;
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px 24px;
  bottom: 32px;
  text-align: center;
  line-height: 1.25;
}
body.home .quiz-teaser {
  background-color: var(--black);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .quiz-teaser > p {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.25;
}
body.home .quiz-teaser > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  background-color: var(--red);
  padding: 12px 18px;
  color: var(--white);
  text-decoration: none;
}
body.home .home-panels .home-panel {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
body.home .home-panels .home-panel > .background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-area: 1/1/2/2;
}
body.home .home-panels .home-panel > .overlay {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: 1/1/2/2;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.6);
}
body.home .home-panels .home-panel > .overlay > h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.home .home-panels .home-panel > .overlay > h2 {
    font-size: 2rem;
  }
}
body.home .home-panels .home-panel > .overlay > p {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
body.home .home-panels .home-panel > .overlay > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  background-color: var(--red);
  padding: 16px 32px;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
}
body.home .home-panels .home-panel > .overlay > a:hover {
  background-color: var(--white);
  color: var(--red);
}
@media (min-width: 768px) {
  body.home .home-panels .home-panel {
    display: grid;
    grid-template-columns: 5% 37.5% 57.5%;
  }
  body.home .home-panels .home-panel > .background {
    grid-area: 1/1/1/4;
    padding-top: calc(100vh - 62px - 100px);
  }
  body.home .home-panels .home-panel > .overlay {
    background: none;
    color: var(--black);
    grid-area: 1/2/1/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.home .home-panels .home-panel > .overlay > h2 {
    color: var(--white);
  }
  body.home .home-panels .home-panel > .overlay > p {
    color: var(--white);
  }
  body.home .home-panels .home-panel:nth-child(2), body.home .home-panels .home-panel:nth-child(4) {
    grid-template-columns: 57.5% 37.5% 5%;
  }
  body.home .home-panels .home-panel:nth-child(2), body.home .home-panels .home-panel:nth-child(5) {
    grid-template-columns: 57.5% 37.5% 5%;
  }
}
@media (min-width: 1024px) {
  body.home .home-panels .home-panel {
    grid-template-columns: 7.5% 30% 62.5%;
  }
  body.home .home-panels .home-panel:nth-child(2), body.home .home-panels .home-panel:nth-child(4) {
    grid-template-columns: 62.5% 30% 7.5%;
  }
  body.home .home-panels .home-panel:nth-child(2), body.home .home-panels .home-panel:nth-child(5) {
    grid-template-columns: 62.5% 30% 7.5%;
  }
}
body.home .things-we-love-section {
  background-color: var(--white);
  padding-top: 64px;
  padding-bottom: 64px;
}
body.home .things-we-love-section > .heading-area > .dancers-logo {
  margin: 0 auto;
}
body.home .things-we-love-section > .heading-area > h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  body.home .things-we-love-section > .heading-area > h2 {
    font-size: 2rem;
  }
}
body.home .things-we-love-section > .posts-area .posts {
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  body.home .things-we-love-section > .posts-area .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 16px;
    max-width: 1352px;
  }
}
body.home .things-we-love-section > .posts-area .posts > .post {
  margin-bottom: 32px;
  box-sizing: border-box;
}
body.home .things-we-love-section > .posts-area .posts > .post .overlay {
  background: none;
  color: var(--darker-grey);
  padding-left: 0;
  padding-right: 0;
}
body.home .things-we-love-section > .posts-area .posts > .post .overlay > h2 {
  color: var(--red);
}
body.home .things-we-love-section > .posts-area .posts > .post .overlay > .date {
  border: none;
  margin: 0;
}
body.home .things-we-love-section > .posts-area .posts > .post .overlay > .excerpt {
  display: none;
}
body.home .things-we-love-section > .posts-area .posts > .post .overlay > .read-more {
  display: none;
}
@media (min-width: 768px) {
  body.home .things-we-love-section > .posts-area .posts > .post:nth-child(1), body.home .things-we-love-section > .posts-area .posts > .post:nth-child(2) {
    width: 50%;
    padding: 0 16px;
  }
}
body.home .things-we-love-section > .button-area {
  display: flex;
  justify-content: center;
}
body.home .things-we-love-section > .button-area > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  background-color: var(--red);
  padding: 14px 22px;
  color: var(--white);
  text-decoration: none;
}
body.home .things-we-love-section > .button-area > a:hover {
  background-color: var(--darker-grey);
  color: var(--white);
}

body.error404 .site-content > .banner-area-wrapper {
  background-color: #231c1a;
}
body.error404 .site-content > .banner-area-wrapper > .banner-area {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
  text-align: center;
}
body.error404 .site-content > .banner-area-wrapper > .banner-area > h1 {
  font-size: 54px;
  color: #fff;
  font-family: inherit;
  font-weight: bold;
  max-width: 840px;
  margin-bottom: 16px;
}
body.error404 .site-content > .banner-area-wrapper > .banner-area > p {
  font-size: 28px;
  color: #fff;
  max-width: 880px;
}
body.error404 .site-content > .search-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.error404 .site-content > .search-area > p {
  color: var(--light-grey);
  padding: 16px;
  max-width: 436px;
  text-align: center;
  line-height: 1.5;
}
body.error404 .site-content > .search-area > .search-form {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}
body.error404 .site-content > .search-area > .search-form > input {
  font-family: inherit;
  font-size: 20px;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 12px 16px;
  border-radius: 4px;
  max-width: 360px;
  width: 100%;
  text-align: center;
}
body.error404 .site-content > .search-area > .search-form > button {
  font-family: inherit;
  text-transform: uppercase;
  background-color: var(--red);
  color: #fff;
  font-size: 20px;
  padding: 8px 16px;
  appearance: none;
  border: 0;
  position: relative;
  margin-top: 12px;
  width: 240px;
}
body.error404 .site-content > .search-area > .search-form > button > span {
  margin-left: -16px;
}
body.error404 .site-content > .search-area > .search-form > button > svg {
  position: absolute;
  width: 20px;
  margin-top: 6px;
  margin-left: 6px;
}
body.error404 .site-content > .search-area > .search-form > button > svg > path {
  fill: var(--white);
}

body.page-template-our-story .panels > .panel > .background {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.page-template-our-story .panels > .panel > .overlay {
  padding: 1.5rem;
  background: var(--black);
  color: var(--white);
}
body.page-template-our-story .panels > .panel > .overlay > h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
body.page-template-our-story .panels > .panel > .overlay > p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.page-template-our-story .panels > .panel:nth-child(1) > .background {
    background-size: 200%;
    background-position: 0% 50%;
  }
  body.page-template-our-story .panels > .panel:nth-child(2) > .background {
    background-size: 200%;
    background-position: 88%;
  }
  body.page-template-our-story .panels > .panel:nth-child(3) > .background {
    background-size: 300%;
    background-position: 0%;
  }
}
@media (min-width: 768px) {
  body.page-template-our-story .panels > .panel {
    display: grid;
    grid-template-columns: 57.5% 37.5% 5%;
  }
  body.page-template-our-story .panels > .panel > .background {
    grid-area: 1/1/1/4;
    padding-top: calc(90vh);
  }
  body.page-template-our-story .panels > .panel > .overlay {
    background: none;
    color: var(--black);
    grid-area: 1/2/1/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.page-template-our-story .panels > .panel:nth-child(2) {
    grid-template-columns: 5% 37.5% 57.5%;
  }
}
@media (min-width: 1024px) {
  body.page-template-our-story .panels > .panel {
    grid-template-columns: 60% 32.5% 7.5%;
  }
  body.page-template-our-story .panels > .panel:nth-child(2) {
    grid-template-columns: 7.5% 32.5% 60%;
  }
}

body.single-post .site-content > .page-header,
body.page-template-recipes-and-pairings .site-content > .page-header,
body.page-template-things-we-love .site-content > .page-header {
  padding: 16px;
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #101116;
}
body.single-post .site-content > .page-header > h1,
body.page-template-recipes-and-pairings .site-content > .page-header > h1,
body.page-template-things-we-love .site-content > .page-header > h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}
body.single-post .site-content > .page-header > .description,
body.page-template-recipes-and-pairings .site-content > .page-header > .description,
body.page-template-things-we-love .site-content > .page-header > .description {
  color: #5c5c5c;
  text-align: center;
  margin-bottom: 1rem;
}
body.single-post .site-content > .page-header > .description p,
body.page-template-recipes-and-pairings .site-content > .page-header > .description p,
body.page-template-things-we-love .site-content > .page-header > .description p {
  color: inherit;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
body.single-post .site-content > .page-header .or-divider,
body.page-template-recipes-and-pairings .site-content > .page-header .or-divider,
body.page-template-things-we-love .site-content > .page-header .or-divider {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body.single-post .site-content > .page-header .or-divider .or-dividing-line,
body.page-template-recipes-and-pairings .site-content > .page-header .or-divider .or-dividing-line,
body.page-template-things-we-love .site-content > .page-header .or-divider .or-dividing-line {
  flex: 1;
  height: 1px;
  background-color: #5c5c5c;
}
body.single-post .site-content > .page-header .or-divider .or-divider-text,
body.page-template-recipes-and-pairings .site-content > .page-header .or-divider .or-divider-text,
body.page-template-things-we-love .site-content > .page-header .or-divider .or-divider-text {
  color: #5c5c5c;
  font-size: 20px;
  padding: 0 1rem;
}
body.single-post .site-content > .page-header > .varietal-selector,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector {
  padding: 0 16px;
}
body.single-post .site-content > .page-header > .varietal-selector > button,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > button,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > button {
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  color: var(--grey);
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid var(--grey);
  width: 100%;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  display: none;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group {
  display: flex;
  flex-direction: column;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal {
  text-decoration: none;
  font-size: 16px;
  padding: 8px;
  color: var(--grey);
  border-bottom: 1px solid #333;
  padding-left: 32px;
  position: relative;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal::before,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal::before,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 18px;
  left: 7px;
  top: 7px;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.stroke-circle::before,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.stroke-circle::before,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.stroke-circle::before {
  border-width: 2px;
  border-style: solid;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.stroke-circle::before,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.stroke-circle::before,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.stroke-circle::before {
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/checked.png");
  background-position: center;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.fill-circle::before,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.fill-circle::before,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal.active.fill-circle::before {
  border: 2px solid var(--white);
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/checked.png");
  background-position: center;
}
body.single-post .site-content > .page-header > .varietal-selector > .varietals.open,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals.open,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals.open {
  display: flex;
}
@media (min-width: 640px) {
  body.single-post .site-content > .page-header > .varietal-selector > button,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > button,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > button {
    display: none;
  }
  body.single-post .site-content > .page-header > .varietal-selector > .varietals,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    justify-content: center;
  }
  body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal,
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal,
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group > .varietal {
    width: 200px;
  }
  body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2) {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    width: 200px;
  }
}
@media (min-width: 696px) {
  body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2) {
    width: 416px;
  }
}
@media (min-width: 912px) {
  body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2) {
    width: 632px;
  }
}
@media (min-width: 1128px) {
  body.single-post .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-recipes-and-pairings .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2),
body.page-template-things-we-love .site-content > .page-header > .varietal-selector > .varietals > .varietal-group:nth-child(2) {
    width: 848px;
  }
}
body.single-post .site-content > .page-header > .custom-responsive-menu,
body.page-template-recipes-and-pairings .site-content > .page-header > .custom-responsive-menu,
body.page-template-things-we-love .site-content > .page-header > .custom-responsive-menu {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  body.single-post .site-content > .page-header,
body.page-template-recipes-and-pairings .site-content > .page-header,
body.page-template-things-we-love .site-content > .page-header {
    padding-top: 64px;
    padding-bottom: 48px;
  }
  body.single-post .site-content > .page-header > h1,
body.page-template-recipes-and-pairings .site-content > .page-header > h1,
body.page-template-things-we-love .site-content > .page-header > h1 {
    font-size: 60px;
    margin-bottom: 2.5rem;
  }
  body.single-post .site-content > .page-header > .description p,
body.page-template-recipes-and-pairings .site-content > .page-header > .description p,
body.page-template-things-we-love .site-content > .page-header > .description p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  body.page-template-recipes-and-pairings .site-content .posts,
body.page-template-things-we-love .site-content .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #101116;
  }
}
@media (min-width: 768px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay {
    background: #e8e6e6;
    color: var(--darker-grey);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .date {
    border-bottom: 1px solid var(--dark-grey);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .wines > .wine {
    color: var(--darker-grey);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .read-more {
    background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(2), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(3), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(4),
body.page-template-things-we-love .site-content .posts > .post:nth-child(2),
body.page-template-things-we-love .site-content .posts > .post:nth-child(3),
body.page-template-things-we-love .site-content .posts > .post:nth-child(4) {
    width: 33.33%;
    max-width: 440px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(2) > .banner, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(3) > .banner, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(4) > .banner,
body.page-template-things-we-love .site-content .posts > .post:nth-child(2) > .banner,
body.page-template-things-we-love .site-content .posts > .post:nth-child(3) > .banner,
body.page-template-things-we-love .site-content .posts > .post:nth-child(4) > .banner {
    padding-top: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(3),
body.page-template-things-we-love .site-content .posts > .post:nth-child(3) {
    width: 33.34%;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(5),
body.page-template-things-we-love .site-content .posts > .post:nth-child(5) {
    flex-direction: row;
    width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(5) > .banner,
body.page-template-things-we-love .site-content .posts > .post:nth-child(5) > .banner {
    padding-left: 56%;
    padding-top: 32%;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(5) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(5) > .overlay {
    padding: 2rem;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(6),
body.page-template-things-we-love .site-content .posts > .post:nth-child(7),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(9),
body.page-template-things-we-love .site-content .posts > .post:nth-child(10),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(13),
body.page-template-things-we-love .site-content .posts > .post:nth-child(14),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    width: 50%;
    padding: 24px 12px;
    background-color: var(--white);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14) > .overlay, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(8) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(9) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(10) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(11) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(14) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) > .overlay {
    background: none;
    color: var(--darker-grey);
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14) > .overlay > .date, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(8) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(9) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(10) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(11) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(14) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) > .overlay > .date {
    border-bottom: 1px solid var(--dark-grey);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14) > .overlay > .wines > .wine, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(8) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(9) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(10) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(11) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(14) > .overlay > .wines > .wine,
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) > .overlay > .wines > .wine {
    color: var(--darker-grey);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14) > .overlay > .read-more, body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(8) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(9) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(10) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(11) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(14) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) > .overlay > .read-more {
    background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7),
body.page-template-things-we-love .site-content .posts > .post:nth-child(6),
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) {
    max-width: 660px;
    padding-top: 56px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6),
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) {
    padding-left: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7),
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) {
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(10),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(14) {
    padding-left: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(9),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(13),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1),
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) {
    max-width: 1320px;
    width: 100%;
    position: relative;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    padding: 2rem;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .date,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .date {
    border: none;
    padding: 0;
    margin: 0;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .excerpt,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .excerpt {
    display: none;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1) > .overlay > .read-more,
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) > .overlay > .read-more {
    position: absolute;
    bottom: calc(50% - 12px);
    right: 2rem;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(9),
body.page-template-things-we-love .site-content .posts > .post:nth-child(10),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) {
    width: 33.33%;
    max-width: 440px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(9),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) {
    width: 33.34%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11) {
    padding-left: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13),
body.page-template-things-we-love .site-content .posts > .post:nth-child(10),
body.page-template-things-we-love .site-content .posts > .post:nth-child(13) {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(9), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(10), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(13), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(14), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(9),
body.page-template-things-we-love .site-content .posts > .post:nth-child(10),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(13),
body.page-template-things-we-love .site-content .posts > .post:nth-child(14),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    width: 25%;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) {
    padding-left: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    padding-right: 24px;
  }
}
@media (min-width: 1320px) {
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(1),
body.page-template-things-we-love .site-content .posts > .post:nth-child(1) {
    margin-left: calc((100% - 1320px)/2);
    margin-right: calc((100% - 1320px)/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7),
body.page-template-things-we-love .site-content .posts > .post:nth-child(6),
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) {
    max-width: 636px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(6),
body.page-template-things-we-love .site-content .posts > .post:nth-child(6) {
    box-sizing: content-box;
    padding-left: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(7),
body.page-template-things-we-love .site-content .posts > .post:nth-child(7) {
    box-sizing: content-box;
    padding-right: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    max-width: 306px;
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(8), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(12),
body.page-template-things-we-love .site-content .posts > .post:nth-child(8),
body.page-template-things-we-love .site-content .posts > .post:nth-child(12) {
    box-sizing: content-box;
    padding-left: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(11), body.page-template-recipes-and-pairings .site-content .posts > .post:nth-child(15),
body.page-template-things-we-love .site-content .posts > .post:nth-child(11),
body.page-template-things-we-love .site-content .posts > .post:nth-child(15) {
    box-sizing: content-box;
    padding-right: calc((100% - (1320px - 24px))/2);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-2 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-2 > .post:nth-last-child(1) {
    width: 100%;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-2 > .post:nth-last-child(1) > .banner,
body.page-template-things-we-love .site-content .posts.posts-count-2 > .post:nth-last-child(1) > .banner {
    padding-top: 56.25%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-3 > .post:nth-last-child(1),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-3 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-3 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-3 > .post:nth-last-child(2) {
    width: 50%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-8 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-8 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(1) {
    width: 100%;
    padding: 24px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-8 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-11 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-8 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-11 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(1) {
    width: 100%;
    padding: 24px;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(2) {
    width: 50%;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(1) {
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1) {
    padding-top: 56px;
  }
}
@media (min-width: 1200px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-2 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-2 > .post:nth-last-child(1) {
    width: 100%;
    max-width: 1320px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-2 > .post:nth-last-child(1) > .banner,
body.page-template-things-we-love .site-content .posts.posts-count-2 > .post:nth-last-child(1) > .banner {
    padding-top: 56.25%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-3 > .post:nth-last-child(1),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-3 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-3 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-3 > .post:nth-last-child(2) {
    width: 100%;
    max-width: 660px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-8 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-8 > .post:nth-last-child(1) {
    width: 100%;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1) {
    padding-top: 56px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(2),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(1) {
    width: 50%;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(2) {
    width: 50%;
    max-width: 100%;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(3), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(3) {
    padding-left: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(2) {
    padding-right: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(1) {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(1) {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
}
@media (min-width: 1320px) {
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-6 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-8 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-8 > .post:nth-last-child(1) {
    box-sizing: content-box;
    padding-left: calc((100% - (1320px - 24px))/2);
    padding-right: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(2),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(1) {
    box-sizing: content-box;
    max-width: 636px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(2) {
    padding-left: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-9 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-13 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-13 > .post:nth-last-child(1) {
    padding-right: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(2) {
    box-sizing: content-box;
    max-width: 636px;
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(3), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(3),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(3) {
    padding-left: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(2), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(2),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(2) {
    padding-right: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-10 > .post:nth-last-child(1), body.page-template-recipes-and-pairings .site-content .posts.posts-count-14 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-10 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-14 > .post:nth-last-child(1) {
    box-sizing: content-box;
    padding-left: calc((100% - (1320px - 24px))/2);
    padding-right: calc((100% - (1320px - 24px))/2);
  }
  body.page-template-recipes-and-pairings .site-content .posts.posts-count-12 > .post:nth-last-child(1),
body.page-template-things-we-love .site-content .posts.posts-count-12 > .post:nth-last-child(1) {
    box-sizing: content-box;
    padding-left: calc((100% - (1320px - 24px))/2);
    padding-right: calc((100% - (1320px - 24px))/2);
  }
}

.standard-page-wrapper {
  background-color: var(--almost-white);
}
.standard-page-wrapper .standard-page {
  margin: 0 auto;
  max-width: 1320px;
  padding: 4rem 2rem;
  line-height: 1.5;
}
.standard-page-wrapper .standard-page .page-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}
.standard-page-wrapper .standard-page .page-title h1 {
  font-size: 40px;
  line-height: 1.25;
}
.standard-page-wrapper .standard-page .page-content h3 {
  font-family: inherit;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.standard-page-wrapper .standard-page .page-content p {
  margin-bottom: 1em;
}
.standard-page-wrapper .standard-page .page-content a {
  color: var(--red);
}
.standard-page-wrapper .standard-page .page-content strong {
  font-weight: bold;
}
.standard-page-wrapper .standard-page .page-content dfn,
.standard-page-wrapper .standard-page .page-content cite,
.standard-page-wrapper .standard-page .page-content em,
.standard-page-wrapper .standard-page .page-content i {
  font-style: italic;
}
.standard-page-wrapper .standard-page .page-content blockquote {
  margin: 0 1.5em;
}
.standard-page-wrapper .standard-page .page-content address {
  margin: 0 0 1.5em;
}
.standard-page-wrapper .standard-page .page-content pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.standard-page-wrapper .standard-page .page-content abbr,
.standard-page-wrapper .standard-page .page-content acronym {
  cursor: help;
}
.standard-page-wrapper .standard-page .page-content mark,
.standard-page-wrapper .standard-page .page-content ins {
  text-decoration: none;
}
.standard-page-wrapper .standard-page .page-content big {
  font-size: 125%;
}
.standard-page-wrapper .standard-page .page-content ul,
.standard-page-wrapper .standard-page .page-content ol {
  margin: 0 0 1.5em 3em;
}
.standard-page-wrapper .standard-page .page-content ul {
  list-style: disc;
}
.standard-page-wrapper .standard-page .page-content ol {
  list-style: decimal;
}
.standard-page-wrapper .standard-page .page-content li {
  margin-bottom: 1em;
}
.standard-page-wrapper .standard-page .page-content li > ul,
.standard-page-wrapper .standard-page .page-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.standard-page-wrapper .standard-page .page-content dt {
  font-weight: 700;
}
.standard-page-wrapper .standard-page .page-content dd {
  margin: 0 1.5em 1.5em;
}

body.search .site-content {
  background-color: var(--almost-white);
}
body.search .site-content > .page-header {
  padding: 32px;
  padding-top: 48px;
  padding-bottom: 32px;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: content-box;
}
body.search .site-content > .page-header > h1 {
  font-family: inherit;
  font-size: 32px;
}
body.search .site-content .posts {
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  body.search .site-content .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 16px;
    max-width: 1352px;
  }
}
body.search .site-content .posts > .post {
  margin-bottom: 48px;
  box-sizing: border-box;
}
body.search .site-content .posts > .post > .overlay {
  background: none;
  color: var(--darker-grey);
  padding-left: 0;
  padding-right: 0;
}
body.search .site-content .posts > .post > .overlay > .date {
  border-bottom: 1px solid var(--dark-grey);
}
body.search .site-content .posts > .post > .overlay > .read-more {
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
}
body.search .site-content > .navigation.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 64px;
}
body.search .site-content > .navigation.pagination > h2 {
  display: none;
}
body.search .site-content > .navigation.pagination > .nav-links {
  display: flex;
  column-gap: 8px;
}
body.search .site-content > .navigation.pagination > .nav-links > * {
  display: block;
  background-color: var(--white);
  text-decoration: none;
  color: var(--red);
  padding: 8px 12px;
}
body.search .site-content > .navigation.pagination > .nav-links > *.current {
  background-color: var(--black);
  color: var(--white);
}

body.single-post .site-content > .single-post {
  display: flex;
  flex-direction: column;
  background-color: #101116;
}
body.single-post .site-content > .single-post > .banner {
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-post .site-content > .single-post > .banner.video-banner {
  position: relative;
  background: none !important;
}
body.single-post .site-content > .single-post > .banner.video-banner > iframe {
  position: absolute;
  top: 0;
  left: 0;
}
body.single-post .site-content > .single-post > .content-area {
  background: var(--white);
  color: var(--black);
  flex: 1;
}
body.single-post .site-content > .single-post > .content-area .post-area {
  padding: 1.5rem;
}
body.single-post .site-content > .single-post > .content-area .post-area > h2 {
  font-size: 1.5625em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
body.single-post .site-content > .single-post > .content-area .post-area > h2 > a {
  text-decoration: none;
  color: inherit;
}
body.single-post .site-content > .single-post > .content-area .post-area > .date {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content h3 {
  font-family: inherit;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content p {
  margin-bottom: 1em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content a {
  color: var(--red);
}
body.single-post .site-content > .single-post > .content-area .post-area > .content strong {
  font-weight: bold;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content dfn,
body.single-post .site-content > .single-post > .content-area .post-area > .content cite,
body.single-post .site-content > .single-post > .content-area .post-area > .content em,
body.single-post .site-content > .single-post > .content-area .post-area > .content i {
  font-style: italic;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content blockquote {
  margin: 0 1.5em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content address {
  margin: 0 0 1.5em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content abbr,
body.single-post .site-content > .single-post > .content-area .post-area > .content acronym {
  cursor: help;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content mark,
body.single-post .site-content > .single-post > .content-area .post-area > .content ins {
  text-decoration: none;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content big {
  font-size: 125%;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content ul,
body.single-post .site-content > .single-post > .content-area .post-area > .content ol {
  margin: 0 0 1.5em 3em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content ul {
  list-style: disc;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content ol {
  list-style: decimal;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content li {
  margin-bottom: 1em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content li > ul,
body.single-post .site-content > .single-post > .content-area .post-area > .content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content dt {
  font-weight: 700;
}
body.single-post .site-content > .single-post > .content-area .post-area > .content dd {
  margin: 0 1.5em 1.5em;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar {
  border-top: 5px solid #a41f35;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div {
  display: flex;
  column-gap: 16px;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div > .read-more {
  display: block;
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-gray.png");
  width: 26px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div > p {
  font-style: italic;
  color: var(--dark-grey);
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div > p + p {
  color: var(--black);
  font-weight: bold;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div > ul {
  display: flex;
  column-gap: 8px;
}
body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar div > ul > li > a > i {
  color: var(--black);
}
@media (max-width: 1023px) {
  body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar > div {
    flex-direction: column;
    row-gap: 12px;
  }
}
body.single-post .site-content > .single-post > .content-area .sidebar-area {
  padding: 1.5rem;
  background-color: #eaeaea;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts {
  margin-top: 24px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts .post {
  margin-bottom: 24px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts .post > .overlay {
  background: none;
  color: var(--darker-grey);
  padding-left: 0;
  padding-right: 0;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts .post > .overlay > .date {
  border-bottom: 1px solid var(--dark-grey);
}
body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts .post > .overlay > .read-more {
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .details-section {
  padding-top: 64px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .details-section > h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .details-section > p {
  line-height: 1.25;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .details-section > .read-more-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 12px;
}
body.single-post .site-content > .single-post > .content-area .sidebar-area > .featured-wine > .details-section > .read-more-wrapper > .read-more {
  display: block;
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-gray.png");
  width: 26px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  body.single-post .site-content > .single-post > .content-area {
    display: flex;
    flex-direction: row-reverse;
  }
  body.single-post .site-content > .single-post > .content-area .post-area {
    padding: 4rem;
    flex: 1;
  }
  body.single-post .site-content > .single-post > .content-area .post-area > h2 {
    font-size: 40px;
  }
  body.single-post .site-content > .single-post > .content-area .post-area > .date {
    margin-bottom: 2rem;
  }
  body.single-post .site-content > .single-post > .content-area .post-area > .sharing-bar {
    margin-top: 4rem;
  }
  body.single-post .site-content > .single-post > .content-area .sidebar-area {
    background: none;
    padding: 4rem;
    width: 360px;
    border-right: 2px solid var(--almost-white);
  }
  body.single-post .site-content > .single-post > .content-area .sidebar-area .posts.related-posts {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  body.single-post .site-content > .single-post .banner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1320px) {
  body.single-post .site-content > .single-post .banner {
    z-index: 1;
    padding-top: 740px;
  }
  body.single-post .site-content > .single-post .content-area {
    margin-top: -320px;
    padding-top: 320px;
  }
}

body.error404 .site-content .posts-wrapper,
body.single-post .site-content .posts-wrapper {
  background: var(--darker-grey);
  padding-top: 96px;
}
body.error404 .site-content .posts-wrapper .posts,
body.single-post .site-content .posts-wrapper .posts {
  padding: 0 32px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  body.error404 .site-content .posts-wrapper .posts,
body.single-post .site-content .posts-wrapper .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 16px;
    max-width: 1352px;
  }
}
body.error404 .site-content .posts-wrapper .posts > .post,
body.single-post .site-content .posts-wrapper .posts > .post {
  margin-bottom: 48px;
  box-sizing: border-box;
}
body.error404 .site-content .posts-wrapper .posts > .post .overlay,
body.single-post .site-content .posts-wrapper .posts > .post .overlay {
  background: none;
}

body.error404 .site-content .posts-wrapper {
  background: var(--black);
}

@media (min-width: 768px) {
  body.search .site-content .posts > .post:nth-child(1), body.search .site-content .posts > .post:nth-child(2), body.search .site-content .posts > .post:nth-child(3), body.search .site-content .posts > .post:nth-child(4), body.search .site-content .posts > .post:nth-child(5), body.search .site-content .posts > .post:nth-child(6), body.search .site-content .posts > .post:nth-child(7), body.search .site-content .posts > .post:nth-child(8), body.search .site-content .posts > .post:nth-child(9), body.search .site-content .posts > .post:nth-child(10),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(1),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(2),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(3),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(4),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(5),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(6),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(7),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(8),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(9),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(10),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(1),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(2),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(3),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(4),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(5),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(6),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(7),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(8),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(9),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(10) {
    width: 50%;
    padding: 0 16px;
  }
}
@media (min-width: 1024px) {
  body.search .site-content .posts > .post:nth-child(1), body.search .site-content .posts > .post:nth-child(2), body.search .site-content .posts > .post:nth-child(3), body.search .site-content .posts > .post:nth-child(4), body.search .site-content .posts > .post:nth-child(5), body.search .site-content .posts > .post:nth-child(6), body.search .site-content .posts > .post:nth-child(7), body.search .site-content .posts > .post:nth-child(8), body.search .site-content .posts > .post:nth-child(9),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(1),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(2),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(3),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(4),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(5),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(6),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(7),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(8),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(9),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(1),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(2),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(3),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(4),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(5),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(6),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(7),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(8),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(9) {
    width: 33.33%;
  }
  body.search .site-content .posts > .post:nth-child(2), body.search .site-content .posts > .post:nth-child(5), body.search .site-content .posts > .post:nth-child(8),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(2),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(5),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(8),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(2),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(5),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(8) {
    width: 33.34%;
  }
  body.search .site-content .posts > .post:nth-child(10),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(10),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(10) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.search .site-content .posts > .post:nth-child(1), body.search .site-content .posts > .post:nth-child(2), body.search .site-content .posts > .post:nth-child(3), body.search .site-content .posts > .post:nth-child(4), body.search .site-content .posts > .post:nth-child(5), body.search .site-content .posts > .post:nth-child(6), body.search .site-content .posts > .post:nth-child(7), body.search .site-content .posts > .post:nth-child(8),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(1),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(2),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(3),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(4),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(5),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(6),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(7),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(8),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(1),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(2),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(3),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(4),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(5),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(6),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(7),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(8) {
    width: 25%;
  }
  body.search .site-content .posts > .post:nth-child(9), body.search .site-content .posts > .post:nth-child(10),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(9),
body.single-post .site-content .posts-wrapper .posts > .post:nth-child(10),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(9),
body.error404 .site-content .posts-wrapper .posts > .post:nth-child(10) {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.search .site-content .posts.posts-count-1 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-3 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-5 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-7 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-9 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-9 > .post:nth-last-child(1) {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body.search .site-content .posts.posts-count-1 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-4 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-7 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-4 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-4 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1) {
    width: 100%;
  }
  body.search .site-content .posts.posts-count-2 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-2 > .post:nth-last-child(2), body.search .site-content .posts.posts-count-5 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-5 > .post:nth-last-child(2), body.search .site-content .posts.posts-count-8 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-8 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-8 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-8 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-8 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-8 > .post:nth-last-child(2) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body.search .site-content .posts.posts-count-1 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-5 > .post:nth-last-child(1), body.search .site-content .posts.posts-count-9 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-9 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-1 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-5 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-9 > .post:nth-last-child(1) {
    width: 100%;
  }
  body.search .site-content .posts.posts-count-3 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-3 > .post:nth-last-child(2),
body.search .site-content .posts.posts-count-3 > .post:nth-last-child(3), body.search .site-content .posts.posts-count-7 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-7 > .post:nth-last-child(2),
body.search .site-content .posts.posts-count-7 > .post:nth-last-child(3),
body.single-post .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(3),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(3),
body.error404 .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(3),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(3) {
    width: 33.33%;
  }
  body.search .site-content .posts.posts-count-3 > .post:nth-last-child(2), body.search .site-content .posts.posts-count-7 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-3 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-7 > .post:nth-last-child(2) {
    width: 33.34%;
  }
  body.search .site-content .posts.posts-count-2 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-2 > .post:nth-last-child(2), body.search .site-content .posts.posts-count-6 > .post:nth-last-child(1),
body.search .site-content .posts.posts-count-6 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(2),
body.single-post .site-content .posts-wrapper .posts.posts-count-6 > .post:nth-last-child(1),
body.single-post .site-content .posts-wrapper .posts.posts-count-6 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-2 > .post:nth-last-child(2),
body.error404 .site-content .posts-wrapper .posts.posts-count-6 > .post:nth-last-child(1),
body.error404 .site-content .posts-wrapper .posts.posts-count-6 > .post:nth-last-child(2) {
    width: 50%;
  }
}

body.page-template-wine-locator .site-content > .image {
  height: 300px;
  background-position: center;
  background-size: cover;
}
body.page-template-wine-locator .site-content > .content {
  background-color: #ebebeb;
  padding: 2rem;
}
body.page-template-wine-locator .site-content > .content > .content-block {
  padding-bottom: 2rem;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 2rem;
}
body.page-template-wine-locator .site-content > .content > .content-block > h1 {
  font-size: 30px;
  margin-bottom: 1rem;
}
body.page-template-wine-locator .site-content > .content > .content-block > p {
  font-style: italic;
}
body.page-template-wine-locator .site-content > .content > .content-block > .store-options {
  display: flex;
  column-gap: 2rem;
  padding-top: 2rem;
}
body.page-template-wine-locator .site-content > .content > .content-block > .store-options > .store-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem;
}
body.page-template-wine-locator .site-content > .content > .content-block > .store-options > .store-option > a {
  display: block;
}
body.page-template-wine-locator .site-content > .content > .content-block > .store-options > .store-option > a > img {
  height: 80px;
}
body.page-template-wine-locator .site-content > .content > .content-block > .store-options > .store-option > a:nth-child(2) {
  margin-top: 1rem;
  text-decoration: none;
  color: var(--black);
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 2.25rem;
}
@media (min-width: 768px) {
  body.page-template-wine-locator .site-content {
    display: flex;
  }
  body.page-template-wine-locator .site-content .image {
    height: auto;
    flex: 1;
  }
  body.page-template-wine-locator .site-content .content {
    flex: 1;
  }
}

body.page-template-wine-club .site-content {
  background-color: var(--white);
}
body.page-template-wine-club .site-content .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
body.page-template-wine-club .site-content .top-area > img {
  width: 50%;
  max-width: 360px;
  margin-top: 16px;
  margin-bottom: 16px;
}
body.page-template-wine-club .site-content .top-area > h1 {
  font-family: inherit;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.25;
  font-style: italic;
}
body.page-template-wine-club .site-content .top-area > p {
  text-align: center;
  line-height: 1.25;
}
body.page-template-wine-club .site-content .top-area .additional-ctas {
  display: flex;
  margin-top: 32px;
  column-gap: 32px;
}
@media (max-width: 639px) {
  body.page-template-wine-club .site-content .top-area .additional-ctas {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
}
body.page-template-wine-club .site-content .top-area .additional-ctas p {
  text-align: center;
  display: flex;
  flex-direction: column;
}
body.page-template-wine-club .site-content .top-area .additional-ctas p a {
  margin-top: 16px;
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  background-color: var(--red);
  padding: 12px 18px;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 16px;
  min-width: 280px;
}
body.page-template-wine-club .site-content .middle-area {
  margin-bottom: 64px;
}
body.page-template-wine-club .site-content .middle-area .left-area {
  padding: 16px;
}
body.page-template-wine-club .site-content .middle-area .left-area > h2 {
  font-size: 30px;
  color: var(--red);
  margin-bottom: 16px;
}
body.page-template-wine-club .site-content .middle-area .left-area > ul > li {
  line-height: 1.25;
  margin-bottom: 16px;
  padding-left: 26px;
}
body.page-template-wine-club .site-content .middle-area .left-area > ul > li:before {
  content: "";
  margin-left: -24px;
  background: url("/wp-content/themes/menage-a-trois/assets/images/mat_wine_glass_li-min.png") no-repeat center center;
  width: 13px;
  height: 30px;
  position: absolute;
}
body.page-template-wine-club .site-content .middle-area .left-area > p > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  background-color: var(--red);
  padding: 12px 18px;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 16px;
}
body.page-template-wine-club .site-content .middle-area .left-area > p {
  font-size: 12px;
}
body.page-template-wine-club .site-content .middle-area .right-area {
  padding: 16px;
}
body.page-template-wine-club .site-content .middle-area .right-area > img {
  max-width: 100%;
}
body.page-template-wine-club .site-content .bottom-area {
  background-color: var(--red);
  padding: 32px 16px;
  position: relative;
  z-index: 10;
}
body.page-template-wine-club .site-content .bottom-area > h3 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 16px;
}
body.page-template-wine-club .site-content .bottom-area > div > p {
  color: var(--white);
  line-height: 1.25;
  padding-left: 26px;
}
body.page-template-wine-club .site-content .bottom-area > div > p:before {
  content: "";
  margin-left: -24px;
  background: url("/wp-content/themes/menage-a-trois/assets/images/icn-phone.png") no-repeat center center;
  width: 18px;
  height: 18px;
  position: absolute;
}
body.page-template-wine-club .site-content .bottom-area > div > p > a {
  color: inherit;
}
body.page-template-wine-club .site-content .bottom-area > div > p:nth-child(2) {
  margin-top: 16px;
}
body.page-template-wine-club .site-content .bottom-area > div > p:nth-child(2):before {
  background: url("/wp-content/themes/menage-a-trois/assets/images/icn-email.png") no-repeat center center;
}
@media (min-width: 768px) {
  body.page-template-wine-club .site-content .top-area > h1 {
    max-width: 420px;
  }
  body.page-template-wine-club .site-content .top-area > p {
    max-width: 600px;
  }
  body.page-template-wine-club .site-content .middle-area {
    display: flex;
    max-width: 1024px;
    margin: 16px auto 96px;
  }
  body.page-template-wine-club .site-content .bottom-area {
    display: flex;
    column-gap: 32px;
  }
  body.page-template-wine-club .site-content .bottom-area > div {
    flex: 1;
  }
}

.wine-club-panel-art {
  position: absolute;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100%;
  background: url("/wp-content/themes/menage-a-trois/assets/images/mat-wine-club-overlay-top-dt-min.png") no-repeat;
  background-size: contain;
  min-height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-position-x: 0;
  background-position-y: 0;
  transform: translateY(0%);
  transition: transform 2s ease-in-out;
}

@media (max-width: 1024px) {
  .wine-club-panel-art {
    background: url("/wp-content/themes/menage-a-trois/assets/images/mat-wine-club-overlay-top-1024-min.png") no-repeat;
  }
}
@media (max-width: 768px) {
  .wine-club-panel-art {
    background: url("/wp-content/themes/menage-a-trois/assets/images/mat-wine-club-overlay-top-768-min.png") no-repeat;
  }
}
@media (max-width: 375px) {
  .wine-club-panel-art {
    background: url("/wp-content/themes/menage-a-trois/assets/images/mat-wine-club-overlay-top-375-min.png") no-repeat;
  }
}
.wine-club-panel-art img {
  height: 100%;
  width: auto;
}

/* wine club panel art adjustments */

@media (min-width: 1025px) {
  .wine-club-panel-art.full {
    /*transform: translateY(23%);*/
	transform: translateY(43%);
  }

  .wine-club-panel-art.half {
	/*  transform: translateY(43%);*/
    transform: translateY(63%);
  }

  .wine-club-panel-art.empty {
	/*  transform: translateY(79%);*/
    transform: translateY(80%);
  }
}
@media (max-width: 1024px) {
  .wine-club-panel-art.full {
	/*  transform: translateY(23%);*/
    transform: translateY(43%);
  }

  .wine-club-panel-art.half {
	/* transform: translateY(43%);*/
    transform: translateY(63%);
  }

  .wine-club-panel-art.empty {
	/*  transform: translateY(79%);*/
    transform: translateY(80%);
  }
}
@media (max-width: 768px) {
  .wine-club-panel-art.full {
	/* transform: translateY(19%);*/
    transform: translateY(39%);
  }

  .wine-club-panel-art.half {
	/*  transform: translateY(39%);*/
    transform: translateY(49%);
  }

  .wine-club-panel-art.empty {
    /* transform: translateY(79%);*/
	transform: translateY(80%);
  }
}
@media (max-width: 400px) {
  .wine-club-panel-art.full {
	/* transform: translateY(9%);*/
    transform: translateY(20%);
  }

  .wine-club-panel-art.half {
    transform: translateY(34%);
  }

  .wine-club-panel-art.empty {
    transform: translateY(83%);
  }
}
.wine-club-panel-art .gradient {
  background: #400008;
  background: linear-gradient(90deg, #400008 0%, #49000a 36%, #290002 100%);
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30rem;
  position: absolute;
  height: 100%;
}

/* wine club panel art gradient adjustments */

@media (max-width: 1024px) {
  .wine-club-panel-art .gradient {
	/*  top: 23rem; */
    top: 13rem;
  }
}
@media (max-width: 768px) {
  .wine-club-panel-art .gradient {
	/*  top: 18rem */
    top: 8rem;
  }
}
@media (max-width: 375px) {
  .wine-club-panel-art .gradient {
    /*top: 5rem;*/
	top: 3rem;
  }
}
body.page-template-wine-club .site-content {
  overflow: hidden;
  position: relative;
}
body.page-template-wine-club .site-footer {
  z-index: 20 !important;
  background-color: #000;
}

body.page-template-wine-categories .site-content .top-panel {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
body.page-template-wine-categories .site-content .top-panel > .background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-area: 1/1/2/2;
}
body.page-template-wine-categories .site-content .top-panel > .overlay {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: 1/1/2/2;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.6);
}
body.page-template-wine-categories .site-content .top-panel > .overlay > h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.page-template-wine-categories .site-content .top-panel > .overlay > h2 {
    font-size: 2rem;
  }
}
body.page-template-wine-categories .site-content .top-panel > .overlay > p {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
body.page-template-wine-categories .site-content .top-panel > .overlay > a {
  display: block;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  background-color: var(--red);
  padding: 16px 32px;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
}
body.page-template-wine-categories .site-content .top-panel > .overlay > a:hover {
  background-color: var(--white);
  color: var(--red);
}
@media (min-width: 768px) {
  body.page-template-wine-categories .site-content .top-panel {
    display: grid;
    grid-template-columns: 5% 37.5% 57.5%;
  }
  body.page-template-wine-categories .site-content .top-panel > .background {
    grid-area: 1/1/1/4;
    padding-top: calc(70vh - 62px - 100px);
  }
  body.page-template-wine-categories .site-content .top-panel > .overlay {
    background: none;
    color: var(--black);
    grid-area: 1/2/1/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.page-template-wine-categories .site-content .top-panel > .overlay > h2 {
    color: var(--white);
  }
  body.page-template-wine-categories .site-content .top-panel > .overlay > p {
    color: var(--white);
  }
}
body.page-template-wine-categories .site-content .wine-groups {
  background-color: var(--white);
  padding-bottom: 32px;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > h2 {
  background-color: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 18px;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine {
  background-color: #ebebeb;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .image-section {
  display: flex;
  flex-direction: column;
  padding-left: 32px;
  height: 100px;
  justify-content: center;
  overflow: hidden;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .image-section > img {
  max-height: 160px;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .details-section > h3 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.25;
}
body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .details-section > a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--red);
  font-weight: bold;
}
@media (min-width: 1024px) {
  body.page-template-wine-categories .site-content .wine-groups > .wine-group {
    max-width: 784px;
    margin: 0 auto;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > h2 {
    font-size: 30px;
    padding: 32px;
    background: none;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 32px;
    row-gap: 32px;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine {
    width: 240px;
    background: none;
    flex-direction: column;
    padding: 16px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #ccc;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .image-section {
    padding-left: 0;
    height: auto;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .image-section > img {
    max-height: 280px;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .details-section {
    padding-top: 32px;
  }
  body.page-template-wine-categories .site-content .wine-groups > .wine-group > .wines > .wine > .details-section > h3 {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  body.page-template-wine-categories .site-content .wine-groups > .wine-group {
    max-width: 1056px;
    margin: 0 auto;
  }
}

.varietal.stroke-circle.red::before, .wine.stroke-circle.red::before {
  border-color: #800000;
}
.varietal.stroke-circle.rose::before, .wine.stroke-circle.rose::before {
  border-color: #e83e69;
}
.varietal.stroke-circle.sparkling::before, .wine.stroke-circle.sparkling::before {
  border-color: #d2c7a7;
}
.varietal.stroke-circle.sweet-collection::before, .wine.stroke-circle.sweet-collection::before {
  border-color: #dbb774;
}
.varietal.stroke-circle.white::before, .wine.stroke-circle.white::before {
  border-color: #e7ab35;
}
.varietal.fill-circle.bourbon-barrel-cabernet-sauvignon::before, .wine.fill-circle.bourbon-barrel-cabernet-sauvignon::before {
  background-color: #a25939;
}
.varietal.fill-circle.dolce::before, .wine.fill-circle.dolce::before {
  background-color: #9e8140;
}
.varietal.fill-circle.cabernet-sauvignon::before, .wine.fill-circle.cabernet-sauvignon::before {
  background-color: #801418;
}
.varietal.fill-circle.exotic-white-blend::before, .wine.fill-circle.exotic-white-blend::before {
  background-color: #d18e4c;
}
.varietal.fill-circle.california-rose::before, .wine.fill-circle.california-rose::before {
  background-color: #e83e69;
}
.varietal.fill-circle.chardonnay::before, .wine.fill-circle.chardonnay::before {
  background-color: #e7ab35;
}
.varietal.fill-circle.bouquet-rose::before, .wine.fill-circle.bouquet-rose::before {
  background-color: #ce7776;
}
.varietal.fill-circle.decadence::before, .wine.fill-circle.decadence::before {
  background-color: #842033;
}
.varietal.fill-circle.hot-pink-sweet-rose-blend::before, .wine.fill-circle.hot-pink-sweet-rose-blend::before {
  background-color: #b63b79;
}
.varietal.fill-circle.gold::before, .wine.fill-circle.gold::before {
  background-color: #c3af82;
}
.varietal.fill-circle.lavish::before, .wine.fill-circle.lavish::before {
  background-color: #32537A;
}
.varietal.fill-circle.limelight::before, .wine.fill-circle.limelight::before {
  background-color: #007f4a;
}
.varietal.fill-circle.moscato-sweet-white-blend::before, .wine.fill-circle.moscato-sweet-white-blend::before {
  background-color: #ab4a2a;
}
.varietal.fill-circle.luscious::before, .wine.fill-circle.luscious::before {
  background-color: #781822;
}
.varietal.fill-circle.malbec::before, .wine.fill-circle.malbec::before {
  background-color: #62448f;
}
.varietal.fill-circle.merlot::before, .wine.fill-circle.merlot::before {
  background-color: #155985;
}
.varietal.fill-circle.midnight::before, .wine.fill-circle.midnight::before {
  background-color: #351b20;
}
.varietal.fill-circle.moscato::before, .wine.fill-circle.moscato::before {
  background-color: #0093a1;
}
.varietal.fill-circle.pinot-grigio::before, .wine.fill-circle.pinot-grigio::before {
  background-color: #7fa033;
}
.varietal.fill-circle.pinot-noir::before, .wine.fill-circle.pinot-noir::before {
  background-color: #ca4b44;
}
.varietal.fill-circle.prosecco::before, .wine.fill-circle.prosecco::before {
  background-color: #4daaa4;
}
.varietal.fill-circle.red-blend::before, .wine.fill-circle.red-blend::before {
  background-color: #800000;
}
.varietal.fill-circle.sultry-red-smooth-red-blend::before, .wine.fill-circle.sultry-red-smooth-red-blend::before {
  background-color: #933036;
}
.varietal.fill-circle.sauvignon-blanc::before, .wine.fill-circle.sauvignon-blanc::before {
  background-color: #068a78;
}
.varietal.fill-circle.silk::before, .wine.fill-circle.silk::before {
  background-color: #800000;
}
.varietal.fill-circle.sparkling-rose::before, .wine.fill-circle.sparkling-rose::before {
  background-color: #F1A295;
}
.varietal.fill-circle.white-blend::before, .wine.fill-circle.white-blend::before {
  background-color: #bcbf79;
}
.varietal.fill-circle.zinfandel::before, .wine.fill-circle.zinfandel::before {
  background-color: #662c40;
}

#custom-c7-nav {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
}
#custom-c7-nav > #custom-c7-nav-inner {
  background-color: var(--red);
  padding: 12px 20px 14px;
  border-radius: 0 0 4px 4px;
  display: flex;
  column-gap: 16px;
}
#custom-c7-nav > #custom-c7-nav-inner > #c7-login a, #custom-c7-nav > #custom-c7-nav-inner > #c7-cart a {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
}

@media screen and (min-width: 40rem) {
  #custom-c7-nav > #custom-c7-nav-inner > #c7-login a, #custom-c7-nav > #custom-c7-nav-inner > #c7-cart a {
    color: var(--white);
  }
}
@media screen and (min-width: 40rem) {
  #custom-c7-nav > #custom-c7-nav-inner > #c7-login, #custom-c7-nav > #custom-c7-nav-inner > #c7-cart {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #custom-c7-nav {
    align-items: start;
    margin-left: 2rem;
  }
}


#c7-content .price > form > .c7-product__variant__price {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
#c7-content .price > form > .c7-product__variant__price > .c7-product__variant__price__compare {
  display: none;
}
#c7-content .price > form > .c7-product__variant__price > .c7-product__variant__price__sale {
  text-align: center;
}
#c7-content .price > form > .c7-product__variant__add-to-cart > label {
  display: flex;
}
#c7-content .price > form > .c7-product__variant__add-to-cart > label > input {
  font-family: inherit;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  height: 32px;
  padding: 0;
  font-size: 16px;
}
#c7-content .price > form > .c7-product__variant__add-to-cart > label:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: right;
  margin: 8px 0;
  margin-left: 16px;
}
#c7-content .price > form > .c7-product__variant__add-to-cart > button {
  font-family: inherit;
  background: none;
  border: none;
  color: var(--black);
  font-size: 16px;
  padding: 0.5rem;
}

#c7-content > section .c7-product-collection {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 80rem;
}
#c7-content > section .c7-product-collection > .product {
  padding: 0 32px;
  margin-bottom: 64px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}
#c7-content > section .c7-product-collection > .product > .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  position: relative;
}
#c7-content > section .c7-product-collection > .product > .info > .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}
#c7-content > section .c7-product-collection > .product > .info > .badge > img {
  max-width: 100%;
  display: block;
}
#c7-content > section .c7-product-collection > .product > .info > .image {
  height: 320px;
  margin-bottom: 1rem;
}
#c7-content > section .c7-product-collection > .product > .info > .image > a > img {
  height: 100%;
}
#c7-content > section .c7-product-collection > .product > .info > .title {
  font-size: 1.25em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  text-align: center;
}
#c7-content > section .c7-product-collection > .product > .info > .title a {
  color: inherit;
}
#c7-content > section .c7-product-collection > .product > .info > .teaser {
  text-align: center;
  font-style: italic;
}
#c7-content {
  overflow: hidden;
}
#c7-content > section > .product {
  overflow: hidden;
  margin-bottom: 16px;
}
#c7-content > section > .product.non-wine-variation {
  margin-bottom: 0;
}
#c7-content > section > .product .primary-area-wrapper {
  background-color: var(--darker-grey);
}
#c7-content > section > .product .primary-area-wrapper .primary-area {
  display: flex;
  column-gap: 32px;
  padding: 0 32px;
  padding-top: 64px;
  padding-bottom: 48px;
  max-width: 1024px;
  margin: 0 auto;
}
#c7-content > section > .product .primary-area-wrapper .primary-area.non-wine-variation {
  flex-direction: column !important;
}
#c7-content > section > .product .primary-area-wrapper .primary-area.non-wine-variation > .image {
  margin: 0 auto !important;
  max-width: 320px !important;
  height: initial !important;
  margin-bottom: 32px !important;
}
#c7-content > section > .product .primary-area-wrapper .primary-area.non-wine-variation > .image > img {
  max-width: 100% !important;
  height: initial !important;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image {
  height: 260px;
  margin-bottom: 1rem;
  position: relative;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > img {
  height: 100%;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge > img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area > .image > .badge {
    position: relative;
    margin: 0 auto;
    margin-top: 16px;
  }
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info {
  margin-bottom: 1rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title {
  font-size: 1.5625em;
  line-height: 1.25;
  color: var(--light-grey);
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--grey);
  margin-bottom: 1rem;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .title a {
  color: inherit;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: var(--light-grey);
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price {
  text-align: left;
  color: var(--light-grey);
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__price > .c7-product__variant__price__sale {
  text-align: left;
  color: var(--light-grey);
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart {
  justify-content: left;
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart > label > input {
  background: none;
  color: var(--light-grey);
  border-color: var(--dark-grey);
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart > label:after {
  background-image: url("/wp-content/themes/menage-a-trois/assets/images/icons/cta-gray.png");
}
#c7-content > section > .product .primary-area-wrapper .primary-area > .info > .price > form > .c7-product__variant__add-to-cart > button {
  color: var(--light-grey);
}
#c7-content > section > .product .secondary-area-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area {
  padding: 48px 32px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile {
  margin-bottom: 48px;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  margin-bottom: 2rem;
  font-style: italic;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div {
  margin-bottom: 2rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-profile > div > div > p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: lighter;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-specs > h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  margin-bottom: 2rem;
  font-style: italic;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-specs > div > div {
  display: flex;
  margin-bottom: 0.5rem;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-specs > div > div > h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  flex: 1;
}
#c7-content > section > .product .secondary-area-wrapper .secondary-area > .wine-specs > div > div > p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--red);
  flex: 1;
}
@media (min-width: 768px) {
  #c7-content > section > .product .primary-area-wrapper .primary-area .image {
    width: 160px;
  }
  #c7-content > section > .product .primary-area-wrapper .primary-area .image img {
    height: 440px;
  }
  #c7-content > section > .product .primary-area-wrapper .primary-area .info {
    flex: 1;
  }
  #c7-content > section > .product .primary-area-wrapper .primary-area.non-wine-variation {
    flex-direction: row !important;
  }
  #c7-content > section > .product .primary-area-wrapper .primary-area.non-wine-variation > .image > img {
    height: auto !important;
    max-width: 100% !important;
  }
  #c7-content > section > .product .secondary-area-wrapper .secondary-area {
    margin-left: 192px;
  }
}

.c7-button,
.c7-button-small,
.c7-button-alt,
.c7-button-alt-small {
  font-family: inherit;
}

.site-content .collection,
.site-content .product {
  background-color: var(--white);
}
.site-content .collection .page-header,
.site-content .product .page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.site-content .collection .page-header > h1,
.site-content .product .page-header > h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .site-content .collection .page-header > h1,
.site-content .product .page-header > h1 {
    font-size: 2.5rem;
  }
}
.site-content .collection .page-header > h2,
.site-content .product .page-header > h2 {
  max-width: 600px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding: 0 16px;
}
.site-content .collection .page-header > h2 strong,
.site-content .product .page-header > h2 strong {
  font-weight: bold;
}
.site-content .collection .page-header > .custom-responsive-menu,
.site-content .product .page-header > .custom-responsive-menu {
  padding: 0 16px;
}
.site-content .collection .page-header > .custom-responsive-menu > button,
.site-content .product .page-header > .custom-responsive-menu > button {
  color: var(--red);
  border: 1px solid var(--red);
}
.site-content .collection .page-header > .custom-responsive-menu > div > ul > li > a,
.site-content .product .page-header > .custom-responsive-menu > div > ul > li > a {
  color: var(--red);
}
.site-content .collection .page-header > .custom-responsive-menu > div > ul > li.active > a,
.site-content .product .page-header > .custom-responsive-menu > div > ul > li.active > a {
  color: var(--black);
}

.c7-layout__product-detail .site-content .collection .page-header,
.c7-layout__product-detail .site-content .product .page-header {
  display: none;
}

.site-content #c7-content {
  overflow: hidden;
  background-color: var(--white);
}
.site-content #c7-content > section > h1 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .site-content #c7-content > section > h1 {
    font-size: 2.5rem;
  }
}
.site-content #c7-content h4 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.site-content .collection #c7-content > section > h1, .site-content .product #c7-content > section > h1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

#c7-content .c7-account-login, .c7-content .c7-account-login {
  width: 90%;
  margin-top: 2rem;
  margin-bottom: 0;
}
#c7-content .c7-account-login > div, .c7-content .c7-account-login > div {
  margin-bottom: 2rem;
}
#c7-content .c7-account-login > div > p, .c7-content .c7-account-login > div > p {
  margin-bottom: 1rem;
}
#c7-content .c7-account-login .c7-form, .c7-content .c7-account-login .c7-form {
  margin: 0;
}
#c7-content .c7-message.c7-message--login-security, .c7-content .c7-message.c7-message--login-security {
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 90%;
  max-width: 50rem;
}
#c7-content .c7-message.c7-message--login-questions, .c7-content .c7-message.c7-message--login-questions {
  margin: 0 auto;
  margin-bottom: 64px;
  width: 90%;
  max-width: 50rem;
}
#c7-content .c7-message--error, .c7-content .c7-message--error {
  margin-top: 8px;
  display: block;
  text-align: left;
}

/* cart page set coupon box visible */
.c7-cart__summary__message .c7-form {
  opacity: 100%;
  visibility: visible;
  padding-bottom: 20%;
}


.c7-form label {
  font-family: inherit;
}
.c7-form label input,
.c7-form label select,
.c7-form label input[type=text],
.c7-form label input[type=email],
.c7-form label input[type=tel],
.c7-form label input[type=password],
.c7-form label input[type=username],
.c7-form label .c7-input-sudo {
  margin-top: 8px;
  font-family: inherit;
  font-size: 1rem;
}

#c7-content a:not(.c7-button):not(.c7-button-alt):not(.c7-button-small):not(.c7-button-alt-small), #c7-checkout-content a:not(.c7-button):not(.c7-button-alt):not(.c7-button-small):not(.c7-button-alt-small) {
  text-decoration: none;
  color: var(--red);
}
#c7-content p, #c7-checkout-content p {
  line-height: 1.25;
}

.c7-cart-items__image img {
  max-width: 100%;
}

#c7-checkout-content > div > div.c7-checkout > div > div.c7-checkout__header > div.c7-checkout__header__logo > a > img,
#c7-checkout-content > div > div.c7-checkout-template__logo > a > img {
  max-width: 100%;
}

.c7-button-alt,
#custom-c7-nav > #custom-c7-nav-inner > #c7-cart a.c7-button-alt {
  font-family: inherit;
  color: var(--black);
}

#c7-cart > section > div.c7-cart-items > div > div.c7-cart-items__title > a {
  color: var(--black) !important;
  text-decoration: none;
}

#c7-cart > section > div.c7-cart-items > div > div.c7-cart-items__quantity > form > button {
  font-family: inherit;
  text-transform: uppercase;
}

.c7-cart__carrot p {
  line-height: 1.25;
}

#c7-cart > section > a {
  color: var(--black) !important;
  text-decoration: none;
}

#c7-checkout-content > div > div.c7-checkout > div > div.c7-checkout__content > div > p {
  margin-bottom: 2rem;
}

#c7-checkout-content > div > div.c7-checkout > div > div.c7-checkout__content > form > div:nth-child(6) > span {
  margin-bottom: 8px;
}

.c7-checkout__content__title a {
  font-size: 1rem;
  line-height: 1.25;
}

.c7-checkout__content__title h3 {
  font-weight: bold;
}

.c7-checkout-breadcrumbs > div {
  font-size: 1rem;
  line-height: 1.25;
}

#c7-create-account > div:nth-child(1) > span {
  margin-bottom: 8px;
}

.c7-account__create-account {
  padding: 0 1rem;
}

#c7-content > section > div.c7-account-menu + div > h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

#c7-content > section > div.c7-account__dashboard > div.c7-account__dashboard__message > h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#c7-content > section > div.c7-account__dashboard > div.c7-account__dashboard__message > p {
  margin-bottom: 1rem;
}

.c7-account-tile {
  padding: 1.5rem;
}
.c7-account-tile h3 {
  font-size: 1rem;
}

#c7-content > section > div.c7-account__information > div.c7-account__information__address > p > a,
#c7-content > section > div.c7-account__information > div.c7-account__information__password > p:nth-child(2) > a {
  margin-top: 8px;
}

#c7-content > section > div:nth-child(2) > div > div.c7-cart-items > div > div.c7-cart-items__price > span,
#c7-content > section > div:nth-child(2) > div > div.c7-cart-items > div > div.c7-cart-items__price > br {
  display: none;
}

.c7-cart__wrapper {
  padding: 0 1rem;
}

.c7-cart__wrapper .c7-cart-items__price {
  width: 40%;
}

.c7-selectbox + .c7-selectbox.c7-form__cardexpiry-yy {
  margin-left: 0;
}

#c7-content > section > div.c7-account__information > form > div:nth-child(6) > a {
  margin-top: 7px;
  margin-right: 1px;
}

.c7-icon--help {
  background-size: auto;
}

.profile-security-notice {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  margin-bottom: -16px;
}
.profile-security-notice > div {
  width: 90%;
  max-width: 50rem;
  line-height: 1.25;
  text-align: center;
  padding: 16px;
  border: 2px solid var(--red);
  color: var(--black);
}
.profile-security-notice > div > strong {
  font-weight: bold;
}

.c7-account-tile > h3 {
  color: var(--black);
}

.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary {
  font-size: 1rem;
  line-height: 1.25;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary h3 {
  font-family: inherit;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary p {
  margin-bottom: 1em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary a {
  color: var(--red);
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary strong {
  font-weight: bold;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary dfn,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary cite,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary em,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary i {
  font-style: italic;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary blockquote {
  margin: 0 1.5em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary address {
  margin: 0 0 1.5em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary abbr,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary acronym {
  cursor: help;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary mark,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary ins {
  text-decoration: none;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary big {
  font-size: 125%;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary ul,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary ol {
  margin: 0 0 1.5em 3em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary ul {
  list-style: disc;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary ol {
  list-style: decimal;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary li {
  margin-bottom: 1em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary li > ul,
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary dt {
  font-weight: 700;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary dd {
  margin: 0 1.5em 1.5em;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary h2 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 16px;
}
.page-template-commerce7-club-checkout #c7-checkout-content > div > div.c7-checkout > .c7-checkout-summary h1 {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 16px;
}

.c7-account-menu + div {
  padding: 0 1rem;
}

#c7-content > section > div.c7-account__information > form > div:nth-child(1) > span {
  font-family: inherit;
  margin-bottom: 8px;
}

.blend-compositions-header {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--grey);
}

.blend-compositions-group {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.blend-compositions-group .blend-composition {
  position: relative;
  width: 80px;
}
.blend-compositions-group .blend-composition > p {
  text-align: center;
}
.blend-compositions-group .blend-composition > p:nth-child(1) {
  text-align: center;
  margin-bottom: 0 !important;
}
.blend-compositions-group .blend-composition > p:nth-child(3) {
  position: absolute;
  top: 20px;
  width: 100%;
}

#c7-cart > section > div.c7-message--empty-cart > p > a {
  color: var(--black) !important;
}

#c7-modal > div > div > div > div > a:nth-child(7),
#c7-modal > div > div > div > div > a:nth-child(8) {
  cursor: pointer;
}

body.page-template-commerce7-collection #c7-recipient {
  margin-top: 8px;
  padding: 2px;
  height: 33px;
  width: 100%;
}

body.page-template-commerce7-collection #c7-giftMessage {
  margin-top: 8px;
  padding: 2px;
  height: 60px;
  width: 100%;
}

.c7-product__variant__gift-card {
  margin-bottom: 8px;
}

.non-wine-variation .c7-product__variant__add-to-cart {
  color: #fff;
  margin-bottom: 8px;
}

#c7-content > section .c7-product-collection > .product-nonwine {
  max-width: 100%;
}

#c7-content > section .c7-product-collection > .product-nonwine form {
  max-width: 350px;
  margin: 0 auto;
}

#c7-content > section .c7-product-collection > .product-nonwine form .c7-product__variant__select {
  max-width: 100%;
}

#c7-content .product-nonwine .price > form > .c7-product__variant__add-to-cart > label:after {
  display: none;
}

#c7-content .product-nonwine .price > form > .c7-product__variant__add-to-cart > button:after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/menage-a-trois/assets/images/icons/cta-black.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: right;
  margin: 0;
  margin-left: 16px;
  vertical-align: bottom;
}

#c7-content > section .c7-product-collection > .product-nonwine > .info > .image > a > img {
  height: auto !important;
  max-width: 350px;
}

@media (min-width: 768px) {
  .non-wine-variation .c7-product__variant {
    max-width: 350px;
  }

  .non-wine-variation .c7-product__variant .c7-product__variant__select {
    max-width: 100%;
  }

  .non-wine-variation .c7-product__variant__add-to-cart > label:after {
    display: none !important;
  }

  .non-wine-variation .c7-product__variant__gift-card {
    margin-bottom: 8px;
    color: #fff;
  }

  .non-wine-variation .c7-product__variant__add-to-cart button:after {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/menage-a-trois/assets/images/icons/cta-gray.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
    margin-left: 16px;
    vertical-align: bottom;
    z-index: 10;
  }

  .non-wine-variation .c7-product__variant__gift-card #c7-recipient {
    padding: 2px;
    height: 33px;
    width: 100%;
    margin-top: 3px;
  }

  .non-wine-variation .c7-product__variant__gift-card #c7-giftMessage {
    padding: 2px;
    height: 60px;
    width: 100%;
    margin-top: 3px;
  }
}
body.page-template-commerce7-collection #c7-content > section > div.c7-product-collection > div > div.price > form > div:nth-child(3),
body.page-template-commerce7-collection #c7-content > section > div.c7-product-collection > div > div.price > form > div:nth-child(4) > div:nth-child(1) {
  margin-bottom: 8px;
}

body.page-template-commerce7-collection #c7-recipient,
body.page-template-commerce7-collection #c7-giftMessage {
  margin-top: 8px;
}

.c7-product__variant__price__title {
  font-weight: normal;
}

#c7-checkout-content #c7-giftMessage, #c7-checkout-content #c7-shippingInstructions {
  margin-top: 8px;
}

/*# sourceMappingURL=style.css.map */

.tfelegal h1 {
  font-size: 30px !important;
}