html {
	font-size: 62.5%;
}

body {
	margin: 0;
}

body > div {
	color: rgba(17,17,17,1);
	font-family: 'freight-display-pro', 'Playfair Display', serif;
	-webkit-font-smoothing: antialiased;
}

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

body a,
body a:visited {
	color: rgba(34,132,210,1);
	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: 700;
	margin-bottom: 1rem;
}

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

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

.smallcaps {
	font-family: 'freight-sans-pro', 'Roboto', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .2rem;
	text-transform: uppercase;
}

.smallcaps.seperated:after {
	background: rgba(255,255,255,1);
	content: "";
	display: block;
	height: .1rem;
	margin: 1.4rem auto 1.2rem;
	width: 6.5rem;
}

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

.home #secondary {
	display: block;
}

body .widget {
	margin: 0;
}

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

body:not(.home) .site-header:before {
	background: rgba(238,238,238,1);
	content: "";
	display: block;
	height: .2rem;
	margin-left: -50vw;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 100vw;
}

.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://2016.stockholm.wordcamp.org/files/2016/08/wc-logo-black.png') 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: 5.9rem;
	margin-right: 20rem;
	text-indent: -9999rem;
	width: 16.3rem;
}

.home .site-header h1.site-title a,
.site-header h2.site-description,
.site-header .skip-link {
	display: none;
}

/* NAVIGATION */
@media ( min-width: 600px ) {
	/* 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: 2rem;
	}
	
	.site-navigation .menu > li.menu-item-has-children:after {
		background: url('https://2016.stockholm.wordcamp.org/files/2016/08/children-arrow.png') no-repeat center;
		background-size: auto 100%;
		content: "";
		display: block;
		height: .6rem;
		position: absolute;
		right: 0;
		top: 2.3rem;
		width: 1rem;
	}
	
	.home .site-navigation .menu > li.menu-item-has-children:after {
		background-image: url('https://2016.stockholm.wordcamp.org/files/2016/08/children-arrow-white.png');
	}
	
	.site-navigation .menu > li > a {
		color: rgba(51,51,51,1);
		font-family: 'freight-sans-pro', Roboto, sans-serif;
		font-size: 2rem;
	}
	
	.home .site-navigation .menu > li > a {
		color: rgba(255,255,255,1);
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: .1rem;
		text-transform: uppercase;
	}
	
	.header .site-navigation a:hover {
		color: rgba(255,255,255,1);
		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 5rem;
	}
	
	body .site-navigation ul ul {
		background: rgba(17,17,17,1);
		border-radius: .3rem .3rem .3rem .3rem;
		box-shadow: none !important;
		padding: 1rem 0;
		position: absolute;
		left: calc(50% - 10rem);
		top: 100%;
		width: 20rem;
	}
	
	body .site-navigation ul ul:before {
		border: .6rem solid transparent;
		border-bottom-color: rgba(17,17,17,1);
		content: "";
		display: block;
		position: absolute;
		left: calc(50% - 0.6rem);
		bottom: calc(100%);
	}
	
	body .site-navigation ul ul a {
		color: rgba(255,255,255,1);
		display: block;
		font-family: 'freight-sans-pro', Roboto, sans-serif;
		font-size: 1.6rem;
		line-height: 1.1;
		padding: 1rem 1.5rem;
		text-align: left;
	}
	
	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://2016.stockholm.wordcamp.org/files/2016/08/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://2016.stockholm.wordcamp.org/files/2016/08/wc-hero-bg.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;
}

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

.hero img {
	display: inline-block;
	height: 16.1rem;
	margin-bottom: 1.5rem;
}

.hero h1 {
	font-size: 6.4rem;
	line-height: 1;
	margin-bottom: 2rem;
}

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

.hero .intro-arrow {
	background: url('https://2016.stockholm.wordcamp.org/files/2016/08/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: 500;
	line-height: 1.25;
	margin-bottom: 3.5rem;
}

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

/* SHORTCUTS */
section.shortcuts {
	background: rgba(241,241,241,1);
	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: rgba(255,255,255,1);
	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://2016.stockholm.wordcamp.org/files/2016/08/speakers-shortcut.jpg');
}

body a.shortcut:nth-child(2) {
	background-image: url('https://2016.stockholm.wordcamp.org/files/2016/08/sponsors-shortcut.jpg');
}

body a.shortcut:nth-child(3) {
	background-image: url('https://2016.stockholm.wordcamp.org/files/2016/08/tickets-shortcut.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: rgba(255,255,255,1);
}

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

/* SPEAKERS */
section.speakers {
	padding-bottom: 6rem;
}

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

.wcorg-speakers {
	-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: 0 0 -4rem;
	position: relative;
	left: calc(50% - 45vw - 3rem);
	width: calc(90vw + 3rem);
}

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

.wcorg-speaker img {
	border-radius: 999rem;
	height: auto;
	position: absolute;
	top: 0;
	left: calc(50% - 5rem);
	width: 10rem;
}

.wcorg-speaker h2 {
	display: block;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.wcorg-speaker h3 {
	font-size: 2.2rem;
	font-weight: 400;
	margin: .5rem 0 0;
}

.wcorg-speaker p {
	font-family: 'freight-sans-pro';
	font-size: 1.2rem;
	font-weight: 700;
	margin: 1rem 0 0;
	text-transform: uppercase;
}

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

.home #content {
	background: rgba(34,34,34,1);
	color: rgba(255,255,255,1);
	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: rgba(255,255,255,1);
}

.home article .entry-meta {
	color: rgba(153,153,153,1);
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.home article .entry-meta {
	color: rgba(0,0,0,0);
	position: relative;
}

.home article .entry-meta a {
	color: rgba(153,153,153,1);
	opacity: 1;
	position: absolute;
	left: 0;
}

.home article:not(:first-child) {
	border-top: .1rem solid rgba(60,60,60,1);
	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: rgba(51,51,51,1);
	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: 500;
}

.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,
.home article:first-child .entry-content > div:first-child,
.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 rgba(221,221,221,1);
	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;
}

.gold .sponsor-level-title {
	color: rgba(219,180,41,1);
}

.silver .sponsor-level-title {
	color: rgba(166,158,158,1);
}

.bronze .sponsor-level-title {
	color: rgba(205,127,50,1);
}

.microsponsor .sponsor-level-title {
	color: rgba(135,135,135,1);
}

.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 .silver .sponsor-logo {
	width: calc(33% - 4rem);
}

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

body .wcb_widget_sponsors .microsponsor .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: 70rem;
}

#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: 700;
	line-height: 1.15;
	letter-spacing: -.05rem;
	margin: 0;
}

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

