body {
	font-family: "Ubuntu", sans-serif !important;
	font-size: 14px;
	overflow-wrap: break-word;
}

body:not(.home) .site {
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 250px;
}

@media screen and (min-width: 48em) {
	body:not(.home) .site {
		background: none;
	}
}

body p {
	text-transform: none !important;
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	line-height: 1.5 !important;
}

body button {
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 700 !important;
	text-transform: none !important;
	box-shadow: none !important;
	background-size: cover !important;
	background-image: url('https://wcvancouver.github.io/wcvancouver2023/images/gradient_texture_dark.jpg') !important;
}

body h2.widget-title {
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 700 !important;
	font-size: 2rem !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body #subscribe-email input {
	font-family: "Ubuntu", sans-serif !important;
}

.edit-link {
	display: none !important;
}

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

.block-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block-area .block-area-inner {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 48em) {
	.block-area .block-area-half {
		width: calc((100% - 3em) / 2);
	}
}

.comment-body {
	margin-left: 0;
}

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

.comment-body .reply {
	padding-left: 2em;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row .col {
	min-width: 100%;
	flex-basis: 0;
	flex-grow: 1;
}

@media screen and (min-width: 48em) {
	.row .col {
		min-width: 50%;
	}
}

.row .col:first-child {
	padding-right: 0;
}

@media screen and (min-width: 48em) {
	.row .col:first-child {
		padding-right: 16px;
	}
}

.row .col:last-child {
	padding-left: 0;
}

@media screen and (min-width: 48em) {
	.row .col:last-child {
	}
}

/* Spacing if logged in */
.admin-bar .site-header .navigation-top {
	top: 32px;
}

@media screen and (min-width: 48em) {
	.site-content {
		padding: 5.5em 0 0;
	}
	
	.page:not(.home) .admin-bar .site-content {
		padding: calc(5.5em + 32px) 0 0 0;
	}
}

html {
	padding: 0 !important;
	margin: 0 !important;
}

@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header .custom-header-media {
		height: 500px !important;
	}
	
	.twentyseventeen-front-page.has-header-image .custom-header .custom-header-media .wp-custom-header {
		background-color: #141313;
		height: 500px;
	}
	
	.twentyseventeen-front-page.has-header-image .custom-header .custom-header-media .wp-custom-header img {
		height: 500px;
		min-height: auto !important;
		opacity: .45;
		transition: 1s;
	}
	
	.twentyseventeen-front-page.has-header-image .custom-header:hover .custom-header-media .wp-custom-header img {
		opacity: .65;
	}
}

.site-branding {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column !important;
}

@media screen and (max-width: 48em) {
	.site-branding {
		flex-flow: column;
	}
}

.site-branding p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 4rem !important;
	letter-spacing: unset !important;
	text-transform: none !important;
	line-height: 1 !important;
	opacity: unset !important;
}

.site-branding:before {
	content: "";
	display: block;
	width: 427px;
	height: 90px;
	background-image: url('https://wcvancouver.github.io/wcvancouver2023/images/logo_white.svg');
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 100px !important;
}

.site-branding .wrap {
	margin: 0 !important;
}

.site-branding .wrap .site-title {
	text-align: center !important;
}

.site-branding .wrap .site-title a {
	text-transform: uppercase !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1rem !important;
	font-weight: 300;
	letter-spacing: 2px !important;
}

@media screen and (max-width: 48em) {
	.site-branding .wrap .site-title a {
		display: block;
		padding: 16px;
		font-size: 1.75rem;
		text-align: center;
	}
}

.site-branding .wrap .site-description {
	text-transform: uppercase;
	text-align: center;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700 !important;
	font-size: 4rem !important;
	letter-spacing: unset !important;
	text-transform: none !important;
	line-height: 1 !important;
	opacity: unset !important;
}

@media screen and (max-width: 48em) {
	.site-branding .wrap .site-description {
		text-align: center;
		font-size: 1rem;
	}
}

@media screen and (min-width: 48em) {
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 0;
	}
}

