/*!
Theme Name: Omaha Places
Theme URI: https://pixll.dev/
Author: Utsab Roy
Author URI: https://pixll.dev/
Description: Omaha Places WordPress Theme
Version: 0.0.30
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixll-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Init */
* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: var(--body);
    font-weight: 400;
    font-family: var(--body_font);
    scroll-behavior: smooth;
    scroll-padding-top: var(--section_padding);
}

body {
    font-size: var(--body);
    background-color: var(--bg1);
    color: var(--tc);
    position: relative;
    background-image: url(/wp-content/themes/pixll-theme/assets/img/bg.svg?ver=1.0.0);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 60vh;
}

section {
    position: relative;
    overflow-x: clip;
}

.admin-bar #masthead.viewNav,
.admin-bar {
    --top_offset: 32px;
}

html:has(.admin-bar) {
    margin-top: 0 !important;
}

.hidden {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h4, h5 {
    color: var(--tc);
    font-family: var(--heading_font);
    line-height: var(--heading_lh);
    font-weight: 700;
    text-wrap: balance;
}

h3, h5, .h3, .h5 {
    font-family: var(--sub_heading_font);
}

:where(.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5)+* {
    margin-top: 0.6em;
}

.h1, h1 {
    font-size: var(--h1) !important;
}

.h2, h2 {
    font-size: var(--h2);
}

.h3, h3 {
    font-size: var(--h3);
}

.h4, h4 {
    font-size: var(--h4);
}

.h5, h5 {
    font-size: var(--h5);
}

.pTxt, p {
    line-height: 1.6em;
    color: var(--tc);
}

.captionTxt {
    display: block;
    font-size: var(--caption);
}

.smallTxt {
    display: block;
    font-size: var(--small);
}

a {
    color: var(--tc);
    text-decoration: underline;
}

a:focus,
a:hover {
    color: var(--tc_h);
}

ul {
    list-style: none;
    color: var(--tc);
}

svg,
img {
    /* width: 100%; */
    display: block;
}

img {
    object-fit: cover;
}

.srOnly {
    max-width: 1px;
    max-height: 1px;
    position: absolute;
    visibility: hidden;
}

.has-bg-1-color,
.has-white-color {
    --tc: var(--bg1) !important;
    --tc_h: var(--bg1) !important;
}

.has-black-color {
    --tc: #000 !important;
    --tc_h: #000 !important;
    text-shadow: none;
}

#skip-nav {
    display: none;
}

#skip-nav:focus {
    display: block;
    outline: none;
    position: absolute;
    top: 10px;
    left: 10px;
}


/* End Init */

/*Button Style*/
:where(.woocommerce a.button,
    .woocommerce button.button,
    .components-button,
    .wp-element-button,
    input[type="submit"],
    .btn) {
    --_color: var(--bg1);
    --_bg: var(--c1);
    --_hover_color: var(--bg1);
    --_hover_bg: var(--c1);
    cursor: pointer;
    color: var(--_color) !important;
    background-color: var(--_bg) !important;
    border: solid 2px var(--_bg) !important;
    border-radius: 0 !important;
    display: block;
    font-family: var(--body_font) !important;
    font-size: 1em !important;
    line-height: 1.2em !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: inherit;
    text-decoration: none !important;
    text-align: center !important;
    text-shadow: none;
    padding: 0.5em 1.2em !important;
    transition: all 0.2s ease-out;
    position: relative;
}

:where(.woocommerce a.button,
    .woocommerce button.button,
    .components-button,
    .wp-element-button,
    input[type="submit"],
    .btn):hover,
