/*
Theme Name: Conscious City Guide
Theme URI: https://wordpress.com
Author: the WordPress team
Author URI: https://wpspecialprojects.wordpress.com/
Description: Conscious City Guide is a custom theme built for consciouscityguide.com using Twenty Twenty-Two as a base.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consciouscityguide
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Conscious City Guide WordPress Theme, (C) 2021 WordPress.org
Conscious City Guide is distributed under the terms of the GNU GPL.
*/
/** Default styles from Twenty Twenty-Two **/
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--wp--custom--typography--letter-spacing--body);
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration: none;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 4.5px;
  transition: text-underline-offset 300ms;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

li a,
p a {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  text-underline-offset: 6.3px;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */
.wp-block-search__button,
.wp-block-file .wp-block-file__button {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border: none;
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Conscious City Guide. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--custom--spacing--outer);
  padding-right: var(--wp--custom--spacing--outer);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-group.has-background,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}

/** END default styles from Twenty Twenty-Two **/
.has-colossal-font-size {
  line-height: var(--wp--custom--typography--line-height--colossal);
}

.wp-block-buttons .wp-block-button__link,
.wp-block-jetpack-button .wp-block-button__link {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.wp-block-jetpack-button .wp-block-button__link {
  border: 0 none;
}

.wp-block-code {
  background-color: var(--wp--preset--color--beige);
  border: none;
}
.wp-block-code > code {
  border: none;
  font-size: var(--wp--preset--font-size--tiny);
  padding: var(--wp--custom--margin--vertical);
}

.wp-block-column.is-style-site-padding {
  padding: var(--wp--custom--margin--vertical) var(--wp--custom--spacing--outer);
}
@media only screen and (min-width: 782px) {
  .wp-block-column.is-style-site-padding {
    padding: var(--wp--custom--margin--vertical) var(--wp--custom--spacing--outer);
  }
  .wp-block-column.is-style-site-padding:first-child {
    padding-right: 0;
  }
  .wp-block-column.is-style-site-padding:not(:first-child):not(:last-child) {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-column.is-style-site-padding:last-child {
    padding-left: 0;
  }
}

.wp-block-post-featured-image {
  line-height: 0;
  margin: 0 0 15px;
  width: auto !important;
}
.wp-block-post-featured-image a {
  aspect-ratio: 550/300;
  display: block;
  font-size: 0;
}
@supports not (aspect-ratio: 550/300) {
  .wp-block-post-featured-image a {
    height: 0;
    padding-top: 54.54%;
    position: relative;
  }
}
.wp-block-post-featured-image a.is-placeholder {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-post-featured-image a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@supports not (aspect-ratio: 550/300) {
  .wp-block-post-featured-image a img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.wp-block-post-featured-image.alignwide img {
  display: block;
  margin: 0 auto;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .wp-block-post-featured-image.alignwide img {
    height: 500px;
  }
}

.wp-block-gallery.has-nested-images.is-style-cover-overlay figure.wp-block-image figcaption {
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  font-family: var(--wp--preset--font-family--moret);
  font-size: var(--wp--preset--font-size--x-large);
  justify-content: center;
  left: 0;
  margin: 0;
  max-height: none;
  pointer-events: none;
  top: 0;
}
body.editor-styles-wrapper .wp-block-gallery.has-nested-images.is-style-cover-overlay figure.wp-block-image figcaption {
  top: unset;
}

.wp-block-group:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-break: break-word;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-query-pagination-numbers .page-numbers {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 5px 10px;
}
.wp-block-query-pagination-numbers a.page-numbers {
  background: var(--wp--preset--color--white);
  color: initial;
}
.wp-block-query-pagination-numbers a.page-numbers:hover {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-post .wp-block-ccg-post-link, .wp-block-post-template .wp-block-ccg-post-link {
  margin-top: var(--wp--custom--margin--baseline);
}
.wp-block-ccg-post-link .wp-block-button__link {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 10px var(--wp--custom--margin--vertical);
}
.wp-block-ccg-post-link .wp-block-button__link:hover, .wp-block-ccg-post-link .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  opacity: 1;
}
.wp-block-ccg-post-link.post-type-ccg-event .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
.wp-block-ccg-post-link.post-type-ccg-event .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
}

.wp-block-query .is-flex-container .wp-block-post {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 782px) {
  .wp-block-query .is-flex-container .wp-block-post {
    margin-bottom: 3rem;
  }
}
.wp-block-query .is-flex-container .wp-block-post-excerpt {
  margin-top: auto;
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  gap: var(--wp--style--block-gap);
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - var(--wp--style--block-gap) / 2);
  }
}
@media only screen and (min-width: 960px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc((100% - 3 * var(--wp--style--block-gap)) / 4);
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - var(--wp--style--block-gap) / 2);
  }
}
@media only screen and (min-width: 960px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc((100% - 2 * var(--wp--style--block-gap)) / 3);
  }
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin-left: 0;
  padding: 0.125em 0.125em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-left: var(--wp--custom--margin--baseline);
  min-width: 360px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link.wp-block-social-link {
  color: var(--wp--preset--color--foreground);
}

