h1 .page-title {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: var(--theme-color);
	color: transparent !important;
	font-weight: 700;
	font-size: 80px;
	line-height: 81px;
}

.blog-wrapper {
	background: none !important;
}

.archive .rank-math-breadcrumb a,
.archive .rank-math-breadcrumb span {
	font-size: 35px;
	color: black
}

.blog-wrapper .archive-page-header {
	padding-top: 70px;
}

.archive .rank-math-breadcrumb p {
	line-height: 1.2;
	text-align: center
}

.archive .rank-math-breadcrumb {
	margin-bottom: 24px;
}

.archive .rank-math-breadcrumb .last {
	font-family: var(--bold)
}

.archive-page-header h1,
.archive-page-header .taxonomy-description {
	text-align: center !important
}

.archive-page-header h1:before {
	content: "";
	width: 100%;
	max-width: 150px;
	height: 4px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translatex(-50%);
	background: linear-gradient(to right, #572c87 0%, #9957ac 100%);
}

.archive-page-header h1 {
	margin-bottom: 40px !important;
}

.blog-archive .blog-grid .post-item:first-child {
	flex-basis: 100%;
	max-width: 100%;
}

.blog-archive .blog-grid .post-item:first-child .box {
	display: flex;
}

.blog-archive .blog-grid .post-item:first-child .box .box-image {
	width: 65%
}

.blog-archive .blog-grid .post-item:first-child .box .box-text {
	width: 35%;
	padding: 30px !important;
	background-color: #F5F5F5
}

.blog-archive .blog-grid .post-item .box .box-image .image-cover {
	border-radius: 0 !important
}

.blog-archive .blog-grid .box-blog-post .box-text .post-title a {
	font-size: 20px !important;
	height: 60px;
}

.blog-archive .blog-grid .box-blog-post .box-text .post-meta {
	font-size: 20px !important;
	color: var(--theme-color);
	margin: 16px 0
}

.blog-archive .blog-grid .box-blog-post .box-text .post-meta i {
	margin-right: 24px;
}

.blog-archive .blog-grid .box-blog-post .box-text .from_the_blog_excerpt {
	font-size: 16px !important;
	line-height: 1.6 !important;
	margin: 0 !important
}

.blog-archive .blog-grid .post-item:first-child .box-text .from_the_blog_excerpt {
	font-size: 18px !important;
	line-height: 1.8 !important
}

.blog-archive .blog-grid .post-item:first-child .box-text .from_the_blog_excerpt {
	-webkit-line-clamp: 4;
}

.blog-archive .blog-grid .box-blog-post .box-text .button {
	height: 50px;
	background: linear-gradient(to right, #572c87 0%, #9957ac 100%);
	color: #fff;
	opacity: 1;
	font-weight: normal;
	font-size: 18px;
	font-family: var(--semi);
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	border: 0;
	box-shadow: none;
	line-height: 1;
	border: 1px solid var(--theme-color);
	margin: 20px 0 10px !important;
	border-radius: 4px;
}

.blog-archive .blog-grid .box-blog-post .box-text .button:hover {
	background: linear-gradient(to left, #572c87 0%, #9957ac 100%);
	box-shadow: none !important;
}

.blog-archive .blog-grid .box-blog-post .box-text {
	padding-top: 20px !important
}

.blog-archive .blog-grid .box-blog-post .box-info {
	margin-bottom: 0 !important
}

.sec-home-5 .box-text {
	padding: 24px !important;
	-webkit-clip-path: polygon(4% 0, 80% 0%, 100% 0, 100% 92%, 96% 100%, 20% 100%, 0 100%, 0 8%);
	clip-path: polygon(4% 0, 80% 0%, 100% 0, 100% 92%, 96% 100%, 20% 100%, 0 100%, 0 8%);
	background-color: var(--theme-color);
}

.sec-home-5 .post-title a {
	margin: 0 !important;
	font-size: 20px !important;
	color: #fff !important;
	line-height: 1.5 !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.sec-home-5 .post-title {
	margin-bottom: 20px !important;
}

.single-post .rank-math-breadcrumb a,
.single-post .rank-math-breadcrumb span {
	color: black !important
}

.single-post .rank-math-breadcrumb .last,
.single-post .rank-math-breadcrumb span:nth-last-child(2) {
	display: none !important
}

.single .entry-image .image-cover {
	padding-top: 500px !important;
}

.single .rank-math-breadcrumb {
	padding: 20px 0 40px;
}

.single .entry-header .entry-title {
	text-align: center;
	margin-top: 50px;
}

.single .info-top {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #00000066;
	border-bottom: 2px solid #00000066;
	padding: 30px 0;
}

.single .info-top .box-postdate {
	font-size: 20px;
	color: var(--theme-color);
}

.single .info-top .box-postdate i {
	margin-right: 15px;
}

.box-share,
.box-share .social-icons {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center
}

.box-share .copylink,
.box-share .social-icons a {
	width: 38px;
	height: 38px;
	background-color: var(--theme-color);
	border-radius: 100px;
	margin: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.box-share .copylink:hover {
	background-color: white;
}

.box-share .copylink:hover i {
	color: var(--theme-color);
}

.box-share .icon-facebook:before {
	content: '\f39e';
	font-family: 'Font Awesome 6 Brands';
}

.box-share .icon-envelop:before {
	content: '\f1a0';
	font-family: 'Font Awesome 6 Brands';
}

.box-share i {
	font-weight: 400 !important;
	color: white;
	text-align: center
}

@media (max-width: 500px) {

	.archive .rank-math-breadcrumb a,
	.archive .rank-math-breadcrumb span {
		font-size: 20px;
		color: black;
	}

	h1 .page-title {
		font-size: 36px;
		line-height: 40px;
	}

	.blog-wrapper .archive-page-header {
		padding-top: 40px;
	}

	.blog-wrapper .archive-page-header {
		margin-bottom: 0px !important;
	}

	.blog-archive .blog-grid .post-item:first-child .box {
		flex-wrap: wrap;
	}

	.blog-archive .blog-grid .post-item:first-child .box .box-image,
	.blog-archive .blog-grid .post-item:first-child .box .box-text {
		width: 100%;
	}

	.blog-archive .blog-grid .post-item:first-child .box .box-text {
		padding: 15px !important;
	}

	.blog-archive .box-blog-post .box-text .post-title {
		margin-bottom: 0 !important
	}

	.blog-archive .blog-grid .box-blog-post .box-text .post-meta {
		font-size: 18px !important;
	}

	.blog-archive .blog-grid .box-blog-post .box-text .button {
		font-size: 16px !important
	}

	.single-post .entry-header .entry-title {
		font-size: 20px
	}

	.blog-archive .blog-grid .post-item:first-child .box-text .from_the_blog_excerpt {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}

	.single .info-top .box-postdate {
		font-size: 16px;
		color: var(--theme-color);
	}

	.single .info-top .box-postdate i {
		margin-right: 5px;
	}

	.box-share .social-icons a {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.social-icons span {
		font-size: 12px;
		padding-right: 0
	}

	.single .info-top {
		flex-wrap: wrap
	}

	.box-share {
		/* margin-top: 15px; */
	}

	.box-share,
	.box-share .social-icons {
		justify-content: flex-start
	}

	.single #main .sec-home-5,
	.single-post .related-products-wrapper {
		padding-left: 0;
		padding-right: 0
	}

	.single #main .sec-home-5 {
		padding-top: 20px;
	}

	.single .sec-home-5 .col-title {
		margin-bottom: 20px;
	}

	.single-post .related-products-wrapper .row:before {
		content: "";
		width: 100vw !important;
		left: 50%;
		transform: translateX(-50%);
	}

	.single.single-post .rank-math-breadcrumb {
		padding: 20px 0 40px;
	}

	.single #main .sec-home-5 .btn-viewall {
		display: none;
	}
}