@import url("https://use.typekit.net/lni5mby.css");

body {
	background-color: #FBFBFB;
}
b, strong {
	font-weight: 500;
}
body, p, div, span {
	font-family: "halyard-display";
}
.font-primary,
.font-primary * {
	font-family: "Onest", Sans-serif !important;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
.elementor-widget-text-editor a {
	color: #0B1731;
	font-weight: 400;
	text-decoration: underline;
}

/** Header **/
body.header-inner-wrap {
	background-color: 0 4px 5px rgba(0, 0, 0, 0.01);
}
.header-inner-wrap.scroller {
	background-color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1) !important;
}
body.single-providers .main__header,
body.no-banner .main__header,
body.single-post .main__header,
body.single-trainer .main__header,
body.error404 .main__header {
	position: relative;
}
body.no-banner .main__header .header-inner-wrap,
body.single-post .main__header .header-inner-wrap {
	background-color: #fff !important;
}
.main__header {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.main__header.hide-header {
    transform: translateY(-110%);
    opacity: 0;
}

/** Menu **/
body .elementor-nav-menu li a {
	font-family: "halyard-display";
	letter-spacing: 0.5px;
	border: 0 !important;
}
body .elementor-nav-menu li a:hover,
body .elementor-nav-menu li a.highlighted {
	font-weight: 400 !important;
}
body .elementor-nav-menu .sub-menu {
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	padding: 12px 14px;
}
body .elementor-nav-menu li.menu-item-has-children a.has-submenu:after {
	content: "";
	background: url('../images/plus-sm.svg') no-repeat;
	background-size: contain !important;
	position: relative;
	top: 1px;
	margin-left: 11px;
	opacity: 1 !important;
	height: 11px;
	width: 11px;
	transition: none !important;
}
body .elementor-nav-menu li.menu-item-has-children a.highlighted:after {
	background: url('../images/minus-sm.svg') no-repeat;
	top: 6px;
}
body .rmp-menu-wrap .account-item {
	margin-top: 25px !important;
}
body .rmp-menu-wrap .account-item a::before {
	content: "";
	display: inline-block !important;
	position: relative;
	top: 7px;
	margin-right: 10px;
	background: url('/wp-content/uploads/2025/10/UserCircle.svg') no-repeat;
	background-size: contain !important;
	height: 26px;
	width: 26px;
}

#mobile-nav {
    float: right;
    height: 18px;
    width: 30px;
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0B1731;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2) {
    top: 8px;
}
#mobile-nav span:nth-child(3) {
    top: 16px;
}
#mobile-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mobile-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#mobile-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.rmp-menu-subarrow img {
	transition: transform .3s ease-in-out;
}
.rmp-menu-subarrow-active img {
	transform: rotate(180deg);
}
.rmp-submenu li a {
	padding: 0 20px 20px 50px !important;
}

