.authorImg {
    border: 6px solid #f2f2f2;
    border-radius: 50%;
    display: block;
    height: 114px;
    margin: 0 auto;
    width: 114px;
}


.name-text-container {
    margin-bottom: 0;
    overflow: hidden;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: black;
}

.primary-text-color {
    color: #737373 !important;
    font-size: 14px;
}
.btn_follow{
    margin-top: -10px;
}

.author_card_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: transparent !important;
    border: 1px solid #4398fe !important;
    border-radius: 20px;
    color: #4398fe;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 4px 0 !important;
    width: 120px !important;
}

.author_card_button:hover{
    border: 2px solid #4398fe !important;
}

.publisherListText {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    color: #8f9495;
    margin: 40px 0;
}

.authSearchArea {
    padding: 13px 0;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    width: 100%;
    text-align: center;
}

.authSearchArea>ul {
    margin: 0;
    line-height: 36px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.authSearchArea>ul>li>h1 {
    font-size: 20px;
    font-weight: 300;
    color: #444546;
    margin: 0;
    line-height: 30px;
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.searchFormArea {
    margin: 0;
    padding: 0;
    height: 36px;
    width: 300px;
}

.searchFormArea .searchInput {
    border-radius: 0;
}


.authSearchArea>ul {
    line-height: 36px;
}
.btnSearchSubmit {
    right: 0;
    top: 1px;
    background-color: #bebebe !important;
    color: #FFF !important;
    padding: 5px 12px;
    border: 2px solid #bebebe !important;
    border-radius: 0 !important;
    height: 34px;
    font-size: 14px; ;
}

/*book category*/
.bookSubjectList {
    background-color: transparent;
    position: relative;
    margin-top: 15px;
}

.bookSubjectList .overlay-color {
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
}
.pFIrstCatCaroItem img {
    min-height: 1px;
    width: 100%;
}
.bookSubjectCaptionList {
    background-color: transparent;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.bookSubjectCaptionList>h2 {
    color: #fff !important;
    font-size: 15px !important;
    text-align: center;
    margin: 0;
    padding: 8px;
    line-height: 1.4;
}

.bookSubjectList .overlay-color:hover {
    transform: scale(1.05);
}


/*end book category*/








@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .searchFormArea {
        width: 300px;
    }
}
