.big-caslon {
	font-family: big-caslon-fb, serif;
	font-weight: 400;
}


#featured_posts_container {
	width: 1760px;
	max-width: 100%;
	margin: 60px auto;
}
#featured_posts_container > h3 {
	margin-bottom: 20px;
}
#featured_posts {
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#featured_posts li {
	width: calc(25% - 5px);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 20px;
}
#featured_posts li:first-child {
	padding-left: 0px;
}

#recent_posts {
	list-style: none;
	padding-left: 0px;
}
#recent_posts_container > h3 {
	margin-bottom: 20px;
}
.recent-post {
    background-color: transparent;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;	
}
.recent-post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.left {    
	width: 300px;
    padding-right: 10px;
    float: left;   
    margin-right: 15px;
}
.post-categories {
    margin: 0 0 5px;	
}
.post-categories a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;   
    font-size: 12px;
}

.post-excerpt {
	margin-bottom: 10px;
}

#featured_posts .wp-post-image {
	margin-bottom: 25px;
}
#featured_posts .post-title, #recent_posts .post-title {
    font-family: big-caslon-fb, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}


#homepage-banner > div {
	padding-top: 200px;
	padding-bottom: 200px;
}
#homepage-banner-text h2 {
	color: white;
    font-size: 72px;
    font-weight: normal;
}
#homepage-banner-text span {
	color: #F0B334;
	font-family: big-caslon-fb, serif;
	font-weight: 400;
	text-transform: uppercase;
}
#homepage-banner-text a {
   color: #fff;
   background-color: #407ec8;
   font-family: "Be Vietnam Pro", sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 1.5;
   text-transform: none;
   border-style: solid;
   border-width: 1px;
   border-color: #407ec8;
   border-radius: 0px;
   display: inline-block;
   padding: 12px 24px;
   text-decoration: none;
   text-shadow: none;
   border: 1px solid #2d609d;
   background: #407ec8;
   margin-top: 35px;
}
#homepage-banner-text a:hover {
   border-color: #be0d3e;
   color: #fff;
   background-color: #be0d3e;
   border-style: solid;
   border-width: 1px;
   border-radius: 0px;
}
.post-image a {
	display: inline-block;
}
.right {
	height: 100%;
}
.right .entry-share {
	text-align: right;
	padding-right: 20px;
}
.entry-share i {
	color: #464646;
}
.entry-share i:hover {
	color: #007bff;
}

.fl-module-sidebar img {
	width: 250px;
}


#footer-instagram-section > div > div {
	margin-bottom: 40px;
	background-color: #F0B334;
}
#footer-instagram-section a {
	color: black;
	font-family: big-caslon-fb, serif;
	font-weight: 400;
    font-size: 24px;
    padding: 25px 15px;
    display: block;
    width: 100%;
    transition: all .2s;
}
#footer-instagram-section a:hover {
	color: #007bff;
}

#psalm-box {
	margin-bottom: 20px;
}
#psalm-box p {
	margin-bottom: 0px;
	padding-left: 20px;
	position: relative;
    font-style: italic;
    color: black;
}
#psalm-box p:before {
    display: block;
    position: absolute;
    font-size: 12px;
    left: 0;
    line-height: 20px;
}
#psalm-box p:first-child:before {
	content: "13";
}
#psalm-box p:nth-child(2):before {
	content: "14";
}
#psalm-box p:nth-child(3):before {
	content: "15";
}
#psalm-box p:nth-child(4):before {
	content: "16";
}
#psalm-text {
	padding-left: 20px;
}





@media screen and (max-width: 991px) {
	#featured_posts_container {
		margin-bottom: 0px;
	}
	#featured_posts {
		margin-bottom: 0px;
	}
	#featured_posts li {        
		width: calc(50% - 5px);
        margin-bottom: 40px;
		padding-left: 0px;
	}
	.fl-module-sidebar * {
		text-align: center;
	}
	#homepage-banner > div {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#homepage-banner-text h2 {
		font-size: 60px;
	}
	#homepage-banner-text a {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#featured_posts_container {
		margin-top: 0px;
	}
	#featured_posts li {        
		width: 100%;
		padding: 0px;
	}
	.left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#homepage-banner > div {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#homepage-banner-text h2 {
		font-size: 50px;
	}
}