/*
 Theme Name:   Switch Is On
 Theme URI:    https://www.energycircle.com
 Description:  Switch Is On
 Author:       Energy Circle
 Author URI:   https://www.energycircle.com
 Template:     generatepress
 Version:      0.1
*/

/* ------------------- Desktop navigation & sticky styles -------------------- */
#sticky-navigation,
#mobile-header.is_stuck {
    box-shadow: 0 5px px -2px rgb(0 0 0 / 20%);
}

.main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
    font-size: 16px;
}

/* -------------------- Mobile header and hamburger menu styles -------------------- */
.mobile-header-navigation {
    box-sizing: border-box;
    padding: 10px;
}

.main-navigation .menu-toggle {
    font-size: 25px;
}

.menu-toggle .gp-icon svg {
    fill: var(--contrast);
}

span.gp-icon.icon-menu-bars {
    padding: 5px 10px 10px;
    border: 3px solid var(--contrast);
    border-radius: 5px;
}

.main-navigation.toggled .main-nav ul ul {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

@media (max-width: 768px) {
    .main-navigation .main-nav ul li a {
        line-height: 50px;
    }
}

/* -------------------- Testimonials -------------------- */
.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding-bottom: 20px !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    font-style: italic;
    color: var(--contrast-2);
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content a {
    color: var(--contrast-2);
}

.strong-view.wpmtst-modern .wpmtst-testimonial .testimonial-content {
    padding: 10px;
    font-size: 18px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    width: 100px;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    color: var(--contrast-2) !important;
    background: var(--contrast-2) !important;
}

.strong-view.nav-position-outside .wpmslider-controls {
    padding-top: 0 !important;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background-color: var(--base) !important;
}

/* -------------------- Footer styles -------------------- */
.ec_menu_ul {
    margin-left: 0em;
    list-style-type: none;
}

.ec_menu_ul ul.sub-menu {
    list-style-type: none;
}

.ec_menu_ul li {
    font-size: 17.5px;
    line-height: 27px;
}

.footer .ec_menu_ul li a {
    color: var(--base);
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
}

/* Copyright bar */
.inside-site-info {
    max-width: initial;
}

.copyright-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* -------------------- WP Forms styles -------------------- */
/* Center submit button */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    display: flex;
    justify-content: center;
}

/* Submit button style */
div.wpforms-container-full .wpforms-form input[type='submit'],
div.wpforms-container-full .wpforms-form button[type='submit'],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: var(--base) !important;
    background-color: #0d6efd !important;
    padding: 5px 15px !important;
    border-radius: 4px;
    border: solid 1px transparent !important;
    transition: all 0.5s ease 0s !important;
    margin-top: 40px;
}

div.wpforms-container-full .wpforms-form input[type='submit']::after,
div.wpforms-container-full .wpforms-form button[type='submit']::after,
div.wpforms-container-full .wpforms-form .wpforms-page-button::after {
    content: '\2192';
    font-size: 20px;
    color: var(--base);
    padding-left: 5px;
}

div.wpforms-field-container
    .contact-form-name
    .wpforms-field-row
    > .wpforms-one-half:last-child {
    margin-left: 2%;
    width: 50%;
}

@media (max-width: 500px) {
    div.wpforms-field-container .contact-form-name .wpforms-one-half {
        width: 100% !important;
    }

    div.wpforms-field-container
        .contact-form-name
        .wpforms-field-row
        > .wpforms-one-half:last-child {
        margin: 20px 0 0;
    }
}

/* -------------------- General styles -------------------- */
/* Paragraph font weight */
.p-weight-500 {
    font-weight: 500;
}

/* Size of cover blocks on mobile */
@media (max-width: 767px) {
    .wp-block-cover {
        min-height: 30vh !important;
    }
}

/* Line before small headings */
.gb-headline-accent-heading {
    padding-left: 60px;
}

.gb-headline-accent-heading:before {
    content: '';
    width: 50px;
    border: 1px solid var(--accent);
    position: absolute;
    margin-left: -60px;
    margin-top: 6px;
    padding-right: 10px;
}

