@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
@import url('https://unpkg.com/simplebar@latest/dist/simplebar.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css');

body{
	background:#F4F4F4;
	font-family: 'Poppins', sans-serif;
}

a:hover{
	text-decoration: none;
}

.wrapper{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.home-link{
	width: 100px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #000;
	color: #000;
}

.home-link:hover{
	background: #000;
	color: #fff;
}

.home-section{
	width: 100%;
	margin-top: calc(50vH - 180px);
}

.navbar{
	background: transparent!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	border-bottom: 2px solid #000;
}

.header-text{
	font-size: 55px;
}

.header-sub{
	font-size: 22px;
}

.sermon-pop-up-wrapper{
	width: 100%;
	height: 100vH;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	background: rgba(0,0,0,0.7);
}

.sc-pop-up{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:650px;
	height: 250px;
	margin-top: calc(50vH - 125px);
	padding:15px;
}

.close{
	color:#fff!important;
}

.fa{
	color: #fff!important;
}

.nav-wrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 5000;
	background:#F4F4F4;
}

.sub-headings{
	font-size: 62px;
	font-weight: bolder;
	color:#000;
}

.home-blog{
	padding-top: 60px;
	padding-bottom: 60px;
}

.form-control{
	border-radius: 0px;
	border: 2px solid #000;
	background-color: transparent;
}

.footer{
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

.footer-connect{
	color: #383838;
	font-weight: bolder;
	font-size: 62px;
}

.footer-connect-sub{
	color: #fff;
}

.n8ives{
	text-align: right;
}

.footer-inp{
	background: transparent;
	border-radius: 0px;
	border: 2px solid #fff;
}

.footer-btn{
	background:#fff;
	border: 2px solid #fff;
	border-radius: 0px;
	color: #000;
	width: 100%;
}

.footer-social{
	text-align: right;
}

.full-img{
	width:100%;
}

.blog-header{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slides{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slide-details{
	padding-top: 230px;
	padding-bottom: 230px;
}

.carousel-indicators {
    text-align: right;
    float: right;
    right: 10px !important;
    left: inherit;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.contact{
	padding-top: 120px;
	padding-bottom: 60px;
}

label{
	margin-bottom:0px;
	margin-top:15px;
	font-size:14px;
}

.btns{
	border-radius: 0px;
	border: 2px solid #000;
	background: transparent;
	color: #000;
}

.card{
	padding: 20px;
	border: 0px;
	margin-bottom:30px;
	/*-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.34);*/
}

.book-me{
	background: url('../img/book-a-speaking.jpg');
	background-size: cover;
	padding-top: 180px;
	padding-bottom:60px;
}

.book-inp{
	border: 0px;
	background:#eaeaea;
	width: 252px;
}

.events{
	padding-top: 120px;
	padding-bottom: 60px;
}

.itemport {
	width: calc(33.33% - 20px);
    margin-bottom: 20px;
    overflow: hidden;
}

#style-2{
	height:360px;
	overflow-y:scroll;
}

#style-2::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #fff;
}

#style-2::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb{
    background-color:#0069D9;
    border-radius: 500px;
}

.sermon-img{
	position: relative;
	float: left;
	width: 8%;
}

.sermon-dets{
	position: relative;
	float: left;
	width: 87%;
	margin-left:5%;
}

.side-sermon-header{
	font-size:14px;
	font-weight:bolder;
	margin: 0px;
	color: #383838;
}

.side-sermon-date{
	margin: 0px;
	color: #000;
}

.blog-text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding:12px;
}

.blog-text p{
	margin: 0px;
}

.nav-pills .nav-link{
	border-radius: 0px;
	-ms-transform: skew(-12deg,0deg); /* IE 9 */
  -webkit-transform: skew(-12deg,0deg); /* Safari */
  transform: skew(-12deg,0deg); /* Standard syntax */
}

.blog-img{
	position: relative;
	float: left;
	width:25%;
}

.blog-details{
	position: relative;
	float: left;
	width:72%;
	margin-left:3%;
}

.fc-event{
    cursor: pointer;
}

.list-inline li::after {
	content: "|";
	float: right;
	margin-left:10px;
	color: #000;
}

.list-inline li:last-child::after {
	display: none;
}

.shop-prod-name{
	margin-bottom:0px;
	margin-top: 15px;
	color:#545454;
}

.shop-prod-price{
	margin-bottom: 0px;
	color:#000000;
}

.ninety-percecnt-testimonial{
	width: 80%;
	margin-left: 10%;
	margin-top: calc(50% - 100px);
	text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

  & > [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.home-intro{
	padding-top: 190px;
	padding-bottom: 140px;
	background-image: url('../img/board.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-nav{
	position: relative;
	float: left;
	padding-top:10px;
	padding-bottom: 10px;
	background:#fff;
}

.fixed-home{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: auto;
  /*overflow: hidden; */
  width: 100%!important; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  /*position: absolute; */
  top: 0; 
  left: 0; 
  width: 100%; 
  /*height: auto; */
}



/*--------------------------------
   CSS for telegram sermons starts
 --------------------------------*/


.card {
    background-color: #ffffff;
    border: 0.1rem solid #f5f5f5;
    transition: all 0.3s ease-out;
}

.card:hover {
    border-color: transparent;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.card__body,
.card__footer {
    padding: 2rem;
}

.card__header {
    position: relative;
    overflow: hidden;
    height: 30rem;
}

.card__header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.255); */
    z-index: 2;
}

.card__header.no-overlay::before {
    display: none;
}

.card__header .card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__header .card__details {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 100%;
    width: calc(100% - 4rem);
    height: auto;
    z-index: 5;
}

.card__footer {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__share {
    margin-right: 2rem;
}

.card__share:last-child {
    margin-right: 0;
}


.sermon .icon-text .text {
    color: #f5f5f5;
}

.podcast__playlist--item {
    display: flex;
    align-items: center;
}

.podcast__playlist--item .icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #ed6a5a;
}

.podcast__playlist--item .right {
    margin-left: 2rem;
    flex: auto;
}

.podcast__playlist--item span {
    display: block;
}

.podcast__playlist--item a {
    display: block;
}

.podcast__playlist--item a .podcast__playlist--title {
    color: #0f202e;
    transition: color 0.3s ease-out;
}

.podcast__playlist--item a:hover .podcast__playlist--title {
    color: #cc5242;
}

/*--------------------------------
   CSS for telegram sermons ends
 --------------------------------*/



@media screen and (max-width : 990px) {

	.navbar-collapse{
		background: #fff!important;
	}

}

@media screen and (max-width : 860px) {

	.footer-social{
		text-align: left;
	}

	.n8ives{
		text-align: center;
	}

	.itemport{
		width: calc(50% - 20px)!important;
	}

}

@media screen and (max-width : 740px) {

	.itemport{
		width: 100%!important;
	}

}