/*
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: 'Gilroy';
    src: url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Regular.woff') format('woff'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bb-theme-child/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Light.woff') format('woff'),
        url('/wp-content/themes/bb-theme-child/fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
/* .fl-node-5fb27f6bdb249 > .fl-col-content {
	background-image: url(https://snsdesign.com/wp-content/uploads/2016/09/home_ceo-1.jpg) !important;
	background:black !important;
} */