/*
Theme Name: NEWS01-2025
Theme URI: 
Author: Arash Aryan
Author URI: https://bonehweb.com/
Description: 
Version: 1.0
License: Free
License URI:
Tags: 
Text Domain: 

*/
body {
	direction: rtl;
	font-family: iranYekanWeb;
}
@font-face {
  font-family: iranYekanWeb;
  src: url('fonts/iranyekanwebregularfanum.woff'); /* IE9 Compat Modes */
       url('fonts/iranyekanwebregularfanum.woff') format('woff'), /* Super Modern Browsers */
}
@font-face {
	font-family: bootstrap-icons;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/bootstrap-icons.woff2');
}
.containerx {
    width: 1170px;
}
.boxImage {
	border-radius: 12px;
	overflow: hidden;
}
.boxImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ads {
	margin-top: 30px;
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.ads img {
	width: 100%;
}
.siteHeader {
	position: sticky;
	top: 0;
	z-index: 98;
}
.topHead {
	background: #3a2798;
	padding: 3px 0;
	color: #FFF;
}
.topHead a {
	color: #FFF;
	text-decoration: none;
}
.topHead .date {
	font-size: 14px;
}
.topHeadInner {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.topHeadInner ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.topHeadInner ul li {
	list-style-type: none;
	margin-left: 15px;
}
.navbar {
	background: #f2f2f2;
}
.navbar .container {
	position: relative;
}
.navbar-brand {
	margin: 0;
}
.navbarLogoResponsive {
	display: none;
}
.closeMenu {
	display: none;
}
.searchButton {
	position: absolute;
	left: 15px;
	cursor: pointer;
}
.searchBox {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 99;
}
.searchBoxInner {
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
    align-items: center;
}
.searchBoxInner .closeSearch {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
	color: #FFF;
	font-size: 40px;
}
.mainSlider {
	margin-top: 30px;
}
.mainSlider a {
	text-decoration: none;
	color: #000;
}
.mainSlaiderImage {
	height: 350px;
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.mainSlaiderImage img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.mainSliderCaption {
	margin-top: 10px;
}
.mainSliderCaption h2 {
	font-size: 20px;
}
.mainSlider .swiper-pagination {
	bottom: 160px;
	height: 0;
}
.mainSlider .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 20px;
	color: #000;
	opacity: 1;
	background: #595959;
	color: #FFF;
	border-radius: 5px;
	padding-top: 7px;
}
.mainSlider .swiper-pagination-bullet-active {
	background: #3a2798;
	color: #FFF;
}
.mainSlider .swiper-button-next {
	background: #FFF;
	width: 30px;
	height: 30px;
	left: 0;
	border-radius: 0 5px 5px 0;
}
.mainSlider .swiper-button-next::after {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.mainSlider .swiper-button-prev {
	background: #FFF;
	width: 30px;
	height: 30px;
	right: 0;
	border-radius: 5px 0 0 5px;
}
.mainSlider .swiper-button-prev::after {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.packageBox {
	margin-top: 30px;
	background: #f2f2f2;
	padding: 12px;
	border-radius: 12px;
	overflow: hidden;
}
.packageBoxTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0 3px;
}
.newsBox a {
	text-decoration: none;
	color: #0069e3;
}
.newsBox .newsBoxImage {
	height: 180px;
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.newsBox .newsBoxImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainSidebar {
	margin-top: 30px;
	background: #f2f2f2;
	padding: 12px;
	border-radius: 12px;
	overflow: hidden;
}
.mainSidebar ul {
	margin: 0;
	padding: 0;
}
.mainSidebar ul li {
	margin-bottom: 20px;
	list-style-type: none;
}
.mainSidebar ul li a {
	text-decoration: none;
	color: #0069e3;
}
.mainSidebar ul li a span {
	color: gray;
	font-size: 20px;
	display: inline-block;
	width: 16px;
}
.tagsBox {
	margin-top: 30px;
}
.tagsBox a {
	border: 2px solid #7f7f7f;
	border-radius: 30px;
	padding: 2px 8px;
	text-decoration: none;
	color: #000;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 8px;
	transition-duration: .1s;
}
.tagsBox a:hover {
	background: #7f7f7f;
	color: #FFF;
}
.editorInChiefBox {
	background: #3a2798;
	padding: 15px;
	color: #FFF;
	border-radius: 12px;
	margin-top: 30px;
}
.editorInChiefBox div {
	margin-bottom: 30px;
	font-size: 22px;
}
.editorInChiefBox div:last-of-type {
	margin-bottom: 0;
}
.editorInChiefBox span {
	display: block;
	text-align: center;
}
.editorInChiefBox strong {
	display: block;
	text-align: center;
}
.siteFooter {
	background: #3a2798;
	padding: 30px 0 0 0;margin-top: 30px;
}
.footerBox .footerBoxTitle {
	color: #FFF;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
}
.footerBox ul {
	padding-right: 0;
	margin: 0;
}
.footerBox ul li {
	list-style-type: none;
	list-style: #FFF;
	margin-bottom: 20px;
}
.footerBox ul li:last-of-type {
	margin: 0;
}
.footerBox ul li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	transition-duration: .1s;
}
.footerBox ul li a:hover {
	color: #7f7f7f;
}
.footerBox ul li a i {
	font-size: 8px;
	margin-left: 5px;
}
.copyright {
	margin-top: 60px;
	padding: 10px 0;
}
.copyright span {
	display: block;
	color: #FFF;
	text-align: center;
}
.copyright .boneweb {
	margin-top: 15px;
}
.copyright .boneweb a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

.pageTitle {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pageTitle h1 {
	font-size: 26px;
	text-align: center;
}
.archiveMain {
	margin-top: 30px;
}
.pagination {
	margin-top: 60px;
	justify-content: center;
    align-items: center;
}
.pagination a {
	background: #3a2798;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border: 1px solid #3a2798;
	text-decoration: none;
}
.pagination .current {
	border-radius: 5px;
    width: 28px;
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid #3a2798;
}
.singleMain {
	margin-top: 30px;
}
.postInfo {
	background: #e5e5e5;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 5px 15px;
}
.postInfo * {
	color: #333;
}
.datePublished {
	font-size: 14px;
}
.authorBox {
	display: flex;
    align-items: center;
}
.authorPic {
	width: 50px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
}
.authorPic img {
	width: 100%;
}
.singleTitle {
	margin-top: 30px;
}
.singleTitle h1 {
	font-size: 26px;
}
.singleThumbnail {
	margin-top: 30px;
}
.singleThumbnail img {
	width: 100%;
	height: auto;
}
.singleContent {
	margin-top: 30px;
}
.singleContent p {
	font-size: 18px;
}
@media (max-width: 991px) {
	.overlay {
		content: "";
		position: absolute;
		background: rgba(0,0,0,.8);
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		display: none;
	}
	.mainMenu {
		background: #f2f2f2;
		position: fixed;
		top: 0;
		right: -270px;
		width: 270px;
		height: 100vh;
		z-index: 101;
		transition-duration: .3s;
	}
	.mainMenuShow {
		right: 0;
	}
	.mainMenu ul {
		padding: 0;
		margin: 0;
	}
	.mainMenu ul li a {
		padding: 15px !important;
		border-bottom: 1px solid #000;
		display: block;
	}
	.mainSlaiderImage {
		height: 250px;
	}
	.openMenuButton {
		width: 32px;
		height: 20px;
		display: flex;
		flex-direction: column;
        justify-content: space-between;
	}
	.openMenuButton span {
		width: 100%;
		height: 2px;
		background: #000;
		display: block;
	}
	.closeMenu {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		cursor: pointer;
		color: #FFF;
		font-size: 40px;
	}
	.searchButton {
		left: 90px;
		top: 20px;
	}
	.searchButton span {
		display: none;
	}
	.newsBox .newsBoxImage {
		height: 100px;
	}
	.navbarLogoResponsive {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		border-bottom: 1px solid #000;
	}
	.newsBox a {
		font-size: 14px;
	}
	.footerBox {
		margin-bottom: 30px;
	}
	.footerBox .footerBoxTitle {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.mainSlaiderImage {
		height: 220px;
	}
	.mainSlider .swiper-pagination {
		bottom: 110px;
	}
	.newsBox .newsBoxImage {
	}
	.copyright {
		padding-right: 15px;
		padding-left: 15px;
	}
}