/***removing padding from h tags***/
#main-content #post-6799 h1,
#main-content #post-6799 h2,
#main-content #post-6799 h3,
#main-content #post-6799 h4,
#main-content #post-6799 h5,
#main-content #post-6799 h6 {
    padding-bottom: 0;
}
/***awards carosuel***/
#post-6799 .cs-size {
    width:60% !important;
    margin:0 auto;
}
#post-6799 .owl-carousel-awards .owl-nav [class*=owl-]:hover {
    background: #ffffff00 !important;
}

#post-6799 .owl-carousel-awards .owl-dots .owl-dot span {
    background: rgb(0 0 0 / 40%) !important;
}

#post-6799 .owl-carousel-awards .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #000000 !important;
}
/* @media(min-width:1000px) {
    #post-6799 .owl-carousel-awards {
    	pointer-events:none !Important;
  	}
} */
/***Time line styling***/
.of_time_table {
    overflow: hidden;
}
.timeline {
    display: grid;
    padding: 10px;
    grid-auto-columns: auto;
    grid-auto-rows: 360px;
    background: black;
    color: white;
	font-family: 'Sussie',Helvetica,Arial,Lucida,sans-serif;
}
.item1 {
    grid-area: 1 / 1 / 1 / 1;
}
.item2 {
    grid-area: 2 / 1 / 2 / 1;
}
.item3 {
    grid-area: 2 / 2 / 2 / 2;
}
.item4 {
    grid-area: 1 / 2 / 1 / 2;
}
.item5 {
    grid-area: 1 / 3 / 1 / 3;
}
.item6 {
    grid-area: 2 / 3 / 2 / 3;
}
.item7 {
    grid-area: 2 / 4 / 2 / 4;
}
.item8 {
    grid-area: 1 / 4 / 1 / 4;
}
.item9 {
    grid-area: 1 / 5 / 1 / 5;
}
.item10 {
    grid-area: 2 / 5 / 2 / 5;
}
.item11 {
    grid-area: 2 / 6 / 2 / 6;
}
.item12 {
    grid-area: 1 / 6 / 1 / 6;
}
.item13 {
    grid-area: 1 / 7 / 1 / 7;
}
.item14 {
    grid-area: 2 / 7 / 2 / 7;
}
.item15 {
    grid-area: 2 / 8 / 2 / 8;
}
.item16 {
    grid-area: 1 / 8 / 1 / 8;
}
.timecard {
    display: grid;
    /* max-width: 188px; */
    /* max-height: 288px; */
    row-gap: 20px;
    position: relative;
}
.time-desc {
    text-align: center;
    /* min-height: 108px; */
    max-height: 216px;
    min-height: 216px;
    display: grid;
    align-items: end;
    font-size: 16px;
	line-height:24px;
	font-weight: 400 !important;
}
.time-data {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr;
    align-items: end;
    justify-items: start;
    position: relative !important;
/*     max-height: 120px; */
}
.time-image-year {
    display: grid;
    row-gap: 25px;
    align-self: center;
    margin-left: 12px;
    position: relative;
    top: -10px;
}
.time-image {
    width: 40px;
}
.time-year {
    margin: 0;
}
.time-sep-lines {
    max-height: 120px;
    z-index: 3;
}
.timecard:after {
    content: '';
    position: absolute;
    width: 102%;
    height: 20px;
    background: #d9d9d9;
    bottom: 3px;
    z-index: 1;
}
.timecard:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background: #ffffff;
    left: 10px;
    bottom: 3px;
    z-index: 2;
}
.timecard.invert {
    position: relative;
    bottom: 26px;
}
.timecard.invert:after {
    top: 3px;
    z-index: 1;
}
.timecard.invert:before {
    top: 3px;
    z-index: 2;
}
.invert .time-desc {
    order: 2;
    align-items: start;
}
.invert .time-data {
    order: 1;
    align-items: start;
}
.invert .time-image-year {
    position: relative;
    /* position: relative;
      bottom: 30px; */
    bottom: 90px;
    align-self: start;
    top: unset;
}
.invert .time-sep-lines {
    order: 1;
    transform: rotate(180deg);
}
.empty_img {
    display: block;
    width: 40px;
    height: 40px;
}
.today .time-data {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    position: relative;
    bottom: 95px;
    row-gap: 7px;
}
.today .time-desc {
    position: relative;
    bottom: 88px;
}
.today .time-image-year {
    position: relative;
    bottom: 0;
    margin-left: 0;
}
.timecard.today:after:after {
    width: 100% !Important;
    ;
}
.today .time-data:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 20px;
    background: #ffffff;
    top: 50.1%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 5;
}
@media (max-width: 1439px) {
    .timeline {
        overflow-x: scroll;
        grid-auto-columns: 250px;
        grid-auto-rows: 290px;
    }
	.time-desc {
    	min-height: 140px;
	}
}
@media (max-width:600px) {
    .timeline {
        grid-auto-columns: 170px;
	}
	.time-desc {
		line-height: 20px;
    }
}
@media (max-width:425px) {
    .timeline {
        grid-auto-columns: 150px;
	}
	.time-desc {
		font-size:14px !important;
		line-height: 16px !important;
    }
}
@media (max-width:390px) {
    .timeline {
        grid-auto-columns: 130px !important;
    }
}
@media (max-width:321px) {
    .timeline {
        grid-auto-columns: 110px !important;
    }
}
@media (max-width:320px) {
.iphone .today .time-data {
    bottom: 64px;
}
.iphone .today .time-desc {
    bottom: 64px;
}
.iphone .today .time-data:after {
    top: 35.5%;
}
}
/***OUR BRAND EVOLUTION section and ARE YOU A GREAT HUMAN? section cards layout styling***/
#post-6799 .of_click .et_pb_blurb_description {
	font-size:16px !Important;
}
#post-6799 .of_clc_crd {
    display: grid !important;
    grid-template-columns: repeat(4, 273px);
    grid-column-gap: 30px;
}
#post-6799 .of_ru_grt_hmn {
    display: grid !important;
    grid-template-columns: repeat(4, 300px);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
