:focus {
  outline: 0; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.visible-xs {
  display: none; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block; } }

.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none; } }

.waypoint.up {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  top: 60px; }
  .waypoint.up.visible {
    opacity: 1;
    visibility: visible;
    top: 0; }

.waypoint.fade-in {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden; }
  .waypoint.fade-in.visible {
    opacity: 1;
    visibility: visible; }

.waypoint.slide-in {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
  left: -60px; }
  .waypoint.slide-in.visible {
    left: 0;
    opacity: 1;
    visibility: visible; }

@font-face {
  font-family: 'Gotham';
  src: url("gothambook-webfont.eot");
  src: url("gothambook-webfontt.eot?#iefix") format("embedded-opentype"), url("gothambook-webfont.woff2") format("woff2"), url("gothambook-webfont.woff") format("woff"), url("gothambook-webfont.ttf") format("truetype"), url("gothambook-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamMedium';
  src: url("gothammedium-webfont.eot");
  src: url("gothammedium-webfontt.eot?#iefix") format("embedded-opentype"), url("gothammedium-webfont.woff2") format("woff2"), url("gothammedium-webfont.woff") format("woff"), url("gothammedium-webfont.ttf") format("truetype"), url("gothammedium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("gothambold-webfont.eot?#iefix") format("embedded-opentype"), url("gothambold-webfont.otf") format("opentype"), url("gothambold-webfont.woff") format("woff"), url("gothambold-webfont.ttf") format("truetype"), url("gothambold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Black';
  src: url("Gotham-Black.eot?#iefix") format("embedded-opentype"), url("Gotham-Black.otf") format("opentype"), url("Gotham-Black.woff") format("woff"), url("Gotham-Black.ttf") format("truetype"), url("Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  padding-bottom: 0 !important; }

#preview-bar-iframe {
  display: none !important; }

#admin-bar-iframe {
  display: none !important; }

.embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-bottom: 53.5%;
  padding-top: 25px;
  height: 0; }

.embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fp-watermark {
  display: none !important; }

body {
  font-family: 'Gotham';
  color: black;
  font-size: 14px;
  line-height: 1.5em;
  overflow-x: hidden; }

body.noscroll {
  overflow-y: hidden; }

body.no-scroll-plz {
  overflow-y: hidden; }

.site-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: white;
  z-index: 9999999999995959595959595959955999999 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 1;
  visibility: visible; }
  .site-overlay.loaded {
    opacity: 0;
    visibility: hidden; }
  @media (max-width: 992px) {
    .site-overlay {
      display: none !important; } }

.overlay-logo {
  background: url("https://cdn.shopify.com/s/files/1/2507/0458/files/oregrownlogo.png?v=1602209018") no-repeat center center;
  background-size: 160px;
  width: 160px;
  height: 100px;
  margin-top: -50px;
  opacity: .1; }
  @media (max-width: 992px) {
    .overlay-logo {
      display: none !important; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham-Black'; }

h1 {
  font-family: 'Gotham-Black';
  font-size: 2.5em;
  letter-spacing: 0; }

h6 {
  font-family: 'Gotham-Black';
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black; }

.oregrown-btn {
  font-family: 'GothamMedium';
  letter-spacing: 0;
  display: inline-block;
  border-radius: 100px;
  width: auto;
  height: 40px;
  line-height: 36px;
  padding: 0 40px;
  font-size: 12px;
  text-decoration: none;
  clear: both;
  background: white;
  color: black;
  border: 2px solid black; }
  .oregrown-btn:hover {
    background: black;
    color: white;
    border: 2px solid black; }

*:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important; }

#MainContent {
  padding-top: 60px; }

.template-index #MainContent {
  padding-top: 0; }

.fixed-menu-bar {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0px;
  top: 0;
  z-index: 8;
  background: white;
  height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fixed-menu-bar ul {
    position: absolute;
    right: 15%;
    margin: 0;
    padding: 0; }
  .fixed-menu-bar li.menu {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin-right: 30px; }
    @media (max-width: 992px) {
      .fixed-menu-bar li.menu {
        margin-right: 10px; } }
    .fixed-menu-bar li.menu a {
      padding: 19px 0;
      display: inline-block;
      font-family: 'GothamMedium';
      color: black;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 992px) {
        .fixed-menu-bar li.menu a {
          font-size: 10px; } }
      .fixed-menu-bar li.menu a:hover {
        opacity: .75;
        border-bottom: 2px solid black; }

.menu-wrap {
  position: relative; }
  @media (max-width: 767px) {
    .menu-wrap {
      display: none; } }

.or-logo {
  position: absolute;
  left: 30px;
  display: block;
  width: 120px;
  top: 5px; }
  .or-logo img {
    display: block;
    width: 100%; }

.or-cart {
  position: absolute;
  right: 75px;
  top: 0;
  z-index: 9;
  padding: 15px;
  line-height: 28px;
  font-family: 'GothamMedium';
  color: black;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none; }
  @media (max-width: 992px) {
    .or-cart {
      font-size: 10px; } }
  .or-cart:hover {
    opacity: .75; }

.cart-notification {
  top: 60px;
  border-top: 1px solid #666 !important; }

.mission-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60%;
  z-index: 5; }
  .mission-text h6 {
    font-family: 'Gotham';
    text-transform: none;
    display: inline-block;
    margin: 0 30px;
    color: white;
    letter-spacing: 0px;
    font-size: 14px; }

.scroll-arrow {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: fixed;
  margin-left: -20px;
  display: block;
  z-index: 6;
  right: 60px;
  bottom: 20%;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    .scroll-arrow {
      display: none; } }

body.ready2 .scroll-arrow {
  bottom: 10%;
  opacity: 1;
  visibility: visible; }

body.first-scrolled .scroll-arrow {
  bottom: 20%;
  opacity: 0;
  visibility: hidden; }

.icon-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 12; }

.hamburger {
  top: 28px;
  height: 1px;
  background: black;
  position: absolute;
  transition: 0.5s;
  z-index: 6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 50px; }

.hamburger:before {
  top: -8px; }

.hamburger:after {
  top: 8px; }

.hamburger-one:before,
.hamburger-one:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: black;
  transition: 0.5s;
  z-index: 6; }

.icon-one.active-one .hamburger-one {
  background: rgba(0, 0, 0, 0); }

.icon-one.active-one .hamburger-one:before {
  top: 0;
  transform: rotate(45deg);
  background: black; }

