/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2") format("woff2");
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2") format("woff2");
}
.b-header {
  background-color: #1c1c1c;
}
.b-header .header-inner-container {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
}
.b-header .header-inner-container .b-logo-cont {
  order: 20;
}
.b-header .header-inner-container .b-logo-cont .b-logo {
  height: 35px;
  margin-top: 0px;
}
.b-header .header-inner-container .b-logo-cont .b-logo img {
  height: 100%;
}
@media (min-width: 992px) {
  .b-header .header-inner-container .b-logo-cont .b-logo {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .b-header .header-inner-container .b-logo-cont {
    order: 10;
  }
}
.b-header .header-inner-container .askoe-logo {
  order: 10;
  height: 30px;
  margin-top: 7.5px;
}
.b-header .header-inner-container .askoe-logo img {
  height: 70%;
}
@media (min-width: 992px) {
  .b-header .header-inner-container .askoe-logo img {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .b-header .header-inner-container .askoe-logo {
    order: 20px;
    margin-left: 40px;
  }
}
.b-header .menu-items {
  order: 30;
  width: 100%;
}
.b-header .c-hamburger {
  order: 30;
}

footer {
  background: #1c1c1c;
  color: #f3f3f3;
  font-size: 14px;
  text-align: left;
}
footer .footer-information .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #f3f3f3;
}
footer .footer-information .content .post .title {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  color: #f3f3f3;
}
footer .footer-information .content .post .title:hover {
  color: #d7272a;
}
footer .footer-information ul {
  list-style: none;
}
footer .footer-information ul li {
  font-weight: 300;
  font-size: 16px;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
footer .footer-information ul li a {
  color: #f3f3f3 !important;
}
footer .footer-information ul li::before {
  content: "";
  position: absolute;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  width: 8px;
  height: 8px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) rotate(-45deg);
}
footer .footer-copyright {
  padding: 30px 0;
  text-transform: none;
  text-align: center;
  color: #b0b0b0;
  background: #090909;
}
footer .footer-copyright__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 0.25em;
}
footer .footer-copyright__content > span {
  max-width: 100%;
}
footer .footer-copyright__content a {
  white-space: nowrap;
}

.b-post-img {
  object-fit: scale-down;
  object-position: top;
}

.btn-timetable-navigation {
  padding: 0 !important;
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.call-to-action {
  border: 2px solid #d7272a;
  padding: 1em;
  text-align: center;
}
.call-to-action:hover {
  background-color: #d7272a;
  border-color: #f3f3f3;
}
.call-to-action:hover a {
  color: #f3f3f3;
}

h2, h3, h4, h5, h6 {
  color: #090909;
  font-weight: 900;
  font-family: Roboto, serif;
  text-transform: uppercase;
  margin: 0 0 50px;
  text-align: center;
  position: relative;
}

h2:first-child {
  margin-top: 2rem;
}
h2 {
  margin-top: 7rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 30px;
}

h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.featured-classes {
  background: #090909;
}
.featured-classes .featured-class-card {
  position: relative;
  height: 300px;
}
.featured-classes .featured-class-card .text-overlay {
  position: absolute;
  padding: 60px 30px;
  text-align: center;
}
.featured-classes .featured-class-card .text-overlay .title {
  margin: 20px;
  font: 900 24px Roboto;
  color: #f3f3f3;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.featured-classes .featured-class-card .text-overlay .title:hover {
  color: #d7272a;
}
.featured-classes .featured-class-card .text-overlay .description {
  color: #f3f3f3;
  font-weight: 300;
}
.featured-classes .featured-class-card img {
  filter: brightness(40%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.content-header {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 110px 0;
}
.content-header .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(33, 33, 33, 0.8);
}
.content-header .title {
  margin: 0 0 12px;
  font: 900 36px Roboto;
  text-transform: uppercase;
  position: relative;
}
.content-header .sub-title {
  font: 700 italic 12px Roboto;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.about-us .description p {
  color: #f3f3f3;
}

.b-get-in-touch__item form p {
  color: #f3f3f3;
}

.tablist {
  text-align: center;
  margin: 20px;
}
.tablist .nav-pills {
  display: inline-block;
}
.tablist .nav-pills .active, .tablist .nav-pills :hover {
  color: #f3f3f3;
  background-color: #d7272a;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.text-block {
  margin: 10px 10px 10px 10px;
}
@media (min-width: 576px) {
  .text-block {
    margin: 15px 15px 15px 15px;
  }
}
@media (min-width: 768px) {
  .text-block {
    margin: 25px 25px 25px 25px;
  }
}
@media (min-width: 992px) {
  .text-block {
    margin: 35px 35px 35px 35px;
  }
}

.b-testimonials {
  height: auto;
}

.testimonials .testimonial .description p {
  color: #f3f3f3;
}

.memberships-block {
  max-width: 700px;
}

.membership-card .header {
  padding: 0;
}
.membership-card .header .title {
  padding: 20px 0 20px 0;
  background-color: rgba(0, 0, 0, 0.4196078431);
}
.membership-card .header .price {
  padding: 40px 0 40px 0;
  background-color: rgba(0, 0, 0, 0.7098039216);
}

.b-trainers {
  padding: 10px 0 100px 0;
  height: auto;
}

.category-slider {
  padding: 10px 0 60px 0;
}

.b-trainers-cont {
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .b-trainers-cont {
    max-width: 400px;
  }
}

.b-trainer__title {
  font-size: 13px;
}

.b-trainer__img img {
  height: 378px;
  object-fit: cover;
}

.trainer-portrait {
  max-height: 600px;
}

.b-get-in-touch {
  background-size: cover;
}

.b-content img {
  width: 100%;
}

.blog-post {
  max-width: 800px;
}

.b-single-post h1,
.b-single-post h2,
.b-single-post h3,
.b-single-post h4,
.b-single-post h5,
.b-single-post h6 {
  text-align: left;
}
@media (min-width: 768px) {
  .b-single-post h1,
  .b-single-post h2,
  .b-single-post h3,
  .b-single-post h4,
  .b-single-post h5,
  .b-single-post h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.locations-page p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.locations-page .wp-block-image img {
  width: 100%;
}
.locations-page .wp-block-image figcaption {
  font-size: small;
  text-align: center;
}

/**
 * Moves Hubspot cookie notice to bottom on mobile
 * (see https://community.hubspot.com/t5/Reporting-Analytics/Can-the-position-of-the-Cookie-Consent-box-be-changed-to-the/td-p/282061)
 */
.hs-cookie-notification-position-bottom,
#hs-eu-cookie-confirmation.can-use-gradients {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.content-block {
  max-width: 900px;
  margin: 15px 10px;
}
@media (min-width: 768px) {
  .content-block {
    margin-left: auto;
    margin-right: auto;
  }
}

body {
  text-align: justify;
}