.wp-block-spacer.is-style-medium {
  height: clamp(1.5rem, 7vw, 4rem) !important;
  margin: 0;
}
.wp-block-spacer.is-style-large {
  height: clamp(2.5rem, 10vw, 6rem) !important;
  margin: 0;
}
.wp-block-spacer.is-style-page-title {
  height: 0 !important;
  margin: 0;
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  .wp-block-spacer.is-style-page-title {
    margin-top: calc(4 * var(--wp--custom--margin--vertical));
  }
}
body.editor-styles-wrapper .wp-block-spacer.is-style-page-title {
  margin-top: 0 !important;
  height: calc(2 * var(--wp--custom--margin--vertical)) !important;
}
@media only screen and (min-width: 782px) {
  body.editor-styles-wrapper .wp-block-spacer.is-style-page-title {
    height: calc(4 * var(--wp--custom--margin--vertical)) !important;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=submit],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: var(--wp--preset--color--beige);
  border: none;
  height: auto;
  padding: 0;
  min-height: 42px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=submit]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: 1px dotted currentColor;
}
.has-foreground-background-color input[type=text],
.has-foreground-background-color input[type=email],
.has-foreground-background-color input[type=url],
.has-foreground-background-color input[type=password],
.has-foreground-background-color input[type=search],
.has-foreground-background-color input[type=number],
.has-foreground-background-color input[type=tel],
.has-foreground-background-color input[type=range],
.has-foreground-background-color input[type=date],
.has-foreground-background-color input[type=month],
.has-foreground-background-color input[type=week],
.has-foreground-background-color input[type=time],
.has-foreground-background-color input[type=submit],
.has-foreground-background-color input[type=datetime],
.has-foreground-background-color input[type=datetime-local],
.has-foreground-background-color input[type=color],
.has-foreground-background-color textarea {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  border-radius: 0;
}

form label {
  font-size: var(--wp--preset--font-size--small);
}

select {
  background: var(--wp--preset--color--beige);
  border: none;
  color: var(--wp--preset--color--foreground);
  line-height: var(--wp--preset--line-height--body);
  padding: var(--wp--custom--margin--baseline) calc(3 * var(--wp--custom--margin--baseline)) var(--wp--custom--margin--baseline) var(--wp--custom--margin--baseline) !important;
}

input[type=submit] {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--futura-pt);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  letter-spacing: 3.6px;
  padding: calc(1.5 * var(--wp--custom--margin--baseline));
  text-transform: uppercase;
}
input[type=submit]:hover {
  opacity: 0.9;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 3px solid var(--wp--preset--color--foreground);
}
.wp-block-post-comments-form input[type=submit] {
  background: transparent;
  border: 3px solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
}