.white-heading-line::before {
    border: 1px solid var(--base);
}

.green-heading-line::before {
    border: 1px solid var(--accent-2);
}

/* H1  text on gutenburg cover elements */
.wp-block-cover h1:not(.has-text-color) {
    color: var(--accent);
}

/* H3 text on gutenburg cover elements */
.wp-block-cover h3:not(.has-text-color) {
    color: var(--base);
}

/* Page hero text styles */
.page-hero p {
    font-size: 20px;
    color: var(--base);
    width: 70%;
}

/* Arrow marker lists */
ul.arrow-list li {
    padding: 0px 0px 20px 5px;
}

ul.arrow-list li::marker {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 1.25em;
    line-height: 1;
    color: var(--accent);
}

/* Read more cards */
.gb-container-read-more-card > .gb-inside-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* List cards */
.gb-container-list-card > .gb-inside-container {
    width: 100%;
}

/* Our Partners images */
@media (max-width: 767px) {
    .partners-logos .gb-block-image img {
        max-width: 300px;
    }
}

/* Ambassador page images */
.ambassador-image img {
    height: 275px;
}

/* Image sizes - Income qualifying program page, ambassador page */
.image-same-size figure.gb-block-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

/* Image styling needed due to Imagify plugin not pulling styles from WP editor */
.obj-fit-contain img {
    object-fit: contain;
}

.obj-fit-cover img {
    object-fit: cover;
}

/* Link underline */
.link-underline a {
    text-decoration: underline;
}

/* -------------------- Contact Us page -------------------- */
/* Social links */
.contact-social-links.wp-block-social-links {
    font-size: 50px;
    margin-bottom: 20px;
}

/* -------------------- For everyone page - Why You Should Go Electric section -------------------- */
.why-you-should-go-electric a {
    font-weight: 800;
}

.why-you-should-go-electric p {
    font-weight: 500;
}

.why-you-should-go-electric h3 {
    font-weight: 600;
}

/* -------------------- TECH Clean California page -------------------- */
.text-image-flex > .gb-inside-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text-image-flex p.has-text-color {
    margin-right: 20px;
}

ul.tech-clean-docs-list {
    margin-left: 0px;
}

ul.tech-clean-docs-list li {
    padding: 10px 0;
    list-style: none;
}

ul.tech-clean-docs-list > li > a {
    color: var(--base);
}

ul.tech-clean-docs-list li:hover {
    text-decoration: underline;
}

/* -------------------- Blog page -------------------- */
a.gb-button-text.gb-button-read-more-card-button-inner.align-left {
    justify-content: flex-start;
}

.blog-grid .wp-block-getwid-custom-post-type__post-wrapper {
    border: 1px solid rgba(33, 37, 41, 0.13);
    border-radius: 4px;
}

.blog-grid .wp-block-getwid-custom-post-type__post-thumbnail a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.blog-grid
    .wp-block-getwid-custom-post-type__post-thumbnail
    a[href*='challenges-of-educating']
    img {
    object-fit: contain;
}

.blog-grid .wp-block-getwid-custom-post-type__post-header,
.blog-grid .wp-block-getwid-custom-post-type__post-excerpt p:first-child {
    padding: 0 20px;
}

.blog-grid h3.wp-block-getwid-custom-post-type__post-title {
    font-size: 20px;
}

.blog-grid h3.wp-block-getwid-custom-post-type__post-title > a {
    color: var(--accent-1);
}

.blog-grid p.read-more-container {
    border-top: 1px solid rgba(33, 37, 41, 0.13);
    background-color: var(--contrast-4);
    padding: 7px 20px 12px;
    text-align: left;
}

