/* Main CSS */
.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

@media screen and (min-width: 850px) {
    .large-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .large-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .large-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .about-author {
        padding: 1rem;
    }

}

@media screen and (max-width: 551px) {
    .row-author-info .author-image {
        max-width: 25%;
        flex-basis: 25%;
    }

    .row-author-info .author-infomation {
        flex: 1;
        padding-top: 10px;
    }

    .row-author-info .about-author {
        padding: 0 10px;
    }

    .row-author-info .author-social i {
        font-size: 20px;
    }

    .row-author-info .author-social {
        margin-top: 10px;
    }

    .row-author-info .author-bagde {
        position: unset;
        text-align: center;
        max-width: unset;
        width: max-content;
        padding: 5px 20px;
        font-weight: normal;
    }

    .author-bio {
        padding-top: 2rem;
    }

}

.row.author-infomation .large-8 {
    background: #fff;
}

.col {
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
    width: 100%;
}

.gap10 {
    gap: 10px;
}

.wrap {
    flex-wrap: wrap;
}

.mb-0 {
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.flex-1 {
    max-width: 100%;
    flex-basis: 100%;
}

.author-page-wrapper {
    padding-top: 1rem;
}

.bt {
    border-top: 1px solid #dee2e6 !important;
}

.pt {
    padding-top: 1.5rem !important;
}

.pb {
    padding-bottom: 1.5rem !important;
}

.is-small {
    font-size: .8em;
}

/* End */

/* Social List */
.author-social ul {
    list-style: none;
}

.author-social li {
    margin-left: 0 !important;
}

.social-icons-list a i {
    font-size: 32px;
}

.author-info-box {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    background: #f8f9fa;
}

.author-info-box img {
    border-radius: 10px;
}

.author-bio p {
    font-size: 15px;
    color: #535569;
}
.card.expertise a {
    background: #f8f9fa;
    color: #222b4f;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
}
.card.expertise a:hover {
    background: var(--primary-color);
    color: #fff;
}

.author-expertise {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.post-headline {
    font-size: 18px;
}

.post-category-name a {
    font-size: 13px;
    color: #808080;
}

.post-author-time a {
    font-size: 14px;
    color: #000;
}

.post-author-time .by-date,
.post-author-time .by-time,
.post-author-time .by-at {
    font-size: 13px;
    color: #666;
}

.list-style {
    list-style: none;
}

ul.pagination li {
    margin: 0;
    padding: 10px;
    min-width: 2.5rem;
    max-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
}

.w100 {
    width: 100%;
}

ul.pagination li:before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    background: aliceblue;
    display: inline-block;
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
    border-radius: 10px;
    overflow: hidden;
}

ul.pagination li * {
    z-index: 9;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

article.post-item {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

article.post-item .col {
    padding-bottom: 20px;
}

.author-expertise-related>p {
    color: #aaa;
    font-size: 15px;
    margin-top: 1rem;
}

.author-bagde {
    font-size: 12px;
    max-width: 5rem;
    line-height: 1.2;
    border-radius: 5px;
    color: #fff;
    padding: 4px 6px;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.related-expertise a {
    font-size: 15px;
    background: aliceblue;
    padding: 5px 10px;
    border-radius: 5px;
}

.author-box .author-avatar {
    border: none !important;
}

.author-infomation {
    position: relative;
}

.author-infomation .col.large-4 {
    position: sticky;
    top: 50px;
    height: 100%;
}

.author-infomation .col.large-8 {
    z-index: 99;
}

.breadcrumbs-wrapper {
    padding-top: 1rem;
    font-size: 14px;
}

.breadcrumbs-wrapper * {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* .article-image {
    max-height: 150px;
    overflow: hidden;
} */

.article-image img {
    max-height: 260px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 260px;
    border-radius: 5px;
}

.post-description {
    font-size: 15px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.facebook i {
    color: #1877f2;
}

.twitter i {
    color: #000000;
}

.x i {
    color: #000000;
}

.youtube i {
    color: #ff0000;
}

.instagram i {
    color: #c32aa3;
}



.google i {
    color: #4285f4;
}


.pinterest i {
    color: #bd081c;
}

.googleplus i {
    color: #db4437;
}

.linkedin i {
    color: #0a66c2;
}

.vimeoblue i {
    color: #1ab7ea;
}

.tumblr i {
    color: #2c4762;
}

.snapchat i {
    color: #fffc00;
}

.whatsapp i {
    color: #25d366;
}


.tiktok i {
    color: #010101;
}


.mastodon i {
    color: #563acc;
}

.apple i {
    color: #a6b1b7;
}

.amazon i {
    color: #ff9900;
}

.alexa i {
    color: #00a7ce;
}

.microsoft i {
    color: #03a5f0;
}

.periscope i {
    color: #40a4c4;
}

.foursquare i {
    color: #2d5be3;
}

.yelp i {
    color: #d32323;
}

.swarm i {
    color: #ffa633;
}

.medium i {
    color: #02b875;
}

.skype i {
    color: #00aff0;
}

.android i {
    color: #a4c639;
}

.twitch i {
    color: #9146ff;
}

.stumbleupon i {
    color: #e94826;
}

.flickr i {
    color: #f40083;
}

.yahoo i {
    color: #430297;
}

.soundcloud i {
    color: #ff5500;
}

.spotify i {
    color: #1ed760;
}

.dribbble i {
    color: #ea4c89;
}

.slack i {
    color: #e01e5a;
}

.reddit i {
    color: #ff5700;
}

.deviantart i {
    color: #05cc47;
}

.pocket i {
    color: #ee4056;
}

.quora i {
    color: #aa2200;
}

.quorablue i {
    color: #2b6dad;
}

.slideshare i {
    color: #e68523;
}

.fivehundredpx i {
    color: #0099e5;
}

.vk i {
    color: #4a76a8;
}

.listly i {
    color: #df6d46;
}

.vine i {
    color: #00b489;
}

.steam i {
    color: #171a21;
}

.discord i {
    color: #5865f2;
}

.telegram i {
    color: #0088cc;
}

.clarity i {
    color: #61bed9;
}

.homeadvisor i {
    color: #f89000;
}

.houzz i {
    color: #4dbc15;
}

.angi i {
    color: #ff6153;
}

.email i {
    color: #20276c;
}

.glassdoor i {
    color: #0caa41;
}

/* End */
/* Single */

.author-info-box .author-avatar {
    border: none;
}

.author-box {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 6px;
    text-transform: none;
    font-size: 13px;
}
.entry-header-text.text-center {
    padding: 0 !important;
}
.author-box p {
    margin-bottom: 10px;
}

.author-box p:last-child {
    margin-bottom: 0;
}

.author-avatar.author-admin {
    border-color: #003366;
}

.author-avatar.shop-manager {
    border-color: #FF9900;
}

.author-avatar.editor {
    border-color: #3366CC;
}

.author-avatar.author {
    border-color: #3366CC;
}

.author-avatar.contributor {
    border-color: #3366CC;
}

.author-avatar.subscriber {
    border-color: #72777C;
}

.author-bagde {
    background: #003366;
}

.author-bagde.author-admin {
    background: #003366;
}

.author-bagde.shop-manager {
    background: #FF9900;
}

.author-bagde.editor {
    background: #3366CC;
}

.author-bagde.author {
    background: #3366CC;
}

.author-bagde.contributor {
    background: #3366CC;
}

.author-bagde.subscriber {
    background: #72777C;
}

.author-avatar,
.author-avatar img {
    border-radius: 6px;
    overflow: hidden;
}



.about-author>p {
    font-size: 20px;
    font-weight: 600;
    color: #aaa;
    margin-bottom: 5px;
}

.author-name>strong {
    font-size: 20px;
}

.author-desc {
    font-size: 14px;
    color: #2d2f32;
}

.about-author .col {
    padding-bottom: 10px;
}

.show-more,
.show-less {
    cursor: pointer;
    color: #072e92;
    font-size: 13px;
    background: aliceblue;
    padding: 3px 5px;
    border-radius: 5px;
}

.author-desc .read-des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fa-globe:before {
    content: "\f0ac";
    font-family: 'FontAwesome' !important;
}


.about-author {
    box-shadow: 0 0 10px aliceblue;
    border-radius: 10px;
}

/* End */