/*
Theme Name: myAgro
Author: Day is New Creative
Author URI: http://dayisnewcreative.com
*/
@import url('css/normalize.css');

/* Begin myAgro styles */

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/*  mods
--------------------------------------------- */

.breadcrumb {
	font-size: 14px;
	margin-top: 30px;
	padding-bottom: 10px;
	background: none;
	padding: 0
}

.back {font-size: 14px;}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 27px;
	text-transform:uppercase;
}

.blog .entry-title {
	font-size: 35px;
	text-transform:uppercase;
	padding-bottom:20px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover {
	color: #52a100;
}

.widget-title {
	margin-top: 20px;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	/* color: #485963; */
	color: #4c4c4c;
	font-family: "Arimo", sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}


a { color: rgba(24,123,48, .85 ); text-decoration: none; font-weight: 700;}

a:hover,
a:focus { color: rgba(24,123,48, 1); }


p { margin: 0 0 30px; padding: 0; }

ol,
ul { margin: 0; padding: 0; }

li { list-style-type: none;}

b,
strong { font-weight: 800; }

cite,
em,
i { font-style: italic; }

blockquote { color: #999; margin: 40px; }

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 32px;
}

.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

h3 {
	font-size: 28px;
	text-transform: uppercase;
	text-align:center;
}

h5 {
	font-size: 27px;}

h6 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: #485963 1px dotted;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}
.blog img {
	width:100%;
	margin-bottom:20px;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}
.page-box {
	background-color: #b9d068;
	padding:40px;
	margin: 15px 0 35px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

.gallery-thumb {margin-bottom: 1.5em; outline: none;}
.gallery-thumb a {outline: none;}
.mfp-bottom-bar {
    margin-top: -200px;
    position: absolute;
    top: 100%;
	background: rgba(0,0,0,.65);
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    font-size: 13px;
    line-height: 1.2em;
    padding: 2em;
    word-wrap: break-word;
    padding-right: 36px;
}

/* 404 */
section.error-404.not-found {padding: 200px 0;}


/* Forms
--------------------------------------------- */

#mc4wp_email{
	margin: 15px 10px;
	float:left;
}

.mc4wp-form input[type=text]{
	margin: 15px 10px;
	float:left;

}

input,
select,
textarea {
	background: none;
	border: 2px solid #fff;
	border-radius: 0;
	box-shadow: none;
	color: #fff!important;
	font-size: 16px;
	font-weight: 200;
	padding: 8px 15px;
	width: 100%;
}



input:focus,
textarea:focus {
	border: 2px solid #187a32;
	outline: none;
}


input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: rgba(24,122,50, .8);
	border: 0px solid #fff;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	margin:15px 0;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px 30px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}


button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: rgba(24,122,50, 1);
	border: 0px solid #fff;
	color: #fff !important;
}

button.mfp-arrow:hover,
button.mfp-arrow:focus {
	background-color: transparent;
	border: none;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	padding: 4px 12px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}


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

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}
.widget.featured-content.featuredpage{
	width: 33%;
	margin: 0 auto;
  	float: left;
}

.featured-content p {
    padding:0 20px;
}

.featured-content .entry-title a {
    font-size: 18px!important;
    text-transform: uppercase;
    color: #485963;
    font-weight: 400;
    letter-spacing: 0px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

 #btn-close-modal {
                width:100%;
                text-align: center;
				padding-top:180px;
                cursor:pointer;
                color:#fff;
            }
			
.modal-content {
	color:#fff;
	padding-top: 10px;
	padding-left: 10%;
    padding-right: 10%;
	z-index: -99999;
}

/* Job Listings
--------------------------------------------- */


.job_filters {
    display:none;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
	font-size: 12px!important;
	padding: 20px 30px!important;
}

.zoomContainer {
	margin:0;
    padding:0;
    width:100%;
    height:auto;
    position:relative;
}

