/*
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 !
-------------------------------------------------------------- */

.chrome article.page .format-icon:before, .safari article.page .format-icon:before{display: none;}
.span4.fp-three{display: none;}

@media only screen and (min-width: 1366px) and (max-width: 3000px) {
.marketing .span4{margin-left: 160px;}
}

.thumb-wrapper{display:none;}
.row.widget-area .span4{width:400px;}
.row.widget-area .span4 h2{cursor: default;}
.row.widget-area .span4 h2:hover{font-size: 36px;}