/*** note:
this file is imported in base.css,
which is linked to all pages
**********************************/

/* Custom Tabs */
.cstm-tab-cnt {
	display: none;
}

.cstm-tab-cnt.opened {
	display: block;
	-webkit-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

/*Plans Tabs*/
.plans-tab-info h4 {
	background: #212830;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	color: #fff;
	margin-bottom: 18px;
	padding: 12px;
	text-align: center;
}

.fl-row-revers .plans-tab-info h4 {
	border-radius: 5px 0 0 5px;
}

.plans-tabs-item.active .plans-tabs-link,
.plans-tabs-link:hover {
	background: #212830;
	color: #fff;
}

.plans-tabs-item.active .plans-tabs-link {
	cursor: default;
}

.plans-tabs-link:hover {
	text-decoration: none;
}

.coach-plans__tab-img-link:after {
	background: rgba(0, 0, 0, 0.1);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.plans-tab-media,
.plans-tab-info {
	width: 100%;
}

@media (min-width: 769px) {
	.plans-tab-media,
	.plans-tab-info {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.plans-tab-media .mmg-video__container {
		left: 0;
		right: 0;
	}

	.plans-tab-media .mmg-video__placeholder {
		border-radius: 5px 5px 0 0;
	}
}

/*Coaching Plans Tabs*/
.coach-plans__tabs {
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.coach-plans__tabs-link,
.coach-plans__tab-info-dtls-outer {
	color: #212830;
}

.coach-plans__tabs-link {
	border-radius: 0 0 5px 5px;
	padding: 1.9375rem 1.8125rem 0.6875rem;
	font-size: 1rem;
}

.coach-plans__tab-img-link img {
	width: 100%;
}

.coach-plans__tab-cnt-item.fl-row-revers .coach-plans__tab-img-link {
	background-position: top left;
}

.coach-plans__tab-cnt-item {
	margin-bottom: 40px; /* mobile first */
}

.coach-plans__tab-info-dtls-outer {
	padding: 0 15px 16px; /* mobile first */
}

.coach-plans__tab-info-dtls {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}

.coach-plans__tab-info-price {
	margin: 0 0 5px 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

.coach-plans__tab-info-price.coaching-plan-is-on-sale {
	color: var(--best-offer-color);
}

.coach-plans__tab-info-price > div {
	display: flex;
}

.coach-plans__tab-info-price del {
	display: block;
	color: var(--color-dark);
	font-size: 85%;
	padding-top: 5px;
	text-align: right;
}

.coach-plans__tab-info-price .woocommerce-Price-amount {
	margin-left: 3px;
}

.coach-plans__tab-info-list {
	list-style: disc;
}

ul.coach-plans__tab-info-list:not(.list-reset) {
	margin: 0 0 18px 15px;
}

.coach-plans__tab-info-list-item {
	font-size: 1rem;
	margin-bottom: 8px;
}

.coach-plans__tab-info-l-btn {
	margin-bottom: 10px;
}

.coach-plans__tab-info-l-btn + .hint-msg {
	margin-top: 0;
	margin-bottom: 10px;
}

.content-block-buttons-hint {
	margin-top: 7px;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.content-block-button-free {
	color: #fff;
	background-color: #00a8be;
	border-radius: 5px;
	padding: 10.5px 31px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
	width: fit-content;
}

.coach-plans__tab-info-r-btn {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	width: fit-content;
	height: fit-content;
}

@media (max-width: 767px) {
	.coach-plans__tab-cnt-item .coach-plans__tab-img-link {
		background-position: center;
		background-size: cover;
	}

	.coach-plans__tabs-link {
		padding: 29px 5px 10px;
		font-size: 12px;
	}

	.coach-plans__tab-info-l-btn {
		padding: 11px 5px;
	}

	.content-block-buttons {
		margin-top: 12px;
	}

	.content-block-trailer {
		display: none;
	}

	.coach-plans__tab-cnt-item {
		flex-direction: column;
	}

	.plans-tab-info h4,
	.fl-row-revers .plans-tab-info h4 {
		border-radius: 0 0 5px 5px;
	}
}

/* Coaching Plans Carousel */
.coaching-listing .coming-soon-coaching-item .coaching-item:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.coaching-listing .coaching-item:hover {
	-webkit-box-shadow: 0 0 14px #d3d3d3;
	-moz-box-shadow: 0 0 14px #d3d3d3;
	box-shadow: 0 0 14px #d3d3d3;
}

.coaching-listing .coaching-item .cover-image {
	background-color: #212830;
	display: flex;
	align-items: center;
	height: 138px;
	justify-content: center;
	position: relative;
}

.coaching-listing .coaching-item .cover-image img {
	max-height: 100%;
	width: auto;
}

.coaching-listing .coaching-item .category-title {
	display: inline-block;
	font-size: 21px;
	line-height: 22px;
	color: #2c3437;
	text-decoration: none;
}

.coaching-listing .coaching-item .category-title-cont {
	margin-bottom: 14px;
}

.coaching-listing .coaching-item .item-inner .info b {
	font-weight: 500;
}

.coaching-plans-listing .cpf-top-big-image .cover-image {
	width: 100%;
	max-width: 100%;
}

.coaching-item__stars {
	display: inline-block;
	margin-left: 7px;
	text-align: left;
}

.coaching-item__stars span::before {
	content: '\53';
	font-family: 'star';
	display: inline-block;
	line-height: 1;
	font-size: 8px;
	margin: 0 1px;
}

.coaching-listing .coaching-item .new-label {
	position: absolute;
	left: -40px;
	top: 19px;
	width: 160px;
	height: 40px;
	text-align: center;
	background: rgba(72, 185, 226, 0.7);
	color: #ffffff;
	font-size: 25px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding-top: 7px;
}

.coaching-listing .coaching-item .new-label.coming-soon-label {
	font-size: 18px;
	line-height: 16px;
	padding: 5px 35px 0 35px;
}

.coaching-listing .coaching-item {
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 #a9a9a9;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.main-wrap .coaching-listing .coaching-item.hover {
	box-shadow: 0 1px 2px 0 #a9a9a9;
}

.coaching-listing .coaching-item .item-inner {
	flex: 1 0 auto;
	padding: 13px 17px 23px;
	background-color: #fff;
}

.coaching-listing .coaching-item .category-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.coaching-listing .coaching-item .item-inner .info {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
}

.coaching-listing .coaching-item .item-inner a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.coaching-item__stars {
		text-align: center;
	}

	.coaching-item___stars span::before {
		font-size: 16px;
		margin: 0 1px;
	}
}

/* Single Item Carousel */
.owl-carousel.owl-carousel--dots-inside .owl-dots {
	bottom: 20px;
}

.owl-carousel.owl-carousel--dots-inside button.owl-dot.active,
.owl-carousel.owl-carousel--dots-inside button.owl-dot:hover {
	background: var(--bg-light);
}

.owl-carousel.owl-carousel--dots-inside button.owl-dot {
	border: 1px solid var(--text-color-light);
	background: transparent;
}

/* Testimonials Carousel */
.owl-carousel--testimonials .owl-stage {
	display: flex;
}

.owl-carousel--testimonials .cstm-testimonials-item,
.owl-carousel--testimonials .owl-carousel_item {
	height: 100%;
}

.owl-carousel--testimonials .cstm-testimonials-item {
	display: flex;
	flex-direction: column;
}

.owl-carousel--testimonials .cstm-testimonials-more-icon {
	margin-top: auto;
}

/* Slider arrows */
.owl-nav button span {
	display: none;
}

@media (min-width: 500px) {
	.owl-carousel:not(.owl-carousel--arrows-inside)[data-arrows='true'] {
		padding-right: 35px;
		padding-left: 35px;
	}

	.owl-nav button {
		position: absolute;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.owl-carousel[data-dots='true'] .owl-nav button {
		top: 42%;
	}

	.owl-nav .owl-prev:before,
	.owl-nav .owl-next:before {
		font-family: icomoon;
		font-size: 3rem;
		line-height: 1;
		opacity: 0.8;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.owl-nav .owl-next:before {
		content: '\f105';
	}

	.owl-nav .owl-prev:before {
		content: '\f104';
	}

	.owl-prev {
		left: 0;
	}

	.owl-next {
		right: 0;
	}

	.owl-carousel--top-arrows .owl-nav button {
		top: -62px !important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.owl-carousel.owl-carousel--top-arrows .owl-nav .owl-next:before,
	.owl-carousel.owl-carousel--top-arrows .owl-nav .owl-prev:before {
		color: #fff;
		display: inline-block;
		font-size: 2rem;
		background: #202730 !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 2px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	.owl-carousel--top-arrows .owl-nav .owl-next:not(:hover):before,
	.owl-carousel--top-arrows .owl-nav .owl-prev:not(:hover):before {
		opacity: 1;
	}

	.owl-carousel--side-arrows .owl-nav button {
		top: 40%;
	}
}

/* Slider dots */
.owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	padding: 0 5px;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

.owl-carousel button.owl-dot {
	border: 1px solid var(--color-dark);
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	height: 14px;
	width: 14px;
}

.owl-dot + .owl-dot {
	margin-left: 5px;
}

.owl-carousel button.owl-dot.active {
	background: var(--color-dark);
}

.owl-carousel[data-dots='true']:not(.owl-carousel--dots-inside) .owl-stage {
	padding-bottom: 30px;
}

.owl-carousel.owl-carousel--dots-gray button.owl-dot.active {
	background: var(--theme-color);
}

.owl-carousel.owl-carousel--dots-gray button.owl-dot {
	background: var(--gray);
	border: 0;
	box-shadow: none;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
.tooltip-item {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
.tooltip-item:before,
.tooltip-item:after {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: opacity 0.2s ease;
	-moz-transform: opacity 0.2s ease;
	transform: opacity 0.2s ease;
}

/* Show tooltip content on hover */
.tooltip-item:hover:before,
.tooltip-item:hover:after {
	visibility: visible;
	opacity: 1;
}

/* Position tooltip above the element */
.tooltip-item:before {
	font-weight: 300;
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
.tooltip-item:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: ' ';
	font-size: 0;
	line-height: 0;
}

.sidebar-case.tooltip-item:before {
	left: -100%;
}

.tooltip-item[data-place='right']:before {
	margin-left: 0;
	left: auto;
	right: -10px;
	width: 300px;
	padding: 7px 10px;
	text-align: left;
}

@media (max-width: 544px) {
	.tooltip-item[data-place='right']:before {
		width: 245px;
	}
}

/*Videos*/
/*Video*/
.mmg-video {
	position: relative;
}

.mmg-video-play {
	cursor: pointer;
	z-index: 3;
}

.mmg-video-play.opened {
	z-index: 1;
}

.mmg-video-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #2e3539;

	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
}

.mmg-video-box.opened {
	opacity: 1;
	visibility: visible;
}

.mmg-video-box iframe {
	width: 100%;
	height: 100%;
}

.mmg-video {
	width: 100%;
	height: 100%;
}

.mmg-video__iframe {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.mmg-video__container {
	height: 100%;
	width: 100%;
}

.mmg-video__placeholder {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.mmg-video__loader {
	color: var(--text-color-light);
	display: none;
}

.mmg-video__placeholder.loaded {
	display: none;
}

.mmg-video__placeholder.loading .mmg-video__play {
	display: none;
}

.mmg-video__placeholder.loading .mmg-video__loader {
	display: inline-block;
}

.mmg-video__play {
	display: inline-block;
	background: url(../svg/play.svg)
		no-repeat left bottom/contain;
	width: 4.3rem;
	height: 4.3rem;
	z-index: 99;
}

/* Temp Fix for video icon to overwrite custom block's styling  */
.mmg-video__play:before {
	display: none !important;
}

.mmg-video__play:hover {
    background-size: contain !important;
}
/* End Temp Fix for video icon to overwrite custom block's styling  */



.mmg-video__play:hover {
	transform: translate(-50%, -50%) scale(1.2);
}

.video__container {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

/* Play button */
.play-btn,
.play-btn:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-btn {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	padding: 0.1rem;
	border: solid 0.2rem rgba(255, 255, 255, 0.8);
}

.play-btn.effect-bounce {
	animation: bounce 1.3s infinite alternate linear;
}

.play-btn:before {
	content: '\e919';
	font-family: 'icomoon';
	font-size: 1.5rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	padding-left: 3px;
}

@media screen and (min-width: 480px) {
	.play-btn.-lg {
		width: 4.6rem;
		height: 4.6rem;
	}

	.play-btn.-lg:before {
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 2.2rem;
	}
}

@media (max-width: 767px) {
	.mmg-video__play {
		width: 40px;
		height: 40px;
	}
}

/*from front.css*/
.video-wrap {
	position: relative;
	width: 100%;
	height: 250px;
}

.video-wrap .video-controls,
.video-wrap .video-frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-wrap .video-controls.playing {
	z-index: -1;
}

.video-wrap .video-frame iframe {
	width: 100%;
	height: 100%;
}

.video-wrap .bg-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.video-wrap .video-img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.video-wrap a.play-btn,
.video-wrap .btn-play {
	/* todo: remove repeated code in woo*/
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	margin-top: -53px;
	margin-left: -60px;
}

.video-wrap .video-controls.playing .bg-overlay,
.video-wrap .video-controls.playing .video-img {
	display: none;
}

.video-wrap .video-controls.playing .btn-play {
	background: none;
}
/*Modal*/
.modal-container.modal-container--video {
	background: transparent;
	border: 0;
	height: 500px;
	max-height: 100%;
	max-width: 1018px;
	padding: 0;
	position: relative;
	width: auto;
}

.modal-container--video .mmg-video__placeholder {
	position: relative;
	height: 100%;
}

.mfp-close-btn-in .mfp-close,
.modal-container--video .mfp-close {
	color: #fff !important;
	transform: translateY(-100%);
	width: auto;
}

/* Popups */
.popup-wrap {
	position: relative;
	background: #fff;
	padding: 25px;
	width: auto;
	max-width: 70%;
	margin: 0 auto;
}

.popup-wrap h2,
.popup-small h2 {
	text-transform: uppercase;
	font-size: 18px;
}

.popup-wrap .btn,
.popup-small .btn {
	margin: 0 15px;
	display: inline-block;
}

.popup-wrap .btn {
	margin: 15px 0;
	display: inline-block;
}

.popup-small {
	width: 435px;
	max-width: inherit;
	position: absolute;
	z-index: 99999;
	background: #fff;
	padding: 25px;
}

.popup-small .close-popup {
	position: absolute;
	cursor: pointer;
	font-family: Arial, Baskerville, monospace;
	font-style: normal;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	box-shadow: none;
	touch-action: manipulation;
}

.popup-small .close-popup,
.mfp-iframe-holder .mfp-close,
.popup-wrap .mfp-close {
	width: 60px;
	height: 60px;
	line-height: 60px;
	right: -10px;
	top: -50px;
	color: #ffffff;
	opacity: 1;
	font-size: 60px;
}

.popup-follow {
	max-width: 50%;
}

.popup-follow h2 {
	font-size: 30px;
	margin: 30px 0;
}

.popup-follow .social {
	margin: 30px 0;
}

.popup-follow .social li {
	display: inline-block;
	padding: 15px;
}

.popup-follow .social li a {
	display: block;
	width: 80px;
	height: 80px;
	background: #dcdcdc;
	border-radius: 40px;
	text-align: center;
	font-size: 34px;
	line-height: 78px;
}

.popup-follow .social li a:hover {
	background: #4d4d4d;
}

.mfp-close-btn-in .video-popup .mfp-close {
	display: none;
}

/* Testimonials */
.cstm-testimonials.has-item-opened .cstm-testimonials-item,
.cstm-testimonials.has-item-opened .cstm-testimonials-more-icon {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cstm-testimonials {
	margin-bottom: 20px;
}

.cstm-testimonials-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.cstm-testimonials-row .cstm-testimonials-col {
	padding: 0 10px;
	min-width: 230px;
	margin-bottom: 15px;
}

.cstm-testimonials-item {
	background: #212830;
	border-radius: 5px;
	font-family: 'Museo Sans', sans-serif;
	font-weight: 200;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	padding: 22px 20px 15px;
}

.cstm-testimonials__name {
	font-family: 'Museo Sans', sans-serif;
	font-weight: 500;
}

.cstm-testimonials__name:after {
	display: block;
	margin: 12px auto 20px;
	content: '';
	width: 100px;
	height: 16px;
	background: url(../svg/stars.svg)
		no-repeat center center/contain;
}

.cstm-testimonials__txt-hidden {
	display: none;
}

.cstm-testimonials.has-item-opened .cstm-testimonials__read-more {
	display: none;
}

.cstm-testimonials.has-item-opened .cstm-testimonials__txt-hidden {
	display: inline;
}

.cstm-testimonials.has-item-opened .cstm-testimonials-more-icon {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*Testimonials  from front-new*/

.cstm-testimonials-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.cstm-testimonials-row .cstm-testimonials-col {
	padding: 0 10px;
	min-width: 230px;
	margin-bottom: 15px;
}

.cstm-testimonials-item {
	background: #212830;
	border-radius: 5px;
	font-family: 'Museo Sans', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 22px 20px 15px;
}

.cstm-testimonials-item--member {
	display: flex;
	flex-direction: column;
}

.cstm-testimonials-item--member .mmg-video__placeholder {
	height: 260px;
}

.cstm-testimonials__name {
	font-weight: 500;
}

.cstm-testimonials__name:after {
	display: block;
	margin: 12px auto 20px;
	content: '';
	width: 100px;
	height: 16px;
	background: url(https://variations-cdn.figpii.com/variations/meandmygolf/new-homepage/stars.svg)
		no-repeat center center/contain;
}

.cstm-testimonials__txt {
	font-family: 'Museo Sans', sans-serif;
	font-weight: 200;
}

@media (min-width: 451px) {
	.cstm-testimonials-col {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
		display: flex;
		flex-direction: column;
	}

	.cstm-testimonials-item {
		flex: auto;
	}

	.cstm-testimonials-item--member .mmg-video__placeholder {
		min-height: unset;
	}

	.cstm-testimonials-item--member .mmg-video {
		flex: auto;
	}
}

.cstm-testimonials-light-item {
	border: 1px solid var(--border-color);
	border-radius: 5px;
	padding: 1.5rem 1.8rem;
	-webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.05);
}

.cstm-testimonials-light-item:not(:last-of-type) {
	margin-bottom: 1.5rem;
}

.cstm-testimonials-light-header {
	margin-bottom: 0.5rem;
}

.cstm-testimonials-light__name,
.cstm-testimonials-light-item-info {
	font-size: 14px;
}

.cstm-testimonials-light__stars {
	margin-left: 8px;
	white-space: nowrap;
}

.cstm-testimonials-light__stars .icon {
	color: var(--btn-main-color);
	font-size: 10px;
}
/*
Pagination
*/
.pagination {
	margin: 25px auto;
	text-align: center;
}

.pagination a,
.pagination span {
	font-weight: 700;
	color: #616161;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	margin: 2px;
}

.pagination a {
	background: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover,
.pagination span.current {
	color: #ffffff;
	background: #616161;
}

.pagination a i {
	font-size: 12px;
	line-height: 32px;
}

/* Pagination (used for coaching plan reviews) */
.pagination2 {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.pagination2 .page-numbers {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.pagination2 .page-numbers {
	display: inline-block;
	min-width: 30px;
	line-height: 30px;
	border-radius: 50%;
}

.pagination2 .page-numbers:hover {
	text-decoration: none;
}

.pagination2 .page-numbers:hover,
.pagination2 .page-numbers.current {
	background-color: #49b8e1;
	color: #fff;
}

.pagination2 .page-numbers.next,
.pagination2 .page-numbers.prev {
	background: transparent !important;
}

.pagination2 .page-numbers.next span,
.pagination2 .page-numbers.prev span {
	display: inline-block;
	vertical-align: top;
	min-width: 30px;
	line-height: 30px;
}

.pagination2 .page-numbers.next:hover,
.pagination2 .page-numbers.prev:hover {
	color: #49b8e1;
}

/*Plugins*/
/* GPDR cookie consent plugin by Webtoffee*/
#cookie-law-info-bar {
	z-index: 99999 !important;
	padding: 10px;
}

.cli-plugin-button,
.cli-plugin-button:visited {
	margin: 5px 8px 0;
}

.wp-desktop #cookie-law-info-bar {
	width: 27rem;
	padding: 3.75rem;
	top: auto !important;
	bottom: 0;
	font-size: 18px;
	line-height: 1.3;
	color: var(--text-color) !important;
}

.wp-desktop #cookie-law-info-bar span {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wp-desktop #cookie-law-info-bar .cli-plugin-button,
.wp-desktop #cookie-law-info-bar .cli-plugin-button:visited {
	font-size: 20px;
	margin-top: 1rem;
	margin-bottom: 5px;
}

.wp-desktop #cookie-law-info-bar .cli-plugin-main-link {
	font-size: 14px;
}

/* Shopify */
.shpfy-section {
	padding: 2rem 0 4rem;
}

.shpfy-intro h2 {
	margin: 0 0 2rem;
}

.shpfy-intro {
	padding-bottom: 2rem;
}

.shpfy-intro .txt {
	margin: 0 0 1.3rem;
}

.shpfy-benefits {
	display: inline-block;
	margin: 0;
	max-width: 450px;
}

.shpfy-benefits li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 1.5rem;
	margin: 0 5px 10px;
	text-align: left;
}

.shpfy-benefits li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	background: var(--theme-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.shpfy-cont h3 {
	margin: 0 0 1rem;
}

.shpfy-cont .txt {
	margin: 0 0 2rem;
	line-height: 1.7;
}

/* Shopify desktop */
.wp-desktop .shpfy-body {
	display: flex;
	justify-content: space-between;
	margin: 0 -3rem;
	color: var(--text-color);
}

.wp-desktop .shpfy-intro,
.wp-desktop .shpfy-cont {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 3rem;
}

.wp-desktop .shpfy-intro {
	border-right: solid 1px var(--border-color);
}

.wp-desktop .shpfy-intro h2 {
	font-size: 2rem;
}

.wp-desktop .shpfy-intro .txt {
	font-size: 22px;
	line-height: 1.4;
}

.wp-desktop .shpfy-benefits {
	font-size: 20px;
}

.wp-desktop .shpfy-benefits li {
	font-style: italic;
	font-weight: 200;
}

.wp-desktop .shpfy-cont h3 {
	font-size: 1.5rem;
	font-weight: normal;
}

.wp-desktop .shpfy-cont .txt {
	font-size: 18px;
}

.wp-desktop .shpfy-cont .cmn-btn {
	font-weight: normal;
	letter-spacing: 2;
}

/* Shopify mobile */
.wp-mobile .shpfy-body {
	text-align: center;
	font-size: 2rem;
}

.wp-mobile .shpfy-intro {
	border-bottom: solid 1px var(--border-color);
	margin-bottom: 2rem;
}

.wp-mobile .shpfy-intro h2 {
	font-size: 2.8rem;
}

.wp-mobile .shpfy-cont h3 {
	font-size: 2.2rem;
}

.wp-mobile .shpfy-cont .cmn-btn {
	font-size: 2rem;
	padding: 1.6rem 2rem;
	white-space: normal;
	line-height: 1.3;
}

/*Modals from front.css*/
.modal-container {
	width: 695px;
	max-width: 94%;
	margin: 0 auto;
	background-color: #ebebeb;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 7px;
	position: relative;
}

.modal-container-inner {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	max-height: 680px;
	overflow-x: hidden;
}

.modal-container-inner .title {
	font-family: 'MyriadProRegular';
	color: #2e3539;
	text-transform: uppercase;
	font-size: 29px;
	line-height: 30px;
	margin-bottom: 12px;
}

.modal-container-inner .text {
	font-family: 'MyriadProRegular';
	color: #2e3539;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 12px;
}

.modal-container-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.modal-container-inner .social-icon img {
	width: 70px;
	height: auto;
}

.mfp-bg.mfp-ready {
	z-index: 100000;
}

.mfp-wrap.mfp-auto-cursor.mfp-ready {
	z-index: 100001;
}

.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency,
.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency {
	padding: 0;
}

.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency,
.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency
	a {
	padding: 20px 25px;
	font-size: 18px;
}

.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency {
	background-color: #22282f !important;
	justify-content: space-between;
}

.head-drawer .woocommerce-multi-currency.wmc-shortcode.plain-vertical {
	width: 100%;
}

.head-drawer
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency {
	position: static;
}

/*Styling for additional js for mobile, on Click added "opened"*/
.head-drawer
	.mmg-header_currency_switcher.opened
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency {
	display: block;
}

.head-drawer
	.mmg-header_currency_switcher
	.woocommerce-multi-currency.wmc-shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency {
	display: none;
}

.head-drawer
	.mmg-header_currency_switcher.opened
	.wmc-currency-wrapper
	span.wmc-current-currency:after {
	border-width: 0 3px 5px 3px !important;
	border-color: transparent transparent #fff transparent !important;
}

/* Responsive */
@media (min-width: 451px) {
	.cstm-testimonials-col {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
		display: flex;
		flex-direction: column;
	}

	.cstm-testimonials-row--4 .cstm-testimonials-col {
		max-width: 25%;
		flex: 0 0 25%;
	}
}

@media (min-width: 768px) {
	.coach-plans__tab-cnt-item {
		margin-bottom: 68px;
	}

	.plans-tab-media {
		align-self: flex-start;
	}
}

@media (max-width: 768px) {
	.modal-container.modal-container--video {
		height: 360px;
	}
}

/*mmg btn loader*/
.btn--has-loader {
    position: relative;
}

.mmg-form-loading .mmg-btn-loader {
    display: block !important;
}

.mmg-btn-loader {
	background: rgba(255,255,255,.2);
    font-size: 30%;
	left: 50%;
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}

.mmg-btn-loader:after {
	animation: btn-loading 1.3s infinite linear;
	color: #fff;
	content: "";
	display: inline-block;
	height: 1em;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1em;
}

@keyframes btn-loading {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.mmg-form-loading .mmg-btn-loader {
	display: block !important;
}

.js-list-expandable>li {
	display: none;
}

.js-list-expandable.is-expanded>li,
.js-list-expandable>li:nth-child(-n+8) {
	display: list-item !important;
}

.js-list-expand-btn {
	width: fit-content;
	cursor: pointer;
	margin-left: 2rem;
	line-height: 1;
}

.js-list-expandable.is-expanded+.js-list-expand-btn:before {
	content: '\21E1';
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.js-list-expand-btn:before {
	content: "...";
	display: block;
	font-size: 24px;
	line-height: 1.4;
}

.js-list-expand-btn:after {
	content: "";
	display: block;
	border-top: 1px solid;
	width: 100%;
}

.mmg-breadcrumbs {
	background: #fff;
	padding: 12px 25px;
	margin-bottom: 0;
	border: 1px solid #dbdbdb;
	border-bottom: 0;
	font-size: 14px;
}

.mmg-breadcrumbs > span {
	visibility: hidden; /* hiding slashes */
	display: flex;
	align-items: center;
}

.mmg-breadcrumbs > span > span {
	visibility: visible;
	display: inline-flex;
	align-items: center;
}

.mmg-breadcrumbs > span > span a {
	text-decoration: underline;
}

.mmg-breadcrumbs > span > span a:hover {
	opacity: .8;
}

.mmg-breadcrumbs > span > span:not(:first-of-type):before {
	content: "\203A";
	display: inline-block;
	margin: 0 10px 0 6px;
}

@media (min-width: 992px) {
	.mmg-breadcrumbs {
		margin-bottom: 10px;
	}

	.mmg-breadcrumbs>span>span:not(:first-of-type):before {
		content: "";
		border-left: 2px solid currentColor;
		height: 13px;
		opacity: .6;
	}
}
