/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
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
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

body {background-color:#FFF !important;}

img.alignleft {margin: 0px !important;}

.tc-header {padding:20px 0px 0px 10px !important;border-bottom: 7px solid #122758;}

#sections {background-color: #fff;width:99%;;display: block;text-align:center;}

#sections > DIV {background-color: white;width:320px;height:220px;display: inline-block;margin:25px;vertical-align: top;font-size: 0.8em !important;}

.navbar-wrapper {width: 95% !important;margin: 1px; padding: 1px;}

.navbar-inner {margin: 1px 30px;padding:1px}

.navbar .navbar-inner {margin: 1px 30px;padding:1px}

.custom-edge {border-left: 1px solid #eee;padding: 20px;}

//.custom-edge {border-left: 2px solid #f6f6f6;padding: 20px;}

ul {
	list-style: none;
}

.navbar .navbar-inner {
	margin: 1px 10px;
	padding: 1px;
}
.navbar .nav>li>a {
    font-size: 14px;
}
