/*

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 !

-------------------------------------------------------------- */



@import url('../customizr/style.css');



#footer .footer-widgets a{

color: #f5bc6b;

}



a:link {color:#ba9765;} /* unvisited link */



/* remove previous/next arrows from home page only */

.home .carousel-control {

display:none ;

} 



h1 {font-size: 30px;color: #4F4C33;}

h2 {font-size: 26px;color: #57573D;}

h3 {font-size: 22px;color: #A8A8A8;}

h4 {font-size: 16px;color: #737373;}

.social-block a { text-shadow: none; }



.navbar .navbar-inner {

 -webkit-box-shadow: none;

 -moz-box-shadow: none;

 box-shadow: none;

background: none;

}



.social-block.span5 {

position: absolute;

float: right;

left:76%;

}



.page h1.format-icon:before {

content: none;

}



/* Adjust the Slider Height */

#customizr-slider.carousel .item {

height:         300px;

min-height:     300px;

line-height:    300px;

}