body {
	font-family: Open Sans, sans-serif;
	background: #fff;
	word-wrap: break-word;
	color: #2c3039;
}

body h1,body h2,body h3,body h4,body h5,body h6 {
	color: #1d5cb5;
	font-family: Arvo, serif;
}

a,a:visited {
	color: #1d5cb5;
}

a:hover {
	color: #2875e0;
}

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=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
	padding: .75rem;
}

.site-content {
	min-height: calc(100vh - 210px);
	overflow: hidden;
}

.entry-content,.entry-summary,.page-content {
	width: 72rem;
	max-width: 100%;
	margin: 1rem auto 2rem;
}

.aligncenter {
	margin: 0 auto;
}

.alignwide {
	margin: 0 auto 2rem;
	padding: 0 1rem;
}

.alignfull {
	min-width: 100%;
	margin: 0 0 2rem;
}

.entry-content .alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.entry-content .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

.entry-content .wp-block-table {
	margin: 0 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: calc(100% - 2rem);
}

.entry-content .wp-block-table tr {
	padding-bottom: 1em;
}

.entry-content .wp-block-table tr:first-child {
	background: #1d5cb5;
	color: #fff;
}

.entry-content .wp-block-table tr:nth-child(2n) {
	background: #97cade;
	color: #fff;
}

.entry-content .wp-block-table tr:nth-child(2n) a {
	color: #fff;
}

.entry-content .wp-block-table td {
	padding: .5em;
}

.entry .entry-content,.entry .entry-summary,.wp-block-quote.is-large,.wp-block-quote.is-style-large {
	margin: 2rem auto;
}

body.home .entry-content {
	margin-top: 0;
}

body.home .entry-header {
	display: none;
}

#comments,#tix,.entry-content address,.entry-content dl,.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.entry-content ol,.entry-content p,.entry-content ul,.googlemaps,.navigation.post-navigation,.page-header,.testimonial,.wp-block-button,.wp-block-columns,.wp-block-gallery,.wp-block-image,.wp-block-preformatted,.wp-block-quote,[id^=contact-form-],figure.wp-block-audio,figure.wp-block-embed,footer.entry-footer,header.entry-header,pre.wp-block-verse {
	width: 72rem;
	max-width: 100%;
	margin: 1rem auto;
	padding: 0 1rem;
}

.wp-block-embed {
	margin: 1rem auto 2rem;
}

iframe {
	margin: 0 auto;
}

.wp-block-columns {
	padding: 0;
}

.wp-block-columns .wp-block-column p {
	padding: .75rem;
}

.wp-block-cover,.wp-block-cover-image {
	min-height: 15rem;
}

.wp-block-button {
	margin: 1rem auto;
}

.wp-block-button.alignright {
	width: 72rem;
	max-width: 100%;
}

.entry-content dl,.entry-content ol,.entry-content ul:not(.wp-block-gallery) {
	margin: 1rem auto;
	padding-left: 2rem;
}

.youtube-player {
	margin: auto;
}

p.no-comments {
	display: none;
}

.site-info {
	text-align: center;
}

.site-info a {
	margin: 1rem 2rem;
}

@media screen and (min-width:64rem) {
	body.home .wp-block-cover {
		min-height: 460px;
		background-color: transparent;
	}
	
	body.home .wp-block-cover__inner-container {
		position: absolute;
		bottom: 0;
	}
	
	body.home .wp-block-cover__inner-container h2 {
		font-size: 4rem;
		font-weight: 400;
		text-shadow: 0 0 30px rgba(0,0,0,.9);
		font-family: Open Sans, sans-serif;
	}
	
	body.home .wp-block-cover__inner-container p {
		font-size: 1.5rem;
		font-family: Arvo, serif;
		font-weight: 600;
		text-shadow: 0 0 20px rgba(0,0,0,.9);
	}
	
	body.page-template-default #content.site-content {
		max-width: 100%;
		width: 72rem;
		margin: 0 auto;
		padding: 1rem;
	}
	
	body.page-template-default #content.site-content #primary {
		float: left;
		width: calc(75% - 1rem);
		background: #fff;
		border-radius: .5rem;
		margin-right: 1rem;
	}
	
	body.page-template-default #content.site-content #secondary {
		width: calc(25% - 1rem);
		float: right;
		margin-left: 1rem;
	}
	
	body.page-template-default #content.site-content #secondary .widget {
		background: #fff;
		padding: .25rem .5rem 0;
		border-radius: .5rem;
		border: 1px solid rgba(61,4,102,.5);
	}
	
	body.page-template-default #content.site-content #secondary .widget h2.widget-title {
		margin: -.25rem -.5rem;
		color: #fff;
		background: #6e1799;
		padding: .5rem;
		border-radius: .5rem .5rem 0 0;
		font-size: 1.125em;
	}
}

ul {
	list-style: none;
}

