/*Website CSS Backup Nov 22, 2014*/
/*Adjust Page Width from 940px to 1040px*/
#wrapper {
	width: 92%;
	max-width: 1200px;
}

body #mainnav .sf-menu {
	display: flex;
	float: none;
}

body  #mainnav .sf-menu > li {
	display: inline-block;
	float: none;
	flex: 1;
	text-align: center;
}

.wp-caption {
	margin: 0 10px;
}

/*Menu width
#mainnav .sf-menu {
	width: 82%;
}*/
/*
#mainnav .sf-menu li {
	width: calc(82% / 6);
	text-align: center;
	white-space: nowrap;
	padding-right: 0;
}
*/
/*
#mainnav {
	width: 100%;
}

#masterhead {
	width: 100%;
}
*/
/*Change dropdown width*/
/*
#mainnav .sf-menu > li > a {
	padding: 0 20px;
	top: -999em;
	width: 170px;
}

*/
/*Searchbar width*/
#mainnav #searchbar {
	width: 10%;
}

/*Prevent images from being too large on mobile*/
.wp-caption {
	max-width: 95%;
}

/*Change Body Background Color*/
body #wrapper {
	background: #FFFEFC;
}

/*Force Justified Image Grid images to load. Fixes glitch on 7/22/2016*/
.jig-overflow {
	opacity: 1 !important;
}

/*Change Dropdown Menu Text Color*/
#mainnav .sf-menu ul a {
	color: #D6BCAF;
	padding: 11px !important;
	line-height: 1.4em !important;
}

#mainnav .sf-menu a, #navigation-responsive-toggle {
	font-size: 14px;
}

/*Change tab border color from e8e1c9 to 918C7B
Change Inactive Tab background from f7f2e7 to D5CFC4
Change Inactive Tab Text From 584a3d to 3E322A*/
#wrapper .wpb_tabs .wpb_tabs_nav {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #918C7B;
	border-left: solid 1px #918C7B;
}

#wrapper .wpb_tabs .wpb_tab {
	display: none;
	background: #fff !important;
	padding: 15px;
	border-left: solid 1px #918C7B;
	border-right: solid 1px #918C7B;
	border-bottom: solid 1px #918C7B;
}

#wrapper .wpb_tabs .wpb_tabs_nav li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0 !important;
	float: left !important;
	margin: 0 !important;
	outline: none;
}

/*Active Tab CSS*/
#wrapper .wpb_tabs .wpb_tabs_nav li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	border: solid 1px #918C7B;
	border-bottom: 0;
	border-left: none;
	margin: 0;
	background-color: #D5CFC4;
	font-size: 1em;
	color: #3E322A;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#wrapper .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
	background: #fff;
	height: 31px;
	position: relative;
	top: 0;
	color: #000 !important;
	border-bottom: none;
}

/*change body font size*/
body {
	font-size: 17px;
	line-height: 29px;
/*	font-weight: 100;*/
	color: #000000;
}

/*2A211B*/
/*change header font sizes*/
h1 {
	font-size: 21px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 17px;
	line-height: 20px;
}

h4 {
	font-size: 16px;
	line-height: 16px;
}

.sidebar-box h4 {
	font-size: 15px !important;
}

/*Reduce space below text separators*/
#wrapper .vc_text_separator {
	margin-bottom: -5px !important;
	height: 50px;
}

/* Fix "read more" button on blog page when text size is changed*/
.read-more {
	padding-top: 0;
	padding-bottom: 0;
	height: 30px;
	line-height: 30px;
}

/*Change Link Color*/
a, h2 a:hover, h3 a:hover {
	color: #AF160D;
/*5F9E18;*/
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #AF160D;
/*5F9E18; 7BCC1F*/
	text-decoration: underline;
}

/*RESPONSIVE MENU CSS*/
/*WIDTH TO REMOVE MENU*/
/*   @media all and (max-width: 959px) { */
@media all and (max-width: 959px) {
	body.wpex-responsive #mainnav {
		display: none !important;
	}
	
	#logo {
		margin-bottom: 20px;
	}
}

/*Remove Social Icons for Mobile*/
@media all and (max-width: 767px) {
	.wpex-responsive #mastersocial {
		display: none !important;
	}
	
	#logo {
		display: none !important;
	}
}

/*Button Style for Chimpy*/
button#chimpy_popup_open {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: lightskyblue;
	border-radius: 5px;
	font-weight: initial;
	font-size: 12pt;
	color: white;
	border-width: 0;
}

/*Sign Up Form for Sidebar*/
.signupform {
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}

/*Fix NextGen Distorted Images*/
.ngg-gallery-thumbnail img {
	width: auto;
}

/*Contact Form 7 Skin*/
div.cf7ct_form5415 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/*Contact Form 7 Responsive Width*/
div.wpcf7 .wpcf7-form-control {
	max-width: 100%;
}

/*Sidebar Header Background*/
.sidebar-box h4 span {
	background: #FFFEFC;
}

.sidebar-box h4 {
	background: #FFFEFC;
}

/*Fixes line height problem caused by shiftnav*/
.shiftnav-wrap {
	line-height: 29px;
}