html {
	font-size: 62.5%;
}

body {
	margin: 0;
}

body * {
	box-sizing: border-box;
}

body .widget {
	margin: 0;
}

body > div {
	color: #111111;
	font-family: 'freight-display-pro', 'Playfair Display', serif;
	font-family: 'Philosopher', serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #2284d2;
	text-decoration: none;
}

body a:visited {
	color: #2284d2;
	text-decoration: none;
}

.bg-image {
	background-size: cover;
	background-position: center;
}

/* TYPOGRAPHY */
.home .inner.section-header {
	text-align: center;
	width: 80rem;
}

body h2 {
	font-size: 4.8rem;
	font-weight: 300;
	margin-bottom: 1rem;
}

body h3 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.075;
	text-align: center;
	margin: 1.5rem 0;
}

.subtitle {
	font-size: 2.8rem;
	line-height: 1.31;
	margin: 0;
	font-weight: 300;
}

.smallcaps {
	font-family: 'freight-sans-pro', 'Roboto', sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1.9rem;
	letter-spacing: .15rem;
	text-transform: uppercase;
}

.smallcaps.seperated:after {
	background: white;
	content: "";
	display: block;
	height: .1rem;
	margin: 1.4rem auto 1.2rem;
	width: 6.5rem;
}

/* STRUCTURE */
#secondary,
#primary-sidebar {
	display: none;
}

.home #secondary {
	display: block;
}

/* HEADER */
.site-header {
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 90%;
	margin: 0 auto;
	padding: 2.3rem 0;
	position: relative;
	width: 124rem;
}

.home .site-header {
	height: 10rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 25;
}

.site-header h1.site-title a {
	background: url('https://i1.wp.com/2019.jakarta.wordcamp.org/files/2018/10/WCJKT-Logo-e1540127321960.jpg?ssl=1') no-repeat center;
	background-size: 100% auto;
	display: block;
	-ms-flex: 1 0 16.3rem;
	-webkit-flex: 1 0 16.3rem;
	flex: 1 0 16.3rem;
	height: 14rem;
	margin-right: 5rem;
	text-indent: -9999rem;
	width: 40rem;
}

.home .site-header h1.site-title a {
	display: none;
}

.site-header h2.site-description,
.site-header .skip-link {
	display: none;
}

/* NAVIGATION */
.admin-bar nav.site-navigation {
	margin-top: 10px !important;
}

.admin-bar.home nav.site-navigation {
	margin-top: 40px !important;
}

body:not(.home) #after-header-widgets:before {
	background: #eeeeee;
	content: "";
	display: block;
	height: .2rem;
	background: #eeeeee;
}

body:not(.home) #main {
	padding-top: 8rem;
}

@media (min-width: 601px) {
	/* Saves us having to overwrite for mobile */
	.site-navigation {
		padding-right: 6rem;
		position: relative;
		width: 100%;
	}
	
	.home .site-navigation .menu {
		text-align: center;
	}
	
	.site-navigation .menu > li {
		display: inline-block;
		float: none;
		padding: 1rem 0;
		position: relative;
	}
	
	.site-navigation .menu > li.menu-item-has-children {
		padding-right: 1.5rem;
	}
	
	.site-navigation .menu > li.menu-item-has-children:after {
		background: url('https://2017.jacksonville.wordcamp.org/files/2017/01/children-arrow.png') no-repeat center;
		background-size: auto 100%;
		content: "";
		display: block;
		height: .6rem;
		position: absolute;
		right: 0;
		top: 2rem;
		width: 1rem;
	}
	
	.home .site-navigation .menu > li.menu-item-has-children:after {
		background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/children-arrow-white.png');
	}
	
	.site-navigation .menu > li > a {
		color: #333333;
		font-family: 'freight-sans-pro', Roboto, sans-serif;
		font-family: 'Catamaran', sans-serif;
		font-weight: 700;
		font-size: 1.6rem;
		text-transform: uppercase;
		letter-spacing: .2rem;
	}
	
	.home .site-navigation .menu > li > a {
		color: white;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .2rem;
		text-transform: uppercase;
	}
	
	.header .site-navigation a:hover {
		color: white;
		text-decoration: underline;
	}
	
	.home .site-navigation .menu > li > a {
		text-shadow: 0 .1rem 0 rgba(0,0,0,0.1);
	}
	
	.site-navigation .menu > li + li {
		margin: 0 0 0 1.5rem;
	}
	
	body .site-navigation ul ul {
		background: #111111;
		border-radius: .3rem .3rem .3rem .3rem;
		box-shadow: none !important;
		padding: 1rem 0;
		position: absolute;
		left: calc(50% - 10rem);
		top: 100%;
		width: 220px;
	}
	
	body .site-navigation ul ul:before {
		border: .6rem solid transparent;
		border-bottom-color: #111111;
		content: "";
		display: block;
		position: absolute;
		left: calc(50% - 0.6rem);
		bottom: calc(100%);
	}
	
	body .site-navigation ul ul a {
		color: white;
		display: block;
		font-family: 'freight-sans-pro', Roboto, sans-serif;
		font-family: 'Catamaran', sans-serif;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.1;
		padding: 1rem 1.5rem;
		text-align: left;
		width: 220px;
	}
	
	body .site-navigation .twitter-link {
		display: block;
		padding: 0;
		position: absolute;
		right: 0;
		top: calc(50% - 1.2rem);
	}
	
	body .site-navigation .twitter-link a {
		background: url('https://2017.jacksonville.wordcamp.org/files/2017/01/bird-black.png') no-repeat center;
		background-size: auto 100%;
		display: block;
		height: 2.5rem;
		opacity: .5;
		text-indent: -99999rem;
		width: 3.2rem;
	}
	
	body .site-navigation .twitter-link a:hover {
		opacity: 1;
	}
	
	body.home .site-navigation .twitter-link {
		display: none;
	}
}