.icon-one.active-one .hamburger-one:after {
  top: 0;
  transform: rotate(135deg);
  background: black; }

.oregrown-pullout {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  background: white;
  border-left: 1px solid #eee;
  width: 360px;
  margin-right: -361px;
  z-index: 11;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 767px) {
    .oregrown-pullout {
      width: 95%;
      margin-right: -95%; } }
  .oregrown-pullout.active {
    margin-right: 0; }
  .oregrown-pullout ul {
    padding: 90px 0;
    margin: 0; }
  .oregrown-pullout li {
    text-align: center;
    display: block;
    list-style-type: none; }
  .oregrown-pullout a {
    padding: 12px 0;
    display: block;
    text-align: center;
    font-family: 'GothamMedium';
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none; }
    .oregrown-pullout a:hover {
      color: black; }

.pulllout-desktop-menu {
  display: block; }
  @media (max-width: 767px) {
    .pulllout-desktop-menu {
      display: none; } }

.pulllout-mobile-menu {
  display: none; }
  @media (max-width: 767px) {
    .pulllout-mobile-menu {
      display: block;
      position: relative;
      height: 100%; } }

.mobile-link-blocks {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 30px 15px;
  display: block;
  width: 100%;
  text-align: center; }
  .mobile-link-blocks .delivery-logo {
    width: 100px;
    margin: 10px auto 5px;
    display: block; }
  .mobile-link-blocks h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    margin: 15px 0px 5px; }
  .mobile-link-blocks a {
    display: inline-block;
    width: 45%;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'GothamMedium';
    font-size: 10px;
    line-height: 1em;
    text-align: center;
    color: black;
    display: inline-block;
    vertical-align: top;
    border: 2px solid black;
    background: transparent;
    margin: 0 3px;
    border-radius: 100px; }
  .mobile-link-blocks img {
    width: 44px;
    margin: 3px auto 0;
    display: block; }

@media (max-width: 767px) {
  #fullpage .section {
    height: auto !important; } }

.homepage-section-one {
  position: relative;
  display: block;
  background: black;
  background: url("https://cdn.shopify.com/s/files/1/2507/0458/files/newtopo22.jpg?v=1638240538");
  background-size: cover;
  overflow: hidden;
  height: 100vh; }
  .homepage-section-one .middle {
    z-index: 5; }

@media (max-width: 767px) {
  #fullpage .section.homepage-section-one {
    height: 300px !important; } }

.photo-bg-overlay {
  position: absolute;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.video-bg-overlay {
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.73715) 100%);
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%; }

.video-bg-top {
  position: absolute;
  z-index: 2;
  width: 100%;
  margin-left: 0%; }
  @media (max-width: 767px) {
    .video-bg-top {
      width: 150%;
      margin-left: -25%;
      margin-top: 0px; } }
  .video-bg-top.desk-vid {
    display: block; }
    @media (max-width: 767px) {
      .video-bg-top.desk-vid {
        display: none; } }
  .video-bg-top.mobile-vid {
    display: none; }
    @media (max-width: 767px) {
      .video-bg-top.mobile-vid {
        display: block; } }

.new-or-logo {
  display: none !important;
  position: absolute;
  top: 40px;
  left: 30px;
  max-width: 200px; }
  @media (max-width: 767px) {
    .new-or-logo {
      max-width: 140px; } }

.svg-logo {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 300px;
  position: relative;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 5; }

body.loaded .svg-logo {
  top: -30px;
  opacity: 1;
  visibility: visible; }

.home-callout {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: 5;
  text-decoration: none;
  padding: 30px 60px 60px;
  display: block;
  background: transparent; }
  @media (max-width: 767px) {
    .home-callout {
      padding: 30px; } }
  .home-callout h1 {
    font-size: 8em;
    line-height: .9em;
    text-transform: uppercase;
    margin: 10px 0 0; }
    @media (max-width: 767px) {
      .home-callout h1 {
        font-size: 3em; } }
  .home-callout h2 {
    margin-top: 0; }
  .home-callout p {
    font-size: 14px;
    margin: 5px 0 10px;
    letter-spacing: 0; }
  .home-callout .oregrown-btn {
    border: 0;
    margin-bottom: 5px; }
    .home-callout .oregrown-btn:hover {
      border: 0; }

body.ready2 .home-callout {
  bottom: 0;
  opacity: 1; }

.homepage-featured-callout {
  position: relative; }
  .homepage-featured-callout .home-callout-block {
    position: relative; }

.homepage-featured-slider {
  position: relative;
  display: block; }
  .homepage-featured-slider .carousel-cell {
    width: 100%;
    position: relative; }
  .homepage-featured-slider a {
    display: block; }
  .homepage-featured-slider img {
    width: 100%; }
  .homepage-featured-slider .flickity-prev-next-button {
    background: transparent;
    width: 60px;
    height: 60px;
    color: white;
    top: 45%; }

.main-copy-callout {
  width: 100%;
  padding: 0 60px; }
  @media (max-width: 767px) {
    .main-copy-callout {
      padding: 0 30px; } }
  .main-copy-callout.gen-store-copy {
    padding: 60px 60px 90px 60px; }
    @media (max-width: 767px) {
      .main-copy-callout.gen-store-copy {
        padding: 60px 30px; } }
  .main-copy-callout .thetitles {
    position: relative;
    display: block; }
  .main-copy-callout h1 {
    position: relative;
    z-index: 5;
    display: block;
    font-family: 'Gotham-Black';
    color: black;
    font-size: 8em;
    line-height: .9em;
    margin: 0; }
    @media (max-width: 767px) {
      .main-copy-callout h1 {
        font-size: 3em;
        margin-left: 5px; } }
  .main-copy-callout .thestores {
    clear: both;
    position: relative;
    z-index: 5;
    display: block;
    padding-top: 8px; }
    .main-copy-callout .thestores h2 {
      font-family: 'GothamMedium';
      font-size: 16px;
      padding-left: 7px;
      font-weight: 600;
      margin-bottom: 0; }
      .main-copy-callout .thestores h2 a:hover {
        opacity: .5; }
    .main-copy-callout .thestores div {
      display: inline-block; }
    .main-copy-callout .thestores a {
      text-decoration: none;
      color: black;
      position: relative; }
    @media (max-width: 767px) {
      .main-copy-callout .thestores p {
        font-size: 12px;
        line-height: 1.4em; } }
    .main-copy-callout .thestores h4 {
      font-family: 'Gotham';
      padding: 0px 9px 15px 9px;
      margin: 0;
      line-height: 2em;
      font-size: 14px;
      position: relative;
      display: block; }
      .main-copy-callout .thestores h4 div {
        max-width: 400px; }
    .main-copy-callout .thestores .oregrown-btn {
      color: black;
      margin: 0 8px 15px 8px; }
      .main-copy-callout .thestores .oregrown-btn:hover {
        color: white; }

