/*
Theme Name: responsive-child - Responsive Child
Theme URI: 
Description: responsive-child - Responsive Child
Author: Kirk Peters
Author URI: http://kirkpeters.com
Template: responsive
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive
*/
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 1024px) {

	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}
	#logo {
			float: none;
			margin: 0;
			text-align: center;
	}
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	.full-width-no-box #testimonial_div .section_title {padding-top: 17px;}
	#about_div .section_title::after {margin: 0 auto;top:40px;}
	#about_div .section_title {text-align: center;}
	#about_div .about-content {text-align: center;}
	#about_div .about_cta {margin-top: 0;}
	.contact_div .contact_right {margin-left: 0%;}
	.contact_right p {margin: 0;}
	.contact_div .contact_left, .contact_div .contact_right {text-align: center;}
	.footer-menu { padding-left: 20px;padding-right: 20px;  }
  .powered {text-align: left;padding-left: 20px;}
  .copyright {padding-left: 20px;}
	
}

@media screen and (max-width: 780px) {

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(to top, #585858, #3d3d3d);
		clear: both;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
		margin: 0 auto;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}
	#about_div .about_text {
		padding: 0 20px 0 20px;
	}
	#about_div .about_cta {margin-top: 0;}
	#about_div .section_title {
		padding-left:20px; 
	}	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('../responsive/core/images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('../responsive/core/images/select-icons.png') 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		padding-top:10px;
		text-align: center;
	}
	.powered {text-align:center;padding: 0;}
	.copyright {text-align: center;padding: 0;}
	
}

@media screen and (max-width: 480px) {

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {

	body {
	}

	#featured p, #about_div .about_text {
		font-size: 12px;
		line-height: 1.5em;
	}
	.testimonial_main_text 
	{
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button, .about-content a {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}

.row-collapse .panel-grid-cell {
	margin-bottom:0 !important;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
body.full-width-layout #content-outer, body.default-layout #content-outer, body.full-width-no-box #content-outer {
    margin: 0 auto;
    max-width: 1290px;
	padding:0 10px;
	position:relative;
}
li {
	margin:10px 0;
}
#arve .arve-wrapper.aligncenter, #tinymce .arve-wrapper.aligncenter {
    margin: 20px auto;
}
.read-more {
	  margin:15px 0;
}
.post-edit {
	display:none;
	margin:0;
	height:0;
}
@media screen and (max-width: 780px) {
.alignleft {
    float: none;
    margin: 5px;
}
.alignright {
    float: none;
    margin: 5px;
}
.sticky-header {
    position: static;
    background-color: #fff;
    opacity: 1;
}
.js .main-nav {
	background-color: #89ada4 !important;
	background-image: none;
}
}
.so-widget-sow-tabs-default-bc03f707b36f .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 0 30px;
}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 400;
	line-height: 1.2em;
	word-wrap: break-word;
}