/* HOME */
.home section {
	padding: 8rem 0;
	width: 100%;
}

.home .inner {
	margin: 0 auto;
	max-width: 90%;
	width: 124rem;
}

/* HERO */
.hero {
	-ms-flex-align: center;
	align-items: center;
	background-image: url('https://2019.jakarta.wordcamp.org/files/2018/10/monas.jpg');
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 55rem;
	overflow: hidden;
	position: relative;
}

.hero:before {
	background-image: linear-gradient(31deg,#2082D0 0%,#F7CC39 100%);
	content: "";
	display: block;
	opacity: .55;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	min-height: 55rem;
}

.hero .inner {
	color: white;
	position: relative;
	text-align: center;
	text-shadow: 0 .1rem 0 rgba(0,0,0,0.1);
}

.hero img {
	display: inline-block;
	margin-bottom: 2rem;
	width: 460px;
}

.hero h1 {
	font-size: 6.4rem;
	line-height: 1;
	margin-bottom: 2rem;
	font-family: 'Philosopher', serif;
	font-weight: 400;
}

.hero h1 span {
	font-style: italic;
}

.hero .intro-arrow {
	background: url('https://2017.jacksonville.wordcamp.org/files/2017/01/intro-arrow.png') no-repeat center;
	background-size: 3.2rem auto;
	display: block;
	height: 3.8rem;
	width: 6.4rem;
	position: absolute;
	bottom: 6.1rem;
	left: calc(50% - 3.2rem);
}

.hero .intro-arrow:hover {
	bottom: 5.8rem;
}

/* INTRO */
.intro .inner {
	width: 102rem;
	text-align: center;
}

.intro p:first-child {
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 3.5rem;
}

.intro p:last-child {
	margin-bottom: 0;
}

/* SHORTCUTS */
section.shortcuts {
	background: #f1f1f1;
	padding: 0;
	margin: 8rem 0;
}

.shortcuts .inner:after {
	clear: both;
	content: "";
	display: block;
}

body a.shortcut {
	-ms-flex-align: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
	height: 56rem;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -8rem 0;
	padding: 2rem;
	position: relative;
	width: 33.33%;
}

body a.shortcut:nth-child(1) {
	background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/homefeature5.jpg');
}

body a.shortcut:nth-child(2) {
	background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/homefeature4.jpg');
}

body a.shortcut:nth-child(3) {
	background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/homefeature3.jpg');
}

.shortcut:before {
	background: rgba(0,0,0,0.5);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.shortcut * {
	position: relative;
	margin: 0;
}

.shortcut:hover {
	color: white;
}

.shortcut:hover:before {
	background: rgba(0,0,0,0.75);
}

/* SPEAKERS */
.wcorg-speaker-description img {
	width: 100px !important;
}

/* POSTS */
.home .site-content {
	padding: 8rem 0 0;
}

.home #content {
	background: #222222;
	color: white;
	min-height: 50rem;
	padding: 8rem 6rem 8rem 50%;
	position: relative;
}

.home #content article:not(:first-child) {
	margin-left: 6rem;
}

.home article .entry-content,
.home article .byline,
.home article .entry-content + .entry-meta {
	display: none;
}

.home article a {
	color: white;
}

.home article .entry-meta {
	color: #999999;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: .1rem;
	text-transform: uppercase;
	color: rgba(0,0,0,0);
	position: relative;
}

.home article .entry-meta a {
	color: #999999;
	opacity: 1;
	position: absolute;
	left: 0;
}

