/*
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;
}

.pp-tabs-label:focus > .pp-tab-label-inner {
    outline: none !important;
}

#rp-account .woocommerce form .form-row input.input-text,
#rp-account .woocommerce form .form-row select {
    min-height: 60px;
    line-height: 1.3;
    color: #555555;
    border: 2px solid black;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}

#rp-account span.select2-selection.select2-selection--single {
    border: 2px solid black;
    min-height: 60px;
}

#rp-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.2em;
    padding: 10px;
}

#rp-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 60px;
}