.site-header .navigation-top {
	font-family: "Ubuntu", sans-serif !important;
	text-transform: none !important;
	font-weight: 700 !important;
	width: 100%;
	background-color: #000000;
	padding-bottom: 1em;
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	border: none;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	.site-header .navigation-top {
		padding-bottom: 0;
	}
	
	.site-header .navigation-top .wrap {
		max-width: 100%;
		padding: 0 1.5em;
	}
	
	.site-header .navigation-top nav {
		margin-left: 0;
	}
}

.site-header .navigation-top .menu-toggle {
	z-index: 9999999;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 2em;
	height: 2em;
	padding: 3px;
	overflow: hidden;
	margin: 1em 1em 0 auto;
}

.site-header .navigation-top .menu-toggle:hover icon {
	background-color: #FFFFFF;
}

.site-header .navigation-top .menu-toggle .icon {
	height: 2em;
	width: 2em;
	color: #EFEFEF;
}

.site-header .navigation-top .toggled-on .menu-toggle .icon {
	color: #131E24;
}

.site-header .navigation-top .toggled-on .menu-toggle .icon:hover {
	color: #141313;
}

.site-header .navigation-top .menu-scroll-down {
	display: none;
}

.main-navigation {
	padding-top: 1px;
}

@media screen and (min-width: 48em) {
	.main-navigation {
		padding-top: 0;
	}
}

.main-navigation a {
	font-size: .8rem;
}

@media screen and (min-width: 48em) {
	.main-navigation a {
		font-size: .8rem;
	}
}

.main-navigation a:hover {
	color: initial;
}

.main-navigation > div > ul {
	border: none;
}

.main-navigation.toggled-on {
	height: 100vh;
	background-color: white;
}

@media screen and (min-width: 48em) {
	.home .navi-home {
		display: none;
	}
}

@media screen and (min-width: 48em) {
	.home .site-navigation-fixed .navi-home {
		display: block;
	}
}

.navi-ticket {
	margin-top: 2em;
}

@media screen and (min-width: 48em) {
	.navi-ticket {
		margin-top: 0;
		padding-left: 1em !important;
	}
}

@media screen and (min-width: 48em) {
	.navi-ticket a {
		text-align: left;
	}
}

.js .main-navigation ul.menu {
	background-color: transparent;
}

@media screen and (min-width: 48em) {
	.js .main-navigation ul.menu {
		display: flex;
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
		margin: 0 auto;
	}
	
	.js .main-navigation ul.menu li {
		padding: .75em 0;
	}
	
	.js .main-navigation ul.menu li a {
		color: #EFEFEF;
		opacity: .8;
		transition: .3s;
		display: inline-block;
	}
	
	.js .main-navigation ul.menu li a:hover {
		color: #FFFFFF;
		opacity: 1;
	}
	
	.js .main-navigation ul.menu li.spacing {
		flex: 1;
	}
	
	.js .main-navigation ul.menu li.btn-tickets a {
		background-color: #EFEFEF;
		border-radius: 5px;
		color: #131E24;
		transition: .3s;
	}
	
	.js .main-navigation ul.menu li.btn-tickets a:hover {
		background-color: #141313;
		color: #EFEFEF;
	}
	
	.js .main-navigation ul.menu li.menu-item-has-children:hover:before {
		border-color: transparent transparent #000000;
	}
	
	.js .main-navigation ul.menu li.menu-item-has-children:hover:after {
		border-color: transparent transparent #000000;
	}
	
	.js .main-navigation ul.menu > li:first-child a {
		position: relative;
		content: "";
		display: inline-block;
		width: 100px;
		height: 48px;
		padding-left: 0;
		padding-right: 0;
		text-indent: -9000px;
	}
	
	.js .main-navigation ul.menu > li:first-child a:after {
		content: "";
		position: absolute;
		top: 25%;
		left: 0;
		width: 100px;
		height: 48px;
		display: block;
		text-indent: 0;
		background-image: url('https://wcvancouver.github.io/wcvancouver2023/images/logo_white.svg');
		background-repeat: no-repeat;
		background-size: contain;
		opacity: .85;
		transition: .3s;
	}
	
	.js .main-navigation ul.menu > li:first-child a:hover:after {
		opacity: 1;
	}
	
	.js .main-navigation ul.menu ul.sub-menu {
		background-color: #000000;
		border-color: #141313;
	}
	
	.js .main-navigation ul.menu ul.sub-menu li:hover, .js .main-navigation ul.menu ul.sub-menu li.focus {
		background-color: #131E24;
	}
}

