.skip-link {
                    background: #ca7c3c;
                    color: white;
                    font-weight: 700;
                    left: 50%;
                    padding: 5px 10px;
                    position: absolute;
                    transform: translateY(-500%);
                    transition: transform 0.3s;
                    z-index: 999;
                }
                a.skip-link:focus {
                    transform: translateY(00%);
                }#nav-main-controls, #nav-main { background: #4f6128; background: rgba(79, 97, 40, 0.95);}#nav-main li a {font-family:'Questrial';text-transform: uppercase;}#nav_main_toggle .icon-bar {background: #fff;}#nav-main li a {color: #fff;}#nav-main-content li.active a {border-color: #fff;}#nav-main-content li:hover a {color: #c1c1c1; border-color: #c1c1c1;}#nav-main-content li.active:hover a {border-color: #c1c1c1;}.home-31458 .layout-1-bg-path{background-image: url('https://images.unoapp.com/boxdata/asset87246/images/cannawoodcrop(7).png');}.home-31458 .layout-1-logo-section{background-image: url('https://images.unoapp.com/boxdata/asset87246/images/GSDLOGO_50fff(4).png');}.home-31458 .layout-1-arrow-color{color:#fff;}@media only screen and (min-width: 1600px) { .layout-1-logo-padding{padding-top:675px !important;}}@media only screen and (max-width: 1600px) { .layout-1-logo-padding{padding-top:575px !important;}}.pop-up-31510 .layout-1-bg-path{background-image: url('');}.about-us-31462 .layout-1-bg-path{background-image: url('https://www.unoapp.com/app/source/images/textures/green_cup.png');}.shop-31460 .layout-1-bg-path{background-image: url('');}.shop-button-31550 .layout-1-bg-path{background-image: url('https://www.unoapp.com/app/source/images/textures/green_cup.png');}.gallery-31474 .layout-1-bg-path{background-image: url('https://www.unoapp.com/app/source/images/textures/debut_dark.png');}.contact-31461 .layout-1-bg-path{background-image: url('https://www.unoapp.com/app/source/images/backgrounds/blurred-background-9.jpg');}.contact-p2-36556 .layout-1-bg-path{background-image: url('');}.agegate-customjs-ashish-31471 .layout-1-bg-path{background-image: url('');}.layout-1-footer-bg{background-color:rgb(47, 55, 59);}.content-social h1, .headline h1 ,.headlineui h1 {font-family: 'Questrial'; font-size: 32px; color: #fff; margin: 0px;line-height: 32px;font-weight: bold;}.content-social h2, .headline h2,.subheadui h2{font-family: 'Questrial'; font-size: 24px; color: #fff; margin: 0px;line-height: 24px;font-weight: normal;}.webbuilder-viewport #agegate-customjs-ashish{
   display: none !important;
}

#age-gate-module .main-body{
   z-index: 999 !important;
}

.home-layout-1 .web-social-home .social-btn span {
  color: white !important
}

/* Custom contact section written by Gemini below this point */
/* Styling for the main wrapper of the contact section */
#contact-p2 .main-wrapper {
    max-width: 1600px;
    padding: 16px 32px 16px 32px; 
    margin: auto;
}


/* hiding lower half of the contact widget */
#contact-widget-073a4293c014e6b27488e3f856784a35 .col-sm-10 {display: none !important;}
/* hiding the gap below the map */
#contact-widget-073a4293c014e6b27488e3f856784a35 .contact_widget_body.contact_layout_5 {
    padding-bottom: 0px !important;
}


/* Styling for the content area, specifically for the first row heading */
#contact-p2 .content {
    padding-bottom: 16px; /* Add padding below the first row content */
}

/* General styling for headings within footer sections */
#contact-p2 .footer-section h2,
#contact-p2 .footer-section h3 {
    color: #4d4d4d; /* Text color as requested */
    text-transform: uppercase; /* Uppercase text as requested */
    font-family: 'Open Sans', sans-serif; /* Font family as requested */
    margin: 0 0 10px 0;
}

/* General styling for paragraphs within footer sections */
#contact-p2 .footer-section p {
    color: #4d4d4d; /* Text color as requested */
    text-transform: uppercase; /* Uppercase text as requested */
    font-family: 'Open Sans', sans-serif; /* Font family as requested */
    line-height: 1.6;
    margin-bottom: 8px;
}

