/*

Theme Name: Aslan
Theme URI: http://demo.lunartheme.com/aslan/
Author: lunartheme
Author URI: http://lunartheme.com
Description: K-teacher plugin.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Single
//	 02. listing
//	 03. profile
// ========================================================================== */
.aslan-youtube .wpb_wrapper {
  cursor: pointer;
  position: relative;
}
.aslan-youtube .wpb_wrapper:before {
  content: '';
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.aslan-youtube .wpb_wrapper:after {
  content: '\f3a9';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  z-index: 100;
}
.aslan-youtube .wpb_wrapper:hover:after {
  color: #ff5722;
}
.aslan-youtube .wpb_wrapper.active:before,
.aslan-youtube .wpb_wrapper.active:after {
  display: none;
}
/*--------------------------------------------------------------
	01. Single
--------------------------------------------------------------*/
.single-post-k-teacher .k2t-body {
  position: relative;
}
.single-post-k-teacher .k2t-title-bar {
  background-image: url('../images/pattern-single-teacher.png');
  max-height: 450px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-post-k-teacher .k2t-title-bar {
    min-height: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .k2t-title-bar {
    min-height: 1px;
  }
}
.single-post-k-teacher .k2t-content {
  margin-top: 120px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .k2t-content {
    margin-top: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post-k-teacher .k2t-content {
    margin-top: 85px;
  }
}
.single-post-k-teacher .teacher-top-info {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-entry-thumb {
    width: 100%;
  }
}
.single-post-k-teacher .teacher-entry-thumb .teacher-thumb {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-entry-thumb .teacher-thumb {
    position: relative;
    height: 500px;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .single-post-k-teacher .teacher-entry-thumb .teacher-thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-entry-thumb .teacher-thumb {
    height: 320px;
  }
}
.single-post-k-teacher .teacher-entry-thumb img {
  opacity: 0;
}
.single-post-k-teacher .teacher-entry-meta {
  padding: 38px 30px 30px;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-entry-meta {
    padding: 38px 15px 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-entry-meta {
    padding: 30px 15px;
  }
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta {
  position: relative;
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-title {
  font-weight: 900;
  margin-bottom: 0;
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-title h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-title h2 {
    font-size: 24px;
  }
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-position {
  color: #ff5722;
  margin-bottom: 41px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-position {
    margin-bottom: 8px;
  }
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-position a {
  color: #ff5722;
  font-size: 100%;
  font-weight: 300;
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-position a:hover {
  color: #252525;
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-position a:not(:last-child) {
  margin-right: 3px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-social {
  position: absolute;
  top: 8px;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-social {
    top: 1px;
  }
}
.single-post-k-teacher .teacher-entry-meta .teacher-top-meta .teacher-social i {
  font-size: 16px;
}
.single-post-k-teacher .teacher-entry-meta .top-part-label {
  color: #252525;
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.single-post-k-teacher .teacher-entry-meta .top-part-label i {
  margin-right: 8px;
  font-size: 13px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-content {
  margin-bottom: 18px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-content p {
  line-height: 187.5%;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill {
  margin-bottom: 38px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress {
  margin-bottom: 19px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress > div:first-child {
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
  margin-bottom: 7px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress:last-child {
  margin-bottom: 10px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress:last-child .percent {
  font-size: 14px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress .progress-background {
  background: url('../images/progress-pattern.png');
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress .bar-outer .bar {
  background: #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-skill .k2t-progress .bar-outer .bar .bg-inner {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: -moz-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: -o-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
}
.single-post-k-teacher .teacher-entry-meta .teacher-certificate {
  margin-bottom: 41px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-certificate .top-part-label {
  margin-bottom: 9px;
}
.single-post-k-teacher .teacher-entry-meta .teacher-certificate li {
  line-height: 187.5%;
}
.single-post-k-teacher .teacher-bot-info {
  margin-bottom: 30px;
  position: relative;
}
.single-post-k-teacher .teacher-bot-info .teacher-graph {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph {
    padding-right: 0;
    width: 100%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph {
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .circle-lable {
  color: #252525;
  font-size: 87.5%;
  font-style: normal;
  font-weight: bold;
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .wrap-graph > div {
  min-width: 100px;
  width: 25%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .wrap-graph > div {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .wrap-graph > div {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .wrap-graph > div {
    width: 50%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-circle-graph .wrap-graph .text .title {
  font-weight: 400;
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-line-graph {
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-line-graph {
    padding: 30px 15px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-line-graph .line-lable {
  color: #252525;
  font-size: 87.5%;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-line-graph #basic_area {
    margin: 0 -15px;
  }
  .single-post-k-teacher .teacher-bot-info .teacher-graph .teacher-line-graph #basic_area > div {
    width: 100%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect {
  background: #fff;
  position: absolute;
  left: 50%;
  height: 100%;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect.col-12 {
  left: 0;
  position: relative;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect.col-12 .tab-content {
  top: 0;
  position: relative;
  min-height: 400px;
}
@media only screen and (max-width: 667px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect {
    margin-top: 30px;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .inner-wrap {
  background: #fff;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  z-index: 10;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li {
  background: #cccccc;
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li a {
  color: #898989;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li:after {
  content: '';
  background: #ff5722;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li.active {
  background: #fff;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li.active a {
  color: #252525;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li.active:after {
  height: 5px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li:not(.active):hover {
  cursor: pointer;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-nav li:not(.active):hover a {
  color: #ff5722;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content {
  top: 80px;
  width: 100%;
  height: 100%;
  max-height: calc( 100% - 80px);
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .t-course-list {
  position: absolute;
  width: 100%;
  max-height: calc( 100% - 141px );
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .btn-view {
  position: absolute;
  left: 30px;
  bottom: 33px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .btn-view a {
  background: #ff5722;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
  text-transform: uppercase;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.2);
  width: 2px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .tab-content:hover .mCSB_dragger .mCSB_dragger_bar {
  background: #ff5722 !important;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .course-item {
    padding-left: 15px;
    paddig-right: 15px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item:first-child,
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item:hover {
  background: #ffeee8;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-title {
  display: block;
  font-size: 100%;
  padding-left: 14px;
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-title {
    width: 60%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-title:before {
  content: '';
  background: #ff5722;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime {
  color: #636363;
  font-size: 87.5%;
  line-height: 20px;
  float: left;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime {
    width: 40%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime i {
  line-height: 20px;
  float: left;
  margin-right: 5px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime .course-date {
  display: inline-block;
  margin-right: 15px;
  min-width: 88px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime .course-time {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .course-item .course-datetime .course-time {
    margin-right: 15px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .event-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item:first-child,
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item:hover {
  background: #ffeee8;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-title {
  display: block;
  font-size: 100%;
  padding-left: 14px;
  position: relative;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-title {
    width: 60%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-title:before {
  content: '';
  background: #ff5722;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  height: 4px;
  width: 4px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime {
  color: #636363;
  font-size: 87.5%;
  line-height: 20px;
  float: left;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime {
    margin-bottom: 10px;
    width: 40%;
  }
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime i {
  line-height: 20px;
  float: left;
  margin-right: 5px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime .event-date {
  display: inline-block;
  margin-right: 15px;
  min-width: 88px;
}
.single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime .event-time {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
}
@media only screen and (max-width: 1024px) {
  .single-post-k-teacher .teacher-bot-info .teacher-connect .event-item .event-datetime .event-time {
    margin-right: 15px;
  }
}
.single-post-k-teacher .comments-area {
  background: #fff;
}
/*--------------------------------------------------------------
	02. Teacher listing
--------------------------------------------------------------*/
.tax-k-teacher-category .k2t-main {
  padding-top: 62px;
}
.tax-k-teacher-category .k-teacher-filter {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.teacher-listing.columns-1 .post-k-teacher {
  width: 100%;
}
.teacher-listing.columns-2 .post-k-teacher {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .teacher-listing.columns-2 {
    width: 100%;
  }
}
.teacher-listing.columns-3 .post-k-teacher {
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .teacher-listing.columns-3 .post-k-teacher {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .teacher-listing.columns-3 .post-k-teacher {
    width: 100%;
  }
}
.teacher-listing.columns-4 .post-k-teacher {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .teacher-listing.columns-4 .post-k-teacher {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .teacher-listing.columns-4 .post-k-teacher {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .teacher-listing.columns-4 .post-k-teacher {
    width: 100%;
  }
}
div.k-teacher-filter {
  overflow: hidden;
  text-align: left;
}
div.k-teacher-filter ul {
  float: left;
  width: calc(100%-60px);
}
@media only screen and (max-width: 480px) {
  div.k-teacher-filter ul {
    margin-bottom: 0 !important;
    width: 100%;
    text-align: center;
  }
}
div.k-teacher-filter ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  div.k-teacher-filter ul li:first-child {
    margin-left: 14px;
  }
}
div.k-teacher-filter .t-switch-layout {
  float: right;
  width: 60px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  div.k-teacher-filter .t-switch-layout {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
div.k-teacher-filter .t-switch-layout span {
  color: #a9a9a9;
  cursor: pointer;
  font-size: 19px;
}
div.k-teacher-filter .t-switch-layout span:hover {
  color: #252525;
}
div.k-teacher-filter .t-switch-layout span:first-child {
  margin-right: 5px;
}
div.k-teacher-filter .t-switch-layout span.sl-active {
  color: #252525;
}
.teacher-listing .teacher-position {
  color: #ff5722;
  margin-bottom: 7px;
}
.teacher-listing .teacher-position a {
  color: #ff5722;
}
.teacher-listing .teacher-position a:hover {
  color: #252525;
}
.teacher-listing .top-part-label {
  color: #252525;
  font-size: 87.5%;
  font-weight: bold;
  margin-bottom: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
.teacher-listing .top-part-label i {
  margin-right: 8px;
  font-size: 13px;
}
.teacher-listing .teacher-thumb > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.teacher-grid-style {
  margin-left: -15px;
  margin-right: -15px;
}
.teacher-grid-style .post-k-teacher {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}
.teacher-grid-style .post-k-teacher .teacher-content .top-part-label,
.teacher-grid-style .post-k-teacher .teacher-content .listing-excerpt {
  display: none;
}
.teacher-grid-style .post-k-teacher .teacher-skill {
  display: none;
}
.teacher-grid-style .post-k-teacher .wrap-inner {
  background: #fff;
  padding: 40px 30px 0;
}
@media only screen and (max-width: 1024px) {
  .teacher-grid-style .post-k-teacher .wrap-inner {
    padding: 40px 15px 0;
  }
}
.teacher-grid-style .post-k-teacher .teacher-thumb {
  background-image: none !important;
  margin-bottom: 22px;
}
.teacher-grid-style .post-k-teacher .teacher-thumb img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}
.teacher-grid-style .post-k-teacher .teacher-thumb > a {
  display: none;
}
.teacher-grid-style .post-k-teacher .teacher-thumb .grid-thumb {
  position: relative;
}
.teacher-grid-style .post-k-teacher .teacher-thumb .grid-thumb a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teacher-grid-style .post-k-teacher .teacher-title h2 {
  font-size: 150%;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1024px) {
  .teacher-grid-style .post-k-teacher .teacher-title h2 {
    font-size: 137.5%;
  }
}
.teacher-grid-style .post-k-teacher .grid-excerpt {
  color: #959595;
  font-size: 87.5%;
  line-height: 157.14285714%;
  overflow: hidden;
  height: 60px;
  margin-bottom: 27px;
}
.teacher-grid-style .post-k-teacher .teacher-social ul {
  display: inline-block;
  margin-bottom: 9px;
}
.teacher-grid-style .post-k-teacher .teacher-social ul li:hover a,
.teacher-grid-style .post-k-teacher .teacher-social ul a:hover {
  background-color: transparent;
}
.teacher-grid-style .post-k-teacher .teacher-social ul a:hover {
  color: #ff5722;
}
.teacher-grid-style .post-k-teacher .teacher-social ul i {
  font-size: 18px;
}
.teacher-listing-style .post-k-teacher {
  margin-bottom: 40px;
}
.teacher-listing-style .post-k-teacher .grid-thumb,
.teacher-listing-style .post-k-teacher .grid-excerpt {
  display: none;
}
.teacher-listing-style .post-k-teacher .wrap-inner {
  background: #fff;
  position: relative;
}
.teacher-listing-style .post-k-teacher .teacher-thumb {
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25.64102564%;
}
@media only screen and (max-width: 568px) {
  .teacher-listing-style .post-k-teacher .teacher-thumb {
    background: none !important;
    display: block;
    top: 30px;
    left: 15px;
    height: 50px;
    width: 50px;
  }
  .teacher-listing-style .post-k-teacher .teacher-thumb .grid-thumb {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta {
  padding: 29px 30px 0;
  float: right;
  width: 74.35897436%;
}
@media only screen and (max-width: 568px) {
  .teacher-listing-style .post-k-teacher .teacher-meta {
    width: 100%;
    padding: 90px 15px 0;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-title h2 {
  font-weight: 900;
  margin-bottom: 0;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-position {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-bottom: 18px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-main-content {
  overflow: hidden;
  margin-bottom: 51px;
}
@media only screen and (max-width: 480px) {
  .teacher-listing-style .post-k-teacher .teacher-meta .teacher-main-content {
    margin-bottom: 20px;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta .top-part-label {
  margin-bottom: 13px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-content {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .teacher-listing-style .post-k-teacher .teacher-meta .teacher-content {
    width: 100%;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-content .content {
  color: #636363;
  font-size: 87.5%;
  line-height: 157.14285714%;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-content .content p {
  margin-bottom: 22px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill {
  padding-left: 30px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill {
    padding-left: 0;
    width: 100%;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .top-part-label {
  margin-bottom: 17px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress {
  margin-bottom: 19px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress > div:first-child {
  font-size: 14px;
  font-style: italic;
  line-height: 14px;
  margin-bottom: 7px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress > div:first-child .percent {
  font-size: 14px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress:last-child {
  margin-bottom: 10px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress .progress-background {
  background: url('../images/progress-pattern.png');
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress .bar-outer .bar {
  background: #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-skill .k2t-progress .bar-outer .bar .bg-inner {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: -moz-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: -o-linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
  background: linear-gradient(to right, rgba(255,87,34, 0), rgba(255,87,34,1));
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-social {
  position: absolute;
  top: 38px;
  right: 24px;
}
@media only screen and (max-width: 480px) {
  .teacher-listing-style .post-k-teacher .teacher-meta .teacher-social {
    margin-bottom: 15px;
    position: relative;
    top: 0;
    right: 0;
  }
}
.teacher-listing-style .post-k-teacher .teacher-meta .teacher-social i {
  font-size: 18px;
}
.teacher-listing + .k2t-navigation {
  height: auto !important;
}
.teacher-listing + .k2t-navigation .page-numbers {
  display: inline-block !important;
  position: relative !important;
}
/*--------------------------------------------------------------
	03. Teacher profile
--------------------------------------------------------------*/
.k-teacher-profile-shortcode {
  color: #898989;
  padding: 0 15px;
}
.k-teacher-profile-shortcode .teacher-entry-thumb {
  float: right;
}
.k-teacher-profile-shortcode .teacher-entry-thumb .teacher-thumb {
  left: 50%;
}
@media only screen and (max-width: 667px) {
  .k-teacher-profile-shortcode .teacher-entry-thumb .teacher-thumb {
    height: 300px !important;
    left: 0;
  }
}
.k-teacher-profile-shortcode .teacher-entry-meta {
  float: left;
  padding: 38px 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta {
    padding: 38px 15px 15px 0;
  }
}
.k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-position {
  float: left;
  margin-top: 2px;
  margin-bottom: 40px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-position {
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social {
    float: left;
    margin-top: 15px;
    position: relative;
    top: 0;
    right: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social ul {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social ul li {
    float: left;
  }
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social ul li:first-child {
    margin-right: 0;
  }
  .k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social ul li:not(:first-child) {
    margin-right: 10px !important;
  }
}
.k-teacher-profile-shortcode .teacher-entry-meta .teacher-top-meta .teacher-social:after {
  content: '';
  display: block;
  clear: both;
}
.k-teacher-profile-shortcode .teacher-entry-meta .teacher-content {
  clear: both;
  margin-bottom: 29px;
}
.k-teacher-profile-shortcode .teacher-entry-meta .teacher-skill .top-part-label {
  margin-top: 17px;
}
.k-teacher-profile-shortcode.dark-style .teacher-top-info {
  background: #252525;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .k-teacher-profile-shortcode.dark-style .teacher-top-info {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.k-teacher-profile-shortcode.dark-style .teacher-title h2 a {
  color: #fff;
}
.k-teacher-profile-shortcode.dark-style .teacher-title h2 a:hover {
  color: #ff5722;
}
.k-teacher-profile-shortcode.dark-style .teacher-entry-meta .top-part-label {
  color: #fff;
}
.k-teacher-profile-shortcode.dark-style .teacher-social li {
  opacity: 0.2;
}
.k-teacher-profile-shortcode.dark-style .teacher-social li:hover {
  opacity: 1;
}
.k-teacher-profile-shortcode.dark-style .teacher-entry-meta .teacher-skill .k2t-progress .progress-background {
  background: rgba(255, 255, 255, 0.1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.k-teacher-profile-shortcode.dark-style .teacher-skill .text {
  font-style: italic;
}
.k-teacher-profile-shortcode.dark-style .teacher-skill .k2t-progress .bar-outer .bar {
  background: #252525;
}
.k-teacher-profile-shortcode.dark-style .teacher-skill .k2t-progress .bar-outer .bar .bg-inner {
  background: -webkit-linear-gradient(to right, rgba(255,87,34, 0.1), rgba(255,87,34,1));
  background: -moz-linear-gradient(to right, rgba(255,87,34, 0.1), rgba(255,87,34,1));
  background: -o-linear-gradient(to right, rgba(255,87,34, 0.1), rgba(255,87,34,1));
  background: linear-gradient(to right, rgba(255,87,34, 0.1), rgba(255,87,34,1));
}
