/*
Theme Name: Protected Harbor
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 2.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/


body, select, input, textarea {
	font-family: 'Lato', sans-serif;
	color: #6d6d6d;
	-webkit-font-smoothing: antialiased !important;
}

a {color: #5a2b5f; text-decoration: none;}
a:hover {color: #44ab2b;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


/* -------------------------------------------------------------------------------*/

body {
	background: #fcf6e3;
}


#wrapper {
	overflow: hidden;
}

body.page-template-template-w-top-banner #cs-content {
	padding-top: 0;
}


.button_container {
	float: right;
	position: relative;
	margin:13px 15px 10px 0px;
	height: 27px;
	width: 35px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 100;
}


#header.tiny .button_container {
	float: right;
  position: relative;
  margin:5px 15px 10px 0px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 100;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #5b2961;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.nav-overlay {
  position: fixed;
  background: #5a2b5f;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 99
}

.nav-overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.nav-overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.nav-overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.nav-overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.nav-overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.nav-overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s;
}
.nav-overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s;
}
.nav-overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s;
}


.nav-overlay.open .dropdown-menu li:nth-of-type(1) {
	margin-top: 10px;
}

.nav-overlay.open .dropdown-menu li:last-of-type {
	margin-bottom: 10px;
}


.nav-overlay.open .dropdown-menu li {
	-webkit-animation: none;
	animation: none;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	opacity: 1;
	line-height: 1;
	margin-bottom: 5px;
}

.nav-overlay.open .dropdown-menu li a {
	font-size: 16px;
	line-height: 1.15em;
}


.nav-overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.nav-overlay ul {
  list-style: none;
  padding: 0 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 80%;
}
.nav-overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.nav-overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 20px;
  padding-bottom: 4px;
}

.nav-overlay ul li a:active, .nav-overlay ul li a:focus {
	color: #f3834d;
}


.nav-overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}






p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
}

ul {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
}

ul li {
	margin: 0 0 10px 20px;
	list-style: disc;
}

h1 {
	
}

#cs-content h2.h-custom-headline, h2 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: .5;
	color: #3099be;
	font-weight: normal;
	margin-bottom: 20px;
}

.darkbg h3 {
	color: #fff;
}

h3 {
	font-size: 44px;
	line-height: 105%;
	color: #ce8d1b;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 34px;
	line-height: 145%;
	color: #ce8d1b;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h5 {
	
}

h6 {
	
}


#cs-content {
	padding-top: 130px;
}
	
#cs-content ul, #cs-content ol {
	margin-left: 20px;
}

#cs-content ul li, #cs-content ol li {
	margin-bottom: 10px;
	list-style: disc;
}

.container {
	max-width: 75em;
	margin: auto;
	position: relative;
}

#header .container {
	z-index: 99;
}

#header {
	clear: both;
	background: none;
	position: fixed;
	padding: 10px;
	width: 100%;
	top:0;
	transition: all 500ms;
	z-index: 99;
}

body.page-template-template-w-top-banner #header {
	background: none;
}

.page-ttl h2, #cs-content h2.h-custom-headline.page-ttl {
	margin: 0;
	line-height: .75em;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}


.ph-logo {
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	margin-right: 10px;
}


#cs-content .x-container.max.max65 {
	max-width: 65em;
	margin: auto;
}

#cs-content .x-container.max.max55 {
	max-width: 55em;
	margin: auto;
}

#cs-content .x-container.max.max45 {
	max-width: 45em;
	margin: auto;
}

#cs-content .x-container.max.max35 {
	max-width: 35em;
	margin: auto;
}




#cs-content .x-container .home-2boxes-1.x-column {
	text-align: center;
	padding: 20px!important;
	color: #fff;
	background: url('_/img/bg-blue-pic.jpg');
	background-size:cover;
	font-size: 1.25em;
}

#cs-content .x-container .home-2boxes-2.x-column {
	text-align: center;
	padding: 20px;
	color: #fff;
	background: url('_/img/bg-green-pic.jpg');
	background-size: cover;
	font-size: 1.25em;
}

.btn-purple {
	background: #5c2a63;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.2);
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.5s
}

