/*
Add-on styles for WCBelfast - based on the CampSite 2017 theme
*/
body {
	font-family: 'Open Sans', sans-serif;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #1f141c;
}

/* Header */
.site-branding {
	text-align: center;
}

.site-branding {
	background: url('https://2018.belfast.wordcamp.org/files/2017/12/belfast-outline.png') #f2f2f2;
	background-position: bottom 0 center;
	background-repeat: repeat-x;
	border-bottom: 6px solid #fab200;
}

.navigation-top {
	background: #1f141c;
	border: none;
}

.navigation-top a {
	color: #fab200;
}

.navigation-top a:hover, .navigation-top a:focus, .navigation-top a:active {
	color: #fff;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #fff;
}

/* Menu on small screens */
.menu-toggle {
	color: #fab200;
}

body {
	background: #f3f3f3;
}

.page .panel-content .entry-title, .page-title, body.page .entry-title {
	font-size: 2rem !important;
	color: #1f141c !important;
	text-align: center;
}

header.entry-header .edit-link {
	display: none;
}

.home-column.usr-lvl .wp-block-column {
	border: 1px solid #fab200;
	background: #f2f2f2;
}

.home-column.usr-lvl .wp-block-column h5 {
	color: #1f141c;
	background: #fab200;
	padding: .5rem;
	font-size: 1.1rem;
}

.home-column.usr-lvl .wp-block-column p {
/*font-size: 120%;*/
	font-weight: 400;
}

/* Home Page 2016 Stats */
h2.stats-head {
	margin: 2rem auto 1rem;
	text-align: center;
}

.sixteen-stats-section {
	text-align: center;
}

.sixteen-stats-section .wp-block-column {
	border-top: 4px solid #fab200;
	background: #f2f2f2;
}

.sixteen-stats-section p {
	font-weight: 900;
	font-size: 1.2rem;
	color: #fab200;
}

.sixteen-stats-section span.number {
	font-size: 4rem;
	font-weight: 600;
	color: #1f141c;
}

.sixteen-stats-section span.number:after {
	content: '';
}

/* Footer */
.site-footer {
	background: #fafafa;
}

.site-footer .widget-column.footer-widget-1 {
	width: 100%;
}

.site-footer h2.widget-title {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 1em;
}

.site-footer .sponsor-level {
	padding: 1rem 0;
}

.site-footer .sponsor-level h4.sponsor-level-title {
	text-align: center;
	color: #fab200;
}

#wcb_sponsors-2.widget.wcb_widget_sponsors {
	text-align: center;
}

.wcb_widget_sponsors a.sponsor-logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0;
	margin: 1rem;
	text-align: center;
	background: #fff;
}

.wcb_widget_sponsors .entry-content a img, .wcb_widget_sponsors .widget a img, .widget a, .site-footer .widget-area a, .wcb_widget_sponsors a.sponsor-logo {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body.page-slug-call-for-sponsors .sponsor-package-top {
	background: #fab200;
	color: #1f141c;
	margin-bottom: 0;
	padding: 1.4rem 1rem 0;
	text-align: center;
	font-weight: 600;
}

body.page-slug-call-for-sponsors .sponsor-package-mid {
	border-right: 1px solid #fab200;
	border-left: 1px solid #fab200;
	padding: 1rem;
	margin-bottom: 0;
}

body.page-slug-call-for-sponsors .sponsor-package-btm {
	border: 1px solid #fab200;
	border-top: none;
	padding: 0 1rem 1rem 4rem;
}

body.page-slug-call-for-sponsors p.sponsor-package-note {
	font-size: 1.25em;
	font-style: italic;
}

.terms-notice {
	border: 1px solid #e0e0e0;
	background: #f2f2f2;
	padding: 1rem;
	margin: 1rem 0;
}

.coc-notice {
	border: 1px solid #fab200;
	padding: 1rem;
	background: rgba(250,178,0,0.2);
	margin: 1rem 0;
}

.site-info {
	float: none;
	width: 100%;
	text-align: center;
}

.wp-block-separator {
	border-bottom: 2px solid #e0e0e0;
}

hr {
	background-color: #e0e0e0;
}

.privacy-notice p {
	margin: 1rem 0;
	padding: .5rem;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	font-size: .9rem;
	text-align: left;
	line-height: 1.25rem;
}

/* Tickets Table */
table.tix_tickets_table {
	border: 1px solid;
	border-color: #fab200 !important;
}

table.tix_tickets_table thead {
	background: #fab200;
	padding: .25rem;
}

table.tix_tickets_table thead th, table.tix_tickets_table td {
	padding: .25rem;
}

table.tix_tickets_table .tix-column-price, table.tix_tickets_table .tix-column-remaining, table.tix_tickets_table .tix-column-quantity {
	text-align: center;
	border-left: 1px solid rgba(250,178,0,0.2);
}

table.tix_tickets_table tr, table.tix_tickets_table thead th {
	border-bottom: 1px solid rgba(250,178,0,0.2);
	padding: .5rem;
}

body.page-id-9 #wcorg-session-1736, body.page-id-9 #wcorg-session-1734, body.page-id-9 #wcorg-session-1732, body.page-id-9 #wcorg-session-1730, body.page-id-9 #wcorg-session-1736 {
	display: none;
}

