
.teacher-connect {
	margin-top: 40px;
}
.teacher-connect h3 {
	font-size: 215%;
}
.teacher-connect table {
	background: #fff;
	border: 0;
	margin-bottom: 3em;
}
.teacher-connect table tbody tr:nth-child(even) {
	background: #f5f5f5;
}
.teacher-connect table tbody tr:hover{
	background: #c5cae9;
	color: #fff;
}
.teacher-connect table tbody tr:hover a {
	color: #fff;
}
.teacher-connect table th {
	font-size: 128.5%;
	font-weight: 500;
	padding: 1.3em 1em;
	width: 30%;
	background: #3f51b5;
	color: #fff;
}
.teacher-connect table th.id {
	width: 10%;
}
.teacher-connect table td {
	font-size: 115%;
	padding: 0.85em 1em;
	width: 30%;
}
.teacher-connect table td a {
	color: #959595;
	display: block;
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
}
.teacher-connect table td.id {
	width: 10%;
}
.teacher-connect table th,
.teacher-connect table td {
	border: 0;
}

.k-teacher-filter-bar {
	text-align: center;
	margin-bottom: 70px;
}

.k-teacher-filter-bar span {
	display: inline-block;
	font-size: 128.5%;
	line-height: 1.75;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	margin: 5px 12px;
}

.k-teacher-filter-bar span:hover {
	color: #303f9f;
}

.k-teacher-filter-bar span:after {
	content: '';
	background: #3f51b5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.k-teacher-filter-bar .active {
	color: #303f9f;
}
.k-teacher-filter-bar .active:after {
	width: 100%;
	height: 3px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
	.k2t-title-bar ~ .k2t-content .teacher-entry-meta{
		margin-top: -180px;
	}
	.single-post-k-teacher .k2t-title-bar .k2t-wrap > * {
		padding-left: 26%;
	}
	.single-post-k-teacher .k2t-title-bar.no-sidebar .k2t-wrap > * {
		padding-left: 35%;
	}
	.single-post-k-teacher .k2t-title-bar.right-sidebar .k2t-wrap > * {
		padding-left: 26%;
	}
	.single-post-k-teacher .k2t-title-bar.left-sidebar .k2t-wrap > * {
		padding-right: 26%;
		padding-left: 0;
	}

}
@media (max-width: 768px) {
	.k-teacher-filter-bar {
		text-align: center;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.teacher-entry-meta,
	.teacher-entry-content {
		width: 100%;
		float: none;
	}
	.teacher-entry-meta {
		margin-bottom: 30px;
	}
	.teacher-connect table td,
	.teacher-connect table th {
		padding: 0.5em;
	}
}
@media (max-width: 480px) {
	.teacher-connect table td:nth-child(3),
	.teacher-connect table th:nth-child(3) {
		display: none;
	}
}