/*** Hero Background ***/
.hero-bg {
    position: relative;
}
.hero-bg::before {
    content: "";
    background: linear-gradient(7.7deg, rgba(0, 0, 0, 0.6) 14.06%, rgba(0, 0, 0, 0) 75.36%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero-bg.dark::before {
    content: "";
    background: linear-gradient(7.7deg, rgba(0, 0, 0, 0.9) 24.06%, rgba(0, 0, 0, 0) 75.36%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero-bg::after {
    content: "";
    background: #F0F0F0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/** Underlined Link **/
.underlined a {
	position: relative;
}
.underlined a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #F16924;
    bottom: 0;
    -webkit-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -moz-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -o-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transform-origin: right !important;
    transform: scaleX(0) !important;
    opacity: 1 !important;
}
.underlined a:hover:before {
    transform-origin: left !important;
    transform: scaleX(1) !important;
}

/** Dropdown **/
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children .sub-menu li {
	opacity: 0;
	transform: translateY(10px);
}
.menu-item-has-children > a[aria-expanded="true"] + .sub-menu li {
	animation: nfptDropdownItem 220ms ease-out forwards;
}

/** Default **/
.elementor-widget-text-editor ul {
	padding-left: 14px;
}
.elementor-widget-text-editor ul li {
	padding: 0 0 6px 5px;
}
.elementor-widget-text-editor ul li::marker {
	color: #F16924;
}

/** Logo Slider **/
.logo-slider .slick-track {
	display: flex !important;
	align-items: center;
	gap: 120px;
}

/** Map **/
.gym-map-filter {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	gap: 8px;
	padding: 20px;
	width: 100%;
	max-width: 575px;
	z-index: 5;
}
.gym-map-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/CaretDown-sm.svg') scroll center right 16px no-repeat;
	font-weight: 300;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
	padding: 8px 38px 8px 18px !important;
	width: 100%;
	max-width: 285px;
}
.leaflet-container {
	height: 100%;
	max-height: 463px;
	margin-top: 0;
	z-index: 1;
}
.leaflet-control {
	display: none !important;
}
.gym-popup strong {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 8px;
}

/** Custom Accordion **/
.scroller-container {
  position: relative;
  overflow: visible;
  transition: none !important;
}
.scroller-container + .pin-spacer {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  flex: 0 0 auto !important;
  transition: none !important;
}
.scroll-trigger {
	position: relative;
	overflow: visible;
	isolation: isolate;
}
.scroll-trigger .pin-spacer {
	display: block !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	width: 100% !important;
}
.scroll-trigger .nfpt-pin-proxy {
	display: block !important;
	width: 100% !important;
	margin: 0 auto;
	will-change: transform;
	contain: paint;
	z-index: 0 !important;
}
.accordion--item {
	position: relative;
}
.accordion--item:not(.active) .elementor-heading-title {
	color: rgba(34, 34, 34, 0.3) !important;
}
.accordion--item:before {
	content: "";
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
}
.accordion--item.active:before {
	background-color: #F16924;
}
body:not(.elementor-editor-active) .accordion--item .elementor-widget-text-editor {
	display: none;
	max-height: 0 !important;
	overflow: hidden;
	opacity: 0;
	transition: max-height .3s ease-in-out, opacity .5s ease-in-out;
}
body:not(.elementor-editor-active) .accordion--item.active .elementor-widget-text-editor {
	display: block;
	max-height: 500px !important;
	opacity: 1;
}

/*** Video ***/
.custom-video-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
}
.custom-vimeo-holder,
.custom-vimeo-holder iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.custom-video-click-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	cursor: pointer;
}
.custom-play-button {
    background: url('/wp-content/uploads/2025/10/play.svg') no-repeat center center;
    background-size: contain !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    height: 100px;
    width: 100px;
    z-index: 5;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.custom-play-button.btn-sm {
    background: url('/wp-content/uploads/2025/12/play-btn-sm.svg') no-repeat center center;
}
.custom-video-wrapper:hover .custom-play-button {
	transform: translate(-50%, -50%) scale(1.1);
}
.custom-play-button.hidden {
    opacity: 0;
    pointer-events: none;
}
.hidden { 
	opacity: 0; 
	pointer-events: none; 
}

/** Slider Overflow **/
.client_testimonials .slick-list,
.team-slider .slick-list {
	overflow: visible;
}

/** Client Testimonials **/
.testimonial-wrap {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	margin: 30px 10px;
	padding: 30px 30px 24px;
}
.testimonial-wrap .feedback {
	color: rgba(34, 34, 34, 0.8);
	border-bottom: 1px solid rgba(34, 34, 34, 0.12);
	padding-bottom: 40px;
	margin-bottom: 2px;
}
.testimonial-wrap .feedback p:last-child {
	margin-bottom: 0 !important;
}
.testimonial-wrap .author span {
	font-size: 18px;
	font-weight: 400;
}
.testimonial-wrap .service {
	font-size: 14px;
	margin-top: 3px;
}

/** Hovers **/
.course-block {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	min-height: var(--block-min, auto);
	z-index: 1;
}
.course-block:before,
.course-block:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transition: opacity .3s ease-in-out;
	z-index: -1;
}
.course-block:before {
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.8) 100%);
	opacity: 1;
}
.course-block:after {
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
	opacity: 0;
}
.course-block:hover:after {
  	opacity: 1;
}
body:not(.elementor-editor-active) .course-block .elementor-widget-heading {
    transform: translateY(22px);
    transition: transform .35s ease;
    will-change: transform;
}
body:not(.elementor-editor-active) .course-block .content-hover-block {
	display: flow-root;
	box-sizing: border-box;
	max-height: 0;
	opacity: 0;
	transform: translateY(8px);
	padding-bottom: 2px;
	overflow: hidden;
	transition:
	max-height .45s ease,
	opacity .28s ease,
	transform .35s ease;
	will-change: max-height, opacity, transform;
}
.course-block .content-hover-block * {
	will-change: transform;
}
body:not(.elementor-editor-active) .course-block .content-hover-block .elementor-widget-text-editor {
	margin-bottom: 25px;
}
body .course-block.is-hovered .elementor-widget-heading {
    transform: translateY(0);
}
body .course-block.is-hovered .content-hover-block {
    max-height: var(--hover-max);
    opacity: 1;
    transform: translateY(0);
}
body:not(.elementor-editor-active) .course-block .arrow {
	opacity: 1;
	transition: .5s ease-in-out;
}
body:not(.elementor-editor-active) .course-block:hover .arrow {
	opacity: 0;
	transform: translateY(-100px);
}

/** Card **/
body:not(.elementor-editor-active) .card--block .hover-overlay {
	cursor: pointer;
}
body:not(.elementor-editor-active) .card--block .hover-overlay:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: background .5s ease-in-out;
}
body:not(.elementor-editor-active) .card--block .hover-overlay:hover:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}
body:not(.elementor-editor-active) .text-hover_wrap {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
}
body:not(.elementor-editor-active) .hover-overlay.is-open .text-hover_wrap {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
body:not(.elementor-editor-active) .hover-overlay .arrow {
	opacity: 1;
	transition: .5s ease-in-out;
}
body:not(.elementor-editor-active) .hover-overlay:hover .arrow {
	opacity: 0;
}
body:not(.elementor-editor-active) .hover-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 24px 28px
    position: relative;
}
body:not(.elementor-editor-active) .hover-overlay .elementor-widget-heading {
    transform: translateY(26px);
    transition: transform .5s ease;
    will-change: transform;
}

