/*
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 *

/*font-family: 'Oswald', sans-serif;/*

/*font-family: 'Roboto Slab', serif;/*

/*font-family: font-family: 'Montserrat', sans-serif;/*

font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;




*--------------------------------------------
*/


/*
 **
 * 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: 40px;
    /* Based on Gloden ratio*/
    /* background-image:url(../images/ptrn-bg.jpg); */
    -webkit-font-smoothing: antialiased;
    background-color: #002b48;  /* background light color #f5f5f5*/
    overflow-x: hidden;
}


/* All headings color are same*/

h1,
h2,
h2s,
h3,
h4,
h5,
h6 {
    color: #dee2e6;
}

h1 {
    font-size: 55px;
    /* font size based on golden ratio base font is 21px */
    font-family: 'abel', sans-serif;
    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;
    color: #17a2b8;
}

h2s {
    font-size: 34px;
    /* font size based on golden ratio base font is 21px */
    margin-bottom: 0px;
    /*margin-bottom: 20px;*/
    line-height: 42px;
    margin-top: 0px;
    color: #ffc107;
}

h3 {
    font-size: 27px;
    /* font size based on golden ratio base font is 21px */
    margin-bottom: 10px;
    line-height: 34px;
    margin-top: 0px;
}

p {
    color: #ffffff;
    letter-spacing: .04em;
    line-height: 2.5rem;
    margin-bottom: 30px;
}

a {
    color: #03b9d6;
}

hr {
    border-top: 1px solid;
    color: #337ab7;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0f6398;
}

ul {
    padding: 0px;
    color: #eaeaea;
    margin-bottom: 30px;
}

ul li {
    list-style: none;
    color: #eaeaea;
}


/* selected with the mouse and highlighted text */

::selection {
    background: #0f6398;
    color: #fff;
}


/*
 **
 * 2.0 - Repeatable Patterns
 * 
 * Below css for the repeatable css style like button, input type etc...
 *
 *--------------------------------------------
*/

.tp-btn {
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.tp-red-btn {
    background-color: #ffc107;
    font-size: 30px;
    color: #000000;
    -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: 21px;
    color: #22272b;
    -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 {
    background-color: #0f6398;
    color: #fff;
    margin-right: 10px;
    min-width: 17rem;
}

.outline-btn-red:hover {
    background-color: #083856;
    color: white;
}

.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: #0f6398;
    color: #fff;
    border: 2px solid #0f6398;
}

.outline-small i {
    margin-left: 5px;
}

.outline-btn-yellow {
    border: 2px solid #f6e8a9!important;
    padding-left: 30px!important;
    color: #fff;
    font-size: 21px;
    padding-right: 30px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background: rgba(246, 232, 169, .2)!important;
}

.outline-btn-yellow:hover {
    border: 2px solid #f6e8a9!important;
    background: rgba(246, 232, 169, 1)!important;
    color: #0f6398;
}


/* Page Header css  */

.page-header-bg {
    background-image: url(../images/page-header2.jpg);
    padding-top: 7%;
    min-height: 455px;
    
}

.page-header-bg .page-title {
    text-align: center;
    color: #fff;
}

.page-header-bg .page-title h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 110px;
    line-height: 85%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-header-bg .page-title p {
    color: #fff;
}


/* Page Header css for ZOE  */

.page-header-bgzoe {
    background-image: url(../images/page-header3.jpg);
    padding-top: 115px;
    height: 420px;
}

.page-header-bgzoe .page-title {
    text-align: center;
    color: #fff;
}

.page-header-bgzoe .page-title h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 110px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.page-header-bgzoe .page-title p {
    color: #fff;
}


/* Breadcrumb css */

.tp-breadcrumb {
    background-image: url(../images/breadcrumb-bg.jpg);
    height: 101px;
    padding-top: 30px;
}

.tp-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 0px;
}

.tp-breadcrumb .worship-time {}


/* main page container css*/



.main-container {

    padding-top: 4rem;
}


/* All form and input type of template */

