.single-article {
	min-height: 400px;
}
.single-article h1,.single-article h2,.single-article h3,.single-article h4,.single-article h5,.single-article h6 {
	margin: 0;
}
.single-article h1 {
	font-size: 26px;
	font-weight:bold;
}
.single-article h2 {
	font-size: 24px;
	font-weight:bold;
}
.comments-count {
	font-size: 14px;
}
.single-article h3 {
	font-size: 22px;
	font-weight:bold;	
}
.single-article h4 {
	font-size: 20px;
	font-weight:bold;
}
.single-article h5 {
	font-size: 18px;
	font-weight:bold;
}
.single-article span {
	font-size: 16px;
	font-weight:bold;
}
.like-option, .repost-option {
	display: flex;
	gap: 5px;
	cursor: pointer;
	align-items: center;
}
.like-post {
	padding-bottom: 10px;
}
.post-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--borderColor);
	padding: 5px;
}
.single-article .post-header {
    margin: 0;
    font-size: 25px;
    padding: 15px;
    border-bottom: 1px solid var(--borderColor);
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    box-shadow: 0px 2px 30px #f4f6f8;
    position: sticky;
    top: 0;
}
.repost-option svg {
    width:20px;
    height:20px;
}
.article-content .post-thumbnail img {
    max-height:400px;
    border-radius: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.single-article video {
	border-radius: 20px;
	width: 100%;
	background: #000;
	max-height: 400px;
}
.single-article img:hover {
	opacity: 0.84;
}
.article-content {
	padding: 20px 15px 0;
	line-height: 35px;
	border-bottom: 1px solid var(--borderColor);
}
.share-post {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid var(--borderColor);
}
.section-title {
	display: flex;
    align-items: center;
    gap: 10px;
}
.section-icon {
    background: var(--borderColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    width: fit-content;
}
.share-buttons {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-buttons a {
    display: flex;
}
.comments-section {
	padding: 15px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-top: 1px solid var(--borderColor);
}
.comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comments-section.not-login #reply-title , .logged-in-as , .comment-form-comment label , .title-comments , .not-login .reply {
	display: none;
}
#reply-title {
    font-size: 20px;
    margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.form-submit #submit {
	background: var(--primary) !important;
	color: var(--textColorWhite) !important;
	border: none;
	outline: none;
	border-radius: 10px;
}
.comment-form-comment #comment {
    outline: none;
    border: 1px solid var(--inputBorderColor);
    resize: none;
    height: 100px;
    border-radius: 10px;
    background: var(--bg-color);
    color: var(--textColor);
}
.comment-form-comment #comment:focus {
    border: 1px solid var(--primary);
	background: var(--bg-color);
}
.comment-author img {
	width: 50px;
	margin: 0;
	border-radius: 50% !important;
}
#comments {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    border-color: var(--borderColor);
}
.comment-awaiting-moderation {
	background: var(--yellow);
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	font-style: normal;
	color: var(--textColorDark);
}
#comments .comment-meta {
	flex-wrap: wrap;
}
.reply a {
	background: var(--primary);
	color: var(--textColorWhite);
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	text-decoration: none;
}
#cancel-comment-reply-link {
	background: #BE123C;
	color: var(--textColorWhite);
	margin-right: 5px;
	border-radius: 5px;
	padding: 2px 10px;
	font-size: 12px;
	text-decoration: none;		
}
.comment {
	background: ;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.comment-metadata a {
	color: var(--littleText);
}
/* .comment-author.vcard .gravatar {
	display: none;
} */
.comment-author.vcard , .comment-metadata {
	display: flex;
	align-items: center;
}
.custom_profile_image {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
}
.post-summary p {
	margin: 0;
}
.post-summary {
	padding: 15px 15px 0;
}
/*.post-thumbnail, .post-content img:not(.emoji) {*/
/*	min-width: 400px;*/
/*	max-height: 400px;*/
/*}*/
.single-article .post-title {
	margin-bottom: 0px;
	padding: 0 15px;
	font-size: 22px;
}
/** bread crump **/
.guid-wrapper {
	margin-bottom: 20px;
}
.guid-wrapper p {
	margin: 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}
.last {
	padding: 0 25px;
	font-weight: normal !important;
	line-height: 50px;
}
.rank-math-breadcrumb {
	border-bottom: 1px solid var(--borderColor);
	white-space: nowrap;
	overflow-x: auto;
	position: relative;
	overflow-y: hidden;
}
.rank-math-breadcrumb a {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 35px;
	font-size: 14px;
	position: relative;
}
.rank-math-breadcrumb a::after, .rank-math-breadcrumb a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
	border-top: 0.7em solid transparent;
	border-bottom: 0.7em solid transparent;
	border-right: 1em solid;
	left: -1em;
}
.rank-math-breadcrumb a::before {
	border-right-color: var(--borderColor);
	left: -1.1em;
	z-index: 1;
}
.rank-math-breadcrumb a::after {
	z-index: 1;
	border-right-color: var(--bg-color);
}
.rank-math-breadcrumb a:last-child::before, .rank-math-breadcrumb a:last-child::after {
	content: unset;
}
.post-author {
	padding: 0px 15px 25px;
	display: flex;
	align-items: center;
}
.profile {
	display: flex;
	align-items: center;
	gap: 10px;
}
.profile .profile-image {
	width: 40px;
	border-radius: 50%;
	margin: 0;
}
.profile-name {
	font-size: 14px;
}
.post-content-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.post-content-detail .post-date {
	color: var(--detailColor);
	font-size: 14px;
}
.source-link {
	color: var(--primary) !important;
	font-size: 14px;
}
.comment-awaiting-moderation.login-message {
	margin: 0;
}
.comment-awaiting-moderation.login-message a {
	color: var(--primary);
	text-decoration: underline;
}
.rank-math-breadcrumb a:first-child {
	padding-right: 15px;
	padding-left: 15px;
}
.loader {
    top:30px !important;
}
/*.footer , .comments-section {*/
/*    display:none;*/
/*}*/
/** text direction style **/
.english .post-title, .english .post-summary, .english .article-content {
    text-align:left;
}
.persian .post-title, .persian .post-summary, .persian .article-content,
.arabic .post-title, .arabic .post-summary, .arabic .article-content {
    text-align:right;
}

