/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
p,li,td, blockquote, div {
	color: #302823;
	font-family: 'Crimson Text', 'Georgia', Serif;
}

a {
	color: #3097aa;
	transition: all .5s ease;
}

.btn {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 2px;
	background: #3097aa;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
}

.btn:hover {
	background: #777;
	color: #fff;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-shadow: none;
}

a:visited {
	color: #554974;
}

h1,
article h1.entry-title,
h2, 
h3, 
h4, 
h5, 
h6,
.site-navigation li {
	font-family: Raleway, "Gill Sans", Roboto, sans-serif;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}

header .entry-meta {
	text-align: left;
	font-family: Raleway, Arial, sans-serif;
	font-weight: 500;
}

footer.entry-meta {
	display: none;
}

/** Space between blog posts */
.hentry {
	margin: 0 0 80px;
}

h1,h2,h3,h4,h5 {
	margin: 35px 0 5px;
}

p,li {
	margin: 15px 0;
	color: #444;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
	text-transform: uppercase;
}

p,li,td {
	font-size: 20px;
	line-height: 1.65em;
}

hr {
	border: 0;
	border-bottom: 1px solid #efefef;
	display: block;
	margin: 60px 0;
}

#masthead {
	background: url('https://2018.denver.wordcamp.org/files/2018/04/maxresdefault.jpg');
	background-size: 100%;
	background-size: cover;
	min-height: 440px;
	padding-top: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 35%;
}

h1.site-title {
	background: url('https://2018.denver.wordcamp.org/files/2018/03/wc_logo.png');
	width: 400px;
	height: 125px;
	max-width: 90%;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	margin: 0 auto 10px -200px;
	z-index: 5;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 25%;
	left: 50%;
}

.site-description {
	font-weight: 600;
	text-align: center;
	font-size: 24px;
	margin: 0;
	position: relative;
}

body.home .edit-link {
	display: none;
}

.main-navigation {
	background: #0b6ab6;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

.main-navigation ul {
	display: block;
	text-align: center;
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	float: none;
	margin: 0 10px;
}

.main-navigation ul li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	padding: 10px;
}

#menu-item-1234 a {
	background: #F38630;
	color: #fff;
}

.main-navigation ul li a:hover {
	background: #aed7dd;
	color: black;
}

.main-navigation .sub-menu {
	background: #3097aa;
	margin-top: 0;
	top: 53px;
	padding: 0;
}

.main-navigation .sub-menu li {
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.main-navigation .sub-menu li a {
	text-align: left;
	text-transform: none;
	font-size: 14px;
	padding: 5px 10px;
	letter-spacing: 0;
	font-weight: normal;
}

.main-navigation .sub-menu li a:hover {
	background: rgba(255,255,255,.15);
}

#content {
	max-width: 820px;
	margin: 0 auto;
	padding: 75px 15px;
}

.page-slug-tickets #content {
	max-width: 940px;
}

img.alignnone,
img.aligncenter {
	border-radius: 6px;
	display: block;
	margin-bottom: 30px;
}

/* HOMEPAGE */
body.home #content {
	max-width: 720px;
	margin: 0 auto;
	padding: 75px 15px;
}

body.home .entry-content {
	margin-top: 0;
}

h1.entry-title {
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
}

.wca-home-introduction {
	padding-top: 75px !important;
}

.wca-home-section {
	padding: 100px 0;
	text-align: center;
}

.wca-home-section h2 {
	font-variant: small-caps;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 42px;
}

.wca-home-section h2 span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
	border-top: 1px solid #ccc;
/** TODO: Replace with fun graphic, a la https://2016.annarbor.wordcamp.org/files/2016/02/hr-new.jpg */
	padding-top: 35px;
	margin-top: 10px;
}

