/*
 Theme Name:   B&L Electric
 Theme URI:    http://tbare.com
 Description:  B&L Electric Theme
 Author:       Tim Bare
 Author URI:   http://example.com
 Template:     west
 Version:      1.0.0
 
*/

article {
	min-height:400px;	
}

.site-content {
    margin: 40px 0 20px;
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
    color: #aaa !important;
}

.home .entry-header { margin: 0 !important; }
.home .entry-header { display: none !important; }


.site-footer, .site-footer a {
    color: #eee;
}

.footer-widgets {
	padding: 0;
	background-color: #b8c6c8 !important;
    color: #000;
}

.footer-widgets .widget-title {
	color: #000;
}

 .entry-footer {
	display:none;
 }

.widget-title::after {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.hentry {
    margin: 0;
	padding: 0;
}
.entry-header {
    padding: 30px;
}


/* Button Style */

p.button-style.center {
	text-align: center;
	margin: 0 auto;
}

.button-style  {
	display: inline-block;
	
}

.button-style a, .button-style.white a, input[type="submit"], input[type="button"] {
	display: block;
	border-radius: 5px;
	background: #546e72 url('images/fade.png') repeat-x !important;
	border: 1px solid #546e72;
	padding: 7px 30px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF !important;
}


.button-style.home a {
	padding: 15px;
}

.button-style a, .button-style.white a, input[type="submit"], input[type="button"], .careerBox a.more-link , a.fl-button {
	-webkit-transition: background-color .3s ease, color .3 ease !important;
		-moz-transition: background-color  .3s ease, color .3s ease !important;
	-ms-transition: background-color  .3s ease, color .3s ease !important;
	-o-transition: background-color  .3s ease, color .3s ease !important;
	transition: background-color .3s ease, color .3s ease !important;
	
	-webkit-box-shadow: 3px 5px 8px 0px #777;
	-moz-box-shadow: 3px 5px 8px 0px #777;
	box-shadow: 3px 3px 8px 0px #777;
	}


.button-style a:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #879a9d url('images/fade.png') repeat-x !important;
	color: #fff;
}

div.light-text-shadow {
text-shadow: 0px 4px 3px rgba(255,255,255,0.4),
             0px 8px 13px rgba(255,255,255,0.1),
             0px 18px 23px rgba(255,255,255,.1);
}



.home .hentry {
border: none;
}

.home .site-content .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.home .site-content {
    margin: 0;
}

#bbblink {
    margin: 0 auto !important;
}

.genericon {
    font-size: 32px !important;
}