/*!
Theme Name: CFS Fire
Theme URI: http://www.cfsfire.com
Description: A custom WordPress theme built for CFS Fire
Author: Company 119
Author URI: http://www.company119.com
Version: 1.1.0
Template: gardiner
*/

body header.main {
	background-color: #e3e3e3;
}

header.main.full .menu{
	margin-top: 15px;
}

body header.main.fixed {
	background-color: #e3e3e3;
}

body h4, footer.main .content .location .location-details{
	color: #dbdee0;
}

header.main .menu li a {
	color: #222;
}

header.main .menu li a:hover {
	border: 2px solid #222;
}

header.main .menu li .sub-menu {
	background-color: #e3e3e3;
}

header.main .menu li .sub-menu li a:hover {
	background-color: #e3e3e3;

}

header.main .menu li .sub-menu li .sub-menu {
	background-color: #D3D3D3;
}

header.main .menu li .sub-menu li .sub-menu li a {
	color: #222;
}

header.main .mobile-toggle-button {
	color: #222;
}

@media screen and (max-width: 960px), (max-device-width: 960px) {
	header.main .menu {
		background-color: #e3e3e3;
	}
}

header.main.fixed .logo #header-logo {
	width: 80%
}

header.main.fixed .menu {
	font-size: .75em;
	margin-top: 10px;
}

header.main #contact-pull-out .box {
	height: 50px;
}

div.hero.home.background-overlay {
	background-color: rgba(17, 17, 17, 0.65);
}

div.hero.home.background-overlay .group {
	text-shadow: rgba(231, 223, 223, 0.25) 0px 0px 8px;
}

footer.main {
	background-color: #333;
}

@media screen and (max-width: 720px), (max-device-width: 720px) {
	header.main.fixed .menu {
		font-size: .9em
	}

	header.main .logo {
		margin-right: 0;
	}
}
