/*!
Theme Name:    The Reach Co Child Theme - PBF
Author:        The Reach Co
Author URI:    https://thereach.company
Description:   PBF Child Theme made by The Reach Co
Version:       1.0.1
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/

/* Your custom code goes here! */



/* Custom Fonts */

@font-face {
    font-family: 'Catchy Mager';
    src: url('/wp-content/themes/page-builder-framework-child/fonts/catchy_mager-webfont.woff2') format('woff2'),
        url('/wp-content/themes/page-builder-framework-child/fonts/catch_mager-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/page-builder-framework-child/fonts/gotham-book-webfont.woff2') format('woff2'),
         url('/wp-content/themes/page-builder-framework-child/fonts/gotham-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/page-builder-framework-child/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/page-builder-framework-child/fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/page-builder-framework-child/fonts/gotham-black-webfont.woff2') format('woff2'),
         url('/wp-content/themes/page-builder-framework-child/fonts/gotham-black-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/page-builder-framework-child/fonts/gotham-ultra-webfont.woff2') format('woff2'),
        url('/wp-content/themes/page-builder-framework-child/fonts/gotham-ultra-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

/* Announcement Bar Styling */

.fm-announcement-bar-container .uk-alert, .uk-alert, *+.uk-alert {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.fm-announcement-bar-container .uk-alert {
	background: none !important;
}
