.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn_down {
	border-radius: 25px;
	padding: 0.5rem 2rem;
	margin: 2rem 0;
}

.single-hero-outside:not(:empty) {}

.single-hero-title {
	position: relative;
	box-sizing: border-box;
	width: auto;
}

@container (min-width:1024px) and (max-width:1920px) {
	.single-hero-title {
		padding-left: calc(5% + (13 - 5) * ((100cqi - 1024px) / (1920 - 1024)));
		padding-right: calc(5% + (13 - 5) * ((100cqi - 1024px) / (1920 - 1024)));
	}
}

@container (min-width:1920px) {
	.single-hero-title {
		padding-left: 13%;
		padding-right: 13%;
	}
}

.single-hero-title .title {
	color: #191a1b;
	font-size: 2rem;
	padding: 0;
	text-align: center;
	word-wrap: break-word;
}

.single-hero-quote-container {
	border-radius: 25px;
	margin-bottom: 10px;
	border: 8px solid var(--quote-bg, #000);
	background: repeating-linear-gradient(105deg, #b8c4ce6e 1px, #dddddd4d 935px);
	box-shadow: 0 5px 40px 5px #2b2c3040;
}

.single-hero-quote-container {
	padding: 6%;
}

.single-hero-quote-container .icon {
	padding-bottom: 1rem;
	font-size: 3rem;
	line-height: 1;
	display: inline-block;
}

.single-hero-quote-container .g-xx {
	display: flex;
	margin: 20px auto 0;
	padding: 0 1rem;
	width: fit-content;
	text-align: center;
	justify-content: center;
}

.single-hero-title .meta {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-direction: row;
	justify-content: center;
}

.single-hero-title .meta-1 {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	gap: 10px;
	text-align: left;
}

.single-hero-title .meta-1-1 {
	flex-grow: 0;
}

.single-hero-title .category a {
	color: #6c757d;
	font-size: 14px;
}

.single-hero-title .bottom {
	font-size: 12px;
	color: #51535a;
	letter-spacing: 1px;
}

.single-hero-title .meta-2 {
	letter-spacing: 1px;
	font-size: 14px;
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	gap: 10px;
}

.single-hero-title .views {
	color: #ff3d00;
	font-weight: 700;
}

.single-hero-title .meta-2 i {
	display: inline-block;
	margin-right: -0.25rem;
	vertical-align: -1px;
	font-size: 18px;
}

.single-hero-title .comments a {
	color: #6c757d;
}

.single-hero-title .views .text,
.single-hero-title .comments a .text {
	display: none;
}

.view-app-main {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
}

@media (min-width:768px) {
	.view-app-main {
		display: flex;
	}
}

.view-app-img {
	margin: auto 0;
}

@media (max-width:767px) {
	.view-app-main {
		width: 100%;
	}

	.view-app-img {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width:768px) {
	.view-app-img {
		margin-right: 1rem
	}
}

.view-app-img {
	height: 130px;
	width: 130px;
	display: flex;
	border-radius: 25%;
	justify-content: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-shadow: 0 40px 80px 5px rgb(0 0 0 / 25%);
}

.img-cover {
	position: relative;
	float: right;
	border-radius: 25%;
}

.img-cover img {
	height: 100%;
	max-width: none;
}

@media (min-width:640px) {
	.view-app-data {
		display: flex;
		flex-wrap: wrap
	}
}

.view-app-data {
	width: 100%
}

@media (max-width:993px) {
	.single-title-app {
		margin: 2em 1em 2em;
	}
}

.single-title-app {
	align-items: center;
	flex: 999 0 200px;
}

.single-title-app h1 {
	margin-bottom: 0;
}

.single-title-app p {
	margin: 0.75rem 0 0;
	padding: 0.3rem;
	line-height: 1.3;
}

@media (max-width:768px) {
	.single-title-app {
		text-align: center !important;
		flex: auto;
	}

	.single-hero-category {
		justify-content: center;
	}
}

.app-wj-info span {
	opacity: 0.75;
	font-size: .75rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 70%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

.info-app-g {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
	margin-bottom: 0.5em;
	color: #fff;
	background-color: #343a40;
	box-shadow: 0 7px 5px -3px rgb(0 0 0 / 10%);
}

.app-nature i {
	margin-right: 0.25rem;
}

.download-btn-app {
	display: flex;

	text-align: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width:1450px) {
	.down-views-counter {
		display: none !important;
	}
}

.down-views {
	margin: auto;
	flex-direction: column;
	max-width: 270px;
}

.down-views-counter {
	line-height: 1;
	display: flex;
	align-items: center;
	flex: 1 0 100px;
	justify-content: center;
	width: 100%;
	min-width: 150px;
	text-align: center;
}

.down-views-counter>i {
	color: #000000;
	position: absolute;
	opacity: 0.1;
	pointer-events: none;
	font-size: 180px;
	margin-bottom: 20px;
	filter: blur(2px);
	transition: .3s;
}

.down-views-counter span {
	font-family: 'Corben', serif;
	font-size: 50px;
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}

.down-views-counter small {
	font-size: 75%;
	color: #afb9bd;
}

.download-btn-app a {
	border-radius: 25px;
}

.download-btn-app span {
	font-size: small;
}

.single-hero-category {
	display: flex;
	row-gap: 5px;
	column-gap: 15px;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.single-hero-category a {
	display: flex;
	gap: 2px;
	font-weight: 500;
	white-space: nowrap;
	font-size: .95rem;
	position: relative;
	color: var(--body-color);
	transition: .3s
}

.single-hero-category a:hover {
	color: var(--term-color, var(--accent-color))
}

.single-hero-category a:before {
	content: '#';
	color: var(--term-color, var(--accent-color))
}

.single-hero-category a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(3px);
	height: 1px;
	opacity: 0;
	transition: .3s;
	background: var(--term-color, var(--accent-color))
}

.single-hero-category a:hover:after {
	transform: translateY(0);
	opacity: 1
}

.small-menu {
	padding: 1rem 0;
}

.small-menu .small-menu-body {
	display: none;
	border: none;
	font-size: 14px;
	line-height: 18px;
	text-align: left
}

.small-menu #small-menu-ul {
	list-style: none;
	margin-left: 4px;
	padding: 8px 0 16px 0;
	border-left: 1px solid rgba(202, 209, 219, 0.404);
	position: relative
}

.small-menu .rivax-divider-heading.divider-style-4 {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.small-menu .small-title {
	font-size: 16px;
	margin-bottom: 0
}

.small-menu .small-title>i {
	margin-right: 14px
}

#small-menu-ul::after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #838383;
	left: -5px;
	bottom: 0;
	border-radius: 50%
}

#small-menu-ul>li span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#small-menu-ul>li a {
	position: relative;
	color: #738192;
	background: transparent;
	line-height: 20px;
	border-radius: 10px;
	display: inline-grid;
	padding: 5px 20px 5px 5px;
	margin: -2px 0 -2px 11px;
	text-decoration: none;
	transition: .3s
}

#small-menu-ul>li[class*=leaf-] a {
	margin-left: 25px
}

#small-menu-ul>li[class*=leaf-] a::before {
	border-right: transparent;
	border-top: transparent;
	border-bottom: transparent
}

