/*
Theme Name: Full Grown
Theme URI: http://fullgrown.co.uk
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
/* Font Setup
=================================
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'GillSansMTStd-Light';
  src: url('fonts/2A30EC_0_0.eot');
  src: url('fonts/2A30EC_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A30EC_0_0.woff') format('woff'), url('fonts/2A30EC_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GillSansMTStd-Medium';
  src: url('fonts/2A30EC_1_0.eot');
  src: url('fonts/2A30EC_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/2A30EC_1_0.woff') format('woff'), url('fonts/2A30EC_1_0.ttf') format('truetype');
}
/* Variables
=================================
*/
.container .buffer:first-of-type {
  margin-top: 30px;
}
.container .buffer:last-of-type {
  margin-bottom: 30px;
}
.page > .container > .boxes > .container > .buffer:first-of-type {
  margin-top: 0;
}
.go-back {
  position: absolute;
  right: 0;
  top: 0;
}
a,
input,
button {
  transition: all 0.3s ease;
}
/* General styles
=================================
*/
body {
  background-color: #f5f5f3;
  color: #646869;
  font-size: 18px;
  font-family: 'GillSansMTStd-Light';
}
hr {
  border-top: 1px solid #f8f8f7;
  border-bottom: 1px solid #e6e6e1;
  margin-top: 50px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4 {
  color: #86894c;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: 'GillSansMTStd-Light';
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  line-height: 28px;
}
h1.page-title {
  text-align: center;
  margin-top: 0 !important;
}
h2 {
  font-size: 23px;
  line-height: 28px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
p {
  color: #646869;
  line-height: 28px;
}
em {
  font-size: 15px;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  margin-top: 30px;
}
#content .boxes h1,
#content .boxes h2,
#content .boxes h3,
#content .boxes h4 {
  margin-top: 0;
}
blockquote {
  color: #86894c;
  border-top: 1px solid #a2a4a5;
  border-bottom: 1px solid #a2a4a5;
  padding: 15px 0;
  font-size: 23px;
  border-left: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
blockquote p {
  color: #86894c;
}
a {
  color: #a5030c;
  text-decoration: none;
}
a:hover,
a:visited {
  text-decoration: underline;
  color: #a5030c;
}
small {
  font-size: 13px;
}
.upper {
  text-transform: uppercase;
}
.no-margin-top {
  margin-top: 0;
}
.brown_circle {
  height: 184px;
  width: 184px;
  background: url(images/brown_circle.png) no-repeat center center;
  margin: 0 auto;
}
.green p {
  color: #86894c !important;
}
.twitter-title {
  background: url(images/twitter.png) no-repeat left center;
  width: 34px;
  height: 34px;
  padding-left: 50px;
}
.twitter-title a,
.twitter-title a:hover,
.twitter-title a:visited {
  color: #646869;
  font-size: 23px;
  text-decoration: none;
}
.tweets hr {
  margin-bottom: 20px;
  margin-top: 20px;
}
a.prev,
a.next {
  display: inline-block;
  height: 80px;
}
a.prev {
  margin-right: 15px;
}
a.next {
  margin-left: 15px;
}
.prev-img,
.next-img {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.prev-img {
  background: url(images/left-arrow.png) no-repeat center center;
}
.next-img {
  background: url(images/right-arrow.png) no-repeat center center;
}
.pagination {
  margin-top: 50px;
  color: #86894c;
  font-size: 23px;
  height: 80px;
}
.pagination a .next-img,
.pagination a .prev-img {
  padding-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
a.read-more,
a:visited.read-more,
a:hover.read-more {
  font-size: 18px;
  font-family: 'GillSansMTStd-Medium';
  text-transform: uppercase;
  color: #a5030c;
  text-decoration: underline;
}
.sharing-article {
  display: inline-block;
  margin-left: 100px;
  color: #86894c;
  font-size: 18px;
  vertical-align: middle;
}
.sharing-article span {
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
}
.tw,
.fb {
  display: inline-block;
  height: 34px;
  width: 34px;
  margin-bottom: -12px;
}
.tw {
  background: url(images/twitter.png) no-repeat center center;
}
.fb {
  background: url(images/fb.png) no-repeat center center;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #646869;
  outline: none;
  font-size: 18px;
  color: #86894c;
  font-family: 'GillSansMTStd-Medium';
  background-color: #f5f5f3;
  padding-left: 20px;
  width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 50px;
  margin-bottom: 20px;
}
textarea {
  padding-top: 10px;
}
.wpcf7-submit {
  border: 0;
  background-color: #f5f5f3;
  text-decoration: underline;
  font-size: 18px;
  font-family: 'GillSansMTStd-Medium';
  color: #86894c;
  padding-left: 20px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.button {
  border: 1px solid #86894c;
  padding: 10px 20px;
  display: inline-block;
  color: #a5030c;
  background-color: #eeeeeb;
  text-decoration: none;
}
.button:hover {
  color: #86894c;
  text-decoration: none;
  background-color: #e7e7e2;
}
/* Header
=================================
*/
.header {
  background-color: #f5f5f3;
  width: 100%;
  z-index: 10;
  margin-bottom: 30px;
}
.header .logo {
  width: 150px;
  height: auto;
}
header.container {
  margin-top: 10px;
  margin-bottom: 10px;
}
header .social {
  padding-top: 14px;
  z-index: 1;
}
header .social a {
  padding-right: 8px;
  text-decoration: none;
}
header .social a:last-child {
  padding-right: 0;
}
header hr {
  margin-top: 30px;
}
.kickstarter {
  position: absolute;
  right: 5px;
  top: 5px;
}
.kickstarter img {
  width: 75px;
  height: auto;
}
/* Nav */
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.navbar-default {
  background-color: inherit;
  border: none;
}
.navbar ul li a,
.navbar ul li a:hover,
.navbar ul li a:visited {
  font-size: 18px;
  color: #646869;
  background-color: #f5f5f3 !important;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar ul li a:hover {
  color: #a5030c !important;
}
.navbar-toggle {
  color: #CCC;
}
.navbar ul li a,
.navbar ul li a:hover,
.navbar ul li a:visited {
  background-color: inherit !important;
}
.social a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
/* Front Page
=================================
*/
#hero {
  margin-top: 30px;
}
#hero h1 {
  text-align: center;
}
.flexslider {
  overflow: hidden;
}
.flexslider .slides li {
  position: relative;
  max-height: 462px;
}
.flexslider .slides li .flex-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(166, 166, 166, 0.8);
  z-index: 1;
  padding: 20px 30px;
  margin-bottom: 0;
  font-size: 25px;
  letter-spacing: 0.05em;
}
.flexslider .slides li .flex-caption a {
  color: #fff;
}
.flexslider .slides li {
  overflow: hidden;
}
.flexslider .slides img {
  overflow: hidden;
}
#how_it_works .col-md-2 p {
  text-align: center;
  color: #86894c;
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 30px;
  margin-top: 10px;
}
#what_are_we_growing .col-md-8 p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.brown_circle {
  padding-top: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
.brown_circle span {
  display: inline-block;
  padding-bottom: 15px;
}
.brown_circle a {
  color: #FFFFFF;
}
#blog h3 {
  text-align: left;
  margin-top: 42px;
}
#blog .see-all-posts {
  font-size: 14px;
  margin-top: 15px;
}
#blog .col-md-4:nth-of-type(2) {
  padding-right: 30px;
}
.blog-latest .left {
  width: 23%;
  float: left;
}
.blog-latest .right {
  width: 74%;
  float: right;
}
.blog-latest h3 {
  margin-top: 0;
}
.blog-latest img {
  width: 100%;
  height: auto;
}
.blog-image + h1 {
  margin-top: 30px;
}
.tweets-canvas {
  color: #646869;
  font-size: 18px;
  margin-top: 20px;
}
.tweets-canvas p {
  font-size: 14px;
}
/* Blog Page
=================================
*/
.cat-nav {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}
.cat-nav li {
  display: inline-block;
  padding: 10px 20px;
}
#blog_page hr {
  margin-bottom: 50px;
  margin-top: 50px;
}
.related-post-title {
  color: #646869;
}
aside .related-articles h1 {
  margin-top: 0;
}
aside .related-articles h2 {
  margin-bottom: 5px;
}
aside hr {
  margin-bottom: 50px;
}
aside .tweets h1 {
  margin-bottom: 10px;
}
aside .brown_circle {
  margin-top: 50px;
}
.meta-post-footer {
  margin: 50px 0 20px 0;
  display: table;
}
/* Product Pages
=================================
*/
#product-types h2.text-center {
  margin-top: 15px;
}
#product-ranges .col-md-6:first-child,
#product-ranges .col-md-6:nth-child(2) {
  margin-bottom: 50px;
}
#product-post h2 {
  font-size: 20px;
}
#product-index h1.page-title,
#product-post h1.page-title {
  margin-bottom: 30px;
}
#product-index h2.product-title,
#product-post h2.product-title {
  margin-top: 15px;
}
#product-index .col-md-4 {
  margin-bottom: 50px;
}
.row.product-first-images {
  margin-bottom: 30px;
}
.row.product-second-images {
  margin-bottom: 50px;
}
#product-post .sharing-article {
  margin-left: -15px !important;
}
#product-post .meta-post-footer.row {
  display: block;
}
.product-images .link-large img {
  max-width: 100%;
}
.product-images .link-thumbnail {
  display: inline-block;
  margin-top: 20%;
}
.product-images .link-thumbnail img {
  max-width: 100%;
}
table.availability {
  width: 100%;
  font-size: 15px;
}
table.availability tr th {
  padding: 5px 10px;
  text-transform: uppercase;
}
table.availability tr th:first-of-type {
  padding-left: 0;
}
table.availability tr td {
  padding: 5px 10px;
}
table.availability tr td:first-of-type {
  padding-left: 0;
}
.product-categories {
  text-align: center;
  margin-bottom: 20px;
}
.product-categories ul {
  list-style-type: none;
}
.product-categories ul li {
  display: inline-block;
}
/* About Page
=================================
*/
.page .hero-about {
  color: #86894c;
  font-size: 23px;
  margin-top: 30px;
  margin-bottom: 15px;
}
#blog_page hr {
  margin-bottom: 50px;
  margin-top: 50px;
}
#about p {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Boxes
=================================
*/
.boxes .box {
  margin-bottom: 0;
  padding: 20px;
}
.boxes .box img {
  max-width: 100%;
}
/* Footer
=================================
*/
footer {
  margin-bottom: 20px;
}
.copyright {
  margin-top: 30px;
}
.copyright p,
.copyright a {
  font-size: 13px;
  color: #646869;
}
.copyright:nth-of-type(2) {
  text-align: center;
}
.copyright:last-of-type {
  text-align: right;
}
.contact-footer {
  text-align: center;
}
footer .col-md-4 {
  margin-bottom: 30px;
}
footer .col-md-4 span {
  font-size: 15px;
}
footer .footer-social a {
  text-decoration: none;
}
footer .footer-social a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
@media (max-width: 767px) {
  header div {
    text-align: center;
    margin: 5px auto;
  }
  header div img {
    margin: 0 auto;
  }
  header div .navbar-header {
    margin: 0 auto;
    text-align: center;
  }
  header div .navbar-toggle {
    float: none;
    margin-right: 0;
  }
  header.container {
    margin-top: 0;
  }
  header.container hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .social {
    padding-top: 0;
  }
  .flexslider .slides li {
    max-height: 286px;
  }
  header .social {
    padding-top: 6px;
  }
}
/* WOOCOMMERCE */
.woocommerce {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce div.product.product-type-variable p.price {
  display: none;
}
.woocommerce div.product .out-of-stock {
  color: #77a464;
}
.woocommerce div.product form.cart .variations label {
  color: #646869;
  font-size: 16px;
}
.woocommerce ul.products li.product.product-type-variable .price {
  display: none;
}
.woocommerce ul.products li.product a img {
  width: auto;
  max-height: 230px;
  margin-left: auto;
  margin-right: auto;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .flexslider .slides li {
    max-height: 324px;
  }
  /* Header */
  .navbar {
    margin-top: -12px;
  }
  .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav {
    margin: 3px 0 0 0;
  }
  .navbar-nav > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px !important;
  }
  header .social a {
    padding-right: 5px;
  }
  .social a img {
    width: 25px;
    height: 25px;
  }
  #the_story .brown_circle {
    margin-top: 0;
  }
  #blog .col-md-5 {
    margin-bottom: 30px;
  }
  footer .col-md-4 {
    margin-bottom: 30px;
  }
  #blog_page article h1 {
    margin-top: 30px;
  }
  #product-post .sharing-article {
    margin-left: -15px !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .flexslider .slides li {
    max-height: 462px;
  }
  header .social {
    padding-top: 48px;
  }
  .navbar {
    margin-top: 0;
  }
  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
  }
  header .social a {
    padding-right: 2px;
  }
  #the_story .brown_circle {
    margin-top: -60px;
  }
  #blog .col-md-5 {
    margin-bottom: 0px;
  }
  footer .col-md-4 {
    margin-bottom: 0px;
  }
  .contact-footer-title {
    text-align: center;
  }
  .contact-footer:nth-of-type(2) {
    text-align: center;
  }
  .contact-footer:last-of-type {
    text-align: right;
  }
  #blog_page article h1 {
    margin-top: 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .flexslider .slides li {
    max-height: 530px;
  }
  header .social {
    padding-top: 48px;
  }
  .navbar {
    margin-top: 30px;
  }
  .social a img {
    width: 34px;
    height: 34px;
  }
}
/*# sourceMappingURL=style.css.map */