input.form-control {
    background: #fff;
    border: 2px solid #dddddd;
    height: 48px;
    border-radius: 0px;
    font-size: 21px;
    -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;
    font-size: 21px;
}

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;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #001a2e;
    background-color: #002b48 !important;
    /*background-color: rgb(0 0 0 / 76%) !important;*/
    border: none;
    border-radius: inherit !important;
    min-height: 9rem;
    margin-bottom: inherit;
}
/*  Deriks Color with Gradient
.navbar {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.469625350140056) 47%, rgba(0, 0, 0, 0.7329306722689075) 69%, rgba(0, 0, 0, 1) 100%);
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: inherit !important;
    min-height: 9rem;
    margin-bottom: inherit;
}*/

.navbar li {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-nav li a {
    color: white !important;
    font-size: 25px;
}

.tp-header .navbar-nav {
    margin-top: 15px;
}

.tp-header .navbar-default .navbar-nav>li>a {
    color: #fff;
    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: #15181b;
}

.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;
}

.nav-link {
    color: #fff !important;
    font-size: 20pt;
}

.dropdown-item {
    font-size: 20pt;
    color: #656f75;
}

.dropdown-item:hover {
    background-color: #337ab7;
}


/* Drop down menu css */

.tp-header .dropdown-menu {
    background-color: #15181b;
    -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: #656f75;
    text-transform: uppercase;
}

.tp-header .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0f6398;
}


/* Mobile menu css */

@media screen and (max-width: 999px) {
    .navbar-collapse .navbar-nav {
        align-items: initial !important;
        margin-top: 2rem;
    }
    .navbar {
        position: relative;
        width: 100%;
        z-index: 2;
        background: #002b48 !important;
        border: none;
        border-radius: inherit !important;
        min-height: 7rem;
        margin-bottom: inherit;
    }
}

@media screen and (max-width: 640px) {
    .carousel-item .carousel-caption h1 {
        font-size: 48px !important;
    }
    .carousel-caption {
        height: 80% !important;
    }
    .carousel-caption h2 span {
        font-size: 25px !important;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0f6398;
    background-image: none;
    border: 1px solid #0f6398;
    border-radius: 4px;
}

.dropdown-menu {
    background-color: #15181b;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 130, 244, 1);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,130,244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f6e8a9;
}


/* search bar */

.search-open {
    background-color: #1c252b;
    height: 120px;
    display: none;
    position: relative;
    width: 100%;
    padding: 40px 20px 20px 20px;
}

.search-open .form-control {
    background-color: #656f75;
    border-radius: 2px;
    border: 2px solid #656f75;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 21px;
}

.search-open .btn-search {
    background-color: #0f6398;
    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 {}

.carousel-item .carousel-caption h1 {
    font-family: 'Permanent Marker', cursive;
    color: #fff;
    font-size: 95px;
}

.camera-slider .camera_wrap .camera_caption p {
    color: #fff;
}

.camera-slider .camera_caption>div {
    background-color: transparent;
}

.carousel-caption {
    height: 57%;
}

.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: #f6e8a9;
}

.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;
}

.tp-breadcrumb .container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.tp-breadcrumb .container .col-md-4 .breadcrumb li a {
    margin-right: 1rem;
}

.about-section .block {
    text-align: center;
}

.about-section .block img {
    margin-bottom: 30px;
}

.about-block {
    margin-bottom: 80px;
}

.divider-shape {
    margin-bottom: 65px;
}


/*
*
*
*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: 30px;
}

.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: #22272b;
}

.blog-post .blog-title a:hover {
    color: #0f6398;
}

.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: #22272b;
}

.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: #0f6398;
}


/*
*
*
*3.7 - Footer
*
*
*/

#footer {}

.footer {
    background-color: #001a2e;
    padding-top: 68px;
    padding-bottom: 0px;
}

.footer .ft-about {}

.footer h2 {
    color: #fff;
}

.footer p {
    color: #ffffff;
}

.footer .useful-link li a {
    color: #656f75;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .useful-link li a:hover {
    color: #0f6398;
}

.footer .useful-link li a i {
    color: #0f6398;
    margin-right: 10px;
}

