/* = = = = = = = = = = = = = = = = = = = = = = = = =  
   SHORTCODES
= = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* SHORTCODE: Profile Avatar */
.ra-profile-picture {
    border-radius: 50%;
    object-fit: cover;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = =  
   SANDBOX
= = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* === HEADING STYLE #4 === */
.divi-blog h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.divi-blog h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.divi-blog  h1 em {
  font-style: normal;
  font-weight: 600;
  color: var(--accent-color-default);
}
.four h1 {
  text-align: center;
  padding-bottom: 0.7em;
}
.four h1 span {
  font-weight: 300;
  word-spacing: 3px;
  line-height: 2em;
  padding-bottom: 0.35em;
  color: rgba(0, 0, 0, 0.5);
}
.divi-blog .four h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  content: "";
  left: 50%;
  margin-left: -30px;
  background-color: var(--accent-color-default);
}