/*** 
	Theme Name: MyFlock Template 1
	Theme Design: Big Blue Designs
	Designer URL: http://bigbluedesigns.com
	Theme Development: Devin Woolery Graphics
	Developer URL: http://devinwoolery.com
	Theme Version: 1
****/

/* RESET */
html,body,ul,ol,li,p,a,h1,h2,h3,h4,h5,h6,h7{
	margin: 0;
	padding: 0;
}

/***************************
  	 GENERAL RULES
***************************/
body{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}
.container{
	/* width: 980px; */
	margin: 0 auto;
	position: relative;
}
h1,h2,h3,h4,h5,h6,h7{
	text-transform: none;
	color: #000;
	font-weight: 500;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.7em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
	font-weight: 300;
	margin: 1em 0;
}
h5,h6,h7{
	font-size: 1.3em;
}
p{
	font-size: 1em;
	color: #777;
}
a, a:link, a:visited{
	color: #3AADFD;
}
a:hover{
	color: #454545;
}
blockquote {
	position: relative;
	width: 90%;
	float: left;
	font-size: 16px;
	color: #777;
	font-weight: 700;
}


/***************************
		TOP
***************************/
#top{
	width: 100%;
	max-height: 600px;
	color: #333;
	background: url(../images/top-bg2.jpg) repeat-x fixed;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#brand{
	height: 70px;
	max-width: 200px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
}
#brand-text{
	color: #333;
	font-size: 3em;
	font-weight: 700;
	text-transform: none;
	text-align: center;
}
#brand-tag{
	color: #333;
	font-size: 1.7em;
	font-weight: 400;
	text-transform: none;
	text-align: center;
}
.top-social a {
	margin: 0 7px;
}

/***************************
		NAVIGATION
***************************/
#nav{
	/*width: 980px;*/
	text-align: center;
	height: 30px;
	padding: 40px 0 10px;
	margin: 0 auto;
}
ul.menu{
	list-style: none;
	position: relative;
	display: block;
}
ul.menu li{
	display: inline-block;
	float: none;
	margin: 0px 20px;
}
ul.menu li:first-child{
	margin-left: 0;
}
ul.menu li:last-child{
	margin-right: 0;
}
ul.sub-menu{
	display: none;
}
ul.menu li:hover > ul.sub-menu{
	display: list-item;
	list-style: none;
	padding: 10px 15px 10px;
	margin: 0 -15px;
	background: #9ED8FE;
	position: absolute;
	z-index: 20;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
ul.menu li a{
	color: #333;
	text-decoration: none;
}
ul.menu ul.sub-menu li{
	max-width: 200px;
	float: none;
	position: relative;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
	padding: 5px 0;
	display: block;
}
ul.menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.slicknav_menu {
	display: none;
}

/***************************
		SLIDER
***************************/
#head_slider{
	/*max-width: 506;
	height: 258;*/
	max-width: 752px;
	height: 350px;
	background: #fff;
	margin: 0px auto;
	box-shadow: 0px -2px 4px rgba(0,0,0,.2);
	position: relative;
	z-index: 0;
	overflow: hidden;
}

/***************************
		MAIN CONTENT
***************************/
#main{
	padding: 60px 0 160px;
	border-top: 2px inset #eee;
	min-height: 500px;
}
#main::after{
	content: '';
	clear: both;
	height: 0;
}
#main img{
	/* border: 1px solid #ddd; */
	padding: 10px;
}
/*#main ul, #main ol{
	float: left;
}
#main li{
	margin: 10px 0 10px 60px;
}*/

/******************************
		FOOTER CMS CONTENT
******************************/
#footer-content{
	background: #C0E5FF;
	color: #333;
	padding: 20px 0 35px;
	width: 100%;
}
li.footer-widget{
	width: 100%;
	max-width: 300px;
	padding: 0 10px;
	list-style: none;
	display: inline-block;
	float: left;
}
li.footer-widget:first-child{
	margin: 0 10px 0 0;
}
li.footer-widget:last-child{
	margin: 0 0 0 10px;
}
#footer-content:last-child::after{
	content: '';
	clear: both;
	float: none;
}

