/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
:root {   
   --color-cyan-dark: #426476;
   --color-cyan-light: #597e92;
   --color-kaki-light: #fcead1;
   --color-kaki-dark: #cba46a;

}

.heading--line {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    overflow: hidden;
}
.heading--line:after,
.heading--line:before {
    position: relative;
    background-color:#b6b6b6;
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 50%;
}
.heading--line:before {
    right: 1em;
    margin-left: -50%;
}
.heading--line:after {
    left: 1em;
    margin-right: -50%;
}
.heading--line.heading--line--orange {
    color: #f99000;
}
.wysiwyg h2 {
    margin-bottom: 1rem;
}
.wysiwyg * + p {
    margin-top: 1rem;
}
.wysiwyg p + p {
    margin-top: 0.5rem;
}
.wysiwyg div {
    margin-top: 1rem;
    line-height: 1.8em;
}
.wysiwyg img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.grid {
    position: relative;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .grid {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

.c-events {
    font: var(--global-body-font-family);
    font-size: 1rem;
    line-height: 1.6;
}

.c-events .events__top-filter-bar {
    display: flex;
    width: 100%;
}

.c-events .events__archive {
    /* background-color: var(--color-cyan-dark); */
    width: 200px;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    font-weight: bold;
  padding-left: 0px;
  text-align: left;
}
.c-events .events__archive  a{
    color: var(--global-palette3);
    font-weight: bold;
}

@media (max-width: 768px) {
    .c-events .events__archive a {
        font-weight: 400;
        font-size: 16px;
    }
}

.c-events .events__archive-link {
    text-decoration: none;
    color: var(--global-palette-highlight);
    transition: all .1s linear;
    background-color: transparent;
}

.c-events .events__archive-link:hover, .c-events .events__archive-link:active {
    outline: 0;
}

.c-events .events__archive-link:hover, .c-events .events__archive-link:focus, .c-events .events__archive-link:active {
    color: var(--global-palette-highlight-alt);
}

.c-events .events__filter {
    display: flex;
    width: 100%;
    padding: 1rem;
    -ms-flex-line-pack: center;
    align-content: center;
    flex-wrap: wrap;
    background-color: var(--color-kaki-dark);
    color: var(--color-kaki-light);
}

.c-events .filter__part-spacing {
    margin: 10px 0;
}

.c-events .events__filter .filter__search {
    display: flex;
    margin-left: auto;
}

.c-events .events__filter .filter__search-icon {
    position: relative;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    top: 0.3rem;
    margin-right: 0.5rem;
    fill: var(--color-kaki-light);
}

.c-events .events__filter .filter__search-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.c-events .events__filter .filter__search-input {
    font-size: 1rem;
    line-height: 1.5rem;
    border: 1px solid transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    font-weight: 400;
    color: var(--color-kaki-light);
    max-width: 18rem;
    padding: 0.25rem 0;
    height: 35px;
}

.c-events .events__filter .filter__search-input::-webkit-input-placeholder {
    color: var(--color-kaki-light);
}

.c-events .events__filter .filter__search-input:-ms-input-placeholder {
    color: var(--color-kaki-light);
}

.c-events .events__filter .filter__search-input::placeholder {
    color: var(--color-kaki-light);
}

.c-events .events__filter .filter__search-input:focus {
    border-bottom: 1px solid var(--color-cyan-dark);
}

.c-events .events__filter .filter__stage {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.c-events .events__filter .filter__stage label {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.c-events .events__filter .filter__stage label:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.c-events .events__filter .filter__stage input {
    pointer-events: none;
    position: absolute;
    left: -9999px;
}

.c-events .events__filter .filter__stage input:checked ~ label:after {
    border-color: var(--color-cyan-dark);
    background-color: var(--color-cyan-dark);
    background-image: url(./assets/svg/check.svg);
    background-size: 75% 75%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.c-events .events__filter .filter__genre {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-events .events__filter .filter__genre select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    background: none;
    outline: none;
    border: none;
    color: var(--color-kaki-light);
}

.c-events .events__filter .filter__genre select option {
    color: var(--color-cyan-dark);
}

.c-events .events__filter .filter__genre-label {
    position: relative;

    border: 1px solid rgba(255, 236, 210, 0.5);
    padding: 5px;
}

.c-events .events__filter .filter__genre-label:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: none;
    display: block;
    content: "";
    width: 1rem;
    height: 0.6rem;
    background-image: url(./assets/svg/arrow_down.svg);
    background-size: 75% 75%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.c-events .events__list {
    border-top: 1px solid var(--global-palette-btn-bg);
}

.c-events .events__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--global-palette-btn-bg);
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.c-events .events__list-item .item__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8rem;
    height: 8rem;
    background-size: cover;
    background-position: 50%;
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item .item__image {
        width: 10rem;
        height: 10rem;
    }
}

.c-events .events__list-item .item__content {
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(100% - 8rem);
    text-decoration: none;
}

.c-events .events__list-item .item__content:hover .item__content-title {
    color: var(--color-kaki-dark);
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item .item__content {
        padding-left: 1.5rem;
        width: calc(100% - 10rem);
    }
}

.c-events .events__list-item .item__content-genre {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--color-cyan-dark);
    font-size: 1rem;
    font-weight: 500;
}

.c-events .events__list-item .item__content-title {
    color: var(--global-palette-highlight-alt);
    margin: 0 0 1rem 0;
    line-height: 1.2em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.c-events .events__list-item .item__content-info {
    color: var(--global-palette-btn-bg);
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item .item__content-info {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid var(--global-palette-btn-bg);
    }
}

.c-events .events__list-item .item__content-description {
    color: var(--global-palette3);
    font-size: 16px;
    display: none;
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item .item__content-description {
        display: block;
    }
}

/* .c-events .events__list-item .item__buttons {
    display: none;
} */


@media screen and (max-width: 768px){
    .c-events .events__list-item .item__buttons{
        width: 100%;
        margin-top: 8px;
    }
    .c-events .events__list-item .item__buttons a{
        width: 48%;
        text-align: center;

    }
    .c-events .events__list-item .item__buttons a:first-child{
        margin-right: 2%;
    }
}

@media screen and (min-width: 768px) {    
    .c-events .events__list-item .item__buttons {
        display: block;
        text-align: right;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
        flex: 0 0 20rem;
    }
}

.e-button.button--small {
    padding: 0.75rem 1.2rem;
}

.e-button {
    padding: 1rem 1.8rem;
    border: 1px solid var(--global-palette-btn-bg);
    color: var(--global-palette-btn-bg);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2em;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

.e-button:hover {
    background-color: var(--color-kaki-dark);
    color: #fff;
}

.e-button.button--orange {
    background: var(--color-cyan-dark);
    border-color: var(--color-cyan-dark);
    color: #fff;
}

.e-button.button--orange:hover {
    background-color: var(--color-cyan-light);
}

@media screen and (min-width: 768px) {
    .c-events .events__list-item .item__buttons a {
        margin-left: 0.5rem;
        display: inline-block;
    }
}

.c-events .events__list-not-found {
    display: none;
    max-width: 700px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.c-events .events__list.is-filtered .events__list-item {
    display: none;
}
.c-events .events__list.is-filtered .events__list-item.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-events .events__list-not-found h2 {
    margin-bottom: 1rem;
}

.c-events .events__list.is-filtered.is-not-found .events__list-not-found {
    display: block;
}

.c-events .events__list-item.events__list-item--fewseats .item__image-status {
    top: 50%;
    left: 0;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    padding-top: 1.5rem;
    background-size: cover;
    background-image: url(./assets/svg/star.svg);
    font-weight: 500;
    line-height: 1em;
    text-align: center;
}

.c-events .events__list-item.events__list-item--outsold .item__image-status {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-25deg);
    -o-transform: translate(-50%,-50%) rotate(-25deg);
    transform: translate(-50%,-50%) rotate(-25deg);
    z-index: 1;
    color: var(--color-kaki-light);
    font-size: 1.8rem;
    font-weight: 500;
}

.c-events .events__list-item.events__list-item--outsold .item__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0e0800;
    opacity: .8;
    content: "";
}

.c-events .events__list-item .item__image-status {
    position: absolute;
}
.upcoming-events-last-row {
    padding-top: 80px;
}

.upcoming-events-last-row #kontaktaoss > .kt-row-column-wrap{
    border-top: 1px solid #b6b6b6;

}

/* ==== Single event ==== */

.c-event-single{
    padding-top: 0px;
}
.c-event-single .event-single__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 0rem;
}
.c-event-single .event-single__item .item__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 2rem;
}
.c-event-single .event-single__item .item__image:before {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.c-event-single .event-single__item .item__image-status {
    position: absolute;
}
.c-event-single
    .event-single__item.event-single__item--fewseats
    .item__image-status {
    top: 50%;
    left: 0;
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: -2.5rem;
    padding-top: 1.5rem;
    background-size: cover;
    background-image: url(./assets/svg/star.svg);
    font-weight: 500;
    line-height: 1em;
    text-align: center;
}
.c-event-single .event-single__item.event-single__item--canceled .item__image {
    overflow: hidden;
}
.c-event-single
    .event-single__item.event-single__item--canceled
    .item__image-status {
    position: absolute;
    top: 30%;
    left: -20%;
    right: -20%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
    color: #fff;
    background: #e00000;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.c-event-single
    .event-single__item.event-single__item--outsold
    .item__image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0e0800;
    opacity: 0.8;
    content: "";
}
.c-event-single
    .event-single__item.event-single__item--outsold
    .item__image-status {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    -o-transform: translate(-50%, -50%) rotate(-25deg);
    transform: translate(-50%, -50%) rotate(-25deg);
    z-index: 1;
    color: var(--color-kaki-light);
    font-size: 1.8rem;
    font-weight: 500;
}
.c-event-single
    .event-single__item.event-single__item--outsold
    .item__image-status:before {
    display: block;
    width: 80%;
    height: 1px;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 0.25rem;
    background: #fff4e5;
    content: "";
}
.c-event-single
    .event-single__item.event-single__item--outsold
    .item__image-status:after {
    display: block;
    width: 80%;
    height: 1px;
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 0.25rem;
    background: #fff4e5;
    content: "";
}
.c-event-single .event-single__item .item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.c-event-single .event-single__item .item__content-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #b6b6b6;
    line-height: 1.4;
}
.c-event-single .event-single__item .item__content-title a {
    font-size: 2.6rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--global-palette-highlight-alt);
}

