/*
Theme Name:     Customizr Child
Theme URI:      http://www.themesandco.com/customizr-pro
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */


/* GENERAL STYLES 
-------------------------------------------------------------- */
@import url("css/general.css");


/* FRONT PAGE
-------------------------------------------------------------- */
@import url("css/frontpage.css");


/* ONPAGE MENUS 
-------------------------------------------------------------- */
@import url("css/onpage_dropdown.css");


/* BLOG READ OVERVIEW 
-------------------------------------------------------------- */
@import url("css/blog_overview.css");


/* BLOG POST 
-------------------------------------------------------------- */
@import url("css/blog_post.css");


/* VIDEO GALLERY 
-------------------------------------------------------------- */
@import url("css/video_gallery.css");


/* CONTENT BOXES
-------------------------------------------------------------- */
@import url("css/content_boxes.css");


/* MEMBERS/TEAM 
-------------------------------------------------------------- */
@import url("css/team.css");


/* CONTACT FORM
-------------------------------------------------------------- */
@import url("css/form.css");


/* CONTACT FORM
-------------------------------------------------------------- */
@import url("css/other.css");

