/*
Theme Name:     Hear to There Theme
Description:    Child theme for the Customizr theme
Author:         Denise Drespling
Author URI:     http: //www.DeniseDrespling.com/
Template:       customizr

COLORS
				lime		ccdf6c
*/

@import url("../customizr/style.css");

.tc-header {
  border-top: 5px solid #ccdf6c;
}

.navbar .nav>li.current-menu-ancestor>a, .navbar .nav>li.current-menu-item>a, .site-description {
  color: #8cbfa2;
}

a {
  color: #8cbfa2;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #ccdf6c;
  background-image: -moz-linear-gradient(top,#ccdf6c,#bcce5f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ccdf6c),to(#bcce5f));
  background-image: -webkit-linear-gradient(top,#ccdf6c,#bcce5f);
  background-image: -o-linear-gradient(top,#ccdf6c,#bcce5f);
  background-image: linear-gradient(to bottom,#ccdf6c,#bcce5f);
  background-repeat: repeat-x;
  border-color: #bcce5f;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #b1c258;
  background-image: -moz-linear-gradient(top,#b1c258,#c2d466);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b1c258),to(#c2d466));
  background-image: -webkit-linear-gradient(top,#b1c258,#c2d466);
  background-image: -o-linear-gradient(top,#b1c258,#c2d466);
  background-image: linear-gradient(to bottom,#b1c258,#c2d466);
  background-repeat: repeat-x;
  border-color: #c2d466;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-front, .widget-front hover {
}


#home_box {
	text-align:center;
	background-color:#ccdf6c;
	width:100%;
	height:100%;
	padding-top:15px;
}

#home_box img {
	margin:auto;
}

#home_boxText {
	padding:20px;
	text-align:left;
}

@media all and (min-width: 40em)
{
	#home_box {
		background-color:#ccdf6c;
		width:100%;
		height:245px;
		padding:30px;
	}
	
	#home_box img {
		float:left;
		margin: 0 60px 0 25px;
	}
	
	#home_boxText {
		padding:14px 30px 40px 40px;	
	}
}

@media all and (min-width: 64em)
{
	#home_boxText {
		padding:62px 80px 40px 40px;	
	}
}

.tc-sidebar {
	background-color: #ccdf6c;
	padding-bottom: 50px;
	text-align: center;
margin-top: 10px;
}

.tc-sidebar img{
	padding-bottom: 50px;
}