.c-event-single .event-single__item .item__content-info {
    padding: 1rem 0px;
    border:none
}

.c-event-single .event-single__item .item__content-info .info__item {
    display: block;
    color: var(--global-palette-btn-bg);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.c-event-single .event-single__item .item__content-info .info__item strong {
    color: var(--global-palette-btn-bg);
}

.c-event-single .event-single__item .item__content-event {
    margin-top: 2rem;
}

.c-event-single .event-single__item .item__content-event .event__ticket {
    padding-right: 4rem;
    padding-left: 4rem;
    font-weight: 500;
    margin-right: 2rem;
}

.c-event-single .event-single__text {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    color: var(--global-palette-highlight-alt)
}

.c-event-single .event-single__text a {
    color: var(--global-palette-highlight-alt);
}

.c-event-single .event-single__text a:hover {
    color: var(--global-palette-highlight);
}

.c-event-single .event-single__links {
    margin-top: 2rem;
    max-width: 700px;
    margin-right: auto;
    margin-left: 0px;
}

.c-event-single .event-single__links a {
    color: var(--global-palette-highlight-alt);
}

.c-event-single .event-single__links a:hover {
    color: var(--global-palette-highlight);
}

@media screen and (min-width: 640px) {
    .c-event-single .event-single__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .c-event-single .event-single__item .item__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 40%;
        margin-right: 2rem;
        margin-bottom: 0;
    }
    .c-event-single .event-single__item .item__content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }
}

