/*
Theme Name: Glenn A Jones Library Theme
Theme URI: https://carmona.qodeinteractive.com
Description: A child theme of Carmona
Author: Ink Riot Marketing
Author URI: https: //inkriotmarketing.com/
Version: 1.0
Text Domain: carmona
Template: carmona
*/
:root {
    --red: #c60f17;
    --teal: #0c848a;
    --text: #2e2e2e;
    --cobalt: #195ca7;
    --sky: #a2d8d4;
    --green: #277c56;
    --lime: #a3c91d;
    --purple: #a52d91;
}

body {
    background-color: var(--blue);
}

/* text selection on screen */
::selection {
    background: var(--green);
}

/* HEADER */
@media screen and (max-width: 448px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        align-items: flex-start;
    }
}

header#qodef-page-header,
.qodef-header--sticky-display header#qodef-page-header .qodef-header-sticky {
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);
}

/* .qodef-header--sticky-display #qodef-page-header .qodef-widget-holder .widget {

} */

/*  TOP AREA TO BE SHOWN ON MOBILE/TABLET DEVICES */
#qodef-top-area-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: block;
    }

    #qodef-top-area-inner {
        height: 75px !important;
    }
}

@media only screen and (max-width: 800px) {

    #qodef-top-area-inner {
        height: 110px !important;
    }
}

.post-type-archive-tribe_events .gaj-events-header {
    background-image: url('/wp-content/uploads/2024/08/events-calendar-glenn-jones-memorial-library-header.jpg');
    background-size: cover;
    height: 400px;
    margin-bottom: 130px;
}

.qodef-page-title .qodef-m-title.entry-title,
.qodef-page-title .qodef-breadcrumbs {
    /* font-weight: 700;
    opacity: 0; */
    display: none;
}

.qodef-page-title {
    background: none;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 1200px) {
    .qodef-page-title {
        width: 960px;
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-page-title {
        width: 86%;
    }
}


@media only screen and (min-width: 1441px) {
    .qodef-page-title {
        width: 1300px;
        max-width: 1300px;
    }
}









#qodef-page-header .widget a {
    color: var(--teal) !important;
}

#qodef-page-header .widget a:hover {
    color: var(--purple) !important;
}

/* .qodef-page-title.qodef-title--standard-with-breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.25);
} */

/* breadcrumbs */
.qodef-breadcrumbs .qodef-breadcrumbs-link span,
.qodef-breadcrumbs .qodef-breadcrumbs-current {
    color: var(--red) !important;
    font-weight: 700;
    /* opacity: 1; */
}

/* SIDE AREA THAT SLIDES OUT */
#qodef-side-area .widget .qodef-search-form-button.qodef--button-inside {
    color: var(--red);
}

#qodef-side-area h2.qodef-m-title {
    font-size: 16px;
    color: var(--text);
}

#qodef-side-area .widget a {
    color: var(--text);
}

/* qodef icon grids */
.qodef-icon-list-item a:hover .qodef-icon-linear-icons.qodef-icon:before,
.qodef-icon-list-item a:hover .qodef-e-title-text {
    color: var(--teal);
}

/* HOME PAGE */
.home #rev_slider_1_1 a.qodef-button.qodef-layout--filled.qodef-html--link {
    background-color: var(--red);
    color: #fff;
    border: 1px solid var(--red);
}

.home #rev_slider_1_1 a.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    background-color: #fff;
    color: var(--red);
    border: 1px solid var(--red);
}

/* hours on home page map section */
.daily-hours-home-page .elementor-widget-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}

.daily-hours-home-page h5 {
    margin: 0 20px 2px 0;
    color: var(--text);
}

/* HOME SLIDER PAGE */
.gaj-home-page-slider .swiper-slide-inner {
    padding: 10px !important;
}

.gaj-home-page-slider .swiper-slide-contents {
    bottom: 5%;
    position: relative;
    /* background-color: ; */
    padding: 0 15px 15px;
    width: 100%;
    max-width: 650px !important;
}

.gaj-home-page-slider .swiper-slide-contents:after {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: grow-box 2s forwards;
    /* z-index: -1; */
}

@keyframes grow-box {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.gaj-home-page-slider .swiper-slide-contents h2,
.gaj-home-page-slider .swiper-slide-contents p,
.gaj-home-page-slider .swiper-slide-contents a {
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 1s forwards;
    animation-delay: 1s;
}

.gaj-home-page-slider .swiper-slide-contents h2 {
    z-index: 2;
    position: relative;
    animation-delay: 1s;
}

.gaj-home-page-slider .swiper-slide-contents p {
    z-index: 2;
    position: relative;
    animation-delay: 1.5s;
}

.gaj-home-page-slider .swiper-slide-contents a {
    z-index: 2;
    position: relative;
    transform: translateX(1000%);
    -webkit-transform: translateX(1000%);
    animation-delay: 1.9s;
}


@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}



.gaj-home-page-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px !important;
    left: 100px !important;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .gaj-home-page-slider .swiper-slide-inner {
        padding: 30px 90px 30px 30px !important;
    }

    .gaj-home-page-slider .swiper-slide-contents {
        bottom: 5%;
        padding: 0 35px 15px;
    }

    .gaj-home-page-slider .swiper-pagination.swiper-pagination-bullets {
        bottom: 50px !important;
    }
}


