<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Theme Name: 	Blocksy DELTA
 * Description: Blocksy Child theme
 * Author: 		DELTA BARTH Systemhaus GmbH
 * Author URI:  https://www.delta-barth.de
 * Template: 	blocksy
 * Version:     1.0.0
 * Text Domain: blocksychild
*/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* Set core root defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

img:not(.default-logo):not(.sticky-logo):not(.emoji) {
    border-radius: 0.5rem;
}

.ct-widget p {
    padding: 0;
}

.delta-upper-radius img {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.entry-content table {
    border: none !important;
    border-collapse: unset !important;
    border-spacing: revert !important;
}

.delta-border-radius-zero img {
    border-radius: 0 !important;
}

.wp-block-columns {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.animated-submenu&gt;.sub-menu {
    border-radius: 0.5rem;
}

.entry-content a:not(.wp-block-button__link),
.textwidget a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 1px;
    text-decoration: none;
}

.entry-content a:not(.wp-block-button__link) {
    font-weight: bold;
}

.delta-gradient-headline a {
	font-weight: 200 !important;
}

.entry-content&gt; :not(.alignfull) [class*="_inner-container"] {
    --inner-block-width: calc(100% - 20px);
}

.entry-content .wp-block-button__link:before {
    display: none;
}

.delta-gradient-line a {
    font-weight: 100;
}

.delta-gradient-line p&lt;a:before,
.read-link a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, transparent 0%, #E3051A 30%, #009EE3 65%, #149934 80%, transparent 100%)1;
    transition: all 0.3s;
}

.wp-block-columns {
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.delta-margin-top-zero {
    margin-top: 0 !important;
}

.delta-padding-bottom-zero .wp-block-group__inner-container {
    padding-bottom: 0 !important;
}

.delta-icon img {
    border-radius: 0 !important;
    height: 120px;
    width: 80px;
}

.delta-hero {
    min-width: 85vw;
}

.delta-hero-title {
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.015em;
    text-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
}

.delta-hero-cta p,
.delta-hero-cta .wp-block-buttons {
    position: relative;
    padding: 1rem 1rem 0.5rem 1rem;
    margin-bottom: 0.5rem;
    max-width: 92% !important;
}

.delta-overlay-text {
    position: absolute;
    bottom: 0;
    padding-bottom: 5%;
    color: #f5f5f5;
    font-size: 30px;
    font-weight: 900;
    padding-left: 1%;
    padding-right: 15%;
    line-height: 1.2;
    text-shadow: 1px 1px 8px black;
}

.delta-position-relative {
    position: relative;
}

.delta-margin-top-25 {
    margin-top: 10px;
    margin-bottom: 30px;
}

.delta-margin-top-100 {
    margin-top: -100px;
}

.delta-zindex-5 {
    z-index: 5;
}

.delta-card-shadow,
[data-cards="boxed"] .entry-card {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    border-radius: 0.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 1rem;
}

.entry-button {
  font-size: 1rem !important;
}

.delta-card-shadow p,
.delta-card-shadow h1,
.delta-card-shadow h2,
.delta-card-shadow h3,
.delta-card-shadow h4,
.delta-card-shadow h5,
.delta-card-shadow h6 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
}

.delta-padding-zero&gt;div {
    padding: 0 !important;
}

.wp-block-media-text__media {
    border-radius: 0.5rem;
}

.delta-fade-out {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 2%, #fff, #fff, rgba(0, 0, 0, 0) 98%), no-repeat;
	background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 2%, #fff, #fff, rgba(0, 0, 0, 0) 98%), no-repeat;
  	background: -o-linear-gradient(to right, rgba(0, 0, 0, 0) 2%, #fff, #fff, rgba(0, 0, 0, 0) 98%), no-repeat;
  	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0) 2%, #fff, #fff, rgba(0, 0, 0, 0) 98%), no-repeat;
	padding: 1rem 0;
}

.delta-shadow-pad-bottom {
    padding-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.05), 0 30px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}

.delta-white-gradient {
    position: absolute;
    height: 135px;
    width: 100% !important;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent 25%, #ffffff 96%);
}

.delta-position-relative .delta-column-padding {
    padding: 10px 0 30px 0;
}

.delta-margin-left-zero {
    margin-left: 0 !important;
}