ul:not(.menu):not(.sub-menu):not(.wordcamp-organizers):not(.wordcamp-speakers):not(.wordcamp-sponsors):not(.wp-block-gallery):not(.tix-attendee-list):not(.jetpack-social-widget-list) li:before {
	content: "\2022";
	color: #1d5cb5;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.wp-block-image,.wp-block-image.alignfull,.wp-block-image.alignwide {
	padding: 0;
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
	max-width: 100vw;
	width: 100vw;
	height: auto;
}

@media screen and (max-width:64rem) {
	.wp-block-image .alignleft,.wp-block-image .alignright {
		float: none;
		margin: 0;
	}
}

@media screen and (min-width:64rem) {
	.wp-block-image figure.alignleft,.wp-block-image figure.alignright {
		width: 115%;
		height: auto;
	}
	
	.wp-block-image figure.alignleft {
		margin-left: -75px;
	}
	
	.wp-block-image figure.alignright {
		margin-right: -75px;
	}
}

.entry-image img,.wp-block-gallery img,.wp-block-image img {
	-webkit-box-shadow: .1875rem .625rem 1.875rem rgba(0,34,71,.35) !important;
	box-shadow: .1875rem .625rem 1.875rem rgba(0,34,71,.35) !important;
}

.wcb_sponsor .entry-image img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.wp-block-cover {
	-webkit-box-shadow: .1875rem .625rem 1.875rem rgba(0,34,71,.35) !important;
	box-shadow: .1875rem .625rem 1.875rem rgba(0,34,71,.35) !important;
}

* ::-moz-selection {
	background: #1d5cb5;
	color: #fff;
}

* ::selection {
	background: #1d5cb5;
	color: #fff;
}

.new-section {
	margin-top: 5rem !important;
}

.site-header {
	background: #1d5cb5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.site-header .site-branding {
	position: relative;
	overflow: hidden;
}

.site-header .site-branding:after {
	display: block;
	width: 150px;
	height: 150px;
	content: "";
	position: absolute;
	top: 70px;
	right: -70px;
	background: url('/files/2019/09/Wapuu-Dublin-2019-CMYK2-150x150.png');
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.site-header .site-branding .site-title {
	padding: 0;
}

.site-header .site-branding .site-title a {
	background: url('https://2019.dublin.wordcamp.org/files/2019/10/WordCamp-Dublin-2019-300x73.png');
	width: 300px;
	height: 73px;
	max-width: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 3em auto;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	color: #fff;
}

.site-header .site-branding .site-description {
	font-family: Arvo, serif;
	font-size: 1.3rem;
	text-align: center;
	padding: 1em;
}

.site-header:focus .site-branding:after,.site-header:hover .site-branding:after {
	right: -40px;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.site-header .menu-menu-container {
	width: 73rem;
	max-width: 100%;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

.site-header .custom-header {
	height: auto;
	width: 100%;
	max-width: 100%;
	background-color: #1d5cb5;
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/wcdublin_home_banner_m.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-ms-flex-order: 2;
	order: 2;
}

.site-header .custom-header:before {
	background: rgba(29,92,181,.6);
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
}

.page-id-267 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dublin-bridge-m.jpg');
}

.page-id-14 .site-header .custom-header,.page-id-17 .site-header .custom-header,.page-id-134 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/appartment-doors-m.jpg');
}

.page-id-11 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dcu-entrance-m.jpg');
}

.page-id-123 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/anne-street-dublin-m.jpg');
}

.page-id-164 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dublin-bridge-m.jpg');
}

.page-id-13 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/road-to-building-m.jpg');
}

.page-id-138 .site-header .custom-header {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/10/traffic-dublin-m.jpg');
}

.site-header .main-navigation {
	position: -webkit-sticky;
	position: sticky;
	-ms-flex-order: 1;
	order: 1;
	top: 0;
	right: 0;
	left: 0;
	background: #1d5cb5;
}

@media screen and (max-width:63.99rem) {
	.page-navigation-container {
		font-family: Arvo, serif;
	}
	
	.page-navigation-container .menu-toggle {
		margin: 0 auto;
		padding: 1.5rem;
		width: 100%;
		border: none;
		border-radius: 0;
		background: transparent;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		text-align: right;
	}
	
	.page-navigation-container #primary-menu {
		padding-bottom: 1rem;
	}
	
	.page-navigation-container ul {
		display: none;
	}
	
	.page-navigation-container ul li {
		display: block;
		float: none;
		text-align: left;
		position: relative;
	}
	
	.page-navigation-container ul li button.dropdown-toggle {
		display: none;
	}
	
	.page-navigation-container ul li a {
		display: block;
		color: #fff;
		margin: .25rem 0;
		padding: .5rem 1rem;
		width: 100%;
		font-size: 1.2rem;
	}
	
	.page-navigation-container ul li a:active,.page-navigation-container ul li a:hover {
		color: #fff;
		background: #97cade;
	}
	
	.page-navigation-container ul li ul.sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		position: relative;
		left: 0;
		float: none;
		display: block;
		top: 0;
	}
	
	.page-navigation-container ul li ul.sub-menu li a {
		padding-left: 1.5rem;
	}
	
	.page-navigation-container ul li ul.sub-menu ul.sub-menu {
		padding-left: 2rem;
	}
	
	#site-navigation.page-navigation-container.toggled-on .menu-menu-container,.js .dropdown-toggle,.js .menu-toggle,.page-navigation-container.toggled-on ul {
		display: block;
	}
}