.gaj-home-page-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    color: #fff;
    width: 13px;
    height: 13px;
}


/* LIBRARY STAFF PAGE */
.qodef-team-list .qodef-e-role {
    color: var(--teal);
}

/* SERVICES PAGE */
.gajml-portfolio-grid article.qodef-grid-item .qodef-e-content .qodef-e-content-holder {
    -webkit-clip-path: inset(0 0 0 -1px) !important;
    clip-path: inset(0 0 0 -1px) !important;
}

.gajml-portfolio-grid article.qodef-grid-item .qodef-e-title,
.gajml-portfolio-grid article.qodef-grid-item .qodef-e-info {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* RESOURCES PAGE*/
.elementor-page-5782 .elementor-widget-carmona_core_button .qodef-button,
.elementor-page-1250 .elementor-widget-carmona_core_button .qodef-button {
    padding: 10px !important;
    width: 100%;
    justify-content: center;
}

.elementor-page-5782 .resources-page-buttons-section .elementor-column .elementor-widget-wrap.elementor-element-populated,
.elementor-page-1250 .gaj-homepage-red-buttons .elementor-column .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
}


/* DAYS LIST - HIGHLIGHT TODAY */
.gaj-today-highlight {
    font-weight: bold;
}

/* footer days list */
.gaj-day-hours {
    display: none;
}

.gaj-day-hours.gaj-today-footer-highlight {
    display: block;
    margin-bottom: 0;
}

/* MAD COW CUSTOM GRIDS */
.pages-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    transition: all ease-in-out 0.95s;
}

.pages-container .page {
    padding: 20px 20px 0 0;
    background-size: cover;
    margin-bottom: 20px;
    transition: all ease-in-out 0.95s;
    position: relative;
}

/* .pages-container .page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.95s;
} */

.pages-container .page:nth-child(odd) {
    min-height: 540px;
}

.pages-container .page:nth-child(even) {
    min-height: 260px;
}