.delta-gradient-headline {
    font-weight: 200;
    background: linear-gradient(39deg, #006BAB, #009EE3, #149934);
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -.03rem;
    margin: 0 auto !important;
    margin-top: -1rem !important;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
	max-width: fit-content !important;
}
.delta-gradient-headline::-moz-selection {
  -webkit-text-fill-color: white !important;
}

.delta-gradient-headline::selection {
  -webkit-text-fill-color: white !important;
}

.delta-gradient-quote {
    font-weight: 200;
    background: linear-gradient(39deg, #006BAB 5%, #009EE3 20%, #149934 30%);
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.delta-min-width-100 {
    min-width: 100%;
}

.delta-min-height-contact {
    min-height: 97.5%;
}

.ct-footer:before {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent 10%, #E3051A 20%, #009EE3 50%, #149934 80%, transparent 90%);
    z-index: 2;
}

#cookie-notice .cn-button {
    color: #ffffff !important;
    background: #888888 !important;
    font-weight: 600 !important;
}

#cn-close-notice {
    display: none !important;
}

#wpforms-submit-610 {
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid !important;
    color: #404040;
    border-image: linear-gradient(90deg, transparent 20%, #E3051A 30%, #009EE3 65%, #149934 70%, transparent 80%)1 !important;
    padding-bottom: 0;
}

div.wpforms-container-full .wpforms-form button {
    border: none !important;
}

.cn-privacy-policy-link {
    color: #888888;
}

.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right) {
    padding: 0 1rem 0 1rem !important;
}

.delta-position-re {
    position: relative;
}

.delta-quote {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    max-width: 36rem !important;
    color: #404040;
    border-radius: 0.5rem;
    backdrop-filter: blur(8px);
	transform: translate(5%, -130%);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.29), 0 6px 6px rgba(0, 0, 0, 0.33) !important;
	border: none !important;
}

.delta-quote p {
    padding: 0.5rem 0;
}

.wp-block-quote.is-style-large cite {
    text-align: left;
    padding-bottom: 0.5rem;
    margin-top: 0;
}

.delta-quote-infrastructure {
    padding: 1rem 0 1rem 2rem !important;
    margin-left: 0;
    border-radius: 0.5rem;
}

.delta-position-more {
    position: absolute;
    bottom: 0;
    padding: 6px 30px;
}

.wp-block-group__inner-container {
    padding-bottom: 0.5rem;
}

.wp-block-group__inner-container &lt; .delta-quote-infrastructure {
    padding: 0;
}

.wp-block-group__inner-container &lt; img {
    padding: 0;
}