.btn-purple:hover,
#cs-content .gform_wrapper .gform_footer input.button:hover,
#cs-content .gform_wrapper .gform_footer input[type=submit]:hover,
#cs-content .gform_wrapper .gform_page_footer input.button:hover,
#cs-content .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #44ab2b;
	color: #fff;
}



.darkbg {
	color: #fff;
}


#header.tiny, body.page-template-template-w-top-banner #header.tiny {
	position: fixed;
	top:0;
	width: 100%;
	background: #f6d364
}

#cs-content .gform_wrapper .gform_footer input.button,
#cs-content .gform_wrapper .gform_footer input[type=submit],
#cs-content .gform_wrapper .gform_page_footer input.button,
#cs-content .gform_wrapper .gform_page_footer input[type=submit] {
	background: #5ac241;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.2);
    display: block;
    max-width: 200px;
    margin: auto;
    padding: 20px 19px;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 200px;
    font-size: 24px
}

#cs-content .mobile-right, #cs-content .mobile-left {
	padding: 20px!important;
}



.mobileburger {
	display: block;
}

.nav {
	display: none;
}


#footer {
	color: rgba(255,255,255,0.6);
	font-size: 14px;
}

#footer h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}


#footer .designlove, #footer .designlove a {
	font-size: 11px;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.2);
	margin-top: 10px;
}

#footer .designlove a:hover {
	color: #fff;
}


#gform_confirmation_message_1 {
	padding: 20px;
    background: #59a6db;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.intro-text p {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}

.home-cols {
	text-align: center;
}

#cs-content .home-cols img {
	max-width: 145px;
}


.home-row-1 {
	margin-bottom: 35px!important;
}

#cs-content .forceimg100, .forceimg100 {
	width: 100%;
	position: relative;
}

.read-article {
	text-transform: uppercase;
	font-size: 16px;
}

.review-name {
	color: #a1a1a1;
	font-size: 14px;
}

.review-quote {
	font-size: 60px;
	color: #daf5ff;
}

.btn-center {
	background: #f3834d;
	color: #fff;
	padding: 10px 20px;
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
	display: inline-block;
	margin: 0 auto 20px auto;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.btn-center:hover {
	color: #fff;
	background:#e57139;
}

#cs-content ul.home-reviews {
	margin-left: 0;
	list-style: none;
}

#cs-content ul.home-reviews li {
	list-style: none;
	margin: 0 0 20px 0;
}



#wrapper #cff h3,#wrapper #cff h4, #wrapper #cff h5, #wrapper #cff h6, #wrapper #cff p {
	float: none;
	display: inline-block;
	width: 100%;
	clear: none;
	margin: 0;
	line-height: 1;
	
}

#wrapper #cff .cff-item {
	padding: 0;
	border-bottom:none;
}

.footer-fb {
	position: relative;
	overflow: visible;
}

.footer-fb img {
	position: absolute;
	right: -15px;
	top:-15px;
}

.footer-fb {
	background: rgba(255,255,255,0.05);
	padding: 15px!important;
	color: #fff;
}
	
.footer-fb h4 {
	font-size: 20px;
	margin: 0;
}
	
.footer-fb .postdate {
	font-size: 11px;
}

.footer-bar {
	background: #370c35;
	text-align: center;
	padding: 20px 0
}


#footer a {
	color: #fade7b;
}

.review-excerpt p {
	font-size: 20px;
	margin-bottom: 5px;
}

.mainnav a.hdr-btn {
	padding: 10px 15px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}


.nav-overlay a.hdr-btn  {
	padding: 10px 15px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: none;
}

.nav-overlay a.hdr-btn:hover, .mainnav a.hdr-btn:hover {
	border-radius: 4px;
}


.tg  {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

.tg td {
	font-size:14px;
	padding:20px 12px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	overflow:hidden;
	word-break:normal;
}
.tg th{
	font-size:14px;
	font-weight:normal;
	padding:12px;
	overflow:hidden;
	word-break:normal;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #21a4db;
	color: #fff;
}

.tg th:first-of-type {
	background: #fbfbfb;
	color: #21a4db;
	font-size: 48px;
	text-align: left;
}

.tg .tg-0lax{
	vertical-align:middle;
}

.tg .left-td {
	background: #f1f1f1;
}

.tg .left-td-odd {
	background: #fbfbfb;
}

.td-center {
	text-align: center;
}

.fa-check {
	color: #21a4db;
	font-size: 20px;
}

.fa-times {
	color: #e29f58;
	font-size: 20px;
}

.td-bg-white {
	background: #fff;
	padding: 0;
}
	
	
.about-year {
	font-size: 100px;
	color: #fff;
	text-shadow: 3px 2px #ffb432
}
	


.about-right-col {
	border-left: 4px solid #f48d5e;
	margin-top: 0px;
}

.about-left-col {
	border-right: 4px solid #f48d5e;
	
}	

.about-textpadleft {
	
}
	
	
#cs-content ul.jwps-staff {
	margin: 0 0 50px 0;
	padding: 0;
	clear: both;
	width: 100%;
}	
	