h1, .archive-title {
	font-family: 'Domine', serif;
	font-size: 30px;
	margin-bottom: .5em;
	margin-top: .5em;
}
h1.entry-title, .archive-title, h1.tribe-events-page-title {
	background-image:url(images/banner-background.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	display:block;
	padding:50px 10px;
	font-weight:700;
	color:white;
	text-align:center;
	text-shadow: 0 2px 5px #000000;
	margin-bottom:50px;
}
.single-post h1 {
	font-size: 24px;
	padding-bottom:20px;
	background-image:url(images/yellow-line.png);
	background-repeat:no-repeat;
	background-position:bottom left
}
.single-tribe_events .tribe-events-single-event-title {
	font-size: 24px !important;
	padding-bottom:15px !important;
}
.tribe-events-title-bar {
	display:none;
}
h2 {
	font-family: 'Domine', serif;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: .5em;
	margin-top: .5em;
}
h2.entry-title a {
	font-size: 22px;
	color:black;
}
.title-line h2 {
	text-align:center;
	padding-bottom:20px;
	background-image:url(images/yellow-line.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.title-left h2 {
	text-align:left;
	background-position:bottom left;
}
h3 {
	font-family: 'Domine', serif;
	font-size: 24px;
	margin-bottom: .5em;
	margin-top: .5em;
}
.widget-title h3, .widget-title-home h3 {
	font-size: 18px;
	padding-bottom:20px;
	margin-bottom:25px;
	background-image:url(images/yellow-line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#arve .arve-wrapper, #tinymce .arve-wrapper {
	margin:25px 0;
}
a {
    color: #89ada4;
}
a.ctf-button, .read-more a {
	transition-property:color,background-color;
	transition-duration:.5s;
	display:inline-block;
	padding:16px 34px 14px 34px;
	border:3px solid #89ada4;
	border-radius:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:12px;
	font-weight:bold;
	color:#89ada4;
	text-transform:uppercase;
}
a.ctf-button:hover, .read-more a:hover {
	background-color:#89ada4;
	color:white;
}
#widgets {
    margin-top: 0;
}
#widgets ul {
	list-style:none;
	padding:0;
}
#widgets li {
	margin:15px 0;
}
#widgets li a {
	color: black;
}
#container {
    margin: 0 auto;
    max-width: none;
    padding: 0;
}
#header {
	padding:10px 0;
}
#header, #content-outer {
    position:relative;
}
#logo {
    float: left;
	width:22%;
}
.main-nav {
    background-color: transparent;
    background-image: none;
	float:left;
	width:75%;
	clear:none;
	margin-top:22px;
}
.menu {
    background-color: transparent;
    background-image: none;
}
.menu li {
	padding: 0 1.6%;
}
.menu a {
	transition-property:color;
	transition-duration:.5s;
	font-family: 'Domine', serif;
	border-left: none;
	color: #626666;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	line-height: 18px;
	padding: 5px 0;
	text-shadow: none;
	white-space:normal;
	text-transform:uppercase;
}
.menu > li:nth-child(3) a {
	width:115px;
}
.menu > li:nth-child(5) a {
	width:75px;
}
.menu > li:nth-child(6) a {
	width:125px;
}
.menu a:hover {
	background-color: transparent;
    background-image: none;
	color: #aed9cf;
}
ul.menu > li:hover {
	background-color: transparent;
	color: #aed9cf;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: transparent;
	color: #aed9cf;
}
.top-widget {
	position:absolute;
	top:22px;
	right:0;
}
#search-3 {
	position:absolute;
	top:0;
	right:0;
}
.hill-search-open {
	left:0;
}
@media screen and (max-width: 1200px) {
.menu a {
	padding: 5px 0;
	font-size: 13px;
	line-height: 14px;
}
.menu > li:nth-child(3) a {
	width:90px;
}
.menu > li:nth-child(5) a {
	width:60px;
}
.menu > li:nth-child(6) a {
	width:105px;
}
}
@media screen and (max-width: 1024px) {
#logo {
    float: none;
	width:100%;
}

