/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
.container { position: relative; }
#blueBar {
	height: 10px;
	background-color: #25accf;
	width: 100%;
}
.clear { clear: both; }
.fl { float: left;  }
.fr { float: right; }
.img.fl { margin: 0 15px 15px 0; }
.img.fr { margin: 0 0 15px 15px; }
.img small {
	color: #575757;
	display: block;
	text-align: center;
	font-style: italic;
}
header {
    background-image: url("images/headerbg.png");
    background-position: -340px center;
    background-size: cover;
}
header.page-title-holder{
	display:none;
}
header .page-title-ct{
	position:relative;
}
header .page-title-ct h1{
	color: #37bcdd;
	margin: 10px 0 25px 0;
	font-weight: normal;
	position: relative;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:30px;
	line-height: 1.1;
}
.fading-bg{
	position: absolute;
	top: 50%;
	right: 0;
	background: #eaeaea;
	background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 );
	height: 5px;
}
header a.navbar-brand {
    display: block;
    float: none;
    margin: auto;
    width: 70%;
}
header #header-right  {
	width: 80px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}
header #header-right a.fl { margin-right: 5px; }
header #header-right a.fr { margin-left:  5px; }
header a img { width: 100%; }
header .menuContainer {
	background-color: #26adcd;
	background-image: url('images/gradientbg.png');
	background-position: center;
}
header .fancy-select { display: none; }
header #menu-main-menu {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	height: 132px;
	font-size:0;
}
header #menu-main-menu a {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 18px;
	padding-right:25px;
	padding-left:25px;
}
header #menu-main-menu a b.caret { display: none; }
header li.dropdown:hover a, #menu-main-menu a:hover, #menu-main-menu li.current-menu-parent, #menu-main-menu li.active { background-color: #61cae4; }
/*header #menu-main-menu a:hover, header #menu-main-menu a:focus, header #menu-main-menu li.current-menu-item, header #menu-main-menu li.current-menu-parent { background-color: #61cae4; }*/
header #menu-main-menu li ul {
	display: block;
	background-color: #62cae4;
	border-radius: 0;
	border: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .2s, 0s;
	-moz-transition-duration: .2s, 0s;
	-o-transition-duration: .2s, 0s;
	transition-duration: .2s, 0s;
	-webkit-transition-delay: 0s, .2s;
	-moz-transition-delay: 0s, .2s;
	-o-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
}
header #menu-main-menu li:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
header #menu-main-menu li ul li { border-bottom: 1px solid #26adcd; }
header #menu-main-menu li ul li a {
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
}
.dropdown-menu {
	width:205px;
}
header #menu-main-menu li .dropdown-menu li {
	display:block;
	width:100%;
	text-align:left;
	float:left;	
}
header #menu-main-menu li ul li.current-menu-item a { background-color: #26adcd; font-style: italic; }
header #menu-main-menu li ul li:hover a { background-color: #26adcd; }
.navbar-default { background: none; border: 0; }
#billboard {
	margin-top: -50px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
	/*margin-bottom:50px;*/
}
.page #content {
	/*margin-top:-50px;*/
	background:#FFF;
	border:1px solid #EEE;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(238,238,238,1)), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(rgba(238,238,238,1), rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(rgba(238,238,238,1), rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(rgba(238,238,238,1), rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to bottom, rgba(238,238,238,1), rgba(0, 0, 0, 0)) 1 100%;
	border-bottom:none;
	margin-left:0;
	margin-right:0;
}

.page #content.noBillboard {
	margin-top:-50px;
}

