/**
 * DO NOT EDIT THIS LINE.
 */
/* line 3, ../src/style.scss */
body {
	position: relative;
	background-color: #4f483e;
	font-family: "open-sans", sans-serif;
}

/* line 8, ../src/style.scss */
body::after {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/theatre-seats-004.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom;
}

@media (min-width: 768px) {
	/* line 8, ../src/style.scss */
	body::after {
		height: 200px;
	}
}

@media (min-width: 992px) {
	/* line 8, ../src/style.scss */
	body::after {
		height: 250px;
	}
}

@media (min-width: 1200px) {
	/* line 8, ../src/style.scss */
	body::after {
		height: 300px;
	}
}

/* line 35, ../src/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Limelight", cursive;
	font-weight: 600;
}

/* line 48, ../src/style.scss */
.site .site-header {
	background-image: none;
	background-color: #333232;
}

@media (min-width: 768px) {
	/* line 48, ../src/style.scss */
	.site .site-header {
		background-color: #4f483e;
	}
}

/* line 58, ../src/style.scss */
.site-header h1,
.site-header h2 {
	text-transform: uppercase;
}

/* line 63, ../src/style.scss */
.site-header h1 {
	height: 3.5rem;
	margin: 0 auto;
	font-size: 0;
	padding: 0;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
	font-family: brim-narrow-combined-1, sans-serif;
}

/* line 73, ../src/style.scss */
.site-header h1::before {
	content: "WordCamp ";
	color: #ffcd06;
}

/* line 78, ../src/style.scss */
.site-header h1::after {
	content: "London 2017";
}

/* line 82, ../src/style.scss */
.site-header h1::before, .site-header h1::after {
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	/* line 82, ../src/style.scss */
	.site-header h1::before, .site-header h1::after {
		font-size: 1.75rem;
	}
}

@media (min-width: 992px) {
	/* line 82, ../src/style.scss */
	.site-header h1::before, .site-header h1::after {
		font-size: 2.75rem;
	}
}

/* line 97, ../src/style.scss */
.site-header h2 {
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
	font-size: 1rem;
	font-family: brim-narrow-combined-1, sans-serif;
	color: #fff;
	clip: initial;
	position: relative;
}