body:not(.elementor-editor-active) .hover-overlay:hover .elementor-widget-heading {
    transform: translateY(0);
}

/** Team **/
.team-slider .slick-track {
	display: flex !important;
}
.team-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	height: inherit !important;
	padding: 0px;
	margin: 0 10px;
	overflow: hidden;
	width: 313px;
}
.team-image {
	overflow: hidden;
	width: 100%;
}
.team-image img {
	aspect-ratio: 12/11;
  	object-fit: cover;
  	width: 100%;
  	transition: transform .3s ease-in-out;
}
.team-wrap:hover .team-image img {
	transform: scale(1.1);
}
.team-bio {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	padding: 20px;
	width: 100%;
}
.team-bio h3 {
	font-size: clamp(1.375rem, 1.3302rem + 0.1887vw, 1.5rem);
	margin: 0;
}
.team-bio .position {
	text-align: center;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
	gap: 20px;
}
.team-grid .team-wrap {
	margin: 0;
}
.team-grid .team-wrap,
.team-grid .team-image,
.team-grid .team-image img {
	width: 100%;
}
.team-grid .team-image img {
	aspect-ratio: 12/11;
  	object-fit: cover;
}

/** Careers **/
.career-slider .slick-list {
	position: relative;
	overflow: visible;
}
.career-slider .slick-list::after {
	content: "";
	background-color: #F0F0F0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 130%;
	z-index: -1;
}
.career-slider .slick-slide {
	display: flex !important;
	opacity: 0.4;
	transition: opacity .5s ease-in-out;
}
.career-slider .slick-current.slick-active {
	position: relative;
	opacity: 1
}
.career-slider .slick-slide::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 0%;
	z-index: 2;
	transition: width .5s ease-in-out;
}
.career-slider .slick-current.slick-active:nth-child(2n+1)::after,
.career-slider .slick-current.slick-active:nth-child(2n)::after {
	content: "";
	background-color: #F16924;
	position: absolute;
	left: 0;
	height: 6px;
	width: 92%;
	z-index: 2;
	transition: width .5s ease-in-out;
}

/** Custom Nav **/
.custom_nav {
	display: flex;
	gap: 7px;
}
.custom_nav .prev,
.custom_nav .next {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0B1731;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	cursor: pointer;
}
.custom_nav .prev::before {
	transform: rotate(180deg);
}
.custom_nav .prev::before,
.custom_nav .next::before {
	content: "";
	background: url('../images/nav-arrow.svg') no-repeat;
	background-size: contain !important;
	display: block;
	height: 20px;
	width: 20px;
}
.custom_nav .prev:hover,
.custom_nav .next:hover {
	background-color: #0B1731;
}
.custom_nav .prev:hover::before,
.custom_nav .next:hover::before {
	background: url('../images/nav-arrow-white.svg') no-repeat;
}

/** Custom Table **/
.custom_table .table-row {
    position: relative;
}
.custom_table .table-row::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
}
.custom_table .table-cell {
	min-height: 59px;
}
.custom_table .table-cell,
.custom_table .table-cell p,
.custom_table .table-cell .elementor-widget-text-editor {
    position: relative;
    display: block;
    font-family: "Onest", Sans-serif !important;
}
.custom_table .table-cell::after {
    content: "";
    background-color: rgba(34, 34, 34, 0.12);
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
}
.custom_table .table-cell.orange::after {
    background-color: #f28650;
}
.custom_table .table-cell em {
    display: block !important;
    font-family: "halyard-display" !important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.25px;
    font-style: normal;
    color: rgba(34, 34, 34, 0.6);
}
.custom_table .elementor-widget-text-editor,
.custom_table .elementor-widget-icon-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.custom_table .elementor-widget-text-editor:not(.left-aligned),
.custom_table .elementor-widget-icon-box {
	justify-content: center;
}
.custom_table .elementor-widget-text-editor img:not(:last-child) {
	margin-right: 4px;
}
.custom_table .elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: flex;
}

