/* ==========================================================================
   Base
   ========================================================================== */

   @font-face {
     font-family: 'gothamextra_light';
     src: url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.eot');
     src: url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.woff') format('woff'), url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.ttf') format('truetype'), url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
     font-family: 'gothamlight';
     src: url('https://assets.wefarm.org/fonts/gotham-light-webfont.eot');
     src: url('https://assets.wefarm.org/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://assets.wefarm.org/fonts/gotham-light-webfont.woff') format('woff'), url('https://assets.wefarm.org/fonts/gotham-light-webfont.ttf') format('truetype'), url('https://assets.wefarm.org/fonts/gotham-light-webfont.svg#gothamlight') format('svg');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
     font-family: 'gothammedium';
     src: url('https://assets.wefarm.org/fonts/gotham-medium-webfont.eot');
     src: url('https://assets.wefarm.org/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://assets.wefarm.org/fonts/gotham-medium-webfont.woff') format('woff'), url('https://assets.wefarm.org/fonts/gotham-medium-webfont.ttf') format('truetype'), url('https://assets.wefarm.org/fonts/gotham-medium-webfont.svg#gothammedium') format('svg');
     font-weight: normal;
     font-style: normal;
   }
   @font-face {
     font-family: 'gothambook';
     src: url('https://assets.wefarm.org/fonts/gotham-book-webfont.eot');
     src: url('https://assets.wefarm.org/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('https://assets.wefarm.org/fonts/gotham-book-webfont.woff') format('woff'), url('https://assets.wefarm.org/fonts/gotham-book-webfont.ttf') format('truetype'), url('https://assets.wefarm.org/fonts/gotham-book-webfont.svg#gothambook') format('svg');
     font-weight: normal;
     font-style: normal;
   }
   // Fix Chrome antialiasing issues in Windows
   @media screen and (-webkit-min-device-pixel-ratio: 0) {
     @font-face {
       font-family: 'gothamextra_light';
       src: url('https://assets.wefarm.org/fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
     }
     @font-face {
       font-family: 'gothamlight';
       src: url('https://assets.wefarm.org/fonts/gotham-light-webfont.svg#gothamlight') format('svg');
     }
     @font-face {
       font-family: 'gt_walsheimmedium';
       src: url('https://assets.wefarm.org/fonts/gt_walsheim_medium-webfont.svg#gothammedium') format('svg');
     }
     @font-face {
       font-family: 'gothambook';
       src: url('https://assets.wefarm.org/fonts/gotham-book-webfont.svg#gothambook') format('svg');
     }
   }

   /*
    Custom icons
   */
   @font-face {
     font-family: 'fontello';
     src: url('https://assets.wefarm.org/fonts/fontello.eot?81980303');
     src: url('https://assets.wefarm.org/fonts/fontello.eot?81980303#iefix') format('embedded-opentype'),
          url('https://assets.wefarm.org/fonts/fontello.woff?81980303') format('woff'),
          url('https://assets.wefarm.org/fonts/fontello.ttf?81980303') format('truetype'),
          url('https://assets.wefarm.org/fonts/fontello.svg?81980303#fontello') format('svg');
     font-weight: normal;
     font-style: normal;
   }
   /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
   /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
   /*
   @media screen and (-webkit-min-device-pixel-ratio:0) {
     @font-face {
       font-family: 'fontello';
       src: url('../font/fontello.svg?81980303#fontello') format('svg');
     }
   }
   */
    [class^="icon-"], [class*=" icon-"] {
      width: auto;
      height: auto;
      background: transparent;
    }
    [class^="icon-"]:before, [class*=" icon-"]:before {
     font-family: "fontello";
     font-style: normal;
     font-weight: normal;
     speak: none;


     display: inline-block;
     text-decoration: inherit;
     width: 3rem;
     margin-right: .2em;
     margin-top: 2rem;
     text-align: center;
     /* opacity: .8; */

     /* For safety - reset parent styles, that can break glyph codes*/
     font-variant: normal;
     text-transform: none;

     /* fix buttons height, for twitter bootstrap */
     line-height: 1em;

     /* Animation center compensation - margins should be symmetric */
     /* remove if not needed */
     margin-left: .2em;

     /* you can be more comfortable with increased icons size */
     /* font-size: 120%; */

     /* Font smoothing. That was taken from TWBS */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;

     /* Uncomment for 3D effect */
     /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
   }

   .icon-twitter:before { content: '\e800'; } /* '' */
   .icon-facebook:before { content: '\e801'; } /* '' */
   .icon-linkedin:before { content: '\e802'; }

   .footer-twitter:before {
	color: white;
	font-size: 2.4rem;
   }

   .footer-facebook:before {
	color: white;
	font-size: 2.4rem;
  }

  .footer-linkedin:before {
	color: white;
	font-size: 2.4rem;
 }
   /*
    End Custom icons
   */


body {
  /*font-family: gothambook, Arial, "Helvetica Neue", Helvetica, sans-serif;*/
  font-family: "gothambook", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #37434f;
}

h1 {
   /*color: #e17f52;*/
   font-weight: 200;
   font-size: 21px;
}

h2 {
    color: #595959;
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
}

h3 {
  color: #595959;

}


h1, h2, h3 {
  font-weight: 200;
  line-height: normal;
}

.main h1 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
}

.date {
  padding-bottom: 20px;
  margin: 0;
}

.the_date {
  padding-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}

a {
  color: #e17f52;
}

a:hover, a:active {
  text-decoration: none;
}

h2.blog_title {
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 31px;
  line-height: 33px;
}

h2.page_title {
  margin: 50px 0 20px 0;
  font-weight: 300;
  font-size: 41px;
  line-height: 33px;
}

.page_content {
  margin-bottom: 50px;
}

.page_content h3 {
  font-size: 16px;
  line-height: 18px;
  margin: 40px 0px 20px;
}

.news {
  margin-top: 50px;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 30px;
}

.news p, .news img {
  margin-bottom: 20px;
}

.news.search {
  margin-top: 0px;
  border-bottom: 1px solid #63A70A;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.navigation {
  padding: 20px 0;
}


p {
  color: #595959;
  font-weight: normal;
  font-size: 14px;
}

p a:hover {
  color: #df6f3c;
  text-decoration: underline;
}

p.small {
  color: #595959;
  font-weight: normal;
  font-size: 12px;

}

.tags a {
    color: #595959;
}

.white {
  color: white !important;
}

.green {
  color: #e17f52;
}

.button-big-green {
    letter-spacing: 1px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 400;
    background-color: #5aad41;
    color: #fff;
    display: inline-block;
    position: relative;
}

.button-big-green:hover {
  color: #fff;
  background-color: #68bb4e;
}

/* =============================================================================
   Header
   ========================================================================== */
.navbar-inner {
   min-height: 48px;
   height: 48px;
   background: #26282c;
   border: none;
}

.banner {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.nav-collapse .dropdown-menu {
  padding: 0 15px;
  margin: 0;
  background-color: #26282c;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ffffff;
  white-space: nowrap;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{
   -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.3);
   z-index: 500;
   position: relative;
}

.slider {
   background: #eef5d6;
   min-height: 400px;
   padding-top: 48px;
}

.sub-banner {
   min-height: 200px;
   text-align: center;
   border-bottom: 1px solid #D2D2D2;
   /*background-color: #EFF0EF;*/
}

.sub_banner_item {
  position: relative;
  padding: 20px 0;
  margin: 0 5%;
}

.sub_banner_item h1 {
  color: #e17f52;
}

#bottom_section {
   padding-top: 100px;
   padding-bottom: 40px;
}

.navbar .brand {
    width: 100px;
    padding: 7px 20px 10px;
}

.brand {
  max-width: 140px;
}

.nav-main {
  float: right;
}

.navbar .nav {
  min-height: 48px;
}

.navbar .nav > li {
  min-height: 48px;
}

.navbar .nav > li:hover {
  background-color: #323438;
}

.navbar .nav .active {
  background-color: #323438;
  color: #ffffff;
  min-height: 48px;
}

.navbar .nav .active > a, .navbar .nav .active:hover > a  {
  color: #ffffff;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #959da5;
    border-bottom-color: #959da5;
    position: absolute;
    top: 31%;
    right: 10px;
    margin-left: 6px;
}

.navbar .nav>li>a:focus {
    color: #959da5;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav li.dropdown.open>.dropdown-toggle {
  background: transparent;
}

.navbar .nav li.dropdown.open>.dropdown-toggle {
  color: #fff;
}

.navbar .nav > li:hover ul li {
    background-color: transparent;
}

.navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #ffffff;
    background-color: #323438;
}