.wca-homepage-tiles {
	min-height: 450px;
	background: url('https://2018.denver.wordcamp.org/files/2018/04/tiles-section.jpg');
	background-size: cover;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.wca-homepage-tiles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wca-homepage-tiles li {
	margin: 0;
	padding: 0;
	height: 450px;
	transition: all .5s ease;
}

.wca-homepage-tiles li a {
	padding-top: 140px;
	padding-bottom: 100px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.wca-homepage-tiles li:hover {
	background: #F38630;
}

.wca-homepage-tiles li a span {
	display: block;
	width: 119px;
	height: 119px;
	margin: 0 auto 10px;
}

.wic-when {
	background: url('https://2016.annarbor.wordcamp.org/2016/files/2016/02/icon-when-where.png');
}

.wci-speakers {
	background: url('https://2016.annarbor.wordcamp.org/2016/files/2016/02/icon-speakers.png');
}

.wci-sponsors {
	background: url('https://2016.annarbor.wordcamp.org/2016/files/2016/02/icon-sponsors.png');
}

.wci-volunteers {
	background: url('https://2016.annarbor.wordcamp.org/2016/files/2016/02/icon-volunteer.png');
}

.wci-tickets {
	background: url('https://2016.annarbor.wordcamp.org/2016/files/2016/06/icon-tickets.png');
}

#secondary {
	display: none;
}

body.single-wcb_sponsor .attachment-post-thumbnail {
	display: block;
	margin: 0 auto 15px;
}

.wcb_widget_sponsors {
	max-width: 1170px;
	padding: 15px;
	border-radius: 12px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}

.wcb_widget_sponsors .widget-title {
	font-size: 32px;
	color: #fff;
	position: absolute;
	font-variant: small-caps;
	margin-top: -100px;
	width: 100%;
	left: 0;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-level {
	width: 33%;
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
}

.sponsor-level-title {
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 16px;
	color: #777;
	letter-spacing: 2px;
}

.sponsor-logo {
	margin: 20px 0;
	padding: 10px 25px;
	display: block;
}

.sponsor-logo img {
	max-height: 75px;
	width: auto;
}

/**
 * 
 * SPONSORS PAGE
 *
 */
/** Hide sponsors images in favor of embedding */
.wcorg-sponsor-description > .size-wcb-sponsor-logo-horizontal-2x {
	display: none;
}

.wcorg-session {
	margin: 0 0 60px;
	padding: 0 0 60px;
	border-bottom: 1px solid #efefef;
	text-align: center;
}

.wcorg-session .wcpt-session-meta {
	margin: 0 0 30px;
	opacity: .75;
	text-align: center;
}

.wcorg-session h2 {
	margin: 0 !important;
	text-align: center;
}

.wcorg-session p,
.wcorg-session li {
	text-align: left;
}

#colophon {
	background: #aed7dd;
	background-size: cover;
	margin-top: -24px;
	text-align: center;
	padding: 20px 0;
}

#colophon h1 {
	text-align: center;
	margin: 0;
	font-size: 2em;
}

.site-info a {
	text-decoration: none;
	color: #69D2E7;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.site-info {
	padding: 50px 0;
	background: #594f4f;
	margin-top: 50px;
}

.wcorg-organizers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wcorg-organizer {
	flex-basis: 50%;
	text-align: center;
	position: relative;
	padding: 5px 5%;
}

.wcorg-organizer h2 {
	font-size: 22px;
	margin-top: 0;
}

.wcorg-organizer .wcorg-organizer-description {
	left: 0;
	width: 100%;
	top: 0;
	text-align: center;
}

.wcorg-organizer img {
	border-radius: 100%;
}

.tix_tickets_table th, .tix_tickets_table td {
	padding: 10px;
}

.tix_tickets_table td {
	font-size: 16px;
}

.tix-column-description br {
	display: none;
}

.tix-column-description strong {
	font-family: Raleway, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	display: block;
	margin-bottom: 5px;
}

.tix_tickets_table {
	background: #f1f1f1;
}

.tix_tickets_table th {
	background: #F38630;
	color: #fff;
	text-transform: uppercase;
}

.tix-column-description {
	min-width: 60%;
	line-height: 1.6;
}