/** Filter **/
.courses-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sort-wrapper {
	display: flex;
	align-items: center;
}
.sort-wrapper label {
	margin-right: 8px;
	white-space: nowrap;
}
.sort-wrapper select,
.price-input input[type="number"] {
	background-color: #fff;
	border: 1px solid rgba(34, 34, 34, 0.12);
	border-radius: 50px;
	font-weight: 300 !important;
	letter-spacing: 0.25px;
	padding: 12px 18px !important;
	outline: none;
}
.sort-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url('../images/dropdown-arrow.svg') scroll center right 16px no-repeat;
	min-width: 335px;
	padding: 14px 38px 14px 18px !important;
}
.price-input input[type="number"] {
	padding: 12px 18px 12px 35px !important;
}
.category-filter  {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
.filter-group h3 {
	font-size: clamp(1.375rem, 1.3269rem + 0.1923vw, 1.5rem);
}
.filter-header h3 {
	font-size: clamp(1.75rem, 1.6604rem + 0.3774vw, 2rem);
}
.price-filter {
	border-top: 1px solid rgba(34, 34, 34, 0.12);
	margin-top: 30px;
	padding-top: 22px;
}
.price-inputs {
	display: flex;
	align-items: center;
	gap: 20px;
}
#course-keyword {
	background: #fff url('../images/MagnifyingGlass.svg') scroll center left 12px no-repeat;
	border: 1px solid rgba(34, 34, 34, 0.12);
	border-radius: 50px;
	font-weight: 300;
	padding: 13px 13px 13px 40px;
	outline: none;
}
.category-filter label {
	width: 100%;
}
.filter-clear {
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}
.filter-clear:hover {
	color: #F16924;
}
.price-input {
	position: relative;
}
.price-input::before {
    content: '$';
    font-family: "Onest", Sans-serif;
	font-size: 20px;
	font-weight: 500;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #222;
    pointer-events: none;
}
.showing-count {
	font-family: "Onest", Sans-serif;
  	letter-spacing: -0.25px;
	font-size: 20px;
	font-weight: 500;
}
.price-slider-wrapper {
    position: relative;
    width: 100%;
    height: 28px;
    margin-bottom: 14px;
}
.slider-track-base {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #F0F0F0;
    border-radius: 50px;
    transform: translateY(-50%);
    z-index: 1;
}
.slider-track-active {
    position: absolute;
    top: 50%;
    height: 4px;
    background: #F16924;
    border-radius: 999px;
    transform: translateY(-50%);
    z-index: 2;
}
.price-range {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 28px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    pointer-events: none;
    z-index: 3;
}
.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background: #F16924;
    cursor: pointer;
    margin-top: 0;
}
.price-range::-webkit-slider-runnable-track {
    background: transparent;
}
.price-range::-moz-range-thumb {
    pointer-events: auto;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background: #F16924;
    cursor: pointer;
}
.price-range::-moz-range-track {
    background: transparent;
    border: none;
}
.course-filter-sidebar .filter-group label {
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
}
.course-filter-sidebar .course-filter-category {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(34, 34, 34, 0.12);
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.course-filter-sidebar .course-filter-category:checked {
    background-color: #F16924;
    border-color: #F16924;
}
.course-filter-sidebar .course-filter-category:checked::before {
    content: "";
    background: url('../images/input-check.svg') no-repeat;
	background-size: contain !important;
	display: block;
	height: 8px;
	width: 10px;
}

/** Shop Grid **/
.product-courses {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
	gap: 20px;
}
.category-template-block .product-courses {
	grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
}
.course-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
	border-radius: 10px 10px 20px 20px;
	overflow: hidden;
}
.course-item .featured {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.course-item img {
	display: block;
	aspect-ratio: 32/20;
	object-fit: cover;
	width: 100%;
	transition: transform .5s ease-in-out;
}
.course-item:hover img {
	transform: scale(1.1);
}
.course_content-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 16px;
}
.course-item h3 {
	font-size: clamp(1.375rem, 1.3269rem + 0.1923vw, 1.5rem);
	margin: 0;
	width: 100%;
}
.course-price {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 2em;
}
.price-regular-orange {
    color: #F16924;
    font-family: "Onest", Sans-serif;
    font-size: clamp(1.75rem, 1.6604rem + 0.3774vw, 2rem);
    font-weight: 500;
    letter-spacing: -0.25px;
}
.price-sale-gray {
	position: relative;
	top: -10px;
    color: rgba(34, 34, 34, 0.4);
    font-family: "Onest", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.price-sale-gray:before {
	content: "";
	background-color: rgba(34, 34, 34, 0.4);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
}
.course-footer,
.course-actions .elementor-widget-button a {
	width: 100%;
}
.course-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 20px 20px;
	width: 100%;
}
.course-actions .course-btn {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 13px 35px;
	gap: 20px;
	border: 1px solid #0B1731;
	backdrop-filter: blur(2.5px);
	border-radius: 40px;
	font-weight: 400;
	line-height: 1em;
}
.course-actions .course-btn:hover {
	border-color: #F16924;
}
.course-actions .elementor-widget-button {
	flex-grow: 1;
}
.product_box .cart-btn a,
.course-actions .elementor-widget-button a {
    padding: 10px 8px 10px 20px !important;
}
.product_box #default,
.course-actions .course-btn {
	padding: 14px 25px !important;
}

