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


/* All custom styles are held in the css folder and are particular to the element*/

/*----------------*/
/*     Global     */
/*----------------*/
@import url("css/global.css");                   /* Global Styles */

/*----------------*/
/*     Assets     */
/*----------------*/
@import url("css/assets/fonts.css");             /* Fonts */
@import url("css/assets/header.css");            /* Header Styles */
@import url("css/assets/gravity-forms.css");     /* Gravity Fors Styles */
@import url("css/assets/footer.css");            /* Footer Styles */
@import url("css/assets/post-grid.css");         /* Post Grid Styles */
@import url("css/assets/pop-up.css");            /* Popup Styles */

/*----------------*/
/*     Pages      */
/*----------------*/
@import url("css/pages/home.css");               /* Home Page */