/*
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 !
-------------------------------------------------------------- */ 
.carousel-caption {
 background: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* Remove Page Icon/Title */
.page .entry-title.format-icon {
display:    none;
}
/* Remove Post Icon/Title */
.blog .entry-title.format-icon {
display:    none;
}
.page .entry-title {
	display: none;
}
}

/* button nav bar */
.navbar .nav li.free_download.btn { 
position: relative; bottom: 10px;
padding: 2px; line-height: 19px;
vertical-align: middle; 
} 
.navbar .nav li.free_download.btn a {
color: #FFF;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.31);
padding: 3px 13px;
}
/* navbar site desc remove but keep it for SEO */
.navbar-wrapper .navbar .site-description { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); }

/* navbar social remove */
.navbar-wrapper .navbar .social-block { display: none; }
/* navbar adjust padding */
.navbar-inner { padding-top: 16px; }
.navbar.resp .navbar-inner { padding-bottom: 4px; }
/* Firefox Navbar fix*/
.nav > li > a {
  display: inline;
}


