/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* Root Variables */
:root {
    --headings-font-family: 'Source Sans 3', cursive;
    --primary-color: #538cb0;
    --primary-color-light: #538cb0ae;
    --secondary-color: rgba(224, 224, 224, 1);
    --secondary-color-dark: rgba(200, 200, 200, 1);
    --tertiary-color: rgba(255, 255, 255, 0.75);
}

/* Global CSS */
.single-foyer_display .a2a_kit {
    display:none;
}

article.page .entry-wrap {
    padding: 0;
    background-color: inherit;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.x-sidebar {
    background-color: var(--tertiary-color);
    padding: 1em;
}
.widget.widget_recent_entries li a {
    font-family: inherit;
}
.widget {
    text-shadow: none;
}

.entry-content h4 {
    margin-bottom: 0;
    font-size: 1em;
    letter-spacing: 0;
}

/* Pagina - Hoofdpagina */
.foyer-slide .foyer-slide-field.foyer-slide-field-title {
    font-family: var(--headings-font-family);
    font-weight: 900;
}
.h-recent-posts {
    text-transform: none;
}
.x-recent-posts a {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* Pagina - Voorstellingen */
.wpt_listing_filter {
    background: var(--secondary-color);
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    line-height: 2.5rem;
    white-space: nowrap;
}
.wpt_listing_filter:hover {
    background: var(--secondary-color-dark);
}

.wpt_listing_filter_active {
    background: var(--secondary-color-dark)
}
.wpt_listing_filter a {
    color: rgba(0, 0, 0, 1);
}
.wpt_listing_filter a:hover {
    color: rgba(0, 0, 0, 1);
}
.wpt_listing_filter_pagination.category:before {
    content: "Selecteer Genre: "
}
.wpt_listing_filter_pagination.month:before {
    content: "Selecteer Maand: "
}
.wp_theatre_event {
    margin: 1rem 0;
    padding: 1rem;
    border: 2px dashed rgba(155, 155, 155, 1);
    font-size: 1rem;
}
.wp_theatre_event figure {
    margin: 0;
}
.wp_theatre_event_title {
    font-family: var(--headings-font-family);
    font-weight: 900;
    font-size: 1.2rem;
}
.wp_theatre_event_subtitle {
    font-style: italic;
}
.wp_theatre_event_datetime {

}
.wp_theatre_event_startdate, .wp_theatre_event_starttime {
    display: inline-block;
    padding-right: 5px;
}
.wp_theatre_event_location {

}
.wp_theatre_event_tickets {

}
.wp_theatre_event_tickets_url {
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    line-height: 2.5rem;
    color: #ffffff;
    background-color: var(--primary-color);
}
.wp_theatre_event_tickets_url:hover {
    color: #ffffff;
    background-color: var(--primary-color-light);
}
.wp_theatre_event_prices::before {
    content: "Vanaf: "
}
@media only screen and (min-width: 720px) {
    .wp_theatre_event {
        display: grid;
        grid-template-columns: 1.5fr 2fr 1fr;
        grid-column-gap: 1em;
        align-items: center;
    }
    .wp_theatre_event figure {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: span 4;
    }
    .wp_theatre_event_title {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .wp_theatre_event_subtitle {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .wp_theatre_event_datetime {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .wp_theatre_event_location {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .wp_theatre_event_tickets {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 4;
        align-self: start;
        justify-self: end;
    }
}

/* Pagina - Account */
.account-h2 {
    margin-top: 22px!important;
    margin-bottom: 44px;
    font-size: 34px;
    text-transform: none;
    color: #333333;
    font-weight: bold;
}
.x-tabs-panel:not(.x-active) {
    visibility: visible;
}