/* -----Post----- */
.single-post .entry-info {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
}
.single-post .hentry .entry-info [class^="entry-"] + [class^="entry-"]::before , .meta-sep{
	display:none;
}
.single-post .entry-info{
	display:flex;
	justify-content:start;
}
.single-post .entry-tax a[rel="category"]:before{
	content:'Category';
	position:relative;
	font-size:14px;
	color:#7D7D7D;
	font-weight:300;
	margin-right:10px;
}
.single-post .author a:before{
	content:'Author';
	position:relative;
	font-size:14px;
	color:#7D7D7D;
	font-weight:300;
	margin-right:10px;
}
.single-post .entry-tax{
	margin-right:50px;
}
.single-post .entry-tax span{
	margin-right:38px;
}
/* -----Like & Share----- */
.single-post .hentry .entry-meta{
	border: none;
	max-width: 70%;
	margin: 0 auto;
	padding:0;
}
.single-post .entry-tax i{
	margin:0 10px;
}
/* -----Form----- */
.single-post #respond{
	max-width: 70%;
	margin: 0 auto;
	margin-bottom:98px;
}

.single-post  .aux-form-cookies-consent{
	display:none;
}
.single-post .aux-input-group input[type="url"]{
	display:none !important;
}
.single-post #commentform input:not([type="submit"]) , .single-post #commentform textarea{
	background: #FFFFFF 0% 0% 	no-repeat padding-box;
	box-shadow: 5px 6px 17px 		#0000001A;
	border: 1px solid 				#FFFFFF;
	padding:31px 33px 						!important;
}
.single-post textarea{
	margin-top:-15px;
}

.single-post input[type="submit"]{
	background-color:
	#000000;
	padding: 28px 99px !important;
	float: right;
	border-radius:0;
	text-transform:capitalize;
}
.single-post .form-submit{
	margin-left:77%;
}
/* -----Comments----- */
.single-post #comments{
	max-width:70%;
	margin:0 auto;
}
.single-post #comments .comments-title{
	color:#000;
	font-size:40px;
	font-weight:700;
	margin-bottom:84px;
}
.single-post time a{
	position: absolute;
	right: 0;
	bottom: -15%;
}
.single-post .comment img{
	width:141px;
	height:154px;
	position:absolute;
	left:0;
	top:0;
}
.single-post .wpulike-default{
	display:none;
}
.single-post .comment-body , .single-post .comment-author {
	margin-left:17% !important;
}
.single-post .comment-reply-nav{
	width: 46px;
	height: 46px;
	background-color:
	#000;
	position: absolute;
	top: 90px;
	left:2%;
	padding: 11px 9px;
}
.single-post .comment-reply-nav a{
	color:#000 !important;
	position:absolute;
}
.single-post .comment-reply-nav a:after{
	content:'';
	width:50px;
	height:50px;
	position:absolute;
	left:2px;
	top:2px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='reply' width='21.67' height='18.628' viewBox='0 0 21.67 18.628'%3E%3Cg id='Group_237' data-name='Group 237'%3E%3Cpath id='Path_109' data-name='Path 109' d='M13.717,41.023H3.239l3.892-3.892-1.2-1.2L0,41.869,5.934,47.8l1.2-1.2L3.239,42.715H13.717a6.268,6.268,0,0,1,6.26,6.26,6.433,6.433,0,0,1-1.51,3.875l-.525.664,1.328,1.049L19.8,53.9a8.1,8.1,0,0,0,1.874-4.924A7.962,7.962,0,0,0,13.717,41.023Z' transform='translate(0 -35.935)' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
	background-repeat:no-repeat;
}
.single-post . depth-1::before{
	content: '';
	width: 70%;
	height:120%;
	background:#F6F6F6;
	position: absolute;
	left: 5%;
	top: -10%;
}
.single-post .depth-2::before{
	content: '';
	width: 70%;
	height: 120%;
	background:#DCECFB;
	position: absolute;
	left: 5%;
	top: -10%;
}
.single-post cite, .single-post .comment-body{
	position:relative;
	z-index:9;
}
.single-post article {
	margin-bottom:100px !important;
}

/* -----Responsive----- */
@media screen and (max-width:768px){
	.single-post .entry-header ,   .single-post .entry-info  ,  .single-post .entry-content , .single-post .entry-meta{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.single-post #primary 				article{
		margin-bottom:0px !important;
	}
	.single-post #respond{
		max-width:100% !important;
	}
	.single-post .form-submit{
		margin-left:12% !important;
	}
	.single-post .entry-tax{
		display:flex !important;
	}
}