@charset "UTF-8";
/*
Theme Name: Housing Works Cannabis
Theme URI: 
Author: Drew Matamales for HelpGood
Author URI: https://helpgood.com
Description: A custom theme made for the Housing Works Cannabis site. Based upon Automattic's Block Canvas theme.
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: housing-works-cannabis
Tags: one-column, wide-blocks, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, auto-loading-homepage
*/
/* Normalize
--------------------------------------------- */
/* Abstracts
--------------------------------------------- */
/* Variables
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
@keyframes hg-horizontal-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hg-overlay-scale {
  0%, 100% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
}
/* WordPress-specific files
--------------------------------------------- */
/* Block Canvas Theme
--------------------------------------------- */
/*
=== Block Canvas ===
Contributors: Automattic
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Block Canvas is a simple theme that supports full-site editing. It comes with a set of minimal templates and design settings that can be manipulated through Global Styles. Use it to build something beautiful.

== Changelog ==

= 0.0.26 =
* Remove table CSS from block canvas theme as it has been addressed in Gutenberg (#6954)

= 0.0.24 =
* Block Canvas: Add no results content to search template (#6860)

= 0.0.23 =
* Remove font-smoothing CSS (#6816)

= 0.0.22 =
* Add home.html template to Block Canvas (#6784)

= 0.0.21 =
* Block Canvas: Add self-closing tag to comments pattern in page template (#6764)

= 0.0.20 =
* Block Canvas: small updates (#6705)

= 0.0.19 =
* Make theme available for translation as much as possible (#6484)

= 0.0.18 =
* Update block canvas styles (#6640)

= 0.0.17 =
* Block canvas: clean up templates (#6620)

== Copyright ==

Block Canvas WordPress Theme, (C) 2022 Automattic
Block Canvas is distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--secondary);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 0.0625em !important;
  text-underline-offset: 0.15em;
}

/* HelpGood WordPress Modifications
--------------------------------------------- */
body:not(.editor-styles-wrapper) {
  background-color: var(--wp--preset--color--primary);
}
body:not(.editor-styles-wrapper) .wp-site-blocks {
  background-color: var(--wp--preset--color--background, white);
  overflow: hidden;
}

/*
 * Style external links
 * https://stackoverflow.com/a/5379820/1709484
**/
a[href]:not(:where([href^="#"],
[href^="javascript:"],
[href^="tel:"],
[href^="mailto:"],
[href^="http://maps.apple.com/"],
[href^="https://www.instagram.com/"],
[href^="https://instagram.com/"],
[href^="/"]:not([href^="//"]),
[href*="//hwcannabis.manta"],
[href*="hwcannabis.co"],
[href*="helpgood.com"],
.wp-block-social-link-anchor,
.wp-block-read-more)):after {
  content: " \f35d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none !important;
  font-size: 50%;
  vertical-align: super;
  display: inline-block;
}

a:where(:not(.wp-element-button)):after {
  font-size: 75%;
}

.wp-block-image > a:after {
  display: none;
}

body > .wp-site-blocks {
  padding-top: 0;
  padding-bottom: 0;
}

body > .wp-site-blocks > header + main {
  margin-block-start: 0;
}

li {
  margin-bottom: 0;
}

