/*
Theme Name: Thrive
Version: 1.0
Template: Foxy
Description: Theme for Thrive, based on Foxy theme by elegantthemes.com
Author: Obbie King (purplearth.net), working for MindSeedCreative.com
Author URI: http://www.purplearth.net
*/

/* change color of slider arrows */
.left-arrow, .et-arrow-prev,
.right-arrow, .et-arrow-next
{
  background-color: #0b9444;
}

/* add spacing to bottom of leaf icon above service area of home page */
.home #section-area .service p.thrive-leaf
{
	margin-bottom: 30px;
}

/* change background colors on home page callout */
.home #section-area #callout
{
	background-color: #998f86;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.home #section-area #callout > span 
{
	background: #ff7100;
}
.home #section-area #callout > span:before {
  background: url(images/callout-signup-bg-overlay.png) no-repeat;
}

/* fix footer background colors and line spacing */
#main-footer
{
	background-color: #662d91;
}

/* make footer nav links more readable */
#footer-bottom li a
{
	color: #4bb6f5;
}