/*
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... */ 

/* Add WhitePoint Digital Icons */
@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"; }
.wpd-icons-location::before { content: "\e903"; }
.wpd-icons-fill::before { content: "\e904"; }

i.wpd-icons-email::before,
i.wpd-icons-phone::before,
i.wpd-icons-document::before,
i.wpd-icons-location::before {
    z-index: 2;
    position:relative;
}

i.wpd-icons-email::after,
i.wpd-icons-phone::after,
i.wpd-icons-document::after,
i.wpd-icons-location::after {
    content: "\e904";
    position: relative;
    z-index: 1;
}