/*
	Theme Name: Zero Gym
	Theme URI: https://zrg.balcomsoft.com/
	Author: BalcomSoft
	Author URI: https://balcomsoft.com/
	Version: 1.0.0
*/


/* Sidebar default styles */
.zrg-sidebar-item {
	background-color: var(--zrg-secondary-color);
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 35%);
			box-shadow: 0px 4px 10px rgb(0 0 0 / 35%);
}

/* Classes details sidebar */
.zrg-sidebar-item .fluid {
	padding: 20px;
}
.zrg-sidebar-nav-list {
	list-style: none;
}
.zrg-sidebar-list-item:not(:last-child) {
	margin-bottom: 12px;
}

.zrg-sidebar-list-link {
	padding: 25px 20px 25px 25px;
	background-color: #0C141F;
	color: var(--zrg-secondary-color-inverse);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.zrg-sidebar-list-link:hover {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-bg-tertiary-color);
}

.zrg-sidebar-list-link:hover path, .zrg-sidebar-list-link:hover g {
	fill: var(--zrg-bg-tertiary-color);
	opacity: 1;
}

.zrg-sidebar-list-link.active {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-bg-tertiary-color);
}

.zrg-sidebar-list-link.active path, .zrg-sidebar-list-link.active g {
	fill: var(--zrg-bg-tertiary-color);
	opacity: 1;
}

/* Sidebar card default */
.zrg-card {
	background-color: initial;
	color: var(--zrg-secondary-color-inverse);
}
.zrg-card-body {
	padding: 40px;
}
.zrg-card-body ul {
	list-style: none;
}

/* Class information */
.zrg-card-head {
	padding: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Iconned list used for Class information, Search and Help blocks */
.zrg-iconed-list {
	margin-bottom: 40px;
}

.zrg-iconed-item:not(:last-child) {
	margin-bottom: 28px;
}

.zrg-iconed-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-color: var(--zrg-primary-color);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 16px;
}

.zrg-iconed-icon + span {
	width: calc(100% - 56px);
}

/* / Iconned list*/

.zrg-join-button {
	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;
	padding: 16px 0;
	border: 1px solid var(--zrg-primary-color);
	border-radius: 105px;
	color: var(--zrg-primary-color);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.zrg-join-button:hover {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-bg-tertiary-color);
}

.zrg-join-button:hover path {
	fill: var(--zrg-bg-tertiary-color);
}

.zrg-join-button .arrow {
	margin-left: 10px;
}

.zrg-join-button path {
	fill: var(--zrg-primary-color);
}

/* Help styles */
.zrg-help-title {
	margin-bottom: 8px;
}

.zrg-help-text {
	margin-bottom: 30px;
}

.zrg-help-link {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.zrg-help-link:hover {
	color: var(--zrg-primary-color);
}

/* Sidebar search */
.zrg-simple-search {
	padding: 40px;
}

.zrg-simple-search-wrapper {
	height: 60px;
}

.zrg-simple-search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid var(--zrg-secondary-color-inverse);
	border-radius: 90px;
	padding-left: 25px;
	padding-right: 70px;
	color: var(--zrg-secondary-color-inverse);
}

.zrg-simple-search input:focus {
	outline: none;
}

.zrg-simple-search .zrg-iconed-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 5px;
	right: 5px;
	margin-right: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	border: none;
}

.zrg-iconed-icon:hover {
	background-color: #a0d21a;
}

/* Recent posts */
.zrg-recent-card-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.zrg-recent-card-content {
	width: calc(100% - 100px);
}

.zrg-recent-card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;

}

.zrg-recent-posts-title {
	margin-bottom: 5px;
}

.zrg-recent-posts-title a {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.zrg-recent-posts-title a:hover {
	color: var(--zrg-primary-color);
}

/* Popular tags */
.zrg-tags .zrg-card-body {
	padding: 30px 40px;
}

.zrg-tags-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.zrg-tags-link {
	display: inline-block;
	padding: 7px 20px;
	background-color: #0E1722;
	border-radius: 30px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}

.zrg-tags-link.active, .zrg-tags .zrg-tags-link:hover {
	background-color: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
}

/* MEDIA */
@media only screen and (max-width: 1200px) {
	.zrg-card-body, .zrg-card-head {
		padding: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.zrg-card {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 576px) {
	/* Typography styles */

	/* Sidebar styles */
	.zrg-sidebar-item {
		margin-bottom: 15px;
	}

	.zrg-card-head {
		padding: 30px;
	}

	.zrg-card-body {
		padding: 30px;
	}

	.zrg-iconed-item:not(:last-child) {
		margin-bottom: 24px;
	}

	.zrg-iconed-icon {
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}

	.zrg-sidebar-list-link {
		padding: 22px 20px 22px 22px;
	}

}
