/*----------------------------------------COMMON--------------------------------------*/

body {
	font: 16px "Source Sans Pro", sans-serif;
	max-width: 100%;
    overflow-x: hidden;
}

.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}

.d-block {
	display: block;
}

.row-height {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.col-height {
	display: table-cell;
	vertical-align: top;
	float: none;
	height: 100%;
}

a {
	font-family: "Source Sans Pro", sans-serif;
	color: #cb433d;
}

a:hover {
	color: #bf4039;
}

.text-primary {
	color: #000000;
}

.box-padding {
	padding-left: 45px;
	padding-right: 45px;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: transparent;
}

.btn-lg {
	margin: 0 0 10px 25px;
	padding: 15px 25px;
	line-height: 1;
}

.btn-dark {
	background: #191919;
	color: #fff;
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
	background: #000;
	color: #fff;
}

.bg-light {
	background: #eff5fa;
}

.wrap .btn-default:nth-child(2) {
	background: #cb433d;
	border-color: #cb433d;
	color: #fff;
}

.wrap .btn-default:active,
.wrap .btn-default:focus,
.wrap .btn-default:hover {
	background: #fff;
	border-color: #fff;
	color: #cb433d;
}

.wrap a:focus,
.wrap a:active,
.wrap button:active,
.wrap button:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.heading-sm {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px;
}


/*Modal vertical alignment*/

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.modal-content {
	width: inherit;
	height: inherit;
	margin: 0 auto;
	pointer-events: all;
}

.form-control {
	height: 54px;
	font-size: 16px;
	color: #444;
	padding-left: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	resize: none;
	height: 115px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #d9534f;
}


/*----------------------------------------WRAP--------------------------------------*/

.wrap {
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}


/*-------------------------------------HEADER---------------------------------------*/

.header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: table;
	width: 100%;
	overflow: hidden;
	z-index: 100;
}

.header-logo {
	display: table-cell;
	width: 150px;
	display: inline-block;
}