*,
:before,
:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content::after,
.wcb_widget_sponsors::after,
.container::after,
.row::after {
	display: block;
	height: 0;
	content: '';
	clear: both;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66666667%;
	}
	
	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.col-sm-pull-0 {
		right: 0;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.col-sm-push-0 {
		left: 0;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-2 {
		width: 16.66666667%;
	}
	
	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.col-md-pull-0 {
		right: 0;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66666667%;
	}
	
	.col-md-push-10 {
		left: 83.33333333%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66666667%;
	}
	
	.col-md-push-7 {
		left: 58.33333333%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66666667%;
	}
	
	.col-md-push-4 {
		left: 33.33333333%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66666667%;
	}
	
	.col-md-push-1 {
		left: 8.33333333%;
	}
	
	.col-md-push-0 {
		left: 0;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66666667%;
	}
	
	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.col-lg-pull-0 {
		right: 0;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.col-lg-push-0 {
		left: 0;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.wcpt-schedule th {
	font-weight: bold;
	color: #fff;
	background: #222f31;
	text-align: center;
}

.wcpt-schedule td a.wcpt-session-title {
	font-weight: bold;
	display: block;
	margin: 0 0 8px;
	font-size: 20px;
}

.wcpt-session-speakers a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

.type-wcb_speaker .entry-meta {
	display: none;
}

.type-wcb_speaker .speaker-avater {
	display: block;
	float: right;
	width: 100px;
}

.wcorg-speaker-description img {
	display: block;
	float: right;
	margin-left: .5em;
}

.wcb-session-lunch,
.wcb-session-lunch-2,
.wcb-session-registration,
.wcb-session-registration-2,
.wcb-session-opening-remarks,
.wcb-session-closing-remarks,
.wcb-session-snacks-and-happiness,
.wcb-session-after-party {
	text-align: center;
	background: #f3f3f3;
	font-weight: bold;
}

.wcpt-time {
	background: #f6f6f6;
}

.schedule-color td {
	text-align: center;
	font-weight: bold;
}

.uzr,
td.wcb-track-user {
	background: #eaffcf;
}

.dev,
td.wcb-track-developer {
	background: #ffe9e9;
}

.biz,
td.wcb-track-business {
	background: #e9fbff;
}

.des,
td.wcb-track-design {
	background: #FFDAB8;
}

.wcpt-schedule td {
	padding: 10px;
}

.avatar {
	border-radius: 100%;
}

.tix-attendee-name,
.tix-attendee-url {
	line-height: 1.25em;
}

#tix-attendees .tix-field {
	margin-left: 65px;
}

@media screen and (max-width: 800px) {
	.wcb_widget_sponsors .sponsor-level {
		width: 100%;
		display: block;
		float: none;
	}
	
	.main-small-navigation {
		background: #16a2b6;
		padding: 10px 10px 5px;
		text-align: center;
		position: relative;
		bottom: -17px;
	}
	
	.main-small-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.main-small-navigation li {
		margin: 0;
		padding: 0;
	}
	
	.main-small-navigation #menu-main > li {
		margin: 0 -10px;
		border-bottom: 1px solid rgba(255,255,255,.25);
	}
	
	.main-small-navigation a {
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
	}
	
	.main-small-navigation #menu-main li li a {
		font-weight: normal;
	}
	
	.menu-toggle {
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: bold;
		margin: 0;
	}
	
	#masthead {
		min-height: 0;
	}
	
	.site-description {
		color: white;
		text-shadow: 0 0 2px #491922;
	}
	
	h1.site-title {
		display: block;
		margin: 0 auto;
		position: relative;
		left: auto;
	}
}

tr.wcpt-time-950am td.wcpt-time:after,
tr.wcpt-time-1105am td.wcpt-time:after,
tr.wcpt-time-130pm td.wcpt-time:after,
tr.wcpt-time-245pm td.wcpt-time:after {
	content: 'Lightning Talk';
	display: block;
	font-size: 11px;
	text-align: center;
	font-style: italic;
	background: transparent url('https://2018.denver.wordcamp.org/files/2018/04/bolt.png') no-repeat;
	background-position: center bottom;
	background-size: 40px;
	height: 70px;
}

@media screen and (max-width: 700px) {
	tr.wcpt-time-950am td.wcpt-time:after,
	    tr.wcpt-time-1105am td.wcpt-time:after,
	    tr.wcpt-time-130pm td.wcpt-time:after,
	    tr.wcpt-time-245pm td.wcpt-time:after {
		display: inline-block;
		background: transparent url('https://2018.denver.wordcamp.org/files/2018/04/bolt.png') no-repeat;
		background-position: left bottom;
		background-size: 40px;
		margin-left: 5px;
		height: 40px;
		padding-left: 35px;
	}
}

input[type="submit"] {
	background: #f70ad7;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 30px auto;
	color: white;
	border: 1px solid black;
}

input[type="submit"]:hover {
	background: #ffe933;
	color: black;
}

.milestone-header {
	background: #0b6ab6;
}