.wp-block-post-content li a,
.wp-block-post-content p a {
  position: relative;
  text-decoration: underline;
}
.wp-block-post-content h1 a:hover,
.wp-block-post-content h2 a:hover,
.wp-block-post-content h3 a:hover,
.wp-block-post-content h4 a:hover,
.wp-block-post-content h5 a:hover,
.wp-block-post-content h6 a:hover {
  text-decoration: underline;
}

.wp-block-post-content ul.wp-block-post-template li a,
.wp-block-post-content ul.wp-block-ccg-events li a {
  text-decoration: none;
}

.wp-block-list a,
.wp-block-paragraph a {
  text-decoration: underline;
}

a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
  outline: 2px dotted var(--wp--preset--color--primary);
  text-decoration: none;
}

.wp-site-blocks main.wp-block-group {
  padding-bottom: calc(3 * var(--wp--custom--margin--vertical));
}
.wp-site-blocks footer.wp-block-template-part {
  margin-top: 0;
}

body.error404 .wp-site-blocks main[class*=wp-container-] {
  padding-bottom: 0;
}

body.search .wp-block-post:not(.type-ccg-event) .ccg-date-location-row,
body.post-type-archive .wp-block-post:not(.type-ccg-event) .ccg-date-location-row {
  display: none;
}
body.search .type-post .wp-block-group > * + *,
body.search .type-ccg-event .wp-block-group > * + *,
body.search .type-ccg-community .wp-block-group > * + *,
body.post-type-archive .type-post .wp-block-group > * + *,
body.post-type-archive .type-ccg-event .wp-block-group > * + *,
body.post-type-archive .type-ccg-community .wp-block-group > * + * {
  margin-top: 0;
}
body.search .type-post .wp-block-post-terms,
body.search .type-ccg-event .wp-block-post-terms,
body.search .type-ccg-community .wp-block-post-terms,
body.post-type-archive .type-post .wp-block-post-terms,
body.post-type-archive .type-ccg-event .wp-block-post-terms,
body.post-type-archive .type-ccg-community .wp-block-post-terms {
  margin-top: 5px;
}

.footer-block {
  padding-top: calc(2 * var(--wp--custom--margin--vertical));
}
.footer-block .subscribe-heading {
  margin-top: 0;
  line-height: 1;
}
.footer-block > .wp-block-columns .wp-block-column:first-child {
  flex-basis: 33.3333% !important;
}
@media only screen and (min-width: 1080px) {
  .footer-block > .wp-block-columns .wp-block-column:first-child {
    flex-basis: 25% !important;
  }
}
.footer-block .wp-block-navigation .wp-block-navigation-item {
  display: block;
  font-weight: 600;
}
.footer-block .wp-block-navigation .wp-block-navigation-item.has-child {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
  width: 45%;
}
@media only screen and (min-width: 600px) {
  .footer-block .wp-block-navigation .wp-block-navigation-item.has-child {
    width: 47%;
  }
}
@media only screen and (min-width: 1080px) {
  .footer-block .wp-block-navigation .wp-block-navigation-item.has-child {
    width: 31%;
  }
}
.footer-block .wp-block-navigation .wp-block-navigation-item.instagram {
  margin-top: var(--wp--custom--margin--baseline);
}
.footer-block .wp-block-navigation .wp-block-navigation-item.instagram a:before {
  background: url(assets/svg/instagram.svg);
  background-size: 27px 27px;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
}
.footer-block .wp-block-navigation .wp-block-navigation-item.instagram a span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item {
  text-transform: uppercase;
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a {
  color: var(--wp--preset--color--bright-red);
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:first-child > a {
  color: var(--wp--preset--color--yellow);
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:nth-of-type(2) > a {
  color: var(--wp--preset--color--secondary);
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:nth-of-type(3) > a {
  color: var(--wp--preset--color--bright-purple);
}
.footer-block .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item:nth-of-type(4) > a {
  color: var(--wp--preset--color--green);
}
.footer-block .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: transparent;
  border: none;
  margin-top: var(--wp--custom--margin--baseline);
}
.footer-block .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a {
  padding: 0;
}
.footer-block .wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  min-width: auto;
}
.footer-block .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
  height: initial;
  position: static;
  opacity: 1;
  visibility: initial;
  overflow: visible;
  width: auto;
}
.footer-block .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) li {
  font-family: var(--wp--preset--font-family--moret);
  font-size: var(--wp--preset--font-size--medium);
  text-transform: none;
}
.footer-block .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
  flex-direction: column;
}
.footer-block .wp-block-navigation__container {
  align-items: flex-start;
}

