/*
Theme Name: Awesome Theme 001
Theme URI: http://www.awems.com
Template: fitness-hub
Author: Awesome Marketing Services
Author URI: http://www.awems.com
Version: 1.0.0.1542490151
Updated: 2018-11-18 02:29:11

*/

.blog-header .entry-header-title h1 {
    display: none;
}

body:not(.home) h2:not(.site-footer h2) {
    position: relative;
    margin: 30px 0 20px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: left;
    background: linear-gradient(92deg, #2f5fa7, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #144798;
}

body:not(.home) h2:not(.site-footer h2)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 4px;
    background-color: #1c4c98;
}

body:not(.home) p:not(.site-footer p) {
    margin: 0 0 40px;
    font-family: Verdana, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}

body:not(.home) .content-area ul li:not(.site-footer ul li),
body:not(.home) .content-area ol li:not(.site-footer ol li) {
    margin-top: 25px !important;
    font-family: Verdana, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

body.blog {
    background: #f5f6f8;
}

body.blog.no-sidebar #primary {
    width: 100%;
    float: none;
    margin: 0 auto 60px;
}

body.blog .site-content.container {
    max-width: 1240px;
    width: 92%;
    margin-top: 40px;
}

body.blog .inner-main-title {
    margin-bottom: 40px;
}

body.blog .inner-main-title .page-title {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

body.blog #main.site-main {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: stretch;
}

body.blog article.post,
body.blog article.page,
body.blog .archive article.post,
body.blog .search article.post {
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 1px solid #e8e8ec;
    border-bottom: none;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.blog article.post {
    width: calc(50% - 16px);
}

body.blog article.post:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

body.blog article.post .content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.blog article.post .image-wrap {
    margin-bottom: 0;
}

body.blog article.post .post-thumb {
    overflow: hidden;
    background: #ddd;
}

body.blog article.post .post-thumb a {
    display: block;
}

body.blog article.post .post-thumb img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.4s ease;
}

body.blog article.post:hover .post-thumb img {
    transform: scale(1.08);
    filter: brightness(0.96);
}

body.blog article.post .entry-content {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0;
    padding: 24px 24px 28px;
}

body.blog .blog-header-wrap,
body.blog .entry-header-title {
    width: 100%;
}

body.blog .blog-header-wrap .date,
body.blog .blog-header-wrap .entry-meta,
body.blog article.post footer.entry-footer,
body.blog .author.vcard,
body.blog .edit-link,
body.blog .comments-link,
body.blog .cat-links,
.entry-meta,
footer.entry-footer,
.date,
.post-thumb header.entry-header,
nav.navigation.post-navigation {
    display: none !important;
}

body.blog h2.entry-title {
    margin: 0;
    line-height: 1.4;
}

body.blog h2.entry-title a {
    display: inline-block;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 700;
    color: #1f2430;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.blog h2.entry-title a:hover {
    color: #181030;
    text-decoration: none;
}

body.blog .entry-header-title::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 16px;
    border-radius: 50px;
    background: linear-gradient(90deg, #181030, #f4b400);
}

body.blog .navigation.pagination {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

body.blog .navigation.pagination .nav-links .page-numbers {
    padding: 10px 16px;
    border: 1px solid #e3e3e8;
    border-radius: 10px;
    background: #fff;
    color: #181030;
    font-weight: 600;
}

body.blog .navigation.pagination .nav-links .current,
body.blog .navigation.pagination .nav-links a:hover {
    background: #181030;
    color: #fff !important;
    border-color: #181030;
}

body.blog #content {
    padding-bottom: 20px;
}

.blog .blog-header h2.entry-title a:hover,
aside#fitness_hub_posts_col-3 a:hover {
    color: #838080;
    text-decoration: none;
}

aside#fitness_hub_posts_col-3 a {
    font-size: 16px;
}

.footer-copyright.text-left .site-info a {
    color: #fff;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 117px;
    border: 1px solid #ddd;
}

aside#fitness_hub_contact-1 .at-widget-title-wrapper .widget-title {
    margin-bottom: 40px !important;
}

section#fitness_hub_testimonial-1 {
    position: relative;
    padding: 50px 0;
    margin-top: 0;
}

section#fitness_hub_testimonial-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

section#fitness_hub_testimonial-1 .container,
section#fitness_hub_testimonial-1 .testimonial-content {
    position: relative;
    z-index: 2;
}

.item.slick-slide {
    background-position: top !important;
}

.banner-title {
    font-size: 30px !important;
    text-shadow: 2px 2px #000;
}

.slider-content.text-left .image-slider-caption p {
    width: 100%;
}

.image-slider-caption {
    width: 50%;
    margin-top: 10px;
    padding-left: 16px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.32);
}

#fitness_hub_service-1 .single-item:hover {
    background: #f1dada;
}

#fitness_hub_service-1 a.all-link {
    text-decoration: none;
}

