/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

</script>
/*************** ADD CUSTOM CSS HERE.   ***************/


@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.entry-title {
    font-family: "Berkshire Swash", cursive !important;
    font-size: 50px;
    font-weight: 400;
}

.tribe-events-tooltip h3 {
    font-family: "Lato", sans-serif !important;
    font-size: 1.25em !important;
}

.berkshire {
     font-family: 'Berkshire Swash', cursive !important;
     font-weight: 400 !important;
}

h1.berkshire {
    font-size: 50px;
}

.tribe-events-tickets-title.tribe--tickets {
    text-align: center;
}

.single-tribe_events .single-event__left_column {
    width: 100%;
    float: left;
    background: white;
}

.single-tribe_events .single-event__right_column {
    width: 100%;
    float: left;
    background: white;
}

.hidden-mobile {
    display: none;
}

.hidden-desktop {
    margin-top: 25px;
}

#tribe-events-footer {
    display: inline-block;
width: 100%;
}

.tribe-events-single-event-title,
.single-tribe_events h1 {
    font-family: 'Berkshire Swash', cursive !important;
    color: #39b4a1;
    font-size: 24px !important;
    font-weight: 400;
}

.single-product h1.product-title {
    font-family: "Lato", sans-serif !important;
    font-size: 1.7em !important;
}

.single-tribe_events .tribe-events-tickets {
    float: left;
}

@media(min-width: 768px) {

    .single-tribe_events h1 {
        font-size: 50px !important;
    }
    .hidden-mobile {
        display: block;
    }
    .hidden-desktop {
        display: none;
    }
    .single-tribe_events .single-event__left_column {
        width: 30%;
        float: left;
    }

    .single-tribe_events .single-event__right_column {
        width: 60%;
        float: right;
    }

}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
}

.single-event__left_column {
    position: relative;
}





.single-tribe_events .tribe-event-date-start, .single-tribe_events .tribe-event-time {
    font-family: 'Exo', sans-serif !important;
    font-weight: 400 !important;
    color: #d93364;
}

.tribe-events-cal-links, .tribe-tickets-remaining {
    display: none !important;
}

.single-tribe_events .woocommerce.add-to-cart {
    text-align: center;
    color: white;
}


.tribe-tickets-form-row td {
    padding: 8px 10px !important;
}

.tribe-events-tickets td.woocommerce {
    border-bottom: 0 !important;
}

.minus.button.is-form,
.plus.button.is-form {
    max-height: 30px !important;
    line-height: 30px !important;
}

.fillout img{
    margin-left: 0 !important;;
    width: 100% !important;;
    border-radius: 100%;
}

.fillout .icon-inner {
    overflow: hidden;
}

.level-3 .icon-inner:after {
    opacity: 0;
    transition: all .5s ease;
}
.level-3 .icon-inner:hover:after {
    opacity: 1;
    content: '';
    position: absolute;
    left: 0;
    background-size: 100%;
    background-color: white;
    width: 100%;
    height: 100%;
    background-image: url('http://boerma.evanreurekas.nl/wp-content/uploads/2019/04/Boerma_icon.png');
}


.accordion .accordion-item span {
    display: none;
}

.accordion .accordion-item button {
    position: relative;
}

.accordion-title.plain {
    text-align: center;
}

.dark .accordion-title {
    border-color: transparent;
}

.accordion-title.plain {
    padding: 0 !important;
}

.no-bottom-margin .section-title-container {
    margin-bottom: 0;
}

.tribe-events-event-cost form button {
    color: white;
    margin-bottom: -8px;
}

@media(min-width: 768px) {
    .tribe-events-style-full .tribe-events-tickets td, .tribe-events-tickets td {
        display: inline-block;
        width: 50%;
        float: left;
    }

    .tribe-events-tickets .tickets_description {
        border-bottom: 1px solid #cecbcb;
        width: 100% !important;
        clear: both;
    }
}

#billing_address_2_field, #shipping_address_2_field {
    display: none !important;
}

#billing_address_1_field, #shipping_address_1_field {
    widtH: 100%;
}

.tribe-related-events {
    flex-wrap: wrap !important;
}
