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

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

@font-face {
    font-family: 'lptech-font';
    src: url('/wp-content/themes/child-theme/font/lptech-font.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/child-theme/font/lptech-font.woff2') format('woff2'),
        url('/wp-content/themes/child-theme/font/lptech-font.woff') format('woff'),
        url('/wp-content/themes/child-theme/font/lptech-font.svg#lptech-font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "UTF-8";
[data-icon]:before {
  font-family: "lptech-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="lp-"]:before,
[class*=" lp-"]:before {
  font-family: "lptech-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-arrow:before {
  content: "\61";
}
.lp-book:before {
  content: "\62";
}
.lp-building-up:before {
  content: "\63";
}
.lp-calendar:before {
  content: "\64";
}
.lp-calendar-plus:before {
  content: "\65";
}
.lp-card-checklist:before {
  content: "\66";
}
.lp-caret:before {
  content: "\67";
}
.lp-caret-fill:before {
  content: "\68";
}
.lp-clock:before {
  content: "\69";
}
.lp-close:before {
  content: "\6a";
}
.lp-exclamation:before {
  content: "\6b";
}
.lp-facebook:before {
  content: "\6c";
}
.lp-heart:before {
  content: "\6d";
}
.lp-heart-pulse:before {
  content: "\6e";
}
.lp-hospital:before {
  content: "\6f";
}
.lp-hospital-outline:before {
  content: "\70";
}
.lp-info:before {
  content: "\71";
}
.lp-link:before {
  content: "\72";
}
.lp-mail:before {
  content: "\73";
}
.lp-menu:before {
  content: "\74";
}
.lp-message:before {
  content: "\75";
}
.lp-plus:before {
  content: "\76";
}
.lp-plus-circle:before {
  content: "\77";
}
.lp-quote:before {
  content: "\78";
}
.lp-search:before {
  content: "\79";
}
.lp-telephone:before {
  content: "\7a";
}
.lp-telephone-plus:before {
  content: "\41";
}
.lp-telephone-plus-outline:before {
  content: "\42";
}
.lp-youtube:before {
  content: "\43";
}

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


}