<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('../fonts/MYRIADPROREGULAR.woff') format('woff'), url('./MYRIADPROREGULAR.ttf') format('truetype');
}

.fontsforweb_fontid_4410 {
    font-family: 'MYRIADPROREGULAR' !important;
}

.container {
    font-family: 'MYRIADPROREGULAR' !important;
}

a {
    text-decoration: none !important;
}

body {
    background: #F5F5F5;
    margin-top: 50px;
}*/

.author_page .box {
    background: white;
    padding: 15px 15px;
    overflow: hidden;
    border: 1px solid #CECECE;
    margin-bottom: 15px;
    height: auto;
}

.author_page .author_box {
    text-align: center;
    color: #000;
}
.author_page .author_box .profile_image_text{
    height: 140px;
    width: 140px;
    line-height: 140px;
    font-size: 60px;
    float: none;
    margin: 0 auto;
}

.author_page .inf {
    margin: 8px 0px;
}

.author_page .name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.author_page .auth_user_name {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.author_page .type {
    font-size: 15px;
    color: #46555E;
}

.author_page .bio_box {
    color: #696969;
}

.author_box .inf .social-account-div {
    margin-top: 0; 
}
.author_box .inf .social-account-div .social-link-item {
    font-size: 18px;
    margin: 0 10px;
}
.author_box .inf .social-account-div .social-link-item.facebook-link {
    color: #3B5998;
}
.author_box .inf .social-account-div .social-link-item.twitter-link {
    color: #1DA1F2;
}
.author_box .inf .social-account-div .social-link-item.instagram-link {
    color: #262626;
}

/*---------------------------------*/

.author_page .tab_bars {
    background: white;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.author_page .tab_item {
    display: inline-block;
    padding: 15px 11px;
    cursor: pointer;
    margin: 0px 10px;
    color: #7E8181;
}

.follw_follwing_btn {
    color: #0f8042;
    font-weight: bold;
}

.author_page .tab_bars .tab_item {
    color: #696969 !important;
    font-weight: bolder !important;
    font-size: 16px;
}

.author_page .tab_bars .tab_item:hover,
.author_page .tab_bars .tab_item:hover a.nav-link {
    color: black !important;
}

.author_page .tab_bars .tab_item.active_tab {
    color: black !important;
    border-bottom: 3px solid #4FC3CC;
}


/*---------------------------------*/

.dropbtn {
    font-size: 20px;
    margin: 0;
    padding: 15px;
}

.report_dropdown {
    display: none;
    font-size: 15px;
    position: absolute;
    top: 40px;
}

.report_dropdown:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -7px;
    right: 47px;
    -ms-transform: translate(31px, 0%);
    transform: translate(31px, 0%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    z-index: 1;
}

.report_dropdown:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 45px;
    -ms-transform: translate(30px, 0%);
    transform: translate(30px, 0%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .15);
}

.author_page .report_dropdown li {
    list-style: none;
}

.author_page .dropbtn:hover .report_dropdown {
    display: block;
}

.author_page .modal-content {
    overflow: auto;
}

.author_page .modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    float: left;
    height: 480px;
    overflow: auto;
}


/*---------------------------------*/

.author_page .mx_button {
    border: 1px solid black;
    background: #F2F2F2;
    font-weight: 700;
    color: #626666;
}

.author_page .goletrax_btn {
    border: 2px solid transparent;
    border-radius: 4px;
    color: #fff;
    outline: none;
    box-shadow: none;
    background-color: #4ec3cc;
    border-color: #4ec3cc;
}

.author_page .goletrax_btn:hover {
    color: #4ec3cc;
    background-color: transparent;
}

.author_page .report_btn {
    margin: -8px 0 0 0;
}

.author_page .report_dropdown {
    top: 30px;
    right: -14px;
}

.author_page .mx_button:hover {
    color: white;
    border: 1px solid transparent;
    background: #2CB5C2;
}

.author_page .mx_button:active:focus {
    color: white !important;
    border: 1px solid transparent !important;
    background: #2CB5C2 !important;
}


/*---------------------------------*/

.author_page .book_item {
    text-align: center;
    display: inline-block;
    background: white;
    margin: 5px 0px;
    padding: 7px;
    border: 1px solid #ccc;
    color: #3C3B38;
    font-weight: 700;
    overflow: hidden;
    height: 300px;
}

