/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*@media screen and (min-width: 1180px) {
	.site {
		max-width: 100%;
	}
}
*/
#bit {
	display: none !important;
}

.main-navigation, button {
	background-color: #808080;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
  color: #fff;
}

.main-navigation ul li {
	letter-spacing: .08em;
}

.main-navigation a {
	font-weight: normal;
}

.hero-content > img {
	width: 100%;
	height: auto;
}

.site-branding {
  padding: 3.25em 0;
  min-height: initial;
  background: url(/wp-content/uploads/2015/04/acumen-logo.png) no-repeat 50% 50%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: montserrat, proxima-nova, "proxima nova", oswald, sans-serrif;
  font-variant: normal;
  font-style: normal;
  font-weight: 400;
}

.site-info a {
	display: none;
}

.site-info .sep {
	display: none;
}

.site-info {
	color: transparent;
	line-height: 1px;
}

.site-info:after {
	content: "© 2015 - Acumen Brands Inc.";
	color: white;
	text-align: center;
	display: block;
}

.executive {
	list-style: none;
	margin: 0;
	padding: 0;
}

.executive li {
	width: 100%;
	margin-bottom: 80px;
}

.executive li .left {
	float: left;
	width: 33.3%;
	padding-right: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.executive li .left img {
	border-radius: 50%;
	border: 1px solid #ddd;
}

.executive li .right {
	float: left;
	width: 66%;
}

.front-page-content-area .with-featured-image {
	border-bottom: none;
}

.front-page-content-area .with-featured-image .entry-header {
	display: none;
}

.h2Home {
  color: #666;
  margin: 5px 0;
  font-weight: 400 !important;
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0.25em;
}

.h1Home {
	color: #eb8d32;
	margin: 10px 0 0;
	font-size: 46px;
	font-weight: 400 !important;
	padding: 10px 0;
}

.front-widget-area {
  padding-top: 2em;
}

.front-widget-area .widget_sp_image img {
	border-radius: 50%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.widget-title,
.front-widget-area .widget-title {
  font-family: montserrat, proxima-nova, "proxima nova", oswald, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.entry-content li {
	margin: 10px 0 30px;
}

@media screen and (max-width: 768px) {
	.executive li .left, .executive li .right {
		width: 100%;
	}
	
	.executive li .left {
		text-align: center;
		padding-right: 0;
	}
	
	.h1Home {
		font-size: 22px;
		margin-top: 5px;
	}
	
	.front-page-content-area .with-featured-image {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.front-page-content-area .with-featured-image {
		background: none;
		box-shadow: none;
		width: 580px;
	}
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.brandLogos {
        list-style: none;
        max-width: 650px;
        margin: 0 auto;
}
.brandLogos li {
        float: left;
        padding: 10px;
        box-sizing: border-box;
        width: 33%;
        text-align: center;
}
.brandLogos li img {
        max-width: 100%;
        height: auto;
}

.clearfix {
	display: block;
}