.author_profile_area {
    color: #374B5C;
    font-family: var(--e-global-typography-ltext1-font-family);
    background-color: white;
}

.author_profile_hero_section {
    background-color: #f8fafd;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.author_profile_hero_section .author_profile_hero {
    width: 100%;
}

.author_profile_hero_section .author_profile_hero .hero_image {
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 5px solid white;
    box-shadow: 0 8px 32px 0 #f8fafd;
    margin-right: 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.author_profile_hero_section .author_profile_hero .hero_image img {
    max-width: inherit;
    height: 100%;
}

.author_profile_hero_section .author_profile_hero .author_actions {
    float: right;
}

.author_profile_hero_section .author_profile_hero .author_name {
    color: #374b5c;
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 800;
    font-family: var(--e-global-typography-lheading2-font-family);
}

.author_profile_hero_section .author_profile_hero .author_meta {
    display: flex;
    flex-wrap: wrap;
    color: #374b5c;
    font-size: 16px;
    font-weight: 400;
}

.author_profile_hero_section .author_profile_hero .author_meta .meta_item {
    margin-right: 10px;
    margin-bottom: 5px;
}

.author_profile_hero_section .author_profile_hero .author_meta .meta_item i {
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 99px;
    background-color: #DDECF7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.author_profile_hero_section .author_profile_hero .account_badge {
    background-color: white;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 99px;
    margin-bottom: 8px;
}

.author_profile_hero_section .author_profile_hero .account_badge i {
    color: #f87b54;
    margin-right: 5px;
}

.author_profile_area .follow_button {
    border: 1px solid #f87b54;
    padding: 10px 24px;
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    color: #f87b54;
    font-size: 16px;
    transition: .3s;
}

.author_profile_area .follow_button:hover {
    background-color: #f87b54;
    color: white;
}

.author_profile_area .author_profile_tab_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px 24px;
}

.author_profile_area .author_profile_tab_menu .tab_item {
    margin: 5px;
    border: 1px solid #F2F4F8;
    border-radius: 6px;
    padding: 18px 26px;
    min-width: 140px;
}

.author_profile_area .author_profile_tab_menu .tab_item.active {
    border-color: #f87b54;
    color: #f87b54;
}

.author_profile_area .author_profile_tab_menu .tab_item i {
    margin-bottom: 8px;
    font-size: 1.4em;
}

.author_profile_area .profile_content .tab_title {
    font-size: 24px;
    margin-bottom: 16px;
}

.author_profile_area .profile_content .tab_description p:not(:last-child) {
    margin-bottom: 14px;
}


.author_profile_hero_section .author_profile_hero .content_top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.author_profile_hero_section .author_profile_hero .listivo-social-icons__icon {
    width: 40px;
    height: 40px;
}

.author_profile_hero_section .call_buttons {
    margin: -3px;
    float: right;
}

.author_profile_hero_section .call_buttons a {
    background-color: white;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 6px;
    margin: 3px;
    text-align: center;
    transition: .3s;
}

.author_profile_hero_section .call_buttons a i {
    margin-right: 5px;
}

.author_profile_hero_section .call_buttons a:hover {
    background-color: #374b5c;
    color: white;
}

.author_profile_tab_area {
    width: 100%;
}

.author_profile_tab_area .listivo-user-listings__label {
    justify-content: flex-start;
}

.author_profile_tab_area .listivo-blog-posts-v2__list,
.author_profile_tab_area .listivo-user-listings__list {
    margin-top: 0px;
}

.author_profile_tab_area .listivo-user-listings__label {
    margin-bottom: 32px;
}

.author_profile_area .tab_description {
    line-height: 1.7em;
}

.author_card_list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.author_card_list .user_card {
    display: block;
    width: calc(25% - 30px);
    margin: 15px;
    border: 1px solid #F2F4F8;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s;
    box-shadow: 0px 0px 0px 0px rgba(41.99999999999999, 56.99999999999999, 70, 0.08);
}

.author_card_list .user_card:hover {
    box-shadow: 0px 6px 20px 0px rgba(41.99999999999999, 56.99999999999999, 70, 0.08);
}

.author_card_list .user_card .user_image {
    margin: 0;
    line-height: 0;
}

.author_card_list .user_card .user_content {
    padding: 15px 20px 18px;
}

.author_card_list .user_card .user_content .author_name {
    color: #374b5c;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 800;
    font-family: var(--e-global-typography-lheading2-font-family);
}

.author_card_list .user_card .user_image {
    max-height: 200px;
    width: 100%;
    overflow: hidden;
}

.author_card_list .user_card .user_image img {
    width: 100%;
    transform: scale(1.07);
    transition: .5s;
}

.author_card_list .user_card:hover .user_image img {
    transform: scale(1);
}


.author_card_list .user_card .author_meta {
    color: #374b5c;
    font-size: 16px;
    font-weight: 400;
}

.author_profile_hero_section .author_profile_hero .listivo-social-icons {
    margin-top: 24px;
}

.author_profile_hero_section .author_profile_hero .call_buttons {
    margin-top: 16px;
}

@media only screen and (max-width: 1080px) {
    .author_profile_hero_section .call_buttons {
        float: none;
    }
}
    @media only screen and (max-width: 992px) {
    .author_profile_area .author_profile_tab_menu .tab_item {
        padding: 12px 16px;
        min-width: 100px;
    }

    .author_profile_area .author_profile_tab_menu .tab_item i {
        font-size: 1em;
    }

    .author_card_list {
        margin: -5px;
    }

    .author_card_list .user_card {
        width: calc(33.33% - 10px);
        margin: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .author_card_list .user_card .user_image {
        max-height: 180px;
    }

    .author_profile_tab_area .listivo-user-listings__label {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .author_profile_area .author_profile_tab_menu {
        margin-bottom: 24px;
    }

    .listivo-blog-post-mini-card__content,
    .listivo-blog-post-card-v4__content {
        padding: 24px;
    }

    .author_profile_hero_section .author_profile_hero .author_actions {
        float: none;
        margin-bottom: 12px;
    }

    .author_profile_area .follow_button {
        padding: 7px 16px;
    }
    .author_profile_hero_section .author_profile_hero .account_badge {
        padding: 5px 12px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .author_profile_hero_section .author_profile_hero .hero_image {
        max-width: 120px;
        width: auto;
        height: auto;
    }

    .author_profile_hero_section .author_profile_hero .author_name {
        font-size: 24px;
    }

    .author_profile_hero_section .author_profile_hero .author_meta {
        width: 100%;
    }

    .author_profile_hero_section .author_profile_hero .content_bottom {
        margin-top: 12px;
    }

    .author_profile_hero_section .author_profile_hero .listivo-social-icons__icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .author_profile_hero_section .call_buttons a {
        padding: 7px 14px;
        font-size: 14px;
    }

    .author_card_list .user_card {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .author_profile_hero_section {
        padding-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .author_card_list .user_card {
        width: calc(100% - 10px);
        margin: 5px;
    }

}