#cs-content ul.jwps-staff li {
	display: inline-block;
	width: 48%;
	float: left;
    margin: 0 4% 0 0;
    background: #f9f9f9;
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-bottom: 70px;
}

#cs-content ul.jwps-staff li:nth-child(2n+2) {
    margin-right: 0;
}


	
#cs-content ul.jwps-staff .staff-name {
	color:#202e38;
	font-size: 18px;
	margin-bottom: 5px;
}

.staff-img {
	margin-top: -30px;
	margin-bottom: 10px;
}


.team-section h2 {
	text-align: center;
	margin-bottom:50px;
	font-size: 40px;
	line-height: 120%;
}


h3 span {
	font-size: 14px;
	display: block;
}


.renovation-blocks p {
	margin-bottom: 30px;
}


#cs-content .repair-form {
	padding: 15px!important;
	background: #dbf5fe;
	border-radius: 5px;
}


#input_5_1 input {
	/* display: none; */
}
#input_5_1 li {
	display: inline-block;
	width: 50%;
}

#choice_5_1_0, #choice_5_1_1 {
	position: absolute;
	left: -200px;
}

label#label_5_1_0, label#label_5_1_1 {
	display: inline-block;
}


label#label_5_1_0 img, label#label_5_1_1 img{
	position:relative;
	pointer-events: none;
	
}





#input_5_1 {
	margin: auto;
	text-align: center;
	min-width: 100%;
}

/* Images for Checkbox and Radio */
.acf-checkbox-list img,
.acf-radio-list img { margin: 5px 2px; vertical-align: middle; max-width: 40px; padding: 20px;
	background: #eee;
}
.tco-notice.is-dismissible {
	display: none;
}


body .gform_wrapper #input_5_1 li img {
	border: 5px solid #fff;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

body .gform_wrapper #input_5_1 li img:hover {
	border:5px solid #ededed;
}

body .gform_wrapper #input_5_1 li input[type="radio"]:checked+label img{border:5px solid #f8be9e;}


#field_5_1 {
	text-align: center;
}

#input_5_4, #input_5_3 {
	background: #fcdfcd;
	border: none;
	border-radius:10px;
}

body.blog #cs-content .x-column:nth-of-type(3n+0) {
    margin-right: 0;
}


.postbox {
	padding: 15px;
}

.x-column .newspost {
	background: #fff;
	box-shadow: 0px 0px 5px 0px #dedede;
	overflow: hidden;
}

.x-column .newspost {
	margin-bottom: 35px;
}
.x-column .newspost .btn-center {
	margin-bottom: 0;
}

.x-column .newspost h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}

body.single-post article.type-post {
	margin: auto;
	max-width: 55em;
}

body.single-post h2 {

}


.single-reviews .review-name {
	color: rgba(255,255,255,0.4)
}

.mainnav {
	margin: 0;
	padding: 0;
}

.mainnav li {
	display: inline-block;
	list-style: none;
	margin: 0;
}


.mainnav li.has-sub {
	position: relative;
}

#cs-content #gform_5 .gform_previous_button.button {
	display: none;
}


#cs-content .single-reviews {
	margin-left: 0;
}


#cs-content .single-reviews li {
	list-style: none;
	margin: 0;
}



.home-promo-bg {
	position: absolute;
	left:20px;
	top:20px;
	background: url('_/img/bg-homepromo.png') no-repeat;
	width: 362px;
	height: 262px;
}

.home-promo-txt {
	font-weight: 300;
	font-size: 46px;
    line-height: 50px;
    color: #fff;
    padding: 46px 34px 0 34px;
}

