/*
Theme Name: Current Electrical Service
Description: LitePress Child Theme
Author: West Coast Web Design
Author URI: http://www.westcoastwebdesign.com.au/
Template: litepress
Version: 1.0.0
*/

/* Theme customisation starts here
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	text-transform: uppercase;
}
#content a,
.site-branding a,
#footer a,
#colophon a {
	color: #d50000;
}
#content a:hover,
#content a:focus,
.site-branding a:hover,
.site-branding a:focus,
#footer a:hover,
#footer a:focus,
#colophon a:hover,
#colophon a:focus {
	color: #ee0001;
}
.text-primary {
	color: #c30001 !important;
}
a.text-primary:hover {
	color: #ee0001 !important;
}
.bg-primary {
	color: #fff !important;
	background-color: #c30001 !important;
}
a.bg-primary:hover {
	background-color: #ee0001 !important;
}
.btn-primary {
	color: #fff !important;
	background-color: #c30001 !important;
	border-color: rgba(0, 0, 0, .1) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff !important;
	background-color: #ee0001 !important;
	border-color: rgba(0, 0, 0, .1) !important;
}
.btn-primary .badge {
	color: #c30001 !important;
	background-color: #fff !important;
}
.label-primary {
	background-color: #c30001 !important;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #ee0001 !important;
}
.panel-primary {
	border-color: #c30001 !important;
}
.panel-primary > .panel-heading {
	color: #fff !important;
	background-color: #c30001 !important;
	border-color: #c30001 !important;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #c30001 !important;
}
.panel-primary > .panel-heading .badge {
	color: #c30001 !important;
	background-color: #fff !important;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #c30001 !important;
}

/*--------------------------------------------------------------
Site Header
--------------------------------------------------------------*/
.site-header {
	background-color: #000;
}

/*--------------------------------------------------------------
Site Branding
--------------------------------------------------------------*/
.site-branding .h1 {
	text-transform: none;
	color: #fff !important;
}
.site-branding a {
	color: #fff !important;
}
.site-branding .h3 {
	text-transform: none;
	color: #ccc !important;
}
.site-branding .fa {
	color: #c30001;
}
/*
	Medium devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
	.site-branding li {
		border-left: 1px solid #666;
	}
}

/*--------------------------------------------------------------
Site Navigation
--------------------------------------------------------------*/
.navbar-default, .dropdown-menu {
	background-color: #c30001 !important;
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/
#banner {
	border-bottom: 3px solid #ccc;
}

/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
/*
	Inside banner location for desktop devices
*/
.cta-wrapper-a .cta .h3 {
	background-color: #000 !important;
}
/*
	Inside banner location for mobile devices
*/
.cta-wrapper-b .cta .btn {
	background-color: #000;
}
.cta-wrapper-b .cta .btn:hover,
.cta-wrapper-b .cta .btn:focus
{
	background-color: #333;
}
/*
	Sidebar location
*/
.cta-wrapper-c .cta .btn {
	background-color: #000;
}
.cta-wrapper-c .cta .btn:hover,
.cta-wrapper-c .cta .btn:focus
{
	background-color: #333;
}

/*--------------------------------------------------------------
Site Content
--------------------------------------------------------------*/
.alert-info {
	color: #fff;
	background-color: #000;
	border: none;
}
.alert-info .h4 {
	text-transform: none !important;
}

/*--------------------------------------------------------------
Site Footer
--------------------------------------------------------------*/
.site-footer {
	color: #ccc;
	background-color: #222;
	border-top: 3px solid #666;
}
.site-footer h4 {
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.social-networks {
	border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.site-footer .list-unstyled li {
	border-bottom: 1px solid #000;
}

/*--------------------------------------------------------------
Site Info
--------------------------------------------------------------*/
.site-info {
	background-color: #000;
	color: #ccc;
}
.site-info .list-inline li {
	border-left: 1px solid #ccc;
}