.zoomViewport {
	margin:0;
    padding:0;
    width:100%;
	height:400px;
	overflow:hidden;
	margin-top:1em;
}

div {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.mali {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
}
.senegal {
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
}

#item1 {
	background-color:transparent;
	position:absolute;
	left:0px;
	top:50px;
	width:100px;
	height:100px;
	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
}

#item1:hover {
    color:#333;
    cursor:pointer;
    cursor:hand;
}
#item2 {
	background-color:transparent;
	position:absolute;
	left: 0px;
	top: 95px;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
}

#item2:hover {
    color:#333;
    cursor:pointer;
}



/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: rgba(252,252,252,.82);
	height: 85px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.site-header.dark {
	background-color: rgba(252,252,252,.98);
	border-bottom: 1px solid #fff;
	box-shadow: 1px 1px 22px #B0B0B0;
	height: 70px;
}

.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}



/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px;
	width: 200px;
}

.site-header.dark .title-area {
	padding: 15px 0;
}

.navbar-brand {
	background: url(img/logo_trans.png) no-repeat;
    background-size: contain !important;
    display: block;
    text-indent: -9999px;
    margin: 5px 0px;
    cursor: pointer;
	height: 80px;
}

.dark .navbar-brand {
	background: url(img/cropped-logo-notext.png) no-repeat;
	height: 60px;

}

.site-title a,
.site-title a:hover { color: #fff !important;}

.header-image .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	text-indent: -9999px;
	margin:5px 0px;
	height: 56px;
}