.wp-block-navigation__container a:where(:not(.wp-element-button)) {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:where(:not(.wp-element-button)) {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child > a {
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child > ul {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-right: 2px solid var(--wp--preset--color--secondary);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item.has-child > ul > li > a {
  padding-right: 0.5em;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  transition: 0.15s all;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  margin-top: -1px;
  transform: scale(0.95);
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook:hover {
  transform: scale(1.05);
}

.wp-site-blocks *[style*="margin-top:0"]:not([style*="margin-top:0."]) {
  margin-top: 0 !important;
}
.wp-site-blocks *[style*="margin-right:0"]:not([style*="margin-right:0."]) {
  margin-right: 0 !important;
}
.wp-site-blocks *[style*="margin-bottom:0"]:not([style*="margin-bottom:0."]) {
  margin-bottom: 0 !important;
}
.wp-site-blocks *[style*="margin-left:0"]:not([style*="margin-left:0."]) {
  margin-left: 0 !important;
}
.wp-site-blocks *[style*="margin:0"]:not([style*="margin:0."]) {
  margin: 0 !important;
}

body.editor-styles-wrapper .wp-block-post-excerpt__more-text {
  display: none;
}

/* Content modifications
--------------------------------------------- */
/* Navigation
--------------------------------------------- */
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  z-index: 10;
}

.utility-menu {
  position: absolute;
  right: 0;
  top: var(--wp--preset--spacing--40);
}

header .header-main-row {
  position: relative;
}

.wp-block-site-logo {
  max-width: 50vw;
}

.wp-block-site-logo a,
.hg-footer-logo-image-container a {
  display: block;
  transition: 0.2s all;
  transform: scale(1);
  transform-origin: left;
}
.wp-block-site-logo a:hover, .wp-block-site-logo a:focus,
.hg-footer-logo-image-container a:hover,
.hg-footer-logo-image-container a:focus {
  transform: scale(1.05);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  gap: 1em;
}

.wp-block-navigation-item__content.current-menu-ancestor {
  text-decoration: underline;
  text-decoration-thickness: 0.125em !important;
  text-decoration-color: var(--wp--preset--color--secondary);
}

.wp-block-navigation-item__content[aria-current=page] {
  text-decoration: underline;
  text-decoration-thickness: 0.125em !important;
  text-decoration-color: var(--wp--preset--color--primary);
  cursor: default;
}
.wp-block-navigation-item__content[aria-current=page]:hover, .wp-block-navigation-item__content[aria-current=page]:focus {
  text-decoration-color: var(--wp--preset--color--primary);
}

/* Posts and Pages
--------------------------------------------- */
body.home .wp-site-blocks > header + div,
body.home .wp-site-blocks > header .wp-block-spacer:last-of-type {
  display: none;
}
body.home .wp-site-blocks > header + div + main {
  margin-top: 0;
}
body.home .entry-content {
  margin-top: 0 !important;
}

/* Elements
--------------------------------------------- */
.tribe-events-meta-group dt {
  font-weight: bold;
}
.tribe-events-meta-group dd {
  margin-left: 0;
}

.tribe-block__venue__name h3 {
  color: var(--wp--preset--color--contrast) !important;
  font-weight: bold !important;
}

h2.tribe-events-schedule__datetime {
  font-family: var(--wp--preset--font-family--roboto);
}

.hg-map-link address {
  font-style: normal;
}

.wp-block-button__link,
.hg-email-signup-form button {
  transition: 0.2s all;
  transform: scale(1);
}
.wp-block-button__link:hover,
.hg-email-signup-form button:hover {
  border-color: var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  transform: scale(1.1);
}
.wp-block-button__link:active,
.hg-email-signup-form button:active {
  transform: scale(1.2);
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:hover {
  color: var(--wp--preset--color--contrast) !important;
  background: var(--wp--preset--color--base) !important;
}

.hg-email-signup-form button {
  transform-origin: left;
}

body.hg-age-gate-dialog-is-open {
  overflow: hidden;
}

.hg-age-gate-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s all;
  transform: scale(0.5);
  clip-path: url("#hw-product-background-path");
  border: 0 none transparent;
}
.hg-age-gate-dialog, .hg-age-gate-dialog + .hg-age-gate-dialog-overlay {
  opacity: 0;
  pointer-events: none;
  display: block;
}
.hg-age-gate-dialog + .hg-age-gate-dialog-overlay {
  animation: hg-overlay-scale 20s infinite;
  animation-timing-function: ease-in;
  animation-play-state: paused;
}
.hg-age-gate-dialog .hg-dialog-error {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: 0.3s all;
  padding: 0;
}
.hg-age-gate-dialog:not(.showing-error) .hg-dialog-error {
  margin-top: 0 !important;
}
.hg-age-gate-dialog.showing-error .hg-dialog-error {
  opacity: 1;
  pointer-events: auto;
  max-height: 500px;
  animation: hg-horizontal-shaking 0.35s 2;
}
.hg-age-gate-dialog[open] {
  transform: scale(1);
}
.hg-age-gate-dialog[open], .hg-age-gate-dialog[open] + .hg-age-gate-dialog-overlay {
  opacity: 0.99;
  pointer-events: auto;
}
.hg-age-gate-dialog[open] + .hg-age-gate-dialog-overlay {
  opacity: 0.99;
  animation-play-state: running;
}

.hg-age-gate-dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: url("assets/images/mary-gradient.svg");
  background-color: var(--wp--preset--color--primary);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  transition: 1s all 0.2s;
}

body .frm_style_formidable-style.with_frm_style .frm_submit button, body .frm_style_formidable-style.with_frm_style .frm_submit button:hover, body .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  background: var(--wp--preset--color--primary);
  border-radius: 50px;
  color: white;
  border: 0 none transparent;
  text-transform: uppercase;
  padding: 1.3em 2.5em;
  transition: 0.15s all;
  transform: scale(1);
}
body .frm_style_formidable-style.with_frm_style .frm_submit button:hover, body .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  transform: scale(1.05);
}

body:not(.editor-styles-wrapper) .hg-position-absolute {
  position: absolute;
}

.wp-block-heading:not(.has-bayard-font-family) {
  font-weight: bold;
}

.hg-svg-paths {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 0 !important;
  width: 0 !important;
}

.read-more-link-container a,
a.wp-block-read-more,
.hg-more-headlines-container a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.read-more-link-container a:hover,
a.wp-block-read-more:hover,
.hg-more-headlines-container a:hover {
  text-decoration: underline;
}
.read-more-link-container a:after,
a.wp-block-read-more:after,
.hg-more-headlines-container a:after {
  content: "";
  display: inline-block;
  background: url("assets/images/arrow.svg");
  width: 1.7625em;
  height: 0.87em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  margin-left: 0.5em;
}

.hg-more-headlines-container a {
  font-weight: bold;
}

.read-more-link-container a,
a.wp-block-read-more {
  color: inherit;
  font-style: italic;
}
.read-more-link-container a:hover,
a.wp-block-read-more:hover {
  text-decoration-color: var(--wp--preset--color--primary);
}

@media screen and (max-width: 781px) {
  body:not(.editor-styles-wrapper) .hg-featured-product .hg-position-absolute {
    position: relative;
  }
}

.hg-featured-product-row .hg-featured-product-text {
  max-width: 355px;
  padding-top: calc(2 * var(--wp--preset--spacing--80));
}
@media screen and (max-width: 781px) {
  .hg-featured-product-row {
    flex-direction: column;
  }
  .hg-featured-product-row .hg-featured-product-text {
    padding-top: 0;
  }
}

.product-gradient {
  position: relative;
  height: 167px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.product-gradient img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 199px;
  height: 164px;
  object-fit: contain;
}
.product-gradient figure {
  max-width: 100%;
  width: 199px;
  height: auto;
  position: relative;
  z-index: 2;
}
.product-gradient figure:after {
  content: "";
  transform: scale(1);
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  background: var(--wp--preset--color--custom-blue-for-gradient);
  background: url("assets/images/mary-gradient.svg");
  background-size: 180%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.2s all;
  clip-path: url("#hw-product-path");
}
.product-gradient figure > a {
  display: block;
  position: relative;
  z-index: 5;
  transition: 0.2s all;
}
.product-gradient figure > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2em;
}
.product-gradient figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: flex !important;
  justify-content: center;
  transition: 0.2s all;
  transform: scale(1);
  transform-origin: top;
}
.product-gradient figcaption a {
  display: block;
  text-decoration: none;
  border-radius: 24px;
  background-color: var(--wp--preset--color--primary);
  color: white;
  padding: 0.8em 2em;
}
.product-gradient figcaption strong {
  display: block;
  font-size: 1rem;
  text-transform: none;
}
.product-gradient:has(a:hover) figure:after, .product-gradient:has(a:focus) figure:after {
  transform: scale(1.1);
  background-size: 220%;
}
.product-gradient:has(a:hover) figure > a, .product-gradient:has(a:focus) figure > a {
  transform: scale(1.2);
}
.product-gradient:has(a:hover) figcaption, .product-gradient:has(a:focus) figcaption {
  transform: scale(1.1);
}
.product-gradient:has(a:active) figure:after {
  transform: scale(1.15);
  background-size: 180%;
}
.product-gradient:has(a:active) figure > a {
  transform: scale(1.25);
}
.product-gradient:has(a:active) figcaption {
  transform: scale(1.15);
}