:where(.woocommerce a.button,
    .woocommerce button.button,
    .components-button,
    .wp-element-button,
    input[type="submit"],
    .btn):focus {
    transition: all 0.2s ease;
    color: var(--_hover_color) !important;
    background-color: var(--_hover_bg) !important;
    border-color: var(--_hover_bg) !important;
    box-shadow: 0 18px 10px -12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.btn:has(a) {
    padding: 0 !important;
}

.btn a {
    background: none;
    text-decoration: none;
    color: var(--_color);
    padding: 0.5em 1.2em !important;
    margin: 0;
    display: block;
}

.btn a:hover {
    color: var(--_hover_color);
}

.wp-block-button .has-c-1-background-color,
.btn.s1 {
    --_color: var(--tc);
    --_bg: var(--c1);
    --_hover_color: var(--tc);
    --_hover_bg: var(--c1);
}

.wp-block-button .has-c-2-background-color,
.btn.s2 {
    --_color: var(--tc);
    --_bg: var(--c2);
    --_hover_color: var(--tc);
    --_hover_bg: var(--c2);
}

.wp-block-button .has-c-3-background-color,
.btn.s3 {
    --_color: var(--tc);
    --_bg: var(--c3);
    --_hover_color: var(--tc);
    --_hover_bg: var(--c3);
}

.wp-block-button .has-c-4-background-color,
.btn.s4 {
    --_color: var(--tc);
    --_bg: var(--c4);
    --_hover_color: var(--tc);
    --_hover_bg: var(--c4);
}

.wp-block-button .has-bg-1-background-color,
.btn.s5 {
    --_color: var(--c4);
    --_bg: var(--bg1);
    --_hover_color: var(--c4);
    --_hover_bg: var(--bg1);
}

.wp-block-button.is-style-outline a,
.btn.outline {
    --_color: var(--c2);
    --_bg: transparent;
    border-color: var(--_color) !important;
    --_hover_color: var(--c3);
    --_hover_bg: var(--c2);
}

.wp-block-buttons,
.btnGroup {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
}

*+.wp-block-buttons,
*+.btnGroup {
    margin-top: 2em;
}

.btnGroup .or {
    display: block;
    text-align: center;
    line-height: 0.8em;
    font-size: 0.8em;
    opacity: 0.8;
}

.btnGroup .or::before {
    content: "-";
    display: block;
    transform: rotate(90deg);
}

.btnGroup .or::after {
    content: "-";
    display: block;
    transform: rotate(90deg);
    line-height: 1em;
}

@media only screen and (max-width: 600px) {
    .btnGroup {
        width: 100%;
        flex-direction: column;
    }

    .btnGroup .btn {
        width: 100%;
    }

    .btnGroup .or {
        margin: -0.5em 0;
    }

    .btnGroup .or::before,
    .btnGroup .or::after {
        display: inline;
        transform: none;
        line-height: inherit;
        margin: 0 0.5em;
    }
}

.is-style-no-style a,
.btn.noStyle,
button.noStyle {
    border: none !important;
    background: none !important;
    padding: 0 20px 0 0 !important;
    font-size: 1em;
    line-height: 1em;
    cursor: pointer;
}

button.noStyle.toggleNav {
    font-size: 1.5rem;
}

.inlineButton {
    padding: 0;
    border: none;
    color: var(--tc);
    --hover: var(--tc);
    background-color: transparent;
    --hover_bg: transparent;
}

/*End Button Style*/

/*Container*/
.container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.container>* {
    grid-area: 1/1;
    width: 100%;
}

.pixll_group-content,
.container .c_content,
.boxed {
    width: clamp(300px, 90%, var(--max_width));
    margin: 0 auto;
    z-index: 1;
}

.pixll_group.fullW>.pixll_group-content,
.container.fullW>.c_content {
    width: 100%;
}

.fullH {
    min-height: var(--fvh);
}

.container .c_background,
.container .c_overlay {
    height: 100%;
    background-repeat: no-repeat;
    overflow: clip;
    position: relative;
    background-size: cover;
    background-position: center;
}

.container .c_overlay {
    opacity: 0.5;
    background: var(--bg4);
}

.section_padding {
    padding-top: var(--section_padding);
    padding-bottom: var(--section_padding);
}

.section_padding_top {
    padding-top: var(--section_padding);
}

.section_padding_bottom {
    padding-bottom: var(--section_padding);
}

.section_margin {
    margin-top: var(--section_padding);
    margin-bottom: var(--section_padding);
}

.section_margin_top {
    margin-top: var(--section_padding);
}

.section_margin_bottom {
    margin-bottom: var(--section_padding);
}

.gap_margin {
    margin-top: var(--gap);
    margin-bottom: var(--gap);
}

.relative {
    position: relative;
}

.with-sidebar {
    display: grid;
    align-items: start;
    grid-template-columns: 300px 1fr;
    grid-gap: var(--gap);
}

.with-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: solid hsl(0, 0%, 95%);
    border-width: 0 1px 0 0;
    padding-right: var(--gap);
}

@media only screen and (max-width: 765px) {
    .with-sidebar {
        grid-template-columns: 1fr;
    }

    .with-sidebar .sidebar {
        padding: 0;
        border: none;
    }
}

.sidebar h4+ul {
    padding-top: var(--gap_min)
}

