@charset "UTF-8";

/*-----------------------------------------------------------------------------------
    Template Name: Fit2Fine
    Description: Gym Fitness BodyBuilding HTML5 Template
    Author: Codezion
    Author URI: https://www.templatemonster.com/authors/codezion/
    Version: 1.0
-----------------------------------------------------------------------------------*/

@media (max-width: 991px) {

    /*topbar*/
    .topbar .top_list {
        justify-content: center;
    }

    .topbar .top_list li {
        margin: 0 17px 10px;
    }

    .topbar .right_side li {
        margin-left: 15px;
        margin-right: 0;
    }

    /*navigation*/
    .header .head_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo {
        margin-left: 0;
        width: 80px;
        height: 55px;
    }

    .header .hamburger {
        display: flex;
    }

    .header .navigation.open {
        left: 0;
    }

    .header .navigation .main-menu {
        display: block;
    }

    .header .navigation {
        display: block;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        width: 250px;
        background-color: var(--thm-color-two);
        transition: 0.5s all;
        z-index: 100;
    }

    .header .navigation .main-menu>.menu-item>a:before {
        display: none;
    }

    .header .navigation .menu-item-has-children .sub-menu .menu-item>a,
    .header .navigation .main-menu>.menu-item>a {
        width: 100%;
        padding: 12px;
        border-bottom: 1px solid var(--thm-white);
        color: var(--thm-white);
        font-size: 14px;
        justify-content: space-between;
        display: flex;
    }

    .header .navigation .menu-item-has-children .sub-menu {
        position: relative;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
        position: relative;
        right: 0;
        transform: none;
    }

    .header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
        left: 0;
    }

    /*offer*/
    .offer_text .title {
        font-size: 60px;
    }

    .offer_text .subtitle,
    .offer_text .action {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /*banner two*/
    .banner.style_two .banner_text .title {
        margin-left: 0;
    }

    /*Schedule Calender*/
    .schedule_calendar .fc-v-event .fc-event-main-frame .fc-event-time,
    .schedule_calendar.fc-theme-standard .fc-scrollgrid .fc-col-header th {
        font-size: 10px;
        word-break: break-all;
    }

    .schedule_calendar .fc-v-event .fc-event-main-frame .fc-event-title {
        font-size: 12px;
    }

    .schedule_calendar.fc-theme-standard td.fc-timegrid-slot {
        height: 80px;
    }

    .comments .children {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .comments .comment .comment_text {
        width: 100%;
        margin-top: 20px;
    }

    /*contact*/
    .contact_map {
        padding-top: 40px;
        padding-left: 40px;
    }

    .contact_map:before {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }
}

@media (max-width: 480px) {

    /*banner*/
    .banner.style_two .banner_text .title {
        font-size: 35px;
    }

    /*Trainer*/
    .trainer_box {
        flex-wrap: wrap;
    }

    .trainer_box .trainer_text,
    .trainer_box .trainer_image {
        width: 100%;
        height: auto;
    }

    .trainer_box .trainer_text {
        padding: 20px;
    }

    .trainer_box:before {
        display: none;
    }

    /*Schedule Calender*/
    .schedule_calendar.fc-theme-standard td.fc-day {
        width: 80px;
    }

    /*contact*/
    .contact_map {
        padding-top: 20px;
        padding-left: 20px;
    }

    .contact_map:before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

}