.hg-footer-background-gradient,
.product-background-gradient {
  overflow: hidden;
  position: relative;
}
.hg-footer-background-gradient:after,
.product-background-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -8em;
  right: -8em;
  bottom: -2em;
  width: calc(100% + 16em);
  height: calc(100% + 2em);
  clip-path: url("#hw-product-background-path");
  background: var(--wp--preset--color--custom-blue-for-gradient);
  background: url("assets/images/mary-gradient.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hg-footer-background-gradient > div,
.product-background-gradient > div {
  position: relative;
  z-index: 2;
}

.hg-top-footer-columns {
  justify-content: space-between;
}

.hg-bottom-footer-columns {
  justify-content: flex-end;
}

.product-background-gradient {
  overflow: hidden;
  padding-bottom: 4em;
}
.product-background-gradient:after {
  opacity: 21%;
  top: -14%;
  height: 114%;
}
.product-background-gradient .wp-block-column {
  padding-top: 4em;
  padding-bottom: 4em;
}
.product-background-gradient .product-gradient figure:after {
  transform: translateZ(0);
}
.product-background-gradient .wp-block-columns:first-of-type .wp-block-column:nth-of-type(2n) .product-gradient figure:after {
  clip-path: url("#hw-blob-2");
}
.product-background-gradient .wp-block-columns:first-of-type .wp-block-column:nth-of-type(3n) .product-gradient figure:after {
  clip-path: url("#hw-blob-3");
}
.product-background-gradient .wp-block-columns:first-of-type .wp-block-column:nth-of-type(4n) .product-gradient figure:after {
  clip-path: url("#hw-blob-4");
}
.product-background-gradient .wp-block-columns:nth-of-type(2) .wp-block-column:first-of-type .product-gradient figure:after {
  clip-path: url("#hw-blob-5");
}
.product-background-gradient .wp-block-columns:nth-of-type(2) .wp-block-column:nth-of-type(2n) .product-gradient figure:after {
  clip-path: url("#hw-blob-6");
}
.product-background-gradient .wp-block-columns:nth-of-type(2) .wp-block-column:nth-of-type(3n) .product-gradient figure:after {
  clip-path: url("#hw-blob-7");
}
.product-background-gradient .wp-block-columns:nth-of-type(2) .wp-block-column:nth-of-type(4n) .product-gradient figure:after {
  clip-path: url("#hw-blob-8");
}

.product-background-gradient .wp-block-columns,
.hg-notes-from-our-bud-master .wp-block-columns {
  justify-content: space-between;
}

.product-background-gradient .wp-block-column {
  position: relative;
  z-index: 2;
}

.hg-notes-from-our-bud-master .wp-block-cover,
.hg-in-the-news-grid .wp-block-cover {
  clip-path: url("#hw-product-background-path");
}

.single-tribe_events .tribe-events-event-meta {
  background: transparent;
}

.wp-block-heading.is-style-sketch-around span {
  display: inline-block;
  background-size: 100% 100%;
}

.wp-block-heading.is-style-sketch-around span,
.single-tribe_events .tribe-events-event-meta {
  background: url("assets/images/sketch-around.svg") no-repeat center;
  padding: 0.15em 0.4em;
}

.single-tribe_events .tribe-events-event-meta {
  border: 0 none transparent;
  padding: 5%;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}
.single-tribe_events .tribe-events-event-meta > div {
  width: 300px;
}
@media screen and (max-width: 781px) {
  .single-tribe_events .tribe-events-event-meta {
    flex-direction: column;
  }
}

body.editor-styles-wrapper .is-style-sketch-around {
  background: url("assets/images/sketch-around.svg");
  padding: 0.15em 0.4em;
  display: inline-block;
}
body.editor-styles-wrapper .is-style-sketch-around:after {
  content: "";
  display: block;
}

.hg-in-the-news h2 a {
  text-decoration: none;
}
.hg-in-the-news h2 a:hover, .hg-in-the-news h2 a:focus {
  text-decoration: underline;
}

.hw-get-on-our-list-full-form .gform_confirmation_wrapper {
  border: 0 none transparent;
}

.hg-email-signup,
.hg-in-the-news {
  position: relative;
}
.hg-email-signup > *,
.hg-in-the-news > * {
  position: relative;
  z-index: 2;
}
.hg-email-signup:after,
.hg-in-the-news:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: -3em;
  right: -3em;
  width: calc(100% + 6em);
  clip-path: url("#hw-product-background-path");
  background: var(--wp--preset--color--secondary);
}

