/*
Theme Name: Farmers Ending Hunger
Author: Murmur Creative
Author URI: http://murmurcreative.com
*/

/* float clearing for IE6 */
* html .group{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .group{
  min-height: 1%;
}

/* float clearing for everyone else */
.group:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* =Type
-------------------------------------------------------------- */

h1 {
  font: 300 1.571em/1em "Rockwell","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color:#009ac7;
  border-bottom: 2px dotted #a79d88;
  padding: 8px 0;
  margin: .75em 0 .5em;
  font-weight:normal;
}
h1 a, h1 a:visited, h1 a:active {
  color:#009ac7;
  text-decoration: none;
}
h1 a:hover {
  color:#7bbbd4;
}
h2 {
  font-size: 1.15em;
  color:#574821;
  margin:.8em 0 .5em;
}
h2 a, h2 a:visited, h2 a:active {
  color:#574821;
}
h1 a:hover {
  color:#281003;
}
a {
  color:#009ac7;
  text-decoration: none;
}
a:hover {
  color:#574821;
  text-decoration:underline;
}
p {
  margin:.5em 0 1em;
}
strong {
  font-weight: bold;
}

/* =Structure
-------------------------------------------------------------- */

body {
  font: 300 14px/20px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  background: url(img/bg.png);
  margin:0;padding:0;
  color:#574821;
}

#page {
  display: block;
  overflow: hidden;
}

#main {
  margin: 5px 1em 25px;
}

#main .widget-area .widget {
  display: block;
  width: 100%;
  padding: 0;
}

#colophon {
  clear: both;
  display: block;
  width: 100%;
}

iframe {
  max-width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
  background: url(img/FEH-header-span.png) 0 0 repeat-x;
  position:relative;
  display:block;
}

#branding-rays {
  background: url(img/FEH-header-rays.png) center bottom no-repeat;
}

.container {
  max-width:960px;
  margin:0 auto;
  position:relative;
}
#branding-rays .container { min-height:225px}

#site-title {margin:0;padding:0;border:none}
#site-title a {
  text-indent:-9999px;
  background: url(img/FEH-logo.png) 0 0 no-repeat;
  height:174px;
  width:300px;
  float:left;
}

.signup-block {
  position: relative;
  width: 95% !important;
}

#signup p {
  background: url(img/FEH-mail.png) 0 0 no-repeat;
  font-size: 15px;
  font-weight: bold;
  margin: 15px 0 8px;
  padding: 0 0 0 32px;
  height:16px;
}
#e2ma_signup .e2ma_signup_form_label,
#e2ma_signup .e2ma_signup_form_required_footnote,
#signup #e2ma_signup_reset_button {
  display: none;
}
#e2ma_signup .e2ma_signup_form_row {
  border: none;
  padding: 0;
  margin: 0;
}
#signup #id_email {
  width: 140px;
  border-radius: 8px;
  padding: 4px 8px;
}
#signup #e2ma_signup_submit_button {
  border: 1px solid #ccc;
  background: #fff;
  color: #009ac7;
  border-radius: 8px;
  padding: 3px 4px;
  margin: 0.5em 0 0;
}

/* =Slideshow
-------------------------------------------------------------- */

#slideshow {
  background: url(img/FEH-slide-span.png) 0 0;
  position: relative;
}

.slide {
  background: url(img/FEH-slide-glow.png) 0 0 no-repeat;
  overflow: hidden;
  position: relative;
}

.slide-container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.donate-button {
  display:block;
  width:196px;
  height:47px;
  background: url(img/FEH-donate.png) 0 0 no-repeat;
  clear: both;
  float: right;
  text-indent: -500px;
  overflow: hidden;
  z-index: 100;
  margin: -6em 1em 0 0;
  position: relative;
  z-index: 1000;
}

#slideshow .jcarousel-control {
  background: url(img/FEH-slide-arrows.png) 0 0 no-repeat;
}

.slide h2 {
  color: #fff;
  margin: 0 0 0 0.35em;
  padding: 90px 0 10px;
  font-size: 45px;
  line-height: 1em;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.slide p {
  font-size: 17px;
  line-height: 1.45em;
  padding-bottom: 4em;
  margin: 1em;
}

.slider-image {
  max-width: 100%;
  margin: 1em 1em 2em 0;
  float: left;
}

#certificate-fold {
  display: none;
  position: absolute;
  right: 150px;
  top: 98px;
}