/* Styling for anchor (link) elements within footer sections */
#contact-p2 .footer-section a {
    color: #4d4d4d; /* Text color as requested */
    text-transform: uppercase; /* Uppercase text as requested */
    font-family: 'Open Sans', sans-serif; /* Font family as requested */
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effect for links */
#contact-p2 .footer-section a:hover {
    color: #ffffff; /* Hover color for links */
}

/* Styling for separator lines */
#contact-p2 .separator {
    border: 0;
    height: 1px;
    background-color: #4d4d4d;
    margin: 15px 0;
}

/* Styling for images to ensure responsiveness and rounded corners */
#contact-p2 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive design using CSS Flexbox for the 3-column layout */
#contact-p2 .flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows columns to wrap onto the next line on smaller screens */
    gap: 16px; /* Space between the columns */
    justify-content: space-between;
}

/* Styling for individual column items within the flex container */
#contact-p2 .flex-item {
    flex: 1 0 31%; /* Each column aims for roughly 31% of the width, allowing space for gaps */
    min-width: 280px; /* Minimum width before columns start stacking vertically */
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box; /* Ensures padding is included in the element's total width/height */
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 768px) {
    #contact-p2 .flex-item {
        flex: 1 1 100%; /* Columns stack vertically, taking full width on small screens */
    }
}


/* GC - Fix - June 25 - */
#contact-p2 div.widget-section {
  background-image: url('https://www.unoapp.com/app/source/images/backgrounds/blurred-background-9.jpg') !important;
}


@media (max-width: 640px) {
    #contact-p2 .flex-container {
        flex-direction: column;
        justify-content: start;
    }
}

/* AGE GATE styling*/
<!-- <link href="http://clients.dmbdemo.com/clientwebsite/websites/GramsSmokeyDreams/popup/age/styles.css" type="text/css" rel="stylesheet"> -->


    @font-face {
      font-family: 'SF Pro Text';
      src: local("SF Pro Text Regular"), local("SFProText-Regular"), url("fonts/SFProText-Regular.woff2") format("woff2"), url("fonts/SFProText-Regular.woff") format("woff");
      font-weight: normal;
      font-style: normal; }
@font-face {
      font-family: 'SF Pro Text';
      src: local("SF Pro Text Medium"), local("SFProText-Medium"), url("fonts/SFProText-Medium.woff2") format("woff2"), url("fonts/SFProText-Medium.woff") format("woff");
      font-weight: 500;
      font-style: normal; }
@font-face {
      font-family: 'SF Pro Text';
      src: local("SF Pro Text Semibold"), local("SFProText-Semibold"), url("fonts/SFProText-Semibold.woff2") format("woff2"), url("fonts/SFProText-Semibold.woff") format("woff");
      font-weight: 600;
      font-style: normal; }
@font-face {
      font-family: 'SF Pro Text';
      src: local("SF Pro Text Bold"), local("SFProText-Bold"), url("fonts/SFProText-Bold.woff2") format("woff2"), url("fonts/SFProText-Bold.woff") format("woff");
      font-weight: bold;
      font-style: normal; }

    #age-gate-module {
  --black: #212121;
  --base-text-size: 16; }

@media screen and (max-width: 767px) {
  #age-gate-module {
    --base-text-size: 14; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #age-gate-module {
    --base-text-size: 15; } }
.mb30 {
  margin-bottom: 30px !important; }

.mb10 {
  margin-bottom: 10px !important; }