.auth-nav {
	position: relative;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.auth-nav-link {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.auth-nav-link:after {
	content: '|';
	padding: 0 17px 0 20px;
	display: inline-block;
}

.auth-nav-link:last-of-type:after {
	display: none;
}

.auth-nav-link:hover,
.auth-nav-link:focus {
	color: #bf4039;
	text-decoration: none;
}

.auth-nav-link:hover:after,
.auth-nav-link:focus:after {
	color: #fff;
}

.navbar {
	/*     background: #f7f7f7; */
	background: #000;
	padding: 15px 45px;
	z-index: 1000;
	border-radius: 0px;
	border: none;
}

.static-navbar {
	left: 0; 
	position: absolute; 
	right: 0;
/* 	bottom: -20px; */
	margin: 0;
}
.static-navbar .navbar {
	z-index: 10;
}

.navbar-fixed-top {
	display: none
}

.mob-menu-btn {
	float: left;
	display: none;
	color: #444;
	font-size: 20px;
	border: none;
	background: none;
	margin: 5px 20px 0 0;
}

.main-nav {
	position: relative;
	float: left;
	margin-right: 30px;
}

.static-navbar .main-nav {
	line-height: 16px;
	margin: 0;
	padding: 0
}

.nav-link,
.main-nav-link {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .5px;
	text-transform: uppercase;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.main-nav-link {
	color: #ffffff;
	padding-left: 15px;
	letter-spacing: 1px;
}

.static-navbar .main-nav-link {
	margin: 0;
	padding-right: 0;
	padding-left: 15px;
}

.main-nav-link:first-child {
	padding-left: 0;
}

.main-nav-link:last-child {
	padding-right: 0;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
	color: #bf4039;
	text-decoration: none;
}

.close-nav {
	display: none;
	float: left;
	width: 30px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #bf4039;
}

.close-nav:hover {
	text-decoration: none;
}

.social-nav {
	float: right;
}
.social-nav-item {
	float: left; 
	font-size: 20px;
	padding: 0px 12px;
	color: #ffffff;
}
.social-nav-item2 {
	/* float: left; */
	font-size: 1.6em;
	padding: 0px 12px;
	color: #ffffff;
}

.static-navbar {
/* 	margin-top: -56px; */
	font-size: 15px
}

nav.infos{
	margin-top: 10px;
}


/*-------------------------------------CONTENT--------------------------------------*/

.content {
	font-size: 27px;
	color: #444;
}

.content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 35px;
}

.section {
	position: relative;
	min-height: 10vh;
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-half {
	min-height: 50vh;
	padding-top: 120px;
	padding-bottom: 120px;
}

.section .section-heading {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.section .section-heading.margin-sm {
	margin-bottom: 30px;
}

.section-shadow {
	-webkit-box-shadow: inset 0 8px 49px 4px #ddd;
	-moz-box-shadow: inset 0 8px 49px 4px #ddd;
	box-shadow: inset 0 8px 49px 4px #ddd;
}

.section .section-heading small {
	font-size: 80%;
}

.banner-section {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:500px;
}

.banner-section2 {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:500px;
}

.banner-section .btns-wrap,.banner-section2 .btns-wrap
.banner-section .banner-section-content,.banner-section2 .banner-section-content {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 100px 30px;
	z-index: 10;
}

.banner-section .btn {
	min-width: 255px;
	font-size: 20px;
	text-transform: uppercase;
}

.content .link-to-content {
	display: block;
	width: 38px;
	height: 38px;
	margin: 150px auto 0;
	background: url("../img/icons/down-arrow-in-small-circle.svg") no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.about-section {
	background-color: #fff;
}

.about-section .nav-tabs {
	display: inline-block;
	border-bottom: none;
	margin-bottom: 50px;
	;
}

.about-section .nav-tabs>li {
	display: inline-block;
	float: none;
}

.about-section .nav>li.active>a {
	font-size: 24px;
}

.about-section .nav>li>a {
	font-size: 16px;
	padding: 0 15px;
	border: none;
}

.about-section .nav>li>a:hover,
.about-section .nav>li>a:focus,
.about-section .nav>li>a:active,
.about-section .nav>li.active>a {
	background: none;
	border: none;
	color: #cb433d;
}


/*Video section*/

.video-section {
/* 	background: rgba(0,0,0,0.7) url("../img/arunahthaks.png") no-repeat center;*/
background-color:transparent;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.video-section .section-heading {
	color: #fff;
	margin-bottom: 40px;
}

.video-section .video-placeholder {
	position: relative;
	width: 80%;
	margin: 0 auto;
	background: #000;
	min-height: 480px;
}

.video-placeholder .play-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 146px;
	height: 142px;
	background: url(../img/play-black.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	opacity: .8;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

.video-placeholder .play-video-btn:hover,
.video-placeholder .play-video-btn:focus {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.modal-video {
	display: block;
	width: 100%;
	min-height: 500px;
}

.modal.fade {
	-webkit-transition: opacity .2s linear, none;
	-moz-transition: opacity .2s linear, none;
	-ms-transition: opacity .2s linear, none;
	-o-transition: opacity .2s linear, none;
	transition: opacity .2s linear, none;
}


/*Events section*/

.events-section {
	background: #f7f7f7;
}

.events-thumb-wrap {
	position: relative;
	width: 100%;
	padding-top: 65%;
	margin-bottom: 30px;
	overflow: hidden;
}

.events-thumb-wrap .thumb-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.events-thumb-wrap .thumb-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/*	background: #222222; */
	opacity: .4;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	z-index: 1;
}

.events-thumb-wrap .thumb-link img {
	opacity: 0;
}

.events-grid-item .event-description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
	padding: 10px;
	text-align: left;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 10;
}

.events-thumb-wrap:hover .thumb-link:before {
	opacity: 0;
}

.events-thumb-wrap:hover .event-description {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.events-grid-item .event-heading {
	font-size: 15px;
	margin: 0 0 5px;
}

.events-grid-item .event-time {
	font-size: 14px;
	color: #cb433d;
	margin: 0;
}

.event-description .col-description {
	width: 100%;
	padding-right: 10px;
}

.event-description .link-col {
	width: 80px;
	vertical-align: bottom;
}

.event-description .link-col .btn {
	font-size: 12px;
}


/*-------------------------------------FOOTER---------------------------------------*/

.footer {
	position: relative;
	font-size: 16px;
	color: #fff;
	z-index: 10;
}

.footer-content {
	padding: 165px 0 130px;
	min-height: 100vh;
/*	background: rgba(203, 67, 61, 0.8);
*/	z-index: 10;
	 background: rgb(143,99,6);
background: linear-gradient(90deg, rgba(143,99,6,1) 0%, rgba(196,147,43,1) 46%, rgba(158,113,16,1) 100%); 
}

.footer a {
	color: #fff;
}

.footer-content p {
	margin: 0;
}

.footer .map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.footer-logo-wrap {
	width: 80%;
}

.footer-section {
	padding-left: 30px;
}

.footer-section:first-of-type {
	border: none;
}

.footer-heading {
	font-size: 33px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.sub-section-heading {
	font-size: inherit;
	font-weight: 600;
}

.footer .sub-section-row {
	margin-bottom: 30px;
}

.footer .sub-section-row:last-of-type {
	margin-bottom: 0;
}

.footer .sub-section-row strong {
	font-weight: normal;
}

.footer .copyright {
	text-align: center;
	margin-bottom: 30px;
}

.bottom-footer {
	padding-top: 120px;
}

.bottom-footer .bottom-logo-wrap {
	width: 100px;
	margin: 0 auto;
}


/*-------------------------------------CONTACTS---------------------------------------*/

.contacts-page .banner-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .7;
	z-index: 1;
}

.contacts-page .banner-section-heading {
	font-size: 50px;
	color: #fff;
}

.contacts-form-section>p {
	margin: 0 auto 40px;
}

.contacts-form {
	margin: 0 auto;
}

.form-list-item {
	margin-bottom: 25px;
}

.form-list-item .btn-submit {
	max-width: 320px;
	width: 100%;
}

.circle-grid {
	margin: 0 auto 60px;
}

.circle-grid-item-wrap {
	position: relative;
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
	background: #f7f7f7;
	overflow: hidden;
	margin-bottom: 30px;
}

.circle-grid-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.circle-grid-item .item-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.circle-grid-item .grid-item-heading {
	font-size: 24px;
	margin: 0 0 10px;
}

.circle-grid-item p {
	margin-bottom: 10px;
}


/*About US page*/

.page-nav {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.page-nav-link {
	padding: 0 25px;
	color: #fff;
}

.labels-list {
	text-align: center;
	width: 70%;
	margin: 0 auto 60px;
}

.label-item {
	display: inline-block;
	font-size: 18px;
	margin: 0 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 40px;
}

.label-item:hover,
.active.label-item {
	border-color: #cb433d;
}

.label-item:hover>a,
.active.label-item>a {
	color: #cb433d;
}

.label-item>a {
	display: inline-block;
	padding: 15px 35px;
	color: #444;
}

.label-item>a:hover,
.label-item>a:focus,
.label-item>a:active {
	text-decoration: none;
}

.video-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: 177.44444478vh;
	/* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw;
	background: #000;
}

.video-bg>video {
	display: block;
	width: 100%;
	height: 100%;
}

@supports (object-fit: cover) {
	.video-bg>video {
		object-fit: cover;
	}
}


/*Excerpt section*/

.excerpt-section {
	min-height: initial;
	/*max-height: 50vh;*/
	padding-top: 60px
}

.excerpt-section blockquote {
	position: relative;
	display: block;
	padding: 15px 60px 15px 60px;
	border: none;
	font-style: italic;
	color: #444;
	max-width: 900px;
	margin: auto;
}

.excerpt-section h2 {
	margin-bottom: 20px!important;
}

.excerpt-section blockquote:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 54px;
	height: 42px;
	background: url(../img/quote-blue.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.excerpt-section blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 54px;
	height: 42px;
	background: url(../img/quote-blue.png) no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	transform: rotate(180deg);
}

.excerpt-section blockquote p {
	font-size: 16px;
	line-height: 1.5;
}

.excerpt-section blockquote cite {
	font-size: 20px;
	font-style: normal;
	color: #bf4039;
}

.excerpt-section blockquote cite:before {
	content: '';
	background: none;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	color: #bf4039;
}


/*Give online section*/

.give-online-section {
	background: url(../img/give-online-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

/********8 WAYS TO GIVE ICONS ********/
.ways-to-give .wtg-icon a i {
	font-size: 3em;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}

/*covid19*/

.covid19 {
	background: url(../img/covid19.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}


/*Get connected section*/

.get-connected-section {
	/*     background: url(../img/dots-bg.png) center  no-repeat; 
background-color: white;*/
background: url(../img/radio2.jpg) center no-repeat;
	
	-webkit-background-size: cover;
	background-size: cover;
}

.get-connected-section .card {
	margin-bottom: 60px;
}

.get-connected-section .card .img-wrap {
	display: block;
	max-width: 200px;
	margin: 0 auto 40px;
}

.get-connected-section .title {
	font-size: 20px;
	margin: 0;
}

.get-connected-section .card-link-wrap {
	text-decoration: none;
	color: #222;
}

.get-connected-section .card-link-wrap:hover,
.get-connected-section .card-link-wrap:focus {
	color: #cb433d;
	text-decoration: none;
}


/*Latest article section*/

.latest-article-section {
	background: url(../img/latest-articles-bg.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.latest-article-section .section-heading {
	color: #fff;
}

.articles-grid .card {
	margin-bottom: 30px;
}

.card-link-wrap {
	display: block;
}

.articles-grid .img-wrap {
	display: block;
	overflow: hidden;
}

.articles-grid .card-link-wrap .img-responsive {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.articles-grid .card-link-wrap:hover .img-responsive,
.articles-grid .card-link-wrap:focus .img-responsive {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.articles-grid .card-descriiption {
	background: #ffffff;
}

.articles-grid .card-descriiption .title {
	margin: 0;
	font-size: 18px;
	padding: 15px;
}

.articles-grid .card-link-wrap {
	color: #222222;
}

.articles-grid .card-link-wrap:hover,
.articles-grid .card-link-wrap:active,
.articles-grid .card-link-wrap:focus {
	text-decoration: none;
	color: #cb433d;
}


/*Featured project section*/

.featured-project-section .img-wrap {
	margin-bottom: 45px;
}

.featured-project-section .btns-wrap .btn {
	min-width: 180px;
	margin: 0 20px 20px;
}

.featured-project-section .btn-default:focus,
.featured-project-section .btn-default:active,
.featured-project-section .btn-default:hover {
	border: 1px solid #bf4039;
	background: #bf4039;
	color: #fff;
}


/* Blog */

.blog .latest-article-section {
	background: none;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.blog .latest-article-section .section-heading {
	color: #222;
}

.blog .card {
	overflow: hidden;
}

.blog .articles-grid .card-descriiption {
	margin: 0;
	height: 100%;
	padding: 0 30px;
	position: absolute;
	top: calc(100% - 54px);
	width: calc(100% - 29px);
	opacity: 0.9;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background: #f7f7f7;
}

.blog .card:hover .card-descriiption h3 {
	font-size: 20px;
	margin-top: 15px;
}

.blog .card .card-descriiption p {
	display: none;
	margin: 15px 0;
	font-size: 15px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.blog .card .card-descriiption p .date {
	display: block;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	color: #cb433d;
}

.blog .card .card-descriiption p a {
	margin-top: 15px;
}

.blog .card:hover .card-descriiption {
	top: 0;
	opacity: 0.9;
	background: #ffffff;
}

.blog .card:hover .card-descriiption p {
	display: block;
}

.blog .articles-grid .card-link-wrap {
	color: #222222;
}

.blog .articles-grid .card-link-wrap:hover,
.blog .articles-grid .card-link-wrap:active,
.blog .articles-grid .card-link-wrap:focus {
	text-decoration: none;
	color: #222222;
}

.blog .articles-grid .card:hover .img-responsive,
.blog .articles-grid .card:focus .img-responsive {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


/*Sermon section*/

.section-wrap {
	position: relative;
	overflow: hidden;
}

.sermon-section {
	display: table;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	z-index: 1;
}

.sermon-section .container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.sermon-section .section-heading {
	margin-bottom: 30px;
}

.sermon-section .section-heading+p {
	margin-bottom: 25px;
}


/*Subscribe section*/

.subscribe-section .section-heading {
	margin-bottom: 30px;
}

.subscribe-section .section-heading+p {
	color: #444;
}

.subscribe-form .form-control {
	margin-bottom: 45px;
}


/* About Page */

#valuesSection .container .row {
	max-width: 750px;
	margin: auto;
}

#valuesSection p,
#valuesSection h3 {
	text-align: left;
	display: inline;
	margin: 0
}

#valuesSection p {
	/* 	margin-bottom: 10px; */
}


/*Live Sermon section*/

.sermons-section {
	background: #fff;
}

.sermons-thumb-wrap {
	position: relative;
	width: 100%;
	padding-top: 65%;
	margin-bottom: 30px;
	overflow: hidden;
}

.sermons-thumb-wrap .thumb-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.sermons-thumb-wrap .thumb-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222222;
	opacity: .4;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	z-index: 1;
}

.sermons-thumb-wrap .thumb-link img {
	opacity: 0;
}

.sermons-grid-item .sermon-description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
	padding: 10px;
	text-align: left;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 10;
}

.sermons-thumb-wrap:hover .thumb-link:before {
	opacity: 0;
}

.sermons-thumb-wrap:hover .sermon-description {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.sermons-grid-item .sermon-heading {
	font-size: 15px;
	margin: 0 0 5px;
}

.sermons-grid-item .sermon-time {
	font-size: 14px;
	color: #cb433d;
	margin: 0;
}

.sermon-description .col-description {
	width: 100%;
	padding-right: 10px;
}

.sermon-description .link-col {
	width: 80px;
	vertical-align: bottom;
}

.sermon-description .link-col .btn {
	font-size: 12px;
}


/* Single Event Landing*/

.event-details>div p {
	margin: 0;
}

.event-details>div p:nth-child(1) {
	color: #777;
	font-size: 14px;
	letter-spacing: 1px;
}

.event-details>div p:nth-child(2) {
	margin-bottom: 15px
}

.event-details>div p i {
	margin-right: 8px;
}


/*---------------event page---------------------------*/

.event-landing__list {
	list-style-type: none;
	padding: 0;
}

.event-landing__list li {
	display: inline-block;
}

.event-landing__list li a i {
	margin-right: 10px;
	font-size: 1.5em;
	position: relative;
	top: 5px;
}

.event-landing__list li a {
	color: #fff;
	padding: 10px 20px;
	font-size: .8em;
	font-weight: bold;
}

.btn-blue {
	background-color: #71a9d7;
	color: #fff;
}

.btn-red {
	background-color: #cb433d;
	color: #fff;
}


/********* about us section ******/

.about-list {
	list-style-type: none;
	padding-left: 0;
}

.about-list li a,
.about-list li {
	display: inline-block;
}

.about-list li .margin-left {
	margin-left: 10px;
}

.about-list li .btn-blue,
.about-list li .btn-red {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
}

.about-section {
	padding: 10px 0px;
}

.about-section h3 {
	margin-top: 0;
	text-transform: uppercase;
	color: #71a9d7;
}

.about-section p {
	margin-bottom: 15px;
}

.text-red {
	color: #cb433d;
	font-weight: bold;
}


/********* schedule section ******/

.schedule-wrap {
	background: #f7f7f7;
	padding: 100px 0px;
}

.schedule-header {
	text-align: center;
}

.schedule-header h3 {
	color: #71a9d7;
}

.schedule-header .event-landing__list a i {
	color: #000;
	top: 2px;
}

.schedule-header .event-landing__list a {
	color: #cb433d;
	font-size: .6em;
}

.schedule-dates h3 {
	margin-top: 0;
	color: #71a9d7;
}

.schedule-list p {
	margin-bottom: 15px;
}

.schedule-list__header i {
	font-size: 1.1em;
	vertical-align: middle;
}

.schedule-list__header p {
	display: inline-block;
	color: #cb433d;
	font-size: .8em;
	margin-left: 20px;
	margin-bottom: 10px;
}

.schedule-inner hr {
	border: 0;
	border-top: 1px dashed #cb433d;
	margin: 40px auto;
}


/********* enter form section ******/

.enter-form__bg {
	background-image: url("http://nab.co/2f34Fmm");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 440px;
}

.enter-form__right {
	background: #f9f9f9;
	color: #444;
	padding: 100px 0px;
	height: 440px;
	display: flex;
	align-items: center;
}

.enter-form__right>.col-sm-12 {
	padding-left: 50px!important;
	padding-right: 50px!important;
	/* 	margin-left: 0!important */
}

.enter-form__form {
	text-align: center;
	background-color: none;
	padding: 10px 0;
}

.enter-form__form input[type=text],
.enter-form__form input[type=email] {
	width: 100%;
	font-size: .6em;
	margin: 10px auto;
	background: none!important;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 7px 0;
	outline: none;
	box-shadow: 0;
	max-width: 600px;
	margin: 0 auto
}

.enter-form__form .btn {
	width: auto;
	display: inline-block;
	/*   font-weight: bold; */
	margin-top: 60px
}

.enter-form__right h2 {
	margin: 0;
}

.enter-form__right h3 {
	margin: 10px 0px;
}


/********* speakers section ******/

.speakers-wrap {
	padding: 100px 0px;
	background: #f7f7f7;
}

.speakers-wrap h3 {
	text-align: center;
	color: #71a9d7;
	margin: 0;
	margin-bottom: 30px;
}

.speaker-single {
	text-align: center;
}

.speaker-single img {
	width: 100%;
}

.speaker-single h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.speaker-single h4 {
	margin: 0;
}

.speaker-single p {
	margin: 10px auto;
	padding: 0px 10px;
}

.speaker-single .social-nav {
	float: none;
	display: inline-block;
	text-align: center;
}

.speaker-single .social-nav a {
	color: #000;
}


/********* upcoming events section ******/

.upcoming-wrap {
	padding: 100px 0px;
}

.upcoming-wrap h3 {
	text-align: center;
	color: #71a9d7;
}

.upcoming-single {
	margin: 20px auto;
}

.upcoming-single h4 {
	margin-top: 0;
	font-weight: bold;
}

.upcoming-single p {
	margin: 10px 0;
}

.upcoming-single article {
	text-align: left
}

.upcoming-single article .event-landing__list a {
	color: #cb433d;
	font-size: .5em;
	padding: 10px 0px;
}

.upcoming-single article a {
	font-size: .6em;
}

.upcoming-single article a i {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}


/******* gallery *****/

.gallery-wrap {
	background-color: #f7f7f7;
	padding: 100px 0px;
}

.gallery-inner h3 {
	text-align: center;
	color: #71a9d7;
	margin-top: 0;
	margin-bottom: 40px;
}

.gallery-container {
	display: flex;
}

.gallery-col {
	padding: 0;
}

.gallery-item {
	position: relative;
	display: block;
	height: auto;
}

.gallery-item img {
	height: 100%;
	width: 100%;
}

.gallery-item__popup {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(203, 67, 61, .6);
	padding: 10px;
	transition: .3s;
}

.gallery-item__popup::before {
	content: "\f1c5";
	font-family: "fontAwesome";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.gallery-item:hover .gallery-item__popup {
	opacity: 1;
}


/****** faq *******/

.faq-wrap {
	padding: 100px 0px;
}

.faq-wrap h3 {
	text-align: center;
	color: #71a9d7;
	margin-bottom: 20px;
}

.faq-single {
	margin: 10px auto;
	position: relative;
}

.faq-header {
	font-size: .8em;
	background-color: #71a9d7;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 10px;
	cursor: pointer;
}

.faq-content {
	border: 1px solid #f7f7f7;
	border-top: 0;
	box-shadow: 0px 5px 5px #f7f7f7;
	padding: 10px;
	display: none;
}

.faq-minus {
	position: absolute;
	color: #fff;
	right: 5px;
	padding: 0px 5px;
	top: 4px;
	background-color: #71a9d7;
	font-size: 1.2em;
}


/******* subscribe section *****/

.subscribe-wrap {
	padding: 40px;
	background-image: url("http://bit.ly/2fg7VYC");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subscribe-inner {
	text-align: center;
	color: #fff;
}

.subscribe-inner h3 {
	color: #71a9d7;
}

.subscribe-form input[type=email] {
	background: rgba(255, 255, 255, .1);
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	font-size: .7em;
	padding: 5px;
	width: 400px;
	display: block;
	margin: 20px auto;
	outline: none;
}

.subscribe-form input[type=email]::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form input[type=email]::-moz-placeholder {
	color: #fff;
}

.subscribe-form input[type=email]:-ms-input-placeholder {
	color: #fff;
}

.subscribe-form input[type=email]:-moz-placeholder {
	color: #fff;
}

.subscribe-form .btn {
	margin: 0;
}


/* Events List Page */

.event-list .upcoming-single {
	padding: 0
}

.upcoming-wrap .col-sm-3,
.event-list .upcoming-single .col-sm-3 {
	padding: 0 30px 0 0!important;
}

.change-icons a {
	margin-right: 10px;
	text-transform: normal;
	font-size: 15px!important;
	text-decoration: none;
}

.change-icons a i {
	margin-right: 5px;
	font-size: 20px!important
}

.upcoming-list {
	display: none;
}

.upcoming-list a {
	text-decoration: none!important
}

.upcoming-wrap .btn-danger,
.upcoming-list .btn-danger {
	padding: 6px 8px;
	font-size: 14px
}


/* Give page */

.donate-form input[type=text] {
	background: rgba(255, 255, 255, .05);
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	font-size: .7em;
	padding: 5px;
	width: calc(100% - 40px);
	display: inline;
	margin: 20px auto;
	outline: none;
	text-align: center;
	color: white
}

.donate-form input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.donate-form input[type=text]::-moz-placeholder {
	color: #fff;
}

.donate-form input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.donate-form input[type=text]:-moz-placeholder {
	color: #fff;
}

.donate-form .col-sm-push-4 span {
	color: white;
	background: rgba(255, 255, 255, .05);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 14px 0px 14px 10px;
	margin-top: 0px!important;
	font-size: .7em;
	/* 	display: inline-block!important; */
	margin-right: 0
}

.give-landing .link-to-content {
	display: block;
	width: 38px;
	height: 38px;
	margin: 40px auto 0 auto!important;
	background: url("../img/icons/down-arrow-in-small-circle.svg") no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

#give-section .terms {
	margin:60px auto 0;
	font-size: 15px;
	padding: 30px;
	border: 1px solid #f9f9f9;
	background: #f9f9f9
}

#give-section .container-fluid,
#give-projects-section .container-fluid {
	padding: 0 40px!important
}

#give-section,
#give-projects-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

#give-projects-section .section-heading,
#give-section .section-heading {
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 10px;
	text-transform: uppercase;
}

#give-section .give-content p  {
	margin-bottom: 10px;
}

#give-section .give-content .btn {
	min-width: 140px;
	margin-right: 10px;
	margin-top: 10px;
}

#give-projects-section {
	background-color: #f7f7f7;
}

#give-projects-section .give-thumb-wrap {
	position: relative;
	width: 100%;
	padding-top: 65%;
	margin-bottom: 30px;
	overflow: hidden;
}

#give-projects-section .give-thumb-wrap .thumb-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

#give-projects-section .give-thumb-wrap .thumb-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #222222;
	opacity: .4;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	z-index: 1;
}

#give-projects-section .give-thumb-wrap .thumb-link img {
	opacity: 0;
}

#give-projects-section .give-grid-item .give-description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
	padding: 10px;
	text-align: left;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 10;
}

#give-projects-section .give-thumb-wrap:hover .thumb-link:before {
	opacity: 0;
}

#give-projects-section .give-thumb-wrap:hover .give-description {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

#give-projects-section .give-grid-item .give-heading {
	font-size: 15px;
	margin: 0 0 5px;
}

#give-projects-section .give-grid-item .give-time {
	font-size: 14px;
	color: #cb433d;
	margin: 0;
}

#give-projects-section .give-description .col-description {
	width: 100%;
	padding-right: 10px;
}

#give-projects-section .give-description .link-col {
	width: 80px;
	vertical-align: bottom;
}

#give-projects-section .give-description .link-col .btn {
	font-size: 12px;
}

.give-count {
	background-image: url('../img/give/8.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-o
}

.give-count .banner-section-content {
	padding: 0px
}

.counter {
	color: white;
	font-size: 50px;
}

.count {
	font-size: 120px;
}

.count span {
	font-size: 50px
}


/* Countdown Live */

#count-down {
	font-size: 80px;
	text-shadow: 1px 1px 1px #777;
}

#next-message span,
#count-down span {
	color: white;
	font-size: 30px;
}


