/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.gallicon {
   position: relative;
}
.gallicon:before {
  font-family: "dashicons";
  content: "\f141\f161\f139";
  display: inline-block;
  position: absolute;
  top:8px;
  left: 15px;
  color: #c42020;
  font-size: 22px;
}


