/*
Add-on styles for WC Retreat 2020 - based on the CampSite 2017 theme and inspired by WCBelfast
*/
body {
	background: #fafafa;
	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: #f2f2f2;
	background-position: bottom 0 center;
	background-repeat: repeat-x;
}

.navigation-top {
	background: #5c1e55;
	background: linear-gradient(45deg,#5c1e55 0%,#9A338E 100%);
	border: none;
}

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

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

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

#top-menu {
	text-align: center;
}

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

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 #9A338E;
	background: #f2f2f2;
}

.home-column.usr-lvl .wp-block-column h5 {
	color: #1f141c;
	background: #9A338E;
	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 #9A338E;
	background: #f2f2f2;
}

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

.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: #9A338E;
}

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

.wcb_widget_sponsors a.sponsor-logo {
	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 {
	box-shadow: none !important;
}

body.page-slug-call-for-sponsors .sponsor-package-top {
	background: #9A338E;
	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 #9A338E;
	border-left: 1px solid #9A338E;
	padding: 1rem;
	margin-bottom: 0;
}

body.page-slug-call-for-sponsors .sponsor-package-btm {
	border: 1px solid #9A338E;
	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 #9A338E;
	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;
}

.site-main ul, .site-main ol {
	list-style-position: inside;
}

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

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

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

table.tix_tickets_table thead th {
	color: #fff;
}

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 #9A338E;
}

table.tix_tickets_table tr,
table.tix_tickets_table thead th {
	border-bottom: 1px solid #9A338E;
	padding: .5rem;
}

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

@media only screen and (max-width: 767px) {
	.menu-toggle {
		color: #fff;
	}
	
	.navigation-top a {
		color: #1f141c;
	}
	
	.navigation-top a:hover,
		.navigation-top a:focus,
		.navigation-top a:active {
		color: #9A338E;
		text-decoration: underline;
	}
	
	.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 li li {
		-webkit-transition: none;
		transition: none;
	}
	
	.main-navigation ul ul a:hover {
		color: #9A338E;
		background: #fff;
	}
	
	.main-navigation li li.focus > a, 
		.main-navigation li li:focus > a, 
		.main-navigation li li:hover > a, 
		.main-navigation li li a:hover, 
		.main-navigation li li a:focus, 
		.main-navigation li li.current_page_item a:hover, 
		.main-navigation li li.current-menu-item a:hover, 
		.main-navigation li li.current_page_item a:focus, 
		.main-navigation li li.current-menu-item a:focus {
		color: #9A338E;
	}
	
	.main-navigation li li:hover, 
		.main-navigation li li.focus {
		background: #fff;
	}
	
	.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 #9A338E;
		background-attachment: initial;
	}
	
	.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.single-wcb_sponsor .single-featured-image-header {
	background: rgba(0,0,0,0);
	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);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #5c1e55;
	background: linear-gradient(45deg,#5c1e55 0%,#9A338E 100%);
	color: #fff;
	transition-property: all;
	transition-duration: .3s;
	text-align: center;
	padding-top: .5rem;
}

.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 #9A338E;
	color: #fff;
	transform: scaleX(0);
	transform-origin: 50%;
	transition-property: all;
	transition-duration: .3s;
	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 {
	transform: scaleX(1);
}

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

.home-top-block.shutter-out-horizontal a img {
	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: -10rem;
}

/* 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: #9A338E !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: #9A338E !important;
	text-decoration: none !important;
}

table.wcpt-schedule a {
	text-decoration: 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: 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 (max-width: 30em) {
	
}

@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;
	}
}

/** attendee list **/
.tix-attendee-list {
	display: flex;
	flex-flow: row wrap;
}

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

@media screen and (min-width: 550px) {
	.tix-attendee-list li, #tix-attendees .tix-columns-3 li {
		width: 50%;
	}
}

@media screen and (min-width: 750px) {
	.tix-attendee-list li, #tix-attendees .tix-columns-3 li {
		width: 33.333%;
	}
}

@supports (display: grid) {
	.tix-attendee-list {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
	}
	
	.tix-attendee-list li, #tix-attendees .tix-columns-3 li {
		width: auto;
	}
}

.tix-attendee-list a.tix-field {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

#tix-attendees .tix-attendee-name {
	font-weight: bold;
}