.sidebar ul+h4 {
    padding-top: var(--gap)
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li+li {
    padding-top: 0.4em;
}

.sidebar .widget {
    width: 100%;
}

.wpc-term-count-0 {
    display: none;
}

/*End Container*/

/* Page */
.default-hero {
    min-height: clamp(400px, 80vh, 720px);
    --tc: var(--bg1);
    --tc_h: var(--bg1);
    border-radius: 0 0 var(--radius_xl) var(--radius_xl);
    overflow: hidden;
}

.default-hero.small {
    min-height: clamp(200px, 40vh, 400px);
    background-color: var(--bg4);
}

.default-hero .c_content {
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: var(--section_padding) 0;
}

.default-hero a {
    text-decoration: none;
}

.default-hero .sub-title {
    margin: 0.4em 0 -2em 0;
}

.default-hero .sub-title p {
    margin: 0;
}

.template-default .entry-content {
    margin: var(--section_padding) auto;
}

.entry-content .is-style-container:first-child {
    margin-top: 0;
}

.page_content {
    /* margin-top: var(--menu_height); */
}

/* End Page */

/* Post List */
.post-list {
    gap: var(--gap) !important;
    display: grid;
}

.post-list .list-item {
    transition: all 0.2s ease-out;
    height: 100%;

}

.post-list .list-item .card {
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-out;
    border-radius: 0 0 var(--radius_l) 0;
    height: 100%;
}

.post-list .list-item .excerpt {
    display: none;
}

.post-list .list-item .card:hover {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.post-list .list-item .hero {
    display: block;
    height: auto;
    aspect-ratio: 4/3;
    width: 100%;
    background-color: var(--bg4);
    position: relative;
}

.post-list .list-item .hero img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.post-list .list-item .content {
    padding: var(--gap_min);
    background-color: var(--bg3);
    height: 100%;
    border-radius: 0 0 var(--radius_l) 0;
    --tc: #fff;
    --tc_h: #fff;
}

.post-list .list-item h3 {
    font-size: var(--h5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-list .list-item .excerpt {
    margin-top: 10px;
}

.post-list .list-item .excerpt p {
    font-weight: 400;
    font-size: 0.9em;
    margin: 0.2em 0 0.5em 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-list .list-item .excerpt a {
    text-decoration: underline;
}

.post-list .list-item a {
    text-decoration: none;
}

.post-list .list-item .actions {
    padding: var(--gap_min);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px var(--border_c);
}

.post-list .list-item.stacked {
    display: grid;
    align-items: end;
}

.post-list .list-item.stacked .hero,
.post-list .list-item.stacked .content {
    grid-area: 1/1;
    position: relative;
    --tc: var(--cl);
    --tc_h: var(--cl);
    overflow: hidden;
}


.post-list .list-item.stacked .hero::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    bottom: -100%;
    transition: bottom 0.2s ease-out;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.post-list .list-item.stacked .content {
    z-index: 2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.post-list .list-item.stacked .content .excerpt {
    overflow: hidden;
    margin: 0;
    max-height: 0;
    transition: all 0.2s ease-out;
}

.post-list .list-item.stacked .content .excerpt>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-list .list-item.stacked:hover .content .excerpt {
    max-height: 10lh;
}

.post-list .list-item.stacked:hover .hero::after {
    bottom: 0;
}

.post-list .nothing-found {
    grid-column: 1/-1;
}

.pagination {
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    grid-column: 1/-1;
    justify-content: center;
}

.pagination a {
    text-decoration: none;
    display: block;
}

.pagination .current,
.pagination a:hover,
.pagination a:focus {
    text-decoration: underline;
    text-decoration-color: var(--c1);
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.1em;
}

.pagination :where(a.prev, a.next):is(:hover, :focus) {
    text-decoration: none !important;
    color: var(--c1);
}

.list-item .pdic-map-pin {
    display: block;
    font-size: 0.9em;
    margin-top: 0.2em;
}

.sub-title .pdic-map-pin::before,
.list-item .pdic-map-pin::before {
    margin: 0 0.2em 0 0;
}

/* End Post List */

/* Post Page */
.post_content .wp-post-image {
    width: calc(100% + 2 * var(--gap));
    height: auto;
    aspect-ratio: 16/9;
    margin: var(--gap) calc(-1 * var(--gap));
}

.post_content h2 {
    font-size: var(--h3);
    --tc: var(--c1);
}

.post_content h3 {
    font-size: var(--h4);
}

.post_content h4 {
    font-size: var(--h5);
}

.post_content *+p {
    margin-top: 0.8em;
}

.post_content ul {
    list-style: disc;
    margin: 0.5em 0 0.8em 0.5em;
}

.post_content p>img {
    width: 100%;
}

.post_content p:has(img:nth-of-type(2)) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--gap_min);
}

.postNavigation {
    margin-top: var(--gap) !important;
    text-align: center;
    text-transform: capitalize;
}

.overflowScroll {
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
}

/*Scroll bar style*/
body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.01);
}

body ::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.02);
}

body ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

body ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.05);
}

/*Form*/
textarea,
select,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="select"],
input[type="password"],
input[type="textarea"] {
    padding: 0.5em 0.8em;
    line-height: 1.2em;
    width: 100%;
    border: solid 1px var(--border_c);
    color: var(--tc);
    font-family: var(--body_font);
    font-size: 16px;
    border-radius: 0;
    outline: none !important;
    background-color: transparent;
}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="select"]:focus,
input[type="password"]:focus,
input[type="textarea"]:focus {
    border-color: var(--tc);
    box-shadow: var(--input_box_shadow);
}

::placeholder {
    color: var(--tc);
    opacity: 1;
}

textarea {
    resize: none;
    height: 4lh;
}

label {
    color: var(--tc);
}

fieldset label {
    font-size: var(--small);
}

label {
    margin: 5px 0;
}

legend, label {
    font-weight: 600;
}

fieldset label,
label>* {
    font-weight: 400;
}

label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

label .txt-xs {
    line-height: 1.6em;
    margin-top: 5px;
}

form.wpcf7-form .wpcf7-form-control-wrap[data-name*='-other'] {
    display: none;
}

form.wpcf7-form .wpcf7-form-control-wrap[data-name*='-other']:has(.show) {
    display: block;
}

option {
    color: #000;
}

form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: var(--gap_min);
}

fieldset {
    padding: 0;
    border: none;
    margin-bottom: var(--gap_min);
}

fieldset legend {
    padding: 0;
    margin: 0;
}

/*CF7*/
.wpcf7 {
    width: 100%;
}

.wpcf7 div[class^="uacf7-form"],
.wpcf7 form {
    display: grid;
    gap: 10px;
}

.wpcf7 form .col-auto,
.wpcf7 form .col-2 {
    gap: 10px;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 0.5em 1em;
    margin: 5px 0 10px 0;
}

form.wpcf7-form div.submit {
    position: relative;
}

form.wpcf7-form input[type="submit"] {
    width: 100%;
    font-weight: 600 !important;
    font-size: 1.1em !important;
}

form.wpcf7-form.submitting input[type="submit"] {
    pointer-events: none !important;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: rgb(0 0 0 / 16%);
}

.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0 1em;
}

.wpcf7-checkbox label {
    position: relative;
}

.wpcf7-checkbox label input {
    opacity: 0;
    width: 1.8em;
}

.wpcf7-checkbox label::before {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    text-align: center;
    height: 0.9rem;
    width: 0.9rem;
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: var(--c1);
    background-color: transparent;
    border: solid 1px var(--tc);

    font-family: 'pd_icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpcf7-checkbox label:has(input:checked)::before {
    content: "\e910";
    background-color: var(--c3);
    border-color: var(--c3);
    color: var(--c2);
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item label {
    font-size: 1em;
}

.wpcf7-response-output {
    border: none !important;
    color: var(--color_l);
    padding: 0 !important;
    margin: 0 !important;
    /* text-align: center; */
}

.wpcf7-not-valid-tip {
    text-transform: initial;
    font-size: var(--small);
    margin-top: 5px;
    padding: 0;
    color: #dc3232;
}

/*Header*/
.header-container {
    height: var(--menu_height);
}

#masthead {
    position: fixed;
    z-index: 999;
    top: -300px;
    width: 100%;
    top: var(--top_offset);
    background-color: var(--bg2);
    transition: top 0.4s ease-in, background 0.4s ease-in;
    --_gap: clamp(10px, 2vh, 15px);
}

