@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yslpdo');
  src:  url('fonts/icomoon.eot?yslpdo#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?yslpdo') format('truetype'),
        url('fonts/icomoon.woff?yslpdo') format('woff'),
        url('fonts/icomoon.svg?yslpdo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: '\e900';  IcoMoon content code for calendar icon 
  color: #367eae; /* Set color for calendar icon*/
}

.icon-user:before {
  content: '\e91a'; /* IcoMoon content code for user profile icon */
  color: #367eae;
}

.icon-calendar, .icon-user {
  font-family: 'icomoon', sans-serif;
  font-size: 16px;
  margin-right: 5px;
}
.date-calendar:before {
    background: url("/wp-content/plugins/adept-plumbing-and-gas/svg/calendar.svg");
    width: 95px;
    height: 92px;
    color: blue !important;
    background-size: cover;
}
.matthew-carter {
    color: #367eae;
}