.site-footer {
	border: none;
	height: 350px;
	padding: 4rem;
	background-image: url('https://2019.vancouver.wordcamp.org/files/2019/04/cover_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.site-footer .wrap {
	padding: 2em 1.5em 1.5em;
	background-color: #FFFFFF;
}

.widget-column {
	float: none !important;
	width: 100% !important;
	text-align: center;
}

.widget-column .wcb_widget_sponsors {
	max-width: 740px;
	margin: 0 auto;
	position: relative;
}

.widget-column .wcb_widget_sponsors::before {
	top: -.4em;
	bottom: auto;
}

.site-info {
	width: 100%;
	border-top: 1px solid rgba(19, 30, 36, 0.5);
	float: none;
	text-align: center;
	padding-top: 10px;
	position: relative;
}

.site-info a {
	position: relative;
	text-transform: uppercase;
	font-size: .5rem;
}

.site-info::before {
	z-index: 2;
	display: block;
	position: absolute;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	content: "\f120";
	font-family: dashicons;
	text-indent: 0;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.home .widget_text {
	display: none;
}

body:not(.home) .entry-content h1 {
	font-weight: 700 !important;
	display: none;
}

body:not(.home) .entry-content h2 {
	font-weight: 700 !important;
	font-size: 1.25rem;
	color: black;
}

body:not(.home) .entry-content h3 {
	font-weight: 700 !important;
	font-size: 1.15rem;
	color: rgba(0, 0, 0, 0.9);
}

body:not(.home) .entry-content h4 {
	font-weight: 700 !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.8);
}

body:not(.home) .entry-content h5 {
	font-weight: 700 !important;
	font-family: "Ubuntu", sans-serif;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.75);
}

body:not(.home) .entry-content h6 {
	font-weight: 700 !important;
	font-size: .9rem;
	color: rgba(0, 0, 0, 0.75);
}

body:not(.home) .entry-content blockquote {
	margin: 1.5em 0;
	padding: 1.5em;
	position: relative;
}

body:not(.home) .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

body:not(.home) .entry-content blockquote:before, body:not(.home) .entry-content blockquote:after {
	position: absolute;
	content: "";
	display: block;
	width: 3em;
	height: 3em;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.15);
}

body:not(.home) .entry-content blockquote:before {
	top: 0;
	left: 0;
	border-top-style: solid;
	border-left-style: solid;
}

body:not(.home) .entry-content blockquote:after {
	bottom: 0;
	right: 0;
	border-bottom-style: solid;
	border-right-style: solid;
}

body:not(.home) .entry-content table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

body:not(.home) .entry-content table tr th, body:not(.home) .entry-content table tr td {
	padding: .5em 1em;
}

body:not(.home) .entry-content table thead tr th, body:not(.home) .entry-content table thead tr td {
	background: rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid rgba(0, 0, 0, 0.75);
}

body:not(.home) .entry-content ul, body:not(.home) .entry-content ol {
	padding-left: 1.5em;
	margin: 0 0 1em;
}

body:not(.home) .entry-content ul ul, body:not(.home) .entry-content ul ol, body:not(.home) .entry-content ol ul, body:not(.home) .entry-content ol ol {
	padding-left: 1.75em;
	margin: 0;
}

body:not(.home) .entry-content a {
	color: #000000;
	box-shadow: none;
	text-decoration: underline;
}

body:not(.home) .entry-content code {
/*            border: 1px solid rgba($color-brown, .5);
	            background-color: rgba($color-brown, .1);*/
	padding: 0 .5em;
/*            border-radius: 4px;*/
}

body:not(.home) .entry-content .btn-link {
	margin: 2em 0;
	text-align: center;
}

body:not(.home) .entry-content .btn-link a {
	margin: 0 auto;
}

@media screen and (min-width: 48em) {
	body:not(.home) .site-header {
		padding-top: 70px;
	}
}

body:not(.home) .single-featured-image-header {
	border: none;
	background-color: transparent;
	padding-top: 3em;
}

