/*!
Theme Name: trumbull_s
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trumbull_s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

trumbull_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "roulette";
  src: url("../fonts/roulette-webfont.woff2") format("woff2"), url("../fonts/roulette-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0099CC;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  line-height: 1em;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 800;
}
h1 .alt-font,
h2 .alt-font,
h3 .alt-font,
h4 .alt-font,
h5 .alt-font,
h6 .alt-font {
  font-family: "roulette";
  font-size: 2em;
  line-height: 0.6em;
  letter-spacing: 0;
  display: block;
}
h1 .marker-font,
h2 .marker-font,
h3 .marker-font,
h4 .marker-font,
h5 .marker-font,
h6 .marker-font {
  font-family: "Permanent Marker";
  font-size: 1.7em;
  letter-spacing: 0;
  display: block;
}

h1 {
  font-size: clamp(100px, 12vw, 180px);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 0.8em;
}

h2 {
  font-size: clamp(60px, 10vw, 140px);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 0.9em;
}

h3,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_title {
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1em;
}

h4,
main .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,
main .evo_pop_body .evoet_cx span.evcal_desc2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.section-with-bg h2 .alt-font {
  font-size: clamp(120px, 20vw, 200px);
}

b,
strong {
  font-weight: 800;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.7em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.wp-block-pullquote {
  padding-bottom: 2em;
  font-weight: 800;
}

blockquote {
  margin: 0 1.5em;
}
blockquote p {
  font-size: 24px;
  line-height: 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  --max-width: 1400px;
  --radius: 10px;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #DBF8F6;
}

.page {
  margin: 0 !important;
}

.site-header {
  position: relative;
  width: 100%;
  margin-top: -20px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .main-navigation {
  width: auto;
}
.site-header .main-navigation svg {
  height: 20px;
  position: relative;
  top: 4px;
  fill: #0099CC;
  animation: love 2s infinite;
}
@keyframes love {
  from {
    transform: scale(1);
  }
  10% {
    transform: scale(1.025);
  }
  20% {
    transform: scale(1.08);
  }
}

.top-bar {
  background: #0099CC;
  color: #DBF8F6;
  width: 100%;
  height: 40px;
  padding: 0 30px;
}
.top-bar a {
  color: #DBF8F6;
  font-weight: 400;
  font-size: 16px;
}
.top-bar a:visited {
  color: inherit;
}
.top-bar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-left: 0;
  list-style: none;
  height: 100%;
  position: relative;
  z-index: 100;
}
.top-bar ul li {
  padding-left: 0;
}
.top-bar ul .material-symbols-rounded {
  font-size: 28px;
  margin-top: 10px;
  transition: all 0.3s;
}
.top-bar ul .material-symbols-rounded:hover {
  color: #F79420;
}

.social-media svg {
  margin-top: 10px;
  width: 26px;
  margin-left: 10px;
}
.social-media svg path {
  fill: #DBF8F6;
  transition: all 0.3s;
}
.social-media svg:hover path {
  fill: #F79420;
}

.max-width {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 30px;
}

.simplebar-track {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 100px;
}

.simplebar-scrollbar:before {
  background-color: #0099CC !important;
  opacity: 1 !important;
}

.arrow {
  position: absolute;
  display: flex;
}
.arrow svg {
  width: clamp(100px, 6vw, 200px);
}
.arrow .arrow-text {
  width: 120px;
  transform: rotate(-5deg);
}

.arrow-text {
  font-family: "Permanent Marker";
  color: #009933;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1em;
  display: inline-block;
}

.intro {
  margin-top: 6em;
  position: relative;
}
.intro .intro__left,
.intro .intro__right {
  position: absolute;
  top: 0;
  white-space: nowrap;
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-width: 210px;
}
.intro .intro__left svg,
.intro .intro__right svg {
  width: 80px;
  margin: 0 1.5em;
}
.intro .intro__left {
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%, 20px);
}
.intro .intro__right {
  left: 100%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%, -44px);
}
.intro .intro__title {
  position: relative;
  padding: 0 30px;
}
.intro .arrow {
  display: unset;
  height: auto;
  transform: translateY(-30%);
}
.intro .arrow .arrow-text {
  transform: rotate(-5deg) translateY(0%);
  position: relative;
  left: clamp(100px, 8vw, 200px);
}
.intro .arrow .arrow-text svg {
  position: absolute;
  left: clamp(-130px, -7vw, -80px);
}

.gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px auto;
  overflow: hidden;
}

.gallery-home {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.gallery__item {
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  border-radius: var(--radius);
  position: relative;
  filter: brightness(1);
}

.gallery__item-inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption {
  font-size: clamp(1rem, 3vw, 1.75rem);
  z-index: 101;
  color: var(--color-caption);
  font-weight: 400;
}

.gallery--bento {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, calc(33% - 20px));
  grid-template-rows: repeat(4, calc(25% - 20px));
  justify-content: center;
  align-content: center;
}

.gallery--switch.gallery--bento {
  max-width: calc(100% - 40px);
  grid-template-columns: repeat(3, 100%);
  grid-template-rows: repeat(4, calc(50% - 40px));
  gap: 80px;
}

.gallery--bento .gallery__item:nth-child(1) {
  grid-area: 1/1/3/2;
}

.gallery--bento .gallery__item:nth-child(2) {
  grid-area: 3/1/3/2;
}

.gallery--bento .gallery__item:nth-child(3) {
  grid-area: 4/1/5/2;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1/2/2/3;
}

.gallery--bento .gallery__item:nth-child(5) {
  grid-area: 2/2/4/3;
}

.gallery--bento .gallery__item:nth-child(6) {
  grid-area: 4/2/5/3;
}

.gallery--bento .gallery__item:nth-child(7) {
  grid-area: 1/3/3/3;
}

.gallery--bento .gallery__item:nth-child(8) {
  grid-area: 3/3/5/4;
}

.gallery--bento .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  margin: 100vh 0 0 -50vw;
  font-size: clamp(2rem, 20vw, 100rem);
  display: grid;
  place-items: center;
}

.gallery--switch.gallery--bento .caption {
  margin-top: -50vh;
}

@media screen and (min-width: 53em) {
  .frame {
    grid-template-columns: auto auto auto 1fr;
    grid-template-areas: "title prev ... sponsor";
    align-content: space-between;
    justify-items: start;
    grid-gap: 2rem;
  }
  .frame__demos {
    justify-self: end;
  }
  .project--intro {
    grid-template-columns: auto 1fr;
    grid-template-areas: "label-name name" "label-date date" "title title" "label-mission mission";
  }
  .project--details {
    grid-template-areas: "label-default paragraph";
    grid-template-columns: auto auto;
  }
  .project__label {
    text-align: right;
  }
  .project__mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "p1 ..." "... p2";
    column-gap: 2rem;
  }
  .gallery--grid10 {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .gallery--grid10:not(.gallery--switch) .pos-1 {
    grid-area: 1/1;
  }
  .gallery--grid10:not(.gallery--switch) .pos-2 {
    grid-area: 1/2;
  }
  .gallery--grid10:not(.gallery--switch) .pos-3 {
    grid-area: 1/4;
  }
  .gallery--grid10:not(.gallery--switch) .pos-4 {
    grid-area: 1/5;
  }
  .gallery--grid10:not(.gallery--switch) .pos-5 {
    grid-area: 3/6;
  }
  .gallery--grid10:not(.gallery--switch) .pos-6 {
    grid-area: 1/7;
  }
  .gallery--grid10:not(.gallery--switch) .pos-7 {
    grid-area: 1/9;
  }
  .gallery--grid10:not(.gallery--switch) .pos-8 {
    grid-area: 3/10;
  }
  .gallery--grid10:not(.gallery--switch) .pos-9 {
    grid-area: 2/8;
  }
  .gallery--grid10:not(.gallery--switch) .pos-10 {
    grid-area: 4/9;
  }
  .gallery--grid10:not(.gallery--switch) .pos-11 {
    grid-area: 3/8;
  }
  .gallery--grid10:not(.gallery--switch) .pos-12 {
    grid-area: 2/2;
  }
  .gallery--grid10:not(.gallery--switch) .pos-13 {
    grid-area: 3/1;
  }
  .gallery--grid10:not(.gallery--switch) .pos-14 {
    grid-area: 3/4;
  }
  .gallery--grid10:not(.gallery--switch) .pos-15 {
    grid-area: 4/3;
  }
  .gallery--grid10:not(.gallery--switch) .pos-16 {
    grid-area: 4/7;
  }
  .gallery--stack .caption {
    bottom: 40%;
    width: 60vw;
    max-width: 800px;
  }
  .gallery--switch.gallery--stack .caption {
    left: 40vw;
  }
  body #cdawrap {
    justify-self: end;
  }
}
.write-in {
  position: absolute;
  width: 80%;
  left: 10%;
  /* Set the stroke-dasharray and stroke-dashoffset */
}
.write-in .st0 {
  fill: #fff;
}
.write-in #mask-outline {
  fill: none;
  stroke: #fff;
  stroke-width: 15;
  stroke-miterlimit: 10;
}
.write-in #mask-outline {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}

.grid-3-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.grid-3-columns .content {
  padding: 10px;
}
.grid-3-columns .outline {
  border: 2px solid #0099CC;
  border-radius: var(--radius);
  padding: 5px;
  background: #DBF8F6;
}
.grid-3-columns .outline img {
  border-radius: calc(var(--radius) - 5px);
  width: 100%;
  max-width: unset;
}
.grid-3-columns .outline a {
  color: #0099CC;
}
.grid-3-columns .outline a:hover {
  color: #F79420;
}
.grid-3-columns.blog-list .outline .title h4 {
  font-weight: 800;
}
.grid-3-columns.blog-list .summary b {
  font-weight: normal;
}

.grid-3-columns.listing-cities img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

.blog-list h5 a,
.single-post .content-block__b .title .entry-meta a {
  background-color: #fff;
  color: #0099CC;
  padding: 2px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 5px;
}

.box {
  line-height: 0;
}
.box img {
  border-radius: var(--radius);
  aspect-ratio: 2/1;
  object-fit: cover;
}

.large {
  grid-row: span 2;
}
.large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planning h2 {
  max-width: 60%;
  position: relative;
}

.guide .guide-image {
  position: relative;
}
.guide .guide-image img {
  transform: rotate(5deg);
  max-width: 18vw;
  float: right;
  margin-right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.guide .guide-image .guide-arrow {
  position: absolute;
  right: -60px;
  top: 0%;
  transform: translateY(-100%);
  display: flex;
  width: auto;
}
.guide .guide-image .guide-arrow svg {
  height: auto;
}
.guide .guide-image .guide-arrow .arrow-text {
  width: 100px;
  transform: rotate(-10deg);
}

.links {
  margin-top: 4em;
}
.links .box a {
  margin-top: 1em;
  color: #0099CC;
}
.links .box a:hover {
  color: #F79420;
}
.links .box h4 {
  padding: 10px;
}

.ticker-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 8em 0 -2em;
  font-size: 1rem;
}
.ticker-label .line {
  flex: 0 0 30%;
  height: 1px;
  background-color: #0099CC;
}

.ticker {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
.ticker li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: center;
  color: #F79420;
}
.ticker li span {
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2em;
}
.ticker span {
  display: inline-block;
}
.ticker .ticker-items,
.ticker .ticker-wrapper {
  display: inline-block;
}

.blog-title {
  position: relative;
  aspect-ratio: 12/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8em;
}
.blog-title svg {
  animation: love 2s infinite;
}
@keyframes love {
  from {
    transform: scale(1);
  }
  10% {
    transform: scale(1.025);
  }
  20% {
    transform: scale(1.08);
  }
}
.blog-title span {
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1rem;
}
.blog-title span:last-child {
  position: relative;
}
.blog-title span:last-child:after {
  content: "Stories, videos and a lot of Trumbull love";
  position: absolute;
  width: 100%;
  bottom: -0.5em;
  left: 3%;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: #009933;
}
.blog-title svg {
  position: relative;
  width: auto;
  height: 100%;
  left: 0;
  margin: 0 2rem 0 1rem;
  fill: #0099CC;
}

.blog-features {
  margin-top: 4em;
  position: relative;
  z-index: 2;
}
.blog-features div:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
}
.blog-features div:first-child img {
  flex-grow: 1;
  margin-bottom: 5px;
}
.blog-features h5 {
  margin-bottom: 0.5em;
}
.blog-features img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.blog-features .link {
  padding-top: 2em;
  grid-column: 2;
  justify-self: center;
}
.blog-features .link a {
  display: block;
}

.section-with-bg {
  padding: 8em 0;
  background-size: cover;
  position: relative;
}
.section-with-bg .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-with-bg .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(0.8) brightness(1.2);
  mix-blend-mode: color-burn;
  opacity: 0.7;
}
.section-with-bg .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgb(219, 248, 246) 0%, rgba(0, 0, 0, 0) 80%, rgb(219, 248, 246) 100%);
}
.section-with-bg .max-width {
  max-width: 1000px;
  color: #F79420;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.section-with-bg .frame {
  flex: 0 0 50%;
  margin-top: 1em;
}
.section-with-bg .frame img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius);
  overflow: hidden;
  width: 100%;
}
.section-with-bg .text {
  position: relative;
  flex: 0 0 52%;
  left: -2%;
  margin-top: 2em;
}

