.post-meta {
   position: relative;
}

.post-meta:hover .postauthor-wrap,
.post-meta:active .postauthor-wrap {
   visibility: visible;
}
 
 /*-Author Box---------------------------*/
 .postauthor-wrap {
   transition: all .2s ease-out;
   visibility: hidden;
   position: absolute;
   top: 55px;
   border-radius: 8px;
   width: 460px;
   clear: both;
   padding: 32px;
   background: #fff;
   box-sizing: border-box;
   box-shadow: 0px 4px 20px rgba(131, 142, 174, 0.6);
   z-index: 1;
}

@media (max-width: 480px) {
   .postauthor-wrap {
      box-sizing: border-box;
      max-width: 100%;
      padding: 24px;
   }
}

.postauthor-wrap h5 {
   margin: 0 0 12px;
   padding: 0;
}

.postauthor-wrap__row {
   display: flex;
   align-items: center;
}

.postauthor-wrap__row div:first-child {
   margin-right: 24px;
}

.postauthor-wrap__row div:first-child img {
   border-radius: 50%;
}

.vcard.author a {
   font-size: 16px;
   line-height: 19px;
   font-weight: 500;
   color: #0085FF !important;
   cursor: pointer !important;
}

.postauthor-wrap__description {
   margin-top: 18px;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
}

.post-author-links {
   display: flex;
}

.author-link {
   margin-right: 8px;
}

.author-link .fa {   
   width: 40px;
   height: 40px;
   display: block;
   cursor: pointer;
   background-size: cover;
}

.fa-facebook {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_fb.svg') no-repeat;
}

.fa-instagram {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_insta.svg') no-repeat;
}

.fa-twitter {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_tw.svg') no-repeat;
}

.fa-vk {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_vk.svg') no-repeat;
}

.fa-telegram {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_tg.svg') no-repeat;
}

.fa-email {
   background: url('https://cdn-frontend.findmykids.org/img/blog/i_email.svg') no-repeat;
}

.fa-in {
   background: url('https://cdn-frontend.findmykids.org/img/blog/ico_in.svg') no-repeat;
}

.fa-dzen {
    background: url('https://cdn-frontend.findmykids.org/img/blog/img_dzen.svg') no-repeat;
}

.postauthor-wrap__controls {
   margin-top: 18px;
}

.postauthor-wrap__controls a {
   background: #0085FF;
   border-radius: 4px;
   padding:  5px 14px;
   display: inline-block;
   color: #FFFFFF !important;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   text-decoration: none;
   cursor: pointer;
}

.postauthor-wrap__controls a:hover {
   background-color: #0474DA;
}

.postauthor-wrap__controls a:active {
   position: relative;
   top: 1px;
}