.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
  background: transparent;
  color: #ffffff;
}

.navbar .nav .dropdown {
  padding-right: 12px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    color: #999999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav .open {
  background-color: #323438;
}

.nav-collapse .dropdown-menu {
  padding: 0 15px;
  margin: 0;
  background-color: #323438;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #959da5;
  border-bottom-color: #959da5;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #959da5;
    border-bottom-color: #959da5;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.navbar .nav > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu:after {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background: transparent;
}

.navbar .nav .dropdown-menu .active {
    background-color: transparent;
    color: #ffffff;
    height: 48px;
}

.navbar .nav > li > a{
  text-shadow: none;
  font-size: 12px;
  padding: 0 15px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
  color: #959da5;
  letter-spacing: 1px;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
}

.bullets{
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}

/* ==========================================================================
   Home
   ========================================================================== */

   .home-intro {
     padding-top: 48px;
     min-height: 452px;
     position: relative;
     overflow: hidden;
   }

   .home-intro-info {
     font-family: "gothambook", sans-serif !important;
     text-align: center;
     padding: 40px 20px 0 20px;
     max-width: 590px;
     margin: 0 auto;
     position: relative;
     z-index: 1;
   }

   .home-intro-info h1 {
     font-family: "gothammedium", sans-serif !important;
     font-size: 58px;
     margin: 0;
     line-height: 58px;
     padding-bottom: 35px;
   }

   .home-intro-info h2 {
     font-size: 35px;
     padding-bottom: 33px;
     margin: 0;
   }

   .home-intro-info span p {
font-size: 1.5rem;
line-height: 2.5rem;
     	font-weight: 200;
   }

   .home-intro-farmer-left {
     position: absolute;
     left: -36px;
     bottom: -55px;
     max-width: 366px;
     width: 25%;
   }

   .home-intro-farmer-right {
     position: absolute;
     bottom: -87px;
     right: -91px;
     max-width: 586px;
     width: 35%;
   }

   .what-do-we-do {
     min-height: 452px;
     position: relative;
     overflow: hidden;
     background-color: #80c0dc;
     color: #fff;
   }

   .what-do-we-do-info {
     text-align: center;
     position: relative;
     z-index: 1;
     padding: 70px 20px 20px 20px;
     max-width: 790px;
     margin: 0 auto;
   }

   .what-do-we-do-info h2 {
     font-size: 32px;
     padding-bottom: 33px;
     line-height: 1;
     color: #fff;
   }

   .what-do-we-do-info span p {
     font-size: 22px;
     line-height: 32px;
     font-weight: 200;
     color: #fff;
     margin-bottom: 43px;
   }

   .what-do-we-do-left {
     margin: auto;
     position: absolute;
     left: 0;
     bottom: 0;
     right: 0;
   }

   @media screen and (max-width: 768px) {
     .home-intro-farmer-left {
       position: relative;
       width: 40%;
       float: left;
       bottom: -17px;
     }

     .home-intro-farmer-right {
       position: relative;
       width: 50%;
       float: right;
       right: -15px;
       bottom: -43px;
     }

     .what-do-we-do-left {
       position: relative;
     }
   }

   .type {
     padding: 3px 10px;
     border: 1px solid #43A756;
     text-transform: uppercase;
     display: inline-block;
     white-space: nowrap;
     letter-spacing: 1px;
     font-size: 12px;
   }

   .type.home-case-study {
     border-color: #5AACD2;
     color: #5AACD2;
   }

   .type.home-blog {
     border-color: #43A756;
     color: #43A756;
   }

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

