/* COMMON */
.railroad_gothic , body, input, textarea, select, button , h1, h2 , h3 , h4{
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
/* HEADER */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient( 180deg, #18214D 0%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.4s;
}
.has-scrolled .sticky {
    background: #18214D;
}
.header {
    z-index: 101;
    width: 100%;
}
.header a {
    color: #E6C31D;
    text-decoration: none;
}
.header a.nav_item, .background_image_with_textsection a, .banner a {
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .4s;
}
.header a.nav_item:hover, .background_image_with_textsection a:hover, .banner a:hover {
    border-bottom-color: #E6C31D;
}
.footer a:hover {
    color: #E6C31D;
}
a:hover .header_logo_img, a:hover .footer_logo_img {
    opacity: 0.9;
}
.social_icon:hover .fa {
    color: #F8F9FA;
}
.header_main_menu {
    padding: 0 60px;
}
.header_main_menu {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.header_main_menu>* {
    display: inline-block;
    vertical-align: middle;
}
.font-small {
    font-size: 16px;
    line-height: 1.3;
}
.align_r {
    text-align: right;
}
.align_c {
    text-align: center;
}
.h_menu, .menu-main-menu-container {
    display: inline-block;
}
.header_main_menu .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 20px 30px 0;
    position: relative;
    margin-right: 24px;
}
.header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px 0px;
    height: auto;
    width: auto;
    opacity: 1;
}
.burger_menu {
    padding: 20px 60px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
}
.burger_menu_div {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: baseline;
}
.burger_menu .lines {
    width: 100%;
    height: 2px;
    background-color: #E6C31D;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    transition: background-color 0.01s;
}
a.close_menu:hover:before, a.close_menu:hover:after {
    background-color: #F8F9FA;
}
.open-menu .burger_menu .lines, .open-menu .burger_menu .lines:before, .open-menu .burger_menu .lines:after {
    background-color: transparent;
}
.header_main_menu .menu_search {
    padding-right: 30px;
}
.burger_menu .lines:before, .burger_menu .lines:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background-color: #E6C31D;
    transition: transform 0.4s, background-color 0.4s;
}
.burger_menu .lines:before {
    top: -9px;
}
.burger_menu .lines:after {
    top: 9px;
}
.mobile_nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.search_icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 30px;
    right: 0;
}
.mobile_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    z-index: 99999;
    background-color: #18214D;
    color: #F8F9FA;
    height: auto;
    display: block;
    transition: transform .6s;
    transform: translateX(-100%);
    overflow: hidden auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.mobile_menu_content {
    min-height: 100%;
    text-align: left;
}
.mobile_menu_content {
    padding: 35px 50px 50px 50px;
}
.mobile_menu_content_pad {
    padding: 16px 0 0 0;
    transform: translateX(0);
    transition: transform 0.6s;
}
.open-menu .mobile_menu {
    transform: translateX(0);
    box-shadow: -15px 0 15px 3px rgba(120,120,120,.1);
}
.mobile_menu a {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
    line-height: 1.27;
}
ul li {
    list-style-type: none;
}
.mobile_menu .menu li {
    padding: 12px 0;
}
.close_menu {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.close_menu:before, .close_menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #E6C31D;
    width: 100%;
    height: 2px;
}
.close_menu:before {
    transform: rotate(45deg);
}
.close_menu:after {
    transform: rotate(-45deg);
}
.mobile_menu a {
    text-decoration: none;
    color: #F8F9FA;
    display: inline-block;
}
.mobile_menu a:hover {
    color: #E6C31D;
}
.social_icon:first-child {
    margin-left: 0;
}
.social_icon {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    margin-left: 24px;
    border: 1px solid transparent;
}
.social_icon .fa {
    font-size: 25px;
    position: absolute;
    color: #E6C31D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* FOOTER */
.footer {
    text-align: center;
    background: #18214D;
}
.footer_pad {
    padding: 33px 0;
}
.footer .menu li .nav_item, .header_main_menu .menu li .nav_item {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    display: block;
}
.mobile_menu .menu li .nav_item {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.27;
    display: block;
}
.footer_c {
    max-width: 1120px;
    padding: 0 60px;
    margin: auto;
}
.footer a, .footer .copyright {
    color: #DFE4EA;
}
.footer .copyright {
    font-family: 'railroadgothicregular', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.footer_main_menu .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 30px 20px 30px 0;
    position: relative;
    margin-right: 20px;
}
.footer_main_menu .menu:before {
    content: '';
    width: 100%;
    border-bottom: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 100%;
}
.footer a {
    text-decoration: none;
}
.footer_social {
    display: inline-block;
    padding: 30px 0;
}
.copyright {
    padding: 30px 0;
}

/* BANNER */
.banner {
    position: relative;
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
    height: 100vh;
}
.banner .main-carousel {
    height: 100%;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background: #111111;
}
.background_image_with_textsection .swiper-slide {
    background: #111111;
}
.banner .flickity-slider {
    transform: none !important;
}
.banner .swiper-slide  , .background_image_with_textsection .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .6s;
}
.background_image_with_textsection.disabled .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}
.banner  .swiper-slide.swiper-slide-active , .background_image_with_textsection .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    visibility: visible !important;
}
.banner .flickity-page-dots {
    bottom: 40px;
    right: 24px;
    text-align: right;
    width: auto;
}
.banner .flickity-page-dots .dot {
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #fff;
    padding: 0;
    width: 13px;
    height: 13px;
}
.banner .flickity-page-dots .dot.is-selected {
    background: #fff;
}
.banner .banner_section {
    padding-right: 60px;
}
.banner .bsz , .background_image_with_textsection .bsz{
    transform: scale(1.1);
    visibility: visible !important;
    transition: transform 1ms 1.4s;
}
.banner .swiper-slide-active .bsz, .background_image_with_textsection .swiper-slide-active .bsz {
    transform: scale(1);
    transition: transform 1.2s;
}
.banner .banner_button {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.banner h1 {
    padding-bottom: 0;
}

.banner_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.middle-wrap-table {
    height: 100vh;
}
.middle {
    vertical-align: bottom;
}
.c {
    max-width: 1400px;
    padding: 0 60px;
}
.cont{
    padding: 0 64px;
}
.c {
    margin: auto;
}
.p_rea {
    position: relative;
}
.outline_text {
    color: #E6C31D;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.5);
    -webkit-text-stroke-width: 3px;
}
.banner_textsection {
    color: #F8F9FA;
}
.title_font {
    font-size: 64px;
    line-height: 1.2;
}
.sec_pad {
    padding: 25px 0;
}
.btn_med {
    color: #E6C31D;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
}
.banner_button {
    padding-top: 10px;
}
.jab_icon {
    position: relative;
    display: inline-block;
}
.jab_icon:before {
    content: '';
    position: absolute;
    background: url(../images/btn_icon.svg);
    left: 8px;
    width: 15px;
    height: 20px;
}
.white + .white {
    margin-top: -25px;
}
.banner_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.banner_section {
    padding: 60px 0;
}
.banner_mobile {
    display: none;
}

/*BACKGROUND IMAGE */
.background_imagesection, .bgimg_withtext_sec {
    position: relative;
}
.bgimg_sec {
    position: relative;
}
.background_imagesection .background_imagesection_desktop .sizer {
    padding-top: 56%;
}
.background_imagesection .background_imagesection_mobile .sizer {
    padding-top: 135%;
}
.background_imagesection_mobile {
    display: none;
}

/* BACKGROUND IMAGE WITH TEXT */
.background_image_with_textsection .bgiwt_button {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.background_image_with_textsection {
    position: relative;
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.bgimg_withtext_sec {
    position: relative;
}
.background_image_with_textsection .bgimg_withtext_sec_desktop .sizer {
    padding-top: 38%;
}
.background_image_with_textsection .bgimg_withtext_sec_mobile .sizer {
    padding-top: 150%;
}
.bgiwt_container {
    padding: 60px;
}
.bgiwt_container {
    position: absolute;
    text-transform: uppercase;
}
.bgiwt_container.left {
    left: 0;
    bottom: 0;
}
.bgiwt_container.right {
    right: 0;
    bottom: 0;
    text-align: right;
}
.bgiwt_container.center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 915px;
}
.bgiwt_titlesection {
    color: #E6C31D;
}
.bgiwt_container.left .bgiwt_titlesection, .bgiwt_container.right .bgiwt_titlesection {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.5);
    -webkit-text-stroke-width: 3px;
}
.bgiwt_textsection {
    color: #F8F9FA;
}
.bgiwt_button {
    padding-top: 20px;
    margin-right: 22px;
}
.bgimg_withtext_sec_mobile {
    display: none;
}

/*INSTAGRAM FEED*/
.instagram_feedsection {
    position: relative;
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.insta_sec {
    position: relative;
}
.insta_sec, .image_gallery_sec {
    margin-top: 20px;
}
.insta_container {
    text-align: center;
    text-transform: uppercase;
    padding: 140px 0;
    background: #C4C4C4;
}
.instagram_feedsection {
    color: #262C4E;
}
.swiper-pagination.banner_pagination {
    position: absolute;
    bottom: 30px;
    right: 24px;
    left: auto;
    height: 10px;
    text-align: right;
    transform: none;
}
.banner_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    outline: none;
    transition: background .4s;
}
.banner_pagination .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background: #fff;
}
.articlesection.fixedht {
    margin-top: 86px;
}
.instagram_feedsection .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
    background-color: rgb(0 0 0 / 0.5) !important;
}
.content_anime , .btn_anime{
    transform: translate(0px, 50px);
    opacity: 0;
    visibility: hidden;
}
.disabled .content_anime , .disabled .btn_anime {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.carousel-banner.is-selected {
    z-index: 1;
}
.banner .flickity-page-dots {
    z-index: 1;
}
.background_image_with_textsection .swiper-pagination-bullet , .banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}
.background_image_with_textsection .swiper-pagination-bullet.swiper-pagination-bullet-active , .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
.background_image_with_textsection .swiper-pagination , .banner .swiper-pagination {
    right: 24px;
    left: auto;
    width: auto;
}
.insta_titlesec, .image_gallery_titlesec {
    text-align: center;
    color: #262C4E;
    margin-top: 20px;
}
.insta_title {
    text-decoration: none;
    display: inline-block;
}
.instagram_feedsection a.insta_title {
    border-bottom: 3px solid transparent;
    transition: border-bottom-color .4s;
}
.instagram_feedsection a.insta_title:hover {
    border-bottom-color: #262C4E;
}
.insta_titlesec .insta_title, .image_gallery_titlesec .image_gallery_title {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
}
.coach_blogsection .coach_grids .swiper-button-prev {
    left: 4px;
}
.coach_blogsection .coach_grids .swiper-button-next {
    right: 4px;
}
/* COACH GRID */
.coach_sizer {
    padding-top: 150%;
}
.coach_blogsection {
    position: relative;
    margin-top: 20px;
}
.coach_grids {
    overflow: hidden;
}
.coach_grid {
    display: inline-block;
    width: 20%;
    position: relative;
    margin-right: 15px;
}
.coach_details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    z-index: 9;
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s;
}
.coach_details .coach_desc {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 2px;
}
.coach_details .coach_name {
    font-family: 'railroadgothicregular', sans-serif;
    font-weight: 700;
    color: #E6C31D;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 3px;
}
.coach_link {
    display: block;
}
.coach_link:hover .coach_details {
    opacity: 1;
}
.coach_link .bsz {
    border-radius: 10px;
}
.coach_titlesection {
    text-align: center;
    color: #262C4E;
    margin-top: 20px;
}
.coach_buttonsec {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}
.coach_blogsection .coach_grid:last-child {
    margin-right: 0;
}
.coach_btnsection {
    text-align: center;
}
.coach_listsection .btn {
    margin-top: var(--space-lg);
}
.coach_grid_image_mask {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    transition: all 0.5s ease-out;
    opacity: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.coach_link:hover .coach_grid_image_mask {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.51%, #000000 100%);
}
.coach_detailsec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    bottom: 0;
    text-align: left;
}
.coach_blocks {
    padding: 0 38px 24px 24px;
}
.coach_listsection .swiper-button-prev {
    background-image: url(../images/arrow_prev.svg);
    background-repeat: no-repeat;
    left: -40px;
}
.coach_listsection .swiper-button-next {
    background-image: url(../images/arrow_next.svg);
    background-repeat: no-repeat;
    right: -40px;
}
/*  GALLERY IMAGE */
.image_gallery_image_link .sizer {
    padding-top: 100%;
}
.image_gallery_imagelist {
    display: inline-block;
    width: 25%;
    padding: 5px;
}
.image_gallery_image_link {
    display: block;
}
.image_gallery_image_mask {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,255,0.55);
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 8;
}
a.image_gallery_image_link:hover .image_gallery_image_mask {
    opacity: 1;
    background-color: rgb(0 0 0 / 0.5);
    transition: all 0.5s ease-out;
}
.image_gallery_sec {
    margin: 20px -5px 0 -5px;
}

