/*
 *	Remote CSS stylesheet for WordCamp Stockholm 2017. Built on top of the CampSite stylesheet.
 *	https://github.com/2ndkauboy/campsite-2017
 *
 *	Additions by Anders Norén.
 *
 *	Note: When adding it at Apperance > Remote CSS, remember to set Output Mode to "Replace".
------------------------------------------------------------------------------------------------------- */
.cc--var-local-thunder:after {
	background-color: #2d282d;
}

.cc--var-local-thunder .cc__variable:after {
	content: "#2d282d";
}

.cc--var-local-ash:after {
	background-color: #575357;
}

.cc--var-local-ash .cc__variable:after {
	content: "#575357";
}

.cc--var-local-smoke:after {
	background-color: #c0bfc0;
}

.cc--var-local-smoke .cc__variable:after {
	content: "#c0bfc0";
}

.cc--var-local-gold:after {
	background-color: #e6aa50;
}

.cc--var-local-gold .cc__variable:after {
	content: "#e6aa50";
}

.cc--var-local-linnen:after {
	background-color: #f5ebe0;
}

.cc--var-local-linnen .cc__variable:after {
	content: "#f5ebe0";
}

.cc--var-local-copper:after {
	background-color: #c96;
}

.cc--var-local-copper .cc__variable:after {
	content: "#c96";
}

.cc--var-local-purple:after {
	background-color: #614787;
}

.cc--var-local-purple .cc__variable:after {
	content: "#614787";
}

.cc--var-color-text:after {
	background-color: rgba(29,36,42,.75);
}

.cc--var-color-text .cc__variable:after {
	content: "rgba(29,36,42,.75)";
}

.cc--var-color-text-weak:after {
	background-color: rgba(29,36,42,.6);
}

.cc--var-color-text-weak .cc__variable:after {
	content: "rgba(29,36,42,.6)";
}

.cc--var-color-text-strong:after {
	background-color: rgba(29,36,42,.9);
}

.cc--var-color-text-strong .cc__variable:after {
	content: "rgba(29,36,42,.9)";
}

.cc--var-color-text-invert:after {
	background-color: hsla(0,0%,100%,.75);
}

.cc--var-color-text-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.75)";
}

.cc--var-color-text-weak-invert:after {
	background-color: hsla(0,0%,100%,.6);
}

.cc--var-color-text-weak-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.6)";
}

.cc--var-color-text-strong-invert:after {
	background-color: hsla(0,0%,100%,.9);
}

.cc--var-color-text-strong-invert .cc__variable:after {
	content: "hsla(0,0%,100%,.9)";
}

.cc--var-color-link:after {
	background-color: #c96;
}

.cc--var-color-link .cc__variable:after {
	content: "#c96";
}

.cc--var-color-link-focus:after {
	background-color: #a17738;
}

.cc--var-color-link-focus .cc__variable:after {
	content: "#a17738";
}

.cc--var-color-link-hover:after {
	background-color: #e6aa50;
}

.cc--var-color-link-hover .cc__variable:after {
	content: "#e6aa50";
}

.cc--var-color-link-visited:after {
	background-color: #f3d5a8;
}

.cc--var-color-link-visited .cc__variable:after {
	content: "#f3d5a8";
}

.cc--var-color-link-alt:after {
	background-color: #614787;
}

.cc--var-color-link-alt .cc__variable:after {
	content: "#614787";
}

.cc--var-color-link-alt-focus:after {
	background-color: #44325f;
}

.cc--var-color-link-alt-focus .cc__variable:after {
	content: "#44325f";
}

.cc--var-color-link-alt-hover:after {
	background-color: #57407a;
}

.cc--var-color-link-alt-hover .cc__variable:after {
	content: "#57407a";
}

.cc--var-color-link-alt-visited:after {
	background-color: #b0a3c3;
}

.cc--var-color-link-alt-visited .cc__variable:after {
	content: "#b0a3c3";
}

.cc--var-color-grey-10:after {
	background-color: #e8e9ea;
}

.cc--var-color-grey-10 .cc__variable:after {
	content: "#e8e9ea";
}

.cc--var-color-grey-20:after {
	background-color: #d2d3d4;
}

.cc--var-color-grey-20 .cc__variable:after {
	content: "#d2d3d4";
}

.cc--var-color-grey-30:after {
	background-color: #bbbdbf;
}

.cc--var-color-grey-30 .cc__variable:after {
	content: "#bbbdbf";
}

.cc--var-color-grey-40:after {
	background-color: #a5a7aa;
}

.cc--var-color-grey-40 .cc__variable:after {
	content: "#a5a7aa";
}

.cc--var-color-grey-50:after {
	background-color: #8e9295;
}

.cc--var-color-grey-50 .cc__variable:after {
	content: "#8e9295";
}

.cc--var-color-grey-60:after {
	background-color: #777c7f;
}

.cc--var-color-grey-60 .cc__variable:after {
	content: "#777c7f";
}

.cc--var-color-grey-70:after {
	background-color: #61666a;
}

.cc--var-color-grey-70 .cc__variable:after {
	content: "#61666a";
}

.cc--var-color-grey-80:after {
	background-color: #4a5055;
}

.cc--var-color-grey-80 .cc__variable:after {
	content: "#4a5055";
}

.cc--var-color-grey-90:after {
	background-color: #343a3f;
}

.cc--var-color-grey-90 .cc__variable:after {
	content: "#343a3f";
}

.cc--var-color-grey-100:after {
	background-color: #1d242a;
}

.cc--var-color-grey-100 .cc__variable:after {
	content: "#1d242a";
}

.cc--var-color-border-weak:after {
	background-color: #f5ebe0;
}

.cc--var-color-border-weak .cc__variable:after {
	content: "#f5ebe0";
}

.cc--var-color-border-normal:after {
	background-color: #e0c2a3;
}

.cc--var-color-border-normal .cc__variable:after {
	content: "#e0c2a3";
}

.cc--var-color-border-strong:after {
	background-color: #c96;
}

.cc--var-color-border-strong .cc__variable:after {
	content: "#c96";
}

.cc--var-color-message-default:after {
	background-color: #eee;
}

.cc--var-color-message-default .cc__variable:after {
	content: "#eee";
}

.cc--var-color-message-success:after {
	background-color: #00a664;
}

.cc--var-color-message-success .cc__variable:after {
	content: "#00a664";
}

.cc--var-color-message-warning:after {
	background-color: #ffcb05;
}

.cc--var-color-message-warning .cc__variable:after {
	content: "#ffcb05";
}

.cc--var-color-message-danger:after {
	background-color: #f04e3e;
}

.cc--var-color-message-danger .cc__variable:after {
	content: "#f04e3e";
}

.cc--var-color-input-regular:after {
	background-color: #d5d4d5;
}

.cc--var-color-input-regular .cc__variable:after {
	content: "#d5d4d5";
}

.cc--var-color-input-focus:after {
	background-color: #aba9ab;
}

.cc--var-color-input-focus .cc__variable:after {
	content: "#aba9ab";
}

.cc--var-color-input-success:after {
	background-color: #00a664;
}

.cc--var-color-input-success .cc__variable:after {
	content: "#00a664";
}

.cc--var-color-input-error:after {
	background-color: #f04e3e;
}

.cc--var-color-input-error .cc__variable:after {
	content: "#f04e3e";
}

.cc--var-color-input-required:after {
	background-color: #b43b2f;
}

.cc--var-color-input-required .cc__variable:after {
	content: "#b43b2f";
}

.cc--var-color-input-checkbox:after {
	background-color: #d5d4d5;
}

.cc--var-color-input-checkbox .cc__variable:after {
	content: "#d5d4d5";
}

.cc--var-color-input-checkbox-active:after {
	background-color: #c96;
}

.cc--var-color-input-checkbox-active .cc__variable:after {
	content: "#c96";
}

.cc--var-color-input-radio:after {
	background-color: #d5d4d5;
}

.cc--var-color-input-radio .cc__variable:after {
	content: "#d5d4d5";
}

.cc--var-color-input-radio-active:after {
	background-color: #c96;
}

