@font-face {
    font-family: 'merriweatherregular';
    src: url('/wp-content/themes/roots/assets/fonts/merriweather-regular-webfont.eot');
    src: url('/wp-content/themes/roots/assets/fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/roots/assets/fonts/merriweather-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/roots/assets/fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/roots/assets/fonts/merriweather-regular-webfont.svg#merriweatherregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
	background: #6A7D46;
	width: 100%;
    margin: 0;
    padding: 0;
}

body {
	color: #000;
	font-family: 'merriweatherregular', "Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: normal;
	width: 100%;
}
a:focus { outline: 1px dotted; }
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 28px;
	color: #204D2E;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 20px;
	color: #5B5600;
	line-height: normal;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #497C56;
	font-weight: bold;
	line-height: normal;
}
h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}

/* List Sytling & Spacing
----------------------------------------------------------------------------------------------------*/
ol { list-style: disc; }
ul { list-style: disc; }
li { margin-left: 15px; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }

/* Links
----------------------------------------------------------------------------------------------------*/
a,  a:link {
	color: #4A5C49;
	text-decoration: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
a:visited {
	color: #4A5C49;
	text-decoration: none;
}
a:hover {
	color: #6A7D46;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
} 
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
	background-color: #6A7D46 !important;
}
.ngg-navigation {
	height: 25px; !important;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
	border: 1px solid #CCC !important;
}

/* Main Template IDs & Classes
----------------------------------------------------------------------------------------------------*/
#zc-mainWrapper {
	background: url(../img/backer.jpg) no-repeat center top;
	background-color:#E0DAC5;
}
#zc-wrapper {
	width:1000px;
	margin:0 auto;
}
#zc-header {
	position:relative;
	height:256px;
	width: 1000px;
}
#zc-contentWrapper {
	min-height: 400px;
	background: url(../img/body.jpg) repeat-y;
}
.zc-content{
	margin-top:80px;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:30px;
}
.zc-content ul li {
	padding-bottom: 15px;
}
.zc-col1 {
	position:relative;
	width:266px;
	z-index:1;
}
.zc-col2 {
	position:relative;
	width:734px;
}
.zc-col3 { /* Add when needed */
	position:relative;
	width:700px;
}
#zc-footer {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
	position: relative;
	clear: both;
	background: #6A7D46;
	border-top: 6px solid #546853;
	font-weight: bold;
	text-transform: uppercase;
	min-height: 200px;
}
#zc-credit {
	position:relative;
	font-size:12px;
	color:#000000;
	text-align: right;
}
	#zc-credit a:visited, #zc-credit a:link, #zc-credit a:active {
		color: #000000;
		}
	#zc-credit a:hover {
		color: #FFF;
		text-decoration:none;
		}
#zc-footerNav {
	position:relative;
	width: 600px;
}

/* Vertical Menu
-------------------------------------------------------------- */

/* The following ul style can be deleted once setup in WP */
#zc-vNav ul { 
	list-style: none;
	margin:0;
	padding:0;
}
/* End ul style */

/* Main Vertical Nav Container */
#zc-vNav {
	display: block;
	width: 236px; /* Nav width */
	font-size: 20px;
	color: #FFF;
	padding-top: 53px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}

/* WP Menu Container */
#zc-vNav .menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

/* 1st Level */
#zc-vNav a {
	color: #2C222A;
	display: block;
	text-decoration: none;
	width:202px; /* 1st level width */
	padding:10px 17px;
}
#zc-vNav li {
	position: relative;
}
#zc-vNav ul li {
	margin-left: 0;
}
#zc-vNav li a:hover {
	color: #2C222A;
	background-color:#97AE6C;
	width:202px; /* Usually Nav width minus padding of 1st level width */
}
#zc-vNav ul li:hover > ul {
	display: block;
}

/* 2nd Level */
#zc-vNav ul ul {
	display: none;
	position: absolute;
	top: 4px;
	background-color:#697C45;
	font-size: 14px; /* Undo font size from 1st level */
	left:220px; /* Left offset, usually equal to Nav width */
}
#zc-vNav ul ul li {
	margin: 0;
}
#zc-vNav ul ul a {
	padding: 10px;
	width: 145px; /* 2nd level width */
}
	#zc-vNav ul ul a:link, #zc-vNav ul ul a:visited, #zc-vNav ul ul a:active {
		color: #FFF;
	}
	#zc-vNav ul ul li a:hover {
	color: #FFF;
	background-color: #556538;
	width: 145px; /* Equal to 2nd level width */
	}

