/* Single-Blog */

.single-post .entry-meta{
	padding:0!important;
	border:none!important;
}
.single-post .entry-content {
       margin-bottom: 7px;
}
.single-post .aux-form-cookies-consent, .single-post .wpulike-default {
	display:none;
}
.single-post .comment-reply-title {
  margin: 0px 0 -6px;
}
.single-post .comment-respond input[type="submit"]{
  background: #FF0000;
	border-radius:42px;
	padding:20px 58px!important;	   
}
.single-post .form-submit{
	margin-right: 0;
  margin-left: auto;
}
.single-post .comment-form .aux-block-inputs textarea, .single-post .comment-form input[type="text"], .single-post .comment-form  input[type="email"]{
	border:none;
	box-shadow: 1px 4px 23px rgba(0,0,0,0.10);
  border-radius: 38px!important;
	height: 80px!important;
	padding:30px 35px!important;
	background-color:#0C0C0C;
}
.single-post .aux-input-group textarea{
  min-height: 247px!important;
  height:247px!important;
} 
.single-post .aux-form-inline-two .aux-inline-inputs{
	flex-basis: calc(50% - 7px);
	margin-top: 30px;
}
.single-post .comment img, .single-post .children img{
    width: 141px;
    height: 151px;
    border-radius: 71px;
	  border:4px solid #FF0000;
	  position: absolute;
    left: -16%;
}
.single-post .children img{
     border:4px solid #ffffff!important;
	    left: -18%;
}
.single-post .comments-title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.single-post .entry-main {
    margin-bottom: 2px;
}
.single-post .aux-commentlist .comment{
    background-color: #111111;
    margin-left: 6%;
}
.single-post .comment-author .fn{
	background-color:transparent;
	padding-left: 0;
}
.single-post .comment-author .author-indicator{
    display: none;
}
.single-post .comment-author{
    display: flex;
    align-items: center;
}
.single-post .comment-author time {
    margin-top: 7px;
}

.single-post .comment{
    position: relative;
    max-width: 86%;
    margin-right: 0;
    margin-left: auto!important;
    padding: 41px 37px;
    border-radius: 31px;
}
.single-post .aux-commentlist .comment .comment-author, .single-post .aux-commentlist .comment .comment-body, .single-post .aux-commentlist .comment .comment-reply-nav {
    margin-left: 0;
}
.single-post .children li:first-child {
    background: none!important;
}
.single-post .aux-image-mask img{
    border-radius: 49px;
	   -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);	
}
@media only screen and (min-width: 1025px) {.single-post .content{
      margin-top: -8px;
}
.single-post .entry-content, .single-post .entry-info, .single-post .entry-header, .single-post .comment-respond, .single-post .entry-meta, .single-post .aux-comments {
  margin-left: 9%!important;
  margin-right: 8%!important;
}
}
@media only screen and (max-width: 767px) {
.single-post input[type="text"]{
   margin-bottom: 0!important;
}
}

.single-post .aux-primary .entry-author .meta-sep {
    margin-right: 8px;
}