/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2019 | 13:48:15 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers.
  -webkit-font-smoothing: antialiased;
 Support for Safari and Chrome. 
  text-rendering: optimizeLegibility;

   Support for Firefox. 
  -moz-osx-font-smoothing: grayscale;

  Support for IE. 
  font-feature-settings: 'liga';*/
}


