
/*--put the following css in the SWP child theme CSS file--*/

h3 {
    margin-bottom: 20px;
}



 .breadcrumb-wrapper{
    margin-top: 10px;
    opacity: 0.4;
}

.banner-top{
    display:flex;
    background-image:url('https://sportwettenpanda.com/wp-content/uploads/2023/04/background_gray.jpg');
    height: 127px;
}

.short-info {
    display: flex;
    padding: 18px;
    border-radius: 24px;
    background: #FFFFFF;
    color: #FFFFFF;
    background: url(images/bg_ellipse-header-br.webp) bottom right no-repeat, linear-gradient(138deg, #0E36CD 1.45%, rgba(31, 70, 219, 0.84) 51.09%, #5E7DF4 99.76%);
}

.short-info > .avatar, .author-box > .avatar{
    width: 150px;
    height: 150px!important;
    display: inline-block;
    overflow: hidden;
    /*margin-right: 30px;*/

}

.avatar img{
    height: 100%!important;
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    padding: 3px;   
}

.content-section {
    width: auto;
    padding-left:22px;
}


.role-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}



.contact-btn{
    display: block;
    border:1px solid #696969;
    color: #696969;
    padding: 6px;
    font-size: 14px;
    width: max-content;
    border-radius: 30px;
    margin-top: 8px;
    text-decoration: none;
    margin-right: 8px;
}

.about-section {
    margin-top: 15px;
}

.article-section {
    margin-top: 15px;
}


.article:hover{
    opacity: 0.6;
}

.article img{
    height:146px;           
    width: 100%;
    object-fit: cover;
}
.article-info{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
.article-info span{
    font-size: 15px;
    font-weight: bold;
}
.publish-date{
    margin-left: auto;
    color: #bbb7b7;
    font-weight: 100!important;
}
.contact-wrapper{
    display: flex;
    flex-direction: row;
}
.contact-wrapper a{
    display: flex;
    width: max-content;
}
.mail-btn{
   
    border-color: #ff7100;  
}
.mail-btn svg{
    fill: #ff7100;
}
.contact-field{
    margin-left: 8px;
    text-decoration: none;
    display: inline;
}

.email-icon{
    display: flex;
    height: 31px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.linkedin-icon{
    position: relative;
    top: 4px;
}

.authors-grid{
    width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.author-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:32%;
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.author-box >h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.author-box >h4{
    margin-top:0px;
    font-size: 13px;
    color:#b7b7b7;
}

.author-box > img{
    border-radius: 96px;
    border: 1px solid #b7b7b7;
    padding: 4px;
    object-fit: cover;
}

.author-box >p{
    text-align: left;
    overflow: auto;
    text-overflow: ellipsis;
    height: 300px;
    font-size: 14px;
    margin-bottom: 18px;
}
.author-box >hr{
    width: 100%;
}
.social-icons{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top:10px;
}
.view-bio{
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    display: block;
    border: 2px solid #abbaff;
    padding: 8px 6px;
    margin-bottom: 8px;
    border-radius: 10px;
    background-color: #193add;
}
.social-icons>a:first-child{
    margin-right: 10px;
}
.social-icons>a:nth-child(3){
    margin-left: 10px;
}
.author-href{
    color: #fff;
    text-decoration: none;
}
.xing-icon {
    position: relative;
    border-radius: 4px;
    top: 1px;
}
.role-wrapper:first-child{
    display: none;
}
.social-icons >a {
    padding: 6px;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 25px;
}
.mail-svg{
    position:relative;
    top:-2px;
}

.title-backdrop{
    padding:11px;
    }
    
    .title-backdrop h1 {
      margin-top: 0px;
      margin-bottom: 0px;
  }
  
  
    .author-seperator {
      display: none;
      flex-direction: row;
      align-items: center;
      border-top: 1px solid #fff;
      margin-top: 5px;
      padding-top: 7px;
  }
  .symbol-seperator {
      font-weight: 800;
      display: inline-block;
      margin-left: 6px;
      margin-right: 6px;
  }
  
  .author-seperator> a >img {
  height: 46px;
      width: 46px;
      object-fit: cover;
      border-radius: 58px;
      margin-right: 13px;
      padding: 3px;
      border: 1px solid #979595;
  }
  
.author-box-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #000000;
}
.author-box-mobile> a > img {
    height: 47px;
    width: 47px;
    object-fit: cover;
    border-radius: 58px;
    margin-right: 13px;
    padding: 3px;
    border: 1px solid #979595;    
}
.author-inf >p:nth-child(even) {
    font-size: 12px;
    color: #a5a7a5;
}
.author-inf >p>a{
    text-decoration: none;
    color: #fff;
}
.author-inf >p > span:nth-child(2) {
    margin-left: 3px;
    margin-right: 3px;
}
.author-box-mobile > .author-inf > a{
    text-decoration: none;
    color: #000;
}
@media only screen and (min-width: 1024px) {
    .author-seperator {
        display: flex;
    }
    .author-box-mobile {
        display:none;
    }
    .role-wrapper{
        flex-direction: row;
    }
    .contact-btn{
        margin-left: 8px;
        margin-right: 4px;
    }
    .article img{
        height: 171px; 
    }
    .mobile-date{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .short-info {
        flex-direction: row;
    }
    .content-section {
        width: 100%;
    }
    .role-wrapper{
        width:100%;
        flex-direction: row;
    }


}

@media only screen and (min-width: 780px) {
    .content-section {
        width: 75%;
    }
}

@media only screen and (min-width: 400px) and (max-width:767px) {
    .author-box {
        width: 48%; 
    }
}

@media only screen and (max-width: 399px) {
    .author-box {
        width: 100%; 
    }
}