.home article:not(:first-child) {
	border-top: .1rem solid #3c3c3c;
	padding-top: 1.5rem;
}

.home article:not(:first-child) + article {
	margin-top: 3rem;
}

.home article:not(:first-child) header {
	padding-left: 17rem;
	position: relative;
}

.home article:not(:first-child) h1 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.25;
}

.home article:not(:first-child) header .entry-meta {
	position: absolute;
	left: 0;
	top: 1rem;
	width: 17rem;
}

.home article:first-child {
	background: #333333;
	display: flex;
	align-items: flex-end;
	margin: 0;
	overflow: hidden;
	padding: 8rem 6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 50%;
}

.home article:first-child .entry-header {
	position: relative;
	z-index: 10;
}

.home article:first-child .entry-title {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.1;
}

.home article:first-child .entry-meta {
	font-size: 1.8rem;
	font-weight: 400;
}

.home article:first-child .entry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
}

.home article:first-child .entry-content:after {
	background-image: linear-gradient(0deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.home article:first-child .entry-content * {
	display: none;
}

.home article:first-child .entry-content > img:first-child {
	display: block;
	height: 100%;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.home article:first-child .entry-content > div:first-child {
	display: block;
	height: 100%;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.home article:first-child .entry-content > div:first-child > img:first-child {
	display: block;
	height: 100%;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.home #content nav {
	display: none;
}

/* SPONSORS */
section.sponsors {
	padding-bottom: 6rem;
}

body .wcb_widget_sponsors {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	width: 124rem;
}

.sponsor-level {
	border-top: .1rem solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2rem 0 0 23.5rem;
	position: relative;
}

.sponsor-level-title {
	font-size: 3.2rem;
	font-weight: 700;
	position: absolute;
	left: 0;
}

.platinum .sponsor-level-title,
.gold .sponsor-level-title {
	color: #dbb429;
}

.silver .sponsor-level-title {
	color: #a69e9e;
}

.bronze .sponsor-level-title {
	color: #cd7f32;
}

.ivory .sponsor-level-title,
.micro .sponsor-level-title {
	color: #878787;
}

.sponsor-level + .sponsor-level {
	margin-top: 6rem;
}

body .wcb_widget_sponsors .sponsor-logo {
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 2rem 4rem;
	max-height: 18rem;
	width: calc(50% - 4rem);
}

body .wcb_widget_sponsors .partner .sponsor-logo {
	width: calc(33% - 4rem);
}

body .wcb_widget_sponsors .patron .sponsor-logo {
	width: calc(25% - 4rem);
}

body .wcb_widget_sponsors .friend .sponsor-logo {
	width: calc(20% - 4rem);
}

body .wcb_widget_sponsors .micro .sponsor-logo {
	width: calc(15% - 4rem);
}

.wcb_widget_sponsors .sponsor-logo img {
	max-height: 100%;
	object-fit: contain;
	width: auto;
}

.single-wcb_sponsor #content > .attachment-post-thumbnail {
	display: block;
	margin: 0 auto 3rem;
	max-height: 250px;
	width: auto;
}

/* SINGLE */
body:not(.home) #primary {
	margin: 0 auto;
	max-width: 90%;
	width: 80rem;
}

#content > .attachment-post-thumbnail {
	height: auto;
	margin: 0 auto 5rem;
	max-width: 100%;
}

body:not(.home) #primary .entry-header {
	margin-bottom: 5rem;
}

body:not(.home) #primary .entry-header h1 {
	font-size: 4.8rem;
	font-weight: 300;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

body:not(.home) #primary .entry-header .entry-meta {
	color: #666666;
	font-size: 2rem;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	margin: 1rem 0 0;
	text-align: center;
}

body:not(.home) #primary .entry-header .entry-meta a {
	color: #666666;
}

body:not(.home) #primary .entry-content p.intro-text {
	font-size: 1.2em;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	line-height: 1.38;
}

body:not(.home) #primary footer.entry-meta {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.4rem;
	margin-top: 5rem;
}

body:not(.home) #primary #content .post-navigation {
	border-bottom: .1rem solid #dddddd;
	border-top: .1rem solid #dddddd;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	padding: 2rem 0;
}

body:not(.home) #primary #content .post-navigation a {
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
}

body:not(.home) #primary #content .post-navigation a:hover {
	color: #2284d2;
	text-decoration: underline;
}

/* ENTRY CONTENT */
.entry-content {
	font-family: 'freight-text-pro', Georgia, serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-size: 2rem;
}

.entry-content:after {
	clear: both;
	content: "";
	display: block;
}

.entry-content p,
.entry-content li {
	line-height: 1.5;
}

.entry-content p {
	margin-bottom: 2rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'freight-display-pro', 'Playfair Display', serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	margin: 1.5rem 0 1rem;
}

