/*
	Theme Name: ZeroGym
	Theme URI: https://zerogym.balcomsoft.com/
	Author: BalcomSoft
	Author URI: https://balcomsoft.com/
	Version: 1.0.0
*/
a:focus,
input:focus,
textarea:focus,
button:focus,
a:focus,
a:hover {
	text-decoration: none;
}
i, span, a {
	text-decoration: none;
}
i, a {
	display: inline-block;
}
span {
	display: initial;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
div.alignright {
	text-align: right;
}
body.disable-scroll {
	height: 100%;
	overflow: hidden;
}
.page-wrapper {
	overflow: hidden;
}
.page-main, .site-main {
	position: relative;
}
.row > * {
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.g-0 {
	margin-left: 0;
	margin-right: 0;
}
.row.g-0 > * {
	padding-left: 0;
	padding-right: 0;
}
.zrg-btn-icon {
	background: 0;
	border: 0;
	color: var(--zrg-default-font-color);
	font-size: 24px;
	padding: 0;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: var(--zrg-btn-br);
	line-height: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	text-decoration: none;
}
.zrg-button i, .zrg-vc-button > .vc_btn3-style-zrg-vc-btn-default i {
	font-size: 13px;
	margin-left: 6px;
}
.zrg-button, .vc_btn3-style-zrg-vc-btn-default {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s !important;
	-o-transition: all .3s !important;
	transition: all .3s !important;
	z-index: 1;
}
.zrg-button:after, .vc_btn3-style-zrg-vc-btn-default:after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}
.zrg-button:hover, .vc_btn3-style-zrg-vc-btn-default:hover {
	background: transparent !important;
}
.zrg-button span {
	position: relative;
	z-index: 2;
}
.zrg-button:hover:after, .vc_btn3-style-zrg-vc-btn-default:hover:after {
	width: 100% !important;
	height: 100% !important;
}
.content-area {
	padding: var(--zrg-padding);
	padding-top: 0;
}
.zrg-btn-icon:hover {
	color: var(--zrg-primary-color);
}
.zrg-btn-primary {
	background: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	font-size: 20px;
}
.zrg-btn-primary:hover {
	color: var(--zrg-btn-color-hover);
	background: var(--zrg-btn-bg-hover);
}
.zrg-btn-outlined {
	background: transparent;
	color: var(--zrg-btn-bg);
	font-size: 20px;
	border: 2px solid var(--zrg-btn-bg);
}
.zrg-btn-outlined:hover {
	background: var(--zrg-btn-bg-hover);
	color: var(--zrg-btn-color);
	border-color: var(--zrg-btn-bg-hover);
}
.zrg-btn-outlined-inverse {
	background: transparent;
	color: var(--zrg-default-font-color);
	font-size: 20px;
	border: 2px solid var(--zrg-default-font-color);
}
.zrg-btn-outlined-inverse:hover {
	background: var(--zrg-btn-bg-hover);
	color: var(--zrg-btn-color);
	border-color: var(--zrg-btn-bg-hover);
}
.zrg-opacity10 {
	opacity: 0.1;
	-moz-opacity: 0.1;
}
.zrg-opacity20 {
	opacity: 0.2;
	-moz-opacity: 0.2;
}
.zrg-opacity30 {
	opacity: 0.3;
	-moz-opacity: 0.3;
}
.zrg-opacity40 {
	opacity: 0.4;
	-moz-opacity: 0.4;
}
.zrg-opacity50 {
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.zrg-opacity60 {
	opacity: 0.6;
	-moz-opacity: 0.6;
}
.zrg-opacity70 {
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.zrg-opacity80 {
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.zrg-opacity90 {
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.zrg-box-shadow {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
.header-tools {
	margin-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}
.header-tools-item .zrg-btn-icon {
	width: 46px;
	height: 46px;
}
.header-tools-item .zrg-button {
	padding: 10px 27px;
}
.header-tools-dropdown {
	position: absolute;
	top: calc(100% + 20px);
	right: 0px;
	width: 200px;
	display: block;
	background: var(--zrg-bg-secondary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 5;
	list-style: none;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.header-tools-dropdown li a {
	padding: 23px 30px;
	display: block;
	color: var(--zrg-secondary-color-inverse);
	position: relative;
}
.header-tools-dropdown:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	height: 22px;
	content: "";
}
.header-tools-dropdown li a:hover:before {
	opacity: 0.1;
	visibility: visible;
}
.header-tools-dropdown li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--zrg-secondary-color-inverse);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.header-tools-item:hover .header-tools-dropdown, .header-tools-dropdown:hover {
	opacity: 1;
	visibility: visible;
}
.header-absolute {
	position: absolute;
	background: transparent !important;
}
.admin-bar .page-header {
	top: 32px;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo-retina {
	display: none;
}
.logo-sticky {
	display: none;
}
.zrg-no-padding-top {
	padding-top: 0 !important;
}
.zrg-no-padding-bottom {
	padding-bottom: 0 !important;
}
.footer-top {
	padding-top: 80px;
	padding-bottom: 35px;
}
.footer-bottom {
	padding: 24px 0;
	border-top-width: 1px;
	border-top-style: solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-info {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.footer-logo {
	margin-bottom: 70px;
}
.footer-info a {
	color: var(--zrg-primary-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin: 0;
	font: var(--zrg-h3);
}
.footer-info p {
	color: var(--zrg-default-font-color);
	font: var(--zrg-h5);
	margin: 0;
}
.footer-info a:hover {
	color: #BCFE2F;
}
.footer-menu .menu a:hover {
	color: var(--zrg-primary-color);
}
.footer-menu .menu li {
	width: 50%;
}
.footer-menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 24px;
	list-style: none;
}
.footer-menu .menu a {
	color: #fff;
	text-decoration: none;
	font: var(--zrg-h5);
	transition: .3s all;
}
.footer-info li:last-child {
	margin-top: 25px;
}
.footer-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-email a {
	transition: .3s all;
}
@media screen and (max-width: 767px) {
	.footer-email {
		margin-top: var(--zrg-margin-top);
		margin-bottom: var(--zrg-margin-bottom);
	}
	.insection_subscription_form .mc4wp-form input[type="email"] {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 991px) {
	.footer-email {
		text-align: right;
	}
}
.wp-container-1 {
	list-style: none;
	padding-left: 0;
}
.wp-block-social-links .wp-social-link:not(:hover) {
	background-color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.7;
}

.wp-block-social-links .wp-social-link {
	transition: .2s;
}
.wp-block-social-links .wp-social-link svg {
	color: var(--zrg-bg-secondary-color) !important;
}
.wp-block-social-links .wp-block-social-link:hover {
	transform: unset;
	background-color: var(--zrg-primary-color);
}
.w-100 figure, .w-100 img {
	width: 100%;
}
.text-color-primary {
	color: var(--zrg-primary-color);
}
/* Slider Revolution custom styles */
#zerogym-slider .custom .tp-bullet {
	border-radius: 100px;
	width: 60px;
	height: 2px;
	background: #FFFFFF;
	opacity: 0.4;
}
#zerogym-slider .custom .tp-bullet:before {
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: -10px;
	bottom: -10px;
}
#zerogym-slider .custom .tp-bullet.selected {
	-webkit-box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.4);
	opacity: 1;
}
span.wpcf7-form-control-wrap {
	display: inline-block;
}
/* In-section MailChimp subscription form */
.insection_subscription_form .mc4wp-form {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.insection_subscription_form .mc4wp-form .mc4wp-form-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.insection_subscription_form .mc4wp-form .mc4wp-alert {
	margin-top: 10px;
	text-align: center;
}
.mc4wp-form input, .form-subscription input, .form-subscription .form-subscription-submit {
	border-radius: 107px;
	padding: 16px 40px;
}
.insection_subscription_form .mc4wp-form input[type="email"], .form-subscription input[type="email"] {
	border: 1px solid var(--zrg-secondary-color-inverse);
	background: transparent;
	color: #fff;
}
.insection_subscription_form .mc4wp-form input[type="email"]:focus, .form-subscription input[type="email"]:focus {
	outline: none;
	border-color: var(--zrg-primary-color);
}
.insection_subscription_form .mc4wp-form input[type="email"]::-webkit-input-placeholder, .form-subscription input[type="email"]::-webkit-input-placeholder {
	color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.4;
	font: var(--zrg-desc1);
}
.insection_subscription_form .mc4wp-form input[type="email"]::-moz-placeholder, .form-subscription input[type="email"]::-moz-placeholder {
	color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.4;
	font: var(--zrg-desc1);
}
.insection_subscription_form .mc4wp-form input[type="email"]:-ms-input-placeholder, .form-subscription input[type="email"]:-ms-input-placeholder {
	color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.4;
	font: var(--zrg-desc1);
}
.insection_subscription_form .mc4wp-form input[type="email"]::-ms-input-placeholder, .form-subscription input[type="email"]::-ms-input-placeholder {
	color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.4;
	font: var(--zrg-desc1);
}
.insection_subscription_form .mc4wp-form input[type="email"]::placeholder, .form-subscription input[type="email"]::placeholder {
	color: var(--zrg-secondary-color-inverse) !important;
	opacity: 0.4;
	font: var(--zrg-desc1);
}
.insection_subscription_form .mc4wp-form input[type="submit"] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--zrg-secondary-color-inverse);
	border: none;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.insection_subscription_form .mc4wp-form input[type="submit"]:hover {
	background-color: var(--zrg-btn-bg-hover);
}
.footer-subscription .mc4wp-form .mc4wp-form-fields, .footer-subscription {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.footer-subscription input[type="email"] {
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: initial;
	width: 370px;
	max-width: 100%;
	background: transparent;
	border: 1px solid !important;
	border-radius: 90px;
	color: var(--zrg-secondary-color-inverse);
	outline: none;
}
.footer-subscription [type="submit"] {
	color: var(--zrg-secondary-color);
	background-color: var(--zrg-primary-color);
	position: absolute !important;
	font-size: 25px;
	padding: 12px 20px;
	right: 5px;
	top: 5px;
	border: none;
}
.footer-subscription
.mc4wp-form [type="submit"] {
	color: var(--zrg-primary-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.54058 8.00338L0.55502 2.01756C0.390207 1.85314 0.299541 1.6333 0.299541 1.39889C0.299541 1.16436 0.390207 0.94465 0.55502 0.779967L1.07951 0.25574C1.24406 0.0907967 1.46403 0 1.69844 0C1.93284 0 2.15255 0.0907967 2.31723 0.25574L9.444 7.38237C9.60933 7.54758 9.69987 7.76832 9.69922 8.00299C9.69987 8.2387 9.60946 8.45919 9.444 8.62452L2.32387 15.7443C2.15918 15.9092 1.93948 16 1.70494 16C1.47053 16 1.25083 15.9092 1.08601 15.7443L0.561655 15.22C0.220452 14.8788 0.220452 14.3234 0.561655 13.9823L6.54058 8.00338Z' fill='%230C141F'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	min-width: 52px;
}
.footer-subscription input[type="email"]:focus {
	background-color: var(--zrg-bg-tertiary-color);
	border-color: var(--zrg-primary-color) !important;
}
.footer-subscription form {
	max-width: 100%;
	position: relative;
}
.overmap_iconbox {
	overflow: visible;
}
.overmap_iconbox .wpb_column {
	margin-bottom: -70px;
	z-index: 2;
}
.overmap_iconbox .wpb_column .zrg-icon-box {
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.prepend-double-slash:before {
	content: "//";
	margin-right: 5px;
	letter-spacing: 4px;
}
.anchor-scroll-button .zrg_btn_filled {
	width: 90px;
	height: 90px;
	border-radius: 50% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
.anchor-scroll-button .vc_btn3-placeholder {
	display: none;
}
.anchor-scroll-button i {
	margin: 0 !important;
	font-size: 27px !important;
}
.zerogym-single-featured-image img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.zerogym-single-post-meta {
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.single-post-metas > span {
	margin: 0 20px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
}
.single-post-metas > span a {
	color: var(--zrg-primary-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	text-decoration: none;
}
.single-post-metas > span:not(:first-child):before {
	content: "";
	position: absolute;
	left: -25px;
	top: 9px;
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.single-post-metas > span:first-child {
	margin-left: 0;
}
.single-post-metas > span:last-child {
	margin-right: 0;
}
.zerogym-single-post-meta .single-socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.zerogym-single-post-meta .single-socials a {
	width: 24px;
	height: 24px;
	background-color: #fff;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}
.zerogym-single-post-meta .single-socials a:hover {
	background-color: var(--zrg-primary-color);
}
.zerogym-single-post-meta .single-socials a:last-child {
	margin-right: initial;
}
.zerogym-single-post-meta .single-socials a i {
	color: var(--zrg-secondary-color);
	font-size: 14px;
}
.zerogym-archive-title {
	word-wrap: break-word;
}
body.blog main.page-main {
	margin-bottom: 150px;
}
.blog-content .zerogym-single-post-title {
	word-wrap: break-word;
	margin: 30px 0;
}
.widget.single-blog-sidebar {
	background-color: var(--zrg-secondary-color);
	margin-bottom: 40px;
}
.zerogym-tag-cloud-widget {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}
.zerogym-tag-cloud-widget a {
	display: inline-block;
	padding: 7px 20px;
	background-color: var(--zrg-bg-primary-color);
	border-radius: 30px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	text-decoration: none;
}
.zerogym-tag-cloud-widget a.active, .zerogym-tag-cloud-widget a:hover {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-secondary-color);
}
.zerogym-search-widget form {
	position: relative;
}
.zerogym-search-widget form button[type="submit"] {
	border: none;
	border-radius: 50%;
	background-color: var(--zrg-primary-color);
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.zerogym-search-widget form button[type="submit"] i {
	font-size: 22px;
}
.zerogym-search-widget form input {
	color: #fff;
	border-radius: 90px;
	border: 1px solid #fff;
	width: 100%;
	height: 60px;
	background: transparent;
	padding-left: 25px;
}
.zerogym-search-widget form input:focus {
	background-color: var(--zrg-bg-tertiary-color);
	border-color: var(--zrg-primary-color);
	outline: none;
}
.zerogym-search-widget form input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.zerogym-search-widget form input::placeholder,
.zerogym-search-widget form input::-webkit-input-placeholder,
.zerogym-search-widget form input::-ms-input-placeholder,
.zerogym-search-widget form input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.zerogym-recent-posts-widget .recent-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.zerogym-recent-posts-widget .recent-post:last-child {
	margin-bottom: initial;
}
.zerogym-recent-posts-widget .recent-post .image {
	margin-right: 20px;
}
.zerogym-recent-posts-widget .recent-post .image img {
	border-radius: 50%;
	width: 80px;
	max-width: initial;
}
.zerogym-recent-posts-widget .recent-post .content .title {
	margin-bottom: 6px;
}
.zerogym-recent-posts-widget .recent-post .content .title a {
	text-decoration: none;
	color: #fff;
	transition: .3s all;
}
.zerogym-recent-posts-widget .recent-post .content .title a:hover {
	color: var(--zrg-primary-color);
}
.zerogym-recent-posts-widget .recent-post .content .date p {
	margin-bottom: 0;
	text-transform: uppercase;
	font: var(--zrg-text3);
	color: var(--zrg-secondary-color-inverse);
	opacity: 0.5;
}
.zerogym-categories-card-body {
	padding: 18px 20px !important;
}
.zerogym-categories-widget a {
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}
.zerogym-categories-widget li:hover a {
	color: var(--zrg-secondary-color);
	background-color: var(--zrg-primary-color);
}
.toggler-arrow-wrap {
	padding: 9px 15px;
}
.zerogym-categories-widget li:hover a .toggler-arrow {
	border-color: var(--zrg-secondary-color);
}
.zerogym-categories-widget > a:last-child {
	margin-bottom: 0;
}
.zerogym-categories-widget li a {
	background-color: #0E151D;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	padding: 25px;
	padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s all;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.zerogym-categories-widget li .toggler-arrow {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.zerogym-categories-widget .children {
	display: none;
	padding-left: 10px;
}
.zrg-play-button {
	padding: 30px;
	background-color: var(--zrg-primary-color);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 115px;
	height: 115px;
	min-width: 115px;
}
.zrg-play-button i {
	font-size: 36px;
	line-height: 34px;
	color: var(--zrg-secondary-color);
}
.wpb_gallery_slides .zrg-play-button {
	width: unset;
	height: unset;
	min-width: unset;
}
.wpb_gallery_slides .zrg-play-button i {
	font-size: 25px;
	line-height: 10px;
}
.zerogym-video-player .zrg-video-poster,
.zerogym-video-player {
	position: relative;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.zerogym-video-logo-wrap {
	position: relative;
}
.zrg-video-player-logo {
	position: absolute;
	top: 33px;
	right: 30px;
	z-index: 2;
}
.zerogym-video-player .wp-video video {
	width: 100% !important;
	height: 100% !important;
}
.zrg-video-poster.only-poster {
	min-height: 560px;
}
.zerogym-video-player .zrg-video-poster > .wp-video,
.zerogym-video-player .zrg-video-poster iframe {
	visibility: hidden;
}
.zrg-loop-featured-image {
	position: relative;
	overflow: hidden;
}
.zrg-loop-featured-image img {
	width: 100%;
	transition: .3s all;
}
.zrg-loop-featured-item:hover .zrg-loop-featured-image img {
	transform: scale(1.1);
}
.zrg-loop-post-title a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.02em;
	margin: 20px 0 40px;
	text-decoration: none;
	transition: .3s all;
}
#zrg-vimeo-iframe-wrap {
	padding: 56.25% 0 0 0;
	position: relative;
}
#zrg-vimeo-iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.zrg-grid-player {
	position: relative;
}
.wpb_image_grid ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wpb_image_grid ul li {
	position: initial;
	line-height: 0;
	text-align: center;
	margin-bottom: 11px !important;
}
.zrg-page-title-section .zrg-page-title-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -100px;
}
.zrg-page-title-section.zrg-page-title-no-bg .zrg-page-title-bg {
	background-image: none;
	bottom: 0;
	top: 0;
	min-height: unset;
	margin-bottom: 0;
}
.zrg-page-title-section.zrg-page-title-no-bg {
	margin-bottom: var(--zrg-padding-bottom);
}
.zrg-page-title-section {
	text-align: center;
	min-height: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.zrg-page-title-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}
.zrg-page-title-bottom p {
	margin: 0;
}
.zrg-page-title-heading {
	position: relative;
}
.zrg-page-title-bg {
	min-height: 590px;
	margin-bottom: -70px;
	display: block;
}
.zrg-page-title-section .breadcrumb {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	position: relative;
	align-items: center;
}
.zrg-page-title-section h1 {
	text-transform: uppercase;
	padding: 0 30px;
	position: relative;
	letter-spacing: -3px;
}
.zrg-page-title-section h1 span {
	display: inline;
}
.zrg-page-title-section .breadcrumb > *:last-child {
	color: var(--zrg-primary-color);
}
.wp-video, video.wp-video-shortcode, .mejs-container.wp-video-shortcode, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container.wp-video-shortcode {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
.zerogym-unit-wrap iframe {
	max-width: 100%;
}
#zerogym-video-modal.modal.show {
	-webkit-backdrop-filter: blur(45px);
	backdrop-filter: blur(45px);
}
#zerogym-video-modal.modal,
#zerogym-video-modal .modal-content {
	background-color: transparent;
	border: none;
}
#zerogym-video-modal .modal-body {
	padding: 0;
}
#zerogym-video-modal .modal-dialog {
	max-width: 80vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#zerogym-video-modal .modal-dialog iframe {
	height: 70vh;
}
/*=========================
	5. APPLICATIONS css
===========================*/
.zrg-applications-section {
	position: relative;
}
.zrg-applications-section .title {
	color: var(--zrg-bg-secondary-color);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.zrg-applications-section .desc {
	color: var(--zrg-bg-secondary-color);
}
.zrg-applications-section .container {
	z-index: 2;
	position: relative;
}
.zrg-applications-section .image {
	position: absolute;
	width: 100%;
	max-width: 630px;
	bottom: -200px;
	right: 0;
}
.zrg-applications-section .app-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 70px;
	gap: 20px;
}
.app-links a {
	background: #fff;
	border-radius: 50px;
	padding: 16px 31px;
	border: 2px solid #fff;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.app-links a:hover {
	background: transparent;
}
.zrg-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	max-width: 100%;
	opacity: 1;
	z-index: 101;
	-webkit-transform: translate3d(101%, 0, 0);
	transform: translate3d(101%, 0, 0);
	visibility: hidden;
	-webkit-transition: opacity .5s, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity .5s, visibility 500ms ease, -webkit-transform 500ms ease;
	-o-transition: opacity .5s, transform 500ms ease, visibility 500ms ease;
	transition: opacity .5s, transform 500ms ease, visibility 500ms ease;
	transition: opacity .5s, transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.zrg-modal-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}
.zrg-modal-content {
	height: 100%;
	overflow: auto;
	padding: 30px 40px;
}
.zrg-modal-content::-webkit-scrollbar {
	width: 7px;
}
.zrg-modal-content::-webkit-scrollbar-track {
	background: var(--zrg-secondary-color);
}
.zrg-modal-content::-webkit-scrollbar-thumb {
	background: var(--zrg-btn-bg);
	border-radius: 10px
}
.zrg-modal-content::-webkit-scrollbar-thumb:hover {
	background: var(--zrg-btn-bg-hover);
}
.zrg-modal-right {
	right: 0;
	left: unset;
	-webkit-transform: translate3d(101%, 0, 0);
	transform: translate3d(101%, 0, 0);
}
.zrg-modal-left {
	left: 0;
	right: unset;
	-webkit-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
}
.zrg-modal-overlay {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	visibility: hidden;
	position: fixed;
	background: #000;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: url(../../images/cursor-close.png), auto;
}
.zrg-modal.zrg-modal-active {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
	visibility: visible;
}
.zrg-modal-overlay:not(.zrg-modal-overlay-active) {
	opacity: 0;
}
.zrg-modal-overlay-active {
	visibility: visible;
}
.zrg-modal-header {
	padding: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.zrg-modal-close {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 12px;
}
.zrg-modal-footer {
	padding: 30px 40px 40px 40px;
	border-top-width: 1px;
	border-top-style: solid;
}
.zrg-modal-header-title {
	margin: 0;
}
.zrg-woocommerce-mini-cart__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.admin-bar .zrg-modal {
	top: 32px;
}
.zrg-cart-header-count {
	opacity: 0.4;
}
.has-count.zrg-cart-header-count {
	opacity: 1;
}
.zrg-cart-footer-info {
	margin-bottom: 30px;
}
.zrg-full-btn {
	width: 100%;
	text-align: center;
}
.zrg-cart-dialog .zrg-cart-content {
	max-height: 420px;
	overflow: auto;
}
.zrg-product-list a {
	text-decoration: none;
}
.zrg-cart .zrg-product-item .variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.zrg-cart .zrg-product-item .variation p {
	margin-bottom: 0;
}
.zrg-cart .zrg-product-item .variation dt {
	font-size: 14px;
	font-weight: 400;
	margin-right: 4px;
}
.zrg-cart .zrg-product-item .variation dd {
	margin-bottom: 0;
	color: var(--zrg-primary-color);
}
.zrg-cart .zrg-product-item .variation dd p {
	color: var(--zrg-primary-color);
	font-size: 15px;
}
.woocommerce .remove i {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.woocommerce .remove:hover i {
	color: red !important;
}
.woocommerce a.remove {
	color: #fff !important;
	background: transparent !important;
	width: unset !important;
	height: unset !important;
}
.zrg-product-list .zrg-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}
.zrg-product-list {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.zrg-product-item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.zrg-product-list-small .zrg-product-item .img {
	width: 80px;
	height: 110px;
	min-width: 80px;
}
.zrg-product-item {
	text-decoration: none;
}
.zrg-product-list .zrg-product-item .text {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.zrg-product-item-old-price {
	text-decoration: line-through;
	opacity: 0.7;
	margin: 0;
}
.zrg-product-item-new-price {
	margin: 0;
}
.zrg-product-list-small .zrg-product-item-title {
	width: 270px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zrg-product-item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 5px !important;
}
.zrg-product-item-price del .amount {
	font: var(--zrg-text3);
	opacity: 0.7;
	text-decoration: inherit;
}
.zrg-product-item-price del span span {
	text-decoration: inherit;
}
.zrg-product-item-price ins, .zrg-product-item-price {
	font: var(--zrg-text2) !important;
}
.zrg-product-item-price ins span, .zrg-product-item-price > span, .zrg-product-item-price > span > span {
	color: var(--zrg-primary-color) !important;
}
.zrg-product-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 4px;
	gap: 15px;
}
.zrg-product-count {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
.zrg-product-counter {
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.zrg-product-counter i {
	font-size: 18px;
	line-height: 10px;
}
.zrg-cart-modal .zrg-product-item-spaced .text {
	padding-right: 90px;
}
.zrg-product-counter.non-active {
	opacity: 0.6;
}
.zrg-product-counter:hover {
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
}
.zrg-product-extras {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.zrg-product-extra {
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 0;
}
.zrg-product-extra i {
	font-size: 20px;
	line-height: 16px;
}
.zrg-product-extra:hover {
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
}
.zrg-cart-dialog {
	position: absolute;
	right: 0;
	top: 105px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.header-tools-item {
	position: relative;
	display: flex;
}
.zrg-cart-dialog .zrg-product-item-spaced .text {
	padding-right: 90px;
}
.zrg-cart-dialog .zrg-cart-footer-info {
	margin-bottom: 11px;
}
.zrg-cart-dialog .zrg-cart-footer {
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}
.zrg-cart-dialog .zrg-product-list-small .zrg-product-item-title {
	width: 130px;
}
.zrg-cart-dialog .zrg-product-list .zrg-product-item {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.zrg-cart-dialog .zrg-product-list {
	gap: 0;
}
.header-tools-item button:hover + .zrg-cart.zrg-cart-dialog, .zrg-cart.zrg-cart-dialog:hover {
	opacity: 1;
	visibility: visible;
	top: 72px;
}
.zrg-cart-dialog:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -23px;
	height: 28px;
}
.zrg-btn-icon .zrg-wc-cart-count {
	position: absolute;
	top: -5px;
	right: -4px;
	width: 24px;
	height: 24px;
	background: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
	border-radius: 100%;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
}
/* Faq sidebar form styles */
.zrg-faqs-form {
	padding: 40px;
	background-color: var(--zrg-bg-secondary-color);
}
.zrg-faqs-form h3 {
	margin-bottom: 40px;
}
.zrg-faqs-form input, .zrg-faqs-form textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--zrg-secondary-color-inverse);
	padding: 16px 30px;
	color: var(--zrg-secondary-color-inverse);
}
.zrg-faqs-form label {
	width: 100%;
	margin-bottom: 20px;
}
.zrg-faqs-form label span {
	width: 100%;
}
.zrg-faqs-form input {
	border-radius: 90px;
}
.zrg-faqs-form input + span {
	position: absolute;
	bottom: -25px;
	left: 25px;
	font-size: 12px;
}
.zrg-faqs-form textarea {
	border-radius: 30px;
	resize: none;
}
.zrg-faqs-button {
	position: relative;
}
.zrg-faqs-button input {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
	border: none;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	font: inherit;
}
.zrg-faqs-button input:hover {
	background-color: var(--zrg-btn-bg-hover);
}
.zrg-faqs-button input + span {
	position: absolute;
	right: 0;
	left: initial;
	top: calc(50% - 12px);
}
.zrg-faqs-form + div[aria-hidden = "true"] {
	border-color: #dc3232 !important;
}
/* Join Class form styles */
.zrg-join-class-form {
	background-color: var(--zrg-bg-secondary-color);
	margin-top: 5px;
	padding: 40px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.zrg-join-class-button {
	width: 100%;
}
.zrgcore-modal-content {
	background-color: var(--zrg-bg-secondary-color);
	padding-left: 20px;
	padding-right: 20px;
}
.zrgcore-modal-content .btn-close {
	color: var(--zrg-secondary-color-inverse);
	background-color: var(--zrg-secondary-color-inverse);
	opacity: 0.9;
}
.zrgcore-modal-content {
	background-color: var(--zrg-bg-secondary-color);
}
.zrg-modal-header {
	padding-left: 40px;
}
.zrg-join-class-form h3 {
	margin-bottom: 40px;
}
.zrg-join-class-form input, .zrg-join-class-form textarea {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--zrg-secondary-color-inverse);
	padding: 16px 30px;
	color: var(--zrg-secondary-color-inverse);
	max-height: 100px;
}
.zrg-join-class-content {
	border: 1px solid var(--zrg-border-color);
	background-color: var(--zrg-bg-secondary-color);
}
.zrg-join-class-form label {
	width: 100%;
	margin-bottom: 0;
}
.zrg-join-class-form label span {
	width: 100%;
}
.zrg-join-class-form input {
	border-radius: 90px;
}
.zrg-join-class-form input + span {
	position: absolute;
	bottom: -25px;
	left: 25px;
	font-size: 12px;
}
.zrg-join-class-form textarea {
	border-radius: 30px;
	resize: none;
}
.wpcf7-form .submit {
	position: relative;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
}
.zrg-join-class-button input {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
	border: none;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	font: inherit;
}
.zrg-join-class-button input:hover {
	background-color: var(--zrg-btn-bg-hover);
}
.zrg-join-class-button input + span {
	position: absolute;
	right: 0;
	left: initial;
	top: calc(50% - 12px);
}
#zrgcore-join-class {
	top: 10px;
}
.zrg-join-class-form + div[aria-hidden = "true"] {
	border-color: var(--zrg-border-color) !important;
}
.wpcf7-form .submit:after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: 0;
}
.wpcf7-form .submit:hover:after {
	width: 100% !important;
	height: 100% !important;
}

.zrg-join-class-button.zrg-text-2 input:hover {
	background: transparent;
}
.breadcrumb i {
	font-size: 13px;
	margin-top: 3px;
	margin-left: 10px;
}
/* single image width */
.zerogym-class-image .wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}
.zerogym-class-image .vc_single_image-wrapper {
	width: 100%;
}
.zerogym-class-image img.vc_single_image-img.attachment-full {
	width: 100%;
}
.zerogym-class-image .wpb_wrapper.vc_figure {
	width: 100%;
}
/* section row top */
.zerogym-row.zrg_vc_section {
	padding-top: 50px;
}
.zerogym-row-1.zrg_vc_section {
	padding-top: 0px;
}
/* CARD DEFAULT */
.card {
	background-color: inherit;
	border: none;
	color: var(--zrg-secondary-color-inverse);
}
/* CARD STYLE 1*/
.blog-item {
	color: var(--zrg-secondary-color-inverse);
}
.blog-item .card-img {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 0;
}
.blog-item img {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width: 100%;
}
.blog-item .date {
	margin-bottom: 20px;
	opacity: 0.8;
}
.blog-item h3 a {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
}
.blog-item h3 a:hover {
	color: var(--zrg-primary-color);
}
.blog-item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-item .date-category {
	position: relative;
	color: var(--zrg-primary-color);
	padding-left: 16px;
	margin-left: 5px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.blog-item .date-category:before {
	content: "";
	position: absolute;
	top: calc(50% - 2.5px);
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--zrg-primary-color);
}
.blog-item .date-category:hover {
	color: var(--zrg-primary-color);
}
.single-post .blog-content p {
	opacity: 0.7;
}
.zrg-post-tags {
	margin: 40px 0;
	clear: both;
}
.zrg-post-tags a {
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 5px 15px;
	background-color: var(--zrg-secondary-color);
	border: 1px solid var(--zrg-secondary-color);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	border-radius: 20px;
}
.zrg-post-tags a:last-child {
	margin-right: 0;
}
.zrg-post-tags a:hover {
	color: var(--zrg-primary-color-inverse);
	background-color: var(--zrg-primary-color);
	border-color: var(--zrg-primary-color);
}
#comments .comment-list .depth-2,
#comments .comment-list .depth-3,
#comments .comment-list .depth-4,
#comments .comment-list .depth-5,
#comments .comment-list .depth-6,
#comments .comment-list .depth-7,
#comments .comment-list .depth-8,
#comments .comment-list .depth-9,
#comments .comment-list .depth-10 {
	margin-left: 112px;
}
.comment-respond a {
	color: var(--zrg-primary-color);
}
.comments-title {
}
.comment-body {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.comment-body .author-photo {
	width: 90px;
}
.comment-body .author-photo img {
	border-radius: 50%;
}
.comment-body .comment-block {
	width: calc(100% - 90px);
	padding-left: 22px;
}
.comment-body .comment-block .comment-by {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.comment-body .comment-block .cm-left .author-name > a {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: var(--zrg-default-font-color);
}
.comment-body .comment-datetime {
	text-transform: uppercase;
	margin-top: 5px;
	font: var(--zrg-desc2);
	opacity: 0.5;
}
.comment-body .comment-block .cm-right {
	margin-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	vertical-align: top;
	padding-top: 39px;
}
.comment-body .comment-block .cm-right a {
	color: var(--zrg-default-font-color);
	font: var(--zrg-desc2);
}
.comment-body .comment-block .cm-right > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.comment-body .comment-block .cm-right > div i {
	margin-right: 8px;
	line-height: 14px;
}
.comment-body .comment-block .comment-text {
	margin-top: 18px;
	opacity: 0.8;
	font: var(--zrg-desc1);
}
.comment-body .author-name {
	font: var(--zrg-h3);
}
#respond {
	margin-top: var(--zrg-padding-top);
}
#respond #reply-title {
	margin-bottom: 30px;
}
.comment-reply-title > small {
	display: block;
}
.blog-comments {
	padding: var(--zrg-padding);
}
#respond form label {
	display: none;
}
#respond input {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 90px;
	padding: 15px 30px;
	width: 100%;
	color: #B7B9BD;
}
#respond input[type="submit"] {
	width: initial;
	background-color: var(--zrg-primary-color);
	border: none;
	color: var(--zrg-secondary-color);
	font-weight: 500;
	transition: .2s;
}
#respond input[type="text"]:focus, #respond input[type="email"]:focus, #respond textarea:focus {
	background-color: var(--zrg-bg-tertiary-color);
	border-color: var(--zrg-primary-color);
	outline: none;
}
#respond textarea {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	padding: 14px 30px;
	color: #B7B9BD;
	width: 100%;
	height: 210px;
	min-height: 180px;
}
.cancel-comment-reply-link {
	margin-left: 12px;
}
.comment-navigation {
	margin-top: 40px;
}
.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-respond .form-submit {
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}
.comment-respond .form-submit:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}
.comment-respond .form-submit:hover:before {
	width: 100% !important;
	height: 100% !important;
}
#respond input[type="submit"]:hover {
	background-color: transparent;
	color: var(--zrg-secondary-color);
}
/* Search results */
.zrg-page-title-section .search-term {
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.02em;
	margin-top: 23px;
	color: var(--zrg-primary-color);
}
.no-results-heading {
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
.search-instead {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	text-align: center;
}
#global-search-results .search-result {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
}
#global-search-results .search-result .result-metas {
	margin-bottom: 16px;
}
#global-search-results .search-result .result-metas span {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
}
#global-search-results .search-result .result-metas span.result-type {
	color: var(--zrg-primary-color);
	position: relative;
	margin-left: 35px;
}
#global-search-results .search-result .result-metas span.result-type:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 9px;
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	border-radius: 50%;
}
#global-search-results .search-result .result-title {
	font-family: 'Anybody';
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.02em;
}
#global-search-results .search-result .result-title:hover {
	color: var(--zrg-primary-color);
}
/*  Pagination  */
.zrg-pagination ul {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	gap: 10px;
	border: 0 !important;
	margin: 0 !important;
}
.zrg-pagination li {
	border: 0 !important;
	float: none !important;
	position: relative;
}
.zrg-pagination a, .zrg-pagination span {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--zrg-secondary-color-inverse) !important;
	background: transparent !important;
	position: relative;
	z-index: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.zrg-pagination span.current {
	background: var(--zrg-btn-bg) !important;
	color: var(--zrg-btn-color-hover) !important;
}
.zrg-pagination li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--zrg-secondary-color-inverse) !important;
	border-radius: 100%;
	opacity: 0.1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.zrg-pagination a:hover, .zrg-pagination span:hover {
	color: var(--zrg-primary-color-inverse) !important;
}
.zrg-pagination li:hover:after {
	background: var(--zrg-primary-color) !important;
	opacity: 1;
}
/* Load more pagination */
.zrg-load-more {
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: var(--zrg-secondary-color);
	color: var(--zrg-secondary-color-inverse);
	cursor: pointer;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.zrg-load-more:not(.loading):hover {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
}
.zrg-load-more .indicator,
.zrg-load-more.loading .label {
	display: none;
}
.zrg-load-more.loading .indicator {
	display: block;
}
body.post-type-archive-product .zrg-pagination-section .col-12,
body.search-results .zrg-pagination-section .col-12 {
	padding: 0;
}
/*  Sub menu Dropdown  */
.navbar-nav .sub-menu {
	position: absolute;
	top: calc(100% + 30px);
	left: -30px;
	width: 200px;
	display: block;
	background: var(--zrg-bg-secondary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	list-style: none;
	padding-left: 0;
	box-shadow: 0px 20px 32px 0px #000b1866;
}
.menu-item {
	position: relative;
	z-index: 100;
}
.navbar-nav .sub-menu:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -42px;
	height: 42px;
	content: "";
}
.navbar-nav .sub-menu .menu-link {
	padding: 23px 30px;
	display: block;
	color: var(--zrg-secondary-color-inverse);
	position: relative;
	z-index: 2;
}
.menu-link .dropdown-arrow {
	margin-left: 10px;
}
.navbar-nav .sub-menu .menu-item:after {
	content: "";
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 1px;
	background: var(--zrg-secondary-color-inverse);
	opacity: 0.1;
}
.navbar-nav .sub-menu .menu-item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	top: -1px;
	background: var(--zrg-bg-tertiary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 1;
}
.navbar-nav .sub-menu .menu-item:hover:before {
	opacity: 1;
	visibility: visible;
}
.navbar-nav .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .menu-link:hover + .sub-menu, .navbar-nav .sub-menu:hover {
	opacity: 1;
	visibility: visible;
}
.navbar-nav .sub-menu .menu-item:last-child:after {
	display: none;
}
.zrg-form-control {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 90px;
	padding: 15px 30px;
	width: 100%;
	color: #B7B9BD;
}
/* Contact form 7 */
.wpcf7-form input {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 90px;
	padding: 15px 30px;
	width: 100%;
	color: #B7B9BD;
	transition: .3s all;
}
.wpcf7-form input:not([type='submit']):focus, .wpcf7-form textarea:focus {
	background-color: var(--zrg-bg-tertiary-color);
	border-color: var(--zrg-primary-color) !important;
	outline: none;
}
.wpcf7-form input.zrg-input-dark, .wpcf7-form select.zrg-input-dark, .wpcf7-form textarea.zrg-input-dark {
	background-color: #0C141F;
	transition: .3s all;
}
.wpcf7-form textarea, textarea.zrg-form-control {
	background: transparent;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	padding: 14px 30px;
	color: #B7B9BD;
	width: 100%;
	height: 210px;
	transition: .3s all;
}
.wpcf7-form span {
	width: 100%;
	margin-bottom: 23px;
}
.wpcf7-form .wpcf7-submit {
	background: var(--zrg-primary-color);
	border-radius: 105px;
	font-weight: 500;
	font-size: 18px;
	color: #0E1722;
	width: auto;
	line-height: 28px;
	padding: 15px 38px;
	border: none;
	z-index: 2;
	position: relative;
}
.zrg-join-class-button.zrg-text-2 input {
	width: 100%;
}

.wpcf7-form .submit input:hover {
	background-color: transparent;
}

.wpcf7-form .submit input {
	position: relative;
	z-index: 2;
}
.contact-form-border .wpcf7 {
	border-radius: 15px;
	padding: 40px;
	background: var(--zrg-secondary-color);
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
	box-shadow: 0 4px 10px rgb(0 0 0 / 35%);
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}
.wpcf7-form .wpcf7-spinner {
	border-radius: 0;
	background: transparent;
	margin-bottom: 0;
}
.wpcf7-form .submit .wpcf7-spinner {
	display: none;
}
.wpcf7-form p {
	margin-bottom: 0;
}
input.zrg-input-dark:focus,
select.zrg-input-dark:focus,
textarea.zrg-input-dark:focus {
	background: var(--zrg-bg-tertiary-color);
	border: 1px solid var(--zrg-primary-color);
	outline: none;
}
input.zrg-input-dark.wpcf7-not-valid,
select.zrg-input-dark.wpcf7-not-valid,
textarea.zrg-input-dark.wpcf7-not-valid {
	border: 1px solid #dc3232;
}
input.zrg-input-dark.wpcf7-not-valid:focus,
select.zrg-input-dark.wpcf7-not-valid:focus,
textarea.zrg-input-dark.wpcf7-not-valid:focus {
	background: var(--wp--preset--color--black);
	border: 1px solid var(--zrg-primary-color);
	outline: none;
}
.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: none;
	color: #dc3232;
	padding: 0 0 20px;
}
#comments ol.commentlist li {
	margin-bottom: 39px;
}
#review_form_wrapper {
	margin-top: 60px;
}
.comment-respond .comment-form-rating {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
}
#commentform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#commentform .comment-form-comment {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
#respond form > p.comment-form-author, #respond form > p.comment-form-email {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
/* 404 */
.error404 {
	background-color: var(--zrg-bg-tertiary-color);
}
.error404 .page-footer {
	display: none;
}
.error_page {
	background-color: var(--zrg-bg-tertiary-color) !important;
	height: calc(100vh - 100px);
}
.page-wrapper .error_page:before {
	background-size: auto;
	top: -260px;
	background-color: transparent;
}
.error_page_item {
	text-align: center;
	position: relative;
}
.error_page_item .error_404 {
	font: var(--zrg-display1);
	font-style: normal;
	font-size: 250px;
	line-height: 259px;
	letter-spacing: -3px;
	color: var(--zrg-secondary-color-inverse);
}
.error_page_item p {
	letter-spacing: -0.04em;
	margin-bottom: 50px;
	color: var(--zrg-secondary-color-inverse);
	font: var(--zrg-display4);
}
.zrg-single-page-links {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	clear: both;
}
.zrg-single-page-links a {
	line-height: 4;
	color: var(--zrg-primary-color);
}
.zrg-single-page-links div a span {
	position: relative;
	display: block;
}
.zrg-single-page-links .zrg-post-prev a span {
	padding-left: 30px;
}
.zrg-single-page-links .zrg-post-next a span {
	padding-right: 30px;
}
.zrg-single-page-links a span > i {
	position: absolute;
	margin-top: 2px;
}
.zrg-single-page-links .zrg-post-prev a span > i {
	left: 0
}
.zrg-single-page-links .zrg-post-next a span > i {
	right: 0
}
.widget_block.widget .wp-block-group > div > h2 {
	padding: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font: 600 24px/34px Poppins, sans-serif
}
.widget_block.widget .wp-block-group > div > ul, .widget.widget_archive, .widget.widget_categories {
	padding: 18px 20px;
}
.widget_block.widget .wp-block-group > div > ul > li,
.widget.widget_archive nav ul > li,
.widget.widget_categories nav ul > li {
	margin-bottom: 12px;
}
.widget.widget_archive nav,
.widget.widget_categories nav {
	margin-top: 20px;
}
.wp-block-categories-list.wp-block-categories > li,
.wp-block-archives-list.wp-block-archives > li,
.widget.widget_archive nav ul > li,
.widget.widget_categories nav ul > li {
	background-color: #0E151D;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	padding: 25px 10px 25px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.widget.widget_archive nav ul > li,
.widget.widget_categories nav ul > li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.wp-block-categories-list.wp-block-categories > li:hover,
.wp-block-archives-list.wp-block-archives > li:hover {
	background-color: var(--zrg-primary-color);
}
.wp-block-categories-list.wp-block-categories > li:hover *,
.wp-block-archives-list.wp-block-archives > li:hover * {
	color: var(--zrg-secondary-color);
}
.zrg-progress-wrapper .progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: inherit;
	gap: 3px;
	margin-top: 4px;
}
.zrg-progress-wrapper .progress-fluid {
	position: relative;
	width: 10%;
	height: 9px;
	background-color: rgba(188, 254, 47, 0.1);
	border-radius: 100px;
	overflow: hidden;
}
.zrg-progress-wrapper .progress-item {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #BCFE2F;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
.zrg-vc_figure-responsive, .zrg-vc_figure-responsive .vc_single_image-wrapper, .zrg-image-responsive {
	width: 100%;
}
.zrg-vc_figure-responsive, .zrg-vc_figure-responsive .vc_single_image-wrapper {
	max-width: initial
}
.zrg-text-initial {
	text-transform: initial !important;
}
.zrg_vc_section.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}
/* Unit Test styles */
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
	color: #fff;
}
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited,
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
	color: var(--zrg-btn-color);
}
.is-style-outline > .wp-block-button__link:not(.has-text-color) {
	color: var(--zrg-btn-bg);
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.page-wrapper .wpb_gallery_slides ul {
	padding: 0;
}
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	-ms-grid-columns: (1fr) [ 2 ];
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	-ms-grid-columns: (1fr) [ 3 ];
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	-ms-grid-columns: (1fr) [ 4 ];
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	-ms-grid-columns: (1fr) [ 5 ];
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	-ms-grid-columns: (1fr) [ 6 ];
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	-ms-grid-columns: (1fr) [ 7 ];
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	-ms-grid-columns: (1fr) [ 8 ];
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	-ms-grid-columns: (1fr) [ 9 ];
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.zerogym-unit-wrap ul,
.zerogym-unit-wrap ol,
.zerogym-unit-wrap ul ul,
.zerogym-unit-wrap ul ol,
.zerogym-unit-wrap ol ul,
.zerogym-unit-wrap ol ol {
	padding: revert;
}
.zerogym-unit-wrap ul {
	list-style-type: initial;
}
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--zrg-bg-secondary-color);
}
.has-background p {
	color: initial
}
ul.comment-list ol.children,
ul.comment-list ul.children {
	list-style: none
}
.page-numbers {
	list-style-type: none;
}
.page-footer {
	clear: both;
	-webkit-box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}
.page main.page-main .pagination {
	clear: both;
}
.zrg-bg-h-100 {
	background-size: auto 100% !important;
}
.zrg-bg-w-100 {
	background-size: 100% auto !important;
}
/* Media gallery styles */
.zrg-open-lightbox, .zrg-grid-player {
	display: block;
	min-height: 270px;
	max-height: 270px;
	height: 100%;
	overflow: hidden;
}
.zrg-open-lightbox img, .zrg-grid-player img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.zrg-open-lightbox:hover img, .zrg-grid-player:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.zrg-margin-n40 {
	margin-top: -40px;
}
