/*
Theme Name: Life Fountain Ministries
Description: Skeleton theme for wordpress sites. Built particularly for real estate agent websites.
Version: 1.0
Author: Spotted Creative
Email: hello@spottedcreative.com
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html body {
	background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #2a2a2a;
	line-height: 1.6;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	color: #3d3d3d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom:30px;
	}
body h1 {
	font-size: 50px;
  line-height: 37px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
body h2 {
	font-size: 36px;
  line-height: 32px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
body h3 {
	font-size: 27px;
  line-height: 27px;
}
body h4 {
	font-size: 22px;
  line-height: 25px;
}
body h5 {
	font-size: 16px;
  line-height: 21px;
}
body a {
  color: #3d3d3d;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
body a:hover,
body a:focus {
  color: #f87100;
	text-decoration:none;
}
body b, body strong {
  font-weight: 600;
}
body p, body ul {
	margin-bottom:20px;
}
body label {
  font-weight: 400;
  width: 100%;
}
body .btn,
body .pagination a,
body .wp-block-button a {
  background-color: #454a9f;
	color:#fff;
  font-size: 18px;
  border-radius: 0;
	padding: 10px 70px;
}
body .btn:hover,
body .pagination a:hover,
body .btn:focus,
body .pagination a:focus,
body .wp-block-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f87100;
}
body .main img {
	max-width:100%;
}
.wp-block-table {
	margin-bottom:10px;
}
.wp-block-table td {
  padding: 10px;
}
body .main {
  margin-bottom: 50px;
}

/* ------------------ Form items ------------------ */
input, input.wpcf7-form-control, textarea {
  width: 100%;
	border: solid 1px #ccdade;
	padding: 6px 15px;
	margin-top: 7px;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
}
form .row > div {
  margin-bottom: 15px;
}
form .col-md-12 {
  overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="submit"], input[type="button"] {
  background-color: #969696;
  color: #fff;
  width: auto;
  padding: 5px 30px;
  font-weight: 300;
	margin: 5px 0 5px 0;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
input[type="image"] {
  padding: 0;
  border: none;
}

/* ------------------ Single Post Type entry pages ------------------ */
img.featured {
  width: 100%;
  height: auto;
}
.single .entry-content {
	margin-top:20px;
}

/* ------------------ Special Classes ------------------ */
.highlighted {
	color: #454a9f;
}

/* ========================== Header & Footer ========================== */

/* ------------------ Header ------------------ */
header {
  padding: 0 15px 0 0 !important;
  background-color: rgba(69,74,158,0.8) !important;
}
header .headers {
	color:#fff;
	display:flex;
  margin: 0 auto;
	padding: 0;
}
.headers .right {
  text-align: right;
}
header .widget_logo {
	background-color: rgba(69,74,158,1);
	text-align: center;
	padding: 15px;
}
header .widget_logo img {
	width: 100%;
  max-width: 155px !important;
}
header .header_right {
	position:relative;
}
header .contact {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
	z-index: 999;
}
header a {
	color: #fff;
}

/*Sticky header*/
header.small .logo {
    height: auto;
}

/*Navbar*/
body .navbar {
	margin-bottom: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
body .navbar-collapse {
	position:absolute;
	right:0;
}
body .navbar-nav.navbar-center {
  float: none;
	display: inline-block;
}
body .navbar-nav > li > a {
	line-height: 18px;
}
body .nav .caret {
  display: none;
}
body .dropdown-menu {
  background-color: #454a9f;
  border-radius: 0;
	padding:0;
	text-align:left;
}
body .dropdown-menu > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 3px 20px 5px;
}
body .nav > li > a:hover,
body .nav > li > a:focus {
  background-color: transparent;
}
body .dropdown-menu > li > a:hover,
body .dropdown-menu > li > a:focus,
body .dropdown-menu > .active > a,
body .dropdown-menu > .active > a:hover,
body .dropdown-menu > .active > a:focus {
  background-color: #00aeef;
}
body .nav .open > a,
body .nav .open > a:hover,
body .nav .open > a:focus {
  background-color: transparent;
  border: none;
}

/*Slideshow*/
#slideshow {
  background-color: #888;
	margin-bottom:50px;
}
#slideshow .carousel-control {
  z-index: 1100;
}
#slideshow .blurb {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 0;
  z-index: 995;
  width: 100%;
  padding: 30px 0 40px;
  margin-top: -100px;
}
.carousel-inner {
  max-height: 905px;
}
body .carousel-inner > .item {
  height: 900px;
  background-size: cover;
	background-position:center center;
}
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-indicators {
  margin-bottom: -60px;
}
.carousel-indicators li {
  border: none;
  background-color: #3d3d3d;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #454a9f;
}