.wrap{
  overflow: hidden;
  padding-top: 48px;
}

.home .wrap {
  padding-top: 0;
}

.page-content {
  padding-bottom: 40px;
}

.business-content {
  padding-top: 40px;
}

/* =============================================================================
   Meet the team
   ========================================================================== */

.team_member_row:nth-child(2) {
  margin-top: 40px;
}

.team_member_row:last-child {
  border-bottom: 0;
}

.team_member {
  text-align: center;
  margin-bottom: 20px;
}

.team_member_photo img {
  max-width: 250px;
}

.team_member_name h2 {
  margin-bottom: 0;
}

.team_member_job_title {
  margin-bottom: 5px;
  color: #e17f52;
}

.team_member_bio {
  padding: 0 15px;
}

.team-social .icon-twitter {
  color: #55acee;
  font-size: 28px;
}

.team-social .icon-linkedin {
  color: #1C87BD;
  font-size: 25px;
}

/* ==========================================================================
   Case Studies
   ========================================================================== */
   .case-study-row {
     margin-bottom: 40px;
   }

   .case-study-section-title {
     margin: 50px auto 20px auto;
     border-radius: 50%;
     width: 150px;
     height: 150px;
     font-size: 28px;
     background-color: #EFF0EF;
     text-align: center;
     position: relative;
     overflow: hidden;
   }

   .case-study-section-title img {
     width: 80%;
     position: absolute;
     margin: auto;
     left: 0;
     right: 0;
     bottom: 0;
   }

   .case-study-section-title.case-translators img {
     width: 75%;
     position: absolute;
     margin: auto;
     left: 0;
     right: 0;
     bottom: 0;
   }

   .case-study-section-title.case-investors img {
     width: 75%;
     bottom: -10px;
   }

   .case-study-title {
     text-align: center;
     font-size: 22px;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 40px;
   }

   .case-study img {
     margin-bottom: 15px;
   }

   .case-study h2 {
     margin: 0 0 10px 0;
     font-weight: 200;
     font-size: 28px;
     line-height: 32px;
   }

   .case-study h3 {
     margin: 0 0 5px 0;
     font-weight: 200;
     font-size: 20px;
     line-height: 22px;
   }