.cc--var-color-input-radio-active .cc__variable:after {
	content: "#c96";
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

[hidden],template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: inherit;
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: 700;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

* {
	box-sizing: border-box;
}

/*
 *  DOCUMENT SETUP
 */
body {
	font-size: 1em;
	line-height: 1.5625em;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, sans-serif;
	color: #242424;
	background: #fff;
	font-feature-settings: liga;
}

@media (min-width:37.5em) {
	body {
		font-size: 1.125em;
	}
}

@media (min-width:47em) {
	body {
		font-size: 1.25em;
	}
}

body * {
	-webkit-font-smoothing: antialiased;
}

::-moz-selection {
	color: #fff;
	background-color: #2284D2;
}

::selection {
	color: #fff;
	background-color: #2284D2;
}

h1,h2,h3,h4 {
	color: #242424;
	font-family: henriette, Georgia, serif;
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.15;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

h1 {
	font-size: 2.44141em;
}

h2 {
	font-size: 1.95312em;
}

h3 {
	font-size: 1.5625em;
}

h4 {
	font-size: 1.25em;
}

hr {
	height: 24px;
	margin: 2rem 0;
	padding: 0;
	position: relative;
	border: 0;
}

hr:before {
	background: #fff;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	content: "";
	display: block;
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	top: 9px;
}

hr:after {
	background: url('https://2017.stockholm.wordcamp.org/files/2017/08/crown-gray.png') no-repeat center;
	background-size: auto 24px;
	content: "";
	display: block;
	height: 24px;
	margin-left: -26.5px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 53px;
}

@media ( min-width: 47em ) {
	hr {
		margin: 3rem 0;
	}
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
	display: block;
	width: 100%;
	padding: .4375rem 1rem;
	margin: 0;
	border: 1px solid #d5d4d5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5625em;
	color: rgba(29,36,42,.75);
	background-color: #fff;
	box-shadow: inset 0 .125rem 0 0 #fefbf6;
	border-radius: .1875rem;
	transition: all .1s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input:not([type]):focus,input:not([type]):hover,input[type=color]:focus,input[type=color]:hover,input[type=date]:focus,input[type=date]:hover,input[type=datetime-local]:focus,input[type=datetime-local]:hover,input[type=datetime]:focus,input[type=datetime]:hover,input[type=email]:focus,input[type=email]:hover,input[type=month]:focus,input[type=month]:hover,input[type=number]:focus,input[type=number]:hover,input[type=password]:focus,input[type=password]:hover,input[type=search]:focus,input[type=search]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,input[type=time]:focus,input[type=time]:hover,input[type=url]:focus,input[type=url]:hover,input[type=week]:focus,input[type=week]:hover,textarea:focus,textarea:hover {
	outline: none;
	color: rgba(29,36,42,.9);
	border-color: #aba9ab;
}

textarea {
	resize: vertical;
	min-height: 6.25rem;
	display: block;
}

.entry-content .contact-form textarea {
	width: 100%;
}

@media (min-width:47em) {
	textarea {
		min-height: 9.375rem;
	}
}

select {
	display: block;
	height: 2.5rem;
	width: 100%;
	padding: .4375rem 1rem;
	border: 1px solid #d5d4d5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5625em;
	color: #242424;
	font-weight: 400;
	background-color: #fff;
	border-radius: .1875rem;
	cursor: pointer;
}

a {
	color: #2284D2;
	transition: all .15s ease;
	text-decoration: none;
}

a:focus,a:hover {
	color: #1E76BC;
	text-decoration: underline;
}

a:active {
	color: #1E76BC;
	text-decoration: none;
}

p {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 1rem;
}

@media ( min-width: 32em ) {
	p {
		margin: 0 0 1.5rem;
	}
}

strong {
	font-weight: 700;
	color: rgba(0,0,0,.75);
}

em {
	font-stretch: italic;
}

sup sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,ol,ul {
	margin-bottom: 1.5rem;
}

dl dl,dl ol,dl ul,li,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul {
	margin-bottom: 0;
}

li {
	margin-top: .25rem;
}

li:first-child {
	margin-top: 0;
}

blockquote {
	margin: 0;
	margin-bottom: 1.5rem;
	padding: 2em;
	background-color: #e8e9ea;
}

blockquote p {
	font-style: italic;
}

blockquote p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 1.5rem;
}

caption {
	margin-bottom: .5rem;
}

td,th {
	padding: .5rem 1rem;
	border-top: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

@media (min-width:47em) {
	td,th {
		padding: 1rem;
	}
}

figure,img {
	display: block;
	margin: 0;
	margin-bottom: 1.5rem;
	max-width: 100%;
	height: auto;
}

figcaption {
	font-size: .75em;
	line-height: 1.25;
	margin-top: .5rem;
	margin-bottom: 0;
	color: rgba(29,36,42,.6);
}

code,pre {
	border: 1px solid #f5ddb9;
	border-top-color: #e9b362;
	border-radius: .1875rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	color: rgba(29,36,42,.75);
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-moz-tab-size: 2;
	tab-size: 2;
}

pre {
	margin: 1.5rem 0;
	padding: 1.5rem;
	overflow: scroll;
}

code {
	padding: .125rem .1875rem;
	background-color: #f5ebe0;
}

pre code {
	border-radius: 0;
	border: 0;
	padding: 0;
	background: 0;
}

.cc-title {
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	text-transform: none;
}

.cc-group {
}

.cc-group:after,.cc-group:before {
	content: "";
	display: table;
}

.cc-group:after {
	clear: both;
}

.cc {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	margin-bottom: 1.5rem;
	padding: 1rem;
	padding-top: 6rem;
	border: 1px solid #ddd;
	border-radius: .1875rem;
}

.cc:after,.cc:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5rem;
	border-top-left-radius: .1875rem;
	border-top-right-radius: .1875rem;
	content: "";
}

.cc:before {
	background: url('image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==');
}

.cc dt {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc dd {
	margin: 0;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.4;
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	font-feature-settings: normal;
}

@media (min-width:37.5em) {
	.cc {
		width: 47.36842%;
		float: left;
	}
	
	.cc:nth-child(odd) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(2n+2) {
		margin-left: 52.63158%;
		margin-right: -100%;
		clear: none;
	}
}

@media (min-width:47em) {
	.cc {
		width: 31.03448%;
		float: left;
	}
	
	.cc:nth-child(3n+1) {
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	
	.cc:nth-child(3n+2) {
		margin-left: 34.48276%;
		margin-right: -100%;
		clear: none;
	}
	
	.cc:nth-child(3n+3) {
		margin-left: 68.96552%;
		margin-right: -100%;
		clear: none;
	}
}

.cc__title {
	font-weight: 700;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.cc__variable {
	font-family: Bitstream Vera Sans Mono, Consolas, Courier, monospace;
	color: rgba(0,0,0,.6);
}

.cc__variable:after {
	color: rgba(0,0,0,.8);
	display: block;
}

.site {
	overflow: hidden;
	position: relative;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav__item {
	display: inline-block;
}

.nav__link {
	display: block;
}

.button,button,input[type=button],input[type=reset],input[type=submit] {
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #2284D2;
	color: #2284D2;
	cursor: pointer;
	display: inline-block;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.25;
	padding: .75rem 1.3rem .85rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.button:active,.button:focus,.button:hover,button:active,button:focus,button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=reset]:active,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
	background-color: #2284D2;
	color: #fff;
	text-decoration: none;
}

@media ( min-width: 32em ) {
	.button,button,input[type=button],input[type=reset],input[type=submit] {
		font-size: 15px;
		padding: .75rem 1.4rem .8rem;
	}
	
	.button.big, button.big, input[type=button].big, input[type=reset].big, input[type=submit].big {
		font-size: 17px;
		padding: .8rem 1.6rem .95rem;
	}
}

/*
 *	SITE HEADER
 */
.site-header {
	background-color: #242424;
}

.site-header .site-branding {
	position: relative;
	overflow: hidden;
	padding: 2rem 1rem;
	text-align: center;
	z-index: 10;
}

@media (min-width:37.5em) {
	.site-header .site-branding {
		padding: 3rem 2rem;
	}
}

@media (min-width:47em) {
	.site-header .site-branding {
		padding: 4rem 3rem;
	}
}

.home .site-header .site-branding {
	padding: 2rem 1rem;
}

@media (min-width:37.5em) {
	.home .site-header .site-branding {
		padding: 7rem 2rem;
	}
}

.site-title {
	margin: 0;
	line-height: 1;
}

.site-title a {
	color: transparent;
	display: block;
	font-size: 0;
	text-shadow: none;
}

.site-title a:active,.site-title a:focus,.site-title a:hover {
	color: transparent;
	text-decoration: none;
}

.site-title a:before {
	display: block;
	width: 179px;
	height: 200px;
	margin: 0 auto;
	background: url('https://2017.stockholm.wordcamp.org/files/2017/09/wordcamp-stockholm-colour-1.png') no-repeat center;
	background-size: contain;
	content: "";
}

@media ( min-width: 37.5em ) {
	.site-title a:before {
		height: 320px;
		width: 287px;
	}
}

@media (min-width:47em) {
	.home .site-title a:before {
		height: 400px;
		width: 358px;
	}
}

.site-description {
	display: none;
}

.site-header>* {
	position: relative;
	z-index: 200;
}

.site-header .custom-header {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('https://2017.stockholm.wordcamp.org/files/2017/07/header-alt.jpg');
	transition: all .15s ease;
}

.site-header .custom-header:before,
.site-header .custom-header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.site-header .custom-header:before {
	background: rgba(0,0,0,0.25);
}

.site-header .custom-header:after {
	background-image: linear-gradient(31deg,#2082D0 0%,#F7CC39 100%);
	opacity: .55;
}

.home .site-header .site-branding:after,.home .site-header .site-branding:before {
	position: absolute;
	z-index: -1;
	bottom: -10vh;
	left: 60%;
	display: block;
	width: 0;
	height: 0;
	margin-left: -40vh;
	border-top: 110vh solid #fff;
	border-left: 40vh solid transparent;
	border-right: 40vh solid transparent;
	content: "";
	opacity: .1;
	transform-origin: 100% 100%;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
}

.home .site-header .site-branding:before {
	transform: skewX(50deg);
	animation: a 5s infinite 5s;
}

.home .site-header .site-branding:after {
	transform: skewX(-50deg);
	animation: b 5s infinite 5s;
}

@keyframes a {
	0% {
		transform: skewX(50deg);
	}
	
	5% {
		transform: skewX(50deg);
	}
	
	20% {
		transform: skewX(-60deg);
	}
	
	50% {
		transform: skewX(-50deg);
		opacity: .1;
	}
	
	80% {
		opacity: .2;
	}
	
	to {
		transform: skewX(50deg);
		opacity: .1;
	}
}

@keyframes b {
	0% {
		transform: skewX(-50deg);
		opacity: .1;
	}
	
	5% {
		transform: skewX(-50deg);
	}
	
	10% {
		opacity: .05;
	}
	
	30% {
		opacity: .2;
	}
	
	40% {
		opacity: .1;
	}
	
	50% {
		transform: skewX(60deg);
		opacity: .1;
	}
	
	60% {
		opacity: .2;
	}
	
	80% {
		opacity: .1;
	}
	
	to {
		transform: skewX(-50deg);
	}
}

.menu-toggle {
	padding: 1rem;
	margin: 0;
	margin-top: .125rem;
	width: 100%;
	font-size: 0;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	border-radius: 0;
	cursor: pointer;
}

.menu-toggle,.menu-toggle.focus,.menu-toggle:active,.menu-toggle:focus,.menu-toggle:hover {
	color: #fff;
	background-color: #2284D2;
}

.menu-toggle:before {
	font-family: henriette, Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	content: "Menu";
}

.menu-toggle:after,.menu-toggle:before {
	display: inline-block;
	vertical-align: middle;
}

.menu-toggle:after {
	position: relative;
	top: 2px;
	border: .375rem solid transparent;
	margin-left: .5rem;
	border-top-color: #fff;
	content: "";
}

.menu-toggle[aria-expanded=true] {
	color: #fff;
}

.menu-toggle[aria-expanded=true]:after {
	border-top-color: transparent;
	border-bottom-color: #fff;
	top: -4px;
}

@media (min-width:37.5em) {
	.menu-toggle {
		display: none;
	}
}

.main-navigation {
	padding-top: 2px;
	position: relative;
	background-color: #2284D2;
}

.main-navigation:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #F5C826;
	content: "";
}

@media ( min-width:47em ) {
	.main-navigation {
		padding-top: 4px;
	}
	
	.main-navigation:before {
		height: 4px;
	}
}

@media (max-width:37.4375em) {
	.menu {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	.main-navigation.toggled-on .menu {
		display: block;
	}
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu:after,.menu:before {
	content: "";
	display: table;
}

.menu:after {
	clear: both;
}

@media (min-width:37.5em) {
	.menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width:37.4375em) {
	.menu {
		display: none;
	}
	
	.toggled-on .menu {
		display: block;
	}
}

.menu-item {
	position: relative;
	margin: 0;
	display: block;
	font-family: henriette, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

@media (min-width:37.5em) {
	.menu-item {
		font-size: 20px;
		line-height: 1.33;
		text-align: center;
	}
}

.menu-item a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 1rem;
	text-decoration: none;
	transition: all .1s ease;
}

.menu-item a.focus,.menu-item a:active,.menu-item a:focus,.menu-item a:hover {
	color: #fff;
	background-color: #1E76BC;
}

@media (min-width:47em) {
	.menu-item a {
		font-size: 20px;
		padding: 1rem 1.5rem;
	}
}

@media (min-width:62em) {
	.menu-item a {
		padding: 1.5rem 2rem;
	}
}

.current-menu-item>a {
	background-color: #1E76BC;
	color: #fff;
}

.menu-item-has-children .dropdown-toggle {
	display: none;
}

@media (min-width:37.5em) {
	.menu-item-has-children {
		background-color: transparent;
	}
	
	.menu-item-has-children>a:after {
		display: inline-block;
		border: .375rem solid transparent;
		border-top-color: #fff;
		content: "";
		margin-left: .5rem;
		position: relative;
		top: 2px;
		vertical-align: middle;
	}
	
	.menu-item-has-children>a .dropdown-toggle {
		display: inline-block;
		display: none;
	}
	
	.menu-item-has-children.focus>a,.menu-item-has-children:hover>a {
		background-color: #1E76BC;
		color: #fff;
	}
	
	.menu-item-has-children.focus>.sub-menu,.menu-item-has-children:hover>.sub-menu {
		left: 0;
	}
}

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-menu .menu-item {
	text-transform: none;
	font-weight: 500;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, sans-serif;
}

@media (max-width:37.4375em) {
	.sub-menu {
		background: rgba(0,0,0,.1);
		position: relative;
	}
	
	.sub-menu:before {
		border: 6px solid transparent;
		border-bottom-color: rgba(0,0,0,0.1);
		content: "";
		display: block;
		position: absolute;
		left: 1rem;
		bottom: 100%;
	}
	
	.sub-menu a {
		background: url('https://2017.stockholm.wordcamp.org/files/2017/08/crown-yellow-mini.png') no-repeat 1rem 50%;
		background-size: 12px auto;
		padding: .8rem 1rem .8rem 2.5rem;
		font-size: 16px;
	}
	
	.menu-item a.focus, .menu-item a:active, .menu-item a:focus, .menu-item a:hover, .current-menu-item>a {
		background-color: transparent;
		text-decoration: underline;
	}
}

@media (min-width:37.5em) {
	.sub-menu {
		background-color: #1E76BC;
		min-width: 16.25rem;
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 310;
	}
	
	.sub-menu .menu-item {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		margin: 0;
		text-align: left;
		width: 100%;
	}
	
	.sub-menu .sub-menu .menu-item:first-child {
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	
	.sub-menu a {
		padding: 1rem;
		color: #fff;
	}
	
	.sub-menu .menu-item a {
		font-size: 16px;
		font-weight: 500;
	}
}

@media (min-width:47em) {
	.sub-menu a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width:62em) {
	.sub-menu a {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

#colophon {
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}

.site-info-generator {
	color: #242424;
	font-family: henriette, Georgia, serif;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

.site-info-generator:hover {
	color: #242424;
	text-decoration: underline;
}

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

@media ( min-width: 47em ) {
	#colophon {
		padding: 0 0 60px;
	}
	
	.site-info-generator {
		font-size: 20px;
	}
}

#primary {
	text-align: left;
	padding: 2.5rem 1rem;
}

@media (min-width:37.5em) {
	#primary {
		padding: 5rem 2rem;
	}
}

@media (min-width:47em) {
	#primary {
		padding: 6.25rem 3rem;
	}
}

#content {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

#after-header-widgets,#before-content-widgets,#secondary {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.post {
	border-bottom: 24px solid transparent;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	position: relative;
}

@media (min-width:37.5em) {
	.post {
		margin-bottom: 5rem;
		padding-bottom: 5rem;
	}
}

@media (min-width:47em) {
	.post {
		margin-bottom: 6.25rem;
		padding-bottom: 6.25rem;
	}
}

.post:before,.post:after {
	content: "";
	display: block;
	position: absolute;
}

.post:before {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	bottom: -18px;
	height: 7px;
	left: 50%;
	margin-left: -45vw;
	width: 90vw;
}

@media ( min-width: 1364px ) {
	.post:before {
		margin-left: -620px;
		width: 1240px;
	}
}

.post:after {
	background: url('https://2017.stockholm.wordcamp.org/files/2017/08/crown-gray.png') no-repeat center;
	background-size: auto 24px;
	bottom: -24px;
	height: 24px;
	left: 0;
	right: 0;
}

article.post>:last-child,
article.page>:last-child {
	margin-bottom: 0;
}

.entry-content:after,.entry-content:before {
	content: "";
	display: table;
}

.entry-content:after {
	clear: both;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-header>:last-child {
	margin-bottom: 0;
}

.page-slug-homepage .entry-header {
	display: none;
}

@media (min-width: 47em) {
	.entry-header {
		margin-bottom: 2.5rem;
	}
}

.entry-title {
	font-size: 2.25em;
	hanging-punctuation: first;
	line-height: 1;
	margin-bottom: .75rem;
}

@media (min-width:47em) {
	.entry-title {
		font-size: 2.4em;
	}
}

.entry-title a {
	color: #242424;
}

.entry-title a:active,.entry-title a:focus,.entry-title a:hover {
	color: #242424;
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-meta a {
	color: #2284D2;
	text-decoration: underline;
}

.entry-meta a:active,.entry-meta a:focus,.entry-meta a:hover {
	color: #2284D2;
}

.entry-meta .updated {
	display: none;
}

.entry-meta .published {
	display: inline;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 3rem;
}

.entry-content > :first-child {
	margin-top: 0;
}

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

.entry-content p.intro {
	font-size: 1.25em;
	line-height: 1.4;
}

@media ( min-width: 47em ) {
	.entry-content p.intro {
		font-size: 1.4em;
		margin: -15px 0 40px;
	}
}

@media(min-width:1024px) {
	.entry-content > p:first-child > img.alignnone,
		.entry-content > p:first-child > a > img.alignnone {
		margin-bottom: 40px;
		margin-left: -100px;
		max-width: none;
		width: 904px;
	}
}

.entry-footer {
	margin-bottom: 1.5rem;
	font-size: 16px;
	line-height: 1.5em;
	color: #848484;
}

.entry-footer>:after {
	content: " | ";
}

.entry-footer>:last-child:after {
	content: "";
}

.entry-footer a {
	color: #848484;
}

.entry-footer a:active,.entry-footer a:focus,.entry-footer a:hover {
	color: #848484;
	text-decoration: underline;
}

/* Buy Tickets */
.boxed {
	border: 1px solid #ddd;
	display: block;
	margin: 40px auto;
	max-width: 680px;
	padding: 20px;
	position: relative;
}

.boxed:first-child {
	margin-top: 0;
}

.boxed:last-child {
	margin-bottom: 0;
}

.boxed + .boxed {
	margin-top: 40px;
}

.boxed h1,
.boxed h2,
.boxed h3 {
	margin-top: 0;
}

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

.boxed:before {
	border: 4px solid #ddd;
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: -8px;
	right: -8px;
	top: -8px;
	z-index: -1;
}

@media ( min-width: 47em ) {
	.boxed {
		border: 2px solid #ddd;
		padding: 60px 40px 50px;
		text-align: center;
	}
	
	.boxed:before {
		border: 5px solid #ddd;
		bottom: -13px;
		left: -13px;
		right: -13px;
		top: -13px;
	}
	
	.boxed h1,
		.boxed h2,
		.boxed h3 {
		background: #fff;
		font-size: 1.2em;
		font-weight: 500;
		letter-spacing: .04em;
		margin: 0 -20px;
		padding: 0 20px;
		position: absolute;
		left: 50%;
		top: -18px;
		text-transform: uppercase;
		transform: translateX(-50%);
	}
	
	.boxed p.intro {
		margin: -15px 0 30px;
	}
}

.boxed--gold, 
.boxed--gold:before {
	border-color: #ffd700;
}

/* WordCamp Organizers & Speakers */
.wcorg-organizers,
.wcorg-speakers {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	position: relative;
}

.wcorg-organizer,
.wcorg-speaker {
	padding: 85px 10px 30px;
	position: relative;
	text-align: center;
	width: 100%;
}

.wcorg-organizer .avatar,
.wcorg-speaker .avatar {
	border-radius: 50%;
	margin: 0;
	position: absolute;
	left: calc(50% - 35px);
	top: 0;
	width: 70px;
}

.wcorg-organizer h2,
.wcorg-speaker h2 {
	font-size: 26px;
	margin: 0 0 5px;
}

.wcorg-organizer p:first-of-type,
.wcorg-speaker p:first-of-type,
.wcorg-organizer h3:first-of-type,
.wcorg-speaker h3:first-of-type {
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
}

.wcorg-organizer p,
.wcorg-speaker p {
	margin: 20px 0 0;
}

.wcorg-organizer .more-link,
.wcorg-speaker .more-link {
	border: 1px solid #2284D2;
	border-radius: 4px;
	color: #2284D2;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	padding: 10px 16px 12px;
	transition: background-color .15s linear, color .15s linear;
}

.wcorg-organizer .more-link span,
.wcorg-speaker .more-link span {
	font-size: 0;
}

.wcorg-organizer .more-link span:after,
.wcorg-speaker .more-link span:after {
	content: "Read More";
	font-size: 15px;
}

.wcorg-organizer .more-link:hover,
.wcorg-speaker .more-link:hover {
	background: #2284D2;
	color: #fff;
	text-decoration: none;
}

@media ( min-width: 23rem ) {
	.wcorg-organizer,
		.wcorg-speaker {
		width: 50%;
	}
}

@media ( min-width: 30rem ) {
	.wcorg-organizer,
		.wcorg-speaker {
		padding: 100px 10px 40px;
	}
	
	.wcorg-organizer .avatar,
		.wcorg-speaker .avatar {
		left: calc(50% - 40px);
		width: 80px;
	}
}

@media ( min-width: 50rem ) {
	.wcorg-organizers,
		.wcorg-speakers {
		margin-top: 40px;
	}
	
	.wcorg-organizer,
		.wcorg-speaker {
		width: 33.3%;
	}
	
	.wcorg-organizer .more-link,
		.wcorg-speaker .more-link {
		padding: 8px 16px 12px;
	}
}

@media ( min-width: 60rem ) {
	.wcorg-organizers,
		.wcorg-speakers {
		left: calc(50% - 50vw + 2.5rem);
		width: calc(100vw - 5rem);
	}
}

@media ( min-width: 70rem ) {
	.wcorg-organizers,
		.wcorg-speakers {
		margin-top: 50px;
	}
	
	.wcorg-organizer,
		.wcorg-speaker {
		padding: 110px 10px 50px;
		width: 25%;
	}
	
	.wcorg-organizer .avatar,
		.wcorg-speaker .avatar {
		left: calc(50% - 45px);
		width: 90px;
	}
}

@media ( min-width: 1260px ) {
	.wcorg-organizers,
		.wcorg-speakers {
		left: calc(50% - 590px);
		width: 1180px;
	}
}

/* WordCamp Organizers End */
.tix-attendee-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media (min-width:37.5em) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: left;
	}
}

@media (min-width:62em) {
	#tix-attendees .tix-columns-3 li {
		width: 33.33333%;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(odd) {
		clear: none;
	}
	
	#tix-attendees .tix-columns-3 li:nth-child(3n+1) {
		clear: left;
	}
}

#tix-attendees {
}

#tix-attendees:after,#tix-attendees:before {
	content: "";
	display: table;
}

#tix-attendees:after {
	clear: both;
}

#tix-attendees li {
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5rem;
	height: auto;
	min-height: 3rem;
	padding-left: 4rem;
	padding-right: .5rem;
	font-size: .8em;
	line-height: 1.25em;
	text-align: left;
}