.delta-img-90 img:after {
    background: linear-gradient(0deg, black 1%, black 5%, transparent 20%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ' ';
}

.delta-img-radius img {
    border-radius: 0.5rem;
}

.delta-no-radius img {
    border-radius: 0 !important;
}

.delta-card-title {
    font-size: clamp(20px, 3vw, 32px);
    margin: 0 auto !important;
    letter-spacing: -0.05rem;
    font-weight: 100;
}

.ct-search-results a {
    margin-bottom: 1rem;
}

.wp-block-latest-posts.is-grid {
    padding: 0 2rem 1rem 2rem !important;
}

.wp-block-latest-posts.is-grid&gt;li&gt;a:before,
.wpem-event-type&gt;a:before,
.wpem-event-location:before {
    display: none;
}

.em-search-geo {
    display: none;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer,
.wpem-viewed-event .wpem-tooltip .wpem-tooltip-bottom,
.wpem-form-wrapper .chosen-container .chosen-single:before,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-action-url:before,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-viewed-event {
    display: none !important;
}

.event_listings {
    max-width: 1530px !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner,
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border-radius: 0.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: none !important;
}

.wpem-row {
    margin-left: 0;
    margin-right: 0;
}

.wpem-event-type {
    bottom: 4px;
    position: relative;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
    top: -1rem;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    width: 95% !important;
}

.wpem-event-listings .wpem-event-layout-wrapper {
    margin-bottom: 2rem !important;
}

#event_filters .wpem-form-group .wpem-location-container {
    display: none !important;
}

.event_listings a.load_more_events {
    width: 32%;
    background: transparent;
    color: #000000;
    border-radius: 0.5rem;
    left: 34%;
}

.event_listings a.load_more_events:hover {
    background: transparent;
    color: #888888;
}

.event_listings a.load_more_events:before {
	content: "+ "; 
}

.wpem-single-event-page .wpem-single-event-wrapper {
    background: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid transparent !important;
    margin-bottom: 10vh;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top {
    background: transparent;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-header-top .wpem-event-single-image-wrapper .wpem-event-single-image img {
    margin-top: 1rem;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text {
    display: none !important;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .event_registration .registration {
    display: none !important;
}

.wpem-single-event-short-info .wpem-event-details .wpem-event-ticket-type {
    display: none !important;
}

#post-5928 .wp-block-contact-form-7-contact-form-selector,
#post-5930 .wp-block-contact-form-7-contact-form-selector {
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 3vh;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.wp-image-4674 {
    background: black;
    padding: 0 !important;
}

@media all and (min-width: 1024px) {
    .delta-hero {
        position: relative;
    }

    .delta-hero-title {
        margin-top: 1rem !important;
        margin-bottom: 1.75rem !important;
    }

    .delta-hero-cta {
        position: absolute;
        font-size: 1rem;
        padding: 2rem 0.1rem 2rem 0.1rem;
        top: 125px;
        left: 82px;
        max-width: 50% !important;
        min-height: 55%;
    }

    .delta-box-shadow {
        padding: 50px;
    }
}

@media all and (min-width: 1200px) {
    .delta-hero-title {
        font-size: 50px;
    }

    .delta-hero-cta {
        position: absolute;
        font-size: 1rem;
        padding: 2rem 0.1rem 2rem 0.1rem;
        top: 238px;
        left: 82px;
        max-width: 30% !important;
        min-height: 55%;
    }

    .delta-border-left {
        border-width: 0 0 0 1px;
        border-style: solid;
        border-color: rgba(237, 228, 215, 0.5);
    }

    .wp-block-video video {
        max-width: 60%;
    }
}

@media all and (max-width: 674px) {
    .delta-img-90 img {
        border-radius: 0.5rem 0.5rem 0 0 !important;
    }

    .delta-card-title {
        margin: 0 auto !important;
        font-size: max(20px, 1.5vw) !important;
        line-height: 35px !important;
        letter-spacing: -0.02rem;
    }

    .cn-close-icon {
        top: 12%;
        right: 10px;
    }
}

/*Timeline*/
#cd-timeline .cd-container {
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
}

.cd-container::after {
    content: "";
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 0 0 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #707070;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: -1em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-point {
    position: absolute;
    background: linear-gradient(39deg, #006BAB, #009EE3);
    top: 43%;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -16px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
}

.cd-timeline-content h4 {
    margin: 0;
}

.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1rem;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: 0.8em 0;
    color: #707070;
}

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

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }

}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1rem;
        width: 45%;
    }

    .cd-timeline-content::before {
        top: 10px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 78%;
        top: 43%;
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: 0;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 10px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

.paoc-popup-center-center .paoc-cb-popup-body {
    border-radius: 0.5rem !important;
}

.paoc-close-popup {
    background-color: #009EE3 !important;
}

.paoc-popup-btn {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600 !important;
    display: var(--display, inline-flex);
    align-items: center;
    justify-content: center;
    min-height: var(--buttonMinHeight);
    padding: 10px 20px !important;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--buttonBorderRadius, 3px);
    transition: all 0.2s ease;
    --has-link-decoration: var(--false);
	width: 255px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20), 0 3px 3px rgba(0, 0, 0, 0.25) !important;
}

.paoc-popup-btn a:before {
    display: none !important;
}

.paoc-credit-wrp {
    display: none !important;
}

.ui-widget.ui-widget-content {
    font-family: sans-serif !important;
}

.wpcf7-list-item {
    margin: 0 !important;
    display: block !important;
}

.wpcf7 input:not(.wpcf7-submit) {
    padding: 1rem;
}

.wpem-single-event-body-content {
    padding-top: 10px !important;
}

#dbs-wpem-details-title {
    font-size: 24px;
    margin: 5px 0 0;
}

.ct-container .entries,
.ct-container-full {
    margin: 3vh 0 10vh 0;
}

