/*** note:
this file contains styling which are not base
& related to the the pages, which doesn't have their own css file in pages folder
*********************************************************************************/

/* Comments */
.comments-wrap select,
.comments-wrap textarea,
.comments-wrap input[type='tel'],
.comments-wrap input[type='text'],
.comments-wrap input[type='email'],
.comments-wrap input[type='number'],
.comments-wrap input[type='search'],
.comments-wrap input[type='password'] {
	font-family: inherit;
	color: var(--text-color);
}

.comments-wrap ::-webkit-input-placeholder {
	color: var(--gray);
}

.comments-wrap :-moz-placeholder {
	color: var(--gray);
}

.comments-wrap ::-moz-placeholder {
	color: var(--gray);
	opacity: 1;
}

.comments-wrap :-ms-input-placeholder {
	color: var(--gray);
}

.comments-wrap a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.all-comments-wrap .comment-item-wrap {
	position: relative;
}

.all-comments-wrap .form-check label:before {
	width: 16px;
	height: 16px;
	border-radius: 0;
	border: solid 1px var(--gray);
}

.all-comments-wrap .form-check input:checked+label:after {
	width: 16px;
	font-size: 10px;
	margin-top: 4px;
}

.all-comments-wrap .comment-item-wrap {
	position: relative;
}

.all-comments-wrap .comment-item-wrap .form-check {
	position: absolute;
	left: 20px;
	top: 5px;
}

.comment-reply-link:hover,
.comment-reply-link:hover:before,
.mobile-btn.comment-content-more-btn:hover {
	color: var(--theme-color-hover);
}

.comments-wrap {
	font-weight: 300;
	font-size: 16px;
	color: var(--text-color);
	margin-top: 3rem;
	line-height: 1.4;
	max-width: 1052px;
}

.comments-wrap h1,
.comments-wrap h2,
.comments-wrap h3,
.comments-wrap h4,
.comments-wrap h5,
.comments-wrap h6 {
	font-family: inherit;
}

.comments-wrap ul,
.comments-wrap ol {
	margin: 0;
}

.comments-wrap a:hover {
	text-decoration: none;
}

.comment-respond .form-submit {
	margin: 10px 0 16px;
	overflow: hidden;
}

/* Comments header */
.comments-header {
	font-size: 22px;
	background: #fff;
	color: var(--gray);
	margin-bottom: 2rem;
}

.comments-header a {
	color: var(--theme-color);
	line-height: 0;
}

.comments-header-top,
.comments-header-bottom {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.comments-header-bottom .custom-select {
	display: inline-block;
	width: auto;
	min-width: 120px;
	border: solid 1px var(--border-color);
}

.comments-header a .icon,
.comments-header a span {
	display: inline-block;
	vertical-align: middle;
}

.comments-header-top a .icon {
	margin-right: 5px;
}

.comments-header-top {
	border-bottom: solid 1px var(--border-color);
}

.comments-header-top .cmn-table-cell {
	vertical-align: middle;
}

.comment-notes {
	color: var(--gray);
}

.comments-wrap .mmg-comment-form input[type='text'] {
	padding: 1rem var(--cmn-gutter);
	height: auto;
	border-radius: 0;
	border: 0;
}

.comments-wrap .comment-form-email input[type='text'] {
	border-top: solid 1px var(--border-color);
}

.comments-wrap .comment-respond .comment-form-comment {
	line-height: 0;
}

.comment-respond .comment-form-comment textarea {
	font-size: 18px;
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 80px;
	padding: 1.5rem var(--cmn-gutter);
	background: #fff;
	border-top: solid 1px var(--border-color);
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
	line-height: 1.4;
}

.comment-respond .comment-form-comment textarea.expanded {
	height: 150px;
}

.comment-info>*,
.comment-filter-list li,
.comment-sort-list li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
}

.comment-info>* {
	margin-left: 2rem;
}

.comment-info>*:first-child,
.comment-filter-list li:first-child,
.comment-sort-list li:first-child {
	margin-left: 0;
}

.comment-sort-list a {
	position: relative;
	padding-left: 22px;
	color: var(--gray);
}

.comment-sort-list a:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid var(--theme-color);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.comment-sort-list li.reverse a:before {
	border-bottom: 0;
	border-top: 7px solid var(--theme-color);
}

.comment-filter-list a {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--theme-color);
	text-align: center;
	background: #fff;
}

.comment-filter-list li.current a,
.comment-filter-list li a:hover {
	background: var(--theme-color);
	color: #fff;
}

.comment-form-bottom {
	/*border-top: solid 1px var(--border-color);*/
	position: relative;
	background: #fff;
	padding: 1rem;
	display: inline-block;
	width: 100%;
}

/* emoji */
.comment-emoji-container {
	float: right;
	cursor: pointer;
}

.comment-emoji-container button {
	background-color: inherit;
	border: none;
	font-size: 16px;
}

.comment-emoji-wrap {
	display: none;
	position: absolute;
	right: 14px;
	top: 20px;
	background: #fff;
	margin-top: 25px;
	z-index: 10;
	-webkit-box-shadow: 0 0 14px 1px rgba(207, 207, 207, 1);
	-moz-box-shadow: 0 0 14px 1px rgba(207, 207, 207, 1);
	box-shadow: 0 0 14px 1px rgba(207, 207, 207, 1);
}

.comment-emoji-wrap:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 6px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
}

.comment-emoji {
	padding: 1rem;
	width: 221px;
	height: 165px;
	overflow-y: auto;
}

.comment-emoji div {
	display: inline-block;
	padding: 2px;
}

.comment-emoji div img.wp-smiley,
.comment-emoji div img.emoji {
	height: 1.4em !important;
	width: 1.4em !important;
	max-height: inherit !important;
}

/* votes */
.comment-votes,
.comment-links {
	display: inline-block;
	vertical-align: middle;
}

.see-all-link {
	color: var(--gray);
}

.comment-votes {
	color: #656565;
	padding-right: 25px;
}

.comment-votes * {
	display: inline-block;
	vertical-align: middle;
}

.comment-votes button {
	border: 0;
	background-color: inherit;
	color: #656565;
	font-size: 16px;
	padding: 1px 6px;
	line-height: 0;
}

.comment-votes .comment-vote {
	position: relative;
}

.comment-votes .comment-vote-up:after {
	content: '';
	width: 2px;
	height: 16px;
	background-color: #8acff0;
	display: inline-block;
	position: absolute;
	right: -4px;
	top: 5px;
}

.comment-votes .comment-vote.vote-active,
.comment-votes .comment-vote.vote-active button {
	color: #49b8e1;
}

.comment-votes .comment-vote button:disabled {
	opacity: 0.5;
}

.comment-votes .comment-vote .vote-count {
	font-size: 18px;
	color: var(--gray);
}

@media screen and (min-width: 544px) {
	.comment-filter-list li {
		margin-left: 10px;
	}

	.comment-filter-list a {
		position: relative;
		display: block;
		padding: 5px 10px;
		min-width: 150px;
	}

	.comment-filter-list li.current a:before,
	.comment-filter-list li a:hover:before {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid var(--theme-color);
	}
}

/* Comment reply */
.comment-respond {
	margin-top: 2rem;
}

.comment-reply-title {
	display: inline-block;
	text-align: right;
	color: var(--gray);
	margin: 0 var(--cmn-gutter) 5px 0;
	text-transform: uppercase;
	font-size: 18px;
}

.comment-reply-title a {
	color: inherit;
}

.all-comment-list .comment-reply {
	margin-bottom: 2.5rem;
	background-color: var(--bg-light);
	padding: var(--cmn-gutter);
}

.comment-media-item .comment-author-name {
	font-family: inherit;
	font-size: 24px;
	margin-bottom: 0;
	text-transform: none;
}

.comment-author-role {
	color: var(--theme-color);
	text-transform: capitalize;
}

.reply-to-label {
	font-size: 0.9em;
	color: var(--theme-color);
	margin-right: 10px;
}

.parent-comment-link {
	color: inherit;
}

.comment-filters-adv {
	margin-bottom: 30px;
}

.all-comment-list #replysubmit .button,
.comment-filters-adv .button,
#respond.comment-respond .form-submit #submit {
	border-radius: 0;
	border: 0;
	width: 100%;
	font-family: inherit;
	font-size: 20px;
	height: auto;
	background: #49b8e1;
	color: #fff;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-appearance: button;
	text-transform: uppercase;
}

.all-comment-list #replysubmit .btns-group {
	float: right;
	clear: both;
}

.all-comment-list #replysubmit .button {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	-webkit-appearance: none;
	min-width: 150px;
	max-width: 225px;
}

.all-comment-list #replysubmit .cancel {
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--gray);
	-webkit-appearance: none;
	border: 0;
	background: none;
	margin-top: 4px;
}

.all-comment-list #editlegend,
.all-comment-list #replyhead {
	font-size: 20px;
	display: block;
}

.all-comment-list #editlegend .inside {
	margin-bottom: 5px;
}

.all-comment-list #replycontainer {
	margin-top: 10px;
}

.all-comment-list .wp-editor-container {
	margin-bottom: 1rem;
	border-color: var(--border-color);
}

.all-comment-list .wp-editor-container .quicktags-toolbar {
	border-color: var(--border-color);
	background: var(--bg-body);
}

.all-comment-list .wp-core-ui .button,
.all-comment-list .wp-core-ui .button:hover {
	color: var(--gray);
	background: none;
	box-shadow: none;
}

.all-comment-list .wp-editor-container textarea.wp-editor-area {
	font-size: 16px;
	background: var(--bg-light);
	max-height: 250px;
}

#comment-notice {
	margin: 0 0 1rem;
}

#comment-notice.error-notice,
.all-comment-list #comment-reply .notice.error-notice {
	color: var(--color-danger);
}

#comment-notice.success-notice {
	color: var(--color-success);
}

/* end comment reply */

.comment-filters-adv .button {
	font-size: 14px;
	color: #fff;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
}

.comment-reply-login {
	color: var(--theme-color);
}

.reply-comment-notify {
	margin: 1rem var(--cmn-gutter);
}

/** Comment notify **/
.comment-notify-btn {
	background: none;
	border: 0;
	font-family: inherit;
	color: inherit;
	padding: 0;
	font-size: 16px;
}

.comment-notify-btn>* {
	display: inline-block;
	vertical-align: middle;
}

.comment-notify-btn .icon {
	font-family: 'icomoon';
	font-style: normal;
}

.comment-notify-btn abbr {
	margin-left: 5px;
	line-height: 0;
	color: var(--gray);
}

/* -enabled */
.comment-notify-btn.notify-enabled,
.comment-notify-checkbox input[type='checkbox']:checked+label .icon,
.comment-notify-checkbox input[type='checkbox']:checked+label .enabled-text {
	color: var(--theme-color);
}

.comment-notify-btn.notify-enabled .icon:before,
.comment-notify-checkbox input[type='checkbox']:checked+label .icon:before {
	content: '\f991';
}

#notify_about_new_comments.notify-enabled .icon:before {
	content: '\f995';
}

/* -disabled */
.comment-notify-btn.notify-disabled .icon:before,
.comment-notify-checkbox .icon:before {
	content: '\f994';
}

#notify_about_new_comments.notify-disabled .icon:before {
	content: '\f996';
}

/* -passive */
.comment-notify-btn.notify-passive {
	color: var(--theme-color);
	cursor: inherit;
}

.comment-notify-btn.notify-passive .icon:before {
	content: '\f993';
}

.comment-notify-btn span {
	margin-left: 10px;
}

.comment-notify-btn[disabled='disabled'] {
	opacity: 0.6;
	cursor: inherit;
}

.comment-head-notify .comment-notify-btn.notify-enabled span {
	color: var(--text-color);
}

/* comment item notify*/
.comment-item-body .comment-notify-btn {
	position: absolute;
	right: 4rem;
	top: 22px;
}

.comment-meta .tooltip-item {
	position: absolute;
	right: var(--cmn-gutter);
	top: 22px;
	color: var(--gray);
}

/* comment reply notify*/
.reply-notify-wrap {
	text-align: center;
	margin: 20px var(--cmn-gutter);
}

.reply-notify-wrap .comment-notify-btn {
	display: inline-block;
}

.comment-notify-checkbox label {
	cursor: pointer;
}

.comment-notify-checkbox input[type='checkbox'],
.comment-notify-checkbox .enabled-text,
.comment-notify-checkbox input[type='checkbox']:checked+label .disabled-text {
	display: none;
}

.comment-notify-checkbox input[type='checkbox']:checked+label .enabled-text {
	display: inline-block;
}

@media (min-width: 992px) {
	.comment-head-notify .comment-notify-btn {
		float: right;
		clear: both;
	}

	.comment-head-notify .comment-notify-btn:last-child {
		margin-top: 5px;
	}

	.reply-notify-wrap {
		text-align: right;
	}

	#cancel-comment-reply-link {
		font-size: 20px;
		display: inline-block;
		margin-bottom: 10px;
	}
}

/** end Comment notify **/

/* Add review form */
.comments-wrap .comment-form-rating a {
	color: var(--theme-color);
}

/* Comment list */
.comments-wrap .no-comments-block {
	padding: 2rem var(--cmn-gutter);
	background: #fff;
	font-size: 18px;
}

/* First/Second level children */
.comment-list .children {
	margin-left: 4rem;
}

