@charset "utf-8";
/* CSS Document */
/*
Template Name: Church Template
Author: Jitu Chauhan
Description: 
Tags: 
*/
/**
 * Table of Contents:
 *
 *1.0 - General
 *2.0 - Repeatable Patterns
 *3.0 - Home Page / Index Page
	*3.1 - Header
 	*3.2 - Camera Slider
 	*3.3 - About Section
 	*3.4 - Ministry Section
 	*3.5 - Message Section
 	*3.6 - Blog Section
 	*3.7 - Footer
 	*3.8 - Tiny Footer
 *4.0 - About us
 *5.0 - Ministries
 *6.0 - Ministries Single
 *7.0 - Pastor
 *8.0 - Pastor Single
 *9.0 - Church Campus
 *10.0 - Blog
 	*10.1 - Blog
 	*10.2 - Blog Single
 	*10.3 - Blog Regular
 *11.0 - Sermon
 *12.0 - Sermon Single
 *13.0 - I m new
 *14.0 - Events
 *15.0 - Events Single
 *16.0 - Contact us
 *17.0 - Giving
 *18.0 - Visitor Form
 *19.0 - Church Membership Form
 *20.0 - Volunteer Form
 *21.0 - Prayer Form
 *22.0 - FAQ's
 *23.0 - 404 Error
 
 * Mobile Css *

*--------------------------------------------
*/
/*
 **
 * 1.0 General
 * 
 * Font Information : Abel is default font for template. Font ratio is based on Golden ration. Base font is 21px is used in template.
 *
 *--------------------------------------------
*/
/*
body {
	font-family: 'Abel', sans-serif;
	font-size: 21px;
	line-height: 34px;
	background-image:url(../images/ptrn-bg.jpg);
	-webkit-font-smoothing: antialiased;
}
*/
/* All headings color are same*/
h1, h2, h3, h4, h5, h6 {
	color: #393332;
}
h1 {
	font-size: 55px;/* font size based on golden ratio base font is 21px */
	margin-bottom: 10px;
	line-height: 80px;
	margin-top: 0px;
}
h2 {
	font-size: 34px;/* font size based on golden ratio base font is 21px */
	margin-bottom: 20px;
	line-height: 42px;
	margin-top: 0px;
}
h3 {
	font-size: 27px;/* font size based on golden ratio base font is 21px */
	margin-bottom: 10px;
	line-height: 34px;
	margin-top: 0px;
}
p {
	font-size: 21px;
	color: #696362;
	line-height:34px;
	margin-bottom: 30px;
}
a {
	color: #393332;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ab4f42;
}
ul {	
   
	margin-bottom: 30px;
}
ul li {
	
	color: #696362;
}
/* selected with the mouse and highlighted text */
::selection {
 background: #ab4f42;
 color: #fff;
}
/*
 **
 * 2.0 - Repeatable Patterns
 * 
 * Below css for the repeatable css style like button, input type etc...
 *
 *--------------------------------------------
*/
a.btn.outline-btn.outline-btn-red {
	text-decoration: none;
}
.tp-btn {
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.tp-red-btn {
	background-color: #ab4f42;
	font-size: 16px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-red-btn:hover {
	background-color: #fff;
	font-size: 16px;
	color: #ab4f42;
	-webkit-font-smoothing: antialiased;
}
.outline-btn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 21px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}
/* Red outline button */
.outline-btn-red {
	border: 2px solid #ab4f42;
	color: #ab4f42;
	margin-right: 10px;
}
.outline-btn-red:hover {
	border: 2px solid #ab4f42;
	color: #fff;
	background-color: #ab4f42;
}
.outline-btn-red i {
	padding-left: 10px;
}
/* Gery outline button */
.outline-btn-grey {
	border: 2px solid #696362;
	color: #696362;
}
.outline-btn-grey:hover {
	border: 2px solid #696362;
	color: #fff;
	background-color: #696362;
}
.outline-btn-grey i {
	padding-left: 10px;
}
.outline-small {
	padding: 4px 14px;
	border: 2px solid #d6d3d2;
	background-color: #fff;
	color: #696362;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 14px;
}
.outline-small:hover {
	background-color: #ab4f42;
	color: #fff;
	border: 2px solid #ab4f42;
}
.outline-small i {
	margin-left: 5px;
}
/*
.outline-btn-yellow {
	border: 2px solid #ecb91d!important;
	padding-left: 30px!important;
	color: #fff;
	font-size: 21px;
	padding-right: 30px!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	background: rgba(236, 185, 29, .2)!important;
}
.outline-btn-yellow:hover {
	border: 2px solid #ecb91d!important;
	background: rgba(236, 185, 29, 1)!important;
	color: #fff;
}
*/
/* Page Header css  */
/* .page-header-bg{background-image: url(../images/page-header.jpg);	
	padding-top: 115px; height: 420px;
} */
.page-header-bg .page-title {
	text-align: center;
	color: #fff;
}
.page-header-bg .page-title h1 {
	font-family: 'Permanent Marker', cursive;
/*	font-size: 100px;  */
	font-size: 70px;
	color: #f6e8a9;
	margin-bottom: 30px;
}
.page-header-bg .page-title p {
	color: #fff;
}
/* Breadcrumb css */
.tp-breadcrumb {
	background-image: url(../images/breadcrumb-bg.jpg);	
	padding-top: 30px;
}
.tp-breadcrumb .breadcrumb {
	background-color: transparent;
	padding: 0px;
	font-size : 16px;
}
.tp-breadcrumb .church_time {
	font-size : 16px;
}
.tp-breadcrumb .worship-time {
}
/* main page container css*/
#main-container {
}
.main-container {
	margin-bottom: 100px;
	padding-top: 100px;
}
/* All form and input type of template */
input.form-control {
	background: #fff;
	border: 2px solid #dddddd;
	height: 48px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	margin-bottom: 20px;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075)
}
textarea.form-control {
	background: #fff;
	border: 2px solid #dddddd;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	height: auto;
	min-height: 120px;
	margin-bottom: 20px;
}
select.form-control {
	background: #fff;
	border: 2px solid #dddddd;
	height: 48px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	border-radius: 0;
}
label {
	font-size: 21px;
	font-weight: 500;
}
button {
	background: transparent;
}
.form-horizontal .control-label {
	text-align: left;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	line-height: 1;
}
/*
 **
 * 3.0 Home Page / Index page
 * 
 *
 *--------------------------------------------
*/
/*
*3.1 - Header
*/
#tp-header {
}
.tp-header {
}
.tp-header .navbar {
	border-radius: 0px;
	min-height: 120px;
	padding-top: 20px;
	margin-bottom: 0px;
}
.tp-header .navbar-default {
	background-color: #393332;
	border:none;
}
.tp-header .navbar-nav {
	margin-top: 15px;
}
.tp-header .navbar-default .navbar-nav>li>a {
	color: #696362;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 4px 4px 0px 0px;
}
.tp-header .navbar-default .navbar-nav>li>a.search {
	margin-right: 10px;
}
.tp-header .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #262120;
}
.tp-header .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	/* background-color: transparent; */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Drop down menu css */
.tp-header .dropdown-menu {
	background-color: #262120;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .0);
	border: none;
}
.tp-header .dropdown-menu>li>a {
	font-size: 21px;
	color: #696362;
	text-transform: uppercase;
}
.tp-header .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ab4f42;
}
/* Mobile menu css */
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #ab4f42;
	background-image: none;
	border: 1px solid #ab4f42;
	border-radius: 4px;
}
.navbar-default .navbar-toggle {
	border-color: #ab4f42;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f7ca2d;
}
/* search bar */
.search-open {
	background-color: #262120;
	height: 120px;
	display: none;
	position: relative;
	width: 100%;
	padding: 40px 20px 20px 20px;
}
.search-open .form-control {
	background-color: #363130;
	border-radius: 2px;
	border: 2px solid #464140;
	padding-top: 20px;
	padding-bottom: 20px;
}
.search-open .btn-search {
	background-color: #9f4738;
	color: #fff;
	padding-top: 10px;
	font-size: 21px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
}
/*
*
*
*3.2 - Slider
*
*
*/
#camera-slider {
}
.camera-slider {
}
.camera-slider .camera_wrap .camera_caption h1 {
	font-family: 'Permanent Marker', cursive;
	color: #fff;
	font-size: 95px;
	margin-bottom: 50px;
}
.camera-slider .camera_wrap .camera_caption p {
	color: #fff;
}
.camera-slider .camera_caption > div {
	background-color: transparent;
}
.camera-slider .camera_caption {
	bottom: 30%;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
}
.camera-slider .camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background-color: #b05144;
}
.camera-slider .camera_wrap .camera_pag .camera_pag_ul li {
	top:-70px;
	right: 30px;
	background-color: #fff;
}
/*
*
*
*3.3 - About Section
*
*
*/
#about-section {
}
.about-section {
	margin-bottom: 100px;
	padding-top: 80px;
}
.section-title {
	text-align: center;
	margin-bottom: 60px;
}
.about-section .block {
	text-align: center;
}
.about-section .block img {
	margin-bottom: 30px;
}
.about-block {
	margin-bottom: 80px;
}
.divider-shape {
	margin-top : 50px;
	margin-bottom: 100px;
}
/*
*
*
*3.4 - Ministry Section
*
*
*/
#ministry-section {
}
.ministry-section {
	margin-bottom: 100px;
}
.ministry-section .ministry-image {
}
.ministry-section .ministry-image img {
	width: 100%;
	border-radius: 4px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.ministry-section .ministry-image img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
/* Owl Carousel Script Class */
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;/*	height: auto; */
}
/*
*
*
*3.5 - Message Section
*
*
*/
#latest-message {
}
.latest-message {
	margin-bottom: 100px;
}
.message-section {
	margin-bottom: 60px;
}
.message-section .sermons-series {
}
.message-section .sermon-description {
}
.message-section .sermon-description .sermon-date {
	margin-right: 20px;
}
.message-section .sermon-description .sermon-speaker {
}
.message-section .message-action {
}
/*
*
*
*3.6 - Blog Section
*
*
*/
#blog-section {
}
.blog-section {
	margin-bottom: 100px;
}
.blog-post {
	margin-bottom: 40px;
}
.blog-post .blog-pic {
	margin-bottom: 30px;
}
.blog-post .blog-block {
	margin-bottom: 20px;
}
.blog-post .blog-pic img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	width: 100%;
}
.blog-post .blog-pic img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
}
.blog-post .blog-title a {
	color: #393332;
}
.blog-post .blog-title a:hover {
	color: #ab4f42;
}
.blog-post .blog-meta {
	margin-bottom: 20px;
	font-size: 17px;
}
.blog-post .blog-meta span.meta-date {
	margin-right: 10px;
}
.blog-post .blog-meta span.comments a {
	color: #393332;
}
.blog-post .blog-meta span.comments a:hover {
	color: #ab4f42;
}
.blog-post .blog-meta .meta-date i, .blog-post .blog-meta .comments i {
	margin-right: 10px;
	color: #ab4f42;
}
/*
*
*
*3.7 - Footer
*
*
*/
#footer {
}
.footer {
	background-color: #302a29;
	padding-top: 100px;
	padding-bottom: 60px;
}
.footer ul{ padding:0px; }
.footer ul li{ list-style:none; }
.footer .ft-about {
}
.footer h2 {
	color: #fff;
}
.footer .useful-link li a {
	color: #696362;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .useful-link li a:hover {
	color: #ab4f42;
}
.footer .useful-link li i {
	color: #ab4f42;
	margin-right: 10px;
}
.footer .newsletter-box {
	margin-top: 60px;
}
.footer .newsletter-box .form-control {
	background-color: #363130;
	border-radius: 2px;
	border: 2px solid #464140;
	/* padding-top: 20px;
	padding-bottom: 20px; */
}
.footer .newsletter-box .btn-submit {
	background-color: #9f4738;
	color: #fff;
	padding-top: 6px;
	font-size: 21px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-left: 0px;
}
.footer .social-button {
	margin-top: 60px;
}
.footer .btn-social {
	border: #464140 2px solid;
	font-size:17px;
	color: #696362;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 5px;
	margin-bottom: 10px;
}
.footer .btn-social:hover {
	background-color: #ab4f42;
	color: #fff;
	border: #ab4f42 2px solid;
}
.footer .btn-social i {
	margin-right: 10px;
}
/*
*
*
*3.8 - Footer
*
*
*/
.tiny-footer {
	background-color: #292423;
	padding-top: 40px;
}
/*---------------------------------------------------*/
/*
*
*4.0 - About us
*
*/
.our-mission, .our-vision, .our-vision-blocks, .belief {
	margin-bottom: 50px;
}
.aboutus .lead {
	font-size: 27px;
	margin-bottom: 50px;
}