.header-group-wrap {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .header-group-wrap .wp-block-navigation {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .header-group-wrap .custom-logo-link {
    margin-right: var(--wp--custom--margin--vertical);
  }
  .header-group-wrap .custom-logo-link img {
    max-width: 310px;
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .header-group-wrap .wp-block-navigation,
.header-group-wrap .wp-block-buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-group-wrap .wp-block-buttons {
    right: 0;
    top: 0;
  }
  .header-group-wrap form.wp-block-search {
    justify-content: flex-end;
    gap: var(--wp--style--block-gap, 0.5em);
    width: 100%;
  }
  .header-group-wrap form.wp-block-search .wp-block-ccg-event-search__label--location {
    margin-left: 0;
  }
  .header-group-wrap .ccg-login-button a,
.header-group-wrap .mobile-log-in a {
    background-size: 26px 26px;
    height: 26px;
    font-size: var(--wp--preset--font-size--small);
    padding: var(--wp--custom--margin--horizontal) 0 0 0;
    text-transform: none;
  }
  .header-group-wrap .mobile-log-in a {
    background: var(--wp--preset--color--primary);
    border: 1px solid var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    font-weight: bold;
    padding: 0 var(--wp--custom--margin--baseline) !important;
    text-transform: uppercase;
  }
  .header-group-wrap .mobile-log-in a:hover {
    text-decoration: none;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 959px) {
  .header-group-wrap .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .header-group-wrap .wp-block-navigation__responsive-container-open {
    display: flex;
  }
  .header-group-wrap .wp-block-navigation {
    right: 0;
  }
  .header-group-wrap .wp-block-buttons {
    display: none;
  }
}
.header-group-wrap .wp-block-navigation-item.mobile-log-in {
  display: none !important;
}

form.wp-block-ccg-event-search {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  form.wp-block-ccg-event-search .wp-block-ccg-event-search__input-wrapper {
    flex: 1 1 auto;
  }
}
form.wp-block-ccg-event-search input.wp-block-ccg-event-search__input--location {
  background-image: url(assets/svg/map-pin.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 34px;
}
@media only screen and (max-width: 599px) {
  form.wp-block-ccg-event-search .wp-block-ccg-event-search__input {
    min-width: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  form.wp-block-ccg-event-search .wp-block-ccg-event-search__label--keyword {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 599px) {
  form.wp-block-ccg-event-search .wp-block-ccg-event-search__label--location {
    flex: 1 1 auto;
    margin-left: 0;
  }
}

form.wp-block-search {
  margin-left: auto;
}
@media only screen and (max-width: 781px) {
  form.wp-block-search {
    flex-wrap: wrap;
  }
}
form.wp-block-search + form.wp-block-search {
  margin-left: 0;
}
form.wp-block-search + form.wp-block-search input.wp-block-search__input {
  background-image: url(assets/svg/map-pin.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 4px center;
  padding-left: 34px;
}

.ccg-login-button a {
  background-image: url(assets/svg/login.svg);
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  border: none;
  display: block;
  font-family: var(--wp--preset--font-family--moret);
  font-size: var(--wp--preset--font-size--tiny);
  padding: calc(var(--wp--custom--margin--horizontal) * 2) 0 0 0;
  width: 55px;
  height: 36px;
  text-transform: uppercase;
}

.taxonomy-post_tag {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.taxonomy-post_tag.wp-block-post-terms {
  margin-top: var(--wp--custom--margin--baseline);
}

.wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 10px var(--wp--custom--margin--vertical);
  text-decoration: none !important;
  text-transform: uppercase;
}
.wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt__more-link:focus {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.wp-block-post .wp-block-ccg-post-link.wp-block-ccg-post-link.wp-block-ccg-post-link {
  margin-top: var(--wp--custom--margin--baseline);
}

.post-meta-ccg_address {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  grid-area: address;
  letter-spacing: 1.1666666667;
  order: 0;
  text-transform: uppercase;
}
.post-meta-ccg_address .ccg-post-meta-label {
  display: block;
  font-weight: 600;
}
.post-meta-ccg_address .ccg-venue-name {
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 781px) {
  .post-meta-ccg_address {
    margin-top: 0;
    margin-bottom: var(--wp--custom--margin--vertical);
  }
}

.wp-block-post-terms__separator {
  word-break: break-all;
}

.single.single-ccg-event main {
  padding-bottom: 0;
}
.single.single-ccg-event .wp-block-post-featured-image {
  margin-bottom: 0;
}
.single.single-ccg-event .taxonomy-post_tag {
  margin-bottom: 0 !important;
  text-align: left;
}
.single.single-ccg-event .taxonomy-post_tag > a {
  margin-bottom: var(--wp--custom--margin--baseline);
}
.single.single-ccg-event .wp-block-columns:first-child .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
}
.single.single-ccg-event .wp-block-columns:first-child .wp-block-column:last-child > * {
  margin-top: 0;
  margin-bottom: var(--wp--custom--margin--baseline);
}
.single.single-ccg-event .wp-block-columns:first-child .wp-block-column:last-child > *:last-child {
  margin-bottom: 0;
}
.single.single-ccg-event .wp-block-columns:first-child .wp-block-column:last-child .wp-block-buttons {
  margin-top: var(--wp--custom--margin--vertical);
}
@media only screen and (min-width: 782px) {
  .single.single-ccg-event .wp-block-columns:first-child .wp-block-column:last-child .wp-block-buttons {
    margin-top: auto;
  }
}
.single.single-ccg-event .ccg-group-content-block {
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
@media only screen and (min-width: 782px) {
  .single.single-ccg-event .ccg-group-content-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34%;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "sub-heading sharing" "content address";
    grid-gap: 0 var(--wp--custom--margin--horizontal);
    margin-top: calc(2 * var(--wp--custom--margin--vertical));
  }
}
.single.single-ccg-event p.has-tiny-font-size {
  grid-area: sub-heading;
  order: 1;
}
.single.single-ccg-event .entry-content {
  grid-area: content;
  order: 2;
}
@media only screen and (min-width: 782px) {
  .single.single-ccg-event .entry-content {
    margin-top: calc(-2 * var(--wp--custom--margin--vertical));
  }
}
.single.single-ccg-event .entry-content h1 {
  font-size: var(--wp--custom--typography--font-size--gigantic);
  line-height: var(--wp--custom--typography--line-height--gigantic);
}
.single.single-ccg-event .entry-content img {
  height: auto;
  max-width: 100%;
}
.single.single-ccg-event .entry-content pre {
  white-space: pre-wrap;
}
.single.single-ccg-event .wp-block-teachaapi-resource-filter {
  grid-area: sharing;
  align-self: start;
  margin-top: 0;
  margin-bottom: 0;
  order: 3;
}
.single.single-ccg-event .wp-block-teachaapi-resource-filter .sd-social {
  margin-bottom: 0;
}
.single.single-ccg-event .wp-block-teachaapi-resource-filter .sd-social ul li:first-child a {
  padding-left: 0;
}

.single .wp-block-post-featured-image {
  margin-bottom: calc(2 * var(--wp--custom--margin--vertical));
}
.single .wp-block-post-title {
  line-height: var(--wp--custom--typography--line-height--huge);
}
.single .taxonomy-post_tag {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 782px) {
  .single .taxonomy-post_tag {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.single .taxonomy-post_tag a {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
  line-height: 1.5;
  display: inline-block;
  font-weight: 600;
  font-size: var(--wp--custom--typography--font-size--tiny);
  padding-left: var(--wp--custom--margin--baseline);
  padding-right: var(--wp--custom--margin--baseline);
  margin-right: var(--wp--custom--margin--baseline);
  margin-bottom: var(--wp--custom--margin--baseline);
}
.single .taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}

.page .page-header .wp-block-post-title {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}
@media only screen and (min-width: 782px) {
  .page .page-header .wp-block-post-title {
    margin-top: calc(4 * var(--wp--custom--margin--vertical));
  }
}

.hs-form .hs-main-font-element h2 span {
  color: var(--wp--preset--color--primary) !important;
}
.hs-form.hs-form fieldset {
  max-width: none;
  margin-bottom: 1.5em;
}
.hs-form .hs-form-field label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  margin-bottom: 0.25em;
  display: block;
}
.hs-form .hs-form-field label.hs-error-msg {
  font-weight: 400;
  color: #cc2828;
}
.hs-form .hs-form-field.hs-form-field:not(.hs-fieldtype-checkbox) input,
.hs-form .hs-form-field.hs-form-field:not(.hs-fieldtype-checkbox) textarea {
  width: 100%;
  padding: 14px 7px;
  box-sizing: border-box;
  font: inherit;
}
.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] {
  margin-right: 0.7em;
}
.hs-form .hs-form-field .inputs-list {
  list-style: none;
  padding: 0;
}
.hs-form .hs-form-field .inputs-list.hs-error-msgs {
  margin-top: 0.25em;
}
.hs-form .form-columns-2 {
  display: flex;
}
.hs-form .form-columns-2 .hs-form-field {
  float: none !important;
}
.hs-form .hs-submit input[type=submit] {
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
}

.sd-social-icon h3.sd-title.sd-title {
  font-family: var(--wp--preset--font-family-futura-pt);
  display: block;
  font-size: var(--wp--custom--typography--font-size--tiny);
  margin: 0 auto;
  text-transform: uppercase;
}
.sd-social-icon h3.sd-title.sd-title:before {
  border: none;
  margin-bottom: 0;
}
.sd-social-icon .sd-content ul li[class*=share-] a[class*=share-].sd-button.share-icon {
  background: transparent;
}
.sd-social-icon .sd-content ul li[class*=share-] a[class*=share-].sd-button.share-icon:before {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--x-large);
}

.single:not(.single-ccg-event) .sd-social-icon h3.sd-title.sd-title {
  text-align: center;
}
.single:not(.single-ccg-event) .sd-social-icon .sd-content ul {
  text-align: center;
}
.single:not(.single-ccg-event) .sd-social-icon .share-customize-link {
  text-align: center;
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
  box-sizing: border-box;
}

div.wp-block-ccg-related-posts {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 782px) {
  div.wp-block-ccg-related-posts {
    margin-top: 4rem;
  }
}
div.wp-block-ccg-related-posts h2.ccg-related-posts-heading {
  font-size: var(--wp--preset--font-size--huge);
}

section.wp-block-ccg-share {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 782px) {
  section.wp-block-ccg-share {
    margin-top: 4rem;
  }
}

body.post-type-ccg-event section.wp-block-ccg-share {
  margin-top: 0;
}

.wp-block-ccg-share .sd-social-icon .sd-content ul li[class*=share-] a:first-child, .sd-social-icon .sd-content ul li[class*=share-] a:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.wp-block-ccg-share .sd-social-icon .sd-content ul li[class*=share-] a:last-child, .sd-social-icon .sd-content ul li[class*=share-] a:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}

.ccg-mailchimp-section {
  padding: var(--wp--custom--margin--vertical) 0;
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-section {
    align-items: center;
    display: flex;
    padding: calc(2 * var(--wp--custom--margin--vertical)) 0;
  }
  .ccg-mailchimp-section > *:first-child {
    margin-right: calc(3 * var(--wp--custom--margin--horizontal));
  }
  .ccg-mailchimp-section > *:last-child {
    width: 70%;
  }
}
.ccg-mailchimp-section .wp-block-group.wp-block-group {
  margin: 0;
}
.ccg-mailchimp-section #mc_embed_signup {
  margin: 0;
}
.ccg-mailchimp-section #mc-embedded-subscribe-form {
  max-width: none;
}
.ccg-mailchimp-section #mc-embedded-subscribe-form #mc_embed_signup_scroll {
  padding: var(--wp--custom--margin--vertical) 0;
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-section #mc-embedded-subscribe-form #mc_embed_signup_scroll {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--custom--margin--baseline);
    padding: 0;
  }
}
.ccg-mailchimp-section #mc-embedded-subscribe-form input[type=email] {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--bright-purple);
  font-size: var(--wp--preset--font-size--medium);
  flex: 1;
  padding: var(--wp--custom--margin--baseline);
}
.ccg-mailchimp-section #mc-embedded-subscribe-form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
}
.ccg-mailchimp-section #mc-embedded-subscribe-form input[type=email]:-ms-input-placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
}
.ccg-mailchimp-section #mc-embedded-subscribe-form input[type=email]::placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-section #mc-embedded-subscribe-form input[type=email] {
    box-sizing: border-box;
    flex-basis: 60px;
    font-size: var(--wp--preset--font-size--medium);
    padding: var(--wp--custom--margin--baseline) var(--wp--custom--margin--vertical);
  }
}
.ccg-mailchimp-section #mc-embedded-subscribe-form .mc-field-group {
  flex-grow: 1;
  margin-bottom: 0;
}
.ccg-mailchimp-section #mc-embedded-subscribe-form .mce_inline_error {
  margin: 0;
}
.ccg-mailchimp-section p {
  margin: 0;
}

