/**
* Table of Contents:
*
* 1.0 Yolo Layout
* 2.0 Yolo Element
* 3.0 Yolo Core
*
* -----------------------------------------------------------------------------
*/
.clearfix:before,
.clearfix:after,
.yolo-container:before,
.yolo-container:after,
.yolo-container-fluid:before,
.yolo-container-fluid:after,
.yolo-row:before,
.yolo-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.yolo-container:after,
.yolo-container-fluid:after,
.yolo-row:after {
  clear: both;
}
.yolo-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .yolo-container {
    max-width: 750px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .yolo-container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .yolo-container {
    max-width: 1200px;
    width: 100%;
  }
}
.yolo-container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.yolo-row {
  margin-left: -15px;
  margin-right: -15px;
}
.yolo-xs-1,
.yolo-sm-1,
.yolo-md-1,
.yolo-lg-1,
.yolo-xs-2,
.yolo-sm-2,
.yolo-md-2,
.yolo-lg-2,
.yolo-xs-3,
.yolo-sm-3,
.yolo-md-3,
.yolo-lg-3,
.yolo-xs-4,
.yolo-sm-4,
.yolo-md-4,
.yolo-lg-4,
.yolo-xs-5,
.yolo-sm-5,
.yolo-md-5,
.yolo-lg-5,
.yolo-xs-6,
.yolo-sm-6,
.yolo-md-6,
.yolo-lg-6,
.yolo-xs-7,
.yolo-sm-7,
.yolo-md-7,
.yolo-lg-7,
.yolo-xs-8,
.yolo-sm-8,
.yolo-md-8,
.yolo-lg-8,
.yolo-xs-9,
.yolo-sm-9,
.yolo-md-9,
.yolo-lg-9,
.yolo-xs-10,
.yolo-sm-10,
.yolo-md-10,
.yolo-lg-10,
.yolo-xs-11,
.yolo-sm-11,
.yolo-md-11,
.yolo-lg-11,
.yolo-xs-12,
.yolo-sm-12,
.yolo-md-12,
.yolo-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yolo-xs-1,
.yolo-xs-2,
.yolo-xs-3,
.yolo-xs-4,
.yolo-xs-5,
.yolo-xs-6,
.yolo-xs-7,
.yolo-xs-8,
.yolo-xs-9,
.yolo-xs-10,
.yolo-xs-11,
.yolo-xs-12 {
  float: left;
}
.yolo-xs-12 {
  width: 100%;
}
.yolo-xs-11 {
  width: 91.66666667%;
}
.yolo-xs-10 {
  width: 83.33333333%;
}
.yolo-xs-9 {
  width: 75%;
}
.yolo-xs-8 {
  width: 66.66666667%;
}
.yolo-xs-7 {
  width: 58.33333333%;
}
.yolo-xs-6 {
  width: 50%;
}
.yolo-xs-5 {
  width: 41.66666667%;
}
.yolo-xs-4 {
  width: 33.33333333%;
}
.yolo-xs-3 {
  width: 25%;
}
.yolo-xs-2 {
  width: 16.66666667%;
}
.yolo-xs-1 {
  width: 8.33333333%;
}
.yolo-xs-pull-12 {
  right: 100%;
}
.yolo-xs-pull-11 {
  right: 91.66666667%;
}
.yolo-xs-pull-10 {
  right: 83.33333333%;
}
.yolo-xs-pull-9 {
  right: 75%;
}
.yolo-xs-pull-8 {
  right: 66.66666667%;
}
.yolo-xs-pull-7 {
  right: 58.33333333%;
}
.yolo-xs-pull-6 {
  right: 50%;
}
.yolo-xs-pull-5 {
  right: 41.66666667%;
}
.yolo-xs-pull-4 {
  right: 33.33333333%;
}
.yolo-xs-pull-3 {
  right: 25%;
}
.yolo-xs-pull-2 {
  right: 16.66666667%;
}
.yolo-xs-pull-1 {
  right: 8.33333333%;
}
.yolo-xs-pull-0 {
  right: auto;
}
.yolo-xs-push-12 {
  left: 100%;
}
.yolo-xs-push-11 {
  left: 91.66666667%;
}
.yolo-xs-push-10 {
  left: 83.33333333%;
}
.yolo-xs-push-9 {
  left: 75%;
}
.yolo-xs-push-8 {
  left: 66.66666667%;
}
.yolo-xs-push-7 {
  left: 58.33333333%;
}
.yolo-xs-push-6 {
  left: 50%;
}
.yolo-xs-push-5 {
  left: 41.66666667%;
}
.yolo-xs-push-4 {
  left: 33.33333333%;
}
.yolo-xs-push-3 {
  left: 25%;
}
.yolo-xs-push-2 {
  left: 16.66666667%;
}
.yolo-xs-push-1 {
  left: 8.33333333%;
}
.yolo-xs-push-0 {
  left: auto;
}
.yolo-xs-offset-12 {
  margin-left: 100%;
}
.yolo-xs-offset-11 {
  margin-left: 91.66666667%;
}
.yolo-xs-offset-10 {
  margin-left: 83.33333333%;
}
.yolo-xs-offset-9 {
  margin-left: 75%;
}
.yolo-xs-offset-8 {
  margin-left: 66.66666667%;
}
.yolo-xs-offset-7 {
  margin-left: 58.33333333%;
}
.yolo-xs-offset-6 {
  margin-left: 50%;
}
.yolo-xs-offset-5 {
  margin-left: 41.66666667%;
}
.yolo-xs-offset-4 {
  margin-left: 33.33333333%;
}
.yolo-xs-offset-3 {
  margin-left: 25%;
}
.yolo-xs-offset-2 {
  margin-left: 16.66666667%;
}
.yolo-xs-offset-1 {
  margin-left: 8.33333333%;
}
.yolo-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .yolo-sm-1,
  .yolo-sm-2,
  .yolo-sm-3,
  .yolo-sm-4,
  .yolo-sm-5,
  .yolo-sm-6,
  .yolo-sm-7,
  .yolo-sm-8,
  .yolo-sm-9,
  .yolo-sm-10,
  .yolo-sm-11,
  .yolo-sm-12 {
    float: left;
  }
  .yolo-sm-12 {
    width: 100%;
  }
  .yolo-sm-11 {
    width: 91.66666667%;
  }
  .yolo-sm-10 {
    width: 83.33333333%;
  }
  .yolo-sm-9 {
    width: 75%;
  }
  .yolo-sm-8 {
    width: 66.66666667%;
  }
  .yolo-sm-7 {
    width: 58.33333333%;
  }
  .yolo-sm-6 {
    width: 50%;
  }
  .yolo-sm-5 {
    width: 41.66666667%;
  }
  .yolo-sm-4 {
    width: 33.33333333%;
  }
  .yolo-sm-3 {
    width: 25%;
  }
  .yolo-sm-2 {
    width: 16.66666667%;
  }
  .yolo-sm-1 {
    width: 8.33333333%;
  }
  .yolo-sm-pull-12 {
    right: 100%;
  }
  .yolo-sm-pull-11 {
    right: 91.66666667%;
  }
  .yolo-sm-pull-10 {
    right: 83.33333333%;
  }
  .yolo-sm-pull-9 {
    right: 75%;
  }
  .yolo-sm-pull-8 {
    right: 66.66666667%;
  }
  .yolo-sm-pull-7 {
    right: 58.33333333%;
  }
  .yolo-sm-pull-6 {
    right: 50%;
  }
  .yolo-sm-pull-5 {
    right: 41.66666667%;
  }
  .yolo-sm-pull-4 {
    right: 33.33333333%;
  }
  .yolo-sm-pull-3 {
    right: 25%;
  }
  .yolo-sm-pull-2 {
    right: 16.66666667%;
  }
  .yolo-sm-pull-1 {
    right: 8.33333333%;
  }
  .yolo-sm-pull-0 {
    right: auto;
  }
  .yolo-sm-push-12 {
    left: 100%;
  }
  .yolo-sm-push-11 {
    left: 91.66666667%;
  }
  .yolo-sm-push-10 {
    left: 83.33333333%;
  }
  .yolo-sm-push-9 {
    left: 75%;
  }
  .yolo-sm-push-8 {
    left: 66.66666667%;
  }
  .yolo-sm-push-7 {
    left: 58.33333333%;
  }
  .yolo-sm-push-6 {
    left: 50%;
  }
  .yolo-sm-push-5 {
    left: 41.66666667%;
  }
  .yolo-sm-push-4 {
    left: 33.33333333%;
  }
  .yolo-sm-push-3 {
    left: 25%;
  }
  .yolo-sm-push-2 {
    left: 16.66666667%;
  }
  .yolo-sm-push-1 {
    left: 8.33333333%;
  }
  .yolo-sm-push-0 {
    left: auto;
  }
  .yolo-sm-offset-12 {
    margin-left: 100%;
  }
  .yolo-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .yolo-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .yolo-sm-offset-9 {
    margin-left: 75%;
  }
  .yolo-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .yolo-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .yolo-sm-offset-6 {
    margin-left: 50%;
  }
  .yolo-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .yolo-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .yolo-sm-offset-3 {
    margin-left: 25%;
  }
  .yolo-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .yolo-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .yolo-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .yolo-md-1,
  .yolo-md-2,
  .yolo-md-3,
  .yolo-md-4,
  .yolo-md-5,
  .yolo-md-6,
  .yolo-md-7,
  .yolo-md-8,
  .yolo-md-9,
  .yolo-md-10,
  .yolo-md-11,
  .yolo-md-12 {
    float: left;
  }
  .yolo-md-12 {
    width: 100%;
  }
  .yolo-md-11 {
    width: 91.66666667%;
  }
  .yolo-md-10 {
    width: 83.33333333%;
  }
  .yolo-md-9 {
    width: 75%;
  }
  .yolo-md-8 {
    width: 66.66666667%;
  }
  .yolo-md-7 {
    width: 58.33333333%;
  }
  .yolo-md-6 {
    width: 50%;
  }
  .yolo-md-5 {
    width: 41.66666667%;
  }
  .yolo-md-4 {
    width: 33.33333333%;
  }
  .yolo-md-3 {
    width: 25%;
  }
  .yolo-md-2 {
    width: 16.66666667%;
  }
  .yolo-md-1 {
    width: 8.33333333%;
  }
  .yolo-md-pull-12 {
    right: 100%;
  }
  .yolo-md-pull-11 {
    right: 91.66666667%;
  }
  .yolo-md-pull-10 {
    right: 83.33333333%;
  }
  .yolo-md-pull-9 {
    right: 75%;
  }
  .yolo-md-pull-8 {
    right: 66.66666667%;
  }
  .yolo-md-pull-7 {
    right: 58.33333333%;
  }
  .yolo-md-pull-6 {
    right: 50%;
  }
  .yolo-md-pull-5 {
    right: 41.66666667%;
  }
  .yolo-md-pull-4 {
    right: 33.33333333%;
  }
  .yolo-md-pull-3 {
    right: 25%;
  }
  .yolo-md-pull-2 {
    right: 16.66666667%;
  }
  .yolo-md-pull-1 {
    right: 8.33333333%;
  }
  .yolo-md-pull-0 {
    right: auto;
  }
  .yolo-md-push-12 {
    left: 100%;
  }
  .yolo-md-push-11 {
    left: 91.66666667%;
  }
  .yolo-md-push-10 {
    left: 83.33333333%;
  }
  .yolo-md-push-9 {
    left: 75%;
  }
  .yolo-md-push-8 {
    left: 66.66666667%;
  }
  .yolo-md-push-7 {
    left: 58.33333333%;
  }
  .yolo-md-push-6 {
    left: 50%;
  }
  .yolo-md-push-5 {
    left: 41.66666667%;
  }
  .yolo-md-push-4 {
    left: 33.33333333%;
  }
  .yolo-md-push-3 {
    left: 25%;
  }
  .yolo-md-push-2 {
    left: 16.66666667%;
  }
  .yolo-md-push-1 {
    left: 8.33333333%;
  }
  .yolo-md-push-0 {
    left: auto;
  }
  .yolo-md-offset-12 {
    margin-left: 100%;
  }
  .yolo-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .yolo-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .yolo-md-offset-9 {
    margin-left: 75%;
  }
  .yolo-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .yolo-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .yolo-md-offset-6 {
    margin-left: 50%;
  }
  .yolo-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .yolo-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .yolo-md-offset-3 {
    margin-left: 25%;
  }
  .yolo-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .yolo-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .yolo-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .yolo-lg-1,
  .yolo-lg-2,
  .yolo-lg-3,
  .yolo-lg-4,
  .yolo-lg-5,
  .yolo-lg-6,
  .yolo-lg-7,
  .yolo-lg-8,
  .yolo-lg-9,
  .yolo-lg-10,
  .yolo-lg-11,
  .yolo-lg-12 {
    float: left;
  }
  .yolo-lg-12 {
    width: 100%;
  }
  .yolo-lg-11 {
    width: 91.66666667%;
  }
  .yolo-lg-10 {
    width: 83.33333333%;
  }
  .yolo-lg-9 {
    width: 75%;
  }
  .yolo-lg-8 {
    width: 66.66666667%;
  }
  .yolo-lg-7 {
    width: 58.33333333%;
  }
  .yolo-lg-6 {
    width: 50%;
  }
  .yolo-lg-5 {
    width: 41.66666667%;
  }
  .yolo-lg-4 {
    width: 33.33333333%;
  }
  .yolo-lg-3 {
    width: 25%;
  }
  .yolo-lg-2 {
    width: 16.66666667%;
  }
  .yolo-lg-1 {
    width: 8.33333333%;
  }
  .yolo-lg-pull-12 {
    right: 100%;
  }
  .yolo-lg-pull-11 {
    right: 91.66666667%;
  }
  .yolo-lg-pull-10 {
    right: 83.33333333%;
  }
  .yolo-lg-pull-9 {
    right: 75%;
  }
  .yolo-lg-pull-8 {
    right: 66.66666667%;
  }
  .yolo-lg-pull-7 {
    right: 58.33333333%;
  }
  .yolo-lg-pull-6 {
    right: 50%;
  }
  .yolo-lg-pull-5 {
    right: 41.66666667%;
  }
  .yolo-lg-pull-4 {
    right: 33.33333333%;
  }
  .yolo-lg-pull-3 {
    right: 25%;
  }
  .yolo-lg-pull-2 {
    right: 16.66666667%;
  }
  .yolo-lg-pull-1 {
    right: 8.33333333%;
  }
  .yolo-lg-pull-0 {
    right: auto;
  }
  .yolo-lg-push-12 {
    left: 100%;
  }
  .yolo-lg-push-11 {
    left: 91.66666667%;
  }
  .yolo-lg-push-10 {
    left: 83.33333333%;
  }
  .yolo-lg-push-9 {
    left: 75%;
  }
  .yolo-lg-push-8 {
    left: 66.66666667%;
  }
  .yolo-lg-push-7 {
    left: 58.33333333%;
  }
  .yolo-lg-push-6 {
    left: 50%;
  }
  .yolo-lg-push-5 {
    left: 41.66666667%;
  }
  .yolo-lg-push-4 {
    left: 33.33333333%;
  }
  .yolo-lg-push-3 {
    left: 25%;
  }
  .yolo-lg-push-2 {
    left: 16.66666667%;
  }
  .yolo-lg-push-1 {
    left: 8.33333333%;
  }
  .yolo-lg-push-0 {
    left: auto;
  }
  .yolo-lg-offset-12 {
    margin-left: 100%;
  }
  .yolo-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .yolo-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .yolo-lg-offset-9 {
    margin-left: 75%;
  }
  .yolo-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .yolo-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .yolo-lg-offset-6 {
    margin-left: 50%;
  }
  .yolo-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .yolo-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .yolo-lg-offset-3 {
    margin-left: 25%;
  }
  .yolo-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .yolo-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .yolo-lg-offset-0 {
    margin-left: 0%;
  }
}
.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 8px 12px;
  left: auto;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  background-color: #cf3d6f;
  color: #fff;
  border-radius: 4px;
}
.button:focus,
.button:hover {
  background-color: #9a264e;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.all-social-share a {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  color: #ccc;
  margin: 0 0px 10px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}