.home #content {
	/*margin-top:0;*/
	border:none !important;	
}
.homePageLeft {
	float:left;
	width:50%;
}
.homePageRight {
	float:left;
	width:48%;
	margin-left:2%;	
}
footer {
	background-color: #2fb4d5;
	color: #fff;
}
footer a, footer a:visited, footer a:hover { color: #fff; }
footer .widget { margin: 0; }
footer .address, footer .newsletter {
	text-align: left;
	line-height: 2;
}
footer .address-ct {
	margin-top:35px;
	float:right;
	width:20%;
}
footer .newsletter-ct {
	float: right;
    margin-left: 3%;
    margin-top: 35px;
    text-align: right;
    width: 60%;	
}
footer .address .facebook { margin-right: 15px; }
footer .address .brazil { }
footer .logo {
	margin-top: 75px; 
	width:17%;
}
footer .copyright {
	text-align: center;
	margin-top: 15px;
}
/*footer .newsletter, footer .buttons { margin-left: 100px; }*/
footer .newsletter { margin-bottom: 25px; }
footer .newsletter input {
	border: 2px solid #fff;
	border-radius: 8px;
	outline: none;
	height: 45px;
	font-size: 16px;
}
footer .newsletter input[type="submit"] {
	background: transparent;
	margin-right: 7px;
	width: 30%;
	color: #fff;
}
footer .newsletter input:hover[type="submit"] {
	background: #fff;
	width: 30%;
	color: #2FB4D5;
}
footer .newsletter input[type="email"] {
	background-color: #d5f0f7;
	text-align: center;
	width: 65%;
}
@media only screen and (min-width: 768px) {
	footer .newsletter input[type="email"] {
		width: 68%;
	}
}

footer .newsletter ::-webkit-input-placeholder {
	color: #2fb4d5;
	text-align: center;
}
footer .newsletter ::-moz-placeholder {
	color: #2fb4d5;
	text-align: center;
}
footer .newsletter :-ms-input-placeholder {
	color: #2fb4d5;
	text-align: center;
}
footer .button {
	height: 45px;
	line-height: 45px;
	border: 2px solid #fff;
	background-color: #d9e5f3;
	color: #26adcd;
	display: inline-block;
	width: 98%;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
}
footer .button i {
	vertical-align: middle;
	margin-right:10px;
}
footer a.button {
	text-decoration: none;
	color: #26adcd;
}
footer a.button:hover {
	color:#fff;
	background:#26adcd;	
}
p {
	line-height: 1.8;
	margin-bottom: 15px;
}
h2.pageTitle, h4.subTitle, h2.sectionTitle, h4.widgetTitle { font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
h2.pageTitle, h2.sectionTitle {
	color: #37bcdd;
	margin:20px 0px;
	font-weight: normal;
	position:relative;
}
h4.subTitle, h4.widgetTitle {
	color: #000;
	margin: 5px 0 10px 0;
}
h2.sectionTitle div, h2.pageTitle div {
	position:absolute;
	top:50%;
	right:0;
	background: #eaeaea;
	background: -moz-linear-gradient(left, #eaeaea 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #eaeaea 0%,#ffffff 100%);
	background: linear-gradient(to right, #eaeaea 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 );
	height: 5px;
}
h2.fancy {
	font-family: 'Pinyon Script', Georgia, serif;
	letter-spacing: 1px;
	font-size: 40px;
}
.widgettitle, article header, article footer { display: none; }
ul.leadership, ul.links {
	list-style-type: none;
	padding-left: 0;
}
ul.leadership li, ul.links li { margin-bottom: 15px; }


.inspired-embrace ul{
	list-style-type: none;
	padding-left: 0;
}
.inspired-embrace ul li{
	padding-bottom:5px;
}

.embrace-holder{

}
.embrace-title{
	font-weight:600;
	padding-bottom:5px;
}

ul.schoolcare, ul.facilities, ul.uses, ul.hermitage, ul.suggested {
	list-style-type: square;
	padding-left: 20px;
}
.sponsors.links div {
	text-align: center;
	vertical-align: middle;
	height: 180px;
}
.sponsors.links div img { max-width: 150px !important; }
.logo-symbolism{
	position:relative;
}
.logo-symbolism-logo{
	position:absolute;
	width:15%;
	top:0;
	bottom:0;
}
.logo-symbolism-logo img{
	width:100%;
}
.logo-symbolism-logo table{
	width:100%;
	height:100%;
}
.logo-symbolism-logo table tr td{
	vertical-align:middle;
}
.logo-symbolism-body-ct{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-left:15%;
}
.logo-symbolism-body{
	padding:20px 0px 20px 20px;
	height: 100%;
}
.logo-symbolism-body p{
	margin:0;
}
.logo-symbolism-body h4.subTitle{
	margin:0;
	padding-bottom:10px;
}
.logo-symbolism-body table{
	width:100%;
	height:100%;
}
.logo-symbolism-body table tr td{
	vertical-align:middle;
}
.mission-ct{
	margin-top:20px;
}
.mission-holder { width: 85%; float:left;}
.mission{
	padding-left:20px;
}
.mission  h4{
	margin-top:0;
}
.cross { 
	width: 15%;
	float:left;
}
.mission p { margin-bottom: 20px; }
.textwidget > .coffee {
	background:#F6F7F9;
	border:1px solid #EAEAEA;
	padding:10px;
	color:#a9a9a9;	
}
.textwidget > .coffee .title {
    color: #11738e;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
}
.textwidget > .coffee a {
	display:block;
	text-align:center;
	color:#37bcdd;
	font-size:12px;
}
.textwidget .gce-calendar { font-size: 12px; }
.textwidget .gce-page-grid .gce-calendar td{
	height:32px;	
	font-size:8px;
}
.textwidget .calendar-widget, .homepage-widget {
	background:#F6F7F9;
	border:1px solid #EAEAEA;
	padding:10px;
	color:#a9a9a9;	
}
.post_content .homepage-widget.doveMe {
	background:#F6F7F9 url('images/dove.png') no-repeat;
	background-position:center center;
	min-height:350px;
	padding:25px;
}
.homepage-widget.donate {
	border-color:#2FB4D5;
	background:url('images/cross.jpg') no-repeat;
	color:#111;
	background-size:cover;
	text-align:center;
}
.homepage-widget a {
	display:block;
	text-align:center;
	color:#37bcdd;
	font-size:12px;
}
body.page-template-obit-page-php article header { display: block; background: none; }
body.page-template-obit-page-php article header .page-header {
	border: 0;
	margin: 0;
	padding: 0;
}
body.page-template-obit-page-php article header h1 {
	font-family: 'Pinyon Script', Georgia, serif;
	letter-spacing: 1px;
	font-size: 40px;
}
body.page-template-obit-page-php article img.wp-post-image {
	float: right;
	padding: 0 0 15px 15px;
}
#gce-page-grid-275 {
	background-color: #dfe2e6;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 30px;
}
#gce-page-grid-275 tbody { background-color: #fff; }
#gce-page-grid-275 .gce-caption {
	height: 50px;
	border-radius: 5px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #fff;
	background: rgb(53,182,211);
	background: -moz-linear-gradient(top,  rgba(53,182,211,1) 0%, rgba(40,163,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,182,211,1)), color-stop(100%,rgba(40,163,197,1)));
	background: -webkit-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -o-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -ms-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: linear-gradient(to bottom,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b6d3', endColorstr='#28a3c5',GradientType=0 );
	text-shadow: 1px 1px 1px #333;
}
.request-form {
	width:60%;
	margin:auto;
}

.request-form .wpcf7-textarea, .request-form .wpcf7-text, .request-form .wpcf7-submit {
	width:100%;	
	border:1px solid #DDD;
	border-radius:5px;
}

.request-form .wpcf7-submit {
	background:#26ADCD;
	border:2px solid #fff;
	border-radius:5px;
	color:#fff;
	padding:10px 0;
}
.request-form .wpcf7-submit:hover {
	background:#fff;
	border-color:#26ADCD;
	color:#26ADCD;	
}
.textwidget #gce-page-grid-275 .gce-caption {
	font-size: 15px;
	padding-top: 6px;
	height: 35px;
}
.textwidget #gce-page-grid-275 table tbody tr:first-child { height: 25px; }
.textwidget #gce-page-grid-275 { margin-bottom: 0px; }
#gce-page-grid-275 .gce-caption a { color: #fff; }
#gce-page-grid-275 table tbody tr:first-child { height: 45px; }
#gce-page-grid-275 .gce-has-events { background-color: #26adcd; }
#gce-page-grid-275 .gce-today { font-weight: bold; }
#gce-page-grid-275 .gce-today-no-events { background-color: #fff; color: #333; }
#gce-page-grid-275 .gce-today-has-events { color: #fff; }
#gce-page-grid-275 .gce-day-past, #gce-page-grid-275 .gce-day-future { color: #333; }
#gce-page-grid-275 a.gce-change-month { visibility: hidden; }
#gce-page-grid-275 .gce-prev, #gce-page-grid-275 .gce-next {
	width:10px;	
}
#gce-page-grid-275 .gce-prev a.gce-change-month:before {
	content: "\f104";
	font-family: FontAwesome;
	display: inline-block;
	visibility: visible;
}
#gce-page-grid-275 .gce-next a.gce-change-month:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	visibility: visible;
}
.gce-tooltip-event {
	font-weight: bold;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	background: rgb(53,182,211);
	background: -moz-linear-gradient(top,  rgba(53,182,211,1) 0%, rgba(40,163,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,182,211,1)), color-stop(100%,rgba(40,163,197,1)));
	background: -webkit-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -o-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -ms-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: linear-gradient(to bottom,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b6d3', endColorstr='#28a3c5',GradientType=0 );
}
.gce-event-info { border-radius: 5px; }
.gce-event-info ul li { margin: 0; }
.gce-event-info span { color: #333 !important; font-weight: bold; }

#gce-page-list-388 .gce-list-event {
	background: none;
	padding: 0;
	font-weight: bold;
}
#gce-page-list-388 .gce-list-event {
	color:#37bcdd;
}
#gce-page-list-388 .gce-list-start, #gce-page-list-388 .gce-list-end { display: inline-block; }
#gce-page-list-388 .gce-list-start { margin-right: 15px; }
#gce-page-list-388 .gce-feed { margin-bottom: 25px; }
#gce-page-list-388 span { font-weight: bold; color: #333; }
#gce-page-list-388 .gce-list-link a:before {
	content: "\f073";
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
}
#news_list .news_list {
	list-style-type: none;
	padding-left: 15px;
}
#news_list .news_list li { line-height: 24px; }
#news_list .news_list li i { margin-right: 5px; }
#news_list .news_list h4 { margin-left: -15px; }
#news_list p {
	line-height: 16px;
	color: #aaa;
	font-style: italic;
}
#contact {
	width: 100%;
	margin: 15px 0 50px 0;
	overflow-x:scroll;
}
#contact table { width: 100%; min-width:560px;}
#contact table tr td, #contact table tr th { padding: 10px 5px; }
#contact table tr:nth-child(even) { background-color: rgba(49, 186, 220, .1); }
.contact-ct { margin-top: 75px; }
.contact-ct i {
	color: #26adcd;
	margin-right: 10px;
}
.contact-ct .directions {
	border-radius: 5px;
	border: 0;
	color: #fff;
	padding: 5px;
	display: block;
	width: 300px;
	text-align: center;
	background: rgb(53,182,211);
	background: -moz-linear-gradient(top,  rgba(53,182,211,1) 0%, rgba(40,163,197,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,182,211,1)), color-stop(100%,rgba(40,163,197,1)));
	background: -webkit-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -o-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: -ms-linear-gradient(top,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	background: linear-gradient(to bottom,  rgba(53,182,211,1) 0%,rgba(40,163,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b6d3', endColorstr='#28a3c5',GradientType=0 );
}
.sis-holder{
	padding-bottom:20px;
}
.sis-img{
	float:left;
	padding-right:20px;
}
.script-me h3{
	font-family: 'Pinyon Script', Georgia, serif;
	font-weight:bold;
	letter-spacing: 1px;
	font-size: 40px;
	padding-bottom:20px;
	margin:0;
	position: relative;
	z-index: 1;
}
.script-me h3 span{
	background:#fff;
	padding: 0 15px;
}
.script-me h3:before {
content: "";
margin: 0 auto;
position: absolute;
top: 50%;
left: 0;
right: 0;
bottom: 0;
width: 100%;
z-index: -1;
}
.page-id-298 h3,.post-429 h3{
	margin-top:40px;
}
.cofLink {
	float:right; 
	margin-top:40px;	
}
@media only screen and (max-width: 992px) {
	header { background-position: center -4px; }
	header .menuContainer #menu-main-menu, header #header-right { display: none; }
	header .menuContainer { background:#31badc; }
	header .navbar-brand { width: 100% !important; }
	header .fancy-select {
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	#billboard { margin-top: 20px; }
	/*.page #content {
		margin-top:0;	
	}*/
	.page #content.noBillboard {
		margin-top:0px;
	}
	.homePageLeft {
		width:100%;
		margin-bottom:10px;	
	}
	.homePageRight {
		width:100%;	
	}
	footer .logo {
		display:none;	
	}
	footer .address-ct {
		width:24%;
		margin-left:1%;	
	}
	
	footer .newsletter-ct {
		width:71%;
		margin-right:1%;	
	}
	.cofLink {
		clear:left;	
	}
}

@media only screen and (max-width: 768px) {
	footer .address-ct {
		width:98%;
		margin-left:1%;
		margin-right:1%;
	}
	.address {
		text-align:center !important;	
	}
	footer .button {
		font-size:12px;	
	}
	footer .newsletter-ct {
		width:98%;
		margin-left:1%;
		margin-right:1%;	
	}
}

@media only screen and (max-width: 568px) {
	.logo-symbolism-logo{
		position:relative;
		width: 45%;
		margin:20px auto;
	}
	.logo-symbolism-body-ct,.logo-symbolism-body,.mission{
		padding:0;
	}
	.cross{
		margin:0px auto;
		float:none;
		width:40%;
	}
	.mission-holder{
		width:100%;
		margin-top:20px;
	}
	.request-form {
		width:100%;	
	}
	#widget-footer .buttons span{
		/*width:100% !important;
		float:none;
		margin-bottom:20px;	*/
		/*display:none !important;*/
	}
	footer .button i {
		font-size: 16px;
	}
	body.page-template-obit-page-php article img.wp-post-image {
		float: none;
		padding:0;
		margin:auto;
		display:block;
		margin-bottom:5px;
	}
}