/** post actions **/
.action-box {
    display: flex;
    align-items: center;
    gap: 0;
    cursor: pointer;
    transition:0.3s;
}
.action-box .icon-box {
    display: flex;
    height: 35px;
    align-items: center;
    width: 35px;
    border-radius:50%;
    justify-content: center;
    transition:0.3s;
}
.post-actions svg {
    width: 20px;
    height: 20px;
}
.action-box .text-box span {
    font-size: 13.5px;
    display: flex;
    align-items: center;
    color: var(--textColor);
    font-family:Nunito;
    transform:translateX(3px);
    font-weight:normal;
}
.action-box:hover .icon-box {
    background: rgba(29,155,240,0.1);
}
.action-box:hover .icon-box svg, .action-box:hover .icon-box svg path {
    fill: rgb(29, 155, 240);
}
.action-box:hover .text-box span {
    color: rgb(29, 155, 240);
}
.action-box.like:hover .icon-box {
    background: rgba(249,24,128,0.1);
}
.action-box.like:hover .icon-box svg, .action-box.like:hover .icon-box svg path {
    fill: #F91880;
}
.action-box.like:hover .text-box span {
    color:#F91880;
}
.action-box.repost:hover .icon-box {
    background: rgba(0,186,124,0.1);
}
.action-box.repost:hover .icon-box svg, .action-box.repost:hover .icon-box svg path {
    fill: #00BA7C;
}
.action-box.repost:hover .text-box span {
    color:#00BA7C;
}
/** post actions **/

/** text direction style **/
@media screen and (max-width:768px) {
	.post-thumbnail, .post-content img:not(.emoji) {
		min-width: 300px;
		min-height: 200px;
	}
}
@media script and (max-width:420px) {

}
@media screen and (max-width:400px) {
	.share-buttons {
		gap: 10px;
	}
}