/* Stick Details */

.event-page-sticky {
    position: sticky;
    top: 48px;
    margin-top: 44px;
    margin-bottom: 50px;
    padding: 20px;
    width: 255px;
    order: 2;
    border: 1px solid #FFA000;
}

.event-page-sticky>h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: black;
}

.evo_page_body {
    order: 1;
    max-width: 880px;
    margin-top: 44px;
}

@media (max-width: 900px) {
    .evo_page_body {
        margin: 44px 18px;
    }
}

#main {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1150px;
}

@media (max-width: 1150px) {
    #main {
        align-items: center;
        justify-content: center;
    }
}

/* Margin Removal */
.entry-content,
.evo_page_body .evcal_desc,
.event-page-sticky .evcal_list_a, .event-page-sticky .evcal_desc,
.event-page-sticky .evcal_cblock {
    margin: 0 !important;
}

/* Padding Removal */
.evo_page_body .evcal_list_a,
.evo_page_body .desc_trig_outter,
.evo_page_body .evcal_desc,
.eventon_main_section,
.event-page-sticky .evcal_list_a, .event-page-sticky .evcal_desc,
.event-page-sticky .evcal_cblock {
    padding: 0 !important;
}

/* Border Removal */
.event-page-sticky .eventon_list_event,
.evo_page_body .evo_eventtop {
    border: none !important;
}

/* Hide Unecessary bits from the sticky */
.event-page-sticky #evcal_head,
.event-page-sticky .evo_metarow_directimg,
.event-page-sticky .evo_metarow_details,
.event-page-sticky .evo_metarow_ICS,
.event-page-sticky .evo_metarow_socialmedia,
.event-page-sticky .evorow_b1,
.event-page-sticky .evcal_event_title,
.event-page-sticky .evcal_location,
.event-page-sticky .evcal_evdata_icons,
.event-page-sticky .evcal_evrow_sm .evcal_evdata_cell h3,
.event-page-sticky .evotx_quantity,
.event-page-sticky .evotx_qty_adjuster,
.event-page-sticky .evotx_addtocart_total,
.event-page-sticky .evotx_addtocart_button,
.event-page-sticky .tx_price_line .evo_label,
.event-page-sticky .evotx_addtocart_msg,
.evo_page_body #evcal_head,
.evo_page_body .evo_start,
.event-page-sticky #eventon_comments,
.evo_page_body .evcal_desc_info,
.evo_page_body .evcal_desc3,
.evo_page_body .evo_above_title,
.evcal_evdata_icons,
.event-page-sticky .evo_below_title,
.event-page-sticky .evcal_oganizer,
.event-page-sticky .evo_metarow_rel_events,
.evo_metarow_organizer {
    display: none !important;
}

.event-page-sticky .eventon_list_event {
    margin-top: 32px !important;
}

