.clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
	content: '';
	display: table;
}

.site-branding .wrap {
	padding-left: 0;
	padding-right: 0;
}

.site-branding .site-title a {
	background: url('https://2017.vegas.wordcamp.org/files/2017/09/WordCamp-Las-Vegas-marquee-logo.png') no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	overflow: hidden;
	text-indent: 100%;
	text-align: center;
	white-space: nowrap;
	transition: none;
	display: block;
	width: 100%;
	max-width: 400px;
	height: 232px;
}

@media (max-width: 419px) {
	.site-branding .site-title a {
		margin: 0 auto;
		max-width: 300px;
		height: 174.081237911px;
	}
}

.site-branding div.site-branding-text {
	display: block;
}

@media (min-width: 420px) {
	.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
		position: absolute;
		left: 50%;
		bottom: auto;
		top: calc(50% - 72px);
		width: auto;
		transform: translate3d(-50%,-50%,0);
		margin-bottom: 0 !important;
		padding: 0;
		height: auto;
	}
	
	.has-header-image.twentyseventeen-front-page .site-branding .wrap, .has-header-video.twentyseventeen-front-page .site-branding .wrap, .has-header-image.home.blog .site-branding .wrap, .has-header-video.home.blog .site-branding .wrap {
		padding: 0;
	}
}

@media (max-width: 419px) {
	.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
		height: auto;
	}
}

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

body.home .site-main article .entry-title {
	display: none;
}

.wp-custom-header:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: transparent;
}

.main-navigation li.wclv-tickets {
	background: transparent url('https://2017.vegas.wordcamp.org/files/2017/09/ticket-menu-bg.png') repeat-x top left;
	border: 3px solid #F15D59;
	float: right;
}

.main-navigation li.wclv-tickets:before {
	content: '';
	border: 3px solid #B92025;
	position: absolute;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	background: none;
	display: block;
	z-index: -1;
}

.main-navigation li.wclv-tickets:after {
	content: '';
	border: 2px solid #F15D59;
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	background: none;
	display: block;
	z-index: -1;
	border-radius: 5px;
}

.main-navigation li.wclv-tickets a {
	padding: calc(1em - 7px) calc(1.25em - 7px);
}

.wcorg-speaker {
	background: transparent url('https://2017.vegas.wordcamp.org/files/2017/09/grid.png') repeat top left;
	border: 3px solid #F15D59;
	float: right;
	position: relative;
	padding: 20px;
	margin-bottom: 50px;
}

.wcorg-speaker img {
	float: left;
	margin-right: 20px;
}

.wcorg-speaker:before {
	content: '';
	border: 3px solid #B92025;
	position: absolute;
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	background: none;
	display: block;
}

.wcorg-speaker:after {
	content: '';
	border: 2px solid #F15D59;
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	background: none;
	display: block;
	border-radius: 5px;
}

.wcorg-speaker .wcorg-speaker-description {
	position: relative;
	z-index: 2;
}

.page-id-7.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 904px;
}

.wcpt-schedule {
	border: 3px solid #B92025;
	padding: 15px;
}

.entry-content .wcpt-schedule a {
	box-shadow: none;
	text-decoration: none;
}

.wcpt-schedule th,
.wcpt-schedule td {
	border: 1px solid #eee;
	padding: .75em;
	vertical-align: top;
}

.wcpt-schedule tr th {
	text-align: center;
}

.wcpt-schedule tbody tr:nth-child(odd) {
	background-color: #eee;
}

.wcpt-schedule tbody tr.global-session {
	background-color: #ccc;
	text-align: center;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	margin-top: 10px;
	font-size: .85rem;
}

@media (max-width: 700px) {
	.wcpt-schedule {
		border: none;
	}
	
	.wcpt-schedule thead {
		display: none;
	}
	
	.wcpt-schedule tbody, .wcpt-schedule tr, .wcpt-schedule th, .wcpt-schedule td {
		display: block;
	}
	
	.wcpt-schedule tr {
		border: 3px solid #B92025;
		margin-bottom: 16px;
	}
	
	.wcpt-schedule tbody tr:nth-child(odd) {
		background-color: #fff;
	}
}

/*# sourceMappingURL=sass.css.map */