/* ======================== Teacher Listing CLassic No Border =============== */
.teacher-listing.classic .teacher-classic-item .avatar{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-height: 140px;
	overflow: hidden;
}
.teacher-listing article img {
	width: 140px;
	webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.teacher-listing.no-border article:hover img{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transform: scale(0.9);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transition: all 0.7 ease;
}
.teacher-listing.classic.no-border .entry-desc-teacher {
    background: #fff;
    min-height: 140px;
    -webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.teacher-listing.classic.no-border .entry-desc-teacher:hover{
	z-index: 999;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
}
.teacher-listing.classic.has-border article.prev_last,
.teacher-listing.classic.has-border article:last-child{
    border-bottom:none;
}
.teacher-listing.classic.no-border .social a:hover i{
	background: #1976d2;
	border-color: #2194f1;
	border-style: solid;
	color: #fff;
}
.teacher-listing.classic article{
	padding:20px 15px;
}
.teacher-listing.classic .social{
	float: left;
	width: 100%;
}
.teacher-listing.classic i{
	background: #f5f5f5;
	border: 1px solid #959595;
	color: #959595;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.teacher-listing.classic i.icon-email{
	font-size: 12px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom:7px;
    font-style: normal;
    padding-left:13px;
	padding-right:13px;
}
.teacher-listing.classic .social > a{
	margin-right: 2px;
}
.teacher-listing.classic .entry-desc-teacher .title{
	padding-top: 17px;
	line-height: 1em;
	font-size: 16px;
	color:#313131;
	margin-bottom: 0px;
}
.teacher-listing.classic .entry-desc-teacher .title a{
	color:#313131;
}
.teacher-listing.classic .entry-desc-teacher .position{
	text-transform: uppercase;
	font-size: 11px;
	color: #959595;
	display: block;
	margin-bottom: 15px;
}
.teacher-listing.classic .entry-desc-teacher .excerpt{
	color: #959595;
	font-size: 13px;
	padding:0 10px 15px;
}

.teacher-listing.boxed .avatar{
	float: left;
	width: 100%;
	max-height: 365px;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-ms-border-top-left-radius: 20px;
	-ms-border-top-right-radius: 20px;
}

/* =================== Teacher Listing Has border =================*/
.teacher-listing.classic.has-border .avatar{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	max-height: 170px;
	overflow: hidden;
}
.teacher-listing.has-border article img {
	width: 170px;
}
.teacher-listing.has-border .social {
	padding-left: 25px;
}
.teacher-listing.classic.has-border i{
	background: #1976d2;
	color: #fff;
	border: 1px solid #1976d2;
}
.teacher-listing.classic.has-border i:hover{
	background: #2196f3
}
.teacher-listing .entry-desc-teacher .title a:hover{
	color: #1976d2;
}
.teacher-listing.classic.has-border .entry-desc-teacher .position{
	font-size: 14px;
}
.teacher-listing.classic.has-border .entry-desc-teacher .title{
	font-size: 24px;
	margin-bottom: 9px;
}
.teacher-listing.classic.has-border .entry-desc-teacher .excerpt{
	font-size: 16px;
}
.teacher-listing.classic.has-border article{
	padding-bottom: 80px;
	padding-top: 50px;
	border-bottom: 1px solid #cccccc;
}
.teacher-listing.classic.has-border article:nth-child(2n+1){
	border-right: 1px solid #cccccc;
}
.teacher-listing.classic.has-border article:nth-child(2n+2){
	padding-left:85px;
}
.teacher-listing.classic.has-border article:first-child,.teacher-listing.classic.has-border article:nth-child(2){
	padding-top:0px;
}

/* ================== Teacher Listing Boxed And Special Box ====================== */
.teacher-listing.columns-4 article {
	width: 25%;
}
.teacher-listing.columns-3 article {
	width: 33.33%;
}
.teacher-listing.columns-2 article{
	width: 50% !important;
}
.teacher-listing {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.teacher-listing.boxed article,
.teacher-listing.special-box article {
	float: left;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}
.teacher-listing.special-box article .inner .excerpt{
	color: #fff;
    position: absolute;
    top: 193px;
    right: 0px;
    width: 140px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.teacher-listing article .inner {
	background: #fff;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px; 
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.teacher-listing article .inner:hover{
	z-index: 9;
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-moz-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
	box-shadow: 0 15px 30px rgba(0,0,0,.1); /* drop shadow */
}
.teacher-listing.boxed article img,
.teacher-listing.special-box article img {
	min-width: 304px;
	webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.teacher-listing.boxed article:hover img,
.teacher-listing.special-box article:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.teacher-listing.boxed article img{
	padding-top: 25px;
}
.teacher-listing.classic.has-border i{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}
.teacher-listing.boxed article .title {
	margin: 20px 0 0;
	font-size:16px;
	float: left;
	width: 100%;
}
.teacher-listing.boxed .entry-desc-teacher{
	float: left;
	width: 100%;
	background: #fff;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
}
.teacher-listing.boxed article .title a{
	color: #313131;
}
.teacher-listing.boxed article .position{
	display: block;
	font-size: 11px;
	color: #a3a2a2;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.teacher-listing.boxed article .entry-desc-teacher .excerpt{
	padding: 0 50px 15px;
	float: left;
	width: 100%;
}
.teacher-listing.boxed article .social,
.teacher-listing.special-box article .social{
	background: #1976d2;
	float: left;
	width: 100%;
}
.teacher-listing.special-box article .social{
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.teacher-listing.special-box article .inner .avatar{
	float: left;
	position: relative;
    padding-top: 65px;
}
.teacher-listing.special-box article .title a{
	width: 100%;
    float: left;
    font-size: 120px;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 5px;
    top: 23px;
    color: #727272;
    opacity: .2;
}
.teacher-listing.special-box .position{
	position: absolute;
    right: 52px;
    top: 155px;
    color:#fff;
    font-weight: 400;
}
.teacher-listing.boxed article .social a,
.teacher-listing.special-box article .social a{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #2196f3;
	font-size: 18px;
	margin: 10px;
}
.teacher-listing.boxed article .social a:hover,
.teacher-listing.special-box article .social a:hover{
	color: #fff;
}

/* ------------------Single------------- */
.single-post-k-teacher .teacher-entry-meta{
	max-width: 270px;
    float: left;
    margin-right: 25px;
    max-height: 270px;
    overflow: hidden;
}
.single-post-k-teacher .teacher-entry-content{
	background: #fff;
    min-height: 270px;
    padding-top: 15px;
    padding-left: 20px;
    webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.single-post-k-teacher .teacher-entry-content:hover{
	z-index: 999;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.single-post-k-teacher .left-sidebar .teacher-entry-meta {
	float: right;
}
.entry_teacher_number{
	margin-bottom: 10px;
}
.entry_teacher_number .fa-phone:before {
    background: #959595;
    padding:1px 3px;
    color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
.entry_teacher_number i{
	margin-right: 10px;
}
.teacher_phone_number{
	color: #252525;
}
.teacher-entry-meta > div {
	background: #fff;
	overflow: hidden;
}
.teacher-entry-meta .entry-meta-inner {
	padding: 30px 20px;	
}
.teacher-entry-meta .teacher_social li {
	list-style:  none;
	margin-top: 13px;
}
.teacher-entry-meta .teacher_social li:first-child {
	margin-top: 0;
}
.teacher-entry-meta .teacher_social li i {
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 85%;
	background: #959595;
	color: #fff;
	margin-right: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
}
.teacher-entry-content h3 {
	font-size: 128.5%;
	margin: 6px 0 13px;
	text-transform: uppercase;
	font-weight: 400;
}
.teacher-entry-content h3 i {
	margin-right: 10px;
}
.teacher-entry-content .content,
.teacher-entry-content .subject {
	font-size: 115%;
	color: #636363;
	line-height: 1.9;
	margin-bottom: 20px;
}

ul.k2t-teacher-filter {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.k2t-teacher-filter li {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	float: left;
}
ul.k2t-teacher-filter li:after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	background: #fff;
	opacity: .6;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
ul.k2t-teacher-filter li:first-child {
	padding-left: 0;
}
ul.k2t-teacher-filter li span {
	display: block;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	line-height: 1.4;
	padding: 0 5px;
}
ul.k2t-teacher-filter li.active span,
ul.k2t-teacher-filter li:hover span {
	color: #fff;
	border-bottom: 3px solid #fff;
}
.teacher-connect {
	margin-top: 30px;
	float: left;
	width: 100%;
}
.teacher-connect h3 {
	font-size: 215%;
	margin-bottom: 45px;
}
.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: rgba(33,150,243,.5);
	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: #1976d2;
	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;
}

/* ============== Single Post Teacher ================== */
.single-post-k-teacher #main-col .k2t-row{
	margin:0;
}
@media (max-width: 1199px) {
	.teacher-listing.columns-4 article {
		width: 33.3333%;
	}
}
@media only screen and (max-width: 1170px) and (min-width:992px){
    .teacher-listing.special-box .position,
    .teacher-listing.special-box article .inner .excerpt{
        display:none;
    }
}
@media (min-width: 992px) {
	.k2t-title-bar ~ .k2t-content .teacher-entry-meta{
		padding-left:0;
	}
	.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: 991px) {
	.teacher-listing[class*="columns"] article {
		width: 50%;
	}
}
@media only screen and (max-width: 800px) and (min-width: 600px){
    .teacher-listing.special-box .position,
    .teacher-listing.special-box article .inner .excerpt{
        display:none;
    }
}
@media (max-width: 767px) {
	.teacher-entry-meta,
	.teacher-entry-content {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.teacher-entry-meta {
		margin-bottom: 30px;
	}
	.teacher-connect table td,
	.teacher-connect table th {
		padding: 0.5em;
	}
}

@media (max-width: 640px){
	.single-post-k-teacher .teacher-entry-meta{
		width: 100%;
		max-width: inherit !important;
		margin-right: 0;
		max-height: inherit !important;
	}
}	

@media (max-width: 600px) {
	.teacher-listing[class*="columns"] article {
		width: 100%;
	}
	ul.k2t-teacher-filter li span {
		font-size: 100%;
		margin-bottom: 5px;
	}
}
@media (max-width: 480px) {
	.teacher-connect table td:nth-child(3),
	.teacher-connect table th:nth-child(3) {
		display: none;
	}
	ul.k2t-teacher-filter li span {
		font-size: 80%;
	}
}

@media (max-width: 410px) {
	.teacher-listing.special-box .position,
    .teacher-listing.special-box article .inner .excerpt{
        display:none;
    }
}