.footer .newsletter-box {
    margin-top: 60px;
}

.footer .newsletter-box .form-control {
    background-color: #22282c;
    border-radius: 2px;
    border: 2px solid #1b2024;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .newsletter-box .btn-submit {
    background-color: #0f6398;
    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: #10CFC9 2px solid;
    font-size: 17px;
    color: #10CFC9;
    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: #10CFC9;
    color: #fff;
    border: #10CFC9 2px solid;
}

.footer .btn-social i {
    margin-right: 10px;
}


/*
*
*
*3.8 - Footer
*
*
*/

.tiny-footer {
    background-color: #000000;
    padding: 9px;
}


/*---------------------------------------------------*/


/*
*
*4.0 - About us
*
*/

#aboutus {}

.aboutus {}

.our-mission,
.our-vision,
.our-vision-blocks,
.belief {
    margin-bottom: 50px;
}

.aboutus .lead {
    font-size: 27px;
    margin-bottom: 6px;
    /*margin-bottom: 50px;*/
}

.aboutus .mission-descriptions {}

.our-vision {}

.belief {}

.belief-points {}

.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: #22272b;
    padding: 20px;
}

.belief-points .panel-default>.panel-heading_libertad {
    background-color: #02a8f4;
    color: #fff;
    padding: 20px;
}

.belief-points .panel-default>.panel-heading_generosidad {
    background-color: #d9dc13;
    color: #3b3b3b;
    padding: 20px;
}

.belief-points .panel-default>.panel-heading_adoracion {
    background-color: #9c26b0;
    color: #fff;
    padding: 20px;
}

.belief-points .panel-default>.panel-heading_comunidad {
    background-color: #ff9700;
    color: #fff;
    padding: 20px;
}

.belief-points .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}


/*---------------------------------------------------*/


/*
*
*5.0 - Ministries
*
*/

#ministries {}

.ministries {}

.ministries .ministry-block {
    margin-bottom: 60px;
}

.ministries .ministry-block h2 a {
    color: #22272b;
}

.ministries .ministry-block h2 a:hover {
    color: #0f6398;
}

.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 {}

.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 {}

.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: #0f6398;
}


/*---------------------------------------------------*/


/*
*
*8.0 - Pastor Single
*
*/

#pastor-single {}

.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-campus {}

.church-campus .church-content {}

.church-campus .church-content .church-pic {
    margin-bottom: 30px;
}

.church-campus .church-content .abt-church {}

.church-campus .church-content .church-sidebar {}

.church-campus .church-content .church-sidebar .service-time {}

.church-campus .church-content .church-sidebar .ch-address {}

.church-campus .church-content .church-sidebar .contact-detail {}


/*---------------------------------------------------*/


/*
*
*10.0 - Blog
*
*/

#blog-content {}

.blog-content {}

.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: #0f6398;
}

.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: #0f6398;
    cursor: default;
    background-color: transparent;
    border-color: #0f6398;
}

.blog-pagination .pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #0f6398;
    border-color: #0f6398;
}

.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 #0f6398;
}

.blog-content blockquote p {
    font-size: 25px;
    color: #22272b;
    font-style: italic;
}

.blog-content .blog-details {}


/* 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 {
    color: #0f6398;
    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 comments */

.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: #0f6398;
    font-size: 14px;
}

.blog-content .blog-comments .comments .media .nested-media {
    border: none;
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}

.blog-content .leave-comments {}

.blog-content .leave-comments label {}

.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: #0f6398;
    margin-right: 10px;
}


/*  blog side bar */

