@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'alegreya-regular';
	src:url('fonts/alegreya-regular-webfont.woff') format('woff'),
         url('fonts/alegreya-regular-webfont.ttf') format('truetype'),
         url('fonts/alegreya-regular-webfont.svg#alegreya-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya-bold';
	src:url('fonts/alegreya-bold-webfont.woff') format('woff'),
         url('fonts/alegreya-bold-webfont.ttf') format('truetype'),
         url('fonts/alegreya-bold-webfont.svg#alegreya-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'firasans-semibold';
	src:url('fonts/firasans-semibold-webfont.woff') format('woff'),
         url('fonts/firasans-semibold-webfont.ttf') format('truetype'),
         url('fonts/firasans-semibold-webfont.svg#firasans-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}



body{
		font-family:'alegreya-regular';
background-color:#acc5ca;
background-image:url(images/bgcolor.png);
background-repeat:repeat-x;
padding:0;
margin:0;

}
ul{
	padding:0 10px;
	margin:0;
	list-style: none;
}
ul li::before {
  content: "\2022";
  color: #317685;
  font-size:24px;
  font-weight: bold;
  display: inline-block; 
  width: .5em;
  margin-left: -.6em;
}


hr { 
    display: block;
	margin:15px 0;
    border-style:solid;
    border-width: 0.5px;
	border-color:#317685;
}
select{
	font-family:'alegreya-regular';
	font-size:18px;
}

input{
	font-family:'alegreya-regular';
	font-size:18px;
}

.pages{
	margin:0;
}
#menubutton{
	cursor:pointer;
	display:none;
}
#headerdiv{
	position:fixed;
	z-index:2;
	background-color:#FFF;
	width:100%;
	height:95px;
	margin:0;
}
#headercontents{
	width:1000px;
	margin:0 auto;
}
#logotop{
	float:left;
	margin:10px 10px 10px 10px;
}
#maindiv{
	width:1000px;
	margin:0 auto;
	position:relative;
	top:95px;
}
#topslideshow{
	height:300px;
}
#baseslide{
	overflow:hidden;
}
#topvideo{
	width:405px;
	height:220px;
	position:relative;
	margin:-260px auto auto 550px;
	background-image:url(images/top_video_pic.jpg);
	background-repeat:no-repeat;
	border:2px #fff solid;
	text-align:center;
	cursor:pointer
}
#videoswitch{
	margin-top:10%;
}
#videoiframe{
	position:absolute;
	margin-top:-300px;
	width:1000px;
	height:562px;
}
#videoclose{
	position: relative;
	display: none;
	cursor:pointer;
}
.subtitle1,.infoboxtitle,.title1{
	font-family:'alegreya-bold';
	font-size:24px;
	color:#317685;
	margin:15px 0 5px;
}
.infoboxtitle{
	font-size:23px;
}
.subtitle2{
    font-family: 'firasans-semibold';
	font-size:18px;
	color:#C60;
	margin:15px 0 2px 0;
}
.title1{
	margin:5px;
	font-size:36px;
}
#wiwrap{
    width:800px;
    float:left;
}
#worshipinfocontents{
	margin:-20px 0 0 0;
	font-family:'alegreya-regular';
	color:#000;
	font-size:20px;
	line-height:24px;
	float:left;
}
.worshipinfobold{
	font-family:'alegreya-bold';
	color:#317584;
	font-size:18px;
}
#wi3, #wi4, #wi11{
	//grid-column: span 2;
    //width:700px;
}
#nursery{
	position:absolute;
	margin:20px 40px auto 720px;
	vertical-align:top;
}
#nursery_inline{
	display:none;
	margin:2px 0;
}
#boxdiv{
	width:960px;
	padding:20px;
	display: grid;
	grid-auto-rows: 200px;
    grid-template-columns: repeat(auto-fit, 430px);
    justify-content: center; 
	grid-row-gap: 15px;
	grid-column-gap: 30px;
	background-color:#FFF;
}
.infobox{
	font-family:'alegreya-regular';
	font-size:16px;
    border: 2px solid #999;
	padding:0;
	overflow:hidden;
}


