.home .widget_text#text-3 {
	display: block;
	margin-top: -2em;
}

.home .widget_text#text-3 .widget-title {
	width: 100%;
	margin: 2em 0;
	font-size: 1.125rem;
}

.home .tix-attendee-list {
	text-align: left !important;
}

.home #post-872 .wrap {
	padding: 0 0 6em;
	z-index: 4;
}

.single-featured-image-header {
	display: none;
}

.page-slug-tickets input[type="submit"] {
	margin-top: .5em !important;
}

.tix-attendee-name {
	display: flex !important;
}

.tix-attendee-name .tix-first {
	order: 2;
}

.tix-attendee-name .tix-last {
	order: 1;
	margin-right: .5em;
}

.page-slug-blog .post-thumbnail {
	display: none;
}

.navi-ticket a {
	color: #ffffff !important;
}

@media screen and (min-width: 48em) {
	.js .main-navigation ul.menu > li {
		border-radius: 0 0 4px 5px;
	}
	
	.js .main-navigation ul.menu > li ul {
		background: none;
	}
	
	.js .main-navigation ul.menu > li ul li {
		background-color: rgba(52,175,165,0.8);
		border-radius: 5px;
		margin-top: 2px;
	}
}

.wcorg-organizers {
	display: block;
}

.wcorg-organizer {
	width: 100%;
	padding: 2em 2em 1em;
	box-sizing: border-box;
	text-align: center;
	border-radius: .5em;
/*border: 1px solid #dddddd;*/
	background-color: #f9f9f9;
}

.wcorg-organizer h2 {
	font-size: 1.5em !important;
}

.wcorg-organizer img {
	border-radius: 48%;
}

.wcorg-organizer p {
	text-align: left;
}

.page-slug-tickets .tix_tickets_table tbody .tix-column-quantity {
	width: 100%;
}

.link-ticket-front .btn-link-default {
	z-index: 50;
}

.attendees-tab {
	list-style-type: none;
	padding: 0 !important;
	display: flex;
	justify-content: center;
	margin-bottom: 3em !important;
}

.attendees-tab li {
	padding: 0;
	width: 45%;
}

.attendees-tab li a {
	display: block;
	padding: .5em 1em;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #eeeeee;
	text-decoration: none !important;
}

.attendees-tab li a.current {
	border-bottom: 2px solid #b2b2b2;
	color: #666666;
}

.attendees-tab li a:hover {
	border-bottom: 2px solid #34AFA5;
	color: #34AFA5;
}

.attendees-tab span {
	display: none;
}

.navi-ticket a {
	color: #ffffff;
}

#tix-attendees ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#tix-attendees ul li {
	width: 100% !important;
	padding: 0 15px;
}

#tix-attendees ul li .avatar {
	border-radius: 12px;
}

.endText {
	padding: .5em;
	border: 1px solid #cccc00;
	background-color: #eeee66;
	font-size: .8rem;
}

.category-english .entry-title {
	background: -webkit-linear-gradient(85deg,#B484B8,#34AFA5);
	-webkit-background-clip: text;
}

@media screen and (min-width: 36em) {
	#tix-attendees ul li {
		width: 50% !important;
	}
}

@media screen and (min-width: 48em) {
	.wcorg-organizers {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.wcorg-organizer {
		width: calc(50% - .5em);
		margin-bottom: 1em;
	}
	
	.tix-row-coupon td {
		width: 100% !important;
	}
	
	.tix-row-coupon td input[type="text"] {
		display: inline-block;
		width: calc(100% - 160px) !important;
		margin-right: 5px;
	}
	
	.page-slug-tickets .tix_tickets_table tbody .tix-column-quantity {
		width: 12%;
	}
	
	.page-slug-tickets input[type="submit"] {
		margin-top: 0 !important;
	}
	
	.attendees-tab li {
		padding: 0;
		width: 30%;
	}
	
	.attendees-tab span {
		display: inline;
	}
	
	#tix-attendees ul li {
		width: calc(100% / 3) !important;
		text-align: center;
		margin: 0 0 6em;
	}
	
	#tix-attendees ul li .avatar {
		float: none;
	}
	
	#tix-attendees .tix-field {
		margin: 0;
	}
	
	.tix-attendee-name {
		justify-content: center;
	}
}

.grad-btn-wrap {
	text-align: center;
}