/** Pagination **/
.courses-pagination {
	margin-top: 60px;
}
.courses-pagination ul,
.elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	gap: 10px;
}
.courses-pagination ul li {
	display: block;
}
.courses-pagination .courses-page-link,
.elementor-pagination .page-numbers {
	border: 1px solid #0B1731;
	border-radius: 50px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	height: 51px;
	width: 51px;
}
.courses-pagination .courses-page-link.current,
.courses-pagination .courses-page-link:hover,
.elementor-pagination .page-numbers.current {
	background-color: #0B1731;
	color: #fff;
}

/** Product **/
.wc-slick-gallery-main {
	margin-bottom: 10px;
}
.wc-sg-main__item img {
	border-radius: 20px;
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}
.wc-slick-gallery-thumbs {
	overflow: hidden;
}
.wc-slick-gallery-thumbs::before,
.wc-slick-gallery-thumbs::after {
	content: "";
	background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, #FBFBFB 100%);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100px;
	z-index: 2;
	pointer-events: none;
}
.wc-slick-gallery-thumbs::before {
	left: 0;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.wc-slick-gallery-thumbs::after {
	right: 0;
}
.wc-slick-gallery-thumbs .slick-list {
	margin: 0 auto;
	max-width: 68%;
	overflow: visible;
}
.wc-slick-gallery-thumbs .wc-sg-thumb__item {
	margin: 0 5px;
}
.wc-slick-gallery-thumbs .wc-sg-thumb__item img {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 10px;
	cursor: pointer;
}
.nfpt-product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.nfpt-product-rating .star-rating {
    margin: 0 !important;
    width: 88px;
}
.nfpt-rating-number {
    font-weight: 400;
}
.star-rating::before,
.star-rating span::before {
    content: "" !important;
    background: url('../images/5stars.svg') no-repeat;
    background-size: contain;
    height: 14px;
    width: 82px;
}
.product-additional-information {
	margin: 5px 0 37px;
}
.product-additional-information ul {
	padding: 0;
}
.product-additional-information ul li {
	position: relative;
	display: block;
	padding-left: 28px;
}
.product-additional-information ul li:not(:last-child) {
	margin-bottom: 12px;
}
.product-additional-information ul li:before {
	content: "";
	background: url('../images/check-icon.svg') no-repeat;
    background-size: contain;
    position: absolute;
  	top: 3px;
  	left: 0;
    height: 18px;
    width: 18px;
}
.product-details-wrap .product-detail-item {
    border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}
.e-loop-item .product-detail-item {
	margin-top: 25px;
}
.product-details-wrap .product-detail-item:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.12);
}
.product-details-wrap .product-detail-title {
	position: relative;
    font-family: "Onest", Sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    padding: 18px 0;
    letter-spacing: -0.25px;
    cursor: pointer;
}
.product-details-wrap .product-detail-title::before {
	content: "";
	background: url('../images/CaretDown.svg') no-repeat;
	background-size: contain !important;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	transition: transform .5s ease-in-out;
}
.product-details-wrap .product-detail-title.active::before {
    transform: translateY(-50%) rotate(180deg);
}
.product-details-wrap .product-detail-description {
    display: none;
    padding-bottom: 10px;
}

/** Popup Reviews **/
.nfpt-no-rating,
.nfpt-product-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
} 
.add-review {
	color: rgba(34, 34, 34, 0.4);
	cursor: pointer;
  	text-decoration: underline;
}
.add-review:hover {
	color: #F16924;
}
.nfpt-modal {
    display: none;
    position: fixed;
    inset: 0;
    padding: 20px;
    z-index: 9999;
}
.nfpt-modal.is-open {
    display: block;
}
.nfpt-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}
.nfpt-modal__content {
    position: relative;
    max-width: 500px;
    margin: 5% auto;
    background: #F0F0F0;
    padding: 20px 25px;
    border-radius: 10px;
    z-index: 10000;
}
.nfpt-modal__close {
    border: 0;
    background: none;
    font-size: 24px;
    position: absolute;
    right: 25px;
  	top: 32px;
    cursor: pointer;
}
#nfpt-review-form p {
    margin-bottom: 12px;
}
#nfpt-review-form label {
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}
#nfpt-review-form input,
#nfpt-review-form select,
#nfpt-review-form textarea {
    background-color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}
#nfpt-review-form input:focus,
#nfpt-review-form select:focus,
#nfpt-review-form textarea:focus {
	border: 1px solid #F16924;
}
#nfpt-review-form textarea {
	border-radius: 12px;
}
.nfpt-review-message {
    margin-top: 10px;
    font-size: 14px;
}

/** Trainer **/
.trainer-results-grid {
    width: 100%;
    overflow: auto;
}
.trainerRow {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}
.trainerTitle div {
	font-weight: 500;
}
.trainerRow:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.trainerRow .trainerName {
    width: calc(100% - 300px);
}
.trainerRow .trainerDistance {
    width: 220px;
}
.trainerRow .trainerProfile {
    width: 80px;
}
.trainerRow.verify div {
	padding: 10px;
}
.trainerRow.verify .vtrainerName {
	width: 30%;
  	min-width: 130px;
}
.trainerRow.verify .expiration {
	width: 27%;
  	min-width: 110px;
}
.trainerRow.verify .location {
	width: 20%;
  	min-width: 150px;
}
.trainerRow.verify .country {
	width: 15%;
  	min-width: 100px;
}
.trainerRow.verify .vtrainerProfile {
	width: 8%;
  	min-width: 50px;
}
.vtrainerProfile a,
.trainerProfile a {
	font-weight: 400;
	color: #0B1731;
	text-decoration: underline;
}
.trainerProfile a:hover {
	color: #F16924;
}
.trainer-inner-wrap {
	margin-bottom: 30px;
}