.numericControls {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0;
  margin: 0;
}
.numericControls li {
  display: inline-block;
  margin: 0;
}
.numericControls li a {
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  text-indent: -5150em;
}
.numericControls li:first-child a { background: url('img/slide-nav-1.png') 0 center no-repeat }
.numericControls li:nth-child(2) a { background: url('img/slide-nav-2.png') 0 center no-repeat }
.numericControls li:nth-child(3) a { background: url('img/slide-nav-3.png') 0 center no-repeat }
.numericControls li:last-child a { background: url('img/slide-nav-4.png') 0 center no-repeat }
.numericControls li.current a { background-position: -75px center }

/* =Menu
-------------------------------------------------------------- */

#menu-main-nav {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
#menu-main-nav.nav-toggled {
  max-height: 400px;
}

#access {
  display: block;
  margin: 0 auto;
}
#access ul {
  width: 100%;
  background: url(img/FEH-navigation-span.png) center top repeat;
  float: left;
  list-style: none;
  margin: 5px 0 0;
  padding-left: 0;
}
#access li {
  position: relative;
}
#access li.current-menu-item a,
#access li.current-page-ancestor a {
  background-image: url(img/FEH-nav-point.png), url(img/FEH-nav-span-active.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, center top;
}
#access a {
  display: block;
  width: 100%;
  font: 300 17px/45px "Rockwell","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  padding: 0 17px;
  text-decoration: none;
  color:#fff;
  font-weight:bold;
  border-left:1px solid #009ac7;
}
#access a:hover {
  background: url(img/FEH-nav-span-active.png) 0 0 repeat-x;
}
#access #menu-item-80 a {
  background: url(img/FEH-nav-span-focus.png) center top repeat-x;
}
#access #menu-item-80.current-menu-item a {
  background-image: url(img/FEH-nav-point.png), url(img/FEH-nav-span-focus.png);
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, center top;
}
#access ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {

}
#access ul ul a:hover {
  background: #cecece;
}
#access ul li:hover > ul {
  display: block;
}

.nav-toggle {
  position: absolute;
  right: 1.5em;
  top: .5em;
  padding: 1.5rem .75rem;
  margin: 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: .4285714286rem;
  text-align: center;
  background: 0 0;
  border: 0;
  box-shadow: none;
}
.nav-toggle:active {
  transition: 0;
  background: rgba(0,0,0,.1);
}

.lines {
  display: block;
  display: inline-block;
  width: 3rem;
  height: .2142857143rem;
  background: #fcfbfa;
  border-radius: .2142857143rem;
  transition: .3s;
  position: relative;
}
.lines:before,
.lines:after {
  display: inline-block;
  width: 3rem;
  height: .2142857143rem;
  background: #fcfbfa;
  border-radius: .2142857143rem;
  transition: .3s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: .2142857143rem center;
}
.lines:before { top: -0.85rem; }
.lines:after { top: 0.95rem; }

.mobile-nav-active .nav-toggle .lines {
  background: transparent;
}
.mobile-nav-active .nav-toggle .lines:before
.mobile-nav-active .nav-toggle .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 3rem;
}
.mobile-nav-active .nav-toggle .lines:before {
  transform: rotate3d(0,0,1,45deg);
}
.mobile-nav-active .nav-toggle .lines:after {
  transform: rotate3d(0,0,1,-45deg);
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
  clear: both;
  display: block;
}
.single-author .entry-meta .byline {
  display: none;
}
#content nav {
  display: block;
  overflow: hidden;
}
#content nav .nav-previous {
  float: left;
  width: 50%;
}
#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}
#nav-below {
  margin: 1em 0 0;
}
.page-link {
  clear: both;
  margin: 0 0 1em;
}
.page .edit-link {
  clear: both;
  display: block;
}

/* 404 page */
.error404 .widget {
  float: left;
  width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
  margin-right: 1em;
}
.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
  background: #eee;
  display: block;
  padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1em 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
  display: none;
}
.single .format-aside .entry-header {
  display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
  padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
  padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
  display: none;
}
.single .format-image .entry-header {
  display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
  padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
  padding-top: 0;
}

.contact-form textarea, .contact-form input[type="text"], .contact-form input#s {
  width:100%
}


/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}
p img {
  margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
  margin-right: 1em;
}

img.alignright {
  margin-left: 1em;
}
.wp-caption {
  padding: 0 18px;
  text-align: center;
}
.wp-caption.alignleft {
  margin-left: -21px;
}
.wp-caption.alignright {
  margin-right: -21px;
}
.wp-caption img {
  padding: 1px;
  -moz-box-shadow: 0 1px 3px #9d8c79;
  -webkit-box-shadow: 0 1px 3px #9d8c79;
  box-shadow: 0 1px 3px #9d8c79;
}
.wp-caption .wp-caption-text {
  margin: 4px 0 10px;
  font-size:10px;
  line-height:1.45em;
  font-style:italic;
  color:#77786f;
}
.gallery-caption {

}
.wp-smiley {
  margin: 0;
}