#ib_sermon .infoboxcontents{
}
#ib_sermon{
  grid-column: 1 / span 1;
  grid-row: 1;
}
#ib_events{
  grid-column: 2 ;
  grid-row: 1 / span 2;
}
#ib_biblestudy .infoboxcontents{
	background-image:url(images/infobox/infobox_biblestudy.jpg);
}
#ib_sschool .infoboxcontents{
	background-image:url("images/infobox/infobox_sschool.jpg");
}
#ib_biblestudy, #ib_sschool {
  grid-column: 1 ;
  grid-row: 3;
}
#ib_vbs{
  grid-column: 1 ;
  grid-row: 4;
}
#ib_facebook{
  grid-column: 2 ;
  grid-row: 1 / span 2;
}
#ib_vod{
  grid-column:2 ;
  grid-row: 1;
}
#ib_vod .infoboxcontents{
	background-image:url(images/infobox/infobox_vod.jpg?i=0);
    background-size: 100%;
    background-position: right top;
    font-family:'alegreya-bold';
    font-size:18px;
    text-shadow:none;
    line-height: 22px;
    
}#ib_vbs .infoboxcontents{
	background-image:url(images/infobox/infobox_vbs.jpg);
}
#ib_mensbiblestudy .infoboxcontents{
	background-image:url(images/infobox/infobox_mensbiblestudy.jpg);
}
#ib_mensbiblestudy{
  grid-column: 1 ;
  grid-row: 4;
}
#ib_picnic{
	  grid-column: 1;
	  grid-row: 2;
}
#ib_picnic .infoboxcontents{
	background-image:url(images/infobox/infobox_pitp.jpg);
    background-position: 100% 0%;
    background-size: auto;
}
.infoboxheader{
	height:18px;
	padding:4px 10px;
    font-family: 'firasans-semibold';
	font-size:16px;
	background-color:#999999;
	line-height:16px;
	color:#FFF;
}
.infoboxcontents{
	width:406px;
	height:162px;
	padding:5px 10px;
	background-color:#FFF;
	background-position:right;
	background-repeat:no-repeat;
	text-shadow: 1px 1px 1px #FFF;
	}
.infoboxscroll{
	overflow-y:scroll;
	overflow-x: hidden;
	margin:0 0 0 0;
	//width:calc(100%-5px);
	height:162px;
}
.infoboxscroll2{
	overflow-y:scroll;
	overflow-x: hidden;
	margin:0 0 0 0;
	//width:calc(100%-5px);
	height:374px;
}
.infoboxtitle{
	width:250px;
	line-height:24px;
	margin:5px 0;
}
.infoboxdate{
	font-family:'alegreya-regular';
	font-size:19px;
	margin:0 auto 5px;
}
.infoboxaudio{
	position:static;
	top:100px;
}
.staffphoto{
	float:left;
	width:350px;
	margin: 0 30px 30px 0;
}
.stafftxt{
	float:left;
	width:50%;
	margin-bottom: 50px;
}
audio{
	width:400px;
	height:32px;
	color:#9FC;
}