#masthead.hideNav {
    --top_offset: -300px;
    /* background-color: var(--bg2); */
}

#masthead.viewNav {
    --top_offset: 0px;
    /* background-color: var(--bg2); */
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(10px); */
}

#masthead #top-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: 600;
}

#masthead #top-nav a {
    text-decoration: none;
    text-align: center;
}

#masthead #mid-nav {
    display: grid;
    padding-top: var(--_gap);
    padding-bottom: var(--_gap);
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    height: var(--menu_height);
}

#masthead #mid-nav>.logo {
    height: calc(var(--menu_height) - 2.4 * var(--_gap));
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo {
    display: block;
    /* aspect-ratio: 1; */
    width: auto;
    transition: all 0.3s;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--c1) !important;
    text-transform: uppercase;
}

.logo img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position: center left;
}

@media screen and (min-width: 1240px) {
    #main-navigation .boxed {
        width: 100%;
        max-width: auto;
        margin: 0 auto;
    }
}

#main-navigation .main-menu {
    display: flex;
    flex-direction: row;
    gap: var(--gap_min);
    align-items: baseline;
    justify-content: flex-end;
}

#main-navigation .main-menu .menu-item {
    position: relative;
}

#main-navigation .main-menu .menu-item a {
    --tc: var(--c3);
    --tc_h: var(--c3);
}

#main-navigation .main-menu .menu-item:not(.btn) a {
    font-weight: 400;
    padding: 0.5em 0;
    text-decoration: none;
}

#main-navigation .main-menu .menu-item.current_page_item:not(.btn)>a,
#main-navigation .main-menu .menu-item:not(.btn) a:hover,
#main-navigation .main-menu .menu-item:not(.btn) a:focus {
    color: var(--tc_h);
}

#main-navigation .main-menu .menu-item-has-children {
    padding-right: 1.2em;
}

#main-navigation .main-menu .sub-menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--bg1);
    opacity: 0.4;
    transition: opacity 0.4 ease-out;
}

#main-navigation .main-menu .menu-item-has-children:hover .sub-menu-trigger {
    opacity: 1;
}

@media screen and (min-width: 1240px) {

    /* Desktop Menu */
    #main-navigation .main-menu>.menu-item:not(.btn)>a {
        background-image: linear-gradient(var(--c4), var(--c4));
        background-size: 0 .1em;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        transition: background-size 500ms;
    }

    #main-navigation .main-menu>.menu-item:not(.btn):hover>a,
    #main-navigation .main-menu>.menu-item:not(.btn):focus>a,
    #main-navigation .main-menu>.menu-item:not(.btn):focus-within>a,
    #main-navigation .main-menu>.current-menu-item:not(.btn)>a {
        background-size: 100% .1em;
        background-position: 0 100%;
    }

    #main-navigation .main-menu .sub-menu {
        --_bg: var(--bg1);
        position: absolute;
        left: 0px;
        top: 2.8em;
        background: var(--_bg);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        z-index: 1;
        width: max-content;
        visibility: hidden;
        border-radius: 1em;
        border-top-left-radius: 0;
        max-width: 150px;
        line-height: 1.4em;
        opacity: 0;
        transform: translateY(5px);
        transition: all 0.2s ease-in-out;
    }

    #main-navigation .menu-item.active .sub-menu,
    #main-navigation .menu-item:focus-within .sub-menu,
    #main-navigation .menu-item:hover .sub-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    #main-navigation .main-menu .sub-menu::after {
        content: "";
        position: absolute;
        display: block;
        top: -20px;
        left: 0px;
        transform: translateY(50%);
        border: solid 10px transparent;
        border-left-color: var(--_bg);
    }

    #main-navigation .main-menu .sub-menu::before {
        content: "";
        position: absolute;
        display: block;
        top: -1.1em;
        left: 0px;
        height: 2.8em;
        width: 100%;
    }

    #main-navigation .main-menu .sub-menu .menu-item a {
        --tc: var(--cd);
        --tc_h: var(--cd);
        display: block;
        padding: 0.2em 0.5em;
        border-radius: 0.5em;
        transition: background-color 0.2s ease-out;
    }

    #main-navigation .main-menu .sub-menu .menu-item a:hover,
    #main-navigation .main-menu .sub-menu .menu-item a:focus,
    #main-navigation .main-menu .sub-menu .menu-item.current-menu-item a {
        background-color: var(--bg2);
    }
}

#masthead.hideNav,
#masthead.viewNav {
    --menu_height: 80px;
    /* --_gap: 20px; */
}


.navIsOpen #masthead {
    --top_offset: 0px !important;
}

#masthead .csic-close {
    cursor: pointer;
}

/*Mobile Header*/


#main-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media only screen and (min-width: 1240px) {
    .mobileOnly {
        display: none !important;
    }
}

@media only screen and (min-width: 765px) {
    .mobileOnlySm {
        display: none !important;
    }
}

