/*
Theme Name: Saranac 2024 (Hello Elementor Child)
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1666192938
Updated: 2022-10-19 15:22:18

*/

:root {
    --ff-body: futura-pt, sans-serif; 
    --ff-heading: "Cyclone Background", sans-serif;
      
    --fs-400: 1rem; /* Base Mobile */
    --fs-600: 1.5rem;
    --fs-650: 2rem;
    --fs-xl: clamp(4.5rem, 12vw + 1rem, 8rem); /* Min was 4rem, max was 10rem */
    --fs-featured-card-heading: 2.5rem;
    --fs-card-heading: 5rem;
    /* --fs-card-heading: clamp(2rem, 3vw + 1rem, 4rem); */
    --fs-red-button: 1.75rem;
    --fs-section-heading: 3.5rem; /* Was 4rem */
    --fs-brew-title: 3rem; 
  
    --clr-white: #fff;
    --clr-black: #000;
    --clr-secondary-dark: #54595F;
    --clr-secondary-grey: #7a7a7a; /* Original grey (with contrast issues) */
    /* --clr-secondary-grey: #DCD5D5; Found with contrast checker (passed contrast check for WCAG AA) */
    --clr-saranac-black: #1e1c1c;
    /* --clr-saranac-red: #FF0000;  Original red (with contrast issues) */
    --clr-saranac-red: #D53934; /* Red found with contrast checker (passed contrast check for WCAG AA) */
    --clr-saranac-red-2: #EE3A42;
    --clr-saranac-green: #115740;
  
    --page-hero-overlay-opacity: 0.2; /* Was 0.7 */
    --homepage-hero-opacity: 0;
    --card-overlay-opacity: .5;
    --darker-overlay: 0.7;
  }
  
  /* * {
    outline: 1px solid red;
  } */
  
  /**************************************
  RESPONSIVE TYPOGRAPHY
  ***************************************/
  @media(min-width: 1024px){ /* Desktop Font Sizes */
    :root {
      --fs-400: 1.125rem; /* Base Desktop */
      --fs-600: 2rem;
      --fs-650: 2.5rem;
      --fs-featured-card-heading: 4rem;
      --fs-card-heading: clamp(2rem, 3vw + 1rem, 4rem);
      /* --fs-card-heading: 4rem; */
      --fs-red-button: 1.75rem;
      --fs-section-heading: 6rem; /* Was 8rem */
      --fs-brew-title: 2.5rem; /* Was 3rem */
    }
  }
  
  /**************************************
  GLOBAL STUFF
  ***************************************/
  p {
    font-family: var(--ff-body);
  }
  /* Force links to link break based on screen size */
  a {
    word-break: break-word;
    color: var(--clr-saranac-red);
  }
  a:hover {
    color: var(--clr-saranac-red);
  }
  /* Fix bullet lists on specifc pages */
  .privacy-policy ul,
  .page-id-1679 ul {
    padding-left: 25px;
  }
  .red-button {
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--ff-heading);
    margin: 0px 0px 0px 0px;
    font-size: var(--fs-red-button);
    letter-spacing: 2px;
    font-weight: 300;
  }
  .red-button:hover {
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
  }
  /* Text shadow effect on hero headings */
  .slider-main-heading,
  .page-hero-main-heading,
  .slider-sub-heading,
  .page-hero-subheading-text {
    /* text-shadow: 5px 5px 5px rgba(0,0,0,0.3); */
    /* text-shadow: 2px 2px 2px rgba(0,0,0,0.3); */
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  }
  .custom-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: var(--card-overlay-opacity);
    background-color: var(--clr-black);
    z-index: 2;
  }
  /* FLOWER BACKGROUND ON SIDES OF THESE PAGES */
  .page-template-elementor_header_footer,
  .side-flower-background,
  .page-template-beer-finder-view,
  .content-wrapper-single-jobs,
  .tax-brew_style,
  .tax-brew_category,
  .page-template-homepage-view,
  .page-template-brews-archive-view,
  .single-brew,
  .search-results,
  .post-type-archive-product,
  .tax-product_cat,
  .single-product,
  .woocommerce-cart,
  .woocommerce-checkout,
  .page-template-saranac-events-calendar,
  .single-events {
      /* background-image: url('https://dev.saranac.com/wp-content/uploads/2022/11/content-bg-left.png'), url('https://dev.saranac.com/wp-content/uploads/2022/11/content-bg-right.png'); */
      background-image: url('/wp-content/uploads/2022/11/content-bg-left.png'), url('/wp-content/uploads/2022/11/content-bg-right.png');
      background-repeat: no-repeat;
      background-position: top left, bottom right;
      background-attachment: fixed;
  }
  .fa-search {
    /* font-weight: 400 !important; */
  }
  .align-start {
      text-align: start !important;
  }
  @media(max-width: 767px){
    .elementor-search-form__input,
    .elementor-search-form--full-screen div {
      margin-top: -200px !important;
    }
  }
  /* GENERAL PAGE CONTAINER */
  .page-content-container {
    padding: 100px 10px;
  }
  @media(min-width: 1380px){
    .page-content-container {
      max-width: 1400px;
      margin: 0 auto;
    }
  }
  /* CUSTOM BREADCRUMB */
  .custom-breadcrumbs {
    color: var(--clr-white);
    font-size: 1rem;
    margin-bottom: 50px;
  }
  .custom-breadcrumbs a {
    color: var(--clr-white);
  }
  .custom-breadcrumbs a:hover {
    color: var(--clr-saranac-red);
    transition: .3s ease-in-out;
  }
  
  @media(min-width: 1380px){
    .custom-breadcrumbs {
      font-size: 1.3rem;
    }
  }