body:not(.home) .page-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 120px;
	padding: 0 !important;
	margin: 0 0 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	text-transform: none;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 26px !important;
	min-height: auto !important;
	flex-flow: row;
	justify-content: start;
}

@media screen and (min-width: 48em) {
	body:not(.home) .page-header {
		margin: 2em 0 4em;
	}
}

body:not(.home) .page-header .page-title {
	border-bottom: solid 1px #000;
	width: 100%;
	padding-bottom: 20px;
	font-size: 2rem !important;
	letter-spacing: normal;
	text-transform: none;
}

body:not(.home) .page-header .page-title:before, body:not(.home) .page-header .page-title:after {
	content: none !important;
	display: none !important;
}

body:not(.home):not(.blog):not(.single) .entry-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 120px;
	padding: 0 !important;
	margin: 0 0 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	text-transform: none;
}

@media screen and (min-width: 48em) {
	body:not(.home):not(.blog):not(.single) .entry-header {
		margin: 2em 0 4em;
	}
}

body:not(.home):not(.blog):not(.single) .entry-header .entry-title {
	position: relative;
	font-size: 1.25rem !important;
	text-transform: none;
}

body:not(.home):not(.blog):not(.single) .entry-header .entry-title:before, body:not(.home):not(.blog):not(.single) .entry-header .entry-title:after {
	content: "";
	display: inline-block;
	width: 3em;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
}

body:not(.home):not(.blog):not(.single) .entry-header .entry-title:before {
	left: -3.5em;
}

body:not(.home):not(.blog):not(.single) .entry-header .entry-title:after {
	right: -3.5em;
}

body:not(.home) .custom-header {
	display: none;
}

body:not(.home) .site-content .wrap .entry-header {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 0 26px !important;
	min-height: auto !important;
	flex-flow: row;
	justify-content: start;
}

body:not(.home) .site-content .wrap .entry-header h1.entry-title {
	width: 100%;
	border-bottom: solid 10px;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, rgb(235, 0, 139), rgb(46, 48, 146), rgb(26, 198, 217));
	padding-bottom: 20px;
	font-size: 2rem !important;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
}

body:not(.home) .site-content .wrap .entry-header h1.entry-title:before, body:not(.home) .site-content .wrap .entry-header h1.entry-title:after {
	content: none !important;
	display: none !important;
}

body:not(.home) .site-content .wrap .entry-content {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body:not(.home) .site-content .wrap .entry-content:before, body:not(.home) .site-content .wrap .entry-content:after {
	content: none;
	display: none;
}

.page-header,
.content-area .site-main article {
	width: 100% !important;
	float: none !important;
}

.site-content-contain {
	background-color: #FFFFFF;
}

.tix-column-remaining {
	white-space: nowrap !important;
}

/* Code of Conduct Page */
body.page-id-19 .post-19 .entry-content ol ol,
body.page-id-19 .post-19 .entry-content ol ul,
body.page-id-19 .post-19 .entry-content ul ol,
body.page-id-19 .post-19 .entry-content ul ul {
	margin: 0 0 1em;
}

/* Organizers Page */
.wcorg-organizer {
	text-align: center;
	width: 13.75rem;
	margin: 1.5em 0;
}

.wcorg-organizers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Sponsors Page */
.page-id-10 .wcorg-sponsors {
	margin: 4em 0 0;
}

.page-id-10 .wcorg-sponsor {
	margin: 0 auto 4em;
}

.page-id-10 .wcorg-sponsors h2 {
	font-weight: bold;
}

body:not(.home) {
	padding-top: 50px;
}

body:not(.home).admin-bar {
	padding-top: 90px;
}

.page-two-column .panel-content .entry-header {
	font-family: "Ubuntu", sans-serif;
	letter-spacing: normal !important;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: solid 10px;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, rgb(235, 0, 139), rgb(46, 48, 146), rgb(26, 198, 217));
	width: 100% !important;
	float: none !important;
}