.all-social-share a:hover {
  color: white;
}
.all-social-share a.fa-facebook:hover {
  background-color: #4b6ea8;
  border-color: #4b6ea8;
}
.all-social-share a.fa-google-plus:hover {
  background-color: #dd553b;
  border-color: #dd553b;
}
.all-social-share a.fa-twitter:hover {
  background-color: #29aae2;
  border-color: #29aae2;
}
.all-social-share a.fa-youtube:hover {
  background-color: #d84939;
  border-color: #d84939;
}
.all-social-share a.fa-skype:hover {
  background-color: #00bbf0;
  border-color: #00bbf0;
}
.all-social-share a.fa-linkedin:hover {
  background-color: #038ac4;
  border-color: #038ac4;
}
.all-social-share a.fa-dribbble:hover {
  background-color: #f2689c;
  border-color: #f2689c;
}
.all-social-share a.fa-pinterest:hover {
  background-color: #d83633;
  border-color: #d83633;
}
.all-social-share a.fa-flickr:hover {
  background-color: #3a88d0;
  border-color: #3a88d0;
}
.all-social-share a.fa-instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}
/**
 * List Layout
 */
ul.yolo-list {
  list-style: none;
  clear: both;
  padding: 0;
  margin: 0;
}
ul.yolo-list:after {
  content: '';
  clear: both;
  display: table;
}
ul.yolo-list li {
  margin-bottom: 50px;
}
ul.yolo-list li h3 {
  margin: 10px 0 10px;
  font-size: 16px;
}
ul.yolo-list li img {
  width: 100%;
}
.yolo-hidden {
  display: none !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
/**
* loadSkill
*/
@-webkit-keyframes loadSkill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes loadSkill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.timetable-pre {
  border: 1px solid #dddddd;
  padding: 20px !important;
  background: #f1f1f1;
  margin-bottom: 70px !important;
  margin-top: 20px !important;
  line-height: 30px;
}
.twentyfifteen .posts-loop-content {
  margin: 0 6.6%;
}
.sidebar.twentyfifteen_sidebar {
  float: none;
  margin: 0 8.333%;
  max-width: 100%;
  width: 100%;
}
.sidebar.twentyfifteen_sidebar .widget {
  padding: 0;
}
.sidebar.twentyfourteen_sidebar .class-info-sidebar i {
  color: #fff;
}
.sidebar.twentyfourteen_sidebar .teacher-tag-wrap .teacher-bio .teacher-avatar img {
  max-width: 130px;
}
.sidebar.twentyfourteen_sidebar .teacher-tag-wrap a {
  color: #ccc;
}
.sidebar.twentyfourteen_sidebar .teacher-tag-wrap a:hover {
  color: #fff;
}
.sidebar.twentyfourteen_sidebar div.yolo-class-slider-wrap .yolo-class-slider-item .item-info h4 a,
.sidebar.twentyfourteen_sidebar div.yolo-class-slider-wrap .yolo-class-slider-item .item-info .teacher-info a {
  color: #fff;
}
.sidebar.twentyfourteen_sidebar div.yolo-class-slider-wrap .yolo-class-slider-item .item-info h4 a:hover,
.sidebar.twentyfourteen_sidebar div.yolo-class-slider-wrap .yolo-class-slider-item .item-info .teacher-info a:hover {
  color: #999;
}
.single-yolo_teacher .yolo_teacher .post-thumbnail img {
  max-width: 250px;
  border-radius: 100%;
  margin: 0 auto;
}
.single-yolo_teacher .yolo_teacher .loop-item-category,
.single-yolo_teacher .yolo_teacher .entry-title,
.single-yolo_teacher .yolo_teacher .teacher-social {
  text-align: center;
}
.yolo-progress-bar .yolo-single-bar {
  background-color: #eeeff0;
  margin-top: 34px;
  margin-bottom: 46px;
  position: relative;
  height: 8px;
  width: 78%;
}
.yolo-progress-bar .yolo-single-bar:last-child {
  margin-bottom: 0;
}
.yolo-progress-bar .yolo-single-bar .label-bar {
  padding: 0;
}
.yolo-progress-bar .yolo-single-bar .label-bar .yolo-progress-label {
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px);
  display: block;
  font-style: italic;
  font-size: 14px;
}
.yolo-progress-bar .yolo-single-bar .label-bar .yolo-label-units {
  position: absolute;
  right: -74px;
  top: -8px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #cf3d6f;
  padding: 0;
  line-height: 20px;
}
.yolo-progress-bar .yolo-single-bar .yolo-bar {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fde496;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .yolo-progress-bar .yolo-single-bar {
    width: 100%;
  }
  .yolo-progress-bar .yolo-single-bar .label-bar .yolo-label-units {
    right: 0px;
    top: -28px;
  }
}
.loadSkill {
  -webkit-animation-name: loadSkill;
  animation-name: loadSkill;
}
.single.teacher-page .all-social-share {
  margin: 30px 0;
}
.single.teacher-page .entry-content {
  float: none;
  width: auto;
}
.single.teacher-page .content-featured {
  margin-bottom: 30px;
}
.single.teacher-page .content-featured img {
  width: 100%;
}
.single.teacher-page .teacher-info {
  margin-bottom: 40px;
}
.single.teacher-page .teacher-info .teacher-category {
  font-size: 13px;
  margin-bottom: 20px;
  color: #cf3d6f;
}
.single.teacher-page .teacher-info .teacher-category a {
  color: #cf3d6f;
}
.single.teacher-page .teacher-info .teacher-category a:hover {
  color: #9a264e;
}
.single.teacher-page .teacher-info .teacher-description {
  margin-top: 38px;
}
.single.teacher-page .teacher-info .teacher-description > div {
  margin-bottom: 10px;
}
.single.teacher-page .teacher-info .teacher-description > div.teacher-skill {
  margin-top: 20px;
}
.single.teacher-page .teacher-info .teacher-description > div.teacher-skill:after {
  clear: both;
  content: '';
  display: table;
}
.single.teacher-page .teacher-info .teacher-description > div span.teacher-title {
  color: #333;
  font-weight: 600;
  display: inline-block;
  width: 24.5%;
}
.single.teacher-page .teacher-info .teacher-description .text-bio {
  float: right;
  width: 75.5%;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.single.teacher-page .teacher-info .teacher-description .teacher-biography:after {
  clear: both;
  display: table;
  content: '';
}
.single.teacher-page .teacher-info .teacher-description .yolo-progress-bar {
  float: right;
  width: 75.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .single.teacher-page .teacher-info .teacher-description {
    margin-top: 10px;
  }
  .single.teacher-page .teacher-info .teacher-description > div span.teacher-title {
    width: 100%;
  }
  .single.teacher-page .teacher-info .teacher-description .yolo-progress-bar,
  .single.teacher-page .teacher-info .teacher-description .text-bio {
    width: 100%;
  }
}
.yolo-teacher-shortcode .hentry {
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}
.yolo-teacher-shortcode .hentry + .hentry {
  margin-top: 0;
}
.yolo-teacher-shortcode .hentry h3 {
  margin: 20px 0 0;
  font-size: 16px;
  padding-bottom: 20px;
}
.yolo-teacher-shortcode .posts-loop-content:after {
  content: '';
  display: table;
  clear: both;
}
.yolo-teacher-shortcode .posts-loop-content .yolo-md-6:nth-child(2n+1) {
  clear: both;
}
.yolo-teacher-shortcode .posts-loop-content .yolo-md-4:nth-child(3n+1) {
  clear: both;
}
.yolo-teacher-shortcode .posts-loop-content .yolo-md-3:nth-child(4n+1) {
  clear: both;
}
.teacher-tag-wrap a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.teacher-tag-wrap .teacher-bio {
  border: 1px solid #d8e0e8;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}
.teacher-tag-wrap .teacher-bio .teacher-avatar {
  display: block;
}
.teacher-tag-wrap .teacher-bio .teacher-avatar img {
  border-radius: 50%;
  max-width: 210px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teacher-tag-wrap .teacher-bio .teacher-avatar img {
    max-width: 150px;
  }
}
.teacher-tag-wrap .teacher-bio .teacher-info {
  font-size: 16px;
}
.teacher-tag-wrap .teacher-bio .teacher-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 6px;
  letter-spacing: 0;
  text-transform: none;
}
.teacher-tag-wrap .teacher-bio .teacher-info h4 a {
  color: #cf3d6f;
}
.teacher-tag-wrap .teacher-bio .teacher-info h4 a:hover {
  color: #9a264e;
}
.teacher-tag-wrap .teacher-bio .teacher-info .teacher-category {
  font-size: 14px;
  margin-bottom: 20px;
  color: #cf3d6f;
}
.teacher-tag-wrap .teacher-bio .teacher-info .teacher-category a {
  color: #cf3d6f;
}
.teacher-tag-wrap .teacher-bio .teacher-info .teacher-category a:hover {
  color: #9a264e;
}
.teacher-tag-wrap .teacher-bio .teacher-info .teacher-social {
  margin-bottom: 22px;
}
.teacher-tag-wrap .teacher-bio .teacher-info .teacher-excerpt {
  display: none;
}
.teacher-tag-wrap .teacher-bio .teacher-info .view-profile {
  margin-bottom: 20px !important;
}
.teacher-tag-wrap.list .teacher-bio {
  text-align: left;
}
.teacher-tag-wrap.list .teacher-bio .teacher-avatar img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
.teacher-tag-wrap.list .teacher-bio .teacher-info {
  padding: 20px;
}
.teacher-tag-wrap.list .teacher-bio .teacher-info .teacher-excerpt {
  display: block;
}
/**
 * Title
 */
.yolo-plugin-wraptext {
  text-align: left;
  margin: 50px 0;
}
.yolo-plugin-wraptext .wrap-title {
  display: inline-block;
  position: relative;
}
.yolo-plugin-wraptext .wrap-title .yolo-plugin-title {
  color: #cf3d6f;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .yolo-plugin-wraptext .wrap-title .yolo-plugin-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .yolo-plugin-wraptext .wrap-title .yolo-plugin-title {
    font-size: 26px;
    line-height: 35px;
  }
}
.yolo-plugin-wraptext .wrap-title .yolo-plugin-sub-title {
  color: #333;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .yolo-plugin-wraptext .wrap-title .yolo-plugin-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .yolo-plugin-wraptext .wrap-title .yolo-plugin-sub-title {
    font-size: 16px;
  }
}
.single.class-page .entry-content {
  float: none;
  width: auto;
  margin-top: 30px;
}
.single.class-page .content-featured {
  margin-bottom: 30px;
}
.single.class-page .content-featured img {
  width: 100%;
}
.single.class-page .timetable_week {
  padding-top: 20px;
}
.single.class-page .timetable_week table {
  width: 100%;
  border: none;
}
@media screen and (max-width: 991px) {
  .single.class-page .timetable_week table {
    display: none;
  }
}
.single.class-page .timetable_week table th,
.single.class-page .timetable_week table td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.single.class-page .timetable_week table tr.day_wrap.day-even {
  background: #f5f5f5;
}
.single.class-page .timetable_week .day {
  border-radius: 12px;
  color: #cf3d6f;
  padding: 4px 8px;
  text-transform: capitalize;
}
.single.class-page .timetable_week h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  color: #cf3d6f;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.single.class-page .timetable_week h4:before {
  background: #cf3d6f;
  bottom: -15px;
  content: '';
  left: 0;
  height: 2px;
  position: absolute;
  width: 30px;
}
.single.class-page .timetable_week h4 .first-word {
  color: #fbd14b;
}
@media screen and (min-width: 992px) {
  .single.class-page .timetable_week .res-sche-content {
    display: none;
  }
}
.single.class-page .timetable_week .res-sche-content .item-weekday {
  background-color: #f5f5f5;
  padding: 5px 10px;
  color: #cf3d6f;
  margin: 5px 0;
}
.single.class-page .timetable_week .res-sche-content .item-weekday.today {
  background: #fcf8e3;
}
.single.class-page .timetable_week .res-sche-content .item-day {
  position: relative;
  padding: 10px 0 10px 10px;
  font-size: 15px;
}
.single.class-page .timetable_week .res-sche-content .item-day .time {
  color: #333;
}
.single.class-page .timetable_week .res-sche-content .item-day i {
  margin-left: 10px;
  font-weight: 300;
}
.single.class-page .timetable_week .res-sche-content .item-day .address {
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .single.class-page .timetable_week .res-sche-content .item-day .address {
    display: none;
  }
}
/**
 * Class
 */
