
  /* authors css */
  section.inner-banner {
    max-height: unset;
    background-image: url(../assets/images/about-banner1.jpg);
    min-height: 480px;
    background-size: cover;
    overflow: unset;
    position: relative;
    margin-bottom: 20px;
}
section.inner-banner img {
    width: 100%;
}
section.inner-banner .author-img {
    max-width: max-content;
}
section.inner-banner .caption.profile-caption {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
}
section.profile-main {
	padding-top: 50px;
}

section.profile-main h2 {
	color: #000;
	text-transform: capitalize;
	font-weight: 900;
	font-family: lato;
	font-size: 26px;
}

.profile-cols .box {
	margin-bottom: 40px;
}

.profile-cols h4 {
	border-bottom: 3px solid #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
    font-family: 'Poppins';
}
section.inner-banner ul, section.profile-main ul {
	padding: 0;
}

section.inner-banner ul li, section.profile-main ul li {
	list-style: none;
}
span.hello {
    background-color: #d3d3d3;
    color: #000;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 15px;
    font-style: italic;
    position: relative;
}
.prof-minidesc h1 {
    font-size: 24px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
}
ul.quick-info {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
}
ul.quick-info label {
    font-weight: 600;
    color: #858585;
    min-width: 150px;
    font-size: 15px;
    position: absolute;
    left: 0;
}
a.quick-tags {
    background-color: #d3d3d3;
    color: #000;
    padding: 5px 9px;
    text-transform: capitalize;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}
.profcap-inner {
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 35px 75px 70px 75px;
    position: relative;
}
.prof-thumb {
    height: 280px;
    width: 270px;
    position: relative;
    box-shadow: 0px 1px 31px #eeeeee;
    float: left;
}
.prof-minidesc {
    width: 70%;
    float: right;
}
.quick-bottom {
    position: absolute;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #d3d3d3;
    padding: 0 30px;
}
section.inner-banner ul li, section.profile-main ul li {
    list-style: none;
}
ul.quick-info li {
    margin-bottom: 0;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 150px;
    margin-top: 8px;
}
.quick-bottom li:first-child {
    float: left;
    width: unset;
    margin: 20px 0 0;
}
.quick-bottom li:first-child a i.fa.fa-envelope {
    font-size: 27px !important;
    position: relative;
    top: -1px;
}
.quick-bottom li:last-child {
    float: right;
}
.quick-bottom li:first-child a {
    float: left;
    font-size: 30px;
    margin-right: 15px;
}
.quick-bottom li a {
    color: #000;
}
a.hire-me {
    background-color: #000;
    font-size: 16px;
    color: #fff !important;
    padding: 11px 30px;
    float: right;
    text-transform: capitalize;
}
.quick-bottom li:first-child, .quick-bottom li:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}
section.profile-main h2 strong {
    font-size: 34px;
    clear: both;
    display: block;
    font-weight: 900;
    color: #d3d3d3;
    font-family: lato;
}
.summary.box li {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #757c80;
    margin: 5px 0;
}
.summary.box li strong {
    float: right;
    color: #000;
    font-size: 15px;
    font-weight: 900;
}
ul.dotted-border li {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
ul.dotted-border li strong {
    float: right;
    padding-left: 6px;
}
.box ul.dotted li {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 0;
}
.box ul.dotted li:before {
    content: "";
    width: 6px;
    background-color: #757c80;
    height: 6px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50px;
}
.achieve.box p:before {
    content: "";
    width: 6px;
    background-color: #757c80;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50px;
}
.achieve.box p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #757c80;
}
section.sec_genre_s .genre_s_inner .genre_s_box {
    width: 74%;
    text-align: unset;
    float: right;
    margin: 55px 0;
    border: 3px solid #000;
    display: flex;
    align-items: center;
    position: relative;
    transition: color, background-color .1s ease-in;
}
section.sec_genre_s .genre_s_inner .genre_s_box a img {
    margin: -30px 0 28px -30px;
    filter: grayscale(0);
    transition: color, background-color .1s ease-in;
    min-width: 260px;
    height: 280px;
    object-fit: cover;
}
section.sec_genre_s .genre_s_inner .genre_s_box a.btn-yel {
    background: #ffe005;
    font-size: 16px !important;
    padding: 12px 25px !important;
    color: #222222 !important;
    margin: 0px 0 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: -17px;
    right: 48px;
    text-align: center;
    opacity: 0;
    transition: color, background-color .1s ease-in;
}
section.sec_genre_s .genre_s_inner .genre_s_box:hover a.btn-yel {
    opacity: 1;
}
.our-writers-bg {
    background: url(../images/our-writers-bg.jpg) center center / cover no-repeat;
}
.our-writers-bg::before {
    background-color: #00000094;
}
section.sec_our_writers .genre_s_inner .genre_s_box h4 {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: -40px;
    color: #151515;
    text-transform: uppercase;
}
section.sec_genre_s .genre_s_inner .genre_s_box:hover {
    border: 3px solid #ffe212;
}