#tix-attendees .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	width: 3rem;
	height: 3rem;
	border: .125rem solid #e6aa50;
	background-color: #fff;
	transition: all .15s ease;
}

#tix-attendees a {
	display: block;
}

#tix-attendees .tix-field {
	display: inline-block;
	margin: 0;
	margin-right: .5rem;
	font-size: 14px;
	line-height: 1.5625em;
	vertical-align: middle;
}

#tix-attendees .tix-attendee-name {
	display: block;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: .125rem;
	color: rgba(29,36,42,.9);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.25em;
	background: none;
}

#tix-attendees li:hover .avatar {
	transform: scale(1.1);
}

#tix-attendees .tix-attendee-url {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 11.25rem;
}

#tix-attendees .tix-attendee-twitter:after {
	display: inline-block;
	width: .875rem;
	height: .875rem;
	margin-left: .5rem;
	vertical-align: middle;
	background: no-repeat url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-dark.png') 100% 50%;
	background-size: 14px;
	opacity: .5;
	content: "";
}

#tix-attendees .tix-attendee-twitter:last-child:after {
	display: none;
}

.comments-area {
	margin-top: 2rem;
}

.comments-title {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

.comment-list>.comment {
	margin-top: 1.5rem;
}

article.comment-body {
	position: relative;
	padding-left: 3.25rem;
}

.comment-author {
	display: block;
	font-size: .8em;
	line-height: 1.5625em;
}

.comment-author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.625rem;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 700;
}

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

.comment-metadata {
	font-size: .64em;
	line-height: 1.5625em;
}

.comment-content {
	margin-top: .5rem;
}

.comment-content p {
	margin-bottom: .5rem;
	font-size: .8em;
}

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

.reply {
	margin-top: .5rem;
	font-size: .8em;
	line-height: 1.5625em;
}

.pingback {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-respond {
	padding: 1.5rem;
	background-color: #fff;
	background-color: #e8e9ea;
	border-radius: .1875rem;
}

.comment-form label {
	font-size: 1em;
	line-height: 1.5625em;
}

.comment-form p {
	margin-bottom: 1rem;
}

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

.comment-reply-title {
	font-size: 1em;
	margin-bottom: 1rem;
}

.comment-notes {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.comment-subscription-form {
	margin-bottom: .5rem;
}

.comment-subscription-form label {
	font-size: .8em;
}

#tix {
}

#tix:after,#tix:before {
	content: "";
	display: table;
}

#tix:after {
	clear: both;
}

.tix_tickets_table {
	border-top: 3px double #c96;
	border-bottom: 3px double #c96;
	margin-bottom: 1.5rem;
}

.tix_tickets_table thead th {
	color: rgba(29,36,42,.75);
}

.tix_tickets_table td,.tix_tickets_table th {
	border-color: #f5ebe0;
}

.tix_tickets_table td:first-child,.tix_tickets_table th:first-child {
	padding-left: 0;
}

.tix_tickets_table td:last-child,.tix_tickets_table th:last-child {
	padding-right: 0;
}

.tix_tickets_table .tix-ticket-title {
	display: block;
	font-size: 1.25em;
	color: rgba(29,36,42,.9);
}

.tix_tickets_table .tix-ticket-title+br {
	display: none;
}

.tix_tickets_table .tix-ticket-excerpt {
	display: block;
	margin-top: .25rem;
	color: rgba(29,36,42,.75);
}

.tix_tickets_table .tix-column-price,.tix_tickets_table .tix-column-quantity,.tix_tickets_table .tix-column-remaining {
	font-weight: 700;
}

#tix-coupon-container {
	position: relative;
	padding-right: 10rem;
}

#tix-coupon-container input[type=text] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#tix-coupon-container input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 10rem;
	padding: .4375rem .625rem;
	color: hsla(0,0%,100%,.9);
	background-color: #575357;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (max-width:47.9375em) {
	.tix_tickets_table thead tr {
		display: none;
	}
	
	.tix_tickets_table tbody .tix-column-description {
		display: block;
		width: 100%;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-quantity,.tix_tickets_table tbody .tix-column-remaining {
		display: block;
		float: left;
	}
	
	.tix_tickets_table tbody .tix-column-price {
		padding-left: 0;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-remaining {
		padding-top: 1rem;
		padding-bottom: 1rem;
		line-height: 1.5em;
		width: 30%;
	}
	
	.tix_tickets_table tbody .tix-column-quantity {
		width: 40%;
	}
}

.post-navigation,.posts-navigation {
}

.post-navigation:after,.post-navigation:before,.posts-navigation:after,.posts-navigation:before {
	content: "";
	display: table;
}

.post-navigation:after,.posts-navigation:after {
	clear: both;
}

.post-navigation .screen-reader-text,.posts-navigation .screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.post-navigation a,.posts-navigation a {
	display: block;
}

.post-navigation .nav-previous,.posts-navigation .nav-previous {
	float: left;
	text-align: left;
}

.post-navigation .nav-previous a:before,.posts-navigation .nav-previous a:before {
	margin-right: .5rem;
	display: inline-block;
	content: "\2190";
}

.post-navigation .nav-next,.posts-navigation .nav-next {
	float: right;
	text-align: right;
}

.post-navigation .nav-next a:after,.posts-navigation .nav-next a:after {
	margin-left: .5rem;
	display: inline-block;
	content: "\2192";
}

div.googlemaps {
	margin-bottom: 1.5rem;
}

div.googlemaps iframe {
	max-width: 100%;
}

.wcpt-schedule {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 1.5rem;
	position: relative;
}

.wcpt-schedule:before {
	border: 3px solid #ddd;
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: -8px;
	right: -8px;
	top: -8px;
	z-index: -1;
}

.wcpt-schedule td,.wcpt-schedule th {
	vertical-align: baseline;
	border-color: #ddd;
}

.wcpt-schedule .wcpt-col-time,
.wcpt-schedule .wcpt-col-track {
	background: #fff;
	border-top: none;
	color: #848484;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.wcpt-schedule .global-session td {
	vertical-align: middle;
}

.wcpt-schedule .wcpt-col-time {
	width: 10%;
}

.wcpt-schedule .wcpt-col-track {
	width: 30%;
}

.wcpt-schedule .wcpt-time {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	font-family: henriette, Georgia, serif;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.25em;
	margin: 0;
}

.wcpt-schedule .global-session.afternoon-break .wcpt-session-title,.wcpt-schedule .global-session.break .wcpt-session-title,.wcpt-schedule .global-session.lunch .wcpt-session-title,.wcpt-schedule .global-session.morning-break .wcpt-session-title,.wcpt-schedule .global-session.registration .wcpt-session-title {
	margin-bottom: 0;
	font-family: henriette, Georgia, serif;
}

.wcpt-schedule .wcpt-session-speakers {
	display: block;
	line-height: 1.25;
}

.wcpt-session-type-session:before {
	border: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .009em;
	padding: 0;
	text-transform: uppercase;
}

span.wcpt-session-speakers:before {
	color: #242424;
	font-style: normal;
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #242424;
}

.wcpt-schedule .global-session.afternoon-break,.wcpt-schedule .global-session.break,.wcpt-schedule .global-session.lunch,.wcpt-schedule .global-session.morning-break,.wcpt-schedule .global-session.registration {
}

@media (max-width:47.9375em) {
	.wcpt-schedule {
		border: none;
	}
	
	.wcpt-schedule:before {
		content: none;
	}
	
	.wcpt-schedule td,.wcpt-schedule th {
		display: block;
		border-top: none;
		margin: 0;
	}
	
	.wcpt-schedule td {
		padding: 1.25em;
	}
	
	.wcpt-schedule td:not(.wcpt-time) + td {
		border-top: 1px solid #ddd;
	}
	
	.wcpt-schedule thead {
		display: none;
	}
	
	.wcpt-schedule tr {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 1rem;
		position: relative;
	}
	
	.wcpt-schedule .wcb-track-track-1:before,.wcpt-schedule .wcb-track-track-2:before,.wcpt-schedule .wcb-track-track-3:before {
		display: block;
		padding: .5rem 1rem;
		margin: -.5rem -1rem .5rem;
		border: none;
		color: rgba(29,36,42,.9);
		font-weight: 700;
		background-color: #f5ebe0 !important;
	}
	
	.wcpt-schedule .wcb-track-track-1:before {
		content: "Track 1";
	}
	
	.wcpt-schedule .wcb-track-track-2:before {
		content: "Track 2";
	}
	
	.wcpt-schedule .wcb-track-track-3:before {
		content: "Track 3";
	}
	
	.wcpt-schedule .wcpt-session-type-custom:before {
		display: none;
		content: "";
	}
	
	.wcpt-schedule .wcpt-session-empty {
		display: none;
		height: 0;
	}
	
	.wcpt-schedule .wcpt-time {
		background: #fff;
		color: #242424;
		font-weight: 700;
		font-size: 13px;
		border: none;
		padding: 0 10px;
		position: absolute;
		left: 9px;
		top: -9px;
	}
	
	.wcpt-schedule .wcpt-session-title {
		padding: 0;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		margin-top: 5px;
		padding-left: 0;
	}
}

@media ( min-width: 1000px ) {
	.wcpt-schedule {
		margin-left: -100px;
		width: 904px;
	}
	
	.wcpt-schedule td {
		padding: 25px 20px;
	}
	
	.wcpt-schedule th {
		padding: 20px;
	}
	
	.wcpt-schedule .wcpt-session-title {
		font-size: 1.4em;
		line-height: 1.225em;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		margin-top: 3px;
	}
}

.wcorg-session {
	border-top: 6px double #f5ebe0;
	padding: 1.5rem 0;
}

.wcorg-session .wcorg-session-description:after,.wcorg-session .wcorg-session-description:before {
	content: "";
	display: table;
}

.wcorg-session .wcorg-session-description:after {
	clear: both;
}

.wcorg-session .avatar {
	float: left;
	margin: .5rem 1rem .5rem 0;
}

.wcorg-session p {
	margin-bottom: .5rem;
}

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

.wcorg-session h3 {
	text-transform: none;
}

#session-speaker-names,#speaker-session-names {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5rem;
}

#session-speaker-names li,#speaker-session-names li {
	padding-left: 2rem;
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/decoration-bullet-dark.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: .5rem .5rem;
	font-size: 1em;
	line-height: 1.5625em;
}

.wcorg-sponsors hr {
	display: none;
}

.wcorg-sponsors>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wcorg-sponsors>div+div {
	margin-top: 3rem;
}

@media ( min-width: 47em ) {
	.wcorg-sponsors>div+div {
		margin-top: 90px;
	}
}

.wcorg-sponsors>div h2 {
	border-top: 2px solid #ddd;
	color: #2284D2;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 100;
}

@media (min-width:47em) {
	.wcorg-sponsors>div h2 {
		border-top: none;
		margin-bottom: 50px;
		padding-top: 3px;
	}
	
	.wcorg-sponsors>div h2:after,.wcorg-sponsors>div h2:before {
		content: "";
		position: absolute;
		z-index: -1;
	}
	
	.wcorg-sponsors>div h2:before {
		background: #fff;
		border-bottom: 2px solid #ddd;
		border-top: 2px solid #ddd;
		height: 8px;
		left: 0;
		margin-top: -6px;
		top: 50%;
		width: 100%;
	}
	
	.wcorg-sponsors>div h2:after {
		background: #fff;
		bottom: 0;
		left: 50%;
		top: 0;
		transform: translate(-50%);
		width: 16em;
		z-index: -1;
	}
}

.wcorg-sponsor {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 2rem;
	padding: 0 .5rem;
}

@media ( min-width: 47em ) {
	.wcorg-sponsor {
		padding: 0 1rem;
	}
}

.wcorg-sponsor:last-child {
	margin-bottom: 0;
}

.wcorg-sponsor img {
	display: block;
	margin: 0 auto;
	max-height: 8.75rem;
	width: 100%;
}

.wcorg-sponsor .wcorg-sponsor-description p,
.wcorg-sponsor .wcorg-sponsor-description ul,
.wcorg-sponsor .wcorg-sponsor-description ol,
.wcorg-sponsor .wcorg-sponsor-description div,
.wcorg-sponsor h1,
.wcorg-sponsor h2,
.wcorg-sponsor h3,
.wcorg-sponsor h4,
.wcorg-sponsor h5,
.wcorg-sponsor h6 {
	display: none;
}

.wcorg-sponsor a {
	background-color: #fff;
}

.wcorg-sponsor a img {
	transition: all .15s ease;
}

@media (min-width:47em) {
	.wcorg-sponsor img {
		max-height: 12.5rem;
	}
}

.wcorg-sponsors > div > .wcorg-sponsor {
	width: 100%;
}

@media (min-width:37.5em) {
	.wcorg-sponsors > div > .wcorg-sponsor {
		width: 50%;
	}
}

@media (min-width:47em) {
	.wcorg-sponsors > div > .wcorg-sponsor {
		width: 33.33333%;
	}
}

.wcorg-sponsor-level-author,.wcorg-sponsor-level-editor,.wcorg-sponsor-level-speakers-dinner {
}

.wcorg-sponsors>div:after,.wcorg-sponsors>div:before {
	clear: both;
	content: "";
	display: table;
}

.wcorg-sponsor-level-author .wcorg-sponsor,.wcorg-sponsor-level-editor .wcorg-sponsor,.wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
	width: 50%;
}

@media (min-width:47em) {
	.wcorg-sponsor-level-author .wcorg-sponsor,.wcorg-sponsor-level-editor .wcorg-sponsor,.wcorg-sponsor-level-speakers-dinner .wcorg-sponsor {
		width: 25%;
	}
}

.wcorg-sponsor-level-small-business,.wcorg-sponsor-level-subscriber {
}

.wcorg-sponsor-level-small-business:after,.wcorg-sponsor-level-small-business:before,.wcorg-sponsor-level-subscriber:after,.wcorg-sponsor-level-subscriber:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-small-business:after,.wcorg-sponsor-level-subscriber:after {
	clear: both;
}

.wcorg-sponsor-level-small-business .wcorg-sponsor,.wcorg-sponsor-level-subscriber .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:47em) {
	.wcorg-sponsor-level-small-business .wcorg-sponsor,.wcorg-sponsor-level-subscriber .wcorg-sponsor {
		width: 20%;
	}
}

.wcorg-sponsor-level-microsponsor {
}

.wcorg-sponsor-level-microsponsor:after,.wcorg-sponsor-level-microsponsor:before {
	content: "";
	display: table;
}

.wcorg-sponsor-level-microsponsor:after {
	clear: both;
}

.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
	width: 33.33333%;
}

@media (min-width:47em) {
	.wcorg-sponsor-level-microsponsor .wcorg-sponsor {
		width: 16.66667%;
	}
}

.wcorg-sponsor-level-community-summit-bronze,.wcorg-sponsor-level-community-summit-gold,.wcorg-sponsor-level-community-summit-individual,.wcorg-sponsor-level-community-summit-silver {
	display: none !important;
}

.widget {
	padding: 1.5rem 1rem;
	position: relative;
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:37.5em) {
	.widget {
		padding: 3rem 2rem;
	}
}

@media (min-width:47em) {
	.widget {
		padding: 4.5rem 3rem;
	}
}

.widget-title {
	font-size: 1.25em;
	line-height: 1.25em;
}

.widget hr {
	width: 10rem;
	padding: 0;
	margin: 1.5rem auto;
	border-top: 2px solid #c96;
}

@media (min-width:47em) {
	.widget hr {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

#after-header-widgets .widget,#before-content-widgets .widget,#content-widgets .widget,#secondary .widget {
	text-align: center;
}

#after-header-widgets .widget>*,#before-content-widgets .widget>*,#content-widgets .widget>*,#secondary .widget>* {
	position: relative;
}

#after-header-widgets .widget:before,#before-content-widgets .widget:before,#content-widgets .widget:before,#secondary .widget:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: #f5ebe0;
	content: "";
}

.widget_text {
	background-color: #fff;
}

.widget_text:before {
	background-color: #fff !important;
}

.jetpack_subscription_widget {
	text-align: center;
}

.jetpack_subscription_widget:before {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/background-pattern-01.png');
	background-color: #2d282d !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

.jetpack_subscription_widget .widget-title {
	color: #c96;
}

.jetpack_subscription_widget p {
	margin: 0;
	color: hsla(0,0%,100%,.8);
}

.jetpack_subscription_widget input[type=email] {
	width: 100% !important;
}

.jetpack_subscription_widget input[type=submit] {
	width: 100%;
	color: rgba(29,36,42,.75);
	text-transform: uppercase;
	background-color: #c96;
}

.jetpack_subscription_widget input[type=submit]:active,.jetpack_subscription_widget input[type=submit]:focus,.jetpack_subscription_widget input[type=submit]:hover {
	color: rgba(29,36,42,.9);
	background-color: #e6aa50;
}

.jetpack_subscription_widget #subscribe-text {
	margin-bottom: 1.5rem;
}

.jetpack_subscription_widget #subscribe-email,.jetpack_subscription_widget #subscribe-submit {
	display: inline-block;
	width: 12.5rem;
	margin: .25rem;
	vertical-align: top;
}

@media (min-width:37.5em) {
	.jetpack_subscription_widget #subscribe-email {
		width: 25rem;
	}
}

.list-social {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.list-social:after,.list-social:before {
	content: "";
	display: table;
}

.list-social:after {
	clear: both;
}

.list-social li {
	font-size: 1em;
	line-height: 1.25em;
	display: block;
	margin-top: 1rem;
	text-align: center;
}

@media (min-width:24em) {
	.list-social li {
		width: 46%;
		display: inline-block;
	}
}

@media (min-width:37.5em) {
	.list-social li {
		width: 30%;
		min-width: 12.5rem;
	}
}

.list-social strong {
	display: block;
	color: inherit;
}

.list-social a {
	position: relative;
	display: block;
	padding: 1rem 1.5rem;
	padding-top: 4.25rem;
	color: rgba(0,0,0,.8);
	border-radius: .1875rem;
	text-decoration: none;
}

.list-social a:empty {
	display: none;
}

.list-social a:before {
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	border: 6px double #614787;
	transition: all .1s ease;
}

.list-social a:after,.list-social a:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
}

.list-social a:after {
	transform: translateX(-50%);
	width: 3rem;
	height: 3rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 36px;
}

.list-social a:active,.list-social a:focus,.list-social a:hover {
	text-decoration: none;
	color: hsla(0,0%,100%,.9);
	background-color: #614787;
}

.list-social a:active:before,.list-social a:focus:before,.list-social a:hover:before {
	background-color: #c0b5cf;
	border-color: #c0b5cf;
}

.list-social .social-twitter a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2016/11/icon-twitter.png');
}

.list-social .social-facebook a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2016/11/icon-facebook.png');
}

.list-social .social-instagram a:after {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/06/icon-instagram.png');
}

#text-5 {
	background-color: #fff;
}

#text-3:before,#text-4:before {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/background-pattern-01.png');
	background-color: #f5ebe0 !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

@media (min-width:47em) {
	#text-3,#text-4 {
		position: relative;
	}
	
	#text-3 .widget-title,#text-4 .widget-title {
		text-align: left;
	}
	
	#text-3 p,#text-4 p {
		margin-bottom: 0;
		margin-right: 20rem;
		text-align: left;
	}
	
	#text-3 .realistic-ticket,#text-4 .realistic-ticket {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -20px;
	}
}

.realistic-ticket {
	display: inline-block;
	min-width: 280px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	font-family: henriette, Georgia, serif;
	text-transform: uppercase;
	font-weight: 700;
	transform: rotate(-5deg);
}

@media (min-width:47em) {
	.realistic-ticket {
		transform: rotate(-15deg);
	}
}

.realistic-ticket .realistic-ticket__part-left,.realistic-ticket .realistic-ticket__part-right {
	position: relative;
	float: left;
	padding: 10px;
	height: 140px;
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/realistic-ticket.png');
	background-repeat: no-repeat;
	background-size: 460px 140px;
	transition: all .15s ease;
}

.realistic-ticket .realistic-ticket__part-left {
	width: 180px;
	background-position: 0 0;
	transform-origin: 100% 100%;
	border-right: 2px dotted #2d282d;
}

.realistic-ticket .realistic-ticket__part-right {
	width: 100px;
	border-left: 2px dotted #2d282d;
	margin-left: -2px;
	background-position: 100% 0;
	transform-origin: 0 100%;
}

.realistic-ticket .realistic-ticket__info-action,.realistic-ticket .realistic-ticket__info-event,.realistic-ticket .realistic-ticket__info-label {
	padding: 10px 15px;
	transition: all .15s ease;
}

.realistic-ticket .realistic-ticket__info-label {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0;
	bottom: 50%;
	color: rgba(29,36,42,.9);
}

.realistic-ticket .realistic-ticket__info-action {
	position: absolute;
	top: 50%;
	left: 10px;
	bottom: 10px;
	right: 0;
	color: #e6aa50;
	color: #c96;
}

.realistic-ticket .realistic-ticket__info-event {
	position: absolute;
	top: 100%;
	left: 0;
	width: 140px;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	color: rgba(29,36,42,.9);
}

@media (min-width:47em) {
	.realistic-ticket:focus,.realistic-ticket:hover {
		transform: scale(1.1) rotate(-16deg);
	}
}

.realistic-ticket:focus .realistic-ticket__part-left,.realistic-ticket:hover .realistic-ticket__part-left {
	transform: rotate(-2deg);
}

.realistic-ticket:focus .realistic-ticket__part-right,.realistic-ticket:hover .realistic-ticket__part-right {
	transform: rotate(10deg);
}

.realistic-ticket:focus .realistic-ticket__info-action,.realistic-ticket:hover .realistic-ticket__info-action {
	color: #e6aa50;
}

.page-slug-sponsors #content {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.page-slug-sponsors .entry-header {
	margin-bottom: 2.5rem;
}

.page-slug-sponsors .entry-title {
	text-align: center;
}

@media ( min-width: 47em ) {
	.page-slug-sponsors .entry-header {
		margin-bottom: 6.25rem;
	}
}

.page-slug-attendees #content {
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}

.page-slug-attendees .entry-title {
	position: relative;
	margin-bottom: 2rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	text-align: center;
}

.page-slug-attendees .entry-title:before {
	width: 10rem;
	height: .125rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #c96;
	content: "";
}

.page-template-page-day-of #primary {
	display: none;
}

.page-template-page-day-of #content-widgets .widget {
	border-top: 1px solid #f5ebe0;
	background: none !important;
}

.page-template-page-day-of #content-widgets .widget:first-child {
	border-top: none;
}

.page-template-page-day-of #content-widgets .widget:before {
	display: none;
}

.page-template-page-day-of #content-widgets .widget .widget-title {
	font-size: 1.95312em;
}

.page-template-page-day-of #content-widgets .widget .widget h2 {
	font-size: 1.5625em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widgets .widget .widget h3 {
	font-size: 1.25em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widgets .widget .widget h4 {
	font-size: 1em;
	line-height: 1.5625em;
}

.page-template-page-day-of #content-widget-1 .widget:first-child {
	padding: 2rem 1rem;
}

@media (min-width:37.5em) {
	.page-template-page-day-of #content-widget-1 .widget:first-child {
		padding: 4rem 2rem;
	}
}

@media (min-width:47em) {
	.page-template-page-day-of #content-widget-1 .widget:first-child {
		padding: 6rem 3rem;
	}
}

.page-template-page-day-of #content-widget-1 .widget:first-child .widget-title {
	font-size: 1.95312em;
}

.page-template-page-day-of #content-widget-1 .widget:first-child p {
	font-size: 1.25em;
}

.content-widgets-block {
	position: relative;
	background-color: #fff;
}

.content-widgets-block:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	background-color: inherit;
	content: "";
}

#content-widget-1:before {
	background-image: url('https://2017.europe.wordcamp.org/files/2017/01/background-pattern-01.png');
	background-color: #f5ebe0 !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

#content-widget-2:before,#content-widget-3:before,#content-widget-4:before {
	border-top: 1px solid #f5ebe0;
}

#content-widget-5 {
	text-align: center;
}

#content-widget-5:before {
	background-color: #2d282d !important;
	background-size: 120px;
	background-attachment: fixed;
	background-position: 50% 0;
}

#content-widget-5 .widget-title {
	color: #c96;
}

#content-widget-5 p {
	color: hsla(0,0%,100%,.75);
}

#content-widget-5 strong {
	color: hsla(0,0%,100%,.9);
}

.nav-anchor {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1.5rem;
	text-align: center;
}