.truly-you {
  margin-top: 8em;
}
.truly-you .box p:last-child {
  margin-bottom: 0;
}
.truly-you .box:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}
.truly-you .box:nth-child(2) {
  grid-column: 2;
  grid-row: 3/span 1;
}
.truly-you .box:nth-child(3) {
  grid-column: 1;
  grid-row: 4/span 2;
}
.truly-you .box:nth-child(4) {
  grid-column: 2;
  grid-row: 4/span 2;
}
.truly-you .box:nth-child(5) {
  grid-column: 1;
  grid-row: 6/span 1;
}
.truly-you .box:nth-child(6) {
  grid-column: 2;
  grid-row: 6/span 1;
}
.truly-you .box:nth-child(7) {
  grid-column: 3;
  grid-row: 5/span 2;
}
.truly-you .box:nth-child(8) {
  grid-column: 1;
  grid-row: 7/span 1;
}
.truly-you .box:nth-child(9) {
  grid-column: 3;
  grid-row: 7/span 2;
}
.truly-you .box:nth-child(1) img, .truly-you .box:nth-child(3) img, .truly-you .box:nth-child(4) img, .truly-you .box:nth-child(7) img, .truly-you .box:nth-child(9) img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.truly-you .box.fill {
  aspect-ratio: 2/1;
}
.truly-you .box.fill a {
  color: #DBF8F6;
  height: 100%;
  width: 100%;
}
.truly-you .box:nth-child(10) {
  grid-column: 1;
  grid-row: 3/span 1;
}
.truly-you .box:nth-child(11) {
  grid-column: 3;
  grid-row: 3/span 1;
}
.truly-you .box:nth-child(12) {
  grid-column: 3;
  grid-row: 4/span 1;
}
.truly-you .box:nth-child(13) {
  grid-column: 2;
  grid-row: 7/span 1;
}
.truly-you .box:nth-child(14) {
  grid-column: 3;
  grid-row: 1/span 1;
  position: relative;
}
.truly-you .box:nth-child(14) .content {
  position: absolute;
  bottom: 0;
}
.truly-you .box:nth-child(15) {
  grid-column: 2;
  grid-row: 2/span 1;
}
.truly-you .box:nth-child(16) {
  grid-column: 3;
  grid-row: 2/span 1;
}
.truly-you .align-right {
  text-align: right;
}
.truly-you .fill {
  border-radius: var(--radius);
  background-color: #0099CC;
  color: #DBF8F6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}
.truly-you .fill .content {
  font-weight: 400;
}
.truly-you .fill:hover {
  background-color: #F79420;
}

/* accordion-1 */
.accordion {
  position: relative;
  border: 2px solid;
  border-radius: var(--radius);
  margin-top: 5px;
  overflow: hidden;
}

.accordion .head {
  padding: 0.5em 1em;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .arrow {
  color: #0099CC;
  font-size: 40px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
  position: relative;
}

.accordion .head:hover .arrow {
  opacity: 1;
}

.accordion .arrow-animate {
  transform: rotate(-180deg);
  opacity: 1;
}

.accordion .content {
  display: none;
  border-radius: var(--radius);
  padding: 1em 1em 0em 1em;
}

.pillar-intro {
  max-width: 1000px;
  margin-bottom: 4em;
}
.pillar-intro h3 {
  line-height: 1.3em;
}
.pillar-intro a.image-with-tooltip {
  margin-right: -0.1em;
  display: inline-block;
}
.pillar-intro a.image-with-tooltip img.link {
  mix-blend-mode: darken;
  transform: translateY(15%);
  width: 1.5em;
  height: 1em;
  object-fit: cover;
  border-radius: var(--radius);
}
.pillar-intro a.image-with-tooltip img.tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  pointer-events: none;
  border-radius: var(--radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pillar-gallery {
  margin-top: 8vw;
  margin-bottom: 200px;
  grid-template-rows: repeat(8, 1fr);
}
.pillar-gallery .box {
  grid-row: span 2;
}
.pillar-gallery .box:last-child {
  grid-column: 2;
}
.pillar-gallery .box.empty {
  grid-row: span 1;
}
.pillar-gallery .box.large {
  grid-row: span 4;
}
.two-columns {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.two-columns .column {
  flex: 0 0 50%;
}
.two-columns .column:first-child {
  padding-right: 1em;
}
.two-columns .column:last-child {
  padding-left: 1em;
}
.two-columns .column h1,
.two-columns .column h2,
.two-columns .column h3,
.two-columns .column h4,
.two-columns .column h5,
.two-columns .column h6 {
  margin-bottom: 1rem;
}

.content-block {
  margin-top: 2em;
}

.content-section .title {
  margin-bottom: 4em;
  max-width: 80%;
}
.content-section .title-image {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 4em;
}
.content-section .title-image img {
  aspect-ratio: 2/1;
  object-fit: cover;
  width: 100%;
  border-radius: var(--radius);
}
.content-section .title-image .title {
  width: 80%;
  background-color: #DBF8F6;
  border-top-left-radius: var(--radius);
  padding: 2em 2em 0 2em;
  margin-top: clamp(-160px, -10vw, -50px);
  margin-bottom: 1em;
  position: relative;
  float: right;
}
.content-section .title-image .title svg {
  width: 10px;
  position: absolute;
  z-index: 10;
}
.content-section .title-image .title svg path {
  fill: #DBF8F6;
}
.content-section .title-image .title svg.corner-right {
  right: 0px;
  top: -10px;
}
.content-section .title-image .title svg.corner-bottom {
  left: -10px;
  top: clamp(40px, 10vw - 10px, 150px);
}
.content-section .column img {
  border-radius: var(--radius);
  width: 100%;
  max-width: unset;
}

.outline {
  border: 2px solid #0099CC;
  border-radius: var(--radius);
  padding: 5px;
  background: #DBF8F6;
}

.video {
  max-width: var(--max-width);
  margin: 0 auto;
  margin-top: 4em;
  padding: 0 30px;
}
.video a {
  position: relative;
  display: block;
  line-height: 0;
}
.video a:hover .circle {
  box-shadow: 0 0 0 5px rgba(225, 255, 225, 0.5);
}
.video a:hover svg {
  transform: scale(1.1, 1.1);
}
.video img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: calc(var(--radius) / 2);
}
.video .play-button {
  position: absolute;
  aspect-ratio: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 25%, 80px);
  aspect-ratio: 1;
  z-index: 10;
}
.video .play-button .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #DBF8F6;
  margin: auto;
  transform: scale(1, 1);
  transition: all 0.3s;
}
.video .play-button svg {
  fill: #0099CC;
  stroke: #0099CC;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}

.has-youtube .fancybox__content {
  box-sizing: content-box;
  width: 80% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
  border: 10px solid #fff;
  border-radius: var(--radius);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1803921569);
  background: #fff !important;
}
.has-youtube .fancybox__content iframe {
  border-radius: calc(var(--radius) / 2);
  overflow: hidden;
}
.has-youtube .f-button {
  display: none;
}

.page-template-page-pillar .blog-list {
  margin-top: 4em;
}

.page-template-default .section-with-bg .max-width {
  color: inherit;
  align-items: center;
}
.page-template-default .section-with-bg .max-width .text {
  left: unset;
  margin-left: 1em;
  margin-top: 0;
}
.page-template-default .section-with-bg .max-width .text h2 {
  margin: 0;
}
.page-template-default .entry-content {
  padding: 0 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-template-default .entry-content h1,
.page-template-default .entry-content h2,
.page-template-default .entry-content h3,
.page-template-default .entry-content h4,
.page-template-default .entry-content h5,
.page-template-default .entry-content h6 {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}

.content-block__a .title {
  max-width: 60vw;
  margin-bottom: 4vw;
}

.content-block__b .title-image {
  position: relative;
  width: 100%;
  border-radius: var(--radius);
  line-height: 0;
  overflow: hidden;
}
.content-block__b .title-image img {
  aspect-ratio: 2/1;
  object-fit: cover;
  width: 100%;
}
.content-block__b .title {
  max-width: 80%;
  background-color: #DBF8F6;
  border-top-left-radius: var(--radius);
  padding: 2em 2em 0 1em;
  margin-top: clamp(-160px, -10vw, -50px);
  margin-bottom: 4vw;
  position: relative;
  float: right;
}
.content-block__b .title svg {
  width: 10px;
  position: absolute;
  z-index: 10;
}
.content-block__b .title svg path {
  fill: #DBF8F6;
}
.content-block__b .title svg.corner-right {
  right: 0px;
  top: -10px;
}
.content-block__b .title svg.corner-bottom {
  left: -10px;
  top: calc(12vw - 10px);
}
.content-block__b .column-image {
  margin-top: 2em;
  border-radius: var(--radius);
  aspect-ratio: 1;
  object-fit: cover;
}

.blog-arrow {
  position: relative;
  top: 0;
  left: 55vw;
  margin-top: 3em;
  margin-bottom: -3em;
}
.blog-arrow svg {
  transform: scale(-1, 1) rotate(10deg);
}
.blog-arrow .arrow-text {
  max-width: 200px;
  margin-left: 0.5em;
  transform: rotate(-5deg) translateY(-70%);
}
.blog-arrow .arrow-text svg {
  height: 14px;
  width: auto;
  transform: unset;
  margin-top: unset;
}
.blog-arrow .arrow-text svg path {
  fill: #009933;
}

.page-template-page-we-love-trumbull .site-header,
.archive.category .site-header {
  position: absolute;
  z-index: 10;
}
.page-template-page-we-love-trumbull .section-with-bg,
.archive.category .section-with-bg {
  padding: 8em 0 50vh 0;
  margin-bottom: -50vh;
}
.page-template-page-we-love-trumbull .section-with-bg .bg img,
.archive.category .section-with-bg .bg img {
  opacity: 0.3;
}
.page-template-page-we-love-trumbull .section-with-bg .bg:after,
.archive.category .section-with-bg .bg:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgb(219, 248, 246) 100%);
}
.page-template-page-we-love-trumbull .blog-title,
.archive.category .blog-title {
  margin-top: 2em;
  margin-bottom: 4em;
}
.page-template-page-we-love-trumbull .blog-title span:last-child:after,
.archive.category .blog-title span:last-child:after {
  display: none;
}
.page-template-page-we-love-trumbull .grid-3-columns,
.archive.category .grid-3-columns {
  position: relative;
}
.page-template-page-we-love-trumbull .blog-intro,
.archive.category .blog-intro {
  position: relative;
}
.page-template-page-we-love-trumbull .blog-intro__content,
.archive.category .blog-intro__content {
  grid-column: 1/span 2;
  padding: 2rem 15px;
}
.page-template-page-we-love-trumbull .blog-intro__arrow,
.archive.category .blog-intro__arrow {
  transform: rotate(-5deg);
  position: absolute;
  bottom: 0;
  left: 70%;
}
.page-template-page-we-love-trumbull .blog-intro__arrow .arrow-text,
.archive.category .blog-intro__arrow .arrow-text {
  display: block;
}
.page-template-page-we-love-trumbull .blog-intro__arrow svg,
.archive.category .blog-intro__arrow svg {
  width: 6vw;
  margin-left: 100%;
  transform: rotate(20deg);
  transform-origin: top left;
}
.page-template-page-we-love-trumbull .video-gallery,
.archive.category .video-gallery {
  margin-top: 4em;
  align-items: start;
}
.page-template-page-we-love-trumbull .video-gallery a,
.archive.category .video-gallery a {
  position: relative;
  display: block;
}
.page-template-page-we-love-trumbull .video-gallery a:hover .circle,
.archive.category .video-gallery a:hover .circle {
  box-shadow: 0 0 0 5px rgba(225, 255, 225, 0.5);
}
.page-template-page-we-love-trumbull .video-gallery a:hover svg,
.archive.category .video-gallery a:hover svg {
  transform: scale(1.1, 1.1);
}
.page-template-page-we-love-trumbull .video-gallery img,
.archive.category .video-gallery img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.page-template-page-we-love-trumbull .video-gallery .play-button,
.archive.category .video-gallery .play-button {
  position: absolute;
  aspect-ratio: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(40px, 25%, 80px);
  aspect-ratio: 1;
  z-index: 10;
}
.page-template-page-we-love-trumbull .video-gallery .play-button .circle,
.archive.category .video-gallery .play-button .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #DBF8F6;
  margin: auto;
  transform: scale(1, 1);
  transition: all 0.3s;
}
.page-template-page-we-love-trumbull .video-gallery .play-button svg,
.archive.category .video-gallery .play-button svg {
  fill: #0099CC;
  stroke: #0099CC;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.page-template-page-we-love-trumbull .video-gallery__remaining,
.archive.category .video-gallery__remaining {
  grid-column: 1;
}
.page-template-page-we-love-trumbull .video-gallery__remaining .video-each,
.archive.category .video-gallery__remaining .video-each {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  align-items: center;
  padding-right: 20px;
}
.page-template-page-we-love-trumbull .video-gallery__remaining .video-each img,
.archive.category .video-gallery__remaining .video-each img {
  border-radius: calc(var(--radius) - 5px);
}
.page-template-page-we-love-trumbull .video-gallery__featured,
.archive.category .video-gallery__featured {
  grid-column: 2/span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.page-template-page-we-love-trumbull .video-gallery__featured .outline:first-child,
.archive.category .video-gallery__featured .outline:first-child {
  grid-column: 1/span 2;
  grid-row: 1;
}
.page-template-page-we-love-trumbull .video-gallery__featured .outline:nth-child(2),
.page-template-page-we-love-trumbull .video-gallery__featured .outline:last-child,
.archive.category .video-gallery__featured .outline:nth-child(2),
.archive.category .video-gallery__featured .outline:last-child {
  grid-column: span 1;
  grid-row: 2;
}

.page-template-page-we-love-trumbull .blog-list,
.archive.category .blog-list {
  align-content: start;
}
.page-template-page-we-love-trumbull .blog-list .articles,
.archive.category .blog-list .articles {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: start;
}
.page-template-page-we-love-trumbull .blog-list .outline,
.archive.category .blog-list .outline {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.page-template-page-we-love-trumbull .blog-list .outline img,
.archive.category .blog-list .outline img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.page-template-page-we-love-trumbull .blog-list .outline:first-child img,
.archive.category .blog-list .outline:first-child img {
  grid-column: 1/span 2;
  grid-row: 1;
  margin-bottom: 5px;
}
.page-template-page-we-love-trumbull .blog-list .outline:first-child .content,
.archive.category .blog-list .outline:first-child .content {
  grid-column: 1/span 2;
  grid-row: 2;
}
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(2),
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(3),
.archive.category .blog-list .outline:nth-child(2),
.archive.category .blog-list .outline:nth-child(3) {
  grid-column: span 1;
  align-content: start;
}
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(2) img,
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(3) img,
.archive.category .blog-list .outline:nth-child(2) img,
.archive.category .blog-list .outline:nth-child(3) img {
  grid-column: 1/span 2;
  grid-row: 1;
  margin-bottom: 5px;
}
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(2) .content,
.page-template-page-we-love-trumbull .blog-list .outline:nth-child(3) .content,
.archive.category .blog-list .outline:nth-child(2) .content,
.archive.category .blog-list .outline:nth-child(3) .content {
  grid-column: 1/span 2;
  grid-row: 2;
}

.bg-text {
  position: absolute;
  top: 0.5em;
  z-index: 0;
  pointer-events: none;
}
.bg-text .alt-font {
  text-transform: lowercase;
  font-size: 60vw;
  opacity: 0.07;
  line-height: 0.5em;
  white-space: nowrap;
}

.post-type-archive-listing .blog-intro,
.tax-listing_category .blog-intro,
.tax-listing_city .blog-intro,
.page-template-page-pillar .blog-intro {
  padding-top: 6em;
  padding-bottom: 4em;
}
.post-type-archive-listing .blog-intro .blog-intro__content,
.tax-listing_category .blog-intro .blog-intro__content,
.tax-listing_city .blog-intro .blog-intro__content,
.page-template-page-pillar .blog-intro .blog-intro__content {
  grid-column: span 3;
  max-width: 80%;
}
.post-type-archive-listing .blog-list,
.tax-listing_category .blog-list,
.tax-listing_city .blog-list,
.page-template-page-pillar .blog-list {
  grid-template-rows: 60px auto;
}
.post-type-archive-listing .blog-list .above-listings,
.tax-listing_category .blog-list .above-listings,
.tax-listing_city .blog-list .above-listings,
.page-template-page-pillar .blog-list .above-listings {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.post-type-archive-listing .sidebar,
.tax-listing_category .sidebar,
.tax-listing_city .sidebar,
.page-template-page-pillar .sidebar {
  grid-column: 1;
  padding-left: 0;
  padding-right: 15px;
}
.post-type-archive-listing .sidebar .facetwp-facet[data-name=listing_categories],
.tax-listing_category .sidebar .facetwp-facet[data-name=listing_categories],
.tax-listing_city .sidebar .facetwp-facet[data-name=listing_categories],
.page-template-page-pillar .sidebar .facetwp-facet[data-name=listing_categories] {
  display: block;
}
.post-type-archive-listing .sidebar .facetwp-facet[data-name=listing_categories_mobile],
.tax-listing_category .sidebar .facetwp-facet[data-name=listing_categories_mobile],
.tax-listing_city .sidebar .facetwp-facet[data-name=listing_categories_mobile],
.page-template-page-pillar .sidebar .facetwp-facet[data-name=listing_categories_mobile] {
  display: none;
  grid-column: 1;
  grid-row: 2;
}
.post-type-archive-listing .sidebar .blog-arrow,
.tax-listing_category .sidebar .blog-arrow,
.tax-listing_city .sidebar .blog-arrow,
.page-template-page-pillar .sidebar .blog-arrow {
  left: 40px;
  margin: 1em 0 -1em 0;
}
.post-type-archive-listing .sidebar .blog-arrow .arrow-text,
.tax-listing_category .sidebar .blog-arrow .arrow-text,
.tax-listing_city .sidebar .blog-arrow .arrow-text,
.page-template-page-pillar .sidebar .blog-arrow .arrow-text {
  margin-top: 0.5em;
}
.post-type-archive-listing .sidebar .blog-arrow.cities,
.tax-listing_category .sidebar .blog-arrow.cities,
.tax-listing_city .sidebar .blog-arrow.cities,
.page-template-page-pillar .sidebar .blog-arrow.cities {
  margin-bottom: 1.5em;
  left: unset;
  right: 2em;
  justify-content: flex-end;
}
.post-type-archive-listing .sidebar .blog-arrow.cities svg,
.tax-listing_category .sidebar .blog-arrow.cities svg,
.tax-listing_city .sidebar .blog-arrow.cities svg,
.page-template-page-pillar .sidebar .blog-arrow.cities svg {
  transform: unset;
}
.post-type-archive-listing .sidebar .blog-arrow.cities .arrow-text,
.tax-listing_category .sidebar .blog-arrow.cities .arrow-text,
.tax-listing_city .sidebar .blog-arrow.cities .arrow-text,
.page-template-page-pillar .sidebar .blog-arrow.cities .arrow-text {
  width: auto;
  margin-right: 0.5em;
  transform: rotate(-10deg);
}
.post-type-archive-listing .above-listings,
.tax-listing_category .above-listings,
.tax-listing_city .above-listings,
.page-template-page-pillar .above-listings {
  grid-column: 2/span 2;
  grid-row: 1;
}
.post-type-archive-listing .articles,
.tax-listing_category .articles,
.tax-listing_city .articles,
.page-template-page-pillar .articles {
  grid-column: 2/span 2;
  grid-row: 2;
}
.post-type-archive-listing .blog-list .outline,
.tax-listing_category .blog-list .outline,
.tax-listing_city .blog-list .outline,
.page-template-page-pillar .blog-list .outline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 10px;
  align-items: start;
  position: relative;
  width: calc(100% - 20px);
}
.post-type-archive-listing .blog-list .outline .image,
.tax-listing_category .blog-list .outline .image,
.tax-listing_city .blog-list .outline .image,
.page-template-page-pillar .blog-list .outline .image {
  grid-column: 3;
  grid-row: 1;
  position: relative;
  min-height: 180px;
  height: 100%;
  background-color: #0099CC;
  border-radius: calc(var(--radius) / 2);
}
.post-type-archive-listing .blog-list .outline .image img,
.tax-listing_category .blog-list .outline .image img,
.tax-listing_city .blog-list .outline .image img,
.page-template-page-pillar .blog-list .outline .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-type-archive-listing .blog-list .outline .listing-category,
.tax-listing_category .blog-list .outline .listing-category,
.tax-listing_city .blog-list .outline .listing-category,
.page-template-page-pillar .blog-list .outline .listing-category {
  grid-column: 2;
  grid-row: 1;
  height: 1em;
  padding: 10px 10px 0 10px;
}
.post-type-archive-listing .blog-list .outline .title,
.tax-listing_category .blog-list .outline .title,
.tax-listing_city .blog-list .outline .title,
.page-template-page-pillar .blog-list .outline .title {
  grid-column: 1;
  grid-row: 1;
  padding: 10px;
}
.post-type-archive-listing .blog-list .outline .summary,
.tax-listing_category .blog-list .outline .summary,
.tax-listing_city .blog-list .outline .summary,
.page-template-page-pillar .blog-list .outline .summary {
  grid-column: 2;
  grid-row: 1;
  padding: 2em 30px 10px 10px;
}
.post-type-archive-listing .blog-list .outline .icon,
.tax-listing_category .blog-list .outline .icon,
.tax-listing_city .blog-list .outline .icon,
.page-template-page-pillar .blog-list .outline .icon {
  position: absolute;
  right: 0;
  transform: translateX(calc(50% + 1px));
}
.post-type-archive-listing .blog-list .outline .icon path,
.post-type-archive-listing .blog-list .outline .icon circle,
.tax-listing_category .blog-list .outline .icon path,
.tax-listing_category .blog-list .outline .icon circle,
.tax-listing_city .blog-list .outline .icon path,
.tax-listing_city .blog-list .outline .icon circle,
.page-template-page-pillar .blog-list .outline .icon path,
.page-template-page-pillar .blog-list .outline .icon circle {
  fill: #DBF8F6;
  stroke: #0099CC;
  stroke-width: 2px;
}
.post-type-archive-listing .blog-list .outline .icon.favorite,
.tax-listing_category .blog-list .outline .icon.favorite,
.tax-listing_city .blog-list .outline .icon.favorite,
.page-template-page-pillar .blog-list .outline .icon.favorite {
  top: 15px;
}
.post-type-archive-listing .blog-list .outline .icon.more,
.tax-listing_category .blog-list .outline .icon.more,
.tax-listing_city .blog-list .outline .icon.more,
.page-template-page-pillar .blog-list .outline .icon.more {
  top: 55px;
}
.post-type-archive-listing .blog-list .outline .icon.more path,
.tax-listing_category .blog-list .outline .icon.more path,
.tax-listing_city .blog-list .outline .icon.more path,
.page-template-page-pillar .blog-list .outline .icon.more path {
  fill: #0099CC;
  stroke-width: 0px;
}
.post-type-archive-listing .blog-list .outline .icon:hover path,
.post-type-archive-listing .blog-list .outline .icon:hover circle,
.tax-listing_category .blog-list .outline .icon:hover path,
.tax-listing_category .blog-list .outline .icon:hover circle,
.tax-listing_city .blog-list .outline .icon:hover path,
.tax-listing_city .blog-list .outline .icon:hover circle,
.page-template-page-pillar .blog-list .outline .icon:hover path,
.page-template-page-pillar .blog-list .outline .icon:hover circle {
  fill: #0099CC;
}
.post-type-archive-listing .blog-list .outline .icon:hover.more path,
.tax-listing_category .blog-list .outline .icon:hover.more path,
.tax-listing_city .blog-list .outline .icon:hover.more path,
.page-template-page-pillar .blog-list .outline .icon:hover.more path {
  fill: #DBF8F6;
}
.post-type-archive-listing .blog-list .outline:nth-child(odd) .image,
.tax-listing_category .blog-list .outline:nth-child(odd) .image,
.tax-listing_city .blog-list .outline:nth-child(odd) .image,
.page-template-page-pillar .blog-list .outline:nth-child(odd) .image {
  grid-column: 2;
}
.post-type-archive-listing .blog-list .outline:nth-child(odd) .title,
.tax-listing_category .blog-list .outline:nth-child(odd) .title,
.tax-listing_city .blog-list .outline:nth-child(odd) .title,
.page-template-page-pillar .blog-list .outline:nth-child(odd) .title {
  grid-column: 1;
}
.post-type-archive-listing .blog-list .outline:nth-child(odd) .summary,
.tax-listing_category .blog-list .outline:nth-child(odd) .summary,
.tax-listing_city .blog-list .outline:nth-child(odd) .summary,
.page-template-page-pillar .blog-list .outline:nth-child(odd) .summary {
  grid-column: 3;
}

.tax-listing_category .facetwp-checkbox {
  display: none !important;
}
.tax-listing_category.term-where-to-eat .facetwp-checkbox[data-value=breweries-and-wineries],
.tax-listing_category.term-where-to-eat .facetwp-checkbox[data-value=dine-local],
.tax-listing_category.term-where-to-eat .facetwp-checkbox[data-value=eat-and-drink],
.tax-listing_category.term-where-to-eat .facetwp-checkbox[data-value=italian-food-trail],
.tax-listing_category.term-where-to-eat .facetwp-checkbox[data-value=sweet-treats] {
  display: flex !important;
}
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=amish-country],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=arts-and-entertainment],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=attractions],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=golf],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=historic-cemeteries],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=museums-and-historic-sites],
.tax-listing_category.term-things-to-do .facetwp-checkbox[data-value=shop-local] {
  display: flex !important;
}
.tax-listing_category.term-places-to-stay .facetwp-checkbox[data-value=bbs-and-inns],
.tax-listing_category.term-places-to-stay .facetwp-checkbox[data-value=camping],
.tax-listing_category.term-places-to-stay .facetwp-checkbox[data-value=hotels-and-motels],
.tax-listing_category.term-places-to-stay .facetwp-checkbox[data-value=resorts] {
  display: flex !important;
}

