/*--- Components/Content/Author ---*/

body.author.archive {
    padding: 0;
    margin: 0;
    border: 0 none;
}

body.author.archive #content {
    padding-bottom: 50px;
}

body.author.archive #main {
    padding: 0 20px;
}

body.author.archive .page-header {
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 768px) {
    body.author.archive #main {
        padding: 0 30px;
    }

    body.author.archive .page-header {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media (min-width: 992px) {
    body.author.archive #main {
        padding: 0 40px;
    }

    body.author.archive .page-header {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (min-width: 1200px) {
    body.author.archive #main {
        padding: 0 50px;
    }

    body.author.archive .page-header {
        margin-left: -50px;
        margin-right: -50px;
    }
	body.author_editor_page #main:not(:only-child) {
    	width: 100%;
	}
}

body.author.archive .profile-thumb-wrapper {
    min-width: fit-content;
    overflow: hidden;
    text-align: center;
}
body.author.archive .profile_author{
	display: flex;
}
body.author.archive .profile-picture {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    body.author.archive .profile-picture {
        margin-bottom: 0;
        margin-top: 0;
    }
}

body.author.archive .profile-picture img {
    width: 228px;
    height: 228px;
	object-fit: cover;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-filter: sepia(1) hue-rotate(180deg) brightness(80%);
    filter: sepia(1) hue-rotate(180deg) brightness(80%);
}

