
.big-curated{
    font-family: 'Jost';
}
.big-curated-header {
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    font-size: 40px;
    padding: 20px 20px;
    border-radius: 8px 8px 0 8px;
    background-image: url(https://bartertheatre.com/app/uploads/2020/06/moonlight-transparent-3-1024x880-1.png);
    background-size: 300px;
    padding-top: 20vh;
    background-position: center right 20px;
    background-repeat: no-repeat;
}
.big-curated-header-title{

}
.big-curated-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    padding-bottom: 80px;
}
.big-curated-list{
    width: 100%;
    padding: 20px;
}
.big-curated-list-desc {
    font-size: 16px;
    color: #656565;
    padding-bottom: 40px;
    padding-left: 5px;
    margin-top: -15px;
}
.big-curated-list-upnext{
    padding-bottom: 80px;
}
.big-curated-list-title{
    font-size: 30px;
    padding: 20px 0;
    border-bottom: solid 1px #aaa;
    margin-bottom: 20px;

}
.big-curated-registerbtn.confirmed, .big-curated-notifybtn.confirmed {
    color: #50d028;
    border-color: #50d028;
    pointer-events: none;
}

.big-curated-list-events{
    border-radius: 8px 8px 0 0;
}
.big-curated-list-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
}
.big-curated-list-events .big-curated-list-event{
    padding: 20px 10px;
    border: #f1f1f1 solid 1px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.big-curated-list-event-image{
    width: 100%;
}
.big-curated-list-event:nth-of-type(odd){
    background-color:#fff;
}