.tax-listing_city .description {
  margin-bottom: 4em;
}

.fancybox__container .fancybox__backdrop {
  background-color: #DBF8F6;
  opacity: 0.9;
}

.fancybox__content .f-button svg {
  fill: #0099CC;
  stroke: #0099CC;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (change this value based on your video aspect ratio) */
  overflow: hidden;
  margin: 0 auto;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--radius) - 5px);
}

.facetwp-facet .facetwp-counter,
.facetwp-facet .facetwp-expand {
  display: none;
}
.facetwp-facet .facetwp-checkbox[data-value=where-to-eat],
.facetwp-facet .facetwp-checkbox[data-value=places-to-stay],
.facetwp-facet .facetwp-checkbox[data-value=things-to-do],
.facetwp-facet .facetwp-checkbox[data-value=for-groups] {
  padding-left: 0;
  background: unset;
  margin-top: 2em;
  margin-bottom: 1em;
}
.facetwp-facet .facetwp-checkbox[data-value=where-to-eat] .facetwp-display-value,
.facetwp-facet .facetwp-checkbox[data-value=places-to-stay] .facetwp-display-value,
.facetwp-facet .facetwp-checkbox[data-value=things-to-do] .facetwp-display-value,
.facetwp-facet .facetwp-checkbox[data-value=for-groups] .facetwp-display-value {
  font-size: 30px;
}
.facetwp-facet .facetwp-checkbox[data-value=where-to-eat] img,
.facetwp-facet .facetwp-checkbox[data-value=places-to-stay] img,
.facetwp-facet .facetwp-checkbox[data-value=things-to-do] img,
.facetwp-facet .facetwp-checkbox[data-value=for-groups] img {
  display: none;
}
.facetwp-facet .facetwp-depth {
  margin-left: 0;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox,
.facetwp-facet .facetwp-radio {
  position: relative;
  background-image: none;
  position: relative;
  margin-bottom: 6px;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox:before,
.facetwp-facet .facetwp-radio:before {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #DBF8F6;
  outline: 1px solid #0099CC;
  transition: all 0.3s;
  flex: 0 0 70px;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox:hover:before,
.facetwp-facet .facetwp-radio:hover:before {
  border: 4px solid #0099CC;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox.checked:before,
.facetwp-facet .facetwp-radio.checked:before {
  border: 4px solid #0099CC;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox img,
.facetwp-facet .facetwp-radio img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0099CC;
  object-fit: cover;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox .facetwp-display-value,
.facetwp-facet .facetwp-radio .facetwp-display-value {
  font-weight: 800;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.facetwp-facet .facetwp-depth .facetwp-checkbox .facetwp-display-value:before,
.facetwp-facet .facetwp-radio .facetwp-display-value:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  min-width: 40px;
  background-color: #0099CC;
  margin: 0 1em;
}
.facetwp-facet .fs-label-wrap,
.facetwp-facet .fs-dropdown,
.facetwp-facet select,
.facetwp-facet .facetwp-search {
  padding: 0.5em 1em;
  border: 1px solid #0099CC;
  border-radius: var(--radius);
  background-color: #FFF;
  margin-bottom: 0.2em;
}
.facetwp-facet .fs-wrap {
  width: 100%;
}
.facetwp-facet .fs-wrap .fs-label {
  font-weight: 800;
}
.facetwp-facet .fs-wrap .fs-arrow {
  right: 1em;
  border-top-color: #0099CC;
}
.facetwp-facet .fs-wrap .fs-search {
  display: none;
}

.facetwp-depth .facetwp-display-value,
.facetwp-depth .facetwp-counter {
  font-weight: 400;
}

.single-post .entry-content a:not(.button),
.single-post .entry-content a:not(.button):visited {
  color: #0099CC;
  font-weight: 600;
}
.single-post .entry-content a:not(.button):hover,
.single-post .entry-content a:not(.button):visited:hover {
  color: #F79420;
}
.single-post .entry-content p a:not(.button),
.single-post .entry-content p a:not(.button):visited,
.single-post .entry-content li a:not(.button),
.single-post .entry-content li a:not(.button):visited {
  color: #0099CC;
  text-decoration: underline;
  font-weight: 800;
}
.single-post .entry-content .wp-block-cover {
  border-radius: var(--radius);
}
.single-post .entry-content .wp-block-cover p {
  line-height: 1.3em;
}
.single-post .entry-content .wp-block-cover a {
  color: white !important;
  text-decoration: unset !important;
  font-weight: inherit !important;
}
.single-post .entry-content .wp-block-cover a:hover {
  color: #F79420 !important;
}
.single-post article {
  grid-column: 1/span 2;
}
.single-post article .entry-content {
  padding: 0 2em 0 1em;
}
.single-post article .tip {
  border: 1px solid #0099CC;
  padding: 1em;
  border-radius: var(--radius);
  font-style: italic;
  position: relative;
  margin: 2em 0;
}
.single-post article figure.wp-block-image {
  position: relative;
  margin: 2.5em 0 3em;
}
.single-post article figure.wp-block-image img {
  border-radius: var(--radius);
  max-width: unset;
  width: 100%;
  margin: 0;
}
.single-post article figure.wp-block-image figcaption {
  font-weight: 800;
  letter-spacing: 0.1em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 40%, transparent);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 1.2em 1.5em 0.5em;
  position: absolute;
  text-align: center;
  width: 100%;
  border-radius: 0 0 var(--radius) var(--radius);
}
.single-post article .wp-block-column figure.wp-block-image {
  margin: 0;
}
.single-post article .wp-block-gallery {
  margin: 2.5em 0 3em;
}
.single-post article .wp-block-gallery.has-nested-images figure.wp-block-image img {
  margin: 0;
}
.single-post article .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 1.2em 1.5em 0.5em;
}

.single .content-block__b .title,
.page-template-default .content-block__b .title {
  float: left;
  border-top-left-radius: unset;
  border-top-right-radius: var(--radius);
}
.single .content-block__b .title .entry-meta,
.page-template-default .content-block__b .title .entry-meta {
  z-index: 2;
  position: relative;
}
.single .content-block__b .title .entry-meta a:hover,
.page-template-default .content-block__b .title .entry-meta a:hover {
  color: #F79420;
}
.single .content-block__b .title svg.corner-right,
.page-template-default .content-block__b .title svg.corner-right {
  right: unset;
  left: 0px;
  top: -10px;
  transform: rotate(90deg);
}
.single .content-block__b .title svg.corner-bottom,
.page-template-default .content-block__b .title svg.corner-bottom {
  right: -10px;
  left: unset;
  top: clamp(40px, 10vw - 10px, 150px);
  transform: rotate(90deg);
}
.single h1,
.page-template-default h1 {
  font-size: clamp(60px, 7vw, 110px);
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.single h2,
.page-template-default h2 {
  font-size: 72px;
  line-height: 1.1em;
  font-weight: 800;
  margin-top: 0.8em;
  margin-bottom: 1.5rem;
}
.single h3,
.page-template-default h3 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  margin-top: 0.8em;
  margin-bottom: 1.5rem;
}
.single h4,
.page-template-default h4 {
  font-size: 32px;
  margin-top: 0.8em;
  margin-bottom: 1.5rem;
}
.single .wp-block-separator,
.page-template-default .wp-block-separator {
  background-color: #0099CC;
  height: 5px;
  border: 0;
  border-top: 1px solid;
  margin: 4em auto 2em 0;
  max-width: 100px;
}

.single-listing .listing-top {
  position: relative;
  z-index: 2;
  margin-top: 4em;
  margin-bottom: 2em;
  align-items: center;
}
.single-listing .listing-top .image {
  grid-column: 1;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #0099CC;
}
.single-listing .listing-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-listing .listing-top .text {
  grid-column: 2/span 2;
  color: #0099CC !important;
  padding: 1em;
}
.single-listing .listing-top .text p {
  margin-bottom: 0;
  line-height: 1.3em;
}
.single-listing .listing-top .text p a {
  color: #0099CC;
}
.single-listing .listing-top .text p a:hover {
  color: #F79420;
}
.single-listing .listing-top .text h2,
.single-listing .listing-top .text h3 {
  font-weight: 800 !important;
}
.single-listing .summary,
.single-listing .description,
.single-listing .sidebar {
  padding: 0 1em;
}
.single-listing .summary {
  grid-column: 1;
}
.single-listing .description {
  grid-column: 2;
}
.single-listing .sidebar {
  grid-column: 3;
  padding: 0;
}
.single-listing .sidebar-contents {
  padding: 1em 1.5em 0 1.5em;
  border-radius: var(--radius);
  border: 2px solid #0099CC;
}
.single-listing .custom-br {
  display: block;
  margin-bottom: 1em;
  /* adjust as needed */
}

.sidebar {
  padding-left: 15px;
  grid-column: 3;
  grid-row: 1/span 2;
}
.sidebar .mood__arrow {
  transform: rotate(-5deg);
  display: flex;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sidebar .mood__arrow .arrow-text {
  width: auto;
}
.sidebar .mood__arrow svg {
  margin-top: 50px;
  transform: rotate(20deg);
}
.sidebar .like__arrow {
  position: relative;
  transform: rotate(2deg);
  display: flex;
  margin-top: 2em;
  margin-left: 30%;
}
.sidebar .like__arrow .arrow-text {
  display: inline;
  margin-left: 10px;
}
.sidebar .like__arrow svg {
  margin-top: 50px;
  transform: rotate(-20deg) scale(-1, 1) translateX(-100%);
  transform-origin: top left;
}
.sidebar .category {
  margin-bottom: 0.5em;
}
.sidebar .category.current-category img,
.sidebar .category a:hover img {
  border: 4px solid #0099CC;
}
.sidebar .category a {
  display: flex;
  align-items: center;
  color: #0099CC;
}
.sidebar .category img {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 70px;
  border: 4px solid #DBF8F6;
  outline: 1px solid #0099CC;
  transition: all 0.3s;
}
.sidebar .category .label {
  font-weight: 800;
  margin-bottom: 0;
}
.sidebar .category .label:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #0099CC;
  margin: 0 1em;
  transform: translateY(-5px);
}
.sidebar .outline {
  margin-bottom: 10px;
}
.sidebar .outline img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.sidebar .outline .content h4 {
  margin: 0;
}

.page-template-page-events,
.single-ajde_events {
  min-height: 120vh;
}
.page-template-page-events.evo_overflow,
.single-ajde_events.evo_overflow {
  overflow-y: visible !important;
}
.page-template-page-events .events-list,
.single-ajde_events .events-list {
  grid-column: 1/span 3 !important;
  margin: 0 auto;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header,
.single-ajde_events .ajde_evcal_calendar .calendar_header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: calc(100% - 10px);
  margin: 0 auto;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above {
  grid-column: 1;
  grid-row: 1;
  display: inline-block;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above_content,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above_content {
  grid-column: 3;
  grid-row: 2;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evo_header_title,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evo_header_title {
  grid-column: 1/span 2;
  grid-row: 2;
}
.page-template-page-events .evo_cal_above,
.page-template-page-events .evo_cal_above_content,
.single-ajde_events .evo_cal_above,
.single-ajde_events .evo_cal_above_content {
  max-width: 400px;
  align-self: flex-start;
}
.page-template-page-events .evo_cal_above span,
.single-ajde_events .evo_cal_above span {
  margin-right: 0;
  border-radius: var(--radius);
}
.page-template-page-events .evo_search_bar,
.single-ajde_events .evo_search_bar {
  height: unset;
}
.page-template-page-events .evo_search_bar_in,
.single-ajde_events .evo_search_bar_in {
  position: relative;
  height: unset;
}
.page-template-page-events .evo_search_bar input,
.page-template-page-events .evo_search_bar input[type=text],
.single-ajde_events .evo_search_bar input,
.single-ajde_events .evo_search_bar input[type=text] {
  border: 2px solid #0099CC;
  border-radius: var(--radius);
  background: white;
  padding: 10px 20px;
  font: inherit;
  color: #0099CC;
}
.page-template-page-events .evo_search_bar input:hover,
.page-template-page-events .evo_search_bar input[type=text]:hover,
.single-ajde_events .evo_search_bar input:hover,
.single-ajde_events .evo_search_bar input[type=text]:hover {
  border-color: #0099CC;
}
.page-template-page-events .evo_search_bar input::placeholder,
.page-template-page-events .EVOSR_section a.evo_do_search,
.page-template-page-events a.evosr_search_btn,
.page-template-page-events .evo_search_bar_in a.evosr_search_btn,
.single-ajde_events .evo_search_bar input::placeholder,
.single-ajde_events .EVOSR_section a.evo_do_search,
.single-ajde_events a.evosr_search_btn,
.single-ajde_events .evo_search_bar_in a.evosr_search_btn {
  color: #0099CC;
}
.page-template-page-events a.evosr_search_btn:hover,
.page-template-page-events .evo_search_bar_in a.evosr_search_btn:hover,
.single-ajde_events a.evosr_search_btn:hover,
.single-ajde_events .evo_search_bar_in a.evosr_search_btn:hover {
  color: #F79420;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evcal_arrows,
.page-template-page-events .evo_footer_nav .evcal_arrows,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows,
.single-ajde_events .evo_footer_nav .evcal_arrows {
  border: 1px solid #F79420;
  background: unset;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evcal_arrows:before,
.page-template-page-events .evo_footer_nav .evcal_arrows:before,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows:before,
.single-ajde_events .evo_footer_nav .evcal_arrows:before {
  border-color: #F79420;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header .evcal_arrows:hover,
.page-template-page-events .evo_footer_nav .evcal_arrows:hover,
.single-ajde_events .ajde_evcal_calendar .calendar_header .evcal_arrows:hover,
.single-ajde_events .evo_footer_nav .evcal_arrows:hover {
  background: #F79420;
}
.page-template-page-events em.event_location_name,
.single-ajde_events em.event_location_name {
  font-style: unset !important;
  font-weight: 800;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.page-template-page-events .eventon_events_list .eventon_list_event .evoet_cx .level_3,
.page-template-page-events .evo_pop_body .evcal_desc .evcal_desc_info,
.page-template-page-events .evo_pop_body .evoet_cx .level_3,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,
.single-ajde_events .eventon_events_list .eventon_list_event .evoet_cx .level_3,
.single-ajde_events .evo_pop_body .evcal_desc .evcal_desc_info,
.single-ajde_events .evo_pop_body .evoet_cx .level_3 {
  line-height: 1.6em;
}
.page-template-page-events .ajde_evcal_calendar,
.page-template-page-events .ajde_evcal_calendar .calendar_header p,
.page-template-page-events .eventon_events_list .eventon_list_event .evoet_cx span.evoet_dayblock span,
.page-template-page-events .evo_pop_body .evoet_cx span.evoet_dayblock span,
.page-template-page-events .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.page-template-page-events .evo_lightbox_content h3.evo_h3,
.page-template-page-events h2.evo_h2,
.page-template-page-events h3.evo_h3,
.page-template-page-events h4.evo_h4,
.page-template-page-events body .ajde_evcal_calendar h4.evo_h4,
.page-template-page-events .evo_content_in h4.evo_h4,
.page-template-page-events .evo_metarow_ICS .evcal_evdata_cell p a,
.page-template-page-events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,
.page-template-page-events .eventon_list_event .evoet_cx span.evcal_event_title,
.page-template-page-events .evoet_cx span.evcal_desc2,
.page-template-page-events .evo_metarow_ICS .evcal_evdata_cell p a,
.page-template-page-events .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.page-template-page-events .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.page-template-page-events .evo_clik_row .evo_h3,
.page-template-page-events .evotax_term_card .evotax_term_details h2,
.page-template-page-events .evotax_term_card h3.evotax_term_subtitle,
.page-template-page-events .ajde_evcal_calendar .evo_sort_btn,
.page-template-page-events .eventon_main_section #evcal_cur,
.page-template-page-events .ajde_evcal_calendar .calendar_header p.evo_month_title,
.page-template-page-events .ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_cblock,
.page-template-page-events .ajde_evcal_calendar .evcal_month_line,
.page-template-page-events .eventon_event .event_excerpt_in h3,
.page-template-page-events .ajde_evcal_calendar .evo_footer_nav p.evo_month_title,
.page-template-page-events .evo_eventon_live_now_section h3,
.page-template-page-events .evo_tab_view .evo_tabs p.evo_tab,
.page-template-page-events .evo_metarow_virtual .evo_live_now_tag,
.page-template-page-events .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.page-template-page-events .ajde_evcal_calendar .evcal_month_line p,
.page-template-page-events .ajde_evcal_calendar .evo_footer_nav p.evo_month_title,
.page-template-page-events #evcal_list .eventon_list_event .evcal_eventcard p,
.page-template-page-events .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.page-template-page-events .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.page-template-page-events .evo_lightboxes .evcal_evdata_cell p a,
.page-template-page-events #evcal_list .evorow.getdirections .evoInput,
.page-template-page-events .evo_pop_body .evorow.getdirections .evoInput,
.single-ajde_events .ajde_evcal_calendar,
.single-ajde_events .ajde_evcal_calendar .calendar_header p,
.single-ajde_events .eventon_events_list .eventon_list_event .evoet_cx span.evoet_dayblock span,
.single-ajde_events .evo_pop_body .evoet_cx span.evoet_dayblock span,
.single-ajde_events .ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,
.single-ajde_events .evo_lightbox_content h3.evo_h3,
.single-ajde_events h2.evo_h2,
.single-ajde_events h3.evo_h3,
.single-ajde_events h4.evo_h4,
.single-ajde_events body .ajde_evcal_calendar h4.evo_h4,
.single-ajde_events .evo_content_in h4.evo_h4,
.single-ajde_events .evo_metarow_ICS .evcal_evdata_cell p a,
.single-ajde_events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,
.single-ajde_events .eventon_list_event .evoet_cx span.evcal_event_title,
.single-ajde_events .evoet_cx span.evcal_desc2,
.single-ajde_events .evo_metarow_ICS .evcal_evdata_cell p a,
.single-ajde_events .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,
.single-ajde_events .eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,
.single-ajde_events .evo_clik_row .evo_h3,
.single-ajde_events .evotax_term_card .evotax_term_details h2,
.single-ajde_events .evotax_term_card h3.evotax_term_subtitle,
.single-ajde_events .ajde_evcal_calendar .evo_sort_btn,
.single-ajde_events .eventon_main_section #evcal_cur,
.single-ajde_events .ajde_evcal_calendar .calendar_header p.evo_month_title,
.single-ajde_events .ajde_evcal_calendar .eventon_events_list .evcal_month_line p,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_cblock,
.single-ajde_events .ajde_evcal_calendar .evcal_month_line,
.single-ajde_events .eventon_event .event_excerpt_in h3,
.single-ajde_events .ajde_evcal_calendar .evo_footer_nav p.evo_month_title,
.single-ajde_events .evo_eventon_live_now_section h3,
.single-ajde_events .evo_tab_view .evo_tabs p.evo_tab,
.single-ajde_events .evo_metarow_virtual .evo_live_now_tag,
.single-ajde_events .ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,
.single-ajde_events .ajde_evcal_calendar .evcal_month_line p,
.single-ajde_events .ajde_evcal_calendar .evo_footer_nav p.evo_month_title,
.single-ajde_events #evcal_list .eventon_list_event .evcal_eventcard p,
.single-ajde_events .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,
.single-ajde_events .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,
.single-ajde_events .evo_lightboxes .evcal_evdata_cell p a,
.single-ajde_events #evcal_list .evorow.getdirections .evoInput,
.single-ajde_events .evo_pop_body .evorow.getdirections .evoInput {
  color: #0099CC;
}
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock,
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx em i,
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx em,
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evoet_cx .evcal_desc_info,
.page-template-page-events .ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_below_title .status_reason,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_tz_time .evo_tz,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig i,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig b,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx em i,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_ep_pre,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_ep_time,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover i,
.page-template-page-events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover b,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_below_title .status_reason,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evcal_cblock,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_title,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_subtitle,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx em,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx .evcal_desc_info,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_tz_time > *,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig i,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig b,
.page-template-page-events .ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event p .evoet_cx span.evcal_event_title,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx em i,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .evoet_cx em,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evoet_cx .evcal_desc_info,
.single-ajde_events .ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_below_title .status_reason,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_tz_time .evo_tz,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig i,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig b,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx em i,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_ep_pre,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_ep_time,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover i,
.single-ajde_events .ajde_evcal_calendar.color .evoet_cx .evo_mytime.tzo_trig:hover b,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_below_title .status_reason,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evcal_cblock,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_title,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx span.evcal_event_subtitle,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx em,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx .evcal_desc_info,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_tz_time > *,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig i,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evoet_cx .evo_mytime.tzo_trig b,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list.eventon_events_list .eventon_list_event p .evoet_cx span.evcal_event_title {
  color: #0099CC;
}
.page-template-page-events .ajde_evcal_calendar .calendar_header p,
.page-template-page-events .ajde_evcal_calendar .evo_footer_nav p,
.single-ajde_events .ajde_evcal_calendar .calendar_header p,
.single-ajde_events .ajde_evcal_calendar .evo_footer_nav p {
  text-transform: capitalize;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,
.page-template-page-events .evo_pop_body .evoet_cx span.evcal_event_subtitle,
.single-ajde_events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle,
.single-ajde_events .evo_pop_body .evoet_cx span.evcal_event_subtitle {
  text-transform: none;
  line-height: 1.6em;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,
.page-template-page-events .evo_pop_body .evoet_cx span.evcal_desc2,
.single-ajde_events .eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2,
.single-ajde_events .evo_pop_body .evoet_cx span.evcal_desc2 {
  text-transform: none;
}
.page-template-page-events .ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evopop_top,
.page-template-page-events .evo_lightboxes .color.eventon_list_event .evcal_list_a,
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evopop_top,
.single-ajde_events .evo_lightboxes .color.eventon_list_event .evcal_list_a {
  background-color: #DBF8F6 !important;
  border: 2px solid #0099CC;
  border-radius: var(--radius);
}
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle1.tbg1 #evcal_list .eventon_list_event .desc_trig {
  flex-direction: column;
  align-content: flex-start;
}
.page-template-page-events .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop,
.single-ajde_events .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
  border-radius: var(--radius);
}
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop {
  border-radius: calc(var(--radius) / 2);
  background-color: #0099CC !important;
}
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.page-template-page-events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title,
.single-ajde_events .ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle {
  white-space: normal;
  font-weight: 400;
}
.page-template-page-events .event_description .bordb,
.page-template-page-events #evcal_list .bordb,
.page-template-page-events .eventon_events_list .eventon_list_event .event_description,
.page-template-page-events .bordr,
.page-template-page-events #evcal_list p.desc_trig_outter,
.page-template-page-events .evopop_top,
.page-template-page-events .evo_pop_body .bordb,
.single-ajde_events .event_description .bordb,
.single-ajde_events #evcal_list .bordb,
.single-ajde_events .eventon_events_list .eventon_list_event .event_description,
.single-ajde_events .bordr,
.single-ajde_events #evcal_list p.desc_trig_outter,
.single-ajde_events .evopop_top,
.single-ajde_events .evo_pop_body .bordb {
  border: 2px solid #0099CC;
}
.page-template-page-events .eventon_list_event .evo_metarow_details .eventon_full_description p,
.page-template-page-events .eventon_list_event .evo_metarow_details .eventon_full_description li,
.page-template-page-events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2,
.page-template-page-events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3,
.page-template-page-events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h4,
.single-ajde_events .eventon_list_event .evo_metarow_details .eventon_full_description p,
.single-ajde_events .eventon_list_event .evo_metarow_details .eventon_full_description li,
.single-ajde_events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h2,
.single-ajde_events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h3,
.single-ajde_events .evcal_evdata_row .evcal_evdata_cell .eventon_desc_in h4 {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.7em;
  padding-bottom: 0;
  font-weight: 400;
  color: #0099CC !important;
}
.page-template-page-events .evocard_box,
.single-ajde_events .evocard_box {
  background-color: #fff;
}
.page-template-page-events h3.evo_h3,
.single-ajde_events h3.evo_h3 {
  text-transform: uppercase;
}
.page-template-page-events .evocard_row .evcal_evdata_icons i,
.page-template-page-events .evocard_row .evcal_evdata_custometa_icons i,
.single-ajde_events .evocard_row .evcal_evdata_icons i,
.single-ajde_events .evocard_row .evcal_evdata_custometa_icons i {
  color: #0099CC;
}
.page-template-page-events #evcal_list .eventon_list_event .event_description .evcal_btn,
.page-template-page-events #evcal_list .eventon_list_event .event_description .evcal_btn p,
.page-template-page-events body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn,
.page-template-page-events .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.page-template-page-events .evo_lightbox .evcal_btn,
.page-template-page-events body .evcal_btn,
.page-template-page-events .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,
.page-template-page-events .evcal_btn,
.page-template-page-events .evo_cal_above span.evo-gototoday-btn,
.single-ajde_events #evcal_list .eventon_list_event .event_description .evcal_btn,
.single-ajde_events #evcal_list .eventon_list_event .event_description .evcal_btn p,
.single-ajde_events body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn,
.single-ajde_events .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,
.single-ajde_events .evo_lightbox .evcal_btn,
.single-ajde_events body .evcal_btn,
.single-ajde_events .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,
.single-ajde_events .evcal_btn,
.single-ajde_events .evo_cal_above span.evo-gototoday-btn {
  background-color: #0099CC;
}
.page-template-page-events #evcal_list .eventon_list_event .event_description .evcal_btn:hover,
.page-template-page-events #evcal_list .eventon_list_event .event_description .evcal_btn p:hover,
.page-template-page-events body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover,
.page-template-page-events .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,
.page-template-page-events .evo_lightbox .evcal_btn:hover,
.page-template-page-events body .evcal_btn:hover,
.page-template-page-events .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn:hover,
.page-template-page-events .evcal_btn:hover,
.page-template-page-events .evo_cal_above span.evo-gototoday-btn:hover,
.single-ajde_events #evcal_list .eventon_list_event .event_description .evcal_btn:hover,
.single-ajde_events #evcal_list .eventon_list_event .event_description .evcal_btn p:hover,
.single-ajde_events body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover,
.single-ajde_events .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,
.single-ajde_events .evo_lightbox .evcal_btn:hover,
.single-ajde_events body .evcal_btn:hover,
.single-ajde_events .evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn:hover,
.single-ajde_events .evcal_btn:hover,
.single-ajde_events .evo_cal_above span.evo-gototoday-btn:hover {
  background-color: #F79420;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a {
  background-color: #f1f1f1;
  gap: 0 !important;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_cx,
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_cx,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_cx,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_cx {
  margin-right: 0 !important;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c1,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c1 {
  grid-column: 2;
  grid-row: 1;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c2,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c2 {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 20px;
}
.page-template-page-events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c3,
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a .evoet_c3 {
  grid-column: 3;
  grid-row: 1;
}
.page-template-page-events .sidebar,
.single-ajde_events .sidebar {
  background-color: #DBF8F6 !important;
  border: 2px solid #0099CC;
  border-radius: var(--radius);
  padding: 10px;
}

.page-template-page-events .evo_lightbox,
.single-ajde_events .eventon_events_list {
  background-color: rgba(219, 248, 246, 0.9);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
}
.page-template-page-events .evo_lightbox .evopop_top,
.page-template-page-events .evo_lightbox p .desc_trig,
.single-ajde_events .eventon_events_list .evopop_top,
.single-ajde_events .eventon_events_list p .desc_trig {
  display: block;
}
.page-template-page-events .evo_lightbox .evoet_c1.evoet_cx,
.single-ajde_events .eventon_events_list .evoet_c1.evoet_cx {
  display: none;
}
.page-template-page-events .evo_lightbox .evo_lightbox_content,
.page-template-page-events .evo_lightbox .evolb_box,
.single-ajde_events .eventon_events_list .evo_lightbox_content,
.single-ajde_events .eventon_events_list .evolb_box {
  max-width: none;
  width: 90%;
}
.page-template-page-events .evo_lightbox .evolb_header,
.single-ajde_events .eventon_events_list .evolb_header {
  z-index: -1 !important;
}
.page-template-page-events .evo_lightbox .evopop_top,
.page-template-page-events .evo_lightbox .evocard_row,
.single-ajde_events .eventon_events_list .evopop_top,
.single-ajde_events .eventon_events_list .evocard_row {
  z-index: 5;
  position: relative;
}
.page-template-page-events .evo_lightbox .evopopclose,
.page-template-page-events .evo_lightbox .evolbclose,
.single-ajde_events .eventon_events_list .evopopclose,
.single-ajde_events .eventon_events_list .evolbclose {
  background-color: transparent;
  border: 1px solid #F79420;
  transition: all 0.3s;
  top: 20px;
  right: 20px;
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  border: none;
  z-index: 0;
}
.page-template-page-events .evo_lightbox .evopopclose:before, .page-template-page-events .evo_lightbox .evopopclose:after,
.page-template-page-events .evo_lightbox .evolbclose:before,
.page-template-page-events .evo_lightbox .evolbclose:after,
.single-ajde_events .eventon_events_list .evopopclose:before,
.single-ajde_events .eventon_events_list .evopopclose:after,
.single-ajde_events .eventon_events_list .evolbclose:before,
.single-ajde_events .eventon_events_list .evolbclose:after {
  display: inline;
  background-color: #F79420;
  transition: all 0.3s;
  display: none;
}
.page-template-page-events .evo_lightbox .evopopclose:hover,
.page-template-page-events .evo_lightbox .evolbclose:hover,
.single-ajde_events .eventon_events_list .evopopclose:hover,
.single-ajde_events .eventon_events_list .evolbclose:hover {
  background-color: #F79420;
  background-color: unset;
}
.page-template-page-events .evo_lightbox .evopopclose:hover:before, .page-template-page-events .evo_lightbox .evopopclose:hover:after,
.page-template-page-events .evo_lightbox .evolbclose:hover:before,
.page-template-page-events .evo_lightbox .evolbclose:hover:after,
.single-ajde_events .eventon_events_list .evopopclose:hover:before,
.single-ajde_events .eventon_events_list .evopopclose:hover:after,
.single-ajde_events .eventon_events_list .evolbclose:hover:before,
.single-ajde_events .eventon_events_list .evolbclose:hover:after {
  background-color: #fff;
}
.page-template-page-events .evo_lightbox .evo_lightbox_body,
.page-template-page-events .evo_lightbox .evolb_content,
.page-template-page-events .evo_lightbox .eventon_list_event,
.single-ajde_events .eventon_events_list .evo_lightbox_body,
.single-ajde_events .eventon_events_list .evolb_content,
.single-ajde_events .eventon_events_list .eventon_list_event {
  max-width: 800px;
  margin: 0 auto !important;
}
.page-template-page-events .evo_lightbox .color.eventon_list_event .evopop_top,
.single-ajde_events .eventon_events_list .color.eventon_list_event .evopop_top {
  border: unset;
  width: calc(100% - 16px);
  margin: 8px;
}
.page-template-page-events .evo_lightbox .evocard_box.ftimage .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evocard_box.ftimage .evcal_evdata_row {
  background-color: #0099CC;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evcal_evdata_row {
  background-color: #DBF8F6;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_metarow_socialmedia,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_metarow_socialmedia {
  background-color: transparent;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss i,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss i {
  color: #F79420;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss:hover,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss:hover {
  background-color: transparent;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss:hover i,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_metarow_socialmedia a.evo_ss:hover i {
  color: #0099CC;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_clik_row:hover,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_clik_row:hover {
  background-color: #0099CC;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row.evo_clik_row:hover *,
.single-ajde_events .eventon_events_list .evcal_evdata_row.evo_clik_row:hover * {
  color: #DBF8F6;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h2,
.page-template-page-events .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3,
.page-template-page-events .evo_lightbox .evorow .evo_clik_row h3,
.page-template-page-events .evo_lightbox .evocard_box,
.single-ajde_events .eventon_events_list .evcal_evdata_row .evcal_evdata_cell h2,
.single-ajde_events .eventon_events_list .evcal_evdata_row .evcal_evdata_cell h3,
.single-ajde_events .eventon_events_list .evorow .evo_clik_row h3,
.single-ajde_events .eventon_events_list .evocard_box {
  color: #0099CC;
  border: none;
}
.page-template-page-events .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h2.ftimage .evcal_evdata_row,
.page-template-page-events .evo_lightbox .evcal_evdata_row .evcal_evdata_cell h3.ftimage .evcal_evdata_row,
.page-template-page-events .evo_lightbox .evorow .evo_clik_row h3.ftimage .evcal_evdata_row,
.page-template-page-events .evo_lightbox .evocard_box.ftimage .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evcal_evdata_row .evcal_evdata_cell h2.ftimage .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evcal_evdata_row .evcal_evdata_cell h3.ftimage .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evorow .evo_clik_row h3.ftimage .evcal_evdata_row,
.single-ajde_events .eventon_events_list .evocard_box.ftimage .evcal_evdata_row {
  padding: 0;
}

.evcal_cblock .evo_start,
.evcal_cblock .evo_end {
  font-size: 30px !important;
}
.evcal_cblock .evo_start em.date,
.evcal_cblock .evo_end em.date {
  font-size: 50px !important;
  line-height: 0.8em !important;
}

.evcal_cblock .evo_end:before,
.color.eventon_list_event .evcal_cblock .evo_end:before {
  background-color: #0099CC !important;
  width: 10px !important;
  left: 3px !important;
}

.evcal_cblock .evo_start em.month,
.evcal_cblock .evo_end em.month,
.evcal_cblock .evo_start em.day,
.evcal_cblock .evo_end em.day {
  font-size: 14px !important;
}

.evcal_cblock .evo_end {
  margin-top: 0 !important;
  padding-left: 20px !important;
}

.single-ajde_events .eventon_events_list .eventon_list_event {
  background-color: white !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1803921569);
  padding: 8px !important;
}
.single-ajde_events #evcal_list .eventon_list_event a:hover {
  border-left-width: 0 !important;
}
.single-ajde_events .ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig {
  border: none;
}
.single-ajde_events .evo_sin_page #evcal_list {
  overflow: visible;
}
.single-ajde_events .evo_page_body .evo_sin_page #evcal_list p.desc_trig_outter {
  border-radius: var(--radius);
}

.acf-wysiwyg-container {
  max-height: 300px;
  /* Set the desired maximum height */
  overflow-y: auto;
  /* Add a vertical scrollbar if content exceeds the height */
}

.search-results .grid-3-columns.blog-list {
  margin-bottom: 4em;
}
.search-results .grid-3-columns.blog-list .above-articles {
  grid-column: 2/span 2;
}
.search-results .grid-3-columns.blog-list .above-articles form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.search-results .grid-3-columns.blog-list .above-articles form input {
  width: 100%;
}
.search-results .grid-3-columns.blog-list .above-articles form input[type=search] {
  padding: 10px 20px;
}
.search-results .grid-3-columns.blog-list .articles {
  grid-column: 2/span 2;
}
.search-results .grid-3-columns.blog-list .articles .outline {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.search-results .grid-3-columns.blog-list .articles .outline .title {
  padding: 10px;
}
.search-results .grid-3-columns.blog-list .articles .outline p:last-child {
  margin-bottom: 0;
}
.search-results .grid-3-columns.blog-list h5 {
  background-color: #fff;
  color: #0099CC;
  padding: 2px 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 5px;
}
.search-results .grid-3-columns.blog-list .sidebar {
  grid-column: 1;
}

form.forminator-ui.forminator-design--default .forminator-label {
  color: #0099CC !important;
  font-size: 1em !important;
}
form.forminator-ui.forminator-design--default .forminator-input,
form.forminator-ui.forminator-design--default .forminator-input:hover,
form.forminator-ui.forminator-design--default .forminator-input:hover,
form.forminator-ui.forminator-design--default .forminator-input:hover,
form.forminator-ui.forminator-design--default .forminator-textarea,
form.forminator-ui.forminator-design--default .forminator-textarea:hover,
form.forminator-ui.forminator-design--default .forminator-textarea:hover,
form.forminator-ui.forminator-design--default .forminator-textarea:hover,
form.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  border-color: #0099CC !important;
  border-width: 1px !important;
  border-radius: var(--radius) !important;
  background-color: #fff !important;
  padding: 1em !important;
}
form.forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role=combobox] {
  padding: 0 !important;
}
form.forminator-ui.forminator-design--default .forminator-row {
  margin-bottom: 1em !important;
}
form.forminator-ui.forminator-design--default .forminator-checkbox,
form.forminator-ui.forminator-design--default .forminator-checkbox__label,
form.forminator-ui.forminator-design--default .forminator-checkbox__label p {
  color: #0099CC !important;
  font-size: 1em !important;
}
form.forminator-ui.forminator-design--default .forminator-checkbox .forminator-checkbox-box {
  border-color: #0099CC !important;
  background-color: #fff !important;
  color: #0099CC;
  border-radius: 5px !important;
}
form.forminator-ui.forminator-design--default .forminator-checkbox:not(.forminator-checkbox-inline) {
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}
form.forminator-ui.forminator-design--default .forminator-button-submit {
  background-color: #0099CC !important;
  font-weight: 800 !important;
}
form.forminator-ui.forminator-design--default .forminator-button-submit:hover {
  background-color: #F79420 !important;
  box-shadow: none !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-2621.forminator-dropdown--default {
  background-color: #fff !important;
  border-color: #0099CC !important;
  border-radius: var(--radius) !important;
}

.above-footer {
  position: relative;
  z-index: -1;
}
.above-footer h1 {
  position: absolute;
}
.above-footer h1 .alt-font {
  text-transform: lowercase;
  font-size: 70vw;
  opacity: 0.07;
  line-height: 0.5em;
  white-space: nowrap;
}

.error404 .above-footer,
.search-results .above-footer {
  display: none;
}

.mailing-list {
  padding: 12em 0 6em 0;
}
.mailing-list h3 {
  text-align: right;
  grid-column: 1;
}
.mailing-list form {
  grid-column: 2/span 2;
}

.site-footer {
  background-color: #0099CC;
  color: #DBF8F6;
  padding: 4em 0 2em 0;
  position: relative;
}
.site-footer .social-media {
  margin-top: 1em;
}
.site-footer .social-media svg {
  width: 40px;
}
.site-footer a {
  color: #DBF8F6;
}
.site-footer ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
}
.site-footer ul li {
  padding-left: 0;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.copyright {
  text-align: center;
  padding: 0.5em 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  font-size: 18px;
}
ul li,
ol li {
  line-height: 1.7em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0099CC;
  text-decoration: none;
}
a:visited {
  color: #0099CC;
}
a:hover, a:focus, a:active {
  color: #F79420;
}
a:focus {
  outline: unset;
}
a:hover, a:active {
  outline: 0;
}

p a,
li a {
  font-weight: 800;
}

a.button,
.facetwp-load-more,
.site-main form.forminator-ui.forminator-design--default .forminator-button-submit {
  display: inline-block;
  background-color: #0099CC;
  color: #DBF8F6;
  padding: 10px 30px;
  border: unset;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  min-height: 3em;
  margin: 0 1em 1em 0;
}
a.button:hover,
.facetwp-load-more:hover,
.site-main form.forminator-ui.forminator-design--default .forminator-button-submit:hover {
  background-color: #F79420;
  color: #DBF8F6;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  background-color: #0099CC;
  color: #DBF8F6;
  padding: 10px 30px;
  border: unset;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
  min-height: 3em;
  margin: 0 1em 1em 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: unset;
  outline: unset !important;
}

:focus-visible {
  outline: unset;
}

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=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 0px solid #0099CC;
  border-radius: var(--radius);
  padding: 10px 30px;
}
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=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #0099CC;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-toggle {
  display: none;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation .we-love-trumbull > a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.9em;
  position: relative;
}
.main-navigation .we-love-trumbull:hover > ul, .main-navigation .we-love-trumbull.focus > ul {
  left: unset;
}
.main-navigation .we-love-trumbull:hover > ul:before, .main-navigation .we-love-trumbull.focus > ul:before {
  left: 70%;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: flex-end;
}
.main-navigation ul ul {
  box-shadow: unset;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
  border-radius: var(--radius);
  border: 2px solid #0099CC;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 0px;
  width: 60vw;
  min-width: 400px;
  max-width: 400px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 20px;
  align-items: flex-start;
}
.main-navigation ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0099CC;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.main-navigation ul ul img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: calc(var(--radius) / 2);
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 2/1;
}
.main-navigation ul ul span {
  grid-column: 2;
  grid-row: 1;
  position: relative;
}
.main-navigation ul ul ul {
  left: 0;
  top: 0;
  width: 100%;
  min-width: unset;
  display: block;
  border: unset;
  position: relative;
  margin-top: 10px;
  transform: unset;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding-left: 110px;
  margin-top: 0px;
  background: unset;
}
.main-navigation ul ul ul li a {
  grid-template-columns: 1fr 3fr;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #0099CC;
  background-color: unset;
  text-align: left;
}
.main-navigation ul ul ul img {
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 1;
  display: none;
}
.main-navigation ul ul ul span {
  grid-column: 1;
  grid-row: 1;
}
.main-navigation ul ul ul:before {
  border-bottom: 10px solid #DBF8F6;
}
.main-navigation ul ul li.menu-item-has-children div {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  z-index: 100;
  top: 13px;
  right: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid;
}
.main-navigation ul ul li.menu-item-has-children.sub-menu-open ul {
  transition: all 0.3s ease-in-out;
}
.main-navigation ul ul ul a.sub-menu-open {
  display: block;
}
.main-navigation ul ul li {
  margin-bottom: 10px;
  margin-left: 0;
}
.main-navigation ul ul li a {
  text-transform: unset;
  letter-spacing: 0em;
  font-weight: 800;
  line-height: 1.2em;
  overflow: hidden;
  max-width: unset;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  display: grid;
  grid-template-columns: 100px 2fr;
  grid-gap: 10px;
  align-items: center;
  font-weight: 800;
  padding: 0;
}
.main-navigation ul ul a:hover {
  color: #F79420;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 50%;
}
.main-navigation li {
  position: relative;
  margin-left: 30px;
}
.main-navigation a {
  color: #0099CC;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  padding: 10px 0;
  line-height: 1.2em;
}
.main-navigation a:hover {
  color: #F79420;
}
.main-navigation a:hover svg {
  fill: #F79420;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #F79420;
  fill: #F79420;
}
.main-navigation .current_page_item > a svg,
.main-navigation .current-menu-item > a svg,
.main-navigation .current_page_ancestor > a svg,
.main-navigation .current-menu-ancestor > a svg {
  fill: #F79420;
}

/* Small menu. */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.menu-toggle {
  border-radius: var(--radius) 0 0 var(--radius);
  padding: 5px 20px 5px 5px;
  position: absolute;
  left: -65px;
  top: 0;
  background: white;
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.1803921569), 0px -10px 10px -10px rgba(0, 0, 0, 0.1803921569), 0 10px 10px -10px rgba(0, 0, 0, 0.1803921569);
  /* bottom */
}
.menu-toggle .btn10 {
  position: relative;
  width: 40px;
  height: 40px;
  padding-left: 5px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.menu-toggle .btn10 .icon,
.menu-toggle .btn10 .icon:before,
.menu-toggle .btn10 .icon:after {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  position: absolute;
  height: 5px;
  width: 30px;
  top: 0px;
  background-color: #0099CC;
  border-radius: 50px;
}
.menu-toggle .btn10 .icon {
  top: calc(50% - 2.5px);
}
.menu-toggle .btn10 .icon:before {
  content: "";
  top: -10px;
}
.menu-toggle .btn10 .icon:after {
  content: "";
  top: 10px;
}
.menu-toggle .btn10.open .icon {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: rotateZ(180deg);
}
.menu-toggle .btn10.open .icon:before {
  transform: rotateZ(-45deg) scaleX(0.75) translate(-12px, -5px);
}
.menu-toggle .btn10.open .icon:after {
  transform: rotateZ(45deg) scaleX(0.75) translate(-12px, 5px);
}
.menu-toggle .btn10:hover {
  cursor: pointer;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Alignments
--------------------------------------------- */
@media (max-width: 1000px) {
  .menu-toggle {
    display: block;
  }
  .site-header .main-navigation a {
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .site-header .main-navigation ul ul a {
    text-transform: unset;
    letter-spacing: 0;
  }
  .site-header .main-navigation {
    width: 400px;
    max-width: calc(100% - 90px);
    z-index: 100;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 0 calc(var(--radius) * 2);
    position: absolute;
    top: 44px;
    right: 60px;
    transform: translateX(calc(100% + 70px));
    transition: all 0.3s ease-in-out;
  }
  .site-header .main-navigation a {
    max-width: unset;
  }
  .site-header .main-navigation.active {
    transform: translateX(60px);
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1803921569);
  }
  .site-header .main-navigation ul {
    display: block !important;
  }
  .site-header .main-navigation ul:before {
    display: none;
  }
  .site-header .main-navigation ul li:hover ul {
    left: unset;
  }
  .site-header .main-navigation ul li {
    margin-left: 0;
    border: 2px solid #0099CC;
    border-radius: var(--radius);
    padding: 5px 20px;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .site-header .main-navigation ul ul {
    min-width: unset;
    position: relative;
    left: 0;
    transform: unset;
    width: 100%;
    float: unset;
    border: unset;
    padding: 0;
  }
  .site-header .main-navigation ul ul li {
    margin-bottom: 5px;
    padding: unset;
    border: unset;
  }
  .site-header .main-navigation ul ul li span {
    padding: 0;
  }
  .site-header .main-navigation ul ul img {
    aspect-ratio: 1;
  }
  .site-header .main-navigation ul ul a {
    grid-template-columns: 40px 1fr !important;
    font-size: 16px !important;
    background-color: unset !important;
    color: #0099CC !important;
  }
  .site-header .main-navigation ul ul span {
    text-align: left;
    padding: 5px 10px 5px 0;
  }
  .site-header .main-navigation ul ul ul {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0 10px 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .site-header .main-navigation ul ul ul a {
    padding-left: 50px;
  }
  .site-header .main-navigation ul ul ul li {
    margin-bottom: 5px;
  }
  .site-header .main-navigation ul ul ul a.sub-menu-open {
    display: block;
  }
  .section-with-bg {
    padding: 4em 0;
  }
  .grid-3-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-columns.truly-you {
    grid-template-columns: repeat(3, 1fr);
  }
  .guide .content {
    padding-bottom: 0;
  }
  .guide .content p:last-child {
    margin-bottom: 0;
  }
  .guide .guide-image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .guide .guide-image img {
    max-width: 70%;
  }
  .guide .guide-image .guide-arrow {
    right: unset;
    left: 20%;
    transform: translateY(-140%);
  }
  .sidebar {
    padding-left: 0;
    margin-bottom: 1em;
  }
  .sidebar .category .label {
    margin-left: 10px;
  }
  .sidebar .category .label:before {
    display: none;
  }
  .sidebar .mood__arrow {
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 40px;
    left: 50px;
  }
  .sidebar .mood__arrow svg {
    transform: scale(-1, 1);
    margin-top: 30px;
    margin-right: 10px;
  }
  .sidebar .categories {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .categories .category {
    flex: 0 0 33%;
  }
  .post-type-archive-listing .blog-list,
  .tax-listing_category .blog-list,
  .tax-listing_city .blog-list,
  .page-template-page-pillar .blog-list {
    grid-template-rows: auto;
  }
  .post-type-archive-listing .blog-list .sidebar,
  .tax-listing_category .blog-list .sidebar,
  .tax-listing_city .blog-list .sidebar,
  .page-template-page-pillar .blog-list .sidebar {
    grid-column: 1/span 2;
    grid-row: 1;
    padding-right: 0;
  }
  .post-type-archive-listing .blog-list .sidebar .sidebar-contents,
  .tax-listing_category .blog-list .sidebar .sidebar-contents,
  .tax-listing_city .blog-list .sidebar .sidebar-contents,
  .page-template-page-pillar .blog-list .sidebar .sidebar-contents {
    display: grid;
    gap: 0 10px;
    grid-template-columns: 1fr 1fr;
  }
  .post-type-archive-listing .blog-list .sidebar .sidebar-contents .blog-arrow.cities,
  .tax-listing_category .blog-list .sidebar .sidebar-contents .blog-arrow.cities,
  .tax-listing_city .blog-list .sidebar .sidebar-contents .blog-arrow.cities,
  .page-template-page-pillar .blog-list .sidebar .sidebar-contents .blog-arrow.cities {
    margin-bottom: 1em;
  }
  .post-type-archive-listing .blog-list .sidebar .facetwp-facet,
  .tax-listing_category .blog-list .sidebar .facetwp-facet,
  .tax-listing_city .blog-list .sidebar .facetwp-facet,
  .page-template-page-pillar .blog-list .sidebar .facetwp-facet {
    margin-bottom: 0px;
  }
  .post-type-archive-listing .blog-list .sidebar .facetwp-facet[data-name=listing_categories],
  .tax-listing_category .blog-list .sidebar .facetwp-facet[data-name=listing_categories],
  .tax-listing_city .blog-list .sidebar .facetwp-facet[data-name=listing_categories],
  .page-template-page-pillar .blog-list .sidebar .facetwp-facet[data-name=listing_categories] {
    display: none;
  }
  .post-type-archive-listing .blog-list .sidebar .facetwp-facet[data-name=listing_categories_mobile],
  .tax-listing_category .blog-list .sidebar .facetwp-facet[data-name=listing_categories_mobile],
  .tax-listing_city .blog-list .sidebar .facetwp-facet[data-name=listing_categories_mobile],
  .page-template-page-pillar .blog-list .sidebar .facetwp-facet[data-name=listing_categories_mobile] {
    display: block;
    grid-column: 1;
    grid-row: 2;
  }
  .post-type-archive-listing .blog-list .blog-arrow,
  .tax-listing_category .blog-list .blog-arrow,
  .tax-listing_city .blog-list .blog-arrow,
  .page-template-page-pillar .blog-list .blog-arrow {
    margin-bottom: 1em;
  }
  .post-type-archive-listing .blog-list .blog-arrow .arrow-text,
  .tax-listing_category .blog-list .blog-arrow .arrow-text,
  .tax-listing_city .blog-list .blog-arrow .arrow-text,
  .page-template-page-pillar .blog-list .blog-arrow .arrow-text {
    margin-top: 0;
  }
  .post-type-archive-listing .blog-list .blog-arrow,
  .tax-listing_category .blog-list .blog-arrow,
  .tax-listing_city .blog-list .blog-arrow,
  .page-template-page-pillar .blog-list .blog-arrow {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
  }
  .post-type-archive-listing .blog-list .blog-arrow.cities,
  .tax-listing_category .blog-list .blog-arrow.cities,
  .tax-listing_city .blog-list .blog-arrow.cities,
  .page-template-page-pillar .blog-list .blog-arrow.cities {
    grid-column: 2;
    grid-row: 1;
  }
  .post-type-archive-listing .blog-list .facetwp-facet-listing_location,
  .tax-listing_category .blog-list .facetwp-facet-listing_location,
  .tax-listing_city .blog-list .facetwp-facet-listing_location,
  .page-template-page-pillar .blog-list .facetwp-facet-listing_location {
    grid-column: 2;
    grid-row: 2;
  }
  .post-type-archive-listing .blog-list .above-listings,
  .tax-listing_category .blog-list .above-listings,
  .tax-listing_city .blog-list .above-listings,
  .page-template-page-pillar .blog-list .above-listings {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .post-type-archive-listing .blog-list .articles,
  .tax-listing_category .blog-list .articles,
  .tax-listing_city .blog-list .articles,
  .page-template-page-pillar .blog-list .articles {
    grid-column: 1/span 2;
    grid-row: 3;
  }
  .arrow .arrow-text {
    font-size: 14px;
    width: 140px;
  }
  .arrow svg {
    width: 60px;
  }
  .post-type-archive-listing .blog-intro,
  .tax-listing_category .blog-intro,
  .tax-listing_city .blog-intro,
  .page-template-page-pillar .blog-intro {
    padding-top: 4em;
    padding-bottom: 2em;
  }
  .page-template-page-we-love-trumbull .blog-list .sidebar,
  .archive.category .blog-list .sidebar {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .page-template-page-events .evo_lightbox .evopopclose,
  .page-template-page-events .evo_lightbox .evolbclose,
  .single-ajde_events .eventon_events_list .evopopclose,
  .single-ajde_events .eventon_events_list .evolbclose {
    background-color: #0099CC;
    color: #DBF8F6;
    transition: all 0.3s;
    top: 20px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    z-index: 10;
    text-indent: 0 !important;
    line-height: 0.8em;
    font-size: 30px;
    text-transform: lowercase;
  }
  .page-template-page-events .evo_lightbox .evopopclose:hover,
  .page-template-page-events .evo_lightbox .evolbclose:hover,
  .single-ajde_events .eventon_events_list .evopopclose:hover,
  .single-ajde_events .eventon_events_list .evolbclose:hover {
    background-color: #F79420;
  }
  .evo_lightbox.client .evolb_header {
    z-index: 999 !important;
  }
  .single-listing .grid-3-columns:not(.listing-top) {
    grid-template-rows: auto 1fr;
  }
  .single-listing .grid-3-columns:not(.listing-top) .summary {
    grid-column: 1;
    grid-row: 1;
  }
  .single-listing .grid-3-columns:not(.listing-top) .description {
    grid-column: 1;
    grid-row: 2;
  }
  .single-listing .grid-3-columns:not(.listing-top) .sidebar {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .single-post .grid-3-columns {
    grid-template-columns: 1fr;
  }
  .single-post article {
    grid-column: 1;
    grid-row: 1;
  }
  .single-post article .entry-content {
    padding: 0 1em;
  }
  .single-post .sidebar {
    grid-column: 1;
    grid-row: 2;
  }
  .single-post .sidebar .may-like .outline {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .grid-3-columns.grid-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 800px) {
  :root {
    --small-width: 600px;
  }
  .top-bar li:not(.social-media) {
    display: none;
  }
  .intro {
    margin-top: 4em;
    margin-bottom: 8em;
  }
  .intro .arrow {
    position: absolute;
    display: block;
    text-align: right;
    right: 30%;
  }
  .intro .arrow .arrow-text {
    text-align: left;
  }
  .intro .arrow .arrow-text svg {
    transform: scale(-1, 1) translate(calc(100% + 10px));
    left: 0;
  }
  .two-columns {
    display: block;
    max-width: var(--small-width);
  }
  .two-columns .column:first-child,
  .two-columns .column:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .content-block {
    margin-top: 4em;
  }
  .content-section .title {
    max-width: 80vw;
    margin-bottom: 2em;
  }
  .content-section .title-image {
    margin-bottom: 1em;
  }
  .content-section .title-image .title {
    width: 90%;
    padding: 1em 1em 0 1em;
  }
  .planning {
    max-width: var(--small-width);
    margin: 0 auto;
  }
  .guide {
    grid-template-columns: 1fr;
    max-width: var(--small-width);
  }
  .guide .arrow {
    display: none !important;
  }
  .guide .guide-image {
    grid-column: 1;
    grid-row: 2;
    margin: 0 auto 1em auto;
  }
  .guide .guide-image img {
    width: 300px;
    max-width: 50vw;
  }
  .links {
    grid-template-columns: 1fr;
    max-width: var(--small-width);
  }
  .blog-title span:last-child:after {
    display: none;
  }
  .blog-features .link {
    grid-column: 1/span 2;
    padding-top: 1em;
    text-align: left;
  }
  .home .section-with-bg {
    padding: 6em 0 4em 0;
    max-width: var(--max-width);
  }
  .home .section-with-bg .video {
    padding: 0;
  }
  .grid-3-columns.truly-you {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 0;
  }
  .grid-3-columns.truly-you .box:nth-child(1) {
    grid-column: 1;
    grid-row: 3/span 2;
  }
  .grid-3-columns.truly-you .box:nth-child(2) {
    grid-column: 2;
    grid-row: 4;
  }
  .grid-3-columns.truly-you .box:nth-child(3) {
    grid-column: 2;
    grid-row: 5/span 2;
  }
  .grid-3-columns.truly-you .box:nth-child(4) {
    grid-column: 1;
    grid-row: 6/span 2;
  }
  .grid-3-columns.truly-you .box:nth-child(5) {
    grid-column: 2;
    grid-row: 7;
  }
  .grid-3-columns.truly-you .box:nth-child(6) {
    grid-column: 2;
    grid-row: 7;
  }
  .grid-3-columns.truly-you .box:nth-child(7) {
    grid-column: 2;
    grid-row: 8/span 2;
  }
  .grid-3-columns.truly-you .box:nth-child(8) {
    grid-column: 1;
    grid-row: 9;
  }
  .grid-3-columns.truly-you .box:nth-child(9) {
    grid-column: 1;
    grid-row: 10/span 2;
  }
  .grid-3-columns.truly-you .box:nth-child(1) img, .grid-3-columns.truly-you .box:nth-child(3) img, .grid-3-columns.truly-you .box:nth-child(4) img, .grid-3-columns.truly-you .box:nth-child(7) img, .grid-3-columns.truly-you .box:nth-child(9) img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-3-columns.truly-you .box:nth-child(10) {
    grid-column: 2;
    grid-row: 3;
  }
  .grid-3-columns.truly-you .box:nth-child(11) {
    grid-column: 1;
    grid-row: 5;
  }
  .grid-3-columns.truly-you .box:nth-child(12) {
    grid-column: 1;
    grid-row: 8;
  }
  .grid-3-columns.truly-you .box:nth-child(13) {
    grid-column: 2;
    grid-row: 10;
  }
  .grid-3-columns.truly-you .box:nth-child(14) {
    grid-column: 2;
    grid-row: 1;
  }
  .grid-3-columns.truly-you .box:nth-child(14) .content {
    position: unset;
    bottom: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .grid-3-columns.truly-you .box:nth-child(15) {
    grid-column: 1;
    grid-row: 2;
  }
  .grid-3-columns.truly-you .box:nth-child(16) {
    grid-column: 2;
    grid-row: 2;
  }
  .guide .content p {
    padding-bottom: 1em;
  }
  .pillar-intro {
    max-width: var(--small-width);
  }
  .blog-arrow {
    left: 20vw;
    margin-top: 4em;
  }
  .post-type-archive-listing .blog-list .outline,
  .tax-listing_category .blog-list .outline,
  .tax-listing_city .blog-list .outline,
  .page-template-page-pillar .blog-list .outline {
    grid-template-columns: 1fr 2fr;
    width: calc(100% - 10px);
  }
  .post-type-archive-listing .blog-list .outline .image,
  .tax-listing_category .blog-list .outline .image,
  .tax-listing_city .blog-list .outline .image,
  .page-template-page-pillar .blog-list .outline .image {
    min-height: 120px;
    grid-column: 1;
  }
  .post-type-archive-listing .blog-list .outline .title,
  .tax-listing_category .blog-list .outline .title,
  .tax-listing_city .blog-list .outline .title,
  .page-template-page-pillar .blog-list .outline .title {
    grid-column: 2;
  }
  .post-type-archive-listing .blog-list .outline .summary,
  .tax-listing_category .blog-list .outline .summary,
  .tax-listing_city .blog-list .outline .summary,
  .page-template-page-pillar .blog-list .outline .summary {
    display: none;
  }
  .post-type-archive-listing .blog-list .outline:nth-child(odd),
  .tax-listing_category .blog-list .outline:nth-child(odd),
  .tax-listing_city .blog-list .outline:nth-child(odd),
  .page-template-page-pillar .blog-list .outline:nth-child(odd) {
    grid-template-columns: 2fr 1fr;
  }
  .post-type-archive-listing .blog-list .outline:nth-child(odd) .image,
  .tax-listing_category .blog-list .outline:nth-child(odd) .image,
  .tax-listing_city .blog-list .outline:nth-child(odd) .image,
  .page-template-page-pillar .blog-list .outline:nth-child(odd) .image {
    grid-column: 2;
    grid-row: 1/span 1;
  }
  .post-type-archive-listing .blog-list .outline:nth-child(odd) .title,
  .tax-listing_category .blog-list .outline:nth-child(odd) .title,
  .tax-listing_city .blog-list .outline:nth-child(odd) .title,
  .page-template-page-pillar .blog-list .outline:nth-child(odd) .title {
    grid-column: 1;
    grid-row: 1;
  }
  .post-type-archive-listing .blog-list .icon svg,
  .tax-listing_category .blog-list .icon svg,
  .tax-listing_city .blog-list .icon svg,
  .page-template-page-pillar .blog-list .icon svg {
    width: 30px;
  }
  .post-type-archive-listing .blog-list .icon.favorite,
  .tax-listing_category .blog-list .icon.favorite,
  .tax-listing_city .blog-list .icon.favorite,
  .page-template-page-pillar .blog-list .icon.favorite {
    top: 10px !important;
  }
  .post-type-archive-listing .blog-list .icon.more,
  .tax-listing_category .blog-list .icon.more,
  .tax-listing_city .blog-list .icon.more,
  .page-template-page-pillar .blog-list .icon.more {
    top: 45px !important;
  }
  .sidebar .categories .category {
    flex: 0 0 50%;
  }
  .single-listing .grid-3-columns {
    grid-template-columns: 1fr;
  }
  .single-listing .listing-top .image {
    grid-row: 2;
  }
  .single-listing .listing-top .text {
    grid-column: 1;
    grid-row: 1;
  }
  .single-listing .listing-top .text p {
    margin-bottom: 1em;
  }
  .single-listing .summary {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .single-listing .description {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .single-listing .sidebar {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .grid-3-columns.grid-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .grid-3-columns.grid-footer ul {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 540px) {
  p {
    font-size: 16px;
  }
  h4 {
    font-size: 24px;
    line-height: 1.4em;
  }
  .max-width {
    max-width: 540px;
  }
  .gallery--bento {
    gap: 10px;
  }
  .intro {
    margin-bottom: 6em;
  }
  .planning h2 {
    max-width: unset;
  }
  .section-with-bg {
    padding: 4em 0;
  }
  .section-with-bg .max-width {
    flex-direction: column;
  }
  .section-with-bg .max-width .text {
    left: 0;
    margin-top: 2em;
  }
  .home .section-with-bg .max-width .text .alt-font {
    font-size: 40vw;
  }
  .blog-title {
    max-width: calc(100% - 60px);
    margin-left: 30px;
  }
  .blog-title span:last-child:after {
    display: none;
  }
  .blog-title svg {
    margin: 0 0.8em 0 0;
  }
  .blog-features .outline,
  .blog-features .link {
    grid-column: 1/span 1 !important;
    justify-self: auto;
  }
  .blog-features .link {
    padding-top: 0;
  }
  .blog-features .link a {
    display: inline-block;
  }
  .grid-3-columns.truly-you .box {
    grid-column: 1/span 2 !important;
  }
  .grid-3-columns.truly-you .box:nth-child(1) {
    grid-row: 4;
  }
  .grid-3-columns.truly-you .box:nth-child(2) {
    grid-row: 6;
  }
  .grid-3-columns.truly-you .box:nth-child(3) {
    grid-row: 7;
  }
  .grid-3-columns.truly-you .box:nth-child(4) {
    grid-row: 9;
  }
  .grid-3-columns.truly-you .box:nth-child(5) {
    grid-row: 10;
  }
  .grid-3-columns.truly-you .box:nth-child(6) {
    grid-row: 12;
  }
  .grid-3-columns.truly-you .box:nth-child(7) {
    grid-row: 13;
  }
  .grid-3-columns.truly-you .box:nth-child(8) {
    grid-row: 15;
  }
  .grid-3-columns.truly-you .box:nth-child(9) {
    grid-row: 16;
  }
  .grid-3-columns.truly-you .box:nth-child(1) img, .grid-3-columns.truly-you .box:nth-child(3) img, .grid-3-columns.truly-you .box:nth-child(4) img, .grid-3-columns.truly-you .box:nth-child(7) img, .grid-3-columns.truly-you .box:nth-child(9) img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-3-columns.truly-you .box:nth-child(10) {
    grid-row: 5;
  }
  .grid-3-columns.truly-you .box:nth-child(11) {
    grid-row: 8;
  }
  .grid-3-columns.truly-you .box:nth-child(12) {
    grid-row: 11;
  }
  .grid-3-columns.truly-you .box:nth-child(13) {
    grid-row: 14;
  }
  .grid-3-columns.truly-you .box:nth-child(14) {
    grid-row: 1;
    grid-column: 2 !important;
  }
  .grid-3-columns.truly-you .box:nth-child(14) .content {
    position: unset;
    bottom: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .grid-3-columns.truly-you .box:nth-child(15) {
    grid-row: 2;
    grid-column: 1 !important;
  }
  .grid-3-columns.truly-you .box:nth-child(15) .content {
    position: unset;
    bottom: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .grid-3-columns.truly-you .box:nth-child(16) {
    grid-row: 2;
    grid-column: 2 !important;
  }
  .sidebar {
    padding-left: 0;
  }
  .sidebar .category .label {
    margin-left: 10px;
  }
  .sidebar .category .label:before {
    display: none;
  }
  .grid-3-columns {
    grid-template-columns: 1fr;
  }
  .post-type-archive-listing .blog-list .above-listings,
  .tax-listing_category .blog-list .above-listings,
  .tax-listing_city .blog-list .above-listings,
  .page-template-page-pillar .blog-list .above-listings {
    gap: 10px;
  }
  .post-type-archive-listing .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap,
  .tax-listing_category .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap,
  .tax-listing_city .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap,
  .page-template-page-pillar .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap {
    width: 100%;
  }
  .post-type-archive-listing .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-search,
  .post-type-archive-listing .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-location,
  .tax-listing_category .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-search,
  .tax-listing_category .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-location,
  .tax-listing_city .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-search,
  .tax-listing_city .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-location,
  .page-template-page-pillar .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-search,
  .page-template-page-pillar .blog-list .above-listings .facetwp-type-search .facetwp-input-wrap input.facetwp-location {
    min-width: unset;
    padding-right: 0;
  }
  .post-type-archive-listing .blog-list .facetwp-facet,
  .tax-listing_category .blog-list .facetwp-facet,
  .tax-listing_city .blog-list .facetwp-facet,
  .page-template-page-pillar .blog-list .facetwp-facet {
    margin-bottom: 20px;
  }
  .post-type-archive-listing .blog-list .sidebar .sidebar-contents,
  .tax-listing_category .blog-list .sidebar .sidebar-contents,
  .tax-listing_city .blog-list .sidebar .sidebar-contents,
  .page-template-page-pillar .blog-list .sidebar .sidebar-contents {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .post-type-archive-listing .blog-list .blog-arrow,
  .tax-listing_category .blog-list .blog-arrow,
  .tax-listing_city .blog-list .blog-arrow,
  .page-template-page-pillar .blog-list .blog-arrow {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
  }
  .post-type-archive-listing .blog-list .blog-arrow.cities,
  .tax-listing_category .blog-list .blog-arrow.cities,
  .tax-listing_city .blog-list .blog-arrow.cities,
  .page-template-page-pillar .blog-list .blog-arrow.cities {
    grid-column: 2;
    grid-row: 3;
  }
  .post-type-archive-listing .blog-list .facetwp-facet[data-name=listing_categories_mobile],
  .tax-listing_category .blog-list .facetwp-facet[data-name=listing_categories_mobile],
  .tax-listing_city .blog-list .facetwp-facet[data-name=listing_categories_mobile],
  .page-template-page-pillar .blog-list .facetwp-facet[data-name=listing_categories_mobile] {
    grid-column: 1/span 2 !important;
    grid-row: 2;
  }
  .post-type-archive-listing .blog-list .facetwp-facet-listing_location,
  .tax-listing_category .blog-list .facetwp-facet-listing_location,
  .tax-listing_city .blog-list .facetwp-facet-listing_location,
  .page-template-page-pillar .blog-list .facetwp-facet-listing_location {
    grid-column: 1/span 2;
    grid-row: 4;
  }
  .post-type-archive-listing .blog-list .above-listings,
  .tax-listing_category .blog-list .above-listings,
  .tax-listing_city .blog-list .above-listings,
  .page-template-page-pillar .blog-list .above-listings {
    grid-column: 1/span 2;
    grid-row: 2;
  }
  .single-listing .listing-top .image {
    grid-row: 2;
  }
  .single-listing .listing-top .text {
    grid-column: 1;
    grid-row: 1;
  }
  .single-listing .listing-top .text p {
    margin-bottom: 1em;
  }
  .single-listing .summary {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .single-listing .description {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .single-listing .sidebar {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .page-template-page-events .events-list,
  .single-ajde_events .events-list {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: unset;
  }
  .page-template-page-events .blog-features,
  .single-ajde_events .blog-features {
    margin-top: 0;
  }
  .page-template-page-events .ajde_evcal_calendar .calendar_header,
  .page-template-page-events .ajde_evcal_calendar .calendar_header,
  .single-ajde_events .ajde_evcal_calendar .calendar_header,
  .single-ajde_events .ajde_evcal_calendar .calendar_header {
    grid-template-columns: 1fr;
  }
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above,
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above {
    grid-column: 1;
    grid-row: 1;
  }
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above_content,
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_cal_above_content,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above_content,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_cal_above_content {
    grid-column: 1;
    grid-row: 3;
  }
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_header_title,
  .page-template-page-events .ajde_evcal_calendar .calendar_header .evo_header_title,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_header_title,
  .single-ajde_events .ajde_evcal_calendar .calendar_header .evo_header_title {
    grid-column: 1;
    grid-row: 2;
  }
  .page-template-page-we-love-trumbull .blog-intro__content,
  .archive.category .blog-intro__content {
    padding: 0rem 0;
  }
  .page-template-page-we-love-trumbull .blog-list .articles,
  .archive.category .blog-list .articles {
    grid-template-columns: 1fr;
  }
  .page-template-page-we-love-trumbull .blog-list .articles .outline,
  .archive.category .blog-list .articles .outline {
    grid-template-columns: 1fr !important;
    grid-column: 1;
  }
  .page-template-page-we-love-trumbull .video-gallery .video-gallery__featured,
  .archive.category .video-gallery .video-gallery__featured {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr 1fr;
  }
  .page-template-page-we-love-trumbull .single article,
  .archive.category .single article {
    grid-column: 1;
    grid-row: 1;
  }
  .page-template-page-we-love-trumbull .single .sidebar,
  .archive.category .single .sidebar {
    grid-column: 1;
    grid-row: 2;
    padding-left: 0;
  }
  .single-post .sidebar .may-like .outline {
    display: block;
  }
  .single-post .content-block__b .title {
    max-width: unset;
    margin-top: 0;
    padding-left: 0;
  }
  .single-post article .entry-content {
    padding: 0;
  }
  .single-post .wp-block-gallery .wp-block-image {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */