.button a {
	color: #fff;
}

#tix-attendees li {
	margin-bottom: 1rem;
	min-height: 4rem;
}

#tix-attendees .tix-attendee-url {
	max-width: 100%;
	display: none;
	box-shadow: none;
}

@media all and (min-width:600px) {
	#text-2 p {
		margin-bottom: 0;
		margin-right: 20rem;
		text-align: left;
	}
	
	#text-2 .widget-title {
		text-align: left;
	}
	
	#text-2 .realistic-ticket {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-top: -20px;
	}
}

.timeline th:nth-child(3), 
.timeline td:nth-child(3), 
.timeline th:nth-child(4), 
.timeline td:nth-child(4) {
	text-align: center;
}

.timeline td:nth-child(3) {
	color: #1598a8;
}

.timeline td:nth-child(4) {
	color: #f04e3e;
}

.entry-content ol {
	list-style-type: none;
	margin: 0;
	margin-left: 2em;
	padding: 0;
	counter-reset: li-counter;
}

.entry-content ol > li {
	position: relative;
	margin-bottom: .5em;
	padding: .2em 0 .5em .75em;
	border-top: 3px solid #1598a8;
}

.entry-content ol > li:before {
	position: absolute;
	top: -3px;
	font-family: Bree Serif, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-weight: 500;
	left: -1em;
	width: 1em;
	height: 1em;
	font-size: 2em;
	line-height: .875;
	text-align: center;
	color: rgba(255,255,255,0.9);
	background-color: #1598a8;
	content: counter(li-counter);
	counter-increment: li-counter;
}

.wcorg-organizer .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media all and (min-width:1195px) {
	.sixer {
		margin-left: -200px;
		margin-right: -200px;
	}
	
	.twoer {
		margin-left: -200px;
		margin-right: -200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.threer {
		margin-left: -200px;
		margin-right: -200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.fourer {
		margin-left: -200px;
		margin-right: -200px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media all and (max-width:1195px) {
	.sixer .linety:before, .sixer .linety:after {
		display: none;
	}
}

.twoer .toppy {
	padding-bottom: 0;
}

.twoer .wp-block-column {
	margin: 0;
	border-right: 3px solid #fff;
}

.twoer .wp-block-column p {
	margin: 0;
}

.threer .toppy {
	padding-bottom: 0;
	min-height: 90px;
}

.threer .wp-block-column {
	margin: 0;
	border-right: 3px solid #fff;
}

.fourer  .wp-block-column p {
	margin: 0;
}

.twoer .toppy {
	padding-bottom: 0;
	min-height: 180px;
}

.threer .toppy {
	padding-bottom: 0;
	min-height: 120px;
}

.fourer .toppy {
	padding-bottom: 0;
	min-height: 110px;
}

.sixer .toppy {
	padding-bottom: 0;
	min-height: 134px;
}

.fourer .wp-block-column {
	margin: 0;
	border-right: 3px solid #fff;
}

.fourer .wp-block-column p {
	margin: 0;
}

.sixer .wp-block-column {
	margin: 0;
	border-right: 3px solid #fff;
}

.sixer .wp-block-column p {
	margin: 0;
}

.linety {
	text-align: center;
	background-color: #db0577;
}

.linety:before, .linety:after {
	content: "";
	height: 2px;
	background-color: #d58fb4;
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	margin: 6px;
}

.toppy {
	margin-bottom: 0;
}

@media all and (max-width:780px) {
	.twoer .wp-block-column p:nth-of-type(2), .threer p:nth-of-type(2), .fourer .wp-block-column p:nth-of-type(2), .sixer .wp-block-column p:nth-of-type(2) {
		margin-bottom: 8px;
	}
}

.bottomy {
	margin-top: 0;
}

.communityty {
	display: flex;
}

/*
.communityty::before {
	filter: invert(100%);
	display: block;
	margin-top: 3px;
	float: left;
	width: 2rem;
	height: 1.5rem;
	background: url('http://wayback.fauppsala.se:80/wayback/20200214221745/https://2018.europe.wordcamp.org/files/2018/03/icons.png') no-repeat 0 0;
	content: "";
} */
.entry-content .note a {
	color: #fff;
	box-shadow: inset 0 -1px 0 0 #fff;
}

.entry-content .note a:hover {
	color: rgba(255,255,255,.75);
	box-shadow: inset 0 -2px 0 0 rgba(255,255,255,.75);
}

.post-slug-speakers-content-branding h2, .post-slug-speakers-gutenberg h2, .post-slug-speakers-development-i h2, .post-slug-speakers-development-ii h2 {
	color: #1b646c;
}

#contact-form-10146 .grunion-field-wrap {
	margin: 2em 0;
}

#contact-form-10146 .grunion-field-wrap:after, #contact-form-10146 .grunion-field-wrap:before {
	content: "";
	display: table;
}

#contact-form-10146 .grunion-field-wrap:after {
	clear: both;
}

#contact-form-10146 .grunion-field-select-wrap {
	width: 80%;
	max-width: 500px;
}

