/*
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 !
-------------------------------------------------------------- */
.tc-header {
    border-top: none;
	background: #949C51 none repeat scroll 0% 0%;
	border-bottom: 10px solid #C3C7A3;
}
	
	.navbar .nav > li > a {
    float: none;
    color: #777;
    text-decoration: none;
    text-shadow: none;
}

.sticky-enabled .tc-header {
    background:  #949C51 none repeat scroll 0% 0%;
    border-bottom: 2px solid #C3C7A3;
    
}
.navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li.current-menu-item > a, .site-description {
    color: #FFF;
}

.navbar .nav > li > a {
    color: #C3C7A2;
	text-shadow: 2px 1px 0px #646E2E;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #FFF;
}

/*new social media*/

	
/* houzz */ 
.icon-houzz:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("http://localhost:8888/adl/wp-content/uploads/2015/07/houzz_logo_grey.png") no-repeat;
    background-size: 20px 20px
}
 
/* change houzz icon size in sidebars*/
.social-block.widget_social .icon-houzz:before {
;
    background-size: 14px 14px;
}
 
/* change houzz icon size in footer */
#footer.footer .colophon .icon-houzz:before {
;
    background-size: 16px 16px;
}
 
/* yelp */ 
.icon-yelp:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("http://localhost:8888/adl/wp-content/uploads/2015/07/yelp-2-xxl.png") no-repeat;
    background-size: 20px 20px
}
 
/* change yelp icon size in sidebars*/
.social-block.widget_social .icon-yelp:before {
;
    background-size: 14px 14px;
}
 
/* change yelp icon size in footer */
#footer.footer .colophon .icon-yelp:before {

    background-size: 16px 16px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    max-width: 80%;
    padding: 1%;
    line-height: 14px;
    vertical-align: baseline;
	text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 11%;
}
.carousel-caption h1 {
    font-size: 55px;
    line-height: 53px;
}
.carousel-caption .lead {
    font-size: 35px;
	text-transform: uppercase;
 
}

.abouttxt{
	max-width:95%;
	font-size:18px;
}

.page-id-16 h1{
	line-height: 0px;
	
	}
	h1{text-align:center;}
	
	.wpcf7{
	width : 40%;
	float: left;}
	
	.frm_required{
		color: #F00;}
		
iframe{
	margin-top: 40px;
	}
	
	
	
		