.blog-grid p.read-more-container > a {
    padding: 0;
    background-color: initial;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-grid a.read-more.button:before,
a.gb-button-text.gb-button-read-more-card-button-inner.align-left::before {
    content: '\2192';
    font-size: 25px;
    color: var(--accent);
    padding-right: 5px;
}


/** Training Hub **/

.gb-container-60b5a2cb figure {
    max-height: 340px;
    height: 100%;
}

.gb-container-60b5a2cb figure img {
    width:100%;
    height:100%;
    object-fit:cover;
}


.stylistic-modal.iziModal {
    max-height: 80vh !important;
    z-index: 1000000 !important;
} 

@media only screen and (min-width: 768px) {
    .stylistic-modal.iziModal {
        max-width: 60vw !important;
    }
}

.iziModal-content .gb-container-b9cb6f6e h2 strong,
.iziModal-content .gb-container-b9cb6f6e h3 strong,
.iziModal-content .gb-container-b9cb6f6e li,
.iziModal-content .gb-container-b9cb6f6e p {
    color: white;
}


.iziModal .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50% var(--contrast-2);
  opacity: 1;
}




.flip-wrapper {
    hoverflow: hidden;
    max-width: 1280px;
    margin: auto;
    align-items: center !important;
}

.flip-wrapper .gb-grid-column .gb-inside-container {
    -webkit-box-shadow: 5px 5px 8px rgb(0 0 0 / 30%);
    -moz-box-shadow: 5px 5px 8px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 8px rgb(0 0 0 / 30%);
    padding: 10px;
    margin: 10px;
    min-height: 340px;
}

.flip-wrapper .gb-grid-wrapper .wp-block-image {
    min-height: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-wrapper .panel p {
    font-size: 17px;
}

.flip-wrapper .panel {
    margin: 0 auto;
    height: 300px;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.flip-wrapper .panel .front,
.flip-wrapper .panel .back {
    text-align: center;
}
    
.flip-wrapper .panel .front {
    height: inherit;
    position: absolute;
    top: 50%;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateY(-50%);
       -moz-transform: rotateX(0deg) rotateY(0deg) translateY(-50%);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.flip-wrapper .panel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}
.flip-wrapper .panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.flip-wrapper .panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}


.training .wp-block-getwid-tabs__nav-link {
    background-color: var(--accent);
}

.training .wp-block-getwid-tabs__nav-link a,
.training .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
    color: white;
}

.training .wp-block-getwid-tabs__nav-link.ui-tabs-active {
    background-color: var(--contrast-2);
}

body .featherlight .featherlight-close-icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
}

.mec-single-modern.mec-single-event, 
.mec-single-modern .col-md-4 .mec-frontbox, 
.mec-single-modern .col-md-4 .mec-sponsors-details, 
.mec-single-event .mec-event-meta dd, 
.mec-single-event .mec-event-meta h6, 
.mec-single-event-sponsor span, 
.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title, 
.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title, 
.mec-single-event .mec-events-meta-date h3, 
.mec-single-modal.mec-single-modern .mec-single-event-bar > div h3 {
  font-family: Barlow, sans-serif;
    color: var(--contrast);
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3 {
    font-size: 20px;
}

.mec-single-event.mec-single-modal.mec-single-modern .mec-single-title {
    font-family: Barlow, sans-serif;
    background-color: #ddd;
    padding: 20px 30px;
    font-size: 36px;
    margin-bottom: 0;
}

.mec-single-modal.mec-single-modern .mec-single-event-bar {
    border: 0; 
    margin: 0 auto;
    padding: 10px;
    font-family: Barlow, sans-serif;
    color: var(--contrast);
    border-bottom: 1px solid #ccc;
}

.mec-single-modal.mec-single-modern .mec-booking-button {
    background: var(--contrast-2);
    width: fit-content;
    margin: auto;
    height: max-content;
    line-height: 100%;
    text-decoration: none;
}

.mec-single-modal.mec-single-modern .close {
    text-align: center;
}

.mec-single-modal.mec-single-modern .close button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):not(.mec-googlemap-details button):not(.mec-googlemap-skin button) {
    color: white;
    background: var(--contrast-2);
    font-family: Barlow, sans-serif;
    width: fit-content;
    margin: auto;
    margin: 20px auto;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    top: 0;
    right: 0;
    text-indent: 0;
    height: auto;
    opacity: 1;
    border-radius: 0;
    font-weight: normal;
}