#contact-form-10146 .grunion-field-label {
	margin: 0 0 1em;
	font-size: 130%;
	width: 100%;
}

#contact-form-10146 .clear-form {
	clear: none;
}

#contact-form-10146 .grunion-checkbox-multiple-label {
	display: block;
	font-size: 85%;
}

@media all and (min-width:780px) {
	#contact-form-10146 .grunion-checkbox-multiple-label {
		width: 14%;
		float: left;
	}
}

#contact-form-10146 .grunion-field-checkbox-multiple-wrap .grunion-field-label {
	display: block;
	width: 100%;
}

/***********************************************************************************************************************
************************************************************************************************************************

                                                  POST-MERGE LAST-MINUTE UPDATES

************************************************************************************************************************
***********************************************************************************************************************/
.page-template-day-of-event .site-title a:before {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 15px;
}

.page-template-day-of-event .site-title a {
	padding-left: 40px;
}

.page-template-day-of-event .site-header .site-branding {
	padding-top: 2em;
	padding-bottom: 1em;
	max-width: 550px;
}

.page-template-day-of-event .wordcamp-schedule-session .wordcamp-schedule-session-time {
	left: initial;
	padding: 0 .5rem;
}

.page-template-day-of-event .wordcamp-schedule-session .wordcamp-schedule-session-title {
	padding: 0 .5rem;
}

.page-template-day-of-event .wordcamp-schedule-session .wordcamp-schedule-session-speaker {
	left: initial;
	padding: 0 .5rem;
}

.page-template-day-of-event .wordcamp-schedule-session .wordcamp-schedule-session-speaker {
	width: 100%;
}

.page-template-day-of-event .site-content {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-template-day-of-event #day-of-event {
	margin-bottom: 40px;
}

.page-template-day-of-event .day-of-event-schedule {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background: none;
}

.page-template-day-of-event .wordcamp-schedule-session .wordcamp-schedule-session-category {
	font-size: .55em;
	line-height: 1.25em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0,0,0,.9);
	border-radius: .1875rem;
	background: #e8f5f6;
	display: inline-block;
	width: initial;
	bottom: .5em;
	right: .5em;
}

.page-template-day-of-event .day-of-event-schedule h3 {
	border: none;
	padding-left: 0;
}

.page-template-day-of-event .wordcamp-schedule-session.session {
	background: #fbfbfc;
}

.page-template-day-of-event .wordcamp-schedule-session {
	border: 1px solid #e8f5f6;
	border-left: none;
	border-bottom: none;
}

.page-template-day-of-event .wordcamp-schedule-session.custom {
	border-top: 1px solid #fff;
}

.page-template-day-of-event section:first-of-type .wordcamp-schedule-session.session:last-child {
	border-bottom: 1px solid #e8f5f6;
}

@media (max-width: 600px) {
	.page-template-day-of-event .site-title a:before {
		width: 40px;
		height: 40px;
	}
}

.page-template-day-of-event #header-widgets,
.page-template-day-of-event .day-of-event-schedule h2 {
	display: none;
}

/***********************************************************************************************************************
************************************************************************************************************************

                                                        STYLES

************************************************************************************************************************
***********************************************************************************************************************/
.pwa-footer-area,
.pwa-header-area {
	background: #0094a8;
}

.pwa-header-wrapper .site-title {
	font-size: 1.5rem;
}

.pwa-header-wrapper .site-description {
	font-size: 1rem;
}

.pwa-footer-area .widget_text {
	background: none;
	color: #fff;
}

.pwa-footer-area .list-social li {
	font-size: .8rem;
}

.pwa-footer-area .list-social a,
.pwa-footer-area .list-social strong {
	color: #fff;
}

.pwa-footer-area .list-social a:before {
	background: none;
	border: 1px solid #fff;
}

.pwa-footer-area .list-social a:hover {
	background: none;
}

.pwa-footer-area .list-social a:hover:before {
	background: #db0577;
}

.pwa-site-main h1,
.pwa-site-main h2 {
	font-size: 2rem;
}

.pwa-page-content {
	border: 1px solid #e8f5f6;
}

