.author_block {
	padding: 40px 0px;
	display: flex;
	justify-content: space-between;
}

.author_image {
	width: 20%;
}

.author_image img {
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.author_text {
	width: 75%;
}

.author_text h1 {
	margin-bottom: 10px;
}

.author_text h4 {
	margin-top: 0px;
	font-weight: 400;
}

.single-authors .home_articles {
	padding: 25px 0px 50px 0px;
}


@media screen and (max-width: 850px) {
	.author_block {
	  flex-direction: column;
	}

	.author_image {
		width: 100%;
	}

	.author_text {
		width: 100%;
	}
}




.page-template-page-home2 .home_articles .button {
	margin: 0px 0px 20px 0px;
}

.page-template-page-home2 .home_life_issues {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

.page-template-page-home2 .home_life_issues li {
	margin: 0px;
	list-style: none;
	padding: 5px 10px 5px 0px;
}

.page-template-page-home2 .featured_course h4 {
	margin: 5px 0px 4px 0px;
}

.page-template-page-home2 .featured-topics {
	width: 100%;
	padding: 20px 0px 20px 0px;
}

.page-template-page-home2 .article-categories {
	display: block;
}

.page-template-page-home2 .featured-topics h4 {
	width: 100%;
}

.page-template-page-home2 .featured_topic .featured_header h4 {
    color: #555555;
}

.page-template-page-home2 .featured_topic {
   padding-bottom: 40px;
}



.page-template-page-home2 .home_articles .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-template-page-home2 .home_articles .wrapper .featured_articles {
	width: 100%;
	margin-top: -84px;
   position: relative;
   z-index: 999999999;
}

.page-template-page-home2 .home_articles .wrapper .featured_articles .article-item {
	width: 49%;
}

.page-template-page-home2 .home_articles .wrapper .featured_articles .article-item:hover {
	opacity: 1;
}

.page-template-page-home2 .additional_articles .article-item-text h2 a {
	font-size: 1.2rem;
}

.page-template-page-home2 .additional_articles .article-item-text span {
	font-size: 11px;
	margin: 0px;
}

.page-template-page-home2 .article-item-text span a {
	text-decoration: none;
}


.page-template-page-home2 .home_articles .wrapper .one_column {
	width: 33.333%;
	justify-content: flex-end;
}

.page-template-page-home2 .home_articles .article-item {
	width: 33%
}

.page-template-page-home2 .home_articles .one_column .article-item {
	width: 96%
}

.page-template-page-home2 .home_articles h3 {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 1rem;
}

.page-template-page-home2 .home_articles .one_column h3 {
	margin-left: 4%;
}

.page-template-page-home2 .home_articles .button {
	width: 100%;
}


.page-template-page-form .footer_promo_content {
	display: none;
}


.form-column {
	padding-top: 40px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -4px;
    margin-right: 5px;
}


@media screen and (max-width: 850px) {
.page-template-page-home2	.home_articles .wrapper .featured_articles {
		width: 100%;
	}

.page-template-page-home2.home_articles .wrapper .additional_articles {
		width: 100%;
	}

.page-template-page-home2 .home_articles .article-item {
    width: 100%;
}

.page-template-page-home2 .home_articles .wrapper .featured_articles .article-item {
    width: 100%;
}
}

@media screen and (max-width: 850px) {
.page-template-page-home2 .home_articles .article-item {
    width: 100%;
}
}

.home_articles .article-item-text {
    background: white;
    border: 1px solid #F0F0F0;
    padding: 25px 40px 40px 40px;
}

.featured_topic .featured_course .article-item-image {
	height: 200px !important;
}

.cta-boxes-wrapper {
    z-index: 9999;
    position: relative;
  }
  
  
  .devotional_item {
	  border-bottom: 1px solid lightgray;
  }
  
  
 .devotional_item h5 {
	 color: #67B896;
	 text-transform: uppercase;
	 margin: 0px;
 }
 
 
 
 .page-template-page-home3 .home_header .header_text {
	 with: 53%;
 }
 
 .page-template-page-home3 .featured_topic .featured_article {
	 display: flex;
	 flex-direction: row;
	 width: 100%;
	 margin: 0px 0px 30px 0px;
 }
 
 .home_number {
	 color: white;
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 999;
	 padding: 10px 25px;
 }
 
 .worship_cta {
	 width: 32.5%;
 }
 
 @media screen and (max-width: 850px) {
	 .worship_cta {
	 	width: 100%;
 	} 
}
