/*
Theme Name:  Mind & Body 2021
Theme URI:  https://github.com/TFEWines/MindandBody
Author:  Keith Laidlaw / TFE Wines
Author URI:  http://www.keithlaidlaw.com/
Version: 2020.08.21
Tags: responsive-layout, accessibility-ready
Requires at least: 5.5
Tested up to: 5.5
Requires PHP: 7.3
License:  GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  tfemindbody
*/


/* 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;}

.nowrap{white-space:nowrap;}
.hidden{display:none;}
.screen-reader-only{clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute !important;}
.clearfix::after{content:'';display:table;clear:both;}

/* COLORS
body text #666
dark green text #247363
light green / pinot grigio bg #e9f0ec
light pink / rose bg #f7e6df
dark pink / rose text #c1553e
light gray-red / cab bg #efebe9
darker green bg shadow #b3d0c6
light gray bg #eae5e2 */


body {
  font-family: 'Zilla Slab', serif;
  color: #666;
}
@supports (top:0) { /* for non-ie browsers only */
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
  }
}
body div {
  box-sizing: border-box;
}
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
}
h1 {
  font-size: 48px;
  font-size: 3rem;
}
h2 {
  font-size: 32px;
  font-size: 2rem;
}
h1, h2, h3, h4, p, ul, ol, dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.4;
}
h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
}
li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
li:last-of-type {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul.bullet li,
ol.number li,
ol.lowercase li,
ol.uppercase li {
  padding-left: 0.5em;
  margin-left: 1em;
}
ul.bullet li {
  list-style: disc;
}
ol.number {
  list-style: decimal;
}
ol.lowercase {
  list-style: lower-alpha;
}
ol.uppercase {
  list-style: upper-alpha;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #222;
}

/* 404 page */
.error-page p {
  margin: 3rem 0 4rem;
}
.error-page p a + a {
  margin-left: 1rem;
}

/* page layout */
.header-social-content,
.header-main-content,
.footer-content {
  max-width: 87.5em;
  margin: 0 auto;
}
.header-social-wrapper,
.header-main-wrapper,
.footer-wrapper,
.article-wrapper {
  padding: 0 20px;
}
/* general styles  */
.arrow-link {
  position: relative;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}
.arrow-link:active,
.arrow-link:focus,
.arrow-link:hover {
  border-bottom: 1px solid;
}
.arrow-link::after {
  background-image: url(assets/images/right-arrow.png);
  background-size: 2em 0.625em;
  width: 2em;
  height: 0.625em;
  background-repeat: no-repeat;
  content: "";
  border-bottom: none !important;
  position: absolute;
  right: -2.5em;
  bottom: 0.25em;
}
@media screen and (min-width: 40em) {
  .arrow-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.go-link,
.go-link:visited,
.tfe-enter {
  padding: 14px 24px;
  padding: 0.875rem 1.5rem ;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  color: #247363;
  background-color: #e9f0ec;
  transition: all 250ms ease-in-out;
  border: 0;
}
.go-link::after,
.tfe-enter::after {
  content: ">";
  margin-left: 8px;
  margin-left: 0.5rem;
}
.go-link:active,
.go-link:focus,
.go-link:hover,
.tfe-enter:active,
.tfe-enter:focus,
.tfe-enter:hover {
  color: #e9f0ec;
  background:  #247363;
}
p.info {
  font-size: 16px;
  font-size: 1rem;
} 
/* social icons */
.social-icon-wrapper li {
  margin-bottom: 0;
  display: inline-block;
}
.social-icon-wrapper li + li {
  margin-left: 16px;
  margin-left: 1rem;
}
.social-icon {
  font-size: 1.5em;
  background: 0 0;
  border: none;
  height: 48px;
  height: 3rem;
  width: 3rem;
  width: 48px;
  text-decoration: none;
}
.social-icon::before {
  color: #666;
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-facebook::before {
  content: "\f39e";
}
.social-instagram::before {
  content: "\f16d";
}
.social-spotify::before {
  content: "\f1bc";
}
.social-icon:active,
.social-icon:focus,
.social-icon:hover {
  outline: 0;
}
.social-icon:active::before,
.social-icon:focus::before,
.social-icon:hover::before {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  border-bottom: 1px solid;
}

/* header */
.header-social {
  background-color: #e9f0ec;
  min-height: 32px;
  min-height: 2rem;
  text-align: center;
}
.header-social-content .social-icon-wrapper {
  padding: 8px 0;
  padding: 0.5rem 0;
  margin: 0;
}
.header-main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.header-logo {
  width: 140px;
  height: 83px;
  background: no-repeat url("assets/images/mind-and-body-wines-logo-140.png");
  background-size: contain;
}
nav {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}
nav li {
  margin-top: 1em;
}

nav a,
nav a:visited {
  color: #666;
  text-decoration: none;
}
nav a:active,
nav a:focus,
nav a:hover {
  outline: 0;
}
nav a:active,
nav a:focus,
nav a:hover {
  text-decoration: underline;
}
header nav {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
}

#mobile-nav-toggle {
  font-size: 1.5em;
  background: 0 0;
  border: none;
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-right: -6px;
  margin-right: -0.375rem
}
#mobile-nav-toggle:focus {
  background: #e9f0ec;
  outline: 0;
}
#mobile-nav-toggle:before {
  content: "\f0c9";
  color: #666;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main-navigation ul {
  display: none;
}
#main-navigation.menu-open {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  text-align: right;
  padding: 12px 20px 12px 24px;
  padding: 0.75rem 1.25rem 0.75rem 1.5rem;
  background: #e9f0ec;
  z-index: 10;
}
#main-navigation.menu-open ul {
  display: block;
}
.menu-open #mobile-nav-toggle {
  border-radius: 50%;
  margin-right: -8px;
  margin-right: -0.5rem;
}
.menu-open #mobile-nav-toggle:before {
  content: "\f00d";
  border-radius: 50%;
  padding: 2px; 
  padding: 0.125rem; 
}
.menu-open #mobile-nav-toggle:focus {
  background: #fff;
}
@media screen and (min-width: 48em) {
  .header-main-content {
    padding-top: 48px;
    padding-top: 3rem;
  }
  .header-logo {
    width: 224px;
    height: 133px;
    background: no-repeat url(assets/images/mind-and-body-wines-logo-224.png);
    background-size: contain;
  }
  .header-social {
    text-align: right;
    padding: 4px 0;
    padding: 0.25rem 0;
  }
  #main-navigation.menu-open {
    background: #fff;
  }
  #main-navigation ul {
    display: block;
  }
  header nav button {
    display: none;
  }
  .header-main-content {
    align-items: center;
  }
  nav li {
    margin-top: 0;
    display: inline-block;
  }
  nav li + li {
    margin-left: 32px;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 55em) {
  nav li + li {
    margin-left: 54px;
    margin-left: 4rem;
  }
}