@media only screen and (max-width: 1240px) {
    .pcOnly {
        display: none;
    }
	
	:root {
		--menu_height: 80px;
	}

    #masthead {
        margin: 0;
        --_gap: 15px;
    }

    #main-navigation .main-menu .menu-item {
        width: 100%;
    }

    #main-navigation .main-menu .menu-item>a {
        font-size: 1.3rem;
    }

    #main-navigation .main-menu .sub-menu-trigger {
        color: var(--bg2);
        opacity: 1;
    }

    #main-navigation .main-menu .active .sub-menu-trigger {
        transform: rotate(180deg);
    }

    .main-menu .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        overflow: hidden;
        height: 0px;
        margin-top: 0px;
        transition: all 0.3s ease-out;
        padding-left: 0.8em;
    }

    .main-menu .sub-menu a {
        font-size: 0.85em !important;
    }

    .main-menu .active .sub-menu {
        margin-top: var(--gap_min);
        height: var(--_height);
    }

    #main-navigation {
        position: fixed;
        top: 0;
        right: -100vw;
        opacity: 0;
        transition: all 0.3s ease-in-out !important;
        width: 80vw;
        height: var(--fvh);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        padding: var(--full_menu_height) var(--gap_xl);
        background-color: var(--c2);
    }

    #main-navigation .boxed {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .navIsOpen #masthead #mid-nav {
        background-color: #fff;
    }

    .navIsOpen #masthead #mid-nav .hamNav {
        --tc: #fff;
        z-index: 2;
    }

    .navIsOpen #main-navigation {
        right: 0;
        opacity: 1;
        --tc: #fff;
        --tc_h: #fff;
        z-index: 1;
    }

    .navIsOpen #main-nav-overlay {
        display: block;
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .navIsOpen #masthead {
        --top_offset: 0px !important;
    }

    #main-navigation .main-menu {
        display: flex;
        flex-direction: column;
        gap: var(--gap_min);
        height: 100%;
        justify-content: center;
    }

    #main-navigation .main-menu .menu-item:not(.btn) {
        font-size: 1.2rem;
    }

    #main-navigation .main-menu .menu-item a {
        --tc: var(--bg2);
        --tc_h: var(--bg1);
    }

    #main-navigation .main-menu .btn {
        margin-top: var(--gap_xl);
    }

    #main-navigation .top-nav-items {
        padding-top: 1.5em;
        display: flex !important;
        flex-direction: column;
        gap: 1.2em;
    }

    #main-navigation .joinTeamLink {
        width: 100%;
        font-size: 1.2em;
        text-align: center;
    }

    #main-navigation .socialIcons {
        font-size: 1.2em;
        justify-content: center;
    }

    #masthead #mid-nav .hamNav {
        height: 25px;
        --_stroke: 2px;
        --_radius: 2px;
        --_spacing: 8px;
        width: auto;
        aspect-ratio: 1;
        position: relative;
        background: transparent;
        border: none;
        cursor: pointer;
        margin-left: auto;
        z-index: 1;
        --tc: var(--c4);
    }

    .hamNav .hamItem {
        position: relative;
        display: block;
        height: var(--_stroke);
        width: 100%;
        background-color: var(--tc);
        border-radius: var(--_radius);
        transition: all 0.4s var(--bezier);
        transform-origin: center;
    }

    .navIsOpen .hamNav .hamItem {
        background-color: transparent;
        transition: all 0.4s var(--bezier) 0.2s;
    }


    .hamNav .hamItem::before,
    .hamNav .hamItem::after {
        content: "";
        position: absolute;
        height: var(--_stroke);
        width: 100%;
        background: var(--tc);
        transform-origin: center;
        border-radius: var(--_radius);
        left: 0;
    }

    .navIsOpen .hamNav .hamItem:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 0.3s 0.05s var(--bezier),
            transform 0.3s 0.35s var(--bezier);
    }

    .hamNav .hamItem:before {
        bottom: var(--_spacing);
        transition: bottom 0.3s 0.3s var(--bezier),
            transform 0.3s var(--bezier),
            background-color 0.4s;
    }

    .navIsOpen .hamNav .hamItem:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 0.3s 0.05s var(--bezier),
            transform 0.3s 0.35s var(--bezier);
    }

    .hamNav .hamItem:after {
        top: var(--_spacing);
        transition: top 0.3s 0.3s var(--bezier),
            transform 0.3s var(--bezier),
            background-color 0.4s;
    }
}


/*Search*/
#searchForm {
    display: grid;
    grid-template-columns: 1fr 45px;
    position: relative;
    width: clamp(200px, 95vw, 500px);
}

input[type="search"] {
    width: 100%;
    font-size: 1rem;
    padding: 9px 12px;
    background-color: var(--bg1);
    color: #000;
    outline: none !important;
    border: solid 1px var(--tc);
    border-width: 1px 0 1px 1px;
}

input[type="search"]::placeholder {
    color: #000;
    opacity: 1 !important
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


select option {
    font-size: 1rem;
    padding: 10px !important;
}

.loading-indicator {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    border: 3px solid var(--bg4) !important;
    border-top: 3px solid var(--c1) !important;
    animation: spinAnimation 1.5s linear infinite !important;
    position: absolute;
    top: calc(50% - 10px);
    right: 60px;
    pointer-events: none;
    display: none;
}

#searchForm .searchButton {
    overflow: hidden;
    background-color: var(--tc);
    color: var(--cl);
    position: relative;
    cursor: pointer;
}

#searchForm .searchButton:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    opacity: 0.9;
    transition: all 0.2s;
}

#searchForm:hover .searchButton:before {
    opacity: 1;
}

#searchForm .searchButton input {
    position: absolute;
    visibility: hidden;
}

/*Side Bar*/
.hiddenSideBar {
    position: fixed;
    z-index: 999;
    top: 0;
    visibility: hidden;
    right: -320px;
    height: var(--fvh);
    max-height: var(--fvh);
    overflow: hidden;
    width: 98%;
    max-width: var(--max_sidebar_width);
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
    background-color: var(--bg1);
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sideBarHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--gap);
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}