@media (min-width: 992px) {
	/* line 97, ../src/style.scss */
	.site-header h2 {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	/* line 97, ../src/style.scss */
	.site-header h2 {
		font-size: 1.75rem;
	}
}

/* line 119, ../src/style.scss */
.site-header .home-link {
	position: relative;
	background-color: transparent;
	max-width: none;
	text-align: center;
	z-index: 1;
	padding: 20px;
	color: #fff;
}

/* line 128, ../src/style.scss */
.site-header .home-link::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/wordcamp-website-logo-002.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (min-width: 768px) {
	/* line 128, ../src/style.scss */
	.site-header .home-link::before {
		margin-top: 70px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	/* line 128, ../src/style.scss */
	.site-header .home-link::before {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	/* line 128, ../src/style.scss */
	.site-header .home-link::before {
		margin-top: 45px;
		width: 70px;
		height: 70px;
	}
}

@media (min-width: 1300px) {
	/* line 128, ../src/style.scss */
	.site-header .home-link::before {
		margin-top: 35px;
	}
}

/* line 162, ../src/style.scss */
.site-header .search-form {
	display: none;
}

/* line 167, ../src/style.scss */
.site-header .skip-link.skip-link:focus {
	color: #a61f23;
	top: -2px;
}

/* line 172, ../src/style.scss */
.site-header .menu-toggle {
	color: #fff;
}

/* line 176, ../src/style.scss */
.site-header .navbar {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #27211f;
}

/* line 182, ../src/style.scss */
.site-header .navbar a {
	color: #fff;
	text-transform: uppercase;
}

/* line 189, ../src/style.scss */
.site-header .nav-menu {
	padding: 0;
	text-align: center;
}

@media (min-width: 768px) {
	/* line 198, ../src/style.scss */
	.site-header::before, .site-header::after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		height: 240px;
		width: 600px;
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 2;
	}
	
	/* line 211, ../src/style.scss */
	.site-header::before {
		left: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-left-no-shadow-001.png');
	}
	
	/* line 216, ../src/style.scss */
	.site-header::after {
		right: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-right-no-shadow-001.png');
	}
	
	/* line 222, ../src/style.scss */
	.site-header .navbar {
		position: relative;
		margin-top: -20px;
		padding-top: 25px;
	}
	
	/* line 229, ../src/style.scss */
	.site-header .main-navigation {
		max-width: none;
		padding-left: 160px;
		padding-right: 160px;
	}
	
	/* line 236, ../src/style.scss */
	.site-header .home-link {
		padding: 0 20px;
	}
	
	/* line 240, ../src/style.scss */
	.site-header .home-link::after {
		content: "";
		position: absolute;
		top: 0;
		right: 60px;
		bottom: 0;
		left: 60px;
		display: block;
		background-color: #333232;
		z-index: -1;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	/* line 256, ../src/style.scss */
	.site-header::before {
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-left-002.png');
	}
	
	/* line 260, ../src/style.scss */
	.site-header::after {
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-right-002.png');
	}
}

/* line 270, ../src/style.scss */
.site {
	border: 0;
}

@media (min-width: 992px) {
	/* line 277, ../src/style.scss */
	.site .site-main {
		padding: 0 160px;
	}
	
	/* line 281, ../src/style.scss */
	.site .site-main::before, .site .site-main::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		width: 165px;
		background-size: 100%;
		background-repeat: repeat-y;
	}
	
	/* line 293, ../src/style.scss */
	.site .site-main::before {
		left: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-drape-left-002.png');
	}
	
	/* line 298, ../src/style.scss */
	.site .site-main::after {
		right: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-drape-right-002.png');
	}
	
	/* line 305, ../src/style.scss */
	.site .site-footer {
		position: relative;
		margin-bottom: 50px;
	}
	
	/* line 310, ../src/style.scss */
	.site .site-footer::before, .site .site-footer::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		width: 165px;
		background-size: 100%;
		background-repeat: repeat-y;
	}
	
	/* line 322, ../src/style.scss */
	.site .site-footer::before {
		left: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-bottom-left-002.png');
		background-repeat: no-repeat;
	}
	
	/* line 328, ../src/style.scss */
	.site .site-footer::after {
		right: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/curtain-bottom-right-002.png');
		background-repeat: no-repeat;
	}
	
	/* line 334, ../src/style.scss */
	.site .site-footer .widget-area.masonry {
		height: auto !important;
	}
	
	/* line 338, ../src/style.scss */
	.site .site-footer .wcorg-sponsor-description ul {
		display: none;
		visibility: hidden;
	}
}

/* line 347, ../src/style.scss */
.site .entry-title {
	font-weight: 600;
}

/* line 356, ../src/style.scss */
.site-main .sidebar-container {
	left: 0;
	right: 0;
}

/* line 361, ../src/style.scss */
.site-main .sidebar-inner {
	max-width: none;
}

@media (min-width: 992px) {
	/* line 361, ../src/style.scss */
	.site-main .sidebar-inner {
		padding: 0 180px;
	}
}

/* line 368, ../src/style.scss */
.site-main .sidebar-inner .widget-area {
	margin-right: 0;
}

@media (min-width: 1200px) {
	/* line 368, ../src/style.scss */
	.site-main .sidebar-inner .widget-area {
		margin-right: 40px;
	}
}

@media (min-width: 1750px) {
	/* line 368, ../src/style.scss */
	.site-main .sidebar-inner .widget-area {
		margin-right: 60px;
	}
}

/* line 383, ../src/style.scss */
.site-main .widget-title {
	font-family: "Limelight", cursive;
}

@media (min-width: 1200px) {
	/* line 389, ../src/style.scss */
	.sidebar .entry-header,
	  .sidebar .entry-content,
	  .sidebar .entry-summary,
	  .sidebar .entry-meta {
		padding-left: 20px;
	}
}

/* line 400, ../src/style.scss */
.entry-content a .alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

/* line 405, ../src/style.scss */
.entry-content a .alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0;
}

/* line 410, ../src/style.scss */
.no-border {
	border: 0;
}

@media (min-width: 992px) {
	/* line 415, ../src/style.scss */
	.sidebar .site > .site-main {
		min-height: 1400px;
	}
}

/* line 422, ../src/style.scss */
.site-footer {
	background-color: #dbbb89;
}

/* line 426, ../src/style.scss */
.site-footer .sidebar-container {
	background: transparent;
	text-align: center;
}

/* line 432, ../src/style.scss */
.sidebar .site-footer .widget-area {
	max-width: 600px;
	left: auto;
}

