/*
Theme Name:     Change Giving (Slate child theme)
Theme URI:      http://www.changegiving.com
Description:    Default theme for Change Giving site
Author:         Michael
Author URI:     http://www.michaelbattle.me
Template:       slate                             
Version:        0.1.0
*/

@import url("../slate/style.css");
/*@import url("media-queries.css");*/





/* ------------- HEADER --------------- */


.header {
	padding-top: 45px;
	padding-bottom: 1em;
	border-bottom: none;
}

.header-left img {
	max-width: none;
}

#nav, #nav ul {
	/*margin: 5px 0 0 0;*/
	margin-top: 15px;
}


/* ------------- HOME PAGE --------------- */

.home .page-title h2 {
	font-size: 2.17em;
	margin-bottom: 0.7em;
}

.ls-shadow img {
	opacity: 0.2;
}

.testimonials h2 {
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: silver;
}

/* ------------- MAILCHIMP --------------- */

#mc-embedded-subscribe.button {
	margin-top: 3em;
}


/* ------------- CONTACT PAGE --------------- */

.contact-page ul {
	margin: 2em 0 3em 0;
}

.contact-page ul li {
	list-style: none;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 3px 0;
	background-color: rgb(222, 241, 247);
}

.contact-page i {
	font-size: 1.2em;
	margin-right: 1em;
}

/* ------------- MISSION PAGE --------------- */

.question-list ul, .about-list ul{
	margin: 2em 0 2em 0;
}

.question-list ul li, .about-list ul li {
	list-style: none;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 3px 0;
	background-color: rgb(222, 241, 247);
}




