/*
Extra CSS outside of the original SASS/SCSS structure.
Added by Scott A. 7/7/2016 because I am an anti-CSS-preprocessor curmudgeon. Keep it simple!
*/

.page-template-templateshome-php .sidebar.home > *:first-child {
	margin-top: 2.25em;
}

/* Tribe Events overrides */
.tribe-mini-calendar-event .list-date .list-dayname {
	font-size: 9px !important;
	font-weight: normal !important;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
	color: white !important;
}

.tribe-mini-calendar-event .list-info h2 {
	font-family: azo-sans-web, 'Helvetica Neue', sans-serif !important;
	font-size: 1.2em !important;
	font-weight: normal !important;
	line-height: 1.4em !important;
	text-transform: none !important;
}

/* Gravity Forms overrides */
.ui-datepicker { max-width: 280px !important; }
.ui-datepicker th { color: #fff !important; text-shadow: none !important; }
#ui-datepicker-div .ui-datepicker-header, #ui-datepicker-div .ui-datepicker-calendar th, #ui-datepicker-div .ui-datepicker-calendar td { padding: 0 !important; }

