.home .cnt{background:#fff;}
.home .cnt >.inner{position:relative;}
.home .cnt .content{background:#fff;padding:0px 20px;}

/* Carousel */
.home .carousel_wrapper{position:relative;height:400px;padding:0px 20px;}
.home .carousel_wrapper .cwrap{height:100%;}
.home .carousel{height:100%;}
.home .carousel .pattern{display:none;}

.home .carousel .slide {padding:0px 20px;}
.home .carousel .slide .txt{color:#fff;position:relative;z-index:101;top:0px;left:0px;height:100%;text-align:left;padding-top:40px;}
.home .carousel .slide .txt >span{display:block;}
.home .carousel .slide .txt .title{font-size:26px;line-height:normal;text-align:left;padding:0px;max-width:800px;margin-left:-10px;}
.home .carousel .slide .txt .title .block{display:block;}
.home .carousel .slide .txt .title .small{font-size:24px;line-height:normal;font-weight:300;text-transform:uppercase;}
.home .carousel .slide .txt .title .small span{padding:0px 15px;display:inline-block;background:rgba(0,0,0,0.4);}
.home .carousel .slide .txt .title .large{font-size:40px;line-height:normal;font-weight:300;margin-top:10px;text-transform:uppercase;}
.home .carousel .slide .txt .title .large span{padding:0px 15px;display:inline-block;background:rgba(0,0,0,0.4);}
.home .carousel .slide .txt .stitle{font-size:20px;line-height:normal;font-weight:300;padding:0px;max-width:620px;text-shadow:1px 1px 3px #000;padding-bottom:20px;}

.home .carousel .slide .txt .btn_1{padding:7px 50px;text-decoration:none;}

.home .carousel .slide >.back{position:absolute;z-index:100;width:100%;height:100%;top:0px;left:0px;background:#000;opacity:0.2;}

.home .section_1{padding:20px 0px;width:100%;margin:0px;background:#e4dedb;}
.home .section_1 >.inner{}

/* Bible quote */
.home .bquote{background:#ebebeb;padding:40px 20px;}
.home .bquote >.inner{}
.home .bquote blockquote{display:block;padding:0px 0px 20px 0px;margin:0px;text-align:center;font-size:40px;color:#555;position:relative;font-family:'mf3';}
.home .bquote blockquote:after,
.home .bquote blockquote:before{content:"";/* Perpetua font used for the quote in the image */background:url('../img/ico_quotes.svg') no-repeat center / 50%;width:130px;height:150px;position:absolute;top:-48px;left:-30px;font-size:0px;line-height:0px;color:#cacaca;z-index:10;opacity:0.1;}
.home .bquote blockquote:after{bottom:-70px;top:auto;left:auto;right:0px;rotate:180deg;}
.home .bquote cite{display:block;text-align:center;font-size:16px;color:#555;}


/* Big 5 */
.home .featured{padding:80px 20px 70px 20px;}
.home .featured >.inner >.title{text-align:left;font-size:62px;font-weight:300;padding:0px 0px 50px 0px;margin:0px;}
.home .featured >.inner >.title .hlight{color:var(--color-orange-2);}
.home .featured >.inner >.stitle{font-size:20px;margin-bottom:70px;}
.home .featured >.inner >.wrapper >.inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px,1fr));gap:50px;}

.home .featured .entry{position:relative;}
.home .featured .entry >.inner{}
.home .featured .entry .lnk{padding:5px 15px;border:1px solid var(--color-orange-2);font-size:14px;color:var(--color-orange-2);display:inline-block;margin-top:40px;text-decoration:none;}
.home .featured .entry .lnk:hover{}
.home .featured .entry .lnk:after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;}
.home .featured .entry .lnk:hover:after{outline:10px solid var(--color-orange-0);opacity:0.3;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 40px);}

.home .featured .entry .thumb{width:100%;display:block;height:255px;overflow:hidden;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;}

.home .featured .entry .details{padding:20px 0px;text-align:left;/*max-width:250px;*/}
.home .featured .entry .details .title h3{color:#333333;font-weight:300;font-size:30px;line-height:40px;margin:0px;}
.home .featured .entry .details .description{color:#333333;font-size:16px;line-height:1.5;padding-top:25px;}


/* Hot Questions */
.home .hquestions .intro{background:url('../img/home/hquestions_intro_banner.jpg') no-repeat bottom center / cover;color:#fff;padding:70px 50px 180px 50px;}
.home .hquestions .intro >.inner .title{color:#fff;font-size:46px;font-weight:400;padding-bottom:20px;}
.home .hquestions .intro >.inner .stitle{color:#fff;font-size:24px;margin:0px;font-weight:300;max-width:400px;}

.home .hquestions .qanda{padding:50px 0px;}
.home .hquestions .entries{padding:0px 20px;}
.home .hquestions .entries >.inner{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px,1fr));gap:50px;padding:50px 0px;}
.home .hquestions .entries .entry{border:1px solid #ebebeb;padding:32px;position:relative;}
.home .hquestions .entries .entry .title{font-size:18px;color:var(--color-orange-2);}
.home .hquestions .entries .entry .lnk{padding:5px 15px;border:1px solid var(--color-orange-2);font-size:14px;color:var(--color-orange-2);text-decoration:none;}
.home .hquestions .entries .entry .lnk:hover{border:1px solid var(--color-orange-1);background:var(--color-orange-1);color:#fff;}
.home .hquestions .entries .entry .lnk:after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;}
.home .hquestions .entries .entry .lnk:hover:after{outline:7px solid var(--color-orange-4);}
.home .hquestions .see_all{text-align:center;padding:10px 0px 55px 0px;}


/* Ask a Question */
.home .newquestion{margin:0px;}


@media all and (max-width:1245px){
	.home .carousel .slide .txt .title{margin-left:0px;}
}

@media all and (max-width:1024px){
	
	/* Carousel */
	.home .carousel_wrapper{height:400px;}
	.home .carousel .slide .txt{padding-top:60px;}
	.home .carousel .slide .txt .stitle{font-size:18px;}
	.home .carousel .slide .txt .title .small{font-size:22px;}
	.home .carousel .slide .txt .title .large{font-size:28px;}

	/* Big 5 */
	.home .featured{}
	.home .featured >.inner >.title{font-size:48px;}
	
	/* Hot Questions */
	.home .hquestions .intro{padding:70px 20px;}
	.home .hquestions .intro >.inner .title{line-height:60px;}
	.home .hquestions .intro >.inner .stitle{font-size:20px;}
}

@media all and (max-width:800px){
	
	/* Carousel */
	.home .carousel_wrapper{height:400px;}
	.home .carousel .slide .txt{padding-top:30px;}
	.home .carousel .slide .txt .stitle{font-size:18px;}
	.home .carousel .slide .txt .title .small{font-size:18px;}
	.home .carousel .slide .txt .title .large{font-size:24px;}
	
}

@media all and (max-width:600px){
	.home .hquestions .entries .entry{border:0px solid #ebebeb;padding:0px;}
	.home .hquestions .entries .entry .lnk:hover:after{outline:none;}
}	
	
@media all and (max-width:400px){
	
	/* Big 5 */
	.home .featured >.inner >.wrapper >.inner{display:block;}
	.home .featured .entry{margin-bottom:50px;}
	.home .featured .entry .lnk:after{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;}
	.home .featured .entry .lnk:hover:after{width:calc(100% + 20px);height:100%;}

}