.inner-box.inner-box__simple {
	width: 100%;
}
.inner-header .header {
	background-color: #e73b61;
}
.internal-link{
position: relative;
}
.breadcrumb li a span {
	font-size: 13px;
}

.sidebar__content ul {
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.sidebar__list a {
	color: #000;
}
.sidebar__list a:hover {
	color: #e73b61;
}
.internal-link::before {
/* content: "";
top: 50%;
left: 100%;
transform: translate(-50%, -50%);
position: absolute;
width: 10px;
height: 10px;
background: #167272;
border-radius: 50%;
margin-inline-end: 8px; */
}

.sidebar__list li {
	margin-top: 10px;
}

.inner-header header {
	position: inherit !important;
z-index: 555;
}

.breadcrumb-container {
	background: #f5f5f5;
	margin: 180px 0 8px 0;
	height: 45px;
}

.breadcrumb-area {
	height: 65px;
	margin-bottom: 20px;
	background: #f5f5f5;
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.breadcrumb {
	margin-bottom: 0px;
}
main {
	position: relative;
	z-index: 2;
}
.news-content .news-img {
	float: left;
	border: 5px solid #fff;
	box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
	margin: 0 30px 15px 0;
	width: 475px;
	height: 100%;
}
.news-content {
	margin-top: 20px;
}
.es-post-header {
	margin-bottom: 50px;
}
.khomeinishahr-header__center {
	background: rgba(255, 255, 255, 0.95);
	height: 75px;
	position: relative;
	z-index: 100;
}
.news-tools a {
	background: #f5f5f5 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-tools ul {
	list-style-type: none;
}
ul {
	list-style-type: none;
}
.news-content div {
	line-height: 25px;
}
.news-info li {
	font-size: 14px;
}
.news-info-wrap .row {
	display: flex;
	align-items: center;
}
#es-content .news-info-wrap .news-info ul {
	padding: 0;
}
.inner-box {
	width: 74%;
	margin-right: 15px;
    box-shadow: 0 2px 4px 0 #ccd0d9;
	border-radius: 15px;
	padding: 30px;
	min-height: 400px;
	height: auto;
    margin-bottom: 30px;
}

section.sidebar {
	width: 30%;
}

.main-box {
	display: flex;
	justify-content: space-between;
}
.es-page-content {
	margin-top: 20px;
}
.es-posts .es-post-item {
	align-items: center !important;
}
.sidebar__box {
	background: #fafafa;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	/* height: 390px;*/
}


.sidebar__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

@media (max-width: 991.98px){
    section.sidebar {
        width: 100%;
      }
      .header {
        position: fixed !important;
    }
    .breadcrumb-area {
        margin: 110px 0 8px 0;
    }
    .main-box {
        flex-wrap: wrap;
    }
    .inner-box {
        width: 100%;
        margin-right: 0;
    }
    .breadcrumb-container {
        margin: 108px 0 8px 0;
    }
}