.trainer-results-wrap .pages {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.trainer-results-wrap .pages .page-nav-title {
	margin: 0 10px;
}
.trainer-results-wrap .pages .page-nav {
	display: inline-block;
	background-size: contain !important;
}
.trainer-results-wrap .pages .page-nav.disabled {
	opacity: 0.5;
}
.trainer-results-wrap .pages .back-stop,
.trainer-results-wrap .pages .ahead-stop {
	height: 38px;
	width: 38px;
}
.trainer-results-wrap .pages .back,
.trainer-results-wrap .pages .ahead {
	height: 29px;
	width: 32px;
}
.trainer-results-wrap .pages .back-stop {
	background: url('../images/arrow-double-left.svg') scroll center no-repeat;
}
.trainer-results-wrap .pages .back {
	background: url('../images/arrow-left.svg') scroll center no-repeat;
}
.trainer-results-wrap .pages .ahead {
	background: url('../images/arrow-right.svg') scroll center no-repeat;
}
.trainer-results-wrap .pages .ahead-stop {
	background: url('../images/arrow-double-right.svg') scroll center no-repeat;
}

/** TOC **/
.custom-toc-list {
	padding: 0;
}
.custom-toc-list li {
	display: block;
	padding-bottom: 16px;
}
.custom-toc-list li:not(:first-child) {
	padding-top: 16px;
	border-top: 1px solid rgba(34, 34, 34, 0.12);
}
.custom-toc-list li a {
	color: rgba(34, 34, 34, 0.4);
	font-family: "Onest", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
}
.custom-toc-list li.active a {
	color: #222;
}

/** Form **/
.elementor-button span {
	font-weight: 400 !important;
}
.elementor-button-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 19px !important;
}
.button-arrow {
	position: relative;
	background-color: #F16924;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 30px;
	width: 41px;
}
.button-arrow::before,
.button-arrow::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url('../images/arrow-white.svg') no-repeat;
	background-size: contain !important;
	height: 11px;
	width: 18px;
	transition: transform .35s ease-in-out;
}
.cart-btn .button-arrow::before,
.cart-btn .button-arrow::after,
.add_to_cart_button .button-arrow::before,
.add_to_cart_button .button-arrow::after {
	background: url('../images/cart-icon.svg') no-repeat;
	height: 15px;
	width: 15px;
}
#reverse .elementor-button-content-wrapper {
	display: flex;
  	flex-direction: row-reverse;
}
#reverse .button-arrow {
	transform: rotate(180deg);
}
.button-arrow::before {
	transform: translateX(-30px);
}
.elementor-button:hover .button-arrow::before {
	transform: translateX(0);
}
.elementor-button:hover .button-arrow::after {
	transform: translateX(30px);
}
#place_order,
.checkout_coupon button,
body.woocommerce-cart .actions button,
body.woocommerce-cart .coupon button,
body .checkout-button,
body .woocommerce .wc-forward,
body .woocommerce-Button,
body .woocommerce-button {
	background-color: transparent !important;
	border: 1px solid #0B1731 !important;
	border-radius: 50px !important;
	color: #0B1731 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 12px 35px 15px !important;
	line-height: 1.5em !important;
}
#place_order:hover,
.checkout_coupon button:hover,
body.woocommerce-cart .actions button:hover,
body.woocommerce-cart .coupon button:hover,
body .checkout-button:hover,
body .woocommerce .wc-forward:hover,
body .woocommerce-Button:hover,
body .woocommerce-button:hover {
	border-color: #F16924 !important;
}

/** Gravity Forms **/
body .gform_wrapper .gfield_label {
	font-weight: 400 !important;
	margin-bottom: 12px !important;
}
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="email"],
body .gform_wrapper select,
body .gform_wrapper textarea {
	background-color: #fff !important;
	border-radius: 50px;
	border: 1px solid #fff !important;
	padding: 15px 18px !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	letter-spacing: 1%;
	line-height: 1.2em !important;
    outline: none !important;
}
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
	border: 1px solid #f16924 !important;
}
body .gform_wrapper textarea {
	border-radius: 12px !important;
}
body .gform_wrapper select,
#nfpt-review-form select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: url('../images/dropdown-arrow.svg') no-repeat scroll right 16px center;
	padding-right: 38px !important;
	cursor: pointer;
}
.gform_submission_error {
	text-transform: none !important;
}