/*Live article section*/

.live-article-section {
	background: #f7f7f7;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 0!important;
}

.live-article-section .section-heading,
.live-article-section .container {
	margin-top: 0!important;
}

.live-article-section .articles-grid .card-descriiption {
	background: #ffffff;
}

.live-article-section p {
	max-width: 900px;
	margin: 0 auto 50px auto;
}


/* Pagination */

.pagination a {
	font-size: 16px;
	margin: 0 5px;
	text-decoration: none;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.pagination a:hover {
	color: #cb433d;
}

.pagination a.active {
	border: 1px solid #bf4039;
	display: inline-block;
	width: 36px;
	height: 36px;
	color: white;
	background: #bf4039;
	border-radius: 50%;
	cursor: default;
	pointer-events: none;
}


/* multimedia player */

.multimedia-player__wrap {
	margin: 20px auto;
}

.multimedia-player__wrap a {
	color: #fff;
	font-size: 20px;
	margin: 20px 10px;
}

.multimedia-player__wrap img {
	max-width: 200px;
	margin: 30px auto;
	display: block;
}


/*-----------multimedia--------------------------*/

.multimedia-banner {
	background-image: url("../img/about-bg.jpg");
}

.multimedia-landing h1 {
	font-weight: bold;
	color: #fff;
}

.multimedia-landing h2 {
	color: #fff;
	margin-bottom: 20px;
}

.multimedia-landing h3 {
	color: #cb433d;
	margin-top: 40px;
	margin-bottom: 20px;
}

.multimedia-landing h3 span {
	font-weight: normal;
	font-size: .8em;
	opacity: .8;
}

.multimedia-landing a{
	color: #cb433d;
	cursor: pointer!important;
}

.multimedia-landing a i{
	color: #fff;
}

.multimedia-form {
	width: 80%;
	position: relative;
}

.multimedia-form input {
	width: 100%;
	border: 0;
	outline: none;
	color: #000;
	position: absolute;
	left: 0;
	font-size: .7em;
	padding-bottom: 5px;
}

.multimedia-form input[type="text"] {
	border-bottom: 1px solid #000;
	padding-left: 5px;
}

.multimedia-form input[type="submit"] {
	background-color: rgba(0, 0, 0, 0);
	width: 50px;
	left: 80%;
	font-weight: bold;
}

.search-list {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	font-size: .6em;
	color: #000;
}

.search-list li {
	list-style-type: none;
	text-align: left;
	margin-top: 10px;
}

.search-list li a {
	color: #666;
	text-decoration: none;
	/*   font-weight: bold; */
}

.search-list li a:hover,
.search-list li a:active{
	color:#cb433d;
}

.filter-btn {
	display: none;
	cursor: pointer;
	margin-bottom: 10px;
	width: 90%;
	height: 25px;
	margin: 20px auto;
	position: relative;
	font-size: .8em;
	font-weight: normal;
}

.filter-left {
	position: absolute;
	left: 0;
}

.filter-right {
	float: right;
}

.search-wrap {
	display: block;
	padding-left: 30px;
}


/***** multimedia modal ****/

.multimedia-down {
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 10px;
	width: 200px;
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid black;
	border-bottom: 0;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
	background-color: #fff;
	display: none;
}

.modal-down__close,
.modal-down__max {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: .7em;
/* 	font-weight: bold; */
	cursor: pointer;
	
}

.modal-down__max {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	right: 35px;
	top: 10px;
}

.modal-down__close{
	-webkit-text-stroke: 5px #ffffff;
	font-size: 1em;
	color: #000;
}

.multimedia-modal__wrap {
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	overflow: scroll;
	display: none;
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.multimedia-modal__wrap audio{
	margin-top: 30px;
}

.multimedia-modal {
	width: calc(100% - 60px);
	min-height: calc(100vh - 60px);
	height: auto;
	position: relative;
	top: 30px;
	margin: 0 auto;
	background: #fff;
}

.multimedia-modal .multimedia-landing {
	background: #cb433d;
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: .5em;
	/*   height: 35vh; */
}

.multimedia-modal .multimedia-landing h1 {
	margin-top: 0;
}
.multimedia-modal .multimedia-landing h2 {
	margin-bottom: 0px!important;
}

.multimedia-modal .multimedia-landing h3 {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0;
}

.modal-link__active {
	color: #cb433d;
}

.modal-bottom {
	padding: 30px;
	min-height: 35vh;
}

.modal-bottom h2 {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
	font-size: .8em;
	cursor: pointer;
}
.modal-bottom h4 {
	margin: 0 0 20px;
}

.geo-map {
	width: 100%;
	height: 30vh;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-top: -2px;
	cursor: pointer;
/* 	-webkit-text-stroke: 4px #cb433d; */
}

.modal-min {
	position: absolute;
	color: #fff;
	top: 10px;
	right: 45px;
	cursor: pointer;
	-webkit-text-stroke: 4px #cb433d;
}

.comments-wrap .row,
.geo-location__wrap .row {
	margin-bottom: 20px;
}

.comments-wrap .col-md-1 {
	padding: 0;
	width: 50px;
}

.comments-avatar {
	border-radius: 100%;
	width: 50px;
}

.comment-area {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 4px;
	font-size: .6em;
	width: 100%;
	height: 30px;
	outline: none;
}

.comment-info {
	position: relative;
	top: -10px;
}

.comment-info p {
	margin: 0;
	font-size: .6em;
}

.comment-name {
	font-weight: bold;
}

.comment-date {
	opacity: .7;
}

.comment-text p {
	font-size: 1.3em;
}

.comment-name,
.comment-date,
.comment-like,
.comment-reply {
	display: inline-block;
}

.comment-reply {
	font-weight: bold;
}

.comment-reply span {
	margin-left: 10px
}

.comment-like p {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
	opacity: .7;
}

.all-reply {
	font-weight: bold;
	cursor: pointer;
}

.geo-location__wrap {
	display: none;
}

/**** Producer Modal ****/
.producer-image{
	width: 200px;
	height: 200px;
	background-image: url('http://bit.ly/2j2xSfX');
	background-position: center center;
	background-size: cover;
	float: left;
	border-radius: 50%;
	margin: 0 30px 30px 0;
}

#producer-modal .modal-body{
	padding: 30px 60px;
}

#producer-modal .close{
	font-size: 2em;
}