#mc-embedded-subscribe-form {
  display: flex;
  max-width: 650px;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll {
  width: 100%;
}
#mc-embedded-subscribe-form .indicates-required {
  margin-bottom: var(--wp--custom--margin--vertical);
}
#mc-embedded-subscribe-form .mc-field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--wp--custom--margin--vertical);
}
#mc-embedded-subscribe-form .mc-field-group ul {
  list-style: none;
  padding: 0;
}
#mc-embedded-subscribe-form input[type=checkbox] {
  margin-right: var(--wp--custom--margin--baseline);
}
#mc-embedded-subscribe-form input[type=submit] {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1;
  margin-top: var(--wp--custom--margin--vertical);
  max-height: 130px;
}
@media only screen and (min-width: 782px) {
  #mc-embedded-subscribe-form input[type=submit] {
    font-size: var(--wp--preset--font-size--medium);
    margin-top: 0;
  }
}
#mc-embedded-subscribe-form #mce-responses {
  width: 100%;
}
#mc-embedded-subscribe-form #mce-success-response,
#mc-embedded-subscribe-form #mce-error-response {
  margin-top: var(--wp--custom--margin--vertical);
}
.ccg-mailchimp-large #mc-embedded-subscribe-form {
  margin: calc(3 * var(--wp--custom--margin--vertical)) 0;
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-large #mc-embedded-subscribe-form {
    margin: calc(5 * var(--wp--custom--margin--vertical)) 0;
  }
}
.ccg-mailchimp-large #mc-embedded-subscribe-form .mc-field-group {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-large #mc-embedded-subscribe-form .mc-field-group {
    width: 55%;
  }
}
.ccg-mailchimp-large #mc-embedded-subscribe-form input[type=email] {
  padding: var(--wp--custom--margin--baseline);
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-large #mc-embedded-subscribe-form input[type=email] {
    padding: var(--wp--custom--margin--vertical);
  }
}
.ccg-mailchimp-large #mc-embedded-subscribe-form input[type=submit] {
  padding: calc(1.5 * var(--wp--custom--margin--baseline));
  max-height: 130px;
}
@media only screen and (min-width: 782px) {
  .ccg-mailchimp-large #mc-embedded-subscribe-form input[type=submit] {
    padding: calc(2.2222 * var(--wp--custom--margin--vertical)) calc(2.5 * var(--wp--custom--margin--vertical));
    margin-top: 0;
  }
}
.footer-block #mc-embedded-subscribe-form {
  margin: 0;
}
.footer-block #mc-embedded-subscribe-form #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
}
.footer-block #mc-embedded-subscribe-form .mc-field-group {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
  width: 80%;
}
@media only screen and (min-width: 600px) {
  .footer-block #mc-embedded-subscribe-form .mc-field-group {
    flex: 1 1 auto;
  }
}
.footer-block #mc-embedded-subscribe-form input[type=email] {
  background-color: var(--wp--preset--color--beige);
  border: none;
  box-sizing: border-box;
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--futura-pt);
  font-size: var(--wp--custom--typography--font-size--tiny);
  font-weight: 600;
  height: 51px;
  letter-spacing: 2.52px;
  padding: 0 var(--wp--custom--margin--baseline);
  width: 100%;
}
.footer-block #mc-embedded-subscribe-form input[type=email]::-moz-placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
}
.footer-block #mc-embedded-subscribe-form input[type=email]:-ms-input-placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
}
.footer-block #mc-embedded-subscribe-form input[type=email]::placeholder {
  opacity: 1;
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
}
.footer-block #mc-embedded-subscribe-form .nl_button,
.footer-block #mc-embedded-subscribe-form input.button[type=button] {
  border: none;
  background-color: transparent;
  display: flex;
  padding: 0;
}
.footer-block #mc-embedded-subscribe-form div.mce_inline_error {
  max-width: 220px;
}
.footer-block #mc-embedded-subscribe-form input.button[type=submit] {
  background: var(--wp--preset--color--bright-red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' fill='none' viewBox='0 0 16 24'%3E%3Cpath fill='%232A222F' d='M14.97 11.208a1 1 0 010 1.584L1.86 22.885a1 1 0 01-1.61-.792V1.907a1 1 0 011.61-.792l13.11 10.093z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  margin-top: 0;
  padding: 0;
  width: 36px;
  height: auto;
  max-height: 51px;
}
.footer-block #mc-embedded-subscribe-form #mce-responses {
  flex: 1 0 auto;
  color: var(--wp--preset--color--white);
}
.footer-block #mc-embedded-subscribe-form #mce-success-response,
.footer-block #mc-embedded-subscribe-form #mce-error-response {
  margin-top: 0;
}
.footer-block #mc-embedded-subscribe-form + p {
  margin-top: var(--wp--custom--margin--baseline);
  letter-spacing: 0.11em;
}

