p.event_presented_by,
p.event_location {
    padding: 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1.25px;
    font-weight: normal;
    line-height: 1.5;
    color: #9b9b9b;
}

span.event_date { 
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0;
    border-color: #e6e6e6;
    text-decoration: none;
    color: #6e6e6e;
}

div.event_date_title_wrapper i.fa.fa-clock-o,
div.event_date_title_wrapper i.fa.fa-calendar,
div.event_date_title_wrapper i.fa.fa-calendar-o {
    font-size: 13px;
    margin-right: 10px;
}
 
.srs-scoreboards-list .event_title {
    font-size: 24px !important;
    text-transform: none !important;
    color: #383838 !important;
}

.event_presented_by_location_wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.event_date_wrapper {}
.event_pdf_wrapper {}
.event_horizontal_line {}

.srs-scoreboards-list .gdlr-core-pbf-element.event_view_details_button {
    padding-top: 10px;
    font-weight: 500;
    color: #383838;
}

a.gdlr-core-button.gdlr-core-button-shortcode.gdlr-core-button-gradient.gdlr-core-button-no-border.event_view_details_button {
    padding: 5px 30px;
    margin-top: 10px;
    font-weight: 500;
}

a.gdlr-core-button.gdlr-core-button-shortcode.gdlr-core-button-gradient.gdlr-core-button-no-border.event_view_details_button i {
    margin-right: 5px;
}

a .gdlr-core-pbf-element.event_view_details_button i {
    transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    margin-right: 10px;
}
   
a:hover .gdlr-core-pbf-element.event_view_details_button i {
    transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    margin-right: 20px;
}

.event_view_details_button a {
    word-wrap: break-word;
    word-break: break-word;
    font-family: "Roboto", sans-serif;
    line-height: 1.7;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: inline-block;
    border-color: #e6e6e6;
    text-decoration: none;
    background: transparent !important;
    color: #0a0a0a !important;
    padding: 0px;
}

a:hover h3.gdlr-core-title-item-title.gdlr-core-skin-title.event_title {
    color: #ec1312;
}

a:hover .gdlr-core-pbf-element.event_view_details_button {
    color: #ec1312;
}

.srs_event_sidebar_item {
    /* something */	
}
div.srs_event_sidebar_item h3.gdlr-core-title-item-title.gdlr-core-skin-title.event_title {
    font-size: 17px;
    text-transform: none;
}

div.srs_event_sidebar_item .gdlr-core-pbf-element.event_view_details_button {
    padding-top: 0px;
    font-weight: 500;
    font-size: 15px;
}

div.srs_event_sidebar_item .gdlr-core-item-pdb {
    padding-bottom: 15px;
}

div.srs_event_sidebar_item .gdlr-core-divider-item {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; 
}

@keyframes pulsing_live{
    0%{ opacity: 1 }
    49%{  opacity: 0 }
    100%{  opacity: 1  }
}

.ongoing-event {
    /*  background-color: #ffdd57;   */
    /* border-left: 5px solid #ff1100; */
}

.srs_live_now svg {
    fill: #ff210c;
}
.srs_live_now {
    background-color: transparent !important;
    height: 18px;
    width: 27px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    animation: pulsing_live 1.2s infinite;
    padding: 0 !important;
}



.timeline_area {
    position: relative;
    z-index: 1;
}

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

.srs-timeline-area.alt .single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 90px;
}