@media screen and (min-width: 48em) {
	.page-two-column .panel-content .entry-header {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

.page-two-column .panel-content .entry-header::before {
	transform: translateY(33%) translateX(15%);
	text-transform: uppercase;
	content: "";
	z-index: -1;
	border: 1px solid #40c0f0;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: .14em;
	color: white;
	padding: .3rem 1.3rem;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 1.4;
	margin: 0 0 .75em;
	position: absolute;
	display: inline-table;
}

.page-two-column .panel-content .entry-header h2 {
	text-transform: none;
	margin: 0;
	font-size: 1.25rem;
	word-spacing: 0;
	letter-spacing: normal !important;
}

@media screen and (min-width: 48em) {
	.page-two-column .panel-content .entry-header h2 {
		font-size: 2rem;
	}
}

.page-two-column .panel-content .entry-header h4 {
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 700 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.page-two-column .panel-content .entry-content {
	float: none !important;
	width: 100% !important;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: none;
}

#post-194 .panel-content .wrap {
	padding-top: 8em;
	padding-bottom: 8em;
}

#panel1 {
	width: 100%;
	background-color: #131E24;
	padding: 4em 2em;
	background-image: url('https://wcvancouver.github.io/wcvancouver2023/images/gradient_texture_dark.jpg');
	height: auto;
	margin-bottom: 250px;
	overflow: visible;
	background-size: cover;
}

@media screen and (min-width: 48em) {
	#panel1 {
		height: 550px;
	}
}

@media screen and (max-width: 48em) {
	#panel1 {
		margin-bottom: 50px;
	}
}

#panel1 .panel-content {
	max-width: 1000px;
	min-height: 550px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 1px 0 16px -4px rgba(0, 0, 0, 0.75);
}

#panel1 .panel-content header {
	border-bottom: none;
}

#panel1 .panel-content header.entry-header {
	border-bottom: none !important;
}

#panel1 .panel-content header h2 {
	color: #222222;
	padding: 1em 16px 0;
}

#panel1 .panel-content .recent-posts {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#panel1 .panel-content .recent-posts > article {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	width: 100%;
	padding: 16px;
}

@media screen and (min-width: 48em) {
	#panel1 .panel-content .recent-posts > article {
		min-width: 30%;
	}
}

#panel1 .panel-content .recent-posts > article > header {
	border-top: solid 1px #141313;
	margin: 0;
	padding: 0;
}

#panel1 .panel-content .recent-posts > article > header .entry-title {
	line-height: normal;
}

#panel1 .panel-content .recent-posts > article > header .entry-title a {
	display: inline-block;
	width: 100%;
	padding-bottom: 16px;
	font-size: 1rem;
	font-weight: bold;
	box-shadow: none;
	color: #141313;
	margin-left: 0;
}

#panel1 .panel-content .recent-posts > article > header time {
	padding: 0;
	font-weight: normal;
	letter-spacing: 1px !important;
}

#panel2 .details-info {
	margin-bottom: 32px;
}

#panel2 .details-info .row {
	display: flex;
	flex-wrap: wrap;
}

#panel2 .details-info .col {
	min-width: 50%;
}

@media screen and (min-width: 48em) {
	#panel2 .details-info .col {
		width: auto;
		min-width: 25%;
	}
}

#panel2 .details-info .col h4 {
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 700 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

#panel2 .details-info .col a {
	font-family: "Ubuntu", sans-serif !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

#panel2 .details-info .btn-details-ticket {
	display: block;
	padding: 16px;
	border-radius: 0 !important;
	color: #EFEFEF;
	background-color: #141313;
	background-image: url('https://wcvancouver.github.io/wcvancouver2023/images/gradient_texture_dark.jpg');
	opacity: .8;
	background-size: cover;
	text-align: center;
	font-size: 1.5rem;
}

#panel2 .details-info .btn-details-ticket:hover {
	text-decoration: none;
	box-shadow: none;
	opacity: 1;
	color: #FFFFFF;
}

#panel2 .googlemaps {
	width: 100%;
}

#panel2 .googlemaps iframe {
	width: 100% !important;
}

#panel3 div[class^=wcorg-sponsor-level-] {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 35px;
}