#small-menu-ul>li i {
	color: #a6b4c7;
	left: -18px;
	font-size: 12px;
	top: 10px;
	transform: scale(.8);
	position: absolute
}

#small-menu-ul>li[class*=leaf-] i {
	color: transparent;
	left: -31px
}

#small-menu-ul>li.active a i,
#small-menu-ul>li a:hover i {
	color: #f1404b
}

#small-menu-ul>li.active a,
#small-menu-ul>li a:hover {
	color: var(--accent-color);
	text-decoration: underline;
	text-underline-offset: 4px;
}

@media (max-width:1025px) {
	.small-menu {
		display: flex;
		position: absolute;
		transition: 0.3s;
		right: -1%;
		bottom: 0;
		visibility: hidden;
		opacity: 0;
		transform: translateY(8%);
	}

	.small-menu-body {
		transform: translateY(10%);
		opacity: 0;
		transition: 0.3s;
	}
}

.single-t-i {
	text-align: center;
	margin: 6rem;
}

.single-t-i svg {
	width: 3.5rem;
	height: 3.5rem;
}

.single-t-i i {
	font-size: 3.5rem;
	color: #000;
}

.single .rivax-insta-images[class*="layout-marquee"] {
	justify-content: center;
}

.single .rivax-insta-images.layout-marquee-left .marquee-wrap {
	animation: none;
}

.single .rivax-insta-images .marquee-wrap .insta-item {
	height: 150px;
	border-radius: 10px;
}

.entry-content {
	word-wrap: break-word;
	overflow-wrap: break-word;
}