
.blog-feed-container.aut-cat .blog-feed {
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width:768px) {
	.blog-feed-container.aut-cat .blog-feed {
		grid-template-columns: 1fr;
	}
}




.main__header-date.aut {
    margin: 24px auto;
}
.inhead-date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.inhead-date div {
	
}
.inhead-date .mini_aut_name span {
    font-weight: 300;
}
.mini_aut_name a {
    text-decoration: none;
	color:rgba(0,0,0,.65) ;
}
.inhead-date .mini_aut_name a {
    color: #fff;
}

.pa__head, .pa__head * {
    color: #fff;
}
.main.blog-single-header.aut-single {
    padding-bottom: 50px;
}

.pa__topline {
    display: flex;
    justify-content: flex-start;
}
.pa__topline_photo {
    width: 100px;
    height: auto;
    margin-right: 20px;
}
.pa__topline_photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.pa__topdescs {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.pa__topline_texts {
	display:block;
	position:relative;
    width: 100%;
}
.pa__topline_texts .insider{
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
}
h1.pa__toptitle {
    font-size: 24px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.pa__desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}


.mini_aut_img{
	width:40px;
	height:40px;
    margin-right: 12px !important;
}
.mini_aut_img img{
	width:100%;
	height:auto;
	border-radius:50%;
}
.pa__icons{
	display: flex;
	justify-content: space-between;
}
.pa__icons_cont{
	display: flex;
	justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.pa__icons a {
    display: flex;
    align-items: center;
    align-content: center;
	text-decoration: none;
}
.pa__icons a img {
    margin: 0 5px -2px 0;
}

.blog-feed-container.aut-single .blog-feed{
    transform: none;
    margin-bottom: 50px;
}

.blog-feed-container.aut-single {
    padding-bottom: 70px;
}

.p__subtitle {
	font-weight: 600;
	padding: 5px 0;
	font-size: 20px;
	line-height: 28px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 24px;
}

.main.aut-single {
    padding-bottom: 67px;
}
.main.aut-single .main__header {
    min-width: 100%;
}

@media (min-width: 768px){
	
	.p__subtitle{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.blog-feed-container.aut-single .blog-feed{
		margin-top: 50px;
	}
}