.menu-menu-container:before {
	content: "#WCDUBLIN";
	font-size: 1.5rem;
	position: absolute;
	left: 1rem;
	top: -35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.toggled-on .menu-menu-container:before {
	top: -39px;
}

@media screen and (min-width:64rem) {
	.menu-menu-container:before {
		font-size: 2rem;
		top: 50%;
	}
}

@media screen and (min-width:64rem) {
	.menu-menu-1-container ul#primary-menu.menu {
		display: inline-block;
		margin: 0 auto -.4rem;
	}
	
	.menu-menu-1-container ul#primary-menu.menu li {
		padding: 0;
		margin: 0;
	}
	
	.menu-menu-1-container ul#primary-menu.menu li a {
		color: #97cade;
		padding: .75rem 1.5rem;
		margin: 0 1rem;
		text-transform: uppercase;
	}
	
	.menu-menu-1-container ul#primary-menu.menu li a:active,.menu-menu-1-container ul#primary-menu.menu li a:focus,.menu-menu-1-container ul#primary-menu.menu li a:hover,.menu-menu-1-container ul#primary-menu.menu li a[focus-within] {
		background: #97cade;
		color: #fff;
	}
	
	.menu-menu-1-container ul#primary-menu.menu li a:active,.menu-menu-1-container ul#primary-menu.menu li a:focus,.menu-menu-1-container ul#primary-menu.menu li a:focus-within,.menu-menu-1-container ul#primary-menu.menu li a:hover {
		background: #97cade;
		color: #fff;
	}
	
	.menu-menu-1-container ul#primary-menu.menu li:hover>a {
		background: #97cade;
		color: #fff;
	}
	
	.menu-menu-1-container ul#primary-menu.menu ul.sub-menu {
		text-align: left;
		margin: 1.5rem 0 0 1rem;
		background: #1d5cb5;
	}
	
	.menu-menu-1-container ul#primary-menu.menu ul.sub-menu li {
		padding: 0;
		margin: 0;
	}
	
	.menu-menu-1-container ul#primary-menu.menu ul.sub-menu li a {
		color: #97cade;
		padding: .75rem .5rem;
		margin: 0;
	}
	
	.menu-menu-1-container ul#primary-menu.menu ul.sub-menu li a:hover {
		color: #fff;
		background: #97cade;
	}
	
	.menu-menu-1-container ul#primary-menu.menu ul.sub-menu li ul.sub-menu {
		margin: 0;
	}
	
	.site-header .site-branding .site-title a {
		background: url('https://2019.dublin.wordcamp.org/files/2019/10/WordCamp-Dublin-2019-557x135.png');
		width: 557px;
		height: 135px;
	}
	
	.site-header .site-description {
		font-size: 2.2rem;
	}
	
	.site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/wcdublin_home_banner.jpg');
	}
	
	.page-id-267 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dublin-bridge.jpg');
	}
	
	.page-id-14 .site-header .custom-header,.page-id-17 .site-header .custom-header,.page-id-134 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/appartment-doors.jpg');
	}
	
	.page-id-11 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dcu-entrance.jpg');
	}
	
	.page-id-123 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/anne-street-dublin.jpg');
	}
	
	.page-id-164 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/dublin-bridge.jpg');
	}
	
	.page-id-13 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/road-to-building.jpg');
	}
	
	.page-id-138 .site-header .custom-header {
		background-image: url('https://2019.dublin.wordcamp.org/files/2019/10/traffic-dublin.jpg');
	}
	
	.site-header #site-navigation {
		display: block;
		margin: 0 auto;
		text-align: center;
		font-family: Arvo, serif;
		z-index: 4;
	}
	
	.site-header #site-navigation #primary-menu {
		margin: 0 auto;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		text-align: left;
	}
	
	.site-header #site-navigation #primary-menu li {
		padding: 0;
		text-transform: uppercase;
		font-weight: 700;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.site-header #site-navigation #primary-menu a {
		color: #fff;
		padding: 2rem 1rem;
		height: 90px;
		font-size: 1rem;
	}
	
	.site-header #site-navigation #primary-menu a:active,.site-header #site-navigation #primary-menu a:focus,.site-header #site-navigation #primary-menu a:hover,.site-header #site-navigation #primary-menu a[focus-within] {
		background: #fff;
		color: #1d5cb5;
	}
	
	.site-header #site-navigation #primary-menu a:active,.site-header #site-navigation #primary-menu a:focus,.site-header #site-navigation #primary-menu a:focus-within,.site-header #site-navigation #primary-menu a:hover {
		background: #fff;
		color: #1d5cb5;
	}
	
	.site-header #site-navigation #primary-menu .current-menu-item>a {
		background: #fff;
		color: #1d5cb5;
	}
	
	.site-header #site-navigation #primary-menu ul.sub-menu {
		background: #1d5cb5;
		margin: 4.125rem 0 0;
	}
	
	.site-header #site-navigation #primary-menu ul.sub-menu li {
		margin: 0;
		padding: 0;
	}
	
	.site-header #site-navigation #primary-menu ul.sub-menu li a {
		padding: 1rem;
		min-width: 260px;
		margin: 0;
		height: auto;
	}
	
	.site-header #site-navigation #primary-menu ul.sub-menu ul.sub-menu {
		margin-top: 0;
	}
	
	.site-header #site-navigation #primary-menu .menu-item-has-children>a:after {
		content: "▼";
		color: #fff;
		font-size: .675rem;
		position: relative;
		bottom: 1px;
		margin-left: 7px;
	}
	
	.site-header #site-navigation #primary-menu .menu-item-has-children.current-menu-item a:after,.site-header #site-navigation #primary-menu .menu-item-has-children>a:hover:after {
		color: #1d5cb5;
	}
}

