body {
	overflow-x: hidden;
	background: #fffcf5;
}

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

header .site-title a {
	display: block;
	height: 80px;
	width: 100px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201101163616/https://2016.antwerp.wordcamp.org/files/2016/03/logo-wcant-mobi.png') no-repeat;
	background-size: contain;
	text-indent: -9999px;
/* padding/margin like menu toggle */
	padding: .8125em .875em .6875em;
	margin-top: 0;
}

.entry-content ul,
.entry-summary ul,
.comment-content ul, 
.entry-content ol, 
.entry-summary ol, 
.comment-content ol {
	margin-left: 1.25em;
}

.site-description {
	display: none;
}

.menu-toggle {
	border: none;
	color: #fffcf5;
	background: #2A2927;
}

.menu-toggle:hover,
.menu-toggle:focus {
	border: none;
	color: #fffcf5;
	background: #BF8E1E;
}

.dropdown-toggle:after {
	border: 0 solid #2A2927;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #2A2927;
}

.main-navigation li {
	border-top: 1px solid #2A2927;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #2A2927;
}

.site-header {
/*background: url('http://wayback.fauppsala.se:80/wayback/20201101163616/https://2016.antwerp.wordcamp.org/files/2016/02/cropped-bg-wcant.png') no-repeat;*/
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 3em;
	border-radius: 0;
}

a, 
.main-navigation a:hover, 
.main-navigation a:focus, 
.dropdown-toggle:hover, 
.dropdown-toggle:focus, 
.social-navigation a:hover:before, 
.social-navigation a:focus:before, 
.post-navigation a:hover .post-title, 
.post-navigation a:focus .post-title, 
.tagcloud a:hover, 
.tagcloud a:focus, 
.site-branding .site-title a:hover, 
.site-branding .site-title a:focus, 
.entry-title a:hover, 
.entry-title a:focus, 
.entry-footer a:hover, 
.entry-footer a:focus, 
.comment-metadata a:hover, 
.comment-metadata a:focus, 
.pingback .comment-edit-link:hover, 
.pingback .comment-edit-link:focus, 
.comment-reply-link, 
.comment-reply-link:hover, 
.comment-reply-link:focus, 
.required, .site-info a:hover, 
.site-info a:focus {
	color: #BF8E1E;
}

a:hover {
	color: #2A2927;
}

.widget_wcorg_mailchimp_wiget .wcorg-mailchimp label {
	color: inherit;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: .8125rem;
	font-weight: 400;
	letter-spacing: .076923077em;
	line-height: 1.6153846154;
	margin-bottom: .5384615385em;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="number"], 
textarea {
	margin-bottom: 1.75em;
}