/***** schedule moddal *****/

#schedule h5,
#schedule button{
	display: inline-block;
}

#schedule h5{
	font-size: 18px;
	text-transform: uppercase;
}

#schedule .close span {
	font-size: 30px;
}

/***** responsive fix *****/

@media only screen and (max-width: 767px) {
	.comments-avatar {
		width: 40px;
	}
	.comments-wrap .col-md-1 {
		width: 40px;
	}
	.multimedia-landing {
		font-size: .8em;
	}
	.multimedia-modal {
		width: 95%;
		top: 10px;
		font-size: .8em;
	}
	.modal-bottom {
		padding: 10px;
	}
	.modal-bottom h1 {
		margin-top: 0;
	}
	.multimedia-modal .multimedia-landing {
		padding: 10px;
		padding-top: 20px;
	}
	.geo-map {
		height: 40vh;
	}
	.filter-btn {
		display: block;
	}
	.search-wrap {
		display: none;
		width: 100%;
		margin: 30px auto;
	}
	.multimedia-form {
		width: 100%;
	}
	.multimedia-form input[type="submit"] {
		left: 90%;
	}
	.count {
		font-size: 100px;
	}
	.about-section,
	.schedule-dates,
	.enter-form__inner,
	.upcoming-single,
	.upcoming-single article {
		text-align: center;
	}
	.about-section img,
	.schedule-dates img,
	.upcoming-single img {
		display: inline-block;
	}
	.subscribe-form input[type=email] {
		width: 80%;
	}
	.faq-header {
		font-size: .6em;
	}
	.faq-minus {
		top: 0;
	}
	.upcoming-single img {
		margin-bottom: 20px;
	}
	.schedule-dates h3 {
		margin-top: 30px;
	}
	.change-icons {
		display: none
	}
	.upcoming-list {
		display: none!important;
	}
	.upcoming-grid {
		display: block!important;
	}
	.upcoming-wrap .col-sm-3,
	.event-list .upcoming-single .col-sm-3 {
		padding: 0!important;
	}
	.main-nav{
		background-color:red;
	}
}
	
}