.author_page .book_item a {
    color: #3C3B38;
}

.author_page .book_item img {
    margin-bottom: 12px;
    border-radius: 3px;
    height: 230px;
}


/*---------------------------------*/

.author_page .share_buttons {
    margin: 0;
    padding: 0;
}

.author_page .share_buttons ul {
    float: left;
    margin: 0;
    padding: 0;
}

.author_page .share_buttons ul li {
    list-style: none;
    display: inline-block;
}

.author_page .share_buttons ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 4px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #cbcbcb;
    margin: 3px;
    border: 1px solid;
}

.author_page .facebook {
    background: #3A589B;
    color: #fff !important;
}

.author_page .twitter {
    background: #598DCA;
    color: #fff !important;
}

.author_page .pinterest {
    background: #C93333;
    color: #fff !important;
}

.author_page .google-plus {
    background: #D95032;
    color: #fff !important;
}

.author_page .envelope {
    background: #40D5DB;
    color: #fff !important;
}


/*---------------------------------*/

.author_page .slider_title {
    font-weight: bold;
    color: #474B4B;
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
}

.author_page .auth_slider_area {
    background: white;
    padding: 15px 15px;
    border: 1px solid #ccc;
}

.author_page .authors {
    text-align: center;
    margin: auto;
    width: 80% !important;
}

.author_page .item {
    overflow: hidden;
    height: 200px;
    width: 180px;
    padding: 8px;
    position: relative;
}

.author_page .auth_img {
    overflow: hidden;
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    margin: 10px 0px;
}

.author_page .auth_name {
    color: #2E2D2A;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author_page .auth_btn {
    overflow: hidden;
    color: #0f8042 !important;
    border: 2px solid #0f8042;
    border-radius: 4px;
    background: white;
    font-weight: 600;
    bottom: 0px;
    left: 45px;
}

.author_page .nextb {
    float: right;
    display: inline-block;
    position: relative;
    bottom: 150px;
    left: 12%;
    font-weight: 700;
    font-size: 50px;
    color: #7F7F7F;
}

.author_page .prevb {
    float: left;
    display: inline-block;
    position: relative;
    bottom: 150px;
    right: 12%;
    font-weight: 700;
    font-size: 50px;
    color: #7F7F7F;
}


/*---------------------------------*/

.author_page .modal-content {
    border-radius: 0px !important;
}

.author_page .mx_close {
    font-size: 41px;
    margin-top: 1px !important;
    color: #4F4F4F !important;
}

.author_page .header_count {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    padding-bottom: 5px;
    color: #4F4F4F;
}

.author_page .user_block {
    border-bottom: 2px solid #DADADA;
    width: 100%;
    float: left;
    padding: 10px;
}

.author_page .user-detail {
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: middle;
}

.author_page .user_block img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.author_page .user_block span {
    display: block;
    margin-bottom: 4px;
}

.author_page .user_block span.sub_username {
    font-size: 13px;
}

.author_page .user_block span.sub_username label {
    font-weight: unset;
    color: #808284;
}

.author_page .user_block button {
    display: inline-block;
    vertical-align: middle;
}

.author_page .dropdown.dot_button {
    margin: 15px 10px 10px 0px;
}

.author_page span.btn_text,
.popover span.btn_text {
    margin-left: 8px;
}

.author_page .send_msg_btn {
    font-size: 16px !important;
}

.author_page .btn-follow-unfollow {
    color: #fff !important;
    background-color: #0f8042 !important;
    border-color: #0f8042 !important;
    font-size: 16px !important;
}

.author_page .btn-follow-unfollow:hover {
    color: #fff !important;
    background-color: #0f8042 !important;
    border-color: #0f8042 !important;
    font-size: 16px !important;
}

.author_page .following_btn {
    color: #0f8042;
    background-color: transparent;
    border: 1px solid;
    border-color: #0f8042;
    font-size: 16px;
}

.author_page .following_btn:hover {
    color: #0f8042; 
    border-color: #0f8042; 
    transition: 0.1s all;
}

a#following,
a#unfollowAuthor {
    color: #fff;
    background-color: #0f8042;
    border-color: #0f8042;
    font-size: 16px;
}