.pwa-page-content h3 {
	background: #0094a8;
	color: #fff;
	border-bottom: 1px solid #e8f5f6;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}

.wordcamp-schedule-session {
	border-bottom: 1px solid #e8f5f6;
}

.wordcamp-schedule-session.custom {
	background: #e8f5f6;
}

.wordcamp-schedule-session.session .wordcamp-schedule-session-title {
	text-transform: none;
}

.wordcamp-schedule-session .wordcamp-schedule-session-track {
	background: #db0577;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.wordcamp-schedule-session .wordcamp-schedule-session-track.workshop-1,
.wordcamp-schedule-session .wordcamp-schedule-session-track.workshop-2,
.wordcamp-schedule-session .wordcamp-schedule-session-track.workshop-3 {
	background: #c0bc1b;
	color: #000;
}

.wordcamp-schedule-session .wordcamp-schedule-session-track.wellnesswceu,
.wordcamp-schedule-session .wordcamp-schedule-session-track.wp-cafe {
	color: #fff;
	background: #1192a9;
}

.wordcamp-schedule-session .wordcamp-schedule-session-speaker a {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.wordcamp-schedule-session .wordcamp-schedule-session-category {
	color: #000;
	font-size: .85rem;
	font-weight: 700;
}

.wordcamp-latest-post .wordcamp-latest-post-date,
.wordcamp-schedule-session .wordcamp-schedule-session-time {
	color: #333;
	font-size: .8rem;
	font-weight: bold;
}

.full-schedule,
.all-posts {
	background: #db0577;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.full-schedule:after,
.all-posts:after {
	content: ">";
}

.full-schedule:hover,
.all-posts:hover {
	color: #fff;
	text-decoration: underline;
}

#latest-posts {
	border: none;
}

.wordcamp-latest-post {
	background: #e8f5f6;
}

.wordcamp-latest-post .wordcamp-latest-post-title {
	text-transform: none;
}

.wordcamp-latest-post .wordcamp-latest-post-excerpt {
	font-size: 1rem;
	line-height: 1.2rem;
}

.wordcamp-latest-post .wordcamp-latest-post-categories a {
	color: #111;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 600;
}

.wordcamp-latest-post .wordcamp-latest-post-categories a:after {
	content: ", ";
}

.wordcamp-latest-post .wordcamp-latest-post-categories a:last-child:after {
	content: none;
}

.wordcamp-latest-post .wordcamp-latest-post-categories a:hover {
	text-decoration: underline;
}

/***********************************************************************************************************************
************************************************************************************************************************

                                                        LAYOUT

************************************************************************************************************************
***********************************************************************************************************************/
.pwa-header-wrapper,
.pwa-footer-wrapper,
.pwa-site-main {
	max-width: 60rem;
	margin: 0 auto;
	position: relative;
}

.pwa-header-area {
	margin-bottom: 1rem;
}

.pwa-header-wrapper {
	padding: 1rem 0;
}

.pwa-header-wrapper .site-title,
.pwa-header-wrapper .site-description {
	display: block;
	text-align: right;
	margin: 0;
	padding: 0 .5rem 0 0;
}

.pwa-header-wrapper .site-title a[rel=home]:before {
	height: 3.5rem;
	width: 3.5rem;
	position: absolute;
	margin-left: .5rem;
	margin-top: -.25rem;
}

.pwa-footer-area {
	margin-top: 1rem;
	min-height: 5rem;
}

.pwa-footer-area .widget {
	padding: 0;
	margin: 0;
	max-width: none;
}

.pwa-footer-area .list-social {
	display: flex;
}

.pwa-footer-area .list-social li {
	flex: 1;
}

.pwa-site-main h1,
.pwa-site-main h2 {
	text-align: center;
	width: 100%;
}

.pwa-page-content {
	display: block;
	width: 98%;
	margin: 1% 1% 5%;
}

.pwa-page-content h3 {
	margin: 0;
	padding: .75rem;
}

.wordcamp-schedule-session {
	position: relative;
	display: flex;
}

.wordcamp-schedule-session:last-child {
	border-bottom: none;
}

.wordcamp-schedule-session .wordcamp-schedule-session-track {
	flex: 28%;
	font-size: .75rem;
	padding: 0 .5rem;
}

.wordcamp-schedule-session .wordcamp-schedule-session-title {
	flex: 72%;
	padding: 0 .25rem;
	margin: 1.5rem 0 2rem;
}

.wordcamp-schedule-session .wordcamp-schedule-session-time {
	position: absolute;
	top: 0;
	left: 28%;
	padding: 0 .25rem;
}

.wordcamp-schedule-session .wordcamp-schedule-session-speaker {
	position: absolute;
	bottom: 0;
	left: 28%;
	width: 50%;
	padding: 0 .25rem;
}

.wordcamp-schedule-session .wordcamp-schedule-session-category {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	text-align: right;
	padding: 0 .25rem;
}

.full-schedule,
.all-posts {
	width: 100%;
	display: block;
	text-align: center;
	padding: .75rem;
}

.wordcamp-latest-post {
	width: 100%;
	margin-bottom: .5rem;
	position: relative;
	padding: .25rem .5rem;
}

.wordcamp-latest-post .wordcamp-latest-post-title {
	padding: 0;
	margin: 1.5rem 0 .5rem;
}

.wordcamp-latest-post .wordcamp-latest-post-excerpt {
	padding: .25rem;
	display: block;
}

.wordcamp-latest-post .wordcamp-latest-post-date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 .5rem;
}

.wordcamp-latest-post .wordcamp-latest-post-categories {
	display: block;
}

/***********************************************************************************************************************
************************************************************************************************************************

                                                        MEDIA

************************************************************************************************************************
***********************************************************************************************************************/





/*
     FILE ARCHIVED ON 22:17:45 Feb 14, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:12:48 Aug 13, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
