/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/
.content_body {
	margin:25px auto;
}
.main_author_sec {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    width: 100%;
}
.main_author_sec .name_author_out {
    display: flex;
    flex-flow: column;
}
.main_author_sec .name_author_out .author-role {
    color: #35B3DB;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main_author_sec .author-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
}
.main_author_sec .auth_bottom_section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.main_author_sec .auth_btn a {
    border-radius: 6px;
    background: #5bbed3;
    color: #fff !important;
    font-weight: 700;
    max-height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    text-decoration: none;
}
.main_author_sec .author_imag img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
}
.modifyDetails h2.contributors-title {
    font-size: 33px;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}
/*Author Box*/

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    font-size: 16px;
}

/*Author Page css*/
.profile-fields-table {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 247px;
    height: 247px;
    object-fit: cover;
    border-radius: 50%;
}
.header-name-container .label { 
    font-size: 20px;
    margin: 30px 0;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #cbcbcb;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.author-f-name .label, .author-description-name .label {
    font-weight: 600;
}
.profile-tab-content {
    margin: 30px 0;
}
.author-f-name {
    display: flex;
    gap: 5px;
}
.author-description-name {
    margin-top: 20px;
}
.content-part-area .name_author_out p {
    margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
	.profile-header-container {
		flex-flow: column;
		flex-direction: column-reverse;
        gap: 30px;
	}
}
/* End */