.home-promo-btn {
	background: #f3834d;
	color: #fff;
	padding: 10px 20px;
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.4);
	display: inline-block;
	margin: 20px 0 0 35px;
	font-size: 20px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.home-promo-btn:hover {
	color: #fff;
	background:#e57139;
}


#cs-content img.birds {
	position: absolute;
	bottom: -30px;
	right: 20px;
	max-width: 100px;
	
}

#cs-content .flex-control-nav {
	z-index: 9;
}




#cs-content .flex-direction-nav a, #cs-content .flex-control-nav a {
	background: rgba(244,141,94,0.7)!important
}

#cs-content .flex-direction-nav a:hover, #cs-content .flex-control-nav a:hover,
#cs-content .flex-control-nav a.flex-active {
	background: rgba(244,141,94,1)!important
}


.overlay-menu ul li a.dropdown-toggle.active {
    color: #fff;
    background: #4b154f;
    border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



.overlay-menu ul li .dropdown-menu {
    background: #5f1e64;
    width: 100%;
  
}

#wrapper #cs-content .x-blockquote {
	font-size: 1.35em;
}

.alignleft, .alignright {
		float: none;
		margin:0 auto 20px auto;
		display: block;
}


.bar-ttl h2, .bar-ttl h3 {
	text-align: center;
	border-top:1px solid #bdaabf;
	border-bottom: 1px solid #bdaabf;
	padding:8px;
	font-family: 'Lato';
	font-size:26px;
	font-weight: 300;
	color: #ce8d1b;
	letter-spacing: 5px;
	display: inline-block;
	margin: 0 auto 30px auto;
	text-transform: uppercase;
}

.bar-ttl {
	text-align: center
}


.bar-ttl.ttl-left {
	text-align: left
}


#wrapper #cs-content .x-promo .x-promo-content {
	padding: 0;
}
#wrapper #cs-content .x-promo .x-promo-content p {
	padding: 10px 20px 0px 20px;
	

}


#wrapper #cs-content .x-promo .x-promo-content a {
	 border-top: 1px solid #f5e5a3;
	 padding: 5px 0px 10px 0px;
	 display: block;
	 text-transform: uppercase;
	 text-align: left;
	 font-size: 20px;
	 line-height: 20px;
	 margin-top: 20px;
}

.btn-std-line {
	border-top: 1px solid #f5e5a3;
	 padding: 5px 0px 10px 0px;
	 display: block;
	 text-transform: uppercase;
	 text-align: left;
	 font-size: 20px;
	 line-height: 20px;
	 margin-top: 20px;
}



.home-threecols h3 {
	padding: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
}

#cs-content .home-threecols .x-column.x-1-3:nth-child(1) h3 {
	background:#5a2b5f; 
}
#cs-content .home-threecols .x-column.x-1-3:nth-child(2) h3 {
	background:#71af4a; 
}
#cs-content .home-threecols .x-column.x-1-3:nth-child(3) h3 {
	background:#e2b838; 
}


.home-prayerpartner {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 5px solid #fade7b;
}



#cs-content ul.halfcol-news {
	padding: 0;
	margin: 0;
}

#cs-content ul.halfcol-news li {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

#cs-content .halfcol-news .news-thumb, #cs-content .halfcol-news .size-news-thumb {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}

#cs-content .halfcol-news em {
	font-size: 14px;
	color: rgba(0,0,0,0.2);
}

.col-relative {
	position: relative;
}

#cs-content .x-img.ico-movie {
	position: absolute;
	top:-80px;
	left: -35px;
	max-width: 150px;
	z-index: -1;
}


#cs-content .x-img.ico-glow {
	position: absolute;
	top:-115px;
	right: -35px;
	max-width: 150px;
	z-index: -1;
}



#cs-content .x-img.ico-glow-purple {
	position: absolute;
	top:-60px;
	left: -220px;
	max-width: 150px;
	z-index: -1;
	opacity: 0.5
}




.bg-cross {
	background: url('_/img/bg-cross.png') no-repeat;
	background-position: 90% 49px;
}

.nav .topnav li a {
	font-size: 22px;
	padding: 5px;
}
.nav .topnav li a.top-contact {
	font-size: 14px;
	padding: 5px;
}


