/*Looking for this file? It's with the custom plugin files.*/
.eventSummaryCustom.eventSummaryCustom .tribe-common-l-container {
    padding: 0;
    border: 1px solid #D5D4D5;
	min-height: unset !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-row {
    margin-top: 5px;
    margin-bottom: 5px ;
    padding: 0;
}

.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-row {
    column-gap: 0px;
    align-items: center;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-datetime-wrapper {
    margin: 0;
	padding: 0;
	width: unset;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-date-tag {
  width: auto;
  display: flex;
  min-width: unset !important;
  padding: 0px !important;
  margin: 0px !important;
  align-self: center;
  align-content: center;
  justify-content: center;
}
.eventSummaryCustom.eventSummaryCustom ul.tribe-events-pro-summary__event-wrapper {
    width: unset !important;
	padding: 0 !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-wrapper > li {
    margin: 0;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-title-link {
    text-wrap: wrap;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-title-featured-icon, .eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-title-featured-text {
	display: none;
}

.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-date-tag-datetime {
	padding-top: 0;	
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-header {
	flex-direction: column;
	align-items: start;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar  {
    background: #2B4D6A;
    padding: 15px 10px;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__month-separator {
    background: #2B4D6A;
    padding: 5px
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__month-separator > time {
    color: white;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__nav-list-item > a {
    color: white;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__datepicker time, .eventSummaryCustom.eventSummaryCustom  .tribe-events-c-top-bar__datepicker span, .eventSummaryCustom.eventSummaryCustom  .tribe-events-c-top-bar__datepicker > button {
    color: white;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__datepicker svg > path, .eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__nav-list-item svg > path {
    fill: white !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__month-separator:after {
    display: none !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__datepicker > button:hover, .eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__datepicker > button:active  {
    background-color: #2B4D6A !important;
}
.eventSummaryCustom.eventSummaryCustom .day.active:focus {
    color: #2B4D6A !important;
    font-weight: 700 !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-c-top-bar__actions {
    display: none !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-row:last-child {
    margin-bottom: 5px !important;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary-nav {
    background: #2B4D6A;
    padding: 15px 10px;
    margin-top: 15px;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary-nav a {
    color: white;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary-nav svg > path {
    fill: white !important;
}

/* Desktop*/
@media (min-width: 1025px) {
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-date-tag > h3 {
  width: 75px;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-title-link {
    font-size: 20px;
}
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-datetime {
    font-size: 15px;
}
}

@media (max-width: 768px) {
.eventSummaryCustom.eventSummaryCustom .tribe-events-pro-summary__event-date-tag > h3 {
  width: 40px;
}
}