/*--------------------------------------------------------------
## Icomoon
--------------------------------------------------------------*/


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

[class^="icon-"], [class*=" icon-"],
.read-more-link:before,
.edit-link a:after,
.info-toggle:after,
.contact-submit:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before,
.contact-submit:after {
  content: "\e900";
}
.icon-close:before,
.info-toggle:after {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}