.dflex { display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; }
.dflex > div { flex: 1 1 100%; width: 100%; max-width: 100%; padding: 0 5px; margin-bottom: 5px; }

.home-event-wrapper { width: 100%; max-width: 100%; justify-content: center !important; }
.home-event-wrapper .wrap-outer { width: 100%; max-width: 750px; padding-left: 30px; padding-right: 30px; margin-bottom: 65px; }
/*.home-event-wrapper .wrap-outer { width: 100%; max-width: 500px; padding-left: 30px; padding-right: 30px; margin-bottom: 65px; }*/

.home-event-wrapper .event-box { max-width: 690px; background: #FFFAEB; box-shadow: 0 15px 40px 0 rgba(0,0,0,.1); padding: 0; margin: 0; }
.home-event-wrapper .img-holder { width: 100%; height: 360px; position: relative; }
.home-event-wrapper .img-holder figure { position: relative; }
.home-event-wrapper .img-holder figure:before { content:''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); }
.home-event-wrapper .img-holder img { object-fit: cover; width: 100%; height: 362px; object-position: center; display: block; }
.home-event-wrapper .hsc-title { position: absolute; bottom: 10px; left: 50%; width: 100%; max-width: 583px; color: #fff; font-weight: 700; font-size: 35px; text-align: center; transform: translatex(-50%); line-height: 1.2; }
.home-event-wrapper .content-holder { width: 100%; max-width: 615px; margin: 0 auto; padding: 16px 5px 20px; color: #94C09F; text-transform: uppercase; font-weight: 700; text-align: center; }
.home-event-wrapper .sc-date { margin-bottom: 10px; line-height: 34px; font-size: 25px; display: inline-block; }
.home-event-wrapper .sc-open, .home-event-wrapper .sc-start { text-align: center; font-size: 20px; }
.home-event-wrapper .sc-start { margin-bottom: 15px; }
.home-event-wrapper .buy-btn a { color: #363636; font-size: 23px; padding: 14px 0; }

.sc-events, .sc-events .item { display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; }
.sc-events > div, .sc-events .item > div { flex: 1 1 100%; width: 100%; max-width: 100%; padding: 0 5px; margin-bottom: 5px; }
.sc-events .item .left { max-width: 50%; } 
.sc-events .item .right { max-width: 50%; }
.sc-title { text-align: center; font-size: 20px; line-height: 1.2; font-weight: 400; padding-bottom: 8px; }
.sc-date { text-align: center; font-size: 18px; line-height: 1.2;  padding-bottom: 0px; }
.buy-btn a, .load-more { display: block; border-radius: 5px; margin: 0 auto; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.buy-btn a:hover, .load-more:hover { background: #391010; color: #000; }
.buy-btn a:hover, .load-more:hover { background-image: linear-gradient(180deg,#fecc33 0%,#fefe99 100%);}
.sc-events hr { background: transparent; border: 0; border-top: #391010 1px solid; }
.load-more { color: #55180e; cursor: pointer; }
.page-id-2100 .sc-events .item { opacity: 0; visibility: hidden; height: 0; -webkit-transition: opacity 0.9s, visibility 0.9s, max-height 0.9s; -moz-transition: opacity 0.9s, visibility 0.9s, max-height 0.9s; -o-transition: opacity 0.9s, visibility 0.9s, max-height 0.9s; transition: opacity 0.9s, visibility 0.9s, max-height 0.9s; }
.sc-events .hide { opacity: 0; visibility: hidden; height: 0; }
.sc-events .dflex { display: flex; visibility: visible!important; opacity: 1!important; height: auto!important; }

.sc-single-event { width: 100%; max-width: 1020px; padding: 15px 10px; margin: 0 auto; }
.sc-single-event .left { max-width: 50%; }
.sc-single-event .right { max-width: 50%; }
.sc-single-event .entry-content { border-top: 1px solid #000; padding-top: 30px; }

@media (max-width: 959px){
    .dflex{ flex-direction: column; }
    .sc-single-event .left { max-width: 100%; }
    .sc-single-event .right { max-width: 100%; }
}