/* VIDEO BANNER */
.video_banner.vimeo-wrapper .overlay {
    top: unset;
    left: unset;
    height: unset;
}

/* POPUP SWIPER */
.popup-swiper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition: opacity .3s, visibility .3s;
}
.popup-swiper-opened .popup-swiper {
    background-color: rgba(0, 0, 0, 0.8);
}
.popup-swiper-opened .popup-swiper {
    visibility: visible;
    opacity: 1;
}
.popup-swiper .close_menu {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10;
}
.popup-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.popup-swiper .swiper-container {
    padding: 0 100px;
    text-align: center;
}
.popup-swiper .swiper-wrapper {
    align-items: center;
}
.popup-swiper .swiper-slide {
    height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.popup-swiper .swiper-pagination-bullet {
    background: gray;
}
.popup-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
body:not(.home):not(.page-id-110) #content section:last-child.page_buttons {
    padding-bottom: var(--space-lg) !important;
}
.page_buttons .grid {
    justify-content: center;
}
.wp-block-image-widget .wp-block-image img {
    width: 100%;
}
.coach_listsection .swiper-button-prev:after, .coach_listsection .swiper-button-next:after {
    content: unset;
}
.mobile_menu .header_main_menu {
    display: none;
}
.mobile_menu .header_main_menu .menu li {
    display: block;
}
.social {
    padding-top: 16px;
}