.link__authors{
    background-color: #366666;
    border: unset !important;
    border-radius: 20px;
    color: white !important;
    padding: 10px 20px 10px 20px;
    font-size: 1.9rem;
    font-weight: 900;
}
.bloggerList__checkProfile:after{
    content: unset !important;
}

.bloggerData__authorImage img{
    /*max-height: 344px !important;*/
    max-width: 720px !important;
}
.bloggerList__inner{
    margin-right: auto;
    margin-left: auto;
}
.bloggerData__authorImage img {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    margin-left: auto;
    border-radius: 30px;
    height:  auto;
}

.bloggerList__column.bloggerData__authorImage {
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
    border-radius: 30px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
/*.bloggerSingle__column.bloggerData__authorImage{
    height: 246px;
}*/

.bloggerData__contact li {
    padding-bottom: 20px !important;
    overflow: hidden;
}

.bloggerData__contact li .link {
    font-weight: normal;
    font-size: 1.4rem;
    max-width: unset;
    line-height:  1.4rem;
}

.link .link--icon .link--disabled .link--socials-phone-outline .bloggerData__smallText::after{
    display: none;
}
.bloggerData__columnLeft {
    flex: 5;
    width: 50%;
    padding-right: 5px;
}

.bloggerData__columnRight {
    flex: 5;
    width: 50%;  
}
/*.socjalNew {
    position: absolute;
    right: 12px;
}*/

.bloggerList__column {
    padding-right:  0px;
}

.bloggerData__name, .bloggerData__position {
    color:  #3C3C3C;
    font-weight:  900;
    max-width:  unset;
}

.otherPosts__more {
    margin-top: 22px;
    margin-bottom: 50px;
    text-align: center;
    max-height:  none;
    transition:  unset;
}

.bloggerSingle__vitaDesc a {
  color: #366666;
  font-weight: 700;
}



.authorsList__item .authorTel a, .authorsList__item .authorEmail a, .authorsList__item .authorSocial a, .authorsList__item .authorWeb a, .authorsList__item .authorProfile a {
    background-color:  rgb(154, 206, 206) !important;
}

.authorsList__item .authorTel a:hover, .authorsList__item .authorEmail a:hover, .authorsList__item .authorSocial a:hover, .authorsList__item .authorWeb a:hover, .authorsList__item .authorProfile a:hover {
    opacity:  0.7;
}

.authorsList__item .authorTel a::after, .authorsList__item .authorTel a i::after, .authorsList__item .authorEmail a::after, .authorsList__item .authorEmail a i::after, .authorsList__item .authorSocial a::after, .authorsList__item .authorSocial a i::after, .authorsList__item .authorWeb a::after, .authorsList__item .authorWeb a i::after, .authorsList__item .authorProfile a::after, .authorsList__item .authorProfile a i::after {
    color: #366666 !important;
}

.authorsList__item .authorLatestPost {
    display:  none;
}