@media only screen and (min-width: 30em) {
	.site-branding {
		padding: 1.5em 0;
	}
}

@media only screen and (max-width: 767px) {
	.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
		color: #1f141c;
	}
}

@media screen and (min-width: 37.5em) {
	.wcorg-organizer .wcorg-organizer-description {
		padding-left: 7rem;
		min-height: 7rem;
	}
	
	.wcorg-organizer .avatar {
		margin: 0 0 -7rem -7rem !important;
		width: 5rem !important;
		border-radius: 50%;
		float: left;
	}
	
	.wcorg-organizer .wcorg-organizer-description h4 {
		padding-top: 0;
	}
}

@media screen and (min-width: 48em) {
	#masthead .wrap {
		text-align: center;
	}
	
	.custom-header {
		margin-bottom: 70px;
	}
	
	.main-navigation a {
		padding: 1em;
	}
	
	.main-navigation ul ul.sub-menu a {
		color: #1f141c;
	}
	
	.main-navigation ul ul a:hover {
		color: #fab200;
		background: #1f141c;
	}
	
	.site-branding .custom-logo-link img {
		max-height: 110px;
	}
	
	.site-title, .site-title a {
		font-size: 50px;
		color: #1f141c;
	}
	
	.site-branding-text p.site-description {
		font-size: 1.35rem;
	}
	
	.panel-image {
		width: 100%;
		max-height: 400px;
		margin: 0 auto;
	}
	
	.panel-image img {
		max-height: 400px;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	.background-fixed .panel-image {
		border-bottom: 4px solid #fab200;
		background-attachment: initial;
	}
	
	#content.site-content {
		background: url('https://2018.belfast.wordcamp.org/files/2017/12/belfast.png');
		background-position: bottom center;
		background-repeat: repeat-x;
		padding-bottom: 8em;
	}
	
	.page:not(.home) #content {
		padding-bottom: 8em;
	}
	
	.page-slug-sessions #content .wcorg-session, .page-slug-our-speakers #content .wcorg-speakers {
		padding-top: 8rem;
	}
	
	.site-footer {
		margin-top: 0;
	}
	
	.site-footer .widget-column.footer-widget-2 {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}/*	body.page-id-9 .wcorg-session { margin-top: 6.4rem; }*/
	/* The following needs amended */
	/*	body.page-slug-call-for-sponsors .contact-form input { max-width: 48% !important; display: inline-block !important; float: right; } body.page-slug-call-for-sponsors .contact-form label { display: inline-block; }*/
	
}

body.single-wcb_sponsor .single-featured-image-header {
	background: transparent;
	margin: 2rem auto;
	max-width: 600px;
	max-height: 400px;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 1000px;
	}
	
	.single-featured-image-header {
		max-height: 400px;
		border-bottom: none;
	}
}

/* Gutenberg Blocks */
/* Home Page */
.home-column {
	text-align: center;
}

/* Shutter Out Horizontal */
.home-top-block.shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #fab200;
	border: 3px solid #fab200;
	color: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.home-top-block.shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1f141c;
	border: 4px solid #fab200;
	color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.home-top-block.shutter-out-horizontal:hover, .shutter-out-horizontal:focus, .shutter-out-horizontal:active {
	color: #fff;
}

