/*
Theme Name: iFeature Pro 5 Child
Theme URI: http://cyberchimps.com/
Description: Child Theme for the iFeature Pro 5 Theme
Author: CyberChimps
Author URI: http://cyberchimps.com/
Template: ifeaturepro5
Version: 1.0.0
*/

/* =Import iFeature Pro 5 Theme Styles */

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

/* =Start from here */


/* Colours
#009f93 Green
#0093d0 Process Blue
 */
 
body {
	background-color:#f1f1f1;
	background-color:#68b9e6;
}

h1.entry-title {
font-size:3em;
font-weight:bold;
margin-bottom:0;
}
h1 {
color:#0093d0 !important;
font-weight:bold;
}
h2 {
color:#009f93 !important;
font-size:2.2em !important;
font-weight:bold;
}
h3 {
line-height:1.4em;
}

.btn-primary {
	color:#fff !important;
}

/*#callout_container {
	border:4px solid #000;
}*/

.contact_details {
font-size:1.6em;
line-height:1.6em;
}
	.cc-telephone-number {
	font-weight:bold;
	}
#footer_widgets_wrapper {
background-color:#2f84bc;
}
#after_footer {
background-color:#0093d0;
color:#fff;
}


/* Center the copyright */
body .site-footer .span6 {
  width: 100%;
}
.site-footer #copyright {
  text-align: center;
}

/* Content Styling */

.image-margin-rt-bt {
	margin:0 20px 20px 0;
}

.image-margin-lt-bt {
	margin:0 0 20px 20px;
}

/* Quote Form Images */
.image-quoteform {
	border:1px solid #ccc;
	margin:10px 0;
	border-radius: 6px;
		-moz-border-radius: 6px;
}