/* ==========================================================================
   Primary Content
   ========================================================================== */

.business-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.sponsors {
  margin-bottom: 40px;
}

.sponsor img {
   margin-bottom: 15px;
}

.sponsor h2 {
    margin: 0 0 10px 0;
    font-weight: 200;
    font-size: 28px;
    line-height: 32px;
}

.how-three {
  max-width: 700px;
  margin: 0 auto;
}

.how-three img {
  width: 100%;
  height: auto;
}

.section-title {
    margin: 50px 0 20px 0;
    font-size: 28px;
    color: #37434f;
}

.home-what-is-wefarm {
  text-align: center;
}

.stats {
  background-color: #EFF0EF;
  padding-bottom: 40px;
}

.stat-title {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-left: 8px;
}

.weFarm-stats {
  width: 100%;
  height: 210px;
  margin-bottom: 40px;
  display: block;
  border-bottom: 1px solid #d2d2d2;
}

.weFarm-feed-cont {
  width: 48%;
  float: left;
}

.weFarm-map-cont {
  width: 48%;
  float: left;
  margin-left: 4%;
  position: relative;
}

.weFarm-map {
  width: 100%;
  height: 700px;
  position: relative;
}

.seperater-for-map {
  position: relative;
}

.seperater-for-map:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #d2d2d2;
  left: 0;
  top: 0;
  margin-left: -4%;
}

.weFarm-feed {
  width: 100%;
  height: 700px;
}

.principle {
  margin-bottom: 20px;
}

.how-video-cont {
  padding: 0 20px;
  margin: 30px auto;
  max-width: 700px;
}

.how-video {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  max-width: 100%;
  margin: 0 auto;
}

