
:root {
	--the-green: #009f4f;
	--the-white: #fff;
	--the-black: #231f20;
	--the-light-gray: #c9c9c9;
	--the-grey: #e6e6e6;
	--the-red: #ed1c24;
	--the-yellow: #ffcb05;
	--the-light-green: #8cc63f;
}

html {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
}

p a {
	color: var(--the-brown);
}

.col ul {
	list-style-position: inside;
}

.wp-block-buttons a {
	border: 1px solid var(--the-red) !important;
	background: transparent !important;
	color: var(--the-red) !important;
	border-radius: 0;
	margin-top: 20px;
	font-weight: 600;
}

.wp-block-buttons a:hover, .read-more a::before:hover {
	color: var(--the-white) !important;
}

.wp-block-button a::after {
	content: "";
	font-family: seedco;
	margin-left: 10px;
}

.read-more a {
	border: 1px solid var(--the-red);
	padding: 10px 25px;
	color: var(--the-red);
}

.read-more:hover a {
	color: var(--the-white) !important;
	border: 1px solid var(--the-black);
}

/*Button Effect*/
.read-more a:hover::before, .wp-block-buttons a:hover::before {
	height: 100% !important;
	transition: 800ms;
}

.read-more a::after {
	content: "";
	font-family: seedco;
	margin-left: 10px;
}

.join-top-btn a:hover {
	background: var(--the-white);
	color: var(--the-black);
	transition: 800ms;
}

.join-top-btn a {
	transition: 800ms;
}

.read-more a, .wp-block-buttons a {
	z-index: 9;
	transition: 800ms;
	overflow: hidden;
}

.read-more a::before, .wp-block-buttons a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: var(--the-black);
	z-index: -5;
	transition: 800ms;
}

.read-more a, .wp-block-buttons a {
	position: relative;
}

/*Contact Us*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text {
	width: 100%;
	margin: 10px 0;
	height: 3em;
	padding: 10px;
	border: 1px solid var(--the-black);
}

.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid var(--the-black);
	height: 250px;
}

.wpcf7-form-control.wpcf7-textarea:focus:focus-visible, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus:focus-visible {
	outline: none;
}

.aeds-contact-form {
	margin-top: 40px;
	width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
	padding: 12px 15px;
	color: var(--the-white);
	margin-top: 30px;
	width: 100%;
	border: 1px solid var(--the-black);
	font-weight: 600;
	margin-right: auto;
	margin-left: auto;
	display: block;
	transition: 900ms;
	background: var(--the-black);
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: var(--the-black);
	border: 1px solid var(--the-black);
}

.contact-us {
	margin-bottom: 60px;
}

/*Banner*/
.fuid-container.banner .container {
	position: initial;
	overflow: visible;
}

.ms-caption {
	position: absolute;
	top: 50%;
	z-index: 9;
}

.ms-caption h2 {
	font-weight: 550;
	font-size: 3.2em;
	color: var(--the-white);
	display: inherit;
	margin-left: 40px;
	position: relative;
	top: -130px;
	width: 95%;
}

.breadcrumb-position {
	position: absolute;
	bottom: 10%;
	z-index: 9;
	right: 90px;
}

@media (max-width: 767px) {
	.breadcrumb-position {
		right: auto;
		display: none;
	}
	
	.ms-caption h2 {
		font-size: 1.5em;
	}
}

.breadcrumb-position .breadcrumb {
	background-color: transparent;
	color: var(--the-white);
	padding: 0;
	font-size: 15px;
}

.breadcrumb-position .breadcrumb a {
	color: var(--the-white);
}

.fuid-container.banner {
	margin-bottom: 50px;
	position: relative;
}

.fuid-container.banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.mk-bgimg {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}

.mk-bgimg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	height: 100%;
}

.seedco-content, .blog-container, .board-wrapper {
	animation: fadeIn;
	-webkit-animation: fadeIn;
	animation-duration: 2s;
}

.banner-header {
	position: relative;
	animation: flipInX;
	-webkit-animation: flipInX;
	animation-duration: 2s;
}