.homepage-section-two {
  background: url("https://cdn.shopify.com/s/files/1/2507/0458/files/topbg.jpg?v=1644535505");
  background-size: cover;
  position: relative;
  background-color: white;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .homepage-section-two {
      padding: 60px 0; } }
  .homepage-section-two .stores-hero-img {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 767px) {
      .homepage-section-two .stores-hero-img {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 0px;
        padding: 15px 0; } }
    .homepage-section-two .stores-hero-img img {
      display: block;
      width: 100%; }
  .homepage-section-two.active span {
    animation-name: titleAnimation; }
  .homepage-section-two.active h4.copy-fade-in {
    animation-name: fadeinAnimation; }
  .homepage-section-two.visible span {
    animation-name: titleAnimation; }
  .homepage-section-two.visible h4.copy-fade-in {
    animation-name: fadeinAnimation; }

.homepage-section-three {
  background-color: white;
  position: relative;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .homepage-section-three {
      padding-top: 0;
      height: 400px !important; } }
  .homepage-section-three .main-copy-callout {
    text-align: right; }
  .homepage-section-three .video-bg {
    position: absolute;
    max-width: 60%;
    bottom: 5%;
    left: 0px; }
    @media (max-width: 767px) {
      .homepage-section-three .video-bg {
        position: relative;
        bottom: 0;
        bottom: auto;
        max-width: none;
        width: 100%;
        margin-top: 30px;
        padding: 0 30px; } }
    .homepage-section-three .video-bg img {
      width: 100%;
      position: relative;
      display: block; }
  .homepage-section-three .gif-overlay {
    background: url("https://media2.giphy.com/media/bm8t2jTnNbCIEGQIXf/giphy.gif?cid=ecf05e47aho8qrd6wn9c483eucpoh1t7hx92clwslvabjvzr&rid=giphy.gif&ct=g");
    background-size: cover;
    height: 22%;
    right: 8%;
    width: 23%;
    top: 55%;
    position: absolute; }
  .homepage-section-three.active span {
    animation-name: titleAnimation; }
  .homepage-section-three.active h4.copy-fade-in {
    animation-name: fadeinAnimation; }
  .homepage-section-three.visible span {
    animation-name: titleAnimation; }
  .homepage-section-three.visible h4.copy-fade-in {
    animation-name: fadeinAnimation; }

h1.title-animate span, h2.stores-animate span {
  width: 100%;
  float: left;
  padding-top: 2%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-timing-function: ease;
  animation-duration: 3s;
  letter-spacing: 0; }

h1.title-animate span {
  letter-spacing: 0;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards; }
  h1.title-animate span:first-child {
    animation-delay: 0.2s; }

h2.stores-animate div {
  display: inline-block;
  margin-right: 15px; }
  h2.stores-animate div span {
    letter-spacing: 0;
    -webkit-animation-fill-mode: forwards; }
  h2.stores-animate div:nth-child(1) span {
    animation-delay: .4s; }
  h2.stores-animate div:nth-child(2) span {
    animation-delay: .6s; }
  h2.stores-animate div:nth-child(3) span {
    animation-delay: .8s; }
  h2.stores-animate div:nth-child(4) span {
    animation-delay: 1s; }

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%); }

  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%); }

  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%); } }

@keyframes fadeinAnimation {
  0% {
    transform: translateY(-10px);
    opacity: 0; }

  50% {
    transform: translateY(0);
    opacity: 1; }

  100% {
    transform: translateY(0);
    opacity: 1; } }

.homepage-section-four {
  background-color: white;
  position: relative;
  padding-top: 60px;
  height: auto !important; }
  .homepage-section-four.active span {
    animation-name: titleAnimation; }
  .homepage-section-four.active h4.copy-fade-in {
    animation-name: fadeinAnimation; }
  .homepage-section-four.visible span {
    animation-name: titleAnimation; }
  .homepage-section-four.visible h4.copy-fade-in {
    animation-name: fadeinAnimation; }
  @media (max-width: 767px) {
    .homepage-section-four {
      padding-top: 0; } }

