﻿body {
	background-color: var(--body);
}

.micro-post {
	height: 260px;
	background-color: #000;
	line-height: 1.9;
	padding: 20px;
}

.micro-post:before {
	content: "";
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	border-radius: 10px;
	background-color: #000;
	opacity: 0.45;
	width: 100%;
	z-index: 2;
}

.micro-post .img {
	height: 100%;
	object-fit: cover;
	top: 0;
	right: 0;
	z-index: 1;
}

.micro-post .img.bg {
	width: 90%;
	right: 5%;
	z-index: 0;
	filter: blur(7px);
	top: auto;
	bottom: 0;
	z-index: 0;
	height: 80%;
}

.micro-post h2 {
	text-shadow: 1px 1px 1px #111;
	margin: 10px 0;
}

.micro-post:hover .img {
	filter: blur(5px);
}

.micro-post .editor,.mini-post .editor,.big-archive .editor {
	text-align: right;
	width: 150px;
	margin: 0 calc(50% - 75px);
	opacity: 0;
	transform: scale(0);
}

.micro-post .editor .rt-z-indexs,.mini-post .editor .inside .rt-z-indexs,.big-archive .editor .rt-z-indexs {
	z-index: 99;
}

.micro-post .editor .inside,.mini-post .editor .inside,.big-archive .editor .inside {
	width: calc(100% - 57px);
	line-height: 1.85;
}

.micro-post:hover .editor,.mini-post .editor,.big-archive .editor {
	opacity: 1;
	transform: scale(1);
}

.micro-post:hover:before {
	transition-duration: 0.3s;
	opacity: 0.55;
}

.micro-post:hover .img.bg {
	filter: blur(0);
	opacity: 0;
}

.mini-post {
	padding: 35px 0;
	border-bottom: 1px #eee solid;
}

.mini-post .picture .hover {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 3;
}

.mini-post .picture .hover i {
	margin-bottom: 10px;
}

.mini-post .picture .photo {
	width: 250px;
	height: 250px;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

.mini-post .picture .bg-photo {
	width: 90%;
	height: 90%;
	filter: blur(7px);
	bottom: 0;
	right: 5%;
	object-fit: cover;
	z-index: 1;
}

.mini-post .insides {
	width: calc(100% - 275px);
	line-height: 2.2;
}

.mini-post .insides .title {
	margin: 15px 0;
	line-height: 2;
}

.mini-post .editor,.big-archive .editor {
	margin: 0;
}

.mini-post:last-child {
	border-bottom: 0;
}

.rt-all {
	display: inline-block;
	margin-top: 15px;
	padding: 7px 15px;
	border: 1px #c93070 solid;
}

.rt-all i {
	margin: 1px 7px 0 0;
}

.in_the_name_of_god {
	margin-top: 25px;
}

.in_the_name_of_god .sidbares {
	width: 80%;
}

.in_the_name_of_god .sidebar.left {
	width: 30%;
}

.in_the_name_of_god .sidebar.right {
	width: 20%;
	min-height: calc(100vh - 130px);
}

.in_the_name_of_god .index-posts {
	width: 70%;
	padding: 0 35px;
	margin-bottom: 40px;
}

.in_the_name_of_god .index-posts .micro-post {
	width: calc(50% - 10px);
	margin: 10px 0;
}

.in_the_name_of_god .index-posts .micro-post:nth-child(even) {
	float: left;
}

.rt-block {
	margin-bottom: 40px;
}

.rt-block .title-asli {
	margin-bottom: 5px;
}

.rt-block .title-asli i,.index-posts .title-asli i {
	color: #b6c8de;
	margin: 5px 0 0 12px;
}

.rt-block .micro-post {
	margin: 10px 0;
}

.rt-block.hot-posts .micro-post {
	height: 160px;
}

.in_the_name_of_god .sidebar.right .rt-block.hot-posts .micro-post {
	height: 250px;
}

.rt-block.hot-posts .micro-post h2 {
	font-size: 15px;
}

.rt-block .slider-1 .micro-post {
	margin-bottom: 20px;
}

.rt-block .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px 5px 0 0;
	float: left;
	cursor: pointer;
	border-radius: 50%;
	background-color: #bfbfbf;
}

.rt-block .owl-dots .owl-dot.active {
	background-color: var(--color);
}

.rt-block .owl-nav {
	display: none;
}

.sidebar.show {
	top: 100px !important;
}

.blog-fasele {
	height: 20px;
}