@media(min-width: 1700px){
	.red-card-box-background::after {
		content: '';
		display: block;
		position: absolute;
		top: -40px;
		right: -40px;
		min-width: 100%;
		min-height: 100%;
		background: var(--clr-saranac-red);
		z-index: -1;
	}
}




  /******************************
  ANIMATIONS
  *******************************/
  :root {
    --animation-time: 1000ms;
  }
  
  @keyframes fade-in {
    0% { 
      opacity: 0;
    }
  
    100% { 
      opacity: 1;
    }
  }
  
  @keyframes fade-in-from-top {
    0% { 
      transform: translateY(-1000px);
      opacity: 0;
    }
  
    100% { 
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in-from-left {
    0% { 
      transform: translateX(-1000px);
      opacity: 0;
    }
  
    100% { 
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in-from-bottom-of-page {
    0% { 
      transform: translateY(1000px);
      opacity: 0;
    }
  
    100% { 
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in-from-bottom {
    0% { 
      transform: translateY(10%);
      opacity: 0;
    }
  
    100% { 
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  /* PROMO CARDS ANIMATE */
  .promo-card:first-child {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom-of-page var(--animation-time) ease-in-out .3s; 
    animation-fill-mode: forwards;
  }
  .promo-card:nth-child(2) {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom-of-page var(--animation-time) ease-in-out .5s; 
    animation-fill-mode: forwards;
  }
  .promo-card:nth-child(3) {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom-of-page var(--animation-time) ease-in-out .7s; 
    animation-fill-mode: forwards;
  }
  
  /* HOMEPAGE HERO AND SHOP HEADING ANIMATE */
  .page-template-homepage-view .slider-headings-container,
  .page-template-homepage-view .slider-buttons-container,
  .post-type-archive-product .slider-headings-container,
  .post-type-archive-product .slider-buttons-container {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom 500ms ease-in-out; 
    animation-fill-mode: forwards;
  }
  
  /* HEADER ANIMATE */
  header {
    /* transform: translateX(-1000px); */
    opacity: 0;
    animation: fade-in var(--animation-time) ease-in-out .3s; 
    animation-fill-mode: forwards;
  }
  /* SHOP CATEGORY GRID ANIMATE */
  .shop-category-grid-container {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom-of-page var(--animation-time) ease-in-out .3s; 
    animation-fill-mode: forwards;
  }
  /* EVENT CALENDAR TOP ANIMATE */
  .event-calendar-top {
    transform: translateX(-1000px);
    opacity: 0;
    animation: fade-in-from-bottom-of-page var(--animation-time) ease-in-out .3s; 
    animation-fill-mode: forwards;
  }
  
  /******************************
  FOOTER BASE
  *******************************/
  .footer-hours-container {
      /* display: flex;
      flex-direction: column; */
  }
  .loyalty-widget {
      /* text-align: center;
      margin: 0 auto; */
  }
  
  #validation_message_3_3 {
    display: none;
  }
  .footer-logo-border-radius-column div {
    /* border-radius: 50%; */
    /* justify-content: center;
    border-bottom-left-radius: 0% 0%;
    border-bottom-right-radius: 0% 30%;
    border-top-left-radius: 75% 90%;
    border-top-right-radius: 75% 90%; */
  }
  .footer-logo-border-radius-image {
    /* padding-top: 20px; */
  }
  .footer-link-color-fix-white a {
    /* color: var(--clr-white); */
  }
  .footer-link-color-fix-white a:hover {
    /* color: var(--clr-white); */
  }
  .footer-join-container {
    padding: 10px 10px;
  }
  .footer-join-container h5 {
    margin: 0;
  }
  .footer-middle-left {
    display: flex; 
    justify-content: center;
    margin: 1.5rem 0 3rem 0;
  }
  .footer-middle-right {
    text-align: center;
  }
  .footer {
    background-color: var(--clr-saranac-green);
    padding-bottom: 0px;
  }
  .footer-top-flex-container {
    display: flex;
    flex-direction: column;
  }
  .footer-top-left,
  .footer-top-right {
    display: none;
  }
  .footer-logo-container {
    display: flex;  
    justify-content: center;
    margin-top: -50px;
    padding: 20px 0px 20px 0px; /* Was 20 0 50 0 */
    background-color: var(--clr-saranac-green);
    position: relative;
    z-index: 0;
  
    /* border-radius: 50%; */
    border-bottom-left-radius: 0% 120%;
    border-bottom-right-radius: 0% 120%;
    border-top-left-radius: 135% 150%;
    border-top-right-radius: 135% 150%;
  }
  .footer-logo-container img {
    max-width: 50%;
  }
  .footer-middle-flex-container {
    color: var(--clr-white);
    padding: 0 10px;
  }
  .footer-nav-ul {
    list-style-type: none;
    padding: 0;
  }
  .footer-nav-ul li {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-nav-ul li a {
    color: var(--clr-white);
    font-family: var(--ff-body);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .footer-nav-ul li a:hover {
    color: var(--clr-saranac-red);
    transition: .3s ease-in-out;
  }
  .footer-middle-right h3 {
    font-size: 4.5rem;
    font-family: var(--ff-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
  }
  .footer-middle-right h5 {
    font-size: 2rem;
    font-family: var(--ff-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .footer-three-links-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-three-links-container a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
  }
  .footer-three-links-container a:hover {
    color: var(--clr-saranac-red);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    transition: .3s ease-in-out;
  }
  .footer-white-divider {
    padding: 20px 20px;
  }
  .footer-social-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 1;
    gap: 20px;
    padding: 10px 0px;
  }
  .footer-social-container i {
    color: var(--clr-white);
    font-size: 2rem;
    cursor: pointer;
  }
  .footer-social-container i:hover {
    color: var(--clr-saranac-red);
    transition: .3s ease-in-out;
  }
  .footer-policy-container {
    display: flex;
    text-align: center;
    flex-direction: column;
    order: 3;
    gap: 10px;
    padding: 20px 0px;
  }
  .footer-policy-container a {
    color: var(--clr-white);
    font-size: 1rem;
  }
  .footer-policy-container a:hover {
    color: var(--clr-saranac-red);
    transition: .3s ease-in-out;
  }
  .footer-bottom-container {
    padding: 0px 10px;
  }
  .footer-copyright-container {
    display: flex;
    justify-content: center;
    order: 2;
    margin-top: 0px;
    padding: 20px 0px;
    color: var(--clr-white);
    font-family: var(--ff-body);
  }
  .footer-copyright-container a {
    color: var(--clr-white);
    cursor: pointer;
    word-break: break-word;
  }
  .footer-copyright-container p {
    word-break: break-word;
    font-size: 1rem;
  }
  .footer-copyright-container a:hover {
    color: var(--clr-saranac-red);
    transition: .3s ease-in-out;
  }
  #gform_3 {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    max-width: 400px;
    margin: 0 auto;
  }
  #gform_3 .gform_footer{
    padding: 0;
  }
  .woocommerce footer .gform_button {
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
    font-size: 1.25rem;
    font-weight: 400;
    border-radius: 0;
    border: none !important;
    padding: 5px 50px 10px 50px;
  }
  #gform_submit_button_3 {
    border: none !important;
  }
  footer .gform_button {
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
    font-size: 1.25rem;
    border-radius: 0;
    padding: 5px 50px 10px 50px;
  }
  footer #gform_submit_button_3 {
    width: 100%;
  
    /* background-color: var(--clr-saranac-red); 
    color: var(--clr-white);
    font-size: 1.25rem;
    border-radius: 0;
    padding: 5px 50px; */
    /* padding: 15px 5px 16.5px 5px; */
  }
  #gform_submit_button_3:hover,
  #gform_submit_button_4:hover {
    background-color: var(--clr-saranac-red);
  }
  #input_3_3 {
    border-radius: 0;
    border: none;
  }
  #gform_submit_button_3:focus-visible,
  #input_3_3:focus-visible {
    border-radius: 0;
    border: none;
    outline: none;
  }
  #gform_submit_button_3:focus,
  #gform_submit_button_4:focus {
    background-color: var(--clr-saranac-red);
    border-radius: 0;
    border: none;
    outline: none;
  }
  
  /* FOOTER LAPTOP FIX FOR POLICY LINKS WRAPPING */
  @media(min-width: 1380px) and (max-width: 1650px){
    .footer-policy-container {
      flex: unset;
      flex-direction: row;
      gap: 1rem;
    }
    .footer-copyright-container {
      margin-left: -100px;
    }
  }
  
  @media(min-width: 1651px){
    .footer-policy-container {
      flex-direction: row;
      gap: 1.5rem;
      flex: 1;
      justify-content: end;
    }
    .footer-copyright-container {
      margin-left: 0px;
    }
  }
  
  /******************************
  FOOTER TABLET
  *******************************/
  @media(min-width: 767px){
      .loyalty-widget {
          text-align: center;
          margin: 0;
          padding: 0px 30px;
      }
    .br-mobile-only {
      display: none;
    }
    .footer-middle-left { 
      /* justify-content: start; */
    }
    .footer-middle-right {
      text-align: center;
    }
    .footer-nav-ul li {
      text-align: center;
    }
    .footer-logo-container {
      max-width: 55%;
      margin: -50px auto 0px auto; /* Top was -100px */
    }
    .footer-logo-container img {
      max-width: 50%;
    }
    .footer-copyright-container {
      margin-top: 0px;
    }
    #gform_3 {
      /* max-width: 50%; */
    }
    .footer-social-container {
      justify-content: center;
    }
    .footer-policy-container {
      text-align: center;
    }
    .footer-join-container {
      padding: 0px;
    }
    .woocommerce footer .gform_button {
      background-color: var(--clr-saranac-red);
      color: var(--clr-white);
      font-size: 1.25rem;
      border-radius: 0;
      padding: 13px 5px 18.5px 5px;
    }
    .woocommerce footer .gform_button:hover {
      background-color: var(--clr-saranac-red);
      color: var(--clr-white);
    }
  }
  
  /******************************
  FOOTER DESKTOP
  *******************************/
  @media(min-width: 1380px){
      .footer-hours-container {
          flex-direction: row;
      }
      .footer-hours-container .saranac-hours-footer-wrapper,
      .footer-hours-container .loyalty-widget {
          flex: 1;
      }
      .upserve-merchant-widget-content {
          /* display: flex;
          justify-content: end; */
      }
      .up-merchant-widget {
          /* margin: 0 auto; */
      }
      .loyalty-widget {
          /* padding: 50px 120px 30px 30px; */
      }
  
    .footer {
      padding-bottom: 25px;
    }
    .footer-middle-flex-container {
      display: flex;
      justify-content: space-between;
      padding: 0px 5% 0px 5%; /* Top was 100px */
      margin-top: -0px; /* Was -100px */
    }
    .footer-nav-ul li {
      margin-bottom: 35px;
      text-align: start;
    }
    .footer-logo-container {
      /* display: flex; */
      /* justify-content: center; */
      min-width: 460px; /* Was 700px */
      margin: -70px auto 0px auto; /* Top was 70px */
  
      border-bottom-left-radius: 100% 100%;
      border-bottom-right-radius: 100% 100%;
      border-top-left-radius: 100% 100%;
      border-top-right-radius: 100% 100%;
    }
    .footer-logo-container img {
      max-width: 300px; /* Was 500px */
    }
    .footer-top-left,
    .footer-top-right {
      display: block;
      width: 100%;
      padding: 50px 0px 0px 0px;
    }
    .footer-top-left hr,
    .footer-top-right hr {
      width: 90%;
    }
    .footer-top-flex-container {
      flex-direction: row;
      justify-content: center;
    }
    .footer-address,
    .footer-phone {
      font-size: 1.35rem;
    }
    .footer-middle-right {
      text-align: end;
    }
    .footer-middle-right h3 {
      font-size: 5.5rem;
      margin-bottom: 0;
    }
    .footer-three-links-container {
      justify-content: end;
      flex-direction: row;
      gap: 5rem;
    }
    .footer-bottom-container {
      display: flex;
      justify-content: space-between;
      padding: 0px 5%;
    }
    .footer-white-divider {
      padding: 20px 2%;
    }
    .footer-copyright-container {
      margin-top: 0px;
      flex: 1;
      justify-content: center;
    }
    .footer-social-container {
      flex: 1;
      justify-content: start;
    }
    #gform_3 {
      flex-direction: row;
      max-width: 100%;
      justify-content: end;
    }
    .gform_footer {
      margin: 0px !important;
    }
    #input_3_3 {
      padding: 15px 20px 13px 20px;
    }
    #input_3_3::placeholder {
      font-size: 1.35rem;
    }
    #gform_submit_button_3 {
      /* padding: 8.5px 50px 13px 50px; */
      border: 0;
    }
    #gform_3 .gform_body{
      flex: 2;
    }
    #gform_3 .gform_footer {
      flex: 1;
    }
    .footer-middle-left {
      margin: 0;
    }
    footer .gform_button {
      background-color: var(--clr-saranac-red);
      color: var(--clr-white);
      font-size: 1.25rem;
      border-radius: 0;
      /* padding: 15px 5px 16.5px 5px; */
      padding: 8.5px 50px 13px 50px;
    }
  }
  
  /******************************
  SARANAC HOURS FOOTER BASE
  *******************************/
  .saranac-hours-footer-wrapper {
    width: 100%;
    margin: auto;
    padding: 10px 10px;
  }
  .buttonWrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .saranac-hours-tab-button-footer {
    border-radius: 0;
    outline: none;
    letter-spacing: 1px;
    border: none;
    padding: 10px;
    margin: 0 auto;
    color: var(--clr-secondary-grey);
    background-color: var(--clr-saranac-green);
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: var(--ff-heading);
    cursor: pointer;
    transition: 0.5s;
    max-width: fit-content;
  }
  .saranac-hours-tab-button-footer:focus {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-saranac-black);
    color: var(--clr-black);
  }
  .saranac-hours-tab-button-footer:focus-within {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-saranac-black);
  }
  .saranac-hours-tab-button-footer:focus-visible {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-saranac-black);
  }
  .saranac-hours-tab-button-footer:hover {
    background-color: var(--clr-saranac-green);
    color: var(--clr-white);
    outline: none;
  }
  .saranac-hours-tab-button-footer.active {
    background-color: var(--clr-saranac-green);
    position: relative;
    /* display: inline-flex;  */
    color: var(--clr-white);
  }
  .hours-content-footer {
    display: none;
    padding: 10px 10px 10px 0px;
  }
  .hours-content-footer h6 {
    color: var(--clr-white);
  }
  .hours-content-footer.active {
    display: block;
  }
  .single-hour {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    transition: .5s ease-in-out;
  }
  .saranac-hours-tab-button-footer.active::after {
    position: absolute;
    content: '';
    height: 7px;
    bottom: -1px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    /* width: 100%; */
    max-width: initial;
    background: var(--clr-saranac-red);
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .hours-flex-container {
    padding: 20px 20px;
  }
  
  /******************************
  SARANAC HOURS FOOTER TABLET
  *******************************/
  @media(min-width: 767px){
    .buttonWrapper {
      flex-direction: row;
      gap: 2rem;
    }
    .saranac-hours-tab-button-footer {
      margin: 0;
    }
  }
  
  /******************************
  SARANAC HOURS FOOTER DESKTOP
  *******************************/
  @media(min-width: 1380px){ /* Was 1024px */
    .saranac-hours-footer-wrapper {
      /* max-width: 1400px; */
      margin: 0px auto 100px auto;
      padding: 10px 5%;
    }
    .hours-flex-container {
      display: flex;
      justify-content: start;
      gap: 3rem;
      padding: 0px;
    }
    .buttonWrapper {
        flex-direction: row;
        margin-bottom: 20px;
        gap: 3rem;
    }
    .saranac-hours-tab-button-footer {
        text-align: left;
        margin: 0;
        /* color: #082b1f; Old color failed contrast check */
        color: #88c8b2; /* Testing new color for contrast check */
    }
    .saranac-hours-tab-button-footer.active::after {
      position: absolute;
      content: '';
      height: 6px;
      bottom: -1px; 
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      background: var(--clr-saranac-red);
      -o-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    .single-hour {
      display: flex;
      gap: 0rem;
      flex-direction: column;
      transition: .5s ease-in-out;
    }
    .single-hour h6 {
      margin-bottom: 7px;
    }
  }
  
  
  
  /******************************
  SARANAC HOURS BASE
  *******************************/
  /* Showing hours in mobile on new tavern/biergarten page */
  .page-id-1850 .saranac-hours-wrapper {
      display: block;
  }
  .saranac-hours-wrapper {
    display: none;
    width: 100%;
    margin: auto;
    padding: 10px 10px;
  }
  .buttonWrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .saranac-hours-tab-button {
    border-radius: 0;
    outline: none;
    letter-spacing: 1px;
    border: none;
    padding: 10px;
    margin: 0 auto;
    color: var(--clr-secondary-grey);
    background-color: #fff0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: var(--ff-heading);
    cursor: pointer;
    transition: 0.5s;
    max-width: fit-content;
  }
  .saranac-hours-tab-button:focus {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-white);
    color: var(--clr-black);
  }
  .saranac-hours-tab-button:focus-within {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-white);
  }
  .saranac-hours-tab-button:focus-visible {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: var(--clr-white);
  }
  .saranac-hours-tab-button:hover {
    background-color: var(--clr-white);
    color: var(--clr-black);
    outline: none;
  }
  .saranac-hours-tab-button.active {
    background-color: #fff0;
    position: relative;
    /* display: inline-flex;  */
    color: var(--clr-black);
  }
  .hours-content {
    display: none;
    padding: 10px 10px 10px 0px;
  }
  .hours-content.active {
    display: block;
  }
  .single-hour {
    display: flex;
    justify-content: center; /* New */
    gap: 1rem;
    flex-direction: row;
    transition: .5s ease-in-out;
  }
  .saranac-hours-tab-button.active::after {
    position: absolute;
    content: '';
    height: 7px;
    bottom: -1px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    /* width: 100%; */
    max-width: initial;
    background: var(--clr-saranac-red);
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .hours-flex-container {
    padding: 20px 20px;
  }
  .short-hours-message-footer {
    padding: 10px 0px;
    min-height: 65px;
    color: var(--clr-white);
  }
  .short-hours-message-footer p {
    letter-spacing: 1px;
  }
  
  /******************************
  SARANAC HOURS TABLET
  *******************************/
  @media(min-width: 767px){
    .saranac-hours-wrapper {
      display: block;
    }
    .hours-flex-container {
      /* display: flex;
      justify-content: start;
      gap: 3rem;
      padding: 0px; */
    }
    .buttonWrapper {
      flex-direction: row;
      gap: 2rem;
    }
    .saranac-hours-tab-button {
      margin: 0;
    }
    .single-hour {
      justify-content: start;
    }
    .short-hours-message {
      padding: 10px 0px;
      min-height: 65px;
    }
    .short-hours-message p {
      letter-spacing: 1px;
    }
  }
  
  /******************************
  SARANAC HOURS DESKTOP
  *******************************/
  @media(min-width: 1380px){ /* Was 1024px */
    .saranac-hours-wrapper {
      max-width: 1400px;
      margin: 0px auto 100px auto;
      padding: 10px 10px;
    }
    .hours-flex-container {
      display: flex;
      justify-content: start;
      gap: 3rem;
      padding: 0px;
    }
    .buttonWrapper {
        flex-direction: row;
        margin-bottom: 20px;
        gap: 3rem;
    }
    .saranac-hours-tab-button {
        text-align: left;
        margin: 0;
        color: var(--clr-secondary-grey);
    }
    .saranac-hours-tab-button.active::after {
      position: absolute;
      content: '';
      height: 6px;
      bottom: -1px; 
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      background: var(--clr-saranac-red);
      -o-transition: .5s ease-in-out;
      -ms-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    .single-hour {
      display: flex;
      gap: 0rem;
      flex-direction: column;
      transition: .5s ease-in-out;
    }
    .single-hour h6 {
      margin-bottom: 7px;
    }
    .short-hours-message-footer {
      max-width: 50%;
    }
  }
  
  /******************************
  HERO SLIDER BASE 
  *******************************/
  @media(max-width: 1024px){ /* NEW - hide arrows on mobile only for homepage hero slider and shop page */
    .page-template-homepage-view .slick-arrow,
    .post-type-archive-product .slick-arrow {
      display: none !important;
    }
  }
  .homepage-slider-container {
    margin-top: 0px;
    /* margin-top: -420px; */
    position: relative;
  }
  .single-slide {
    height: 1000px; /* Was height: 1000px */
    position: relative;
    z-index: 3;
  }
  .single-slide-heading-flex-container {
    display: flex;
    position: relative;
    z-index: 3;
    /* height: 40%; */
    height: 100%;
    align-items: center;
    padding: 0px 10px 0px 10px;
  }
  .slider-main-heading {
    /* font-size: 5rem !important; */
    text-align: center;
    font-size: var(--fs-xl) !important;
    color: var(--clr-white);
    font-family: var(--ff-heading);
    text-transform: uppercase;
    line-height: .9;
  }
  .slider-sub-heading {
    display: flex;
    justify-content: center;
    /* font-size: 2.3rem; */
    font-size: var(--fs-600);
    color: var(--clr-white);
    font-weight: 500;
  }
  .slick-prev,
  .slick-next {
    display: flex;
    border: 0;
    position: absolute;
    right: 0;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .slick-prev {
    top: 920px;
  }
  .slick-next {
    top: 880px;
  }
  .slider-buttons-container {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px 10px;
    margin-top: -270px;
    z-index: 3;
  }
  .slider-button {
    background: var(--clr-saranac-red);
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    padding: 20px 40px;
    /* margin-bottom: 10px; */
    max-height: 70px;
    color: var(--clr-white);
    text-align: center;
    max-width: fit-content;
  }
  .slider-button:hover {
    background: var(--clr-saranac-red);
  }
  /* .slider-button a {
    color: var(--clr-white);
  } */
  .slider-button:hover {
    color: var(--clr-white);
  }
  .slider-view-more-container {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .slider-view-more-container a {
    font-size: 1.2rem;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
  }
  .slider-find-our-brews-container {
    display: none; /* NEW - hide beverage locator on mobile only */
    /* display: flex; */
    align-items: start;
    gap: 10px;
    padding: 30px 0px 0px 0px;
  }
  .slider-find-our-brews-container a {
    color: var(--clr-saranac-red-2);
    font-weight: 400;
    font-family: 'Cyclone Background';
    font-size: 2.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -10px;
  }
  .slider-find-our-brews-container svg {
    height: 90px;
    width: 50px;
  }
  .fa.fa-long-arrow-right {
    font-size: 60px;
    color: var(--clr-saranac-red);
  }
  .slider-buttons-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .homepage-slider-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: var(--page-hero-overlay-opacity);
    background-color: var(--clr-black);
    z-index: 2;
  }
  .page-template-homepage-view .homepage-slider-overlay { /* Tempoary to show client just the homepage opacity being gone */
    /* opacity: var(--homepage-hero-opacity); */
    opacity: var(--page-hero-overlay-opacity);
  }
  .slider-headings-container {
    padding: 150px 0px 0px 0px;
  }
  .find-brews-arrow {
    color: var(--clr-saranac-red-2);
    font-size: 2.5rem;
  }
  .find-brews-text-arrow-container {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .find-brews-text-arrow-container p {
    margin-bottom: 0;
  }
  .find-brews-text-arrow-container span {
    color: var(--clr-white);
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .link-flex {
    display: flex;
    gap: 10px;
  }
  
  
  /******************************
  HERO SLIDER TABLET
  *******************************/
  @media(min-width: 767px){ 
    .slider-main-heading {
      text-align: start;
    }
    .slider-buttons-container,
    .slider-sub-heading {
      justify-content: start;
    }
  }
  
  /******************************
  HERO SLIDER DESKTOP
  *******************************/
  @media(min-width: 1024px){ /* Was 1024px */
    .homepage-slider-container {
        margin-top: 0px;
      /* margin-top: -278px; */
      /* position: relative; */
    }
    .slick-prev,
    .slick-next {
      display: flex;
      border: 0;
      position: absolute;
      right: 0;
      width: 82px;
      height: 82px;
      line-height: 82px;
      text-align: center;
      align-items: center;
      justify-content: center;
      z-index: 2;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .slick-prev {
      top: 55%;
    }
    .slick-next {
      top: 50%;
    }
    .slick-prev:hover {
      cursor: pointer;
    }
    .slick-next:hover {
      cursor: pointer;
    }
    .single-slide {
      /* height: 1000px;
      position: relative;
      z-index: 3; */
    }
    .single-slide-heading-flex-container {
      display: flex;
      /* position: relative;
      z-index: 3; */
      height: 70%;
      align-items: center;
      padding: 250px 200px 0px 7%; /* Left was 200px to match the header logo. Trying a % value. Also top was 300px */
    }
    .slider-main-heading {
      /* font-size: 10rem !important; */
      color: var(--clr-white);
      font-family: var(--ff-heading);
      text-transform: uppercase;
    }
    .slider-sub-heading {
      justify-content: start;
      /* font-size: 2.3rem; */
      color: var(--clr-white);
      font-weight: 500;
    }
    .slider-buttons-container {
      justify-content: start;
      /* position: relative;
      z-index: 3; */
      padding: 0px 200px 0px 7%;
      /* margin-top: -70px; */
      margin: 0px;
    }
    .slider-buttons-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 0;
    }
    .single-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; 
      /* opacity: var(--page-hero-overlay-opacity); */
      opacity: 0;
      background-color: var(--clr-black);
      z-index: 2; 
    }
    .slider-headings-container {
      padding: 0px 0px 0px 0px;
    }
  }
  
/******************************
PROMO CARDS BASE 
*******************************/
.promo-cards-flex-container {
    display: grid;
    grid-template-columns: 1fr;
    margin: 100px auto 100px auto;
    gap: clamp(2%, 2vw, 5%); 
    padding: 0px 0px 0px 0px;
}
.promo-card {
    padding: 15px 15px 30px 15px;
    max-width: 100%;
    margin: 0 auto;
    background-color: var(--clr-white);
}
.promo-card-text-container {
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
    text-align: center;
}
.promo-card-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 400px;
}
.promo-card .promo-card-title {
    font-size: 5rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--ff-heading);
    letter-spacing: 1px;
}
.promo-card-text {
    font-weight: 600;
    font-size: var(--fs-400);
    line-height: 30px;
}
.promo-card-button {
    max-width: 400px;
    margin: 25px auto;
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
    padding: 15px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--ff-heading);
    font-size: var(--fs-red-button);
    letter-spacing: 2px;
    font-weight: 300;
}
.promo-card-button:hover {
    color: var(--clr-white);
}
  
/******************************
  PROMO CARDS DESKTOP
*******************************/
@media(min-width: 1000px){ 
    .promo-cards-flex-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1400px;
        margin: 60px auto 100px auto;
        justify-content: center;
        z-index: 4; 
        position: relative;
    }
    .promo-card .promo-card-title {
        font-size: clamp(2rem, 3vw + 1rem, 4rem);
    }
    .promo-card {
        width: 100%;
    }
}
  @media(min-width: 1024px) and (max-width: 1499px) {
    .promo-card {
      max-width: 100%;
    }
  }
  @media(min-width: 1380px){ 
    .promo-card-text-container {
      display: block;
      padding: 10px;
    }
    .promo-card {
      padding: 15px 15px 30px 15px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      z-index: 19;
      position: relative;
    }
  }
  
  /******************************
  BREWS SLIDER (Latest Releases) BASE 
  *******************************/
  .brews-slider-container {
    margin-bottom: 50px;
    z-index: 3;
  }
  .brews-slider-container .slick-track {
    display: flex;
    gap: 0;
  }
  .brew-card {
    padding: 0px;
  }
  .brews-img-div {
    /* max-height: 350px; Was just height */
    width: 100%;
    border-right: 10px solid #f000;
    border-left: 10px solid #f000;
    /* border: 10px solid #fff;
    background-color: var(--clr-white); */
  }
  .brew-text-container {
    padding: 10px 10px;
  }
  .brew-card-title {
    font-family: var(--ff-heading);
    font-size: var(--fs-brew-title) !important;
    text-transform: uppercase;
    margin: 0;
  }
  .brew-card-title a {
    color: var(--clr-black);
    word-break: break-word;
  }
  .brew-card-title a:hover {
    color: var(--clr-black);
  }
  .brew-card-text {
    position: relative;
    font-weight: 600;
    font-size: var(--fs-400);
    line-height: 30px;
    max-width: fit-content;
  }
  .abv-value {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 30px;
    position: relative;
    max-width: fit-content;
  }
  .abv-value::after {
    position: absolute;
    content: '';
    height: 6px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--clr-saranac-red);
  }
  .brew-card-text::after {
    position: absolute;
    content: '';
    height: 6px;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--clr-saranac-red);
  }
  .brews-prev,
  .brews-next {
    /* display: none; */
    display: flex;
    border: 0;
    position: absolute;
    right: 0;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .brews-prev:hover,
  .brews-next:hover {
    cursor: pointer;
  }
  .brews-prev {
    top: 490px;
  }
  .brews-next {
    top: 450px;
  }
  .brews-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 10px;
  }
  .brews-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .7; /* Was .3 */
    background-color: var(--clr-black); 
    z-index: 2;
  }
  .brews-banner-heading,
  .featured-items-heading {
    position: relative;
    font-size: var(--fs-section-heading) !important;
    color: var(--clr-white);
    font-family: var(--ff-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
  }
  .featured-items-heading {
    color: var(--clr-black);
    padding: 0px 10px;
  }
  .red-underline {
    position: relative;
  }
  .red-underline::after {
    position: absolute;
    content: '';
    height: 6px;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--clr-saranac-red);
  }
  .fallback-heading {
    color: var(--clr-saranac-black);
    font-size: 2rem;
    padding: 50px 0px;
    text-align: center;
  }
  
  /******************************
  BREWS SLIDER (Latest Releases) TABLET 
  *******************************/
  @media(min-width: 767px){
    .brews-slider-container .slick-track {
      display: flex;
      gap: 0px;
    }
    .brew-card {
      padding: 10px;
    }
    .brews-prev,
    .brews-prev {
      display: none;
    }
    .brews-prev {
      /* top: calc(42vh - 0px); */
    }
    .brews-next {
      /* top: calc(46vh - 0px); */
    }
    .brews-banner {
      padding: 50px 50px;
    }
  }
  
  /******************************
  BREWS SLIDER (Latest Releases) DESKTOP 
  *******************************/
  @media(min-width: 1380px){ /* Was 1024px */
    .brews-slider-container {
      margin: -150px auto 100px auto;
      max-width: 1500px;
    }
    .brews-slider-container .slick-track {
      display: flex;
    }
    .brew-card {
      padding: 10px 30px;
    }
    .brews-img-div {
      max-height: 100%; /* Was just height and was 350px */
      width: 100%;
      border: none;
      background-color: #f000;
    }
    .brews-img-div:hover {
      cursor: grab;
    }
    /* USE CURSOR POINTER ONLY ON PAGES WHERE BREWS IMAGE CAN BE CLICKED, NOT ON THE HOMEPAGE WITH THE SLIDER */
    .tax-brew_category .brews-img-div:hover,
    .tax-brew_style .brews-img-div:hover,
    .page-template-brews-archive-view .brews-img-div:hover {
      /* cursor: pointer; */
    }
    /* Since they no longer want the brews to link to single views, setting the cursor back to normal on the brews category pages */
   .tax-brew_category .brews-img-div:hover {
    cursor: auto;
  }
  
  
    .brew-text-container {
      padding: 10px 10px;
      background-color: #f000;
    }
    .brews-prev,
    .brews-next {
      /* display: none; */
      display: flex;
      border: 0;
      position: absolute;
      right: 0;
      width: 82px;
      height: 82px;
      line-height: 82px;
      text-align: center;
      align-items: center;
      justify-content: center;
      z-index: 2;
      overflow: hidden;
      padding: 0;
      margin: 0;
    }
    .brews-prev {
      top: 150px;
      left: -80px;
      overflow: hidden;
    }
    .brews-next {
      top: 150px;
      right: -80px;
    }
    .brews-banner {
      padding: 50px 100px 150px 100px;
    }
  }
  
  /******************************
  FEATURED ITEMS BASE 
  *******************************/
  .featured-items {
    padding: 50px 0px 200px 0px;
  }
  .featured-items-card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: auto; /* Was min-height: 1000px */
    display: flex;
    justify-content: start;
    padding: 30px 0px;
  }
  .featured-items-card-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: var(--darker-overlay);
    background-color: var(--clr-black);
    z-index: 2;
  }
  .featured-items-slider-container {
    position: relative;
    z-index: 3;
    /* overflow: hidden; */
    max-width: 100%;
  }
  .featured-items-title {
    color: var(--clr-white);
    font-size: var(--fs-featured-card-heading);
    text-transform: uppercase;
    font-family: var(--ff-heading);
    letter-spacing: 1px;
    word-break: break-word;
  }
  .featured-item {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 50px 20px 50px 20px;
  }
  .featured-item-flex-image {
    max-width: 300px; /* Was 300px */
  }
  .featured-item-flex-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .featured-items-shop-link {
    color: var(--clr-white);
    font-size: 1rem;
    text-transform: uppercase;
    font-family: var(--ff-body);
    font-weight: 700;
  }
  .featured-items-shop-link:hover {
    color: var(--clr-saranac-red-2);
    transition: .3s ease-in-out;
  }
  .featured-item-price {
    color: var(--clr-white);
    font-weight: 800;
    font-size: 1.3rem;
  }
  .fi-prev,
  .fi-next {
    display: flex;
    border: 0;
    position: absolute;
    right: 0;
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .fi-prev {
    top: calc(29vh);
    left: calc(-3vw);
  }
  .fi-next {
    top: calc(29vh);
    left: calc(83vw);
  }
  .fi-prev:hover,
  .fi-next:hover {
    cursor: pointer;
  }
  .featured-items-card::after {
    display: none;
  }
  .slick-dots {
    display: flex;
    gap: 10px;
    list-style-type: none;
    padding: 0px;
    position: relative;
    inset: 0;
    justify-content: center;
  }
  .slick-dots .slick-active button {
    background-color: var(--clr-saranac-red);
  }
  .slick-dots .slick-active button:hover,
  .slick-dots .slick-active button:focus,
  .slick-dots .slick-active button:focus-visible {
    background-color: var(--clr-saranac-red);
    border: none;
    outline: 0;
  }
  .slick-dots li button:hover {
    background: var(--clr-white);
  }
  .slick-dots li button,
  .slick-dots li button:focus { 
    font-size: 0; 
    background: var(--clr-white);
    border-radius: 50%;
    padding: 7px;
    border: none;
    outline: 0;
  } 
  
  /******************************
  FEATURED ITEMS TABLET
  *******************************/
  @media(min-width: 767px){
    .featured-item-flex-image {
      max-width: 400px;
    }
  }
  
  /******************************
  FEATURED ITEMS DESKTOP
  *******************************/
@media(min-width: 1000px){ /* Was 1380px */
    .featured-items {
        max-width: 1400px; /* Was 1500px */
        margin: 0 auto 200px auto;
        padding: 0px;
    }
    .featured-item {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        text-align: start;
    }
    .featured-items-card {
        height: auto; /* Was min-height: 600px */
        padding: 30px 100px;
        align-items: center;
    }
    .featured-items-title {
        padding-right: 50px;
    }
    .featured-items-heading {
        margin-bottom: 70px;
    }
    .featured-item-flex-image {
        max-width: 300px; 
    }
    .fi-prev {
        top: calc(29vh);
        left: calc(-3vw);
    }
    .fi-next {
        top: calc(29vh);
        left: calc(52vw);
    }
}
  @media(min-width: 1700px){
    .featured-items-card::after {
        content: '';
        display: block;
        position: absolute;
        top: -40px;
        right: -40px;
        min-width: 50%;
        min-height: 100%;
        background: var(--clr-saranac-red);
        z-index: -1;
    }
  }
  
/******************************
    CAREERS BASE
*******************************/
.new-job-single-container {
    padding: 100px 10px 200px 10px;
}
.jobs-list-heading {
    font-size: var(--fs-card-heading) !important;
    color: var(--clr-saranac-red);
    font-weight: 400;
    font-family: var(--ff-heading);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.grey-underline {
    color: #0a0a0a;
    padding: 0 0 2px;
    font-size: 20px;
    position: relative;
    display: inline;
}
.grey-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #e4e4e4;
}
.new-job-single-inner-container {
    margin-bottom: 2em;
}
.new-job-single-inner-container h2 {
    color: #0a0a0a !important;
    font-size: 1.3rem;
    padding: 7px 0px;
}
.new-job-single-logo-flex-container {
    display: flex;
    flex-direction: column-reverse;
}
.new-job-single-logo-flex-left {
    padding: 0px 10px;
}
.new-job-single-description-container {
    padding: 7px 0px;
}
.new-job-single-inner-container ul {
    padding: 7px 0px;
}
#gfield_description_16_21 {
    margin-bottom: 15px;
}
.single-job-red-notice, 
#gfield_description_2_21 {
    color: red;
}
#gfield_description_2_21 {
    font-size: 18px;
    line-height: 27px;
}
#gform_submit_button_2,
#gform_submit_button_1,
#gform_submit_button_4 {
    background-color: var(--clr-saranac-red);
    color: var(--clr-white);
    border-radius: 0;
    font-weight: 400;
    font-family: var(--ff-heading);
    font-size: 2rem;
    border: none;
    padding: 5px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.new-job-posting-single-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    padding: 20px 10px 40px 10px;
    justify-content: center;
    background-color: #f0f0f0;
}
.new-job-posting-single-block-left {
    margin-bottom: 10px;
}
.new-job-posting-single-block-left h5 {
    font-family: var(--ff-heading);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 2rem;
}
.new-job-posting-single-block-right a {
    padding: 15px 100px;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
}
.new-job-posting-single-block-right a:hover {
    padding: 15px 100px;
    background: #d01418;
    color: #fff;
    text-transform: uppercase;
}
.new-job-posting-single-block-left h5 {
    font-weight: 400;
}
  