mark, 
ins, 
button:hover, 
button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="reset"]:hover, 
input[type="reset"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
.pagination .prev:hover, 
.pagination .prev:focus, 
.pagination .next:hover, 
.pagination .next:focus, 
.widget_calendar tbody a, 
.page-links a:hover, 
.page-links a:focus {
	background: #BF8E1E;
}

input[type="text"]:focus,
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
textarea:focus, 
.tagcloud a:hover, 
.tagcloud a:focus, 
.menu-toggle:hover, 
.menu-toggle:focus {
	border-color: #BF8E1E;
}

.button-black {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fffcf5;
	font-size: .8125rem;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: .046875em;
	line-height: 1;
	padding: .84375em .875em .78125em;
	text-transform: uppercase;
	padding: .846153846em;
}

.button-black:hover,
.button-black:focus {
	background: #BF8E1E;
	color: #fffcf5;
}

.box-language {
	display: block;
	clear: both;
	background: #FFE7AF;
	padding: 20px;
	color: #2A2927;
	border-radius: 2px;
	margin-bottom: 20px;
}

.box-language .language {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px;
	color: #fffcf5;
	background: #1a1a1a;
	border-radius: 2px;
	margin-right: 5px;
}

.clear-mobile {
	display: block;
}

.box-language a {
	margin-right: 20px;
}

.row {
	margin-bottom: 20px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.col-1-2,
.col-1-3,
.col-2-3 {
	width: 100%;
}

.wcorg-organizer-description img {
	float: left;
	margin: 0 20px 20px 0;
}

.sticky .entry-footer {
	display: none;
}

.tix-ticket-excerpt {
	display: none;
}

.tix_tickets_table .tix-column-per-ticket, .tix_tickets_table .tix-column-remaining {
	width: 0;
	text-indent: -99999px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #1A1A1A;
	border-radius: 3px;
	overflow: hidden;
}

th, td {
	border: 1px solid #1A1A1A;
	border-left: 0;
	border-right: 0;
}

thead tr {
	background: #1A1A1A;
	color: #ffffff;
}

.tix-row-coupon {
	background: #1A1A1A;
	color: #ffffff;
}

.tix-row-coupon a {
	color: #ffffff;
}

.speakersimg {
	float: center;
	width: 100%;
}

.speakersimg img {
	border-radius: 100%;
	border: 4px solid #BF8E1E;
	width: 200px;
	height: auto;
	padding: 4px;
}

.speakerstext {
	margin-left: 0;
}

@media screen and (min-width: 44.375em) {
	.site-header {
		border-radius: 6px;
	}
	
	.col-1-2 {
		float: left;
		width: 50%;
		padding-right: 20px;
	}
	
	.col-1-3 {
		float: left;
		width: 33%;
		padding-right: 20px;
	}
	
	.col-2-3 {
		float: left;
		width: 67%;
		padding-right: 20px;
	}
	
	.row .col-1-2:last-of-type,
																																																																																																							.row .col-1-3:last-of-type,
																																																																																																							.row .col-2-3:last-of-type {
		padding-right: 0;
	}
	
	.clear-mobile {
		display: none;
	}
	
	.wcorg-organizer-description p {
		margin-left: 120px;
	}
	
	.wcorg-speaker-description p {
		margin-left: 120px;
	}
	
	.tix-ticket-excerpt {
		display: inherit;
		font-size: 12px;
	}
	
	.tix_tickets_table .tix-column-per-ticket, 		.tix_tickets_table .tix-column-remaining {
		width: auto;
		text-indent: 0;
	}
	
	.tix-column-description {
		width: 60%;
		padding-right: 1rem;
	}
	
	.tix_tickets_table td {
		padding-top: 1rem;
		padding-bottom: 1.5rem;
		vertical-align: top !important;
	}
	
	.tix-attendee-form input[type="text"], .tix-attendee-form input[type="email"], .tix-attendee-form input[type="url"], .tix-attendee-form input[type="password"], .tix-attendee-form input[type="search"], .tix-attendee-form input[type="tel"], .tix-attendee-form input[type="number"], .tix-attendee-form textarea {
		margin-bottom: 0;
	}
	
	.wcorg-sponsors h2 {
		border-bottom: 4px solid #000;
		padding-top: 2rem;
	}
	
	.wcorg-sponsors .wcorg-sponsor-description p,
																																																																										.wcorg-sponsors h3 {
		margin-left: 30%;
	}
	
	.wcorg-sponsors .wcorg-sponsor-description > a,
																																																																									.wcorg-sponsors .wcorg-sponsor-description > img {
		float: left;
		padding: 0 2rem 2rem 0;
		width: 30%;
		box-shadow: none;
		margin-top: -2.5rem;
	}
	
	.speakersimg {
		float: left;
		width: 250px;
	}
	
	.speakersimg img {
		border-radius: 100%;
		border: 4px solid #BF8E1E;
		width: 200px;
		height: auto;
		padding: 4px;
	}
	
	.speakerstext {
		margin-left: 250px;
	}
}

@media screen and (min-width: 56.875em) {
	.site-branding {
		margin: 0 auto;
		width: 270px;
	}
	
	.site-title {
		padding-top: 1em;
	}
	
	header .site-title a {
	/*background: url('http://wayback.fauppsala.se:80/wayback/20201101163616/https://2016.antwerp.wordcamp.org/files/2016/03/logo-wcant-desk.png') no-repeat;
																																																																																						background-size: 230px 184px;*/
		background: url('http://wayback.fauppsala.se:80/wayback/20201101163616/https://2016.antwerp.wordcamp.org/files/2016/03/wordcamp-antwerp-logo-web.png') no-repeat;
		background-size: 184px 184px;
		width: 230px;
		height: 184px;
		padding: 0;
	}
	
	.main-navigation .primary-menu {
		border-bottom: none;
	}
	
	.primary-menu {
		background: rgba(255,193,18,0.7);
		color: #fff;
	}
	
	/* only use header img on desktop menu or it will expand really ugly —mobile header img can't be done without code changes */
	.site-header {
		background: url('http://wayback.fauppsala.se:80/wayback/20201101163616/https://2016.antwerp.wordcamp.org/files/2016/02/cropped-bg-wcant.png') no-repeat;
		background-size: cover;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 3em;
		border-radius: 6px;
	}
	
	.main-navigation ul ul li {
		font-size: .8rem;
	}
	
	.main-navigation ul ul a {
		white-space: normal;
		width: 17em;
		text-align: right;
	}
	
	.site-header-main {
	/* prevent flex: we want them beneath each other! */
		display: block !important;
	}
	
	.menu-main-container {
		display: table;
		margin: 0 auto;
	}
	
	.site-header-menu {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	
	.site-header-menu a {
		text-transform: uppercase;
		letter-spacing: .05em;
	}
	
	.main-navigation .menu-item-has-children > a {
		padding-right: 1.75em;
	}
	
	aside#secondary .widget:first-child {
		border-top: none;
	}
}

@media screen and (min-width: 61.5625em) {
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		width: 100%;
	}
	
	.single .byline,
																																																																																																				.full-size-link, 
																																																																																																				body:not(.search-results).group-blog .byline, 
																																																																																																				body:not(.search-results) .entry-format, 
																																																																																																				body:not(.search-results) .cat-links, 
																																																																																																				body:not(.search-results) .tags-links, 
																																																																																																				body:not(.search-results) article:not(.sticky) .posted-on, 
																																																																																																				body:not(.search-results) article:not(.type-page) .comments-link, 
																																																																																																				body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: inline-block;
		padding-right: 20px;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		margin-top: 2.1538461538em;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: inline-block;
		width: 21px;
		margin-right: .5384615385em;
		margin-top: .5384615385em;
	}
}