#fitness_hub_service-1 a.all-link:hover {
    color: unset !important;
    cursor: default !important;
}

#fitness_hub_service-1 .single-item.init-animate.zoomIn {
    cursor: default !important;
}

.acme-services.normal .single-list .single-item {
    min-height: 256px;
}

.top-header {
    height: 50px;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    align-content: center;
}

.top-header .col-sm-6.text-right {
    width: 20%;
}

.top-header .col-sm-6.text-left {
    width: 80%;
}

.top-header .info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border-left: dotted;
}

.top-header .socials li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.contactinfo p {
    line-height: 35px;
}

.navbar {
    margin-bottom: 0;
    padding: 5px;
    transition: 0.3s;
}

.navbar-header {
    padding-top: 0;
}

.navbar-nav {
    float: right;
}

.navbar-nav > li {
    margin-left: 10px;
    position: relative;
}

.navbar-nav > li > a {
    padding: 10px 18px;
    border-radius: 15px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.navbar-nav > li > a:hover,
.navbar-nav > .current-menu-item > a,
.navbar-nav > .current_page_item > a {
    background: #181030;
    color: #fff !important;
}

.main-navigation a {
    font-family: "Open Sans";
    font-size: 17px;
    text-transform: unset;
}

.main-navigation ul ul a {
    width: 215px;
    padding: 6px;
    font-size: 14px;
    line-height: normal;
    color: inherit;
}

.main-navigation ul ul a:hover {
    background-color: #181030;
    color: #fff !important;
}

.sub-menu li a {
    text-decoration: none;
}

.featured-slider .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    padding-top: 180px;
}

.banner-btn:hover {
    background: #fff;
    color: #181030;
}

.slick-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    transition: 0.3s;
    z-index: 99;
}

.image-slider-wrapper .slick-arrow.next {
    right: 10px;
    color: #fff;
}

.slick-arrow:hover {
    background: #181030;
    color: #fff;
}

.widget-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #f4b400;
    transform: translateX(-50%);
}

.at-widget-title-wrapper {
    position: relative;
    margin-bottom: 0;
}

.at-widget-title-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    background: #ececec;
}

#fitness_hub_about-1.at-feature-about {
    position: relative;
    margin-top: 0;
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}

#fitness_hub_about-1.at-feature-about::before,
#fitness_hub_about-1.at-feature-about::after,
#fitness_hub_about-1.at-feature-about .geo-shape-3 {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    background: #000;
}

#fitness_hub_about-1.at-feature-about::before {
    top: 20px;
    left: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

#fitness_hub_about-1.at-feature-about::after {
    top: 50%;
    right: 5%;
    width: 150px;
    height: 150px;
}

#fitness_hub_about-1.at-feature-about .geo-shape-3 {
    top: 70%;
    left: 60%;
    width: 120px;
    height: 120px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#fitness_hub_about-1 .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

#fitness_hub_about-1 .at-feature-about-img {
    flex: 1 1 45%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.at-feature-about-img img {
    width: 100%;
    border-radius: 10%;
}

#fitness_hub_about-1 .col-sm-6:nth-child(2) {
    flex: 1 1 55%;
    margin-left: -40px;
    padding: 30px;
    background: #fff;
    border-left: 8px solid #111;
    transform: skewX(-3deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

#fitness_hub_about-1 .col-sm-6:nth-child(2) > * {
    transform: skewX(3deg);
}

#fitness_hub_about-1 .widget-title {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    color: #111;
}

#fitness_hub_about-1 .at-subtitle {
    margin-bottom: 18px;
    font-size: 16px;
    color: #555;
}

#fitness_hub_about-1 p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #222;
}

#fitness_hub_about-1 .btn {
    margin-right: 10px;
    padding: 12px 35px;
    border: 2px solid #111;
    background: transparent;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease;
}

#fitness_hub_about-1 .btn:hover {
    background: #111;
    color: #fff;
}

.single-list .class-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.single-list .class-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.class-img-box {
    position: relative;
    overflow: hidden;
}

.class-img-box img {
    max-width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.single-list .class-item:hover img {
    transform: scale(1.08);
}

.classs-details {
    padding: 25px;
    text-align: center;
}

.classs-details:hover {
    background-color: #fff !important;
    color: #181030 !important;
}

.class-name a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.class-name a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #f4b400, #ff6a00);
    transition: 0.4s ease;
}

.class-name a:hover {
    color: #181030;
}

.class-name a:hover::after {
    width: 100%;
}

.acme-classes .class-item .classs-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    background: #181030;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.site-footer input[type="text"],
.site-footer input[type="email"] {
    height: 24px;
    margin-bottom: 5px;
    background: transparent;
}

.site-footer .wpcf7-form input,
.site-footer .wpcf7-form .your-message textarea,
.site-footer textarea.wpcf7-form-control.wpcf7-textarea {
    color: #fff;
}

.site-footer .wpcf7-captchac {
    margin-bottom: 8px;
}