/* 3rd Level */
#zc-vNav ul ul ul {
	top: 4;
	background-color:#697C45;
	left:145px; /* Value should match 2nd level width */
}
	#zc-vNav ul ul ul a:link, #zc-vNav ul ul ul a:visited, #zc-vNav ul ul ul a:active {
		background-color: #697C45;
	}
	#zc-vNav ul ul ul li a:hover {
		background-color: #556538;
	}

/* Current page styling */
#zc-vNav ul li.current_page_item > a,
#zc-vNav ul li.current-menu-ancestor > a,
#zc-vNav ul li.current-menu-item > a,
#zc-vNav ul li.current-menu-parent > a {
	color: #F2C87C;
}
* html #zc-vNav ul li.current_page_item a,
* html #zc-vNav ul li.current-menu-ancestor a,
* html #zc-vNav ul li.current-menu-item a,
* html #zc-vNav ul li.current-menu-parent a,
* html #zc-vNav ul li a:hover {
	color: #F2C87C;
}

/* Footer Menu
-------------------------------------------------------------- */
#zc-footerNav a {
	display: block;
	text-decoration: none;
	text-align:right;
}
#zc-footerNav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#zc-footerNav ul li {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
#zc-footerNav ul li a {
	color: #000000;
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
	#zc-footerNav ul li a:visited, #zc-footerNav ul li a:link, #zc-footerNav ul li a:active {
		color: #000000;
		}
	#zc-footerNav ul li a:hover {
		color: #FFF;
		text-decoration:none;
		}
		
/* Capsules
------------------------------------------------------------------------------------*/
.zc-capsuleTop {
	background-color:#06C;
	padding:10px 15px;
	font-weight:bold;
	color:#FFF;
}
.zc-capsuleMid {
	background-color:#FFFFFF;
	padding:10px 15px;
	min-height:75px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.zc-capsuleBtm {
	background-color:#4C89C8;
	height:15px;
}

/* Alignment, Floats, Spacers, Photo Floats & Clears
------------------------------------------------------------------------------------*/
.textLeft {text-align:left;}
.textRight {text-align:right;}
.floatRight { float:right; }
.floatLeft { float:left; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.alignleft  { float:left; margin-left:20px; margin-bottom:10px;}
.alignright  { float:right; margin-left:20px; margin-bottom:10px;}
.aligncenter {display: block; margin-left: auto; margin-right: auto; text-align: center;}
.spacer1 { height:5px; clear:both;}
.spacer2 { height:10px; clear:both;}
.spacer3 { height:15px; clear:both;}
.spacer4 { height:25px; clear:both;}

/* Standard Widths
------------------------------------------------------------------------------------*/
.fullWidth { width:100%; }
.halfWidth { width:50%; }
.thirdWidth { width:33%; }
.quarterWidth { width:25%; }
.fifthWidth { width:20%; }

#logo {
	position: absolute;
	width: 268px;
	height: 185px;
	top: 70px;
}
#contentContain {
	background: url(../img/body_top.jpg) no-repeat center top;
}
#addresses {
	position: absolute;
	right: 0;
}
#social {
	position: absolute;
	width: 47px;
	height: 47px;
	right:55px;
	top: 25px;
}
#social-insta {
	position: absolute;
	width: 47px;
	height: 47px;
	right: 0;
	top: 25px;
}
#addresses {
	position: absolute;
    right: 0;
    top: 100px;
	font-size: 12px;
	color:#000000;
}
#phone {
    color: #000000;
    font-size: 22px;
    position: absolute;
    right: 112px;
    top: 37px;
}
#footerContain {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 125px;
}
.dropdown .caret {
	display: none;
}
.dropdown-menu {
	border-radius: 0 !important;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a 
{
	color:#fff;
	text-decoration:none;
	background-image: none !important;
	}
.alignright {
	padding: 5px;
	background: #FFF;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}
#rotator {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px;
	background: #FFF;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}
#donate {
	position: absolute;
	width: 184px;
	height: 51px;
	right: 0;
	top: 239px;
	z-index: 15;
}
#ngg-gallery--212 {
	padding-bottom: 25px;
}
.nav-tabs {
	font-size: 11px;
	border-bottom: 1px solid #AAAAAA !important;
}
.nav-tabs li {
	margin-left: 3px !important;
}
.nav-tabs > li > a:link {
	background: #97AE6C ;
	color: #FFF ;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-tabs > li > a:hover {
	background-color: #819854 ;
	color: #FFF ;
}
.nav-tabs > .active > a {
	background-color: #819854 !important;
	color: #FFF ;
}
.nav-tabs > .active > a:focus {
	color: #FFF;
}
.vfb-required-asterisk {
    color: #510000 !important;
	font-size: 20px !important;
}
.vfbp-form .vfb-help-block {
    color: #000 !important;
	font-size: 14px !important;
}

.vfbp-form .vfb-form-control  {
	color: #000000 !important;
} 