.how-video iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 800px) {
  .stats {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-menu {
    display: block !important;
  }

  .seperater-for-map:before {
    width: 0;
  }

  .weFarm-map-cont {
    width: 100%;
    position: relative;
    margin: 0;
    float: none;
  }

  .weFarm-feed-cont {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }

  .weFarm-map {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .weFarm-stats {
    border-bottom: none;
  }
}


.front_blog{
  margin-bottom: 40px;
}

.front_blog img {
  margin-bottom: 20px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.widget {
    border-bottom: 1px solid #63A70A;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.sidebar {

  margin-top: 50px;
}


.sidebar ul {
  list-style: none;
  margin-left: 0;
}

.sidebar a {
  color: #595959;;
}


/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }



.twitter_status{
  border-bottom: 1px solid #595959;
  margin: 20px 0px;
  padding-bottom: 20px;
}

.twitter_status a {
  font-weight: bold;
  color: #595959;
}

/* ==========================================================================
   Forms
   ========================================================================== */
   .gform_wrapper {
     max-width: 60%;
   }

   select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
   input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}

   textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
   input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
  }

   .gform_wrapper .gform_footer {
     margin-top: 0;
   }

   .gform_button {
    font-weight: 500;
    color: #FFFFFF;
    font-weight: normal;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    background: #e17f52;
   }

   .gform_button:hover {
    color: #fff;
    text-decoration: none;
    background: #df6f3c;
  }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
   padding: 30px 0;
   background:  #FFAF1E;

}

footer h1, footer h2, footer h3 {
  color: #ACACA8;
  margin-top: 0;
  padding-top: 0;
}

footer .copyright p {
  text-align: center;
  color: #FFFFA0;
}

footer .copyright img {
  display: block;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

footer .social-icons {
  text-align: right;
}

footer p {
  color: #959da5;
  font-size: 12px;
}

footer .copyright {
  margin-top: 20px;
  padding-top: 14px;
}

#menu-footer-navigation {
  margin: 0;
}

#menu-footer-navigation li {
  display: inline-block;
  font-size: 2.3rem;
  color: #FFFFA0;
  margin-left: 15px;
  margin-top: 2rem;
}

#menu-footer-navigation li:first-child {
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: 1px solid;
  border-radius: 1em;
}

#menu-footer-navigation li a {
  color: #FFFFA0;
  line-height: 30px;
}

#menu-footer-navigation li a:hover {
  text-decoration: underline;
}




/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.about_wefarm {
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.3);
}

