/** 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 **/
/* line 6, iconic_list.less */
.iconic-list-shortcode {
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 9, iconic_list.less */
.iconic-list-shortcode dt,
.iconic-list-shortcode dd {
  padding-left: 40px;
  display: block;
  float: none;
  padding: 0 0 0 40px;
}
/* line 15, iconic_list.less */
.iconic-list-shortcode dt {
  text-transform: uppercase;
  color: #111111;
  font-weight: 400;
  position: relative;
}
/* line 21, iconic_list.less */
.iconic-list-shortcode dd {
  color: #7d7d7d;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 27, iconic_list.less */
.iconic-list-shortcode dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 32, iconic_list.less */
.iconic-list-shortcode .icon {
  display: block;
  width: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}
/* line 40, iconic_list.less */
.iconic-list-shortcode i.fa {
  font-size: 23px;
  color: #fcd846;
}
/* line 45, iconic_list.less */
.iconic-list-shortcode svg path,
.iconic-list-shortcode svg rect,
.iconic-list-shortcode svg polygon {
  fill: #fcd846;
}
/* line 49, iconic_list.less */
.iconic-list-shortcode svg {
  width: 20px;
  height: auto;
}
/* line 55, iconic_list.less */
.ie .iconic-list-shortcode svg {
  height: 20px;
}
@media screen and (min-width: 767px) {
  /* line 61, iconic_list.less */
  .iconic-list-shortcode.style-horizontal dt,
  .iconic-list-shortcode.style-horizontal dd {
    box-sizing: border-box;
    margin: 0;
  }
  /* line 65, iconic_list.less */
  .iconic-list-shortcode.style-horizontal dt {
    width: 50%;
    clear: both;
    float: left;
  }
  /* line 70, iconic_list.less */
  .iconic-list-shortcode.style-horizontal dd {
    width: 50%;
    float: left;
    border-bottom: 0;
    margin-bottom: 9px;
    position: relative;
  }
  /* line 77, iconic_list.less */
  .iconic-list-shortcode.style-horizontal dd:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #f3f3f3;
    left: -100%;
    right: 0;
    bottom: 0;
  }
  /* line 86, iconic_list.less */
  .iconic-list-shortcode.style-horizontal dd:last-of-type:after {
    display: none;
  }
}