.header-image .dark .site-title > a {
	height: 56px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.skip-link {display: none;}
.nav {
	line-height: 1;
	text-align: right;
	float: right;
}

.nav li li {
	margin-left: 0;
}

.nav .menu-item {
	display: inline-block;
	text-align: left;
	padding-bottom: 36px;
}

.nav .menu-item .menu-item{
	padding-bottom: 0px;
}

.dark .nav .menu-item {
	padding-bottom: 0px;
}

.widget-wrap .nav a {
	color: #fff;
	background-color: #008BB7;
  	padding: 30px 40px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	font-weight: 700;
}

.widget-wrap .nav a:hover {
	opacity: 0.6;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
}

.nav a {
	color: #187A32;
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 30px 25px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.site-header.dark .nav a { padding: 28px 20px 24px; }
.site-header.dark .nav ul li a { padding: 15px 20px 15px; }
.site-header.dark .nav a:hover { background-color: #222; }
.nav li.highlight a:hover::before { color: #fff; }
.nav li.highlight > a { font-weight: 800;}

.front-page .nav li.current-menu-item > a,
.nav > li > a {
	border-bottom: 0px solid transparent;
}

.front-page .nav li.current-menu-item > a:hover,
.nav li.current-menu-item > a,
.nav > li > a:hover {
	border-color: #fff;
}

.nav > .menu-item > a {
	text-transform: uppercase;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {background: none !important; border: none;}

.nav .dropdown-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	top: 84px;
	position: absolute;
	background: none;
	box-shadow: none;
	border: none;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	background: rgba(57,143,69, .9 );
}

.dark .nav .dropdown-menu {margin-top: -15px;}

.nav .dropdown-menu a { 
	color: #fff;
	padding: 20px;
	position: relative;
	width: 200px;
}

.nav .dropdown-menu a:hover,
.nav .dropdown-menu li.current-menu-item > a {
	background: rgba(33,85,40,.6) !important;
	color: #fff;
}

.nav .menu-item:hover {
	position: static;
}

.nav .menu-item:hover > .dropdown-menu {
	left: auto;
	opacity: 1;
}

.nav > .first > a {
	padding-left: 0;
}

.nav > .last > a {
	padding-right: 0;
}

.nav > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.nav > .right > a {
	display: inline;
	padding: 0;
}

.nav > .rss > a {
	margin-left: 48px;
}

.nav > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation  */

.nav-primary {text-align: center; width:65%; float:left;}
.nav-primary .nav {float: right;}


/* Content Area */

/* Global */


.newsletter-signup-wrap{
	padding:15px 25px 25px;
	background-color: rgba(132, 178, 57, .8);
	margin:0px;
}

.newsletter-signup {
	color: #fff;
	z-index:9;
	margin-top:20px;
	position: relative;
	  font-size: 14px;
	  text-align: left;
}

.newsletter-signup h3 { font-size: 20px; margin-bottom:0px; }
.newsletter-signup input[type="text"],
.newsletter-signup input[type="email"] {background: #fff; color: #4c4c4c !important; border-style:solid;}


/* General
--------------------------------------------- */

.entry-content { color:#485963; padding: 45px 0 30px; }
.home .entry-content {padding: 0 0 0;}	
.fve-video-wrapper {margin-bottom: 30px !important;}

/* Entries
--------------------------------------------- */

.entry { margin-bottom: 100px;}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 0px solid #000;
	content: "";
	display: block;
	margin: 0 auto 0px;
	padding-bottom: 5px;
	width: 25%;
}


.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Custom Post Types */
.farmer p.entry-meta, .job_listing p.entry-meta { display:none;}


/* Site Footer */
.site-footer { background: url(img/footer-phone-corn@2x.png) no-repeat; padding: 0; background-size: 100%; height: 240px; margin-top: -1px; overflow: hidden;}
.footer-overlay {height: 240px; width: 100%; display: inline-block; background: rgba(17,84,35,.92); position: absolute;}
.footer-wrap {padding: 35px 0;}
.site-footer,
.site-footer a,
.site-footer p { color: #fff;}
.site-footer a:hover { color: #22a1c4;}
.site-footer p { font-size: 14px; letter-spacing: 1px; margin-bottom: 0; text-transform: uppercase;}

.footer-img {max-height: 340px; overflow: hidden; display: none;}
.footer-img img {margin-top: -1px;}
.footer-contact,
.footer-copyright {text-align: left;}
.footer-logo {background: url(img/cropped-logo-notext.png) no-repeat; width: 100px; height: 100px; background-size: 100%;}
.tel-email {margin-top: 20px;}
.footer-contact {padding-top: 20px; line-height: 1.2em;}
.footer-sm { padding-top: 6px;}
.footer-sm li {display: inline-block;}
.footer-sm li a {width: 100%; height: 100%; display: inline-block; cursor: pointer;}
.fb {width: 32px; height: 32px; background: url(img/icon_facebook.png) no-repeat; background-size: 100%;}
.twitter {width: 32px; height: 32px; background: url(img/icon_twitter.png) no-repeat; background-size: 100%;}

/* Homepage */
.hero-text-wrap {position: relative;  }
.hero-text {font-family: "Oswald", sans-serif; color: #2E9148; font-weight: 500; font-size: 90px; text-transform: uppercase; letter-spacing: 1px; text-shadow: 2px 2px #4c4c4c; display: inline-block;  position: absolute; z-index: 10; top: 400px; max-width: 420px; line-height: 1.25em;}
.home .hero-text {float: right; position: relative; color: #2E9148; text-shadow: 1px 1px #187A32; letter-spacing: 0.0175em;padding-left: 0; max-width: 580px; margin-right:0; font-size: 110px; font-weight: 600; line-height: 1em; top: 170px;}
.home .hero-with {text-transform: none;}

.page-id-4397 .hero-text {float: right; position: relative; padding-left: 0; max-width: 360px; margin-right: 40px;}
.page-id-4395 .hero-text {float: left; position: relative; top: 300px; padding-left: 0; max-width: 360px; margin-left: 480px;} /* Hero 2 */
.problem-statement-wrap {padding: 50px 0 50px; margin-top: -1px; background: rgba(132, 178, 57, 1); border-bottom: 1px solid rgba(132, 178, 57, .5); border-top: 2px solid rgba(132, 178, 57, .5);}
.problem-statement {color: #fff; font-family: "Oswald", sans-serif; font-weight: 500; font-size: 28px; text-align: center; max-width: 740px; margin: 0 auto; }
.problem-statement p:last-child {margin-bottom: 0;}
.harvest-icon img {height: 75px; width: 75px; }
.what-we-do-wrap {padding: 45px 0; background: rgba(132, 178, 57, .48)}
.what-we-do {text-align: center; margin: 0 auto; }
.what-we-do p {font-size: 22px !important; line-height: 1.2em; margin-bottom: 15px;}
.home-model {display: inline-block; margin: 0 auto;}
.what-we-do-lead { margin: 0 auto 45px;  }
.what-we-do-lead p:first-child {font-size: 26px !important;}
.what-we-do h4 {text-transform: uppercase; margin-bottom: 15px; font-size: 20px;}
.model p {font-size: 15px !important;}
.it-works-wrap {padding: 45px 0; background: rgba(255,255,255,.1);}
.it-works-intro {text-align: center;}
.works-icon {display: block; width: 120px; height: 120px; border: 1px solid #ccc; margin: 0 auto 6px;}
.home-metric {font-size: 22px; font-weight: 500; text-align: center;}
.home-metric img {height: 130px !important; width: 130px !important;}
.model img {padding-bottom: 12px;}
.mission-wrap {min-height: 220px !important; padding: 125px 0 75px;
   background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;}
.home-mission {font-size: 35px; color: #fff; font-style: italic; text-align: center;text-shadow: 1px 1px #4c4c4c; }
.home-news {display: inline-block; padding: 45px 15%; text-align: center;}
.works-more,
.btn-dark {text-align: center; font-size: 16px; margin-bottom: 30px; display: block; padding: 0;}
.works-more,
.btn-dark a {background: rgba(24,122,50, .8); color: #fff; border-radius: 6px; padding: 12px 24px;}
.works-more a:hover,
.works-more a:focus,
.btn-dark a:hover,
.btn-dark a:focus { background: rgba(24,122,50, 1); text-decoration: none;}


/* Page Heros */
.hero-title-wrap .hero-title {padding: 240px 0 0; }
.page-template-page-careers .hero-title-wrap .hero-title {padding: 200px 0 0 ;}
.hero-title-wrap .page-title {color: rgba(255,255,255,1); text-shadow: 1px 1px #666; text-align: center;}

/* Page */
.page-template:not(.page-template-page-home) .entry-content {padding-top: 45px;}
.page-template-page-home .entry-content {padding: 0;}
.page-id-4625 .hero-text,
.page-id-4630 .hero-text {top: 170px; font-size: 68px;}
.page-id-4625 .grow,
.page-id-4630 .grow {font-size: 68px !important;}
.page-id-4630 .grow {color: #3D710B}
.green-lead {font-size: 26px; text-align: center; font-family: "Oswald", sans-serif; color: rgba(24,123,48, 1); padding: 15px 0;}
.mission {text-align: center; color: #fff; background: rgba(24,123,48, .95); font-size: 28px; padding: 30px 60px;}
img.circle {border-radius: 50%; }

/* Impact */
.impact-farmer-col img.circle {max-width: 324px; margin-bottom: -15px !important;}
.impact-farmer-col .green-lead {padding-bottom: 0; padding-top: 7px; margin-bottom: 0;}
.impact-farmer-col p {line-height: 1.2em; text-align: center;}
.impact-farmer-col .stat-support {padding: 3px 20px 15px;}
.farmers-reached-col p {text-align: center; padding: 15px 20px;}

/* Our Team */
.bios {clear: both;  padding-bottom: 60px; display: none;}
.bios.active-section {display: block; opacity: 1;}
h3.bio-section-title {text-align: left;}
.bios-nav {float: right; margin-bottom: 15px;}
.bios-nav li {display: inline-block; padding: 6px 18px; background: rgba(132, 178, 57, .7); margin-right: 10px; cursor: pointer; font-size: 14px; border-radius: 5px; font-weight: 500; }
.bios-nav li:last-child {margin-right: 0;}
.bios-nav li.active {background: rgba(132, 178, 57, 1); color: #fff; font-weight: 600;}
.bio-headshot {width: 124px; height: 124px; display: inline-block; margin-bottom: 12px;}
.bio-headshot img {border-radius: 50%; max-width: 124px; width: 100%;  }
h4.bio-title {line-height: 1.1em; margin-bottom: 3px;}
.bio-job-title {font-size: 14px; line-height: 1.1em;}
.bio-link {font-size: 14px;}
.bio-snapshot {text-align: center; margin-bottom: 15px;}

/* Single Bio */
.single-bio h2.post-title {margin-top: 0px; font-size: 36px;}
.single-bio .entry-content {padding-bottom: 60px; min-height: 400px;}
.single-bio .bio-img {float: right; padding-left: 18px;}
.single-bio .bio-img img {border: 4px solid #c3c3c3}

/* Supporters & Awards */
.supporters-logos {padding: 30px 0;}
.supporter img {max-width: 150px;}
.supporter img.rainer {max-width: 190px;}

/* Careers */
.rbox-widget h3 {font-weight: 400 !important; margin-bottom: 1em !important;}
.rbox-opening-position-info {margin-left: 5px;}
.rbox-widget input,
.rbox-widget textarea {color: #485963 !important;}

.rbox-widget .rbox-btn {
    display: inline-block;
	background: rgba(24,122,50, .8) !important;
	color: #fff  !important;
	border-radius: 6px  !important;
	padding: 12px 24px  !important;
    margin-bottom: 0;
    font-size: 13px !important;
    line-height: 1em !important;
	font-weight: normal !important;
    text-align: center;
    text-shadow: none  !important;
    vertical-align: middle;
    cursor: pointer;
    background-image: none  !important;
    filter: none;
    border-color: transparent !important;
	border-bottom-color: transparent !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	outline: none !important;
	letter-spacing: 1px !important;
}
.rbox-widget .rbox-btn:hover,
.rbox-widget .rbox-btn:focus {
		background: rgba(24,122,50, 1) !important;
}

/* Financials */
.page-id-4287 .entry-content p,
.page-id-4644 .entry-content p {text-align: center;}
.donors,
.reports {padding: 45px 0;}

/* Blog */
.news-item {clear: both; padding: 30px 0 15px; border-bottom: 1px solid #c1c1c1; display: inline-block;}
.news-item-wrap {float: left; display: inline-block; width: calc(100% - 180px); padding-right: 30px;}
.news-item-img {float: right; width: 180px; }
.news-item-img img {width: 100%; height: auto; border-radius: 50%; padding: 4px; border: 1px solid #ccc;}
.news-date {font-size: 14px;}
.news-title {margin: 4px 0 6px;} 
.news-title a {font-size: 24px; line-height: 1em;}
.single-post .entry-content {padding-bottom: 45px;}
.single-post .post-date {margin-top: -10px;}
.news-ft-img {width: 100%; margin: 15px 0 0;}
.news-ft-img img {width: 100%; height: auto;}
.sidebar-wrap {padding-top: 30px;}
.sidebar-wrap h3 {margin: 45px 30px 5px 0; font-size: 16px; text-align: left;}
.sidebar-wrap h3:first-of-type {margin: 15px 0 5px 0;}
.posts-navigation {display: none;}
.screen-reader-text {display: none;}
#infscr-loading {text-align: center; max-width: 100px; margin: 0 auto;}
.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% -2px;
   height: 30px;
   overflow: hidden;
   width: 170px;
    border: 1px solid #c1c1c1;
   border-radius: 6px;

}
.styled-select select {
   background: transparent;
   border: none;
   color: #485963 !important; 
   outline: none;
   font-size: 14px;
   height: 30px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 180px;
}

.sidebar .col-md-3 {padding-left: 0; width: 100%;}
.sidebar input[type=text],
.sidebar input[type=email],
.sidebar input[type=submit]{margin: 0 0 15px 0 !important; font-size: 14px; border: 1px solid #c1c1c1; clear: both; width: 170px; padding: 5px; max-width: 170px !important;    color: #485963 !important; }
.sidebar input[type=submit] {background: rgba(24,122,50, .8); border-radius: 6px; color: #fff !important; border:none;padding: 9px 15px !important;}
.sidebar input[type=submit]:hover,
.sidebar input[type=submit]:focus {background: rgba(24,122,50, 1);}
.sidebar .mc4wp-form-basic .mc4wp-success,
.sidebar .mc4wp-form-theme .mc4wp-success {padding-top: 15px; max-width: 170px; color: rgba(24,122,50, 1); font-weight: 700; }

/* Impact */
.impact-farmer {float: left; display: inline-block; width: 48%;}

/* Photo Galleries */
.single-photo_gallery .entry-header,
.single-photo_gallery .entry-content {text-align: left; }
.single-photo_gallery .entry-content {padding-top: 0;}
.single-photo_gallery .photo-gallery {display: inline-block; padding-bottom: 1em; margin-left: -15px;}
.pg-preview {padding-bottom: 2em; display: inline-block;}
.pg-indy {border: 1px solid #c1c1c1; padding: 15px;}
.pg-indy p {margin-bottom: .75em;}
.single-photo_gallery .sharethis-inline-share-buttons {padding-bottom: 2em;}


/* Media Queries */

@media only screen and (max-width: 1200px) {
	.nav a { padding: 15px 15px; }
}

@media only screen and (max-width: 1023px) {
	.header-image .dark .site-title > a { height: 76px;}
	.site-title { text-align: center;}

}

@media (max-width: 767px) {
	#main .container {padding-left: 45px; padding-right: 45px;}
     .home .hero {position: relative; top: 62px;}
	 	.page-id-113 .hero-page {background-position: right !important;}
    .site-header,
	.site-header.dark {height: 62px;  background: #fff;}
	.nav {float: none;padding-bottom: 15px;margin-top: 0px !important; background: rgba(24,123,48, .98 )}
	.nav li:first-child {padding-top: 15px;}
	.icon-bar {background: #187a32}
	.navbar {border: none;}
	.navbar-toggle {margin-top: 12px;}
	.navbar-toggle:hover,
	.navbar-toggle:focus {background: transparent; border: 1px solid transparent;}
	.dark .nav .menu-item,
	.nav .menu-item {background: rgba(24,123,48, .98 ); padding-bottom: 0;}
	.nav li li {padding: 6px 0;}
	.nav .menu-item:last-child {padding-bottom: 20px;}
	.dark .nav a,
	.site-header .nav a { padding: 15px 15px;}
	.nav li.current-menu-item > a,
	.nav .dropdown-menu li.current-menu-item > a:hover,
	.nav li a,
	.nav li a:hover {padding: 15px 15px}
	
	.navbar-nav .open .dropdown-menu>li>a {width: 100%;}
	.navbar-nav .open .dropdown-menu>li>a {width: 100%; color: #fff; padding: 12px 24px;}
	
	.navbar-brand,
	.dark .navbar-brand {height: 50px; margin-bottom: 0;}
	
	.hero {background-size: 100% !important; min-height: 240px !important;}
	.hero-text {font-size: 24px; top: 120px; max-width: 70%; padding-left: 15px;}
	.home .hero-text {font-size: 40px; line-height: 1.05em; margin-right: -20px; top: 84px; max-width: 210px;}
	.mission-wrap {background-size: 100% !important; background-attachment: initial !important;}
	.navbar-toggle .icon-bar {width: 30px; margin-bottom: 5px;}
	.nav .menu-item,
	.responsive-menu-icon {display: block}
	.nav .menu-item:hover {position: static;}

	.nav li.current-menu-item > a,
	.nav .dropdown-menu li.current-menu-item > a:hover,
	.nav li a,
	.nav li a:hover { background: none; border: none; color: #fff; display: block; }
	.nav .menu-item-has-children { cursor: pointer;	 }
	.nav .menu-item-has-children > a { margin-right: 60px;}

	.nav > .menu-item-has-children:before {
		height: 20px;
		padding: 7px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.nav .menu-open.menu-item-has-children:before { content: "\f343"; }
	.nav > .menu-item > .sub-menu { display: none;}

	.nav .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.nav .sub-menu .sub-menu { background-color: transparent; margin: 0; padding-left: 25px; }

	.nav .sub-menu li a,
	.nav .sub-menu li a:hover { padding: 10px 0; position: relative; text-transform: none; width: 100%;}

	.nav .current-menu-item > a,
	.nav .sub-menu .current-menu-item > a:hover,
	.nav > li.menu-item-has-children:hover > a,
	.nav a:hover { background: none; }

	.site-header .nav .current-menu-item > a,
	.site-header .nav .sub-menu li a,
	.site-header .nav .sub-menu li a:hover,
	.site-header .nav .sub-menu,
	.site-header .nav > .menu-item-has-children:before,
	.site-header .nav > li:hover > a,
	.site-header .nav a:hover { color: #fff; }

	.problem-statement-wrap {position: relative; clear: both; margin-top:36px; padding: 15px 0;}
    .problem-statement {font-size: 24px;}
	.what-we-do-lead p:first-child {font-size: 24px !important;}
	.what-we-do-lead p {font-size: 20px !important;}
	.home-model .model {padding-bottom: 30px;}
	.it-works-intro .lead {font-size: 20px;}
	.home-metric p {line-height: 1.1em;}
	.newsletter-signup h3 {padding: 0 15px }
	
	.news-item-wrap {float:none; width: 100%;}
	.news-item-img {float: none;}
	.sidebar {display: none;}
	.single-post .entry-content {padding-top: 15px;}
	.footer-overlay {height: 360px;}
	.site-footer {background-size: cover; min-height: 360px; height: auto; overflow: hidden;}
	.sign-up-form .col-xs-12 {padding: 0;}
	.sign-up-form input {-webkit-appearance: none; margin: 0 0 15px 0 !important;}
	.sign-up-form input[type=submit] {font-size: 14px;}
	.newsletter-submit {text-align: center; }

	/* What We Do */
	.page-id-4272 .hero-page {background-position: right !important;}
	.mission {padding: 15px 30px; font-size: 24px;}
	.green-lead {font-size: 22px;}
	
	/* Impact */
	.farmers-reached-col p {padding: 15px 0;}
	.impact-farmer-col .stat-support {padding: 3px 15px 30px;}
	.farmer-stories-pager img.alignleft {float: none; width: 100%; margin: 15px 0 30px !important;}
	
	/* Team */
	.page-template-page-team .entry-content {padding-top: 15px !important;}
	.bios-nav {float: none; margin-bottom: 60px;}
	.bios-nav li {margin-right: 10px;}
	.bios-nav li:last-child {margin-right: 0;}
	.bio-snapshot {margin-bottom: 30px;}
	.single-bio .bio-img {float: none; margin-bottom: 15px; padding-left: 0;}
}

    /* Financials */
	.page-id-4287 .hero-title-wrap .hero-title {padding: 160px 0 0 ;}
	.page-id-4287 .entry-content,
	.page-id-4287 h4,
	.page-id-4287 .entry-content p {text-align: center !important;}

/* iphone 5 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.home .hero {min-height: 210px !important; max-height: 210px !important;}
	.home .hero-text {line-height: 1em; top: 72px; font-size: 36px; max-width: 185px; letter-spacing: normal;
	}
	.problem-statement-wrap .container {padding: 0 30px !important;}
	.mission-wrap {min-height: 210px !important;}
	.footer-overlay {height: 440px;}
	
	.bios-nav li {margin-right: 4px; padding: 5px 10px;}
}

/* iphone 6 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	.home .hero-text {line-height: 1em; top: 64px; font-size: 42px; max-width: 220px; letter-spacing: normal;}
	}

@media (min-width: 768px) {
	.navbar>.container .navbar-brand {margin-left: 0;}
	.what-we-do .col-md-2.model {width: 20% !important;}
	.admin-bar .site-header {top: 32px;}
	.nav .menu-item-4995 {margin-top: 8px; margin-left: 20px;}
	.site-header.dark .nav .menu-item-4995 {padding-top: 13px; padding-left: 20px;}
	.site-header.dark .nav .menu-item-4995 a,
	.nav .menu-item-4995 a {background: rgba(24,123,48, .8); border-radius: 6px; padding: 6px 15px; color: #fff;}
	.site-header.dark .nav .menu-item-4995 a:hover,
	.nav .menu-item-4995 a:hover,
	.site-header.dark .nav .menu-item-4995 a:focus,
	.nav .menu-item-4995 a:hover {background: rgba(24,123,48, 1) !important; color: #fff;}
	
	
	/* Team */
	.bios .row {padding-bottom: 30px}
	.bio-snapshot {width: 20% !important;}
	
	
	/* What We Do */
	 .page-id-4272 #main .container,
	 .page-id-113 #main .container,
	 .page-id-29 #main .container {width: 750px;}
	 
	 .page-id-4220 #main .container {width: 960px;}
	 
	 /* Our Story */
	 img.wp-image-4843 {margin-bottom: 30px !important;}
}

/* ipad */
@media (min-width: 768px) and (max-width: 1024px) {
#main .container {width: 750px; padding: 0 45px;}
.home .hero-text {margin-right: 0; top: 170px; font-size: 88px; line-height: 1em; max-width: 440px;
margin-right: -15px; letter-spacing: normal;}
.what-we-do,
.it-works-intro p,
.newsletter-signup {max-width: 460px; margin: 0 auto; }
.newsletter-signup {padding-top: 15px; text-align: center;}
.home-model .model {padding-bottom: 30px;}
.mission-wrap {background-attachment: inherit !important; min-height: 450px !important;}

/* Impact */
.page-id-4220 #main .container {width: 750px; padding: 0 45px !important;}
.page-id-4287 .entry-content, .page-id-4287 h4, .page-id-4287 .entry-content p {text-align: left !important ;}

/* Blog */
.sidebar {display: none; }

/* Financials */
.financial-growth h3 {padding:0px 45px;}

/* Footer */
.site-footer {background-size: cover; height: 360px;}
.footer-overlay {height: 360px;}

}

@media only screen and (min-width: 1200px) {
	.hero {min-height: 580px !important; max-height: 700px;}
	.hero-text {top: 200px;}
	.mission-wrap {min-height: 450px !important; padding-top: 200px;}
	.home-mission {font-size: 40px !important; }
    .home .hero-text {max-width: 620px; top: 200px; font-size: 118px; margin-right: 0;text-align: left; line-height: 1.1em; letter-spacing: 0.0125em;}
	.home-metric {padding: 0 70px;}
	.home-metric p {line-height: 1.2em; margin-bottom: 30px;}
	.it-works-intro {margin-bottom: 15px;}
	.it-works-wrap .btn {margin-top:15px;}
	.home-model .model {padding: 0 30px;}
}

@media only screen and (min-width: 1500px) {
	.hero {min-height: 700px !important; max-height: 700px;}
	.hero-text {top: 250px !important;}
	.mission-wrap {min-height: 450px !important; padding-top: 200px;}
	.home-mission {font-size: 40px !important; }
}
