/*
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 !
-------------------------------------------------------------- */

/* Basic Styles */

body {
	color: #000;
}

/* Links */
a:link, a:visited {
	color: #084772;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ce9200;
	text-decoration: underline;
}

.btn a:link, .btn a:visited {
	color: #fff;
}
.btn a:hover, .btn a:active {
	color: #ce9200;
}

.carousel .tc-carousel-control {
	color: #fff;
}
.carousel .tc-carousel-control:hover {
	color: #ce9200;
}


.social-block a.social-icon,
.nav a,
.btn a,
.widget-front .btn,
.carousel .tc-carousel-control {
	text-decoration: none;
}

/* Content */

.entry-header h1.entry-title {
	color: #084772;
}

#content h2 {
	color: #ce9200;
}
#content h4 {
	color: #396c8e;
}

/* Home Page */
.widget-front a.btn {
	color: #fff;
}
.widget-front a.btn:hover {
	color: #ce9200;
}

.marketing + .featurette-divider {
	border-color: #ce9200;
}

/* Gravity Forms */

.footer-widgets .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
	width: 48%;
}