.sideBarHeader .logo {
    height: 4em;
}

.sideBarHeader .csic-x {
    font-size: 25px;
    cursor: pointer;
}

.woocommerce .woocommerce-mini-cart.cart_list,
.hiddenSideBar .sideBarBody {
    max-height: calc(100vh - var(--top_offset) - 130px);
    overflow-y: auto;
    padding: var(--gap);
    display: grid;
    gap: var(--gap);
    margin-bottom: auto;
}

.navIsOpen .sideBarFooter {
    display: flex;
    flex-direction: column;
    gap: var(--gap_min);
    padding: var(--gap);
    box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}

/*Footer*/
.site-footer {
    display: grid;
    --tc: var(--bg1);
    --tc_h: var(--bg1);
    background-color: var(--bg4);
}

.site-footer .logo-section {
    text-align: left;
}


.site-footer .logo-section p {
    line-height: 1.4em;
}

.site-footer .logo {
    width: 100px;
    color: var(--bg1) !important;
    margin-bottom: 10px;
}


.site-footer .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer .copy {
    opacity: 0.8;
    font-size: 15px;
    margin: 0 auto;
    padding: var(--gap) 0;
    border-top: solid 1px #fffdf930;
}

.site-footer .copy p:nth-child(2) {
    text-align: right;
}

.site-footer .footer-menu {
    line-height: 1.8em;
}

.site-footer .footer-menu a {
    text-decoration: none;
    font-weight: 400;
}

@media screen and (min-width: 624px) {
    .site-footer .menu-wrapper {
        padding-top: 40px;
    }
}

@media screen and (max-width: 624px) {
    .site-footer .copy p {
        text-align: center !important;
    }
}

ul.socialIcons {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    font-size: 1.2em;
    padding: 0 !important;
    margin: 0;
    list-style: none !important;
}

ul.socialIcons a {
    position: relative;
    display: block;
    /* height: 1em; */
    /* width: 1em; */
    text-decoration: none !important;
    /* background-color: var(--tc); */
    color: var(--tc);
    /* padding: 10%; */
    /* border-radius: 10px; */
}

ul.socialIcons a:hover {
    /* background-color: var(--c3); */
}

ul.socialIcons a::before {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}

ul.socialIcons.center {
    justify-content: center;
    margin: 0 auto;
}


.scrollingText {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.scrollingText .block {
    width: max-content;
    position: relative;
    float: right;
    display: flex;
    gap: 0;
    flex-direction: row;
    animation: scroll var(--scroll-duration, 5s) linear infinite;
    will-change: transform;
}

.scrollingText .block:hover {
    animation-play-state: paused;
}

.scrollingText .block .content {
    /* transform: skew(calc(1deg * var(--skew)));
    transition: transform 0.5s ease-in;
    transform-origin: bottom; */
}

.scrollingText .block:nth-child(even) {
    --inv: -1;
    float: left;
}

@keyframes scroll {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(calc(var(--scroll-width, 100px) * var(--inv, 1)));
    }
}

/*Custom to Project*/

.is-style-hero-section:has(+.the-weekend-section) {
    padding-bottom: calc(var(--section_padding) * 2) !important;
}

.the-weekend-section {
    position: relative;
    margin-top: calc(var(--section_padding) * -1.5) !important;
}


.the-weekend-section .list-item {
    border-radius: 0 0 var(--radius_l) var(--radius_l);
    text-align: center;
}

.the-weekend-section .list-item .card,
.the-weekend-section .list-item .content {
    border-radius: 0 0 var(--radius_l) var(--radius_l);
    height: auto;
}

.the-weekend-section .list-item .excerpt {
    display: block;
}

.pixll_slider {
    --dot: var(--cl);
    --dotActive: var(--cl);
}

.list-item.podcast .card {
    height: auto;
}

.list-item.podcast .hero {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}


.list-item.podcast .hero img {
    object-fit: cover;
    aspect-ratio: 16/10;
    transform: scale(1.2);
}

.list-item.podcast .hero::after {
    content: "";
    display: block;
    position: absolute;
    transition: transform 0.2s ease-out;
    background-image: url(/wp-content/themes/pixll-theme/assets/img/play.svg?ver=1.0.0);
    background-repeat: no-repeat;
    background-size: contain;
    height: 4em;
    width: 4em;
    bottom: var(--gap_min);
    left: var(--gap_min);
}

.list-item.podcast .card:hover .hero::after {
    transform: scale(1.1);
}

.list-item.podcast .pdic-play {
    color: #fff;
    position: absolute;
    bottom: var(--gap_min);
    left: var(--gap_min);
    font-size: 4em;
    line-height: 1em;
}

.circle_pattern .list-item.podcast .card:hover {
    box-shadow: none;
}

.circle_pattern .list-item.podcast .content {
    padding: var(--gap_min) 0 0 0;
    border-radius: 0;
}

/*Place Map Start*/
#place-map {
    border: solid 10px #fff;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.05);
}

#place-map .loc-bg,
#place-map .river {
    stroke-miterlimit: 10;
}

#place-map .road-line,
#place-map .river {
    fill: none;
}

#place-map .map-bg {
    fill: #ffe4a1;
    stroke-width: 4px;
}

#place-map .loc-bg {
    fill: #f7d26e;
    stroke: #fff;
    stroke-width: 2px;
}

#place-map #locations>g {
    cursor: pointer;
}

#place-map #locations>g.active .loc-bg,
#place-map #locations>g:hover .loc-bg {
    fill: #f4c542;
}

