.single-featured-image-header {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.single-featured-image-header img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}

.home .custom-header-media:after {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	content: "";
	background-image: url('http://2017.austin.wordcamp.org/files/2017/06/WCATX_weblogo_color-date.png');
	background-repeat: no-repeat;
	background-size: 75%;
	background-color: #fff;
	background-position: center;
	width: 90%;
	height: 90%;
	max-width: 450px;
	max-height: 550px;
	margin: 0;
}

.home .site-branding-text {
	position: absolute;
	left: -999em;
}

body.page:not(.twentyseventeen-front-page) .custom-header-media::before {
	background: linear-gradient(to bottom,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.3) 100%);
}

body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 2em;
}

.entry-content ul {
	padding-left: 1em;
}

.entry-content .button,.entry-content a.button,.entry-content button {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px;
	box-shadow: none;
	background-color: #5E9BB0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
}

.entry-content .button:focus,.entry-content .button:hover,.entry-content a.button:focus,.entry-content a.button:hover,.entry-content button:focus,.entry-content button:hover {
	color: #fff !important;
	box-shadow: none !important;
	background-color: #a2c6d2;
}

.contact-form label {
	font-weight: 400 !important;
}

.contact-form input.radio {
	margin-right: .5em;
}

.wcorg-speaker-description .avatar {
	float: left;
	margin: 0 1em 1em 0;
}

img.grav-clone {
	transform: scale(1.2);
}

.wcpt-schedule tbody,.wcpt-schedule tr,.wcpt-schedule th,.wcpt-schedule td {
	display: block;
	text-align: center;
}

.wcpt-schedule thead,.wcpt-session-empty {
	display: none !important;
}

.wcpt-session-type-session:before,.wcpt-session-type-custom:before {
	color: #E0421A;
	content: attr(data-track-title);
	display: block;
	font-size: 90%;
	line-height: 1;
	margin-top: 10px;
	padding: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.wcpt-schedule tr {
	margin-bottom: 3em;
	border: 0;
}

td.wcpt-time {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #5E9BB0;
}

a.wcpt-session-title {
	color: #162A33;
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
	box-shadow: none;
	margin-top: 29px;
}

a.wcpt-session-title:hover,a.wcpt-session-title:focus {
	box-shadow: none;
	color: #5E9BB0;
}

span.wcpt-session-speakers {
	display: block;
}

span.wcpt-session-speakers a {
	box-shadow: none;
}

span.wcpt-session-speakers a:hover,span.wcpt-session-speakers a:focus {
	box-shadow: none;
	color: #5E9BB0;
}