.about_wefarm h1, .about_wefarm h2,  .about_wefarm p {
  max-width: 520px;
  margin: 0px auto 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.about_wefarm h1 {
  font-size: 28px;
  color: #595959;
  margin-top: 0;
  padding-top : 60px;
  line-height: 30px;
}

.about_wefarm h1.nomargin {
  padding-top: 10px;
}

.about_wefarm h2 {
  font-size: 18px;
  color: #595959;
  font-weight: bold;
}

.about_icons {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_intro {
  /*background: url('../img/texture2X.jpg');*/
  background-color: #6DB43D;
  padding-bottom: 60px;
}

.about_intro h1, .about_intro h2, .about_intro p {
  color: white;
  max-width: 700px;
}

.how_does {
    text-align: center;
}

.infographic h1, .infographic h2,  .infographic p {
  max-width: none;
  margin: 10px auto;
  text-align: center;
  padding: 0;

}

.left h1, .left h2, .left h3, .left p {
  text-align: left;
  margin: 0;

}

.left h1 {
   padding: 15px 0;
}

.about_story {
  background: #F4F4F4;
}

.crop {
  min-width: 100%;
  max-width: 100%;
}

.where {
  margin-top: -100px;
  z-index: 0;
  position: relative;
}

.languages {
  margin-top: -40px;
}

.radio {
  position: relative;
  margin: 10px;
  margin-top: -130px;
  left: 30px;
}

.rabbits {
  margin: 20px;
  margin-top: -120px;
}

.bullets h2 {
  margin-top: 20px;
}

.left h2 {
  margin-bottom: 10px;
}

.title_image {
  height: 480px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.title_image h1 {
  padding-top: 150px;
  font-size: 70px;
  max-width: 80%;
  margin-bottom: 40px;
  text-shadow: 3px 3px 5px #000000;
  filter: dropshadow(color=#000000, offx=3, offy=3);
  text-transform: none;
}

.title_image h2 {
  font-size: 44px;
  max-width: 80%;
  text-shadow: 3px 3px 5px #000000;
  filter: dropshadow(color=#000000, offx=3, offy=3);
  line-height: 46px;
}

.circle img {
  display: none;
}

.blue_circle_text p {
  position: relative;
  color: #58ADD4 !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}

.circle div {
 padding: 0;
}

.about_wefarm h1.nomargin.fact1 {
  width: 40%;
  float: left;
  margin: 0;
  padding: 15% 5%;
  font-size: 30px;
}

.about_wefarm h1.nomargin.fact2 {
  width: 34%; float: left;
  margin: 0;
  padding: 15% 8%;
   font-size: 30px;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
  margin-left: 0;
  margin-right: 0;
}

#newsletter_submit {
  display: block;
}

.circle {
   position: relative;
   margin-top: -60px;
}

.navbar .btn-navbar, .navbar .btn-navbar:hover {
 background-color: transparent;
 text-shadow: none;
 background-image:none;
 border-color: #333333;
 margin-top: 9px;
 box-shadow: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Large desktop */
@media (min-width: 1200px) {

.circle {
   position: relative;
   margin-top: -20px;
   margin-left: 100px;
}

.blue_circle_text {
  margin-top: -40px;
}

.blue_circle_text p {

font-size: 18px;
 line-height: 24px;
}

.bullets {
  margin-top: 50px;
  margin-bottom: 20px;
}

.title_image {
    height: 480px;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/about/image_header.jpg');
    background-repeat: no-repeat;
  }
}

/*
  For menu
*/

@media (max-width: 979px) {
  .navbar .nav > li > a:hover {
    color: #ffffff;
    background-color: #323438;
  }

  .weFarm-stats {
    width: 100%;
    height: 325px;
  }

  .navbar .brand {
    width: 100px;
    padding: 7px 20px 10px;
  }

  .navbar .btn-navbar {
    margin-right: 20px;
  }

  .dropdown-toggle {
    position: relative;
  }

  .nav-collapse .dropdown-menu {
    padding: 0 15px;
    margin: 0;
    background-color: #26282c;
  }

  .navbar .nav .dropdown {
    padding-right: 0;
  }

  .navbar .nav {
    background-color: #26282c;
  }
  .navbar-inner {
    padding: 0;
  }
  .nav-collapse .nav > li > a {
     margin-bottom: 0;
  }
  .nav-collapse .dropdown-menu a {
    padding: 0 10px;
    min-height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 12px;
    color: #959da5;
    background: transparent;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

  .nav-main {
    width: 100%;
  }

  .title_image {
    height: 350px;
  }

  .about_wefarm h1.nomargin.fact1 {
    font-size: 21px;
    line-height: 22px;
  }

  .about_wefarm h1.nomargin.fact2 {
    font-size: 24px;
    line-height: 26px;
  }

  .circle img {
    display: none;
  }

  .blue_circle_text {
    position: relative;
  }

  .circle div {
    padding: 0;
  }

  .overide {
    margin: 0;
    padding: 0;
  }

  .about_wefarm h1.nomargin.fact2 {
    padding: 15% 6%;
  }

  .blue_circle_text p {
    position: relative;
    color: #58ADD4 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
  }

  .bullets {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  .gform_wrapper {
    max-width: 100%;
  }

  footer .copyright {
  margin-top: 20px;
  padding-top: 14px;

  }

  footer .copyright p {
    text-align: center;
    color: #FFFFA0;
  }

  footer .copyright img {
    display: block;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  footer .social-icons {
    padding-top: 5px;
    text-align: left;
  }

  footer .icon-twitter::before {
    margin-left: 0;
  }

  #menu-footer-navigation {
    margin: 0;
  }

  #menu-footer-navigation li {
    display: block;
    font-size: 16px;
    color: white;
    margin-left: 0;
  }

  #menu-footer-navigation li a {
    color: white;
    line-height: 30px;
  }

  #menu-footer-navigation li a:hover {
    text-decoration: underline;
  }

  body {
    margin: 0;
    padding: 0;
  }

  .nav-main {
    width: 100%;
  }

  .page_content {
    padding: 20px;
  }

  #menu-footer-navigation {
    margin: 0;
  }

  .title_image {
    height: 450px;
    background-size: auto 100%;
  }

  .about_wefarm h1, .about_wefarm h2, .about_wefarm p {
    max-width: none;
  }

  .left h1, .left h2, .left h3, .left p {
    text-align: center;
  }

  footer {
    padding: 20px;
  }

  .crop {
    max-width: none;
    max-height: 300px;
    position: relative;
    text-align: right;
    display: block;
  }

  .crop.right {
    float: right;
  }

  .overide {
    position: relative;
    margin: 40px; margin-top: 40px;
    margin-bottom: 40px;
    left: 0px;
  }

  .overide.halfwidth {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .overide.third {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .translation {
    text-align: center;
  }

  .mobilerow {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px;
  }


  .circle {
    margin: 0;
  }

  .circle div {
    padding: 0px;
  }


  .circle img {
    display: none;
  }



  .circle p {
    color: #58ADD4 !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
  }

  .about_wefarm h1.nomargin.fact1 {
    font-size: 24px;
  }

  .about_wefarm h1.nomargin.fact2 {
     font-size: 24px;
  }

  h1.farm {
    padding-top: 0;
  }

  .overide{
    margin: 0;
    padding: 0;
  }

  .about_wefarm h1.nomargin.fact2 {
   padding: 15% 6%;
  }

  .mobile_hide {
    display: none;
  }

  .footer_column {
    min-height: 0;
  }

  #bottom_section {
    padding: 20px;
    padding-top: 40px;
  }

  .page_content {
    padding: 0 20px;
  }

  .what-is-wefarm .page_content {
    padding: 0;
  }

  .news {
    padding: 0 20px;
  }
}

 /* For stats iframe */
  @media (max-width: 700px) {
     .weFarm-stats {
      height: 510px;
    }
    .sponsor, .span4 {
      margin-bottom: 40px;
    }
    .content {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

/* Landscape phones and down */
@media (max-width: 480px) {
  .gform_wrapper {
    max-width: 100%;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }


  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 100% !important;
  }

  footer .copyright {
    margin-top: 20px;
  padding-top: 14px;
  }

  footer .copyright p {
  text-align: center;
  color: #FFFFA0;
  }

  footer .copyright img {
  display: block;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  }

  footer .social-icons {
    padding-top: 5px;
    text-align: left;
  }

  footer .icon-twitter::before {
    margin-left: 0;
  }

  #menu-footer-navigation {
    margin: 0;
  }

  #menu-footer-navigation li {
    display: block;
    font-size: 16px;
    color: white;
    margin-left: 0;
  }

  #menu-footer-navigation li a {
    color: white;
    line-height: 30px;
  }

  #menu-footer-navigation li a:hover {
    text-decoration: underline;
  }

  .page_content {
    padding: 0 20px;
  }

  .what-is-wefarm .page_content {
    padding: 0;
  }

  .news {
    padding: 0 20px;
  }

  .nav-main {
    width: 100%;
  }

  .title_image {
    height: 300px;
    background-size: auto 100%;
  }


  .crop {
    max-width: none;
    max-height: 300px;
  }

  .title_image h1 {
    padding-top: 100px;
    font-size: 40px;
    margin-bottom: 20px;

  }

  .title_image h2 {
    font-size: 34px;
    line-height: 36px;
  }

  .circle div {
    padding: 0px;
  }

  .blue_circle_text {
    position: relative;
  }

  .overide {
    margin: 0;
    padding: 0;
  }


  .about_wefarm h1.nomargin.fact2 {
   padding: 15% 6%;
  }

  .where {
    max-width: 150%;
    margin-left: -20%;
  }

  .radio img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

  #bottom_section {
    padding: 20px;
    padding-top: 40px;
  }
}