.big-curated-list-event-image img {

}
.big-curated-list-event-title{
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.big-curated-list-upnext .big-curated-list-event-title{
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.big-curated-seats-remain{

}
.big-curated-list-event-time{

}
.big-curated-countdown{
    font-weight: 500;
    font-size: 14px;
    color: #000;
}
.big-curated-list-event-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.big-curated-list-event-subtitle {
    padding-right: 20px;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
}
.big-curated-list-event-desc{

}
.big-curated-list-upnext .big-curated-list-title {
    font-size: 29px;
    font-weight: 600;
    background-color: #f8a700;
    color: var(--main-color);
    /* width: 300px; */
    border-radius: 8px 8px 0 0;
    margin-bottom: 0px;
    color: #fff;
    padding-left: 20px;
}
.big-curated-list-upnext .big-curated-list-event {
    /*border-bottom: #f8a700 solid 5px;*/
}
.big-curated-list-event-image {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -8px;
}

span.big-curated-seats-remaining {
    color: #f8a700;
    text-align: right;
    font-size: 12px;
}
.big-curated-startbtn{
    cursor: pointer;
}
.big-curated-adspace{
    background-color: #f9f9f9;
    border: 1px solid #cccccc;
    padding: 20px;
    min-width: 200px;
    max-width: 300px;
}
.big-curated-adspace-sponsors {
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1;
}
.big-curated-adspace-sponsors-intro {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.big-curated-adspace-sponsors img {
    padding-bottom: 20px;
    padding-top: 10px;
}
.big-curated-adspace-sponsors img {
    padding-bottom: 20px;
    padding-top: 10px;
}
.big-curated-list-event-inner {
    /* display: flex; */
    padding: 20px;
}
.big-curated-list-event-details {
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
    padding: 5px;
}
.big-curated-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.big-curated-startbtn {
    background-color: var(--main-color);
    color: #fff;
    padding: 7px 15px;
    white-space: nowrap;
    font-size: 18px;
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    border-radius: 4px;
}
.big-curated-registerbtn, .big-curated-loginregisterbtn, .big-curated-loginaccessbtn, .big-curated-notifybtn {
    background-color: #ffffff;
    color: #1f1f1f;
    padding: 5px 15px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    border: 2px solid #1f1f1f;
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    margin-left: 10px;
}
.big-curated-registerbtn:hover,.big-curated-startbtn:hover, .big-curated-loginregisterbtn:hover, .big-curated-loginaccessbtn:hover, big-curated-notifybtn:hover{
    color:#000;
    background-color: #e39d34;
}

.big-curated-startbtn.disabled {
    cursor: default;
    background-color: #bbb !important;
    pointer-events: none;
}
.big-curated-registerbtn.disabled {
    cursor: default;
    background-color: #bbb !important;
    pointer-events: none;
}
.big-curated-list-event-time {
    font-size: 12px;
    line-height: 2;
    white-space: nowrap;
}
.big-curated-list-upnext .big-curated-list-event-time{
    font-size:16px;
    font-weight: 500;
}
.big-curated-list-upnext .big-curated-countdown{
    font-size:18px;
    font-weight: 500;
}

.big-curated-list-events .big-curated-list-event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.big-curated-list-events .big-curated-list-event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.big-curated-list-events .big-curated-list-event-inner {
    padding: 0;
}
.big-curated-list-events .big-curated-buttons {
    /* text-align: right; */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid #000 1px;
}

.big-curated-list-events .big-curated-list-title {
    /*font-size: 22px;*/
    /*background-color: var(--main-color);*/
    /*padding: 20px 10px;*/
    /*font-weight: 500;*/
    /*color: #fff;*/
    /*border-radius: 8px 8px 0 0;*/
}





.big-curated-list-events .big-curated-list-event-image,.big-curated-list-events .big-curated-list-event-info{
    display:none;
}

.big-curated-list-events .active .big-curated-list-event-image,.big-curated-list-events .active .big-curated-list-event-info{
    display:block;
}



@media only screen and (max-width: 1000px) {
    .big-curated-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: relative;
        padding-bottom: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-curated-list {
        width: 100%;
        padding: 20px;
        padding-bottom: 120px;
    }
    .big-curated-header {
        border-radius: 8px;
    }
    .big-curated-list-event {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #f5f5f5;
    }

    .big-curated-list-events .big-curated-list-event-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .big-curated-list-event-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-curated-list-events .big-curated-buttons {
        /* text-align: right; */
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 41px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        margin-left: 20px;
        border-left: solid #000 1px;
        border: none;
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 8px;
    }
    .big-curated-adspace {
        background-color: #232323;
        padding: 20px;
        /* padding-top: 135px; */
        min-width: 200px;
        text-align: center;
    }

}



span.big-curated-start-time {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
span.big-curated-seats-remaining {
    color: #f8a700;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}

.addeventatc {
    white-space: nowrap !important;
    font-family: 'Jost' !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    border: 0px solid #333 !important;
    margin-left: 10px;
}

.addeventatc:hover{
    font-size:12px !important;
    background-color: #f8a700 !important;
}

.big-curated-list-events .big-curated-list-event-image {
    /* width: 200px; */
    /* display: none; */
    margin-top: 10px;
}

.big-curated-list-event.active {
    padding-bottom: 40px;
}

.curated-see-more {
    /* background-color: #ffffff; */
    color: #208b77;
    padding: 2px 10px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    /* border: 2px solid #1f1f1f; */
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
    width: 86px;
    /* justify-self: flex-start; */
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100px;
    position: absolute;
    left: -5px;
    bottom: 3px;
}

.curated-see-less{
    /* background-color: #ffffff; */
    color: #208b77;
    padding: 2px 10px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    /* border: 2px solid #1f1f1f; */
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
    margin-left: 10px;
    font-weight: 600;
    cursor: pointer;
    width: 86px;
    /* justify-self: flex-start; */
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100px;
    display: none;
    position: absolute;
    left: -10px;
    bottom: 10px;
}

.big-curated-buttons .addeventatc {
    font-family: "jost" !important;
    color: #000!important;
    background: transparent;
    font-size: 10px !important;
    position: absolute !important;
    border: 1px solid transparent !important;
    bottom: 0px !important;
    padding: 5px !important;
    outline-color: transparent !important;
    text-shadow: none !important;
    -webkit-user-select: none !important;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important;
}

.addeventatc .addeventatc_icon{
    display: none;
}

.big-curated-header{
    display:none;
}

.big-curated-bottomad{
    background-color:#000;
    color:#fff;
    padding: 20px;
    width: 100%;
    margin-top: 40px;
}

.big-curated-list-all-button {
    border: 1px solid #8a2332;
    background-color: #8a2332;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}
.big-curated-list-all-button.disable{
    display: none;
}
.big-curated-list-all-button:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #8a2332;
}
.big-curated-list-events{
    position: relative;
}

.big-curated-list-event-desc {
    display:none;
}

.active .big-curated-list-event-desc{
    display:block;
}