/******************************
    JOBS DESKTOP
*******************************/
@media(min-width: 1024px){
    .new-job-posting-single-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 20px 0px 30px;
   }
    .new-job-posting-single-block-left {
        padding: 20px 0px 0px 0px;
    }
    .new-job-posting-single-block-right {
        display: flex;
        align-items: center
    }
    .new-job-single-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 100px 10px 200px 10px;
    }
    .new-job-single-logo-flex-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .new-job-single-saranac-logo-container img {
        width: 350px;
        margin-right: 70px;
    }
    .new-job-single-logo-flex-left {
        padding: 0px;
    }
}
  
/******************************
    OUR BEVERAGES BASE
*******************************/
.brew-taxonomy-list-mobile {
    text-align: start;
    padding: 0px 10px;
}
.marg-bottom-100 {
    margin-bottom: 100px;
}
.brew-taxonomy-mobile-item {
    font-size: 1.5rem;
}
.brew-taxonomy-mobile-item a {
    color: var(--clr-saranac-black);
    font-family: var(--ff-body);
}
.beverages-category-slider-container {
    display: none;
}
.beverages-top-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 50px;
    margin: 0px auto 250px auto;
    z-index: 2;
}
.tax-brew_category .brew-card,
.tax-brew_style .brew-card {
    margin-bottom: 75px;
} 
.beverages-category-slider-container {
    margin-bottom: 30px;
}
.taxonomy-card {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: start;
    align-items: end;
    border: 10px solid var(--clr-white);
    padding: 10px 40px 10px 20px;
    position: relative;
    z-index: 3;
}
.taxonomy-card::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: var(--card-overlay-opacity);
    background-color: var(--clr-black);
}
.taxonomy-card-title {
    color: var(--clr-white);
    font-size: 4rem;
    text-transform: uppercase;
    font-family: var(--ff-heading);
    margin: 0;
    line-height: 60px;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
    word-break: break-word;
}
.beverage-heading-container {
    padding: 10px;
}
.beverage-heading-container > .brews-banner-heading {
    color: var(--clr-black);
}
.swipe-right-flex {
    display: flex;
    gap: 15px;
}
.swipe-right-flex i {
    margin-top: 2px;
}
.style-slider {
    margin-bottom: 200px;
}
.page-template-brews-archive-view .brews-img-div,
.tax-brew_category .brews-img-div,
.tax-brew_style .brews-img-div {
    padding: 0px 30px;
}
.our-beverages-container {
    padding: 50px 0px;
}
  