#post-6799 .of_ru_grt_hmn .et_pb_main_blurb_image {
    display: block;
    margin-bottom: 0px !important;
}
@media (max-width: 1279px) {
    #post-6799 .of_ru_grt_hmn {
        grid-template-columns: repeat(2, 300px);
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    #post-6799 .of_clc_crd {
        overflow-x: scroll;
        grid-column-gap: 32px;
    }
}
@media (max-width: 650px) {
    #post-6799 .of_ru_grt_hmn {
        grid-template-columns: repeat(1, 300px);
        justify-content: center;
        grid-row-gap: 22px;
    }
	#post-6799 .of_clc_crd {
        grid-column-gap: 30px;
    }
}
@media (max-width: 650px) {
	#post-6799 .of_clc_crd {
        grid-column-gap: 15px;
    }
}
#post-6799 .of_clc_crd .et_pb_column,
.of_ru_grt_hmn .et_pb_column {
    width: 100% !important;
}
#post-6799 .of_4col_cat1,
.of_4col_cat1_ar {
    grid-column: 1;
}
#post-6799 .of_4col_cat2 {
    grid-column: 2;
}
#post-6799 .of_4col_cat3 {
    grid-column: 3;
}
#post-6799 .of_4col_cat4 {
    grid-column: 4;
}
#post-6799 .of_fnd_blrb .et_pb_blurb_content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#post-6799 .of_fnd_blrb.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
}
#post-6799 .of_fnd_blrb .et_pb_main_blurb_image {
    width: 119px;
    margin-bottom: 0;
}
#post-6799 .of_fnd_blrb .et_pb_image_wrap {
    width: 119px !important;
    height: 119px;
}
@media (max-width: 980px) {
    #post-6799 .of_fnd_blrb .et_pb_blurb_content {
        flex-direction: column;
        /*row-gap: 20px;*/
    }
    #post-6799 .of_fnd_blrb .et_pb_blurb_container {
        padding-left: 0 !important;
        text-align: center !important;
    }
}
@media (max-width: 768px) {
    #post-6799 .of_fnd_blrb .et_pb_main_blurb_image {
        margin-bottom: 50px;
    }
}
/***our brand evolution section cards styling***/
#post-6799 .of_click {
    cursor: pointer;
}
#post-6799 img.of_pstr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
	transition: all 600ms ease-in-out;
}
#post-6799 .ac_pstr {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer;
}
#post-6799 .of_click {
  transform: rotateY(180deg);
  transition:all 600ms ease-in-out;
}
#post-6799 img.of_pstr {
  transform: rotateY(180deg);
}
#post-6799 .flipY {
  transform: rotateY(0deg) !important;
}
/***are you a great human? section cards styling***/
.of_4col_cat1_ar, .of_4col_cat2_ar, .of_4col_cat3_ar, .of_4col_cat4_ar {
	margin: 0 auto !Important;
}
/* #post-6799 .of_cls_type.cls_pers_train .et_pb_image_wrap:before {
    content: "Personal trainers";
}
#post-6799 .of_cls_type.cls_grp_fit .et_pb_image_wrap:before {
    content: "Group fitness instructors";
}
#post-6799 .of_cls_type.cls_mmr .et_pb_image_wrap:before {
    content: "Membership team";
}
#post-6799 .of_cls_type.cls_mng .et_pb_image_wrap:before {
    content: "Management";
} */