.nav li.topnav-donate a {
	font-size: 16px;
	line-height: 18px;
	background: #5a2b62;
	color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.nav .topnav {
	margin: 0;
	padding: 0;
}
.nav .topnav li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 5px;
}


.about-icon-row i {
	font-size: 30px;
	display: block;
	text-align: center;
	color: #5a2b5f;
	margin-bottom: 15px;
}


.about-icon-row a {
	display: block;
	padding: 15px;
	transition: all 500ms;
}

.about-icon-row a:hover {
	background: rgba(255,255,255,0.5)
}

.ttl-large-white h4 {
	font-size: 30px;
	font-weight: 700;
	color: #5a2b5f;
	text-transform: uppercase;
	padding: 20px;
}

#cs-content .max300.x-img {
	max-width: 300px;
}


#footer ul.events-block-list, #cs-content ul.events-block-list {
	max-width: 45em;
	margin: auto;
}

#footer ul.events-block-list{
	color: #797979;
	text-align: center;
}

#footer ul.events-block-list li, #cs-content ul.events-block-list li {
	list-style: none;
	display: block;
	color: #666262;
	margin: 0;
	text-align: left;
}

#footer #x-section-49 {
	padding: 20px;
}


#footer ul.events-block-list li img, #cs-content ul.events-block-list li img {
	float: left;
	margin-right: 30px;
}

#footer ul.events-block-list li a.dets-link, .newspost a.dets-link, #cs-content ul.events-block-list li a.dets-link {
	border-top: 1px solid #f5e5a3;
    padding: 5px 0px 10px 0px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: #666262;
}

#footer ul.events-block-list li h5 a, #cs-content ul.events-block-list li h5 a {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	display: block;
	color: #5a2b5f;
}

.news-side .sideblock.purple {
	padding: 15px;
	background: #5a2b5f;
	color: #fff;
	margin-bottom: 35px;
}
.news-side .sideblock h4 {
	color:rgba(255,255,255,0.7);
	margin: 0 0 20px 0;
}

.news-side .sideblock.purple hr {
	border: 1px solid rgba(255,255,255,0.1)
}

#cs-content .archive-list {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
#cs-content .newsletter-side li {
	margin: 0;
	list-style: none;
	padding: 0;
}


.newsletter-side a {
	color: rgba(255,255,255,0.6);
	transition: all 500ms;
}

.newsletter-side a:hover {
	color: rgba(255,255,255,1);
}

.monthcolumn h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}

#cs-content ul.phphoto-galleries {
	margin: 0;
	list-style: none;
}


#cs-content ul.phphoto-galleries li {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	vertical-align: top;
}


#cs-content ul.phphoto-galleries li {
	width: 48%;
	margin-right: 2%;
	box-shadow: 0px 0px 5px 0px #dedede;
	
}
#cs-content ul.phphoto-galleries li:nth-child(2n+2) {
	margin-right: 0;
}

.phphoto-galleries h5 {
	font-size: 20px;
	line-height: 22px;
	padding: 10px;
}


.btn-page-donate {
	color: #fff;
	background: #5b2a5e;
	padding: 20px;
	display: block;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}


#footer .innerhalf-left,#footer .innerhalf-right {
	margin-bottom: 15px;
}

.footer-btnsignup {
	background: rgba(255,255,255,0.2);
	font-size: 24px;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	display: block;
	color: #fade7b;
}


#cs-content .para-intro-b p {
	font-size: 24px;
	line-height: 34px;
}

body.single-event #x-section-49 {
	display: none;
}





/* Media queries!
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------*/


@media screen and (min-width: 30em) {
	
	


}