/******************************
    OUR BEVERAGES TABLET
*******************************/
@media(min-width: 767px){
    .brews-img-div {
        width: 80%;
    }
    .beverages-category-slider-container {
        display: block;
    }
    .brew-taxonomy-list-mobile {
        display: none;
    }
    .beverages-top-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .page-template-brews-archive-view .brews-img-div,
    .tax-brew_category .brews-img-div,
    .tax-brew_style .brews-img-div {
        padding: 0;
    }
    .tax-brew_category .brew-card,
    .tax-brew_style .brew-card {
        margin-bottom: 0px;
    } 
}
  
/******************************
    OUR BEVERAGES DESKTOP
*******************************/
@media(min-width: 1380px){
    .brews-img-div {
        width: 100%;
    }
    .page-template-brews-archive-view .beverages-top-grid {
        margin-bottom: 70px;
    }
    .beverages-top-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        row-gap: 25px;
        max-width: 1400px;
        margin: -100px auto 250px auto;
        position: relative;
        padding-top: 0;
    }
    .beverages-category-slider-container {
        max-width: 1400px;
        margin: 0 auto 100px auto;
    }
    .page-template-brews-archive-view .style-slider {
        margin-bottom: 300px;
    }
    .beverage-heading-container {
        max-width: 1400px;
        margin: 0 auto 25px auto;
    }
}
@media(min-width: 1380px) and (max-width: 1700px){
    .taxonomy-card {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media(min-width: 1701px){
    .taxonomy-card {
        max-width: 330px;
        margin: 0 auto;
    }
    .swipe-right-flex {
        display: none;
    }
}
  
/******************************
    SINGLE BREW BASE
*******************************/
.single-brew .brews-img-div {
    padding: 20px;
}
.single-brew-container {
    padding: 10px 10px;
    margin: 50px 0px 100px 0px;
}
.single-brew-flex-container {
    display: flex;
    flex-direction: column-reverse;
}
.single-brew-main-heading {
    font-size: 2.75rem !important;
    font-family: var(--ff-heading);
    font-weight: 400;
    text-transform: uppercase;
}
.single-brew-description {
    font-size: 1.2rem !important;
    font-weight: 600;
    font-family: var(--ff-body);
}
.single-brew-display-image-container {
    min-height: 300px;
    width: 370px;
}
.single-brew-info-container {
    margin: 20px 0px;
    text-align: center;
}
.single-brew-info-container div {
    margin-bottom: 10px;
}
.single-brew-info-container span {
    text-transform: uppercase;
    color: var(--clr-saranac-red);
    font-weight: 400;
    font-family: var(--ff-heading);
    letter-spacing: 1px;
    font-size: 3rem;
}
.single-brew-info-text {
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--ff-heading);
    margin: 0;
}
.single-brew-right {
    display: flex;
    justify-content: center;
    min-height: 350px;
}
.single-brew-info-text {
    font-size: 2rem;
}
  
/******************************
    SINGLE BREW TABLET
*******************************/
@media(min-width: 767px){
    .single-brew-display-image-container {
        max-width: 400px;
    }
    .single-brew-main-heading {
        font-size: 4rem !important;
    }
    .single-brew-info-container {
        text-align: start;
    }
    .single-brew-info-container span {
        font-size: 3rem;
    }
    .single-brew-info-text {
        font-size: 2.5rem;
    }
    .single-brew-right {
        max-width: 500px;
    }
}
  
/******************************
    SINGLE BREW DESKTOP
*******************************/
@media(min-width: 1380px){
    .single-brew-right {
        max-width: 100%;
    }
    .single-brew .brews-img-div {
        padding: 20px; /* Was 0px */
    }
    .single-brew-flex-container {
        flex-direction: row;
        max-width: 1400px; 
        margin: 0 auto 130px auto;
        justify-content: space-between;
    }
    .single-brew-left,
    .single-brew-right {
        flex: 1;
    }
    .single-brew-main-heading {
        font-size: 4rem !important;
    }
    .single-brew-info-container {
        display: flex;
        gap: 3.5rem;
        max-width: 1400px;
        margin: 0 auto;
    }
    .single-brew-info-container span {
        font-size: 1.55rem;
    }
    .single-brew-info-container div {
        margin-bottom: 0px;
    }
    .single-brew-display-image-container {
        min-height: 100%;
        min-width: 100%;
    }
    .single-brew-description {
        margin-bottom: 50px;
        padding-right: 75px;
    }
    .single-brew-right {
        margin-top: -150px;
        z-index: 4; /* Was 5, changed to 4 because the brew image was appearing over the search overlay */
    }
    .single-brew-display-image {
        object-fit: cover;
        max-height: 300px;
        max-width: 100%; 
    }
}
  
  /*********************************************************************************************************
                                                      SHOP
  **********************************************************************************************************/
  
  /******************************
  SHOP BASE
  *******************************/
  .shop-page-container {
    padding: 30px 10px 100px 10px;
  }
  .woocommerce-product-gallery__trigger {
    z-index: 4 !important;
  }
  
  /******************************
  SHOP TABLET
  *******************************/
  @media(min-width: 767px){
    .shop-category-grid-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 5px;
      grid-row-gap: 0px;
    }
  }
  
  /******************************
  SHOP DESKTOP
  *******************************/
  @media(min-width: 1380px){
    .shop-page-container {
      max-width: 1400px;
      margin: 100px auto;
    }
    .shop-category-grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 5px;
      grid-row-gap: 0px;
    }
    #shop-category-card {
      max-width: 100%;
    }
    #shop-category-card .custom-overlay:hover {
      opacity: .7;
      transition: .3s ease-in-out;
    }
  }
  
  /******************************
  PRODUCT CATEGORY PAGES BASE
  *******************************/
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tax-product_cat header {
    background-color: var(--clr-saranac-green);
  }
  .woocommerce-loop-product__title {
    word-break: break-word;
  }
  
  /******************************
  PRODUCT CATEGORY PAGES TABLET
  *******************************/
  @media(min-width:767px){
    .elementor-widget-wc-archive-products .products {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }
  
  /******************************
  PRODUCT CATEGORY PAGES DESKTOP
  *******************************/
  @media(min-width: 1380px){
    .tax-product_cat .product img {
      /* min-width: 270px;
      max-width: 300px;
      min-height: 300px; */
    }
    #related-products .product img {
      min-width: 270px;
      max-width: 100%; /* Was 300px */
      /* min-height: 300px; */
      /* max-height: 300px; */
    }
    .elementor-widget-wc-archive-products .products {
      grid-template-columns: repeat(4, 1fr) !important;
    }
  }
  
  /******************************
  SINGLE PRODUCT BASE
  *******************************/
  .single-product header {
    background-color: var(--clr-saranac-green);
  }
  .woocommerce-product-attributes-item__value {
    padding: 10px !important;
  }
  .woocommerce-Tabs-panel--additional_information h2,
  .woocommerce-Tabs-panel--description h2 {
    display: none;
  }
  /******************************
  SINGLE PRODUCT TABLET
  *******************************/
  @media(min-width: 767px){
    
  }
  
  /******************************
  SINGLE PRODUCT DESKTOP
  *******************************/
  @media(min-width: 1380px){
    
  }
  
  
  /******************************
  CART PAGE BASE
  *******************************/
  .woocommerce-cart header {
    background-color: var(--clr-saranac-green);
  }
  .wc-proceed-to-checkout .checkout-button {
    background-color: var(--clr-saranac-red) !important;
  }
  #coupon_code {
    width: 150px !important;
  }
  
  
  /******************************
  CHECKOUT PAGE BASE
  *******************************/
  .woocommerce-checkout header {
    background-color: var(--clr-saranac-green);
  }
  #place_order {
    background-color: var(--clr-saranac-red) !important;
  }
  
  /******************************
  EVENTS CALENDAR BASE
  *******************************/
  .single-event-image {
    padding: 20px 0px 20px 0px;
  }
  @media(min-width: 1024px){
    .single-event-image {
        padding: 0px 0px 20px 0px;
      }
    .single-event-image img {
        max-width: 300px;
      }
  }
  .events-calendar {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1em; */
  
    padding: 10px 10px;
    margin: 30px 0px 200px 0px;
  }
  .events-calendar-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 1em;
  }
  .event-card {
    position: relative;
    padding: 15px 15px;
    /* margin-bottom: 20px; */
    min-height: 250px;
  
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
    /* outline: 1px solid black; */
    /* background-color: var(--clr-white); */
  }
  .event-calendar-top .event-card {
      /* border: 5px solid #fff; */
      background-size: contain;
    }
  .event-title {
    position: relative;
    z-index: 3;
    margin: 0px;
    font-family: var(--ff-heading);
    font-size: 3rem;
    color: var(--clr-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: fit-content;
    line-height: 1;
  }
  .event-date {
    position: relative;
    z-index: 3;
    margin: 0px 0px 7px 0px;
    font-family: var(--ff-body);
    font-size: 1.5rem;
    color: var(--clr-white);
    max-width: fit-content;
  }
  .event-time {
    position: relative;
    z-index: 3;
    margin: 0px 0px 10px 0px;
    font-family: var(--ff-body);
    font-size: 1.5rem;
    color: var(--clr-white);
    max-width: fit-content;
  }
  .custom-overlay-event {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: var(--clr-black);
    z-index: 2;
    transition: .3s ease-in-out;
  }
  .custom-overlay-event:hover {
    opacity: .75;
  }
  .event-month-tabs {
    padding: 50px 10px 50px 10px;
  }
  .single-month-container {
    display: none;
  }
  .single-month-container.active {
    display: block;
  }
  .event-calendar-top {
    padding: 10px 10px;
    margin: 10px 0px 30px 0px;
  }
  .event-calendar-top-text-under-card {
    /* display: none; */
  }
  .event-desc {
    font-family: var(--ff-body);
  }
  .event-time-underline::after {
    bottom: -8px;
  }
  .event-calendar-top-text-under-card .event-date {
    font-weight: 700;
  }
  .event-calendar-top-text-under-card p {
    font-weight: 500;
  }
  .event-card-top-link {
    position: absolute;
    inset: 0;
  }
  .event-calendar-top .event-date {
    color: var(--clr-saranac-red);
  }
  .event-calendar-top .event-title a {
    color: var(--clr-saranac-black);
    transition: .3s ease-in-out;
  }
  .event-calendar-top .event-title a:hover {
    color: var(--clr-saranac-red);
  }
  .event-calendar-top .event-time {
    color: var(--clr-saranac-black);
  }
  .event-calendar-top-text-under-card {
    padding: 30px 10px;
  }
  .events-calendar-divider {
    max-width: 90%;
    margin: 0 auto;
  }
  .single-event-container {
    padding: 10px;
    margin: 50px auto 200px auto;
  }
  .single-event-container p {
    font-family: var(--ff-body);
    font-weight: 500;
    font-size: 1.25rem;
  }
  .single-event-left .event-date {
    color: var(--clr-saranac-black);
  }
  .single-event-left .event-time {
    color: var(--clr-saranac-black);
  }
  .single-event-when {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 500;
    font-family: var(--ff-heading);
    letter-spacing: 1px;
  }
  .single-event-left {
    padding-bottom: 20px;
    border-bottom: 3px solid #ddd;
  }
  .single-event-right p {
    margin-bottom: 30px;
    padding: 0px 0px;
  }
  .no-events-section {
      padding: 200px 10px 400px 10px;
      text-align: center;
  }
  .one-event-container {
      padding-bottom: 300px;
  }
  
  /******************************
  EVENTS CALENDAR TABLET
  *******************************/
  @media(min-width: 767px){
    .events-calendar {
      padding: 1em 10px;
      margin: 30px 0px 200px 0px;
    }
    .events-calendar-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  
  /******************************
  EVENTS CALENDAR DESKTOP
  *******************************/
  @media(min-width: 1380px){
    .events-calendar {
      /* grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 1em; */
      max-width: 1400px;
      margin: 30px auto 200px auto;
      padding: 10px 10px;
    }
    .events-calendar-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 1em;
    }
    .event-card {
      min-height: 400px;
    }
    .event-title {
      font-size: 2.75rem;
    }
    .event-month-tabs {
      display: flex;
      gap: 10px;
      justify-content: center;
    }
    .event-calendar-top {
      max-width: 1400px;
      margin: -100px auto 30px auto;
      padding: 10px 10px;
      position: relative; 
      z-index: 2;
    }
    .calendar-top-heading {
      display: none;
    }
    .event-calendar-top .event-card {
      /* border: 5px solid #fff; */
      background-size: contain;
      background-position: left;
    }
    .events-calendar-divider {
      max-width: 1400px;
    }
    .single-event-container {
      max-width: 1400px;
      margin: 100px auto 200px auto;
    }
    .single-event-flex-container {
      display: flex;
    }
    .single-event-left {
      flex: 1;
      padding-bottom: 0;
      border-bottom: 0;
    }
    .single-event-right {
      flex: 2;
      display: flex;
      /* align-items: center; */
      flex-direction: column;
      padding: 10px 30px;
      border-left: 3px solid #ddd;
    }
  }
  
  
  

  .post-type-archive-product .single-slide {
    min-height: 800px !important;
    /* height: auto !important; */
  }
  .post-type-archive-product .slick-next,
  .post-type-archive-product .slick-prev {
    z-index: 3;
  }
  .post-type-archive-product .temp {
    margin-bottom: 25px;
  }
  .single-shop-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  /* AGE GATE POPUP ELEMENTOR */
  .elementor-element-65b9413f,
  .elementor-element-71f902cc,
  .elementor-element-faa85e6 {
    height: 100vh;
  }
  
  #cookie-notice {
      z-index: 5 !important;
  }
  
  /******************************
  NEW SHOP SLIDER 
  *******************************/
  .new-shop-slider-flex {
      display: flex;
      flex-direction: column;
      gap: 50px;
      min-height: 800px;
      margin: 200px 0px 100px 0px;
      justify-content: center;
      align-items: center;
  }
  .new-shop-slider-left {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 10px;
  }
  .new-shop-slider-right > .shop-hero-product-image {
      max-width: 400px;
  }
  
  @media (min-width: 1380px){
      .new-shop-slider-flex {
          margin: 100px 0px 0px 0px;
          justify-content: start;
          flex-direction: row;
          gap: 15em;
          padding: 0px 7%;
      }
      .new-shop-slider-right > .shop-hero-product-image {
          max-width: 400px;
      }
  }
  
  
  .up-headline {
      display: none;
  }
  .up-merchant-widget {
      width: 100% !important;
      padding: 10px 10px;
  }
  .up-merchant-widget p {
      padding-left: 10px;
  }
  
  
  /* Password protected products - making look better */
  .post-password-form {
      display: flex;
      justify-content: center;
      flex-direction: column;
      max-width: 800px;
      margin: 0 auto;
      align-items: center;
      padding: 150px 10px 300px 10px;
      font-size: 1.5rem;
  }
  body > form > p:nth-child(2) > input[type=submit] {
      background-color: var(--clr-saranac-red);
      color: var(--clr-white);
  }
  body > form > p:nth-child(2) > input[type=submit]:hover {
      background-color: var(--clr-saranac-red);
      color: var(--clr-white);
  }
  
  /* NEW PayPal plugin credit card field */
  #ppcp-hosted-fields .ppcp-dcc-order-button {
      background-color: var(--clr-saranac-red);
  }
  
  /* NEW BEER FINDER */
  .panel-primary > .panel-heading {
      background-color: var(--clr-saranac-red-2) !important;
      border-color: var(--clr-saranac-red-2) !important;
  }



.checkout-button.button.alt.wc-forward br {
    display: none;
}

.ppc-button-wrapper, #ppc-button-ppcp-gateway {
    display: none !important;
    margin-top: 50px !important;
}
.single-product > .paypal-button-layout-horizontal {
    display: none !important;
}



/*
    ****************************************************************************************************************************************
                                                        NEW SARANAC THEME FEB 2024
    ****************************************************************************************************************************************
*/

  
/******************************
    HOMEPAGE HERO SLIDER (different images for desktop and mobile) 
*******************************/
.slide-image-2024 {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.clouded-dream-slider-desktop,
.beverage-slider-desktop {
    display: none;
}
.clouded-dream-slider-mobile,
.beverage-slider-mobile {
    display: block;
}
.slick-dots {
    margin-top: -50px;
}
@media(min-width: 545px){ /* Show on desktop */
    .clouded-dream-slider-desktop,
    .beverage-slider-desktop {
        display: block;
    }
    .clouded-dream-slider-mobile,
    .beverage-slider-mobile {
        display: none;
    }
}