.mec-single-event.mec-single-modern .row {
    display: flex;
}

.mec-single-modal.mec-single-modern .col-md-8 {
    padding-bottom: 20px;
}

.mec-single-modal.mec-single-modern .col-md-8 ul li,
.mec-single-modal.mec-single-modern .col-md-8 ol li {
    font-size: 16px;
    font-family: Barlow, sans-serif;
    font-weight: normal;
    color: var(--contrast);
}

.mec-single-modal.mec-single-modern .mec-event-more-info {
    margin-bottom: 30px;
}

.mec-single-modal.mec-single-modern h3.registration-title {
    margin: 20px 15px;
}

.mec-single-modal.mec-single-modern .related-events h3,
.mec-single-modal.mec-single-modern .related-events .mec-related-event-post figure {
    display: none;
}

.mec-single-modal.mec-single-modern .related-events .row {
    display: block;
}

.mec-single-modal.mec-single-modern .related-events .mec-related-event-post {
    width: 100%;
}

.mec-single-modal.mec-single-modern .related-events .mec-related-event-post .mec-related-event-content,
.mec-single-modal.mec-single-modern .related-events .mec-related-event-post .mec-related-event-content h5 {
    background: none;
    color: white;
}

.mec-single-modal.mec-single-modern .related-events .mec-related-event-post .mec-related-event-content h5 a:hover {
    text-decoration: none;
    color: white;
}

.mec-single-modal.mec-single-modern .mec-next-event-details {
    background: none;
    border: 0;
    padding: 0 30px;
}

.mec-single-modal.mec-single-modern .mec-next-event-details li {
    margin-top: 10px;
}

.mec-single-modal.mec-single-modern .mec-next-multiple ul li a {
    padding: 10px 15px;
    background: var(--accent);
    border: 0;
}

.mec-next-multiple ul .mec-date .mec-end-date-label, 
.mec-next-multiple ul .mec-date .mec-start-date-label, 
.mec-next-multiple ul .mec-time .mec-events-abbr{
    font-size: 16px;
    color: white;
    font-weight: 700;
}

.mec-single-modal.mec-single-modern .mec-next-event-details h3 {
    display: none;
}


.mec-single-event.mec-single-modern .mec-single-event-bar .mec-single-event-label {
    display: none;
}

.mec-wrap abbr, .mec-wrap :not(.elementor-widget-container)>p,
.mec-single-event .mec-event-meta .mec-events-address .mec-address {
    font-family: Barlow, sans-serif;
  font-weight: normal;
  font-size: 18px;
    color: var(--contrast);
}

.mec-single-event-organizer img,
.mec-single-event-organizer i, .mec-organizer-url, 
.mec-single-event .mec-event-meta i{
    display: none;
}

.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title, 
.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title, 
.mec-single-event .mec-events-meta-date h3,
.mec-single-event-location,
.mec-single-event-category, 
.mec-event-more-info {
    margin: 0;
    color: white;
    font-size: 24px;
}

.mec-single-event .mec-event-meta dt,
.mec-single-event .mec-event-meta h3 {
    color: white;
    font-size: 24px;
    padding: 0;
}

.mec-single-event .mec-single-event-organizer,
.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
    margin: 0;
}

.mec-single-event .mec-organizer.mec-event-meta dd h6 {
    padding-left: 35px;
    margin: 0;
}

