/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
!function(f,e,a,t,h,r) {
	
	}
	.tec-layout-table .tec-session-cell-content h3 {
    font-size: 16px !important;
		color:blue !important;
}
span.tec-track-name {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #00a9aa !important;
	text-transform: uppercase;
}

.tec-session-speakers {
  font-size: 12px !important;
  line-height: 1.1 !important;
	 color: #10385c !important;
}

.tec-time {
  font-size: 16px !important;
	font-weight: 600 !important;
	 color: #2a6ab4 !important;
}
.site-footer {
    background-color: #d6efee !important;
}

   .page-wrapper {
      border: none !important;
    }
	
	.header-overlay::before { background-color: transparent;
}
	
img {
    border: none !important;
    box-shadow: none !important;
}

.wp-block-image img {
    border: none !important;
}

	a img {
    border: none !important;
}
	
.entry-content img,
.wp-block-image img {
    border: none !important;
}
	.entry-content {
    max-width: 1100px;
    margin: 0 auto;
}

.wp-block-image img {
    border: none;
    width: 100%;
    height: auto;
}
	.wp-block-group {
    margin-bottom: 40px;
}

.wp-block-button__link {
    background-color: #1e4c7a;
    border-radius: 6px;
    padding: 12px 24px;
}
	.site-content {
    padding-top: 0 !important;
}

	.site-footer {
    background: #111;
    color: white;
    padding: 40px 0;
}

.site-footer a {
    color: #ffffff;
}

.site-footer a:hover {
    text-decoration: underline;
}
.entry-header {
    display: none;
}

/* Make session titles smaller and tighter */
.tribe-events-calendar-list__event-title a {
    font-size: 12px !important;
    line-height: 1.25;
    font-weight: 600;
}

/* Reduce space between sessions */
.tribe-events-calendar-list__event-row {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

/* Make date/time smaller */
.tribe-events-calendar-list__event-datetime {
    font-size: 14px;
    margin-bottom: 4px;
}

/* Reduce large padding around event cards */
.tribe-events-calendar-list__event {
    padding: 12px 16px;
}

/* Tighten description text */
.tribe-events-calendar-list__event-description {
    font-size: 10px;
    line-height: 1.4;
}

/* Reduce big space above titles */
.tribe-events-calendar-list__event-header {
    margin-bottom: 6px;
}