.home-top-block.shutter-out-horizontal:hover:before, .shutter-out-horizontal:focus:before, .shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.home-top-block.shutter-out-horizontal a img {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-top-block.shutter-out-horizontal p {
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	margin: .5rem auto;
}

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

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

/* Schedule Table */
body.page-id-1527 h2 {
	text-align: center;
	font-weight: 400;
}

table.wcpt-schedule td.wcpt-time {
	font-size: .9rem;
}

.wcpt-schedule td.wcpt-time {
	vertical-align: middle;
}

table.wcpt-schedule td {
	border-color: #fab200 !important;
	padding: .5rem;
}

table.wcpt-schedule td.wcb-track-farset-labs, table.wcpt-schedule th.wcpt-col-track {
	text-align: center;
}

table.wcpt-schedule tr:nth-child(even) {
	background: rgba(31,20,28,0.0125);
}

table.wcpt-schedule tr:nth-child(odd) {
	background: rgba(31,20,28,0.025);
}

table.wcpt-schedule td.wcpt-session-type-custom {
	text-align: center;
	background: rgba(31,20,28,0.05);
	color: #1f141c;
}

table.wcpt-schedule thead {
	background: none;
	font-size: .9rem;
}

a.fav-session-button {
	color: #d5d5d5 !important;
	text-decoration: none !important;
}

a.fav-session-button:hover, a.fav-session-button:active, a.fav-session-button:focus, td.wcb-favourite-session a.fav-session-button {
	color: #fab200 !important;
	text-decoration: none !important;
}

table.wcpt-schedule a {
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

table.wcpt-schedule a.wcpt-session-title {
	font-weight: 600;
	color: #5d5d5d;
}

table.wcpt-schedule a.wcpt-session-title:hover {
	color: #1f141c;
}

table.wcpt-schedule span.wcpt-session-speakers, table.wcpt-schedule span.wcpt-session-speakers a {
	font-size: .85rem;
	color: #757575;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-style: italic;
}

/* Schedule Session Categories */
.wcb-session-category-community::after, .wcb-session-category-business::after, .wcb-session-category-design::after, .wcb-session-category-development::after, .wcb-session-category-design-development::after, .wcb-session-category-hot-topic::after, .wcb-session-category-business-hot-topic::after, .wcb-session-category-business-development::after, .wcb-session-category-business-community::after, .wcb-session-category-community-design::after {
	border-radius: .85rem;
	padding: 3px 8px;
	margin-top: 4px;
	display: inline-block;
	font-size: .85rem;
	font-weight: 600;
	color: #454545;
}

.wcb-session-category-community::after {
	content: "Community";
	border: 2px solid #0073aa;
}

.wcb-session-category-business::after {
	content: "Business";
	border: 2px solid #454545;
}

.wcb-session-category-design::after {
	content: "Design";
	border: 2px solid #006837;
}

.wcb-session-category-development::after {
	content: "Development";
	border: 2px solid #f7931e;
}

.wcb-session-category-hot-topic::after {
	content: "Hot Topic";
	border-bottom: 2px solid #c1272d;
}

.wcb-session-category-business-hot-topic::after {
	content: "Business / Hot Topic";
	border-top: 2px solid #454545;
	border-bottom: 2px solid #c1272d;
}

.wcb-session-category-design-development::after {
	content: "Design / Development";
	border-top: 2px solid #006837;
	border-bottom: 2px solid #f7931e;
}

.wcb-session-category-business-development::after {
	content: "Business / Development";
	border-top: 2px solid #454545;
	border-bottom: 2px solid #f7931e;
}

.wcb-session-category-business-community::after {
	content: "Business / Community";
	border-top: 2px solid #454545;
	border-bottom: 2px solid #0073aa;
}

.wcb-session-category-community-design::after {
	content: "Community / Design";
	border-top: 2px solid #0073aa;
	border-bottom: 2px solid #006837;
}

@media only screen and (min-width: 40.063em) {
	.wcb_widget_sponsors .sponsor-level.admin a.sponsor-logo {
		max-width: 380px;
		max-height: 139px;
	}
	
	.wcb_widget_sponsors .sponsor-level.editor a.sponsor-logo {
		max-width: 300px;
		max-height: 110px;
	}
	
	.wcb_widget_sponsors .sponsor-level.author a.sponsor-logo {
		max-width: 220px;
		max-height: 81px;
	}
	
	.wcb_widget_sponsors .sponsor-level.contributor a.sponsor-logo {
		max-width: 160px;
		max-height: 59px;
	}
	
	.wcb_widget_sponsors .sponsor-level.subscriber a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.sponsor-in-kind a.sponsor-logo {
		max-width: 140px;
		max-height: 51px;
	}
}

@media only screen and (max-width: 40em) {
	.wp-block-text-columns, .wp-block-text-columns .wp-block-column {
		width: 100% !important;
		display: block !important;
	}
	
	.wp-block-text-columns .wp-block-column {
		width: 100%;
		display: block;
		margin: 1rem 0;
	}
	
	.home-top-block.shutter-out-horizontal {
		margin-top: 0;
		padding: 1rem;
		border: none !important;
	}
	
	.home-top-block.shutter-out-horizontal p img {
		max-width: 3rem;
		max-height: 3rem;
		margin: 0 auto;
		line-height: 1rem;
	}
	
	.home-top-block.shutter-out-horizontal p {
		font-size: .85rem;
		font-weight: 600;
	}
	
	.site-footer h2.widget-title {
		font-size: 1.5rem;
	}
	
	body.home .panel-image {
		display: none;
	}
	
	body.home .entry-content {
		margin-top: 0;
	}
	
	.wcb_widget_sponsors .sponsor-level.admin a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.editor a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.author a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.contributor a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.subscriber a.sponsor-logo, .wcb_widget_sponsors .sponsor-level.sponsor-in-kind a.sponsor-logo {
		max-width: 150px !important;
		max-height: 55px !important;
	}
}