.banner-header::before {
	content: "";
	border-right: 8px solid var(--the-white);
	padding-right: 20px;
	height: 130px;
	display: inline-block;
}

.hv-questions .read-more {
	text-align: center;
	padding-top: 40px;
}

.hv-questions .read-more a {
	border: 1px solid var(--the-white);
	padding: 15px 30px;
	font-weight: 600;
	font-size: 1.2em;
	color: var(--the-white);
}

/* Our Story */
.green-bg {
	background: var(--the-green);
	padding: 80px 0;
	margin: 50px 0px 30px;
}

.hv-questions h2 {
	color: var(--the-white);
	text-align: center;
	font-size: 3em;
}

/* Products */
.products-page {
	margin: 20px 0;
}

.products-page .product-img img {
	width: 200px;
	height: 200px;
	object-fit: scale-down;
}

.products-page .sc-product {
	border: 2px solid var(--the-green);
}

.products-page .product-title {
	text-align: center;
	color: var(--the-green);
	font-size: 18px;
	font-weight: 550;
	padding: 10px;
}

/* Products Single */
.product-image img {
	width: 450px;
	object-fit: contain;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* .product-image {
	border: 2px solid var(--the-green);
} */
.single-product ul, .single-product p {
	line-height: 1.5;
	font-weight: 400;
	font-size: 14px;
}

.single-product {
	margin: 40px 0;
}

/* Timeline */
.timeline-vertical-7
  .timeline-ver-7-timeline__img.timeline-ver-7-timeline__img--picture {
	background: white !important;
	border: 5px solid var(--the-green) !important;
}

.timeline-vertical-7
  .timeline-ver-7-timeline__img.timeline-ver-7-timeline__img--picture::after {
	content: "";
	width: 56px;
	border: 4px solid var(--the-white);
	height: 52px;
	position: absolute;
	border-radius: 50%;
}

.timeline-vertical-7 .timeline-ver-7-timeline__img {
	width: 44px !important;
	height: 44px !important;
	left: 50%;
	margin-left: -22px !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.timeline-vertical-7 .timeline-ver-7-timeline__container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	border-left: 2px solid var(--the-green) !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__date {
	top: 15px !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	color: var(--the-green) !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__content h2 {
	font-size: 1.2em !important;
	margin: 0;
	font-weight: 400 !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__content {
	box-shadow: none !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__img {
	box-shadow: none !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__date {
	opacity: 1 !important;
}

.timeline-vertical-7 .timeline-ver-7-timeline__container {
	margin: 40px auto !important;
	width: auto !important;
}

.timeline-img img {
	width: 100%;
	object-fit: cover;
}

/*News*/
.news-holder {
	box-shadow: 0px 0px 5px #ddd;
	margin-bottom: 40px;
}

.news-text {
	padding: 20px;
}

.news h4 {
	margin-bottom: 30px;
}

.news-title a {
	color: var(--the-brown);
	font-size: 1.3em;
}

.learn-more {
	text-align: center;
	margin-bottom: 50px;
}

.learn-more .btn a {
	text-transform: uppercase;
}

.news-border-b {
	border-bottom: 1px solid var(--the-brown);
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
	.news-holder {
		display: flex;
	}
	
	.news-text {
		flex-basis: 70%;
		padding: 20px;
	}
}

/*Newsletter*/
.sign-up .container {
	background: var(--the-black);
	padding: 55px;
	color: var(--the-white);
}

.sign-up {
	margin-bottom: 50px;
}

.sign-up .the-input-field input {
	height: 3em;
	border-radius: 50px;
	padding: 20px;
	border: none;
	width: 100%;
}

.sign-up .the-input-field {
	width: 70%;
}

.the-flex {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 25px;
}

.sign-up .the-submit input {
	border: none;
	padding: 11px 53px;
	text-transform: uppercase;
	background: var(--the-brown);
	color: var(--the-whiote);
	border-radius: 50px;
}

@media only screen and (max-width: 768px) {
	.join-top-btn a {
		background: none !important;
		color: var(--the-white);
		padding: 0 !important;
	}
	
	.blog {
		min-height: auto !important;
	}
	
	#homeSlider .owl-nav {
		display: flex;
		flex-direction: row !important;
	}
	
	.social-media {
		margin-top: 30px !important;
	}
}

/*Image hover*/
.blog-img img {
	height: 250px;
	object-fit: cover;
	transition: .3s ease-in-out;
}

.blog-img {
	overflow: hidden;
	margin-bottom: 10px;
}

.blog-wrapper {
	margin: 30px 0;
}

.blog-title {
	height: 50px;
}

/*FAQs Table*/

/* #sp-ea-469.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: var(--the-white);
}

#sp-ea-469.sp-easy-accordion>.sp-ea-single {
    background: var(--the-brown);
}

#sp-ea-469.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    color: var(--the-white);
}

tbody tr:nth-child(1) {
    background: var(--the-brown);
    color: var(--the-white);
}

tbody tr:nth-child(2n) {
    background: #efefef;
}

tr td {
    padding: 10px;
} */

/*Board and team*/
.brd-img img {
	width: 100%;
	object-fit: cover;
}

.actual-text {
	padding: 30px 0 0;
	color: var(--the-black);
	text-align: center;
}

.board-holder {
	margin-bottom: 30px;
}

.modal-dialog {
	max-width: 90vw;
	margin: 1.75rem auto;
}

.h-main img {
	float: left;
	margin-right: 20px;
}

hr.team-border {
	border: 1px solid var(--the-grey);
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.actual-text p {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: 400;
	min-height: 50px;
}

.team-social-icons i {
	font-size: 25px;
	border: 1px solid var(--the-black);
	color: var(--the-black);
}

.board-holder .read-more {
	text-align: center;
	padding-top: 30px;
}

.board-wrapper {
	border: 1px solid var(--the-grey);
	margin: 20px 0;
	padding: 50px;
}

.actual-text h5 {
	color: var(--the-green);
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	min-height: 65px;
}

.board-holder .read-more a {
	border: 2px solid var(--the-red);
	padding: 10px 25px;
	color: var(--the-red);
	font-weight: 550;
	display: inline-block;
}

.board-holder .read-more:hover a {
	color: var(--the-white) !important;
	border: 2px solid var(--the-black);
}

.position-hide.phone-no {
	font-weight: 700;
}

a.sale-email {
	color: var(--the-green);
	overflow-wrap: anywhere;
}

/* Careers */
.career-wrapper {
	border: 2px solid var(--the-green);
	padding: 20px;
	margin: 30px 0;
}

.position-title h5 {
	font-size: 1em;
	font-weight: 700;
}

.closing-date p {
	font-size: 1em;
}

.short-description p {
	font-size: 15px;
}

.position-title {
	height: 40px;
}

.short-description {
	height: 100px;
	overflow-y: hidden;
}

.career-btn a {
	color: var(--the-red);
	font-weight: 700;
}

.career-btn a:hover {
	color: var(--the-black);
}

.closing-date span {
	font-weight: 600;
}

/*Video Gallery*/
.the-vid-gallery h5 {
	font-size: 1em;
}

#testimonySlider iframe {
	width: 100%;
	height: 240px;
}

.testimony {
	margin: 0 15px;
}

/* Farmers Hub */
.farmers-hub-wrapper {
	border: 2px solid var(--the-green);
	padding: 20px;
	margin: 20px 0;
	height: 275px;
}

.farmers-hub-description {
	font-size: 13px;
	color: var(--the-black);
}

.farmers-hub-btn a {
	color: var(--the-red);
	font-weight: 700;
}

.farmers-hub-btn a:hover {
	color: var(--the-);
	font-weight: 700;
}

.single-farmers-hub-description .sp-easy-accordion {
	margin-top: 30px;
}

.single-farmers-hub-description .sp-easy-accordion > .sp-ea-single {
	background: var(--the-green) !important;
	border: none !important;
}

.single-farmers-hub-description
  .sp-easy-accordion
  > .sp-ea-single
  > .ea-header
  a {
	color: var(--the-white) !important;
	font-size: 18px !important;
}

.single-farmers-hub-description
  .sp-easy-accordion
  > .sp-ea-single
  > .ea-header
  a
  .ea-expand-icon.fa {
	float: right !important;
	color: var(--the-white) !important;
}

.maize-growers-guide a {
	background: var(--the-red);
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px 3px;
	color: var(--the-white);
	margin: 10px 0;
}

.maize-growers-guide a:hover {
	background: var(--the-black);
	transition: ease-in-out 900ms;
}

.sidebar-image {
	display: flex;
	margin: 10px 0;
}

.sidebar-image img {
	width: 60px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
}

.sidebar-image a {
	font-size: 14px;
	font-weight: 500;
	color: var(--the-green);
}

.sidebar-image a:hover {
	color: var(--the-black);
	transition: ease-in-out 500ms;
}

.sidebar-header {
	margin: 30px 0 20px;
}

.sidebar-header h5 {
	font-size: 1.5em;
	color: var(--the-black);
	text-transform: inherit;
	font-weight: 550;
}

/* Audio */
.audio-wrapper {
	border-bottom: 1px solid var(--the-red);
	margin-bottom: 30px;
}

/* Events Table*/
#events {
	border-collapse: collapse;
	width: 100%;
}

#events td, #customers th {
	border: 1px solid #ddd;
	padding: 8px;
}

#events tr:nth-child(even) {
	background-color: var(--the-light-gray);
}

#events tr:hover {
	background-color: var(--the-grey);
}

#events th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: var(--the-green);
	color: white;
	padding-left: 5px;
}