@media screen and (min-width: 50em) {
	
	.mobileburger {
		display: none;
	}
	
	#cs-content {
		padding-top: 120px;
	}
	
	
	#cs-content ul.phphoto-galleries li, #cs-content ul.phphoto-galleries li:nth-child(2n+2) {
		width: 23%;
		margin-right: 2%;
		box-shadow: 0px 0px 5px 0px #dedede;
		
	}
	#cs-content ul.phphoto-galleries li:nth-child(4n+4) {
		margin-right: 0;
	}



	body.page-id-1543 #cs-content ul.phphoto-galleries li {
		width: 48%;
		margin-right: 2%;
		box-shadow: 0px 0px 5px 0px #dedede;
		
	}
	body.page-id-1543 #cs-content ul.phphoto-galleries li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	

	.nav .mainnav li .dropdown-menu {
	    display: none;
	    position: absolute;
	    left: 0;
	    padding: .65em 0 1em 0;
	    margin: 0;
	    text-align: left;
	    z-index: 9;
	    background: #5a2b5f;
	    border-bottom-left-radius: 4px;
	    border-bottom-right-radius: 4px;
	    text-align: left;
	}
	
	
	
	
	.nav .mainnav li .dropdown-menu a {
		text-align: left;
		line-height: 1.15;
		color: rgba(255,255,255,0.6)
	}
	
	.mainnav li .dropdown-menu.active {
	    display: block;
	}
	
	
	.mainnav li a.dropdown-toggle.active {
	    color: #fff;
	    background: #5a2b5f;
	    border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
		
	
	.mainnav li a.dropdown-toggle.active:hover {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.mainnav li.active > a {
		color: #fff	
	}


	.mainnav li .fa {
		vertical-align: text-top;
	}


	.mainnav li:first-child .dropdown-menu a {
	    width: 10em;
	    padding: .5em 1em;
	}

	.mainnav li:nth-child(4) .dropdown-menu a {
	    width: 12em;
	    padding: .5em 1em;
	}

	#header.tiny .topnav {
		display:none;
	}
	
	#header {
		padding: 5px 0;
		position: fixed;
		max-width: 100%;
		width: 100%;
		z-index: 99
	}
	
	
	.ph-logo {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin-right:0;
		float: left;
	}
	
	
	.nav {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		width: 68%;
		float: right;
	}
	
	.nav a {
		display: inline-block;
		padding: 5px 7px;
		color: #5a2b5e;
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		transition: all 500ms;
		font-weight: 700;
	}
	
	
	.nav a:hover {
		background: rgba(255,255,255,0.09);
		border-radius: 4px;
	}
	
	#cs-content .home-intro p {
		font-size: 22px;
		line-height: 150%;
		text-align: center;
	}
	
	
	
	#cs-content .para-intro p {
		font-size: 29px;
		line-height: 41px;
	}
	
	#cs-content .para-intro-b p {
		font-size: 24px;
		line-height: 34px;
	}

	
	#cs-content .mobile-right {
		padding: 30px 100px 30px 0px!important;
	}
	
	#cs-content .mobile-left {
		padding: 30px 0 30px 100px!important;
	}
	
	#cs-content .img-homedental.x-img {
		margin-left: -40px;
	}

	#cs-content .x-container .home-2boxes-1.x-column {
		text-align: center;
		padding: 100px 80px!important;
		color: #fff;
	}
	
	#cs-content .x-container .home-2boxes-2.x-column {
		text-align: center;
		padding: 100px 80px!important;
		color: #fff;
	}


	#cs-content .x-img.about-mobile-img {
		display: block;
		margin: 0 auto -210px auto;
		max-width: 350px;
	}
	
	#header.tiny {
		padding: 5px 0;
	}
	
	#header.tiny .ph-logo {
		width: 15%;
		transition: all 500ms;
	}

	
	#header.tiny .nav {
		width: 84%;
		transition: all 500ms;
		margin-top: 5px;
	}
	
	
	

	.popup-gallery {
		
	}
	
	.popup-gallery .grid-item {
		display: inline-block;
		width: 18.7%;
		padding: 15px;
		vertical-align: top;
	}
	
	.intro-text {
		font-size: 24px;
		line-height: 34px;
	}
	
	.home-promo {
		position: relative;
	}
	
	
	.home-promo-bg {
		position: absolute;
		left:70px;
		top:40%;
		background: url('_/img/bg-homepromo.png') no-repeat;
		width: 362px;
		height: 262px;
	}
	
	.home-promo-txt {
		font-weight: 300;
		font-size: 46px;
	    line-height: 50px;
	    color: #fff;
	    padding: 46px 34px 0 34px;
	}
	
	.home-promo-btn {
		background: #f3834d;
		color: #fff;
		padding: 10px 20px;
		box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.4);
		display: inline-block;
		margin: 20px 0 0 35px;
		font-size: 20px;
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
	}
	
	.home-promo-btn:hover {
		color: #fff;
		background:#e57139;
	}
	
	.home-fam .home-fam-right {
		padding: 40px 40px 20px 0!important;
	}
	
	#cs-content .home-reviews li {
		margin: 0;
		padding: 20px;
		display: inline-block;
		width: 33.33%;
		text-align: center;
		vertical-align: top;
	}
	
	#cs-content .single-reviews, #cs-content .home-reviews {
		margin-left: 0;
	}
	
	body .page-id-959 .home-promo-txt {
		padding: 37px 34px 0 34px
	}
	
	
	#cs-content .single-reviews li {
		margin: 0;
		padding: 10px 20px 20px 0;
		display: inline-block;
		width: 100%;
		text-align: center;
		vertical-align: top;
	}
	
	#cs-content img.birds {
		position: absolute;
		bottom: -60px;
		right: 50px;
		max-width: 300px;
		
	}
	
	#cs-content .home-serv .x-column {
		padding: 0 50px 15px 30px!important;
	}
	
	#wrapper .cff-text {
		font-size: 20px;
	}
	
	.fb-label {
		padding-left: 30px;
		color: rgba(255,255,255,0.5)
	}
	 
	#footer .x-column.x-1-3 {
		width: 30.66666%;
	}
	
	#footer .x-column.x-1-2 {
		width: 48%;
	}
	
	#footer .x-column.x-1-6 {
		width: 13.33332%;
	}
	#footer .x-column {
	    float: left;
	    margin-right: 4%;
	}
	
	#footer .x-column.x-1-1 {
		width: 100%;
	}
	
	#footer .innerhalf-left {
		width: 50%;
		display: inline-block;
		padding: 0 10px 0 0;
		vertical-align: top;
		margin-bottom: 15px;
	}
	
	#footer .innerhalf-right {
		width: 50%;
		display: inline-block;
		padding: 0 0 0 10px;
		vertical-align: top;
		margin-bottom: 15px;
	}
	
	
	#footer .x-column.last, #footer .x-column:last-of-type {
	    margin-right: 0;
	}
	
	#footer .x-container:before, #footer .x-container:after {
	    content: " ";
	    display: table;
	}
	#footer .x-container:after {
	    clear: both;
	}
	
	#footer .x-container.max {
	    max-width: 1200px;
	}
	
	
	.tg  {
		
	}
	
	.tg td {

	}
	.tg th{

	}
	
	.tg th:first-of-type {
		
	}
	
	.tg .tg-0lax{
		
	}
	
	.tg .left-td {
		b
	}
	
	.tg .left-td-odd {
		
	}
	
	.td-center {
		
	}
	
	.fa-check {
		
	}
	
	.fa-times {
		
	}
	
	.td-bg-white {
		
	}
	
	.about-textpadleft {
		padding-left: 45px;
	}
	
	#cs-content .x-img.alignleft {
		float: left;
		margin:0 20px 20px 0;
	}
	
	.alignright {
		float: right;
		margin:0 0 20px 20px;
	}
	
	.about-right-col {
		margin-top: -80px;
	}
	
	#cs-content ul.jwps-staff li {
		display: inline-block;
		width: 22%;
		float: left;
	    margin: 0 4% 0 0;
	    background: #f9f9f9;
	    text-align: center;
	    padding: 0 15px 15px 15px;
	    margin-bottom: 70px;
	}
	#cs-content ul.jwps-staff li:nth-child(2n+2) {
	    margin-right: 4%;
	}
	#cs-content ul.jwps-staff li:nth-child(4n+4) {
	    margin-right: 0;
	}
	.footer-fb img {
		position: absolute;
		left: -15px;
		top:-15px;
	}
	
	#footer ul.events-block-list li img, #cs-content ul.events-block-list li img {
		max-width: 343px;
	}
	
	#cs-content .x-column .newspost img {
		float:left;
		max-width: 200px;
		margin-right: 20px;
	}
	
	.footer-verse {
		font-size: 26px;
		padding-bottom: 10px;
		
		
	}
	
	.verse-source {
		font-size: 13px;
		max-width: 45em;
		font-style: italic;
		padding-top: 10px;
		border-top: 1px solid rgba(255,255,255,0.1);
		margin: auto;
	}

}












@media screen and (min-width: 70em) {

	

}










/*-----*/




/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

 /*-----*/
