/*
Theme Name: Divi Child
Theme URI: https://yourwebsite.com
Description: Child Theme for Divi
Author: SS
Author URI: https://yourwebsite.com
Template: Divi
Version: 1.0.0
*/

/* Add your custom CSS below this line */

/* =========================
   AUTHOR SIDEBAR
========================= */

.author-socials{
 margin-top:15px;
}

.author-socials a{
 display:inline-block;
 margin-right:12px;
 font-size:18px;
 color:#333;
 transition:0.2s ease;
}

.author-socials a:hover{
 color:#2ea3f2;
}

/* =========================
   EXPERTISE TAGS
========================= */

.author-expertise{
 margin-top:15px;
}

.author-expertise span{
 display:inline-block;
 background:#f2f2f2;
 padding:6px 12px;
 margin:5px 5px 0 0;
 border-radius:6px;
 font-size:13px;
 color:#444;
}

/* =========================
   EMAIL BUTTON
========================= */

.author-email-btn{
 margin-top:15px;
 display:inline-block;
 background:#214ea7;
 color:#fff;
 padding:0px 18px;
 border-radius:6px;
 font-size:16px;
 text-decoration:none;
 transition:0.2s;
}


/* =========================
   AUTHOR CARD SPACING
========================= */

.author-card{
 padding:25px;
 background:#fff;
 border-radius:10px;
 box-shadow:0 0 20px rgba(0,0,0,.05);
}

/* ========= Avatar =========== */
/* Author Profile Image */
.author-avatar{
 width:180px;
 height:180px;
 border-radius:50%;
 object-fit:cover;
 display:block;
 margin:0 auto 20px auto;
 box-shadow:0 4px 15px rgba(0,0,0,.08);
}

/* ========================
   MOBILE FIX
========================= */

@media(max-width:768px){
 .author-socials a{
  margin-bottom:10px;
 }
}