#panel3 div[class^=wcorg-sponsor-level-] h4, #panel3 div[class^=wcorg-sponsor-level-] h2 {
	color: black !important;
	font-family: "Ubuntu", sans-serif !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: 700 !important;
	position: absolute;
	top: 0;
	left: 0;
	color: #696969;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}

#panel3 div[class^=wcorg-sponsor-level-] .wcorg-sponsor {
	padding: 16px;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 190px;
	max-width: 190px;
}

#panel3 div[class^=wcorg-sponsor-level-] .wcorg-sponsor .wcorg-sponsor-description {
	display: block;
	text-align: center;
	width: 100%;
	padding: 8px;
	box-shadow: none;
}

#panel3 div[class^=wcorg-sponsor-level-].sponsor-gold .sponsor-col {
	min-width: 250px;
	max-width: 250px;
}

#panel3 div[class^=wcorg-sponsor-level-].sponsor-silver .sponsor-col {
	min-width: 190px;
	max-width: 190px;
}

#panel3 div[class^=wcorg-sponsor-level-].sponsor-bronze .sponsor-col {
	min-width: 120px;
	max-width: 120px;
}

.wcb_widget_sponsors {
	text-align: center;
}

.wcb_widget_sponsors .sponsor-level {
	overflow: hidden;
	margin: 0 -1em;
}

.wcb_widget_sponsors .sponsor-level-title {
	width: 100%;
	margin: 2em 0;
}

.wcb_widget_sponsors .sponsor-logo {
	box-shadow: none !important;
	padding: 0 1em;
	box-sizing: border-box;
	float: left;
}

.wcb_widget_sponsors .sponsor-logo:hover {
	opacity: .7;
}

.wcb_widget_sponsors .sponsor-logo img {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
	width: 100% !important;
	max-height: none !important;
}

@media screen and (min-width: 30em) {
	.wcb_widget_sponsors .platinum .sponsor-logo {
		width: 50%;
	}
}

@media screen and (min-width: 30em) {
	.wcb_widget_sponsors .gold .sponsor-logo,
		.wcb_widget_sponsors .in-kind .sponsor-logo {
		width: 50%;
	}
}

@media screen and (min-width: 48em) {
	.wcb_widget_sponsors .gold .sponsor-logo,
		.wcb_widget_sponsors .in-kind .sponsor-logo {
		width: 33.3333333333%;
	}
}

@media screen and (min-width: 30em) {
	.wcb_widget_sponsors .silver .sponsor-logo {
		width: 50%;
	}
}

@media screen and (min-width: 48em) {
	.wcb_widget_sponsors .silver .sponsor-logo {
		width: 25%;
	}
}

@media screen and (min-width: 30em) {
	.wcb_widget_sponsors .bronze .sponsor-logo {
		width: 50%;
	}
}

@media screen and (min-width: 48em) {
	.wcb_widget_sponsors .bronze .sponsor-logo {
		width: 20%;
	}
}

.page-slug-tickets .tix_tickets_table tr {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee !important;
	margin-bottom: 12px;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tr {
		border: none;
		border-bottom: 1px solid rgba(52, 175, 165, 0.5) !important;
		margin-bottom: 0;
	}
}

.page-slug-tickets .tix_tickets_table thead {
	display: none;
	font-size: 0;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table thead {
		display: block;
	}
}

.page-slug-tickets .tix_tickets_table thead th {
	display: inline-block;
	font-size: .85rem;
}

.page-slug-tickets .tix_tickets_table thead .tix-column-description {
	width: 62%;
}

.page-slug-tickets .tix_tickets_table thead .tix-column-price {
	width: 16%;
}

.page-slug-tickets .tix_tickets_table thead .tix-column-remaining {
	width: 10%;
}

.page-slug-tickets .tix_tickets_table thead .tix-column-quantity {
	width: 12%;
}