body.author.archive .page-header {
    margin-top: 0;
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    body.author.archive .page-header {
        text-align: left;
    }
    body.author.archive .page-header> div:nth-child(2),
    body.author.archive .page-header> div:nth-child(3) {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    body.author.archive .profile-thumb-wrapper {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
body.author.archive .profile-details {
    flex-basis: 400px;
    padding: 30px 25px;
    order: 1;
    text-align: left;
}
body.author.archive .author-nicename {
    color: #1f1f1f;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 900;
}

body.author.archive .author-fullname {
    color: #76ae7a;
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 500;
}

body.author.archive .author-description {
    color: #1f1f1f;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.48;
	white-space: pre-wrap;
}
body.author.archive .profile-contact-links {
    padding: 20px 25px;
    order: 2;
    flex-basis: 155px;
}
body.author.archive .author-contacts-title {
    color: #1f1f1f;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 1.3em;
}

body.author.archive .author-contact-list {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    margin-bottom: 2em;
}

body.author.archive .author-contact-list li {
    margin-top: 10px;
    display: inline-block;
}

@media(max-width:935px){
    body.author.archive .author-contact-list li:not(:last-child) {
        margin-right: 20px;
    }	
}
@media (min-width: 992px) {
    body.author.archive .author-contact-list li {
        display: block;
    }
    body.author.archive .author-contact-list li:not(:last-child) {
        margin-right: 0;
    }
}

body.author.archive .author-contact-list a {
    color: #525e74;
    text-decoration: underline;
}

body.author.archive .author-posts-title {
    color: #96a2b3;
    font-family: "Raleway", sans-serif;
    font-size: 35px;
    font-weight: 500;
    margin-top: 70px;
    margin-bottom: 30px;
}

body.author.archive .author-posts {
    margin-left: -20px;
    margin-right: -20px;
	min-height:10vw;
}

.author-article-spacing{padding-top: 40px;clear:both}

body.author.archive .author-posts article, .author-post-list-heading {
    padding: 0 20px;
}
.author-post-list-heading h2{
    color: #333333;
}

body.author.archive .author-posts .post {
    margin-bottom: 20px;
}
@media (max-width: 759px){
    body.author.archive .page-header {
        text-align: left;
    }
    body.author.archive .author-contact-list li {
        display: block;
    }
}
@media (min-width: 768px) {
    body.author.archive .author-posts .post {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 0 none;
        max-width: 48%;
    }
}

@media (min-width: 1200px) {
    body.author.archive .author-posts .post {
        max-width: 33%;
    }
}

.show_more_wrapper a.loadmore-editor {
    display: block;
    padding: 6px;
    width: 260px;
    margin: 0em auto 3em auto;
    text-align: center;
    border-radius: 2px;
    color: white !important;
	font-weight: bold;
}

.show_more_wrapper a.loadmore-editor:hover {
    text-decoration: none;
}

.show_more_wrapper .loader_image{
	width: 2em;
	display: none;
}

body.author.archive .post-title {
    color: #63b175;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .7em;
}

body.author.archive .post-meta {
    color: #96a2b3;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    margin-bottom: .7em;
}

body.author.archive .post-meta a {
    color: #96a2b3;
    font-size: 14px;
    text-decoration: underline;
}

body.author.archive .post-content {
    color: #323232;
    font-size: 19px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.48;
}

body.author.archive .more-link {
    color: #525e74;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
}

body.author.archive .more-link:hover,
body.author.archive .more-link:focus {
    text-decoration: none;
}

body.author.archive .pagination {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    clear: both;
}

body.author.archive .pagination> li.disabled> a {
    color: #dbdfe5;
}

body.author.archive .pagination> li.active> a {
    color: #63b175;
    background-color: transparent;
    text-decoration: none;
}

body.author.archive .pagination> li> a {
    color: #525e74;
    border: 0 none;
}

/*Baeldung Author CSS*/

.bael-author-container {
    max-width: 1320px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
}

.bael-author-container h1{
    text-align:center;
    margin-bottom: 50px;
    color: #63B175;
}

.site-cs .bael-author-container h1{
    color: #88b2ff;
}

.site-linux .bael-author-container h1{
    color: #a38be1;
}

.site-scala .bael-author-container h1{
    color: #f1958c;
}

.site-kotlin .bael-author-container h1{
    color: #ecc465;
}

.author-information{
    padding:10px;
}

.bael-author-left{
    float:left;
}

.author-information .author-image{
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: #63B175;
    border-radius: 250px 250px 250px 250px;
    margin: 0px 70px 60px 70px;
    width:300px;
}

.site-linux .author-information .author-image{
    border-color: #a38be1;
}

.site-cs .author-information .author-image{
    border-color: #88b2ff;
}

.site-scala .author-information .author-image{
    border-color: #f1958c;
}

.site-kotlin .author-information .author-image{
    border-color: #ecc465;
}

.author-information .author-image.grey{
    border-color: #B7B7B7;
}


.author-information .author-image img{
    width: 280px;
    border-style: solid;
    border-width: 13px 13px 13px 13px;
    border-color: #FFFFFF;
    border-radius: 250px 250px 250px 250px;
}

.author-information .author-content{
    width: 33%;
}

.author-information .author-content h2{
    margin-bottom: 20px;
}

.author-information .author-content p span{
    font-size: 15px;
}

.author-information .author-content p{
    font-size: 17px;
}

.author-social-links img{
    width:40px;
}

.author-information .author-content .author-social-links:before{
    display: block;
    content: "";
    border-top: 2px solid #63B175;
    width: 6.16em;
    margin: 1.12em 0em;
}

.site-cs .author-information .author-content .author-social-links:before{
    border-top: 2px solid #88b2ff;
}

.site-linux .author-information .author-content .author-social-links:before{
    border-top: 2px solid #a38be1;
}

.site-scala .author-information .author-content .author-social-links:before{
    border-top: 2px solid #f1958c;
}

.site-kotlin .author-information .author-content .author-social-links:before{
    border-top: 2px solid #ecc465;
}

.author-information .author-border-line{
    border-top: 2px solid #76ae7a;
}

.bael-author-right{
    float:right;
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .author-information .author-image{
        margin: 0px 60px 60px 60px;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .author-information .author-image{
        margin: 0px 50px 60px 50px;
    }
}

@media (min-width: 1000px) {
    .author-information .author-image{
        max-width: 24%;
    }
}

@media (max-width: 1000px) {
    .bael-author-container h1{
        margin-top:50px;
        margin-bottom: 0px;
    }
    .author-information{
        display: flex;
        flex-flow: column;
    }
    .author-information .author-content{
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .author-information .author-image{
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 0;
        display:block;
        margin:2.2em auto;
    }
}

/*CSS of Categories on Single Author Page*/

.author-post-list-heading{
    display:flex;
}

.author-post-list-heading h2{
    margin-top:0px; 
    margin-right:20px;
}

.author-categories{
    display:table;
    padding-left:0px;
    list-style: none;
}

.author-categories li{
    margin-right: 0.28em;
    font-size:15px;
    float: left;
    width: auto;
    background-color: black;
    border-color: black;
    color:white;
    padding: 0.226em 0.56em;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom:0.28em;
}
.author-categories li:hover{
    cursor: pointer;
}

.author-categories .highlight{
    background-color: #63b175;
    border-color: #63b175;
}

@media (max-width: 1220px) {
    .author-post-list-heading{
        display:table;
    }
    .author-categories li {
        padding: 0.33em 0.56em;
        margin-bottom: 0.56em;
        margin-right: 0.56em;
    }
}

@media (max-width: 450px) {
    .author-categories li {
        font-size: 14px;
    }
}

.all-author-head-section{
	text-align: center;
	margin-top: 2em;
    margin-bottom: 2em;
}
.all-author-header h1{
    font-size: 2.2em;
    font-weight: 600;
    text-decoration: none;
    padding: 0.56em;
}
.all-author-content-section, .all-author-content-section-even{
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.all-author-content-section .all-author-content, .all-author-content-section-even .all-author-content{
	width: 100%;
    display: flex;
}
.all-author-content-section .author-image, .all-author-content-section-even .author-image{
	padding: 1.12em 2.8em 2.8em 2.8em;
}
.all-author-content-section .author-image img, .all-author-content-section-even .author-image img{
	border-style: solid;
    border-width: 0.72em;
    border-color: #FFFFFF;
    border-radius: 14em;
}
.author-image-border{
	margin-left: auto;
    width: 90%;
    border-style: solid;
    border-width: 1.12em;
    border-color: #B7B7B7;
    border-radius: 14em;
}

.all-author-content .author-content, .all-author-content .author-content-empty, .all-author-content .author-image{
	width: 33%;
}
.author-text p{
	font-size: 0.84em;
}
.author-content{
	padding: 1.12em;
}
.author-content-about{
	font-size: 0.95em;
}
.author-content-name h2{
	line-height: 1;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.9em;
}
.author-divider{
	padding-top: 1.12em;
    padding-bottom: 1.12em;
}
.author-divider-separator{  
	width: 30%;
    display: flex;
    margin: 0;
    direction: ltr;
}
.author-content-social{
	display:flex;
}
.author-content-social-inner img{
	width:2.24em;
	margin-right: 0.56em;
}
.all-author-content-section, .all-author-content-section-even{
	margin-bottom: 4em;
}

@media (max-width: 912px) {
	.all-author-content-section .author-image, .all-author-content-section-even .author-image{
		padding: 0.62em 0.56em 2.8em 0.56em;
	}
}

@media (max-width: 540px) {
	.author-content-empty{display: none;}
	.all-author-content-section .all-author-content, .all-author-content-section-even .all-author-content{
		flex-direction: column;
	}
	.all-author-content .author-content, .all-author-content .author-content-empty, .all-author-content .author-image{
		width: 100%;
		position: relative;
	}
	.all-author-content-section-even .author-content{order: 2;}
	.all-author-content-section .author-image, .all-author-content-section-even .author-image{
		padding: 0em;
	}
	.author-image-border {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	.author-divider-separator {
		width: 50%;
	}
	.all-author-header h1 {
		font-size: 1.95em;
	}
}

@media (max-width: 990px) {
	body.author.archive .profile_author{
		display: block;
	}
	body.author.archive .profile-picture {
		margin:0;
		padding:0;
	}
	body.author.archive .profile-picture img {
		width: 228px;
		height: 228px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
	}
	body.author.archive .profile-details{
		padding: 0px 10px;
	}
	
}