.top-index {
	padding: 30px 0 40px;
	background: linear-gradient(to bottom,#dcf2d9,var(--body));
}

.top-index .micro-post {
	width: calc(20% - 15px);
	margin: 7.5px;
}

.top-index .micro-post:nth-child(1),.top-index .micro-post:nth-child(8) {
	width: calc(40% - 15px);
}

.top-index .micro-post:nth-child(1) h2,.top-index .micro-post:nth-child(8) h2 {
	font-size: 22px;
}

.top-index .entery,.hot-users .entery {
	width: calc(100% + 15px);
	margin-right: -7.5px;
}

.intro {
	background: linear-gradient(to bottom,#dcf2d9,#dcf2d9,var(--body));
	padding: 30px;
	margin-bottom: 40px;
}

.intro .text {
	line-height: 2.3;
	margin: 10px 0 15px;
}

.intro .btn {
	padding: 10px 15px;
}

.intro .btn i {
	margin: -2px 6px 0 0;
}

.big-archive,.list-archive {
	width: calc(100% - 35px);
}

.big-archive {
	padding: 70px 50px 250px 50px;
}

.big-archive figure .img {
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
	z-index: -2;
	border-radius: 15px 15px 0 0;
}

.big-archive figure .img.bg {
	width: 95%;
	right: 2.5%;
	z-index: -3 !important;
	filter: blur(7px);
	top: 0;
	z-index: 0;
	height: 80%;
}

.big-archive:before {
	z-index: -1;
	content: "";
	height: 100%;
	border-radius: 15px 15px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6),var(--body));
}

.big-archive .title {
	line-height: 2.3;
	margin: 15px 0;
}

.big-archive .text {
	color: rgba(255, 255, 255, 0.8);
	line-height: 2;
}

.big-archive .all {
	left: 0;
	top: 0;
	padding: 7px 15px;
}

.big-archive .all i {
	margin: 3px 8px 0 0;
}

.list-archive {
	margin: -200px 0 40px;
	padding: 0 10px;
}

.list-archive .micro-post {
	width: calc(100% - 20px);
	margin: 20px 10px;
}

.list-archive .owl-dots,.list-archive .owl-carousel .owl-nav {
	display: none;
}

.playing .mini-post {
	animation: pulse .5s infinite;
	filter: grayscale(1);
}

@keyframes pulse {
	0% {
		opacity: .8;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: .8;
	}
}

.rt-aaa {
	color: #a1afbf;
}

.mini-post:hover .insides .title a,.mini-post .editor .inside a:hover {
	color: var(--color) !important;
}

.intro .btn:hover {
	opacity: .8;
}

html.dark-mode .top-index,html.dark-mode .intro {
	color: #ddd;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.1),var(--body));
}

html.dark-mode .rt-block .title-asli,html.dark-mode .rt-block .title-asli i,html.dark-mode .index-posts .title-asli i,html.dark-mode .mini-post .insides .text,html.dark-mode .mini-post .editor .inside a {
	color: #ddd;
}

html.dark-mode .mini-post {
	border-color: var(--white);
}

html.dark-mode .title-asli h1,html.dark-mode .mini-post .insides .title a {
	color: #fff;
}

@media only screen and (max-width:1070px) {
	.top-index {
		padding: 10px 0 20px;
	}

	.top-index .micro-post:nth-child(1) {
		width: calc(66.66% - 15px);
	}

	.top-index .micro-post,.top-index .micro-post:nth-child(8) {
		width: calc(33.33% - 15px);
	}

	.top-index .micro-post:nth-child(1) h2,.top-index .micro-post:nth-child(8) h2 {
		font-size: 17px;
	}
}