.feat-prod-slider {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #eee; }
  .feat-prod-slider .carousel-cell {
    width: 25%;
    text-align: center;
    padding: 30px 10px 60px 10px;
    border-right: 1px solid #eee; }
    @media (max-width: 767px) {
      .feat-prod-slider .carousel-cell {
        width: 100%; } }
  .feat-prod-slider .flickity-prev-next-button {
    background: transparent;
    width: 60px;
    height: 60px;
    color: black;
    top: 45%; }
  .feat-prod-slider img {
    width: 100%;
    display: block; }
  .feat-prod-slider h2 {
    font-size: 14px;
    color: black;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 15px 5px; }
  .feat-prod-slider p {
    color: black;
    font-size: 14px; }
  .feat-prod-slider a {
    text-decoration: none; }
  .feat-prod-slider .shop-now {
    background: transparent;
    color: black;
    border: 1px solid;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    font-size: 11px; }
    .feat-prod-slider .shop-now:hover {
      background: black;
      border: 1px solid;
      color: white; }

.feat-blog {
  position: relative;
  width: 100%;
  display: flex; }
  @media (max-width: 767px) {
    .feat-blog {
      display: block; } }
  .feat-blog .thepost {
    flex: 1;
    width: 50%;
    text-decoration: none; }
    @media (max-width: 767px) {
      .feat-blog .thepost {
        width: 100%;
        flex: none; } }
    .feat-blog .thepost:nth-child(1) {
      border-right: 1px solid #eee; }
      @media (max-width: 767px) {
        .feat-blog .thepost:nth-child(1) {
          border: 0; } }
    .feat-blog .thepost img {
      width: 100%;
      display: block; }
    .feat-blog .thepost h2 {
      text-transform: uppercase;
      padding: 8px 30px;
      color: black;
      font-size: 14px;
      line-height: 1.2em; }
      .feat-blog .thepost h2 span {
        margin-left: 15px; }

.site-overlay-age {
  background: black;
  background-color: black;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999999999999595959595959595995599999 !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .site-overlay-age .age-logo-wrap {
    position: relative;
    display: block;
    text-align: center; }
    .site-overlay-age .age-logo-wrap img {
      width: 160px;
      margin: 0;
      top: 20px;
      position: relative; }
    .site-overlay-age .age-logo-wrap h5 {
      display: inline-block;
      text-align: left;
      font-size: 22px;
      font-family: "Gotham",sans-serif;
      color: white;
      margin-left: 30px;
      padding: 5px 30px;
      border-left: 1px solid white;
      position: relative;
      top: 4px; }
      @media (max-width: 992px) {
        .site-overlay-age .age-logo-wrap h5 {
          border: 0;
          margin: 30px 0 15px; } }
  .site-overlay-age .age-consent {
    position: absolute;
    padding: 0 30px 30px;
    text-align: center;
    width: 60%;
    min-width: 500px !important;
    margin-top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .site-overlay-age .age-consent h6 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      margin-top: 15px;
      color: white; }
    .site-overlay-age .age-consent .age-btn {
      display: inline-block;
      padding: 0px 40px;
      background: white;
      color: #436b82;
      width: 300px;
      display: block;
      margin: 15px auto 0px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 10px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .site-overlay-age .age-consent .age-btn:hover {
        cursor: pointer;
        opacity: 1; }
    .site-overlay-age .age-consent .no-ans {
      position: relative;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .site-overlay-age .age-consent .yes-ans {
      position: relative;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .site-overlay-age .age-consent.no-active .no-ans {
      max-height: 120px;
      opacity: 1; }
    .site-overlay-age .age-consent .hide-for-ans {
      max-height: 120px;
      overflow: hidden;
      opacity: 1;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .site-overlay-age .age-consent.no-active .hide-for-ans {
      max-height: 0;
      opacity: 0; }
    .site-overlay-age .age-consent.yes-active .hide-for-ans {
      max-height: 0;
      opacity: 0; }
    .site-overlay-age .age-consent.yes-active .yes-ans {
      max-height: 120px;
      opacity: 1; }
  .site-overlay-age.hide-now {
    opacity: 0;
    visibility: hidden; }

body.ready1 .site-overlay-age .age-consent {
  margin-top: -20px;
  opacity: 1;
  visibility: visible; }

.landing-social {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%; }
  .landing-social ul {
    margin: 30px 0;
    text-align: center; }
  .landing-social li {
    display: inline-block; }
  .landing-social .social-icons .icon {
    color: white !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 5px; }
  .landing-social span {
    display: none; }

.banner-callouts {
  position: absolute;
  bottom: 15%;
  left: 10%; }
  @media (max-width: 767px) {
    .banner-callouts {
      left: 0px;
      bottom: auto;
      text-align: left;
      position: relative;
      padding: 30px; } }
  .banner-callouts h1 {
    font-size: 5em;
    color: white;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .banner-callouts h1 {
        font-size: 2.5em;
        color: black; } }
  .banner-callouts .copy {
    padding: 15px 0 30px 10px;
    color: white;
    max-width: 380px; }
    @media (max-width: 767px) {
      .banner-callouts .copy {
        max-width: none;
        padding: 15px 0;
        color: black; } }
  .banner-callouts .oregrown-btn {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .banner-callouts .oregrown-btn {
        margin-right: 60px;
        margin-top: 8px; } }

.products-titleblock2 {
  position: relative;
  text-align: center;
  padding: 60px 30px 15px;
  margin: 0 auto; }
  .products-titleblock2 h1 {
    font-size: 2.5em;
    line-height: 1em; }
  .products-titleblock2 .btn {
    border-radius: 0; }

.products-img-txt {
  position: relative;
  display: flex;
  text-align: center;
  padding: 60px; }
  @media (max-width: 767px) {
    .products-img-txt {
      display: block;
      padding: 0px; } }
  .products-img-txt .thecopy {
    flex: 1;
    text-align: left;
    position: relative; }
    @media (max-width: 767px) {
      .products-img-txt .thecopy {
        text-align: center; } }
    .products-img-txt .thecopy .vertical {
      width: 100%;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .products-img-txt .thecopy .vertical {
          position: relative;
          top: 0;
          padding: 30px;
          transform: translate(0, 0%); } }
  .products-img-txt .theimg {
    flex: 2; }

.product-img-bg-block {
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .product-img-bg-block img {
      width: 120% !important;
      margin-left: -10%;
      position: relative; } }
  .product-img-bg-block .vertical {
    text-align: center;
    width: 100%;
    margin-top: -30px; }
    .product-img-bg-block .vertical h1 {
      font-size: 4em; }
      @media (max-width: 767px) {
        .product-img-bg-block .vertical h1 {
          font-size: 2em; } }
    .product-img-bg-block .vertical p {
      max-width: 400px;
      margin: 15px auto;
      display: block; }
    .product-img-bg-block .vertical.align-left {
      text-align: left;
      padding-left: 10%;
      max-width: 50%; }
      .product-img-bg-block .vertical.align-left h1 {
        font-size: 2.5em; }
      .product-img-bg-block .vertical.align-left p {
        display: inline-block; }
      @media (max-width: 767px) {
        .product-img-bg-block .vertical.align-left {
          position: relative;
          top: auto;
          max-width: 100% !important;
          transform: translateY(0%);
          padding: 30px;
          color: black;
          text-align: center; }
          .product-img-bg-block .vertical.align-left h1 {
            color: black !important; }
          .product-img-bg-block .vertical.align-left p {
            color: black !important; } }

.faq-wrap {
  padding: 30px 30px 90px; }

.faq-box {
  position: relative;
  padding: 10px 0;
  max-width: 500px;
  margin: 0 auto;
  border-bottom: 1px solid #eee; }
  .faq-box h2.title {
    position: relative;
    color: black;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase; }
    .faq-box h2.title:hover {
      cursor: pointer;
      opacity: 1; }
    .faq-box h2.title:hover span {
      opacity: 1; }
    .faq-box h2.title span {
      transform-origin: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      right: 0;
      top: 4px;
      font-family: system-ui;
      font-weight: 100;
      font-size: 32px;
      opacity: .5;
      transform: rotate(90deg); }
    .faq-box h2.title.active span {
      transform: rotate(-90deg); }
  .faq-box .content {
    color: black;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1.6em;
    font-size: 14px; }

.pens-split-block {
  position: relative;
  text-align: center;
  background: #eee;
  display: flex;
  padding: 60px; }
  @media (max-width: 767px) {
    .pens-split-block {
      display: block;
      padding: 60px 30px 30px; } }
  .pens-split-block .theblock {
    text-align: center;
    flex: 1;
    width: 45%;
    margin: 0 2%;
    padding: 0 0 30px 0; }
    @media (max-width: 767px) {
      .pens-split-block .theblock {
        width: 100%;
        flex: none;
        margin: 0; } }
    .pens-split-block .theblock h1 {
      font-size: 2.5em;
      font-weight: 600;
      margin-top: 30px; }
    .pens-split-block .theblock p {
      padding: 0 15px; }

.guide-header {
  margin: 3%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .guide-header {
      padding: 0 30px; } }
  .guide-header h1 {
    line-height: 1em; }
    @media (max-width: 767px) {
      .guide-header h1 {
        font-size: 24px;
        margin-top: 30px; } }
  .guide-header .guide-link {
    text-decoration: none; }

.guide-grid {
  text-align: center; }
  .guide-grid .giftblock {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1% 1% 3% 1%; }
    @media (max-width: 767px) {
      .guide-grid .giftblock {
        width: 90%;
        margin-bottom: 30px; } }
    .guide-grid .giftblock img {
      display: block;
      width: 100%;
      border: 1px solid #eee; }
    .guide-grid .giftblock a {
      text-decoration: none;
      color: black;
      text-align: center; }
      .guide-grid .giftblock a h1 {
        font-size: 18px; }

.new-edu-title {
  padding: 60px;
  position: relative; }
  @media (max-width: 767px) {
    .new-edu-title {
      padding: 45px 45px 30px 45px; } }
  .new-edu-title h1 {
    position: relative;
    font-family: 'Gotham-Black';
    font-size: 8em;
    line-height: .9em;
    color: black;
    text-align: left;
    margin: 0; }
    @media (max-width: 767px) {
      .new-edu-title h1 {
        font-size: 3em; } }
    .new-edu-title h1 span {
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      transform: translateY(-50px);
      opacity: 0;
      animation-timing-function: ease;
      animation-duration: 5s; }
    .new-edu-title h1.visible span {
      animation-name: titleAnimation;
      animation-delay: .4s;
      -webkit-animation-fill-mode: forwards; }

.category-link-blocks {
  position: relative;
  display: flex; }
  @media (max-width: 767px) {
    .category-link-blocks {
      display: block; } }
  .category-link-blocks a {
    flex: 1;
    position: relative; }
    @media (max-width: 767px) {
      .category-link-blocks a {
        flex: none;
        width: 100%; } }
    .category-link-blocks a .vertical {
      width: 100%;
      text-align: center; }
      .category-link-blocks a .vertical h1 {
        color: white;
        font-size: 18px; }

.category-section {
  position: relative;
  display: block; }
  .category-section .category-titles {
    position: relative;
    display: block;
    padding: 60px 0;
    width: 45%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .category-section .category-titles {
        display: block;
        width: 100%;
        padding: 30px 0 0; } }
    .category-section .category-titles .thetitle {
      display: block;
      width: 100%; }
      @media (max-width: 767px) {
        .category-section .category-titles .thetitle {
          width: 95%;
          margin-right: 0; } }
      .category-section .category-titles .thetitle .thewrap {
        position: relative;
        padding: 60px 0; }
        @media (max-width: 767px) {
          .category-section .category-titles .thetitle .thewrap {
            padding: 40px 0; } }
      .category-section .category-titles .thetitle h6 {
        font-family: 'Gotham' , sans-serif;
        position: relative;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        z-index: 2;
        padding-left: 60px; }
      .category-section .category-titles .thetitle h1 {
        position: relative;
        margin: 0;
        color: white;
        text-transform: uppercase;
        font-size: 4em;
        line-height: 1em;
        padding-left: 60px;
        z-index: 3; }
        @media (max-width: 767px) {
          .category-section .category-titles .thetitle h1 {
            font-size: 2em; } }
      .category-section .category-titles .thetitle .thebg {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 0 160px 160px 0;
        top: 0;
        z-index: 1;
        margin-left: -100%;
        opacity: 0;
        visibility: hidden; }
      .category-section .category-titles .thetitle.visible .thebg {
        margin-left: -3px;
        opacity: 1;
        visibility: visible; }
    .category-section .category-titles .thecopy {
      display: block;
      width: 100%;
      padding: 40px 60px 40px 40px;
      padding: 60px;
      font-size: 16px;
      line-height: 1.6em; }
      @media (max-width: 767px) {
        .category-section .category-titles .thecopy {
          padding: 30px 60px;
          width: 100%;
          font-size: 14px; } }
  .category-section .category-slider-wrap {
    padding: 62px 30px;
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .category-section .category-slider-wrap {
        display: block;
        width: 100%;
        padding: 0 0 30px; } }
    .category-section .category-slider-wrap .carousel-cell {
      width: 100%; }
    .category-section .category-slider-wrap img {
      display: block;
      width: 100%; }
    .category-section .category-slider-wrap .flickity-prev-next-button {
      background: transparent;
      color: white; }
    .category-section .category-slider-wrap .flickity-page-dots {
      display: none; }

.oregrown-products {
  position: relative;
  display: block; }
  .oregrown-products .prod-link {
    display: block;
    width: 100%;
    height: calc(100vh - 60px);
    position: relative;
    text-decoration: none; }
    @media (max-width: 767px) {
      .oregrown-products .prod-link {
        height: 400px;
        text-decoration: none; } }

.oregrown-delivery {
  position: relative;
  padding: 60px 30px;
  text-align: center; }
  .oregrown-delivery .locations {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 1%; }
    .oregrown-delivery .locations.location1 {
      padding: 0;
      text-align: center; }
    .oregrown-delivery .locations.location2 {
      padding: 0;
      text-align: center; }
    .oregrown-delivery .locations.location3 {
      padding: 0;
      text-align: center; }
    @media (max-width: 767px) {
      .oregrown-delivery .locations {
        width: 100%;
        margin: 15px 0; } }
    .oregrown-delivery .locations h1 {
      font-family: 'GothamMedium';
      margin: 15px 0 10px;
      font-size: 1.5em;
      letter-spacing: 0; }
    .oregrown-delivery .locations .copy {
      padding: 5px 0;
      font-size: 14px; }
    .oregrown-delivery .locations img {
      display: block;
      width: 100%; }
    .oregrown-delivery .locations a {
      margin-top: 15px; }
    .oregrown-delivery .locations span {
      transform: rotate(-45deg);
      position: relative;
      position: absolute;
      margin-left: 10px; }

.delivery-options h1 {
  font-size: 32px;
  text-transform: uppercase; }

.loyalty-banner {
  position: relative; }

.loyalty-callout-bar {
  position: relative;
  padding: 60px 20%;
  text-align: center;
  background: #eee;
  font-size: 1.5em; }
  .loyalty-callout-bar p {
    text-transform: uppercase; }
    .loyalty-callout-bar p strong {
      font-weight: 600; }

.locations-links {
  position: relative;
  text-align: center;
  padding: 30px 15px; }
  .locations-links a {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 30%;
    margin: 1%;
    height: 300px;
    position: relative; }
    @media (max-width: 767px) {
      .locations-links a {
        width: 100%;
        margin: 0 0 30px 0; } }
  .locations-links .loc-titles {
    position: absolute;
    left: 15px;
    top: 30px; }
  .locations-links h2 {
    font-family: 'Gotham-Black';
    margin: 0;
    padding: 0px 0 0;
    letter-spacing: 0;
    font-size: 6em;
    color: white;
    text-align: left;
    margin-left: -20px;
    font-weight: 900; }
  .locations-links p {
    font-family: 'GothamMedium';
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: white;
    text-align: left; }
  .locations-links .signup-btn {
    font-family: 'Gotham-Black';
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    color: white;
    text-transform: uppercase; }

.copy-banner {
  background: #eee;
  text-align: center;
  padding: 60px 20%;
  letter-spacing: 2px;
  font-size: 24px; }
  .copy-banner strong {
    font-weight: 600; }
  @media (max-width: 767px) {
    .copy-banner {
      font-size: 18px;
      padding: 30px; } }

.steps-wrap {
  position: relative;
  padding: 60px 10%; }
  @media (max-width: 767px) {
    .steps-wrap {
      padding: 30px; } }

.steps {
  display: flex;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .steps {
      display: block; } }
  .steps div {
    flex: 1; }
    @media (max-width: 767px) {
      .steps div {
        flex: none;
        display: block; } }
  .steps .number {
    font-family: 'GothamMedium';
    letter-spacing: 4px;
    text-transform: uppercase; }
    .steps .number:after {
      content: '';
      position: absolute;
      left: 0;
      height: 60px;
      width: 1px;
      background: #acc4b0;
      top: 35px; }
  .steps .title {
    font-family: 'Gotham-Black';
    padding-right: 30px;
    font-size: 32px;
    line-height: 1.2em; }
    @media (max-width: 767px) {
      .steps .title {
        margin-left: 30px;
        margin-top: 10px; } }
  .steps .copy {
    font-family: 'GothamMedium';
    width: 50%;
    flex: 2; }
    @media (max-width: 767px) {
      .steps .copy {
        margin-left: 30px;
        margin-top: 10px; } }

.specials-block {
  padding: 90px 30px;
  background: black; }
  .specials-block h1 {
    color: white;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'GothamMedium'; }
    .specials-block h1 span {
      font-weight: 700;
      font-family: 'GothamMedium'; }

.specials-slider {
  padding: 30px 60px 90px;
  margin-left: 1%;
  overflow: hidden; }
  .specials-slider .carousel-cell {
    width: 24%;
    margin: 0 1% 0 0;
    text-align: center; }
    .specials-slider .carousel-cell a {
      text-decoration: none; }
    .specials-slider .carousel-cell h4 {
      padding: 10px 0 0;
      margin: 0; }
    .specials-slider .carousel-cell img {
      display: block;
      width: 100%; }
    @media (max-width: 767px) {
      .specials-slider .carousel-cell {
        width: 100%;
        margin: 0; } }
  .specials-slider .flickity-button {
    background: transparent; }
  .specials-slider .flickity-prev-next-button {
    top: 33%; }
    @media (max-width: 767px) {
      .specials-slider .flickity-prev-next-button {
        top: 42%; } }
  .specials-slider .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 55px;
    right: 70px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 1; }
  .specials-slider .flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer; }

.special-link-wrap {
  position: relative;
  max-width: 900px;
  margin: 30px auto;
  text-align: center; }
  .special-link-wrap .special-link {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 2%;
    text-align: center; }
    .special-link-wrap .special-link img {
      margin-bottom: 10px; }
    .special-link-wrap .special-link h4 {
      padding: 5px 0;
      margin: 0; }

.contact-page-wrap {
  position: relative;
  display: block;
  padding: 0 22px;
  max-width: 1000px;
  margin: 60px auto; }
  @media (max-width: 767px) {
    .contact-page-wrap {
      padding: 0 22px; } }
  .contact-page-wrap h1 {
    color: black; }
    @media (max-width: 767px) {
      .contact-page-wrap h1 {
        text-align: center; } }
  .contact-page-wrap a {
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding: 3px 0;
    font-size: 12px;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
    color: black; }
  .contact-page-wrap .col-md-4 {
    width: 25%;
    float: left; }
    @media (max-width: 767px) {
      .contact-page-wrap .col-md-4 {
        float: none;
        width: 100%; } }
  .contact-page-wrap .col-md-8 {
    float: left;
    width: 75%; }
    @media (max-width: 767px) {
      .contact-page-wrap .col-md-8 {
        float: none;
        width: 100%; } }

h6.contact-titles {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h6.contact-titles {
      margin: 30px 0 15px; } }

.location1 {
  position: relative;
  display: block;
  color: black;
  padding: 15px 0 60px 0;
  text-align: left; }
  @media (max-width: 767px) {
    .location1 {
      text-align: center; } }

.location2 {
  position: relative;
  display: block;
  color: black;
  padding: 0 0 60px 0;
  text-align: left; }

h6.flag-title {
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  margin-top: 15px;
  opacity: 1; }

.contact-infos {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .contact-infos {
      margin-bottom: 0px; } }
  .contact-infos p {
    color: black; }

.contact-form {
  clear: both; }
  .contact-form label {
    text-transform: uppercase;
    font-size: 12px; }
  .contact-form input {
    background: white;
    border: 1px solid #eee;
    color: black;
    padding: 12px 8px;
    border-radius: 0;
    width: 100%;
    display: block; }
  .contact-form textarea {
    background: white;
    border: 1px solid #eee;
    color: black;
    padding: 8px 8px;
    border-radius: 0;
    max-height: 120px;
    font-size: 16px;
    width: 100%;
    display: block; }
  .contact-form input.btn {
    margin-top: 15px;
    background: #eee;
    height: 45px;
    line-height: 45px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 0;
    width: 160px; }
    .contact-form input.btn:hover {
      background: black;
      color: white;
      opacity: 1; }

.dutchie--iframe {
  margin-top: 35px;
  padding: 0 15px; }

.captured-photo {
  background: black; }

.captured-header {
  position: relative;
  width: 100%; }
  .captured-header img {
    display: block;
    width: 100%; }

.captured-qoute {
  background: black;
  position: relative;
  display: block;
  padding: 60px 30px; }
  @media (max-width: 767px) {
    .captured-qoute {
      padding: 40px 30px; } }
  .captured-qoute h6 {
    text-align: center;
    color: white;
    font-weight: 100;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
    display: block; }
    .captured-qoute h6 strong {
      font-weight: 600; }

.captured-player {
  position: relative; }
  .captured-player img {
    position: relative;
    display: block;
    width: 100%; }
  .captured-player .embed-video-play {
    padding: 0;
    width: 80%; }
    .captured-player .embed-video-play:hover {
      cursor: pointer; }

.captured-slider-wrap {
  position: relative;
  padding: 60px 10% 0px;
  background: black;
  overflow: hidden;
  /* position dots up a bit */
  /* dots are lines */ }
  @media (max-width: 767px) {
    .captured-slider-wrap {
      padding: 30px; } }
  .captured-slider-wrap h6 {
    text-align: left;
    color: white;
    font-weight: 100;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 30px;
    display: block; }
    .captured-slider-wrap h6 strong {
      font-weight: 600; }
  .captured-slider-wrap .carousel-cell {
    background: black;
    overflow: hidden;
    width: 100%;
    margin: 0;
    position: relative;
    counter-increment: carousel-cell; }
    .captured-slider-wrap .carousel-cell a {
      display: block; }
    .captured-slider-wrap .carousel-cell img {
      width: 100%;
      margin: 0;
      background: black; }
    @media (max-width: 767px) {
      .captured-slider-wrap .carousel-cell {
        width: 100%; } }
  .captured-slider-wrap .flickity-prev-next-button {
    background: transparent;
    color: white;
    margin-top: -30px; }
    @media (max-width: 767px) {
      .captured-slider-wrap .flickity-prev-next-button {
        margin-top: 0; } }
  .captured-slider-wrap .flickity-page-dots {
    position: absolute;
    bottom: 18px;
    text-align: left;
    left: 30px;
    height: auto;
    width: 50%; }
  .captured-slider-wrap .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0 1px 0 0;
    border-radius: 0;
    background: white; }
    @media (max-width: 767px) {
      .captured-slider-wrap .flickity-page-dots .dot {
        width: 12px;
        margin: 0 2px 0 0; } }

.carousel-nav .carousel-cell {
  margin-top: 10px;
  height: 100px;
  width: 120px; }
  @media (max-width: 767px) {
    .carousel-nav .carousel-cell {
      width: 45px;
      height: 30px; } }

.capture-text {
  width: 100%;
  position: relative; }
  .capture-text img {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .capture-text img {
        float: none;
        width: 100%; } }
  .capture-text .behind-lens {
    float: left;
    width: 50%;
    padding: 60px;
    text-align: left; }
    @media (max-width: 767px) {
      .capture-text .behind-lens {
        float: none;
        width: 100%;
        padding: 30px;
        text-align: left; } }

.captured-fullblock {
  position: relative;
  display: block;
  margin-top: -2px; }
  .captured-fullblock img {
    width: 100%; }
  .captured-fullblock .vertical {
    width: 50%;
    text-align: center;
    padding: 0 5%; }

.episodes-wrap {
  position: relative;
  padding: 60px 10% 90px;
  background: black;
  overflow: hidden;
  color: white; }
  @media (max-width: 767px) {
    .episodes-wrap {
      padding: 0 30px; } }
  .episodes-wrap .episodes-block {
    position: relative;
    margin: 30px 0;
    padding: 30px 0 60px 0;
    border-bottom: 1px solid #333; }
    @media (max-width: 767px) {
      .episodes-wrap .episodes-block {
        padding: 0 0 30px 0; } }
  .episodes-wrap .episode-thumb {
    position: relative;
    width: 30%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .episodes-wrap .episode-thumb {
        width: 100%;
        margin: 0 0 30px 0; } }
    .episodes-wrap .episode-thumb:hover {
      cursor: pointer; }
    .episodes-wrap .episode-thumb img {
      width: 100%; }
  .episodes-wrap .episode-titles {
    width: 65%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .episodes-wrap .episode-titles {
        width: 100%; } }
  .episodes-wrap h4 {
    color: white;
    letter-spacing: 2px; }
  .episodes-wrap p {
    color: white; }
  .episodes-wrap .expand-titles {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 0; }
    .episodes-wrap .expand-titles:hover {
      cursor: pointer;
      opacity: .6; }

.video-play-btn {
  width: 60px;
  height: 60px;
  background: url("https://cdn.shopify.com/s/files/1/0416/5599/2469/files/Group_150_3x_9a2d030f-153b-4ae9-9f12-9578e614161f.png?v=1595436210") no-repeat;
  background-size: 100%; }
  .video-play-btn:hover {
    cursor: pointer; }

.vid-modal {
  position: fixed;
  background: transparent;
  width: 70%;
  margin: 0 auto;
  left: 15%;
  top: 15%;
  padding: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none; }
  .vid-modal.active {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 160px;
    height: auto;
    z-index: 99999; }
  .vid-modal video {
    width: 100%;
    display: block; }
  @media (max-width: 767px) {
    .vid-modal {
      top: 10%;
      margin: 0;
      left: 5%;
      width: 90%;
      padding: 0; } }

.vid-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.75);
  z-index: 9999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  .vid-overlay:hover {
    cursor: pointer; }
  .vid-overlay.active {
    opacity: 1;
    visibility: visible; }

.vid-modalclose {
  display: block;
  padding: 0;
  width: 40px;
  margin-right: 12px;
  height: 40px;
  margin-top: 15px;
  z-index: 999999999;
  position: absolute;
  right: 0;
  top: -60px; }
  .vid-modalclose:hover {
    cursor: pointer;
    opacity: .75; }
  .vid-modalclose:before, .vid-modalclose:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: white;
    top: 16px; }
  .vid-modalclose:before {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .vid-modalclose:after {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

.vid-modal.active .vid-modalclose:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.vid-modal.active .vid-modalclose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-blog .title--primary {
  text-align: center;
  padding: 30px 0;
  display: none; }

.article-template__hero-container:first-child {
  margin-top: 0 !important; }

.mcs-collections-links {
  text-align: center;
  padding-bottom: 30px; }
  .mcs-collections-links a {
    display: inline-block;
    text-decoration: none;
    margin: 0 8px;
    padding: 5px 0;
    color: black;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .mcs-collections-links a:hover {
      border-bottom: 2px solid black; }
    .mcs-collections-links a.curr-coll {
      border-bottom: 2px solid #ccc; }

.facets-container {
  display: none; }

.collection-hero__title {
  text-align: center;
  text-transform: uppercase; }

.title-wrapper-with-link {
  text-align: center;
  text-transform: uppercase; }
  .title-wrapper-with-link .title {
    text-align: center; }

.mcs-simple-card a {
  display: block;
  text-decoration: none; }
  .mcs-simple-card a img {
    width: 100%;
    display: block; }
  .mcs-simple-card a h2 {
    padding: 15px 0 5px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }
  .mcs-simple-card a .price {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 14px; }

.product-recommendations__heading {
  text-align: center;
  text-transform: uppercase; }

.product__info-container--sticky {
  top: 90px !important; }

.oregrown-flagships {
  position: relative;
  display: block; }

.flagship {
  position: relative;
  display: block; }
  .flagship .flagship-slider {
    position: relative; }
    @media (max-width: 767px) {
      .flagship .flagship-slider {
        position: relative;
        width: 100%;
        margin-left: 0%; } }
    .flagship .flagship-slider img {
      width: 100%;
      display: block; }
    .flagship .flagship-slider .carousel-cell {
      width: 100%; }
    .flagship .flagship-slider .flickity-prev-next-button {
      background: transparent;
      width: 60px;
      height: 60px;
      color: white;
      top: 45%; }

.flagship-info {
  display: flex;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .flagship-info {
      display: block;
      margin-bottom: 40px; } }
  .flagship-info .info-block {
    flex: 1;
    width: 50%;
    padding: 30px 60px 60px; }
    @media (max-width: 767px) {
      .flagship-info .info-block {
        flex: none;
        padding: 0 30px 30px;
        width: 100%; } }
    .flagship-info .info-block p {
      margin: 0 auto 15px; }

#insta-feed {
  padding: 0 2px; }

.insta {
  position: relative;
  display: block;
  padding: 60px 0 15px;
  overflow: hidden;
  text-align: center; }
  .insta a {
    text-decoration: none;
    color: black; }
  @media (max-width: 767px) {
    .insta {
      padding: 30px 0 5px; } }

#instafeed {
  position: relative;
  text-align: center;
  width: 110%;
  left: -5%; }
  #instafeed a {
    display: inline-block;
    width: 15%;
    margin: 1% .5%; }
    #instafeed a:hover {
      opacity: .8; }
    #instafeed a img {
      width: 100%; }
    @media (max-width: 992px) {
      #instafeed a {
        width: 30%; } }

a.insta-btn {
  position: relative;
  top: 15px;
  padding: 15px 35px;
  min-width: 220px;
  background: black;
  color: white;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'GothamMedium' , sans-serif; }

.klaviyo-form-mcs {
  margin-left: -6px;
  position: relative;
  display: block;
  font-family: 'Gotham' , sans-serif !important; }
  .klaviyo-form-mcs input {
    font-family: 'Gotham' , sans-serif !important;
    font-weight: 400 !important;
    background: #222 !important;
    color: white !important;
    font-size: 14px !important;
    border: 0 !important; }
    .klaviyo-form-mcs input:focus {
      border: 0 !important; }
    .klaviyo-form-mcs input:active {
      border: 0 !important; }
    .klaviyo-form-mcs input::placeholder {
      font-family: 'Gotham' , sans-serif !important;
      font-size: 14px !important; }
  @media (max-width: 767px) {
    .klaviyo-form-mcs .kl-private-reset-css-Xuajs1 {
      width: 100% !important;
      display: block !important; } }
  .klaviyo-form-mcs button {
    font-family: 'Gotham' , sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    background: #444 !important;
    color: white !important; }

.oregrown-footer {
  background: black;
  padding: 30px 15px 30px 15px; }
  .oregrown-footer .footer-cols {
    display: flex;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .oregrown-footer .footer-cols {
        display: block;
        max-width: none; } }
  .oregrown-footer .footer-col {
    flex: 1; }
    @media (max-width: 767px) {
      .oregrown-footer .footer-col {
        flex: none;
        width: 49%;
        padding: 10px;
        display: inline-block;
        vertical-align: top; } }
    .oregrown-footer .footer-col h2 {
      font-family: 'Gotham';
      font-size: 14px;
      color: #666;
      margin: 30px 0 15px; }
    .oregrown-footer .footer-col a {
      display: block;
      color: white;
      font-family: 'Gotham';
      font-size: 12px;
      text-decoration: none;
      padding: 5px 0; }
      .oregrown-footer .footer-col a:hover {
        color: #666; }

ul.footer-social {
  margin: 0;
  padding: 0; }
  ul.footer-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px; }
    ul.footer-social li a {
      display: block;
      color: white; }

.footer-branding {
  display: block;
  padding: 0px 0 30px;
  width: 196px;
  text-align: center;
  margin: 90px auto 0; }
  .footer-branding img {
    width: 100%; }

.newsletter-form__field-wrapper {
  padding-right: 60px;
  border: 0; }
  @media (max-width: 767px) {
    .newsletter-form__field-wrapper {
      padding-right: 0;
      max-width: none; } }
  .newsletter-form__field-wrapper input {
    background: #333;
    color: white;
    padding: 0;
    margin: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid white; }
    .newsletter-form__field-wrapper input::placeholder {
      color: Weite; }

.field__label, .customer .field label {
  color: white;
  font-size: 14px; }

.mcs-copy {
  text-align: center;
  color: white;
  width: 100%;
  display: block;
  font-size: 9px;
  opacity: .25; }
  .mcs-copy a {
    color: white;
    text-decoration: none; }
