 /*
Theme Name: Rewriting Stories
Author: Hydrogen Interctive for Haven of Grace

Based on: Twenty Thirteen
By: the WordPress team

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**FONTS & COLORS **/
/**

blue: #005288
denim: #5d7e95
green: #76b553
spring: #c3e088
kahki: #b4a87d
tan: #e7e1d1
grey: #717271
lt grey: #e1d9d3;

font-family: 'Open Sans', sans-serif;
font-family: 'EB Garamond', serif;

**/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|EB+Garamond|Dancing+Script:700');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html,
button,
input,
select,
textarea {
	font-family:'Open Sans', Arial, Verdana, sans-serif;
	font-weight: normal !important;
	font-size: 14px;
	
}

body {background:  #005288; color: #222222; font-size: 14px; line-height: 1.6; margin: 0;}

a {	color: #76b553;	 }
a:visited {color: #76b553;}
a:focus {outline: thin dotted;}
a:active {color: #717271;	outline: 0;}
a:hover {color: #005288; text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	color: #005288;
	line-height: 1.2;
	font-weight:400;
	margin: .5em 0 .25em;
	font-family: 'EB Garamond', Gerogia, Cambria, Times, "Times New Roman", serif;
	
}

h1 /*title*/ { font-size: 320%;  }
h2 /*subtitle*/  {font-size: 240%; }  
h3 /*section*/{font-size: 200%; } 
h4 /*intro/em*/ {font-size: 120%; color: #000000; font-family:'Open Sans', Arial, Verdana, sans-serif; line-height: 1.4; margin: .75em 0 1em; }
h5 /*block*/ {font-size: 160%;}
h6 /*notes*/ {font-size: 100%; line-height: 1.1; color: #717271; font-family:'Open Sans', Arial, Verdana, sans-serif; } 

p {	margin: 0 0 20px; }
b, strong { 	font-weight: 700;}
hr {	
clear: left; background: none; 
	border: 0;
border-top: 1px #c3e088 solid;
	height: 1px;
	margin: 30px auto;

}

.cb{clear: both;}
.fl{float: left; } 
.fr{float: right;}
.ifl, .alignleft{float: left; margin: 0 30px 10px 0;} 
.ifr, .alignright{float: right; margin: 0 0 10px 30px;}
.pw {max-width: 1200px; padding: 0; margin: 0 auto;}

.notes {font-size: 90%; color: #666666; font-style:italic;}

.blue {color: #005288;}
.denim {color: #5d7e95;}
.green {color: #76b553;}
.spring {color: #c3e088;}
.serif {font-family: 'EB Garamond', Gerogia, Cambria, Times, "Times New Roman", serif;}


/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #76b553; /* Old browsers */
	border: none;
	color: #fff;
	padding: 14px 16px 12px;
	text-decoration: none;
	}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #c3e088; /* Old browsers */
	outline: none;
	border: none;
	
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #005288; /* Old browsers */
	border: none;
}


/** * 1.0 Reset */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}


dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
}


nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after{
	clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after{
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #efefef;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #99b2b0;
	outline: 0;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {background: #ffffff; }

.site-main {}
.site-content {}


/** * 4.0 Header
 * ----------------------------------------------------------------------------
 */


.site-header {position: relative; background: #ffffff; min-height: 120px; padding: 0px 20px;}

.site-header .home-link {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0px;
	width: 100%;
	max-width: 240px;
	min-height: 100px;
	font-size: 0;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/haven_logo.png);
	background-position: left center;
	background-size: contain;
	background-repeat:no-repeat;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
blue: #005288
denim: #5d7e95
green: #76b553
spring: #c3e088
kahki: #b4a87d
tan: #e7e1d1
grey: #717271

 */

 
.utility-navigation {height: 20px; float: right; padding: 10px; margin: 0; font-size: 13px; line-height: 1;}

ul.utility-menu {display: block; list-style: none; float: right; margin: 0; padding: 0; }
ul.utility-menu li {display: inline-block; margin: 0 0 0 10px;}

ul.utility-menu li a {color: #717271;text-decoration: none;}
ul.utility-menu li a:hover {color: #005288;}


.archive-header ul.sub-menu {display: table; list-style: none; margin: 0 auto; padding: 0; }
.archive-header ul.sub-menu li {display: inline-block; margin: 0; padding: 4px 10px 4px 8px; background: url(images/dot_spring.png) center right no-repeat; background-size: 4px 4px;}
.archive-header ul.sub-menu li:last-child {background: none; padding: 4px 8px;}

.archive-header ul.sub-menu li a {color: #c3e088;text-decoration: none;}
.archive-header ul.sub-menu li a:hover {color: #ffffff;}

.main-navigation {
	margin:  0;
	min-height: 40px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 20px;
}

.nav-menu li {
	display: inline-block;
	float: left;
	position: relative;
}

.nav-menu li a {
	color: #005288;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 10px 14px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #76b553;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #005288;
	color: #ffffff;
	border: 0;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	font-size: 16px;
	color: #fff;
	margin: 0;
	width: 220px;
	padding: 12px 14px 8px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #76b553; color: #ffffff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}


.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	clear: right;
	display: block;
	float: right;
	margin: 38px 0 0 auto;
	width: 100%;
	max-width: 640px;
}


.nav-menu li.menu-item-120 a {color: #ffffff; background: #76b553; padding: 10px 16px; }
.nav-menu li.menu-item-120 a:hover {color: #ffffff; background: #005288;}

.home .menu-item-148 {display: none;}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-content ul li, .entry-content ol li {padding-bottom: 10px;}

.page-title{font-size: 360%; margin: 0 0 .25em}
.home .page-title{display: none;}

.entry-content {margin: 0 auto; width: 100%; padding: 40px 20px;}
.entry-thumbnail {float: right; margin: 10px 0 20px 40px;}

.category .entry-content.pw {max-width: 1280px;}
.category .entry-thumbnail {float: left; margin: 10px 30px 10px 10px;}

.post-box {display: inline-block; float: left; width: 33%; padding: 20px; text-align: center; line-height: 1.2;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;}

.post-box.pb-2x {width: 48%; height: auto; padding: 20px; text-align: left;}
.post-box.pb-4x {width: 24%; height: 480px; padding: 20px;}
.post-box.pb-Yx {width: 300px; height: 300px; padding: 0px; margin: 5px;}
.post-box .entry-thumbnail {display: block; float: none; margin: 5px auto;}

.post-box h2 {}
.post-box h3 {font-size: 160%;}
.post-box h4 {}

.post-box h6 {display: block; position:relative; background: rgba(0,32,86, 0.4); margin: -56px 0 0 0; padding: 8px; height: 46px; color: #ffffff; font-size: 13px; line-height: 15px }
.post-box a {text-decoration: none;}
.post-box a:hover > h6 {background-color:#005288; margin: -60px 0 0 0; }

.column-left, .column-right, .column-middle {display: inline-block; float: left; width: 27%; margin: 5px 3%; }

.column-left.col-2x, .column-right.col-2x  {width: 47%; }
.column-left.col-2x {margin-left: 0}
.column-right.col-2x {margin-right: 0}
.column-right.col-side {background:#ECF5D9; float: right; margin: -80px 0 20px 60px; text-align: center; padding: 20px 20px 30px;}
.column-right.col-side ul {margin: 0; padding: 0; list-style: none;}
.column-right.col-side ul li {}

.pie-chart{display: inline-block; float: left; width: 240px; height: auto; margin-right: 20px;}
.chart-financial {display: block; width: 100%; max-width: 800px;}

/*Programs*/
.content-stripe {display: block; clear: both; height: 300px; background: #efeddc; margin: 10px 0;}
.content-stripe  h1, .content-stripe  p {margin: 0}
.content-stripe  h1 {font-size: 300%}
.content-stripe h3 {font-size: 160%; margin-bottom: .5em;}
.content-stripe ul {margin: 8px}
.content-stripe  p {}

.cs-content {margin: 0 auto;  padding: 40px 20px 20px; width: 100%; height: 300px; overflow: hidden; background-position: left center; background-size: contain; background-repeat: no-repeat}
.cs-1 .cs-content {background-image: url(images/programs_1year.jpg); padding-left: 430px }
.cs-2 .cs-content {background-image: url(images/programs_2years.jpg);padding-left: 530px  }
.cs-3 .cs-content {background-image: url(images/programs_10years.jpg); padding-left: 630px }

.content-numbers {padding: 20px;}
.content-numbers ul {display: block; position: relative; margin: 10px auto; padding: 0 }
.content-numbers ul li {display: inline-block; float: left; width: 24%; margin: 0 1% 0 0; padding: 0 10px 20px 0; color: #5d7e95; line-height: 1.1; }
.content-numbers ul li strong {font-size: 660%;  color: #c3e088; line-height: 1;}
.content-numbers ul li strong sup {font-size: 60%}

.registration-form {padding: 40px; width: 80%; margin: 10px auto;}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {	float: left;}
.navigation .nav-next {	float: right;}

.paging-navigation {
	display: block;
	clear: both;
	padding: 40px 0 0;
	font-size: 200%;
}

.paging-navigation .nav-links {
	margin: 0 auto;

	width: 100%;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	text-decoration: none
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}


.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
blue: #005288
denim: #5d7e95
green: #76b553
spring: #c3e088
kahki: #b4a87d
tan: #e7e1d1
grey: #717271
 */

.archive-header, .section-header {background: #76b553; padding: 20px 40px; text-align: center;}

h1.archive-title, h1.section-title {font-size: 360%; margin: 0; color: #ffffff;}

.section-header {background:#b4a87d}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {background: #005288; color: #ffffff; padding: 20px 20px 10px; font-size: 14px;}
.site-footer a {color: #ffffff;}
.site-footer a:hover {color: #c3e088;}

.site-info {clear: both; text-align: center; padding: 20px 40px; line-height: 1.3; }

.take-action {display: block; clear: both;background: #76b553; padding: 10px; text-align: center;}
.widget-title {display: none;}

.take-action ul {display: block; position: relative; margin: 0 auto; padding: 0; max-width: 820px;}
.take-action ul li {display: inline-block;float: left; width: 24%;  margin: 0 .5% 10px}
.take-action ul li a {display: block; width: 100%; color: #ffffff; text-decoration: none; padding: 120px 10px 10px; background-size: 100px 100px; background-repeat: no-repeat; background-position: center 12px;}

.take-action ul li a:hover{background-color: #c3e088; border-radius: 8px}

.volunteer{background-image: url(images/icons/icons_volunteers.png)}
.give{background-image: url(images/icons/icon_give.png)}
.events{background-image: url(images/icons/icon_events.png);}
.wish{background-image: url(images/icons/icons_wish_list.png)}

.search-field {padding: 10px; border: 2px #33cccc solid}
.search-submit {background: #33cccc	!important; padding: 11px 14px 10px !important;}
.search-submit:hover {background: #FCAC15 !important;}

/*social network*/ 
.social-network {display:block;position:relative; max-width: 162px; margin: 0 auto; padding: 0;}
.social-network a{display: inline-block; float: left; width: 36px; height: 36px; font-size: 0; list-style:none; border-radius: 18px; margin: 0 9px; padding: 0;
		  background-color: #5d7e95; background-size: 32px 32px; background-position: center center; background-repeat:no-repeat}
.social-network a:hover {background-color: #76b553;}

.icon-facebook{background-image: url(images/facebook.png)}
.icon-instagram{background-image:url(images/instagram.png)}
.icon-pinterest {background-image:url(images/pinterest.png)}
.icon-twitter {background-image:url(images/twitter.png)}
.icon-youtube{background-image:url(images/youtube.png)}
.icon-email{background-image:url(images/email.png)}




/**
 * 7.5 BY HI
 * ----------------------------------------------------------------------------
blue: #005288
denim: #5d7e95
green: #76b553
spring: #c3e088
brown: #2d2007
kahki: #b4a87d
tan: #e7e1d1
grey: #717271
 */
 
a.button-link {	
	display: table;
 	background: #76b553;
	border: none;
	color: #ffffff;
	padding: 13px 15px 12px;
	margin: 10px 0;
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 1; 
	letter-spacing: 1px;
	}

a:hover.button-link {background: #c3e088; }

a.button-link.b-small {font-size: 12px;padding: 8px 10px 7px; margin: 10px 0 0; }
a.button-link.b-big {font-size: 110%; display: block;  margin: 10px auto;}
a.button-link.b-cta {font-size: 140%;  margin: 20px auto;}
a.button-link.b-inline {display: inline-block; background:#77bc1f url(images/arrow_icon.png) right center no-repeat; border: none;color: #ffffff; padding:4px 20px 4px 9px;margin: 0 0 0 6px; font-size: 11px; letter-spacing: 0; border-radius: 8px}
a.button-link.b-more {margin: 10px auto 0; font-size: 13px; padding: 10px 10px 9px;}
a.button-link.b-green {background: #76b553 ;}
a:hover.button-link.b-inline, a:hover.button-link.b-green {background: #005288 }

.txt-white a.button-link {	background: #76b553}
.txt-white a:hover.button-link {	background: #5d7e95;}

.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white p {color: #ffffff;}

.building-block {display: inline-block; float: left; clear: left; margin: 0px 30px 10px 0;padding: 5px 60px 3px 20px; color: #ffffff; text-align: center; font-size: 600%; line-height: 1;background: #5d7e95 url(images/arrow_point.png) right center no-repeat; }



.callout{clear: both; background:#c3e088; padding: 20px; text-align: center; width: 80%; margin: 20px auto;}


/*EVENTS*/
.events-slideshow {padding: 20px 0}
.events-next{ padding: 10px 0}
.events-next h1, .events-next h2 {padding-top: 30px; margin: .25em 0;}
.events-next h2 {padding: 0px;}
.events-next .ifl {margin-right: 60px;}
.events-upcoming {background: #005288; padding: 10px 0 0}
.events-middle{border-top: 1px #005288 solid; text-align: center; padding: 40px 0}
.events-past {max-width: 1280px; margin: 0 auto; padding: 40px 0 60px;}


.events-upcoming .post-box h2, .events-upcoming .post-box h3, .events-upcoming .post-box h4 {margin: .125em 0}


/*HOME*/
.featured-image{background: #eae9e7; text-align: center;} /*#e5e2de*/
.featured-image .pw {max-width: 1400px;}

.home .featured-image {background: #eae9e7;}

.mission {display: none; clear: both; background:#005288; text-align: center; padding: 20px 80px;}
.home-posts {padding: 20px;}
.home-posts .post-thumbnail {max-width: 300px; border-radius: 150px; overflow: hidden;}
.home-quotes {padding: 50px 100px; color: #005288; font-size: 140%; ; text-align: center; line-height: 1.8;}
.home-promo h1, .home-promo h2, .home-promo h3{ color: #2d2007}
.home-stripe {display: block; clear: both; height: 400px;}
.home-stripe  h2 {font-size: 240%; ;}
.home-stripe  p {font-size: 120%; line-height: 1.6}
.home-numbers {padding: 20px;}
.home-numbers ul {display: block; position: relative; margin: 10px auto; padding: 0 }
.home-numbers ul li {display: inline-block; float: left; width: 24%; margin: 0 1% 0 0; padding: 0 10px 20px 0; color: #5d7e95; line-height: 1.1; }
.home-numbers ul li strong {font-size: 660%;  color: #c3e088; line-height: 1;}
.home-numbers ul li strong sup {font-size: 60%}

.hs-content {width: 100%; margin: 0 auto; background-size: contain; padding:60px 20px 20px; height: 400px; }

.hs-need {background:#717271;}
.hs-solution {background: #005288;}
.hs-promo {background: #e7e1d1; color: #2d2007; padding: 40px 20px 20px;}

.hs-need .hs-content {background: url(images/hands-on-belly.jpg) left center no-repeat; padding-left: 460px; background-size: 400px auto; }
.hs-solution .hs-content {background: url(images/precious-fingers.jpg) right center no-repeat; padding-right: 460px;  background-size: 400px auto; }


/*GIVE */
.deco-icon{ font-size: 0;  border-radius: 24px; width: 48px; height: 48px;
	background-color: #77bc1f;  background-position: center center; background-repeat: no-repeat; background-size: contain;}
	
.deco-icon.plum-bg {background-image: url(images/icons/miracle_worker.png);}	
.deco-icon.pink-bg {background-image: url(images/icons/gold_medal.png);}	
.deco-icon.orange-bg {background-image: url(images/icons/dream_builder.png);}	
.deco-icon.yellow-bg {background-image: url(images/icons/hope_giver.png);}	
.deco-icon.green-bg {background-image: url(images/icons/hand_holder.png);}	
.deco-icon.blue-bg {background-image: url(images/icons/gift_flower.png);}	
.deco-icon.pool-bg {background-image: url(images/icons/haven_helper.png);}	
.deco-icon.grey-bg {background-image: url(images/icons/write_in.png);}	



/*GF*/
/*errors*/


.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding: 10px 5px;}
.gform_wrapper div.validation_error {color: #76b553 !important; border: none !important;  clear: none !important; padding: 0 !important;  text-align: left !important;}
.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio, .gform_wrapper .gfield_required {color: #000000 !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {font-weight: 700; background-color: #ffffff !important; border: none !important; padding: 20px !important;}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {border: 2px #76b553 solid !important;}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {padding: 0 !important}

.gform_wrapper ul li.gfield {clear: none !important;}

.featured-image .slideshow_container {margin: 0 auto;}

/*MOTHERS DAY

RED: #D12147
PINK: #fce5ef


.page-id-2858 {}

.page-id-2858 .featured-image {background-color: #fce5ef}
.page-id-2858 .page-title {font-size: 320%; margin: 1em 0 .25em}
.page-id-2858 h1, .page-id-2858  h2, .page-id-2858 h3 {font-family: 'Dancing Script', cursive; color:  #D12147 }

.page-id-2858 .take-action {background-color: #D1CBBD}
.page-id-2858 hr {border-top: 1px  #f49ec4 solid }

.page-id-2858 button, .page-id-2858 input[type="submit"], .page-id-2858 input[type="button"], .page-id-2858 input[type="reset"] { background-color: #f8aec5}
*/
/*SLIDES*/

/**
 * 8.0 Media Queries RWD
 * ----------------------------------------------------------------------------
 */
 
.rwd-tester {display: none; position:fixed; top: 0; right: 0; width: 50px; height: 50px; z-index: 999999}	

@-ms-viewport {width: device-width;}
@viewport {	width: device-width;}

@media (max-width: 1399px) {
/*red */ .rwd-tester {background: #f00} 
	
.slideshow_container .slideshow_description_box {width: 51% !important; height: 88% !important; padding: 20px 40px 10px !important;}
.slideshow_container .slideshow_description_box h1 {font-size: 300% !important; }
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 {font-size: 200% !important;}
.slideshow_container .slideshow_description_box h4{ font-size: 300% !important; margin-top: 10px !important;}

}

@media (max-width: 1279px) {
.category .entry-content.pw { max-width: 980px;}
}

@media (max-width: 1239px) {
/*grey */ .rwd-tester {background: #666} 
	
.slideshow_container .slideshow_description_box {height: 90% !important;}

}
@media (max-width: 1099px) {
	/*grey */ .rwd-tester {background: #ccc} 

	.hs-content { padding:40px 20px 20px;  }
	.home-stripe  h2 {font-size: 220%; ;}
.home-stripe  p {font-size: 110%; line-height: 1.5}
	
	.content-stripe {height: auto;}
	.cs-content {padding: 320px 20px 20px; height:auto; overflow: auto; background-position: top left; background-size: auto 300px;}
.cs-1 .cs-content, .cs-2 .cs-content, .cs-3 .cs-content {padding-left: 40px }
	
.slideshow_container .slideshow_description_box {height: 92% !important; }
.slideshow_container .slideshow_description_box h1 {font-size: 240% !important; }
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 {font-size: 180% !important;}
.slideshow_container .slideshow_description_box h4{ font-size: 240% !important; }

}

@media (max-width: 999px) {
	/*yellow */	.rwd-tester {background: #ff0}
	
h1 /*title*/ { font-size: 300%;  }
h2 /*subtitle*/  {font-size: 200%; }  
h3 /*section*/{font-size: 160%; } 
h4 /*intro/em*/ {font-size: 110%; }
h5 /*block*/ {font-size: 140%;}
p {	margin: 0 0 15px; }		
.page-title{font-size: 320%;}
	
.navbar {margin: 38px 0 0 auto;max-width: 480px;}	
ul.nav-menu, div.nav-menu > ul {padding: 20px 0;}
.nav-menu li a {font-size: 14px;padding: 10px 8px;}
.entry-content {padding: 30px 20px 60px;}
	.hs-content { padding:20px;  }

	.home-stripe  h2 {font-size: 180%; line-height: 1.2 ;}
.home-stripe  p {font-size: 100%; line-height: 1.4}

.take-action ul li a {padding: 100px 10px 10px; background-size: 80px 80px;}
	
.slideshow_container .slideshow_description_box {height: 94% !important; padding: 20px 20px 10px !important; }
.slideshow_container .slideshow_description_box h1 {font-size: 180% !important; }
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 {font-size: 140% !important;}
.slideshow_container .slideshow_description_box h4{ font-size: 180% !important; }


}

@media (max-width: 979px) {
.category .entry-content.pw {max-width: 660px;}
}

	

@media (max-width: 767px) {
	/*green*/.rwd-tester {background: #0f0; }
	
	h1 /*title*/ { font-size: 240%;  }
h2 /*subtitle*/  {font-size: 180%; }  
h3 /*section*/{font-size: 140%; } 
p {	margin: 0 0 10px; }		
.page-title{font-size: 300%;}
		
.navbar {margin: 0 auto;max-width: none; clear: both;
	display: table;
	float: none;}	
ul.nav-menu, div.nav-menu > ul {padding: 0;}	
.nav-menu li a { font-size: 15px;padding: 10px 18px;}
	.entry-content {padding: 30px 20px 20px;}
.home-stripe  h2 {font-size: 140%; line-height: 1;}
	.home-stripe, .hs-content {height: auto;}
.hs-need .hs-content {background: url(images/hands-on-belly.jpg) -20px top no-repeat; padding-left: 260px; background-size: 240px auto; }
.hs-solution .hs-content {background: url(images/precious-fingers.jpg) right top no-repeat; padding-right: 260px;  background-size: 240px auto; }
.home-numbers ul li strong {font-size: 480%;}
.home-numbers ul li strong sup {font-size: 50%}
	
.slideshow_container .slideshow_description_box {height: 90% !important;}
.slideshow_container .slideshow_description_box h1 {font-size: 200% !important; line-height: 1.1 !important}
.slideshow_container .slideshow_description_box h2,
.slideshow_container .slideshow_description_box h3 {display: none;}
.slideshow_container .slideshow_description_box h4{ font-size: 240% !important; margin-top: 0 !important }

}

@media (max-width: 659px) {
.category .entry-content.pw {max-width: 340px;}
	
}

@media (max-width: 643px) {
	/*blue	*/.rwd-tester {background: #3300ff;}
	

h1 /*title*/ { font-size: 200%;  }
h2 /*subtitle*/  {font-size: 160%; }  
h3 /*section*/{font-size: 140%; } 	
.page-title{font-size: 220%;}
	
	.site-header { padding: 0}
	.site-header .home-link {float: left;margin: 0 auto 5px 30px;}
	
	.cs-content {padding: 260px 20px 20px; background-size: auto 240px;}

	.column-left, .column-right, .column-middle, .column-left.col-2x, .column-right.col-2x, .column-right.col-side,
	.post-box {display: block; float: none; clear: both; width: 100%; margin: 10px auto; }

.mission {display: block; padding: 10px 20px;}
.home-posts .post-thumbnail {max-width: 200px; height: 200px; border-radius: 100px; margin: 0 auto;}
.home-quotes {padding: 30px 20px; font-size: 100%; ;line-height: 1.2;}
.home-stripe {display: block; clear: both; height: auto;}
.home-stripe  h2 {font-size: 200%; ;}
.home-stripe  p {font-size: 100%; line-height: 1.3}
.home-numbers ul li {display: inline-block; float: left; width: 48%; margin: 0 1% 0 0; padding: 0 10px 20px 0;}
.home-numbers ul li strong {font-size: 480%;}
.home-numbers ul li strong sup {font-size: 50%}

.hs-content {padding:0px; height: auto; }
.hs-promo {padding: 20px;}

.hs-need .hs-content {background: url(images/hands-on-belly.jpg) center -80px no-repeat;background-size: 300px auto; padding: 220px 20px 10px }
.hs-solution .hs-content {background: url(images/precious-fingers.jpg) center -80px no-repeat;background-size: 300px auto; padding: 220px 20px 10px}


	
.fl, .fr, .ifl, .alignleft, .ifr, .alignright{display: block; float: none; margin: 10px auto;}
	
	
.take-action ul li {width: 48%;  margin: 5px 1% }
.take-action ul li a {padding: 120px 10px 10px; background-size: 100px 100px;}
.post-box.pb-Yx {display: block; margin: 2px auto;}
	
.slideshow_container .slideshow_description_box {height: 100% !important;}
.slideshow_container .slideshow_description_box h1 {font-size: 140% !important; line-height: 1.1 !important}
.slideshow_container .slideshow_description_box h4{ font-size: 180% !important; margin-top: 0 !important }

			
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: block;
		width: 100%;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		border: none;
		line-height: 1;
		letter-spacing: 1px;
		font-size: 14px;
		padding: 13px 20px;

	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		
	}
	
	
	.toggled-on li,
	.toggled-on .children {
		display: block;
		background: none;
		text-align: center;
		padding: 0;
		width: 100%;
		margin: 0;
		background:rgba(0,0,0,0.5)
	}

	.toggled-on .nav-menu li > ul {
		display: block;
		float: none;
		position: relative;
		left: auto;
		top: auto;
	}
	
	.toggled-on ul.nav-menu ul a,
	.toggled-on .nav-menu ul ul a {
	
	width: 240px;
	font-size: 14px;
	padding: 16px 20px 14px;
	text-align: center;
}

	.toggled-on .nav-menu li > ul a {
		width: 100%;
		margin: 0;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	}

/* Mobile devices */
@media (max-width: 359px) {
	/*purple */	.rwd-tester {background: #C600D2}
	

}