.srs-timeline-area.alt .single-timeline-area .timeline-date {
    padding-left: 15px;
    width: 0px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ec1312;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

 
.srs-upcoming-events.boxed .event_horizontal_line {
    display: none!important;;
}




.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 0px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.srs_scoreboard_wrapper.boxed .single-timeline-area .single-timeline-content,
.srs-upcoming-events.boxed .single-timeline-content {
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgb(2 3 8 / 13%);
    box-shadow: 0 0.25rem 1rem 0 rgb(0 1 2 / 13%);
    border: 1px solid #ebebeb;
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 20px 20px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #ec1312;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}


.scoreboard_list_item_wrapper .gdlr-core-title-item .gdlr-core-title-item-title {
    font-size: unset;
}

.scoreboard_list_item_wrapper .month_wrapper {
    padding-top: 20px; 
    padding-bottom: 20px;
}

.srs_scoreboard_wrapper h1 {
    position: relative;
    z-index: 1;
    padding-left: 150px;
}
.srs_scoreboard_wrapper.alt h1 {
    position: relative;
    z-index: 1;
    padding-left: 0px;
    /* text-align: center; */
}

.srs_scoreboard_wrapper .gdlr-core-item-pdb {
    padding-bottom: 0px;
}


.single-timeline-spacer {
    background: rgb(235, 235, 235);
    background: linear-gradient(90deg, rgba(235, 235, 235, 1) 0%, rgba(235, 235, 235, 0) 100%);
    height: 3px;
    margin-left: 159px;
    position: relative;
    z-index: 1;
    width: 40px !important;
}

.month_content_wrapper {
    padding: 30px 0px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
    .single-timeline-spacer {
        /* background-color: #ebebeb; */
        background: rgb(235,235,235);
        background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%);
        height: 3px;
        margin-left: 79px;
        position: relative;
        z-index: 1;
        width: 30px !important;
    }
}

.srs_scoreboard_wrapper .month_wrapper:last-child .single-timeline-spacer {
    width: 120px !important;
}

.single-timeline-spacer.first-line {
    width: 120px !important;
}

.srs-upcoming-events .srs-scoreboards-list h3.gdlr-core-title-item-title.gdlr-core-skin-title.event_title {
    font-size: 34px;
    text-transform: none;
    color: #383838;
}



.srs_scoreboard_wrapper .gdlr-core-item-pdb {
    padding-bottom: 0px;
}

.event_past > .single-timeline-content {
    border-left: #a0a0a0 6px solid!important;
}
.event_current > .single-timeline-content {
    border-left: #ec1312 6px solid!important;
}

.event_upcoming > .single-timeline-content {
    /* border-left: #0073e6 6px solid!important; */
}


/** Collapsable Year Event list **/
.srs-year-container { margin-bottom: 1.25rem; }

.srs-year-details {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
    overflow: hidden;
}

/*.srs-year-summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.srs-year-summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    color: #212529;
}
 
/* lighten it up to make the content not 'clash' */
.srs-year-details[open] > .srs-year-summary {
	background-color: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}


/* Hide default marker */
.srs-year-summary::-webkit-details-marker { display: none; }

.srs-year-summary::after {
    content: "▸";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.15s ease;
    opacity: 0.75;
    font-size: 16px;
}

/* Rotate when open */
.srs-year-details[open] > .srs-year-summary::after {
  transform: translateY(-50%) rotate(90deg);
}

/*.srs-year-summary::after {
  content: "▸";
  transform: rotate(0deg);
  transition: transform .15s ease;
  opacity: .75;
}

.srs-year-details[open] > .srs-year-summary::after {
  transform: rotate(90deg);
}*/

.srs-year-content {
    padding: 30px 20px 30px 0px;
}
/** **/


 /*
   --srs-silver-hover:  #AEB3B9;
  --srs-silver-muted:  #8E9399;
  */

.srs-upcoming-event {
    font-size: 14px;
    opacity: 0.8;
}

.srs-upcoming-event .event_label {
	color: #c9cdd3!important;
}

.srs-upcoming-event a.event_link {
	color: var( --srs-silver, #8E9399 ) !important;
	text-decoration: none; 
	border-bottom: 1px solid transparent !important; /* var( --srs-silver, #8E9399 ) !important; */
	padding-bottom: 3px; 
}

.srs-upcoming-event a.event_link:hover {

	color: var(--srs-red, #aa0406)!important;
	border-bottom-color: var(--srs-red, #aa0406)!important;

}