.nav-anchor li {
	display: inline-block;
	margin: .125rem;
	font-family: henriette, Georgia, serif;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-anchor a {
	display: block;
	padding: 1rem;
	min-width: 13.75rem;
	background-color: #c96;
	text-decoration: none;
	border-radius: .1875rem;
}

.nav-anchor a,.nav-anchor a:active {
	color: rgba(29,36,42,.9);
}

.nav-anchor a:focus,.nav-anchor a:hover {
	color: rgba(29,36,42,.9);
	background-color: #e6aa50;
}

.u-text-center {
	text-align: center;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

.assistive-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

img.emoji,img.wp-smiley {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -.1em !important;
	background: none !important;
	padding: 0 !important;
}

.skip-link {
	padding: .25em .5em;
	color: rgba(29,36,42,.9);
	background-color: #fff;
	border-radius: .1875rem;
	box-shadow: 0 .0625rem .1875rem 0 rgba(0,0,0,.2);
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: relative;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: 1em;
	left: 1em;
	text-decoration: none;
}

.alignleft,.alignright {
	position: relative;
	max-width: none;
	width: 100%;
}

@media (min-width:24em) {
	.alignleft,.alignright {
		top: .375rem;
		margin-bottom: 1.5rem;
		width: 36%;
	}
}

@media (min-width:47em) {
	.alignleft,.alignright {
		top: .625rem;
		width: 44%;
	}
}

@media (min-width:24em) {
	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}
}

@media (min-width:24em) {
	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.wp-caption img {
	margin-bottom: 0;
	max-width: none;
	width: 100%;
}

.wp-caption p {
	margin-top: .5rem;
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1.5625em;
	color: rgba(29,36,42,.6);
}

.secondary-navigation {
	display: none;
}

.wcb_speaker .entry-meta {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.wcb_speaker .speaker-avatar {
	float: left;
	margin: .5rem 1rem .5rem 0;
}

.kss-doc-title {
	margin-bottom: 1.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	color: rgba(0,0,0,.9);
	text-transform: none;
	font-weight: 700;
}

.kss-sidebar {
	padding: 1rem;
	background-color: #fff4e6;
}

@media (min-width:37.5em) {
	.kss-sidebar {
		padding: 2rem;
	}
}

@media (min-width:47em) {
	.kss-sidebar {
		padding: 3rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 21.25rem;
		min-height: 100vh;
		height: 400px;
		overflow-y: scroll;
	}
}

@media (min-width:47em) {
	.kss-main {
		margin-left: 21.25rem;
	}
}

.kss-section {
	padding: 1rem;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
}

@media (min-width:37.5em) {
	.kss-section {
		padding: 2rem;
	}
}

@media (min-width:47em) {
	.kss-section {
		padding: 3rem;
	}
}

.kss-section:last-child {
	border-bottom: 0;
}

.kss-section:target .kss-title__permalink {
	color: #222 !important;
	text-decoration: none !important;
}

.kss-section>.kss-markup,.kss-section>.kss-modifier__wrapper,.kss-section>.kss-style,.kss-section>.kss-text {
	max-width: 62.5rem;
	margin: 0 auto;
}

.kss-section>.kss-markup code,.kss-section>.kss-markup pre,.kss-section>.kss-modifier__wrapper code,.kss-section>.kss-modifier__wrapper pre,.kss-section>.kss-style code,.kss-section>.kss-style pre,.kss-section>.kss-text code,.kss-section>.kss-text pre {
	border: none;
	padding: 0;
	margin: 0;
}

.kss-section .kss-title {
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	color: #444;
	text-transform: none;
}

@media (min-width:37.5em) {
	.kss-section .kss-title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.5;
	}
}

.kss-section .kss-title__permalink {
	color: #ec4e20;
}

.kss-section .kss-title__ref {
	font-weight: 400;
	color: #ec4e20;
}

.kss-section .kss-title__permalink-hash {
	display: none;
}

.kss-section .kss-modifier__heading {
	margin-bottom: 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	color: rgba(0,0,0,.9);
	border-left: 4px solid #ff9505;
	border-radius: 3px;
	padding: .5rem 1.5rem;
	background-color: #ffeacd;
}

.kss-section .kss-modifier__example {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.kss-section .kss-modifier__example:after,.kss-section .kss-modifier__example:before {
	content: "";
	display: table;
}

.kss-section .kss-modifier__example:after {
	clear: both;
}

.kss-section .kss-modifier__default-name,.kss-section .kss-modifier__name {
	margin-right: .625rem;
	font-weight: 700;
	color: rgba(0,0,0,.9);
}

.kss-section .kss-modifier__default-name,.kss-section .kss-modifier__description,.kss-section .kss-modifier__name {
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.kss-section .kss-modifier__description {
	font-weight: 400;
	color: rgba(0,0,0,.7);
}

.kss-section .kss-markup {
	padding: 1.5rem;
	border-radius: 3px;
	border-left: 4px solid #ff9505;
	background-color: #fffaf3;
	clear: both;
}

.kss-section pre[class*=language-] {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.4;
	background-color: transparent;
	tab-size: 2;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	-webkit-tab-size: 2;
}

.kss-description,.kss-style p {
	margin-bottom: 1.5rem;
}

.kss-style p {
	margin-top: 0;
}

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

.kss-style li,.kss-style p {
	font-family: aktiv-grotesk, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #444;
}

@media (min-width:37.5em) {
	.kss-style li,.kss-style p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.6;
	}
}

.kss-nav__menu,.kss-nav__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kss-nav__menu li {
	margin: 0;
	border-top: 1px solid rgba(0,0,0,.05);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
}

.kss-nav__menu li li {
	font-weight: 400;
}

.kss-nav__menu a {
	display: block;
	padding: .25rem .625rem;
	color: #ec4e20;
}

.kss-nav__menu .kss-nav__ref {
	display: inline-block;
	margin-right: .625rem;
	color: rgba(0,0,0,.5);
}

.kss-nav__menu-item {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.action-styleguide {
	display: block;
	padding: 1.25rem;
	border: none;
	text-align: center;
	text-decoration: none;
	color: hsla(0,0%,100%,.75);
	background-color: #151515;
}

.action-styleguide:active,.action-styleguide:focus,.action-styleguide:hover {
	border: none;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.action-styleguide__title {
	margin: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 700;
	color: #ff0;
}

.action-styleguide__description {
	margin: 0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400;
	color: inherit;
}

.kss-text>h1,.kss-text>h2,.kss-text>h3,.kss-text>h4 {
	margin-top: 2rem;
	text-transform: none;
	letter-spacing: 0;
}

.kss-text>h1:first-child,.kss-text>h2:first-child,.kss-text>h3:first-child,.kss-text>h4:first-child {
	margin-top: 0;
}

/*
 * CUSTOM FOOTER WIDGET
 */
footer .widget {
	max-width: none;
	padding: 0;
}

.subscribe {
	background: transparent;
	margin-bottom: 40px;
	padding: 75px 0;
	position: relative;
	width: 100%;
}

.subscribe:before {
	background: #2284D2 url('https://2017.stockholm.wordcamp.org/files/2017/08/crown-pattern.png') repeat top left;
	background-size: 120px auto;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -50vw;
	right: 0;
	top: 0;
	transform: rotate(-5.625deg);
	width: 200vw;
}

.subscribe-inner,
.social-area {
	margin: 0 auto;
	width: 90%;
}

.subscribe-inner {
	background: #fff;
	max-width: 600px;
	padding: 40px;
	position: relative;
}

.subscribe-inner:before,
.subscribe-inner:after {
	border: .1rem solid #ddd;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.subscribe-inner:before {
	border-width: 3px;
	margin: 8px;
}

.subscribe-inner:after {
	border-width: 1px;
	margin: 14px;
}

.subscribe-inner > * {
	position: relative;
	z-index: 10;
}

.subscribe h3 {
	font-size: 28px;
	letter-spacing: -.02em;
	margin: 0;
}

.subscribe p {
	font-size: 16px;
	line-height: 1.46;
	margin: 17px auto 0;
	max-width: 400px;
}

.subscribe .button {
	margin: 15px 0 0;
}

@media ( min-width: 32em ) {
	.subscribe-inner {
		padding: 60px 75px;
	}
	
	.subscribe p {
		font-size: 20px;
		line-height: 1.4;
		margin-top: 16px;
	}
	
	.subscribe .button {
		margin: 25px 0 0;
	}
}

@media ( min-width: 47em ) {
	.subscribe {
		margin-bottom: 80px;
		padding: 100px 0;
	}
	
	.subscribe-inner {
		padding: 80px 100px;
	}
	
	.subscribe h3 {
		font-size: 38px;
	}
}

.social-area {
	margin-bottom: 20px;
	max-width: 637px;
}

.patriotic-title {
	align-items: center;
	display: flex;
	font-size: 26px;
	line-height: 1;
	justify-content: center;
	text-align: center;
}

.patriotic-title:before,
.patriotic-title:after {
	content: "";
	display: block;
	border-bottom: 9px solid #F5C826;
	border-top: 9px solid #2284D2;
	height: 0;
	width: 36px;
}

.patriotic-title span {
	background: #fff;
	padding: 0 14px;
	position: relative;
}

.patriotic-title span:before,
.patriotic-title span:after {
	border: 9px solid transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}

.patriotic-title span:before {
	border-left-color: #fff;
	left: -36px;
}

.patriotic-title span:after {
	border-right-color: #fff;
	right: -36px;
}

.patriotic-title span.desktop {
	display: none;
}

@media ( min-width: 40	em ) {
	.patriotic-title {
		font-size: 32px;
		margin-bottom: 50px;
	}
	
	.patriotic-title span {
		padding: 0 20px;
	}
	
	.patriotic-title:before,
		.patriotic-title:after {
		border-bottom-width: 11px;
		border-top-width: 11px;
		width: 44px;
	}
	
	.patriotic-title span.desktop {
		display: inline;
	}
	
	.patriotic-title span.mobile {
		display: none;
	}
	
	.patriotic-title span:before,
		.patriotic-title span:after {
		border-width: 11px;
		margin-top: -11px;
	}
	
	.patriotic-title span:before {
		left: -44px;
	}
	
	.patriotic-title span:after {
		right: -44px;
	}
}

@media ( min-width: 47em ) {
	.social-area {
		margin-bottom: 50px;
	}
}

.social-links {
	display: flex;
	justify-content: center;
}

.social-links a {
	box-shadow: inset 8px 8px 0 #fff, inset -8px -8px 0 #fff, inset -11px -11px 0 #ddd, inset 11px 11px 0 #ddd;
	display: block;
	max-width: 33.3%;
	position: relative;
	width: 100%;
}

.social-links a:before {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
}

.social-links a:after {
	border: 1px solid #ddd;
	content: "";
	display: block;
	position: absolute;
	bottom: 14px;
	left: 14px;
	right: 14px;
	top: 14px;
}

.social-links .fa {
	align-items: center;
	color: #848484;
	display: flex;
	font-size: 32px;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transition: transform .3s ease-in-out;
}

.social-links a:hover .fa {
	transform: scale(1.25);
}

@media ( min-width: 47em ) {
	.social-links .fa {
		font-size: 48px;
	}
}