.site-footer {
	position: relative;
	padding: 1em 1em 230px;
	margin-top: 0;
	background-position: bottom;
}

.site-footer:before {
	background: #1d5cb5;
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/lines_dublin.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
}

.site-footer #footer-widgets {
	width: 100%;
	max-width: 75rem;
	margin: 1rem auto;
}

.site-footer #footer-widgets .wcb_widget_sponsors {
	text-align: center;
}

.site-footer a {
	color: #1d5cb5;
	text-decoration: none;
}

.site-footer a:hover {
	color: #1d5cb5;
	text-decoration: underline;
}

.site-footer h4 {
	font-size: 1.25rem;
}

.jetpack_widget_social_icons {
	text-align: center;
}

.jetpack_widget_social_icons .jetpack-social-widget-item {
	margin: 0 .5rem;
}

.jetpack_widget_social_icons a .icon {
	position: relative;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.jetpack_widget_social_icons a:hover .icon {
	top: -5px;
}

.footer-widgets-block:first-child {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #fff;
	display: block;
	text-align: center;
	color: grey;
	margin: 0;
	z-index: 5;
	border-radius: 25px;
}

.footer-widgets-block:first-child .widget {
	padding: 0;
	margin: 0;
}

.footer-widgets-block:first-child .back-top {
	margin: 0;
}

.footer-widgets-block:first-child .back-top__link {
	display: block;
	padding: .5rem;
	text-align: center;
	color: #777;
	border: 1px solid #ddd;
	border-radius: 25px;
	width: 3em;
	height: 3em;
	line-height: 1.75;
}

.footer-widgets-block:first-child .back-top__link:hover {
	background: #1d5cb5;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
}

.hide-mobile {
	display: none;
}

.sponsor-level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsor-level h4 {
	width: 100%;
}

.sponsor-level a {
	width: 50%;
	padding: .5rem;
}

.sponsor-level a:nth-child(odd) {
	padding-right: 0;
}

.sponsor-level a:nth-child(2n) {
	padding-left: 0;
}

@media screen and (min-width:30rem) {
	.sponsor-level a {
		width: 20%;
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.sponsor-level a:nth-child(2n),.sponsor-level a:nth-child(odd) {
		padding: .5rem 1rem;
	}
	
	.sponsor-level.platinum a {
		width: 50%;
	}
	
	.sponsor-level.gold a {
		width: 33%;
	}
	
	.sponsor-level.silver a {
		width: 25%;
	}
	
	.sponsor-level.bronze a {
		width: 20%;
	}
	
	.sponsor-level.venue-sponsor a {
		width: 33%;
	}
	
	.sponsor-level.in-kind a {
		width: 20%;
	}
}

@media screen and (min-width:48rem) {
	.sponsor-level a:nth-child(2n),.sponsor-level a:nth-child(odd) {
		padding: .5rem 1.5rem;
	}
	
	.sponsor-level.platinum a {
		width: 33%;
	}
	
	.sponsor-level.gold a {
		width: 25%;
	}
	
	.sponsor-level.silver a {
		width: 20%;
	}
	
	.sponsor-level.bronze a {
		width: 16%;
	}
	
	.sponsor-level.venue-sponsor a {
		width: 25%;
		float: left;
	}
	
	.sponsor-level.in-kind a {
		width: 16%;
	}
}

@media screen and (min-width:64rem) {
	#footer-widgets {
		width: 100%;
		max-width: 75rem;
		margin: 1rem auto;
		padding: 1rem;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
	}
	
	.sponsor-level a:nth-child(2n),.sponsor-level a:nth-child(odd) {
		padding: .5rem 2rem;
	}
}

@media screen and (min-width:82.5rem) {
	.footer-widgets-block:first-child {
		bottom: .5rem;
		right: calc(50% - 41rem);
	}
}

#primary-sidebar,#secondary-sidebar {
	width: 72rem;
	max-width: 100%;
	margin: 0 auto;
}