/******************************
		FOOTER 
******************************/
#footer{
	height: 40px;
	padding: 20px 0;
	color: #fff;
	background: #000;
	position: fixed;
	bottom: 30px;
	width: 100%;
}
#footer_wrapper {
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 30px;
	background-color: #000;
}
#footer_left {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	/*position: fixed;
	bottom: 0px;*/
	float: left;
	width: 20%;
/*	height: 30px;
	visibility: visible;
	display: block;
	background-color: #000;*/
	}
#footer_mid 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	/*position: fixed;
	bottom: 0px;*/
	float: left;
	width: 60%;
	/*height: 30px;
	visibility: visible;
	display: block;
	background-color: #000;*/
	
	}
#footer_right {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
/*	position: fixed;
	bottom: 0px;*/
	float: left;
	width: 20%;
/*	height: 30px;
	visibility: visible;
	display: block;
	background-color: #000;*/
	}

/******************************
		ADMIN & MISC 
******************************/
#user-id{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: .85em;
	color: #777;
	max-width: 150px;
	text-align: center;

}
.top-social{
	float:left;
	max-width: 75px;
}
#church-info{
	float: left;
	width: 450px;
}
#church-info li{
	display: inline-block;
	font-size: 1em;
	margin: 0 5px;
}
#social{
	float: left;
	width: 100px;
}
#login{
	float: right;
	width: 200px;
	margin-left: 20px;
	text-align: center;
	position: relative;
	bottom: 7px;
}
#login li{
	list-style: none;
}
#login li:first-child{
	background: #C0E5FF;
	color: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 0;
	margin: 5px auto;
	max-width: 150px;
}
#login li:last-child{
	font-size: .71em;
}

/***************************
	RESPONSIVE TABLET
***************************/
@media screen and (max-width: 768px){
	.container{
		width: 750px;
	}
	#top{
		background-position: center top;
		padding-top: 70px;
	}
	#brand{
		padding-top: 60px;
	}
	
		/**** NAV ****/
	ul.menu li a{
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	#top #nav {
		width: 100%;
		z-index: 1000;
		position: absolute;
		top: -100px;
		height: auto;
		padding-top: 30px;
	}
	.slicknav_menu{
		max-width: 100%;
	}	

	#head_slider{
		position: relative;
		top: 30px;
	}
	
	/**** FOOTER ****/
	li.footer-widget{
		max-width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
	li.footer-widget:first-child {
		margin: 0 auto;
		text-align: center;
	}
	li.footer-widget:last-child {
		margin: 0 auto;
		text-align: center;
	}

	#footer{
		height: 7%;
		bottom: 0px;
	}
	#church-info{
		width: 100%;
	}
	#church-info li{
		display: inline-block;
		text-align: center;
	}
	#social, #login{
		margin-top: 50px;
	}
	#footer_wrapper {
		display: none;
	}

}

/***************************
	RESPONSIVE MOBILE
***************************/
@media screen and (max-width: 480px){
	.container{
		width: 95%;
	}
	#top{
		height: 240px;
	}
	#brand-text{
		font-size: 2em;
	}
	#brand-tag{
		font-size: 1.2em;
	}
	
	/**** NAV ****/
	#top #nav {
	width: 100%;
	z-index: 1000;
	position: absolute;
	}


	/**** SLIDER ****/
	#head_slider{
		width: 100%;
		max-width: 430px;
		max-height: 195px;
		bottom: 60px;
	}
	#head_slider img{
		max-width: 430px;
		width: 100%;
	}
	
	/**** FOOTER ****/
	li.footer-widget{
		max-width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
	li.footer-widget:first-child {
		margin: 0 auto;
		text-align: center;
	}
	li.footer-widget:last-child {
		margin: 0 auto;
		text-align: center;
	}
	#footer{
		height: 20%;
		padding: 10px 0;
		bottom: 0px;
	}
	#church-info{
		width: 100%;
	}
	#church-info li{
		display: block;
		text-align: center;
	}
	#social, #login{
		float: none;
		text-align: center;
		margin: 20px auto;
	}
	#footer_wrapper {
		display: none;
	}


}
