﻿/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(images/FullMoonNight_Mobile.jpg);
  }
	}
	

body.boxed .body{
	position:relative;
	margin:25px auto;
	max-width:1080px;
	width:100%;
	height:auto;
	background-color:transparent; background-image: url('/images/BlackTransparent.png');
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2);
}

 .home .post-title h2 a{color:#000000!important;}
}
.img-thumbnail2{
	background:#f8f7f3;
	padding:5px;
}

.label-warning {
  background-color: #006ab0;

}

.navigation ul > li > a:hover, .navigation ul > li > a.current{
color:#ffffff;
}

a1{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
/* For HYPERLINK Colors (Menu and throughoutnthe website  */

a{
	color:#dcc57e;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a1{
	color:#927dc9;

	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}
a1:hover{
	text-decoration:none;
}
a1:hover,
a1:active,
a1:focus{
	outline: 0;
	color:#dd4949;
}
a1 img {
	border: none;
}
a1 > img {
	vertical-align: middle;	
}


.notice-bar-event-title h5, .notice-bar-event-title .date{
	margin-bottom:0;
	color:#000000
}
.timer-col #days, .timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	padding:5px 10px;
}
.timer-col #days{
	color:#ffffff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.timer-col #hours, .timer-col #minutes, .timer-col #seconds{
	background:#333333;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.timer-col .timer-type{
	font-size:12px;
	display:block;
	margin-top:2px;
	color:black
}
@media (min-width: 1200px) {
body.boxed .body .site-header, body.boxed .body .main-menu-wrapper{
	max-width:100%;
	width:1080px;
}
.navigation > ul > li > a{color:#ffffff;}
}
.navigation > ul > li > a:hover{color:#92a3b8;}
}

.site-header{
	width:100%;
}
.site-headerCust .topbar{
	background-color:Transparent;height: 100px;
	position: relative;
	z-index: 3;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	background-image: Transparent;
}
.page-header{padding:10px 0;}
 .page-header h1{font-size:31px;
 color:#000000;
 }

.grid-item-innerCust{
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background:;
}
.fa-3xBlack {
  font-size: 3em;
  color:#000000;
  }
  
  
  
  .grid-item-inner{
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	background-color:transparent; background-image: url('/images/BlackTransparent.png');
}




.site-footer-bottom{
	background-color:Transparent; background-image: Transparent;
	color:#000000;
	padding:20px 0;
	font-size:12px;
	font-family: 'Roboto', sans-serif;

}
.img-thumbnail2{
	background:;
	padding:5px;
}
.widget h4.footer-widget-titleCust{
	border-bottom:1px solid #eceae4;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#000000;
}
.event-description .panel-bodyCust{
	padding:10px 0;
	color:#29260f;
}
.event-description .panel-headingCust{
	color:Transparent;
}
.input-lgCust {
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 3px;
}
 .home .events-listing .event-detail h4 a{color:#fff!important;
 }
 .home .post-title h2 a{color:#fff!important;
 }
  .megamenu-sub-titleCust{
	display:block;
	padding-bottom:7px;
	margin-bottom:12px;
	color:#ebd86a;
	text-transform:none;
	font-weight:400;
	font-size:20px;
	text-align:left!important;
	border-bottom:1px solid #f8f7f3;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#fffff;
	text-decoration:none;
	font-size: 13px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}
.accordion-inner {
  	padding: 16px;
	border: 1px solid transparent;
	background:rgba(255,255,255,.7);
	background-color:transparent; background-image: url('/images/BlackTransparentDark.png');

}
.event-date .month, .event-date .year{
	font-size:12px;
	font-weight:700;
	letter-spacing:2px;
	color:#ffffff;
	display:block;
	margin-top:4px;
}
.event-date .date{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:34px;
	font-style:normal;
	font-weight:700;
	margin-bottom:0;
	display:block;
	margin-top:2px;
	color:#ccdcff;

}
.featured-sermon .date{
	text-transform:uppercase;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-bottom:5px;
	display:block;
	color:#000000;
}


.featured-gallery{
	background-color:rgba(237, 210, 142,.6);

}



============================== */