/* footer */
footer {
  background: #eae5e2;
  padding: 32px 0;
  padding: 2rem 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 140px;
  width: 8.75rem;
  float: left;
}
footer .social-icon-wrapper {
  float: right;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.footer-text-wrap {
  width: 100%;
  margin: 32px 0;
  clear: both;
}
footer h2 {
  text-align: center;
  font-family: 'Zilla Slab', serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
footer p.info {
  font-size: 134px;
  font-size: .8rem;
  max-width: 33em;
  margin: 0 auto;
}
.footer-nav,
.copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-nav {
  clear: both;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.footer-nav li {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.footer-nav li + li {
  margin-left: 32px;
  margin-left: 2rem;
}
.copyright {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.4;
}

@media screen and (min-width: 40em) {
  .footer-nav {
    clear: both;
    width: 100%;
  }
  .footer-nav, 
  .footer-nav ul {
    margin-bottom: 8px;
    margin-bottom: .5rem;
  }
  .footer-nav li + li {
    margin-left: 16px;
    margin-left: 1rem;
  }
  .copyright {
    width: 100%;
    clear: both;
  }
}
@media screen and (min-width: 55em) {
  .footer-flex-wrap {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-bottom: 1rem
  }
  .footer-logo {
    flex: 0 0 auto;
    order: 1;
    width: 140px;
    width: 8.75rem;
    margin: 0;
  }
  .footer-text-wrap {
    text-align: center;
    width: 60%;
    width: calc(100% - 280px);
    width: calc(100% - 17.5rem);
    flex: 0 1 40%;
    order: 2;
  }
  footer .social-icon-wrapper {
    flex: 0 0 140px;
    flex: 0 0 8.75rem;
    order: 3;
    text-align: right;
    margin: 0;
  }
}

/* general pages  */

.article-content {
  margin: 32px 0;
  margin: 2rem 0;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content p,
.article-content ul,
.article-content ol,
.article-content dl {
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
  line-height: 1.2;
}
.article-content p,
.article-content ul,
.article-content ol,
.article-content dl {
  font-weight: 200;
}
.article-content h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
ol.uppercase li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
ol.uppercase li p,
ol.uppercase li li {
  font-family: 'Zilla Slab', serif;
  font-weight: 200;
}

@media screen and (min-width: 40em) {
  .article-content {
    margin: 56px 0;
    margin: 4rem 0;
  }
  .article-content h1 {
    font-size: 48px;
    font-size: 3rem;
  }
  .article-content p,
  .article-content ul,
  .article-content ol,
  .article-content dl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* homepage */
.intro-head-text {
  padding: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.intro-head-text-wrapper {
  max-width: 20em;
  margin: 0 auto;
  position: relative;
}
.intro-head-text h2 {
  padding: 16px 0;
  padding: 1rem 0;
  position: relative;
  margin: 0 32px;
  margin: 0 2rem;
  width: 80%;
  z-index: 1;
  color: #247363;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.intro-head-text h2 span {
  display: block;
}
.intro-ampersand {
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 0;
  width: 100px;
  width: 6.5rem;
  height: auto;
}
.intro-head-text .arrow-link {
  margin-left: 32px;
  margin-left: 2rem;
}
.intro-head-pics {
  position: relative;
  padding: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.intro-head-pics img:first-of-type {
  position: relative;
  width: 56%;
  z-index: 1;
  box-shadow: 16px 16px #b3d0c6;
  box-shadow: 1rem -1rem #b3d0c6;
}
.intro-head-pics img:nth-of-type(2) {
  position: absolute;
  width: 50%;
  z-index: 2;
  top: 20%;
  right: 20px;
}
.intro-text {
  position: relative;
  background-color: #e9f0ec;
  padding: 260px 20px 100px;
  padding-top: 16rem;
  padding-bottom: 6.25rem;
  margin-top: -225px;
  margin-top: -14rem;
  overflow: hidden;
}
.intro-text::after {
  position: absolute;
  background-image: url(assets/images/mb-floral-white.png);
  background-size:  512px 389px;
  width: 512px;
  height: 389px;
  bottom: 20px;
  left: 50px;
  background-repeat: no-repeat;
  display: inline-block;
  content:"";
}
.intro-text p {
  position: relative;
  z-index: 3;
  max-width: 25em;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
}
.intro-text p .brandname {
  color: #247363;
  text-transform: uppercase;
  font-weight: 500;

}
@media screen and (min-width: 35em){
  .intro-head-pics img:first-of-type {
    box-shadow: 20px 20px #b3d0c6;
    box-shadow: 1.25rem -1.25rem #b3d0c6;
  }
}
@media screen and (min-width: 40em) {
  .intro-head-text-wrapper {
    max-width: 30em;
  }
  .intro-head-text h2 {
    font-size: 48px;
    font-size: 3rem;
  }
  .intro-ampersand {
    right: 32px;
    right: 2rem;
    width: 160px;
    width: 10rem;
  }
  .intro-text::after {
    left: auto;
    right: 50px;
  }
}
@media screen and (min-width: 60em) {
  .intro-head-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 85em;
    margin: 0 auto;
  }
  .intro-head-text {
    flex: 1 0 42%;
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  .intro-head-text h2, 
  .intro-head-text a.arrow-link {
    margin-left: 16px;
    margin-left: 1rem;
  } 
  .intro-head-pics {
    flex: 1 0 48%;
  }
  .intro-head-pics-wrapper {
    position: relative;
    max-width: 600px;
  }
  .intro-text {
    /* flex: 1 0 auto; */
    margin-top: -130px;
    margin-top: -8rem;
    padding-top: 160px;
    padding-top: 10rem;
  }
  .intro-text p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 65em) {
  .intro-text {
    flex: 1 0 auto;
    margin-top: -160px;
    margin-top: -10rem;
    padding-top: 190px;
    padding-top: 12rem;
  }
}
.home-details {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.details-pic img {
  width: 65%;
  margin-top: -40px;
  margin-top: -2.5rem;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.home-details ul {
/* new changes to cert info */
  max-width: 18em;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
/* original */
  /* margin-bottom: 24px; */
  /* margin-bottom: 1.5rem; */
  font-family: 'Oswald', sans-serif;
  color: #247363;
  text-transform: uppercase;
}
.home-details ul li {
/* new changes to cert info */
  display: flex;
  width: 4em;
  height: 3em;
  flex: 0 0 4em;
  vertical-align: middle;
  align-items: center;
  padding: 0 .75em;
  margin-bottom: 16px;
/* original */
  /* display: inline-block; */
  /* margin-bottom: 0; */
}
.home-details ul:first-of-type li {
  background: #b3d0c6;
  padding: 4px;
  padding: 0.25rem;
  height: 56px;
  height: 4rem;
  width: 56px;
  width: 4rem;
  line-height: 1.1;
}
.home-details ul:first-of-type li strong {
  font-size: 2.375em;
}
.home-details ul:first-of-type li + li {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.home-details ul:nth-of-type(2) {
  display: flex;
  justify-content: center;

}
.home-details ul:nth-of-type(2) li {
  width: 4em;
  height: 3em;
  flex: 0 0 4em;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 0 .75em;
  justify-content: center;
}
.home-details ul:nth-of-type(2) li + li {
  border-left: 1px solid #666;
}
.home-details p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.home-details p.info {
  font-size: 16px;
  font-size: 1rem;
} 
.home-details p .sub-slogan {
  font-family: 'Oswald', sans-serif;
  color: #247363;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* new changes to cert info */ 

/* if more than 40m */
@media screen and (min-width: 40em) {
  .home-details ul {
    max-width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 48px;
    margin-bottom: 1.5rem;
  }
  .home-details ul li:nth-of-type(4n) {
    border-left: 1px solid #666;
  }
  .home-details ul li:first-of-type{
    border-left: 0;
  }
  .home-details p {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
  .home-details p.info {
    margin-bottom: 2rem;
  }
  .home-details p .sub-slogan {
    font-size: 32px;
    font-size: 2rem;
  }
}

/* if less than 40em */
@media screen and (max-width: 40em) {
	.home-details ul:nth-of-type(2) li:nth-of-type(4n) {
  border-left: 0;
  }
}
	
/* if more than 65em */
@media screen and (min-width: 65em) {
  .home-details ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* end new */

@media screen and (min-width: 30em) {
  .home-details p,
  .home-details p .sub-slogan {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) {
  .home-details p .sub-slogan {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .home-details {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .details-pic, 
  .details-text {
    max-width: 34em;
  }
  .home-details p {
    max-width: 100%;
  }
}

@media screen and (min-width: 65em) {
  .details-pic img {
    width: 75%;
  }
  .home-details ul:first-of-type li {
    font-size: 20px;
    font-size: 1.25rem;
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 5rem;
  }
  .home-details p:first-of-type {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .home-details ul:nth-of-type(2) li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.home-wines {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.home-wine-card {
  position: relative;
}
.home-wine-card::after {
  position: absolute;
  background-size:  contain;
  background-repeat: no-repeat;
  display: inline-block;
  content:"";
}
.home-wine-pinot-grigio::after {
  display: none;
  background-image: url(assets/images/mb-floral-light-green.png);
  width: 60%;
  height: 60%;
  top: 0;
  left: 10%;
}
.home-wine-rose::after {
  display: none;
  background-image: url(assets/images/mb-floral-light-pink.png);
  width: 35%;
  height: 35%;
  top: 20%;
  right: 15%;
}
.home-wine-cabernet-sauvignon::after {
  display: none;
  background-image: url(assets/images/mb-floral-light-red.png);
  width: 70%;
  height: 70%;
  top: 0;
  left: 15%;
}
.home-wine-bubbly-brut::after {
  background-image: url(assets/images/mb-floral-light-green.png);
  width: 70%;
  height: 70%;
  top: 0;
  left: 15%;
}
.home-wine-image,
.home-wine-name {
  position: relative;
  z-index: 1;
}
.home-wines h2 {
  font-family: 'Zilla Slab', serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.home-wines img {
  max-width: 30%;
}
.home-wine-name .go-link {
  display: inline-block;
  margin: 8px 0 32px;
  margin: 0.5rem 0 2rem;
}
.home-wine-rose .go-link {
  color: #c1553e;
}
.home-wine-rose .go-link {
  background: #f7e6df;
}
.home-wine-rose .go-link:active,
.home-wine-rose .go-link:focus,
.home-wine-rose .go-link:hover {
  color: #f7e6df;
  background:  #c1553e;
}
.home-wine-cabernet-sauvignon .go-link {
  color: #913c3b;
}
.home-wine-cabernet-sauvignon .go-link {
  background: #efebe9;
}
.home-wine-cabernet-sauvignon .go-link:active,
.home-wine-cabernet-sauvignon .go-link:focus,
.home-wine-cabernet-sauvignon .go-link:hover {
  color: #efebe9;
  background:  #913c3b;
}
.home-wine-bubbly-rose .go-link {
  color: #c1553e;
}
.home-wine-bubbly-rose .go-link {
  background: #f7e6df;
}
.home-wine-bubbly-rose .go-link:active,
.home-wine-bubbly-rose .go-link:focus,
.home-wine-bubbly-rose .go-link:hover {
  color: #f7e6df;
  background:  #c1553e;
}
@media screen and (min-width: 30em) {
  .home-wines img {
    max-width: 20%;
  }
}
@media screen and (min-width: 40em) {
  .home-wines img {
    max-width: 18%;
  }
}

@media screen and (min-width: 50em) {
  .home-wines {
    margin: 80px 0 48px;
    margin: 5rem 0 3rem;
  }
  .home-wines h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
  }
  .home-wine-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .home-wine-card {
    /*z-index: 4;*/
    width: 18%;
    float: left;
    flex-basis: 18%;
  }
  .home-wine-card + .home-wine-card {
    margin-left: 2%;
  }
  .home-wine-card::after {
    width: 120%;
    height: 120%;
    top: -10%;
    left: -31%;
    z-index: -1;
  }
  .home-wine-rose::after,
  .home-wine-cabernet-sauvignon::after {
    background-image: none;
  }
  .home-wines img {
    max-width: 60%;
  }
}

@media screen and (min-width: 50em) {
.home-wine-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  }
  .home-wine-card {
    width: 30%;
    flex-basis: 30%;
  }
  .home-wines img {
    max-width: 30%;
  }
}

@media screen and (min-width: 70em) {
  .home-wine-card::after {
    top: -18%;
    z-index: -1;
  }
  .home-wines img {
    max-width: 50%;
  }
}
@media screen and (min-width: 80em) {
  .home-wine-card::after {
    top: -20%;
    z-index: -1;
  }
  .home-wine-card {
    width: 18%;
    flex-basis: 18%;
  }
  .home-wines img {
    max-width: 55%;
  }
}

.home-link-background {
  background: scroll no-repeat center #c1553e;
  background-size: cover;
}
.home-link-wrapper {
  width: 100%;
  padding: 16% 20px;
  padding-top: calc(10% + 100px);
  padding-bottom: calc(10% + 100px);
  text-align: center;
  background-color: rgba(255,255,255,.4);
}
.home-link {
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid;
  transition: all 250ms ease-in-out;
}
.home-link-light,
.home-link-light:visited {
  color: #fff;
  background-color: rgba(0,0,0,.1);
}
.home-link-dark,
.home-link-dark:visited {
  color: #666;
}
.home-link-light:active,
.home-link-light:focus,
.home-link-light:hover {
  color: #888;
  background-color: rgba(255,255,255,.4);
}
.home-link-dark:active,
.home-link-dark:focus,
.home-link-dark:hover {
  color: #fff;
  background-color: rgba(0,0,0,.2);
}

.home-instagram {
  background-color: #e9f0ec;
}
.home-instagram-wrapper {
  padding: 64px 20px 32px;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.home-instagram-content {
  max-width: 70em;
  margin: 0 auto;
}
.home-instagram h2 {
  position: relative;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.home-instagram h2::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  left: 46%;
  left: calc(50% - .4em);
  top: -48px;
}
.home-instagram h2,
.home-instagram h2 a,
.home-instagram h2 a:visited {
  color: #247363;
}
.home-instagram h2 a {
  text-decoration: none;
}
.home-instagram h2 a:active,
.home-instagram h2 a:focus,
.home-instagram h2 a:hover {
  border-bottom: 2px solid;
}
#sbi_load {
  display: none;
}
@media screen and (min-width: 75em) {
  .home-instagram-wrapper {
    padding: 96px 20px 64px;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width:30em) {
  .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(n+7) {
    display:none;
  }
}

@supports (display:grid) {
  #sbi_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 6px;
  }
  .sbi_photo_wrap {
    height: 100%;
  }
  .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(5) .sbi_photo,
  .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(6) .sbi_photo {
    height: 100% !important;
  }
  .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(n+6) {
    display:none;
  }
  @media screen and (max-width:30em) {
    .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(5) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 5;
    }
  }
  @media screen and (min-width:30em) {
    #sbi_images {
      grid-template-columns: repeat(4, 1fr);
    }
    .home-instagram #sb_instagram #sbi_images .sbi_item {
      /* because there are inline attributes */
      width: 100% !important;
      height: 100% !important;
    }
    .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(5) {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 3;
    }
    .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 5;
    }
    .home-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(n+11) {
      display:none;
    }
  }
}

.home-spotify {
  background-color: #f7e6df;
}
.home-spotify-wrapper {
  padding: 32px 20px;
  padding: 2rem 20px;
}
.home-spotify-content h2 {
  text-align: center;
  text-transform: uppercase;
  color: #c1553e;
}
.home-spotify-content p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}
.home-spotify-link {
  margin-bottom: 1em;
}
.home-spotify-link a {
  display: block;
  border-radius: 50%;
}
.home-spotify-link img {
  border-radius: 50%;
  opacity: 0.8;
}
.home-spotify-link a:hover img {
  opacity: 1;
}
@media screen and (min-width:30em) {
  .home-spotify-link {
    width: 30%;
    display: inline-block;
  }
  .home-spotify-link + .home-spotify-link {
    margin-left: 1em;
  }
  .home-spotify-flex-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 70em;
    margin: 2em auto 0; 
  }
}
@media screen and (min-width: 65em){
  .home-spotify-content p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* wines page  */
.wines-page h1, 
.wine-card-text h2,
.wine-card-text h3 {
  color: #247363;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
.wines-page h1 {
  padding: 0 20px;
  margin: 32px 0;
  margin: 2rem 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.wine-card-bottle {
  position: relative;
  text-align: center;
}
.wine-card-bottle img {
  max-width: 224px;
  max-width: 14rem;
  height: auto;
}

/* add background to wines page 2nd row wrapped wines */
@media screen and (min-width: 54em) {
  .wine-card-bottle {
    overflow: hidden;
    background-image: 
      linear-gradient(
        #fff 20%,
        #e9f0ec 20%
    );
  }
  .wines-wrapper::after {
    position: absolute;
    background-image: url(assets/images/mb-floral-white.png);
    background-size:  512px 389px;
    width: 512px;
    height: 389px;
    top: 600px;
    right: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    content:"";
  }
}

/* change wines page breakpoint to 54em from 62.0625em */
@media screen and (max-width: 54em) {
  .wine-card-bottle {
    overflow: hidden;
    background-image: 
      linear-gradient(
        #fff 20%,
        #e9f0ec 20%
      );
  }
  .wine-card-bottle::after {
    position: absolute;
    background-image: url(assets/images/mb-floral-white.png);
    background-size:  512px 389px;
    width: 512px;
    height: 389px;
    bottom: 48px;
    right: -40px;
    background-repeat: no-repeat;
    display: inline-block;
    content:"";
  }
  .wine-card-pinot-grigio .wine-card-bottle {
    background-color: #e9f0ec;
    background-image: 
      linear-gradient(
        #fff 20%,
        #e9f0ec 20%
      );
  }
  .wine-card-rose .wine-card-bottle,
  .wine-card-bubbly-rose .wine-card-bottle {
    background-color: #e9f0ec;
    background-image: 
      linear-gradient(
        #fff 20%,
        #f7e6df 20%
      );
  }
  .wine-card-cabernet-sauvignon .wine-card-bottle {
    background-image: 
      linear-gradient(
        #fff 20%,
        #efebe9 20%
      );
  }
}

/* wines text and buttons */
.wine-card-bottle a {
  position: relative;
  z-index: 3;
}
.wine-card-text {
  position: relative;
  margin: -8px auto 32px;
  margin: -0.5rem auto 2rem;
  z-index: 4;
  padding: 20px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #fff;
}
.wine-card-text-content {
  max-width: 30em;
  margin: 0 auto;
}
.wine-card-header { 
  position: relative;
} 
.wine-card-header h2,
.wine-card-header h3 {
  max-width: 70%;
  max-width: calc(100% - 6rem);
} 
.wine-card-header .go-link {
  position: absolute;
  top: 6px;
  top: 0.5rem;
  right: 0;
  max-width: 20%;
}
.wine-card-text h2 {
  margin-bottom: 0;
}
.wine-card-text h3,
.wine-card-text p {
  font-size: 20px;
  font-size: 1.25rem;
}
.wine-card-rose .wine-card-header h2,
.wine-card-rose .wine-card-header h3,
.wine-card-rose .wine-card-header .go-link,
/* add correct color to wines page bubbly rose title */
.wine-card-bubbly-rose .wine-card-header h2,
.wine-card-bubbly-rose .wine-card-header h3,
.wine-card-bubbly-rose .wine-card-header .go-link {
  color: #c1553e;
}
.wine-card-rose .wine-card-header .go-link,
/* add correct color to wines page bubblly rose button background */
.wine-card-bubbly-rose .wine-card-header .go-link {
  background: #f7e6df;
}
.wine-card-rose .go-link:active,
.wine-card-rose .go-link:focus,
.wine-card-rose .go-link:hover,
/* add correct color to wines page cabernet button text */
.wine-card-bubbly-rose .go-link:active,
.wine-card-bubbly-rose .go-link:focus,
.wine-card-bubbly-rose .go-link:hover {
  color: #f7e6df;
  background:  #c1553e;
}
.wine-card-cabernet-sauvignon .wine-card-header h2,
.wine-card-cabernet-sauvignon .wine-card-header h3,
.wine-card-cabernet-sauvignon .wine-card-header .go-link {
  color: #913c3b;
}
.wine-card-cabernet-sauvignon .wine-card-header .go-link {
  background: #efebe9;
}
.wine-card-cabernet-sauvignon .go-link:active,
.wine-card-cabernet-sauvignon .go-link:focus,
.wine-card-cabernet-sauvignon .go-link:hover {
  color: #efebe9;
  background:  #913c3b;
}

/* wines page sets bottles to wrap at middle widths */
@media screen and (min-width: 54em) {
  .wines-wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: #e9f0ec;
    background-image: 
      linear-gradient(
        #fff 200px, 
        #e9f0ec 200px,
        #e9f0ec 740px, 
        #fff 740px 
      );
    background-image: 
      linear-gradient(
        #fff 12.5rem, 
        #e9f0ec 12.5rem,
        #e9f0ec 46.25rem, 
        #fff 46.25rem 
      );
  }
  .wine-card {
    flex: 1 0 33%;
    display: inline-block;
    vertical-align: top;
  }
}

/* set wines page for larger widths - no wrap */
@media screen and (min-width: 87.5em) {
  .wines-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #e9f0ec;
    background-image: 
      linear-gradient(
        #fff 200px, 
        #e9f0ec 200px,
        #e9f0ec 740px, 
        #fff 740px 
      );
    background-image: 
      linear-gradient(
        #fff 12.5rem, 
        #e9f0ec 12.5rem,
        #e9f0ec 46.25rem, 
        #fff 46.25rem 
      );
  }
  .wines-wrapper::after {
    position: absolute;
    background-image: url(assets/images/mb-floral-white.png);
    background-size:  512px 389px;
    width: 512px;
    height: 389px;
    top: 250px;
    right: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    content:"";
  }
  .wine-card {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    flex: 0 1 30em;
  }
  .wine-card-text { 
    text-align: left;
    max-width: 25em;
    margin-top: 0;
    background: none;
  }
}

.wines-page-details {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 2rem;
}
.wines-page-details ul {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: 'Oswald', sans-serif;
  color: #247363;
  text-transform: uppercase;
}
.wines-page-details ul li {
  display: inline-block;
  margin-bottom: 0;
}
.wines-page-details ul {
  max-width: 18em;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
}
.wines-page-details ul li {
  display: flex;
  width: 4em;
  height: 3em;
  flex: 0 0 4em;
  vertical-align: middle;
  align-items: center;
  padding: 0 .75em;
  justify-content: center;
  margin-bottom: 16px;
}
.wines-page-details ul li + li {
  border-left: 1px solid #666;
}
.wines-page-details ul li:nth-of-type(4n) {
  border-left: 0;
}
.wines-page-details p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.wines-page-details p.info {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 auto 1.5rem;
  max-width: 32em;
}
.wines-page-details p .sub-slogan {
  font-family: 'Oswald', sans-serif;
  color: #247363;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 30em) {
  .wines-page-details p .sub-slogan {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 40em) {
  .wines-page-details ul {
    max-width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 48px;
    margin-bottom: 1.5rem;
  }
  .wines-page-details ul li:nth-of-type(4n) {
    border-left: 1px solid #666;
  }
  .wines-page-details ul li:first-of-type{
    border-left: 0;
  }
  .wines-page-details p {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
  .wines-page-details p.info {
    margin-bottom: 2rem;
  }
  .wines-page-details p .sub-slogan {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 65em) {
  .wines-page-details ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}


/* wine page */
.wine-intro-wrapper,
.wine-details-content, 
.wine-notes-wrapper {
  padding: 0 20px;
}
.wine-page h1, 
.wine-page h2,
.wine-page dd,
.wine-page p.source {
  color: #247363;
  line-height: 1.25;
}
.wine-page h1, 
.wine-page h2,
.wine-page p.source {
  font-weight: 400;
  text-transform: uppercase;
}
.rose .wine-page h1, 
.rose .wine-page h2,
.rose .wine-page dd,
.rose .wine-page .go-link,
.rose .wine-page p.source  {
  color: #c1553e;
}
.bubbly-rose .wine-page h1, 
.bubbly-rose .wine-page h2,
.bubbly-rose .wine-page dd,
.bubbly-rose .wine-page .go-link,
.bubbly-rose .wine-page p.source  {
  color: #c1553e;
}
.rose .wine-page .go-link {
  background: #f7e6df;
}
.bubbly-rose .wine-page .go-link {
  background: #f7e6df;
}
.rose .wine-page .go-link:active,
.rose .wine-page .go-link:focus,
.rose .wine-page .go-link:hover {
  color: #f7e6df;
  background:  #c1553e;
}
.bubbly-rose .wine-page .go-link:active,
.bubbly-rose .wine-page .go-link:focus,
.bubbly-rose .wine-page .go-link:hover {
  color: #f7e6df;
  background:  #c1553e;
}
.cabernet-sauvignon .wine-page h1, 
.cabernet-sauvignon .wine-page h2,
.cabernet-sauvignon .wine-page dd,
.cabernet-sauvignon .wine-page .go-link,
.cabernet-sauvignon .wine-page p.source  {
  color: #913c3b;
}
.cabernet-sauvignon .wine-page .go-link {
  background: #efebe9;
}
.cabernet-sauvignon .wine-page .go-link:active,
.cabernet-sauvignon .wine-page .go-link:focus,
.cabernet-sauvignon .wine-page .go-link:hover {
  color: #efebe9;
  background:  #913c3b;
}
.wine-page p.source,
.wine-page dd {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.wine-page p.source,
.wine-page .full dd {
  text-transform: uppercase;
}
.wine-intro {
  margin: 32px auto 16px;
  margin: 2rem auto 0;
}
.wine-intro-head {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 20px;
  text-align: center;
}
.wine-intro-head h1, 
.wine-intro-head h2 {
  margin-bottom: 0;
}
.wine-intro .accolade {
  padding: 0 20px 0 8px; 
  margin-left: 40%;
}
.wine-intro .accolade p {
  margin-bottom: 0;
}
.wine-intro-pics {
  display: none;
}
.wine-details-wrapper {
  overflow: hidden;
  position: relative;
  margin-top: -1rem;
  background-image: 
    linear-gradient(
      rgba(255,255,255,0) 15%,
      #e9f0ec 15%
    );
}
.wine-details-wrapper::after {
  position: absolute;
  background-image: url(assets/images/mb-floral-white.png);
  background-size:  contain;
  width: 70%;
  height: 70%;
  top: 40%;
  right: -40px;
  background-repeat: no-repeat;
  display: inline-block;
  content:"";
}
.pinot-grigio .wine-details-wrapper {
  background-image: 
    linear-gradient(
      rgba(255,255,255,0) 15%,
      #e9f0ec 15%
    );
}
.rose .wine-details-wrapper {
  background-image: 
    linear-gradient(
      rgba(255,255,255,0) 15%,
      #f7e6df 15%
    );
}
.bubbly-rose .wine-details-wrapper {
  background-image: 
    linear-gradient(
      rgba(255,255,255,0) 15%,
      #f7e6df 15%
    );
}
.cabernet-sauvignon .wine-details-wrapper {
  background-image: 
    linear-gradient(
      rgba(255,255,255,0) 15%,
      #efebe9 15%
    );
}
.wine-details-content {
  z-index: 1;
  position: relative;
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 24em;
}
.wine-details-image,
.wine-details-text {
  float: left;
}
.wine-details-image {
  width: 38%;
  flex: 1 0 38%;
  margin-left: -3%;
}
@media screen and (max-width: 21.5em) {
  /* avoid layout breaking at narrow mobile widths */
  .wine-details-image {
    display: none;
  }
}
.wine-details-text {
  width: 60%;
  margin-left: 2%;
  flex: 1 0 60%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.wine-details-text dt,
.wine-details-text dd {
  display: inline;
}
.wine-details-text dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.wine-details-text dl div {
  padding-left: 8px;
  margin-top: 4px;
}
.wine-details-text dl div {
  width: 100%;
}
.wine-details-text .split dd {
  white-space: nowrap;
}
.wine-details-text p.info {
  font-size: .75rem;
  padding-left: 8px;
  margin: -2em 0 1.5em;
}
.wine-notes-wrapper {
  position: relative;
  background: #fff;
  z-index: 3;
  margin-top: -8px;
  margin-top: -0.5rem;
  padding-top: 32px;
  padding-top: 2rem;
}
.wine-notes-wrapper .go-link {
  display: inline-block;
  margin: 1rem 0 2rem;
}
.wine-notes-wrapper .go-link + .go-link {
  margin-left: 8px;
}
@media screen and (min-width: 30em) {
  .wine-details-image {
    width: 25%;
    flex: 1 0 25%;
  }
  .wine-details-text dl div {
    margin-top: 8px;
  }
  .wine-details-text p.info {
    margin: -1em 0 2.5em;
  }
}
@media screen and (min-width: 35em) {
  .wine-details-image {
    width: 20%;
    flex: 1 0 20%;
  }
}
@media screen and (min-width: 40em) {
  .wine-intro,
  .wine-details-content,
  .wine-notes-content {
    max-width: 87.5em;
    margin: 0 auto;
  }
  .wine-intro {
    margin-top: 32px;
    margin-top: 2rem;
    position: relative;
  }
  .wine-intro-head,
  .wine-intro .accolade {
    text-align: left;
    margin-left: 22%;
    padding: 0 20px;
  }
  .wine-intro-pics {
    display: block;
  }
  .wine-intro-pics img {
    position: absolute;
    width: 25%;
    right: 20px;
    top: 150%;
    z-index: 2;
  }
  .wine-intro-pics img:first-of-type {
    z-index: 1;
    right: 25%;
    top: 135%;
    width: 30%;
    box-shadow: 16px 16px #b3d0c6;
    box-shadow: 1rem -1rem #b3d0c6;
  }
  .rose .wine-intro-pics img:first-of-type {
    box-shadow: 16px 16px #f7e6df;
    box-shadow: 1rem -1rem #f7e6df;
  }
  .bubbly-rose .wine-intro-pics img:first-of-type {
    box-shadow: 16px 16px #f7e6df;
    box-shadow: 1rem -1rem #f7e6df;
  }
  .cabernet-sauvignon .wine-intro-pics img:first-of-type {
    box-shadow: 16px 16px #efebe9;
    box-shadow: 1rem -1rem #efebe9;
  }
  .wine-details-wrapper {
    background-image: 
      linear-gradient(
        rgba(255,255,255,0) 25%,
        #e9f0ec 25%
      );
  }
  .pinot-grigio .wine-details-wrapper {
    background-image: 
      linear-gradient(
        rgba(255,255,255,0) 25%,
        #e9f0ec 25%
      );
  }
  .rose .wine-details-wrapper {
    background-image: 
      linear-gradient(
        rgba(255,255,255,0) 25%,
        #f7e6df 25%
      );
  }
  .bubbly-rose .wine-details-wrapper {
    background-image: 
      linear-gradient(
        rgba(255,255,255,0) 25%,
        #f7e6df 25%
      );
  }
  .cabernet-sauvignon .wine-details-wrapper {
    background-image: 
      linear-gradient(
        rgba(255,255,255,0) 25%,
        #efebe9 25%
      );
  }
  .wine-details-img {
    margin-left: -2%;
  }
  .wine-details-text dl {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .wine-details-text dl div {
    margin-top: 0;
  }
  .wine-details-text dl div {
    padding: 4px;
    padding: 0.25rem;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .wine-details-text dl div:first-of-type{
    border-top: 1px solid #666;
  }
  .wine-details-text dl div.full, 
  .wine-details-text dl .full + .split {
    border-left: 1px solid #666;
  }
  .wine-details-text dl .split {
    width: 25%;
  }
  .wine-details-text p.info {
    padding-left: 0;
    max-width: 40em;
    margin-left: auto;
  }
  .wine-notes-content div {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 46em) {
  .wine-details-wrapper {
    margin-top: -5rem;
  }
  .wine-details-text dl div {
    padding: 8px;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 50em) {
  .wine-details-image {
    margin-left: -24px;
    margin-left: -1.5rem;
  }
  .wine-details-text p.info {
    margin-bottom: 3em;
  }
  .wine-notes-wrapper {
    margin-top: -12px;
    margin-top: -0.75rem;
  }
  .wine-notes-content {
    display: flex;
    justify-content: space-between;
  }
  .wine-notes-winemaking-notes {
    flex: 0 0 50%;
  }
  .wine-notes-tasting-notes {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 60em) {
  .wine-intro-head,
  .wine-intro .accolade {
    margin-left: 13.5em;
  }
  .wine-intro-pics img {
    top: 135%;
  }
  .wine-intro-pics img:first-of-type {
    top: 110%;
  }
  .wine-details-text dl div {
    padding: 16px;
    padding: 1rem;
  }
  .wine-details-text p.info {
    font-size: 13px;
    font-size: .8rem;
  }
  .wine-intro .accolade p,
  .wine-details-text dl div,
  .wine-notes-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 65em) {
  .wine-intro {
    margin-top: 48px;
    margin-top: 3rem;
  }    
  .wine-intro .accolade {
    max-width: 30%;
  }
  .wine-intro-pics img {
    top: 85%;
    width: 22%;
  }
  .wine-intro-pics img:first-of-type {
    top: 60%;
    right: 21%;
    width: 27%;
  }
  .wine-details-wrapper {
    margin-top: -8rem;
  }
}
@media screen and (min-width: 82em) {
  .wine-intro-head,
  .wine-intro .accolade {
    max-width: 36%;
  }
  .wine-intro-pics img {
    top: 50%;
  }
  .wine-intro-pics img:first-of-type {
    top: 20%;
  }
}
@media screen and (min-width: 90em) {
  .wine-intro-pics img {
    right: 0;
  }
  .wine-intro-pics img:first-of-type {
    right: 20%;
  }
  .wine-details-image {
    margin-left: -44px;
    margin-left: -2.75rem;
  }
  .wine-details-content {
    padding-right: 0;
  }
}

.find .article-content {
  max-width: 1200px;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
.find .article-content h1,
.find .article-content p {
  text-align: center;
}

/* spotify playlist page  */
.spotify-page-intro,
.spotify-playlist {
  padding: 0 20px;
}
body.spotify-playlists {
  background-color: #f7e6df;
}
.spotify-playlists .header-social {
  background-color: #fff;
}
.spotify-page {
  max-width: 70em;
  margin: 0 auto;
  position: relative;
}
.spotify-page:before {
  position: absolute;
  background-image: url(assets/images/mb-floral-white.png);
  background-size: 512px 389px;
  width: 512px;
  height: 389px;
  top: 100px;
  right: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
}
.spotify-page:after {
  content: '';
  display: table;
  clear: both;
}
.spotify-page h1 {
  padding: 0 20px;
  margin: 1em 0 .3em;
  text-align: center;
  letter-spacing: 0.1em;
  color: #c1553e;
}
.spotify-page-intro p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
}
.spotify-page h1, 
.spotify-page h2, 
.spotify-page h3 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
}
.spotify-page-intro {
  position: relative;
  margin-bottom: 3em;
}
.spotify-playlist {
  position: relative;
  padding-bottom: 3em;
}
.spotify-text {
  max-width: 22em;
  margin: 0 auto;
  text-align: center;
} 
.spotify-page p a {
  color: #666;
}
.spotify-page p a:active,
.spotify-page p a:focus,
.spotify-page p a:hover {
  color: #222;
}
.spotify-page p a.igtv {
  position: relative;
  display: inline-block;
  padding-top: 2.5em;
}
.spotify-page p a.igtv:before {
  position: absolute;
  width: 2em;
  height: 2.25em;
  left: 50%;
  left: calc(50% - 1em);
  top: 0;
  content: "";
  background-image: url(assets/images/igtv-icon-gray.png);
  background-size: cover;
}
.spotify-page p a.igtv:active:before,
.spotify-page p a.igtv:focus:before,
.spotify-page p a.igtv:hover:before {
  background-image: url(assets/images/igtv-icon.png);
}
.spotify-image {
  margin: 0 auto;
  max-width: 25em;
}
.spotify-playlist-link {
  display: flex;
  align-items: flex-start;
  position: relative;
  box-shadow: 1rem 1rem #fff;
  margin-right: 1rem;
}
.playlist-link-image {
  flex-grow: 0;
  width: 100%;
}
.playlist-link-overlay {
  position: absolute;
  content: "";
  background-image: url(assets/images/play-icon.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}
.spotify-playlist-link,
.playlist-link-overlay {
  transition: all .3s ease-in-out;
}
.spotify-playlist-link:active .playlist-link-overlay,
.spotify-playlist-link:focus .playlist-link-overlay,
.spotify-playlist-link:hover .playlist-link-overlay {
  background-color: rgba(0,0,0,.2);
}
.spotify-playlist-link:active,
.spotify-playlist-link:focus,
.spotify-playlist-link:hover {
  box-shadow: 1rem 1rem #e4e4e4;
}
@media screen and (min-width: 40em) {
  .spotify-page {
    margin-bottom: 1em;
  }
  .spotify-page:before {
    top: 700px;
  }
  .spotify-playlist {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .spotify-playlist {
    padding-bottom: 0;
  }
  .spotify-text, 
  .spotify-image {
    width: 47.5%;
    max-width: 25em;
  }
  .spotify-text {
    float: left;
    margin: 2em 5% 2em 0;
    text-align: left;
  }
  .spotify-page p a.igtv {
    padding-top: 0;
  }
  .spotify-page p a.igtv:before {
    float: left;
    position: relative;
    left: 0;
    top: .3em;
    margin-right: .5em;
  }
  .spotify-image {
    float: right;
    margin: 2.5em 0;
  }
  .spotify-playlist:nth-of-type(even) {
    flex-direction: row-reverse;  
  }
  .spotify-playlist:nth-of-type(even) .spotify-text {
    margin: 2em 0 2em 5%;
  }
}
@media screen and (min-width: 55em) {
  .spotify-page {
    margin-bottom: 3em;
  }
  .spotify-page-intro p {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 100%;
  }
  .spotify-text p {
    font-size: 20px;
    font-weight: 300;
    font-size: 1.25rem;
  }
}

/* agegate */
.tfe-enter:active, 
.tfe-enter:focus, 
.tfe-enter:hover {
  border: 0;
  padding: 0.875rem 1.5rem;
}

/* COLORS
body text #666
dark green text #247363
light green / pinot grigio bg #e9f0ec
OLD light pink / rose bg #ecc8b7
light pink / rose bg #f7e6df
dark pink / rose text #c1553e
light gray-red / cab bg #efebe9
dark gray-red / cab text #913c3b
darker green bg shadow #b3d0c6
light gray bg #eae5e2 */
