@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Main Navigation
	3.5 Search
	3.6 Hamburger
4. Menu
5. Home
6. Sermon
7. Popular Sermons
8. Featured
9. Newsletter
10. Footer


******************************/



/*********************************
6. Sermon
*********************************/

.sermon
{
	padding-top: 97px;
	padding-bottom: 98px;
	background: #f0f4f8;
	
}
.sermon-2
{
	padding-top: 97px;
	background: #f0f4f8;
	
}
.sermon-1
{
		padding-top: 50px;
	padding-bottom: 98px;
	background: #f0f4f8;
	
}
.sermon_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sermon_row
{
	margin-top: 84px;
}
.sermon_image
{
	width: 100%;
}
.sermon_image img
{
	max-width: 100%;
}
.sermon_content
{
	width: 100%;
	margin-top: -8px;
}
.sermon_title a
{
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sermon_title a:hover
{
	color: #eb4141;
}
.sermon_list
{
	margin-top: 14px;
}
.sermon_list li
{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 14px;
}
.sermon_list li:last-child
{
	margin-bottom: 0;
}
.sermon_list li a
{
	color: #eb4141;
}
.sermon_text
{
	margin-top: 33px;
}
.sermon_buttons
{
	margin-top: 64px;
}
.sermon_buttons ul li
{
	display: inline-block;
	margin-right: 18px;
	cursor: pointer;
}
.sermon_buttons ul li img,
.sermon_buttons ul li svg
{
	width: 27px;
	height: 27px;
}
.sermon_buttons ul li img svg
{
	max-width: 100%;
}
.svg path,
.svg rect,
.svg polygon
{
	fill: #c4c4c5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sermon_item:hover .svg path,
.sermon_item:hover .svg rect,
.sermon_item:hover .svg polygon
{
	fill: #eb4141;
}

/*********************************
7. Popular Sermons
*********************************/

.popular
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 97px;
}
.popular_row
{
	margin-top: 85px;
}
.popular_item
{
	width: 100%;
	margin-bottom: 98px;
}
.popular_image
{
	width: 100%;
}
.popular_image img
{
	max-width: 100%;
}
.popular .sermon_content
{
	margin-top: 42px;
}
.popular .sermon_buttons
{
	margin-top: 30px;
}

/*********************************
8. Featured
*********************************/

.featured
{

}
.featured_col
{
	padding-left: 44px;
	padding-right: 44px;
	padding-top: 43px;
	padding-bottom: 45px;
}
.featured_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured_1
{
	width: 100%;
    border: solid 2px #eb4141;
    padding-left: 41px;
    padding-top: 67px;
    padding-bottom: 66px;
    padding-right: 30px;
}
.featured_col_2
{
	padding-left: 219px;
	padding-top: 111px;
	padding-bottom: 113px;
	padding-right: 160px;
}
.featured_2
{

}
.featured .sermon_title,
.featured .sermon_list li,
.featured .sermon_text p
{
	color: #FFFFFF;
}
.featured .sermon_buttons
{
	margin-top: 30px;
}