.page-purpose .of_cls_feature_strength h4.et_pb_module_header span {
    font-size: 43px;
}

.page-purpose .of_cls_feature_strength:hover h4.et_pb_module_header span {
    font-size: 35px;
}

.page-purpose .of_cls_feature_strength .et_pb_blurb_container{
	row-gap: 10px;
	height: 100%;
}
#post-6799 .of_cls_type.et_pb_blurb .et_pb_image_wrap {
    display: flex !important;
    justify-content: center;
}
#post-6799 .of_cls_type .et_pb_image_wrap:before {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: calc(100% - 20px);
    height: calc(100%);
    font-family: "GT America", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 43px;
    line-height: 49px;
    transition: all 300ms ease-in-out;
}
@media (max-width: 425px) {
    #post-6799 .of_cls_type .et_pb_module_header {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
    }
/*     #post-6799 .of_cls_type .et_pb_blurb_description,
    .of_cls_type .et_pb_blurb_description p {
        font-size: 14px !important;
        line-height: 20px !important;
    } */
    /* .of_cls_type .et_pb_image_wrap:before {
      font-size:35px;
      line-height:35px;
    }*/
}
#post-6799 .of_cls_type:hover .et_pb_image_wrap:before {
    opacity: 0;
}
#post-6799 .of_cls_type .et_pb_blurb_container {
    position: absolute;
    top: 0;
    /*left: 17px;*/
    width: 100%;
    height: calc(100%);
    display: flex;
	row-gap:10px;
    flex-direction: column;
    align-content: center;
    z-index: 2;
    justify-content: center;
    padding: 0 25px;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
}
@media (max-width: 375px) {
    /*.of_cls_type .et_pb_image_wrap:before {
      font-size:40px;
      line-height:40px;
    }*/
    #post-6799 .of_cls_type .et_pb_blurb_container {
        padding: 0px 20px;
    }
}
#post-6799 .of_cls_type .et_pb_blurb_container:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 0%);
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.page-faq .of_cls_feature_strength h4.et_pb_module_header span {
    font-size: 43px;
    line-height: 49px;
}

.page-faq .of_cls_feature_strength:hover h4.et_pb_module_header span {
    font-size: 35px;
    line-height: 35px;
}

#post-6799 .of_cls_type .et_pb_blurb_container {
    opacity: 1;
    pointer-events: all;
}
#post-6799 .of_cls_type:hover .et_pb_blurb_container:after {
    background: rgb(0 0 0 / 60%);
}

@media (max-width: 680px) {
    #post-6799 .of_4col_2 .et_pb_column {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 22px !important;
    }
}
@media (max-width: 600px) {
    #post-6799 .owl-carousel-awards .owl-stage {
        display: flex;
        align-items: center;
    }
    #post-6799 .owl-carousel-awards .owl-item img {
        width: 70% !important;
        margin: 0 auto !important;
    }
    #post-6799 .owl-carousel-awards .owl-item .cs-size {
        width: 40% !important;
        margin: 0 auto !important;
    }
}
/**get qualified**/
#post-6799 .of_btn_cntr .et_pb_button_module_wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
}