.widget {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.widget-title {
    margin-bottom: 30px;
}

.categories-widget ul li i,
.archive-widget ul li i {
    margin-right: 10px;
}


/* search widget */

.search-widget {}

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


/* categories widget */

.categories-widget {}

.categories-widget ul li span {
    margin-left: 10px;
    color: #0f6398;
    font-size: 17px;
}


/* archive widget */

.archive-widget {}


/* recent post widget */

.recent-post-widget {}

.recent-post-widget ul li {
    margin-bottom: 40px;
}

.recent-post-widget .meta-date {
    font-size: 17px;
}

.recent-post-widget .meta-date i {
    margin-right: 10px;
}

.recent-post-widget .small-tumbnail {
    float: left;
    padding-right: 20px;
}

.recent-post-widget .small-tumbnail img {
    border-radius: 4px;
}


/* tags widget */

.tags-widget {}

.tags-widget .outline-btn {
    padding: 0px;
    padding: 4px 14px;
    font-size: 17px;
}


/*---------------------------------------------------*/


/*
*
*11.0 - Sermon 
*
*/

#sermon {}

.sermon {}

.sermon .sermons-series {
    margin-bottom: 30px;
}

.sermon .sermons-series .series-pic img {
    margin-bottom: 30px;
    width: 100%;
}

.sermon .sermons-series .series-description {}

.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: #0f6398;
}

.sermon .sermons-series .sermon-meta .series-name {}


/*---------------------------------------------------*/


/*
*
*12.0 - Sermon Single 
*
*/

#sermon-single {}

.sermon-single {}

.sermon-single .series-pic img {
    width: 100%;
    margin-bottom: 30px;
}

.sermon-single .series-description {}

.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: #0f6398;
}

.sermon-single .sermons-series .sermon-meta .series-name {}

.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 {}

.i-m-new {}

.i-m-new-content {
    margin-bottom: 60px;
}

.i-m-new .welcome-msg {}

.i-m-new .list-arrow {}

.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 .map img {
    border: 5px solid #fff;
}


/*---------------------------------------------------*/


/*
*
*14.0 - Events 
*
*/

#events {}

.events {}

.events .event-content {
    margin-bottom: 50px;
}

.events .date-box-red {
    background-color: #003B4D;
    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 img:hover {
    width: 100%;
    border-radius: 4px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.events .events-description {}

.events .events-description .event-detail {
    margin-bottom: 30px;
}

.events .events-description .event-time {
    color: #ffffff;

}

.events .events-description .event-contact {
    margin-bottom: 30px;
    color: #ffffff;
}

.events .events-description .event-time i,
.event-location i { 
    color: #ffffff;
}

.event-contact i {
    padding-right: 10px;
    width: 30px;
}


/*---------------------------------------------------*/


/*
*
*15.0 - Events Single
*
*/

.event-single {}


/*---------------------------------------------------*/


/*
*
*16.0 - Contact us
*
*/

#contact-us {}

.contact-us {}

.contact-us .contact-form {}

.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;
}

.contact-us .contact-info {}

.contact-us .contact-info .ct-info {}

.contact-us .contact-info .be-volunteer {}

.map {
    height: 417px;
}


/*---------------------------------------------------*/


/*
*
*17.0 - Giving
*
*/

#giving {}

.giving {}

.giving .credit-card {}

.giving .cash-check-giving {}

.list-arrow {}

.list-arrow li i {
    color: #0f6398;
    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: #0f6398;
    padding-right: 20px;
}

.giving .have-question {
    text-align: center;
    margin-bottom: 100px;
}

.giving .report-block {}


/*---------------------------------------------------*/


/*
*
*18.0 - Visitor Form
*
*/

#visitor-form {}

.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 {}

.member-form {}

.member-form .outline-btn {
    margin-top: 30px;
}


/*---------------------------------------------------*/


/*
*
*20.0 - Volunteer Form
*
*/

#volunteer-form {}

.volunteer-form {}

.volunteer-form-field {
    margin-top: 60px;
}

.volunteer-form-field .outline-btn {
    margin-top: 30px;
}


/*---------------------------------------------------*/


/*
*
*21.0 - Prayer Form
*
*/

#prayer-form {}

.prayer-form {}

.prayer-form-field {
    margin-bottom: 60px;
}


/*---------------------------------------------------*/


/*
*
*22.0 - FAQ's
*
*/

#faq {}

.faq {}

.faq .question-answer {
    margin-bottom: 60px;
}


/*---------------------------------------------------*/


/*
*
*23.0 - 404 Error
*
*/

#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: 13em;
    }
    .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;
    }
}