.boldgreen{
	font-weight:bold;
	color:#317685;
}
li{
	margin:0 0 8px 0;
}
#menudiv{
	display:block;
	height:50px;
	font-size:20px;
    padding-left: 380px;
}
.menuitem{
	font-family:'alegreya-bold';
	float:left;
	color:#387B89;
	margin:60px 0 0 22px;
	cursor:pointer;
}
.menuitem a{
	text-decoration:none;
	color:#317685;
}
.whitepagediv{
	width:80%;
	margin:0;
	padding:2% 10%;
	background-color:#FFF;

}
.whitepagediv img{
	margin:0 10px 10px 10px;
}
.whitepagediv p{
	margin:0 0 5px;
}
.whitepagediv .sections{
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
#white_ministries .sections{
	 -webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	display:none;
}
#about_churchpic{
	width:400px;
}
.infoboxbtn{
	font-family: 'firasans-semibold';
	font-size:14px;
	color:#FFF;
	width:40%;
	background-color:#F66;
	text-align:center;
	text-shadow:none;
	margin:5px 15px;
	padding:15px 5px;
	border-radius:15px;
	cursor:pointer;
}
#latestbulletin{
	cursor:pointer;
}
#ministriestable{
	width:100%;
	 text-align:center;
	 margin:0 auto;
}
#ministriestable img{
	width:100%;
}
#ministriestable table{
	margin: 0 auto;
	width:100%;
}
#ministriestable td{
	cursor:pointer;
}
.sermon1{
	width:100%;
	height:auto;
	border-bottom: solid 1px #acc5ca;
	background-color:#FFF;
	vertical-align:bottom;
	margin:0 0 5px 0;
}
.smndate{
	width:12%;
	float:left;
	margin:0;
	font-weight:bold;
}
.smntitle, .smnseries{
	width:86%;
	margin:0 0 0 12%;
}
.smnverse{
	float:left;
	width:40%;
	font-size:14px;
	margin:0;
	margin:0 0 0 12%;
}
.smnseries{
	font-size:14px;
}
.seriesname{
	color:#03F;
	cursor:pointer;
	text-decoration:underline;
}
.smnpreacher{
	width:25%;
	float:left;
	text-align:right;
	font-weight:bold;
	margin:0 1% 0 6%;
}
.smndownload, .smnlisten, .smnbulletin {
	width:25px;
	height:25px;
	float:right;
	margin:0 0 .5% 0.85%;
	cursor:pointer;
}
.audioinfodiv img{
	margin:0;
}
.smnaudio{
	width:100%;
	display:none;
}
.smnaudio audio{
	width:100%;
}

.contact_info{
	font-size:18px;
}
.contact_sub{
	font-family: 'firasans-semibold';
	color:#387B89;
}
#mapdiv, #map{
	height: 400px;
        width: 100%;
}
#mapdiv{
	margin-top:10px;
}
#vbsinfotable{
	margin:10px 30px 10px auto;
	width:400px;
	float:left;
}
.vbsform1{
	float:left;
	margin:5px 20px 0 0;
	padding:3px;
}
#vbsinfotable td:nth-child(odd){
	font-weight:bold;
	background-color:#A3E4DB;
	width:20%;
	text-align:center;
}
.vbsformtable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
}
.vbsformtable td{
	padding:3px;
}
.vbsformtable td:nth-child(odd){
	font-weight:bold;
}
.vbsformtable td:nth-child(even){
	text-align:left;;
}
.vbsformtable td:nth-child(odd){
}
.vbsformtable input{
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	width:95%;
}
 .vbsformtable select{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
 }
.vbsformtable tr{
	background-color:#A3E4DB;
}
.vbsformtable td{
	text-align:right;
}
.vbsformwrapper{
	width:360px;
	float:left;
	margin:0 20px 0px;
}
.vbsformtable input{
}
.vbsbignumbers{
    font-size:32px;
    font-weight:bold;
    color:#F60;
}
.redit{
	color:#F00;
}
.buttons{
	margin:10px 20px;
}
#camplead{
    margin-top: 0px;
	margin-left:420px;
	padding:20px 5px;
	border-radius: 25px;
	background-color:#e4c5a4;
}
#introvideo{
	float:right;
	height:240px;
	margin:0 0 10px auto;
	text-align:center;
}
#titleimg{
	margin:0px auto 0;
	text-align:center;
}
#footerdiv{
	color:#387B89;
	text-align:center;
	margin:-20px auto 100px;
	width:70%;
}
.footerinfo{
	margin:0px 10px;
	border-bottom:#387B89 solid .5px;
}
.footerinfo a{
	text-decoration:none;
}
#footerdiv a{
	color:#387B89;
}
.footerbold{
	font-family:'alegreya-bold';
}
#snsdiv{
	position:absolute;
	margin:15px 0 0 900px;
	cursor:pointer;
}
#snsdiv img{
	margin-right:10px;
}
#copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:15px;
	color:#000;
}
#searchsermontextdiv{
	position:absolute;
	margin:-35px 0 0 300px;
}
.verseref{
	margin:0;
}
.chapnum{
	color:#066;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 0;
}
.bibleversediv{
	margin:0 0 20px;
}
.bibleversediv sup{
	color:#F60;
}
#owdiv{
	padding:10px 60px 20px;
	text-align:center;
}
.owsbanner{
	margin:15px 0;
}
.owpast, .owpast a{
	width:100%;
	background-color:#999;
	color:#fff;
	font-family: 'alegreya-bold';
	font-size:20px;
	text-decoration:none;
	text-align:center;
}
	#owpic{
		margin-right:20px;
	}
	.owpicclass{
		float:left;
	}