.entry-content h1 {
	font-size: 4.6rem;
}

.entry-content h2 {
	font-size: 4rem;
}

.entry-content h3 {
	font-size: 3.4rem;
	margin: 3rem 0;
}

.entry-content h4 {
	font-size: 2.8rem;
}

.entry-content h5 {
	font-size: 2.2rem;
}

.entry-content h6 {
	font-size: 2rem;
}

.entry-content .wp-caption {
	border: none;
}

/* Media */
.wp-caption-text {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-size: .8em;
}

/* Lists */
.entry-content > ol,
.entry-content > ul {
	margin-bottom: 3.3rem;
}

.entry-content ol {
	margin-left: 3rem;
}

.entry-content ul {
	margin-left: 3rem;
	list-style: disc;
}

.entry-content ul ul {
	list-style: circle;
}

.entry-content ul ul ul {
	list-style: square;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ol ol {
	list-style: lower-alpha;
}

.entry-content ol ol ol {
	list-style: lower-roman;
}

.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-size: .9em;
	margin-bottom: 3.3rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.entry-content thead + tbody,
.entry-content tr + tr {
	border-top: .1rem solid #dddddd;
}

.entry-content th,
.entry-content td {
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 2.5%;
}

.entry-content caption {
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

.entry-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.entry-content th {
	font-weight: 700;
}

/* Tables */
tbody > tr:nth-child(even) {
	background-color: #f6f6f6;
}

/* Inputs */
body textarea {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="submit"], body input[type="reset"] {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

html input[type="button"] {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

body button {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

body textarea {
	padding: 1rem;
	text-transform: none;
}

body input[type="email"], body input[type="password"], body input[type="tel"], body input[type="text"], body input[type="url"] {
	padding: 1rem;
	text-transform: none;
}

/* MailChimp */
form.wcorg-mailchimp {
	text-align: center;
}

form.wcorg-mailchimp label {
	display: none !important;
}

form.wcorg-mailchimp input#wcorg-mailchimp-name {
	display: none !important;
}

form.wcorg-mailchimp input[type="submit"] {
	display: inline-block !important;
}

/* Comments */
.comments-area {
	margin-top: 6rem;
}

.comments-title {
	font-size: 3.6rem;
	line-height: 1.1;
	margin-bottom: 3rem;
}

.comment {
	margin-top: 4rem;
}

.comment a {
	text-decoration: underline;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist .comment,
.commentlist ul.children {
	list-style: none;
	margin: 0;
}

.commentlist > .comment:first-child {
	margin-top: 0;
}

li.comment li.comment {
	margin: 4rem 0 0 3rem;
}

.comment-author a,
.comment-meta a,
.comment .reply a {
	text-decoration: none;
}

.comment-author {
	padding-left: 5rem;
	position: relative;
}

.bypostauthor .comment-author cite {
	font-weight: 700;
}

.comment-author .says {
	display: none;
}

.comment-author .avatar {
	border-radius: 9999rem;
	position: absolute;
	left: 0;
	top: .1rem;
	width: 4rem;
}

.comment-author cite {
	display: block;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.comment-awaiting-moderation {
	font-size: 1.4rem;
	font-style: italic;
	padding-left: 5rem;
}

.comment-meta {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.6rem;
	margin: .2rem 0 2rem;
	padding-left: 5rem;
}

.comment-meta a {
	color: #999;
}

.comment-meta a:hover {
	color: #999;
}

.comment .reply {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-size: 1.4rem;
	margin-top: 1.5rem;
	text-align: right;
}

.comment .reply a {
	color: #999;
}

.comment .reply a:hover {
	text-decoration: underline;
}

.comment-content {
	font-family: 'freight-text-pro', Georgia, serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 300;
	font-size: 2rem;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 1.5em;
	font-family: 'freight-display-pro', 'Playfair Display', serif;
	font-family: 'Philosopher', serif;
	font-weight: 400;
	text-align: left;
	font-style: initial;
	margin: 2rem 0 1rem;
}

.comment-content:last-child {
	margin-bottom: 0;
}

/* Respond */
.commentlist + .comment-respond {
	margin-top: 4rem;
}

.comment-reply-title {
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}

.comment-form textarea,
.comment-form > * {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	width: calc(33.33% - 1.33rem);
}

.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-left: 2rem;
}

.comment-respond p + p {
	margin: 1rem 0;
}

.post .comment-reply-title,
.logged-in-as,
.comment-notes {
	text-align: center;
}

.logged-in-as {
	margin: -10px 0 30px;
}

.comment-respond label {
	display: block;
}

/* Organizers */
.wcorg-organizers {
	-ms-flex-align: flex-start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 6rem 0;
	position: relative;
	left: calc(50% - 45vw - 3rem);
	width: calc(90vw + 3rem);
}

.wcorg-organizer {
	-ms-flex: 1 0 calc(33% - 3rem);
	-webkit-flex: 1 0 calc(33% - 3rem);
	flex: 1 0 calc(33% - 3rem);
	margin: 0 0 3rem 3rem;
	max-width: calc(33% - 3rem);
	padding-top: 9.5rem;
	position: relative;
	text-align: center;
}

.wcorg-organizer img {
	border-radius: 99rem;
	position: absolute;
	left: calc(50% - 4rem);
	top: 0;
}

.wcorg-organizer img:not(:hover) {
	width: 8rem;
}

.entry-content .wcorg-organizer h2 {
	font-size: 2.4rem;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}

.entry-content .wcorg-organizer h3 {
	font-size: 2rem;
	line-height: 1.1;
	margin: 1rem;
	text-align: center;
}

.wcorg-organizer-description p {
	font-size: 1.75rem;
	text-align: left;
}

/* Schedule */
.wcpt-session-title {
	font-weight: 700;
}

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

/* Footer */
.site-footer {
	background: #111111;
	margin-top: 18rem;
}

#footer-widgets {
	margin: 0 auto;
	max-width: 90%;
	width: 124rem;
}

#footer-widgets:after {
	content: "";
	clear: both;
	display: block;
}

.footer-widgets-block {
	display: block;
	clear: both;
}

#footer-widget-1 .widget {
	-ms-flex-align: center;
	align-items: center;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40rem;
	float: left;
	margin-top: -8rem;
	-ms-flex-pack: center;
	justify-content: center;
	text-shadow: 0 .1rem 0 rgba(0,0,0,0.1);
	width: 50%;
}

.footer-block:hover {
	color: white;
}

#footer-widget-1 .widget:nth-child(1) {
	background-image: linear-gradient(-135deg,#549CF9 0%,#096DAE 100%);
}

#footer-widget-1 .widget:nth-child(2) {
	background-image: linear-gradient(-225deg,#FAD24E 0%,#E9B700 100%);
}

#footer-widget-1 a {
	color: white;
}

.inner-block {
	width: 36rem;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

.footer-block p {
	margin: 0;
}

#footer-widget-2 {
	padding-top: 4rem;
}

/* Credits */
.site-info {
	padding: 4.1rem 0;
	text-align: center;
}

.site-info .site-info-generator {
	color: white;
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
}

.site-info .site-info-network {
	display: none;
}

/* Transitions */
body .site-navigation .twitter-link a {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.hero .intro-arrow,
.shortcut:before {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* Responsiveness */
@media (max-width: 900px) and (min-width: 601px) {
	.site-navigation {
		padding-right: 0;
	}
	
	.site-navigation .menu > li + li {
		margin-left: 3rem;
	}
}

@media (max-width: 900px) {
	/* Site header */
	.site-header h1.site-title a {
		height: 5rem;
		margin-right: 10rem;
		width: 13.8rem;
	}
	
	/* Navigation */
	body .site-navigation .twitter-link {
		display: none;
	}
	
	/* Intro */
	.intro p:first-child {
		font-size: 3.2rem;
	}
	
	/* Shortcut */
	body a.shortcut {
		height: 25rem;
		margin: 0;
		width: 100%;
	}
	
	body a.shortcut:first-child {
		margin-top: -4rem;
	}
	
	body a.shortcut:last-child {
		margin-bottom: -4rem;
	}
	
	/* Speakers */
	.wcorg-speakers .wcorg-speaker img {
		left: calc(50% - 4rem);
		width: 8rem;
	}
	
	.wcorg-speakers .wcorg-speaker h2 {
		font-size: 2.2rem;
	}
	
	.wcorg-speakers .wcorg-speaker h3 {
		font-size: 1.8rem;
	}
	
	/* Posts */
	.home #content {
		min-height: none;
		padding: 0 5% 10%;
	}
	
	.home article:first-child {
		height: 40rem;
		margin-bottom: 10%;
		padding: 10% 5%;
		position: relative;
		bottom: auto;
		left: calc(50% - 50vw);
		right: auto;
		top: auto;
		width: 100vw;
	}
	
	.home #content article:not(:first-child) {
		margin-left: 0;
	}
	
	/* Sponsors */
	.sponsor-level {
		padding-left: 0;
	}
	
	.sponsor-level-title {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
		position: static;
		width: 100%;
	}
	
	body .wcb_widget_sponsors .sponsor-logo {
		margin: 0 2rem 2rem 0;
	}
	
	/* Organizer */
	.wcorg-organizer {
		-ms-flex: 1 0 calc(33.33% - 3rem);
		-webkit-flex: 1 0 calc(33.33% - 3rem);
		flex: 1 0 calc(33.33% - 3rem);
		max-width: calc(33.33% - 3rem);
	}
}

@media (max-width: 600px) {
	/* Typography */
	body h2,
	  body h3 {
		font-size: 2.8rem;
	}
	
	.subtitle {
		font-size: 2.2rem;
	}
	
	.smallcaps {
		font-size: 1.4rem;
		letter-spacing: .1rem;
	}
	
	.smallcaps.seperated:after {
		margin: 1rem auto .9rem;
		width: 4rem;
	}
	
	/* Site header */
	.site-header {
		margin-bottom: 3rem;
		padding: 1.2rem 0;
	}
	
	.site-header hgroup {
		width: 100%;
	}
	
	.site-header h1.site-title {
		text-align: center;
	}
	
	.site-header h1.site-title a {
		display: inline-block;
		height: 7rem;
		margin: 0;
		width: 24rem;
	}
	
	/* Menu */
	header nav.site-navigation {
		position: absolute;
		left: 0;
		top: 2rem;
		z-index: 50;
		width: 4.8rem;
		width: 100%;
	}
	
	header nav.site-navigation > h1 {
		background: url('https://2017.jacksonville.wordcamp.org/files/2017/01/hamburger.png') no-repeat center;
		background-size: 100% auto;
		clip: auto !important;
		cursor: pointer;
		display: block !important;
		height: 1.8rem;
		position: relative !important;
		text-indent: -9999rem;
		z-index: 15;
		width: 3.3rem;
		float: left;
		margin-top: 1rem;
		margin-left: 1rem;
	}
	
	body:not(.home) header nav.site-navigation > h1 {
		background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/hamburger-black.png');
	}
	
	header nav.site-navigation > h1.toggled-on,
	  body:not(.home) header nav.site-navigation > h1.toggled-on {
		background-image: url('https://2017.jacksonville.wordcamp.org/files/2017/01/hamburger-close.png');
		height: 2.4rem;
		width: 2.4rem;
	}
	
	header nav.site-navigation > div:last-child {
		background: rgba(17,17,17,0.95);
		bottom: 0;
		left: -100%;
		top: 0;
		width: 100%;
		z-index: 10;
		padding: 0;
	}
	
	header nav.site-navigation > h1.toggled-on ~ div:last-child {
		display: block;
		left: 0;
		padding: 2rem 5%;
	}
	
	header nav.site-navigation ul,
	  header nav.site-navigation li {
		display: block;
		list-style: none;
		margin: 0;
		position: static;
		width: 100%;
	}
	
	header nav.site-navigation .menu li {
		margin-top: 1.25rem;
	}
	
	header nav.site-navigation .menu > li:first-child {
		margin-top: 0;
	}
	
	header nav.site-navigation .menu a {
		color: white;
		display: block;
		font-size: 3rem;
		font-weight: 400;
		line-height: 1.1;
		text-decoration: none;
	}
	
	header nav.site-navigation .menu .current_page_item > a {
		color: rgba(255,255,255,0.5);
	}
	
	header nav.site-navigation .menu .sub-menu {
		margin-left: 2.5rem;
	}
	
	header nav.site-navigation .menu .sub-menu a {
		font-style: italic;
		font-size: 2rem;
		width: 100%;
	}
	
	/* Home */
	.home section {
		padding: 4rem 0;
	}
	
	/* Hero */
	.hero {
		min-height: initial;
	}
	
	.hero img {
		margin-bottom: 1rem;
		width: auto;
	}
	
	.hero h1 {
		font-size: 4rem;
		margin-bottom: 1rem;
	}
	
	.hero .intro-arrow {
		background-size: 2.4rem auto;
		bottom: 4rem;
	}
	
	.hero .intro-arrow:hover {
		bottom: 3.7rem;
	}
	
	/* Intro */
	.intro p:first-child {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	
	/* Shortcuts */
	section.shortcuts {
		margin: 0;
	}
	
	.shortcuts .inner {
		max-width: 100%;
	}
	
	/* Speakers */
	.wcorg-speaker img {
		left: calc(50% - 3rem);
		width: 6rem;
	}
	
	/* Posts */
	.home .site-content {
		padding-top: 2rem;
	}
	
	.home article:first-child {
		height: 25rem;
	}
	
	.home article:first-child .entry-title {
		font-size: 3.2rem;
	}
	
	.home article:first-child .entry-meta {
		font-size: 1.4rem;
	}
	
	.home article:not(:first-child) header {
		padding: 0;
	}
	
	.home article:not(:first-child) header .entry-meta {
		margin-top: .3rem;
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	
	/* Sponsors */
	.sponsor-level {
		padding-top: 1.2rem;
	}
	
	.sponsor-level + .sponsor-level {
		margin-top: 3rem;
	}
	
	body .wcb_widget_sponsors .sponsor-logo {
		width: calc(50% - 2rem);
	}
	
	body .wcb_widget_sponsors .partner .sponsor-logo {
		width: calc(33.33% - 2rem);
	}
	
	body .wcb_widget_sponsors .patron .sponsor-logo {
		width: calc(25% - 2rem);
	}
	
	body:not(.home) #primary .entry-header {
		margin-bottom: 3rem;
	}
	
	body:not(.home) #primary .entry-header h1 {
		font-size: 3.2rem;
	}
	
	body:not(.home) #primary .entry-header .entry-meta {
		font-size: 1.6rem;
		margin-top: .5rem;
	}
	
	body:not(.home) #primary #content .post-navigation a {
		font-size: 1.6rem;
	}
	
	/* Single */
	.entry-content {
		font-size: 1.7rem;
	}
	
	.entry-content p {
		margin-bottom: 1.5rem;
	}
	
	.entry-content h1,
	  .entry-content h2,
	  .entry-content h3,
	  .entry-content h4,
	  .entry-content h5,
	  .entry-content h6 {
		margin: 3rem 0 1rem;
	}
	
	.entry-content h1 {
		font-size: 3.2rem;
	}
	
	.entry-content h2 {
		font-size: 2.8rem;
	}
	
	.entry-content h3 {
		font-size: 2.4rem;
	}
	
	.entry-content h4 {
		font-size: 2.2rem;
	}
	
	.entry-content h5 {
		font-size: 2rem;
	}
	
	.entry-content h6 {
		font-size: 1.8rem;
	}
	
	body:not(.home) #primary .entry-content > p:first-child > img:first-child {
		margin-bottom: 0;
	}
	
	/* Organizers */
	.wcorg-organizers {
		left: calc(50% - 45vw - 2rem);
		margin: 4rem 0;
		width: calc(90vw + 2rem);
	}
	
	.wcorg-organizer {
		-ms-flex: 1 0 calc(50% - 2rem);
		-webkit-flex: 1 0 calc(50% - 2rem);
		flex: 1 0 calc(50% - 2rem);
		margin: 0 0 2rem 2rem;
		max-width: calc(50% - 2rem);
	}
	
	.entry-content .wcorg-organizer h2 {
		font-size: 2rem;
	}
	
	/* Footer */
	.site-footer {
		margin-top: 8rem;
	}
	
	#footer-widget-1 .widget {
		height: 22rem;
		margin-top: -4rem;
		width: 100%;
		margin-top: 0;
	}
	
	/* Credits */
	.site-info {
		padding: 2.2rem 0;
	}
	
	.site-info .site-info-generator {
		font-size: 1.4rem;
	}
}

