/*
Theme Name: 	Flare Child WordPress Theme
Theme URI: 		http://flare.bringthepixel.com
Description: 	Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>. 
Author: 		bring the pixel
Author URI: 	http://www.bringthepixel.com/
Template: 		flare
Version: 		2.0.4
*/
/* Place your modifications below */

/* Change page title size and add padding above it to compensate for padding removed from precontent-inner */
.page-title { text-shadow: none; font-weight: normal; font-size: 40px; padding-top: 30px; }

/* Change page title size for smaller browser windows */
@media only screen and (max-width: 600px) {
.page-title { text-shadow: none; font-weight: normal; font-size: 30px; }
}

#primary-bar > .background .flare,
#primary-bar > .background .flare div {
background: #ffffff !important;
}

/* Change precontent background color */
#precontent .background { background-color: #14244c !important; }

/* Remove precontent padding under slider */
#precontent-inner { padding-top: 0; }

/* Set font for content areas */
.entry-content { font-family:"Latolight"; font-size:18px; line-height:1.25000000; font-weight:normal; color:#000000; !important; }

/* Remove spacing from H4 bulleted lists */
#content .blist { margin-bottom: 0; padding-bottom: 0; !important; }

/* Make a larger h1 font for the home page */
h1.hp {font-size:80px; line-height: 1.10000000; font-weight:normal; !important; }

/* Make toggle titles larger for FAQ */
.toggle-title h4 {font-size:20px;}

/* Adjust headings 
h1, .h1 { font-size:36px; line-height:1.10000000; font-weight:normal; !important; }

body.g1-fonts-xs h1, body.g1-fonts-xs .h1 { font-size:36px; }

h2, .h2 { font-size:24px; line-height:1.16666667; font-weight:normal; !important; }  
h3, .h3 { font-size:18px; line-height:1.25000000; font-weight:normal; !important; }
h4, .h4 { font-size:14px; line-height:1.33333333; font-weight:normal; !important; }
h5, .h5 { font-size:12px; line-height:1.57142857; font-weight:normal; !important; }
h6, .h6 { font-size:10px; line-height:1.57142857; font-weight:normal; !important; }


@media only screen and (min-width: 601px) and (max-width: 960px) {
	h1, .h1 { font-size:48px; }
	h2, .h2 { font-size:30px; }
}
@media only screen and (max-width: 600px) {
	h1, .h1 { font-size:30px; }
	h2, .h2 { font-size:24px; }  
	h3, .h3 { font-size:18px; }
	h4, .h4 { font-size:14px; }
	h5, .h5 { font-size:12px; text-transform:uppercase; }
}
*/