.page-farmers-stories .wp-caption {
  height: 140px;
}
/* =Forms
-------------------------------------------------------------- */

#searchform label {
  display: none;
}
#searchform input#s {
  width: 60%;
}
input[type=text],
input#s {
  margin: 0 1em 0 0;
  width: 60%;
}
textarea {
  width: 80%;
}

/* Class for labelling required form items */
.required {
  color: #cc0033;
}


/*Buttons*/
#signup .FEHButton {width:auto; height:27px; color:#419BBA; padding:0 2px; background:url(img/FEH-form-span.png) repeat-x 0 0; cursor:pointer; border:none; font:10px/26px Tahoma, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; letter-spacing:1px; vertical-align:middle; float:left;}
#signup .FEHButton:hover {color:#d05537}
#signup .FEHButton:active {color:#c5da30}
#signup .FEHButtonLeft, .FEHButtonRight {width:11px; height:27px; vertical-align:middle; float:left;}
#signup .FEHButtonLeft {background:url(img/FEH-form-left.png) no-repeat 0 0; margin: 0 0 0 5px;}
#signup .FEHButtonRight {background:url(img/FEH-form-right.png) no-repeat 0 0;}
/*Textareas*/
#signup .FEHText {border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none;}
#signup .FEHTextCenter {height:19px;width:130px; background:url(img/FEH-form-span.png) repeat-x 0 0; padding:4px 0; margin:0; float:left; line-height:15px;}
#signup .FEHTextLeft, .FEHTextRight {width:11px; height:27px; vertical-align:middle; float:left;}
#signup .FEHTextLeft {background:url(img/FEH-form-left.png) no-repeat 0 0;}
#signup .FEHTextRight {background:url(img/FEH-form-right.png) no-repeat 0 0;}
#signup input[type="text"] {width:100%}

/* =Comments
-------------------------------------------------------------- */

article.comment {
  display: block;
}
#respond input[type=text] {
  display: block;
  width: 60%;
}
#respond textarea {
  display: block;
  margin: 0 0 1em;
  width: 80%;
}
#respond .form-allowed-tags {
  clear: both;
  width: 80%;
}
#respond .form-allowed-tags code {
  display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
  display: block;
}
.widget-area .widget_search {
  overflow: hidden;
}
.widget-area .widget_search input {
  float: left;
}
.widget-area .randomtext h1 {
  font-size:1.294em;
  padding-left:35px;
  background: url(img/FEH-stats.png) left bottom no-repeat;
  line-height:1em;
}
.widget-area .randomtext {
  font-size:17px;
  color:#574821;
  line-height:1.25em;
}

.widget_nav_menu ul {
  margin:0;padding:0;
  list-style:none;
}
.widget_nav_menu a {
  color:#574821;
  text-decoration:none;
  display:block;
}
.widget_nav_menu a span {
  display:none;
}
.widget_nav_menu a:hover {
  padding:0 0 0 3px;
}
.widget_nav_menu .current-menu-item a {
  color:#7fbfd6;
}

.fan_box .full_widget {
  border:none;
  color:#333;
  background:none;
}
.fan_box .full_widget .connect_top {
  background:none;
  padding:0;
}
.fan_box .full_widget .name_block {
  display:none;
}
.fan_box .connections {
  border:none;
  padding:0;
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
  padding:0;
  background: url(img/FEH-footer-span.png) 0 0;
  position:relative;
}
#colophon .container {
  min-height: 200px;
  background: url(img/FEH-footer-logo.png) 1em 30px no-repeat;
  padding:0 0 0 200px;
  max-width: 820px;
}
#coliphon-roots {
  background: url(img/FEH-footer-roots.png) center 2px no-repeat;
}
#colophon .widget {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 1em 1em 0;
}
#colophon .widget ul {
  font-size:.87em;
}
#colophon .widget h1 {
  color:#f1f2d7;
  border:none;
  font-size:1em;
  margin:1.5em 0 .5em;
  padding:0;
  font-weight: bold;
}
#colophon .widget a {
  color:#f1f2d7;
}
#colophon .widget a:hover {
  padding:0;
  color:#fff;
}

#colophon .widget a.murmur {
  color:#a4af59;
  font-size:9px;
}
.custom_7-section .label {width:5% !important}
.custom_7-section .content {width:700px; font-size:12px; margin-left:8% !important}
#cvv2{width:50px;}
#crm-container input[type="text"] {width:150px;}
.page-id-448 .entry-content{height:100%; width:105%}
