/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


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

[class^="wpd-icons-"], [class*=" wpd-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'WPD-Icons' !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;
}

.wpd-icons-email:before {
  content: "\e900";
}
.wpd-icons-phone:before {
  content: "\e901";
}
.wpd-icons-document:before {
  content: "\e902";
}

@font-face {
    font-family: 'Acumin Variable Concept';
    src: url('fonts/Acumin-Variable-Concept.eot');
    src: url('fonts/Acumin-Variable-Concept.eot?#iefix') format('embedded-opentype'),
         url('fonts/Acumin-Variable-Concept.woff2') format('woff2'),
         url('fonts/Acumin-Variable-Concept.woff') format('woff'),
         url('fonts/Acumin-Variable-Concept.ttf')  format('truetype'),
         url('fonts/Acumin-Variable-Concept.svg#Acumin Variable Concept') format('svg');
}