.mec-single-event-location, .mec-single-event-category {
    padding: 0 14px 8px;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-meta .mec-events-event-categories a, 
.mec-single-event .mec-event-meta .mec-events-event-categories a:hover,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-meta .mec-events-event-more-info a, 
.mec-single-event .mec-event-meta .mec-events-event-more-info a:hover {
    font-family: Barlow, sans-serif;
  font-weight: normal;
  font-size: 16px;
    color: white;
}

.mec-single-event .mec-event-meta dd h6 {
    color: white;
    font-size: 20px;
}

.mec-single-modal.mec-single-modern .col-md-4,
.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta {
    background: var(--contrast-2);
    border: 0;
    color: white;
}

.multipledays {
    margin: 0 auto;
padding: 10px;
font-family: Barlow, sans-serif;
color: var(--contrast);
border-bottom: 1px solid #ccc;
}


.mec-single-modal.mec-single-modern .multipledays h3.mec-frontbox-title {
    display: none;
}

.mec-single-modal.mec-single-modern .multipledays h3.mec-date {
    font-family: Barlow, sans-serif;
    color: var(--contrast);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px;
}

.mec-single-modal.mec-single-modern .multipledays .mec-event-schedule {
  border: 0;
    padding: 20px 20px 0;
    display: block;
    margin-bottom: 0;
}

.mec-single-modal.mec-single-modern .multipledays h4.mec-schedule-part {
    width: auto;
    font-size: 18px;
    color: var(--contrast);
    font-weight: 400;
    padding-right: 10px;
    float: left;
    clear: left;
}

.mec-single-modal.mec-single-modern .multipledays .mec-event-schedule-content {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Barlow, sans-serif;
    color: var(--contrast);
    clear: right;   
    float: left;
}

.mec-single-modal.mec-single-modern .multipledays .mec-event-schedule-content dl dt span {
    margin: 0;
    color: var(--contrast);
    font-weight: 400;
}

.mec-single-modal.mec-single-modern .multipledays .mec-event-schedule-content dl::before {
    display: none;
}

.mec-single-modal.mec-single-modern .multipledays .mec-event-schedule-content dl {
    padding: 0;
    margin: 0;
     font-family: Barlow, sans-serif;
      font-weight: normal;
      font-size: 16px;
    color: var(--contrast);
}

.mec-single-modal.mec-single-modern .duration .mec-event-data-field-name {
    display: none;
}

.mec-single-modal.mec-single-modern .duration-block .mec-frontbox {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Barlow, sans-serif;
    color: var(--contrast);
}

.mec-single-modal.mec-single-modern .duration-block h3 {
     font-family: Barlow, sans-serif;
    color: var(--contrast);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px;
}

.mec-single-modal.mec-single-modern .duration-block .mec-event-data-fields ul.mec-event-data-field-items {
    padding-top: 0;
}

.mec-single-modal.mec-single-modern .mec-next-event-details.mec-frontbox {
    display: none;
}

.mec-single-modal.mec-single-modern .duration-block .mec-event-data-field-items .mec-event-data-field-value,
.mec-single-modern .mec-single-event-bar > div .mec-time-comment,
.mec-single-modern .multipledays .mec-time-comment {
    font-family: Barlow, sans-serif;
      font-weight: normal;
      font-size: 16px;
    color: var(--contrast);
    padding-left: 34px;
}


.mec-gCalendar .fc-daygrid.fc-dayGridMonth-view.fc-view {
    overflow: visible;
}


.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary, 
.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary, 
.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:active {
    background: var(--contrast-2);
    color: white;
}

.mec-gCalendar-filters-wrap {
    align-items: flex-start;
}

.mec-gCalendar-filters-wrap .mec-searchbar-category-wrap {
border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.mec-gCalendar-filters-wrap ul {
    list-style-type: none;
    text-align: left;
}

.mec-gCalendar-filters-wrap>div {

}

.mec-gCalendar-tooltip {
  width: 290px;
  height: auto;
  position: absolute;
  left: auto;
  bottom: calc(100% - 1px);
}

.mec-gCalendar-tooltip .organizer {
    text-align: center;
    color: white;
}

#mec_skin_events_3396 .mec-tbd div.mec-time-comment {
    color: white;
      font-size: 18px;
}

#mec_skin_2564 .bgcolor,
#mec_skin_2564 .bgcolor #mec_search_form_3396 {
    border: 0;
}

#mec_search_form_3396 .mec-dropdown-wrap, 
#mec_search_form_3396 .mec-simple-checkboxes-search {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#mec_search_form_3396 .mec-simple-checkboxes-search label {
  font-family: Barlow, sans-serif;
  font-size: 20px;
}