@media only screen and (max-width: 550px) {
body{
		max-width: 100%;
    overflow-x: hidden;
	}
	.comments-avatar {
		width: 30px;
	}
	.comments-wrap .col-md-1 {
		width: 30px;
	}
	.writte-comment .col-xs-11 {
/* 		width: 190px; */
	}
	.main-nav{
		background-color:red;
	}
}

/*************PAYPAL BUTTON **************/
.paypal_btn{
display: inline-block;
font-family: inherit;
font-weight: bold;
color: #fff;
text-align: center;
/*padding: 10px 14px;
margin: 0;*/
background: transparent;
border: 0;
cursor: pointer;
outline: none;
float:left;
min-width: 220px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.paypal_btn:active,
.paypal_btn:focus,
.paypal_btn:hover {
	background: transparent;
	border-color: #fff;
	color: #cb433d;
}


/****************prayer schedule ********/
div.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}



/************** new css style for events thumb to remove shade background *******/
.events-thumb-wrap2 {
	position: relative;
	width: 100%;
	padding-top: 65%;
	margin-bottom: 30px;
	overflow: hidden;
}

.events-thumb-wrap2 .thumb-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
}

.events-thumb-wrap2 .thumb-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
/* 	background: #222222; */
	opacity: .4;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
	z-index: 1;
}

.events-thumb-wrap2 .thumb-link img {
	opacity: 0;
}
.sf-snow-flake {
		position: fixed;
		top: -20px;
		z-index: 99999;
		}
		 
		.sf-snow-anim {
		top: 110%;
		}