/* Homepage */
.ccg-date-location-row.ccg-date-location-row {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  flex-wrap: wrap;
  font-size: var(--wp--preset--font-size--tiny);
  padding-bottom: 5px;
  row-gap: 0;
  text-transform: uppercase;
}
.ccg-date-location-row.ccg-date-location-row .post-meta-ccg_location_name.wp-block-ccg-post-meta {
  margin-top: 0;
}
.ccg-date-location-row.ccg-date-location-row .wp-block-ccg-post-meta.is-empty {
  display: none;
}
.ccg-date-location-row.ccg-date-location-row .post-meta-ccg_start_date.is-empty + .post-meta-ccg_location_name .ccg-post-meta-label {
  display: none;
}

.ccg-homepage-search .wp-block-cover__inner-container .wp-block-group > * {
  max-width: 830px;
}
.ccg-homepage-search .wp-block-search__input {
  background-color: var(--wp--preset--color--background);
  height: 70px;
}
.ccg-homepage-search .wp-block-search__button.has-icon {
  font-size: 2.22222em;
}

.wp-block-query li.type-ccg-event .wp-block-post-excerpt__more-link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--tiny);
}
.wp-block-query li.type-ccg-event .wp-block-post-excerpt__more-link:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
}

#mc_embed_signup {
  margin-top: calc(2 * var(--wp--custom--margin--vertical));
}

p.form-note {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: var(--wp--preset--font-size--tiny);
}

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