/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.standard-menu .site-header {
	background-color: #2c5b6b;
}
@media screen and (min-width: 55em)
.main-navigation ul ul {
    background-color: #2c5b6b; 
}
.main-navigation ul li a 
{
color: #ffffff;
}

#colophon 
{
background-color:#2c5b6b;
}

#site-navigation .sub-menu 
{
background: #2c5b6b;
}

#site-navigation  
{
color: #ffffff;
}

.footer-widgets.clear {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    padding: 15px 0 0 0;
    margin: 0 5px;
}

/* @media screen and (min-width: 55em) { */

/* Contact Form 7 Styles
---------------------------------*/
.wpcf7 {
background-color: #ffffff;
border: 5px solid #2c5d69; border-radius: 10px 
}
.wpcf7-form {
margin-left: 25px;
margin-right: 25px;
margin-top: 25px;
}
.wpcf7-textarea {
width: 100%;
}
.wpcf7 input {
width: 100%;
}
.wpcf7-text {
width: 100%;
}

.wpcf7-submit {
background: #2c5d69;
color: #ffffff; border-radius: 5px; padding:10px 10px; border:0 none;  font-size:16px;
    font-weight: bold; 
	cursor:pointer;
}

div.sponsor-menu{
	background-color: #92bc5c;
	text-decoration: none;
	border-bottom: 0px solid;
	width: 100%;
}
.sponsor-menu ul{
	list-style-type:none;
	 margin: 1px;
  padding: 1px;
	text-decoration: none;
	border-bottom: 0px;
}
.sponsor-menu ul li{
display: inline;
margin-left: 1.5%;
text-decoration: none;
}
.sponsor-menu ul li a{
color: white;
text-align: center;
	padding: 1px 2%;
  text-decoration: none;
	border-bottom: 0px solid;
}
.sponsor-menu ul li a:hover{
color: white;
width: 20%;
text-align: center;
padding: 1px 2%;
text-decoration: none;
border-bottom: 1px solid;
}

/*.sponsor-menu ul li a:.active {
  text-decoration: underline;
}*/

html input[type="submit" i]{ 
	background-color: #ffd700;
}
html input[type="submit" i]:hover{ 
    color: #fff;
	background-color: black;
}

.site-footer a.blue:hover{
	color:white;
}

/*.site-footer form.search-form {
    background-color: black;
		border-radius: 5px;
}*/

#menu-item-4572{
	font-size: larger;
	font-weight: bolder;
}

#guidestar img{
	max-height:110px;
	max-height:110px;
}*/

/* Amazon smiles footer
 div #amznCharityBannerInner{
	max-height:110px;
	max-width:110px;
}*/

/*contact form color change, need both of these lines somehow*/
input.wpcf7-form-control.wpcf7-submit{
    background-color: #2c5d69;
}
input.wpcf7-form-control.wpcf7-submit{
    background-color: #2c5d69;
}

/* banner with text over the image on the homepage 
.content-caption {
		background: none;
		max-width: ;
		left: 0;
		position: relative;
		padding: 0;
		margin: 0;
		text-align: center;
}
*/