#age-gate-module {
  height: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }
  #age-gate-module .container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto; }
  @media screen and (min-width: 1024px) {
    #age-gate-module .container {
      max-width: 960px; }
    #age-gate-module .container.is-fluid {
      margin-left: 32px;
      margin-right: 32px;
      max-width: none; } }
  @media screen and (max-width: 1103px) {
    #age-gate-module .container.is-widescreen {
      max-width: 1040px; } }
  @media screen and (max-width: 1103px) {
    #age-gate-module .container.is-fullhd {
      max-width: 1040px; } }
  @media screen and (min-width: 1104px) {
    #age-gate-module .container {
      max-width: 1040px; } }
  @media screen and (max-width: 767px) {
    #age-gate-module .container {
      padding: 0 12px; } }
  #age-gate-module *, #age-gate-module *::before, #age-gate-module *::after {
    box-sizing: inherit; }
  #age-gate-module .main-body {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    z-index: 9999 !important;
    background: #fff;
    color: #4a4a4a;
    font-family: "SF Pro Text", "sans-serif";
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    font-weight: 400; }
  #age-gate-module .title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: "SF Pro Text", "sans-serif";
    font-weight: 600 !important;
    font-size: 1.25rem;
    text-align: center;
    color: var(--black); }
  #age-gate-module .sub-title {
    margin-bottom: 30px;
    text-align: center;
    color: var(--black);
    font-size: 0.75rem !important; }
  #age-gate-module .age-verification-content {
    text-align: center;
    color: var(--black); }
  #age-gate-module .age-verification-section {
      min-height: calc(100vh - 40px);
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 20px;
      width: 320px;
      max-width: 100%;
      color: #000000;
      text-align: center;}
  #age-gate-module .verfication-form select {
    line-height: 1.5;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px; }
  #age-gate-module .verfication-form input.input {
    height: 55px !important; }
  #age-gate-module .verfication-form span.validation-error {
    padding-left: 20px; }
  #age-gate-module .verfication-form .field:not(:last-child) {
    margin-bottom: 0.75rem; }
  #age-gate-module .verfication-form .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left; }
  #age-gate-module .is-full-width {
    width: 100% !important;
    min-width: unset !important; }
  #age-gate-module .select {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top; }
    #age-gate-module .select select {
      -moz-appearance: none;
      -webkit-appearance: none;
      font-family: "SF Pro Text", "sans-serif";
      padding-top: calc(0.375em - 1px);
      padding-bottom: calc(0.375em - 1px);
      position: relative;
      vertical-align: top;
      cursor: pointer;
      display: block;
      font-size: 1em;
      max-width: 100%;
      outline: none;
      background-color: #ffffff;
      border-radius: 4px;
      color: #363636; }
      #age-gate-module .select select:not([multiple]) {
        padding-right: 2.5em; }
    #age-gate-module .select.is-full-width select {
      border: none;
      width: 100%;
      box-shadow: none; }
    #age-gate-module .select::after, #age-gate-module .select:hover::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.125em;
      height: 10px;
      width: 10px;
      margin-top: -0.4375em;
      z-index: 4;
      border-style: solid;
      border-color: #e8e8e8;
      border-width: 0px 2px 2px 0px;
      border-radius: 2px;
      transform: rotate(45deg);
      transform-origin: center;
      pointer-events: none; }
  #age-gate-module .notice {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 0.8125rem !important;
    color: var(--black); }
  #age-gate-module .button {
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    border-width: 1px;
    line-height: 1.5;
    border-radius: 4px;
    justify-content: center;
    text-align: center;
    white-space: nowrap; }
    #age-gate-module .button:hover, #age-gate-module .button.is-hovered {
      border-color: #666666; }
    #age-gate-module .button.is-large {
      padding: 17px 10px;
      height: auto;
      min-width: 150px;
      font-family: "SF Pro Text", "sans-serif";
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0.62px;
      font-size: 0.875rem !important; }
    #age-gate-module .button.is-primary {
      border-color: transparent;
      color: #fff;
      -webkit-box-shadow: 0 5px 25px 0 rgba(111, 111, 111, 0.17);
      box-shadow: 0 5px 25px 0 rgba(84, 84, 84, 0.17);
      background: #434343; }
      #age-gate-module .button.is-primary:hover {
        background-color: #3a3a3a;
        border-color: transparent;
        color: #fff; }
.home-home-31458 .content-social h1, .home-home-31458 .headline h1 {font-family: 'Questrial'; font-size: 32px; color: #fff; margin: 0px;font-weight: bold;}.home-home-31458 .content-social h2, .home-home-31458 .headline h2 {font-family: 'Questrial'; font-size: 24px; color: #fff; margin: 0px;font-weight: normal;}.social_color_1{color:#000000; color: #3b5998;}#btn-31550-0:hover{background-color:rgb(215, 227, 188)!important;cursor:pointer;}