/* 
Theme Name: Philanthropy Association
Author: Computer Courage
Author URI: http://computercourage.com
*/

@import url(https://www.philanthropyassociates.org//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);
@import url(../../../RpYnQRwRzhe6tRBDoZMiP5/icons.css);
@import url(css/slicknav.css);
@import url(css/normalize.css);
@import url(css/skeleton.css);

body {
	font-size: 1.6em;
	line-height: 1.75em;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: #177803;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #06ac6f;
}
a[href="#"] {
	cursor: default;
	color: inherit;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'museo-slab', serif;
	line-height: 120%;
}

body:not(.search) h1, body:not(.search) h2, body:not(.search) h3, body:not(.search) h4, body:not(.search) h5, body:not(.search) h6 {
	margin-bottom: 2rem;
	border-bottom: thin solid #dedbc8;
	padding-bottom: 2rem;
}

article.preview {
	margin-bottom: 3rem;
}

article header {
	margin-bottom: 3rem;
}

article header span:not(:last-of-type) {
	padding-right: .5rem;
	margin-right: .5rem;
	border-right: #DEDBC8 solid thin;
}

article p, article ul, article ol {
	margin-bottom: 3rem;
}

article ul, article ol {
	padding-left: 4rem;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
h1 {
	font-size: 4.2rem;
}
h2 {
	font-size: 3.8rem;
}
h3 {
	font-size: 3.4rem;
}
h4 {
	font-size: 3.2rem;
}
h5 {
	font-size: 3rem;
}
h6 {
	font-size: 2.7rem;
}

#wrapper {
	max-width: 1120px;
	margin: 3rem auto 1rem;
	padding: 0 2rem;
}

#container {
	padding: 6rem 0;
}

#menu {
	background-color: #dedbc8;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#menu .menu-main-menu-container, #menu .search-form {
	display: flex;
}

#menu .search-field {
	background-color: #f0eddd;
	border: none;
	color: #343434;
	padding-left: 3rem;
}
#menu .search-submit {
	font-family: 'untitled-font-8';
	background-color: #177803;
	color: white;
	border: none;
	font-size: 2.3rem;
	padding: 0 1.5rem;
}

#menu-main-menu li {
	display: inline-block;
	list-style: none;
}

#menu-main-menu > li > a:after {
	content: '';
	height: 3rem;
	padding-left: 3rem;
}

#menu-main-menu > li:not(:last-of-type) > a:after {
	border-right: 3px solid #c7c5b4;
}

#menu-main-menu li a {
	display: block;
	padding: 1rem 0 1rem 3rem;
	color: #343434;
	text-transform: uppercase;
}

#menu-main-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #F0EDDD;
}

#menu-main-menu .sub-menu li {
	width: 100%;
	font-size: 1.4rem;
}

#menu-main-menu .sub-menu li:hover {
	background-color: #DEDBC8;
}

#menu-main-menu .sub-menu li a {
	padding: 1rem 3rem;
	line-height: 130%;
}

#menu-main-menu .menu-item-has-children {
	position: relative;
}

.home-image {
	padding: 0 0 15px 15px;
}

.home-image img {
	border: thin solid #dedbc8;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}

#sidebar {
	margin-top: 3rem;
	border-left: thin solid #DEDBC8;
    padding-left: 4%;
}

#sidebar .widgettitle {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	padding-bottom: 0;
	border-bottom: none;
}

#sidebar li {
	list-style: none;
}

#footer {
	padding: 2.5rem 0 4rem;
	border-top: thin solid #dedbc8;
}

#footer a {
	text-transform: uppercase;
}

blockquote {
	margin: 1rem 0 0 4rem;
}
blockquote p {
	position: relative;
}
blockquote p:before {
	font-family: 'untitled-font-8';
	content: 'b';
	position: absolute;
	left: -4rem;
	font-size: 3rem;
	color: #007A4D;
}
.cat-descrip {
	font-size: 20px;
	margin-bottom: 4rem;
}

@media (max-width: 960px) {
	#container {
		padding-top: 3rem;
	}
	#branding img {
		margin: auto;
	}
	#menu {
		display: none;
	}
	#sidebar {
		margin-top: 3rem;
		padding-top: 6rem;
		border-top: thin dotted #dedbc8;
		text-align: center;
	}
	#sidebar #quote {
		display: inline-block;
	}
	blockquote p {
		margin: 0 6rem;
	}
	blockquote p:after {
		font-family: 'untitled-font-8';
		content: 'c';
		position: absolute;
		right: -4rem;
		font-size: 3rem;
		color: #007A4D;
	}
}