.gray_btn {
    line-height: 30px;
    padding: 0 12px;
    color: #717171!important;
    border: solid 2px #ddd;
    border-radius: 4px;
}

.btn-unfollowAuthor {
    color: #fff !important;
    background-color: #0f8042 !important;
    border-color: #0f8042 !important;
    font-size: 16px !important;
}

.btn-unfollowAuthor:hover {
    color: #fff !important;
    background-color: #0f8042 !important;
    border-color: #0f8042 !important;
    font-size: 16px !important;
}

button#followAuthor {
    color: #0f8042;
    background-color: transparent;
    border: 1px solid;
    border-color: #0f8042;
    font-size: 16px;
}

.btn-followAuthor:hover {
    color: #0f8042 !important; 
    border-color: #0f8042 !important; 
    transition: 0.1s all;
}

button#unfollowAuthor:hover {
    color: #ffffff;
    background-color: #4ec3cc;
}
.item .mx_username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mx_username {
    font-size: 14px;
    color: #808284;
}

.img-circle {
    height: 140px;
    width: 140px;
}

.gray_btn:hover {
    color: #717171;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2;
}

.community-tab li a.gray_btn {
    margin-top: 0;
    bottom: 4px;
}

/**
 * Business Details Block on author Profile Page
 */

.bio_box .box-heading {
    border-bottom: 1px solid #e3dbdb; 
    padding-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.services_title {
    padding: 15px 20px 5px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.services_title p{
    font-size: 16px;
}
.services_title .btn_request_quote{ 
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #0f8042;
    border-color: #0f8042;
    color: #fff;
}
.services_title .btn_request_quote:hover{ 
    background-color: #066a72;
    border-color: #066a72;
}

.business-item .business-languages-list {
    margin-left: 30px;
    margin-top: 10px;
}
.business-item .business-languages-list li{
    color: #8D9090;
    font-size: 14px;
}
.sidebar-about-business-container {
    border-top: 1px solid #e3dbdb;
    padding-top: 10px;
}
.sidebar-about-business-container .about-business-header {
    margin-left: 0px !important;
    font-weight: 600;
}
.sidebar-about-business-container .about-business-description {
    margin-top: 10px;
    font-size: 14px;
    color: #969B9B;
}

.services_list {
    padding: 15px 20px 5px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.bio_box .business-item {
    margin: 10px 0;
    font-size: 16px;
    color: #575A5A;
}
.bio_box .business-item .business-icon {
    min-width: 15px;
    font-size: 18px;
}

.bio_box .business-item .business-icon-location {
    padding-left: 3px;
}

.bio_box .business-item span {
    margin-left: 10px;
}

.services_list .services_items .selected-services {
    color: #0f8042;
    font-size: 16px;
    padding-right: 3px;
}

@media (max-width: 448px) {
    .box.author_box .send_msg_btn {
        line-height: 30px !important;
    }
    .author_page span.btn_text {
        margin-left: 2px;
    }
}

@media (max-width: 1155px) {
    .latest_color_button {
        padding: 0 3%;
    }
    .author_page span.btn_text {
        margin-left: 2px;
    }
}

@media (max-width: 490px) {
    .services_list .services_items {
        width: 100% !important;
    }
}

@media (max-width: 450px) {
    .author_page .send_msg_btn {
        font-size: 14px !important;
    }

    .author_page .following_btn {
        font-size: 14px;
    }
    
    .author_page .btn-follow-unfollow {
        font-size: 14px !important;
    }

    a#following,
    a#unfollowAuthor {
        font-size: 14px;
    }
}

.author_page .profile_story_listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.author_page .profile_story_listing .listing_block {
    padding: 5px 5px 0px;
    height: 294px;
}

.author_page .profile_story_listing .listing_block .media {
    margin: 3px;
}

.author_page .profile_story_listing .listing_block .story_ttl {
    padding: 4px 0 0 5px;
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.author_page .profile_story_listing .listing_block.without-img .txt_bx {
    margin-top: -5px;
    /*max-height: 190px;*/
    overflow: hidden;
}

.author_page .profile_story_listing .listing_block .txt_bx {
    float: left;
    width: 100%;
    padding: 0 5px;
}

.author_page .profile_story_listing .listing_block figure img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 5px;
}

.author_page .profile_story_listing .listing_block .txt_bx.long-txt .description {
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    -webkit-box-orient: vertical;
    /*height: 153px;*/
}

.author_page .profile_story_listing .listing_block .txt_bx .description {
    color: #696969;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author_page .profile_story_listing .listing_block .txt_bx.small-txt .description {
    height: 20px;
}

.author_page .profile_story_listing .listing_block .media-heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author_page .profile_story_listing .listing_block .media .media-left {
    display: block;
    float: left;
}

.author_page .profile_story_listing .listing_block .media .media-body {
    display: block;
    float: left;
}

.author_page .profile_story_listing .listing_block .media .media-body {
    width: calc(100% - 75px);
}

.author_page .profile_story_listing ul {
    padding: 0;
    margin: 0 0 0 -30px;
}

.author_page .profile_story_listing ul li {
    width: 33.33%;
    float: left;
    padding: 0 0 0 30px;
    margin: 0;
}

.social-share-links .link-item:not(:last-child) {
    padding-right: 7px;
}
.not-available-msg {
    padding: 40px 10px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: #696969;
    border: 2px solid #f2f2f2;

}
.not-available-msg .read-story-line {
    padding: 10px 0 0;
}
.not-available-msg .create-story-box-container {
    padding: 10px 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.not-available-msg .create-story-box-container .btn-new-story-link {
    padding: 10px 30px;
    border: 1px solid #000;
    border-radius: 8px;
    color: #fff;
    background-color: #000;
}
.not-available-msg .create-story-box-container .btn-new-story-link:hover {
    color: #fff;
    border: 1px solid #0f8042;
    background-color: #0f8042;
}

.labl-share_buttons {
    color: #474B4B;
}

.bio_box .msg-biography-not-available {
    color: #696969;
    font-size: 14px;
}

.bio_box .biography-btn-container {
    width: 100%;
    text-align: center;
}
.bio_box .biography-btn-container .biography-btn{
    background-color: #007ac3;
    border-color: #007ac3;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    transition: all 0.2s ease 0s;
    width: 98%;
}
.bio_box .biography-btn-container .biography-btn:hover{
    background-color: #045687;
    border-color: #045687;
}

.comment_section .views-count-space {
    margin-right: 20px;
}

@media screen and (max-width:1024px) {
    .author_page .profile_story_listing .listing_block .media .media-left img {
        width: 45px !important;
        height: 45px;
    }
    .author_page .profile_story_listing .listing_block .media .media-body {
        width: calc(100% - 75px);
    }
}

@media (max-width: 1100px) {
    .author_page .profile_story_listing ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .author_page .profile_story_listing ul li {
        width: 100%;
    }
}

@media screen {
    .authors {
        width: 90% !important;
    }
}

.new-author-sidebar .btn-profile-settings,
.profile-image-cont-sec .btn-profile-settings {
    background-color: #e3e1e1 !important;
    border-color: #e3e1e1 !important;
    color: #4a4747 !important;
}
.new-author-sidebar .btn-profile-settings:hover,
.profile-image-cont-sec .btn-profile-settings:hover {
    background-color: #c8c5c5 !important;
    border-color: #c8c5c5 !important;
}

.user-profile-page .dropdown.dot_button {
    margin: 2px 10px 10px 0px;
}
.user-profile-page .dropdown.dot_button .report-menu-btn {
    background-color: #e3e1e1;
    padding: 0px 5px;
}
.user-profile-page .page-content-sec {
    background-color: #fff !important;
}
.user-profile-page .author_page .tab_bars {
    border: none;
    border-bottom: 1px solid #e6e5e5;
}
.user-profile-page .author_page .tab_bars .tab_item {
    font-weight: normal !important;
    padding: 0 11px 12px 11px;
}
.user-profile-page .tab_bars .tab_item.active_tab {
    border-bottom: 3px solid black;
}
.user-profile-page .reading-stories .reading_list {
    margin: 0px auto;
    width: 100%;
    max-width: 650px;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container{
    width: 100%;
    max-width: 650px;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .btn-see-more-reading-story {
    background-color: #d3d3d3;
    width: 100%;
    color: #4a4747;
    margin-top: 20px;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .btn-see-more-reading-story:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .btn-see-more-reading-story .fa {
    margin-left: 10px;
    color: #4a4747;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .no-reading-story-container-block {
    margin-top: 15px;
    display: none;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .no-reading-story-container-block .no-reading-title {
    font-size: 18px;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .no-reading-story-container-block .no-reading-sub-title {
    font-size: 16px;
}
.user-profile-page .reading-stories .reading_list .reading-stories-container .no-reading-story-container-block .btn-add-story {
    padding: 8px 20px;
    border: 1px solid #0f8042;
    border-radius: 20px;
    color: #fff;
    background-color: #0f8042;
    font-size: 16px;
    margin-top: 15px;        
}

.user-profile-page .author-story-block .story_list {
    margin: 0px auto;
    width: 100%;
    max-width: 650px;
}
.user-profile-page .author-story-block .story_list .stories-container {
    width: 100%;
    max-width: 650px;
}
.user-profile-page .author-story-block .story_list .stories-container .btn-see-more-story {
    width: 100%;
    margin-top: 20px;
    color: #4a4747;
    border: 1px solid #d3d3d3;
    background: #d3d3d3;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.user-profile-page .author-story-block .story_list .stories-container .btn-see-more-story:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}
.user-profile-page .author-story-block .story_list .stories-container .btn-see-more-story .fa {
    margin-left: 10px;
    color: #4a4747;
}
.user-profile-page .author-story-block .story_list .stories-container .no-story-container-block {
    margin-top: 15px;
    display: none;
}
.user-profile-page .author-story-block .story_list .stories-container .no-story-container-block .no-story-title {
    font-size: 18px;
}
.user-profile-page .author-story-block .story_list .stories-container .no-story-container-block .no-story-sub-title {
    font-size: 16px;
}
.user-profile-page .author-story-block .story_list .stories-container .no-story-container-block .btn-add-story {
    padding: 8px 20px;
    border: 1px solid #0f8042;
    border-radius: 20px;
    color: #fff;
    background-color: #0f8042;
    font-size: 16px;
    margin-top: 15px;        
}

.user-profile-page .follow-people-list-container{
    border: none;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;
    margin: 0 auto;
}
.user-profile-page .follow-people-list-container .slider_title {
    color: #333;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
}
.user-profile-page .follow-people-list-container .follow-people-list-load-more{
    width: 100%;
    text-align: center;
}
.user-profile-page .follow-people-list-container .follow-people-list-load-more .btn-see-more-people{
    width: 100%;
    margin-top: 20px;
    width: 100%;
    margin-top: 20px;
    color: #4a4747;
    border: 1px solid #d3d3d3;
    background: #d3d3d3;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.user-profile-page .follow-people-list-container .follow-people-list-load-more .btn-see-more-people:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}
.user-profile-page .follow-people-list-container .follow-people-list-load-more .btn-see-more-people .fa {
    margin-left: 10px;
    color: #4a4747;
}
.user-profile-page .follow-people-list-container .loader-follow-people-container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.user-profile-page .follow-people-list-container .follow-people-list .user_block {
    min-height: 100px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e6e5e5;
}
.user-profile-page .follow-people-list-container .follow-people-list .profile_image {
    height: 50px;
    width: 50px;
}
.author_page .modal-body .user-detail .profile_image_text{
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.user-profile-page .follow-people-list-container .follow-people-list .auth_user_name {
    font-size: 18px;
}
.user-profile-page .follow-people-list-container .follow-people-list .auth_user_name:hover {
    text-decoration: underline;
}
.user-profile-page .follow-people-list-container .follow-people-list .sub_username {
    font-size: 14px;
    word-break: break-all;
}
.user-profile-page .follow-people-list-container .follow-people-list .biography {
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0 6px 65px;
}
.user-profile-page .follow-people-list-container .follow-people-list .people-box-seperator {
    margin-bottom: 5px;
    margin-top: 10px;
}

.user-profile-page .book_list .load-more-books-container .btn-see-more-books {
    background-color: #d3d3d3;
    width: 100%;
    color: #4a4747;
    margin-top: 20px;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
}
.user-profile-page .book_list .load-more-books-container .btn-see-more-books:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
}
.user-profile-page .book_list .load-more-books-container .btn-see-more-books .fa {
    margin-left: 10px;
    color: #4a4747;
}
.user-profile-page .book_list .no-books-container-block {
    margin-top: 15px;
    display: none;
}
.user-profile-page .book_list .no-books-container-block .no-books-title {
    font-size: 18px;
}
.user-profile-page .book_list .no-books-container-block .no-books-sub-title {
    font-size: 16px;
}
.user-profile-page .book_list .no-books-container-block .btn-add-book {
    padding: 8px 20px;
    border: 1px solid #0f8042;
    border-radius: 20px;
    color: #fff;
    background-color: #0f8042;
    font-size: 16px;
    margin-top: 15px;
}
.user-profile-page .book_list .single-book-item {
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #e6e5e5;
    padding-top: 10px; 
    padding-bottom: 10px; 
}
.user-profile-page .book_list .single-book-item .book-image-details-row {
    margin-bottom: 10px;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-cover-section {
    max-width: 300px;
    overflow: hidden;
    padding-right: 10px;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-cover-section .book-image{
    max-height: 210px;
    height: 100%;
    min-width: 90%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section {
    padding-left: 5px;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .book-title {
    font-size: 24px;
    color: black;
    font-family: 'Open Sans', sans-serif;
}    
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .book-title:hover {
    text-decoration: underline;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;     /* fallback */
    max-height: 50px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .book-description {
    margin-top: 20px;
    font-size: 16px;
    color: #696969;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-read-more {
    display: none;
} 
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-read-more, 
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .btn-read-more {
    padding: 7px 20px;
    border: 1px solid #4a2680;
    border-radius: 4px;
    color: #fff;
    background-color: #4a2680;
    font-size: 16px;
    margin-top: 20px;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-read-more,
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .btn-read-more .fa {
    margin-left: 10px;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .book-price span{
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .book-price {
    margin-top: 25px;
    font-size: 16px;
    color: black;
}
.user-profile-page .book_list .single-book-item .book-buttons-row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn {
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
    max-width: 250px;
    width: 100%;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn .fa {
    margin-right: 15px;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-add-to-cart {
    margin-right: 20px;
    border: 1px solid #0f8042;
    color: #fff;
    background-color: #0f8042;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-download-book {
    margin-right: 20px;
    border: 1px solid #0078c5;
    color: #fff;
    background-color: #0078c5;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-add-to-favorite {
    border: 1px solid #0f8042;
    color: #fff;
    background-color: #0f8042;
}
.user-profile-page .book_list .single-book-item .book-buttons-row .btn-add-to-un-favorite {
    border: 1px solid #ba0808;
    color: #fff;
    background-color: #ba0808;
}
.user-profile-page .book_list .single-book-item .book-category-row .category {
    font-size: 16px;
    color: #696969;
}
.user-profile-page .book_list .single-book-item .book-category-row .category .category-lbl {
    font-size: 18px;
    color: #000;
}
.user-profile-page .book_list .single-book-item .book-category-row .category .category-item {
    margin-left: 10px;
    margin-right: 10px;
    background: #e3e1e1;
    border-radius: 20px;
    color: #4a4747;
    font-size: 16px;
    font-family:'Roboto';
}
.user-profile-page .book_list .single-book-item .book-category-row .category .category-item:hover {
    background: #c8c5c5;
}

@media (max-width: 867px) {
    .user-profile-page .book_list .single-book-item .book-buttons-row .btn {
        max-width: 45%;
        width: 45%;
    }
}
@media (max-width: 767px) {
    .user-profile-page .book_list .single-book-item .book-image-details-row .book-cover-section {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 200px;
    }
    .user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 500px) {
    .user-profile-page .book_list .single-book-item .book-image-details-row .book-details-section .btn-read-more{
        width: 100%;
    }
    .user-profile-page .book_list .single-book-item .book-buttons-row .btn {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .user-profile-page .book_list .single-book-item .book-buttons-row {
        margin-top: 0;
    }
    .user-profile-page .book_list .single-book-item .book-category-row .category .category-item {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .user-profile-page .author_page .tab_bars .tab_item {
        padding-top: 10px;
    }
    .user-profile-page .dropdown.dot_button {
        margin-top: 10px;
    }
}</pre></body></html>