.hg-in-the-news-row {
  justify-content: space-between !important;
}
.hg-in-the-news-row > *, .hg-in-the-news-row > .is-layout-flex > * {
  max-width: 100%;
}
@media screen and (max-width: 781px) {
  .hg-in-the-news-row, .hg-in-the-news-row > .is-layout-flex {
    flex-direction: column;
  }
}

.hg-in-the-news:after {
  background: var(--wp--preset--color--tertiary);
}
.hg-in-the-news .is-style-sketch-around {
  flex-shrink: 0;
  position: relative;
  transform: scale(1);
  transition: 0.2s all;
}
.hg-in-the-news .is-style-sketch-around a:hover,
.hg-in-the-news .is-style-sketch-around a:focus {
  text-decoration: none;
}
.hg-in-the-news .is-style-sketch-around:has(a:hover, a:focus) {
  transform: scale(1.1);
}
.hg-in-the-news .is-style-sketch-around a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hg-in-the-news .wp-block-query {
  width: 684px;
}
.hg-in-the-news a.wp-block-read-more {
  display: inline;
}
.hg-in-the-news article h1,
.hg-in-the-news article h1 a {
  display: inline;
}
.hg-in-the-news article h1 + a {
  padding-left: 0.5em;
}
.hg-in-the-news article:has(a:hover) a {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--primary);
}

