.row-single-post {
	display: flex;
	justify-content: space-between;
}
.single-post-main-content {
	width: 55%;
}
.sidebar {
	width: 40%;
}
.simple-text-image {
    background-color: #fff;
    box-shadow: initial;
}
.menu-category {
	margin-bottom: 30px;
	padding-bottom: 58px;
	border-bottom: 3px solid #1aaf5e;
}
.menu-category ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu-category ul li {
	position: relative;
	/* width: 14.2%; */
	/* text-align: center; */
}
.menu-category ul li:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 22px;
	background-color: #202020;
}
.menu-category ul li:last-child:after {
	display: none;
}
.menu-category ul li a {
	display: inline-block;
	position: relative;
    padding: 8px 10px;
    margin: 0 30px;
	font-weight: 400;
	cursor: pointer;
	transition: 0.35s;
}
.menu-category ul li.current-menu-item a {
	color: #005184;
	/* font-weight: 700;	 */
}
.menu-category ul li.current-menu-item a:after {
	content: '';
	display: block;
	position: absolute;	
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005184;
}
.menu-category ul li a:hover {
	color: #005184;
	/* font-weight: 700;	 */
}
.menu-category ul li a:hover:after {
	content: '';
	display: block;
	position: absolute;	
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005184;
}

.page-links {
	display: flex;
    justify-content: space-between;	
	margin-top: 40px;
	padding-top: 40px;
	border-top: 3px solid #1aaf5e;
	font-weight: 500;
}
.page-links a {
	text-decoration: none;
} 
.single-post-wrap {
	padding-top: 80px;
	overflow: hidden;
}
.single-post-wrap .single-thumbnail {
    float: left;
    max-width: 40%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 40px;
    border-radius: 5px;
}
.single-post-wrap h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.2;
}
.single-post-wrap .top-row {
    display: flex;
    align-items: center;
	font-size: 85%;
	margin-bottom: 20px;
}
.single-post-wrap .top-row a.category {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 12px;
    border-radius: 4px;
    background-color: #005184;
    color: #ffff;
    font-weight: 500;
    text-decoration: none;
}
.single-post-wrap .top-row .date {
	margin-right: 20px;
}

/*index */
.custom_index-wrap {
    background-color: #2c9bf7;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 0 15px;
}
.custom_index-toggle {
    cursor: pointer;
}
ul.custom_index {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
    padding: 5px 10px;
    list-style: none;
}
ul.custom_index li {
    border-bottom: 1px solid;
}
ul.custom_index li:last-child {
    border-bottom: 0px solid;
}
ul.custom_index li a {
    text-decoration: none;
}
ul.custom_index li:before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	border: 3px solid;
	vertical-align: middle;
	margin-left: 5px;
}

/* sidebar */
.sidebar {
    max-width: calc (100% - 30px);
    margin: 0 auto;
}

.about-author {
    background-color: #19af5e;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sidebar-author-bottom{
    padding: 0 15px;
    border: 1px solid #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar-row {
    display: flex;
    align-items: center;
}

.sidebar-row .image {
    width: 110px;
    flex-shrink: 0;
    padding: 10px;
}

.sidebar-row .image img {
    border-radius: 50%;
}
.sidebar-row h4 {
	margin: 0.25em 0em 0;
}

.sidebar-row.social {
    margin-top: 15px;
    margin-bottom: 10px;
}
.sidebar-row.social .links-title {
	margin-left: 10px;
}
.sidebar-row.social .links a {
    display: inline-block;
    line-height: 0;
    border: 1px solid #eee;
    border-radius: 50%;
	color: #19af5e;	
	magin: 0 2px;
}

.sidebar .sidebar-menu-warp {
    margin-top:20px;
    margin-bottom: 20px;
} 
.sidebar .menu-category {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #1aaf5e;
}
.sidebar-menu-title {
	color: #005085;
}
.sidebar .menu-category ul {
    justify-content: flex-start;
}
.sidebar .menu-category ul li a {
    padding: 2px 10px;
    margin: 7px 0px;
    margin-left: 20px;
    font-weight: 400;
    border-radius: 5px;
	background-color: #005085;
	color: #fff;
	text-decoration: none;
}
.sidebar .menu-category ul li a:hover:after,
.sidebar .menu-category ul li:after {
    display: none;
}
.sidebar .hide-in-sidebar {
    display: none;
}

.sidebar-form-title {
    background-color: #005085;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	padding-bottom: 0.5em;
}
.sidebar-form-title h2,
.sidebar-form-title p{
    color: #fff;
	margin: 0
}
.sidebar-form-cont {
    padding: 15px;
    border: 1px solid #eee;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar-form-cont input {
    direction: rtl;
    border: 0;
    border-bottom: 1px solid #202020;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    text-align: right;
    width: 100%;	
}
.sidebar-form-cont  input[type="tel"], 
.sidebar-form-cont input[type="email"] {
    text-align: right;
}
.sidebar-form-cont  input[type="submit"] {
    margin-top: 20px;
    padding: 8px 37px;
    border: none;
    border-radius: 4px;
    background-color: #1aaf5e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
@media(max-width: 991px){
	
	.row-single-post {
		flex-wrap: wrap;
	}
	.single-post-main-content {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	    margin-top: 40px;
	}
	
	.menu-category {
		margin-bottom: 30px;
		padding-bottom: 0px;
		border-bottom: 0;
	}
	.nav-blog-wrap {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.nav-blog-wrap::-webkit-scrollbar {/* width */
		height: 6px;
		/* width: 6px; */
	}
	.nav-blog-wrap::-webkit-scrollbar-track {/* Track */
		box-shadow: inset 0 0 2px #1aaf5e; 
		border-radius: 3px;
	}
	.nav-blog-wrap::-webkit-scrollbar-thumb {/* Handle */
		background: #1aaf5e; 
		border-radius: 3px;
	}
	.nav-blog-wrap::-webkit-scrollbar-thumb:hover {/* Handle on hover */
		background: #1aaf5e; 
	}
	.nav-blog-wrap ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;		
	}
	.nav-blog-wrap ul li {
		position: relative;
		padding: 16px 10px;
		border-bottom: 0;
	}
	.nav-blog-wrap ul li:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		top: calc(50% - 0px);
		left: 0;
		height: 22px;
		width: 1px;
		background-color: #202020;
	}
	.nav-blog-wrap ul li:last-child:after {
		display: none;
	}
	.single-post-wrap h1 {
		font-size: 38px;
	}

	.sidebar .nav-blog-wrap ul li {
		padding:  0;
	}
}
@media(max-width: 767px){
	.single-post-wrap {
		padding-top: 20px;
	}
	.single-post-wrap .single-thumbnail {
		float: initial;
		max-width: 100%;
		margin-right: 0px;
	}
}