.site-footer .wpcf7-captchar {
    width: 200px !important;
}

.site-footer textarea.wpcf7-form-control.wpcf7-textarea {
    width: 263px;
    height: 50px !important;
    padding-left: 10px;
    border: 1px solid #fff;
    background: transparent;
}

.site-footer .widget_nav_menu li {
    border-bottom: 1px dashed #6d6969;
}

.widget li {
    display: block;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.footer-sidebar .widget li a {
    color: #a9a7a7;
    text-decoration: none;
}

.footer-sidebar .widget li a:hover {
    color: #fff !important;
}

.site-footer .widget-title {
    margin-top: 0;
    font-family: system-ui;
    font-weight: 500;
    text-transform: unset;
}

.contact_information.ci_icon .item-ci::before {
    color: #fff;
}

.site-footer .socials li a {
    font-size: 38px;
    color: #fff;
}

.site-footer .socials li a:hover {
    color: #969191 !important;
}

.site-footer .widget .socials li {
    border-bottom: none !important;
}

.site-footer .footer-columns {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-footer .footer-sidebar:nth-child(1) img {
    margin: 8px 0;
}

input.wpcf7-submit:hover {
    background: #696767 !important;
    border: 1px solid #fff !important;
}

.footer-columns.at-fixed-width {
    background-color: rgba(10, 0, 0, 0.84);
}

.copy-right {
    background-color: rgba(0, 0, 0, 0.93);
}

.single-post article.post {
    border-bottom: 0;
}

.single-post header.entry-header.init-animate.animated {
    color: #fff;
    font-size: 35px;
}

.testimonial-author .testimonial-image img {
    border: 0;
}

@media (max-width: 991px) {
    body.blog article.post {
        width: 100%;
    }

    body.blog article.post .post-thumb img {
        height: 280px;
    }

    body.blog h2.entry-title a {
        font-size: 24px;
    }

    body.blog .inner-main-title .page-title {
        font-size: 40px;
    }

    #fitness_hub_about-1 .container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    #fitness_hub_about-1 .at-feature-about-img {
        width: 80%;
        margin: 0 auto;
    }

    #fitness_hub_about-1 .col-sm-6:nth-child(2) {
        margin-left: 0;
        padding: 20px;
        border-left: none;
        transform: skewX(0);
    }

    #fitness_hub_about-1 .col-sm-6:nth-child(2) > * {
        transform: skewX(0);
    }

    #fitness_hub_about-1 .widget-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    body.blog .site-content.container {
        width: 94%;
        margin-top: 25px;
    }

    body.blog #main.site-main {
        gap: 20px;
    }

    body.blog article.post {
        border-radius: 14px;
    }

    body.blog article.post .post-thumb img {
        height: 220px;
    }

    body.blog article.post .entry-content {
        padding: 18px 18px 22px;
    }

    body.blog h2.entry-title a {
        font-size: 20px;
        line-height: 1.4;
    }

    body.blog .entry-header-title::after {
        width: 46px;
        margin-top: 12px;
    }

    body.blog .inner-main-title .page-title {
        font-size: 32px;
    }

    .custom-logo-link {
        max-width: 220px;
        margin-top: 10px;
    }

    .navbar .navbar-toggle {
        margin-right: 0;
    }

    div#page {
        margin-bottom: 0 !important;
    }

    .banner-title {
        font-size: 32px;
    }

    .image-slider-caption p {
        font-size: 15px;
    }

    .slider-content {
        padding-top: 120px;
    }
}

@media (min-width: 768px) {
    .gmap iframe {
        height: 835px;
        padding-left: 20px;
    }

    .custom-logo-link {
        max-width: unset;
    }

    .contactinfo {
        float: left;
        width: 50%;
    }

    .gmap {
        float: right;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .menu-default .top-header {
        height: 65px;
        overflow: hidden;
        padding-top: 0 !important;
    }

    .top-header .col-sm-6.text-left {
        padding-top: 5px;
    }

    .top-header a {
        font-size: 22px;
        line-height: 37px !important;
    }

    .top-header a:hover {
        opacity: 0.5;
    }

    .menu-default.header-enable-top .navbar {
        top: 35px;
    }

    .at-navbar .featured-button {
        float: right;
        margin-top: 10px;
        padding: 10px 15px;
    }

    .main-navigation.navbar-collapse.collapse {
        margin-top: 6px;
    }

    aside#fitness_hub_class-6 {
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .info-icon-box:nth-child(1),
    .info-icon-box:nth-child(2) {
        display: none;
    }

    .top-header .col-sm-6.text-right {
        float: right;
        width: 52%;
    }

    .top-header .col-sm-6.text-left {
        width: 80%;
    }

    ul.socials.at-display-inline-block {
        float: right;
    }

    .info-icon-box.init-animate.zoomIn {
        float: left;
        margin-top: 7px;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .info-icon-details .icon-desc {
        font-size: 14px;
    }
}