body {
	font-family: Raleway, sans-serif;
	font-feature-settings: "lnum";
}

.black {
	color: #343434;
}
.white {
	color: #FFF;
}
.orange {
	color: #FF812D;
}
.blue {
	color: #00A0B5;
}
.buttonwithborderonblue {
	line-height: 36px;
	color: #FFF;
	background-color: #00A0B5;
	border: 1px solid #FFF;
	padding: 20px 15px 10px 15px;
	transition: color 0.4s, background-color 0.4s, border 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s, border 0.4s;
	-o-transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.buttonwithborderonblue:hover {
	color: #00A0B5;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.buttonwithborderonorange {
	line-height: 36px;
	color: #FFF;
	background-color: #FF812D;
	border: 1px solid #FFF;
	padding: 20px 15px 10px 15px;
	transition: color 0.4s, background-color 0.4s, border 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
	-moz-transition: color 0.4s, background-color 0.4s, border 0.4s;
	-o-transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.buttonwithborderonorange:hover {
	color: #FF812D;
	background-color: #FFF;
	border: 1px solid #FFF;
}

.whiteonblue {
	color: #FFF;
	background-color: #00A0B5;
}
.whiteonorange {
	color: #FFF;
	background-color: #FF812D;
}
.white:hover {
	color: #FFF;
}
.orange:hover {
	color: #FF812D;
}
.blue:hover {
	color: #00A0B5;
}
.whiteonblue:hover {
	color: #FFF;
	background-color: #00A0B5;
}
.whiteonorange:hover {
	color: #FFF;
	background-color: #FF812D;
}

.bgrdWhite {
	background-color: #FFF;
}
.bgrdOrange {
	background-color: #FF812D;
}
.bgrdBlue {
	background-color: #00A0B5;
}

.textWhitePseudoBefore {
}
/*.textWhitePseudoBefore:before {
    display: inline-block;
    margin: 0 20px 0px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #FFF;
    width: 30px;
}
.textOrangePseudoBefore {
    color: #FF812D;
}
.textOrangePseudoBefore:before {
    color: #FF812D;
    display: inline-block;
    margin: 0 20px 0px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #FF812D;
    width: 30px;
}
.textBluePseudoBefore {
    color: #00A0B5;
}
.textBluePseudoBefore:before {
    color: #00A0B5;
    display: inline-block;
    margin: 0 20px 0px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #00A0B5;
    width: 30px;
}
*/
.textWhitePseudoTop {
}

/*.textWhitePseudoTop:before {
    display:block;
    clear:both;
    content : " ";
    position: relative;
    left    : 0;
    top  : 0;
    max-width:30px;
    height  : 1px;
    width   : 30px;  
    border-bottom:1px solid #fff;
    margin:0;
    padding:2px 0px 20px 0px;
}
*/
.textWhitePseudoTopRight {
}

/*.textWhitePseudoTopRight:before {
    display:block;
    clear:both;
    content : " ";
    position: relative;
    right    : 0;
    top  : 0;
    max-width:30px;
    height  : 1px;
    width   : 30px;
    border-bottom:1px solid #fff;
    margin:0;
    padding:2px 0px 20px 0px;
}
*/

.wbhContent {
	position: relative;
	clear: both;
	display: block;
}

.wbhClear {
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
}

.wbhHeaderHomeContainer {
	position: relative;
	display: block;
  width: 100%;
  min-height: 80%;
	overflow: visible;
}

.wbhHeaderHomeVideo {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  min-height: 100%;
}

video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(https://wellsbringhope.org/cms/wp-content/uploads/2016/09/bgrdHeaderHome.jpg) no-repeat;
    background-size: cover; 
}

/*@media screen and (max-device-width: 800px) {
    .wbhHeaderHomeContainer {
         background: url(http://ddctest.us/wbhsite/wp-content/uploads/2016/09/bgrdHeaderHome.jpg) #000 no-repeat center center;
    }
    #bgvid {
        display: none;
    }
}
*/


.wbhHeaderHome {
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	padding-bottom: 80px;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	min-height: 100%;
}
.wbhHeaderInner {
	background-repeat: no-repeat;
	background-position: center center !important;
	padding-top: 12px;
	padding-bottom: 80px;
	background-size: cover !important;
	min-height: 80%;
}

.logo-holder
{
	width: 144px;
}

.wbhNav {
	margin-top: 65px;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.wbhNav li {
	float: left;
	margin-right: 20px;
}
.wbhNav a {
	text-transform: uppercase;
	color: #FFF;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 8px;
	position: relative;
	text-decoration:none;
}

.wbhNav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wbhNav a:hover:before {
  visibility: visible;
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.wbhNavD {
	margin-top: 60px;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wbhNavD li {
	float: left;
	margin-right: 10px;
}
.wbhNavD a {
	text-transform: uppercase;
	color: #FFF;
	font-family: Raleway, sans-serif;
	font-size: 21px;
	font-weight: 600;
	padding: 8px;
	border-radius: 0px 0px 0px 0px !important;
	-moz-border-radius: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px 0px 0px 0px !important;
	border: 0px solid #000000 !important;
}
@media screen and (max-width: 39.9375em) {
.wbhNav, .wbhNavD {
	margin-top: 10px;
}
.wbhNav li {
	margin-right: 2px;
}
.wbhNav a, .wbhNavD a {
	font-size: 11px;
	font-weight: 800;
}
.buttonwithborderonblue, buttonwithborderonorange, .buttonwithborderonblue:hover, buttonwithborderonorange:hover {
	border: 0px solid #FFF;
}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.wbhNav {
	margin-top: 60px;
}
.wbhNavD {
	margin-top: 58px;
}

.wbhNav li {
	margin-right: 2px;
}
.wbhNav a {
	font-size: 14px;
}
.wbhNavD a {
	font-size: 16px;
}
}

.wbhPageTitleHome {
	margin-top: 80px;
}
.wbhPageTitleHome h1 {
	font-family: "Rock Salt", cursive;
	font-size: 48px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 92px;
}
@media screen and (max-width: 39.9375em) {

.wbhPageTitleHome {
	margin-top: 40px;
}
.wbhPageTitleHome h1 {
	font-size: 23px;
	line-height: 46px;
}
video#bgvid { 
    position: fixed;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.wbhPageTitleHome {
	margin-top: 50px;
}
.wbhPageTitleHome h1 {
	font-size: 34px;
	line-height: 68px;
}
video#bgvid { 
    position: fixed;
}
}




.wbhPageTitle {
	margin-top: 210px;
	margin-bottom: 80px;
}
/*.wbhPageTitle h1 {
	font-family: Raleway, sans-serif;
	font-size: 92px;
	color: #FFF;
	text-transform: uppercase;
}
*/
/*.wbhPageTitle h1 {
	font-family: "Rock Salt", cursive;	
	font-size: 56px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 100px !important;
}*/
.wbhPageTitle h1 {	font-family:"Albert Sans";	font-size: 56px;	color: #FFF;	text-transform: uppercase;	line-height: 100px !important;}
@media screen and (max-width: 39.9375em) {

.wbhPageTitle {
	margin-top: 40px;
}
.wbhPageTitle h1 {
	font-size: 32px;
	line-height: 58px !important;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.wbhPageTitle {
	margin-top: 50px;
}
.wbhPageTitle h1 {
	font-size: 42px;
	line-height: 76px !important;
}
}




.wbhVideoHome {
	margin-top: 120px;
	margin-bottom: 80px;
}
.wbhVideoHome a {
	font-family: Raleway, sans-serif;
	font-size: 21px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
.wbhVideoHome a:before {
    content:'\2192\00a0\00a0';
	font-size: 28px;
}

@media screen and (max-width: 39.9375em) {
.wbhVideoHome {
	margin-top: 40px;
	margin-bottom: 20px;
}
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.wbhVideoHome {
	margin-top: 50px;
	margin-bottom: 30px;
}
}
.wbhFooter {
	background-color: #FF812D;
	padding-top: 60px;
	padding-bottom: 80px;
}
.wbhFooter h3, .wbhFooter p, .wbhFooter a {
	font-family: Raleway, sans-serif;
	color: #FFF;
}
.wbhFooter .wbhFooterWidget {
	margin-bottom: 22px;
}

.wbhFooter .wbhFooterWidget h3 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.wbhFooter .wbhFooterWidget h3:after {
    display:block;
    clear:both;
    content : " ";
    position: relative;
    left    : 0;
    bottom  : 0;
    max-width:0px;
    height  : 1px;
    width   : 0px;  /* or 100px */
    border-bottom:1px solid #fff;
    margin:0;
    padding:2px 0px;
}
.wbhFooter .wbhFooterWidget p {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: 500;
}
.wbhFooter .wbhFooterWidget p a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
}
.wbhFooter .wbhFooterWidget p a:hover {
	text-transform: uppercase;
	color: #FFECDD;
	text-decoration: none;
}
.wbhFooterSpacer {
	margin-top: 60px;
	margin-bottom: 60px;
}


.wbhFooter .wbhFooterWidget img {
    opacity: 0.8;
}
.wbhFooter .wbhFooterWidget img:hover {
    opacity: 1;
}



.wbhFooterUnd {
	text-decoration: underline;
}
.wbhFooterUndNone {
	text-decoration: none;
	text-transform: none !important;
}
.wbhFooter p.wbhFooterCopyright {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: 400;
}
.wbhFooter p.wbhFooterCopyright strong {
	font-weight: 600;
}

.hwt, .hwt h1, .hwt h2, .hwt h3, .hwt h4, .hwt h5, .hwt p, .hwt li {
	font-family: "Rock Salt",cursive !important;
}
.regt, .regt h1, .regt h2, .regt h3, .regt h4, .regt h5, .regt p, .regt li {
	font-family: Raleway,sans-serif !important;
}
.wbhCover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.wbhCoverBottom {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.wbh600 {
	max-width: 600px;
	right: 0;
}
.wbhImageCover img {
	width: 100% !important;
	height: auto;
	margin: 0px;
	padding: 0px;
}

@media screen and (min-width: 40em) {
.wbhHalfLeft {
	width:100%;
	max-width: 570px;
	float: right;
	display: block;
	clear: both;
	padding-right: 30px;
	padding-left: 10px;
	text-align: left !important;
}
.wbhHalfRight {
	width:100%;
	max-width: 570px;
	float: left;
	display: block;
	clear: both;
	padding-right: 10px;
	padding-left: 30px;
	text-align: left !important;
}
}
.wbhVideoHome {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media screen and (min-width: 40em) and (max-width: 62em) {
.wbhHalfLeft {
	max-width: 940px;
	float: right;
	display: block;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
.wbhHalfRight {
	max-width: 940px;
	float: left;
	display: block;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
}


.wmts_container, .wmts_lightbox .wmts_text_container, .wmts_lightbox, .wmts_lightbox h3 {
	font-family: Raleway, sans-serif !important;
	font-weight: 400 !important;
}
.wmts_container h2, .wmts_container h3, .wmts_container h4, .wmts_container p  {
	font-family: Raleway, sans-serif !important;
	font-weight: 400 !important;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;
}
.wmts_container h2, .wmts_lightbox h2 {
	font-weight: 600 !important;
	font-family: Raleway, sans-serif !important;
}

[data-wph-post-id="455"] [data-wph-elm="1"] [data-wph-elm="3"] {
    background-color: #FF812D !important;
}
[data-wph-post-id="455"] [data-wph-elm="1"] [data-wph-elm="4"] {
	background-color: #00A0B5 !important;
}

.wmts_round .wmts_text_container > * {
	font-family: Raleway, sans-serif !important;
}

.sixbox .sixboxicon {
	padding: 20px 0px 10px 0px;
	transition: padding 0.4s;
	-webkit-transition: padding 0.4s;
	-moz-transition: padding 0.4s;
	-o-transition: padding 0.4s;
}
.sixbox:hover .sixboxicon {
	padding: 0px 0px 30px 0px;
}

.sixbox a {
	color: #FFF;
	transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-o-transition: color 0.4s;
}

.sixbox:hover a {
	color: #FF812D;
}

.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	font-family: Raleway, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

.wpcf7-submit {
	background: #FF812D;
	color: #ffffff;
	font-family: Raleway, sans-serif;
	font-size: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
	text-align: center;
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.wbhBlog {
	padding-top: 60px;
	padding-bottom: 40px;
}

.wbhBlog h1, .wbhBlog h2, .wbhBlog h3, .wbhBlog h4, .wbhBlog p, .wbhBlog li {
	font-family: Raleway, sans-serif !important;
}

#sidebar1 ul {
    list-style-type: none !important;
}

#sidebar1 li a {
	padding-top: 12px !important;
	padding-right: 12px;
	padding-bottom: 12px !important;
	padding-left: 20px;
}


#sidebar1 li {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
#sidebar1 li:hover {
	background-color: #F4F4F4;
}

.entry-content img {
	padding-top: 8px;
	padding-bottom: 12px;
}


li.cat-item-1 {
display: none !important;
}

body.page-id-468 .secondary.button
{
	/*position: fixed;*/
	z-index: 10;
	border: 1px solid #FFF !important;
}

.wbh-begin-text
{
	font-size: 24pt;
	font-family: Raleway;
	padding: 40px 0px 40px 0px;
}

body.page-id-4427 .wpb_text_column
{
	max-width: 900px;
	margin: 0px auto;
	font-size: 24px;
}

body.page-id-4427 video
{
	width: 100%;
	height: auto;
}

.wbh-video-block
{
	margin: 40px 0px;
	width: 100%;
}

.wbh-video-block .wp-video
{
	width: 100% !important;
}

.wbh-video-block.vc_column_container > .vc_column-inner
{
	padding: 0px;
}

.wbh-video-block .wpb_wrapper
{
	max-width: 900px;
	margin: 0px auto;
}

body.page-id-4427 .wbh-file-download .wpb_text_column
{
	margin: 30px auto;
	text-align: center;
}

.wbh-testimonials .wpb_wrapper,
.wbh-masonry-row .wpb_wrapper
{
	max-width: 900px;
	margin: 0px auto;
}

.wbh-testimonials .slick-slide .wpb_text_column .wpb_wrapper
{
	padding-right: 24px;
	box-sizing: border-box;
}

.wbh-testimonials .slick-slide .vc_column-inner
{
	padding-left: 0px;
}

.wbh-testimonials .slick-arrow
{
	background-color: #ff812d;
	padding: 5px;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
	z-index: 1;
}

.wbh-testimonials .slick-next:hover,
.wbh-testimonials .slick-prev:hover
{
	background-color: #ff812d;
}


.wbh-testimonials .slick-next
{
	right: 0px;
}

.wbh-testimonials .slick-prev
{
	left: 0px;
}

@media all and (max-width: 767px) {
	
	.wbh-testimonials .slick-slide .wpb_text_column .wpb_wrapper
	{
		padding-right: 0px;
		box-sizing: border-box;
	}
	
	.wbh-testimonials .slick-slide .vc_column-inner
	{
		padding-right: 0px;
	}
}

.wbh-full-row-text,
.wbh-full-row-text a
{
	color: #FFF;
	text-align: center;
	
}

.wbh-full-row-text p
{
	font-size: 16pt;
	text-transform: uppercase;
}

.wbh-full-row-text .vc_column-inner
{
	padding: 160px 0px;
}

@media all and (max-width: 767px) {
	
	.wbh-full-row .wpb_column
	{
		width: 100%;
	}	
	
	.wbh-full-row-text .vc_column-inner
	{
		padding: 100px 0px;
	}
	
	.wbh-full-row .wpb_column.wbh-photo-col
	{
		height: 250px;
	}
	
	.wpb_column.wbh-photo-col .vc_column-inner
	{
		background-position: center;
		background-size: cover;
	}
	
}

@media all and (max-width: 767px){
	
	.vc_custom_1712624778660
	{
		height: 300px !important;
		margin-top: 60px;
	}

	.vc_custom_1712626246923,
	.vc_custom_1712624790937
	{
		height: 300px !important;
	}

	.vc_custom_1712624790937
	{
		margin-bottom: 60px;
	}

}



.sidebar .searchform > div
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 3%;
}

.sidebar .searchform > div [type="search"]
{
	flex-basis: 60%;
}

.sidebar .searchform > div button
{
	flex-basis: 40%;
    border: 1px solid #00a0b5;
    padding: 8px;
    align-self: start;
    font-size: 1rem;
    line-height: normal;
    transition: all .3s linear;
    background-color: #FFF;
}

.sidebar .searchform > div button:hover
{
    background-color: #00a0b5;
    color: #FFF;
}

.wbhHeaderInner.wbhSearch
{
	min-height: 0px;
}