.grad-btn {
	margin: 1em auto;
	display: inline-block;
	padding: 1em 2em;
	border-radius: 1.75em;
	background: #ffffff linear-gradient(to right,rgba(52,175,165,0.9),rgba(180,132,184,0.9));
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: none;
	color: #ffffff !important;
	text-decoration: none !important;
}

.grad-btn::before {
	display: none !important;
}

.wcorg-session {
	margin-bottom: 4em;
/*text-align: center;*/
}

.wcorg-session p {
	text-align: left;
}

.wcorg-session .wcpt-session-meta {
	font-weight: bold;
/*text-align: center;*/
}

.wcorg-session img {
	float: left;
	border-radius: 10px;
	margin: 0 1.5em 1em 0;
}

.page-slug-schedule .entry-content table tr {
	border: none !important;
}

.page-slug-schedule td,	.page-slug-schedule th {
	border: 1px solid rgba(52,175,165,0.5);
	padding: 1em !important;
	margin: 0;
}

.wcpt-time,.wcpt-session-empty {
	display: none !important;
}

.wcpt-session-type-session:before {
	border-top: none !important;
	padding: .5em 0;
}

.wcpt-session-title {
	padding: .5em 0 0;
}

.wcpt-session-speakers {
	margin: 1em 0 0;
	padding: 0 !important;
}

.wcpt-session-speakers a {
	display: inline !important;
}

.wcpt-time,.wcpt-session-time {
	display: block !important;
	background-color: #34AFA5;
	color: #ffffff;
	font-size: .8rem;
	font-weight: bold;
}

.page-slug-schedule .wcpt-time-1050am .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-1145am .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-1240pm .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-220pm .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-315pm .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-410pm .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-505pm .wcpt-session-type-custom .wcb-session-favourite-icon,.page-slug-schedule .wcpt-time-550pm .wcpt-session-type-custom .wcb-session-favourite-icon {
	display: none;
}

@media screen and (min-width: 36em) {
	.wcpt-time,.wcpt-session-empty {
		display: table-cell !important;
		background-color: #f9f9f9 !important;
		color: #000000;
	}
}

@media screen and (min-width: 48em) {
	.page-slug-schedule .site-content .wrap,.page-slug-schedule .site-content #primary {
		max-width: 1000px !important;
	}
	
	.page-slug-schedule .wcpt-time-1050am .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-1145am .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-1240pm .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-220pm .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-315pm .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-410pm .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-505pm .wcpt-session-type-custom,.page-slug-schedule .wcpt-time-550pm .wcpt-session-type-custom {
		background-color: rgba(219,100,70,0.05) !important;
	}
	
	.wcpt-session-title {
		display: block;
		text-decoration: none !important;
		font-weight: bold;
	}
	
	.wcpt-session-speakers a {
		display: block;
		text-decoration: none !important;
		font-size: .8rem;
		margin-top: .25em;
	}
}

.wcb-session-favourite-icon a {
	text-decoration: none !important;
	color: #eeeeee !important;
}

.wcb-favourite-session .wcb-session-favourite-icon a {
	color: #d8cb31 !important;
}

.show-email-form {
	text-decoration: none !important;
}

.type-wcb_session .entry-content h2 {
	font-size: 1rem !important;
	border-top: 1px dashed #34AFA5;
	padding-top: 1em;
	margin: 2em 0 1em;
/*color: #ffffff !important;*/
	font-weight: normal;
}

.sd-sharing-enabled {
	margin-top: 3em;
}

#session-speaker-names {
	padding: 0 !important;
}

.single-wcb_speaker .entry-header {
	text-align: center;
}

.single-wcb_speaker .speaker-avatar {
	text-align: center;
	margin: 0 0 1em;
}

.single-wcb_speaker .speaker-avatar img {
	border-radius: 10px;
}

.single-wcb_speaker .entry-content h2 {
	border-bottom: 1px dashed #34AFA5;
	padding-bottom: .5em;
	margin: 2em 0 1em;
}

.single-wcb_speaker .entry-content ul li {
	list-style-type: disc !important;
}

@media screen and (min-width: 36em) {
	.single-wcb_speaker .speaker-avatar {
		float: left;
		margin: 0 1.5em 1em 0;
	}
}

.site-info a:after {
	content: none !important;
}

.site-info {
	position: relative;
}

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