/**
* Base less stuff
*/
/*
* Variables / Colors
*/
/* Extra small screen / phone */
/* Small screen / tablet */
/* Medium screen / desktop */
/* Large screen / wide desktop */
/* So media queries don't overlap when required, provide a maximum */
/*
* Generics
*/
div.ccm-panel-detail {
  display: block !important;
}
.black {
  color: #616161;
}
.white {
  color: #ffffff;
}
.blue,
.blue a {
  color: #0091BC;
}
.nomargin {
  margin: 0px;
}
.margintop {
  margin-top: 15px;
}
.marginbottom {
  margin-bottom: 15px;
}
.margintopbottom {
  margin-top: 15px;
  margin-bottom: 15px;
}
.spacer {
  margin-bottom: 40px;
}
.xlspacer {
  margin-bottom: 60px;
}
.nopadding {
  padding: 0px;
}
.lightpadding {
  padding: 15px;
}
.small {
  font-size: 10px;
}
.xsmall {
  font-size: 12px;
}
.large {
  font-size: 32px;
}
.center-bg {
  background-position: top center;
}
.coverimage {
  background-size: cover;
}
.no-transform {
  text-transform: none;
}
.concealed {
  display: none;
}
/*
* Typography
*/
body {
  /*font-family: 'Lato', sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #616161;
  background-color: #fffef5;
  /* thor */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
a {
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-top: 0px;
}
h1 {
  color: #0091bc;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
h2 {
  color: #0091bc;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
p {
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
/*
* Generics
*/
.spacer {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #333;
}
.border-box {
  border: 1px solid #333;
}
.padbox {
  padding: 15px;
}
/*
* Overall structure
*/
/*
* Bootstrap extensions and overrides (buttons etc.)
*/
.btn-xoco {
  color: #fff;
  background-color: #4f2c1d;
  border-color: #fff8ed;
  margin-top: -6px;
}
/*
 * Navbar styles
 */
.navbar-brand {
  font-size: 24px;
  /*@media screen and (min-width: @screen-sm-min) {*/
  display: none;
  /*}*/
}
.navbar-container {
  padding: 10px 0 10px 0;
}
.navbar.navbar-fixed-top.fixed-theme {
  background-color: #ffffff;
  border-color: #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.navbar-brand.fixed-theme {
  font-size: 18px;
}
.navbar-container.fixed-theme {
  padding: 0;
}
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.navbar {
  min-height: 40px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-nav li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #0091bc;
}
@media screen and (max-width: 991px) {
  .navbar-nav li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fixed-theme .navbar-nav li a {
  color: #878787;
}
.fixed-theme .navbar-nav li a.nav-last {
  color: #80bc52;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.fixed-theme .navbar-nav li a.nav-last:hover {
  background-color: transparent;
  color: #616161;
}
.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #616161;
}
@font-face {
  font-family: "camptonbold";
  src: url("/application/themes/farmerdatabase/fonts/camptonbold-webfont.woff2") format("woff2"), url("/application/themes/farmerdatabase/fonts/camptonbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "camptonbook";
  src: url("/application/themes/farmerdatabase/fonts/camptonbook-webfont.woff2") format("woff2"), url("/application/themes/farmerdatabase/fonts/camptonbook-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chiffonsemibold";
  src: url("/application/themes/farmerdatabase/fonts/chiffon_semibold-webfont.woff2") format("woff2"), url("/application/themes/farmerdatabase/fonts/chiffon_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/***** FONTS *****/
@font-face {
  font-family: 'EleganteClassica';
  src: url("/application/themes/farmerdatabase/fonts/Elegante-Classica.ttf") format("truetype");
}
@font-face {
  font-family: 'CocogooseRegular';
  src: url("/application/themes/farmerdatabase/fonts/Cocogoose-Pro-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'CocogooseLight';
  src: url("/application/themes/farmerdatabase/fonts/Cocogoose-Pro-Light.otf") format("opentype");
}
@font-face {
  font-family: 'CocogooseLightItalic';
  src: url("/application/themes/farmerdatabase/fonts/Cocogoose-Pro-Light-Italic.otf") format("opentype");
}
@font-face {
  font-family: 'CocogooseSemilight';
  src: url("/application/themes/farmerdatabase/fonts/Cocogoose-Pro-Semilight.otf") format("opentype");
}
h1,
h2,
h3 {
  font-family: 'EleganteClassica', serif !important;
}
h1 {
  font-weight: normal !important;
}
.description-bottom {
  color: #1D4751 !important;
}
.batch-headline,
.batch-headline span {
  color: #1D4751 !important;
  text-transform: none !important;
  font-family: 'EleganteClassica', serif !important;
  font-weight: normal !important;
}
p {
  font-family: 'CocogooseLight', sans-serif !important;
}
.social-buttons a {
  color: #1D4751;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #F8F6E5;
}
.batch-wrapper {
  font-size: 13px;
  line-height: 1.4;
}
.batch-headline {
  font-size: 27px;
  line-height: 1.25;
  color: #004e9e;
  font-weight: 500;
  font-family: "chiffonsemibold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.batch-headline span {
  font-weight: 700;
  font-family: "chiffonsemibold", sans-serif;
  text-transform: uppercase;
}
p {
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: "camptonbook", sans-serif;
}
.description-top {
  color: black;
}
p + p {
  margin-top: 1em;
}
h1,
h2,
h2 span {
  font-family: "chiffonsemibold", serif;
}
h1 {
  color: #1D4751;
  font-size: 28px;
}
h2 {
  color: #fff;
  margin-bottom: 0;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.25;
  text-align: justify;
  padding: 0 20px;
}
h2 .spacing {
  letter-spacing: 7px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
h2 .larger {
  display: block;
  font-size: 39px;
  line-height: 1.25;
}
@media only screen and (max-width: 376px) {
  h2 {
    padding: 0;
  }
}
strong {
  color: #212529;
}
header {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
header .logo {
  max-width: 80px;
  margin-bottom: 20px;
}
header img {
  width: 100%;
}
header .link {
  margin: 15px 0;
  color: #4f2c1d;
  text-decoration: underline;
}
#splash {
  background-image: url("/application/themes/farmerdatabase/img/splash.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
#splash_txt {
  background-image: url("/application/themes/farmerdatabase/img/img_txt.svg");
  width: 100%;
  max-width: 335px;
  background-size: cover;
  height: calc(41vw - 40px);
  max-height: 115px;
}
.ad {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  .ad {
    width: 40%;
    text-align: center;
  }
  .ad,
  .description-bottom {
    font-weight: 100;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.ad,
.description-bottom {
  text-align: justify;
  color: black;
}
.description-bottom {
  padding-bottom: 20px;
  max-width: 375px;
  margin: 0 auto;
}
.ad a {
  color: #4f2c1d;
  text-decoration: underline;
}
a {
  color: #004e9e;
}
.social-buttons {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 1rem;
}
.social-buttons a {
  padding: 5px;
  font-size: 18px;
}
main {
  max-width: 375px;
  margin: 3em auto;
  padding: 0 20px;
}
.list-view {
  list-style: none;
}
.list-view figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.area {
  font-weight: 700;
  font-size: 12px;
  color: #F8F6E5;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-family: 'CocogooseRegular', sans-serif;
}
.name {
  font-size: 22px;
  line-height: 1;
  margin: 6px 0 9px;
  color: #F8F6E5;
  font-weight: 500;
  font-family: 'CocogooseLight', sans-serif;
}
.age {
  color: #F8F6E5;
  font-size: 13px;
  font-family: "camptonbook", sans-serif;
}
.farm-details {
  padding: 15px;
  margin: 0 -15px;
  border: solid #F8F6E5;
  border-width: 1px 0;
  color: #F8F6E5;
  display: grid;
  grid: auto / repeat(2, auto);
  grid-gap: 15px;
  font-family: "camptonbook", sans-serif;
}
.family .icon svg,
.size .icon svg {
  fill: #F8F6E5;
}
.farm-details span {
  color: #F8F6E5;
  font-weight: 700;
  margin-left: 4px;
  font-family: "camptonbold", sans-serif;
}
.farm-details > div {
  display: grid;
  align-items: center;
  grid-gap: 0 5px;
  grid-auto-flow: column;
  justify-content: start;
}
.icon {
  width: 28px;
  line-height: 0;
}
.crop {
  background: #1D4751;
  margin: 0 -15px -15px;
  padding: 15px;
  color: #333;
}
.crop h4 {
  text-transform: uppercase;
  color: #F8F6E5;
  font-size: 10px;
  letter-spacing: 0.25px;
  margin-bottom: 1.1em;
  font-family: "camptonbook", sans-serif;
}
.crop p {
  color: #F8F6E5;
}
.crop {
  position: relative;
}
.crop-list {
  display: flex;
  margin: 0;
  z-index: 3;
  position: relative;
}
.crop-list dd {
  padding: 2px 6px;
  color: #7e6d67;
  background: #efe2dc;
  background: #e6e0da;
  font-weight: 500;
  margin-bottom: 0;
}
.crop-list dd + dd {
  margin-left: 5px;
}
.crop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  width: 80%;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.5;
}
.list-view figure img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  margin: -35px -30px 0 0;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.bio {
  margin: 1em 0;
}
li + li {
  margin-top: 3em;
}
.list-view li {
  background: #1D4751;
  padding: 15px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* FB Stuff */