/*** Checkbox ***/
body .gform_wrapper .gfield_checkbox label a {
    color: inherit;
    text-decoration: underline;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;   
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label{
	font-size: 14px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before,
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:after{
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after {
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: 4px;
    top: -2px;
    height: 20px;
    width: 20px;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after {
    background-color: #F16924;
    border: 1px solid #F16924;
    border-radius: 4px;
    top: -2px;
    height: 20px;
    width: 20px;
    z-index: 0;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before { 
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    height: 0;
    width: 0;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
    top: -2px;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_footer button {
	background-color: #0B1731 !important;
	border: 0 !important;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 11px 12px 11px 35px !important;
	line-height: 1.2em !important;
}

/** Disabled **/
.page-header,
body .elementor-nav-menu .sub-arrow,
.gfield_required,
.gfield_validation_message,
.gform_required_legend,
.rmp_menu_trigger {
	display: none !important;
}

/** Responsive **/
@media (min-width: 768px) {
	.career-slider .slick-slide:nth-child(2n) {
		transform: translateY(100%);
		padding-top: 30px;
	}
	.career-slider .slick-slide:nth-child(2n+1) {
		padding-bottom: 36px;
	}
	.career-slider .slick-current.slick-active:nth-child(2n+1)::after {
		bottom: 0;
	}
	.career-slider .slick-current.slick-active:nth-child(2n)::after {
		top: -6px;
	}
}

@media (min-width: 1025px) {
	body .hero-bg .e-con-inner {
	    padding-top: 155px !important;
	}
	.elementor-nav-menu .account-item {
		display: none !important;
	}
	body:not(.elementor-editor-active) .card--block .card--block {
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: stretch;
	}
	body:not(.elementor-editor-active) .card--block .hover-overlay {
	    position: relative;
	    flex: 0 0 calc(33.3333% - 10px);
	    height: 425px;
	    width: calc(33.3333% - 10px);
	    transition: width .5s ease, flex-basis .5s ease;
	}
	body:not(.elementor-editor-active) .card--block .hover-overlay:last-child {
	    flex: 0 0 calc(33.3333% - 20px);
	    width: calc(33.3333% - 20px);
	}
	body:not(.elementor-editor-active) .card--block .hover-overlay:hover {
	    width: 45%;
	    flex-basis: 45%;
	}
	.custom_table .table-cell,
	.custom_table .table-cell p,
	.custom_table .table-cell .elementor-widget-text-editor {
	    width: 100%;
	}
	body:not(.elementor-editor-active) .card--block {
		justify-content: flex-start;
		transition: transform .5s ease;
		will-change: transform;
	}
	body:not(.elementor-editor-active) .card--block.is-hover-last {
		transform: translateX(-11.6667%);
	}
	body:not(.elementor-editor-active) .card--block {
		overflow: visible;
	}
}

@media only screen and (max-width: 1385px) and (min-width: 1025px) {
	.product_box {
		padding: 24px !important;
	} 
}

@media only screen and (max-width: 1340px) and (min-width: 1025px) {
	body .elementor-nav-menu li a {
		font-size: 1.18vw;
	    padding-left: 0.75vw !important;
	    padding-right: 0.75vw !important;
	}
	.course-block { 
		overflow: hidden; 
	}
	.course-block .content-hover-block{
		max-height: 70vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.course-actions .course-btn {
		flex: 1;
	}
	.course-actions .elementor-widget-button {
		flex: 2;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
	.product_box .button-group {
		flex-wrap: wrap;
	}
	.product_box .elementor-widget-button,
	.product_box .elementor-widget-button a {
		width: 100% !important;
	}
	.name-col {
		min-width: 150px;
	}
	.location-col {
		min-width: 140px;
	}
	.expiration-col,
	.country-col {
		min-width: 140px;
	}
}

@media only screen and (max-width: 1220px) and (min-width: 1025px) {
	.product_box {
		padding: 24px !important;
	}
    .product_box .cart-btn a {
        padding: 10px 8px 10px 20px !important;
    }
    .course-actions .course-btn,
    .course-actions .elementor-widget-button {
    	flex: unset;
    	width: 100%;
    }
}

@media (max-width: 1024px) {
	.rmp-container .rmp-menu-title {
		padding: 35px 25px 10px !important;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-link {
		max-width: 281px !important;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		margin: 0 0 20px !important;
		width: 100% !important;
	}
	.rmp-menu-wrap > ul > li > a.rmp-menu-item-link {
		padding: 0 25px !important;
	}
	body .rmp-menu-wrap > ul > li.current_page_item > a,
	body .rmp-menu-wrap .rmp-menu-item-link:hover {
		color: #f16924 !important;
	}
	.rmp-container .close-trigger {
		position: absolute;
		top: 38px;
		right: 25px;
		cursor: pointer;
		height: 25px;
		width: 25px; 
	}
	.close-trigger::before,
	.close-trigger::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 3px;
		background: #0B1731;
		border-radius: 5px;
		transform-origin: center;
	}
	.close-trigger::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.close-trigger::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.rmp-menu-wrap .rmp-menu-subarrow {
		right: 15px !important;
	}
	.price-slider-wrapper {
		max-width: 590px;
	}
	.custom_table {
		background-color: transparent !important;
		box-shadow: unset !important;
	}
	.custom_table .table-row {
		background-color: #fff !important;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
	}
	.custom_table .table-cell {
		display: flex !important;
	}
	.custom_table .table-cell:not(.left-aligned) {
        gap: 20px;
        justify-content: space-between !important;
        flex-wrap: nowrap;
    }
	.custom_table .table-cell.left-aligned::after {
	    display: none !important;
	}
    .custom_table .table-cell::before {
        content: attr(data-info);
        font-size: 18px;
        font-weight: 400;
    }
    .custom_table .table-cell p:not(:last-child) {
    	margin: 0 0 0 auto;
    }
    .team-grid {
		grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
	}
	.accordion--item:hover {
		cursor: pointer;
	}
	.category-template-block .product-courses {
		grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
	}
}

@media only screen and (max-width: 890px) and (min-width: 768px) {
	.product_box {
		padding: 24px !important;
	}
	.product_box .cart-btn a,
    .course-actions .elementor-widget-button a {
        padding: 10px 8px 10px 20px !important;
    }
    .product_box #default,
    .course-actions .course-btn {
    	padding: 14px 25px !important;
    }
}

@media only screen and (max-width: 795px) and (min-width: 768px) {
	.product_box .button-group {
		flex-wrap: wrap;
	}
	.product_box .elementor-widget-button,
	.product_box .elementor-widget-button a {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.client_testimonials .slick-list {
		overflow: hidden;
	}
	.logo-slider .slick-track {
		gap: 80px;
	}
	.career-slider .slick-list {
		max-width: 90%;
	}
	.career-slider .slick-slide {
		padding-top: 30px;
	}
	.career-slider .slick-list::after {
		top: 0;
		bottom: unset;
	}
	.career-slider .slick-slide::after {
		top: 0;
	}
	.product-courses {
		grid-template-columns: 1fr;
	}
	.courses-pagination .courses-page-link {
		height: 42px;
		width: 42px;
	}
	.course-actions .elementor-widget-button {
		flex: 3;
	}
	.team-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.team-grid .team-wrap {
		width: 48% !important;
	}
	.category-template-block .product-courses {
		grid-template-columns: 1fr;
	}
	.gym-map-filter {
		flex-wrap: wrap;
	}
	.custom-video-wrapper {
		min-height: 52vw;
    }
    .custom-play-button {
		height: 53px;
		width: 94px;
    }
    .courses-pagination .courses-page-link, 
    .elementor-pagination .page-numbers {
    	height: 38px;
  		width: 38px;
    }
}

@media (max-width: 625px) {
	.courses-topbar {
		flex-wrap: wrap;
		gap: 15px;
	}
	.showing-count,
	.sort-wrapper {
		width: 100%;
	}
	.sort-wrapper select {
		min-width: auto;
	}
}

@media (max-width: 600px) {
	.header-inner-wrap .e-child:first-child {
		width: calc(100% - 175px) !important;
		padding-right: 25px;
	}
	.header-inner-wrap .e-child:last-child {
		width: 175px !important;
		min-width: 175px !important;
	}
	.header-inner-wrap .button-arrow {
		display: none !important;
	}
	.header-inner-wrap .elementor-button {
		padding: 10px 16px 10px 16px !important;
	}
	.header-inner-wrap .elementor-widget-button,
	.header-inner-wrap .elementor-button {
		max-width: 180px !important;
	}
	.arrow.elementor-widget-image {
		height: 48px !important;
		width: 48px !important;
	}
	.arrow.elementor-widget-image::before {
		height: 40px !important;
  		width: 40px !important;
	}
	.product_box .button-group {
		flex-wrap: wrap;
	}
	.product_box .elementor-widget-button,
	.product_box .elementor-widget-button a {
		width: 100% !important;
	}
	.team-grid .team-wrap {
		width: 100% !important;
	}
	.trainerRow .trainerName {
	    width: calc(100% - 230px);
	}
	.trainerRow .trainerDistance {
	    width: 150px;
	}
	.trainerRow .trainerProfile {
	    width: 80px;
	}
}

@media (max-width: 520px) {
	.elementor-widget-button,
	.elementor-button,
	button {
		width: 100% !important;
	}
	.course-actions {
		flex-direction: column-reverse !important;
	}
	.course-actions .course-btn,
    .course-actions .elementor-widget-button {
    	flex: unset;
		width: 100% !important;
	}
	body .mobile-left-aligned {
		align-self: flex-start !important;
		text-align: left !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (max-width: 450px) {
	.trainerRow .trainerName {
	    width: calc(100% - 170px);
	}
	.trainerRow .trainerDistance {
		padding-left: 14px;
	    width: 90px;
	}
	.trainerRow .trainerProfile {
	    width: 80px;
	}
}

@keyframes nfptDropdownContainer {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nfptDropdownItem {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}