#inside {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
}

.categories-filters li, .page-filters li {
	list-style: none;
	margin-left: 0;
	padding: 15px 0;
	border-bottom: 2px solid var(--the-red);
}

.categories-filters li a, .page-filters li a {
	color: var(--the-green);
	font-weight: 600;
	font-size: 15px;
}

.categories-filters h2, .main-content h2, .page-filters h2 {
	font-size: 3em;
	color: var(--the-black);
	padding-bottom: 30px;
}

.categories-filters h2, .page-filters h2 {
	border-bottom: 1px solid var(--the-black);
}

/* Calculator */
.fields input {
	padding: 10px;
	border: 2px solid var(--the-green);
	font-size: 15px;
	font-weight: unset;
}

div#fbuilder {
	text-align: center;
	border: 2px solid var(--the-green);
	padding: 30px;
	margin-bottom: 40px;
	background: var(--the-light-gray);
	margin-top: 40px;
	min-height: 550px;
}

#fbuilder .fform h2 {
	font-size: 1.2em;
	min-height: 60px;
}

div#field {
	min-height: 160px !important;
}

.fields label {
	font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* Support */
.support-wrapper {
	text-align: center;
}

.s-details-wrapper {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
}

.s-details-wrapper i {
	padding: 30px;
	font-size: 2.3em;
	color: var(--green);
}

.s-details-wrapper p {
	font-weight: 700;
	line-height: .75;
}

.s-details-wrapper a {
	color: var(--black);
}

.telephone i {
	color: var(--green);
}

.support-emails i {
	color: var(--red);
}

.s-details-wrapper h6 {
	color: var(--red);
	padding: 20px 0;
}

p.send-message a {
	color: var(--green);
	text-decoration: underline;
}

.support-wrapper {
	text-align: center;
	margin: 20px 0 80px 0;
}

/* Limit FAQs on home page and our story to 4 */
.limit-faqs .ea-card.sp-ea-single {
	display: none;
}

.limit-faqs .ea-card.sp-ea-single:nth-of-type(1), .limit-faqs .ea-card.sp-ea-single:nth-of-type(2), .limit-faqs .ea-card.sp-ea-single:nth-of-type(3), .limit-faqs .ea-card.sp-ea-single:nth-of-type(4) {
	display: block !important;
}

.limit-faqs .read-more {
	text-align: center;
	margin: 40px 0;
}