/* UGLY HACK TO MAKE 100VH BEHAVE PROPERLY ON IOS */
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.hero {
		height: 76.8rem;
	}
	
	.hero:before {
		height: 76.8rem;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.hero {
		height: 102.4rem;
	}
	
	.hero:before {
		height: 102.4rem;
	}
}

/* iPhone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	.hero {
		height: 32rem;
	}
	
	.hero:before {
		height: 32rem;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	.hero {
		height: 56.8rem;
	}
	
	.hero:before {
		height: 56.8rem;
	}
}

/* iPhone 4 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
		height: 32rem;
	}
	
	.hero:before {
		height: 32rem;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
		height: 48rem;
	}
	
	.hero:before {
		height: 48rem;
	}
}

.site-navigation .menu > li.menu-item {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 1.5rem;
}

body a.cta-button {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 0 solid #a12727;
	border-radius: 0;
	background: #559dfa;
	background: linear-gradient(-135deg,#549CF9 0%,#096DAE 100%);
	text-shadow: #777 1px 1px 1px;
	font-family: 'freight-sans-pro', 'Roboto', sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}

.site-navigation .menu > li.menu-item.cta-button a {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 0 solid #a12727;
	border-radius: 0;
	background: #559dfa;
	background: linear-gradient(-135deg,#549CF9 0%,#096DAE 100%);
	text-shadow: #777 1px 1px 1px;
	font-family: 'freight-sans-pro', 'Roboto', sans-serif;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.site-navigation .menu > li > a {
	padding: 12px 0;
}

body a.cta-button:hover, body a.cta-button:focus {
	background-color: #66bcff;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(-135deg,#335e96 0%,#096cae 100%);
}

.site-navigation .menu > li.menu-item.cta-button a:hover, .site-navigation .menu > li.menu-item.cta-button a:focus {
	background-color: #66bcff;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(-135deg,#335e96 0%,#096cae 100%);
}

body a.cta-button:active {
	background-color: #335e96;
	color: #ffffff;
	background: linear-gradient(-135deg,#66bcff 0%,#0b82d1 100%);
}

.wcorg-speaker-description > p > a > span {
	font-size: 0;
}

.wcorg-speaker-description > p > a > span:after {
	content: "Read more";
	font-size: 12px;
}

.entry-content img {
	margin-bottom: 20px;
}

body.category .entry-title a {
	color: #222;
}

.gallery-item {
	float: left;
}

/* Hero */
.hero:before {
	background-image: linear-gradient(10deg,#E9B700 15%,#2082D0 50%);
}

.hero h1 {
	text-shadow: rgba(52,48,99,0.7) 1px 1px 7px;
}

/* Tickets */
.tix-column-remaining {
	text-align: center;
}

.wcorg-speaker-description img.avatar {
	display: block;
}

/* Schedule */
.wcpt-schedule thead {
	background-color: #fad24e;
}

.wcpt-time {
	text-align: right;
}

.wcpt-schedule tbody td {
	padding: 5px;
}

.wcpt-session-type-custom .wcpt-session-title {
	display: block;
	text-align: center;
}

.speaker-image {
	width: 150px;
}

.wp-block-separator {
	clear: both;
}

.page-id-8 .wcorg-speaker-description > img {
	display: none;
}

.contact-form label.checkbox, .contact-form label.radio {
	font-weight: 300;
}

body.page-slug-schedule #primary {
	max-width: 100%;
	width: 100rem;
}