.hg-instagram-widget h2 i {
  font-size: 140%;
  vertical-align: sub;
  margin-right: 0.2em;
}

.hg-email-signup:after {
  background: var(--wp--preset--color--secondary);
}
.hg-email-signup h2 + p {
  margin-top: 0;
}

.hg-email-signup .gform_wrapper form,
footer.wp-block-template-part .gform_wrapper form {
  width: 408px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.hg-email-signup .gform_wrapper form .gform_body .gform_fields,
footer.wp-block-template-part .gform_wrapper form .gform_body .gform_fields {
  height: 60px;
}
.hg-email-signup .gform_wrapper form .gform_body .gform_fields .gfield,
footer.wp-block-template-part .gform_wrapper form .gform_body .gform_fields .gfield {
  height: 60px;
}
.hg-email-signup .gform_wrapper form .gform_body .gform_fields .ginput_container,
footer.wp-block-template-part .gform_wrapper form .gform_body .gform_fields .ginput_container {
  height: 60px;
}
.hg-email-signup .gform_wrapper form .gform_body .gform_fields .ginput_container input,
footer.wp-block-template-part .gform_wrapper form .gform_body .gform_fields .ginput_container input {
  height: 60px;
  border-radius: 20px 0 0 20px;
  flex: 1;
  height: 60px;
}
.hg-email-signup .gform_wrapper form .gform_body input,
.hg-email-signup .gform_wrapper form .gform_footer input,
footer.wp-block-template-part .gform_wrapper form .gform_body input,
footer.wp-block-template-part .gform_wrapper form .gform_footer input {
  border: 0 none transparent;
  padding-left: 1.5em;
  padding-right: 1.5em;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.hg-email-signup .gform_wrapper form .gform_footer,
footer.wp-block-template-part .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.hg-email-signup .gform_wrapper form .gform_footer input,
footer.wp-block-template-part .gform_wrapper form .gform_footer input {
  border-radius: 0 20px 20px 0;
  width: auto;
  min-width: 0;
}

footer.wp-block-template-part .gform_wrapper form {
  width: 100%;
}
footer.wp-block-template-part .gform_wrapper .gform_body {
  flex: 1;
}
footer.wp-block-template-part .gform_wrapper .gfield_validation_message {
  position: relative;
  z-index: 1;
}

.hw-contact-form-container .gform_wrapper {
  margin-top: 0 !important;
}

.gform_confirmation_wrapper {
  margin-top: 0 !important;
  border: 2px solid var(--wp--preset--color--primary);
  padding: 15px;
  border-radius: 20px;
}

.gform_footer input {
  min-width: 200px;
  border-radius: 20px;
  margin-bottom: 0 !important;
  height: 60px;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--roboto);
  text-transform: uppercase;
  background: var(--wp--preset--color--primary);
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.15s all;
  border: 0 none transparent;
}
.gform_footer input:hover {
  transform: scale(1.07);
  border-radius: 20px;
}
.gform_footer input:active {
  transform: scale(1.1);
  border-radius: 20px;
}

.hg-email-signup-form {
  width: 408px;
  height: 60px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.hg-email-signup-form input,
.hg-email-signup-form button {
  border: 0 none transparent;
  padding-left: 1.5em;
  padding-right: 1.5em;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.hg-email-signup-form input {
  border-radius: 20px 0 0 20px;
  flex: 1;
}
.hg-email-signup-form button {
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  font-family: var(--wp--preset--font-family--roboto);
  text-transform: uppercase;
  background: var(--wp--preset--color--primary);
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hg-nycs-first.wp-block-cover {
  clip-path: url("#hw-product-background-path");
}
.hg-nycs-first.wp-block-cover .wp-block-cover__background {
  z-index: 0;
}
.hg-nycs-first.wp-block-cover .wp-block-cover__image-background {
  mix-blend-mode: multiply;
  opacity: 0.11;
}

.hg-nycs-first-contact {
  text-align: center;
}

.hg-contact-address a,
.hg-footer-background-gradient a {
  color: inherit;
  text-decoration: none;
}
.hg-contact-address a:hover, .hg-contact-address a:focus,
.hg-footer-background-gradient a:hover,
.hg-footer-background-gradient a:focus {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--primary);
}

.hg-footer-logo-image-container {
  width: 254px;
}
.hg-footer-logo-image-container p {
  margin-top: 1em;
}

.hg-notes-from-our-bud-master .wp-block-post-excerpt__excerpt,
.hg-in-the-news-grid .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.hg-notes-from-our-bud-master .wp-block-post .wp-block-cover,
.hg-in-the-news-grid .wp-block-post .wp-block-cover {
  transition: 0.2s all;
  transform: scale(1);
}
body:not(.editor-styles-wrapper) .hg-notes-from-our-bud-master .wp-block-post .wp-block-cover .wp-block-cover__inner-container a,
body:not(.editor-styles-wrapper) .hg-in-the-news-grid .wp-block-post .wp-block-cover .wp-block-cover__inner-container a {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.editor-styles-wrapper .hg-notes-from-our-bud-master .wp-block-post .wp-block-cover .wp-block-cover__inner-container a,
body.editor-styles-wrapper .hg-in-the-news-grid .wp-block-post .wp-block-cover .wp-block-cover__inner-container a {
  font-size: 0;
}
body.editor-styles-wrapper .hg-notes-from-our-bud-master .wp-block-post .wp-block-cover .wp-block-cover__inner-container a:after,
body.editor-styles-wrapper .hg-in-the-news-grid .wp-block-post .wp-block-cover .wp-block-cover__inner-container a:after {
  font-size: 1rem;
  content: "(image links to post)";
  background: none;
  width: 100%;
}
.hg-notes-from-our-bud-master .wp-block-post img,
.hg-in-the-news-grid .wp-block-post img {
  transition: 0.2s all;
  transform: scale(1);
}
.hg-notes-from-our-bud-master .wp-block-post:has(a:hover) .wp-block-cover,
.hg-in-the-news-grid .wp-block-post:has(a:hover) .wp-block-cover {
  transform: scale(1.05);
}
.hg-notes-from-our-bud-master .wp-block-post:has(a:hover) img,
.hg-in-the-news-grid .wp-block-post:has(a:hover) img {
  transform: scale(1.05);
}
.hg-notes-from-our-bud-master .wp-block-post:has(a:hover) a,
.hg-in-the-news-grid .wp-block-post:has(a:hover) a {
  text-decoration: underline;
}

.hg-notes-from-our-bud-master .wp-block-post-template {
  justify-content: space-between;
}
.hg-notes-from-our-bud-master .wp-block-post {
  width: 278px !important;
}

.hg-in-the-news-grid .wp-block-cover {
  width: 376px;
  max-width: 100%;
}
.hg-in-the-news-grid .wp-block-post {
  width: 474px !important;
  max-width: 100%;
}
.hg-in-the-news-grid .wp-block-post-template {
  gap: var(--wp--preset--spacing--80);
}

.tribe-block {
  margin-top: 0 !important;
}

.tribe-common-l-container {
  padding-top: 0 !important;
}

.hg-event-meta .datetime .dates {
  display: flex;
  gap: 0.3em;
}

.hg-map-link {
  display: inline-block;
}

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