@media (min-width: 1200px) {
	/* line 432, ../src/style.scss */
	.sidebar .site-footer .widget-area {
		max-width: 840px;
	}
}

@media (min-width: 1300px) {
	/* line 432, ../src/style.scss */
	.sidebar .site-footer .widget-area {
		max-width: 940px;
	}
}

@media (min-width: 1750px) {
	/* line 432, ../src/style.scss */
	.sidebar .site-footer .widget-area {
		max-width: 1040px;
	}
}

/* line 450, ../src/style.scss */
.site-footer .widget {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	margin: 0 auto;
	float: none;
}

/* line 459, ../src/style.scss */
.site-footer .widget_text {
	margin: 10px 0;
	text-align: center;
	color: #fff;
}

/* line 464, ../src/style.scss */
.site-footer .widget_text a {
	color: #fff;
}

/* line 470, ../src/style.scss */
.site-footer .textwidget {
	padding: 40px 20px;
	background-color: #333232;
}

@media (min-width: 768px) {
	/* line 477, ../src/style.scss */
	.site-footer .textwidget::before, .site-footer .textwidget::after {
		content: "";
		position: absolute;
		display: block;
		bottom: 60px;
		width: 80px;
		background-size: 100%;
		background-repeat: repeat-y;
	}
}

/* line 493, ../src/style.scss */
.site-footer .widget-title {
	font-family: "Limelight", cursive;
	font-weight: 600;
	font-size: 2.5rem;
	width: 70%;
	margin: 10px auto;
	border-bottom: 10px dotted white;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	/* line 507, ../src/style.scss */
	.site-footer .curtains-bottom::before, .site-footer .curtains-bottom::after {
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		width: 80px;
		height: 60px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	/* line 519, ../src/style.scss */
	.site-footer .curtains-bottom::before {
		left: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/text-widget-bottom-left-001.png');
	}
	
	/* line 524, ../src/style.scss */
	.site-footer .curtains-bottom::after {
		right: 0;
		background-image: url('https://i0.wp.com/raw.githubusercontent.com/WCLDN/2017-theme/master/images/text-widget-bottom-right-001.png');
	}
}

/* line 533, ../src/style.scss */
.site-footer .site-info {
	min-height: 110px;
}

/* line 536, ../src/style.scss */
.site-footer .site-info a {
	display: none;
}

/* line 541, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) {
	text-align: center;
	border: 0;
	color: #27211f;
}

/* line 546, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1)::before, .site-footer .widget_text:nth-of-type(1)::after,
.site-footer .widget_text:nth-of-type(1) .textwidget::before,
.site-footer .widget_text:nth-of-type(1) .textwidget::after {
	content: none;
}

/* line 553, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) .textwidget {
	background: transparent;
}

/* line 557, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) .widget-title {
	color: #27211f;
}

/* line 561, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) .wcorg-sponsor {
	display: inline-block;
	padding: 2px 10px;
}

/* line 566, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) .sponsor-logo {
	display: inline-block;
}

/* line 570, ../src/style.scss */
.site-footer .widget_text:nth-of-type(1) h3:not(.widget-title),
.site-footer .widget_text:nth-of-type(1) p {
	display: none;
}

@media (min-width: 768px) {
	/* line 579, ../src/style.scss */
	.site-footer .wcorg-sponsor-level-boxes .wcorg-sponsor {
		max-width: 350px;
	}
	
	/* line 583, ../src/style.scss */
	.site-footer .wcorg-sponsor-level-stalls .wcorg-sponsor {
		max-width: 200px;
	}
	
	/* line 587, ../src/style.scss */
	.site-footer .wcorg-sponsor-level-dress-circle .wcorg-sponsor {
		max-width: 175px;
	}
	
	/* line 591, ../src/style.scss */
	.site-footer .wcorg-sponsor-level-grand-circle .wcorg-sponsor {
		max-width: 125px;
	}
	
	/* line 595, ../src/style.scss */
	.site-footer .wcorg-sponsor-level-balcony .wcorg-sponsor {
		max-width: 100px;
	}
}

/* line 603, ../src/style.scss */
.widget {
	background-color: #fff;
	border: 4px double #27211f;
}

/* line 607, ../src/style.scss */
.widget [type=submit] {
	background: #a61f23;
	font-weight: 800;
	border: 1px solid #ffcd06;
	color: #ffcd06;
}

/* line 613, ../src/style.scss */
.widget [type=submit]:hover, .widget [type=submit]:focus, .widget [type=submit]:active {
	background: #ffcd06;
	color: #a61f23;
}

/* line 621, ../src/style.scss */
.widget.widget_text {
	border: 0;
	padding: 0;
}

/* line 625, ../src/style.scss */
.widget.widget_text .wcldn-button {
	color: #ffcd06;
	font-size: 2rem;
	padding: 20px 40px;
}

/* line 627, ../src/style.scss */
.widget.widget_text .wcldn-button:hover, .widget.widget_text .wcldn-button:focus, .widget.widget_text .wcldn-button:active {
	color: #a61f23;
}

/* line 635, ../src/style.scss */
.widget.widget_text .wcldn-button.yellow {
	color: #a61f23;
}

/* line 637, ../src/style.scss */
.widget.widget_text .wcldn-button.yellow:hover, .widget.widget_text .wcldn-button.yellow:focus, .widget.widget_text .wcldn-button.yellow:active {
	color: #ffcd06;
}

/* line 645, ../src/style.scss */
.widget.widget_text .textwidget {
	padding: 0;
	background: transparent;
	border: 0;
}

/* line 656, ../src/style.scss */
.wcldn-button {
	display: inline-block;
	padding: 15px;
	background: #a61f23;
	font-family: "Limelight", cursive;
	font-size: 1.3rem;
	font-weight: 800;
	border: 1px solid #ffcd06;
	color: #ffcd06;
	text-decoration: none;
	margin: 10px auto;
}

/* line 668, ../src/style.scss */
.wcldn-button:hover, .wcldn-button:focus, .wcldn-button:active {
	background: #ffcd06;
	color: #a61f23;
	text-decoration: none;
}

/* line 678, ../src/style.scss */
.wcldn-button.yellow {
	background: #ffcd06;
	border: 1px solid #a61f23;
	color: #a61f23;
}

/* line 683, ../src/style.scss */
.wcldn-button.yellow:hover, .wcldn-button.yellow:focus, .wcldn-button.yellow:active {
	background: #a61f23;
	color: #ffcd06;
}

/* line 693, ../src/style.scss */
.entry-content a.wcldn-button, .comment-content a.wcldn-button {
	color: #ffcd06;
}

/* line 696, ../src/style.scss */
.entry-content a.wcldn-button:hover, .entry-content a.wcldn-button:focus, .entry-content a.wcldn-button:active, .comment-content a.wcldn-button:hover, .comment-content a.wcldn-button:focus, .comment-content a.wcldn-button:active {
	color: #a61f23;
}

/* line 706, ../src/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
	text-align: left;
}

/* line 711, ../src/style.scss */
.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background: #a61f23;
}

