/*
Theme Name: Real Classic
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.35
*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?a65wtk');
  src:  url('fonts/icomoon.eot?a65wtk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?a65wtk') format('truetype'),
    url('fonts/icomoon.woff?a65wtk') format('woff'),
    url('fonts/icomoon.svg?a65wtk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

.rc-icon-arrow-left-right:before {
  content: "\e900";
}