.widget {
	padding: 1em;
}

.boxes.wp-block-columns {
	background: #fff;
	margin-top: 2rem;
}

.boxes .wp-block-column {
	background: #fff;
	text-align: center;
	padding: .5em;
	border: 1px solid #ddd;
	margin-left: 1rem;
	margin-right: 1rem;
}

.boxes__title:before {
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: .7em auto;
	width: 50px;
	height: 50px;
	content: "";
}

.boxes__title--volunteers:before {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/volunteer-small.png');
}

.boxes__title--speakers:before,.boxes__title--sponsors:before {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/speakers.png');
}

.boxes__title--ticket:before {
	background-image: url('https://2019.dublin.wordcamp.org/files/2019/07/tickets.png');
}

@media screen and (min-width:30rem) {
	.boxes {
		padding-left: 1rem;
		padding-right: 1rem;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.boxes .wp-block-column {
		background: #fff;
		text-align: center;
		padding: .5em;
		border: 1px solid #ddd;
		margin-left: 0;
	}
	
	.boxes .wp-block-column:last-child {
		margin-right: 0;
	}
}

.blog .category-news .wp-block-cover {
	background-color: #1d5cb5;
	height: 470px;
}

.blog .category-news .wp-block-cover__inner-container {
	display: inline-block;
	width: auto;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #1d5cb5;
	padding: 0 1.5em;
}

.blog .category-news .wp-block-cover__inner-container p {
	width: auto;
}

.blog .post {
	margin-bottom: 4em;
}

.blog .post .entry-title {
	font-size: 2.5em;
	margin-top: 1rem;
	margin-bottom: .5em;
}

.blog .post .entry-title a {
	text-decoration: none;
}

.blog .post .more-link {
	margin-left: 1rem;
}

.blog .post .entry-footer,.blog .post .more-link:after {
	display: none;
}

.blog .content-area {
	margin-top: 4em;
}

@media screen and (min-width:30rem) {
	.blog .post {
		margin-bottom: 5em;
	}
}

.page .entry-title {
	margin-top: 2em;
}

.page-template .entry-header .entry-image {
	display: none;
}

.single .entry-header {
	margin-top: 2em;
}

@media screen and (min-width:64rem) {
	.single .site-content {
		width: 72rem;
		max-width: 100%;
		margin: 0 auto;
	}
}

.tix-js form>p {
	padding: 0;
	margin-top: 0;
}

table.tix_tickets_table {
	width: 100%;
	display: inline-table;
	margin: 1rem auto 2rem;
	border: 1px solid #1d5cb5;
	border-collapse: separate;
	white-space: unset;
}

@media screen and (max-width:48rem) {
	table.tix_tickets_table.tix-attendee-form,table.tix_tickets_table.tix-order-summary {
		table-layout: fixed;
	}
}

table.tix_tickets_table th {
	color: #fff;
	background: #1d5cb5;
	font-weight: 700;
}

table.tix_tickets_table tr:not(:first-child) {
	border-top: 1px solid #97cade;
}

table.tix_tickets_table td,table.tix_tickets_table th {
	text-align: left;
	padding: .5rem;
}

@media screen and (min-width:28rem) {
	table.tix_tickets_table td,table.tix_tickets_table th {
		padding: 1rem;
	}
}

table.tix_tickets_table input {
	margin-right: 10px;
}

table.tix_tickets_table .tix-ticket-title {
	color: #1d5cb5;
}

table.tix-order-summary .tix-column-description {
	width: auto;
}

table.tix-attendee-form input[type=email],table.tix-attendee-form input[type=text],table.tix-attendee-form input[type=url],table.tix-attendee-form select,table.tix-attendee-form textarea {
	width: 100%;
}

.tix-column-remaining {
	display: none;
}

@media screen and (min-width:30rem) {
	table.tix_tickets_table {
		border-collapse: collapse;
	}
}

table.wcpt-schedule {
	line-height: 1.5;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 70rem;
	margin: 0 auto;
	background: #fff;
}

table.wcpt-schedule .dashicons {
	color: #fff;
	font-size: 1.2rem;
	width: 1.4rem;
	height: 1.4rem;
	background: #9c0076;
	padding: 4px;
	border-radius: 50%;
}

table.wcpt-schedule tbody a.wcpt-session-title {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	margin-bottom: .5rem;
}

table.wcpt-schedule tbody tr:nth-child(odd) {
	background-color: #fff;
}

table.wcpt-schedule thead {
	background-color: #1d0a69;
	color: #fff;
	text-align: left;
	padding: .5rem;
}

table.wcpt-schedule thead tr th {
	padding: .4rem;
}

table.wcpt-schedule .wcb-favourite-session {
	background: rgba(151,202,222,.6);
}

table.wcpt-schedule .wcb-favourite-session a.wcpt-session-title {
	color: #6e1799;
}

table.wcpt-schedule .wcb-favourite-session .dashicons {
	color: #9c0076;
	background: #fff;
}

table.wcpt-schedule .wcpt-schedule th,table.wcpt-schedule td {
	padding: .75rem;
	border: 1px solid #ddd;
}

table.wcpt-schedule tbody a.wcpt-session-title:active,table.wcpt-schedule tbody a.wcpt-session-title:focus,table.wcpt-schedule tbody a.wcpt-session-title:hover {
	text-decoration: underline;
}

table.wcpt-schedule tbody span.wcpt-session-speakers a {
	color: #2c3039;
}

table.wcpt-schedule tr.global-session {
	text-align: center;
}

table.wcpt-schedule tr.global-session .wcpt-session-speakers {
	margin-right: 2rem;
}

table.wcpt-schedule tr.after-party,table.wcpt-schedule tr.break,table.wcpt-schedule tr.lunch,table.wcpt-schedule tr.short-break,table.wcpt-schedule tr.wcpt-time-110pm,table.wcpt-schedule tr.wcpt-time-445pm,table.wcpt-schedule tr.wcpt-time-545pm,table.wcpt-schedule tr.wcpt-time-915am {
	background-color: rgba(61,4,102,.2) !important;
}

table.wcpt-schedule tr.after-party .wcb-session-favourite-icon,table.wcpt-schedule tr.break .wcb-session-favourite-icon,table.wcpt-schedule tr.lunch .wcb-session-favourite-icon,table.wcpt-schedule tr.short-break .wcb-session-favourite-icon,table.wcpt-schedule tr.wcpt-time-110pm .wcb-session-favourite-icon {
	display: none;
}

table.wcpt-schedule .dashicons:before {
	top: 1px;
	position: relative;
}

@media screen and (min-width:43.75rem) {
	table.wcpt-schedule .wcpt-session-empty {
		border-top: none;
	}
	
	table.wcpt-schedule .wcpt-time-130pm td:nth-child(2),table.wcpt-schedule .wcpt-time-150pm td:nth-child(3),table.wcpt-schedule .wcpt-time-205pm td:nth-child(3),table.wcpt-schedule .wcpt-time-215pm td:nth-child(2),table.wcpt-schedule .wcpt-time-405pm td:nth-child(2),table.wcpt-schedule .wcpt-time-420pm td:nth-child(3),table.wcpt-schedule .wcpt-time-425pm td:nth-child(2),table.wcpt-schedule .wcpt-time-900am .wcb-session-category-community:nth-child(3) {
		border-bottom: none;
	}
}

.wcorg-organizers .wcorg-organizer {
	width: calc(33.33333% - 1rem);
	display: inline-grid;
	border: 1px solid #ddd;
	margin: 1rem .25rem;
	padding: 0 1rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wcorg-organizers .wcorg-organizer:hover {
	border-color: rgba(61,4,102,.5);
}

.wcorg-organizers .wcorg-organizer h2 {
	margin: 0 0 .5rem;
	font-size: 1.2rem;
	text-align: center;
	color: #6e1799;
}

.wcorg-organizers .wcorg-organizer .wcorg-organizer-description {
	margin: 0 auto;
}

.wcorg-organizers .wcorg-organizer .wcorg-organizer-description img {
	display: block;
	margin: 0 auto;
}

.single-wcb_session h2 {
	margin-top: 30px;
}

.single-wcb_session ul.wordcamp-speakers {
	padding-left: 1rem;
}

.single-wcb_session .wordcamp-speakers__content p,.single-wcb_session .wordcamp-speakers__title {
	padding: 0;
}

.single-wcb_session #session-speaker-names,.single-wcb_session .wordcamp-speakers__content a,.single-wcb_session h2.session-speakers {
	display: none;
}

.single-wcb_session .session-categories-links {
	padding: 0 1rem;
}

.single-wcb_session .nav-links .nav-previous {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-wcb_session .nav-links .nav-previous:before {
	content: "←";
	margin-right: .5rem;
	align-self: center;
}

.single-wcb_session .nav-links .nav-next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.single-wcb_session .nav-links .nav-next:after {
	content: "→";
	margin-left: .5rem;
	align-self: center;
	color: #1d5cb5;
}

.wcorg-sessions .wcorg-session {
	margin-bottom: 5rem !important;
}

.single-wcb_speaker img {
	margin: 0 1rem;
}

.single-wcb_speaker .speaker-sessions {
	margin-top: 30px;
}

body.page-slug-speakers .wcorg-speaker {
	border-bottom: 1px dashed rgba(61,4,102,.5);
	padding-bottom: .5rem;
	margin: 1rem 0 3rem;
	min-height: 12rem;
}

body.page-slug-speakers .wcorg-speaker img {
	float: right;
	margin: 0 1rem 1rem;
}

body.page-slug-speakers .wcorg-speaker:last-child {
	border-bottom: none;
}

body.page-template-full-width #secondary {
	display: none;
}

.page-slug-sponsors .wcorg-sponsor {
	margin: 2em 0;
}

.page-slug-sponsors .wcorg-sponsor img {
	margin-left: 1rem;
	max-width: calc(100% - 2rem);
	height: auto;
}

.page-slug-sponsors .wordcamp-sponsors {
	padding-left: 1rem !important;
	overflow: auto;
}

.page-slug-sponsors .wordcamp-sponsors .wordcamp-post-list__post {
	border: 1px solid rgba(88,88,88,.15);
	background-color: #fafafa;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}

.page-slug-sponsors .wordcamp-sponsors .wordcamp-post-list__post:hover {
	background-color: #eee;
}

.page-slug-sponsors .wordcamp-sponsors .wordcamp-image__featured-image-link {
	position: relative;
	display: block;
	padding-top: 100%;
}

.page-slug-sponsors .wordcamp-sponsors .wordcamp-image__featured-image {
	position: absolute;
	top: 34%;
	padding: .5rem;
}

.page-slug-sponsors .wordcamp-sponsors--venue .wordcamp-image__featured-image {
	top: 27%;
}

.page-slug-sponsors .wordcamp-sponsors--in-kind .wordcamp-image__featured-image {
	top: 17%;
}

.page-slug-sponsors .page-slug-sponsors .tix-clear {
	display: none;
}

@media screen and (min-width:30rem) {
	.page-slug-sponsors .wcorg-sponsor {
		margin: 3em 0;
	}
	
	.page-slug-sponsors .wcorg-sponsor img {
		max-width: 18rem;
	}
}

@media screen and (max-width:48rem) {
	.page-slug-sponsors .wordcamp-sponsors--platinum .wordcamp-post-list__post {
		width: 48.5%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--platinum .wordcamp-post-list__post:nth-child(2n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--gold .wordcamp-post-list__post,.page-slug-sponsors .wordcamp-sponsors--venue .wordcamp-post-list__post {
		width: 31%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--gold .wordcamp-post-list__post:nth-child(3n),.page-slug-sponsors .wordcamp-sponsors--venue .wordcamp-post-list__post:nth-child(3n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--silver .wordcamp-post-list__post {
		width: 22.75%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--silver .wordcamp-post-list__post:nth-child(4n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--bronze .wordcamp-post-list__post,.page-slug-sponsors .wordcamp-sponsors--in-kind .wordcamp-post-list__post {
		width: 17.6%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--bronze .wordcamp-post-list__post:nth-child(5n),.page-slug-sponsors .wordcamp-sponsors--in-kind .wordcamp-post-list__post:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and (min-width:48rem) {
	.page-slug-sponsors .wordcamp-sponsors--platinum .wordcamp-post-list__post {
		width: 31.3%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--platinum .wordcamp-post-list__post:nth-child(3n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--gold .wordcamp-post-list__post,.page-slug-sponsors .wordcamp-sponsors--venue .wordcamp-post-list__post {
		width: 22.75%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--gold .wordcamp-post-list__post:nth-child(4n),.page-slug-sponsors .wordcamp-sponsors--venue .wordcamp-post-list__post:nth-child(4n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--silver .wordcamp-post-list__post {
		width: 17.6%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--silver .wordcamp-post-list__post:nth-child(5n) {
		margin-right: 0;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--bronze .wordcamp-post-list__post,.page-slug-sponsors .wordcamp-sponsors--in-kind .wordcamp-post-list__post {
		width: 14.1%;
	}
	
	.page-slug-sponsors .wordcamp-sponsors--bronze .wordcamp-post-list__post:nth-child(6n),.page-slug-sponsors .wordcamp-sponsors--in-kind .wordcamp-post-list__post:nth-child(6n) {
		margin-right: 0;
	}
}

.search-results .site-main {
	margin: 0 1rem;
}

.search-results .page-header {
	padding: 0;
}

.search-results .more-link {
	display: table;
	margin-top: 1rem;
}

@media screen and (min-width:64rem) {
	.search-results .posts-navigation {
		width: 72rem;
		max-width: 100%;
		margin: 0 auto;
	}
}

#tix-attendees {
	margin-top: 40px;
}

#tix-attendees .tix-attendee-list {
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 1rem;
}

.page-slug-sponsors #tix-attendees .tix-attendee-list {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#tix-attendees .tix-attendee-list li {
	text-align: center;
	width: 33%;
	height: auto;
	margin-bottom: 60px;
}

#tix-attendees .avatar {
	float: none;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

#tix-attendees .tix-attendee-name {
	margin-left: 0;
	font-size: 1rem;
	font-weight: 700;
}

#tix-attendees .tix-attendee-twitter {
	margin-left: 0;
}

@media screen and (min-width:48rem) {
	#tix-attendees .tix-attendee-list li {
		width: 25%;
	}
}

@media screen and (min-width:60rem) {
	#tix-attendees .tix-attendee-list li {
		width: 20%;
	}
}

@media screen and (min-width:70rem) {
	#tix-attendees .tix-attendee-list li {
		width: 16%;
	}
}

.more-link,.wp-block-button__link,button:not(.menu-toggle):not(.tix_other_payment_options):not(.dropdown-toggle),input[type=button],input[type=reset],input[type=submit] {
	display: inline-block;
	background: #1d5cb5;
	color: #fff;
	font-size: 1.125em;
	padding: 1rem 1.25rem !important;
	border: none;
	border-radius: 3px;
	width: 100%;
	text-decoration: none;
	text-transform: capitalize;
}

.more-link:after,.wp-block-button__link:after,button:after,input[type=button]:after,input[type=reset]:after,input[type=submit]:after {
	content: "→";
	display: inline-block;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	margin-left: 5px;
	position: relative;
	left: 0;
}

@media screen and (min-width:30rem) {
	.more-link,.wp-block-button__link,button:not(.menu-toggle):not(.tix_other_payment_options):not(.dropdown-toggle),input[type=button],input[type=reset],input[type=submit] {
		width: auto;
		min-width: 10em;
	}
	
	.more-link:hover,.wp-block-button__link:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
		background: #2875e0 !important;
		color: #fff;
	}
	
	.more-link:hover:after,.wp-block-button__link:hover:after,button:hover:after,input[type=button]:hover:after,input[type=reset]:hover:after,input[type=submit]:hover:after {
		left: 5px;
	}
	
	.more-link:visited,.wp-block-button__link:visited,button:visited,input[type=button]:visited,input[type=reset]:visited,input[type=submit]:visited {
		color: #fff;
	}
}

.blog .more-link {
	width: calc(100% - 1.875em);
}

@media screen and (min-width:30rem) {
	.blog .more-link {
		width: auto;
		min-width: 10em;
	}
}

.menu-toggle:after {
	content: none;
}

form .contact-submit {
	padding-left: 0;
}

.comment-form-cookies-consent label,.comment-subscription-form label {
	margin-left: .5em;
}

@media screen and (min-width:48rem) {
	.contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap) {
		width: calc(50% - 8px);
		float: left;
	}
	
	.contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(odd) {
		margin-right: 8px;
	}
	
	.page-id-17 .contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(odd),.page-id-19 .contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(odd) {
		margin-right: 0;
		margin-left: 8px;
	}
	
	.contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(2n) {
		margin-left: 8px;
	}
	
	.page-id-17 .contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(2n),.page-id-19 .contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap):nth-child(2n) {
		margin-left: 0;
		margin-right: 8px;
	}
	
	.contact-form .grunion-field-wrap:not(.grunion-field-textarea-wrap) input {
		width: 100%;
	}
	
	.contact-form .grunion-field-textarea-wrap {
		clear: both;
	}
	
	.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url {
		width: 50%;
		float: left;
	}
	
	.comment-form .comment-form-url {
		width: 100%;
	}
	
	#contact-form-546 .contact-submit {
		float: left;
	}
}

.widget_eu_cookie_law_widget {
	max-width: 50rem;
}

#eu-cookie-law .accept {
	background-color: #1d5cb5;
	color: #fff !important;
	padding: .5rem 1rem !important;
}

#eu-cookie-law .accept :hover {
	color: #fff;
}

@media (max-width:30rem) {
	#eu-cookie-law {
		padding-bottom: 70px;
	}
}

.widget_search .search-field {
	width: 100%;
	margin-bottom: 1rem;
}

@media screen and (min-width:30rem) {
	.widget_search .search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.widget_search .search-field {
		width: 16rem;
		margin-bottom: 0;
		margin-right: 1rem;
	}
}

.wp-block-jetpack-subscriptions {
	margin-bottom: 3rem;
}

.wp-block-jetpack-subscriptions #subscribe-email input {
	width: 100%;
}

@media screen and (min-width:30rem) {
	.wp-block-jetpack-subscriptions form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	
	.wp-block-jetpack-subscriptions form #subscribe-submit {
		width: auto;
		padding-left: 0;
	}
}