.ct-container .entries .entry-card,
.ct-container .entries .entry-card img,
.ct-container-full article {
    border-radius: 0.5rem !important;
	max-width: 100%;
}

/*.entries .has-post-thumbnail{
	height: 28rem;
}*/

article&gt;.ct-related-posts {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid !important;
    border-image: linear-gradient(90deg, transparent 0%, #E3051A 30%, #009EE3 65%, #149934 80%, transparent 100%)1;
}

.post-navigation .item-label {
    font-size: 1rem !important;
    font-weight: normal !important;
}

#sidebar {
    margin: 3vh 0 10vh 0 !important;
}

#sidebar .ct-widget {
    border-radius: 0.5rem !important;
}

.wp-image-3339 {
    filter: saturate(1.3);
}

.read_div {
    text-align: center;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 2%;
}

[data-prefix="single_blog_post"] [class*="ct-container"]&gt;article[class*="post"] {
    border-radius: 0.5rem;
    margin-bottom: 10vh;
	margin-top: 3vh;
	padding: 1rem;
}

/*FLIP CARDS*/
.cfb_wrapper .flipbox-back-layout p {
    color: #888888;
	font-size: 1rem;
}

.cfb_wrapper .flipbox-container {
    margin-top: 0;
}

.cfb_wrapper .flipbox-back-layout,
.cfb_wrapper .flipbox-front-layout {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*FORMS*/
.checkbox-container.label-right .field-wrap {
    display: inline-block !important;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 0.75rem !important;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    border-radius: 0.5rem;
}

.nf-form-content .list-select-wrap .nf-field-element&gt;div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    border-radius: 0.5rem !important;
}

.nf-form-content {
  padding-left: 0 !important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
	height: 90%;
	max-height: 90%;
}
@media (min-width: 992px) {
	.wpem-col-lg-4 {
  		-ms-flex: 0 0 20%;
 		flex: 0 0 20%;
  		max-width: 20%;
	}
	.wpem-col-lg-8 {
		-ms-flex: 0 0 80%;
 		flex: 0 0 80%;
  		max-width: 80%;
	}
}
.wpem-event-title {
	display: none !important;
}
.wpem-single-event-body-sidebar .event_registration,
.wpem-single-event-body-sidebar .clearfix:first-child ,
.wpem-single-event-body-sidebar .wpem-alert {
	display: none !important;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 180px;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-box-col {
	padding-bottom: 0;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
	height: 7rem;
	width: 10rem;
	border-radius: 0.5rem !important;
}
.wpem-event-listing-list-view.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
	background: #ffffff;
	border: none !important;
	border-radius: 0.5rem;
}
.wpem-event-listings .wpem-event-layout-wrapper {
	border: none !important;
}
.wpem-event-listing-list-view .wpem-event-box-col {
	border-radius: 0.5rem;
}
[data-cards="boxed"] .entry-card, [data-cards="cover"] .entry-card {
	padding: 1rem !important;
}
[data-archive="default"][data-layout*="grid"] .entry-card &gt; :not(:last-child), [data-archive="default"][data-layout="classic"] .entry-card &gt; :not(:last-child), [data-archive="default"][data-layout="simple"] .card-content &gt; :not(:last-child) {
	margin-bottom: 5px !important;
}