/* line 718, ../src/style.scss */
.nav-menu .sub-menu {
	border: 0;
}

/* line 722, ../src/style.scss */
.toggled-on .nav-menu li > ul {
	border: 0;
	text-align: center;
	margin: 0;
}

/* line 727, ../src/style.scss */
.toggled-on .nav-menu li > ul a {
	color: #fff;
}

/* line 733, ../src/style.scss */
.toggled-on .nav-menu li:hover > a,
.toggled-on .nav-menu .children a {
	color: #fff;
}

/* line 738, ../src/style.scss */
.jetpack_subscription_widget form p:last-of-type {
	margin: 0;
}

/* line 742, ../src/style.scss */
button,
select,
input,
textarea {
	font-family: inherit;
	padding: 5px;
}

/* line 750, ../src/style.scss */
input,
select,
textarea {
	color: inherit;
}

/* line 755, ../src/style.scss */
input:focus,
select:focus,
textarea:focus {
	border-color: #333232;
	outline: none;
}

/* line 762, ../src/style.scss */
.comment-respond {
	background: #fff;
	border-top: 4px double #ffcd06;
}

/* line 767, ../src/style.scss */
.page-header {
	background-color: #fff;
}

/* line 773, ../src/style.scss */
.table--striped thead th {
	background-color: #27211f;
	color: #fff;
	padding: 6px 10px 6px 0;
}

/* line 780, ../src/style.scss */
.table--striped tbody tr:nth-child(odd) {
	background-color: rgba(255,206,1,0.3);
}

/* line 787, ../src/style.scss */
.subtitle {
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
}

/* line 793, ../src/style.scss */
.lead {
	font-size: 1.4rem;
}

/* line 797, ../src/style.scss */
.highlight {
	font-weight: bold;
}

/* line 803, ../src/style.scss */
article img {
	border: 5px double #27211f;
}