/* Sponsors */
.wcorg-sponsors > div h2 {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	font-size: 4rem;
}

.wcorg-sponsors > div h2:before, .wcorg-sponsors > div h2:after {
	content: '';
	flex: 1 0 auto;
	padding: 0 10px;
	height: 4px;
	background: #ffffff;
	margin: 28px 20px 20px;
}

.wcorg-sponsors > div .wcorg-sponsor {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	background: #eae4e3;
}

.wcorg-sponsors > div .wcorg-sponsor h3 {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 60px;
}

.wcorg-sponsors > div .wcorg-sponsor h3:after {
	content: '';
	flex: 1 0 auto;
	height: 4px;
	background-color: #10193f;
	margin-left: 20px;
}

.wcorg-sponsors > div .wcorg-sponsor .wcorg-sponsor-description {
	position: relative;
}

.wcorg-sponsors > div .wcorg-sponsor .wcorg-sponsor-description .wp-post-image {
	position: absolute;
	right: 0;
	top: -60px;
	max-height: 50px;
}

.wcorg-sponsors > div:nth-child(1) h2 {
	background-color: #722247;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(1) h2:before, .wcorg-sponsors > div:nth-child(1) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(1) h3 {
	color: #722247;
}

.wcorg-sponsors > div:nth-child(1) h3:after {
	background-color: #722247;
}

