/*  Base Styling */
body, .site-content-contain, .site-header {
	background: #f6f6f6;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 .75em;
	padding: 1.5em 0 0;
	text-transform: uppercase;
	color: #234792;
}

h1.entry-title {
	font-weight: 400 !important;
	clear: both !important;
	margin: 0 0 .75em !important;
	padding: 1.5em 0 0 !important;
	text-transform: uppercase !important;
	color: #234792 !important;
}

h1.site-title {
	font-size: 2rem !important;
}

.home #post-1476 h2.entry-title {
	clear: both;
	margin: 0 0 .75em;
	padding: 1.5em 0 0;
	text-transform: uppercase;
	color: #234792;
	text-align: center;
	font-weight: normal;
}

h1, h2.entry-title {
	font-size: 1.5rem !important;
}

h2 {
	font-size: 1.25rem !important;
}

h3 {
	font-size: 1.125rem !important;
}

h4 {
	font-size: 1rem !important;
}

h4 {
	font-size: .875rem !important;
}

h6 {
	font-size: .5rem !important;
}

/* Navigation */
.site-header .navigation-top {
	position: absolute;
	top: 0;
	bottom: auto;
	z-index: 3;
	width: 100%;
}

.site-header .site-navigation-fixed.navigation-top {
	position: fixed;
}

.site-header .menu-scroll-down {
	display: none;
}

.site-header .menu-toggle {
}

/* Hero Banner */
.home.has-header-image .custom-header-media, .home.has-header-video .custom-header-media {
	height: 75vh !important;
}

.has-header-image .custom-header-media, .has-header-video .custom-header-media {
	height: 50vh !important;
	max-height: 500px !important;
	min-height: 400px;
	background-image: url('https://2019.denver.wordcamp.org/files/2019/03/hero-image.jpg');
	background-size: cover;
	background-position: center;
}

.custom-header-media:before {
	content: none;
}

.site-header .wp-custom-header {
	display: none;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header {
	margin-bottom: 0 !important;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	height: 40vh !important;
	max-height: 400px !important;
	min-height: 300px;
}

.site-branding {
	position: absolute !important;
	top: 0;
	bottom: 0 !important;
	right: 0 !important;
	left: 0;
	display: flex !important;
	padding: 0 !important;
	align-items: center !important;
	background: rgba(0,0,0,.25) !important;
}

.home .site-branding {
	height: 75vh !important;
	max-height: 500px !important;
}

@media screen and (min-width: 768px) {
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .site-branding {
		margin: 72px 0 0 !important;
	}
	
	.home .site-branding .wrap {
		margin-top: 72px;
	}
}

.site-branding a:hover, .site-branding a:focus {
	opacity: 1;
}

body.has-header-image .site-description, body.has-header-video .site-description {
	opacity: 1;
}

/* CONTAINERS */
.page-one-column .panel-content .wrap {
	max-width: 950px;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
	max-width: 850px;
}

/* AVATARS */
.wcorg-organizer .avatar {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

/*  FEATURES */
.features img {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08) !important;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.features a {
	display: block;
	margin-bottom: 1em;
}

.features a, .features a:hover {
	box-shadow: none !important;
	padding: 0 10px;
	transition: transform .3s;
}

.features a:hover {
	transform: scale(1.1);
}

@media screen and ( min-width: 48em ) {
	.features {
		display: flex;
	}
}

/* FOOTER */
footer {
	background: #333333;
}

article footer {
	background: none;
}

.site-footer .widget-column.footer-widget-1 {
	width: 100%;
	float: none;
}

.widget_blog_subscription {
	color: #fff;
	padding: 0 30px 3em;
}

footer button, input[type="button"], footer input[type="submit"] {
	background-color: #ffffff;
	color: #222;
}

footer button:hover, footer button:focus, footer input[type="button"]:hover, footer input[type="button"]:focus, footer input[type="submit"]:hover, footer input[type="submit"]:focus {
	background-color: #fafafa;
	color: #222;
}

footer h2.widget-title {
	color: #fff;
}

footer .widget ul li, footer .widget ol li {
	border: none;
}

footer .widget ul li a, footer .widget ol li a {
	color: #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

footer .widget ul li a:hover, footer .widget ol li a:hover {
	color: #fafafa !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-info {
	width: 100%;
	text-align: center;
}

.site-info a {
	color: #fafafa !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.site-info a:hover {
	color: #fafafa !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

footer-widget-2 section {
	padding: 0 30px;
}

@media screen and ( min-width: 48em ) {
	.site-footer .widget-column.footer-widget-2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.footer-widget-2 section {
		width: 33.333%;
		padding: 0 30px;
	}
}

/* SPEAKERS */
.wcorg-speaker-description img {
	float: right;
	margin-left: 20px;
}

.wcorg-speaker {
/* border-bottom: 1px solid #ddd; */
	margin-bottom: 25px;
}