/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.wpspx-show-title h5 {
    margin: 0;
    color: var(--h1_typography-color);
}

.wpspx-show-subtitle p {
    margin: 0;
    font-size: var(--body_typography-font-size);
    line-height: 2 !important;
}

.book-online {
    width: 100%;
}

iframe {
    height: auto;
}

.wpspx-row .wpspx-column {
    padding: 0 15px;
}

.wpspx-performaces-list {
    background-color: transparent !important;
    border-top: 1px solid #d4d4d4;
}

.wpspx-single-show .wpspx-container .wpspx-performaces {
    margin: 30px 0 !important;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #d4d4d4;
    padding: 4px 0;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-title {
    margin-bottom: 30px !important;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance .wpspx-column {
    padding: 0;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance-date {
    flex-direction: column;
    align-items: flex-start !important;
    font-weight: 700;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance-date span {
    display: inline-block;;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance-date .time {
    font-weight: 400;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance-date .accessible {
    display: inline;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    margin-bottom: 4px;
    background-color: #f3f3f3;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance .wpspx-performance-prices {
    justify-content: flex-start !important;
}

.wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance .wpspx-performance-action .button {
    font-weight: 700;
}

@media screen and (max-width: 639px) {
    h1 {
        font-size: 36px !important;
    }

    .wpspx-show-info {
        padding: 0 !important;
    }

    .wpspx-row {
        display: block !important;
    }

    .wpspx-row .wpspx-column {
        padding: 0 0 15px !important;
    }

    .wpspx-performaces-list {
        border-top: none;
    }
    
    .wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance {
        padding: 15px 0;
        border-bottom: none;
        border-top: 1px solid #d4d4d4;
    }

    .wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance .wpspx-column {
        display: block !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance-date span {
        display: block;;
    }
        
    .wpspx-single-show .wpspx-container .wpspx-performaces .wpspx-performaces-list .wpspx-performance .wpspx-performance-action .button {
        margin: 10px 0 8px !important;
    }
}

.wpc-filters-widget-controls-container {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #d7d7d7;
}

input.donate-custom {
    height: 43px !important;
}

.button-donation {
    background-color: #212934 !important;
}

@media (min-width: 992px) {
    .wpc-filters-widget-controls-container {
        justify-content: flex-end;
    }
}