.event-page-sticky .evcal_list_a, .event-page-sticky .evcal_desc {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

.event-page-sticky .evcal_list_a>* {
    position: relative !important;
}

.event-page-sticky .evcal_cblock {
    width: 100% !important;
}

.event-page-sticky .evo_start {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    padding-left: 24px !important;
    background-image: url("../img/icons/calendar.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

/* Sticky Location */
.event-page-sticky .evo_metarow_time_location .evo_location {
    padding: 0;
}

.event-page-sticky .evo_metarow_time_location .evcal_evdata_cell {
    padding: 0;
}

.event-page-sticky .evo_metarow_time_location .evo_h3 {
    display: none;
}

.event-page-sticky .evo_metarow_time_location .evo_location_name {
    font-size: 20px !important;
    color: black !important;
}

.event-page-sticky .evo_metarow_time_location {
    margin: 0;
    padding-left: 24px !important;
    background-image: url("../img/icons/location.svg");
    background-repeat: no-repeat;
    background-position: 2px 5px;
    border-radius: 0 !important;
}

.evo_start>* {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: black !important;
    font-weight: normal !important;
    margin-right: 4px !important;
    text-transform: capitalize !important;
}

.evo_start .time {
    display: none !important;
}

.evo_start .date {
    order: 1;
}

.evo_start .month {
    order: 2;
}

.evo_start .year {
    order: 3;
}

.event-page-sticky .evcal_location {
    padding-left: 24px !important;
    background-image: url("../img/icons/location.svg");
    background-position: left 3px center 0 !important;
    background-repeat: no-repeat;
    margin: 12px 0 0 0 !important;
}

.event-page-sticky .evcal_location,
.event-page-sticky .evcal_location>* {
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 28px !important;
    color: black !important;
}

.event-page-sticky .evcal_location::before {
    content: none !important;
}

.event-page-sticky .desc_trig_outter>a:hover {
    background: white !important;
}

.event-page-sticky .evcal_list_a::after {
    background: none !important;
}

.event-page-sticky .evcal_desc3_rsvp,
.event-page-sticky .evors_eventtop_section_data,
.event-page-sticky .evcal_desc_info {
    padding: 0 !important;
    margin: 0 !important;
}

.event-page-sticky .evcal_desc3_rsvp {
    margin-top: 8px !important;
}

.event-page-sticky .remaining_count {
    padding-left: 24px !important;
    background-image: url("../img/icons/spaces.svg");
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000000 !important;
}

.event-page-sticky .remaining_count>em {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #FFA000 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: bold !important;
    margin-right: 6px !important;
}

.event-page-sticky .evcal_desc_info {
    order: 2;
}

.event-page-sticky .evcal_desc3 {
    order: 1;
}

.event-page-sticky .evo_metarow_tix {
    padding: 0 !important;
    margin: 12px 0 0 0 !important;
    padding-left: 24px !important;
    background-image: url("../img/icons/cost.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

.event-page-sticky .evcal_evrow_sm .evcal_evdata_cell,
.event-page-sticky .evoTX_wc,
.event-page-sticky .eventon_list_event .event_description,
.event-page-sticky .tx_price_line {
    padding: 0 !important;
    border: none !important
}

.event-page-sticky .ajde_evcal_calendar {
    color: black;
}

.event-page-sticky .tx_price_line>* {
    float: none !important;
    margin-left: 4px;
}

.event-page-sticky .tx_price_line .value {
    font-size: 20px !important;
    line-height: 28px !important;
    color: black !important;
}

.event-page-sticky .evo_sin_page {
    padding: 0 !important;
}

/* Main Page Area */

.event-page-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #FF8500;
}

.evo_page_body .desc_trig {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.evo_page_body .desc_trig>* {
    position: relative !important;
}

.evo_page_body .evcal_list_a:hover {
    background: none !important;
}

.evo_page_body .evcal_list_a > .evcal_cblock {
    display: none !important;
}

.evo_metarow_rsvp {
    margin: 0 !important;
    padding: 0 !important;
}

.evo_metarow_rsvp .evcal_evdata_cell {
    padding: 0 !important;
}

.evo_metarow_rsvp .sin {
    padding: 0 !important;
    width: 184px !important;
}

.evo_metarow_rsvp .evcal_evdata_cell h3,
.evo_metarow_rsvp .evors_subtext,
.evo_metarow_rsvp .evors_user_text,
.evo_metarow_rsvp .evors_information,
.evo_metarow_rsvp .evors_change_rsvp,
.evo_metarow_rsvp .evcal_evdata_icons {
    display: none !important;
}

.event-page-sticky .evoRS_status_option_selection {
    margin-top: 20px !important;
}

.evo_metarow_rsvp .evors_choices, .evcal_btn {
    background: black !important;
    color: white !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    height: 39px !important;
    width: 184px !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-left: 12px !important;
}

.evo_page_body .evcal_eventcard {
    padding: 0 !important;
    border: none !important;
}

.evo_event_main_img {
    border-radius: 24px 24px 0 0 !important;
    max-width: 100% !important;
}

.evo_page_body .evo_metarow_directimg {
    border-radius: 0 !important;
    margin: 0 !important;
}

.evo_page_body .evcal_event_title {
    color: black !important;
    margin: 18px 0 !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 45px !important;
    text-transform: none !important;
}

.evo_page_body .evo_metarow_rsvp {
    margin-top: 38px !important;
}

/* Event Details Section */
.evo_page_body .evcal_event_details {
    padding: 0 !important;
    margin: 28px 0 0 0 !important;
}

.evo_page_body .evcal_event_details .evcal_evdata_cell {
    padding: 0 !important;
}

.evo_page_body .evcal_event_details .evo_h3 {
    display: none !important;
}

.evo_page_body .eventon_desc_in>ul>li,
.evo_page_body .eventon_desc_in>ul,
.evo_page_body .eventon_desc_in,
.evo_page_body .eventon_desc_in>*,
.evo_page_body .eventon_desc_in .event-intro-text {
    color: black !important;
    font-size: 20px !important;
    line-height: 29px !important;
    font-family: var(--body-font) !important;
}

.evo_page_body .eventon_desc_in .event-intro-text {
    font-weight: bold !important;
}

/* Event Tickets Section */
.evo_page_body .evo_metarow_tix {
    padding: 0 !important;
    margin: 28px 0 0 0 !important;
}

.evo_page_body .evo_metarow_tix .evcal_evdata_cell {
    padding: 0 !important;
    margin: 0 !important;
}

.evo_page_body .evo_metarow_tix .evo_h3 {
    color: black !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 35px !important;
    font-weight: bold !important;
}

.evo_page_body .evo_metarow_tix .evoTX_wc {
    padding: 0 !important;
}

.tx_wc_notic {
    margin: 0 !important;
}

.evo_page_body .evo_metarow_tix .evotx_addtocart_button {
    margin-top: 18px !important;
}

.evotx_addtocart_total {
    padding: 0 !important;
    margin-top: 10px !important;
}

.tx_price_line {
    padding: 10px 0 !important;
    text-transform: none !important;
    border-bottom: 1px solid black !important;
}

.evotx_quantity {
    padding: 20px 0 !important;
    text-transform: none !important;
    border-bottom: 1px solid black !important;
}

.tx_price_line>span {
    text-transform: none !important;
}

.evotx_qty_change {
    background: black !important;
}

.evo_event_main_img {
    width: 90% !important;
    margin: 0 auto !important;
}

.evors_choices::after {
    margin-left: 20px;
    font-weight: bold;
    color: rgba(255, 133, 0, 1) !important;
    content: "► ";
}

.desc_trig {
    border: none !important;
}

.evcal_event_subtitle {
    padding: 0 !important;
}

.evo_metarow_directimg img {
    max-height: 500px !important;
    width: auto !important;

}

.evcal_event_subtitle {
    text-transform: none !important;
    font-family: var(--body-font) !important;
    font-size: 20px !important;
    font-weight: normal !important;
    color: black !important;
}

.evcal_list_a::after {
    background: none !important;
    border: none !important;
}

.event-page-sticky .evcal_time {
    font-size: 20px !important;
    color: black !important;
    padding-left: 26px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 10px 0 !important;
}

.event-page-sticky .evcal_time::before {
    color: #969696 !important;
    line-height: 30px !important;
}

/* Social Media Icons */
.evo_metarow_socialmedia {
    padding: 0 !important;
    margin: 18px 0 !important;
}

.evo_sm .evo_ss:hover {
    background-color: transparent !important;
}

.evo_sm .evo_ss:hover i {
    color: black !important;
}

p.evo_location_name,
span.evo_eventcard_time_t {
    font-family: var(--body-font) !important;
    font-size: 20px !important;
}

h3.evo_h3 {
    font-size: 20px !important;
    text-transform: none !important;
}

.evo_page_body .evo_metarow_time_location .evo_location .evcal_evdata_cell {
    background-image: url("../img/icons/location.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

.evo_page_body .evo_metarow_time_location .evo_time .evcal_evdata_cell {
    background-image: url("../img/icons/clock.svg") !important;
    background-repeat: no-repeat;
    background-position: left center;
}

.evo_page_body .evo_metarow_time_location .evo_time .evcal_evdata_cell *,
.evo_page_body .evo_metarow_time_location .evo_location .evcal_evdata_cell * {
    color: black !important;
}

.evo_page_body .status_reason {
    font-size: 20px !important;
    font-family: var(--body-font) !important;
}

.desc_trig_outter>.evcal_list_a {
    background: none !important;
}