#thirdsvc{
    border: 2px solid red;
    font-weight: bold;
    font-size: 18px;
}
#worshipv {
    text-align: center;
    margin:130px auto 0;
}

#worshipv img{
    widows: 1000px;
}
.cleardiv{
	clear:both;
	float:none;
}
#regbanner{
    background-color:#005136;
    margin:120px auto 0;
    padding:10px 0;
    background-image: url(images/register_bg.jpg);
}

.topimgclass{
    float:left;
    margin: 0;
}
#topw{
    margin:0 20px 0 0;
}
#ssdate{
    font-family:'alegreya-bold';
    font-size:24px;
    color: #fff;
    position: absolute;
    margin: -65px auto;
    text-align: center;
    width:430px;
    text-decoration: none;
    
}
.spanbtn{
    background-color:#739E9A;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    text-align: center;
    padding:4px;
    margin: 4px 10px;
    cursor: pointer;
    border:2pt solid #005136;
}
.sitcattitle{
    color:#005136;
    font-size:18px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-bottom: solid 1px #005136;
    margin: 25px 0 0 !important;
    padding-left:10px;

}
.stdiv{
    background-color:#C0FDE9;
    margin:0 auto 0 0;
    padding-left:10px;
}
#wspbltnicon{
    position:absolute;
    top:20px;
    left: 92%;
    width:25px;
}
#whitelayerdiv{
    height:300px;
    width:100%;
}
#whitelayerdiv img{
    width:100%;
    height:300px;
}
.wi{
    margin:0 auto 0px 0px;
    //width:800px;
    //float:left;
}
.wi:nth-child(odd){
    //margin-left: 70px;
}
@media screen and (max-width: 1023px) {
	#headerdiv{
		width:100%;
		position:inherit;
		height:auto;
		text-align:center;
	}
	#headercontents{
		width:100%;
		padding:0 0 20px 0;
	}
	#menudiv{
		width:100%;
		height:100%;
		font-size:20px;
		display:none;
        padding-left: 0px;
	}
	#logotop{
		clear:both;
		float:none;
	}
	.menuitem{
		clear:both;
		float:none;
		margin:0;
		text-align:center;
		font-size:34px;
	}
	#menubutton{
		display:block;
	}
	#maindiv{
		width:100%;
		top:0;
	}
	#topslideshow{
		background-color:#FFF;
		height:240px;
	}
	#baseslide, #whitelayerdiv, #topslide, #vbsslide{
		display:display;
	}
    #topslide img{
       display: none;
    }
	#videoiframe{
		width:405px;
		height:228px;
		margin:-222px auto;
	}
	#topvideo{
		position:relative;
		text-align:center;
		margin:-250px auto 0;
	}
	#nursery{
		display:none;
	}
	#nursery_inline{
		display:none;
	}
	#boxdiv{
        display:block;
		width:auto;
	}
    .infobox{
        width:500px;
        margin:20px auto 0;
    }
    .infoboxcontents{
	    width:480px;
	}
    #wiwrap{
        width:500px;
        float:clear;
    }
	#wi3, #wi4, #wi11{
		grid-column: span 1;
	}
	#churchsign{
		display:none;
	}
	#worshipinfocontents{
		margin:60px auto 0;
		width:500px;
		float:none;
		padding:10px;
	}
	.worshipinfo{
        margin:60px auto 0;
		width:100%;
	}
	.framegradpic{
		display:none;
	}
	#snsdiv{
		display:none;
	}
	.whitepagediv .sections{
		 -webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	.smndate{
		width:850%;
	}
	.smntitle{
		width:75%;
		clear:left;
	}
	.smnpreacher{
		width:85%;
		clear:left;
	}
	#vbsinfotable, #introvideo, #camplead{
		float:none;
		margin:20px auto;
	}
    #worshipimgdiv {
        margin-bottom: 20px;
    }