.page-slug-tickets .tix_tickets_table tbody {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.page-slug-tickets .tix_tickets_table tbody th {
	font-size: 1rem;
}

.page-slug-tickets .tix_tickets_table tbody td {
	font-size: .85rem;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody td {
		padding: 1rem !important;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-description {
	border-top: 5px solid rgba(52, 175, 165, 0.75);
	width: 100%;
	display: block;
	position: relative;
	font-size: 1rem;
	line-height: 1.4;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-description {
		border-top: none;
		width: 62%;
		display: inline-block;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-description::after {
	content: "";
	position: absolute;
	width: 95%;
	left: 2.5%;
	bottom: 0;
	border-bottom: 1px solid #eee;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-description::after {
		content: none;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-description .tix-ticket-excerpt {
	font-size: .75rem;
	color: #666666;
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-price {
	width: 42%;
	display: inline-block;
	font-size: .85rem;
	font-weight: bold;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-price {
		width: 16%;
		display: inline-block;
		font-weight: normal;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-remaining {
	overflow: visible;
	width: 35%;
	text-align: right;
	font-weight: bold;
	display: inline-block;
	font-size: .85rem;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-remaining {
		width: 10%;
		display: inline-block;
		font-weight: normal;
		text-align: left;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-remaining::before {
	content: "残数";
	font-size: .75rem;
	color: #666;
	padding-right: 2px;
	font-weight: normal;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-remaining::before {
		content: none;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-quantity {
	width: 23%;
	display: inline-block;
	font-size: .85rem;
	text-align: right;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody .tix-column-quantity {
		width: 12%;
		text-align: left;
	}
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-quantity select {
	width: 50px;
	height: 38px;
	background: rgba(52, 175, 165, 0.1);
	text-align: center;
}

.page-slug-tickets .tix_tickets_table tbody tr.tix-row-coupon {
	border: none;
	border-bottom: none !important;
	margin-bottom: 0;
	font-size: 14px;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix_tickets_table tbody tr.tix-row-coupon {
		border-bottom: 1px solid rgba(52, 175, 165, 0.5) !important;
	}
}

.page-slug-tickets input[type=submit] {
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
	font-weight: normal;
	font-size: 1rem;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets input[type=submit] {
		width: 150px;
		font-size: .85rem;
	}
}

.page-slug-tickets input[type=submit]:active {
	border-radius: 4px;
	font-weight: normal;
}

.page-slug-tickets .tix-order-summary thead .tix-column-description {
	width: 52%;
}

.page-slug-tickets .tix-order-summary thead .tix-column-per-ticket {
	width: 22%;
}

.page-slug-tickets .tix-order-summary thead .tix-column-quantity {
	width: 8%;
}

.page-slug-tickets .tix-order-summary thead .tix-column-price {
	width: 18%;
}

.page-slug-tickets .tix-order-summary tbody td {
	font-size: .85rem;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody td {
		padding: 1rem !important;
	}
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-description {
		width: 52%;
	}
}

.page-slug-tickets .tix-order-summary tbody .tix-column-per-ticket {
	width: 34%;
	display: inline-block;
	font-size: .85rem;
	font-weight: bold;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-per-ticket {
		width: 22%;
		display: inline-block;
		font-weight: normal;
	}
}

.page-slug-tickets .tix-order-summary tbody .tix-column-quantity {
	width: 26%;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-quantity {
		width: 8%;
	}
}

.page-slug-tickets .tix-order-summary tbody .tix-column-quantity::before {
	content: "数量";
	font-size: .75rem;
	color: #666;
	padding-right: 2px;
	font-weight: normal;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-quantity::before {
		content: none;
	}
}

.page-slug-tickets .tix-order-summary tbody .tix-column-price {
	width: 40%;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-price {
		width: 18%;
	}
}

.page-slug-tickets .tix-order-summary tbody .tix-column-price::before {
	content: "価格";
	font-size: .75rem;
	color: #666;
	padding-right: 2px;
	font-weight: bold;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody .tix-column-price::before {
		content: none;
	}
}

.page-slug-tickets .tix-order-summary tbody tr.tix-row-total {
	border: none;
	border-bottom: none !important;
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
}

.page-slug-tickets .tix-order-summary tbody tr.tix-row-total td:first-child {
	width: 83.2%;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody tr.tix-row-total td:first-child {
		width: 85.2%;
	}
}

.page-slug-tickets .tix-order-summary tbody tr.tix-row-total td:nth-child(2)::before {
	content: "計";
	font-size: .75rem;
	color: #666;
	padding-right: 2px;
	font-weight: bold;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody tr.tix-row-total td:nth-child(2)::before {
		content: none;
	}
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-order-summary tbody tr.tix-row-total {
		border-bottom: 1px solid rgba(52, 175, 165, 0.5) !important;
	}
}

.page-slug-tickets .tix-attendee-form {
	font-size: 14px;
}

.page-slug-tickets .tix-attendee-form tr {
	border: none;
	border-bottom: none !important;
	margin-bottom: 0;
}

.page-slug-tickets .tix-attendee-form th {
	font-size: 1rem;
}

.page-slug-tickets .tix-attendee-form td {
	padding: 0 0 1rem !important;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-attendee-form td {
		padding: 1rem !important;
	}
}

.page-slug-tickets .tix-attendee-form td.tix-left {
	width: 100%;
	display: block;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-attendee-form td.tix-left {
		width: 200px;
		display: inline-block;
		vertical-align: middle;
	}
}

.page-slug-tickets .tix-attendee-form td.tix-right {
	width: 100%;
	display: block;
}

@media screen and (min-width: 48em) {
	.page-slug-tickets .tix-attendee-form td.tix-right {
		width: calc(100% - 200px);
		display: inline-block;
		vertical-align: middle;
	}
}

.page-slug-tickets .tix-attendee-form td.tix-right br {
	display: none;
}

.page-slug-tickets .tix-attendee-form td.tix-right input {
	width: 100%;
}

.page-slug-tickets .tix-attendee-form td.tix-right input[type=radio], .page-slug-tickets .tix-attendee-form td.tix-right input[type=checkbox] {
	width: auto;
}

.page-slug-tickets .tix-attendee-form td.tix-right select {
	width: 100%;
}

.page-slug-tickets .tix-submit select {
	width: 100px;
	height: 38px;
	background: rgba(52, 175, 165, 0.1);
	text-align: center;
	margin-bottom: 10px;
}

/* Additional Styles by Jonathon for WordCamp Vancouver 2023 */
.tix-row-health-advisory td p:last-of-type {
	display: none;
}

.tix-payment-method .tix-payment-tab {
	color: white;
}

.wordcamp-sponsors__featured-image img {
	display: inline-block;
	max-height: 200px;
	width: auto;
	max-width: 400px;
}

.main-navigation svg.icon,
.site-header .navigation-top .toggled-on .menu-toggle .icon {
	color: white;
}

ul.wordcamp-block.wordcamp-post-list.has-layout-list.wordcamp-sponsors,
ul.wordcamp-block.wordcamp-post-list.has-layout-list.wordcamp-organizers {
	padding-left: 0;
}

ul.wordcamp-block.wordcamp-post-list.has-layout-list.wordcamp-organizers {
	text-align: center;
}

.main-navigation a {
	font-size: 1rem;
}

.contact-form :where(input[type=radio], input[type=checkbox]) {
	width: auto;
	height: auto;
}

.contact-form label.checkbox, .contact-form label.checkbox-multiple, .contact-form label.radio {
	line-height: 1.2;
}

@media (min-width: 48em) {
	.main-navigation a {
		font-size: .8rem;
	}
}

@media (min-width: 56em) {
	.main-navigation a {
		font-size: 1rem;
	}
}

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

@media (max-width: 28.125em) {
	.site-branding:before {
		width: 320px;
		height: 70px;
	}
	
	.site-branding .wrap .site-description {
		font-size: 3rem !important;
	}
}

@media (max-width: 31.25em) {
	.wordcamp-sponsors__featured-image img {
		max-width: 265px;
	}
}

@media (min-width: 31.25em) {
	#tix-attendees ul,
		ul.wordcamp-block.wordcamp-post-list.has-layout-list.wordcamp-organizers {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	#tix-attendees .tix-columns-3 li {
		height: auto;
	}
}

@media (min-width: 50em) {
	#tix-attendees ul, ul.wordcamp-block.wordcamp-post-list.has-layout-list.wordcamp-organizers {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.js .main-navigation ul.menu > li:first-child a {
		margin-right: 1rem;
	}
}

h1 {
	font-family: "Fredoka", sans-serif !important;
}

/*# sourceMappingURL=sass/style.css.map */