.e-link {
    text-decoration: none;
}

.e-link .link__text {
    display: inline-block;
    padding-top: 1rem;
    color: #9c8f7e;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #9c8f7e;
}

.e-link .link__icon {
    width: 1.9rem;
    height: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
    fill: #9c8f7e;
    line-height: 1.4em;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.e-link:hover .link__text {
    color: var(--color-cyan-dark);
    border-bottom-color: var(--color-cyan-dark);
}

.e-link:hover .link__icon {
    fill: var(--color-cyan-dark);
    -webkit-transform: translate(-0.25rem);
    -o-transform: translate(-0.25rem);
    transform: translate(-0.25rem);
}

.e-link.link--right .link__icon {
    margin-right: auto;
    margin-left: 0.5rem;
}

.e-link.link--right:hover .link__icon {
    -webkit-transform: translate(0.25rem);
    -o-transform: translate(0.25rem);
    transform: translate(0.25rem);
}

.e-link.link--cyan .link__text {
    color: var(--global-palette3);
    border-bottom: 1px solid var(--global-palette3);
}

.e-link.link--cyan .link__icon {
    fill:  var(--global-palette3);
}

.e-link.link--cyan:hover .link__text {
    color: var(--global-palette5);
    border-bottom-color: var(--global-palette5);
}

.e-link.link--cyan:hover .link__icon {
    fill:  var(--global-palette5);
}

.svg-icon {
    width: 100%;
    height: 100%;
}


/* ========= Upcomings events */

.c-upcoming-events .upcoming-events__title {
    margin-bottom: 2rem;
    color: var(--global-palette3)
}
.c-upcoming-events .upcoming-events__list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 0.66rem;
    @supports not (gap: 0.8rem) {
        justify-content: space-between;
    };
    margin-bottom: 1rem;
}
.c-upcoming-events .upcoming-events__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 0.5rem);
    flex-basis: calc(50% - 0.5rem);
    border: 1px solid #b6b6b6;
    text-decoration: none;
    margin-bottom: 1rem;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-upcoming-events .upcoming-events__item .item__image {
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    margin: 0;
}
.c-upcoming-events .upcoming-events__item .item__image:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background: -webkit-linear-gradient(bottom, #0e0800, rgba(14, 8, 0, 0));
    background: -o-linear-gradient(bottom, #0e0800 0, rgba(14, 8, 0, 0) 100%);
    background: linear-gradient(0deg, #0e0800, rgba(14, 8, 0, 0));
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-upcoming-events .upcoming-events__item .item__image:after {
    display: block;
    content: "";
    padding-top: 100%;
}
.c-upcoming-events .upcoming-events__item .item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
}
.c-upcoming-events .upcoming-events__item .item__genre {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--color-cyan-dark);
    font-size: 0.9rem;
    font-weight: 500;
}
.c-upcoming-events .upcoming-events__item .item__title {
    margin-bottom: 0.8rem;
    color: var(--global-palette3);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
}
.c-upcoming-events .upcoming-events__item .item__date {
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    color:var(--global-palette3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-upcoming-events .upcoming-events__item .item__arrow {
    display: block;
    margin-top: 1rem;
    fill: var(--global-palette3);
    width: 2.6rem;
    height: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.c-upcoming-events .upcoming-events__item:hover {
    border: 1px solid var(--global-palette-highlight-alt);
}
.c-upcoming-events .upcoming-events__item:hover .item__title {
    color: var(--global-palette5);
    text-decoration: underline;
}
.c-upcoming-events .upcoming-events__item:hover .item__arrow {
    -webkit-transform: translate(0.25rem);
    -o-transform: translate(0.25rem);
    transform: translate(0.25rem);
}
.c-upcoming-events .upcoming-events__all {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .event-snippet-section.wp-block-query .wp-block-post-template{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 50px;
    }
    .event-snippet-section.wp-block-query .wp-block-post-template .wp-block-post:nth-child(2){
        border-right: 1px solid #b6b6b6;
        border-left: 1px solid #b6b6b6;
    }
    .event-snippet-section.wp-block-query .wp-block-post-template .wp-block-post > * , .event-snippet-section.wp-block-query .wp-block-post-template .wp-block-post .wp-block-read-more{
        text-align: center;
       margin: 0 auto;
    }
    .event-snippet-section.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title a:hover {
        text-decoration: underline;
    }
    .c-upcoming-events .upcoming-events__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(25% - 0.5rem);
        flex-basis: calc(25% - 0.5rem);
    }
}
@media screen and (max-width: 768px) {
    .c-event-single{
    padding-bottom: 0px;
    }
    .c-upcoming-events{
        padding-top: 0px;  
    }
    .c-event-single .event-single__item .item__content-title{
        line-height: 1.2;
    }
}
