/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?h05luo');
  src:  url('fonts/icomoon.eot?h05luo#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?h05luo') format('truetype'),
    url('fonts/icomoon.woff?h05luo') format('woff'),
    url('fonts/icomoon.svg?h05luo#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.fa-envelope:before {
  content: "\f003";
}
.fa-home:before {
  content: "\f015";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-map-marker:before {
  content: "\f3c5";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-shield:before {
  content: "\f132";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-location:before {
  content: "\e947";
}
.fa-bubbles:before {
  content: "\e96c";
}
.fa-bubbles3:before {
  content: "\e96f";
}