.wcorg-sponsors > div:nth-child(2) h2 {
	background-color: #bf6347;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(2) h2:before, .wcorg-sponsors > div:nth-child(2) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(2) h3 {
	color: #bf6347;
}

.wcorg-sponsors > div:nth-child(2) h3:after {
	background-color: #bf6347;
}

.wcorg-sponsors > div:nth-child(3) h2 {
	background-color: #f68c36;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(3) h2:before, .wcorg-sponsors > div:nth-child(3) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(3) h3 {
	color: #f68c36;
}

.wcorg-sponsors > div:nth-child(3) h3:after {
	background-color: #f68c36;
}

.wcorg-sponsors > div:nth-child(3) h2 {
	background-color: #f68c36;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(3) h2:before, .wcorg-sponsors > div:nth-child(3) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(3) h3 {
	color: #f68c36;
}

.wcorg-sponsors > div:nth-child(3) h3:after {
	background-color: #f68c36;
}

.wcorg-sponsors > div:nth-child(4) h2 {
	background-color: #8d3d46;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(4) h2:before, .wcorg-sponsors > div:nth-child(4) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(4) h3 {
	color: #8d3d46;
}

.wcorg-sponsors > div:nth-child(4) h3:after {
	background-color: #8d3d46;
}

.wcorg-sponsors > div:nth-child(5) h2 {
	background-color: #10193f;
	color: #ffffff;
}

.wcorg-sponsors > div:nth-child(5) h2:before, .wcorg-sponsors > div:nth-child(5) h2:after {
	background: #ffffff;
}

.wcorg-sponsors > div:nth-child(5) h3 {
	color: #10193f;
}

.wcorg-sponsors > div:nth-child(5) h3:after {
	background-color: #10193f;
}