/*
Theme Name: Paragpn Theme
Theme URI:
Description:
Author: Matt Edwards
Author URI:
Version: 1
 */

.widget.AuthorSpotlight_Widget {
  margin-bottom: 2em;
}

#author-spotlight #author-profile #social-icons {
  height: auto !important;
  margin-bottom: 0.5em;
}

#author-spotlight #author-profile #social-icons a {
  display: inline-block;
  margin-right: 4px;
  /*inherit font class=icon*/
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#author-spotlight #author-profile #social-icons a[href*=linkedin]::before {
  content: "\e900";
}

#author-spotlight #author-profile #social-icons a[href*=twitter]::before {
  content: "\e901";
}

#author-spotlight #author-profile #social-icons a[href*=facebook]::before {
  content: "\e907";
}

#author-spotlight #author-profile #social-icons img {
  display: none;
}

#author-spotlight #author-profile h2 {
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #f68b33;
}
#author-spotlight #author-description i {
  display: block;
  font-size: 0.875em;
  font-style: normal;
}
