/* ======= Peppercomm Custom CSS =============*/

/*=============== Global ===================*/
p, ol, ul, li, a, span, div {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color:#004122;
	font-size:24px;
	text-transform:uppercase;
}
ul, ol {
	padding-left:20px;
}
a {
	font-family: 'Open Sans', sans-serif;
	color:#638378;	
	font-size:16px;
}
a:hover {
	color:#004122;	
}
.row .row {
	margin:0px;	
}
.column, .columns {
    padding-left: 0px;
    padding-right: 0px;
}
.col-1-2 {
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-1-3 {
	width:33%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-2-3 {
	width:66%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-1-4 {
	width:25%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-3-4 {
	width:75%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-1-5 {
	width:20%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-2-5 {
	width:40%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-3-5 {
	width:60%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.col-4-5 {
	width:80%;
	display:inline-block;
	vertical-align:top;
	padding:0px;	
}
.very_light_green {
	color: #AFC5BD;
	color: rgb(175, 197, 189);
}
.light_green {
	color: #638378;
	color: rgb(99, 131, 120);
}
.mid_green {
	color: #004122;
	color: rgb(0, 65, 34);
}
.dark_green {
	color:#004122;
}
.nav_gray {
	color:#4a4a4a;
	color:rgb(74,74,74);
}
.dark_gray {
	color:#41484e;
	color:rgb(65,72,78);	
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.entry-content {
	margin-top:25px;	
}
.entry-content > p, .entry-content > h2, .entry-content > h3, .entry-content > ul {
	width:95%;
	margin:0px auto 10px;
}
.entry-content > p {
	margin:20px auto;
	font-size:16px;
	margin-bottom:35px;
	text-align:justify;
}
.entry-content ul li {
	margin:10px 0px;
	text-align:justify;
}
.entry-content > div > p {
	margin:20px auto !important;
	font-size:20px;
	line-height:28px;
	margin-bottom:35px !important;
}

/*================ Header ==================*/
.top-bar-container {
	margin-bottom:0px;	
}
.contain-to-grid {
	background:none;	
}
.top-bar-container {
	padding:20px 0px 30px;
}
.top-bar {
    background: none;
}
.logo_image {
	width:152px;	
}
.top-bar-section ul li {
    background: none;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background:none;	
}
.top-bar-section ul li>a {
	color:#4a4a4a;
	font-weight:normal;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.top-bar-section ul li>a:hover {
	background:#eeeeee;
	color:#000;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background:#eee;
	color:#004122;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #eee;
    color: #000;
}
.top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #eeeeee;
	color:#004122;
}
.sub-menu .current-menu-item {
	background:#eeeeee;	
}
.sub-menu .current-menu-item:hover {
	background:#eeeeee;	
}
#menu-main-nav-1 > li:first-child {
	display:none;	
}
.top-bar-section .has-dropdown>a:after {
    display:none;
}
.top-bar-section .has-dropdown>a {
    padding: 0 0.9375rem !important;
}

/*================ Home Homepage ==================*/
.home .page_title_wrapper {
	display:none;	
}


/*-- Meta Slider --*/
.metaslider a {
    outline:inherit !important;
}
.flex-direction-nav {
    text-align:right;
	position: absolute;
    right: 0px;
    top: 42%;
    margin-right: -15px !important;
}
.flex-direction-nav > li {
	height:40px;	
}
.flex-direction-nav a {
    -moz-transition:none !important;
    transition:none !important;
}
.flex-direction-nav a {
	width:40px !important;
	height:40px !important;
	margin:0px !important;
	display:inline-block !important;
	background:none !important;
	position:relative !important;
	top:auto !important;
	text-indent:inherit !important;
	opacity:1.0 !important;
	-webkit-transition:none !important;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
}
.flex-direction-nav > li:first-child {
	margin-top:40px !important;	
}
.flex-direction-nav > li:last-child {
	margin-top:-80px !important;	
}
.flex-direction-nav .flex-next {
    right:auto !important;
	background-color: #004122 !important;
	background-image:url(/wp-content/uploads/chevron-right.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-size:12px 20px !important;
}
.flex-direction-nav .flex-prev {
    left:auto !important;
	background-color: #638378 !important;
	background-image:url(/wp-content/uploads/chevron-left.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-size:12px 20px !important;
}
.metaslider .slides img {
	padding-left:20px;	
}
.metaslider .caption-wrap {
	width: 60% !important;
    bottom: 19% !important;
    background: rgba(0,65,34,0.9) !important;
    opacity: 1.0 !important;
}
.metaslider .caption {
	padding:30px 10px 30px 30px !important;	
}
.caption h3 {
	color:#fff;
	font-size:35px;
	text-transform:uppercase;
}
.caption p {
	color:#ffffff;	
	font-size:22px;
	line-height:28px;
}
.slider_button {
	padding: 10px 30px;
	background:#638378;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;	
	display:inline-block;
	margin:15px 0px;
}
.slider_button:hover {
	color:#fff;
	opacity:0.9;	
}
.entry-content > .section_container {
	margin-top:40px;	
}
.section_image {
	background-position:center;
	background-size:cover;
	width:240px;
	height:238px;
}
.section_image_overlay {
	height:100%;
	width:100%;
	background-image:url(/wp-content/uploads/cutout.png);
	background-size:100% 100%;	
}
.section_title, .section_content, .section_link {
	margin-left:30px;	
}
.section_link a {
	display:inline-block;
	padding:10px 30px;
	color:#fff;
	text-transform:uppercase;
	background:	#638378;
}
.section_link a:hover {
	opacity:0.9;
}
.home_news_headline {
	font-size:22px !important;
}
.home_news_exerpt {
	font-size:14px !important;
}
.home .news_wrap {
	margin: 25px 0px 35px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    border-right: 1px solid #ccc;
	border-bottom:none;
}
.news_feed > .section_title {
	margin-left:0px;	
	border-bottom:1px solid #ccc;
	margin-top:35px;
}
.news_feed > div:last-child {
	border-right:none;	
}
.section_content p {
	font-size:20px;
	line-height:28px;
}

/*=================== Page Style ================*/
.page_title_wrapper {
	background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 35px;
	margin-left: 20px;
	position:relative;
}
.page-id-16 .page_title_wrapper, .single-team .page_title_wrapper, .page-id-18 .page_title_wrapper {
    background-position: center -30px;
}
.page-id-8 .page_title_wrapper, .parent-pageid-8 .page_title_wrapper {
    background-position: center -195px;
}
.page_title_wrapper h2 {
	text-transform:capitalize;
}
.featured_image_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/featured-image-overlay-dark.png) no-repeat;
	background-size:cover;
	background-position:center;
	z-index:0;
}
.page_title_wrapper > h2 {
	background: rgba(0, 65, 34, 0.9);
    width: 50%;
	color:#fff;
	margin-left: -20px;
    padding:20px 10px 20px 30px;
	position:relative;
	z-index:1;
	font-size:35px;
}
.page_title_wrapper_nobg h2 {
	color:#004122;
}
.container article.page {
	padding-bottom:50px;	
}

/*=================== Strategies ================*/
.strat_content > p {
	width:95%;
	margin:0px auto;	
}
.strat_image {
	width:100%;
	max-width:475px;
	margin-bottom:20px;
}
.strat_custom_fields {
	margin-top:35px;	
}
.strat_custom_fields > div {
	padding:0px 10px;
}
.strat_custom_fields h3 {
	width:95%;
	margin:10px auto 25px;
	font-size:24px;
}
.strat_custom_fields p {
	width:95%;
	margin:10px auto;
	line-height:28px;
	text-align:justify;
}

/*=================== Team ==================*/
.team_grid {
	text-align:center;	
}
.team_member_container {
	display:inline-block;
	text-align:center;
	margin:30px;	
	width:250px;
	vertical-align:top;
}
.team_member_photo {
	width: 240px;
    height: 238px;
    background-size: cover;
    background-position: center;
	margin:0px auto;
	-webkit-transition: all 0.25s linear;
  	-moz-transition: all 0.25s linear;
  	-o-transition: all 0.25s linear;
  	transition: all 0.25s linear;
}
.team_member_photo:hover {
	opacity:0.8;	
}
.team_overlay {
	background:url(/wp-content/uploads/cutout.png) no-repeat 100% 100%;
	width:100%;
	height:100%;
}
.team_overlay > a {
	display:block;
	width:100%;
	height:100%;	
}
.single_team_container {
	margin-top:50px;	
}
.single_team_container > article {
	margin-bottom:35px;
}
.team_photo_wrap {
	padding-top:15px;	
}
.team_info_wrap > header, .team_info_wrap > div {
	margin-left:20px;	
}
.team_memeber_info h3 {
	margin-bottom:0px;
	font-size:24px;
	line-height:30px;
	text-transform:capitalize;
}
.single-team .entry-content > p {
	width:100%;	
}
.single-team h1.entry-title {
	margin-bottom:0px;
	font-size:35px;
	line-height:35px;
	text-transform:capitalize;
}
.team_title {
	color:#4a4a4a;	
}
.team_member_title {
	font-size:20px;
	color:#4a4a4a;	
}
/*===================== News and Press ===============*/
.entry-content > .news_feed {
	width:95%;
	margin:50px auto 0px;
}
.news_wrap {
	margin:35px 0px;
	border-bottom:1px solid #ccc;	
	width:95%;
}
.news_meta {
	font-size: 14px;
    color: #666;	
	padding-left: 2px;
}
.news_wrap h2 {
	margin: 0px 0px 20px;
    line-height: 28px;
	
}
.news_wrap h2:hover {
	color:#AFC5BD;
}
.single_news_container {
	padding-right:15px;	
}
.single_news_container .entry-content p {
	width:100%;
}
.single_news_container h1.entry-title {
	line-height:46px;	
}
	
/*==================== Contact ===============*/

.page-template-page-contact .page_title_wrapper {
    background-position: center top;
}
.page-template-page-contact .entry-content > div > h2 {
	text-transform:capitalize;
}
.contact_form_container {
	margin-top:35px;	
}
.contact_blocks_container {
	margin-top:20px !important;
}
.contact_blocks_container > div {
	width:44%;
	margin:0px 2%;
	background:#41484e;
	text-align:left;
	padding:20px;
	color:#fff;
}
.contact_blocks_container h3 {
	color:#fff;
	text-transform: capitalize;
}
.contact_details p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;	
}
.contact_form_container p {
	margin:0px 10px;	
}
#wpcf7-f4-p22-o1 {
	margin-top:20px;	
}
.wpcf7-form .wpcf7-text, .wpcf7-form textarea {
	border-radius:5px;	
	padding: 17px 10px;
	height:auto;
	font-size: 20px;
    line-height: 28px;
}
.submit_message > input {
	background:#638378;
	border:none;
	box-shadow:none;
	color:#fff;
	text-shadow:none;
	padding: 10px 30px;	
	margin-left:10px;
	font-family: 'Open Sans', sans-serif;
}
.submit_message > input:hover {
	opacity:0.9;
}
.contact_disclaimer {
	margin:30px auto;
	width:95%;
	padding:0px 10px;
	text-align:justify;
}
.page-template-page-contact .entry-content > div > h2, .page-template-page-contact .entry-content > div > p, .page-template-page-contact .entry-content > div > div {
	width:95%;
	margin:0px auto;	
}
.security {
	margin-left:10px;
	margin-bottom:15px;	
}
/*================== Sidebar ===============*/
.sidebar_wrap h6 {
	text-transform:uppercase;
	font-size:24px;	
}
.widget {
	background:#eee;
	color:#333;
	border:1px solid #ccc;
	margin:20px 0px !important;
}
.widget h6 {
	padding:12px;	
	border-bottom:1px solid #ccc;
	margin:0px;
}
.widget p, .widget ul {
	margin:12px;	
}
.widget .textwidget {
	margin:12px;	
	padding-bottom:10px;
}
#text-2 {
	background-color:#004122;
	color:#fff;
}
#text-2 h6 {
	color:#fff;
	border-bottom:none;
	padding-bottom:0px;
}
.widget a {
	color:#666;	
}
.widget a:hover {
	color:#AFC5BD;	
}
.widget ul, .widget ol {
	list-style:none;	
	padding-left:0px;
}

/*================= Footer =================*/
footer {
	max-width: 100%;
    margin: 0px;
    background: #41484e;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.footer_container {
	margin: 30px auto;
    width: 95%;
    max-width: 62.5rem;
    display: inline-block;
}
.footer_container > .col-1-2 {
		margin:0px;
}
footer a:hover {
	color:#fff;	
}
#menu-footer-nav {
	list-style:none;	
	margin: 5px 0px 0px;
	text-align: left;
}
#menu-footer-nav li {
	display:inline-block;
	float:none;
	margin:0px 10px;
}
.footer_nav {
	margin-top: 10px;	
}
.footer_copy {
	text-align:right;
}
.footer_copy p {
	font-family: 'Open Sans', sans-serif;
	text-align: right;
    font-size: 12px;
    margin-bottom: 0px;
    max-width: 440px;
    position: relative;
    right: 0px;
    display: inline-block;
}
footer a {
	color:#ffffff;	
}
footer a:hover {
	color:#AFC5BD;	
}
/*================ Mobile Nav ===================*/
nav.tab-bar {
	background:none;	
}
.tab-bar .menu-icon span::after {
}
.mobile_logo {
	margin-top:10px;	
}
.left-off-canvas-menu {
	background:#004122;	
}
.left-submenu {
	background-color: #004122;
    list-style: none;
    padding-left: 0px;
}
.left-small {
	background:#004122;
	border-right:none;
	margin-top:10px;	
}

/*=================== 404 Page ===================*/
.error404 #sidebar {
	display:none;	
}
.error404 article {
	width:98%;
	margin:0px auto;	
}
.error_search_title {
	margin:0px !important;	
}
.error404 #searchform {
	max-width:500px;
}
.error404 #searchsubmit {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	background: #004122;
}
/*==================== Search Results ===============*/
.search-results .large-8 {
	width:100%;	
}
.search-results #sidebar {
	display:none;	
}
.search-results section.container {
	width:95%;
	margin:0px auto;	
	text-align:left;
}
.search-results section.container article {
	text-align:left;
}
.search-results section.container .entry-content > p {
	margin:0px;
}
ul.pagination li.current a, ul.pagination li.current button {
    background: #004122;
}
.search-no-results #sidebar {
	display:none;
}
.search-no-results .page-title {
	margin-top:50px;
}
#searchsubmit {
	display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #004122;
}
#searchsubmit:hover {
	opacity:0.8;
}
/*================= Mobile Responsiveness ===============*/
@media (max-width: 1050px) {
	.flex-direction-nav {
		margin-right:0px !important;
	}
}
@media (max-width: 960px) {
	.home .entry-content .col-3-4 {
		width:65%;
	}
	.page-template-page-contact .entry-content > div {
		width:100%;	
	}
	.page-template-page-contact .entry-content > div.col-1-3 {
		text-align:center;
	}
	.page-template-page-contact .entry-content > div.col-1-3 > iframe {
		width:95%;
		margin:35px auto;
	}
}
@media (max-width: 900px) {
	.caption h3 {
		font-size:24px;
		text-align:left;
	}
}
@media (max-width: 820px) {
	#header_bar.top-bar-container {
		padding:0px;
	}
	.slide_content {
		text-align:left;	
	}
	.slide_link {
		text-align:left;	
	}
}
@media (max-width: 768px) {
	.home .section_container {
		text-align:center;
		margin:35px 0px 0px;
	}
	.home .entry-content .col-3-4 {
		width:90%;	
		margin:0px auto;
		text-align:center;
	}
	.home .entry-content .col-3-4 .section_title {
		margin-left:0px;
	}
	.home .entry-content .col-3-4 .section_content {
		margin-left:0px;
	}
	.home .entry-content .col-3-4 .section_link {
		margin-left:0px;
	}
	.home .entry-content .col-1-4 {
		text-align:center;
	}
	.metaslider .slides img {
		padding-left: 0px;
	}
	.metaslider .caption-wrap {
		bottom:0px !important;	
	}
	
	section.container {
		text-align:center;	
	}
	section.container > div > .col-3-4, section.container > div > .col-1-4 {
		width:95%;
		margin:0px auto;
		float:none;
		text-align:left;
	}
	section.container > div > .col-3-4 > article {
		text-align:left;
	}
	article {
		text-align:center;	
	}
	.entry-content {
		text-align:left;
	}
	article > .col-3-4, article > .col-1-4 {
		width:95%;
		margin:0px auto;
		text-align:left;
	}
	.strat_custom_fields > .col-1-2 {
		width:95%;
		margin:0px auto 35px;	
	}
	.single-team .entry-content > p {
		text-align:left;
	}
	.team_info_wrap > header > h1 {
		text-align:left;	
	}
	.entry-content > p > .alignright {
		text-align: center;
		float: none;
		margin: 0px auto;
		display: block;
		margin-bottom: 15px;
	}
	.page-id-8 .page_title_wrapper, .parent-pageid-8 .page_title_wrapper {
		background-position: center;
	}
	.slide_content {
		font-size:16px;
		line-height:22px;
	}
}
@media (max-width: 720px) {
	.single_team_container > article {
		width:95%;
		margin:35px auto;
		max-width:500px;
	}
	.single_team_container > article > div {
		width:100%;
	}
}
@media (max-width: 580px) {
	.contact_blocks_container > div {
		display:block;
		margin:10px auto;
		width:250px;
	}
}
@media (max-width: 480px) {
	.home .news_wrap {
		width:100%;
		border-right:none;
		margin:15px 0px;
	}
	.metaslider .caption-wrap {
		position:relative !important;
		width:100% !important;	
		text-align:center;
	}
	.metaslider .caption {
		padding: 5px !important;
	}
	.flex-direction-nav {
		top: 18%;
	}	
	.footer_container > div {
		width:100%;	
	}
	.footer_copy p {
    	text-align: center;
		margin-top:20px;
	}
	#menu-footer-nav {
		list-style: none;
		text-align: center;
		padding-left:0px;
	}
	.slide_content {
		display:none;	
	}
	.caption h3 {
		text-align:center;
	}
	.slide_link {
		text-align:center;	
	}
	.page_title_wrapper {
		margin-left:0px;	
	}
	.page_title_wrapper > h2 {
		width:auto;	
	}
	.wpcf7-form div.col-1-3, .wpcf7-form div.col-2-3 {
		width:100%;	
	}
}




