/*
Theme Name: Customizr Child Theme
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

/* Adjust the Slider Height */
#customizr-slider.carousel .item {
height:         400px;
min-height:     400px;
line-height:    400px;
}

/* Code to Add Multiple Tag Lines */
/*
site-description:before {
	content: "This is an extra tagline above the existing Tagline";
	display: block;
	text-align: right;
}
*/

/* Code to Add additional Line Below the Tagline */
.site-description:after {
	content: "(561) 876-3331";
	display: block;
	text-align: right;
}

/* Code to change header background color */
header.tc-header {
min-height: 45px;
background: #007db7;
border-bottom: 10px solid #007db7;
border-top: 5px solid #007db7;
} 