.wcb_widget_sponsors .sponsor-logo img {
	width: 200px !important;
	height: auto !important;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-level-title {
	width: 200px;
	font-size: 16px;
	border-bottom: 1px solid black;
}

.sponsor-logo {
	padding: .25rem;
}

.sponsor-level-title {
	margin-bottom: 0;
	margin-left: .25rem;
}

.sponsor-level {
	margin-bottom: 1rem;
}

a.button-sale {
	border: 0;
	border-radius: 2px;
	border: 2px solid #BF8E1E;
	color: #BF8E1E;
	font-size: .8125rem;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: .006875em;
	line-height: 1;
	padding: .84375em .875em .78125em;
	text-transform: uppercase;
	padding: .846153846em;
}

.wcorg-speaker-description img {
	float: left;
	margin: 0 20px 20px 0;
}

/* Schedule table */
@media screen and (min-width: 701px) {
	.wcpt-schedule {
		table-layout: auto;
		border: none;
	/* for Firefox */
	}
	
	.wcpt-schedule td {
		padding: .875em .4375em;
	}
	
	.wcpt-schedule td:first-child {
		padding-left: 0;
	}
	
	.wcpt-schedule td:last-child {
		padding-right: 0;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		display: block;
		margin-top: .75rem;
		font-size: .875rem;
		line-height: 1.75;
	}
}

@media screen and (max-width: 700px) {
	.wcpt-session-type-session:before {
		padding: 9px 10px 6px;
	}
	
	.wcpt-session-title {
		display: inline-block;
		padding: 0;
		margin: 10px;
	}
	
	.wcpt-schedule .wcpt-session-speakers {
		padding-left: 10px;
	}
	
	.wcpt-schedule .wcpt-session-speakers:before {
		content: "";
	}
}

.wcpt-schedule .wcpt-session-speakers a {
	color: #1a1a1a;
	box-shadow: none;
	font-size: .89em;
}

.wcpt-schedule .wcpt-session-speakers a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

table .wcpt-session-title {
	font-size: .89em;
	color: #BF8E1E;
}

.image-full-width {
	width: 100%;
	height: auto;
}

/*session shortcode*/
.wcorg-session {
	overflow: hidden;
	position: relative;
	border-top: 1px solid lightgray;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.wcorg-session-description h2,
.wcorg-session-description h3 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
}

.wcorg-session > h2 {
	margin-bottom: .1rem;
	font-size: 1.4rem;
	width: 85%;
}

.wcorg-session-description {
	margin-top: 1rem;
	width: 85%;
	overflow: hidden;
}

.wcorg-sessions .avatar {
	width: 10%;
	position: absolute;
	top: 1.5rem;
	right: 1rem;
}

/*end session shortcode*/
/*schedule tweaks*/
@media screen and (min-width: 701px) {
	.wcpt-schedule td[colspan="1"] {
		width: 30.75%;
	}
}

/* camptix tweaks */
@media screen and (max-width: 760px) {
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	#tix-attendees .tix-columns-3 li {
		width: 100%;
	}
}

.wcorg-session-links a {
	padding: 8px;
	border: 2px solid currentColor;
}

ul.wcorg-session-links {
	margin-left: 0 !important;
}

.wcorg-session-links li:after {
	margin-right: 15px;
	content: '';
}





/*
     FILE ARCHIVED ON 16:36:16 Nov 1, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 14:08:18 Sep 23, 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)).
*/