.main-nav {
	float:none;
	width:100%;
	clear:both;
	margin-top:10px !important;
	text-align:center;
}
.main-nav .menu {
	display:table;
	text-align:left;
}
.js .main-nav #responsive_current_menu_item {
	text-align:left;
}
.menu li {
	padding: 0;
}
.menu a {
	padding: 5px 8px;
}
.top-widget {
	position:absolute;
	top:0;
	right:10px;
	width:90%;
}
}
#content {

    margin-top: 0px;
    margin-bottom: 0px;

}
#wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    clear: both;
    margin: 10px auto 10px auto;
    padding: 0;
    position: relative;
}
body.home #wrapper {
     margin: 10px auto 0 auto;
}
.widget-wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 20px 0;
}
#home-title {
	margin-top:60px;
}
#home-title h1 {
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
}
.rev_slider .tp-caption {
	transition-property:color,background-color !important;
	transition-duration:.5s !important;
}
#home-callouts {
	font-size: 14px;
}
#home-callouts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
}
@media screen and (max-width: 1024px) {
#home-callouts .panel-grid-cell {
	margin-bottom:0;
}
}
#home-stories-title h2, #creed-title h2 {
	margin-bottom:5px;
}
#home-stories-title p, #creed-title p {
	display:block;
	margin-top:5px;
	padding-bottom:30px;
	background-image:url(images/yellow-line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#creed-title p {
	background-position:bottom center;
}
#home-stories .ctf-button, .blog-content .ctf-button, .read-more a {
	background-image:url(images/button-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-left:25px;
	padding-right:60px;
}
#home-stories .ctf-button:hover, .blog-content .ctf-button:hover, .read-more a:hover {
	background-image:url(images/button-arrow-over.png);
	border-color:transparent;
} 
@media screen and (max-width: 1024px) {
#home-stories .panel-grid-cell {
	margin-bottom:0;
}
}
#join-us-banner  {
	text-align:center;
	font-family: 'Domine', serif;
	font-size:24px;
	color:white;
	font-weight:bold;
	
}
#join-us-banner a {
	transition-property:color,background-color;
	transition-duration:.5s;
	display:inline-block;
	padding:10px 50px 8px;
	border:3px solid white;
	border-radius:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	margin-left:25px;
}
#join-us-banner a:hover {
	background-color:white;
	color:#aed9cf;
}
#join-us-banner p {
	margin:20px 0;
}
@media screen and (max-width: 1024px) {
#join-us-banner a {
	display:block;
	max-width:150px;
	padding:10px 25px;
	margin:10px auto 0;
}
}
#home-join-us .panel-grid-cell {
	padding:25px 0;
}
#home-join-us h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#2f6075;
	font-size:20px;
}
@media screen and (max-width: 780px) {
#home-join-us {
	background-image:none !important;
}
}
#pgc-2-6-0, #story-of-us-image, #story-of-us-image img, #story-of-us-image p {
	margin-bottom:0;
}
.testimonial-image img {
	border:6px solid white;
	border-radius:50%;
}
.testimonial-title {
	font-family: 'Domine', serif !important;
}
.sponsor-list {
	margin-bottom:50px;
	text-align:center;
}
.sponsor-element {
	display:inline-block;
	width:33%;
}
.sponsor-element.bronze {
	width:24%;
}
.sponsor-wrapper {
	padding:20px;
}
@media screen and (max-width: 780px) {
.sponsor-element {
	width:50%;
}
.sponsor-element.bronze {
	width:50%;
}
}
.partner-list {
	margin-bottom:50px;
	text-align:center;
}
.partner-element {
	display:inline-block;
	width:19%;
}
.partner-wrapper {
	padding:20px;
}
@media screen and (max-width: 780px) {
.partner-element {
	width:50%;
}
}
.inverse {
	padding:50px 0;
	color:white;
}
.inverse h2 {
	color:white;
}
.inverse .so-panel {
	margin-bottom:0 !important;
}
.staff-list {
	margin:50px 0 80px;
}
.staff-element {
	position:relative;
	text-align:center;
	display:inline-block;
	width:16.6%;
}
.staff-info {
	transition-property:opacity;
	transition-duration:.5s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
	text-align:center;
	background-color:#89ada4;
	background-color:rgba(137,173,164,.8);
	color:white;
	opacity:0;
}
.staff-info:hover {
	opacity:1;
}
.staff-link a {
	transition-property:color,background-color;
	transition-duration:.5s;
	display:block;
	background-image:url(images/cross.png);
	background-repeat:no-repeat;
	background-position:center center;
	width: 36px;
	height: 36px;
	border:2px solid white;
	border-radius:8px;
	margin:20px auto;	
}
.staff-link:hover a {
	background-image:url(images/cross-over.png);
	background-color:white;
}
@media screen and (max-width: 1024px) {
.staff-element {
	font-size:14px;
	line-height:16px;
}
.staff-element h3 {
	font-size:20px;
}
}
@media screen and (max-width: 880px) {
.staff-element {
	width:33%;
}
.staff-element {
	font-size:12px;
	line-height:14px;
}
.staff-element h3 {
	font-size:16px;
}
}
@media screen and (max-width: 680px) {
.staff-element {
	width:49%;
}
}
.contact-button {
	transition-property:color,background-color,border-color;
	transition-duration:.5s;
	display:inline-block;
	border:1px solid #626666;
	width:100px;
	height:100px;
	border-radius:8px;
	color: #626666;
	position:relative;
}
.contact-button:hover {
	border:1px solid #aed9cf;
	background-color:#aed9cf;
	color: white;
}
.contact-button::before {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	text-align:center;
	font-family:FontAwesome;
	content: "\f041";
	font-size:60px;
	line-height:80px;
}
.contact-button.phone::before {
	content: "\f095";
}
.contact-button.email::before {
	content: "\f003";
}	
#wpcf7-f36-p20-o1 label {
    display: block;
    font-weight: 400;
}
#wpcf7-f36-p20-o1 input[type="text"], #wpcf7-f36-p20-o1 input[type="email"], #wpcf7-f36-p20-o1 textarea {
	width:100%;
	border-radius:6px;
}
#wpcf7-f36-p20-o1 input[type="submit"] {
	transition-property:color,background-color,border-color;
	transition-duration:.5s;
	background-image:none;
	background-color:#89ada4;
	padding:10px 50px;
	border:none;
	border-radius:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:white;
	margin:auto;
	border:1px solid white;
	text-shadow:none;
	box-shadow:none;
}
#wpcf7-f36-p20-o1 input[type="submit"]:hover {
	background-color:white;
	color:#89ada4;
	border:1px solid #89ada4;

}
#donate-with .panel-grid-cell {
	text-align:center;
}
#donate-with img {
	max-width:18%;
}
#other-ways .sow-tabs-tab-container {
	text-align:center;
}
#other-ways .sow-tabs-tab {
	border-radius:20px;
	padding: 0 15px;
	width:130px;
	height:80px;
	vertical-align:top;
	margin:5px;
}
@media screen and (max-width: 780px) {
#other-ways .sow-tabs-tab {
	font-size:12px;
	padding: 0 8px;
	width:90px;
	height:44px;
}
#donate-with img {
	max-width:none;
}
}

