/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0.2
Author:	WEBneo GmbH
Theme URI: http://impreza.us-themes.com/
Author URI: https://webneo.de/
*/

.wbn-image-sequence-slider-container {
    display: flex;
    height: 356px;
    max-width: 370px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.wbn-image-sequence-slider-container img {
    object-fit: cover;
    width: 100%;
    max-height: 356px;
}

/* Fix for doubled heros */
header .rs-fullwidth-wrap {
    display: none;
}

/* Remove page titles */
.page .post_title {
    display: none;
}

main > section.l-section.wpb_row.height_small.color_alternate {
    padding-top: 5.4rem;
}

main > section.l-section.wpb_row.height_small.color_alternate > .l-section-h.i-cf {
    display: none;
}

/* Fix missing styles on hero of /event */
.post-type-archive-tribe_events #rev_slider_12_1 h3,
.post-type-archive-tribe_events #rev_slider_12_1 p {
    margin-bottom: 1rem;
}

.post-type-archive-tribe_events #rev_slider_12_1 p:last-child {
    margin-bottom: 0;
}

.post-type-archive-tribe_events a.w-btn {
    background-color: #008650;
    padding: 12px 27px;
    line-height: 22px;
}

.post-type-archive-tribe_events a.w-btn::before {
    border-color: #008650;
}

/*.tribe-events-view {
    margin-top: 7.3rem;
}*/

.single-tribe_events .rs-fullwidth-wrap p {
    font-size: 1rem;
}

/* Tribe Events Widget */
.tribe-list-widget {
    list-style: none;
    margin-left: 1em;
}

.tribe-list-widget li {
    margin-bottom: 1em;
}

.tribe-list-widget .tribe-event-title {
    padding-top: 0;
}

.gau-custom-widget-text {
	margin-bottom: 22px!important;
}