/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** wrapper background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
.shortcode-fid {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.shortcode-fid .icon {
  min-height: 50px;
  margin-bottom: 14px;
}
.shortcode-fid i.fa {
  font-size: 50px;
  color: #fcd846;
}
.shortcode-fid svg {
  width: 50px;
}
.shortcode-fid svg path,
.shortcode-fid svg rect,
.shortcode-fid svg polygon {
  fill: #fcd846;
}
.shortcode-fid .number {
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}
.shortcode-fid .title {
  color: #898989;
  font-size: 14px;
  line-height: 1.5em;
}
.ie .shortcode-fid svg {
  height: 50px;
}
.shortcode-fid:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50%;
  bottom: 0;
  left: 25%;
  background: #fcd846;
}