/* line 811, ../src/style.scss */
.site-content .contact-form > div {
	padding-bottom: 20px;
}

/* line 814, ../src/style.scss */
.site-content .contact-form > div .grunion-radio-label.radio {
	font-weight: normal;
	padding-left: 10px;
}

/* line 825, ../src/style.scss */
.tix-js th {
	padding: 0 5px;
}

@media (min-width: 768px) {
	/* line 825, ../src/style.scss */
	.tix-js th {
		min-width: 100px;
	}
}

/* line 833, ../src/style.scss */
.tix-js th.tix-column-price::before {
	content: "";
	display: none;
}

/* line 842, ../src/style.scss */
.tix-js tr .tix-column-price::before {
	content: "£";
}

/* line 848, ../src/style.scss */
.tix-js .tix-ticket-title {
	font-family: "Limelight", cursive;
	font-size: 18px;
}

/* line 853, ../src/style.scss */
.tix-js .tix-ticket-633 .tix-column-price::before {
	content: "";
	display: none;
}

/* line 861, ../src/style.scss */
.single-wcb_sponsor .entry-thumbnail img {
	margin: 10px 0;
	border: 0;
	display: none;
}

/* line 872, ../src/style.scss */
.wcorg-organizer-description img,
.wcorg-speaker-description img,
.speaker-avatar img {
	float: right;
	margin: 0 0 20px 20px;
}

/* line 879, ../src/style.scss */
.wcorg-speaker-description [src*="316c856060"],
.wcorg-speaker-description [src*="7f0aa0a14a"],
.wcorg-speaker-description [src*="f8ee12934b"] {
	display: none;
}

/* line 885, ../src/style.scss */
.wcpt-schedule td {
	vertical-align: top;
}

/* line 889, ../src/style.scss */
.wcpt-session-title {
	font-size: 110%;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: .5em;
	display: inline-block;
}

/* line 897, ../src/style.scss */
.wcpt-session-speakers {
	display: block;
	line-height: 1.4;
}

/* line 902, ../src/style.scss */
.email-only {
	display: none !important;
}

/* line 907, ../src/style.scss */
.site-content .wcorg-sponsors img {
	border: 0;
}

/* line 911, ../src/style.scss */
.site-content .wcorg-sponsors .wcorg-sponsor {
	padding: 20px 0;
}

/* line 914, ../src/style.scss */
.site-content .wcorg-sponsors .wcorg-sponsor h3 {
	display: none;
}

/* line 920, ../src/style.scss */
.site-content .wcorg-sponsors .wcorg-sponsor-level-boxes {
	padding-bottom: 20px;
}

/* line 923, ../src/style.scss */
.site-content .wcorg-sponsors .wcorg-sponsor-level-boxes img {
	max-height: none;
}

/* line 929, ../src/style.scss */
#tix-attendees a[href*=".png"],
#tix-attendees a[href*=".jpg"],
#tix-attendees a[href*=".gif"] {
	display: none;
}

/* line 934, ../src/style.scss */
#tix-attendees ul.tix-attendee-list {
	margin: 0;
	padding-left: 0;
}

/* line 939, ../src/style.scss */
#tix-attendees .tix-columns-3 li {
	width: 100%;
}

@media (min-width: 480px) {
	/* line 939, ../src/style.scss */
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	/* line 939, ../src/style.scss */
	#tix-attendees .tix-columns-3 li {
		width: 33.333%;
	}
}

/* line 953, ../src/style.scss */
.site-content .wcorg-sponsor-description > a:first-of-type {
	display: none;
	visibility: hidden;
}

/* line 957, ../src/style.scss */
.site-content .wcorg-sponsor-level-boxes img {
	display: block;
	width: 100%;
}

/* line 962, ../src/style.scss */
.site-content .wcorg-sponsor-level-stalls img {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* line 969, ../src/style.scss */
.site-content .wcorg-sponsor-level-dress-circle img {
	width: 40%;
}

/* line 974, ../src/style.scss */
.site-content .wcorg-sponsor-level-grand-circle .wcorg-sponsor {
	display: inline-block;
	width: 49%;
}

/* line 979, ../src/style.scss */
.site-content .wcorg-sponsor-level-balcony .wcorg-sponsor {
	display: inline-block;
	width: 24%;
	padding-right: 6%;
}

/* line 986, ../src/style.scss */
.wcpt-schedule {
	font-size: 16px;
}

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