/* Comment item */
.comment-media-item,
.comment-item {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.comment-item {
	margin-bottom: 24px;
}

.comment.current-comment>.comment-item-wrap .single-comment-header,
.comment.current-comment>.comment-item-wrap .comment-item-body {
	animation: comment-animation 2s linear;
	-webkit-animation: comment-animation 2s linear;
}

.comment.current-comment>.comment-item-wrap {
	-webkit-box-shadow: 4px 5px 9px rgba(48, 144, 179, 0.08);
	box-shadow: 4px 5px 9px rgba(48, 144, 179, 0.08);
}

@keyframes comment-animation {
	0% {
		background: #49b8e14f;
	}

	100% {
		background: var(--bg-light);
	}
}

@-webkit-keyframes comment-animation {
	0% {
		background: #49b8e14f;
	}

	100% {
		background: var(--bg-light);
	}
}

.comment-media-obj,
.comment-item-obj {
	display: table-cell;
}

.comment-media-obj {
	padding-right: 10px;
	width: 80px;
}

.comment-item-obj {
	width: 4rem;
}

.comment-media-obj img,
.comment-item-obj img {
	width: 100%;
	height: auto;
}

.comment-media-body,
.comment-item-body {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	background: var(--bg-light);
}

.comment-media-body {
	padding: 10px 20px;
	vertical-align: middle;
}

.comment-meta,
.comment-content,
.comment-metadata {
	padding-left: var(--cmn-gutter);
	padding-right: var(--cmn-gutter);
}

.comment-metadata {
	position: relative;
	border-top: solid 1px var(--border-color);
	padding-top: 20px;
}

.comment-meta {
	padding-bottom: 12px;
}

.comment-item-body {
	position: relative;
	padding-top: 22px;
	padding-bottom: 20px;
}

.comment-content {
	font-size: 20px;
	line-height: 1.4;
	overflow: hidden;
}

.comment-content p {
	margin-bottom: 20px;
}

.comment-author {
	font-size: 18px;
}

.comment-author-name {
	margin-right: 10px;
}

.comment-date {
	color: var(--gray);
}

.comment-item .edit-link {
	display: none;
}

.comment-reply-link {
	position: relative;
	padding-left: 25px;
	color: var(--gray);
	font-size: 18px;
}

.comment-reply-link:before {
	content: '\f112';
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	margin-right: 10px;
	color: var(--text-color);
}

.comment-awaiting-moderation {
	font-size: 14px;
	color: #ee9583;
	margin-top: 0;
	margin-bottom: 0;
}

/* Comments pagination */
.comments-pagination {
	font-size: 22px;
	margin: 1.5rem var(--cmn-gutter);
	text-align: center;
	color: var(--gray);
}

.comments-pagination .page-numbers {
	color: inherit;
	margin: 0 0.5rem;
}

.comments-pagination .prev,
.comments-pagination .next {
	text-transform: uppercase;
}

.comments-pagination .page-numbers:hover,
.comments-pagination .page-numbers.current {
	color: var(--theme-color);
	text-decoration: underline;
}

.comment-content-more-btn {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 15px;
}

.mobile-btn.comment-content-more-btn {
	text-transform: none;
	color: var(--theme-color);
}

.comment-content-more-btn>* {
	display: inline-block;
	vertical-align: middle;
}

.mobile-btn.comment-content-more-btn {
	float: right;
	margin-right: 0;
	margin-bottom: 15px;
}

.comment-bulkactions>* {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.comment.approved>.comment-item-wrap .unapprove,
.comment.unapproved>.comment-item-wrap .approve {
	display: inline;
}

.comment.approved>.comment-item-wrap .approve,
.comment.unapproved>.comment-item-wrap .unapprove {
	display: none;
}

.comment-delete-msg {
	background: var(--bg-light);
	padding: var(--cmn-gutter);
	margin-bottom: 24px;
}

.all-comment-list .comment.unapproved>.comment-item-wrap {
	border-left: solid 4px var(--secondary-color);
	background: #f9f9f9;
}

.all-comment-list .comment .reply {
	text-transform: uppercase;
}

.all-comment-list .single-comment-header .cmn-table-cell,
.all-comment-list .comment-meta,
.all-comment-list .comment-content,
.all-comment-list .comment-metadata {
	padding-left: 3.5rem;
}

@media screen and (max-width: 543px) {
	.all-comment-list .wp-editor-container textarea.wp-editor-area {
		max-height: 150px;
	}

	.all-comment-list .wp-core-ui .button.button-small {
		padding: 2px 10px;
	}
}

/** End - All comments */

/* Comments media */
@media screen and (min-width: 992px) {
	.post-comment-list.comment-list .children {
		margin-left: 1rem;
	}

	.post-comment-list .comment-item {
		margin-bottom: 0;
		border-top: solid 1px var(--border-color);
	}

	.post-comment-list>li:first-child>.comment-item {
		border-top: 0;
	}

	.comment-content p {
		margin-bottom: 10px;
	}

	.comment-metadata {
		margin-top: 10px;
	}

	.comment-metadata .cmn-table-cell {
		vertical-align: middle;
	}

	#cancel-comment-reply-link {
		font-size: 20px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.section-free-videos .form-part {
		padding-left: 25px;
	}

	.section-free-videos .free-video-left-image {
		display: none;
	}

	.section-free-videos .free-video-form-container {
		padding-left: 0;
	}

	.section-free-videos .free-video-form-container .btn {
		min-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	.comment-list>li>.children>li>.children>li .children {
		margin-left: 0;
	}

	.all-comment-list.comment-list .children {
		margin-left: 1.5rem;
	}

	.comment-item-obj {
		width: 4rem;
	}

	.single-comment-type {
		display: none;
	}

	.comments-header,
	.single-comment-type,
	.comment-reply-link,
	.comment-filter-list a,
	.comments-pagination .nav-links .page-numbers {
		font-size: 16px;
	}

	.comment-author {
		font-size: 16px;
	}

	.comment-date {
		font-size: 14px;
	}

	.comment-content {
		font-size: 18px;
	}

	.comment-media-item .comment-author-name {
		font-size: 20px;
	}

	.single-comment-title {
		font-size: 18px;
	}

	.comment-item-body {
		padding-top: 12px;
		padding-bottom: 8px;
	}

	.comment-meta {
		padding-bottom: 12px;
	}

	.comment-metadata {
		padding-top: 8px;
	}
}

@media screen and (max-width: 543px) {
	.comment-media-obj {
		width: 8.7rem;
	}

	.comment-list>li>.children>li .children {
		margin-left: 0;
	}

	.comment-metadata {
		display: table;
		width: 100%;
	}

	.comment-metadata .cmn-table-cell {
		display: table-cell;
		vertical-align: middle;
	}

	.comment-metadata .cmn-text-right {
		text-align: right;
	}

	.all-comment-list .comment-metadata .cmn-table-cell {
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}

	.comment-author {
		font-size: 15px;
	}

	.comment-date {
		font-size: 13px;
	}
}

@media screen and (min-width: 544px) {
	#respond.comment-respond .form-submit #submit {
		max-width: 225px;
		float: right;
		clear: both;
		border-radius: 5px;
	}

	.comment-date {
		position: relative;
		padding-left: 18px;
	}

	.comment-date:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		background: var(--border-color);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* Comments Front styles */
.comments-wrap ol {
	list-style: none;
	margin-left: 0;
}

.no-review-container {
	padding: 3rem;
	text-align: center;
	text-transform: uppercase;
}

/* Checkout, Cart */
.page-template-template-checkout-with-recurly .main-wrap,
.page-template-template-choose-plan .main-wrap,
.page-template-template-subscription-checkout .main-wrap,
.page-template-template-checkout .main-wrap,
.page-template-template-upgrade-from-coaching-plan .main-wrap {
	padding-top: 35px;
}

.checkout-wrap ::-webkit-input-placeholder {
	color: var(--gray-light);
	text-transform: uppercase;
}

.checkout-wrap :-moz-placeholder {
	color: var(--gray-light);
	text-transform: uppercase;
}

.checkout-wrap ::-moz-placeholder {
	color: var(--gray-light);
	opacity: 1;
	text-transform: uppercase;
}

.checkout-wrap :-ms-input-placeholder {
	color: var(--gray-light);
	text-transform: uppercase;
}

.checkout-form .form-control {
	border: 1px solid var(--theme-color);
	border-radius: 5px;
	padding: 16px 10px 2px;
	height: 48px;
}

/* Toggle password */
.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.47 15.28C9.28 15.28 9.09 15.21 8.94 15.06C8.12 14.24 7.67 13.15 7.67 12C7.67 9.61004 9.61 7.67004 12 7.67004C13.15 7.67004 14.24 8.12004 15.06 8.94004C15.2 9.08004 15.28 9.27004 15.28 9.47004C15.28 9.67004 15.2 9.86004 15.06 10L10 15.06C9.85 15.21 9.66 15.28 9.47 15.28ZM12 9.17004C10.44 9.17004 9.17 10.44 9.17 12C9.17 12.5 9.3 12.98 9.54 13.4L13.4 9.54004C12.98 9.30004 12.5 9.17004 12 9.17004Z" fill="%23022147"/><path d="M5.6 18.51C5.43 18.51 5.25 18.45 5.11 18.33C4.04 17.42 3.08 16.3 2.26 15C1.2 13.35 1.2 10.66 2.26 8.99998C4.7 5.17998 8.25 2.97998 12 2.97998C14.2 2.97998 16.37 3.73998 18.27 5.16998C18.6 5.41998 18.67 5.88998 18.42 6.21998C18.17 6.54998 17.7 6.61998 17.37 6.36998C15.73 5.12998 13.87 4.47998 12 4.47998C8.77 4.47998 5.68 6.41998 3.52 9.80998C2.77 10.98 2.77 13.02 3.52 14.19C4.27 15.36 5.13 16.37 6.08 17.19C6.39 17.46 6.43 17.93 6.16 18.25C6.02 18.42 5.81 18.51 5.6 18.51Z" fill="%23022147"/><path d="M12 21.02C10.67 21.02 9.37 20.75 8.12 20.22C7.74 20.06 7.56 19.62 7.72 19.24C7.88 18.86 8.32 18.68 8.7 18.84C9.76 19.29 10.87 19.52 11.99 19.52C15.22 19.52 18.31 17.58 20.47 14.19C21.22 13.02 21.22 10.98 20.47 9.81C20.16 9.32 19.82 8.85 19.46 8.41C19.2 8.09 19.25 7.62 19.57 7.35C19.89 7.09 20.36 7.13 20.63 7.46C21.02 7.94 21.4 8.46 21.74 9C22.8 10.65 22.8 13.34 21.74 15C19.3 18.82 15.75 21.02 12 21.02Z" fill="%23022147"/><path d="M12.69 16.27C12.34 16.27 12.02 16.02 11.95 15.66C11.87 15.25 12.14 14.86 12.55 14.79C13.65 14.59 14.57 13.67 14.77 12.57C14.85 12.16 15.24 11.9 15.65 11.97C16.06 12.05 16.33 12.44 16.25 12.85C15.93 14.58 14.55 15.95 12.83 16.27C12.78 16.26 12.74 16.27 12.69 16.27Z" fill="%23022147"/><path d="M2 22.75C1.81 22.75 1.62 22.68 1.47 22.53C1.18 22.24 1.18 21.76 1.47 21.47L8.94 14C9.23 13.71 9.71 13.71 10 14C10.29 14.29 10.29 14.77 10 15.06L2.53 22.53C2.38 22.68 2.19 22.75 2 22.75Z" fill="%23022147"/><path d="M14.53 10.2199C14.34 10.2199 14.15 10.1499 14 9.99994C13.71 9.70994 13.71 9.22994 14 8.93994L21.47 1.46994C21.76 1.17994 22.24 1.17994 22.53 1.46994C22.82 1.75994 22.82 2.23994 22.53 2.52994L15.06 9.99994C14.91 10.1499 14.72 10.2199 14.53 10.2199Z" fill="%23022147"/></svg>');	border: none;
	padding: 0;
	cursor: pointer;
}

.toggle-password.show {
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16.33C9.61 16.33 7.67 14.39 7.67 12C7.67 9.61004 9.61 7.67004 12 7.67004C14.39 7.67004 16.33 9.61004 16.33 12C16.33 14.39 14.39 16.33 12 16.33ZM12 9.17004C10.44 9.17004 9.17 10.44 9.17 12C9.17 13.56 10.44 14.83 12 14.83C13.56 14.83 14.83 13.56 14.83 12C14.83 10.44 13.56 9.17004 12 9.17004Z" fill="%23022147"/><path d="M12 21.02C8.24 21.02 4.69 18.82 2.25 15C1.19 13.35 1.19 10.66 2.25 8.99998C4.7 5.17998 8.25 2.97998 12 2.97998C15.75 2.97998 19.3 5.17998 21.74 8.99998C22.8 10.65 22.8 13.34 21.74 15C19.3 18.82 15.75 21.02 12 21.02ZM12 4.47998C8.77 4.47998 5.68 6.41998 3.52 9.80998C2.77 10.98 2.77 13.02 3.52 14.19C5.68 17.58 8.77 19.52 12 19.52C15.23 19.52 18.32 17.58 20.48 14.19C21.23 13.02 21.23 10.98 20.48 9.80998C18.32 6.41998 15.23 4.47998 12 4.47998Z" fill="%23022147"/></svg>');
}

/* Dynamic Label */
.dynamic-label {
	position: absolute;
	top: 50%;
	left: 12px;
	line-height: 0.8;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--gray-light);
	transition: all 0.1s ease-in-out;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

select+.dynamic-label {
	font-size: 11px;
	top: 8px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.checkout-form .form-control.not-empty+.dynamic-label,
.checkout-form .form-control:focus+.dynamic-label {
	top: 25%;
	font-size: 11px;
}

.checkout-form .form-control:disabled+.dynamic-label {
	color: var(--gray);
}

.checkout-sidebar .form-control:disabled {
	border-color: transparent;
	background: var(--bg-accent);
}

.coupon-control {
	position: relative;
}

.form-checkout-container {
	background: var(--bg-body);
	margin: 0 0 30px;
	padding: 40px 30px 30px;
	overflow: hidden;
	border-radius: 5px;
}

.form-checkout-container .image-container img {
	max-width: 200px;
}

.form-checkout-container .image-container p {
	color: #606672;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 14px;
}

.form-checkout-container h2 {
	font-size: 1.75rem;
	color: #606672;
	text-align: center;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.form-checkout-container .image-container {
		display: table;
	}

	.form-checkout-container .image-container>* {
		display: table-cell;
		vertical-align: middle;
	}

	.form-checkout-container .image-container figure {
		padding-right: 12px;
	}
}

.default-content {
	padding-top: 80px;
	padding-bottom: 40px;
}

.default-content .subscribe-form-button {
	font-size: 20px;
	padding: 12px 23px 10px;
	color: #fff;
	font-weight: 400;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border: none;
	cursor: pointer;
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #49b8e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.subscribe-template-container {
	color: #383838;
}

.subscribe-template-container input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

/* Articles */
.floating-label {
	position: absolute;
	pointer-events: none;
	left: 22px;
	top: 16px;
	font-size: 26px;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.free-videos-input:not(:placeholder-shown)+.floating-label,
.free-videos-input:focus+.floating-label {
	position: absolute;
	top: -18px;
	bottom: 10px;
	left: 3px;
	font-size: 13px;
	opacity: 1;
}

.free-video-form-container .floating-label {
	color: #ffffff;
}

/* Content toggle */
.content-expanded .ellipsis {
	display: none;
}

.content-expanded .rest-cont {
	display: inline;
}

@media only screen and (max-width: 600px) {

	input[type='text'].free-videos-input,
	input[type='email'].free-videos-input,
	select.free-videos-input,
	select.select {
		margin-right: 0;
		margin-bottom: 22px;
	}
}

/* bypass btn loader */
.phone-number-form.loading,
.shpfy-cont .cmn-btn.loading,
.comment-bulkactions.loading {
	position: relative;
	opacity: 0.6;
	cursor: inherit;
}

.phone-number-form.loading:before,
.shpfy-cont .cmn-btn.loading:before,
.comment-bulkactions.loading:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -0.8rem;
	width: 1.6rem;
	height: 1.6rem;
	border: 0.25rem solid #dcdcdc;
	border-top: 0.25rem solid rgb(73, 184, 225);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1s linear infinite;
}

.shpfy-cont .cmn-btn.loading {
	color: transparent;
}

.phone-number-form.loading:before,
.shpfy-cont .cmn-btn.loading:before {
	display: inline-block;
	left: 50%;
	margin-left: -0.8rem;
	z-index: 10;
}

.comment-bulkactions.loading:after {
	display: inline-block;
	margin-left: 10px;
}

.form-recaptcha-msg {
	color: var(--text-color);
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
}

.form-recaptcha-msg a {
	color: #fff;
}

.comment-form .form-submit {
	margin-top: 20px;
}

.post-comments .col-12 {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

.comment-form {
	color: #989898;
	font-size: 14px;
}

.comment-form label {
	display: inline-block;
	margin-bottom: 5px;
}

.post-comments h2 {
	color: #383838;
	font-size: 24px;
	text-transform: uppercase;
}

/* Page Blog */
.single-post-main-title {
	border-bottom: 1px solid #02214736;
	padding-bottom: 12px;
	font-size: 24px;
	margin-bottom: 4px;
	font-family: "Specter", sans-serif;
	letter-spacing: 0.5px;
}

.single-blog-post .single-post-date {
	font-weight: 500;
	font-size: 14px;
	color: #4b4d51;
	margin-bottom: 3px;
}

.blog-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto !important;
	min-height: initial !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-icon.icon-pictures {
	color: #fff;
}

.blog-icon:hover {
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
}

.single-post-img .blog-icon {
	width: 120px;
	margin-left: -60px;
	margin-top: -60px;
}

.single-post-img .blog-icon.icon-pictures {
	font-size: 100px;
	margin-left: -50px;
	margin-top: -50px;
}

.section-blog-posts .blog-posts-box .blog-icon {
	width: 140px;
	height: auto;
	margin-left: -70px;
	margin-top: -85px;
}

.owl-carousel--blog-single .owl-carousel_item {
	height: 500px;
	background-size: cover;
	background-position: center;
}

.section-blog-posts,
.blog-slider {
	background: #fff;
}

.owl-carousel--blog-single {
	margin-bottom: 30px;
}

.section-blog-posts .blog-post-title {
	font-size: clamp(14.642px, 0.915rem +((1vw - 3.2px)* 0.786), 22px);
	line-height: 1.2;
	letter-spacing: 0.8px;
}

.section-blog-posts .blog-post-title h2 {
	font-size: 19px;
	margin-bottom: 0;
}

.section-blog-posts .blog-post-title h2 a {
	display: block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.section-blog-posts .blog-posts .blog-posts-box .blog-post-cont .post-cont {
	height: 75px;
	overflow: hidden;
	margin-top: 56px;
	font-size: 20px;
	text-align: center;
	color: #5a5a5a;
	line-height: 24px;
	margin-bottom: 41px;
	padding: 0 22px;
}

.section-blog-posts .post-info a.cat-name {
	font-size: 13px;
	margin-bottom: 16px;
	color: #022147bd;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.section-blog-posts .blog-posts .blog-posts-box .blog-post-cont {
	flex: auto;
	padding: 24px 32px;
}

.section-blog-posts .blog-posts .blog-posts-box {
	display: flex;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	margin-bottom: 32px;
}

.section-blog-posts .blog-posts .blog-posts-box .blog-post-img {
	height: auto;
	aspect-ratio: 16 / 9;
	width: 300px;
	flex-shrink: 0;
}

.section-blog-posts .mmg-conteiner {
	max-width: 1286px;
}

.mmg-blog-categories-lg .wp-block-heading,
.sidebar-blog  .wp-block-heading {
	font-family: Specter, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	font-size: 18px;
	margin-bottom: 1.5rem;
}

.mmg-blog-categories-lg {
	display: none;
}

@media (min-width: 992px) {
	.mmg-blog-categories-lg {
		display: block;
	}
}

@media (min-width: 992px) {
	.mmg-blog-categories-sm {
		display: none;
	}
}

.section-blog-posts__row {
	gap: 40px;
}

.section-blog-posts__left-col {
	flex-basis: 66.66%;
}

.section-blog-posts__right-col {
	flex-basis: 33.33%;
	background: #fafafa;
	border: 1px solid #f1f1f1;
}

.section-blog-posts__left-col,
.section-blog-posts__right-col {
	flex-grow: 1;
}

.mmg-next-prev-post {
	display: flex;
	gap: 14px;
	align-items: center;
	background: #fff;
	padding: 20px 20px 20px 14px;
}

.mmg-next-prev-posts-list {
	flex-direction: column;
	gap: 30px;
}

.mmg-next-prev-posts-list__col {
	flex-basis: 100%;
}

.mmg-next-prev-post__title {
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}

.mmg-next-prev-post__link {
	text-decoration: underline;
	font-size: 13px;
	color: inherit;
}

.mmg-next-prev-post img {
	width: 130px;
	height: 85px;
	object-fit: cover;
}

@media (min-width: 1120px) {
	.mmg-next-prev-posts-list__col {
		flex-basis: 50%;
	}

	.mmg-next-prev-posts-list {
		flex-direction: row;
	}
}

.blog-mobile-categories {
	position: sticky;
	top: 71px;
	z-index: 99;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
}

@media (min-width: 992px) {
	.blog-mobile-categories {
		display: none;
	}
}

@media (max-width: 781px) {
	.section-blog-posts__left-col,
	.section-blog-posts__right-col {
		flex-basis: 100%;
	}
}

.banner-wrap {
	width: 100%;
	margin: 0;
}

.section-blog-posts .blog-posts li.banner-wrap {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 65px;
}

.about-us-top-image .title.blog-title {
	bottom: -60px;
}

.section-sponsors.section-sponsors-blog li {
	width: 20%;
}

.owl-carousel--blog .blog-slider-cont {
	position: absolute;
	left: 70px;
	bottom: 0;
	text-align: left;
	width: 385px;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 22px;
}

.owl-carousel--blog .blog-slider-cont h2 {
	font-size: 30px;
	line-height: 33px;
	max-width: 100%;
	margin: 35px 0 55px 0;
}

.owl-carousel--blog .top-part .left {
	padding: 5px 32px;
	font-size: 25px;
	margin-left: -55px;
}

.owl-carousel--blog .top-part .right {
	margin-left: 20px;
}

.owl-carousel--blog .blog-slider-cont .link {
	font-weight: 200;
	font-size: 21px;
	text-decoration: none;
}

.owl-carousel--blog .blog-slider-cont .link i {
	padding-left: 5px;
}

.owl-carousel--blog .grey-box {
	right: 20px;
	bottom: 0;
	background: #e8e8e8;
	padding: 15px 22px;
	font-size: 18px;
}

.owl-carousel--blog .grey-box .date {
	font-size: 20px;
}

.owl-carousel--blog .owl-nav .owl-prev:before,
.owl-carousel--blog .owl-nav .owl-next:before {
	font-size: 7rem;
}

.owl-carousel.owl-carousel--blog[data-arrows='true'] {
	padding: 0;
}

.section-blog-posts .posts-title {
	text-transform: uppercase;
	font-size: 25px;
	color: #ffffff;
	background-color: #48b9e2;
	padding: 13px 26px;
	min-width: 270px;
	margin-right: 7px;
	margin-bottom: 37px;
}

.section-blog-posts .borders {
	border-top: 3px solid #48b9e2;
	border-bottom: 3px solid #e8e8e8;
	width: 100%;
	height: 9px;
	margin-top: 45px;
}

.owl-carousel--blog .blog-icon-cont {
	position: absolute;
	right: -160px;
	bottom: -160px;
	padding: 100px;
	background: #e8e8e8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.owl-carousel--blog .blog-icon-cont img {
	position: relative;
	width: 100px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -90px;
}

.single-blog-post p,
.section-blog-posts .blog-posts.video-box .blog-post-cont p {
	font-size: 17px;
	line-height: 1.67;
}

.single-blog-post p,
.single-blog-post ul,
.single-blog-post ol {
	line-height: 2.2;
	font-weight: 300;
}

.single-blog-post ul {
	list-style: disc;
}

.section-blog-posts .video-box {
	background-color: #ffffff;
	padding: 22px;
}

.section-blog-posts .video-box h3 {
	text-transform: uppercase;
}

.section-blog-posts .video-box iframe {
	width: 100%;
	min-height: 450px;
	margin-bottom: 25px;
}

.section-blog-posts .post-info a {
	color: inherit;
}

.blog-posts a.video-list-url:before,
.single-post-img a.video-list-url:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	display: block;
	background: url(../svg/mmg_play_button.svg) center no-repeat;
	width: 106px;
	height: 106px;
	margin-top: -53px;
	margin-left: -60px;
}

.section-blog-posts .blog-post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}

.section-blog-posts .widget_media_image {
	margin-bottom: 4rem;
}

.section-blog-posts .blog-post-title .author {
	font-size: 14px;
}

.section-blog-posts .post-comments {
	background: #ffffff;
	margin-top: 35px;
	padding: 22px;
}

.section-blog-posts .post-comments .btn:hover {
	background-color: #198db8 !important;
}

.section-blog-posts .post {
	background-color: #ffffff;
	margin-top: 44px;
	padding: 22px;
}

.section-blog-posts .post h2 {
	font-size: 14px;
	margin-bottom: 15px;
}

.section-blog-posts .post .post-author,
.section-blog-posts .post .date {
	font-size: 12px;
	display: block;
	width: 100%;
}

.section-blog-posts .post .post-info {
	padding-left: 160px;
}

.section-blog-posts .post.text-right img {
	width: 150px;
	float: right;
}

.section-blog-posts .post.text-right .post-info {
	padding-right: 160px;
	padding-left: 0;
}

.blog-popular-posts {
	max-width: 1200px;
}

.blog-popular-posts ul {
	margin: 0;
}

.blog-popular-posts li {
	position: relative;
	width: 45%;
	float: left;
}

.blog-popular-posts li:first-child {
	width: 55%;
	height: 500px;
}

.blog-popular-posts li .post-cont {
	display: none;
}

.blog-popular-posts li .image {
	width: 100%;
	max-width: 100%;
}

.blog-popular-posts li:not(:first-child) .blog-post-img-blog-page>a {
	height: auto;
	float: right;
	width: 181px;
	margin-left: 10px;
}

.blog-popular-posts li:not(:first-child) {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 30px;
}

.blog-popular-posts li:not(:first-child) .blog-post-img a {
	margin-top: -34px;
}

.blog-popular-posts li:not(:first-child) .blog-posts-box {
	padding-bottom: 10px;
	border-bottom: 2px solid #c3c3c3;
}

.blog-popular-posts li .blog-post-img-blog-page .blog-post-title h2 {
	margin-bottom: 40px;
}

.blog-popular-posts li .blog-post-img-blog-page .blog-post-title a {
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	color: #333;
	margin-top: 25px;
	text-decoration: none;
}

.blog-popular-posts li .post-info a {
	text-decoration: none;
}

.blog-popular-posts li .post-info a.text-right {
	margin-right: 10px;
	font-weight: 200;
}

.blog-popular-posts li .post-info {
	float: left;
}

.blog-popular-posts li .post-info .cat-name {
	position: absolute;
	left: 30px;
	top: 0;
	text-transform: uppercase;
	color: #48b9e2;
	font-size: 15px;
}

.blog-popular-posts li .blog-post-img a {
	position: relative;
}

.blog-popular-posts .blog-post-img-blog-page a .blog-icon {
	width: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.blog-popular-posts li:first-child .blog-post-img-blog-page a .blog-icon {
	width: 160px;
	margin-left: -80px;
	margin-top: -80px;
}

.blog-popular-posts li:first-child .post-info {
	display: none;
}

.blog-popular-posts li:first-child .blog-post-title {
	position: absolute;
	left: 4%;
	bottom: -18px;
	background-color: #e8e8e8;
	color: #545454;
	max-width: 92%;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.blog-popular-posts li:first-child .blog-post-title h2 {
	margin-bottom: 0;
}

.blog-popular-posts li:first-child .blog-post-title h2 a {
	display: block;
	margin-top: 0;
	font-size: 19px;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	padding: 14px 35px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-latest-blog-posts.section-blog-posts .blog-posts li {
	width: 33.33%;
}

.banner-wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.section-blog-posts {
	padding-top: 80px;
	padding-bottom: var(--wp--preset--spacing--gigantic);
	background: #F5F5F7;
	color: var(--wp--preset--color--mmg-text-dark-blue);
	margin-left: 0;
}

.section-blog-posts .blog-posts {
	margin: 0;
}

@media (max-width: 991px) {
	.section-blog-posts {
			padding-top: 0;
		}
}

@media (max-width: 599.98px) {

	.section-blog-posts > .mmg-container {
		padding-left: 0;
		padding-right: 0;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-img {
		width: 150px !important;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-cont {
		padding: 15px 10px !important;
	}

	.single-blog-post {
		margin-bottom: 38px;
		padding-top: 50px;
		border: 0;
	}
}

.blog-slider-top-shadow {
	position: absolute;
	left: 0;
	top: 0;
	height: 278px;
	width: 100%;
	background: url(../png/blog-shadow.png) repeat-x;
	background-position: left bottom;
	margin-bottom: 0;
	text-align: center;
}

.section-box.section-slider.blog-slider {
	position: relative;
}

.section-latest-blog-posts .search {
	position: absolute;
	right: 0;
	bottom: 52px;
}

.section-latest-blog-posts .search input[type='text'] {
	font-size: 14px;
	width: 293px;
	height: 35px;
	max-width: 100%;
}

.section-latest-blog-posts .search-form .icon-search3 {
	font-size: 20px;
	right: 5px;
	top: -4px;
}

.blog-single-top-section {
	background: #f3f3f3;
	position: relative;
	padding-top: 75px;
	margin-bottom: -110px;
}

.blog-single-top-section p {
	margin-bottom: 0;
}

.single-post .mmg-breadcrumbs .breadcrumb_last {
	display: none;
}

@media(max-width: 991px) {
	.category .mmg-breadcrumbs .breadcrumb_last {
		display: none;
	}
}

.single-post .sidebar-with-margin {
	margin-top: 55px;
}

.single-post-cover {
	height: 450px;
	background-size: cover;
	background-position: center top;
}

.single-post-cover .section-video-channel {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -90px;
}

.single-post-cover .section-video-channel .video-popup {
	margin: 0;
}

.single-post-cover .section-video-channel .video-popup .news-play-btn {
	display: inline-block;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-post-cover .section-video-channel .video-popup .news-play-btn::before {
	content: ' ';
	background: url('../svg/mmg_play_button.svg') center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

/*
Page About Us
*/
.about-us-top-image {
	position: relative;
	background-size: cover;
	background-position: center top;
	padding: 50px 0;
	text-align: center;
}

.about-us-top-image .container {
	height: 100%;
}

.about-us-top-image .title {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 20px;
}

.about-us-top-image .title h3.order-redirect-message {
	text-transform: uppercase;
}

.about-us-top-image .title h2 {
	font-size: 64px;
	line-height: 69px;
	margin-bottom: 0;
	color: #2c3437;
}

/* Tooltip used in about us page*/
.pulse-tooltip {
	display: none;
	position: relative;
	z-index: 2;
	width: 318px;
	background: rgba(255, 255, 255, 0.6);
	padding: 5px;
	text-align: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 25px;
	margin-left: -10px;
	clear: both;
}

.pulse-tooltip .arrow {
	position: absolute;
	top: -9px;
	left: 32px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(255, 255, 255, 0.6);
}

.pulse-tooltip .inner {
	position: relative;
	background: rgba(72, 185, 226, 0.6);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #ffffff;
	padding: 18px 25px;
}

.pulse-tooltip h2 {
	position: relative;
	z-index: 2;
	font-size: 25px;
	margin-bottom: 0;
}

.pulse-tooltip h4 {
	position: relative;
	z-index: 2;
	font-size: 14px;
	margin-bottom: 8px;
}

.pulse-tooltip h3 {
	position: relative;
	z-index: 2;
	font-size: 18px;
	margin-bottom: 0;
	padding-left: 8px;
}

.pulse-tooltip ul {
	position: relative;
	z-index: 2;
	margin-left: 23px;
	margin-bottom: 0;
}

.pulse-tooltip ul li {
	font-weight: 200;
	font-size: 13px;
}

.pulse-tooltip .medal {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 110px;
	height: 110px;
	background-image: url('../png/pga-crest-logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.7;
}

.about-us-top-image .title .blue-title-cont {
	overflow: hidden;
	margin-top: 8px;
}

.about-us-top-image .title .blue-title {
	display: inline-block;
	font-size: 51px;
	font-style: italic;
	color: #4eb9e0;
	margin: 0 30px;
}

.about-us-top-image .title .blue-title-cont .left-border,
.about-us-top-image .title .blue-title-cont .right-border {
	display: inline-block;
	border-bottom: 5px solid #4eb9e0;
	width: 245px;
	height: 1px;
	margin-bottom: 12px;
}

.about-us-top-image .left-icon {
	position: absolute;
	left: 29%;
	top: 210px;
}

.about-us-top-image .right-icon {
	position: absolute;
	right: 20%;
	top: 285px;
}

.about-us-top-image .right-icon .pulse {
	float: right;
	margin-bottom: 22px;
}

.about-us-top-image .right-icon .pulse-tooltip .arrow {
	left: inherit;
	right: 32px;
}

.about-us-top-image .right-icon .pulse-tooltip {
	margin-left: 0;
	margin-right: -10px;
}

.about-us-top-image .shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 278px;
	width: 100%;
	background: url('../png/coaching-shadow.png') repeat-x;
	background-position: left bottom;
	margin-bottom: 0;
	text-align: center;
}

.video-popup-container.modal-container {
	width: 900px;
	border: none;
	background: transparent;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.video-popup-container.modal-container .modal-container-inner {
	background: transparent;
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.video-popup-container.modal-container .modal-container-inner .video-box {
	background-color: #000000;
}

.video-popup-container.modal-container .modal-container-inner iframe {
	width: 100%;
	max-width: 100%;
	height: 500px;
}

.video-popup-container.modal-container .modal-container-inner .video-popup-dismiss {
	color: #ffffff;
	font-size: 60px;
	line-height: 45px;
	font-weight: bold;
	text-decoration: none !important;
}

.about-slider-container {
	overflow: hidden;
}

.about-slider-container .text-container {
	float: left;
	width: 50%;
	padding: 200px 70px 130px 140px;
	background-color: #ececec;
}

.about-slider-container .text-container .image {
	width: 170px;
	height: 170px;
	background-size: cover;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}

.about-slider-container .text-container .text ul a {
	font-size: 30px;
	color: #49b8e1;
	margin-right: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.about-slider-container .bottom-part {
	padding-top: 40px;
}

.about-slider-container .read-more {
	font-size: 20px;
	color: #49b8e1;
	padding-left: 20px;
	cursor: pointer;
}

.about-slider-container .slider-container {
	float: left;
	width: 50%;
}

.about-slider-container .slider-container .about-us-slider .slide {
	min-height: 835px;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.owl-carousel--about .owl-carousel_item {
	min-height: 835px;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.owl-carousel--about,
.owl-carousel--about .owl-stage-outer,
.owl-carousel--about .owl-stage,
.owl-carousel--about .owl-item {
	height: 100%;
}

.owl-carousel--about .owl-carousel_item {
	width: 100%;
	height: 100%;
}

/* Reviews popup */
.reviews-page .mfp-close,
.reviews-page .woocommerce-review__published-date,
.reviews-page .woocommerce-review__dash {
	display: none;
}

.reviews-page {
	background-color: #ffffff;
}

.reviews-page .modal-container {
	padding: 5px;
	color: #444444;
}

.reviews-page .modal-container-inner {
	position: relative;
}

.reviews-page .coaching-listing-popup-dismiss {
	position: absolute;
	right: 27px;
	top: 15px;
	text-transform: lowercase;
}

.reviews-page .woocommerce-Reviews-title {
	font-size: 26px;
	text-transform: uppercase;
	padding-left: 30px;
	margin-bottom: 24px;
}

.reviews-page .commentlist {
	list-style: none;
	margin: 0 0 30px;
}

.reviews-page .commentlist li {
	padding: 25px 20px 25px 30px;
	border-top: solid 2px #f1f1f1;
}

.reviews-page .commentlist li:first-child {
	border-top: 0;
}

.reviews-page .comment-text {
	position: relative;
	padding-left: 78px;
	padding-bottom: 20px;
}

.reviews-page .avatar {
	width: 60px;
	float: left;
	margin-right: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.reviews-page .star-rating {
	position: absolute;
	bottom: 0;
	margin-right: 20px;
}

.reviews-page .meta {
	position: absolute;
	bottom: 0;
	color: #222;
	margin: 0 0 -2px 100px;
}

.reviews-page .meta strong {
	font-weight: normal;
}

/* Checkout */
.hide-categories .product-category.product {
	display: none;
}

.recurly-hosted-field {
	height: 45px;
}

.paypal-connected-notice {
	background: #fff;
	padding: 20px 25px;
	box-shadow: 3px 3px 14px #d3d3d3;
	border-radius: 2px;
	margin-bottom: 10px;
}

#mmgs_notify_paypal_connected {
	margin-bottom: 10px;
}

#mmgs_notify_paypal_connected img,
#mmgs_notify_paypal_connected strong {
	display: inline-block;
	vertical-align: middle;
}

#mmgs_notify_paypal_connected img {
	margin-right: 10px;
}

#mmgs_notify_paypal_connected strong {
	font-size: 16px;
}

.paypal-connected-notice a {
	float: right;
	color: #4eb9e0;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 5px;
}

#mmgs_notify_paypal_connected a:hover {
	text-decoration: none;
}

#mmgs_recurly_payment_method_info {
	margin-bottom: 20px;
}

#mmgs_recurly_payment_method_info p {
	margin-bottom: 15px;
}

#mmgs_recurly_payment_method_info .mmgs-info-label {
	margin-bottom: 5px;
}

.checkout-title {
	color: #424c52;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px;
}

.mmgs-total-wrap {
	position: relative;
	margin-bottom: 32px;
}

.mmgs-total-wrap.cart-totals-new {
	box-shadow: 3px 3px 14px #d3d3d3;
}

.mmgs-cart-totals {
	color: #364150;
}

.mmgs-submit .btn {
	height: auto;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1.375rem;
	margin-top: 20px;
}

.row.mmgs-row {
	margin-left: -50px;
	margin-right: -50px;
}

.col-6.mmgs-col,
.col-12.mmgs-col {
	padding-left: 50px;
	padding-right: 50px;
}

.mmg-cstm-select-holder {
	position: relative;
}

.mmg-cstm-select-holder select {
	padding-right: 20px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

.mmg-cstm-select-holder:after {
	content: '';
	pointer-events: none;
	position: absolute;
	right: 10px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #c5c0be;
	border-right: 2px solid #c5c0be;
	top: calc(50% - 6px);
	transform: rotate(45deg);
}

/* video locked */
.video-locked,
.video-locked h3 a {
	cursor: default;
}

.video-locked .video {
	position: relative;
}

.video-locked .video:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 49, 61, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.video-locked .video:after {
	content: '\e922';
	font-family: 'icomoon';
	font-size: 24px;
	color: var(--gray);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 15;
}

/* end video locked */

.checkout-back-btn-container {
	padding-top: 25px;
}

.checkout-back-btn-container .btn {
	border: 2px solid #4dbbe2;
	color: #4dbbe2;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 12px 35px;
}

.checkout-with-recurly-page .btn.next-btn {
	display: block;
	width: 650px;
	max-width: 100%;
	font-size: 37px;
	line-height: 37px;
	letter-spacing: 1px;
	background-color: #fff;
	color: #4eb9e0;
	padding: 25px 35px;
	margin: 50px auto 0;
}

.pulse .status {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	color: #fff;
	text-shadow: 0 0 1px #000;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}

.form-row.form-row-wide.create-account {
	display: none;
}

.subscription-box.active {
	border: 9px solid #ffffff;
	margin-top: -9px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.registration-form-container {
	padding: 50px 250px;
}

.registration-form-container .nsl-container-block {
	max-width: 100%;
	text-align: center;
}

.registration-form-container #popup-login-form .nsl-container .nsl-button-default span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.625rem;
	padding: 0;
}

.registration-form-container #popup-login-form .nsl-container .nsl-button-default .nsl-button-svg-container {
	line-height: 0;
}

.btn.mmgs-registration-btn {
	width: 100%;
	height: 64px;
	font-size: 17px;
	line-height: 35px;
	color: #ffffff;
	background-color: #4eb9e0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 6px 25px;
}

.checkout-with-recurly-page .btn.go-to-dashboard-btn {
	max-width: 100%;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	background-color: #4eb9e0;
	color: #ffffff;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 32px 25px;
}

.checkout-with-recurly-page .about-us-top-image {
	height: 840px !important;
	z-index: 1;
	margin-top: -180px;
}

.coaching-listing-popup-content.tm-success-popup-content .video-box .frame {
	position: relative;
	padding: 56.25% 0 0 0;
}

.coaching-listing-popup-content.tm-success-popup-content .video-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
}

.page-is-loading {
	pointer-events: none;
	opacity: 0.4;
}

.coaching-plans-comments-container {
	margin-top: 50px;
}

.coaching-plans-comments-container .post-comments .section-box {
	padding: 20px;
}

.coaching-listing-popup-content.tm-success-popup-content .modal-container-inner {
	padding-bottom: 15px;
}

.coaching-listing-popup-content.tm-success-popup-content .modal-container-inner .video-box {
	padding: 0 70px;
}

.coaching-plan-link {
	display: block;
	text-decoration: none !important;
}

.success-message {
	text-align: center;
	color: #5eb57d;
	text-transform: uppercase;
}

.page-template.page-template-template-checkout-with-recurly,
.page-template.page-template-template-checkout,
.page-template.page-template-template-sign-up-audemar,
.page-template.page-template-template-sign-up,
.page-template.page-template-template-registration,
.page-template.page-template-template-choose-plan,
.page-template.page-template-template-subscription-checkout {
	background-color: #fafafa;
}

.paypal-connect-btn-container .btn.paypal-connect-btn {
	float: inherit;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 11px 20px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#mmgs_notify_paypal_connected .btn.paypal-connect-btn {
	font-size: 10px;
}

.margin-bottom-200 {
	margin-bottom: 200px;
}

.fix-payment-order-review {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.mmgs_applied_coupon_message {
	font-size: 13px;
	margin-top: 5px;
	margin-left: 3px;
	color: #606672;
}

.subscription-box .btn-subscription.btn.main-btn {
	font-size: 15px;
}

.coaching-listing-popup-content .mfp-close {
	display: none;
}

.facebook-email-title {
	font-size: 22px;
	line-height: 22px;
	color: #2e3539;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.facebook-email-title.full-name {
	font-size: 18px;
	line-height: 18px;
}

.recurly-hosted-field.error {
	border-color: #ea5a2e;
}

.facebook-image-container {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.coaching-plan-coming-soon-front .coaching-plans-front-single .top-image .video-popup {
	width: 100%;
	text-align: center;
	padding: 0 20px;
}

.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button {
	display: inline-block;
	float: inherit;
}

.coaching-plan-coming-soon-front .cpf-top-big-image .text-container {
	clear: both;
}

.coaching-plan-coming-soon-front .top-image .text-container p {
	font-weight: 200;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

.coaching-plan-coming-soon-front .top-image .text-container h2 {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 0;
}

.coaching_plan_coming_soon_image {
	margin-top: -120px;
}

.coaching-plan-coming-soon-front .coaching-form-section {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	padding: 5rem 0;
}

.coming-soon-mission-section {
	position: relative;
	background-color: #f0f0f0;
	padding-top: 130px;
}

/* Coming soon invitebox */
.coaching-plan-coming-soon-front #invitebox-follow-back,
.coaching-plan-coming-soon-front #invitebox-below {
	display: none;
}

.coaching-plan-coming-soon-front .invite-box-container {
	margin-top: 5rem;
}

.coaching-plan-coming-soon-front .invitebox-container,
.coaching-plan-coming-soon-front #invitebox-viewport .invitebox-color-main-bg {
	background: none;
}

.invite-box-container .gen-title {
	font-size: 2.5rem;
}

.coaching-plan-coming-soon-front .invitebox-inner p {
	font-size: 1.4rem;
	text-transform: none;
}

.coaching-plan-coming-soon-front .invitebox-inner>div>p {
	font-size: 1.2rem;
}

.coaching-plan-coming-soon-front .invitebox-inner>div>p>span {
	font-size: 1em !important;
}

.coaching-plan-coming-soon-front .invitebox-statistic {
	text-align: center;
	height: auto;
}

.coaching-plan-coming-soon-front .invitebox-statistic-item {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.coaching-plan-coming-soon-front .invitebox-statistic-item:nth-of-type(2) {
	display: none;
}

.coaching-plan-coming-soon-front .invitebox-statistic-item:nth-of-type(1) .invitebox-statistic-item-value {
	background: #82ca9c;
}

.coaching-plan-coming-soon-front .invitebox-statistic-item:nth-of-type(3) .invitebox-statistic-item-value {
	background: #4eb9e0;
}

.coaching-plan-coming-soon-front .invitebox-container .invitebox-statistic-item-label * {
	font-weight: normal;
}

.coaching-plan-coming-soon-front .invitebox-statistic-item-value {
	width: 8rem;
	height: 8rem;
	line-height: 8rem;
	font-size: 3rem;
	font-weight: bold;
}

.coaching-plan-coming-soon-front #invitebox-share-channels {
	padding-top: 3rem;
}

.coaching-plan-coming-soon-front #invitebox-share-channels>div:nth-of-type(1)>p {
	font-size: 1.75rem;
}

.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button {
	position: relative;
}

.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button::after {
	content: '';
	display: inline-block;
	width: 54px;
	height: 107px;
	position: absolute;
	right: -5rem;
	top: 4rem;
	background: url(../png/show_arrow.png);
}

.coaching-plan-coming-soon-front .scroll-text,
.coaching-plan-coming-soon-front .scroll-text i {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.coaching-plan-coming-soon-front .top-image .text-container p.scroll-text {
	display: inline-block;
	font-size: 25px;
}

.coaching-plan-coming-soon-front .scroll-text i {
	display: inline-block;
	margin-top: 30px;
}

.coaching-plan-coming-soon-front .scroll-text i:before {
	content: '';
	display: inline-block;
	border: solid #ffffff;
	border-width: 0 3px 3px 0;
	padding: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* coming soon invitebox disabled */
.invitebox-disabled {
	color: #fff;
	text-align: center;
}

.invitebox-disabled .inv-title {
	font-size: 2.25rem;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.invitebox-disabled .inv-text {
	font-size: 1.2rem;
	margin-bottom: 4rem;
}

.invitebox-disabled .inv-caption {
	font-size: 1.75rem;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.invitebox-disabled .inv-social {
	margin-bottom: 1.5rem;
}

.invitebox-disabled .inv-social img {
	max-width: 420px;
}

.invitebox-disabled .inv-notice {
	font-size: 1.2rem;
}

.coming-soon-mission-section h3 {
	color: #4eb9e0;
	font-size: 40px;
	line-height: 40px;
}

.coming-soon-mission-section h3:first-child {
	margin-top: 50px;
}

.coming-soon-mission-section p {
	color: #2e3539;
	font-size: 23px;
	line-height: 42px;
}

.coming-soon-mission-section h4 {
	font-family: 'Zapfino';
	color: #2e3539;
	font-size: 28px;
	line-height: 70px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 120px;
}

.coming-soon-mission-section .img-cont img {
	position: absolute;
	bottom: 0;
	left: 20%;
}

.coaching-plan-coming-soon-front .time_circles {
	color: #ffffff;
}

.coaching-plan-coming-soon-front .coaching-form-section .form-container {
	margin-bottom: 60px;
}

.coaching-plan-coming-soon-front .countdowner-container {
	margin-bottom: 50px;
	padding: 0 150px;
}

.comments-margin {
	margin: 50px 0;
}

.reviews-page-title-container {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px !important;
	padding-top: 30px;
	color: #364150;
}

.reviews-page-title-container .reviews-count {
	margin-top: 10px;
	font-size: 14px;
	color: #364150;
}

/* bypass popup */
.popup-close {
	font-size: 18px;
}

.bypass-popup .modal-container-inner {
	background: #fff url(../png/bypass_popup_bg.png) no-repeat left bottom;
}

.bypass-popup .btns-group {
	text-align: center;
	max-width: 97%;
	margin: 95px auto 20px;
}

body .bypass-popup .btns-group>* {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 5px 15px;
}

.bypass-btn small {
	display: block;
}

.bypass-popup h2 {
	font-weight: 300;
}

.bypass-popup h3 {
	font-weight: 300;
}

body .bypass-popup .text {
	font-weight: 300;
}

.bypass-popup h4 {
	font-weight: 700;
}

.bypass-popup .reject-link {
	font-weight: 700;
}

body .bypass-popup .btn {
	position: relative;
	font-weight: 700;
	letter-spacing: 1px;
	padding-right: 80px;
	float: none;
}

body .bypass-popup .btn.main-btn.bg-secondary:hover {
	background: #e75b37;
}

body .bypass-popup .btn .arrow {
	display: inline-block;
}

/* end Bypass */

/* Live video */
/* Live video menu item*/
.menu-store .pulse,
.menu-live-video span {
	position: absolute;
}

.menu-live-video .menu-lv-text {
	top: 25px;
}

.menu-live-video .pulse {
	top: 1.4rem;
	right: 1.2rem;
}

.menu-store .pulse {
	top: 0.8rem;
	right: 1rem;
}

.side-menu .main-menu>li.menu-live-video>a.active>i {
	color: #fff;
}

/* Live video main */

.lv-video-box,
.lv-chat {
	flex: 1;
}

.lv-sponsor-banner img {
	width: 100%;
}

.lv-video-box {
	background: #fff;
}

.lv-video-box .video-footer {
	padding: 0 20px;
}

.lv-sponsor-header {
	margin-bottom: 5px;
}

.lv-sponsor-banner {
	margin-bottom: 30px;
}

/* Live sidebar */
.lv-side-box {
	margin-bottom: 20px;
}

.lv-side-title,
.lv-sponsor-header span {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: var(--text-color);
}

/* Animation */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes arrow-bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@media screen and (min-width: 480px) and (max-width: 991px) {
	.billing-info-box .col-6 {
		width: 50%;
		text-align: left;
	}

	body #mmgs_recurly_payment_method_info,
	body .mmgs-non-editable-billing-info {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.btn.update-billing-btn {
		margin-top: 20px;
	}

	.mmgs-cart-totals-ul .total,
	.mmgs-cart-totals-ul .info {
		font-size: 14px;
	}
}

.mmgs-current-subsciption-wrap .total,
.mmgs-total-wrap.cart-totals-new .total {
	border-top: solid 1px #d7d9dc;
	padding-left: 10px;
	padding-right: 10px;
}

.mmgs-current-subsciption-wrap .total:first-child,
.mmgs-total-wrap.cart-totals-new .total:first-child {
	border-top: 0;
}

#braintree-dropin-container iframe,
#braintree-hostedfields-container iframe {
	border: solid 1px var(--theme-color) !important;
}

body.bfwc-body .bfwc-new-payment-method-container .classic-form-container .card-number-wrapper {
	border-top: 0;
	padding: 0;
}

body.bfwc-body .main-wrap .bfwc-new-payment-method-container .classic-form-container div.form-group-wrapper {
	border: 0;
}

body.bfwc-body .bfwc-new-payment-method-container .classic-form-container .form-group-wrapper .field-container:last-child:nth-child(even) {
	border: 0;
}

body.bfwc-body .bfwc-new-payment-method-container .classic-form-container .form-group-wrapper {
	margin-top: 0;
}

body.bfwc-body .bfwc-new-payment-method-container .classic-form-container .form-group-wrapper .cvv-image {
	margin-top: -6px;
}

body.bfwc-body .bfwc-new-payment-method-container .classic-form-container .field-label {
	top: 7px;
}

body.bfwc-body .main-wrap .small-container .bfwc-new-payment-method-container .classic-form-container div.form-group-wrapper:last-child,
body.bfwc-body .small-container .bfwc-new-payment-method-container .classic-form-container div.form-group-wrapper .field-container {
	border: 0 !important;
}

/*** End Included from common-front-dashboard-desktop.css*/

/**** Included from front.css*/
.wp-caption,
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: var(--text-color);
}

/*title-box*/
.title-box {
	margin-bottom: 25px;
}

.title-box span,
.title-box p {
	text-transform: uppercase;
}

.title-box h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.title-box hr {
	border: 1px solid #49b8e1;
	width: 50px;
	margin: 10px 0;
}

.login-form {
	display: none;
	position: absolute;
	width: 385px;
	right: 15px;
	top: 40px;
	background: #ffffff;
	padding: 15px;
	z-index: 999999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 7px 0px #c1bebe;
	-moz-box-shadow: 0 0 7px 0px #c1bebe;
	box-shadow: 0 0 7px 0px #c1bebe;
}

.login-form.opened {
	display: block;
}

.login-form .btn {
	border-bottom: none;
	font-size: 14px;
	margin-bottom: 15px;
}

.login-form .btn.bg-blue:hover,
.login-form .btn.bg-primary:hover {
	background-color: #198db8 !important;
}

.login-form .btn.bg-grey:hover {
	background-color: #696969 !important;
}

.login-form a {
	font-size: 12px;
}

.login-form a:hover {
	text-decoration: underline;
}

/*Social*/
.social li a:hover {
	background: #f0ce2d;
}

/* list-group */
.list-group .list-group-title {
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px 22px;
	height: 110px;
	position: relative;
}

.list-group .list-group-title.title-small,
.list-group .list-group-title.list-group-tabs {
	height: auto;
	padding: 0;
}

.list-group .list-group-title h3 {
	margin-bottom: 10px;
}

.list-group .list-group-title.title-small h3 {
	padding: 10px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0;
}

.list-group .list-group-title p {
	color: rgba(0, 0, 0, 0.5);
	line-height: 19px;
}

.list-group .list-group-title .btn {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 18px;
	letter-spacing: 1px;
}

.list-group .list-group-title .btn i {
	margin-left: 8px;
	font-size: 20px;
	vertical-align: middle;
}

.list-group .list-group-cont {
	background: #ffffff;
	height: 460px;
}

.list-group .list-group-cont ul {
	margin: 0;
	padding: 0;
}

.list-group .list-group-cont li {
	padding: 15px;
	min-height: 85px;
	list-style: none;
	position: relative;
}

.list-group .list-group-cont li:nth-child(2n + 2) {
	background-color: #f6f6f7;
}

.list-group .list-group-cont li .delete {
	position: absolute;
	right: 25px;
	bottom: 7px;
	text-transform: capitalize;
	font-size: 14px;
	display: none;
}

.list-group .list-group-cont li:hover .delete {
	display: block;
}

.list-group .list-group-cont .video {
	width: 100px;
	height: 56px;
}

.list-group .list-group-cont .video a {
	width: 100%;
	max-height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.list-group .list-group-cont .icon-box {
	width: 40px;
}

.list-group .list-group-cont .icon-box .icon {
	padding: 9px;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 2px;
	margin-left: -9px;
	display: inline-block;
}

.list-group .list-group-cont .info {
	padding-left: 50px;
	color: #949aa1;
}

.list-group .list-group-cont .video-info {
	padding-left: 115px;
}

.list-group .list-group-cont .info h3,
.list-group .list-group-cont .info h3 a {
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
	color: #364150;
	text-decoration: none;
}

.list-group .list-group-cont .info a,
.list-group .list-group-cont .info span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #949aa1;
	text-decoration: none;
}

.list-group .list-group-cont .info .icon {
	margin-right: 4px;
}

.list-group .list-group-cont .video-info .icon {
	margin-right: 5px;
}

.list-group .list-group-cont .info .author {
	margin-left: 5px;
	padding-left: 7px;
	border-left: 1px solid #949aa1;
}

/* SECTIONS*/
/*main-top*/
.main-top {
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	min-height: 400px;
}

.main-top .video-bg {
	position: absolute;
	width: auto;
	min-width: 100%;
	min-height: 100%;
}

.main-top h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	margin-top: 60px;
	margin-bottom: 25px;
	font-style: normal;
}

.main-top div {
	font-weight: 200;
	font-style: italic;
	font-size: 31px;
	line-height: 30px;
	margin-bottom: 25px;
}

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

.main-top .desc h3 {
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 30px;
}

.main-top h2,
.main-top h3,
.main-top div.desc,
.main-top p {
	position: relative;
	z-index: 3;
}

.main-top p {
	font-size: 24px;
	color: #ffffff;
	line-height: 25px;
	font-style: normal;
}

/*section-sponsors*/
.section-sponsors {
	position: relative;
	padding-top: 10px;
	margin-bottom: 25px;
}

.section-sponsors h2 {
	color: #ffffff;
	font-size: 100px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.section-sponsors ul {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -10px;
	text-align: center;
}

.section-sponsors li {
	display: inline-block;
	/* float: left; */
	width: 16.66666%;
	padding: 8px 15px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

.section-sponsors li img {
	display: inline-block;
	max-width: 100%;
}

.section-sponsors .curve-bg-overlay {
	z-index: 3;
}

.home .section-sponsors+.section-free-videos {
	margin-top: 45px;
}

@media only screen and (max-width: 768px) {
	.section-sponsors ul {
		margin-top: 0;
		margin-bottom: 0;
	}

	.home .section-sponsors+.section-free-videos {
		margin-top: 20px;
	}
}

.home-page-sec-video-cont .home-page-video-cont {
	margin-bottom: 0;
}

.home-page-sec-video-cont .sec-video-slider .video-box .video-img,
.home-page-sec-video-cont .sec-video-slider .video-box .video-frame {
	height: 112px;
	margin-bottom: 0;
}

.home-page-sec-video-cont .sec-video-slider .video-box .video-img .play-button {
	width: 82px;
	height: 82px;
	margin-top: -41px;
	margin-left: -41px;
}

.main-top .sec-video-slider,
.main-top .home-page-sec-video-cont {
	margin-bottom: 0;
}

.main-top .sec-video-slider .video-box .video-frame iframe {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.main-top .sec-video-slider .video-box .video-frame .pause-button {
	z-index: 10001;
	position: fixed;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

.main-top .sec-video-slider .video-box .video-frame .pause-button:before {
	font-family: 'icomoon' !important;
	content: '\e916';
	font-size: 24px;
	line-height: 40px;
	color: #333333;
	font-style: normal;
}

.main-top .sec-video-slider .video-box .home-page-video-img .video-frame .pause-button:before {
	content: '\e72e';
}

/*section-banner*/
.section-banner {
	padding: 130px 0 25px;
	position: relative;
	background-image: url('../jpg/banner.jpg');
}

.section-banner h2,
.section-banner h3 {
	text-transform: uppercase;
}

.section-banner h2 {
	font-size: 40px;
	margin-bottom: 10px;
}

.section-banner h3 {
	font-size: 30px;
	margin-bottom: 100px;
}

/*section-blog-posts*/
.owl-carousel--blog .owl-carousel_item {
	height: 600px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #49b8e1;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.sidebar-blog {
	position: sticky;
	top: 150px;
	z-index: 99;
}

.sidebar-blog .wp-block-latest-posts__list {
	list-style: decimal;
	list-style-position: inside;
}

.sidebar-blog .wp-block-latest-posts__list>li::marker {
	color: var(--wp--preset--color--mmg-primary);
}

.sidebar-blog .wp-block-latest-posts__list > li {
	padding: 5px 30px 5px 30px;
	border-left: 2px solid transparent !important;
	line-height: 1.3;
	width: fit-content;
	transition: .2s !important;
}

.sidebar-blog .wp-block-latest-posts__list > li:hover {
	color: var(--wp--preset--color--mmg-primary);
	border-color: currentcolor !important;
}

.sidebar-blog .wp-block-latest-posts__list:hover > li {
	border-color: #E6E8E6;
}

.sidebar-blog .all-articles-heading a {
	text-decoration: underline;
	color: var(--wp--preset--color--mmg-primary);
}

.sidebar-blog .btn:hover,
.sidebar-blog .social li a:hover {
	background: #e75a38 !important;
	color: #ffffff !important;
}

.sidebar-blog .search,
.sidebar-blog .list-group {
	margin-bottom: 24px;
}

.sidebar-blog .list-group ul {
	margin: 0;
}

.sidebar-blog .list-group-title {
	height: auto !important;
	padding: 10px 22px;
}

.sidebar-blog .list-group-title h3 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 22px;
}

.sidebar-blog .list-group-cont {
	height: auto !important;
}

.sidebar-blog .list-group-cont .social {
	text-align: center;
}

.sidebar-blog .list-group-cont .social li {
	height: auto !important;
	min-height: inherit !important;
	padding: 10px 5px;
	background: #ffffff !important;
}

.sidebar-blog .list-group-tabs li.active:after,
.sidebar-blog .list-group-title:after {
	display: none;
}

.sidebar-blog .list-group.widget_categories li,
.sidebar-blog .list-group.widget_archive li {
	background: #ffffff !important;
	height: auto;
	padding: 13px 15px;
	border-top: 1px solid #eaeaec;
}

.sidebar-blog .list-group.widget_categories li a:after,
.sidebar-blog .list-group.widget_archive li a:after {
	content: '\f054';
	font-family: 'icomoon' !important;
	float: right;
	color: #9298a0;
	vertical-align: middle;
	font-size: 14px;
}

.sidebar-blog .list-group.widget_categories li:first-child,
.sidebar-blog .list-group.widget_archive li:first-child {
	border: none;
}

.sidebar-blog .list-group.widget_categories li a,
.sidebar-blog .list-group.widget_archive li a {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #364150;
	display: inline-block;
	width: 100%;
}

.sidebar-blog .list-group.widget_categories li a:hover,
.sidebar-blog .list-group.widget_archive li a:hover,
.sidebar-blog .list-group.widget_categories li a:hover:after,
.sidebar-blog .list-group.widget_archive li a:hover:after {
	text-decoration: none;
	color: #49b8e1 !important;
}

.sidebar-blog .list-group.widget_tags {
	padding: 25px 0;
}

.sidebar-blog .list-group.widget_tags li {
	display: inline-block;
	float: left;
	padding: 2px 2px;
	min-height: inherit;
	height: auto;
	background: transparent !important;
}

.sidebar-blog .list-group.widget_tags .btn {
	padding-top: 11px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	font-size: 12px;
	border-bottom: 0;
}

.sidebar-blog .video-list {
	margin-bottom: 0;
}

/*category-buttons*/

.category-buttons {
	margin: 0 !important;
	padding-right: 70px;
	height: 93px;
	overflow: hidden;
	position: relative;
}

.category-buttons.more {
	height: auto;
}

.category-buttons .btn-less,
.category-buttons.more .btn-more {
	display: none;
}

.category-buttons .btn-more,
.category-buttons.more .btn-less {
	display: block;
}

.category-buttons li {
	display: inline-block;
	float: left;
	margin: 5px 5px 5px 0;
}

/*
.category-buttons li:last-child {
    margin-left: 30px;
    border-left: 1px solid #cccccc;
    padding-left: 15px;
    position: absolute;
    right: 0;
    bottom: 5px;
}*/

.category-buttons li .btn {
	background-color: #d6d7d9;
	padding-top: 10px;
	padding-bottom: 11px;
}

/*.category-buttons li:last-child .btn,*/
.category-buttons li .btn:hover,
.category-buttons li .btn.active {
	background-color: #49b8e1;
	color: #ffffff;
}

/*single-post*/

.single-blog-post {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	padding: 35px 25px;
}

.single-post-img img,
.single-blog-post .wp-block-embed iframe {
	margin-bottom: 35px;
	margin-top: 20px;
}

.single-post-img img,
.single-blog-post .wp-block-embed iframe {
	width: 100%;
}

/*error404*/

.error404 .error-img {
	margin: 50px 0;
}

.error404 .section-box h2 {
	font-size: 60px;
}

.error404 .btn-with-icon:hover {
	background-color: #198db8 !important;
}

.error404 .btn-with-icon {
	margin-top: 30px;
	margin-bottom: 30px;
}

.video-list {
	margin-bottom: 15px;
}

.video-list .video-box {
	position: relative;
	margin: 0 0 15px;
	height: 200px;
	overflow: hidden;
}

.video-list .video-box .image {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.video-list .video-box:hover .js-thumbnail .image {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	transform: scale(1.25);
}

.video-list .video-box:not(.sharable) a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -26px;
	margin-left: -30px;
	width: 52px;
	height: 52px;
	content: ' ';
	background: url(../svg/mmg_play_button.svg) center no-repeat;
	display: block;
	z-index: 1;
}

.video-list .video-cont {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.video-list .video-cont .desc {
	height: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

.video-list .video-cont h2 {
	font-weight: 700;
	font-size: 18px;
}

.video-list .video-cont .author {
	font-size: 12px;
}

.video-list .video-cont p {
	margin-bottom: 5px;
}

.video-list .video-box .video-locked-info {
	display: none;
}

.video-list.locked {
	position: relative;
}

.video-list.locked .video-box:not(.sharable) a:before {
	display: none;
}

.video-list.locked .video-box .video-locked-info {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 150px;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	text-align: center;
}

.video-list.locked .video-box .video-locked-info img {
	max-width: 50%;
	max-height: 70px;
	display: inline-block;
	margin-bottom: 5px;
	min-height: inherit;
}

.video-list.locked .video-box .video-locked-info h2,
.video-list.locked .video-box .video-locked-info p {
	color: #ffffff;
	text-transform: uppercase;
}

.video-list.locked .video-box .video-locked-info h2 {
	font-size: 22px;
}

.video-list.locked .video-box .video-locked-info p {
	font-size: 14px;
	margin-bottom: 5px;
}

.video-list.locked .video-box .video-locked-info .btn {
	font-size: 12px;
	padding: 6px 14px;
	border: none;
}

h3.landing-title {
	font-size: 28px;
	margin-bottom: 0;
	margin-top: 8px;
}

.landing-header-top {
	border-bottom: 1px solid #ffffff;
}

.landing-header-top.header-top .header-top-nav li:last-child {
	border-right: 1px solid #494949;
}

.landing-header-top-border {
	height: 1px;
	border-bottom: 1px solid #d4d4d4;
}

.landing-valign-outer,
.landing-section-bg-img {
	height: 630px;
}

.landing-valign-outer h2 {
	font-weight: 700;
	color: #ffffff;
	font-size: 55px;
	letter-spacing: 0.3px;
	margin-bottom: 5px;
}

.landing-valign-outer p {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 30px;
}

.landing-big-button {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 94px;
	padding-bottom: 94px;
	border-bottom: 2px solid #ebeaea;
}

.landing-section-bg-img .valign-inner-video {
	padding-bottom: 320px;
}

.home-page-video-img {
	background-size: cover;
	background-position: center center;
}

.blog-post-img-blog-page a {
	display: block;
	height: 100%;
}

.blog-post-img-blog-page a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trial-text {
	font-size: 27px;
	color: #e75b37;
	text-align: center;
	text-transform: uppercase;
}

.why-video-border {
	border: 2px solid #231f20;
	background-color: #ffffff;
	padding: 17px;
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
}

.popup-iframe-new {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease-out;
}

.popup-iframe-new:hover {
	transform: scale(1.2);
}

.forget-password-section {
	background-color: #f1f1f1;
	padding: 50px 0;
}

.forget-password-container {
	width: 600px;
	max-width: 100%;
	margin: auto;
	padding: 40px;
	font-weight: 700;
	background-color: #ffffff;
	color: #323232;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.forget-password-container h3 {
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
}

.forget-password-container label {
	display: block;
	color: #72777c;
	font-size: 15px;
	margin-bottom: 8px;
}

.forget-password-container h5 {
	font-size: 17px;
	line-height: 23px;
}

#mmg-affiliate-urls {
	margin-top: 20px;
}

.member-page-top-section.main-top {
	height: auto !important;
}

.member-page-top-section.main-top .video-col {
	margin-top: 27px;
	padding-left: 0;
}

.member-page-top-section.main-top .home-page-sec-video-cont {
	text-align: left;
}

.member-page-top-section .why-video-border {
	margin: 0;
	padding: 0;
	border: none;
}

.member-page-bottom-section.section-banner {
	padding: 55px 0 350px 0;
	height: auto;
	background-position: center bottom;
	position: relative;
	z-index: 2;
	/* greater than about-slider-bottom-overlay's */
}

.member-page-bottom-section.section-banner h2 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 65px;
}

.member-page-bottom-section.section-banner p {
	font-style: italic;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 50px;
}

.member-page-bottom-section.section-banner.middle-banner h2 {
	color: #ffffff;
}

.member-page-bottom-section.section-banner.middle-banner {
	padding: 190px 0;
}

.section-bottom-text {
	padding: 100px 0 140px 0;
	background-size: cover;
	background-position: center top;
}

.section-bottom-text.centered {
	width: 100%;
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-bottom-text h2 {
	font-style: italic;
	font-size: 47px;
	line-height: 1;
}

.section-bottom-text.centered {
	text-align: center;
}

.member-page-bottom-section .text-container {
	padding: 0 220px;
}

.member-page-bottom-section .logos-img {
	max-width: 100%;
	margin-bottom: 150px;
}

.page-template-template-member .section-sponsors {
	margin-bottom: 0;
	padding: 20px 0;
}

.wcml-cart-dialog.ui-dialog {
	max-width: 100% !important;
}

.jsgif_toolbar {
	background: transparent !important;
}

.section-video-channel {
	position: relative;
}

.section-video-channel .channel-container {
	width: 50%;
	background-size: cover;
	background-position: center center;
	padding: 207px 75px 20px 75px;
	color: #ffffff;
	text-align: center;
}

.section-video-channel .channel-container h2 {
	font-size: 38px;
	line-height: 40px;
}

.section-video-channel .channel-container p {
	font-size: 23px;
	line-height: 25px;
	padding: 0 120px 8px 120px;
}

.section-video-channel .video-popup {
	margin-top: 30px;
	margin-bottom: 145px;
}

.section-video-channel .video-popup .news-play-btn {
	display: inline-block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-video-channel .video-popup .news-play-btn::before {
	content: ' ';
	background: url('../svg/mmg_play_button.svg') center no-repeat;
	display: block;
	width: 100%;
	height: 100%;
}

.section-video-channel .video-popup .news-play-btn:hover {
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	transform: scale(1.4, 1.4);
}

.our-mission {
	background-size: cover;
	background-position: center center;
	padding: 40px 0;
}

.our-mission .description {
	font-style: italic;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 165px;
}

.our-mission .description span {
	color: #48b9e2;
}

.our-mission .title-container {
	position: relative;
	display: table-caption;
	color: #c2e7f4;
	background-color: #48b9e2;
	margin-top: -62px;
	font-size: 48px;
	line-height: 41px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 54px 0 88px 0;
	box-shadow: 0px 0px 8px rgba(66, 66, 66, 0.7);
}

.our-mission .curve-bg-overlay {
	height: 22px;
	top: inherit;
	bottom: -11px;
	background-color: #47bae3;
	box-shadow: 0px 5px 5px rgba(66, 66, 66, 0.6);
}

.section-video-channel.our-mission .video-popup .news-play-btn {
	width: 120px;
	height: 120px;
}

.section-video-channel.our-mission .video-popup .news-play-btn::before {
	background: url('../svg/play_btn_blue.svg');
}

.section-video-channel.our-mission .video-popup {
	margin-top: 50px;
	margin-bottom: 170px;
	text-align: center;
}

.section-mission-bottom-curve-container {
	position: relative;
}

.section-mission-bottom-curve-container.grey-bg .curve-bg-overlay {
	background-color: #fbfbfa;
}

.section-mission-bottom-curve-container .curve-bg-overlay {
	height: 170px;
	top: -90px;
	-webkit-transform: skew(0deg, -5.23deg);
	-moz-transform: skew(0deg, -5.23deg);
	-o-transform: skew(0deg, -5.23deg);
	-ms-transform: skew(0deg, -5.23deg);
	transform: skew(0deg, -5.23deg);
}

.section-mission-bottom-text.section-bottom-text {
	z-index: 2;
	margin-bottom: -255px;
	background-position: left bottom;
	padding: 80px 0 255px 0;
}

.about-slider-bottom-overlay {
	position: relative;
	margin-bottom: 170px;
}

.about-slider-bottom-overlay .curve-bg-overlay {
	height: 190px;
	top: -90px;
	-webkit-transform: skew(0deg, -5.23deg);
	-moz-transform: skew(0deg, -5.23deg);
	-o-transform: skew(0deg, -5.23deg);
	-ms-transform: skew(0deg, -5.23deg);
	transform: skew(0deg, -5.23deg);
	z-index: 1;
}

.coaching-form-section.tm-form-section .right-part label {
	display: block;
}

.coaching-form-section.tm-form-section .right-part label,
.coaching-form-section.tm-form-section .right-part label a {
	color: #ffffff;
	font-size: 16px;
	line-height: 17px;
}

.coaching-form-section.tm-form-section .right-part label a {
	text-decoration: underline;
}

.coaching-form-section.tm-form-section .form-container form {
	overflow: hidden;
}

.coaching-form-section.tm-form-section .btn {
	min-width: 270px;
	margin-bottom: 17px;
	padding: 20px 75px 19px 18px;
}

.coaching-form-section.tm-form-section .btn.main-btn .arrow i {
	position: relative;
}

.coaching-form-section.tm-form-section input[type='text'].free-videos-input,
.coaching-form-section.tm-form-section input[type='email'].free-videos-input,
.coaching-form-section.tm-form-section select.free-videos-input,
.coaching-form-section.tm-form-section select.select {
	padding: 11px 21px;
	font-size: 26px;
	width: 100%;
	height: 59px;
}

.coaching-form-section.tm-form-section .input-container {
	margin-right: 3%;
	width: 30%;
}

.coaching-form-section.tm-form-section select.free-videos-input,
.coaching-form-section.tm-form-section select.select {
	margin-right: 0;
}

.coaching-form-section.tm-form-section .left-part-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tm-form-section .description {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin-top: 23px;
	padding-right: 4%;
	text-align: center;
}

.tm-form-section .checkbox-container {
	margin-top: 10px;
}

.section-bottom-text .desc {
	font-style: italic;
	font-size: 24px;
	font-weight: 700;
}

.section-bottom-text.centered .desc,
.section-bottom-text.centered .btn {
	margin-top: 2rem;
}

.section-bottom-text p {
	margin-bottom: 0;
}

.tm-success-popup-content .modal-container-inner {
	background-size: cover;
	background-position: center bottom;
	text-align: center;
	padding: 0 25px 25px;
}

.coaching-listing-popup-content .modal-container-inner {
	padding-left: 7px;
	padding-right: 7px;
}

.tm-success-popup-content h2 {
	font-size: 37px;
	margin-bottom: 10px;
}

.tm-success-popup-content h3 {
	font-size: 24px;
	color: #48b9e2;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

.tm-success-popup-content p {
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 3px;
}

.tm-success-popup-content h4 {
	font-weight: 700;
	font-size: 25px;
	color: #48b9e2;
	padding-bottom: 34px;
}

.tm-success-popup-content h5 {
	font-size: 25px;
	margin-bottom: 0;
}

.tm-success-popup-content .btn {
	margin-top: 10px;
}

.section-bottom-text .curve-bg-overlay {
	display: none;
}

.post-content ul {
	text-align: left;
}

.post-content ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}

.post-content ul li::before {
	content: '\2022';
	color: #49b8e1;
	position: absolute;
	left: 0;
	top: 0;
}

.change-order .text-container {
	order: 2;
}

.change-order .slider-container {
	order: 1;
}

.section-box.section-slider.blog-slider {
	padding-top: 100px;
}

.top-golfer1 {
	display: none;
	position: absolute;
	left: 60px;
	top: 41px;
	width: 143px;
}

.top-golfer2 {
	display: none;
	position: absolute;
	right: 35px;
	top: -13px;
	width: 186px;
}

.public-video-slider .video-post-cont {
	margin-right: 80px;
	margin-left: 20px;
}

.coaching-form-section .floating-label {
	font-size: 29px;
	left: 29px;
	top: 22px;
	color: #757575;
}

.coaching-form-section .free-videos-input:not(:placeholder-shown)+.floating-label,
.coaching-form-section .free-videos-input:focus+.floating-label {
	top: -20px;
	left: 3px;
	font-size: 16px;
}

.coaching-form-section .input-container {
	margin-right: 45px;
}

.coaching-form-section.tm-form-section .floating-label {
	font-size: 26px;
	left: 21px;
	top: 15px;
}

.partners-btn {
	margin-bottom: 10px;
}

.login-page {
	margin-top: 30px;
}

.login-page .main-checkbox-container>* {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.login-page .main-checkbox-container label {
	margin: -1px 0 0 5px;
}

.login-page .login-register-container {
	margin-top: 25px;
}

.mmg-comment-form .g-recaptcha {
	text-align: right;
}

.mmg-comment-form .g-recaptcha>div {
	display: inline-block;
}

.default-content {
	min-height: 400px;
}

/*Default Template*/
.page-template-default .main-wrap {
	line-height: 1.8;
}

.page-template-default .main-wrap table td,
.page-template-default .main-wrap table th {
	padding: 1rem;
}

.page-template-default .main-wrap ul:not(.list-reset) {
	list-style: disc;
}

.page-template-default .main-wrap a[href]:not(.mmg-btn-fixed-btm-mobile):not(.mmg-btn) {
	color: var(--theme-color);
	font-size: 0.9rem;
	text-decoration: underline;
}

.page-template-default .main-wrap a[href]:not(.mmg-btn-fixed-btm-mobile):not(.mmg-btn):hover {
	opacity: 0.75;
}

/* New Page: Single Video */
.sng-page-container {
	max-width: 948px;
	margin: 0 auto;
	padding: 25px 15px 45px;
}

.sng-video-holder {
	padding: 28%;
	margin-bottom: 16px;
}

.sng-video-holder .mmg-video__container {
	position: absolute;
	left: 0;
	top: 0;
}

.sng-video-holder .w-chrome {
	width: 100% !important;
	height: 100% !important;
}

.sng-video-title {
	margin-bottom: 11px;
}

/**
Affiliate Plugin
**/

#affwp-affiliate-dashboard {
	margin: 0 auto;
	width: 90%;
}

/* Affiliate Menu Tabs */
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	align-items: flex-end;
	background: #f6f6f6;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 10px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab {
	display: block;
	padding: 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab+li {
	margin-left: 3px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	padding: 0 6px;
	text-align: center;
	text-transform: uppercase;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a,
.affwp-form label {
	color: #a4a4a4;
	font-weight: 300;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a {
	text-decoration: underline;
}

/* Affiliate Tab Content */
#affwp-affiliate-dashboard .affwp-tab-content {
	background: #fff;
	border: 1px solid #eee;
	font-size: 14px;
	padding: 25px 15px 56px 15px;
}

div#affwp-affiliate-dashboard-url-generator br {
	display: none;
}

#affwp-affiliate-dashboard h4,
#affwp-affiliate-dashboard h5 {
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#affwp-affiliate-dashboard h4+p {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

#affwp-affiliate-dashboard h4+p>strong {
	display: block;
	font-size: 16px;
}

/* Affiliate Form */
.affwp-form label {
	color: #a4a4a4;
	display: inline-block;
	margin-bottom: 6px;
}

.affwp-form input[type='text'],
.affwp-form input[type='password'],
.affwp-form input[type='email'],
.affwp-form input[type='url'],
.affwp-form textarea {
	font-weight: bold;
}

.affwp-form input[type='submit'] {
	border-radius: 5px;
	color: #fff;
	border: 0;
	background: var(--theme-color);
	font-size: 16px;
	padding: 8px 10px;
}

.affwp-graphs-date-options,
#affwp-graphs-filter input[value='Filter'] {
	border: 1px solid #e5e5e5;
}

.affwp-graphs-date-options {
	margin-right: 15px;
	padding: 5px;
}

#affwp-graphs-filter input[value='Filter'] {
	color: inherit;
}

@media (min-width: 769px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		padding: 0;
		background: #fff;
		flex-wrap: nowrap;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab {
		flex: 0 0 12%;
		max-width: 12%;
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a,
	.affwp-form label {
		font-family: inherit;
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a {
		background: #f6f6f6;
		border: 1px solid transparent;
		border-bottom: 0;
		font-size: 14px;
		padding: 20px 10px;
		text-transform: capitalize;
		white-space: nowrap;
		width: 100%;
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab:not(.active) a:not(:hover) {
		color: var(--text-color);
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a {
		border-color: #eee;
		color: var(--theme-color);
		background: #fff;
		text-decoration: none;
		-webkit-box-shadow: 0 -5px 5px 2px rgba(0, 0, 0, 0.04);
		-moz-box-shadow: 0 -5px 5px 2px rgba(0, 0, 0, 0.04);
		box-shadow: 0 -5px 5px 2px rgba(0, 0, 0, 0.04);
	}

	#affwp-affiliate-dashboard .affwp-tab-content {
		border-top: 0;
		padding: 25px 40px 56px 20px;
		position: relative;
		z-index: 1;
		-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
		-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.04);
	}

	.affwp-form label {
		color: inherit;
	}

	#affwp-affiliate-dashboard h4,
	#affwp-affiliate-dashboard h5 {
		color: var(--theme-color);
		font-size: 16px;
		font-weight: 300;
	}

	#affwp-generate-ref-url.affwp-form input[type='submit'] {
		width: 35%;
	}
}

@media (max-width: 992px) and (min-width: 769px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a {
		font-size: 13px;
	}
}

/* OPTpress Builder styles */
.opt-btn-fixed-btm-mobile {
	display: none;
}

@media (max-width: 768px) {
	.opt-btn-fixed-btm-mobile {
		background-color: #f48419;
		bottom: 0;
		color: #fff;
		display: block;
		position: fixed;
		left: 0;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.1;
		letter-spacing: 0.013em;
		padding: 1.2rem 1.7rem 1rem;
		text-decoration: none !important;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		z-index: 9999;
	}
}

@media (max-width: 320px) {
	.opt-btn-fixed-btm-mobile {
		font-size: 1.2rem;
	}
}

/* RESPONSIVE General */
@media only screen and (max-width: 1400px) {
	.section-video-channel .channel-container p {
		padding: 0 80px 8px 80px;
	}

	.section-bottom-text h2 {
		font-size: 43px;
	}

	.member-page-bottom-section.section-banner h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.member-page-bottom-section.section-banner p {
		font-size: 35px;
		line-height: 38px;
	}

	.section-mission-bottom-text.section-bottom-text {
		padding: 50px 0 255px 0;
	}

	.public-video-slider .video-post-cont {
		margin: 0 20px;
	}
}

@media only screen and (max-width: 1300px) {
	.main-top h2 {
		text-transform: uppercase;
		font-size: 37px;
		line-height: 37px;
	}

	.section-video-channel .channel-container {
		padding: 150px 65px 20px 65px;
	}

	.section-video-channel .channel-container h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.section-video-channel .channel-container p {
		padding: 0 30px 8px 30px;
	}

	.member-page-bottom-section .logos-img {
		margin-bottom: 70px;
	}

	.member-page-bottom-section.section-banner h2 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.member-page-bottom-section.section-banner p {
		font-size: 28px;
		line-height: 33px;
	}

	.member-page-bottom-section .text-container {
		padding: 0 280px;
	}

	.member-page-bottom-section.section-banner {
		padding: 55px 0 200px 0;
	}

	.section-bottom-text h2 {
		font-size: 35px;
	}

	.section-bottom-text {
		padding: 70px 0 110px 0;
	}

	.about-slider-container .bottom-part p {
		font-size: 24px;
		margin-bottom: 30px;
		padding-left: 0;
	}

	.about-slider-container .text-container .image {
		margin-right: 15px;
	}

	.about-slider-container .text-container .text h2 {
		font-size: 25px;
		line-height: 27px;
	}

	.about-slider-container .text-container .text h3 {
		font-size: 21px;
	}

	.coaching-form-section h2 {
		font-size: 45px;
		line-height: 45px;
	}

	.coaching-form-section p {
		font-size: 33px;
		line-height: 33px;
	}

	.coaching-form-section input[type='text'].free-videos-input,
	.coaching-form-section input[type='email'].free-videos-input,
	.coaching-form-section select.free-videos-input,
	.coaching-form-section select.select {
		font-size: 26px;
		padding: 13px 22px;
	}

	.coaching-form-section .btn {
		min-width: 285px;
	}

	.coaching-form-section.tm-form-section input[type='text'].free-videos-input,
	.coaching-form-section.tm-form-section input[type='email'].free-videos-input,
	.coaching-form-section.tm-form-section select.free-videos-input,
	.coaching-form-section.tm-form-section select.select {
		font-size: 25px;
		padding: 10px 15px;
		height: 55px;
	}

	.coaching-form-section .floating-label {
		font-size: 26px;
	}

	.coaching-form-section .floating-label {
		left: 22px;
		top: 20px;
		font-size: 26px;
	}

	.coaching-form-section.tm-form-section .floating-label {
		font-size: 25px;
		left: 15px;
		top: 14px;
	}

	.about-slider-container .read-more {
		margin-top: -15px;
		margin-bottom: 15px;
		padding-left: 0;
	}
}

@media only screen and (max-width: 1230px) {

	#slider,
	#slider .sliderInner {
		height: 430px;
	}
}

@media only screen and (max-width: 1200px) {
	.our-mission .title-container {
		font-size: 35px;
		line-height: 32px;
		padding: 45px 0 55px 0;
	}

	.our-mission .description {
		margin-top: 105px;
	}

	.section-video-channel.our-mission .video-popup {
		margin-top: 40px;
		margin-bottom: 120px;
	}

	.section-box.post-comments .mobile-full-width {
		width: 100%;
	}

	.public-video-slider .video-post-cont {
		margin: 0 13px;
	}

	.input-container {
		margin-right: 12px;
	}

	.cpf-single-bottom-btn-cont .coaching-plans-intro h2 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 1155px) {

	#slider,
	#slider .sliderInner {
		height: 425px;
	}
}

@media only screen and (max-width: 1150px) {

	/*blog*/
	.sidebar-blog .list-group .list-group-cont .social li {
		padding: 10px 1px;
	}

	.sidebar-blog .list-group .list-group-cont li {
		padding: 15px;
	}

	#slider video {
		width: auto !important;
		height: 100% !important;
	}

	#slider,
	#slider .sliderInner {
		height: 430px;
	}

	.about-slider-container .text-container {
		padding: 100px 50px 30px 50px;
	}

	.about-slider-container.about-slider-container2 .text-container {
		padding: 80px 50px 120px 50px;
	}

	.about-slider-container .section-video-channel .video-popup .news-play-btn {
		width: 100px;
		height: 100px;
	}

	.about-slider-container .section-video-channel {
		margin-left: -50px;
	}

	.about-slider-container .text-container .image {
		width: 140px;
		height: 140px;
	}

	.about-slider-container .text-container .text h2 {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.main-top h2+p {
		font-size: 20px;
	}

	#mapcontact {
		height: 300px;
	}

	/*blog*/
	/*section-blog-posts*/
	.sidebar-blog .search,
	.sidebar-blog .list-group {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.sidebar-blog .list-group-title {
		height: auto;
		padding: 10px 22px;
	}

	.sidebar-blog .list-group-title h3 {
		margin-bottom: 0;
		font-size: 20px;
		line-height: 22px;
	}

	.sidebar-blog .list-group.opened ul,
	.sidebar-blog .list-group.opened .list-group-cont {
		display: block;
	}

	.sidebar-blog .list-group-cont .social {
		text-align: center;
	}

	.sidebar-blog .list-group-cont .social li {
		height: auto;
		min-height: auto;
		padding: 10px 5px;
		background: #ffffff;
	}

	.sidebar-blog .list-group-tabs li.active:after,
	.sidebar-blog .list-group-title:after {
		display: none;
	}

	.sidebar-blog .list-group-cont .list-group-menu li {
		background: #ffffff;
		height: auto;
		min-height: inherit;
		padding: 13px 15px;
		border-top: 1px solid #eaeaec;
	}

	.sidebar-blog .list-group-cont .list-group-menu li:after {
		content: '\f054';
		font-family: 'icomoon' !important;
		float: right;
		color: #9298a0;
	}

	.sidebar-blog .list-group-cont .list-group-menu li:first-child {
		border: none;
	}

	.sidebar-blog .list-group-cont .list-group-menu li a {
		font-size: 18px;
		text-transform: capitalize;
		color: #364150;
		display: inline-block;
	}

	.sidebar-blog .list-group-cont .list-group-tags {
		margin-top: 30px;
	}

	.sidebar-blog .list-group-cont .list-group-tags li {
		display: inline-block;
		float: left;
		padding: 2px 2px;
		min-height: auto;
		height: auto;
		background: transparent;
	}

	.sidebar-blog .list-group-cont .list-group-tags .btn {
		padding-top: 11px;
		padding-bottom: 10px;
		letter-spacing: 2px;
	}

	.sidebar-blog {
		margin-left: -7px;
		margin-right: -7px;
	}

	.about-slider-container .text-container {
		padding: 100px 30px 30px 30px;
	}

	.about-slider-container.about-slider-container2 .text-container {
		padding: 30px 30px 100px 30px;
	}

	.about-slider-container .bottom-part p {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.about-slider-container .text-container .image {
		width: 120px;
		height: 120px;
	}

	.about-slider-container .text-container .text h2 {
		font-size: 23px;
		line-height: 25px;
		padding-top: 6px;
	}

	.about-slider-container .bottom-part {
		padding-top: 10px;
	}

	.about-slider-container .slider-container .about-us-slider .slide,
	.owl-carousel--about .owl-carousel_item {
		min-height: 500px;
	}

	.coaching-form-section h2 {
		font-size: 38px;
		line-height: 38px;
	}

	.coaching-form-section p {
		font-size: 29px;
		line-height: 29px;
	}

	.coaching-form-section input[type='text'].free-videos-input,
	.coaching-form-section input[type='email'].free-videos-input,
	.coaching-form-section select.free-videos-input,
	.coaching-form-section select.select {
		font-size: 24px;
		padding: 13px 18px;
	}

	.coaching-form-section .form-container form {
		padding: 25px;
	}

	.coaching-form-section {
		padding: 60px 0 200px 0;
	}

	.tm-form-section .description {
		font-size: 17px;
		line-height: 23px;
	}

	.coaching-form-section .input-container {
		margin-right: 20px;
	}

	.coaching-form-section .floating-label {
		left: 18px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 992px) {
	.landing-valign-outer h2 {
		font-size: 46px;
		margin-top: 10px;
	}

	#slider,
	#slider .sliderInner {
		height: 360px;
	}

	.page-template-template-member .slider .slider-item-cont p {
		font-size: 15px;
	}

	.page-template-template-member .slider {
		width: 100% !important;
	}

	.member-page-top-section.main-top {
		max-height: initial !important;
	}

	.member-page-top-section.main-top .home-page-sec-video-cont,
	.member-page-top-section.main-top .video-col {
		width: 100%;
		padding-left: 22px;
		padding-right: 22px;
	}

	.member-page-top-section.main-top .video-col {
		padding: 0 100px;
	}

	.member-page-top-section.main-top .home-page-sec-video-cont {
		text-align: center;
	}

	.section-video-channel .channel-container {
		padding: 60px 25px 10px 25px;
	}

	.member-page-bottom-section.section-banner {
		padding: 50px 0 100px 0;
	}

	.member-page-bottom-section .text-container {
		padding: 0 50px;
	}

	.member-page-bottom-section.section-banner.works-section-banner {
		padding: 55px 0;
		margin-top: 0;
	}

	.about-slider-container .read-more {
		font-size: 16px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 900px) {
	.main-top h2 {
		font-size: 30px;
	}

	.main-top h2+p {
		font-size: 16px;
	}

	.section-sponsors li {
		width: 33.3333%;
	}

	.section-banner h2 {
		font-size: 30px;
	}

	.section-banner h3 {
		font-size: 24px;
		margin-bottom: 70px;
	}

	.landing-valign-outer {
		height: 530px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img,
	.sec-video-slider .video-box.home-page-video-cont .video-frame {
		height: 500px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 100px;
		height: 100px;
		margin-top: -75px;
		margin-left: -50px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-social {
		top: 59%;
	}

	.main-top h2 {
		font-size: 35px;
		margin-top: 70px;
	}

	.main-top div {
		font-size: 27px;
	}

	.main-top p {
		font-size: 21px;
	}

	.home-page-sec-video-cont .sec-video-slider .video-box .video-img,
	.home-page-sec-video-cont .sec-video-slider .video-box .video-frame {
		height: 80px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}

	.member-page-bottom-section.section-banner h2 {
		font-size: 30px;
	}

	.our-mission .description {
		font-size: 23px;
		line-height: 28px;
	}

	.about-slider-container {
		display: block;
	}

	.about-slider-container .text-container,
	.about-slider-container .slider-container {
		width: 100%;
	}

	.about-slider-container2 {
		margin-top: 20px;
	}

	.about-slider-bottom-overlay {
		display: none;
	}

	.about-slider-container.about-slider-container2 .text-container {
		padding: 30px;
		margin-bottom: 50px;
	}

	.about-slider-container .section-video-channel,
	.about-slider-container.about-slider-container2 .section-video-channel {
		margin-top: -50px;
	}

	.coaching-form-section.tm-form-section input[type='text'].free-videos-input,
	.coaching-form-section.tm-form-section input[type='email'].free-videos-input,
	.coaching-form-section.tm-form-section select.free-videos-input,
	.coaching-form-section.tm-form-section select.select {
		font-size: 19px;
		padding: 14px 15px;
	}

	.section-mission-bottom-text.section-bottom-text.section-bottom-text2 {
		padding: 110px 0 225px 0;
	}

	.about-slider-container.about-slider-container2.change-order .text-container {
		margin-bottom: 0;
	}

	.about-slider-container.about-slider-container2.change-order .slider-container {
		margin-bottom: 50px;
	}

	.coaching-form-section.tm-form-section .floating-label {
		font-size: 19px;
		left: 15px;
		top: 17px;
	}
}

@media only screen and (max-width: 768px) {
	.btn {
		padding: 10px 17px;
	}

	.btn-xlg {
		font-size: 22px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 18px 36px;
		min-width: 130px;
	}

	.sec-video-slider .video-box .video-img,
	.sec-video-slider .video-box .video-frame {
		height: 450px;
	}

	.landing-valign-outer h2 {
		font-size: 36px;
	}

	.landing-valign-outer p {
		font-size: 22px;
	}

	.popup-follow {
		max-width: 80% !important;
	}

	.popup-follow h2 {
		font-size: 20px;
	}

	.popup-follow .social li {
		padding: 5px;
	}

	.popup-follow .social li a {
		width: 60px;
		height: 60px;
		font-size: 25px;
		line-height: 59px;
	}

	.popup-wrap .mfp-close {
		font-size: 50px;
	}

	.why-video-border {
		margin-left: 20px;
		margin-right: 20px;
	}

	.section-banner {
		padding: 30px 0 25px;
	}

	.member-page-top-section.main-top .video-col {
		padding: 0 22px;
	}

	.modal-container-inner {
		max-height: initial;
	}

	.modal-container {
		margin-top: 20px;
	}

	.section-video-channel .channel-container {
		padding: 25px 20px 10px 20px;
	}

	.section-video-channel .channel-container h2 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.section-video-channel .channel-container p {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.section-video-channel .video-popup {
		margin-top: 20px;
		margin-bottom: 85px;
	}

	.member-page-bottom-section .logos-img {
		width: 100%;
		max-width: 235px;
	}

	.section-bottom-text {
		padding: 30px 0 40px 0;
	}

	.section-bottom-text h2 {
		font-size: 28px;
	}

	.section-sponsors .curve-bg-overlay {
		display: none;
	}

	.our-mission .title-container {
		font-size: 23px;
		line-height: 22px;
		padding: 11px 0 12px 0;
	}

	.our-mission .mobile-col-8 {
		width: 100%;
		margin-top: 25px;
	}

	.section-video-channel.our-mission .video-popup {
		margin-top: 40px;
		margin-bottom: 100px;
	}

	.section-video-channel.our-mission .video-popup .news-play-btn {
		width: 65px;
		height: 65px;
	}

	.section-video-channel.our-mission .video-popup .news-play-btn::before {
		background-size: cover;
	}

	.section-mission-bottom-text.section-bottom-text {
		margin-bottom: -135px;
		padding: 0 0 145px 0;
	}

	.section-mission-bottom-curve-container .curve-bg-overlay {
		height: 125px;
	}

	.coaching-form-section .form-container form {
		display: block;
	}

	.coaching-form-section input[type='text'].free-videos-input,
	.coaching-form-section input[type='email'].free-videos-input,
	.coaching-form-section select.free-videos-input,
	.coaching-form-section select.select {
		font-size: 20px;
		padding: 15px 18px;
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.coaching-form-section .btn {
		width: 100%;
	}

	.coaching-form-section {
		padding: 60px 0 170px 0;
	}

	.tm-form-section .description {
		font-size: 15px;
		line-height: 20px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.coaching-form-section.tm-form-section input[type='text'].free-videos-input,
	.coaching-form-section.tm-form-section input[type='email'].free-videos-input,
	.coaching-form-section.tm-form-section select.free-videos-input,
	.coaching-form-section.tm-form-section select.select {
		width: 100%;
		margin-right: 0;
	}

	.coaching-form-section.tm-form-section .right-part label,
	.coaching-form-section.tm-form-section .right-part label a {
		color: #ffffff;
		font-size: 14px;
		line-height: 17px;
	}

	.coaching-form-section.tm-form-section .right-part {
		text-align: center;
	}

	.coaching-form-section.tm-form-section .left-part .d-flex {
		display: block;
	}

	.tm-success-popup-content h2 {
		font-size: 32px;
		margin-bottom: 5px;
	}

	.our-mission .description {
		margin-top: 50px;
	}

	.login-form {
		right: 5px;
		top: 82px;
	}

	.top-golfer1,
	.top-golfer2 {
		display: block;
	}

	.error404 .section-box h2 {
		font-size: 25px;
	}

	.member-page-top-section.main-top .home-page-sec-video-cont {
		padding-top: 60px;
	}

	.coaching-form-section .floating-label {
		font-size: 20px;
		top: 15px;
	}

	.coaching-form-section .input-container {
		margin-right: 0;
		margin-bottom: 13px;
	}

	.coaching-form-section.tm-form-section .floating-label {
		font-size: 19px;
		left: 15px;
		top: 17px;
	}

	.coaching-form-section.tm-form-section .left-part-inner {
		display: block;
	}

	.coaching-form-section.tm-form-section .input-container {
		margin-right: 0;
		width: 100%;
	}

	.no-scroll {
		position: fixed !important;
	}

	.login-page .registration-form-container {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.cpf-single-bottom-btn-cont .coaching-plans-intro h2 {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 720px) {

	/*blog*/
	.blog-post-img-blog-page a.video-list-url:before {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
}

@media only screen and (max-width: 600px) {
	.login-form {
		width: 260px;
	}

	.section-sponsors h2 {
		font-size: 60px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img,
	.sec-video-slider .video-box.home-page-video-cont .video-frame {
		height: 400px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 100px;
		height: 100px;
		margin-top: -75px;
		margin-left: -50px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-social {
		top: 59%;
	}

	.main-top h2 {
		font-size: 29px;
	}

	.main-top .home-page-sec-video-cont>div h3.p1 {
		font-size: 24px;
		line-height: 28px;
	}

	.home-page-sec-video-cont .sec-video-slider .video-box .video-img,
	.home-page-sec-video-cont .sec-video-slider .video-box .video-frame {
		height: 80px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}

	.forget-password-container {
		text-align: center;
	}

	.forget-password-container h3 {
		font-size: 23px;
		line-height: 29px;
	}

	.forget-password-container .btn {
		font-size: 18px;
	}

	.page-template-template-member .modal-container .slider .slider-item-cont h3,
	.home .modal-container .slider .slider-item-cont h3 {
		line-height: 20px;
	}

	.page-template-template-member .modal-container .slider .slider-item-cont .title-box,
	.page-template-template-member .modal-container .slider .slider-item-cont .title-box p,
	.home .modal-container .slider .slider-item-cont .title-box,
	.home .modal-container .slider .slider-item-cont .title-box p {
		text-align: left !important;
	}

	.modal-container-inner .title,
	.modal-container-inner .text {
		font-size: 22px;
		line-height: 24px;
	}

	.section-video-channel {
		display: block;
	}

	.section-video-channel .channel-container {
		width: 100%;
	}

	.section-video-channel .video-popup {
		margin-bottom: 10px;
	}

	.section-video-channel .channel-container {
		padding: 30px 20px 10px 20px;
		margin-bottom: 1px;
	}

	.member-page-bottom-section.section-banner h2 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.member-page-bottom-section.section-banner p {
		font-size: 23px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.our-mission .description {
		font-size: 18px;
		line-height: 23px;
	}

	.our-mission .title-container {
		font-size: 19px;
		line-height: 19px;
	}

	.about-slider-container .text-container .image {
		width: 80px;
		height: 80px;
	}

	.about-slider-container .text-container .text h2 {
		font-size: 18px;
		line-height: 21px;
		padding-top: 0px;
	}

	.about-slider-container .text-container .text h3 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.about-slider-container .text-container .text ul a {
		font-size: 23px;
	}

	.about-slider-container .bottom-part p {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.about-slider-container .slider-container .about-us-slider .slide,
	.owl-carousel--about .owl-carousel_item {
		min-height: 300px;
	}

	.about-slider-container .section-video-channel .video-popup .news-play-btn {
		width: 60px;
		height: 60px;
	}

	.about-slider-container .section-video-channel,
	.about-slider-container.about-slider-container2 .section-video-channel {
		margin-top: -30px;
		margin-left: -30px;
	}

	.coaching-form-section .btn {
		min-width: 240px;
	}

	.coaching-form-section input[type='text'].free-videos-input,
	.coaching-form-section input[type='email'].free-videos-input,
	.coaching-form-section select.free-videos-input,
	.coaching-form-section select.select {
		font-size: 18px;
		padding: 14px 18px;
	}

	.coaching-form-section h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.coaching-form-section p {
		font-size: 22px;
		line-height: 25px;
	}

	.coaching-form-section {
		padding: 60px 0 135px 0;
	}

	.coaching-form-section.tm-form-section input[type='text'].free-videos-input,
	.coaching-form-section.tm-form-section input[type='email'].free-videos-input,
	.coaching-form-section.tm-form-section select.free-videos-input,
	.coaching-form-section.tm-form-section select.select {
		font-size: 18px;
		padding: 8px 14px;
		height: 47px;
	}

	.tm-success-popup-content h2 {
		font-size: 22px;
	}

	.tm-success-popup-content h3 {
		font-size: 17px;
	}

	.tm-success-popup-content h4 {
		font-size: 21px;
		padding-bottom: 15px;
	}

	.tm-success-popup-content h5 {
		font-size: 21px;
	}

	.tm-success-popup-content p {
		font-size: 17px;
		line-height: 20px;
	}

	.section-box.section-slider.blog-slider {
		padding-top: 20px;
	}

	.input-container {
		margin-right: 0;
	}

	.coaching-form-section .floating-label {
		font-size: 18px;
	}

	.coaching-form-section.tm-form-section .floating-label {
		font-size: 18px;
		left: 14px;
		top: 14px;
	}

	.about-slider-container .read-more {
		margin-top: 0;
	}
}

@media only screen and (max-width: 520px) {
	.main-top .registr-page-top-text h2 {
		line-height: 40px;
	}

	.best-flag {
		font-size: 13px;
		width: 48px;
		right: 4px;
	}

	.best-flag:after {
		border-left: 24px solid transparent;
		border-right: 24px solid transparent;
	}
}

@media (max-width: 480px) {
	.main-top h2 {
		font-size: 20px;
	}

	.main-top h2+p {
		font-size: 14px;
	}

	.section-sponsors h2 {
		font-size: 36px;
	}

	.section-banner {
		padding: 60px 0 25px;
		height: 300px;
	}

	.section-banner h2 {
		font-size: 20px;
	}

	.section-banner h3 {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.sec-video-slider .video-box .video-img,
	.sec-video-slider .video-box .video-frame {
		height: 350px;
	}

	/*blog*/
	.sidebar-blog .list-group-title h3 {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 14px;
	}

	.sidebar-blog .list-group-cont .list-group-menu li a {
		font-size: 14px;
	}

	.add-plans .choose-plan-box {
		width: 90%;
	}

	h3.landing-title {
		padding: 0;
	}

	.landing-section-bg-img .valign-inner-video {
		padding-bottom: 253px;
	}

	.valign-inner-video {
		padding-bottom: 160px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img,
	.sec-video-slider .video-box.home-page-video-cont .video-frame {
		height: 300px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 70px;
		height: 70px;
		margin-top: -65px;
		margin-left: -35px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-social {
		top: 54%;
	}

	.main-top h2 {
		font-size: 19px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.home-page-sec-video-cont .sec-video-slider .video-box .video-img,
	.home-page-sec-video-cont .sec-video-slider .video-box .video-frame {
		height: 80px;
	}

	.sec-video-slider .video-box.home-page-video-cont .video-img .play-button {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}

	.main-top div {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.main-top p {
		font-size: 18px;
	}

	.home-page-sec-video-cont {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-banner .btn-xlg {
		font-size: 13px;
		padding: 12px 25px 10px 25px;
	}

	.section-sponsors ul {
		margin-left: 0;
	}

	.page-template-template-member .slider .slider-item-cont,
	.home .slider .slider-item-cont {
		padding-left: 0;
	}

	.page-template-template-member .slider .slider-item-cont p,
	.home .slider .slider-item-cont p {
		text-align: center;
	}

	.member-page-bottom-section .text-container {
		padding: 0;
	}

	.member-page-bottom-section .logos-img {
		margin-bottom: 50px;
	}

	.member-page-bottom-section.section-banner p {
		line-height: 20px;
	}

	.member-page-top-section.main-top .video-col {
		margin-top: 20px;
	}

	.member-page-bottom-section.section-banner {
		padding: 35px 0 80px 0;
	}

	.page-template-template-member .modal-container .slider,
	.home .modal-container .slider {
		padding: 0;
	}

	.best-flag {
		top: -10px;
		right: 7px;
		padding: 7px 0 25px 0;
	}

	.main-top .home-page-sec-video-cont>div h3.p1 {
		font-size: 14px;
		line-height: 19px;
	}

	.main-top .home-page-sec-video-cont>div h3.p1 span.s1 span {
		font-size: 20px !important;
	}

	.member-page-bottom-section.section-banner p {
		line-height: 20px;
		font-size: 18px;
	}

	.section-bottom-text h2 {
		font-size: 20px;
	}

	.section-mission-bottom-curve-container .curve-bg-overlay {
		height: 65px;
		top: -75px;
	}

	.main-top .home-page-sec-video-cont>div h3.p1 {
		margin-bottom: 5px;
	}

	.main-top h2 {
		margin-top: 80px;
	}

	.btn.main-btn {
		font-size: 13px;
		padding: 11px 50px 11px 9px;
	}

	.landing-valign-outer h2 {
		margin-top: 30px;
	}

	.top-golfer1 {
		left: 20px;
	}

	.top-golfer2 {
		right: -40px;
	}

	.home .section-sponsors ul {
		margin-top: 5px;
	}

	.home .section-sponsors ul li {
		line-height: 30px;
	}

	.mobile-public-video-slider .video-post-cont .btn {
		padding: 8px 15px;
	}

	.how-it-works-list-cont .how-it-works-list li {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.how-it-works-list-cont .how-it-works-list li:before {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}

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

	.coaching-listing-popup-content .content-container h2 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.cpf-single-bottom-btn-cont .coaching-plans-intro h2 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 380px) {
	.section-sponsors ul {
		margin-left: 0;
	}

	.main-top .home-page-sec-video-cont p {
		font-size: 16px;
	}

	.main-top div {
		margin-bottom: 0;
	}

	.top-golfer1 {
		left: 7px;
		width: 130px;
	}

	.top-golfer2 {
		right: -43px;
		width: 175px;
	}
}

#videos {
	position: relative;
	z-index: 7;
}

.single-post-img a.video-list-url:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	display: block;
	background: url(../svg/mmg_play_button.svg) center no-repeat;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	margin-left: -28px;
}

.single-post-img,
.blog-post-img {
	position: relative;
}

.single-post-img a.video-list-url:before {
	width: 130px;
	height: 130px;
	margin-top: -65px;
	margin-left: -68px;
}

/* responsive video */
.why-video-border .video-wrap {
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	overflow: hidden;
}

.why-video-border .video-frame {
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
}

/*coming Soon*/
.coming-soon .video-img.home-page-video-img {
	background-size: 42%;
	background-repeat: no-repeat;
	background-position: right center;
}

.coming-soon .landing-valign-outer h2 {
	font-weight: 700;
	margin: 25px auto;
	line-height: 1.1;
}

.coming-soon .section-bg-video p {
	font-weight: 200;
	font-style: italic;
	line-height: 1.1;
}

.coming-soon .countdown {
	text-align: center;
}

.coming-soon .countdown li {
	display: inline-block;
	text-align: center;
	padding: 5px;
}

.coming-soon .countdown li div {
	border: 1px solid #ffffff;
	min-width: 80px;
	padding: 25px 5px;
	font-size: 42px;
	font-style: normal;
	margin-bottom: 0;
}

.coming-soon .countdown li span {
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
}

.coming-soon .section-sponsors {
	margin-bottom: 0;
}

/* Live video */
.page-template-template-live-video {
	background: #f3f3f3;
}

@media only screen and (max-width: 700px) {
	.coming-soon .landing-valign-outer h2 {
		margin: 10px auto;
	}

	.coming-soon .countdown li div {
		min-width: 60px;
		padding: 20px 5px;
		font-size: 26px;
	}
}

@media only screen and (min-width: 800px) {
	#videos .video-fixed {
		top: 130px !important;
		height: 245px !important;
	}
}

@media (max-width: 767px) {
	.lv-video-box .col-desk-5 {
		text-align: left;
	}
}

/* Media query for hovers */
@media (min-width: 768px) and (max-width: 1023px) {
	.lv-caption {
		margin-right: 1rem;
	}

	.lv-caption img {
		width: 140px;
	}
}

/**
 Checkout (redesign)
**/
.checkout-wrap {
	line-height: 1.5;
}

.checkout-wrap,
.shop-page-container {
	padding-top: 35px;
}

@media (min-width: 769px) {

	.checkout-wrap,
	.shop-page-container {
		padding-top: 75px;
	}
}

.page-template-template-msr .checkout-wrap {
	padding-top: 0;
}

.page-template-template-join .checkout-wrap {
	padding-top: 18px;
	/*todo: check in all pages*/
}

.checkout-wrap h1,
.checkout-wrap h2,
.checkout-wrap h3,
.checkout-wrap h4,
.checkout-wrap h5,
.checkout-wrap h6 {
	/* todo: check in all cases*/
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}

.checkout-wrap b,
.checkout-wrap strong {
	/* todo: check in all cases*/
	font-weight: bold;
}

.checkout-wrap ul,
.checkout-wrap ol {
	margin: 0;
}

/* Checkout general section */
.checkout-intro-head {
	font-size: 2.5rem;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-intro-title {
	font-size: 1em;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-discount-text {
	color: #ea5b2e;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

.checkout-intro-txt {
	font-size: 0.7em;
	margin-bottom: 20px;
}

.checkout-intro-caption {
	font-size: 0.85em;
	margin-bottom: 2.5rem;
}

.checkout-media,
.checkout-reviews {
	width: 100%;
	position: relative;
	display: inline-block;
}

.checkout-media {
	height: 300px;
}

.checkout-media .play-btn {
	position: absolute;
	left: 46%;
	top: 37%;
}

.checkout-block-title {
	font-size: 18px;
	color: var(--text-color);
	margin-bottom: 16px;
}

.shop-page-container {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}

/* Benefit section */
.benefit-section {
	border-bottom: solid 1px var(--border-color);
	padding-bottom: 10px;
}

.benefit-item {
	position: relative;
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	padding-left: 2.2em;
}

.benefit-item:before {
	content: '\e914';
	position: absolute;
	left: 0;
	top: -5px;
	font-family: 'icomoon';
	font-size: 1.28em;
	color: var(--theme-color);
}

.benefit-list strong {
	font-size: 1em;
	color: var(--theme-color);
	text-transform: uppercase;
}

.benefit-list p {
	font-size: 1em;
	font-weight: 300;
	margin: 0;
}

/* Benefit slider */
.page-template-template-join .owl-carousel--benefits .owl-item {
	height: auto;
}

.owl-carousel--benefits {
	overflow: hidden;
}

.owl-carousel--benefits .benefit-item {
	padding: 1.5rem 1rem 1.5rem 3.5rem;
	background: var(--bg-accent);
	min-height: 150px;
	-webkit-box-shadow: 0 5px 10px rgba(48, 144, 179, 0.08);
	box-shadow: 0 5px 10px rgba(48, 144, 179, 0.08);
}

.owl-carousel--benefits .benefit-item:before {
	top: 1.5rem;
	left: 10px;
}

.owl-carousel.owl-carousel--benefits button.owl-dot {
	height: 7px;
	width: 7px;
}

.checkout-promo-text {
	font-size: 2.8rem;
	padding-bottom: 5px;
}

.checkout-promo-text h2 {
	font-size: 1em;
}

.checkout-promo-text h3 {
	font-size: 0.56em;
}

/* Reviews (Testimonials) */
.review-cont {
	display: table-cell;
	vertical-align: top;
}

.review-author,
.review-rating {
	display: inline-block;
	vertical-align: middle;
}

.review-header {
	margin-bottom: 0.5rem;
}

.review-wrap .review-author {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

.review-rating .icon {
	font-size: 15px;
	color: var(--secondary-color);
}

.review-more-btn {
	display: inline;
	font-family: inherit;
	font-style: italic;
	color: var(--secondary-color);
	text-transform: uppercase;

	background: none;
	/*todo*/
	border: 0;
	padding: 0;
	-webkit-appearance: inherit;
}

.review-more-btn:hover {
	color: var(--secondary-color-hover);
}

/* Review list types */
/* review standard */
.review-standard .review-item-holder+.review-item-holder {
	border-top: solid 1px var(--border-color);
}

/* review bg (checkout page) */
.review-wrap.custom-scroll {
	max-height: 625px;
}

.review-standard .review-item {
	padding: 20px;
}

/* end Reviews (Testimonials) */

/* todo: move to common or change prefix to front*/
.cmn-pad-box {
	font-size: 1.25rem;
	text-transform: uppercase;
	padding: 1rem 0;
	border: solid 1px var(--border-color);
}

.cmn-pad-row {
	padding: 0.2rem 1.5rem;
}

.pad-trial {
	font-size: 1.35rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.5rem 1.5rem;
	border: solid 1px var(--border-color);
	border-top: 0;
}

.cmn-pad-row {
	display: table;
	width: 100%;
}

.cmn-pad-label,
.cmn-pad-value {
	display: table-cell;
	vertical-align: top;
}

.cmn-pad-help-txt {
	display: block;
	margin-top: -2px;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: none;
	font-style: italic;
	color: var(--gray-light);
	font-family: arial, sans-serif;
	line-height: 1.1;
}

.cmn-pad-value {
	text-align: right;
}

.checkout-sidebar .coupon-field-wrap {
	margin-bottom: 2rem;
}

.coupon-field {
	display: flex;
}

.coupon-control {
	flex: auto;
}

.coupon-field .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.coupon-field .cmn-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.basket-shape {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: var(--gray);
	background: var(--bg-light);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.lock-shape {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: var(--border-color);
	background: var(--secondary-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
}

body .membership-plan-list {
	margin: 0 -1.25rem;
}

.membership-plan-list li {
	padding: 14px 1.25rem;
	border-bottom: solid 1px var(--border-color);
}

.membership-plan-list .form-txt {
	font-size: 16px;
	color: var(--gray);
}

.checkout-sidebar .cmn-pad-box {
	font-size: 16px;
}

/* Checkout col pages */
.checkout-notice {
	font-size: 15px;
	color: var(--text-color-darker);
	margin-top: 10px;
	padding: 0 3rem;
}

.checkout-sidebar .form-checkout-container {
	margin-top: 15px;
}

/* Checkout form */
.checkout-form {
	padding-bottom: 3rem;
}

.sign-up-for-audemar-page .mmgs-payment-method-container,
.sign-up-for-audemar-page .membership-plan,
.sign-up-for-audemar-page .mmgs-currency,
.sign-up-for-audemar-page .coupon-field-wrap,
.sign-up-for-audemar-page .checkout-order {
	display: none !important;
}

.sign-up-specific-plan .membership-plan .monthly-li,
/* .sign-up-specific-plan .membership-plan .monthly-6-li, */
/* .sign-up-specific-plan .membership-plan .yearly-li .form-radio > span, */
/* .sign-up-specific-plan .membership-plan .yearly-li .form-radio strong, */
.sign-up-specific-plan .coupon-field-wrap,
.sign-up-specific-plan .checkout-block-title,
.specific-page-title {
	display: none;
}

.sign-up-specific-plan .checkout-block-title.specific-page-title {
	display: block;
}

.sign-up-specific-plan .membership-plan-list .form-txt {
	font-size: 18px;
}

/* Update billing */
.update-billing-page .container {
	max-width: 600px;
	margin-bottom: 3rem;
}

.update-billing-page .checkout-your-info,
.checkout-sidebar .checkout-your-info {
	margin-bottom: 2rem;
}

.update-billing-page .checkout-form {
	background: var(--bg-light);
	padding: 2rem 1.5rem;
	box-shadow: 0 0 10px var(--border-color);
}

.update-billing-page .recurly-card {
	margin-bottom: 20px;
}

.update-billing-page .paypal-connected-notice {
	margin-bottom: 10px;
}

.checkout-col-page .checkout-order {
	background: var(--bg-light);
	padding: 2rem 1.5rem;
}

.checkout-col-page .coupon-field-wrap {
	background: var(--bg-light);
	padding: 1.5rem;
}

.checkout-col-page .mmg-info-container {
	margin-top: 15px;
}

@media (min-width: 1024px) {
	.checkout-col-page .mmg-info-container {
		margin-right: 1rem;
	}
}

.cloudflare-wrap .form-checkout-container {
	margin-top: 1rem;
}

/* Checkout layout */
.checkout-primary {
	padding: 4.5rem 0 10px;
}

.checkout-primary-cont {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.checkout-primary_container {
	padding-left: 2rem;
	padding-right: 2rem;
}

.page-template-template-join .checkout-sidebar {
	background: var(--bg-body);
}

.checkout-sidebar {
	padding: 25px 8px;
	background: var(--bg-body);
}

.checkout-sidebar-cont {
	margin-top: 37px;
}

.sponsor-logo {
	max-width: 100%;
	margin-bottom: 25px;
}

/* Media query */
@media (min-width: 1024px) {
	.checkout-cont {
		display: flex;
	}

	.checkout-primary {
		width: 57%;
		padding-bottom: 3rem;
	}

	.checkout-sidebar {
		width: 43%;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.checkout-sidebar-cont {
		width: 90%;
	}

	/* Benefit */
	.benefit-item {
		display: flex;
	}

	.benefit-list strong {
		min-width: 8.5em;
		padding-right: 10px;
	}

	.checkout-col-page .checkout-col {
		float: left;
		width: 50%;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.upgrade-page .cloudflare-wrap .checkout-col {
		float: right;
	}
}

@media (min-width: 1024px) and (max-width: 1479px) {

	.checkout-intro-head,
	.checkout-promo-text {
		font-size: 2.4rem;
	}

	.review-wrap.custom-scroll {
		max-height: 710px;
	}

	.membership-plan-list .form-radio span {
		margin-right: 5px;
	}

	.pad-trial {
		font-size: 16px;
	}

	.mmgs-credit-cards .form-radio span {
		margin-right: 5px;
	}

	.mmgs-credit-cards .images img {
		width: 30px;
	}

	.checkout-sidebar .cmn-btn.-lg {
		font-size: 20px;
	}

	.benefit-item {
		font-size: 16px;
	}
}

@media (min-width: 1360px) {
	.checkout-primary {
		width: 65%;
	}

	.checkout-sidebar {
		width: 35%;
	}

	.owl-carousel--blog .owl-nav .owl-prev {
		left: -120px;
	}

	.owl-carousel--blog .owl-nav .owl-next {
		right: -120px;
	}
}

@media (min-width: 768px) {
	.owl-carousel--benefits .benefit-item {
		margin: 0 15px;
	}
}

/*Max-widths*/
@media (max-width: 1023px) {
	.checkout-wrap .container-fluid {
		padding: 0;
	}

	.benefit-section .checkout-block-title {
		font-size: 20px;
		text-align: center;
	}

	.checkout-promo-text h3 {
		margin-bottom: 0;
	}
}

@media (max-width: 1600px) {
	.checkout-sidebar .form-checkout-container .image-container>* {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 0 10px;
	}
}

@media (max-width: 479px) {

	.checkout-intro-head,
	.checkout-promo-text {
		font-size: 2.5rem;
	}

	.membership-plan-list .form-radio span {
		margin-right: 5px;
	}

	.membership-plan-list .form-txt {
		font-size: 15px;
	}
}

/** end Checkout **/

/* Cart */
.woocommerce-cart .woocommerce #pwgc-redeem-gift-card-container {
	width: fit-content;
	margin-left: auto;
}

.woocommerce-cart .woocommerce #pwgc-redeem-gift-card-number {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.woocommerce-cart .woocommerce #pwgc-redeem-button {
	height: 42px;
	font-size: 14px;
	padding: 9px 23px;
	margin-top: 0 !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media(max-width: 768px) {
	.woocommerce-cart .default-content {
		padding-top: 40px;
	}

	.woocommerce-cart .woocommerce .woocommerce-cart-wrap .product-remove .remove {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		width: fit-content;
		height: fit-content;
		font-size: 15px;
		border: 1px solid;
		padding: 3px 4px;
		border-radius: 4px;
	}

	.woocommerce-cart .woocommerce .woocommerce-cart-wrap .product-remove .remove:before {
		content: "Remove";
		display: inline-block;
		font-size: 12px;
		font-weight: normal;
	}

	.woocommerce-cart #coupon_code {
		width: 52%;
	}

	.woocommerce-cart .woocommerce #pwgc-redeem-gift-card-container {
		width: 100%;
	}

	.woocommerce-cart .woocommerce #pwgc-redeem-gift-card-number {
		width: 55%;
	}

	.woocommerce-cart .woocommerce #pwgc-redeem-button {
		width: 45%;
	}
}

@media(max-width: 500px) {
	.woocommerce-cart .woocommerce .woocommerce-cart-wrap > .container {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce-cart .woocommerce .woocommerce-cart-wrap .checkout-block-title,
	.woocommerce-cart .woocommerce .card-box table.shop_table:not(.woocommerce-checkout-review-order-table) {
		font-size: 16px;
	}
}

@media (max-width: 380px) {
	.woocommerce-cart .woocommerce #pwgc-redeem-gift-card-number {
		float: left !important;
	}
}
/** end Cart **/

/* Facebook Brand: Popup */
.popup-follow .social .facebook-brand img {
	vertical-align: top;
}

.popup-follow .social li .facebook-brand {
	background: #898f9c !important;
}

/* Facebook Brand: Social Share */
.soc-share ul li {
	display: inline-block;
	vertical-align: middle;
}

.soc-share ul a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.soc-share ul li .facebook-brand {
	border: none;
	background: #1877f2;
}

.soc-share ul li .facebook-brand img {
	margin: 0 !important;
	vertical-align: top;
}

/* Social Share: Like in React Dashboard */
.soc-share2 {
	margin: 3rem 0 2rem 0;
	font-size: 0.85rem;
	line-height: 0;
}

.soc-share2__title {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.soc-share2__list {
	border-top: solid 1px #d8d7d7;
	padding-top: 8px;
}

.soc-share2__list__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}

.soc-share2__link {
	display: inline-block;
}

.soc-share2__img {
	width: 2em;
	height: 2em;
}

.soc-share2__img--whatsapp {
	width: 2.5em;
	height: 2.5em;
}

/* Articles Form Popup Content */
.articles-form-popup-content .coaching-form-section {
	padding: 0 0 25px 0;
}

.articles-form-popup-content .coaching-form-section p {
	color: #000;
	font-size: 25px;
}

.articles-form-popup-content .coaching-form-section .form-container {
	margin-top: 20px;
}

.articles-form-popup-content .coaching-form-section.tm-form-section .input-container {
	margin-right: 0;
	width: 100%;
}

.articles-form-popup-content .coaching-form-section.tm-form-section .input-container {
	margin-bottom: 25px;
}

.articles-form-popup-content .d-flex,
.articles-form-popup-content .coaching-form-section.tm-form-section .left-part-inner {
	display: block;
}

@media (max-width: 560px) {
	.articles-form-popup-content .container {
		padding: 0;
	}
}

.articles-form-popup-content .form-container .right-part {
	text-align: center;
}

.articles-form-popup-content .mmg-checkbox-label {
	display: inline-block !important;
}

.free-checkout-wrap {
	background: var(--bg-body);
}

.free-checkout-wrap .checkout-sidebar {
	margin: auto;
}

/*  ========== Email verification page template styles ========== */
.email-verify-wrap {
	max-width: 546px;
	margin: 70px auto;
}

.email-verify-token-head {
	position: relative;
	margin: 0;
	padding: 20px 10px 20px 55px;
	background: #e75b37;
	font-size: 19px;
	line-height: 1.2;
	color: #fff;
}

.email-verify-token-head .icon {
	position: absolute;
	left: 15px;
	top: 17px;
	font-size: 1.35em;
}

.email-verify-token-body {
	border: 1px solid #f8cfcf;
	border-radius: 0 0 7px 7px;
	padding: 27px 10px;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}

.email-verify-token-btn {
	margin-top: 15px;
	color: #616161;
	font-size: 13px;
	padding: 8px 20px 7px;
	border: 1px solid #d4d4d4;
	line-height: 1;
	border-radius: 4px;
	background: #f5f5f5;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	transition: color 0.3s ease-out, border-color 0.3s ease-out;
}

.email-verify-token-btn:hover {
	text-decoration: none;
	color: #484848;
	border-color: #adadad;
}

@media (min-width: 768px) {
	.email-verify-wrap {
		margin: 140px auto;
	}
}

@media (min-width: 400px) {
	.email-verify-token-head {
		padding-right: 30px;
	}

	.email-verify-token-body {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Subscription send ok message */
.membership-body {
	padding: 0 15px 30px 15px;
}

.membership-body .checkout-form {
	padding: 0;
}

.membership-message {
	margin: 0;
}

.membership-message-icon {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 7px;
	background: #5edb5f;
	border-radius: 50%;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}

.membership-message-title {
	display: block;
	margin: 5px 0 10px;
	font-size: 20px;
	color: #5edb5f;
}

#sign_up_for_free .membership-message-success {
	margin: 35px 0 0 0;
}

#sign_up_for_free .membership-message-success p {
	margin: 0;
}

#popup-login-form .response {
	margin: 20px 0;
}

.login-form-success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	border-radius: 4px;
	padding: 4px;
	color: #155724;
}

.mmg-link-style {
	color: #49b8e1;
	text-decoration: underline;
}

#sign_up_for_free .mmg-success-container {
	color: #5edb5f !important;
}

.home-banner-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

/*Page MSR*/
.page-template-template-msr .checkout-intro-title,
.page-template-template-join .checkout-intro-title {
	font-size: 33px;
	margin-bottom: 10px;
}

.page-template-template-msr .checkout-intro-txt {
	font-size: 19px;
}

@media (max-width: 768px) {
	.page-template-template-msr .benefit-item {
		padding-left: 1.2rem;
	}

	.page-template-template-msr .benefit-item:before {
		content: '';
	}
}

/**** End Included from front.css*/

/* Reviews */
.mmg-reviews__title {
	margin: 0;
}

.mmg-reviews__cont {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 5% 15px 15px;
	/*background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8379726890756303) 0%,
        rgba(253, 187, 45, 0) 100%
    );*/
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 0.8379726890756303) 0%,
			rgba(0, 0, 0, 0.44021358543417366) 69%,
			rgba(253, 187, 45, 0) 100%);
	z-index: 3;
}

.mmg-reviews__text {
	display: none;
}

.mmgReviewItem {
	overflow: hidden;
}

@media (min-width: 768px) {
	.mmgReviews {
		height: 0;
		padding-top: 67%;
	}

	.mmgReviewItem1 {
		left: 0;
		top: 0;
		width: 50%;
		height: 0;
		padding-top: 30%;
	}

	.mmgReviewItem2 {
		left: 50%;
		top: 0;
		width: 25%;
		height: 0;
		padding-top: 30%;
	}

	.mmgReviewItem3 {
		left: 75%;
		top: 0;
		width: 25%;
		height: 0;
		padding-top: 25%;
	}

	.mmgReviewItem4 {
		left: 0;
		top: 44.8%;
		width: 40%;
		height: 0;
		padding-top: 17.1%;
	}

	.mmgReviewItem5 {
		left: 0;
		top: 69.82%;
		width: 40%;
		height: 0;
		padding-top: 18%;
	}

	.mmgReviewItem6 {
		left: 40%;
		top: 44.5%;
		width: 35%;
		height: 0;
		padding-top: 35%;
	}

	.mmgReviewItem7 {
		left: 75%;
		top: 37.3%;
		width: 25%;
		height: 0;
		padding-top: 39.8%;
	}
}

@media (max-width: 767px) {
	.mmgReviews {
		height: 0;
		padding-top: 178%;
	}

	.mmgReviewItem1 {
		left: 0;
		top: 0;
		width: 67%;
		height: 0;
		padding-top: 44%;
	}

	.mmgReviewItem2 {
		left: 67%;
		top: 0;
		width: 33%;
		height: 0;
		padding-top: 44%;
	}

	.mmgReviewItem3 {
		left: 0;
		top: 24.7%;
		width: 49%;
		height: 0;
		padding-top: 66%;
	}

	.mmgReviewItem4 {
		left: 49%;
		top: 24.7%;
		width: 51%;
		height: 0;
		padding-top: 33%;
	}

	.mmgReviewItem5 {
		left: 49%;
		top: 43.2%;
		width: 51%;
		height: 0;
		padding-top: 33%;
	}

	.mmgReviewItem6 {
		left: 0;
		top: 61.7%;
		width: 58%;
		height: 0;
		padding-top: 64%;
	}

	.mmgReviewItem7 {
		left: 58%;
		top: 61.7%;
		width: 42%;
		height: 0px;
		padding-top: 64%;
	}

	/* Hide Texts */
	.mmgReviewItem2 .mmg-reviews__title,
	.mmgReviewItem3 .mmg-reviews__title,
	.mmgReviewItem5 .mmg-reviews__title,
	.mmgReviewItem7 .mmg-reviews__title {
		display: none !important;
	}
}

@media (max-width: 400px) {
	.mmg-reviews__cont {
		padding: 10px;
	}

	.mmg-reviews__title {
		font-size: 12px !important;
	}
}

@media (min-width: 401px) and (max-width: 768px) {
	.mmg-reviews__title {
		font-size: 21px !important;
	}
}

@media (min-width: 769px) and (max-width: 1080px) {
	.mmg-reviews__title {
		font-size: 18px !important;
		line-height: 1.25 !important;
	}

	.mmg-reviews__text {
		font-size: 12px !important;
		margin: 10px 0 0 0 !important;
	}
}

@media (min-width: 992px) {
	.mmgReviewItem {
		cursor: pointer;
	}

	.mmgReviewItem--hover:hover .mmg-reviews__text {
		display: block;
	}

	.mmgReviewItem--hover:hover .mmg-reviews__cont {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		background: rgba(0, 0, 0, 0.5);
		padding-top: 15px;
	}
}

@media (min-width: 1081px) and (max-width: 1400px) {
	.mmg-reviews__text {
		font-size: 13px !important;
		margin: 10px 0 0 0 !important;
	}
}

@media (min-width: 1081px) {
	.mmg-reviews__title {
		font-size: 21px !important;
		line-height: 1.3 !important;
	}

	.mmg-reviews__text {
		margin: 30px 0 0 0 !important;
	}

	.mmgReviewItem--hover:hover .mmg-reviews__cont {
		left: 15px;
		right: 15px;
		top: 15px;
		bottom: 15px;
	}
}

/* Temp Styles */
.page-template-template-join.wp-mobile .mfp-wrap.mfp-auto-cursor.mfp-ready {
	height: 500px !important;
}

/*3 Step Subscription*/
.page-template-template-msc,
.page-template-template-one-step-checkout,
.page-template-template-msr-simple {
	background: var(--bg-body);
	color: #212830;
}

.mmg-msr-simple {
	padding-bottom: 30px;
}

.mmg-msc-payment {
	padding: 20px 0;
}

.mmg-msr-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
	width: 100%;
	height: 260px;
}

.mmg-msr-banner__price {
	font-size: 2rem;
	left: 50%;
	top: 26%;
	transform: translateX(-50%);
}

.mmg-msr-banner__price sub {
	font-size: 45%;
}

.mmg-multistep-step-level {
	font-size: 14px;
}

.mmg-msc .mmg-account-form__btn {
	background-color: var(--best-offer-color);
	padding: 14px 25px;
}

/*3 Step Subscription ---step 2*/
/*Plans*/
.msc-membership-plans {
	margin-bottom: 5px;
}

.mmg-msc-plan {
	font-size: 1.286rem;
}

.mmg-msc-plan:not(:last-of-type) {
	margin-bottom: 15px;
}

.mmg-msc-plan>input[type='radio'] {
	position: absolute;
	display: none;
}

.mmg-msc-plan__label {
	padding: 20px 15px;
}

.mmg-msc-plan>input[type='radio']:checked+label {
	outline: 3px solid var(--theme-color);
}

.mmg-msc-plan__badge {
	background: var(--best-offer-color);
	border-bottom-left-radius: 2.75rem;
	height: 2.75rem;
	padding-left: 0.625rem;
	top: 0;
	right: 0;
	width: 6.1875rem;
}

.mmg-msc-plan__title {
	margin-bottom: 15px;
}

.mmg-msc-plan__price {
	margin-bottom: 10px;
	color: var(--theme-color);
	font-size: 2.375rem;
}

.mmg-msc-plan--yearly .mmg-msc-plan__price,
.mmg-msc-plan--yearly .mmg-msc-plan__price sub {
	color: var(--best-offer-color);
}

.form-transparent-style .mmg-account-form {
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-transparent-style .mmg-account-form .mmg-account-form-title {
	color: #fff;
}

.form-transparent-style .mmg-account-form__form-control {
	background-color: #fff;
}

/* Responsive */
@media screen and (max-width: 1300px) {

	/*Form*/
	input[type='text'].free-videos-input,
	input[type='email'].free-videos-input,
	select.free-videos-input,
	select.select {
		font-size: 16px;
	}

	.floating-label {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {

	/*Form*/
	select.free-videos-input,
	select.select {
		margin-right: 12px;
	}
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 5.2 - Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	margin: 0 0 28px 0;
	max-width: 100%;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 28px 21px 0;
}

.wp-caption.alignright {
	margin: 7px 0 21px 28px;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 13px;
	line-height: 1.1;
	padding: 10px 0;
	text-align: center;
}

/*Min-widths*/
@media (min-width: 481px) {
	.single-post-main-title {
		font-size: 34px;
	}
}

@media (min-width: 768px) {

	.single-post-cover .section-video-channel .video-popup .news-play-btn:hover {
		-webkit-transform: scale(1.4, 1.4);
		-moz-transform: scale(1.4, 1.4);
		transform: scale(1.4, 1.4);
	}

	.coaching-plans-listing .top-image .bottom-categories .bottom-category:hover {
		color: #48b9e2;
	}

	.coaching-plans-listing .video-popup a.play-button:hover {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}

	.coaching-listing-popup-content .popup-btn:hover {
		background-color: #408859;
	}

	.dashboard-blue-btn:hover {
		background-color: #3d98b9;
	}

	.coaching-listing-popup-content .buttons-container .left-btn:hover {
		background-color: #b9482b;
	}

	.btn.mmgs-coupon-btn:hover,
	.checkout-with-recurly-page .btn.next-btn:hover,
	.btn.mmgs-registration-btn:hover,
	.checkout-with-recurly-page .btn.go-to-dashboard-btn:hover {
		background-color: #3989a7;
	}

	.checkout-with-recurly-page .btn.next-btn:hover {
		color: #fff;
	}

	.coaching-plans-intro {
		padding-left: 60px;
		padding-right: 60px;
	}

	.coaching-listing .coaching-item.hover {
		cursor: pointer;
		-webkit-box-shadow: 0 0 12px rgba(123, 123, 123, 0.5);
		-moz-box-shadow: 0 0 12px rgba(123, 123, 123, 0.5);
		box-shadow: 0 0 12px rgba(123, 123, 123, 0.5);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.close-drill-btn:hover {
		background: #dcf0f9;
	}

	.coaching-plan-coming-soon-front .scroll-text:hover,
	.coaching-plan-coming-soon-front .scroll-text:hover i:before {
		color: #48b9e2 !important;
		border-color: #48b9e2;
	}

	.coaching-plan-coming-soon-front .scroll-text i {
		-moz-animation: arrow-bounce 2s infinite;
		-webkit-animation: arrow-bounce 2s infinite;
		animation: arrow-bounce 2s infinite;
	}

	.about-slider-container .text-container .text ul a:hover {
		color: #388aa9;
	}

	.about-slider-container .read-more:hover {
		text-decoration: underline;
	}

	/* Live video */
	.lv-video-box .col-desk-7 {
		float: left;
		width: 58.333333%;
	}

	.lv-video-box .col-desk-5 {
		float: left;
		width: 41.666667%;
	}

	.mmg-osp__top-selects-outer .mmg-osp__country {
		margin-right: 0;
		width: 65%;
	}

	.mmg-osp-checkout-order {
		min-height: 253px;
	}
}

@media (min-width: 1301px) {
	.subscription-box .btn-subscription.btn.main-btn .arrow {
		width: 116px;
		font-size: 16px;
	}

	.subscription-box .btn-subscription.btn.main-btn .arrow span {
		margin-top: -8px;
	}

	.subscription-box .btn-subscription.btn.main-btn {
		font-size: 15px;
		padding: 16px 134px 16px 18px;
	}
}

/*Max-widths*/
@media (max-width: 1200px) {
	.for-sale {
		font-size: 20px;
	}

	.for-sale span {
		left: 35px;
		width: 58%;
	}
}

@media (max-width: 1150px) {
	.for-sale {
		text-align: right;
		font-size: 19px;
	}

	.for-sale span {
		left: inherit;
		right: -10px;
		width: 80px;
	}
}

@media (max-width: 992px) {
	.form-checkout-container .image-container figure {
		margin-bottom: 15px;
	}

	.owl-carousel--blog-single .owl-carousel_item {
		height: 300px;
	}

	.form-checkout-container {
		text-align: center;
	}
}

@media (max-width: 680px) {
	.for-sale {
		font-size: 17px;
	}

	.for-sale span {
		right: -6px;
		width: 67px;
	}
}

@media (max-width: 1600px) {
	.menu-live-video .menu-lv-text {
		padding: 1px 6px;
		font-size: 8px;
	}

	.menu-live-video .pulse {
		top: 23px;
		right: 25px;
	}

	.coaching-plans-dashboard-single .video-meta.video-title {
		margin-left: 20px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 140px;
	}

	.coming-soon-mission-section .img-cont img {
		left: 12%;
	}
}

@media (max-width: 1420px) {
	.menu-live-video .pulse {
		top: 1.25rem;
		right: 0.8rem;
	}
}

@media (max-width: 1200px) {
	.menu-live-video .pulse {
		top: 1.5rem;
		right: 1.8rem;
	}
}

@media (max-width: 1500px) {
	.cp-label {
		width: 300px;
	}

	.cp-label span {
		font-size: 45px;
	}

	.row.mmgs-row {
		margin-left: -22px;
		margin-right: -22px;
	}

	.col-6.mmgs-col,
	.col-12.mmgs-col {
		padding-left: 22px;
		padding-right: 22px;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 800px !important;
		margin-top: -155px;
	}

	.coming-soon-mission-section .img-cont img {
		left: 5%;
	}

	.about-slider-bottom-overlay {
		margin-bottom: 100px;
	}
}

@media (max-width: 1400px) {
	.top-big-image-text {
		width: 360px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 120px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.coaching_plan_coming_soon_image {
		margin-top: -100px;
	}

	.coming-soon-mission-section .img-cont img {
		left: 0;
	}

	.coming-soon-mission-section h3 {
		font-size: 36px;
		line-height: 36px;
	}

	.coming-soon-mission-section p {
		font-size: 21px;
		line-height: 37px;
	}

	.coming-soon-mission-section h3:first-child {
		margin-top: 30px;
	}

	.coming-soon-mission-section h4 {
		font-size: 22px;
		line-height: 50px;
		margin-top: 40px;
		margin-bottom: 100px;
	}
}

@media (max-width: 1300px) {
	.owl-carousel--blog .owl-carousel_item {
		height: 500px;
	}

	.top-big-image {
		height: 480px;
	}

	.coaching-plans-listing .top-image .col-6 {
		width: 60%;
		z-index: 1;
	}

	.btn-subscription.btn.main-btn .arrow {
		width: 116px;
		font-size: 16px;
	}

	.btn-subscription.btn.main-btn .arrow span {
		margin-top: -8px;
	}

	.btn-subscription.btn.main-btn {
		padding: 16px 134px 16px 18px;
	}

	.coaching-plans-front-single .cp-video-box .info-container h2 {
		font-size: 29px;
		line-height: 30px;
		padding: 0 20px;
	}

	.coaching-plans-front-single .cp-video-media {
		margin-bottom: 25px;
	}

	.coaching-plans-front-single .cp-video-box .info-container .description {
		font-size: 18px;
		line-height: 24px;
		padding: 20px;
	}

	.coaching-plans-front-single .cp-video-box {
		min-height: 555px;
		margin-bottom: 30px;
	}

	.coaching-plans-front-single .content-section .title-container h2 {
		font-size: 30px;
		line-height: 33px;
	}

	.coaching-plans-front-single .col-center {
		margin-left: 20%;
	}

	.coaching-plans-front-single .col-right {
		margin-left: 40%;
	}

	.coming-soon-mission-section h3 {
		font-size: 32px;
		line-height: 32px;
	}

	.coming-soon-mission-section p {
		font-size: 20px;
		line-height: 33px;
	}

	.coming-soon-mission-section h4 {
		margin-bottom: 80px;
	}
}

@media (max-width: 1200px) {
	.for-sale {
		font-size: 20px;
	}

	.for-sale span {
		left: 35px;
		width: 58%;
	}

	.about-us-top-image .title h2 {
		font-size: 50px;
		line-height: 53px;
	}

	.about-us-top-image .left-icon {
		left: 23%;
		top: 130px;
	}

	.about-us-top-image .right-icon {
		right: 15%;
		top: 195px;
	}

	.blog-popular-posts li:not(:first-child) .blog-post-img-blog-page>a {
		width: 170px;
	}

	.blog-popular-posts li:not(:first-child) .blog-post-img-blog-page .blog-post-title h2 {
		margin-bottom: 35px;
	}

	.blog-single-top-section {
		margin-top: 14px;
	}

	.blog-single-top-section iframe,
	.blog-single-top-section .single-post-cover {
		height: 350px;
	}

	.single-post-cover .section-video-channel .video-popup .news-play-btn {
		width: 100px;
		height: 100px;
	}

	.single-post-cover .section-video-channel {
		margin-left: -50px;
		margin-top: -50px;
	}

	.coaching-plans-listing .top-image .video-popup a.play-button {
		width: 60px;
		height: 60px;
		margin-right: 0;
	}

	.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button::after {
		width: 33px;
		height: 65px;
		right: -6rem;
		top: 3rem;
		background-size: cover;
	}

	.coaching-plans-listing .top-image .video-title {
		font-size: 20px;
		line-height: 22px;
		padding-top: 19px;
	}

	.coaching-plans-listing .top-image {
		background-position: center top;
		margin-top: 15px;
	}

	.coaching-plans-listing .top-image .persons {
		right: -80px;
	}

	.coaching-plans-listing .top-image h2 {
		font-size: 45px;
		line-height: 48px;
	}

	.coaching-plans-listing .top-image .description {
		font-size: 24px;
		line-height: 29px;
	}

	.coaching-listing {
		padding: 50px 0 0 0;
	}

	.coaching-plans-listing .coaching-items-col {
		width: 33.333333%;
	}

	.coaching-listing-popup-content.tm-success-popup-content h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.coaching-listing-popup-content .text1 {
		font-size: 22px;
		line-height: 22px;
	}

	.coaching-listing-popup-content .popup-btn {
		padding: 15px 80px;
		font-size: 26px;
	}

	.coaching-listing-popup-content .text2 {
		font-size: 20px;
		line-height: 20px;
	}

	.coaching-plans-listing .top-image .video-title {
		padding-left: 75px;
	}

	.top-big-image-text {
		width: 280px;
	}

	.coaching-plans-front-single .cpf-container-fluid {
		padding-left: 38px;
		padding-right: 38px;
	}

	.coaching-plans-front-single .content-section .title-container h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.coaching-listing-popup-content .title-container {
		font-size: 30px;
		line-height: 32px;
	}

	.coaching-listing-popup-content .modal-container-inner img {
		width: 70px;
	}

	.coaching-listing-popup-content .title-container .icon-coaching {
		font-size: 63px;
		margin: -15px 22px 10px 35px;
	}

	.coaching-plans-listing .top-image .col-right .video-title {
		padding-right: 75px;
	}

	.coaching-plans-listing .col-right .video-popup a {
		margin-left: 15px;
		margin-right: 0;
	}

	.registration-form-container {
		padding: 50px 200px;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 700px !important;
	}

	.coaching-plans-comments-container {
		margin-top: 30px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 140px;
	}

	.coaching-listing-popup-content.tm-success-popup-content .modal-container-inner .video-box {
		padding: 0 25px;
	}
}

@media (max-width: 1024px) {

	.section-blog-posts .blog-posts li {
		float: left;
		width: 50%;
		padding: 22px;
	}

	.owl-carousel--blog .owl-carousel_item {
		height: 400px;
	}

	.owl-carousel--blog .blog-slider-cont h2 {
		font-size: 25px;
		line-height: 28px;
		margin: 30px 0 40px 0;
	}

	.section-slider .col-11,
	.section-blog-posts .col-11,
	.section-blog-posts .col-8,
	.section-blog-posts .col-4 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.section-blog-posts .video-box {
		background-color: #ffffff;
		padding: 22px;
	}

	.section-blog-posts .video-box h3 {
		text-transform: uppercase;
	}

	.section-blog-posts .video-box iframe {
		width: 100%;
		min-height: 450px;
		margin-bottom: 25px;
	}

	.section-blog-posts .blog-post-img img {
		width: 100%;
	}

	.section-blog-posts .post-comments {
		background: #ffffff;
		margin-top: 35px;
		padding: 22px;
	}

	.section-blog-posts .post {
		background-color: #ffffff;
		margin-top: 44px;
		padding: 22px;
	}

	.section-blog-posts .post h2 {
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.section-blog-posts .post .post-author,
	.section-blog-posts .post .date {
		font-size: 12px;
		display: block;
		width: 100%;
	}

	.section-blog-posts .post img {
		width: 150px;
		float: left;
	}

	.section-blog-posts .post .post-info {
		padding-left: 160px;
	}

	.section-blog-posts .post.text-right img {
		width: 150px;
		float: right;
	}

	.section-blog-posts .post.text-right .post-info {
		padding-right: 160px;
		padding-left: 0;
	}

	.section-blog-posts {
		padding-bottom: 30px;
	}

	.blog-popular-posts li:first-child {
		width: 50%;
		height: auto;
		margin-bottom: 50px;
	}

	.blog-popular-posts li {
		width: 50%;
	}

	.blog-popular-posts {
		margin-bottom: 50px;
		overflow: hidden;
	}

	.section-latest-blog-posts.section-blog-posts .blog-posts li {
		width: 50%;
	}

	.top-big-image {
		height: 400px;
	}

	.coaching-listing-popup-content .buttons-container .left-btn {
		font-size: 25px;
		line-height: 27px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn {
		font-size: 23px;
		line-height: 25px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn span {
		font-size: 40px;
		line-height: 40px;
	}

	.coaching-listing-popup-content .content-container h2 {
		margin-bottom: 30px;
	}

	.coming-soon-mission-section {
		padding-top: 60px;
	}

	.coaching-plan-coming-soon-front .countdowner-container {
		padding: 0;
	}
}

@media (max-width: 1150px) {
	.for-sale {
		text-align: right;
		font-size: 19px;
	}

	.for-sale span {
		left: inherit;
		right: -10px;
		width: 80px;
	}

	.subscription-title-mobile {
		display: inline-block;
	}

	.subscription-title-desktop {
		display: none;
	}
}

@media (max-width: 992px) {
	.blog-single-top-section {
		margin-top: 62px;
	}

	.blog-single-top-section iframe,
	.blog-single-top-section .single-post-cover {
		height: 300px;
	}

	.single-post .sidebar-with-margin {
		margin-top: 0;
	}

	.coaching-plans-front-single .cp-video-box .info-container {
		padding: 0 20px;
	}

	.coaching-plans-front-single .cp-video-box .info-container h2 {
		font-size: 25px;
		line-height: 27px;
	}

	.coaching-plans-front-single .cp-video-box {
		min-height: 500px;
	}

	.coaching-plans-front-single .cp-video-box .info-container .week {
		font-size: 20px;
	}

	.cp-label {
		width: 150px;
	}

	.cp-label span {
		font-size: 26px;
	}

	.coaching-plans-front-single .content-section .title-container h2,
	.coaching-plans-front-single .content-section .title-container .btn-container {
		text-align: center;
	}

	.video-meta.video-title {
		font-size: 16px;
		text-align: center;
		float: none;
		margin-bottom: 15px;
	}

	.coaching-plans-front-single .content-section .title-container h2 {
		float: inherit;
		margin-bottom: 10px;
	}

	.coaching-plans-intro p {
		font-size: 18px;
		line-height: 1.4;
	}

	.coaching-plans-front-single .content-section .title-container .login-text {
		margin-bottom: 40px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn {
		margin-left: 0;
	}

	.coaching-listing-popup-content .buttons-container .left-btn {
		margin-right: 0;
	}

	.coaching-listing-popup-content .content-container .subscription-box .duration {
		font-size: 18px;
	}

	.coaching-listing-popup-content .content-container .subscription-box .best-value {
		left: -47px;
		top: -21px;
		font-size: 12px;
		padding: 30px 35px 2px 25px;
	}

	.mmgs-credit-cards .images img {
		width: 48px;
	}

	.mmgs-credit-cards .or {
		font-size: 15px;
	}

	.checkout-title {
		font-size: 37px;
		line-height: 37px;
		margin-bottom: 55px;
	}

	.mmgs-cart-totals-ul li {
		padding: 16px 0;
	}

	.mmgs-cart-totals-ul .title {
		width: 175px;
	}

	.mmgs-cart-totals-ul .info {
		width: 115px;
	}

	.btn.mmgs-registration-btn {
		height: 62px;
		font-size: 22px;
		line-height: 30px;
		margin-top: 10px;
		padding: 5px 22px;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 590px !important;
		margin-top: -150px;
	}

	.checkout-with-recurly-page .btn.go-to-dashboard-btn {
		font-size: 23px;
		line-height: 23px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 23px;
	}

	.mmgs-registration-or-container {
		margin: 30px 0;
	}

	.user_current_billing_info p {
		font-size: 17px;
		line-height: 17px;
		margin-bottom: 8px;
	}

	.coaching-plans-intro {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.coaching-plans-listing .top-image h2 {
		margin-top: 0;
	}

	.coaching-plans-listing .top-image .persons {
		right: -100px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 120px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container h2 {
		font-size: 35px;
		line-height: 35px;
	}

	.coaching_plan_coming_soon_image {
		margin-top: -85px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container p {
		font-size: 23px;
		line-height: 23px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button::after {
		right: -5rem;
		top: 2rem;
	}

	.coaching-plan-coming-soon-front .scroll-text i {
		margin-top: 23px;
	}
}

@media (max-width: 900px) {
	h2.checkout-title {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.about-us-top-image .title h2 {
		font-size: 35px;
		line-height: 37px;
	}

	.about-us-top-image .title .blue-title {
		font-size: 45px;
		margin: 0 12px;
	}

	.about-us-top-image .title .blue-title-cont .left-border,
	.about-us-top-image .title .blue-title-cont .right-border {
		border-bottom: 3px solid #4eb9e0;
		width: 165px;
	}

	.owl-carousel--blog .blog-icon-cont {
		padding: 95px;
	}

	.owl-carousel--blog .blog-icon-cont img {
		width: 70px;
	}

	.section-blog-posts .blog-posts .blog-posts-box {
		margin-bottom: 15px;
	}

	.blog-popular-posts li {
		width: 100%;
	}

	.blog-popular-posts li:first-child {
		width: 80%;
		margin-left: 10%;
	}

	.blog-popular-posts li:not(:first-child) {
		padding-left: 0;
	}

	.blog-popular-posts li .post-info .cat-name {
		left: 0;
	}

	.video-popup-container.modal-container .modal-container-inner iframe {
		height: 400px;
	}

	.top-big-image {
		height: 350px;
	}

	.coaching-plans-listing .top-image h2 {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 15px;
	}

	.coaching-plans-listing .top-image .description {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.coaching-plans-listing .top-image {
		height: 400px;
	}

	.coaching-plans-listing .top-image .bottom-categories .bottom-category {
		margin: 0 40px 0 40px;
		padding-bottom: 12px;
		font-size: 17px;
		line-height: 18px;
	}

	.coaching-plans-listing .top-image .bottom-categories {
		padding-top: 16px;
	}

	.coaching-plans-listing .coaching-items-col {
		width: 50%;
	}

	.coaching-listing .coaching-item {
		margin-bottom: 40px;
	}

	.coaching-listing {
		padding: 40px 0 0 0;
	}

	.cpf-top-big-image .col-inner {
		padding-left: 0;
	}

	.top-big-image-text {
		width: 215px;
	}

	.coaching-plans-listing .top-image .video-title .info {
		margin-bottom: 5px;
	}

	.coaching-plans-listing .top-image .video-title .level {
		margin-top: 20px;
	}

	.coaching-listing-popup-content .buttons-container .left-btn {
		font-size: 21px;
		line-height: 23px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn {
		font-size: 18px;
		line-height: 21px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn span {
		font-size: 30px;
		line-height: 30px;
	}

	.coaching-listing-popup-content .title-container {
		font-size: 27px;
		line-height: 30px;
	}

	.coaching-listing-popup-content .plan-container .plan-name {
		width: 130px;
		font-size: 20px;
		line-height: 25px;
	}

	.coaching-listing-popup-content .plan-container .plan-description {
		padding-top: 2px;
	}

	.subscriptions-container .col-6 {
		width: 100%;
	}

	.left-subscription-box {
		margin-bottom: 20px;
	}

	.coaching-listing-popup-content .content-container .subscription-box ul {
		display: inline-block;
	}

	.coaching-listing-popup-content .content-container .subscription-box .info-cont {
		text-align: center;
	}

	.mmgs-col {
		width: 100%;
	}

	.form-checkout-container {
		padding: 30px 20px;
	}

	.mmgs-cart-totals {
		float: inherit;
		width: 100%;
	}

	.mmgs-cart-totals-ul .title,
	.mmgs-cart-totals-ul .info {
		width: 50%;
	}

	.checkout-with-recurly-page .btn.next-btn {
		width: 550px;
		font-size: 32px;
		line-height: 32px;
		padding: 20px 35px;
		margin-top: 30px;
	}

	.subscription-box.active {
		margin-top: 0;
	}

	.registration-form-container {
		padding: 50px 0;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 500px !important;
		margin-top: -125px;
	}

	.user_current_billing_info p {
		text-align: center;
	}

	.next-renewal-ul {
		width: 100%;
		float: inherit;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 160px;
	}

	.mmgs-credit-cards {
		max-width: 100%;
	}

	.coaching_plan_coming_soon_image {
		margin-top: -60px;
	}

	.coming-soon-mission-section .cpf-row {
		display: block;
		text-align: center;
	}

	.coming-soon-mission-section .cpf-row .cpf-col {
		width: 100%;
	}

	.coming-soon-mission-section .img-cont img {
		position: relative;
		height: 400px;
	}
}

@media (max-width: 767px) {
	.single-post-img .blog-icon {
		width: 80px;
		margin-left: -40px;
		margin-top: -40px;
	}

	.owl-carousel--blog-single .owl-carousel_item {
		height: 300px;
	}

	.about-us-top-image .left-icon,
	.about-us-top-image .right-icon {
		display: none;
	}

	.about-us-top-image .title h2 {
		font-size: 26px;
		line-height: 28px;
	}

	.about-us-top-image {
		height: 400px !important;
		overflow: hidden;
	}

	.owl-carousel--blog .blog-slider-cont {
		padding: 20px;
		left: 30px;
	}

	.owl-carousel--blog .blog-slider-cont h2 {
		font-size: 20px;
		line-height: 22px;
		margin: 12px 0 35px 0;
	}

	.owl-carousel--blog .top-part .left {
		font-size: 20px;
		margin-left: -40px;
	}

	.owl-carousel--blog .grey-box {
		padding: 10px 15px;
		font-size: 15px;
	}

	.owl-carousel--blog .grey-box .date {
		font-size: 17px;
	}

	.owl-carousel--blog .blog-icon-cont {
		padding: 90px;
	}

	.owl-carousel--blog .blog-icon-cont img {
		width: 60px;
	}

	.section-blog-posts .blog-posts-box .blog-icon {
		width: 120px;
		margin-left: -60px;
		margin-top: -75px;
	}

	.section-blog-posts .post-info a.cat-name,
	.section-blog-posts .blog-posts .post-info {
		font-size: 15px;
	}

	.section-blog-posts .blog-post-title h2 {
		font-size: 16px;
	}

	.section-blog-posts .blog-post-title h2 a {
		padding: 10px 5px;
	}

	.section-blog-posts .blog-posts {
		margin: 35px 0 0;
	}

	.blog-popular-posts li:first-child {
		width: 100%;
		margin-left: 0;
	}

	.blog-single-top-section {
		margin-top: -2px;
		margin-bottom: -60px;
	}

	.video-popup-container.modal-container .modal-container-inner iframe {
		height: 350px;
	}

	.top-big-image {
		height: 280px;
		margin-top: 0;
	}

	.coaching-plans-listing .top-image {
		height: auto;
		padding: 50px 0 100px 0;
		margin-top: 0;
		background-position: left top;
		text-align: center;
	}

	.coaching-plans-listing .top-image .col-6 {
		width: 100%;
	}

	.coaching-plans-listing .top-image .bottom-categories .bottom-category {
		margin: 0 20px 0 20px;
	}

	.coaching-plans-listing .top-image .persons {
		display: none;
	}

	.coaching-plans-listing .top-image .video-popup a.play-button {
		float: inherit;
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
	}

	.coaching-listing-popup-content.tm-success-popup-content .modal-container-inner .video-box {
		padding: 0;
	}

	.coaching-plans-listing .cpf-top-big-image.top-image {
		margin-top: 0;
		text-align: center;
	}

	.coaching-plans-listing .top-image .video-title {
		font-size: 17px;
		line-height: 17px;
		padding-left: 0;
		padding-top: 10px;
	}

	.top-big-image-text {
		margin-bottom: 15px;
	}

	.coaching-plans-front-single .cp-video-media {
		margin-bottom: 12px;
	}

	.coaching-plans-front-single .cp-video-box .info-container {
		padding: 0;
	}

	.coaching-plans-front-single .cp-video-box .info-container h2 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 6px;
		padding: 0 12px;
	}

	.coaching-plans-front-single .cp-video-box .info-container .description {
		font-size: 16px;
		line-height: 22px;
		padding: 12px;
	}

	.coaching-plans-front-single .cp-video-box {
		min-height: 410px;
	}

	.coaching-plans-front-single .content-section {
		padding: 25px 0;
	}

	.coaching-plans-front-single .content-section .title-container h2 {
		font-size: 22px;
		line-height: 24px;
	}

	.coaching-plans-front-single .content-section .title-container .login-text {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.coaching-listing-popup-content .title-container {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.coaching-listing-popup-content .modal-container-inner img {
		width: 50px;
		margin: -10px 15px 7px 18px;
	}

	.coaching-listing-popup-content .content-container .description {
		font-size: 19px;
		line-height: 23px;
	}

	.coaching-listing-popup-content .content-container {
		padding: 10px;
	}

	.coaching-listing-popup-content .plan-container .plan-name {
		float: inherit;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #c2c2c2;
		margin-bottom: 10px;
		padding: 3px 0 9px 0;
	}

	.coaching-listing-popup-content .plan-container .plan-description {
		float: inherit;
	}

	.coaching-listing-popup-content .plan-container {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 15px;
	}

	.coaching-listing-popup-content .plan-container .text-cont {
		float: inherit;
	}

	.coaching-listing-popup-content .plan-container .plan-description img {
		float: inherit;
		margin: 0 0 7px 0;
	}

	.coaching-listing-popup-content .content-container h2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.coaching-listing-popup-content .buttons-container .d-flex {
		display: block;
	}

	.coaching-listing-popup-content .buttons-container .d-flex>.col-6 {
		width: 100%;
	}

	.coaching-listing-popup-content .buttons-container .left-btn {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 8px;
		padding: 12px 20px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn {
		line-height: 18px;
		padding: 10px 20px;
	}

	.coaching-listing-popup-content .buttons-container .right-btn span {
		font-size: 25px;
		line-height: 25px;
		font-weight: bold;
	}

	.coaching-listing-popup-content .bottom-text {
		font-size: 17px;
		line-height: 18px;
		margin-top: 30px;
	}

	.coaching-listing-popup-content .title-container .icon-coaching {
		font-size: 45px;
		margin: -10px 15px 10px 18px;
	}

	.coaching-plans-front-single .col-center {
		margin-left: 0;
	}

	.coaching-plans-front-single .col-right {
		margin-left: 0;
	}

	.coaching-plans-listing .top-image .col-right .video-title {
		padding-right: 0;
	}

	.checkout-title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 40px;
	}

	.mmgs-recurly-checkout-step2 {
		margin-top: 15px;
	}

	.btn.btn-outline-primary {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 25px;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 400px !important;
		margin-top: -92px;
	}

	.checkout-with-recurly-page .btn.go-to-dashboard-btn {
		font-size: 18px;
		line-height: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 15px 20px;
	}

	.coaching-plans-front-single .col-right {
		text-align: center;
	}

	body .coaching-plans-listing .top-image {
		padding-bottom: 100px;
	}

	body .coaching-plans-listing .top-image .bottom-categories .bottom-categories-inner {
		float: left;
		clear: both;
	}

	body .coaching-plans-listing .top-image .bottom-categories .bottom-categories-inner .bottom-category {
		font-size: 14px;
		margin: 0 0 10px 24px;
		padding-bottom: 5px;
	}

	.checkout-top-gap {
		margin-top: 20px;
	}

	.success-message {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.margin-bottom-200 {
		margin-bottom: 100px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 130px;
	}

	.coaching-listing-popup-content .content-container .trial-text {
		font-size: 18px;
		line-height: 18px;
		margin-top: -10px;
		margin-bottom: 15px;
	}

	.facebook-email-title {
		font-size: 17px;
		line-height: 17px;
		margin-bottom: 30px;
	}

	.facebook-email-title.full-name {
		font-size: 17px;
		line-height: 17px;
	}

	.coaching_plan_coming_soon_image {
		margin-top: 30px;
	}

	.coaching-plan-coming-soon-front .coaching-form-section {
		margin-top: 35px;
	}

	.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button::after {
		right: -6rem;
	}

	.coaching-plan-coming-soon-front .scroll-text i {
		margin-top: 10px;
	}

	.subscriptions-container .subscription-box-col {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 720px) {
	.section-blog-posts .blog-posts-box .blog-icon {
		width: 80px;
		height: auto;
		margin-left: -40px;
		margin-top: -40px;
	}

	.section-blog-posts .blog-post-title h2 {
		font-size: 13px;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-cont .post-cont {
		height: auto;
		margin-top: 30px;
		margin-bottom: 0;
		font-size: 20px;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-cont {
		width: 100%;
		min-height: inherit;
		height: auto;
	}

	.section-blog-posts .blog-posts .post-info {
		padding: 3px 0 0;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-img {
		min-height: inherit;
		height: 120px;
	}

	.section-blog-posts .blog-posts .blog-posts-box .blog-post-img {
		min-height: inherit;
		height: 200px;
		width: 100%;
		float: inherit;
	}

	.section-blog-posts .blog-post-cont p {
		font-size: 17px;
		line-height: 18px;
	}

	.section-blog-posts .posts-title {
		font-size: 20px;
		padding: 10px 15px;
		min-width: 180px;
	}

	.section-blog-posts .borders {
		margin-top: 34px;
	}

	.section-blog-posts .blog-posts .blog-posts-box {
		margin-bottom: 15px;
	}

	.section-blog-posts .blog-posts li {
		width: 100%;
		float: none;
		padding: 5px 15px;
	}

	.section-latest-blog-posts .search {
		bottom: 60px;
		left: 0;
		right: inherit;
		max-width: 100%;
		width: 100%;
	}

	.section-latest-blog-posts .search input[type='text'] {
		width: 100%;
	}

	.section-blog-posts .blog-posts .blog-posts-box {
		padding: 10px;
	}

	.section-blog-posts .blog-post-img {
		float: left;
		width: 30%;
	}

	.section-blog-posts .blog-post-cont {
		padding: 0 0 0 7px !important;
		float: right;
		width: 70%;
	}

	.section-blog-posts .post .post-author,
	.section-blog-posts .post .date {
		font-size: 12px;
		display: block;
		width: 100%;
	}

	.section-blog-posts .post {
		padding: 15px;
	}

	.section-blog-posts .post img {
		display: none;
	}

	.section-blog-posts .post .post-info {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.section-blog-posts .blog-posts.video-box .blog-post-cont {
		width: 100%;
	}

	.blog-popular-posts li:first-child .blog-post-img-blog-page a .blog-icon {
		width: 80px;
		height: auto;
		margin-left: -40px;
		margin-top: -40px;
	}

	.section-latest-blog-posts.section-blog-posts .blog-posts li {
		width: 100%;
	}

	.section-latest-blog-posts {
		padding-top: 60px;
	}

	.section-blog-posts .posts-title {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.about-us-top-image .title .blue-title {
		font-size: 33px;
	}

	.about-us-top-image .title .blue-title-cont .left-border,
	.about-us-top-image .title .blue-title-cont .right-border {
		width: 90px;
	}

	.owl-carousel--blog .owl-carousel_item {
		height: 300px;
	}

	.owl-carousel--blog .blog-slider-cont {
		left: 0;
		width: 100%;
		padding: 15px 20px;
	}

	.owl-carousel--blog .blog-slider-cont h2 {
		font-size: 15px;
		line-height: 17px;
		margin: 10px 0 25px 0;
	}

	.owl-carousel--blog .blog-slider-cont .link {
		font-size: 15px;
	}

	.owl-carousel--blog .top-part .left {
		font-size: 16px;
		margin-left: -20px;
		padding: 5px 20px;
	}

	.owl-carousel--blog .blog-icon-cont {
		background: transparent;
	}

	.owl-carousel--blog .grey-box {
		padding: 7px 10px;
		font-size: 14px;
		right: 62px;
	}

	.owl-carousel--blog .grey-box .date {
		font-size: 15px;
	}

	.owl-carousel--blog .top-part .right {
		margin-left: 12px;
		font-size: 14px;
	}

	.blog-popular-posts li:first-child .blog-post-title h2 a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.blog-popular-posts li:not(:first-child) .blog-post-img-blog-page>a {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.blog-popular-posts li .post-info .cat-name {
		top: inherit;
		bottom: 40px;
	}

	.blog-popular-posts li .blog-post-img-blog-page .blog-post-title a {
		margin-top: 0;
	}

	.section-blog-posts .posts-title {
		font-size: 18px;
		padding: 10px 15px;
	}

	.section-blog-posts .borders {
		margin-top: 31px;
	}

	.video-popup-container.modal-container .modal-container-inner iframe {
		height: 300px;
	}

	.top-big-image {
		height: 160px;
	}

	.coaching-plans-listing .top-image h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.coaching-plans-listing .top-image .description {
		font-size: 19px;
		line-height: 22px;
	}

	.coaching-plans-listing .top-image .video-title {
		font-size: 18px;
		line-height: 20px;
		padding-top: 15px;
	}

	.coaching-plans-listing .top-image .bottom-categories .bottom-category {
		font-size: 16px;
		margin: 5px 10px 0 10px;
		padding-bottom: 10px;
	}

	.coaching-plans-listing .top-image .bottom-categories {
		padding-top: 14px;
	}

	.coaching-plans-listing .top-image {
		padding: 40px 0 80px 0;
	}

	.coaching-plans-listing .coaching-items-col {
		width: 100%;
		text-align: center;
	}

	.coaching-plans-listing .item-inner .video-popup a {
		float: inherit;
		display: inline-block;
		margin-right: 0;
	}

	.btn-subscription.btn.main-btn {
		padding: 13px 100px 13px 12px;
	}

	.btn-subscription.btn.main-btn .arrow {
		width: 90px;
		font-size: 14px;
	}

	.btn-subscription.btn.main-btn .arrow span {
		margin-top: -7px;
	}

	.coaching-plans-front-single .cpf-col {
		width: 100%;
	}

	.coaching-plans-front-single .cp-video-box {
		height: auto;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 200px;
	}

	.subscription-box .btn-subscription.btn.main-btn {
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.for-sale {
		font-size: 17px;
	}

	.for-sale span {
		right: -6px;
		width: 67px;
	}
}

@media (max-width: 550px) {
	.checkout-with-recurly-page .about-us-top-image {
		height: 300px !important;
		margin-top: -60px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container h2 {
		font-size: 21px;
		line-height: 21px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container p.scroll-text {
		font-size: 18px;
	}

	.coaching-plan-coming-soon-front .scroll-text i {
		border-width: 0 2px 2px 0;
		padding: 6px;
	}

	.coaching-plan-coming-soon-front .top-image .text-container p.scroll-text {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.for-sale {
		font-size: 16px;
	}

	.for-sale span {
		right: -1px;
		width: 40px;
	}

	.blog-single-top-section {
		margin-top: 3px;
	}

	.coaching-listing-popup-content .modal-container-inner {
		padding-left: 7px;
		padding-right: 7px;
	}

	.coaching-listing-popup-content.tm-success-popup-content h2 {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.coaching-listing-popup-content .text1,
	.coaching-listing-popup-content .text2 {
		font-size: 14px;
		line-height: 17px;
	}

	.coaching-listing-popup-content .text1 {
		margin-top: 12px;
	}

	.coaching-listing-popup-content .text2 {
		margin-bottom: 5px;
	}

	.coaching-listing-popup-content .popup-btn {
		padding: 8px 25px;
		font-size: 11px;
		margin-top: 3px;
		margin-bottom: 5px;
	}

	.coaching-listing-popup-dismiss {
		margin-right: 2px;
		font-size: 13px;
	}

	.reviews-page .comment-text {
		padding-bottom: 40px;
	}

	.coaching-listing-popup-content .title-container {
		font-size: 19px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	.coaching-listing-popup-content .modal-container-inner img {
		width: 45px;
		margin: -0 15px 7px 15px;
	}

	.coaching-listing-popup-content .plan-container .title1 {
		font-size: 21px;
		line-height: 23px;
	}

	.coaching-listing-popup-content .plan-container .title2 {
		font-size: 20px;
		line-height: 22px;
	}

	.coaching-listing-popup-content .plan-container .plan-description img {
		width: 100%;
		margin-top: 5px;
	}

	.coaching-listing-popup-content .content-container .subscription-box ul {
		font-size: 15px;
		line-height: 18px;
	}

	.coaching-listing-popup-content .content-container .subscription-box .info-cont {
		padding: 20px !important;
	}

	.coaching-listing-popup-content .content-container .subscription-box ul li {
		padding-left: 12px;
	}

	.coaching-listing-popup-content .content-container .subscription-box .price {
		font-size: 22px;
		margin: 3px;
	}

	.coaching-listing-popup-content .content-container .subscription-box .duration {
		font-size: 15px;
	}

	.coaching-listing-popup-content .content-container .subscription-box.right-subscription-box .price-cont {
		text-align: right;
	}

	.coaching-listing-popup-content .content-container .subscription-box .price-cont {
		padding: 15px 30px;
	}

	.subscription-box .btn-subscription.btn.main-btn {
		padding: 6px 100px 6px 12px;
	}

	.coaching-listing-popup-content .title-container .icon-coaching {
		font-size: 40px;
		margin: -0 15px 10px 15px;
	}

	.coaching-listing .coaching-item .new-label {
		left: -43px;
		height: 37px;
		font-size: 21px;
	}

	.checkout-title {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	select.mmgs-form-control,
	textarea.mmgs-form-control,
	input[type='tel'].mmgs-form-control,
	input[type='text'].mmgs-form-control,
	input[type='email'].mmgs-form-control,
	input[type='number'].mmgs-form-control,
	input[type='search'].mmgs-form-control,
	input[type='password'].mmgs-form-control,
	.recurly-hosted-field {
		height: 45px;
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 10px;
		padding: 5px 12px;
	}

	input[type='text'].mmgs-coupon-input {
		margin-bottom: 10px;
	}

	.mmgs-exp-label {
		text-align: center;
		font-size: 17px;
		line-height: 17px;
		margin: 12px 0 6px 0;
	}

	.subscriptions-container .main-checkbox {
		width: 17px;
		height: 17px;
		margin-right: 4px;
	}

	.checkout-with-recurly-page .btn.next-btn {
		width: 550px;
		font-size: 27px;
		line-height: 27px;
		padding: 10px 35px;
	}

	.btn.mmgs-registration-btn {
		height: 45px;
		font-size: 17px;
		line-height: 24px;
		padding: 5px 12px;
	}

	.checkout-with-recurly-page .btn.go-to-dashboard-btn {
		font-size: 16px;
		line-height: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 8px 15px;
	}

	.checkout-with-recurly-page .about-us-top-image .title h2 {
		font-size: 19px;
		line-height: 22px;
	}

	.checkout-with-recurly-page .about-us-top-image {
		height: 265px !important;
		margin-top: -72px;
		padding-bottom: 20px;
	}

	.checkout-with-recurly-page .about-us-top-image .shadow {
		height: 145px;
		background-position: left top;
	}

	.mmgs-registration-or-container {
		margin: 20px 0;
	}

	.mmgs-registration-or-container span {
		font-size: 17px;
	}

	.section-sponsors.section-sponsors-blog li {
		padding: 4px;
	}

	.user_current_billing_info p {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}

	.coaching-listing .coaching-item .new-label.coming-soon-label {
		font-size: 16px;
		line-height: 15px;
		padding: 4px 42px 0 42px;
	}

	.recommended-plans .recommended-plans-title {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.coaching-plans-listing .cpf-top-big-image.top-image .video-popup a.play-button {
		width: 40px;
		height: 40px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 150px;
	}

	.mmgs_applied_coupon_message {
		margin-left: 0;
		text-align: center;
	}

	.coming-soon-mission-section .img-cont img {
		height: auto;
	}

	.coming-soon-mission-section h3 {
		font-size: 23px;
		line-height: 25px;
	}

	.coming-soon-mission-section p {
		font-size: 18px;
		line-height: 24px;
	}

	.coming-soon-mission-section h4 {
		font-size: 16px;
		line-height: 35px;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.coaching-plan-coming-soon-front .coaching-plans-listing .video-popup a.play-button::after {
		width: 30px;
		height: 55px;
		right: -6rem;
		top: 1rem;
	}

	.invitebox-disabled .inv-social img {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.for-sale {
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.about-us-top-image .title h2 {
		font-size: 22px;
		line-height: 25px;
	}

	.coaching-listing .coaching-item .cover-image {
		height: 120px;
	}

	.mmgs-currency_select-holder {
		width: 115px;
	}
}

/* Coaching plans listing responsive */
@media only screen and (max-width: 900px) {
	.coaching-plans-listing .coaching-items-col:nth-child(2n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
	.coaching-plans-listing .coaching-items-col:nth-child(3n + 1) {
		clear: both;
	}
}

@media only screen and (min-width: 1201px) {
	.coaching-plans-listing .coaching-items-col:nth-child(4n + 1) {
		clear: both;
	}
}

/* Single listing */
@media only screen and (min-width: 601px) {
	.coaching-plans-front-single .cpf-col:nth-child(2n + 1) {
		clear: both;
	}
}

/**** End Included from common-front-dashboard-desktop.css */

/* Info msg */
.mmg-info-msg {
	align-items: baseline;
	background: #49b8e11a;
	font-size: 18px;
	padding: 15px 25px;
}

.mmg-info-msg .icon {
	color: var(--theme-color);
}

.mmg-info-msg__txt {
	padding-left: 10px;
}

.currency-format {
	font-size: 50% !important;
}