/*
Theme Name: ReGrow
Description: ReGrow Biofertiliser Wordpress Theme
Version: 3.0
Author: RAYT Design
Author URI: http://www.rayt.uk
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/* LAYOUT */
body {
    padding-top: 0px;
}

/* FONTS */
@font-face {
	font-family: "Futuramc";
	src: url('fonts/Futuramc.eot');
	src: url('fonts/Futuramc.ttf') format("truetype");
}
.single-title {
	color: #c7d51f;
	font-size: 19pt;
	text-transform: uppercase;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
.post-header {
	color: #c7d51f;
	font-size: 18pt;
	text-transform: uppercase;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
.post-header a {
	color: #c7d51f;
}
.post-header a:hover {
	color: #333;
	text-decoration: none;
}
.dd-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 15pt;
	color: #c93d8a;
}
.dd-subtitle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 15pt;
	color: #788284;
}
.title {
	color: #000;
	font-family:'PT Sans',sans-serif;
	text-transform: uppercase;
	font-size: 15pt;
}
.title-benefits {
	color:#e7b042;
	font-family:'PT Sans',sans-serif;
	text-transform: uppercase;
	font-size: 16pt;
}
.title-benefit {
	color:#e7b042;
	font-family:'PT Sans',sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
}
.sub-p {
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 13pt;
}
.sub-t {
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 21pt;
	text-transform: uppercase;
}
.sub-p a {
	color: #fff;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.sub-p a:hover {
	color: #333;
}
p {
	color: #788284;
}
.gfield_label {
	color:#788284;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 13pt;
}
.gform_body label {
	color:#788284;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.gfield_required {
	color:#788284 !important;
}
.gform_button {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color:#b60f5a;
	font-size: 15pt !important;
}
.validation_error {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #cc0033;
}
/* FONTS END */

/* HEADER */
.navbar {
	background-color:#fff;
	border-top: 5px solid #c7d51f;
	height: 150px;
}

.container {
	width: 945px;
	position: relative;
}

/* NAVIGATION */
.caret {
	display: none !important;
}
.sec-navbar {
	width: 400px;
	right: 0;
	top: 15px;
	position: absolute;
	text-align: right;
	-webkit-font-smoothing: subpixel-antialiased;
}
.sec-navbar a {
	color: #c7d51f !important;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 30px;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.sec-navbar a:hover {
	color: #b0bc22 !important;
}
.sec-navbar .twitter-icon {
	width: 23px;
	height: 19px;
	background: url('images/twitter-icon.jpg');
	background-repeat: no-repeat;
	margin-left: 30px;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.sec-navbar .twitter-icon:hover {
	width: 23px;
	height: 19px;
	background: url('images/twitter-icon-over.jpg');
	background-repeat: no-repeat;
}
.nav > li {
	padding: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.nav > li:first-child {
	padding-left: 0px !important;
}
.nav > li:last-child {
	padding-right: 0px !important;
}

.nav > li > a {
	color: #788284 !important;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	padding: 0;
    -o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.1s;
}
.nav > li > a:hover {
	border-bottom: 5px solid #7a862b;
	background: none !important;
}
.nav > .active > a {
	border-bottom: 5px solid #7a862b;
	background: none !important;
}
/* DROPDOWN MENU */
.dropdown-menu {
	background-color: #f6f6f6;
	top: 47px;
}
.dropdown-menu > li > a{
	color: #959595 !important;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ffffff;
}
.dropdown-menu .current-menu-item a {
	color: #7a862b !important;
}
/* BREADCRUMBS */
#breadcrumbs {
	line-height: 12pt;
    list-style:none;
    margin:5px 0;
    overflow:hidden;
	margin-left:-20px;
	color: #b9b9b9;
	padding-bottom: 5px;
}
#breadcrumbs a {
	color: #b9b9b9;
	text-decoration: none;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
#breadcrumbs a:hover {
	color: #666;
}
#breadcrumbs li {
    float:left;
    margin-right:10px;
}
 
#breadcrumbs .separator {
    color:#999;
}
/* MAIN CONTENT */
#content {
	margin-top: 350px;
	width: 980px;
	background-color: #fff;
}
#main article {
	border-bottom: 0;
}
#main .wp-post-image {
    height: auto;
    width: 620px;
}
.news_content {
	width: 400px;
	margin-right: 15px;
	float: left;
}
.news_thumbnail {
	width: 200px;
	float: left;
}
.news_title {
	position: relative;
	z-index: 10;
	margin-top: 0;
	color: #c7d51f;
	font-size: 18pt;
	text-transform: uppercase;
	font-family: "Futuramc", Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
.news_title a {
	color: #c7d51f;
}
.more-link {
	line-height: 30px;
	color: #c7d51f;
}
.more-link:hover {
	color: #888;
}
.page-id-22 .post {
	border-top: 1px solid #ccc !important;
	padding-top: 20px !important;
	margin-bottom: 0px !important;
}
.page-id-22 .post:last-child {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 30px !important;
}
.post_content {
	padding-top:25px;
}
.post_content ul {
	padding-left: 15px;
	color: #788284;
}
/* PAGINATION */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #c7d51f;
    border-color: #c7d51f;
    cursor: default;
}

.pagination > li > a {
	color: #c7d51f;
}

/* FOOTER */
footer {
	width: 950px;
}
.footer-logo {
	float:left;
}
.footer-links {
	float: left;
	margin-left: -15px !important;
}
.footer-links .menu {
	margin-top: 4px;
	text-transform: uppercase;
}
.footer-links .menu li {
	margin-left: 30px;
}
.footer-links .menu li:first-child {
	margin-left: 0px;
}
.footer-links .menu li a{
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
    -o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.footer-links .menu li a:hover {
	color: #788284;
}