/**
* COLORS:
* Header text ==> #340926
* COL MAIN Color (Lime) --> #a6ce39
* Faint Light blue --> #F9FDFF 
* Yellow --> #ebcd3d
* Yellow 2 --> #ffd900
* Orange --> bd7331
* Mulled Red --> #b04329
*
*  Ideally pics should be in ratio 16:9
*  e.g. 1920x1080; 1600x900; 1280x720; 800x450; 640x360 etc
*/

@media only screen and (min-width: 992px) {
    .classy-nav-container .classy-navbar .classynav .ml-lg-5 {
        margin-left: 1rem !important;
    }
}

b, strong {
    font-weight: bolder;
}

.h-50 {
    height: 50%!important;
}

.pl-5 {
    padding-left: 5px!important;
}

.float-left {
    float: left!important;
}

.dplay-block {
	display: block;
}

.pos-relative {
    position: relative;
    z-index: 1;
}

.color-white {
    color: #fff;
}

.color-primary {
    color: #a6ce39;
}

.font-12 {
    font-size: 1.2em;
}

.mr-5 {
    margin-right: 5px!important;
}

.p-10 {
    padding: 10px!important;
}

.p-20 {
    padding: 20px!important;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.mb-10 {
    margin-bottom: 10px!important;
}
.mb-15 {
    margin-bottom: 15px!important;
}

.mb-20 {
    margin-bottom: 20px
}

.mtb-50 {
   margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.float-left {
    float: left!important;
}

.w-2-3 {
	width: 66.666%!important;
}
.w-1-3 {
    width: 33.33%!important;
}

.ptb-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.pt-5 {
    padding-top: 5px!important;
}

.plr-5 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.pr-5 {
    padding-right: 5px!important;
}
.pb-5 {
    padding-bottom: 5px!important;
}
.h-100 {
    height: 100%!important;
}

.background-image-divs,
.background-image-section {    
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.background-image-section {
	position: absolute;
    background-attachment: fixed;
}

.background-image-divs {
	min-height: 144px;
}

.card-img-overlay {
    padding: 0;
    background: #222;
    opacity: .7;
}

.card-title-wrapper {
	content: "";
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
}

.card-title-wrapper p {
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.section-padding-75-0 {
    padding-top: 75px;
    padding-bottom: 0
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0
}

.section-padding-150-50 {
    padding-top: 150px;
    padding-bottom: 50px;
}


.section-padding-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.section-padding-50-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12);
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12); 
}

.card.gradient-card {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card.gradient-card .card-image {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.card.gradient-card .card-image .mask {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.blue-gradient-rgba {
    background: linear-gradient(40deg,rgba(69,202,252,0.9),rgba(48,63,159,0.9)) !important;
}

.light-blue-gradient {
	background: linear-gradient(40deg,rgba(146, 233, 246),rgba(142, 214, 201,0.9)) !important;
}


.purple-gradient-rgba {
    background: linear-gradient(40deg,rgba(255,110,196,0.9),rgba(120,115,245,0.9)) !important;
}

.peach-gradient-rgba {
    background: linear-gradient(40deg,rgba(255,216,111,0.9),rgba(252,98,98,0.9)) !important;
}

.aqua-gradient-rgba {
    background: linear-gradient(40deg,rgba(32,150,255,0.9),rgba(5,255,163,0.9)) !important;
}

.card .card-title {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
}

.gradient-card .text-white p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

.gradient-card .text-white p.click-text {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
}

.card.gradient-card .second-content {
    display: none;
}

.card.gradient-card .third-content {
    display: none;
}

.card-body {
    border-radius: 0 !important;
}

.card-body .meeting-meta  {
    padding-top: 10px;
}

.card-body .meeting-meta li {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    letter-spacing: 1.25px;
    margin-right: 20px;
}

.card-body .meeting-meta li i {
    margin-right: 5px;
}

.card.gradient-card .card-body {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.md-progress {
    position: relative;
    display: block;
    width: 100%;
    height: .25rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .header-area {
  	background-color: rgba(253,253,253)
}

.col-section-title {
	margin-bottom: 60px;
}

.col-section-title h2, .col-section-title h3,
.col-section-title h1, .col-section-title h4 {
    font-size: 44px;
    color: #333;
    text-transform:uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 600;
    position: relative;
}

.col-section-title h1 {
    padding-bottom: 25px;
    font-size: 48px;
}


.col-section-title h1:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    height: 2px;
    background: #7d9c27;
}

.col-section-title h3 {
    font-size: 40px;
}

.col-section-title h4 {
    font-size: 36px;
}

.col-section-title p {
    color: #728f23;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 14px;
}

.col-believer-area p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #222;
}

.announcement-area {
    background-color: #ebcd3d;
}

 .announcement-area .jumbotron {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ebcd3d /*#3581d5*/;    
}

.announcement-area .jumbotron h2{   
    color: #222;
    text-transform: uppercase;
    font-size: 40px;
}

.announcement-area .jumbotron p{   
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.announcement-area .jumbotron h4{   
    color: #b04329;
    font-size: 18px;
    text-transform: uppercase;
}

.fa-exclamation-triangle::before {
    padding-right: 7px;
}

.weekly-message-area, .meetings-area {
	position: relative;
    z-index: 1;
	background-color: #fcfdf8;
}

.weekly-message-area .weekly-sermon h2,
.weekly-scripture h2 {
	font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/** START HERE */
.weekly-message {
	padding-bottom: 50px;
}

.weekly-sermon .sermon.style-2 {
    background-color: #ffffff;
    /*box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);  */   
    border: 1px solid #e2e6e7;
    border-top: 0px solid transparent;
}

.weekly-sermon .sermon .sermon-thumb {
    overflow: hidden;
}

.weekly-sermon .sermon .sermon-thumb img {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.weekly-sermon .sermon .sermon-text {
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 10px 10px;
}

.weekly-sermon .sermon .sermon-text .sermon-title {
    font-size: 24px;
    font-weight: 400;
    color: #340926;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.weekly-sermon .sermon .sermon-text .sermon-title:hover, 
.weekly-sermon .sermon .sermon-text .sermon-title:focus {
    color: #a6ce39
}

.weekly-sermon .sermon .sermon-text .post-meta {
    margin-bottom: 15px
}

.weekly-sermon .sermon .sermon-text .post-meta a {
    color: #9293bc;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.weekly-sermon .sermon .sermon-text .post-meta a i {
    margin-right: 5px
}

.weekly-sermon .sermon .sermon-text .post-meta a:last-child {
    margin-right: 0
}

.weekly-sermon .sermon .sermon-text .post-meta a:hover, 
.weekly-sermon .sermon .sermon-text .post-meta a:focus {
    color: #a6ce39
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .weekly-sermon .sermon .sermon-text .post-meta a {
        margin-right:15px;
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .weekly-sermon .sermon .sermon-text .post-meta a {
        margin-right:15px;
        font-size: 12px
    }
}

.weekly-sermon .sermon .sermon-text p {
	font-size: 16px;
    margin-bottom: 0
}

.weekly-sermon .sermon:hover .sermon-thumb img, 
.weekly-sermon .sermon:focus .sermon-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sermon .col-play-btn {
    left: 42%;
    top: 32%;
}

.weekly-scripture {
	overflow: hidden;
	z-index: 0;
}

.weekly-scripture .scripture-wrap {
	padding: 10px 5px 10px 10px;
}

.weekly-scripture span {
    position: absolute;
    left: 25px;
    line-height: 1;
    font-size: 300px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.05);
}

.weekly-scripture p.chapter-verse {
	font-size: 30px;
	font-weight: 400;
	font-family: "Crimson Text", serif;
	font-style: italic;
}

.col-latest-sermon-area {
	background-color: #f7f7f7;
}

.col-latest-sermon-area h2 {
	font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.col-latest-sermon {
    position: relative;
    z-index: 1; 
    margin-bottom: 70px;
}

.col-latest-sermon.style-2 {
    background-color: #ffffff;
    box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15); 
}

.col-latest-sermon .col-latest-sermon-thumb {
    overflow: hidden;
}


.col-latest-sermon .col-latest-sermon-thumb img {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.col-latest-sermon .col-latest-sermon-text {
    background-color: #ffffff;
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 10px 10px;
}
  
/*=====*/
.col-latest-sermon .col-latest-sermon-text .latest-sermon-title {
    font-size: 24px;
    font-weight: 400;
    color: #340926;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.col-latest-sermon .col-latest-sermon-text .latest-sermon-title:hover, .col-latest-sermon .col-latest-sermon-text .latest-sermon-title:focus {
    color: #a6ce39
}

.col-latest-sermon .col-latest-sermon-text .post-meta {
    margin-bottom: 15px
}

.col-latest-sermon .col-latest-sermon-text .post-meta a {
    color: #9293bc;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms
}

.col-latest-sermon .col-latest-sermon-text .post-meta a i {
    margin-right: 5px
}

.col-latest-sermon .col-latest-sermon-text .post-meta a:last-child {
    margin-right: 0
}

.col-latest-sermon .col-latest-sermon-text .post-meta a:hover, .col-latest-sermon .col-latest-sermon-text .post-meta a:focus {
    color: #a6ce39
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .col-latest-sermon .col-latest-sermon-text .post-meta a {
        margin-right:15px;
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .col-latest-sermon .col-latest-sermon-text .post-meta a {
        margin-right:15px;
        font-size: 12px
    }
}

.col-latest-sermon .col-latest-sermon-text p {
    color: #111343;
    margin-bottom: 0
}

.col-latest-sermon:hover .col-latest-sermon-thumb img, .col-latest-sermon:focus .col-latest-sermon-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

/********/

.col-latest-sermon-area-2 {
	background: #f8f9fa !important;
	position: relative;
}

.col-latest-sermon-area-2 h2 {
	font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.col-latest-sermon-area-2 .col-latest-sermon h2 {
    font-size: 24px;
    font-weight: 400;
}

.col-latest-sermon-area-2 .col-vid-btn {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 40%;
    border-radius: 50%;
    background: #a6ce39;
    z-index: 1;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.col-latest-sermon-area-2 .col-vid-btn span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%);
}

.col-latest-sermon .meta span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.col-play-btn {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #a6ce39;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.col-play-btn span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -48%);
    -ms-transform: translate(-30%, -48%);
    transform: translate(-30%, -48%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(166, 206, 57, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.4);
    box-shadow: 0 0 0 0 rgba(166, 206, 57, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(166, 206, 57, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(166, 206, 57, 0);
    box-shadow: 0 0 0 30px rgba(166, 206, 57, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(166, 206, 57, 0);
    box-shadow: 0 0 0 0 rgba(166, 206, 57, 0); } }


.col-latest-sermon div > p {
    font-size: 18px;
}

.col-btn {
    position: relative;
    z-index: 1;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.col-more-btn {
    position: relative;
    z-index: 1;
    height: 15px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    display: inline-block;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5c741d !important;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.col-btn::before {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    content: '';
    background-image: -ms-linear-gradient(120deg,#7d9c27 0%,#a6ce39 100%);
    background: #A6CE39;
    background-image: -webkit-linear-gradient(120deg,#7d9c27 0%,#a6ce39 100%);
    z-index: -2;
}

.col-btn:focus::before, .col-btn:hover::before {
    left: 110%;
}

.col-btn:focus, .col-btn:hover {
    font-weight: 500;
    background-color: #ffffff;
    color: #111343 !important;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
}

.col-newcomer-area, .col-devotions-area,
.col-welcome-area {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF
}

.col-welcome-area .col-welcome-content-text h6 {
    font-size: 14px;
    font-weight: 500;
    color: #610042 /*#df42b1*/;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #4b4d7b;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: inline-block
}

.col-newcomer-content-text h3,
.col-welcome-area .col-welcome-content-text h3 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-top: 5px;
}

.col-welcome-area .col-welcome-content-text h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.col-welcome-area .col-welcome-content-text h3 {
        font-size:32px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.col-welcome-area .col-welcome-content-text h3 {
        font-size:24px
    }
}

@media only screen and (max-width: 767px) {
	.col-welcome-area .col-welcome-content-text h3 {
        font-size:22px
    }
}

.col-welcome-area .col-welcome-content-text p {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.col-newsletter-area {
	background-color: #E7E7E7;
	background: url('./img/bg-img/green-black-bg.png') repeat scroll 0 0 transparent;
	padding-top: 10px;
	padding-bottom: 30px;
}

.col-newsletter-area .banner-link {
    display: inline-block;
    margin: 0 0 10px;
}

.col-newsletter-area .banner-link > img {
    margin: 15px 15px 10px;
}

@media only screen and (max-width: 767px) {
	.col-newsletter-area .banner-link {
	    display: block;
    	margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.col-newsletter-area  .banner-link > img {
	    width: 60px;
	    margin: 0 10px 10px;
	}
}

.col-newsletter-area .banner-link > span {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #3c3c3c;
}

.col-newsletter-area .banner-link > i, .col-newsletter-area .banner-link > em {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    color: #e14105;
}  

.col-update-area {
	background-color: #E7E7E7;
	/*background:  url('./img/bg-img/grey-bg.png') repeat scroll 0 0 transparent;*/
	background-image: url('./img/bg-img/grey-bg.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0 ;
	background-color: transparent;
	min-height: 100px;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.update-content {
    margin: 25px 0;
    font-size: 0;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.update-content {
	    text-align: center;
	}
}

.update-content .title {
    font-size: 40px;
    line-height: 50px;
    color: #ac6;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.update-content .col-btn {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .update-content .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .update-content .title {
    	font-size: 28px !important;
    	line-height: 1.1 !important;
        width: 100% !important;
    	float: none !important;
    	text-align: center;
    	margin: 0 0 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .update-content .title {
        font-size: 16px !important;
    	line-height: 1.1 !important;    	
    	width: 100% !important;
    	float: none !important;
    	text-align: center;
    	margin: 0 0 10px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .update-content .col-btn {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .update-content .col-btn {
    	height: 40px;
    	line-height: 40px;
    	font-size: 14px;
    	float: none !important;
		margin: 0 auto;
		width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .update-content .col-btn {
  		height: 30px;
    	line-height: 30px;
    	font-size: 15px;
    	float: none !important;
		margin: 0 auto;
		width: 100%
    }
}

.meetings-area {
    position: relative;
    z-index: 1;
    background-color: #fcfdf8 /*#F9FDFF #3c4b12*/
}

.meetings-area .meeting-wrap .meeting {
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid #efeef6;
}

.meetings-area .meeting-wrap .meeting img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.meetings-area .meeting-wrap .meeting p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.meetings-area .meeting .meeting-info {
    padding: 20px 30px;
}

.meetings-area .meeting h3{
    text-transform: uppercase;
}

.meetings-area .meeting-wrap .meeting-logon p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.meetings-area .meeting-wrap .meeting-logon ul,
.meetings-area .meeting-wrap .meeting-logon ol {
    margin-bottom: 20px;
}

.meetings-area .meeting-wrap .meeting-logon li {
    margin-left: 40px;
    list-style: disc;
    font-size: 14px;
    padding-bottom: 10px;
}

/*
.meetings-area-title{
	margin-bottom: 60px;
}
*/

.meetings-area .single-meeting .card {
    border: 0px solid transparent;
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 5px 15px 0px rgba(90, 111, 120, 0.35);
    box-shadow: 1px 5px 15px 0px rgba(90, 111, 0, 0.35);
    border-color: #ffffff;
}

.meetings-area .single-meeting .card-img-top {
    border-radius: 0px;
}

.meetings-area .single-meeting .card .card-body {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e2e6e7;
    border-top: 0px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.meetings-area .single-meeting .card .card-body a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    display: inline-block;
}

.meetings-area .single-meeting .card span {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 5px;
}

.meetings-area .single-meeting .card .card-title {
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.giving-content p {
	font-size: 15px;
	font-weight: bold;
}

.event-countdown-area {
    position: relative;
    z-index: 1;
    background-color: #fcfdf8 /*#F9FDFF #3c4b12*/
}

.event-countdown-area {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.event-countdown-area .overlay {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background-color: #d7e9a6;
}

.event-countdown-area h2.subheading {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.event-countdown-area h2 a {
    color: #fff;
}

#timer {
    width: 100%;
}

#timer .time {
    width: 25%;
    font-size: 50px;
    font-weight: 600;
    border-left: 1px solid rgba(255,255,255,0.1);
    color: #fff;
}

#timer .time:first-child {
	border-left: transparent;
}

#timer .time span {
	font-size: 16px;
    display: block;
    color: #fff; 
}

.audacious{
	background: #262f0c;
	background-image: url('./img/bg-img/dept-bg-3.jpg');	
}
.accolade{
	background: #3c4b12;
	background-image: url('./img/bg-img/dept-bg-2.jpg');
}
.column{
	background: #516619;
	background-image: url('./img/bg-img/dept-bg-4.jpg');
}
.collate{
	background: #678120;
	background-image: url('./img/bg-img/dept-bg-6.jpg');
}

.welfare{
	background: #1b2208;
	background-image: url('./img/bg-img/dept-bg-9.jpg');
}
.colour{
	background: #313d0f;
	background-image: url('./img/bg-img/dept-bg-7.jpg');
}
.collective{
	background: #465816;
	background-image: url('./img/bg-img/dept-bg-5.jpg');
}
.collage{
	background: #5c741d;
	background-image: url('./img/bg-img/dept-bg-8.jpg');
}

.department-area {
    position: relative;
    z-index: 1;
    background: #fcfdf8;
}

.department-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.department {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center!important;    
	background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .department {
        height:350px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .department {
        height:215px
    }
}

@media only screen and (max-width: 767px) {
    .department {
        height:195px
    }
}


.department-content {
    padding: 0 30px;
}

.department-content h2 {
    font-size: 28px;
    color: #F9FDFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}

.department-content p {
    font-size: 18px;
    color: #F9FDFF;
    font-weight: 400;
    font-family: "Crimson Text", serif;
    font-style: italic;
}

.department-content h5 {
	text-align: center;
	color: #F9FDFF;
	text-transform: uppercase;
	font-size: 10pt;
}

.department-content h5 a {
	color: #F9FDFF;
}

.aboutus-section {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.aboutus-section {
	background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.intro-overlay {
	width: 100%;
	background-color: #3c4b12;
    opacity: .7;
}

.aboutus-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.aboutus-section h1.page-title {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
}

.aboutus-section .aboutus-heading {
    margin-bottom: 60px;
    padding: 30px 30px;
}

.aboutus-section .aboutus-heading h2,
.aboutus-section .aboutus-heading h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.aboutus-section .aboutus-heading h2 {
    font-size: 44px;
}

.aboutus-section .aboutus-heading p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}

/*****/
.aboutus-section h3 {
    font-size: 38px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.aboutus-section p {
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.aboutus-section .aboutus-tab {
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

.aboutus-section .aboutus-tab .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none
}

.aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link {
    color: #e3f0c1;
    background-color: #5c741d;
    text-align: center;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 15px 30px;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: 1px solid #728f23
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link {
        font-size:14px
    }
}

@media only screen and (max-width: 767px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link {
        font-size:10px;
        padding: 10px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link {
        font-size:12px;
        padding: 15px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link {
        font-size:14px
    }
}

.aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize
}

@media only screen and (max-width: 767px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link span {
        font-size:9px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link span {
        font-size:10px
    }
}

.aboutus-section .aboutus-tab .nav-tabs .nav-item .nav-link.active {
    background-color: #88aa2a;
    color: #fff
}

.aboutus-section .aboutus-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
    border-radius: 10px 0 0 10px
}

.aboutus-section .aboutus-tab .nav-tabs .nav-item:last-child .nav-link {
    border-right: none;
    border-radius: 0 10px 10px 0
}

.aboutus-section-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .aboutus-section-img {
        height:900px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .aboutus-section-img {
        height:750px
    }
}

@media only screen and (max-width: 767px) {
    .aboutus-section-img {
        height: 500px
    }
}

.core-team.aboutus-section .aboutus-heading h2,
.our-mission.aboutus-section .aboutus-heading h2,
.our-leaders.aboutus-section .aboutus-heading h2 {
    color: #333;
}

.whoweare, .pastoro, 
.beliefs, .pastorv,
.values, .vision {
	padding: 15% 20%;
	background: #f6faea;
}

.pastoro {
	background: #f6faea; 
}

.pastoro-img{
	background-color: #fff;
}

.pastorv {
	background: #fcfdf8;
}

.single-mission-slide.bg-overlay::after {
    background-color: transparent;
}

/*
.our-mission.aboutus-section .aboutus-heading {
    margin-bottom: 0px;
    padding: 0px 30px;
}
*/

.mission-slides {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.mission-slides .owl-prev,.mission-slides .owl-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 20px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    border: 2px solid #a6ce39;
    color: #a6ce39;
    font-size: 34px
}

.mission-slides .owl-prev:hover,.mission-slides .owl-prev:focus,.mission-slides .owl-next:hover,.mission-slides .owl-next:focus {
    background-color: rgba(255,255,255,.5);
    color: #000
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .mission-slides .owl-prev,.mission-slides .owl-next {
        left:20px
    }
}

@media only screen and (max-width: 767px) {
    .mission-slides .owl-prev,.mission-slides .owl-next {
        width:40px;
        left: 15px;
        height: 40px;
        font-size: 18px;
        line-height: 38px
    }
}

.mission-slides .owl-next {
    left: auto;
    right: 20px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .mission-slides .owl-next {
        right:20px
    }
}

@media only screen and (max-width: 767px) {
    .mission-slides .owl-next {
        right:15px
    }
}

.single-mission-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 685px;
    background-color: #fff
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-mission-slide {
        height:500px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-mission-slide {
        height: 425px
    }
}

@media only screen and (max-width: 767px) {
    .single-mission-slide {
        height: 250px
    }
}

.col-content-area h4,
.col-content-area h2 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.col-content-area h2 {
    font-size: 44px;
}

.col-content-area h4 {
    font-size: 20px;
    margin-bottom: 50px;
}

.col-content-area ul {
    margin-bottom: 20px;
    font-size: 14px;
}

.col-content-area li {
    margin-left: 40px;
    list-style: disc;
}

.who-we-are, .core-team, 
.our-leaders, .our-mission {
    background-color: #E7E7E7;
    background: url(./img/bg-img/light-bg.png) repeat scroll 0 0 transparent;
}

/** Life-Zone **/
.col-meeting-wrap {
    padding: 30px 0;
    width: 100%;
}

.col-meeting-wrap .img {
    width: 100%;
    display: block;
    height: 360px;
}

.img, .blog-img, .user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.col-meeting-wrap .text {
    width: 100%;
    background: #e5eec3;
}

.col-meeting-wrap .text .col-section-title{
   margin-bottom: 30px;   
}

.col-meeting-wrap .text h4 {
    font-size: 32px;
    font-weight: 600;
}

.col-meeting-wrap .text .meta p {
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    color: #3c3c3c;
}

.meetings-area .meeting-wrap .meeting p span,
.col-meeting-wrap .text .meta p span {
    display: block;
    margin-bottom: 15px;
}

.col-meeting {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 1px 5px 15px 0px rgba(90, 111, 120, 0.35);
    box-shadow: 1px 5px 15px 0px rgba(90, 111, 0, 0.35);
    border-color: #ffffff;
}


@media only screen and (max-width: 767px) {
	.col-meeting-wrap {
   		padding: 20px;
	}
	
	.col-meeting-wrap .img {
   		width: 100%;
    	height: 200px;
    	margin-bottom: 0px;
	}
	
	.col-meeting-wrap .text h4 {
    	font-size: 22px;
	}
	
	.col-meeting-wrap .text .meta p {
	    font-weight: 500;
	    font-size: 13px;
	    line-height: 1.5;
	}
}

.newsletter h3, .newsletter h4,
.newsletter h1 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.newsletter h1 {
    font-size: 70px;
}

.newsletter h3 {
    font-size: 36px;
}

.newsletter h4 {
    font-size: 32px;
}

.newsletter p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

/** Video Area **/
.video-area .card {
	box-shadow: none;
}

.video-container {
	position: relative;
}

.video-overlay,
.abs-blr {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.video-overlay {
	background : #222;
	opacity: .8;
	padding: 10px 15px;
}

.video-overlay h4,
.video-overlay h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	padding: 0;
	color: inherit;
	font-weight: normal;
}

.video-overlay h4 {
	font-size: 12px;
	line-height: 1.3;
}

.video-overlay span {
	font-size: 14px;
	display: inline-block;
}

.list-li-mr-20>li {
    margin-right: 20px;
}

.video-overlay ul li {
    list-style: none;
    display: inline-block;
    line-height: 1.6;
    font-size: 12px;
}

@media only screen and (max-width: 567px) {
	
	.video-container {
		margin-bottom: 15px;
		border-radius: .25rem!important;
	}
	
	.video-container .overlay.rounded {
		margin-bottom: 0!important;
		border-radius: 0!important;
		box-shadow: none!important;
	}
	
	.video-overlay  {
    	position: relative;
    	background: #000;
    	opacity: 1;
	}
	
	.video-overlay h4 {
		font-size: 16px;
	}
}

/*
.video-wrapper {
	height: 600px!important;
}


.video-wrapper h4,
.video-wrapper h3 {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: normal;
}

.video-wrapper h4 {
	font-size: 16px;
}

.list-li-mr-20>li {
    margin-right: 20px;
}

.video-wrapper ul li {
    list-style: none;
    display: inline-block;
    line-height: 1.6;
    font-size: .8em;
}

.video-wrapper span {
    display: inline-block;
}
*/

.video-wrapper-top{
	height: 66.666%!important;
	overflow: hidden;
}

.video-wrapper-bottom{
	height: 33.33%!important;
	overflow: hidden;
}
.video-img-bg {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
/*
.video-bg-grad-layer-6:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    background: linear-gradient(to top,#000 0%,rgba(0,0,0,.4) 100%);
}
*/

@media only screen and (max-width: 767px) {
	.h-sm-auto {
    	height: auto!important;
	}
	
	.pr-sm-0 {
	    padding-right: 0px!important;
	}	
	.h-sm-300x {
    	height: 300px!important;
	}
	.w-sm-100 {
	    width: 100%!important;
	}	
	.float-sm-none {
	    float: none!important;
	}
	
	.bg-sm-color-7 {
	    background: rgba(0,0,0,.7);
	}	
	.video-wrapper h4, .video-wrapper h3 {
	    font-size: 16px;
	    line-height: 1.5;
	}	
	.h-sm-600x {
	    height: 600px!important;
	}
	.ptb-sm-5 {
	    padding-top: 5px!important;
	    padding-bottom: 5px!important;
	}
	.pl-sm-0 {
	    padding-left: 0px!important;
	}
	.mb-sm-5 {
	    margin-bottom: 5px!important;
	}
}
 
 /** Latest News Area **/ 
 h4.p-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #333;
}

.video-area h4.p-title:before, 
.latest-news-area h4.p-title:before, 
.side-news-panel h4.p-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: #7d9c27;
    z-index: 1;
}

.video-area h4.p-title:after,
.latest-news-area h4.p-title:after,
.side-news-panel h4.p-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

 .latest-news-area h4.story-title {
    padding-top: 20px;
    font-size: 1.3em;
}

.latest-news-area ul.story-unordered-list {
	padding-top: 0px;
	padding-bottom: 10px;
}
.color-lite-black {
    color: #888;
}

.color-black {
    color: #333;
}

.latest-news-area .story-unordered-list > li {
    margin-right: 20px;
}

.story-unordered-list li {
    list-style: none;
    display: inline-block;
    line-height: 1.6;
    font-size: .9em;
}

.list-awesome-icon {
	color: #a6ce39;
	margin-right: 5px;
	font-size: 1.2em;
}

.story-snippet {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
}

.story-snippet .img-holder {
	height: 100px;
	width: 100px !important;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	z-index: 1;
}

.story-snippet .content {
	margin-left: 120px !important;
	min-height: 100px !important;
}

.story-snippet h5 {
	font-size: 1.1em;
}

.story-snippet h6 {
	font-size: .80em;
	padding-top: 10px;
}

.story-snippet h6 span {
	display: inline-block;
}

.latest-news-area .more-stories-btn {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 43px;
    border: 1px solid #7d9c27;
    color: #7d9c27;
    border-radius: 2px;
}

.latest-news-area .more-stories-btn:hover {
    background: #7d9c27;
    color: #fff;
}

.side-news-panel{
	padding-left: 20px !important;
}

.activity-widgets ul.activity-list {
	background: #7d9c27 !important;
	color: #fff;
}

.activity-widgets ul.list-block > li{
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    display: block;
    line-height: 1.6;
    font-size: .9em;
}

.social-widgets ul.list-block > li{
	padding-top: 0;
    padding-bottom: 0;
    display: block;
    border: 0;
    line-height: 1.6;
    font-size: .9em;
    margin-bottom: 10px;
}

.social-widgets .social-list li a {
    overflow: hidden;
    border: 1px solid #eeeeee;
    display: block;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}

.social-widgets .social-list li a i {
    height: 24px;
    width: 24px;
    background: #4f63a0;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    margin-right: 20px;
    position: relative;
}

.social-widgets .social-list li a i:after {
    content: "";
    height: 16px;
    width: 1px;
    background: #eeeeee;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-widgets .social-list li a span {
    float: right;
    position: relative;
}

.social-widgets .social-list li a span:after {
    content: "";
    height: 16px;
    width: 1px;
    background: #eeeeee;
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-widgets .social-list li a i.fa-twitter {
    background: #6fc9ff;
}

.social-widgets .social-list li a i.fa-youtube {
    background: #c30512;
}

.social-widgets .social-list li a i.fa-instagram {
    background: #c30512;
}

.abs-tblr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-layer-7:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .7;
    background: #111;
}

.dplay-tbl {
    display: table;
    height: 100%;
    width: 100%;
}

.dplay-tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.side-news-panel h4 {
	font-size: 1.3em;
	text-transform: uppercase;
}

.link-brdr-btm-primary {
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #7d9c27;
}

.link-brdr-btm-primary {
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #7d9c27;
}

.link-brdr-btm-primary:hover {
    color: #7d9c27;
}

.link-brdr-btm-primary:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #7d9c27;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.nwsltr-primary-1 {
    position: relative;
}

.nwsltr-primary-1 input {
    height: 45px;
    display: block;
    width: 100%;
    padding: 0 65px 0 20px;
    border: 1px solid #7d9c27;
}

.nwsltr-primary-1 button {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 45px;
    text-align: center;
    background: #7d9c27;
    color: #000;
    border: 0;
    outline: 0;
}

.nwsltr-primary-1 button:hover {
    background: #222;
    color: #fff;
}

/**   Blog Content **/
.blog-section .blog-box .blog-post {
    padding-bottom: 35px;
    margin-bottom: 0;
    border-bottom: none;
}

.blog-box .blog-post h1, .blog-box .blog-post h2, .blog-box .blog-post h3,
.blog-box .blog-post h4, .blog-box .blog-post h5, .blog-box .blog-post h6 {
    font-size: 40px;
    color: #333;
    text-transform:uppercase;
    font-weight: 600;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-box .blog-post h2 {
    font-size: 36px;
}

.blog-box .blog-post h3 {
    font-size: 32px;
}


.blog-box .blog-post h4 {
    font-size: 28px;
}

.blog-box p {
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: 500;
}

.blog-box .blog-post img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.blog-box .prev-next-post .other-post {
    padding: 35px 25px;
    border: 1px solid #e4e2f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #f9fafb;
    margin-bottom: 40px;
}

.blog-box .prev-next-post .other-post img {
    float: left;
    width: 70px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.blog-box .prev-next-post .other-post.next-post img {
    float: right;
}

.blog-box .prev-next-post .other-post .post-content {
    margin-left: 88px;
}

.blog-box .prev-next-post .other-post.next-post .post-content {
    margin-left: 0;
    margin-right: 88px;
    text-align: right;
}

.blog-box .prev-next-post .other-post .post-content > a {
    color: #5649c0;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.blog-box .prev-next-post .other-post .post-content h2 {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.blog-box .prev-next-post .other-post .post-content h2 a {
    color: #2d3034;
}

.blog-box .prev-next-post .other-post .post-content span {
    display: inline-block;
    color: #6c7a89;
    font-size: 14px;
    font-weight: 300;
}

.contact-form-box > h2,
.comment-area-box > h2 {
    padding-bottom: 18px;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
}

.contact-form-box > h2:after,
.comment-area-box > h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #2d3034;
}

.comment-area-box > ul li {
    list-style: none;
}

.comment-area-box > ul li .comment-box {
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #efeef6;
}

.comment-area-box > ul li .comment-box img {
    max-width: 70px;
    height: auto;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.comment-area-box > ul li .comment-box .comment-content {
    margin-left: 100px;
}

.comment-area-box > ul li .comment-box .comment-content p {
    margin-bottom: 6px;
}

.comment-area-box > ul li .comment-box .comment-content h4 {
    float: left;
    color: #6c7a89;
    font-size: 18px;
    font-family: "Lora", serif;
    font-style: italic;
    margin: 0;
}

.comment-area-box > ul li .comment-box .comment-content h4 span {
    color: #a6ce39;
}

.comment-area-box > ul li .comment-box .comment-content a {
    float: right;
    color: #a6ce39;
    font-size: 18px;
    font-family: "Lora", serif;
    font-style: italic;
    margin: 0;
}

.comment-area-box ul.depth .comment-box {
    padding-left: 100px;
}

.contact-form-box #comment-form {
    margin: 0;
}

.contact-form-box #comment-form input[type="text"], .contact-form-box #comment-form textarea {
    width: 100%;
    padding: 12px 20px;
    background: #f9fafb;
    color: #6c7a89;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 24px;
    outline: none;
    border: 1px solid #e4e2f4;
    margin: 0 0 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.contact-form-box #comment-form input[type="text"], .contact-form-box #comment-form textarea {
    width: 100%;
    padding: 12px 20px;
    background: #f9fafb;
    color: #6c7a89;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 24px;
    outline: none;
    border: 1px solid #e4e2f4;
    margin: 0 0 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.contact-form-box #comment-form textarea {
    height: 120px;
    margin-bottom: 24px;
}

.single-client-content .single-client-text h4 {
	font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-client-content .single-client-text .single-client-thumb-info .client-info p.date {
    color: #222;
    font-size: 12px;
    font-weight: 600;
}

.col-story {
	margin-bottom: 25px;
}

.single-welcome-slide .service-info-peek {
	margin-top: 100px;
}

.single-welcome-slide .service-info-peek p {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.col-devotions-area {
	background-color: #222;
}

.col-devotions-area h3 {
	color: #fff;
}

.col-devotions-text p {
	color: #fff;
	font-size: 22px;
	font-family: "Lora", serif;
}

p.no-data-returned {
	font-size: 20px;
	font-weight: 600;
}

.jumbo-news-area {
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
}

.jumbotron {
	box-shadow: none;
	background-color: #f7f7f7;
}

.jumbo-news-area .card p {
	font-size: 24px;
	font-weight: 600;
}

.rgba-stylish-strong {
    background-color: rgba(62,69,81,0.3);
}

.jumbo-news .card .rgba-stylish-strong {
	height: inherit;
}

.jumbo-news .view img{
	display: unset;
}