@media only screen and (max-width:970px) {
	.intro {
		padding: 15px;
	}

	.mini-post .picture .photo {
		width: 200px;
		height: 200px;
	}

	.mini-post .insides {
		width: calc(100% - 215px);
	}

	.mini-post .insides .title {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:920px) {
	.top-index {
		padding: 0;
	}

	.top-index .entery,.hot-users .entery {
		width: calc(100% + 20px);
		margin-right: -10px;
	}

	.top-index .micro-post:nth-child(1) h2,.top-index .micro-post:nth-child(8) h2 {
		font-size: 14px !important;
	}

	.top-index .micro-post {
		margin: 20px 10px 20px 0;
		width: 270px !important;
		height: 180px !important;
	}

	.list-archive .micro-post {
		flex: 0 0 auto;
		width: 270px;
		height: 180px;
		margin-right: 10px;
		margin-left: 5px;
	}

	.list-archive .micro-post:last-child {
		margin-left: 10px;
	}

	.big-archive,.list-archive,.intro {
		display: none;
	}

	.index-posts .title-asli {
		position: relative;
	}

	.index-posts .title-asli .btns {
		background-color: #fff;
		margin-top: 5px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.index-posts .title-asli .btns .ini {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.index-posts .title-asli .btns a {
		flex: 0 0 auto;
		margin: 5px 7px 5px 0;
		font-size: 11px;
	}

	.index-posts .title-asli .btns a:first-child {
		margin-right: 0;
	}

	.index-posts .title-asli .btns a:last-child {
		margin-left: 20px;
	}

	.index-posts .title-asli .btns a.active {
		background-color: #6e7184;
	}

	.index-posts .title-asli .btns.active {
		position: fixed;
		top: 55px;
		z-index: 999;
		box-shadow: rgba(0, 0, 0, 0.1) 1px 0px 7px 0px;
		padding: 5px 10px;
	}

	.micro-post .editor,.micro-post .cat-p {
		opacity: 1;
		transform: scale(1);
	}

	.micro-post .editor,.micro-post:hover .editor {
		margin: 0 -10px 0 0;
		transform: scale(.85);
	}

	.micro-post .cat-p {
		text-align: left;
		margin: 0 0 50px -10px;
	}

	.micro-post:hover .img {
		filter: blur(0);
	}

	.micro-post h2 {
		text-align: right;
	}

	.page-next-prev {
		margin-top: 0;
	}

	.in_the_name_of_god .sidebar.right,.in_the_name_of_god .sidbares,.in_the_name_of_god .index-posts,.in_the_name_of_god .sidebar.left {
		position: relative !important;
		top: inherit !important;
		width: 100%;
		min-height: 0;
	}

	.in_the_name_of_god .index-posts {
		padding: 0;
		margin-bottom: 25px;
		margin-top: 5px;
	}

	.in_the_name_of_god {
		margin-top: 0;
	}

	.in_the_name_of_god .index-posts .title-asli h1,.in_the_name_of_god .index-posts .title-asli h2,.in_the_name_of_god .index-posts .title-asli h3,.in_the_name_of_god .index-posts .title-asli h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.in_the_name_of_god .sidebar.right {
		margin-bottom: 15px;
	}

	.index-posts .title-asli.first {
		margin: 15px 0 0;
	}

	.index-posts .title-asli .add {
		margin: -6px 15px 10px 0;
		font-size: 13px;
	}

	.index-posts .title-asli .add i {
		font-size: 16px;
	}

	.index-posts .title-asli.twice {
		margin-bottom: 0;
		margin-top: 20px;
	}

	.mobile-entery::-webkit-scrollbar {
		display: none;
	}

	.mobile-entery {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.rt-block {
		margin-bottom: 0;
	}

	.rt-block .title-asli {
		font-size: 16px;
		margin-bottom: 0;
	}

	.rt-block .title-asli i, .index-posts .title-asli i {
		margin: 3px 0 0 8px;
	}

	.mobile-entery {
		width: calc(100% + 36px) !important;
		margin-right: -18px !important;
		-ms-overflow-style: none !important;
		scrollbar-width: none !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		scrollbar-width: none !important;
	}

	.mobile-entery .micro-post,.rt-block.hot-posts .micro-post {
		flex: 0 0 auto !important;
		width: 270px !important;
		height: 180px !important;
		margin-right: 18px !important;
	}

	.mobile-entery .micro-post:last-child {
		margin-left: 18px !important;
	}

	.mobile-entery .micro-post h2 {
		font-size: 14px !important;
	}

	.rt-block.hot-posts {
		margin-top: 15px;
	}

	.blog-fasele {
		height: 10px;
	}
}

@media only screen and (max-width:560px) {
	.in_the_name_of_god .index-posts .title-asli h1 {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

	.mini-post .picture .hover {
		display: none;
	}

	.mini-post {
		border-radius: 10px;
		padding: 70px 20px 20px;
		margin: 0 0 20px;
		border: 0;
		background-color: var(--blur);
	}

	.mini-post .picture .photo,.mini-post .picture {
		height: 200px;
		border-radius: 8px !important;
	}

	.mini-post .editor {
		top: 15px;
		position: absolute;
		width: calc(100% - 36px);
	}

	.mini-post .editor img {
		width: 35px;
		height: 35px;
		margin-top: 3px;
	}

	.mini-post .editor .inside {
		width: calc(100% - 45px);
		line-height: 1.65;
	}

	.mini-post .editor .inside>a,.mini-post .editor .inside>time {
		font-size: 12px;
		white-space: inherit;
		overflow: inherit;
	}

	.mini-post .editor .inside>time {
		font-size: 11px;
		width: auto;
	}

	.mini-post .editor .inside>a:before {
		background-color: #fff;
		content: "مشاهده پست";
		border-radius: 5px;
		border: 1px #eee solid;
		padding: 3px 7px;
		left: 0;
		top: 7px;
		position: absolute;
		display: inline-block;
	}

	.mini-post .picture .photo,.mini-post .picture,.mini-post .picture .hover,.mini-post .insides {
		width: 100%;
		border-radius: 0;
	}

	.mini-post .insides {
		padding: 15px 0;
		line-height: 1.85;
	}

	.mini-post .insides .title {
		font-size: 14px;
		margin: 0 0 3px;
	}

	.mini-post .insides .rt-matn {
		font-size: 12px;
	}

	.mini-post .picture .hover {
		font-size: 14px;
	}

	html.light-mode .mini-post {
		box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
	}

	html.dark-mode .mini-post .editor .inside>a:before {
		background: none;
		color: #ddd;
		border-color: rgba(255, 255, 255, 0.1);
	}
}