/*Page headings*/
body .page-heading {
	padding:0;
	margin-bottom:50px;
  text-align: center;
}
body .page-heading .inner {
  background-color: rgba(0,0,0,0.5);
  padding: 120px 20px;
}
body .page-heading h1 {
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 55px;
	padding: 0;
	border: none;
}

/* ------------------ Footer ------------------ */
footer {
  background-size: cover;
  background-position-x: center;
}
footer .row > div {
  padding-bottom: 25px;
}
footer .bottom {
  background-color: #454a9f;
  padding: 25px 0 0;
  color: #fff;
}
footer .bottom a {
	color:#fff;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
footer .bottom a:hover {
	color:#00aeef;
}
footer .widget_logo img {
	max-width: 155px !important;
}
footer .widget {
	text-align: right;
}
footer .widget_logo .widget {
  text-align: left;
}
	footer .navbar {
	  position: static;
	}
	footer .nav {
    float: right;
}
footer .nav li:last-child a {
    padding-right: 0;
}
footer .menu {
  list-style: none;
  text-align: center;
  padding-left: 0;
}

/* ========================== Special Content Modifyers ========================== */

/* Button Set 1 - Apply to column blocks */
.button_set1.wp-block-columns {
  margin-left: -15px;
  margin-right: -15px;
}
.button_set1.wp-block-columns .wp-block-column {
  margin: 0 !important;
}
.button_set1.wp-block-columns .wp-block-button a {
  border-radius: 0;
	padding: 28px 0;
  width: 100%;
  margin: 0;
}
.button_set1.wp-block-columns .wp-block-column:first-child .wp-block-button a {
  background-color: #454a9f;
}
.button_set1.wp-block-columns .wp-block-column:nth-child(2) .wp-block-button a {
  background-color: #00aeef;
}
.button_set1.wp-block-columns .wp-block-column:nth-child(3) .wp-block-button a {
  background-color: #ff9446;
}
.button_set1.wp-block-columns .wp-block-column:nth-child(4) .wp-block-button a {
  background-color: #f87100;
}
.button_set1.wp-block-columns .wp-block-column .wp-block-button a:hover {
  background-color: #f87100;
}


/* ========================== Content Blocks ========================== */

/*General Styles*/
.content-block {
  padding: 0 0 50px;
}
.content-block > .container > .row {
  border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
.content-block li {
  padding-bottom: 5px;
}
.content-block table {
	margin-bottom:20px;
	}
.content-block td {
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}
.section-header {
  text-align: center;
    margin-bottom: 30px;
}
.section-header h2 {
  font-size: 35px;
	text-transform: uppercase;
	line-height: 37px;
}
.content-block .content-column img {
  max-width: 100%;
  height: auto;
}

/* Event list */
.home .events_list_container {
  height: 100%;
	padding: 0 20px;
}
ul.ecs-event-list {
  list-style: none;
  padding-left: 0;
}
.ecs-event {
	margin-bottom: 10px;
}
.ecs-event .entry-title {
	margin:0;
}
.ecs-event .entry-title a {
  font-size: 16px;
}

/* Post Blocks (Blog, Properties, etc) */
body .post-block {
  margin-bottom: 20px;
}
body .content-block .post-blocks {
	border-bottom:none !important;
}
body .content-block .post-blocks .inner {
  background-color: #fff;
  text-align: center;
	-o-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-moz-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;
}
body .content-block .post-blocks .inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #656565;
  box-shadow: 0px 0px 10px 0px #656565;
}

/*Post Blocks*/
body .content-block .post-blocks .post-block {
  margin-bottom: 20px;
}
body .content-block .post-blocks .inner > div {
  padding: 10px;
  height: 140px;
}
body .content-block .post-blocks h4 {
  margin-bottom:8px;
}
body .content-block .post-blocks h4 a {
  color: #454a9f;
  font-size: 18px;
  line-height: 20px;
}
body .content-block .post-blocks a.btn {
  display: block;
  border-radius: 0;
  border-width: 1px 0 0 0;
  border-color: #ddd;
}
body .content-block .post-blocks a.btn:hover {
  background-color: #454a9f;
  color: #fff;
  border-color: #454a9f;
}
body .content-block .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
body .content-block .post-blocks .thumbnail {
	background-size: cover;
	border: none;
	border-radius: 0px;
	height: 260px;
  padding: 0;
	position:relative;
	background-position: center center;
}
body .post-block .thumbnail {
	background-size: cover;
	border: none;
	border-radius: 0px;
	height: 260px;
  padding: 0;
	position:relative;
	background-position: center center;
}
body .post-block .date {
  padding-bottom: 20px;
  display: block;
}


/*Link Blocks (Sub Type of Post Blocks) */
body .content-block .post-blocks.link-blocks .inner > div {
	height:auto;
}

/* ========================== Homepage ========================== */
body.home .headers {
	color:#fff;
	position: relative;
	text-align: center;
	z-index:999;
}
body.home .headers h2 {
	font-size: 55px;
	line-height: 55px;
}
body.home .headers h2,
body.home .headers h4 {
	color:#fff;
}
body.home .main {
  margin-top: -550px;
	margin-bottom:0;
}
body.home .main > div > div:nth-child(2) .container {
  background-color: rgba(0,0,0,0.5);
  padding: 15px;
  color: #fff;
}
body.home .main > div > div:nth-child(2) .container a {
	color:#ff9446;
}
.home #slideshow_blurb {
	color: #fff;
  margin-top: 0;
	padding: 10px;
	position:relative;
  top: 0;
}
.home #slideshow_blurb h2 {
	color: #fff;
	font-size: 50px;
	line-height: 1em;
}