.belief-points .panel-title {
	font-size: 42px;
}
.belief-points .panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	border-bottom: 1px solid #d1d1d1;
	border-radius: 0px;
	margin-top: 30px;
}
.belief-points .panel-default>.panel-heading {
	background-color: transparent;
	color: #393332;
}
.belief-points .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
/*---------------------------------------------------*/
/*
*
*5.0 - Ministries
*
*/
.ministries .ministry-block {
	margin-bottom: 60px;
}
.ministries .ministry-block h2 a {
	color: #393332;
}
.ministries .ministry-block h2 a:hover {
	color: #ab4f42;
}
.ministries .ministry-image img {
	width: 100%;
	border-radius: 4px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.ministries .ministry-image img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
/*---------------------------------------------------*/
/*
*
*6.0 - Ministries Single
*
*/

.ministries-single .ministry-image-full img {
	border-radius: 4px;
	margin-bottom: 30px;
	width: 100%;
}
.ministries-single .ministries-single-block {
	margin-bottom: 30px;
	margin-top: 60px;
}
/*---------------------------------------------------*/
/*
*
*7.0 - Pastor
*
*/
.pastor .lead-pastor, .administrative-pastor, .music-pastor, .adults-pastor {
	margin-bottom: 80px;
}
.pastor .pastor-heading {
	margin-bottom: 30px;
}
.pastor .pastor-block {
	margin-bottom: 30px;
}
.pastor .pastor-block .thumbnail img {
	width: 100%;
	opacity: .8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pastor .pastor-block .thumbnail img:hover {
	width: 100%;
	opacity: 1;
}
.pastor .pastor-block .pastor-detail {
}
.pastor .pastor-block .pastor-detail small {
	color: #ab4f42;
}
/*---------------------------------------------------*/
/*
*
*8.0 - Pastor Single
*
*/
.pastor-single .pastor-title {
	margin-bottom: 60px;
}
.pastor-single .pastor-descriptions {
}
.pastor-single .pastor-descriptions .pastor-contact {
	margin-bottom: 60px;
}
.pastor-single .pastor-descriptions .pastor-contact i {
	margin-right: 20px;
}
/*---------------------------------------------------*/
/*
*
*9.0 - Church Campus
*
*/
.church-campus .church-content .church-pic {
	margin-bottom: 30px;
}
/*---------------------------------------------------*/
/*
*
*10.0 - Blog
*
*/
.blog-content .feature-post {
	margin-bottom: 60px;
}
.blog-content .blog-meta {
	font-size: 17px;
}
.blog-content .blog-meta .meta-date, .blog-content .blog-meta .meta-author, .blog-content .blog-meta .meta-comments {
	margin-right: 20px;
}
.blog-content .blog-meta .meta-date i, .blog-content .blog-meta .meta-author i, .blog-content .blog-meta .meta-comments i {
	margin-right: 10px;
	color: #ab4f42;
}
.blog-content .blog-meta .meta-date, .blog-content .blog-meta .meta-author, .blog-content .blog-meta .meta-tags {
	margin-right: 20px;
}
.blog-content .blog-meta .meta-date i, .blog-content .blog-meta .meta-author i, .blog-content .blog-meta .meta-tags i {
	margin-right: 10px;
	color: #ab4f42;
}
.blog-content .feature-post img {
	margin-bottom: 30px;
	border-radius: 4px;
	width: 100%;
}
.blog-pagination {
	text-align: center;
	margin-top: 60px;
}
.blog-pagination .pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #696362;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #696362;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-pagination .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #ab4f42;
	cursor: default;
	background-color: transparent;
	border-color: #ab4f42;
}
.blog-pagination .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #fff;
	background-color: #ab4f42;
	border-color: #ab4f42;
}
.blog-content .blog-pic img {
	border-radius: 4px;
	margin-bottom: 30px;
}
.blog-content blockquote {
	padding: 20px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #ab4f42;
}
.blog-content blockquote p {
	font-size: 25px;
	color: #393332;
	font-style: italic;
}

