.clr { clear: both !important; display: block !important; }
.cyt_author_box {
    display: flex;
    border: solid 1px #efefef;
    padding: 35px 15px 15px 20px;
    position: relative;
}
.cyt_author_box .cyt_author_label {
    width: 125px;
    background-color: #2e7d32;
    color: #fff;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 15px;
}
.cyt_author_box .cyt_author_profile {  float: left; width: 120px}
.cyt_author_box .cyt_author_profile .cyt_author_profile_image { width: 100px; height: 100px; overflow: hidden; border-radius: 5px; display: inline-block;  }
.cyt_author_box .cyt_author_profile img { width: 100px; height: auto; }
.cyt_author_box .cyt_author_profile img { width: 100px; height: auto; }
.cyt_author_box .cyt_author_profile a { font-size: 12px; text-align: center; display: block; text-decoration: none; box-shadow: none; padding-right: 10px; }

.fa { /*font-family: 'Font Awesome 5 Brands', 'fontawesome' !important;*/ }
.cyt_author_box .cyt_author_detail { float: left; width: 80%; position: relative;
    /*  font-family: 'Font Awesome 5 Brands', 'fontawesome'; */
}
.cyt_author_detail .cyt,
.cyt_author_profile .cyt {
    width: 15px;
    height: 15px;
    line-height: 0px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-color: transparent !important;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.cyt.cyt_twitter { background-image: url('../../img/cyt_twitter.svg'); }
.cyt.cyt_facebook { background-image: url('../../img/cyt_facebook.svg'); }
.cyt.cyt_instagram { background-image: url('../../img/cyt_instagram.svg'); }
.cyt.cyt_linkedin { background-image: url('../../img/cyt_linkedin.svg'); }
.cyt.cyt_globe { background-image: url('../../img/cyt_globe.svg'); background-size: cover;  }

.cyt_author_box .cyt_author_detail .cyt_social_icon { width: 90%; float: right; top: -20px; right: 5px; text-align: right; position: absolute; font-size: 12px;   }
.cyt_author_box .cyt_author_detail .cyt_social_icon a { margin-left: 5px; text-decoration: none; box-shadow: none; }

.cyt_author_box .cyt_author_detail  .cyt_author_name {
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: 15px;
    font-style: italic;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.cyt_author_box .cyt_author_detail .cyt_author_bio {
    color: #686868;
    font-size: 12px;
    line-height: 1.6153846154;
}

/* Single Author */
.archive.author .ast-container { padding-left: 14px  !important; padding-right: 14px !important; }
.cyt_single_author_area { /* padding-left: 15px; padding-right: 15px; */ }
.cyt_single_author_area .cyt_author_box { border: none !important; }
.cyt_single_author_area .cyt_author_box .cyt_author_profile { width: 250px; text-align: center; margin-right: 38px;  }
.cyt_single_author_area .cyt_author_profile .cyt_author_profile_image { width: 132px; height: 132px; border-radius: 100px; overflow: hidden; display: inline-block; }
.cyt_single_author_area .cyt_author_profile .cyt_author_profile_image img { width: 100%; }
.cyt_single_author_area .cyt_author_box .cyt_author_detail {
    width: 75%;
}
.cyt_single_author_area .cyt_author_profile  .cyt_author_name { font-size: 23px; font-weight: bold; text-transform: unset !important; margin-top: 10px; color: #3b3b3b;   }
.cyt_single_author_area .cyt_author_profile .cyt_author_title { color: #8cc63e; text-align: center; font-size: 16px; font-weight: bold; margin-bottom: 15px; }
.cyt_single_author_area .cyt_author_profile .cyt_social_icon a { font-size: 19px; line-height: 22px;  color: #000; margin-bottom: 8px;   }
.cyt_single_author_area .cyt_author_profile .cyt_social_icon a .fa { margin-right: 5px;}
.cyt_single_author_area .cyt_author_profile .cyt_social_icon a span { text-decoration: underline; }
.cyt_single_author_area .cyt_author_bio {
    font-size: 16px !important;
    line-height: 22px !important;
}
.cyt_single_author_area .cyt_author_profile .cyt {top: 0px;}

.cyt_single_author_area .cyt_author_bio  h2 { font-size: 23px !important;  font-weight: bold; text-transform: unset !important; margin-bottom: 8px; color: #3b3b3b;   }
.cyt_single_author_area .cyt_author_bio a.cyt_more,
.cyt_single_author_area .cyt_author_bio a.cyt_less,
.cyt_single_author_area .cyt_author_bio .cyt_dots { font-weight: bold; color: #8cc63f !important; }
.cyt_author_latest_post {
    padding: 0px 0px 15px 0px;
    width: 100%;
    position: relative;
    /* border: solid 1px #efefef;
    border-top: solid 2px #2e7d32;
     */
    margin-bottom: 50px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.cyt_author_latest_post .cyt_author_label {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    text-transform: unset;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}


.cyt_author_latest_post .card {
    /* height: 400px; */
    width: 32.4444%;
    background-color: white;
    position: relative;
    z-index: 1;
    border: solid 1px #efefef;
    margin: 5px;
    padding: 20px;
}

.cyt_author_latest_post .top {
    height: 30%;
    width: 100%;
    /*background-image: url(https://images.unsplash.com/photo-1519681393784-d120267933ba?ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);*/
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.cyt_author_latest_post .top img { width: 100%; }

.cyt_author_latest_post .category {
    background-color: orange;
    height: 30px;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 1px;
    width: 40%;
}

.cyt_author_latest_post h2 {
    padding: 22px 0px 0;
}
.cyt_author_latest_post h2 {
    margin-top: 15px;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 18px;
}
.cyt_author_latest_post h2 a { color: #000; }

.cyt_author_latest_post p {
    font-size: 18px;
    line-height: 24px;
}

.cyt_author_latest_post .intro {
    width: 100%;
    font-size: 15px;
}

.cyt_author_latest_post a:link,
.cyt_author_latest_post a:visited {
    text-decoration: none;
}

.cyt_author_latest_post a:hover {
    color: orange;
    transition: .3s;
}

.cyt_author_latest_post .author {
    display: flex;
    align-items: center;
}

.cyt_author_latest_post .profile {

    background-size: cover;
    background-position: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin: 10px 0 10px 22px;
}

.cyt_author_latest_post .name {
    padding-left: 10px;
    cursor: pointer;
    font-weight: 300;
}

.cyt_author_latest_post .name a {
    font-weight: 400;
    color: orange;
}

.cyt_author_latest_post .info {
    display: flex;
    color: #999;
    font-size: 14px;
    margin-top: 8px;
    padding-left: 10px;
}

.cyt_author_latest_post .info a { cursor: pointer; }

@media screen and (max-width: 1352px) {
    .cyt_author_latest_post .card {
        width: calc(32% - 15px) !important;
    }


}

@media screen and (max-width: 939px) {
    .cyt_author_latest_post .intro { width: 100%; }
    .cyt_author_box .cyt_author_detail .cyt_author_bio { padding-right: 15px; }
}
@media screen and (max-width: 800px) {
    .cyt_author_latest_post .intro { width: 100%; }
    .cyt_author_latest_post .card {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .cyt_single_author_area .cyt_author_box { display: block; }
    .cyt_single_author_area .cyt_author_box .cyt_author_profile { width: 100%; text-align: center; margin-right: 0px; margin-bottom: 45px;  }
    .cyt_single_author_area .cyt_author_profile .cyt_author_profile_image { width: 210px; height: 210px; }
    .cyt_single_author_area .cyt_author_box  .cyt_author_detail {  width: 100%;  margin-bottom: 66px; }
    .cyt_author_latest_post .card {
        width: 100% !important;
        margin-right: 0px !important;
        min-height: auto !important;
    }

    .cyt_author_box .cyt_author_detail .cyt_author_bio h2 { display: none;  }
    .cyt_author_box .cyt_author_detail .cyt_author_bio .cyt_minimize { text-align: left; }
    .cyt_single_author_area .cyt_author_profile .cyt_social_icon a { margin-bottom: 25px; }

    .archive.author .cyt_author_box .cyt_author_detail .cyt_author_bio .cyt_minimize { text-align: center; }
}
@media screen and (max-width: 507px) {
    .cyt_author_box .cyt_author_detail .cyt_social_icon { width: 65vw !important; }
}

@media screen and (max-width: 460px) {
    .cyt_author_box .cyt_author_profile,
    .cyt_author_box .cyt_author_detail { margin-top: 15px; }
    .cyt_author_box .cyt_author_detail .cyt_social_icon {top: -29px; width: 206px;  }

    .cyt_author_box .cyt_author_profile {
        width: 100px;
    }
    .cyt_author_box .cyt_author_profile .cyt_author_profile_image {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 380px) {
    .cyt_author_box .cyt_author_profile {
        width: 50px;
    }
    .cyt_author_box .cyt_author_profile .cyt_author_profile_image {
        width: 40px;
        height: 40px;
    }
    .cyt_author_box .cyt_author_detail {
        font-size: 12px;
    }
    .cyt_author_box .cyt_author_detail .cyt_author_name { font-size: 14px; }
    .cyt_author_box .cyt_author_detail .cyt_social_icon { text-align: center; top: -53px; }
    .cyt_author_box .cyt_author_profile, .cyt_author_box .cyt_author_detail {
        margin-top: 40px;
    }
    .cyt_author_box .cyt_author_detail .cyt_social_icon {
        width: 56vw !important;
    }
    .cyt_author_box .cyt_author_detail .cyt_social_icon .cyt_follow_me_text { display: block; text-align: center; }
}
