@charset "utf-8";
/*
  Theme Name: VestSurf
  Description: WordPress theme that help make websites easily.
  Version: 1.0
  Requires at least: 4.7
  Requires PHP: 5.2.4
*/

.classes_page .trainer_page .trainer-single-page .classes_header .links {
  overflow: hidden !important;
}

.feedback-form .input_wrap .input {
  border-radius: 0;
}

.label-title {
  font-weight: 700;
  color: #4174b4;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1800px) {
  .top_panel .left {
    width: 80%;
  }

  ul#menu-ul {
    background: #222;
  }
}

@media screen and (max-width: 1260px) {
  ul#menu-ul {
    background: #333;
  }

  .top_panel .left .menu ul li > a span {
    width: 100%;
    display: block;
    padding: 18px 0;
    color: #dedede;
  }
}

.footer {
  padding-top: 45px;
}

.footer ._title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.footer .tel a {
  color: #fff !important;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
}

.footer .tel {
  margin-top: 0px;
}

.footer .email {
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
}

.footer .email a {
  color: #ffffff;
}

.footer .footer_bottom .center {
  width: 100% !important;
  text-align: center !important;
}

a:hover {
  color: inherit;
}

.classes_page.trainer_page.trainer-single-page {
  overflow-x: hidden;
}

.schedule .date {
  font-size: 35px;
  color: #4174b4;
  font-weight: 700;
  border-bottom: 2px solid #4174b4;
  width: auto;
}

.schedule {
  padding: 50px 0;
}

.trainers {
  padding: 50px 0;
}

.blog_section {
  padding: 50px 0;
}

.schedule .item_center {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.schedule .item {
  background: #f7f7f7;
  width: 100% !important;
}

.schedule .item .bg {
  background: transparent;
}

@media screen and (max-width: 760px) {
  .schedule .section_top {
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .schedule .date {
    font-size: 21px;
  }
}

@media screen and (max-width: 760px) {
  .schedule .date {
    font-size: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .schedule .date {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .schedule .section_content {
    text-align: center;
    margin: auto;
  }
}

.vacancies {
  padding-bottom: 40px;
}