#place-map .loc-name {
    fill: #000;
    font-family: Poppins-Medium, Poppins;
    font-size: 25px;
    font-weight: 500;
}

#place-map .river {
    stroke: #0bc2f4;
    stroke-width: 6px;
}

.map-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
    align-items: center;
    margin-top: var(--section_padding);
}

.map-container .infocard {
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-right: -10%;
    position: relative;
}

.map-container .infocard img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.map-container .infocard .content {
    padding: var(--gap_min);
}

.map-container .infocard .btn {
    margin-top: var(--gap_min);
}

.map-container .infocard .nav {
    margin: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    flex-direction: row !important;
    width: auto;
}

.map-container .infocard .nav .btn {
    margin: 0;
    font-size: 14px !important;
    padding: 5px !important;
    width: auto !important;
}

@media screen and (max-width: 1000px) {
    .map-container {
        grid-template-columns: 2fr 3fr;
    }
}

@media screen and (max-width: 600px) {
    .map-container {
        grid-template-columns: 1fr;
        gap: var(--gap_min);
    }

    .map-container .infocard {
        grid-column: auto;
        grid-row: auto;
        margin-right: 0;
    }
}

/* Place Map End*/


.styled_post_grid {
    display: grid;
    gap: var(--gap_min) !important;
}

.styled_post_grid .list-item {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.styled_post_grid .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.4em 0.8em !important;
    height: auto !important;
    border-radius: 0 !important;
}

.styled_post_grid .content h3 {
    font-size: 1rem;
    text-wrap: auto;
}

.styled_post_grid .content .pdic-map-pin {
    display: none;
}

.styled_post_grid .hero,
.styled_post_grid img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.styled_post_grid .list-item:nth-child(1),
.styled_post_grid .list-item:nth-child(3),
.styled_post_grid .list-item:nth-child(4),
.styled_post_grid.t-2 .list-item:nth-child(2),
.styled_post_grid.t-2 .list-item:nth-child(5) {
    border-radius: var(--radius_xl) 0 0 0;
}

.styled_post_grid .list-item:nth-child(2),
.styled_post_grid .list-item:nth-child(5),
.styled_post_grid.t-2 .list-item:nth-child(1),
.styled_post_grid.t-2 .list-item:nth-child(3),
.styled_post_grid.t-2 .list-item:nth-child(4) {
    border-radius: 0 var(--radius_xl) 0 0;
}

@media only screen and (min-width: 600px) {
    .styled_post_grid {
        grid-template-columns: 3fr 1fr 3fr;
    }

    .styled_post_grid .list-item:nth-child(1) {
        grid-column: span 3;
        grid-row: auto;
    }

    .styled_post_grid .list-item:nth-child(2),
    .styled_post_grid .list-item:nth-child(5) {
        grid-column: span 2;
    }

    .styled_post_grid.t-2 .list-item:nth-child(2),
    .styled_post_grid.t-2 .list-item:nth-child(5) {
        grid-column: auto;
    }

    .styled_post_grid.t-2 .list-item:nth-child(3),
    .styled_post_grid.t-2 .list-item:nth-child(4) {
        grid-column: span 2;
    }
}

@media only screen and (min-width: 800px) {
    .styled_post_grid {
        grid-template-columns: 5fr 3fr 1fr 3fr;
    }

    .styled_post_grid .list-item:nth-child(1) {
        grid-column: auto;
        grid-row: span 2;
        border-radius: var(--radius_xl) 0 0 0;
    }

    .styled_post_grid .list-item:nth-child(1) img {
        height: 100% !important;
    }

    .styled_post_grid .list-item:nth-child(2),
    .styled_post_grid .list-item:nth-child(5) {
        grid-column: span 2;
    }
}

.pd-filter-toggle {
    width: 100%;
    text-align: left !important;
    padding: 0.5em 0.8em !important;
}

.pd-filter-toggle::before {
    font-size: 1.2em;
    display: inline-block;
    margin-right: 0.2em;
    position: absolute;
    right: 0.2em;
    top: 50%;
    transform: translateY(-50%);
}

.pd-filter {
    width: 100%;
}

.pd-filter-group.search {
    position: relative;
}