@media all and (max-width: 1199px) {
    .delta-desktop-only {
        display: none;
    }
}
.entry-card .boundless-image {
	max-width:100%;
	aspect-ratio: 18/9;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.entries:not([data-cards="cover"]) .entry-button {
	font-weight: bold !important;
}

.mec-wrap .mec-skin-grid-container {
	margin: 1rem 0 !important;
	width: 100% !important;
}
.mec-wrap .mec-single-title {
	display: none;
}
.mec-wrap .mec-totalcal-box {
	border: none;
	margin: 0 0 3vh;
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
	border-radius: 0.5rem;
}
.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
	border: none !important;
}
.mec-event-grid-clean .mec-event-article {
	border: none;
	padding: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
	border-radius: 0.5rem;
}
.mec-wrap.colorskin-custom .mec-bg-color {
	background-color: #ffffff;
	color: #888888;
	border-radius: 0.5rem;
}
.mec-modal-wrap {
	border-radius: 0.5rem;
}
.mec-single-modal.mec-single-modern .mec-single-title {
	display: none;
}
.mec-single-modal.mec-single-modern .mec-single-event-bar {
	margin: 1rem auto 1rem;
}
body .featherlight {
	z-index: 99999 !important;
}
body .featherlight .featherlight-close-icon {
	background: #0693e3 !important;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 29px;
	border-radius: 50px;
	border: 3px solid #fff;
	outline: none !important;
}
.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
	display: inline-block !important;
  	max-width: 300px;
}
.mec-single-event .mec-frontbox {
	border: none;
}
.mec-event-grid-clean img {
	border-radius: 0 !important;
}
.mec-event-image img {
	padding-bottom: 0 !important;
}
.mec-event-image a {
	padding-bottom: 0 !important;
}
.mec-single-event .mec-events-meta-group-countdown {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.mec-events-meta-group-countdown .countdown-w {
	margin: 0;
	padding: 0;
}
.mec-countdown-details .countdown-w .clockdiv li p {
	margin-top: 0;
	font-size: 0.75rem;
}
.mec-events-meta-group-countdown .countdown-w .block-w {
	font-size: 1.5rem;
	max-width: 120px;
}
.mec-single-modal.mec-single-modern .mec-single-event-bar &gt; div dd {
  font-size: 1rem;
}
.mec-single-event .mec-event-content {
	padding-top: 0;
	padding-bottom: 0;
}
.mec-event-grid-clean .mec-event-title a {
	display: none;
}
.mec-wrap .mec-labels-normal .mec-label-normal {
	color: #888888;
	font-size: 1rem;
	background: #fff !important;
}
.mec-event-grid-clean .mec-event-footer {
	text-align: center;
	margin: 0 auto 1rem;
	border: none;
	padding: 0.5rem 0;
	display: none;
}
.mec-single-event .mec-event-export-module {
	padding: 0;
	max-width: 700px;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	margin-left: 0;
}
.custombox-open.custombox-content {
	z-index: 999999 !important;
}
.mec-event-grid-clean .row {
  margin-bottom: 0;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
	width: 50%;
}
.mec-wrap .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.mec-wrap :not(.elementor-widget-container) &gt; p,.mec-wrap :not(.elementor-widget-container) &gt; li {
	font-size: 1rem !important;
}
.mec-single-event-description .mec-events-content &gt; p, .mec-single-event-description .mec-events-content &gt; ul, .mec-single-event-description .mec-events-content &gt; il {
	font-size: 1rem;
}
.ui-datepicker.ui-widget td a.ui-state-active,
.ui-datepicker.ui-widget td a:hover {
 background:#009EE3;
}
.mec-event-grid-clean .event-grid-t2-head .mec-event-month {
	text-transform: none;
}
.mec-single-event .mec-event-social h3 {
	display: none;
}
.mec-single-event .mec-event-social {
	text-align: left;
	margin-bottom: 0;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a {
	text-align: center;
}
.mec-event-social {
	padding: 0 !important;
}
.mec-single-event .mec-frontbox-title::before {
	display: none;
}
.mec-container .mec-single-event {
	background: #ffffff;
	border-radius: 0.5rem;
	margin-top: 3vh;
	margin-bottom: 5vh;
	padding-bottom: 1rem;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
.entry-content .mec-wrap h4 a {
	display: none;
}
.mec-credit-url {
	display: none;
}
.mec-single-event-category {
	display: none;
}
.mec-single-modern .col-md-4 .mec-frontbox {
	margin-top: 20px;
	margin-bottom: 1rem;
}
#mec_skin_5782 {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100%;
}
.delta-float-right img {
	max-width: 50%;
	float: right;
	margin: 0 1rem;
}
.delta-float-left img {
	max-width: 50%;
	float: left;
	margin: 0 1rem;
}
@media all and (max-width: 500px) {
	.delta-float-right img {
  		max-width: 100%;
  		margin: 0 0 1rem 0;
 	}
	.delta-float-left img {
  		max-width: 100%;
  		margin: 0 0 1rem 0;
 	}
}
#nf-form-30-cont .nf-form-fields-required, #nf-form-31-cont .nf-form-fields-required, .nf-form-text-align-center {
	text-align: center;
	margin-bottom: 1rem;
}
.nf-form-content button {
	padding: 0.75rem;
}
.nf-repeater-fieldsets fieldset {
  margin-bottom: 2rem;
  padding: 0;
}
.label-above .nf-field-element p{
	padding-left: 0 !important;
}
.nf-repeater legend{
	display: none !important;
}
.nf-form-content label {
	font-size: 1rem;
}
.nf-field-description p:last-child {
  padding-left: 0;
  margin-bottom: 0.5rem !important;
}
.ct-social-box .ct-label {
	display: none !important;
}
.mec-wrap .col-md-4 {
	width: 24% !important;
	float: right !important;
}
.mec-wrap .col-md-8 {
	width: 74% !important;
	margin: auto !important;
	float: right !important;
}
.popupaoc-delta {
        background: linear-gradient(45deg,#69D4FF 5%,#009EE3 95%) !important;
}
.popupaoc-delta-2 {
	background: linear-gradient(45deg,#5DD167 5%,#149934) !important;
	margin-left: 1rem;
}
.popupaoc-delta-3 {
        background: #cf4517 !important; 
}
.popupaoc-delta-4 {
        background: #104862 !important; 
}
.popupaoc-delta-5 {
        background: #c90000 !important; 
}
#mec-delta-phone {
		display: none; 
	}
@media all and (max-width: 1199px) {
	.mec-wrap .col-md-4 {
	display: none !important;
	}
	.mec-wrap .col-md-8 {
	width: 90% !important;
	margin: auto !important;
	float: none !important;
	padding-left: 0;
	padding-right: 0;
	}
	.popupaoc-delta-2 {
	margin-left: 0;
	margin-top: 2rem;
	}
	.mec-countdown-details .countdown-w .clockdiv li p {
	font-size: 0.75rem !important;
	}
	.mec-next-previous-events {
	margin-bottom: 3vh !important;
	}
	#mec-delta-phone {
		display: inline-block;
		max-width: 255px;
		margin-top: 3.5rem;
	}
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
	display: none;
}
.mec-single-modern .mec-events-event-image img {
	border-radius: 0.5rem 0.5rem 0 0 !important;
}
.nf-field-description a {
	color: #009EE3 !important;
}
.delta-ninjaforms-font-size label, .delta-ninjaforms-font-size p {
	font-size: 1rem !important;
}
.mec-next-previous-events li a {
	border: none !important;
}
.mec-single-modern .mec-single-event-bar {
	margin: 1rem 0;
}
.cky-notice-btn-wrapper .cky-btn, .cky-prefrence-btn-wrapper .cky-btn {
	border-radius: 0.5rem;
}
.cky-notice .cky-title {
	margin-bottom: 0 !important;
}
.cky-footer-wrapper div:last-child {
	display: none !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  max-width: 100% !important;
}
.cky-btn-revisit-wrapper {
	height: 40px !important;
	width: 40px !important;
	box-shadow: 0px 5px 8px -2px #888888;
}
.cky-revisit-bottom-left {
	bottom: 25px !important;
}
.ct-footer-copyright {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}
.page-id-421 .read_div, .page-id-423 .read_div, .page-id-425 .read_div {
	text-align: left !important;
}
.read_div ul {
	padding-inline-start: 2rem !important;
	padding-right: 1rem !important;
}
.wp-image-8640:hover {
	filter: invert(0.8) sepia(1) saturate(2000%) hue-rotate(330deg);
}
.shariff-button, .nf-form-content input[type="submit"] {
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20), 0 3px 3px rgba(0, 0, 0, 0.25) !important;
}

.ninja_forms_2025 {
	color:#354b55;
}

.ninja_form_button button{
	background: #009ee3 !important;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20), 0 3px 3px rgba(0, 0, 0, 0.25) !important;
}

.ninja_form_button button:hover{
	background: #36bcf7 !important;
	color:#FFFFFF !important;
}

.ninja_form_button input[type="submit"]{
	background: #009ee3 !important;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20), 0 3px 3px rgba(0, 0, 0, 0.25) !important;
}

.ninja_form_button input[type="submit"]:hover{
	background: #36bcf7 !important;
	color:#FFFFFF !important;
}

.nf-form-fields-required{
	color:#354b55;
}

.wp-block-button__link{
	background: #009ee3 !important;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20), 0 3px 3px rgba(0, 0, 0, 0.25) !important;
}</pre></body></html>