#footerdiv{
	margin:10px auto 100px;
}
.smnverse{
	float:none;
}
.smnpreacher {
    width: 100%;
	text-align:left;
    clear: left;
}
.smnpreacher, .smnverse, .smntitle, .smnseries{
	margin:0;
}
.smndownload, .smnlisten, .smnbulletin {
	margin:-2.5% 0 5% 0.5%;
}
	.owpicclass{
		float:none;
		width:80%;
		margin:0 auto;
	}
	#owpic{
		margin-right:auto;
	}
	.staffphoto{
		margin-bottom:0px;
	}
	.stafftxt{
		width:100%;
	}
    #worshipv {
        margin:20px auto 0;
    }
    #worshipv img{
        width:100%;
        margin: 0 auto;
    }
#regbanner{
    margin:20px auto 0;
}
    #worshipv img{
        width:500px;
    }
    .topimgclass{
        float:none;
        width: 500px;
        margin: 0 auto;
    }
    #topw{
        margin:0;
    }
    #ssdate{
        width:500px;
        margin: -80px auto;
    }
    #wspbltnicon{
        top:6%;
        left: 90%;
        width:25px !important;
    }

}


@media screen and (max-width: 700px) {
#searchsermontextdiv{
	position:inherit;
	margin:0;
}

}
@media screen and (max-width: 500px) {
	#topslideshow{
		//height:100%;
	}
	#topvideo{
		width:350px;
		height:197px;
		background-size:100%;
        margin: -230px auto;
	}
	#videoswitch{
		width:80%;
	}
	#videoiframe{
		width:350px;
		height:197px;
	}
	#worshipinfo{
		width:100%;
        margin:150px 0 20px;
	}
	#worshipinfocontents{
		margin:0 auto;
		width:80%;
		float:none;
		padding:5%;		
	}
	#wiwrap{
		display:block;
        width:100%;
        float:none;
	}
	#boxdiv{
		display:block;
		text-align:center;
		padding:10px 0;
	}
	.infobox{
		width:90%;
		text-align:center;
		margin: 10px auto;
	}
	.infoboxcontents{
		width:92%;
		height:100%;
		text-align: left;
		background-image:none;
		padding-bottom:180px;
	}
	.infoboxscroll{
		overflow:auto;
	}
	#ib_sermon .infoboxcontents{
		background-position: right bottom;
	}
	#ib_vod .infoboxcontents{
		background-position: right top;
        padding-bottom:0px;
        background-repeat:repeat;
        width:96%;
        padding-right:10px;
	}
    #vodtitle{
        font-size: 20px;
        width: 140px;
        margin: 20px;
    }
	#ib_biblestudy .infoboxcontents, #ib_mensbiblestudy .infoboxcontents, #ib_sschool .infoboxcontents{
		background-position: right bottom;
	}
	#ib_vbs .infoboxcontents{
		background-position: right bottom;
	}
	audio {
		width:90%;
	}
	.infoboxdate{
		margin:0;
	}
	#white_ministries .sections img{
		width:100%;
	}
	.smnpreacher{
		float:none;
		margin-bottom:5%;
	}
	.smnseries,.smntitle,.smnverse{
		width:100%;
	}
	#about_churchpic{
		width:100%;
	}
	#owdiv{
		margin:5%;
		padding:0;
	}
	.owsbanner{
		margin:5px 0;
	}
    #worshipv img{
        width:100%;
    }
    #ssdate{
        margin:-50px auto;
        font-size:20px;
        width:90%;
    }
    .topimgclass{
        width: 90%;
    }
    #wspbltnicon{
        top:5% !important;
        left:84% !important;
        width:6% !important;
    }
	.wi{
		margin-bottom:10px;
        width:100%;
	}
    #wi20{
        width:100%;
    }
}