/*--------------------header--------------------*/
header {
    background-image: url(../../../images/topAuthorsArchive/topAuthorsBackground.jpg);
    height: 60vh;
    min-height:400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0;
    position: relative;
    color: #fff;
}

/*.topAuthors__image {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*.authors-fa-image{*/
/*display: block;*/
/*padding-left:5rem;*/
/*padding-right:5rem;*/
/*}*/

.authorWrites__container {
    padding-bottom: 3.125rem; /*50px*/
}

.authorProfile {
    position: relative;
    padding: 1.5625rem; /*25px*/

}

.authorWrites {
    padding: 1.5625rem; /*25px*/
}

.authorProfile__name {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 1rem;
    line-height: 1.6rem;
}

.authorProfile__name a {
    color: #424242;
}

.-en {
    border-right: 2px solid;
}

.authorProfile__contentContainer {
    padding: 1.25rem;
    /*-webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
    /*-moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.2);*/
}

.authorProfile__text {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.authorWrites__lines {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
}

.authorWrites__text {
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.authorWrites aside .thumbnail {
    /*-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
    /*-moz-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
    /*box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);*/
}

/*.seeMore {*/
/*-webkit-border-radius: 30px;*/
/*-moz-border-radius: 30px;*/
/*border-radius: 30px;*/
/*padding-right: 2rem;*/
/*padding-left: 2rem;*/
/*}*/

.authorProfile__photo {
    width: 150px;
    height: 150px;
}

.authorProfile--backgroundImage {
    display: inline-block;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
    bottom: 0;
    /*display: none;*/
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
}

.authorProfile__showContent {
    display: none;
    height: 36px;
    padding-top: 28px;
    text-align: center;
    width: 100%;
}

.authorProfile__showContent button {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.authorProfile__showContent {
    display: inline-block;
}

.tooltip-triangle {
    position: relative;
}

.tooltip-triangle::before {
    top: -35px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 18px;
    margin-left: -18px;
}

.authorProfile__showContent button {
    background-color: #fff;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
}

.authorProfile__showContent button:hover {
    background-color: #808080;
    color: #fff;
}

.authorProfile__showContent a {
    background-color: #fff;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    padding: 0 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.authorProfile__text p{
    font-family: IRANSansDN, 'serif', 'Sans-serif';
    font-size: 15px;
    line-height: 2.4rem;
}

.authorProfile__name {
    overflow: hidden;
    height: 27px;
}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .authorProfile__contentContainer {
        padding: 35px 10px;
    }

    .authorProfile__photo {
        width: 150px;
        height: 150px;
        /*margin-top: -160px;*/

    }

    /*#header{*/
    /*height:100vh;*/
    /*}*/
    /*.authorWrites div.row {*/
    /*padding: 0 0 3.5rem 0 !important;*/
    /*}*/
    /*.authorWrites div.row aside {*/
    /*margin-bottom: 1rem;*/
    /*padding-right: 0 !important;*/
    /*padding-left: 0 !important;*/
    /*}*/
    .authorProfile__name:first-child {
        border: none !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .authorProfile__photo {
        width: 250px;
        height: 250px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .authorProfile__photo {
        width: 300px;
        height: 300px;
    }

    .authorProfile__contentContainer {
        padding: 30px;

    }
}