body:not(.home) #primary .entry-header .entry-meta a {
	color: rgba(102,102,102,1);
}

body:not(.home) #primary .entry-content > p:first-child > img:first-child {
	margin-bottom: 1.7rem;
	max-width: none;
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

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

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

body:not(.home) #primary #content .post-navigation {
	border-bottom: .1rem solid rgba(221,221,221,1);
	border-top: .1rem solid rgba(221,221,221,1);
	font-family: 'freight-sans-pro', Roboto, 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: rgba(34,132,210,1);
	text-decoration: underline;
}

/* ENTRY CONTENT */
.entry-content {
	font-family: 'freight-text-pro', Georgia, serif;
	font-size: 2.2rem;
}

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

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

.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-style: normal;
	font-weight: 700;
	text-align: left;
	margin: 3rem 0 2rem;
}

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

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

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

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

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

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

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

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

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

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

.entry-content ul {
	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;
}

/* tables */
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-family: 'freight-sans-pro', Roboto, 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 rgba(221,221,221,1);
}

.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;
}

tbody > tr:nth-child(even) {
	background-color: rgba(246,246,246,1);
}

/* inputs */
body textarea,
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"],
html input[type="button"],
body button {
	font-family: 'freight-sans-pro', Roboto, sans-serif;
}

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

/* 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,
.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-size: 1.6rem;
	margin: .2rem 0 2rem;
	padding-left: 5rem;
}

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

.comment .reply {
	font-family: 'freight-sans-pro', Roboto, 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-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;
	text-align: left;
	font-style: none;
	font-weight: 700;
	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;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.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(25% - 3rem);
	-webkit-flex: 1 0 calc(25% - 3rem);
	flex: 1 0 calc(25% - 3rem);
	margin: 0 0 3rem 3rem;
	max-width: calc(25% - 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;
}

.wcorg-organizer-description p {
	font-style: italic;
	margin-bottom: 0;
}

/* SCHEDULE */
.wcpt-session-title {
	font-weight: bold;
}

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