@media only screen and (max-width: 992px) {
}

/*Where the mobile menu appears*/
@media only screen and (max-width: 767px) {

/* ========================== Navbar ========================== */
.navbar-fixed-top {
  position: static !important;
}
.top-spacer {
  height: 0 !important;
}

/*General navbar settings*/
body .navbar-collapse {
  background-color: #3d3d3d;
  width: 100%;
	padding:0;
  text-align: left;
  color: #fff;
}
body .navbar-nav {
	margin:0;
	width:100%;
}
body .navbar-nav > li > a {
  color: #fff;
}


/*Opened submenu*/
body .navbar-nav .open .dropdown-menu {
  background-color: #555;
  text-align: left;
}

/* "Image on left, text on right" block*/
body .content-block .img_left_txt_right .col-sm-5 {
	text-align:center;
}

}

@media only screen and (max-width: 572px) {
header {
  padding-top: 20px;
}
.headers > div, .headers .logo {
  text-align: center !important;
}
.headers .logo {
  height: 56px !important;
}
.headers .logo img {
	width: auto !important;
}
footer .widget {
	text-align: left;
}

/* ========================== Homepage only ========================== */
.home .content #slideshow_blurb {
  margin-top: 0;
	padding: 10px;
	position:relative;
  top: 0;
}
.home .content #slideshow_blurb h2 {
  font-size: 30px;
}

}

/*Navbar*/
.navbar-toggle,
.navbar-toggle .icon-bar {
	border:solid 1px #fff;
}

/*Galleries*/
#gallery {
  padding-left: 0;
}
#gallery li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0 5px;
}
#gallery a.thumbnail {
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
	border-radius: 0;
}
#gallery a.thumbnail:hover,
#gallery a.thumbnail:focus {
  border-color: none;
	box-shadow: 0px 0px 0px 5px #f2f7f9;
	border: solid 1px #ccdade;
}
#gallery a.thumbnail img {
  width: 100%;
}

/* ========================== Single Blog Post Pages ========================== */
.blog-hero {
  width: 100%;
  height: auto;
	margin-bottom: 30px;
}

/* Pagination */
body .pagination {
  width: 100%;
}
body .pagination a {
  padding: 10px 30px;
  width: 100%;
  display: block;
  text-align: center;
}
body .pagination .prev {
  padding-left:0;
}
body .pagination .to-blog {
  text-align: center;
}
body .pagination .next {
  text-align: right;
	padding-right:0;
}

/* ========================== Other Items ========================== */

/*Sidebar Items*/
aside .widget {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
/*Event list*/
aside .widget .tribe-list-widget .tribe-events-list-widget-events::before,
aside .widget .tribe-list-widget .tribe-events-list-widget-events::marker {
  display: none;
}

/*Social media widget*/
.sm-widget {
  text-align: center;
  margin-top: 20px;
}
.sm-widget a {
	background-image:url('images/sm-sprite.png');
  background-size: 400%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-repeat: no-repeat;
}
.sm-widget a.facebook {
	background-position:top left;
}
.sm-widget a.twitter {
  background-position: -40px 0px;
}
.sm-widget a.youtube {
	background-position: -60px 0px;
}
.sm-widget a.instagram {
	background-position: -20px 0px;
}
.sm-widget a:hover {
	background-position-y: -20px;
}
header .right .sm-widget {
  text-align: right;
}

/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	padding-bottom:20px;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	padding-bottom:20px;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-bottom:20px;
	}
.alignnone, img.alignnone {
	padding-bottom:20px;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