/* related post */
.blog-content .blog-details .related-post {
	border-top: 2px solid #e5e5e5;
	padding-top: 30px;
}
.blog-content .blog-details .pre-next-post {
	border-top: 2px solid #e5e5e5;
	padding-top: 30px;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 30px;
}
.blog-content .blog-details .pre-next-post a {	
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 30px;
}
.blog-content .blog-details .blog-prv-link {
	padding-top: 30px;
	padding-bottom: 30px;
}
.blog-content .blog-details .blog-nxt-link {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: right;
}
.blog-content .blog-comments {
	margin-top: 60px;
}
.blog-content .blog-comments h2 {
	margin-bottom: 30px;
}
.blog-content .blog-comments .comments .media {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.blog-content .blog-comments .comments .media .media-left, .media>.pull-left {
	padding-right: 30px;
}
.blog-content .blog-comments .media-body span {
	font-size: 17px;
}
.btn-reply {
	color: #ab4f42;
	font-size: 14px;
}
.blog-content .blog-comments .comments .media .nested-media {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-top: 60px;
}

.leave-comments .form-group .form-control {
	width: 65%;
}
/**
 * leave comments 
 * 
.leave-comments .form-group textarea.form-control{width: 75%;}
/**
 * author side bar 
 *
.blog-author-sidebar{}
.blog-author-sidebar .author-pic img{width: 100%; border-radius: 4px;}
.blog-author-sidebar .author-pic{margin-bottom: 30px;}
.blog-author-sidebar .author-descriptions{}
.blog-author-sidebar .social-link{}
.blog-author-sidebar .social-link i{ color: #ab4f42; margin-right: 10px;}
*/
/*  blog side bar */
.widget {
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.widget ul{padding:0px;}
.widget ul li{list-style:none;}
.widget-title {
	margin-bottom: 30px;
}
.categories-widget ul li i, .archive-widget ul li i {
	margin-right: 10px;
}
/* search widget */

.search-widget .btn-search {
	background: #ab4f42;
	height: 48px;
	padding: 0px 20px;
	border: none;
	border-radius: 0px;
	color: #fff;
}
/* categories widget */

.categories-widget ul li span {
	margin-left: 10px;
	color: #ab4f42;
	font-size: 17px;
}
/* archive widget */

.widget_recent_post_widget ul li {
	margin-bottom: 40px;
}
.widget_recent_post_widget .meta-date {
	font-size: 17px;
}
.widget_recent_post_widget .meta-date i {
	margin-right: 10px;
}
.widget_recent_post_widget .small-tumbnail {
	float: left;
	padding-right: 20px;
}
.widget_recent_post_widget .small-tumbnail img {
	border-radius: 4px;
}
/* tags widget */
.widget_tag_cloud .outline-btn {
	padding: 0px;
	padding: 4px 14px;
	font-size: 17px;
}
/*---------------------------------------------------*/
/*
*
*11.0 - Sermon 
*
*/
.sermon .sermons-series {
	margin-bottom: 30px;
}
.sermon .sermons-series .series-pic img {
	margin-bottom: 30px;
	width: 100%;
}
.sermon .sermons-series .series-pic .sermon_img img {
	width:555px;
	height:276px;
}
.sermon .sermons-series .sermon-meta {
	margin-bottom: 20px;
	font-size: 17px;
}
.sermon .sermons-series .sermon-meta .speaker-meta {
	margin-right: 20px;
}
.sermon .sermons-series .sermon-meta .speaker-meta a {
	color: #ab4f42;
}
/*---------------------------------------------------*/
/*
*
*12.0 - Sermon Single 
*
*/
.sermon-single .series-pic img {
	width: 100%;
	margin-bottom: 30px;
}
.sermon-single .sermons-series .sermon-meta {
	margin-bottom: 20px;
	font-size: 17px;
	color: #696362;
}
.sermon-single .sermons-series .sermon-meta .speaker-meta {
	margin-right: 20px;
}
.sermon-single .sermons-series .sermon-meta .speaker-meta a {
	color: #ab4f42;
}
.sermon-single .sermons-series .sermon-meta .sermon-date {
	margin-right: 20px;
}
.sermon-single .sermon-list-odd {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 15px;
	min-height: 140px;
	padding-right: 15px;
}
.sermon-single .sermon-list-even {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 15px;
	min-height: 140px;
	padding-right: 15px;
}
.sermon-single .message-action {
	margin-top: 40px;
	text-align: right;
}
/*---------------------------------------------------*/
/*
*
*13.0 - I m new here 
*
*/
.i-m-new-content {
	margin-bottom: 60px;
}
.i-m-new .list-arrow i {
	padding-right: 10px;
}
.i-m-new .ch-time-loc {
	margin-bottom: 100px;
}
.ch-title h1 {
	margin-bottom: 60px;
}
.i-m-new .location-map img {
	border: 5px solid #fff;
}
/*---------------------------------------------------*/
/*
*
*14.0 - Events 
*
*/
.events .event-content {
	margin-bottom: 50px;
}
.events .date-box-red {
	background-color: #ab4f42;
	padding: 8px;
	padding-bottom: 28px;
	border-radius: 4px;
}
.events .date-box-red .box-white {
	background-color: #fff;
	padding: 12px 8px;
	border-radius: 4px;
	text-align: center;
}
.events .date-box-red .box-white h3 {
	margin-bottom: 0px;
}
.events .events-pic {
	margin-bottom: 30px;
}
.events .events-pic img {
	width: 100%;
	border-radius: 4px;
-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.events .events-pic .event_img img {
	width:417px;
	height:217px;
}
.events .events-pic img:hover {
	width: 100%;
	border-radius: 4px;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}
.events .events-description .event-detail {
	margin-bottom: 30px;
}
.events .events-description .event-contact {
	margin-bottom: 30px;
}
.events .events-description .event-time i, .event-location i, .event-contact i {
	padding-right: 10px;
	width: 30px;
}
/*---------------------------------------------------*/
/*
*
*15.0 - Events Single
*
*/
/*---------------------------------------------------*/
/*
*
*16.0 - Contact us
*
*/
.contact-us .contact-form .required {
	color: #ff0000;
}
.contact-us .contact-form input.form-control {
	width: 80%;
	margin-bottom: 30px;
}
.contact-us .contact-form textarea.form-control {
	margin-bottom: 60px;
}
/*---------------------------------------------------*/
/*
*
*17.0 - Giving
*
*/
.list-arrow li i {
	color: #ab4f42;
	padding-right: 10px
}
.giving .credit-card, .cash-check-giving {
	margin-top: 50px;
	margin-bottom: 100px
}
.giving .credit-card h2 i, .giving .cash-check-giving h2 i {
	color: #ab4f42;
	padding-right: 20px;
}
.giving .have-question {
	text-align: center;
	margin-bottom: 100px;
}
/*---------------------------------------------------*/
/*
*
*18.0 - Visitor Form
*
*/

.visitor-form-field {
	margin-top: 60px;
}
.visitor-form-field .form-group {
	margin-bottom: 10px;
}
.visitor-form-field .radio label, .checkbox label {
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 1.3;
}
.visitor-form .outline-btn {
	margin-top: 30px;
}
/*---------------------------------------------------*/
/*
*
*19.0 - Church Membership Form
*
*/
.member-form .outline-btn {
	margin-top: 30px;
}
/*---------------------------------------------------*/
/*
*
*20.0 - Volunteer Form
*
*/
.volunteer-form-field {
	margin-top: 60px;
}
.volunteer-form-field .outline-btn {
	margin-top: 30px;
}
/*---------------------------------------------------*/
/*
*
*21.0 - Prayer Form
*
*/
.prayer-form-field {
	margin-bottom: 60px;
}
/*---------------------------------------------------*/
/*
*
*22.0 - FAQ's
*
*/
.faq .question-answer {
	margin-bottom: 60px;
}
/*---------------------------------------------------*/
/*
*
*23.0 - 404 Error
*
*/
.error {
	background-image:url(../images/404-pic.jpg);
	height: 700px;
}
.error .error-content {
	padding-top: 200px;
}
.error .error-links {
	text-align: center;
	margin-top: 60px;
}
.error .error-links p {
	color: #fff;
}
.error h1 {
	font-size: 255px;
	color: #fff;
	line-height: 200px;
	letter-spacing: -10px;
	font-weight: 800;
}
.error h2 {
	color: #fff;
	font-size: 85px;
	line-height: 85px;
}

/*---------------------------------------------------*/
/*
*
* Mobile Css *
*
*/
@media(max-width:767px) {
    h1 {
        font-size: 55px;
        margin-bottom: 10px;
        line-height: 60px;
        margin-top: 0px;
    }
    .outline-btn-yellow {
        border: 2px solid #ecb91d!important;
        padding-left: 5px!important;
        color: #fff;
        font-size: 21px;
        padding-right: 5px!important;
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        background: rgba(236, 185, 29, .2)!important;
    }
    .tp-header .navbar {
        border-radius: 0px;
        min-height: 80px;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .page-header-bg {
        background-image: url(../images/page-header.jpg);
        padding-top: 65px;
        height: 420px;
    }
    /* Logo Image */
    .navbar-brand>img {
        display: block;
        width: 180px;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .tp-red-btn {
        display: none;
    }
    /* camera slider css */
    .camera-slider .camera_caption {
        bottom: 10%;
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .camera-slider .camera_wrap .camera_caption h1 {
        font-family: 'Permanent Marker', cursive;
        color: #fff;
        font-size: 45px;
        margin-bottom: 10px;
    }
    .about-section {
        margin-bottom: 50px;
        padding-top: 40px;
    }
    .ministry-section, .latest-message, .blog-section {
        margin-bottom: 50px;
    }
    .divider-shape {
        margin-bottom: 50px;
    }
    /**** Breadcrumb *****/
    .worship-time {
        display: none;
    }
    .page-header-bg .page-title h1 {
        font-family: 'Permanent Marker', cursive;
        font-size: 35px;
        color: #f6e8a9;
        margin-bottom: 30px;
    }
    /* 404 page */
    .error .error-content {
        padding-top: 20px;
        text-align: center;
    }
    .error h1 {
        font-size: 85px;
        color: #fff;
        line-height: 60px;
        font-weight: 800;
        letter-spacing: 0px;
    }
    .error h2 {
        color: #fff;
        font-size: 34px;
        line-height: 55px;
    }
}

.church_time {
    display: none !important;
}

body {
    font-size: 16px !important;
}

@media screen and (max-width: 1366px) {
    .navbar-nav>li {
        font-size: 16px !important;
    }
}

.page-header-bg .page-title h1.tp-blog-title {
    font-size: 42px;
    margin-top: -15px;
    line-height: 50px;
}

@media only screen and (max-width: 720px) {
    .page-header-bg .page-title h1.tp-blog-title {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}