.story-element {
	float:left;
	width:33%;
}
.story-element:nth-child(3n+1) {
	clear:both;
}
.story-element .read-more {
	margin-top:20px;
}
.story-wrapper {
	padding:20px;
}
.story-title {
	margin-bottom:20px;
}
.story-title a {
	font-family: 'Domine', serif;
	font-size: 20px;
	font-weight:300;
	color:black;
}
@media screen and (max-width: 780px) {
.story-element {
	width:50%;
}
.story-element:nth-child(3n+1) {
	clear:none;
}
.story-element:nth-child(2n+1) {
	clear:both;
}
}
@media screen and (max-width: 480px) {
.story-element {
	width:100%;
}
}
#quote-banner {
    font-size: 14px;
	line-height:18px;
    color: white;
	padding:15px 0;
}
.fellowship-list {
	margin:50px 0;
	text-align:center;
}
.fellowship-element {
	position:relative;
	text-align:center;
	display:inline-block;
	width:40%;
	vertical-align:top;
}
.fellowship-image img {
	border-radius:50%;
	margin-bottom:30px;
}
.fellowship-year {
	font-size:24px;
	font-style:italic;
	margin-bottom:10px;
}
.fellowship-name h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	margin:0;
}
.fellowship-title {
	font-size:14px;
	margin-bottom:10px;
}
.fellowship-sponsor {
	text-align:center;
}
.dots {
	display:inline-block;
	vertical-align:middle;
	width:10%;
}
@media screen and (max-width: 650px) {
.fellowship-element {
	width:100%;
}
.dots {
	display:none;
	vertical-align:middle;
}
}
#footer-top {
	background-color:#aed9cf;
	text-align:center;
	font-family: 'Domine', serif;
	font-size:22px;
	color:white;
	font-weight:bold;
	padding:0;
	border-bottom:10px solid #fae887;
}
#footer-top .grid {
	margin-bottom:0;
}
#footer-top p {
	margin:0;
}
#footer-top a {
	transition-property:color,background-color;
	transition-duration:.5s;
	display:inline-block;
	padding:10px 50px 8px;
	border:3px solid white;
	border-radius:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	margin-left:25px;
}
#footer-top a:hover {
	background-color:white;
	color:#aed9cf;
}
#footer {
    max-width: none;
    padding: 0;
	background-color:#89ada4;
	color:white;
	font-size:14px;
	text-align:left;
}
#footer_widget .widget-wrapper {
    padding: 40px 20px;
}
#footer_widget .grid:first-child .widget-wrapper {
    padding-left: 0;
}
#footer_widget .grid:last-child .widget-wrapper {
    padding-right: 0;
}
#footer .grid, #footer .grid-right {
    margin-bottom: 0;
}
#footer .widget-title h3 {
	font-family: 'Domine', serif;
	padding:20px 0;
	font-size:28px;
	background-image:url(images/yellow-line.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom:30px;
}
#footer a {
	color:white;
}
#footer a:hover {
	color:#626666;
}
#text-2 p {
	margin-top:0;
}
#text-2 img {
	margin:0;
}
#text-2 ul {
	list-style:none;
	padding:0;
}
#text-2 li {
	display:block;
	line-height:1.3em;
	margin:15px 0;
	overflow:hidden;
}
#text-2 li:before {
	display:block;
	float:left;
	width:22px;
	font-size:20px;
	color:#aed9cf;
}
#text-2 li:nth-child(1):before {
	font-family: FontAwesome; content: "\f041";
	margin-bottom:20px;
}
#text-2 li:nth-child(2):before {
	font-family: FontAwesome; content: "\f095";
}
#text-2 li:nth-child(3):before {
	font-family: FontAwesome; content: "\f003";
	font-size:16px;
}
#nav_menu-2 ul {
	list-style:none;
	padding:0;
}
#nav_menu-2 li {
	display:block;
	line-height:1.3em;
	margin:15px 0;
}
#nav_menu-2 li:before {
	display:block;
	float:left;
	width:16px;
	font-family: FontAwesome; content: "\f04b";
	font-size:12px;
}
#footer-bottom {
	background-color:#626666;
	font-size:13px;
	color:white;
	font-weight:bold;
	padding:20px 0;
}
div.wpcf7-response-output {
    margin: 5px 0;
    padding: 5px;
}
div.wpcf7 .ajax-loader {
   display:block;
   height:0;
}
#text-3 form p, #text-3 form {
	margin:0;
	position:relative;
}
#text-3 input[type="email"] {
	background-color:transparent !important;
	border:1px solid white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:100%;
}
#text-3 input[type="submit"] {
	background-color:#f9d849 !important;
	color:white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
	background-image:none;
	border:1px solid #f9d849;
	padding-bottom:5px;
	position:absolute;
	top:0;
	right:0;
}
#text-3 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:white;
}
#text-3 input::-moz-placeholder { /* Firefox 19+ */
  color:white;
}
#text-3 input:-ms-input-placeholder { /* IE 10+ */
  color:white;
}
#text-3 input:-moz-placeholder { /* Firefox 18- */
  color:white;
}
#text-3 img {
	margin:0;
}
#text-3 ul {
	list-style:none;
	padding:0;
}
#text-3 li {
	display:inline-block;
	margin-right:10px;
}
.blog-element {
	clear:both;
}
.blog-image {
	float:left;
	margin:25px 0;
	margin-right:20px;
}
@media screen and (max-width: 780px) {
.blog-image {
	float:none;
	margin:10px 0;
}
}
.blog-content {
	overflow:hidden;
}
.resource-images p {
	margin:0;
}
.book-row h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:black;
}
	
