/***Header***/
/*sticky logo*/
div#phantom .logo-box img {
    max-height: 50px;
    width: auto;
}

/***Footer***/
#footer a.elementor-button-link.elementor-button {
    min-width: 90%;
/*    min-height: 80px;*/
}
p.elementor-heading-title.elementor-size-default {
    font-family: 'Cera Pro';
}

/***ELEMENTS***/

/*FORMS*/
.frm_form_fields .frm_half {
    width: 49%;
    margin: 0;
    display: inline-block;
}

.frm_form_fields label.frm_primary_label {
    display: block;
}

.frm_form_fields input, 
.frm_form_fields select, 
.frm_form_fields textarea {
    width: 100%;
}

.frm_form_fields button.close-button {
    display: none;
}
fieldset {
    border: none;
}

/*SLIDER PAGINATION*/
.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 50px !important;
}

button.owl-dot {
    box-shadow: none !important;
}
span.swiper-pagination-bullet,
.owl-carousel .owl-dots button.owl-dot {
    width: 26px !important;
    height: 26px !important;
    margin-right: 15px !important;
    -webkit-appearance: none !important;
    box-shadow: none;

}
.owl-carousel .owl-dots button.owl-dot:not(.active) span {
	border-radius: 100% !important;
}

.owl-carousel.bullets-ubax .owl-dot.active span {
    display: none;
}

.owl-carousel.bullets-ubax .owl-dot.active {
    bottom: 0 !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.owl-carousel .owl-dots button.owl-dot.active  {
    border-radius: 0;
    width: 0 !important;
	height: 0 !important;
	border: 13px solid transparent;
	border-top: 0;
	border-bottom: 23px solid #CFE7CC;
	bottom: 2px;
	position: relative;
	background: none !important;
    
}


/***HOME***/
body.home div#main {
    padding-top: 25px;
}

/*Event Lists*/
body.home .tribe-common-l-container.tribe-events-l-container {
    min-height: 0;
}
body.home .tribe-events-c-top-bar.tribe-events-header__top-bar,
body.home nav.tribe-events-pro-photo-nav.tribe-events-c-nav,
body.home .tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}

body.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding: 15px 0;
}


body.home .tribe-events-pro .tribe-events-pro-photo__event-featured-image {
    aspect-ratio: 1/1;
    object-fit: cover;
}

@media all and (min-width: 1000px) {
    #exhibits article.tribe_events,
    #events article.tribe_events,
    body.home article.tribe-common-g-col {
        width: 33%;
    }
}
@media all and (min-width: 600px) {
    body.home .tribe-events-pro .tribe-events-pro-photo__event {
        margin-bottom: 10px;
    }
    
}


/*EXHIBITS PAGE*/
.ecs-events .ecs-event {
    display: inline-flex;
    padding-right: 10px;
    margin: 0 10px;
    flex-direction: column;
    vertical-align: top;
}

.ecs-events .ecs-event h2.entry-title.summary {
    font-size: 20px;
    line-height: 25px;
    order: 2;
}

.ecs-events .ecs-event span.duration.time {
    order: 3;
    color: black;
}
.ecs-events .ecs-event .ecs-venue-details {
    order: 4;
}

.ecs-events .ecs-thumbnail img {
    aspect-ratio: 1/1;
    object-fit: cover;
}


@media all and (min-width: 600px) {
    #current .ecs-events .ecs-event {
        width: calc(33% - 20px);
    }
    .ecs-events .ecs-event {
        width: calc(25% - 20px);
    }
}

/*SINGLE EVENTS*/

@media all and (min-width: 768px) {
	#tribe-events-content {
		display: flex;
	}

	#tribe-events-content #right {
		padding-left: 50px;
	}
	#tribe-events-content #left {
		min-width: 28%;
	}

}
#tribe-events-content .tribe-events-schedule.tribe-clearfix {
    margin: 10px 0;
}

#tribe-events-content .tribe-events-schedule.tribe-clearfix span {
    font-style: italic;
}

div#event_nav a {
    color: black;
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
}

#tribe-events-content .tribe-events-event-meta:before,
#tribe-events-content h2.tribe-events-single-section-title{
    display: none;
}

#tribe-events-content .tribe-events-meta-group {
    padding: 0;
}

#tribe-events-content #images ul li,
#tribe-events-content #media ul li{
    display: inline-block;
}



/*ART EVENT TEMPLATE*/
body.page-template-template-art-event .wf-container-main {
    text-align: center;
    display: block !important;
    width: 100%;
    max-width: none;
}

div#art-content {
    max-width: 1058px;
    margin: auto;
    text-align: left;
    padding: 20px 10px;
}
h1.art-title {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Giga Sans';
    margin: 0;
    padding: 0;
}

#tribe-events-content h2.subtitle {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    font-family: 'Cera Pro';
    margin: 0;
    padding: 0;
}

.tribe-events-schedule.tribe-clearfix {
    margin: 0 !important;
    padding: 0 !important;
}

.tribe-events-content {
    font-family: 'Cera Pro' !important;
}


/*Remove "PAGE" background color so Adrianne can change colors of individual pages-*/
 div#page {
    background: none;
}