/*
 * [schedule]
 */
.contains-yoko-events-schedule.fl-full-width .fl-post-content {
	max-width: none;
}

@media screen and ( min-width: 701px ) {
	.yoko-events-schedule {
		table-layout: fixed;
	}

	.yoko-events-schedule col:first-of-type {
		width: 190px;
	}
}

.yoko-events-schedule.hide-redundant-times td.yoko-events-favorite-session:nth-child( 1n+2 ) {
	background: #e0f8ff;
}

.yoko-events-schedule:not( .hide-redundant-times ) .yoko-events-favorite-session {
	background: #e0f8ff;
}

.yoko-events-schedule td {
	vertical-align: top;
}

.yoko-events-session-favorite-icon {
	float: right;
	width: 35px;
	text-align: center;
}

.yoko-events-schedule .dashicons {
	position: relative;
	box-sizing: content-box;
	width: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.yoko-events-schedule .dashicons:before {
	margin-right: 0px;
}

.yoko-events-schedule .dashicons:after {
	display: block;
	font-size: 9px;
	color: #999;
	text-align: right;
}

.yoko-events-schedule .dashicons.dashicons-star-dynamic:before {
	content: "\f154";
}

.yoko-events-schedule .yoko-events-favorite-session .yoko-events-session-favorite-icon .dashicons.dashicons-star-dynamic:before {
	content: "\f155";
}

.yoko-events-session-favorite-icon .fav-session-button {
	color: #e8e8e8;
	text-decoration: none;
}


.yoko-events-session-favorite-icon .fav-session-button:hover,
#content .fav-session-button:hover {
	color: #fff689;
	text-decoration: none;
}


.yoko-events-favorite-session .fav-session-button {
	color: #fff689;
}

.fav-session-email-wait-spinner {
	display: none;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	border-top: 2px solid #777;
	width: 16px;
	height: 16px;
	margin: 10px auto;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate( 0deg ); }
	100% { -webkit-transform: rotate( 360deg ); }
}

@keyframes spin {
	0% { transform: rotate( 0deg ); }
	100% { transform: rotate( 360deg ); }
}


/*
 * CSS slide for email form for favourite sessions
 */
.fav-session-email-form-hide {
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
	-webkit-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
	-o-transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
	transition-timing-function: cubic-bezier( 0, 1, 0.5, 1 );
}

.fav-session-email-form-show {
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	max-height: 1000px;
	overflow: hidden;
}

.show-email-form {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 100px;
	padding: 5px 8px 1px 7px;
	border: 1px solid #a1a1a1;
	background: #dddddd;
	border-radius: 6px;
	color: #a1a1a1;
	z-index: 9999;
}

.email-form {
	position: fixed;
	bottom: 50px;
	right: 100px;
	width: 200px;
	background: #dcdcdc;
	font-size: 12px;
	z-index: 9999;
	border-radius: 6px;
}

#fav-session-email-form {
	margin: 10px;
}

.fav-session-intro-text {
	margin: 0;
}

#fav-sessions-email-address {
	width: 100%;
	margin-bottom: 5px;
	padding: 1px 5px;
}

.fav-session-email-result {
	display: none;
	margin: 10px;
}

.fav-sessions-form {
	display: none;
}

.show-email-form-wrapper {
	margin: 0;
}

.show-email-form,
.entry-content a.show-email-form {
	color: #a1a1a1;
	text-decoration: none;
}

.show-email-form:hover,
.entry-content a.show-email-form:hover,
#content a.show-email-form:hover {
	color: #555;
	text-decoration: none;
}

.show-email-form .dashicons-star-filled {
	font-size: 14px;
	padding-top: 2px;
	width: 14px;
}

.yoko-events-time .sep {
	white-space: break-spaces;
}

@media screen and ( max-width: 700px ) {
	.yoko-events-schedule {
		border: none;
		width: 100%;
	}

	.yoko-events-schedule thead {
		display: none;
	}

	.yoko-events-schedule tbody,
	.yoko-events-schedule tr,
	.yoko-events-schedule th,
	.yoko-events-schedule td {
		display: block;
	}

	.yoko-events-schedule tr {
		border: 1px solid #464646;
		margin-bottom: 16px;
	}

	.yoko-events-schedule td {
		border: none;
	}

	.yoko-events-time {
		/* font-size: 22px; */
		padding: 0 16px;
	}

	.yoko-events-session-type-session {
		line-height: 1.4;
		margin-bottom: 16px;
	}

	.yoko-events-session-type-session:before {
		background: #eeeeee;
		color: #757575;
		content: attr( data-track-title );
		display: inline-block;
		font-size: 80%;
		line-height: 1;
		margin-bottom: 8px;
		padding: 4px 7px;
		text-transform: uppercase;
	}

	.global-session .yoko-events-session-type-session:before {
		display: none;
	}

	.yoko-events-schedule td.yoko-events-session-empty {
		display: none;
	}

	.yoko-events-session-title {
		display: block;
		padding: 10px 0;
	}

	span.yoko-events-session-speakers {
		display: block;
		padding-left: 20px;
	}

	span.yoko-events-session-speakers:before {
		color: #464646;
		content: "Speaker: ";
		font-style: italic;
	}

	span.yoko-events-session-speakers a {
		color: #21759b;
	}

	.show-email-form,
	.email-form {
		right: 20px;
	}

}

/*
 * [sessions]
 * [speakers]
 */
#session-speaker-names,
#speaker-session-names {
	margin-left: 0;
}

	#session-speaker-names li,
	#speaker-session-names li {
		list-style-type: none;
	}

/*
 * [sessions]
 */
.yoko-events-session-links {
	margin-left: 0;
}

.yoko-events-session-links li {
	display: inline;
	list-style-type: none;
}

.yoko-events-session-links li::after {
	content: '|';
}

.yoko-events-session-links li:last-child::after {
	content: '';
}

/*
 * [sponsors]
 */
.yoko-events-sponsors img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 150px;
}