#footer-bottom a {
	color:#aad5ca;
	font-weight:bold;
}
#footer-bottom a:hover {
	color:white;
}
#footer-bottom .join-us {
	text-align:right;
}
@media screen and (max-width: 1024px) {
#footer-top a {
	display:block;
	max-width:150px;
	padding:10px 25px;
	margin:10px auto 0;
}
#footer_widget .widget-wrapper {
    padding: 10px;
}
#footer_widget .grid:first-child .widget-wrapper {
    padding: 10px;
}
#footer_widget .grid:last-child .widget-wrapper {
   padding: 10px;
}
#footer-bottom .join-us, #footer-bottom .copyright {
	text-align:center;
	padding-left: 0;
}
}

.gallery {
	display:table;
    margin: 0 auto 18px;
}
.gallery .gallery-caption {
    font-size: 12px;
	line-height:13px;
    margin: 0 0 12px;
	max-width:150px;
}
.gallery .gallery-item {
    float: left;
	margin:0 10px;
    text-align: center;
    max-width: 250px;
}
.event-slider-wrapper{
	padding:0 20px;
}
.event-slider-element img {
	max-width:100% !important;
	margin:0;
	border:1px solid #CCC;
}
.event-slider-element .event-image {
	float:left;
	max-width:50% !important;
	margin-right:15px;
}
.event-slider-element h3 {
	font-size:22px;
}
.event-slider-info {
	overflow:hidden;
	text-align:center;
}
.event-slider-date {
	margin:10px 0;
	color:#2f6075;
	font-size:14px;
}
.event-slider-venue {
	margin:10px 0;
	color:#2f6075;
	font-size:14px;
}
.event-slider-venue p {
	margin:0;
}
.event-slider-content p {
	margin:10px 0;
}
.event-slider-link {
	margin:10px 0;
}
.event-info p {
	overflow:hidden;
}
@media screen and (max-width: 780px) {
.event-slider-element .event-image {
	display:block !important;
	float:none;
	max-width:80% !important;
	margin:0 auto;
}
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 44px;
	height: 44px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100% !important;
	height: 32px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
	border-radius: 6px !important;
}

.sb-search-input::-webkit-input-placeholder {
	color: #626666;
}

.sb-search-input:-moz-placeholder {
	color: #626666;
}

.sb-search-input::-moz-placeholder {
	color: #626666;
}

.sb-search-input:-ms-input-placeholder {
	color: #626666;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	transition-property:color,background-color,border-color;
	transition-duration:.5s;
	color: #626666;
	background: #ffffff;
	border: 2px solid #626666;
	border-radius: 6px;
	z-index: 90;
	font-size: 16px;
	line-height:36px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:hover {
	color: white;
	background-color: #aed9cf;
	border: 2px solid white;
}

.sb-icon-search:before {
	font-family: FontAwesome; content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	left:0;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #626666;
	background: #ffffff;
	border: 2px solid #626666;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