.pd-filter-group.search::before {
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.pd-filter-group.search input {
    border: solid 1px var(--border_c);
    padding-right: 30px;
}

.pd-filter-group.date {
    position: absolute;
    height: 1px;
    width: 1px;
    visibility: hidden;
}

.pd-filter-group.checklist ul {
    margin-left: 0;
    padding-left: 0;
}

.pd-filter-group.checklist li {
    position: relative;
}

.pd-filter-group.checklist li ul {
    margin-left: 0.6em;
}

.pd-filter-group.checklist li {
    margin: 0.4em 0;
    padding: 0;
}

.pd-filter-group.checklist li label {
    font-size: 1rem;
    position: relative;
    cursor: pointer;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: calc(100% - 1.5em);
}

.pd-filter-group.checklist li label input {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.pd-filter-group.checklist li label::before {
    display: inline-block;
    font-size: 0.65rem;
    padding: 0.1rem 0.05rem;
    height: 0.9rem;
    width: 0.9rem;
    border: solid 1px var(--border_c);
    background-color: var(--c2);
    transform: translateY(-0.05rem);
    margin-right: 0.2em;
}

.pd-filter-group.checklist li label:not(:has(input:checked))::before {
    background-color: transparent;
    color: transparent;
}

.pd-filter-group.checklist li>i {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
}

.pd-filter-group.checklist li.open>i::before,
.pd-filter-group.checklist li:has(input:checked)>i::before {
    content: "\e909";
}

.pd-filter-group.checklist li ul {
    height: 0px;
    overflow: hidden;
}


.pd-filter-group.checklist li.open>ul,
.pd-filter-group.checklist li:has(input:checked)>ul {
    height: auto;
}


.pd-filter-group.checklist:not(:has(li)) {
    display: none;
}

.pd-filter-group.taxonomy .view-more {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.pd-filter-group.taxonomy .view-more.pdic-plus:before {
    width: 0.9rem;
}

.pd-filter-group.taxonomy.expanded .view-more.pdic-plus:before {
    content: "\e909";
}

.pd-filter .btnGroup.footer {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    margin-top: 1rem;
}

.pd-filter .btnGroup.footer .btn {
    width: auto;
    flex: 1 1 auto !important;
}

@media only screen and (max-width: 765px) {
    .pd-filter {
        bottom: -100vh;
        position: fixed;
        background-color: var(--bg1);
        z-index: 999;
        width: calc(100% - 2 * var(--gap));
        left: var(--gap);
        padding: var(--gap_min);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: bottom 0.2s ease-out;
    }

    .filterIsOpen .pd-filter {
        bottom: 0;
    }

    .pd-filter .pd-filter-inner {
        max-height: calc(70vh - 40px);
        overflow: auto;
        padding-right: 0.5em;
        margin-right: -0.5em;
    }
}

.loading .pd-filter-inner {
    opacity: 0.5;
    pointer-events: none;
}

.pd-daterange {
    margin: var(--gap_min) 0;
}

.pd-daterange .pdc-quick-select {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.pd-daterange .pdc-quick-select button {
    border: none;
    background-color: #ebebeb;
    cursor: pointer;
    flex: 1 1 max-content;
    padding: 0.4em 0;
    font-size: 12px;
}

.pd-daterange .pdc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.pd-daterange .pdc-nav button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.3em 0 0.1em 0;
}

.pd-daterange .pdc-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.pd-daterange .pdc-calendar .pdc-day_name {
    text-align: center;
    font-size: 12px;
    padding: 0.2em 0;
    opacity: 0.6;
}

.pd-daterange .pdc-calendar .pdc-date {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 0.2em 0;
}


.pd-daterange .pdc-calendar .end,
.pd-daterange .pdc-calendar .start {
    background-color: var(--c2) !important;
}

.pd-daterange .pdc-date.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.pd-daterange .pdc-date.prev-month,
.pd-daterange .pdc-date.next-month {
    opacity: 0.3;
}


.pd-daterange .pdc-calendar .pdc-date:hover,
.pd-daterange .pdc-calendar .start~div:has(~ .end) {
    background: hsl(44, 89%, 81%);
}


.dateCard {
    --tc: var();
    --tc: var(--cl);
    background-color: var(--c1);
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.6rem 0.4rem 0.6rem 0.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.dateCard .day,
.dateCard .month {
    color: var(--tc);
    line-height: 1em;
    letter-spacing: 0.1em;
    display: block;
    margin: 0;
}

.dateCard .day {
    font-size: var(--h3);
    font-family: var(--heading_font);
    font-weight: 600 !important;
}

.dateCard .month {
    text-transform: uppercase;
    font-size: 11px;
}

.event-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: var(--gap_xl);
}

.event-info .content {
    padding: var(--gap);
}

.event-info p {
    margin: 0 !important;
}

.event-info p+p {
    margin-top: 0.4em !important;
}

.event-info .btn {
    margin-top: 1em;
}

.event-info .map iframe {
    height: 100%;
    width: 100%;
}

.neighborhoods .neighborhood {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.neighborhoods .neighborhood img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    transition: transform 0.3s ease-out;
}

.neighborhoods .neighborhood h3 {
    color: #fff;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    line-height: 1em;
}

.neighborhoods .neighborhood p {
    display: none;
}

.neighborhoods .neighborhood::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease-out;
    z-index: 1;
}

.neighborhoods .neighborhood:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.neighborhoods .neighborhood:hover img {
    transform: scale(1.1);
}

.featured-post {
    display: block;
    position: relative;
    margin-bottom: var(--gap);
    overflow: hidden;
    height: 200px;
    transition: box-shadow 0.2s ease-out;
}

.featured-post img {
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-out;
}

.featured-post:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.featured-post:hover img {
    transform: scale(1.05);
}

.featured-post .content {
    padding: var(--gap);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    --tc: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.featured-post .content {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}


.scheduled-listicle {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scheduled-listicle .content {
    --tc: var(--bg1);
    padding: var(--section_padding) 0;
    z-index: 2;
    position: relative;
}

.scheduled-listicle .content h2 {
    font-size: var(--h1);
    max-width: 800px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.scheduled-listicle .content .btn {
    font-size: 1.1em !important;
    width: max-content !important;
    margin-top: 1em;
}

.scheduled-listicle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.seasonal_posts {
    --slidesToShow: 1;
    --slidesToScroll: 1;
    --speed: 500ms;
    --autoplayInterval: 5000px;
    --sliderHeight: 70vh;
    --max_content_width: 800px;
    --content_padding: var(--section_padding, 40px) 20px;
    --pds_height: auto;
    --pds_overlay_image: linear-gradient(180deg, rgba(66, 62, 55, 0) 0%, rgb(66, 62, 55) 100%);
    --pds_overlay_opacity: 0.79
}

.seasonal_posts .pixll_slider-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    --tc: var(--bg1);
    text-align: center;
}

.seasonal_posts .pixll_slider-slide-content img {
    width: 150px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto var(--gap) auto;
}

.seasonal_posts .pixll_slider-slide-content .excerpt {
    margin-bottom: var(--gap);
}

.seasonal_posts .pixll_slider-slide-content .btn {
    margin: 0 auto;
}