@media screen and (min-width: 630px) {
    .pages-container {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .pages-container.four-pages {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        height: 600px;
    }

    .pages-container.five-pages {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 800px;
    }

    .pages-container .page {
        margin-bottom: 0;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_1 {
        grid-area: 1 / 1 / 3 / 2;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_2 {
        grid-area: 1 / 2 / 1 / 2;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_3 {
        grid-area: 2 / 2 / 2 / 2;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_4 {
        grid-area: 3 / 1 / 3 / 1;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_5 {
        grid-area: 3/ 2 / 3 / 2;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_1 {
        grid-area: 1 / 1 / 1 / 1;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_2 {
        grid-area: 1 / 2 / 1 / 2;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_3 {
        grid-area: 2 / 1 / 2 / 1;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_4 {
        grid-area: 2 / 2 / 2 / 2;
        min-height: 100px;
    }
}

@media screen and (min-width: 964px) {
    .pages-container {
        grid-template-columns: repeat(4, 1fr);
        height: 540px;
    }

    .pages-container.four-pages {
        grid-template-columns: repeat(4, 1fr);
        height: 600px;
    }

    /* grid-area - grid-row-start grid-column-start grid-row-end grid-column-end */
    .pages-container.five-pages .page.item_1 {
        grid-area: 1 / 1 / 3 / 2;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_2 {
        grid-area: 1 / 2 / 3 / 3;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_3 {
        grid-area: 1 / 3 / 2 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_4 {
        grid-area: 2 / 3 / 3 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages .page.item_5 {
        grid-area: 1 / 4 / 3 / 5;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_1 {
        grid-area: 1 / 1 / 3 / 3;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_2 {
        grid-area: 1 / 3 / 1 / 3;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_3 {
        grid-area: 2 / 3 / 2 / 3;
        min-height: 100px;
    }

    .pages-container.four-pages .page.item_4 {
        grid-area: 1 / 4 / 3 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages.full-fifth {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 900px;
    }

    .pages-container.five-pages.full-fifth .page.item_1 {
        grid-area: 1 / 1 / 3 / 3;
        min-height: 100px;
    }

    .pages-container.five-pages.full-fifth .page.item_2 {
        grid-area: 1 / 3 / 2 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages.full-fifth .page.item_3 {
        grid-area: 2 / 3 / 2 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages.full-fifth .page.item_4 {
        grid-area: 1 / 4 / 3 / 4;
        min-height: 100px;
    }

    .pages-container.five-pages.full-fifth .page.item_5 {
        grid-area: 3 / 1 / 3 / 5;
        min-height: 100px;
    }

    /* about page staff picture */
    /* .elementor-page-5783 .pages-container.five-pages.full-fifth .page.item_5 {
        background-position: 0 -143px;
    } */

    /* meeting rooms image on services page */
    /* .elementor-page-5781 .pages-container.five-pages.full-fifth .page.item_5 {
        background-position: 0 -343px;
    } */

    /* six pages mimic the home page */
    .pages-container.six-pages {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        height: 800px;
    }

    .pages-container.six-pages .page.item_1 {
        grid-area: 1 / 1 / 1 / 3;
        min-height: 100px;
    }

    .pages-container.six-pages .page.item_2 {
        grid-area: 1 / 3 / 1 / 4;
        min-height: 100px;
    }

    .pages-container.six-pages .page.item_3 {
        grid-area: 1 / 4 / 1 / 4;
        min-height: 100px;
    }

    .pages-container.six-pages .page.item_4 {
        grid-area: 2 / 1 / 2 / 1;
        min-height: 100px;
    }

    .pages-container.six-pages .page.item_5 {
        grid-area: 2 / 2 / 2 / 4;
        min-height: 100px;
    }

    .pages-container.six-pages .page.item_6 {
        grid-area: 2 / 4 / 2 / 4;
        min-height: 100px;
    }



}


.pages-container .page .highlight-content {
    display: block;
    padding: 20px 0 20px 20px;
    background-color: #fff;
    transition: all .5s linear;
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2);
}

.pages-container .page .highlight-content:hover h3 {
    color: var(--red);
}

.pages-container .page .highlight-content h3 {
    line-height: 23px;
    margin: 0;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
}

.pages-container .page .highlight-content p {
    margin: 6.5px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: .01em;
    color: var(--red);
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-style: italic;
    display: none;
}

/* PROGRAMS */
/* all program sub pages */
.parent-pageid-5779 .gaj-meeting-room-icon-list-item .qodef-e-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.18em !important;
}

/* MEETING ROOM AND STUDY PAGE(S) */
.gaj-meeting-room-icon-list-item .qodef-e-title-text {
    line-height: 1.53;
    letter-spacing: .01em;
}

.gaj-meeting-room-ul nav ul {
    margin-bottom: 0;
}

.gaj-meeting-room-ul nav ul li a {
    background-color: #f2f2f2;
}

.gaj-meeting-room-ul nav ul li a.elementor-item-active {
    background-color: #d0ebec;
}

.gaj-meeting-room-ul nav ul li a:hover,
.gaj-meeting-room-ul nav ul li a:active {
    background-color: #d0ebec;
}



/* EVENTS */
/* standard events page - calendar view */
/* remove red bar - push heading text down */
/* .page-id-6443 .qodef-page-title .qodef-m-inner, */
.gaj-calendar-month-view .qodef-page-title .qodef-m-inner,
.single-tribe_events .qodef-page-title .qodef-m-inner {
    display: none;
}

/* move the whole thing to be right-aligned */
.events-page-calendar .elementor-container {
    margin-left: 0 !important;
}

.events-page-calendar .elementor-container .tribe-common-l-container {
    padding-left: 0 !important;
}

/* .gaj-calendar-month-view header {
    margin-bottom: 100px;
} */
.page-id-6443 h2.qodef-m-title,
.gaj-calendar-month-view h2.qodef-m-title {
    margin: 0 auto;
}

.page-id-6443 .tribe-common-l-container .tribe-events-l-container,
.gaj-calendar-month-view .tribe-common-l-container.tribe-events-l-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/* legend at the top of the calendar */
.tribe-events-view--month .gaj-calendar-category-list {
    display: flex;
    margin-bottom: 33px;
}

.tribe-events-view--month .gaj-calendar-category-list div {
    margin-right: 10px;
    padding: 5px;
    width: 90px;
    border-radius: 10px;
    font-family: "Zilla Slab", serif !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.tribe-events-view--month .gaj-calendar-category-list div.age-group-kids,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-kids h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-kids h3 a:hover {
    background-color: var(--purple);
    color: #fff;
}

.tribe-events-view--month .gaj-calendar-category-list div.age-group-adults,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-adults h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-adults h3 a:hover {
    background-color: var(--cobalt);
    color: #fff;
}

.tribe-events-view--month .gaj-calendar-category-list div.summer-reading-program,
.tribe-events-calendar-month-mobile-events__mobile-day article.summer-reading-program h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.summer-reading-program h3 a:hover {
    background-color: #000;
    color: #fff;
}

.tribe-events-view--month .gaj-calendar-category-list div.age-group-teens,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-teens h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-teens h3 a:hover {
    background-color: var(--lime);
    color: var(--text);
}

.tribe-events-view--month .gaj-calendar-category-list div.age-group-tweens,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-tweens h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-tweens h3 a:hover {
    background-color: var(--sky);
    color: var(--text);
}

.tribe-events-view--month .gaj-calendar-category-list div.age-group-all-ages,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-all-ages h3 a,
.tribe-events-calendar-month-mobile-events__mobile-day article.age-group-all-ages h3 a:hover {
    background-color: var(--green);
    color: #fff !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day article h3 a {
    display: inline-block;
    padding: 2px 8px;
    border-bottom: none !important;
}

.tribe-events-calendar-month-mobile-events__mobile-day article h3 a:hover {
    border-bottom: none !important;
}

/* events inside the calendar */
.tribe-events-calendar-month article {
    padding: 5px !important;
}

.tribe-events-calendar-month article .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article .tribe-event-categories.gaj-month-view-cats {
    padding: 5px;
}

/* make cursor a pointer since the whole "article" or "event" is now clickable - handled in javascript */
.tribe-events-calendar-month__calendar-event {
    cursor: pointer;
}

.tribe-events-calendar-month article .tribe-event-categories.gaj-month-view-cats {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tribe-events-calendar-month article .tribe-events-calendar-month__calendar-event-title {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.tribe-events-calendar-month article.type-tribe_events.age-group-kids .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.age-group-kids .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.age-group-kids .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .age-group-kids a.elementor-button,
.gaj-calendar-view-multiple-cats.age-group-kids div {
    background-color: var(--purple);
    color: #fff;
}

.tribe-events-calendar-month article.type-tribe_events.age-group-adults .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.age-group-adults .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.age-group-adults .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .age-group-adults a.elementor-button,
.gaj-calendar-view-multiple-cats.age-group-adults div {
    background-color: var(--cobalt);
    color: #fff;
}

.tribe-events-calendar-month article.type-tribe_events.summer-reading-program .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.summer-reading-program .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.summer-reading-program .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .summer-reading-program a.elementor-button,
.gaj-calendar-view-multiple-cats.summer-reading-program div {
    background-color: #000000;
}

.tribe-events-calendar-month article.type-tribe_events.age-group-teens .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.age-group-teens .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.age-group-teens .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .age-group-teens a.elementor-button,
.gaj-calendar-view-multiple-cats.age-group-teens div {
    background-color: var(--lime);
    color: var(--text);
}

.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .age-group-tweens a.elementor-button,
.gaj-calendar-view-multiple-cats.age-group-tweens div {
    background-color: var(--sky);
}

.tribe-events-calendar-month article.type-tribe_events.age-group-all-ages .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-calendar-month article.type-tribe_events.age-group-all-ages .tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month article.type-tribe_events.age-group-all-ages .tribe-event-categories.gaj-month-view-cats,
.gaj-events-carousel .age-group-all-ages a.elementor-button,
.gaj-calendar-view-multiple-cats.age-group-all-ages div {
    background-color: var(--green);
    color: #fff;
}


.tribe-events-calendar-month article.type-tribe_events.age-group-kids .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article.type-tribe_events.age-group-adults .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article.type-tribe_events.cat_summer-reading-program .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article.type-tribe_events.age-group-all-ages .tribe-events-calendar-month__calendar-event-title a,
.tribe-events-calendar-month article .tribe-event-categories.gaj-month-view-cats .gaj-calendar-view-multiple-cats,
.tribe-events-calendar-month article .tribe-event-categories.gaj-month-view-cats .gaj-calendar-view-single-cat,
.tribe-events-calendar-month article.type-tribe_events.age-group-all-ages .tribe-event-categories.gaj-month-view-cats .gaj-calendar-view-single-cat {
    font-family: "Zilla Slab", serif !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.tribe-events-calendar-month article.type-tribe_events.age-group-teens .tribe-event-categories.gaj-month-view-cats .gaj-calendar-view-single-cat,
.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-event-categories.gaj-month-view-cats .gaj-calendar-view-single-cat {
    color: var(--text);
}

.gaj-calendar-view-multiple-cats div {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
}


.tribe-events-calendar-month article.type-tribe_events.age-group-tweens .tribe-events-calendar-month__calendar-event-title a {
    color: var(--text);
}

.tribe-events-view--month .tribe-common-c-btn.tribe-events-c-search__button {
    background-color: #fff;
    border: 1px solid var(--red);
    color: var(--red);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
}

.tribe-events-view--month .tribe-common-c-btn.tribe-events-c-search__button:hover {
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
}

.tribe-events-view--month .tribe-events-c-top-bar__datepicker-desktop {
    color: var(--text);
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: #8c8c8c;
}

.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    border: 1px solid var(--red) !important;
    color: var(--red) !important;
}

.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    border: 1px solid var(--red) !important;
    background-color: var(--red) !important;
    color: #fff !important;
}

.qodef-footer-pagination.qodef-pattern-bg {
    display: none;
}

/* HIDE ADDITIONAL FIELDS FROM SINGLE EVENT PAGES */
.tribe-events-meta-group.tribe-events-meta-group-other {
    display: none;
}



/* events shortcode in footer */
#qodef-page-footer-top-area-inner>div>div .tribe-compatibility-container>div>div>header {
    display: none;
}


.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-wrapper.tribe-common-g-col>article>div>header>h3>a,
.tribe-compatibility-container>div>div>div.tribe-events-widget-events-list__view-more.tribe-common-b1.tribe-common-b2--min-medium>a {
    color: #fff;
    font-size: 16px;
}

.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-date-tag.tribe-common-g-col>time>span,
.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-wrapper.tribe-common-g-col>article>div>header>div>time>span {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
}

/* EVENTS CAROUSEL  AND WAYS TO JUST COLOR THE TEXT */
.gaj-events-carousel .age-group-kids .tec-events-elementor-event-widget__datetime,
.tribe-filter-bar-c-checkbox.age-group-kids label.tribe-common-form-control-checkbox__label {
    color: var(--purple) !important;
}

.gaj-events-carousel .age-group-adults .tec-events-elementor-event-widget__datetime,
.tribe-filter-bar-c-checkbox.age-group-adults label.tribe-common-form-control-checkbox__label {
    color: var(--cobalt) !important;
}

.gaj-events-carousel .summer-reading-program .tec-events-elementor-event-widget__datetime {
    color: #000000 !important;
}

.gaj-events-carousel .age-group-teens .tec-events-elementor-event-widget__datetime,
.tribe-filter-bar-c-checkbox.age-group-teens label.tribe-common-form-control-checkbox__label {
    color: var(--lime) !important;
}

.gaj-events-carousel .age-group-tweens .tec-events-elementor-event-widget__datetime,
.tribe-filter-bar-c-checkbox.age-group-tweens label.tribe-common-form-control-checkbox__label {
    color: var(--sky) !important;
}

.gaj-events-carousel .age-group-all-ages .tec-events-elementor-event-widget__datetime,
.tribe-filter-bar-c-checkbox.age-group-all-ages label.tribe-common-form-control-checkbox__label {
    color: var(--green) !important;
}

.tribe-filter-bar-c-checkbox label.tribe-common-form-control-checkbox__label {
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.16px !important;
}

.tribe-filter-bar-c-checkbox.age-group-kids .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-adults .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-teens .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-tweens .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-all-ages .gaj-color-block {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 5px 0 0 10px;
}

.tribe-filter-bar-c-checkbox.age-group-kids .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-kids .tribe-common-form-control-checkbox__input[checked="checked"] {
    background-color: var(--purple) !important;
}

.tribe-filter-bar-c-checkbox.age-group-adults .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-adults .tribe-common-form-control-checkbox__input[checked="checked"] {
    background-color: var(--cobalt) !important;
}

.tribe-filter-bar-c-checkbox.age-group-teens .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-teens .tribe-common-form-control-checkbox__input[checked="checked"] {
    background-color: var(--lime) !important;
}

.tribe-filter-bar-c-checkbox.age-group-tweens .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-tweens .tribe-common-form-control-checkbox__input[checked="checked"] {
    background-color: var(--sky) !important;
}

.tribe-filter-bar-c-checkbox.age-group-all-ages .gaj-color-block,
.tribe-filter-bar-c-checkbox.age-group-all-ages .tribe-common-form-control-checkbox__input[checked="checked"] {
    background-color: var(--green) !important;
}

/* FILTER BAR STYLING  */
.tribe-filter-bar-c-filter__toggle {
    padding: 5px 0 !important;
}

.tribe-filter-bar-c-filter__toggle:focus {
    outline: none !important;
}

.tribe-filter-bar-c-filter--open .tribe-filter-bar-c-filter__toggle {
    margin-bottom: 20px !important;
}

.page-id-6144 .tribe-events-l-container,
.page-id-6443 .tribe-events-l-container {
    justify-content: flex-end;
    position: relative;
}

h2.tribe-filter-bar__form-heading {
    font-family: "Zilla Slab", serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #141827 !important;
    line-height: 1.263em !important;
}

.tribe-filter-bar-c-filter__toggle-label {
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.16px !important;
    color: #141827 !important;
    font-weight: 700 !important;
    line-height: 1.62em !important;
}





/* make event data all line up correctly with all breakpoints */
@media screen and (min-width: 767px) {
    .gaj-events-carousel .swiper-slide .tec-events-elementor-event-widget__title {
        height: 40px;
    }

    .gaj-events-carousel .swiper-slide .elementor-widget-theme-post-excerpt .elementor-widget-container {
        height: 80px;
    }
}

@media screen and (min-width: 1441px) {
    .gaj-events-carousel .swiper-slide .elementor-widget-theme-post-excerpt .elementor-widget-container {
        height: 50px;
    }
}

/* TEST OF NEW WIGGLE */
.elementor-widget-text-editor a {
    position: relative;
    display: inline-block;
    color: var(--teal);
}

.elementor-widget-text-editor a:hover {
    color: var(--teal);
}

.elementor-widget-text-editor a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    display: inline-block;
    line-height: 1;
    font-size: 1px;
    opacity: 0;
    width: 100%;
    height: 4px;
    background: currentColor;
    -webkit-mask: url(/wp-content/themes/glenn-a-jones-theme/teal-menu-zigzag.svg) left center;
    mask: url(/wp-content/themes/glenn-a-jones-theme/teal-menu-zigzag.svg) left center;
    transition: opacity .3s ease-out;
    animation: qode-zigzag-bg-move 3s linear infinite paused;
    color: var(--teal);
}


.elementor-widget-text-editor a:hover:after {
    opacity: 1;
    animation: qode-zigzag-bg-move 3s linear infinite running;
}

/* .elementor-widget-text-editor a {
    position: relative;
    background: url("/wp-content/themes/glenn-a-jones-theme/teal-menu-zigzag.svg");
    color: var(--teal);
    background-repeat: repeat-x;
    background-size: 0;
    background-position: 0 17px;
    animation: move 15s linear infinite;
    -webkit-animation: move 15s linear infinite;
    animation-play-state: paused;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.elementor-widget-text-editor a:hover {
    animation-play-state: running;
    background-size: 32px 5px;
    /* font-weight: 400;
    color: var(--teal);
} */

/* @-webkit-keyframes move {
    from {
        background-position: 200px 17px;
    }

    to {
        background-position: 0 17px;
    }
}

@keyframe move {
    from {
        background-position: 200px 17px;
    }

    to {
        background-position: 0 17px;
    }
} */

.swiper-slide.e-loop-item.tribe_events .elementor-widget-theme-post-excerpt p {
    margin-bottom: 0;
}

.single-tribe_events .tribe-events-event-categories a,
.single-tribe_events .tribe-venue a,
.single-tribe_events .tribe-events-gmap {
    position: relative;
}

.single-tribe_events .tribe-events-gmap {
    display: block;
}

ul.tribe-related-events li a.related-events-details-link {
    position: relative;
}

.gaj-events-carousel .kids-events-carousel-details-link a:after,
.single-tribe_events .tribe-events-event-categories a:after,
.single-tribe_events .tribe-venue a:after,
.single-tribe_events .tribe-events-gmap:after,
ul.tribe-related-events li a.related-events-details-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    line-height: 1;
    font-size: 1px;
    opacity: 0;
    width: 65px;
    height: 4px;
    background: currentColor;
    -webkit-mask: url(/wp-content/themes/carmona/assets/img/menu-zigzag.svg) left center;
    mask: url(/wp-content/themes/carmona/assets/img/menu-zigzag.svg) left center;
    transition: opacity .3s ease-out;
    animation: qode-zigzag-bg-move 3s linear infinite paused;
    color: #000;
}

ul.tribe-related-events li a.related-events-details-link:after {
    width: 44px;
}

.single-tribe_events .tribe-events-event-categories a:after,
.single-tribe_events .tribe-venue a:after,
.single-tribe_events .tribe-events-gmap:after {
    width: 100%;
    color: var(--teal) !important;
}

.single-tribe_events .tribe-events-gmap:after {
    width: 100px;
}

.single-tribe_events .tribe-events-event-categories a:hover,
.single-tribe_events .tribe-venue a:hover,
.single-tribe_events .tribe-events-gmap:hover {
    color: var(--teal) !important;
}

.gaj-events-carousel .kids-events-carousel-details-link a:hover:after,
.single-tribe_events .tribe-events-event-categories a:hover:after,
.single-tribe_events .tribe-venue a:hover:after,
.single-tribe_events .tribe-events-gmap:hover:after,
ul.tribe-related-events li a.related-events-details-link:hover:after {
    opacity: 1;
    animation: qode-zigzag-bg-move 3s linear infinite running;
}

.gaj-events-carousel .age-group-kids .kids-events-carousel-details-link a:after,
.gaj-events-carousel .age-group-kids .kids-events-carousel-details-link a,
ul.tribe-related-events li.kids a.related-events-details-link:after {
    color: var(--purple) !important;
}

.gaj-events-carousel .age-group-adults .kids-events-carousel-details-link a:after,
.gaj-events-carousel .age-group-adults .kids-events-carousel-details-link a,
ul.tribe-related-events li.adults a.related-events-details-link:after {
    color: var(--cobalt) !important;
}

.gaj-events-carousel .cat_summer-reading-program .kids-events-carousel-details-link a:after,
.gaj-events-carousel .cat_summer-reading-program .kids-events-carousel-details-link a,
ul.tribe-related-events li.summer-reading-program a.related-events-details-link:after {
    color: #000000 !important;
}

.gaj-events-carousel .age-group-teens .kids-events-carousel-details-link a:after,
.gaj-events-carousel .age-group-teens .kids-events-carousel-details-link a,
ul.tribe-related-events li.teens a.related-events-details-link:after {
    color: var(--lime) !important;
}

.gaj-events-carousel .age-group-tweens .kids-events-carousel-details-link a:after,
.gaj-events-carousel .age-group-tweens .kids-events-carousel-details-link a,
ul.tribe-related-events li.tweens a.related-events-details-link:after {
    color: var(--sky) !important;
}

.gaj-events-carousel .age-group-all-ages .kids-events-carousel-details-link a:after,
.gaj-events-carousel .age-group-all-ages .kids-events-carousel-details-link a,
ul.tribe-related-events li.all-ages a.related-events-details-link:after {
    color: var(--green) !important;
}

.gaj-events-carousel .elementor-swiper-button svg {
    fill: var(--text) !important;
}

/* single events */
.single-tribe_events #qodef-page-inner,
.single-tribe_events #tribe-events-pg-template {
    padding-top: 0;
}

.single-tribe_events .tribe-events-back a,
.single-tribe_events h1.tribe-events-single-event-title,
.single-tribe_events h2.tribe-events-related-events-title,
.single-tribe_events .tribe-events-nav-previous a,
.single-tribe_events .tribe-events-nav-next a {
    color: var(--text);
    font-family: "Zilla Slab", serif !important;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.single-tribe_events .tribe-events-back a:hover {
    color: var(--red);
}

.single-tribe_events .tribe-events-schedule h2,
.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li a.related-events-details-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

ul.tribe-related-events li p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

.single-tribe_events .tribe-events-nav-previous.age-group-kids a,
.single-tribe_events .tribe-events-nav-next.age-group-kids a,
.age-group-kids.single-tribe_events .tribe-events-schedule h2,
.age-group-kids.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.age-group-kids a.related-events-details-link {
    color: var(--purple);
}

.single-tribe_events .tribe-events-nav-previous.age-group-adults a,
.single-tribe_events .tribe-events-nav-next.age-group-adults a,
.age-group-adults.single-tribe_events .tribe-events-schedule h2,
.age-group-adults.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.age-group-adults a.related-events-details-link {
    color: var(--cobalt);
}

.single-tribe_events .tribe-events-nav-previous.summer-reading-program a,
.single-tribe_events .tribe-events-nav-next.summer-reading-program a,
.summer-reading-program.single-tribe_events .tribe-events-schedule h2,
.summer-reading-program.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.summer-reading-program a.related-events-details-link {
    color: #000;
}

.single-tribe_events .tribe-events-nav-previous.age-group-teens a,
.single-tribe_events .tribe-events-nav-next.age-group-teens a,
.age-group-teens.single-tribe_events .tribe-events-schedule h2,
.age-group-teens.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.age-group-teens a.related-events-details-link {
    color: var(--lime);
}

.single-tribe_events .tribe-events-nav-previous.age-group-tweens a,
.single-tribe_events .tribe-events-nav-next.age-group-tweens a,
.age-group-tweens.single-tribe_events .tribe-events-schedule h2,
.age-group-tweens.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.age-group-tweens a.related-events-details-link {
    color: var(--sky);
}

.single-tribe_events .tribe-events-nav-previous.age-group-all-ages a,
.single-tribe_events .tribe-events-nav-next.age-group-all-ages a,
.age-group-all-ages.single-tribe_events .tribe-events-schedule h2,
.age-group-all-ages.single-tribe_events .tribe-events-schedule h2 span,
ul.tribe-related-events li.age-group-all-ages a.related-events-details-link {
    color: var(--green);
}

.single-tribe_events .tribe-events-notices {
    background-color: #ecf9f3;
    color: var(--green);
    font-size: 16px !important;
    letter-spacing: 0.16px;
}

.single-tribe_events .tribe-events-single-event-description.tribe-events-content {
    color: var(--text);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.16px;
}

.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border: 1px solid var(--red);
    width: 240px;
}

.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--red);
    color: #fff;
}

.single-tribe_events .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}

.single-tribe_events a {
    color: var(--teal);
}

.single-tribe_events .tribe-events-abbr.tribe-events-start-date.dtstart {
    text-decoration: none;
}

@media (min-width: 768px) {
    .tribe-events-meta-group.tribe-events-meta-group-gmap {
        flex-basis: 50%;
    }

    .tribe-events-venue-map {
        width: 100%;
        margin-top: 58px;
        margin-bottom: 0;
    }
}

/* register and waiting list buttons */
.rtec-submit-button {
    background-color: var(--red) !important;
    color: #fff !important;
    border: 1px solid var(--red) !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    width: 300px !important;
}

.rtec-submit-button:hover {
    background-color: #fff !important;
    border: 1px solid var(--red) !important;
    color: var(--red) !important;
}

.single-tribe_events .tribe-related-events li {
    background: none !important;
    border: none !important;
    justify-content: space-between;
}

.single-tribe_events .tribe-events-event-meta,
.single-tribe_events .tribe-related-events .tribe-event-date-start,
.single-tribe_events .tribe-related-events .tribe-event-time {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.16px;
    width: 100%;
}

.single-tribe_events .tribe-related-events .tribe-event-date-start,
.single-tribe_events .tribe-related-events .tribe-event-time {
    width: auto;
}

.single-tribe_events .tribe-events-event-meta,
.single-tribe_events .tribe-events-meta-group h4.tribe-events-single-section-title {
    font-size: 16px;
}

.single-tribe_events .tribe-related-events li.age-group-kids .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-kids .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-kids .tribe-related-event-info {
    color: var(--purple);
}

.single-tribe_events .tribe-related-events li.age-group-adults .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-adults .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-adults .tribe-related-event-info {
    color: var(--cobalt);
}

.single-tribe_events .tribe-related-events li.age-group-summer-reading-program .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-summer-reading-program .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-summer-reading-program .tribe-related-event-info {
    color: #000;
}

.single-tribe_events .tribe-related-events li.age-group-teens .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-teens .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-teens .tribe-related-event-info {
    color: var(--lime);
}

.single-tribe_events .tribe-related-events li.age-group-tweens .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-tweens .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-tweens .tribe-related-event-info {
    color: var(--sky);
}

.single-tribe_events .tribe-related-events li.age-group-all-ages .tribe-event-date-start,
.single-tribe_events .tribe-related-events li.age-group-all-ages .tribe-event-time,
.single-tribe_events .tribe-related-events li.age-group-all-ages .tribe-related-event-info {
    color: var(--green);
}

.single-tribe_events .tribe-related-events h3.tribe-related-events-title a {
    font-family: "Roboto Slab", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.single-tribe_events .tribe-related-events .tribe-related-event-info {
    padding: 5px !important;
}

.single-tribe_events .tribe-related-events .tribe-related-events-thumbnail a img {
    object-fit: cover;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
}

.single-tribe_events .tribe-related-events .tribe-related-events-thumbnail a {
    padding-top: 0 !important;
}

/* CONTACT PAGE */
.contact-page-addresses .elementor-icon-list-item a {
    padding-left: 10px;
}

.contact-page-addresses .elementor-icon-list-item:nth-of-type(1):before,
.gaj-footer-addresses .elementor-icon-list-item:nth-of-type(1):before {
    content: "\e833";
    font-size: 15px;
    font-family: Linearicons-Free;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #66696c;
    margin-right: 10px;
}

.contact-page-addresses .elementor-icon-list-item:nth-of-type(2):before,
.gaj-footer-addresses .elementor-icon-list-item:nth-of-type(2):before {
    content: "\e830";
    font-size: 15px;
    font-family: Linearicons-Free;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    color: #66696c;
    margin-right: 10px;
}

.contact-page-addresses .elementor-icon-list-item:hover:before,
.gaj-footer-addresses .elementor-icon-list-item:hover:before,
#qodef-page-footer .widget .gaj-footer-addresses .elementor-icon-list-item a:hover {
    color: var(--sky) !important;
}

#qodef-side-area .gaj-footer-addresses .elementor-icon-list-item:hover:before,
#qodef-side-area .gaj-footer-addresses .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--teal) !important;
}

.gaj-footer-addresses .elementor-icon-list-item:nth-of-type(1):before,
.gaj-footer-addresses .elementor-icon-list-item:nth-of-type(2):before {
    color: #ccc;
}

.gaj-footer-addresses .elementor-icon-list-item {
    display: flex;
    align-items: flex-start;
}

/* GRAVITY FORMS */
/* contact page */
#gform_wrapper_1 .gform_required_legend {
    display: none;
}

#gform_wrapper_1 #gform_submit_button_1 {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .18em;
    background-color: var(--red);
    border: 1px solid var(--red);
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

#gform_wrapper_1 #gform_submit_button_1:hover {
    background-color: #fff;
    color: var(--red);
    border: 1px solid var(--red);
}

/* CALENDLY EMBEDDED CALENDAR */
.calendly-inline-widget {
    margin-top: -50px;
}

@media screen and (min-width:780px) {
    .calendly-inline-widget {
        /* margin-left: -3%; */
        margin-top: -70px;
    }
}

/*  FOOTER  */
/* Fix the moronic footer in this stupid theme since the footer columns are all random widths */
@media (min-width: 1025px) {
    #qodef-page-footer .qodef-proportion--default .qodef-grid-item {
        width: 31.5% !important;
    }
}

.gaj-footer-addresses .elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: var(--sky) !important;
}

#qodef-page-footer-bottom-area .qodef-grid-item .textwidget p a:hover,
#qodef-page-footer-bottom-area-inner .qodef-social-icons-group .qodef-icon-holder a:hover {
    color: var(--sky);
}

#qodef-page-footer-top-area-inner .qodef-grid-item:nth-of-type(3) h4.qodef-widget-title {
    margin-top: 0 !important;
    margin-left: 15px;
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-month,
#qodef-page-footer-top-area .tribe-events-widget-events-list__event-date-tag-datetime .tribe-events-widget-events-list__event-date-tag-daynum,
#qodef-page-footer-top-area h3.tribe-events-widget-events-list__event-title {
    font-family: "Zilla Slab", serif !important;
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__event-datetime {
    font-family: "Open Sans", sans-serif;
}

#qodef-page-footer-top-area .tribe-common-b2.tribe-events-widget-events-list__event-venue {
    display: none;
}

#qodef-page-footer-top-area h3.tribe-events-widget-events-list__event-title a {
    transition: none !important;
}

#qodef-page-footer-top-area h3.tribe-events-widget-events-list__event-title a:hover {
    border: none;
    color: var(--sky);
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__view-more-link {
    text-transform: uppercase;
    position: relative;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    border-bottom: none !important;
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__view-more-link:hover {
    border: none;
    color: var(--sky);
    border-bottom: none !important;
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__view-more-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    line-height: 1;
    font-size: 1px;
    opacity: 0;
    width: 237px;
    height: 4px;
    background: currentColor;
    -webkit-mask: url(/wp-content/themes/carmona/assets/img/menu-zigzag.svg) left center;
    mask: url(/wp-content/themes/carmona/assets/img/menu-zigzag.svg) left center;
    transition: opacity .3s ease-out;
    animation: qode-zigzag-bg-move 3s linear infinite paused;
    color: var(--sky);
}

#qodef-page-footer-top-area .tribe-events-widget-events-list__view-more-link:hover:after {
    opacity: 1;
    animation: qode-zigzag-bg-move 3s linear infinite running;
}

#qodef-page-footer-top-area #qodef-page-footer-top-area-inner .tribe-events-view.tribe-events-view--widget-events-list {
    margin-bottom: 0;
}

#qodef-page-footer .qodef-proportion--default .qodef-grid-item:nth-of-type(3) {
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #qodef-page-footer .widget:not(.widget_carmona_core_title_widget) {
        margin: 0 0 15px;
    }
}

/* footer events list */
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time {
    justify-content: center;
    margin-right: 10px;
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-kids {
    background-color: var(--purple);
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-adults {
    background-color: var(--cobalt);
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.summer-reading-program {
    background-color: #000;
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-teens {
    background-color: var(--lime);
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-tweens {
    background-color: var(--sky);
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-all-ages {
    background-color: var(--green);
}

#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-kids span,
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-adults span,
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.summer-reading-program span,
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-teens span,
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-tweens span,
#qodef-page-footer-top-area-inner .tribe-events-widget-events-list time.age-group-all-ages span {
    font-weight: 600;
    color: #fff;
}

/* copyright area */
.irm-copyright {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .irm-copyright {
        text-align: center;
    }

    #qodef-page-footer-bottom-area .qodef-grid-item:nth-of-type(1) {
        margin-bottom: 10px;
    }

    #qodef-page-footer-bottom-area .qodef-grid-item:nth-of-type(2) .qodef-social-icons-group {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
}