#mec_search_form_3396 .mec-text-input-search {
    margin-bottom: 20px;
}

#mec_search_form_3396 .mec-text-input-search label,
#mec_skin_events_3396 .mec-repeating-label {
    display: none;
}

#mec_search_form_3396 .mec-simple-checkboxes-search ul li label {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  color: var(--contrast);
}

#mec_skin_events_3396 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

#mec_skin_events_3396 .mec-event-date .mec-categories {
    margin: 10px;
      font-size: 18px;
}

#mec_skin_events_3396 .mec-event-date .mec-categories a {
    color: white;
      font-size: 18px;
}

#mec_skin_events_3396 .mec-event-date .col-md-5,
#mec_skin_events_3396 .mec-event-date .col-md-7 {
    padding: 10px 5px;
    font-size: 15px;
}

#mec_skin_events_3396 .mec-wrap h4 {
    font-weight: 500;
}

#mec_skin_events_3396 .emh {
    background-color: #003594;
    color: white;
    width: calc(100% + 40px);
    padding: 10px;
    margin: 10px -20px;
}

#mec_skin_events_3396 .mec-organizer-item a,
#mec_skin_events_3396 .mec-organizer-item span,
#mec_skin_events_3396 .mec-organizer-item a:hover{
    color: white;
    font-family: Barlow, sans-serif;
    font-size: 18px;
}

#mec_skin_events_3396 .nci {
    background-color: #01b3eb;
    color: white;
    width: calc(100% + 40px);
    padding: 10px;
    margin: 10px -20px;
}

#mec_skin_events_3396 .tech {
    background-color: #a3b745;
    color: white;
    width: calc(100% + 40px);
    padding: 10px;
    margin: 10px -20px;
}

#mec_skin_events_3396 .aea {
    background-color: #f9d457;
    color: white;
    width: calc(100% + 40px);
    padding: 10px;
    margin: 10px -20px;
}

#mec_skin_events_3396 .mec-event-footer {
    padding: 0;
    border: 0;
    background: none;
    min-height: 100px;
    margin: auto;
    text-align: center;
}


#mec_skin_events_3396 .mec-event-footer .mec-booking-button {
    background: var(--contrast-2);
    color: white;
     font-family: Barlow, sans-serif;
    font-size: 16px;
    right: auto;
    padding: 10px 20px;
    height: auto;
    margin: auto;
    left: auto; 
    position: relative;
    width: 90%; 
}

.mec-event-grid-classic .row-tech,
.mec-event-grid-classic .row-nci,
.mec-event-grid-classic .row-emh, 
.mec-event-grid-classic .row-aea {
    display: flex;
}

h2.row-title {
    clear: both;
}


.mec-event-grid-classic .row-tech .col-sm-4,
.mec-event-grid-classic .row-nci .col-sm-4,
.mec-event-grid-classic .row-emh .col-sm-4, 
.mec-event-grid-classic .row-aea .col-sm-4 {
    flex: 0 0 33%;
    width: auto;
    float: none;

}

@media only screen and (max-width: 767px) {

    #mec-gCalendar-wrap table.fc-scrollgrid {
      min-width: unset;
    }

    #mec-gCalendar-wrap table.fc-scrollgrid table {
      margin-bottom: 0;
      width: 100% !important;
    }

    .fc-event-title.fc-sticky {
      display: none;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        min-height: unset;
    }

    .mec-event-grid-classic .row-tech,
    .mec-event-grid-classic .row-nci,
    .mec-event-grid-classic .row-emh, 
    .mec-event-grid-classic .row-aea {
        display: block;
    }

    .mec-event-grid-classic .row-tech .col-sm-4,
    .mec-event-grid-classic .row-nci .col-sm-4,
    .mec-event-grid-classic .row-emh .col-sm-4, 
    .mec-event-grid-classic .row-aea .col-sm-4  {
        flex: 0 0 100%;
    }

    .mec-single-event.mec-single-modern .row {
        display: block;
    }
}




















































