/*
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: "highvoltage-rough";
    src: url("/wp-content/themes/bb-theme-child/fonts/highvoltage-rough.woff");
    font-weight: normal;
}

.highvoltage-font, .highvoltage-font h2 {
    font-family: "highvoltage-rough", Verdana, Arial, sans-serif !important;
    background: linear-gradient(0.35turn, #78be20, #00a3e0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.highvoltage-font-right-side h2 {
    font-family: "highvoltage-rough", Verdana, Arial, sans-serif !important;
    background: linear-gradient(to right, #78be20,
    #00a3e0, #78be20);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}



/** Clean up tab nav */
.onepoint-bullet .pp-tabs-labels {
    flex-wrap: nowrap;
}
.onepoint-bullet .pp-tab-label-inner {
    border: none !important;
}
.onepoint-bullet .pp-tabs-label::after {
    display: none !important;
}
.onepoint-bullet .pp-tab-label-inner:before,
.onepoint-bullet .pp-tab-label-inner:after {
    display: none !important;
}