/* FOOTER */
.site-footer {
	background: rgba(17,17,17,1);
	margin-top: 18rem;
}

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

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

body a.footer-block {
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255,255,255,1);
	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: rgba(255,255,255,1);
}

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

.footer-block.yellow {
	background-image: linear-gradient(-225deg,#FAD24E 0%,#E9B700 100%);
}

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

.footer-block p {
	margin: 0;
}

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

.site-info .site-info-generator {
	color: rgba(255,255,255,1);
	font-family: 'freight-sans-pro', Roboto, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .1rem;
	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;
}

 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* RESPONSIVE */
@media ( max-width: 900px ) and ( min-width: 600px ) {
	.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;
	}
	
	/* HOME */
	/* INTRO */
	.intro p:first-child {
		font-size: 3.2rem;
	}
	
	/* SHORTCUTS */
	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 {
		left: calc(50% - 45vw - 1rem);
		margin: 0 0 -2rem -1rem;
		width: calc(90vw + 1rem);
	}
	
	.wcorg-speaker {
		-ms-flex: 1 0 calc(33.33% - 1rem);
		-webkit-flex: 1 0 calc(33.33% - 1rem);
		flex: 1 0 calc(33.33% - 1rem);
		margin: 0 0 2rem 1rem;
		max-width: calc(33.33% - 1rem);
		padding-top: 9.5rem;
	}
	
	.wcorg-speaker img {
		left: calc(50% - 4rem);
		width: 8rem;
	}
	
	.wcorg-speaker h2 {
		font-size: 2.2rem;
	}
	
	.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;
	}
	
	/* ORGANIZERS */
	.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 {
		font-size: 2.8rem;
	}
	
	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: 4rem;
		margin: 0;
		width: 11rem;
	}
	
	/* MENU */
	header nav.site-navigation {
		position: absolute;
		left: 0;
		top: 2.3rem;
		z-index: 50;
		width: 4.8rem;
	}
	
	header nav.site-navigation > h1 {
		background: url('https://2016.stockholm.wordcamp.org/files/2016/08/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;
	}
	
	body:not(.home) header nav.site-navigation > h1 {
		background-image: url('https://2016.stockholm.wordcamp.org/files/2016/08/hamburger-black.png');
	}
	
	header nav.site-navigation > h1.toggled-on,
	    body:not(.home) header nav.site-navigation > h1.toggled-on {
		background-image: url('https://2016.stockholm.wordcamp.org/files/2016/08/hamburger-close.png');
		height: 2.4rem;
		width: 2.4rem;
	}
	
	header nav.site-navigation > div:last-child {
		background: rgba(17,17,17,0.95);
		padding: 9.8rem 5% 2rem;
		position: fixed;
		bottom: 0;
		left: -100%;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	
	header nav.site-navigation > h1.toggled-on ~ div:last-child {
		display: block;
		left: 0;
	}
	
	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.5rem;
	}
	
	header nav.site-navigation .menu > li:first-child {
		margin-top: 0;
	}
	
	header nav.site-navigation .menu a {
		color: rgba(255,255,255,1);
		display: block;
		font-size: 3.6rem;
		font-weight: 500;
		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: 2.8rem;
		width: 100%;
	}
	
	/* HOME */
	.home section {
		padding: 4rem 0;
	}
	
	/* HERO */
	.hero {
		min-height: none;
	}
	
	.hero img {
		height: 10rem;
		margin-bottom: 1rem;
	}
	
	.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 {
		-ms-flex: 1 0 calc(50% - 1rem);
		-webkit-flex: 1 0 calc(50% - 1rem);
		flex: 1 0 calc(50% - 1rem);
		max-width: calc(50% - 1rem);
		padding-top: 7.5rem;
	}
	
	.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 .silver .sponsor-logo {
		width: calc(33.33% - 2rem);
	}
	
	body .wcb_widget_sponsors .bronze .sponsor-logo {
		width: calc(25% - 2rem);
	}
	
	/* SINGLE */
	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;
	}
	
	.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;
	}
	
	body a.footer-block {
		height: 22rem;
		margin-top: -4rem;
		width: 100%;
	}
	
	body a.footer-block + a.footer-block {
		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:before,
		.hero {
		height: 76.8rem;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.hero:before,
		.hero {
		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:before,
		.hero {
		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:before,
		.hero {
		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:before,
		.hero {
		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:before,
		.hero {
		height: 48rem;
	}
}