.yolo-class-shortcode.list .hentry {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e3deed;
}
.yolo-class-shortcode.list .hentry:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .yolo-class-shortcode.list .widget-class-filter {
    display: inline-block;
    width: 33%;
  }
  .yolo-class-shortcode.list .widget-class-filter .yolo-xs-6 {
    width: 33%;
  }
  .yolo-class-shortcode.list .widget-class-filter.search-class-weekday {
    width: 100%;
  }
}
.yolo-class-shortcode.grid .hentry {
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
}
@media (min-width: 768px) {
  .yolo-class-shortcode.grid .widget-class-filter {
    display: inline-block;
    width: 33%;
  }
  .yolo-class-shortcode.grid .widget-class-filter .yolo-xs-6 {
    width: 33%;
  }
  .yolo-class-shortcode.grid .widget-class-filter.search-class-weekday {
    width: 100%;
  }
}
.yolo-class-shortcode.grid.filter-left .widget-class-filter,
.yolo-class-shortcode.grid.filter-right .widget-class-filter {
  width: 100%;
}
.yolo-class-shortcode .loop-item-wrap {
  border: 1px solid #d8e0e8;
  border-radius: 4px;
  background-color: #fff;
}
.yolo-class-shortcode .loop-item-featured img {
  width: 100%;
  height: auto;
}
.yolo-class-shortcode .loop-item-content {
  margin-top: 20px;
  padding: 0 15px 25px;
}
.yolo-class-shortcode .loop-item-title {
  margin: 10px 0 20px;
}
.yolo-class-shortcode .content-meta {
  margin-bottom: 10px;
}
.yolo-class-shortcode .content-meta span {
  margin-right: 20px;
}
.yolo-class-shortcode .content-meta span:last-child {
  margin-right: 0;
}
.yolo-class-shortcode .content-meta .teacher-info {
  display: block;
}
.yolo-class-shortcode .content-meta i {
  margin-right: 5px;
}
.yolo-class-shortcode .posts-loop-content:after {
  content: '';
  display: table;
  clear: both;
}
.yolo-class-shortcode .posts-loop-content .yolo-md-6:nth-child(2n+1) {
  clear: both;
}
.yolo-class-shortcode .posts-loop-content .yolo-md-4:nth-child(3n+1) {
  clear: both;
}
.yolo-class-shortcode .posts-loop-content .yolo-md-3:nth-child(4n+1) {
  clear: both;
}
.yolo-class-shortcode .posts-loop-content .yolo-md-3 .loop-item-title,
.yolo-class-shortcode .posts-loop-content .yolo-md-4 .loop-item-title {
  font-size: 18px;
}
.yolo-class-shortcode .posts-loop-content .yolo-md-3 .content-meta span,
.yolo-class-shortcode .posts-loop-content .yolo-md-4 .content-meta span {
  display: block;
}
@media (min-width: 992px) {
  .yolo-class-shortcode.filter-left .yolo-class-wrap,
  .yolo-class-shortcode.filter-right .yolo-class-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .yolo-class-shortcode.filter-left .yolo-class-wrap .yolo-class-filter,
  .yolo-class-shortcode.filter-right .yolo-class-wrap .yolo-class-filter {
    width: 25%;
  }
  .yolo-class-shortcode.filter-left .yolo-class-wrap .posts-loop-content,
  .yolo-class-shortcode.filter-right .yolo-class-wrap .posts-loop-content {
    width: 75%;
  }
  .yolo-class-shortcode.filter-left .yolo-class-filter {
    padding-right: 20px;
  }
  .yolo-class-shortcode.filter-left .yolo-class-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .yolo-class-shortcode.filter-right .yolo-class-filter {
    padding-left: 20px;
  }
  .yolo-class-shortcode.filter-right .yolo-class-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
div.yolo-class-slider-wrap .owl-controls {
  text-align: left;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-thumb {
  margin-bottom: 10px;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-info h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-info h4 a {
  color: #cf3d6f;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-info h4 a:hover {
  color: #9a264e;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-info .teacher-info a {
  color: #333;
}
div.yolo-class-slider-wrap .yolo-class-slider-item .item-info .teacher-info i {
  margin-right: 5px;
}
.class-info-sidebar .clearfix,
.class-info-sidebar .yolo-container,
.class-info-sidebar .yolo-container-fluid,
.class-info-sidebar .yolo-row {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.class-info-sidebar .clearfix:last-child,
.class-info-sidebar .yolo-container:last-child,
.class-info-sidebar .yolo-container-fluid:last-child,
.class-info-sidebar .yolo-row:last-child {
  border: none;
}
.class-info-sidebar .clearfix span,
.class-info-sidebar .yolo-container span,
.class-info-sidebar .yolo-container-fluid span,
.class-info-sidebar .yolo-row span {
  float: right;
  color: #cf3d6f;
  padding: 0 8px;
  border-radius: 100px;
  background: #fafafa;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 2px;
}
.class-info-sidebar .clearfix.tag-days .wrap-days,
.class-info-sidebar .yolo-container.tag-days .wrap-days,
.class-info-sidebar .yolo-container-fluid.tag-days .wrap-days,
.class-info-sidebar .yolo-row.tag-days .wrap-days {
  float: right;
}
.class-info-sidebar .clearfix.tag-days .wrap-days span,
.class-info-sidebar .yolo-container.tag-days .wrap-days span,
.class-info-sidebar .yolo-container-fluid.tag-days .wrap-days span,
.class-info-sidebar .yolo-row.tag-days .wrap-days span {
  float: left;
}
.class-info-sidebar i {
  color: #cf3d6f;
  margin-right: 10px;
}
.class-info-sidebar i.ion-document {
  font-size: 16px;
}
.class-info-sidebar i.ion-android-arrow-forward {
  margin-left: 10px;
  margin-right: 0;
}
.register_button {
  margin-top: 20px;
}
.widget-class-filter {
  position: relative;
  margin-bottom: 20px;
}
.widget-class-filter:not(.search-class-weekday):before {
  content: '>';
  font: 15px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.widget-class-filter select {
  color: #888888;
  font-size: 14px;
  width: 100%;
  padding: 7px 1.07142857em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  outline: none;
}
.widget-class-filter select:focus,
.widget-class-filter select:active {
  outline: none;
}
.widget-class-filter select::-ms-expand {
  display: none;
}
.widget-class-filter.search-class-weekday {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
}
.widget-class-filter.search-class-weekday span {
  color: #333333;
  font-weight: 500;
  display: block;
  padding-top: 2px;
  margin-bottom: 15px;
}
.widget-class-filter.search-class-weekday label {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 6px;
}
.widget-class-filter.search-class-weekday label input[type="checkbox"] {
  border: 0;
  background: #f8f8f8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -2px 8px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-appearance: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  -o-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  position: relative;
  border: 1px solid #eeeeee;
}
.widget-class-filter.search-class-weekday label input[type="checkbox"]:checked:before {
  content: "\f00c";
  color: #cf3d6f;
  position: absolute;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: "fontawesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 1px;
  top: 9px;
}
.yolo-timetable-main .yolo_class img {
  width: 100%;
  height: auto;
}
.entry-header span {
  margin-right: 15px;
}
/**
 * Event
 */
.single.event-page .entry-content {
  float: none;
  width: auto;
}
.single.event-page .content-featured {
  margin-bottom: 30px;
}
.single.event-page .content-featured img {
  width: 100%;
}
.yolo-event-meta {
  margin-bottom: 10px;
}
.yolo-event-meta span {
  margin-right: 20px;
}
.yolo-event-meta span:last-child {
  margin-right: 0;
}
.yolo-event-meta .location-info {
  display: block;
}
.yolo-event-meta i {
  margin-right: 5px;
}
.yolo-event-maps {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.yolo-event-shortcode a:not(.button) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #cf3d6f;
}
.yolo-event-shortcode a:not(.button):hover {
  color: #9a264e;
}
.yolo-event-shortcode.list .hentry {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e3deed;
}
.yolo-event-shortcode.list .hentry:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .yolo-event-shortcode.list .widget-event-filter {
    display: inline-block;
    width: 49%;
  }
}
.yolo-event-shortcode .loop-item-wrap {
  border: 1px solid #d8e0e8;
  border-radius: 4px;
  background-color: #fff;
}
.yolo-event-shortcode .yolo-featured-event img {
  width: 100%;
}
.yolo-event-shortcode .loop-item-content {
  margin-top: 20px;
  padding: 0 15px 25px;
}
.yolo-event-shortcode .loop-item-title {
  margin: 10px 0 20px;
  font-size: 18px;
}
.yolo-event-shortcode .posts-loop-content:after {
  content: '';
  display: table;
  clear: both;
}
.yolo-event-shortcode .posts-loop-content .yolo-md-6:nth-child(2n+1) {
  clear: both;
}
.yolo-event-shortcode .posts-loop-content .yolo-md-4:nth-child(3n+1) {
  clear: both;
}
.yolo-event-shortcode .posts-loop-content .yolo-md-3:nth-child(4n+1) {
  clear: both;
}
.yolo-event-shortcode .posts-loop-content .yolo-md-3 .loop-item-title,
.yolo-event-shortcode .posts-loop-content .yolo-md-4 .loop-item-title {
  font-size: 18px;
}
.yolo-event-shortcode .posts-loop-content .yolo-md-3 .content-meta span,
.yolo-event-shortcode .posts-loop-content .yolo-md-4 .content-meta span {
  display: block;
}
div.yolo-event-slider-wrap .owl-controls {
  text-align: left;
}
div.yolo-event-slider-wrap .yolo-event-slider-item .item-thumb {
  margin-bottom: 10px;
}
div.yolo-event-slider-wrap .yolo-event-slider-item .yolo-event-slider-body h4 {
  margin-bottom: 5px;
  font-size: 16px;
}
div.yolo-event-slider-wrap .yolo-event-slider-item .yolo-event-slider-body h4 a {
  color: #cf3d6f;
}
div.yolo-event-slider-wrap .yolo-event-slider-item .yolo-event-slider-body h4 a:hover {
  color: #9a264e;
}
div.yolo-event-slider-wrap .yolo-event-slider-item .yolo-event-slider-body i {
  margin-right: 5px;
}
.yolo-event-box-author-wrap .yolo-box-author-head:after {
  clear: both;
  display: table;
  content: '';
}
.yolo-event-box-author-wrap .yolo-thumbnail-author {
  border: 3px solid #eee;
  height: 80px;
  float: left;
  overflow: hidden;
  width: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.yolo-event-box-author-wrap .yolo-thumbnail-author img {
  width: 80px;
}
.yolo-event-box-author-wrap .yolo-info-author {
  float: left;
}
.yolo-event-box-author-wrap .yolo-name-author {
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 13px 0 0 0;
}
.yolo-event-box-author-wrap .yolo-position-author {
  color: #333;
  font-size: 14px;
  padding: 5px 0 0 0;
}
.yolo-event-box-author-wrap .yolo-box-author-body {
  padding: 20px 0 0;
}
.yolo-event-box-author-wrap .yolo-box-author-item i {
  color: #cf3d6f;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  width: 15px;
}
.yolo-event-box-author-wrap .yolo-box-author-item span {
  color: #eee;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.yolo-event-box-author-wrap .yolo-box-author-item span.phone {
  color: #333;
  font-weight: 400;
}
.widget_event_info .yolo-event-meta span {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.widget-event-filter {
  position: relative;
  margin-bottom: 20px;
}
.widget-event-filter:before {
  content: '>';
  font: 15px "Consolas", monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.widget-event-filter select {
  color: #888888;
  font-size: 14px;
  width: 100%;
  padding: 7px 1.07142857em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  outline: none;
}
.widget-event-filter select:focus,
.widget-event-filter select:active {
  outline: none;
}
.widget-event-filter select::-ms-expand {
  display: none;
}
.yolo-data-slider .hentry {
  padding-left: 15px;
  padding-right: 15px;
}
.yolo-data-slider .owl-controls {
  margin-bottom: 30px;
}
.yolo-data-slider .owl-controls .owl-buttons div.owl-next,
.yolo-data-slider .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: -52px;
  color: #333;
  background: transparent;
}
.yolo-data-slider .owl-controls .owl-buttons div.owl-next:before,
.yolo-data-slider .owl-controls .owl-buttons div.owl-prev:before {
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 42px;
}
.yolo-data-slider .owl-controls .owl-buttons div.owl-next:hover,
.yolo-data-slider .owl-controls .owl-buttons div.owl-prev:hover {
  color: #cf3d6f;
}
.yolo-data-slider .owl-controls .owl-buttons .owl-next {
  right: -70px;
}
.yolo-data-slider .owl-controls .owl-buttons .owl-next:before {
  content: '\f054';
}
.yolo-data-slider .owl-controls .owl-buttons .owl-prev {
  left: -70px;
}
.yolo-data-slider .owl-controls .owl-buttons .owl-prev:before {
  content: "\f053";
}
.yolo-event-shortcode.yolo-data-slider .owl-dots {
  text-align: center;
}
.yolo-event-shortcode.yolo-data-slider .owl-dots .owl-dot.active span {
  border-color: #F6D937;
}
.yolo-event-shortcode.yolo-data-slider .owl-dots .owl-dot:focus {
  outline: none;
}
.yolo-event-shortcode.yolo-data-slider .owl-dots span {
  width: 12px;
  height: 12px;
  border: 2px solid #d4d4d4;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}
.yolo-filters {
  text-align: center;
}
.yolo-filters a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.yolo-filters a:focus,
.yolo-filters a:hover {
  text-decoration: none;
  outline: none;
}
.yolo-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.yolo-filters ul:after {
  content: '';
  clear: both;
  display: table;
}
.yolo-filters ul li {
  float: left;
  margin-bottom: 16px;
  height: 50px;
}
.yolo-filters ul li a {
  border: none;
  padding: 15px 20px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: currentColor;
}
.yolo-filters ul li a:focus,
.yolo-filters ul li a:hover {
  color: #cf3d6f;
}
.yolo-filters ul li a.selected {
  color: #cf3d6f;
}
.yolo-filters ul li a.selected:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #cf3d6f;
  border-left: none;
  border-right: none;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .yolo-filters ul li {
    height: 40px;
  }
  .yolo-filters ul li a.selected:before {
    display: none;
  }
}
