@charset "UTF-8";
/*
Theme Name: Kimberton Whole Foods
Theme URI: http://yikesinc.com
Author: YIKES, Inc.
Author URI: http://yikesinc.com
Description: The custom theme for Kimberton Whole Foods.
Version: 1.0
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/289501");
/* Fancy fonts */
/* @license
 * MyFonts Webfont Build ID 2659585, 2013-10-07T12:36:24-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Rockwell Std Roman by Monotype Imaging
 * URL: http://www.myfonts.com/fonts/mti/rockwell/std-roman/
 * Copyright: Copyright 1990, 2002 Adobe Systems Incorporated. All Rights Reserved. Copyright 1989, 1990, 2002 The Monotype Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2659585
 * 
 * © 2013 MyFonts Inc
*/
@font-face {
  font-family: 'RockwellStd';
  src: url("inc/fonts/rockwell.eot");
  src: url("inc/fonts/rockwell.eot?#iefix") format("embedded-opentype"), url("inc/fonts/rockwell.woff") format("woff"), url("inc/fonts/rockwell.ttf") format("truetype"); }
/* Genericons CSS is easily copied from the helper tool at http://genericons.com/ */
@font-face {
  font-family: 'Genericons';
  src: url("inc/fonts/genericons-regular-webfont.eot");
  src: url("inc/fonts/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/genericons-regular-webfont.woff") format("woff"), url("inc/fonts/genericons-regular-webfont.ttf") format("truetype"), url("inc/fonts/genericons-regular-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Function book';
  src: url("inc/fonts/FunctionPro-Book-webfont.eot");
  src: url("inc/fonts/FunctionPro-Book-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/FunctionPro-Book-webfont.woff") format("woff"), url("inc/fonts/FunctionPro-Book-webfont.ttf") format("truetype"), url("inc/fonts/FunctionPro-Book-webfont.svg#FunctionPro-Book-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Printed One';
  src: url("inc/fonts/BrandonPrinted-One.eot");
  src: url("inc/fonts/BrandonPrinted-One.eot?#iefix") format("embedded-opentype"), url("inc/fonts/BrandonPrinted-One.woff") format("woff"), url("inc/fonts/BrandonPrinted-One.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Printed Two';
  src: url("inc/fonts/BrandonPrinted-Two.eot");
  src: url("inc/fonts/BrandonPrinted-Two.eot?#iefix") format("embedded-opentype"), url("inc/fonts/BrandonPrinted-Two.woff") format("woff"), url("inc/fonts/BrandonPrinted-Two.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Printed Two Shadow';
  src: url("inc/fonts/BrandonPrinted-Two-shadow.eot");
  src: url("inc/fonts/BrandonPrinted-Two-shadow.eot?#iefix") format("embedded-opentype"), url("inc/fonts/BrandonPrinted-Two-shadow.woff") format("woff"), url("inc/fonts/BrandonPrinted-Two-shadow.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("inc/fonts/fontawesome-webfont.eot");
  src: url("inc/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/fontawesome-webfont.woff") format("woff"), url("inc/fonts/fontawesome-webfont.ttf") format("truetype"), url("inc/fonts/fontawesome-webfont.svg#genericonsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
   Layout
   ========================================================================== */
#masthead {
  background: url(images/bg-farmer.png) repeat-x #fff; }

#main {
  background: url(images/bg-main.png);
  padding-bottom: 2em; }

#secondary {
  padding-top: 6em; }

#content {
  min-height: 386px;
  padding-top: 1em !important; }

#colophon {
  background: url(images/footer-bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 4px solid #342110;
  padding: 1em 0; }
  #colophon .email-signup, #colophon .mobile-menu {
    display: none; }

#footer-social-icons {
  display: none; }

.page-template-page-map #main > .container > .row, .page-template-page-map-sidebar #main > .container > .row {
  margin-top: 60px; }

#map {
  height: 700px;
  width: 100%; }

.info-window-container .info-window-title {
  margin-top: 0; }
.info-window-container .info-window-content {
  margin-bottom: 1rem; }
.info-window-container address {
  font-family: 'Function book'; }

#locations-list {
  display: flex;
  flex-direction: column; }
  #locations-list .location-control {
    cursor: pointer;
    display: grid; }
    #locations-list .location-control h4 {
      transition: all .3s; }
    #locations-list .location-control:hover h4, #locations-list .location-control.active h4 {
      color: #ffecac;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

#reset-map {
  cursor: pointer;
  transition: all .3s; }
  #reset-map:hover, #reset-map.active {
    color: #ffecac;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

/* ==========================================================================
   Global
   ========================================================================== */
body {
  margin: 0;
  color: #333;
  font-family: 'Function book'; }

/* Links */
a, a:visited {
  color: #4f6f19; }

a:hover, a:focus, a:active {
  color: #314510; }

p {
  margin: 0 0 20px; }

/* Misc Bootstrap Stuff */
.btn {
  text-transform: uppercase; }

.btn-info, .btn-success, .button, .gform_button {
  color: #fff !important; }

.btn-success, .gform_button, .button {
  background-color: #4f6f19;
  border-color: #141c06;
  text-transform: uppercase; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success,
.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active,
.button:hover, .button:focus, .button:active, .button.active {
  background-color: #ffd615;
  border-color: #141c06;
  color: #4f6f19 !important; }

.pagination ul > li.disabled {
  display: none; }

.pagination ul > li.active a {
  border: 1px solid #ddd; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */ }

/* =Helper Classes
----------------------------------------------- */
/* floats
Use Bootstrap .pull-left and .pull-right for floats
 */
/* Alignment */
.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

/* Margins & Padding */
.separator {
  margin: 0 1em;
  display: inline; }

.margin-left {
  margin-left: 1em !important; }

.margin-right {
  margin-right: 1em !important; }

.margin-bottom {
  margin-bottom: 1em !important; }

.margin-1em {
  margin: 1em !important; }

.margin-2em {
  margin: 2em !important; }

.padding-1em {
  padding: 1em !important; }

.padding-2em {
  padding: 2em !important; }

.no-left-margin {
  margin-left: 0 !important; }

.no-right-margin {
  margin-right: 0 !important; }

.no-bottom-margin {
  margin-bottom: 0 !important; }

.no-top-margin {
  margin-top: 0 !important; }

/* =Typography - Most handled by Bootstrap. Overrides below
----------------------------------------------- */
/* Headings - Bootstrap overrides below */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Brandon Printed One';
  color: #4f6f19;
  letter-spacing: 0.04em;
  text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #4f6f19; }

h1, .h1 {
  font-size: 34px; }

h2, .h2 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

/* =Forms - Most handled by Bootstrap. Overrides below
----------------------------------------------- */
/* this makes Bootstrap styles apply to the comments form */
input[type="submit"], .gform_button, .button {
  background-color: #4f6f19;
  border: 1px solid transparent;
  border-color: #141c06;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }

input[type="submit"]:focus, .gform_button:focus, .button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="submit"]:hover, input[type="submit"]:focus,
.gform_button:hover, .gform_button:focus,
.button:hover, .button:focus {
  color: #fff;
  text-decoration: none; }

input[type="submit"]:active, .gform_button:active,
input[type="submit"].active, .gform_button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e1e2de;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* this makes Bootstrap styles apply to gravity forms */
.gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px; }

.ginput_container input,
.ginput_container select,
.ginput_container textarea,
input[type="email"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e1e2de;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.ginput_container input.ginput_quantity {
  width: auto; }

.ginput_container .medium {
  width: 60%; }

.ginput_container .small {
  width: 20%; }

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container textarea {
  height: 100px; }

.gform_wrapper .ginput_left label, .gform_wrapper .ginput_right label {
  font-weight: 400;
  font-size: .8em;
  padding-bottom: 1em; }

ul.gfield_checkbox li {
  float: left;
  padding-left: 1em;
  width: 32%; }
  .newsletter-checkbox ul.gfield_checkbox li {
    float: none;
    padding-left: 0;
    width: 100%; }
    .newsletter-checkbox ul.gfield_checkbox li input {
      display: inline-block;
      float: none;
      height: auto;
      margin-top: 3px;
      vertical-align: middle;
      width: auto; }
    .newsletter-checkbox ul.gfield_checkbox li label {
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
  ul.gfield_checkbox li input {
    width: 10%;
    float: right;
    margin-top: 0; }
  ul.gfield_checkbox li label {
    display: block;
    font-weight: 300;
    margin: 5px 0 0;
    text-align: right; }

.gform_wrapper .gfield_error {
  color: #b94a48; }

#gforms_confirmation_message, .validation_message, .validation_error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 20px; }

.validation_message {
  padding: 2px 8px;
  width: 60%;
  margin-top: 2px; }

.gf_progressbar_percentage {
  height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #5cb85c;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* Other Gravity Forms styles */
.datepicker {
  width: 20% !important;
  float: left; }

.ui-datepicker-trigger {
  margin: 0.5em; }

.ui-datepicker-prev {
  margin-right: 1em; }

#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #666;
  padding: .5em 1em; }

.gfield_html h4 {
  margin-top: 2em; }

.gfield_description {
  margin-bottom: 1em; }

#gform_wrapper_14 .gform_footer {
  margin-top: 100px; }

/* Turkey Form */
.gform_wrapper form#gform_42 #gform_page_42_2 label,
.gform_wrapper form#gform_42 #gform_page_42_3 label,
.gform_wrapper form#gform_42 #gform_page_42_4 label {
  font-size: 22px;
  font-weight: bold; }
.gform_wrapper form#gform_42 #gform_page_42_3 .gfield_quantity,
.gform_wrapper form#gform_42 #gform_page_42_4 .gfield_quantity {
  border-bottom: 2px solid #999;
  padding-bottom: 4rem; }
.gform_wrapper form#gform_42 #gform_page_42_3 .gfield_description img,
.gform_wrapper form#gform_42 #gform_page_42_4 .gfield_description img {
  width: 60%; }

.gfield_visibility_hidden {
  display: none; }

/* ==========================================================================
   Header
   ========================================================================== */
#header-logo {
  margin-left: 1.8em;
  margin-top: 0.2em;
  position: absolute;
  width: 70%;
  z-index: 9; }

#nav-logo {
  display: none; }

.site-description {
  padding-top: 0.7em; }

.header-icons {
  z-index: 99; }
  .header-icons #social-icons {
    padding-top: 1.6em;
    text-align: right; }

.header-search .btn {
  margin-top: 6px; }

.page-template-page-home-php #header-logo {
  margin-left: 0;
  width: auto; }
.page-template-page-home-php #masthead {
  background: url(images/bg-farmer2.png) repeat-x #fff; }
.page-template-page-home-php .top-row .col-sm-9 {
  padding-top: 1rem; }
  .page-template-page-home-php .top-row .col-sm-9 #site-navigation {
    margin-top: 2.8em; }

/* =Menu
----------------------------------------------- */
#secondary-navigation {
  padding: .12em 0 .4em 0;
  text-align: right; }

#site-navigation {
  margin: 1em 0 0 0;
  background: url(images/navbackground.jpg) no-repeat 0 3px;
  -webkit-border-radius: 12px 10px 6px 8px;
  -moz-border-radius: 12px 10px 6px 8px;
  -ms-border-radius: 12px 10px 6px 8px;
  -o-border-radius: 12px 10px 6px 8px;
  border-radius: 12px 10px 6px 8px;
  height: 52px; }
  #site-navigation .navbar-toggle {
    margin-top: 10px;
    background-color: #577821;
    border-width: 2px;
    float: left;
    position: absolute; }
    #site-navigation .navbar-toggle:hover, #site-navigation .navbar-toggle:focus {
      background-color: #577821; }

.navbar-default ul#menu-main-nav > li:hover > a {
  color: #ffecac; }

.navbar-default {
  border-color: transparent; }
  .navbar-default ul#menu-main-nav {
    padding: 0;
    margin: 13px 0 0 0; }
    .navbar-default ul#menu-main-nav > li {
      display: inline-block; }
      .navbar-default ul#menu-main-nav > li > a {
        color: #fff;
        font-family: 'Brandon Printed One';
        font-size: 1.15em;
        letter-spacing: .1em;
        padding: 15px 1.8em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        text-transform: uppercase; }
      .navbar-default ul#menu-main-nav > li:last-child a {
        padding-right: 0; }
      .navbar-default ul#menu-main-nav > li.menu-item-has-children > a:after {
        color: #fff;
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 0.62em;
        margin-left: 0.7em; }
      .navbar-default ul#menu-main-nav > li.menu-item-has-children > a:hover:after {
        color: #ffecac; }
      .navbar-default ul#menu-main-nav > li.menu-item-has-children ul.sub-menu {
        display: none;
        list-style-type: none; }
      .navbar-default ul#menu-main-nav > li.menu-item-has-children:hover ul.sub-menu {
        background: white;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        display: block;
        margin: 13px 0 0 0;
        padding: 0;
        position: absolute;
        width: 230px;
        z-index: 999; }
        .navbar-default ul#menu-main-nav > li.menu-item-has-children:hover ul.sub-menu li a {
          font-family: 'Function book';
          font-size: 1.25em;
          color: #000;
          padding: 4px 14px;
          display: block; }
          .navbar-default ul#menu-main-nav > li.menu-item-has-children:hover ul.sub-menu li a:hover, .navbar-default ul#menu-main-nav > li.menu-item-has-children:hover ul.sub-menu li a:focus {
            color: #fff;
            background-color: #4f6f19; }
        .navbar-default ul#menu-main-nav > li.menu-item-has-children:hover ul.sub-menu li:last-child a {
          -webkit-border-radius: 0 0 3px 3px;
          -moz-border-radius: 0 0 3px 3px;
          -ms-border-radius: 0 0 3px 3px;
          -o-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }
      .navbar-default ul#menu-main-nav > li.current-menu-item > a, .navbar-default ul#menu-main-nav > li a:hover, .navbar-default ul#menu-main-nav > li > a:focus, .navbar-default ul#menu-main-nav > li > a:active {
        text-decoration: none;
        color: #ffecac; }

/* ==========================================================================
   Content
   ========================================================================== */
/* =Global
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }
  .hentry .entry-content h2 {
    color: #000;
    font-weight: 600;
    font-size: 1.28em; }
  .blog .hentry, .page-template-page-sales-php .hentry {
    border-bottom: 4px dotted #e1e2de;
    margin-bottom: 3em !important;
    padding-bottom: 1em !important; }

h1.entry-title {
  margin-top: 1.5em;
  padding-bottom: .4em;
  border-bottom: 4px dotted #e1e2de;
  font-size: 33px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.byline, .updated {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.entry-content, .entry-summary {
  margin: 1.5em 0 0;
  font-family: 'Function book';
  font-size: 1.25em; }

.home .entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.page-id-86 .entry-content ul, .page-id-86 .entry-content ol {
  margin-top: -20px;
  margin-bottom: 20px; }

/* =Home page
----------------------------------------------- */
.home .alert {
  margin-top: 1em;
  margin-bottom: 0; }
.home .hentry {
  margin: 0; }

/* slider */
#slider-frame {
  position: absolute;
  z-index: 9; }

.advanced-slider {
  font-family: 'Function book';
  border: 0 !important;
  outline: none; }
  .advanced-slider .layer {
    padding: 4px 8px; }
    .advanced-slider .layer.white {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-family: 'Function book';
      font-size: 0.8em;
      padding: 0.6em; }

.circle .slide-wrapper, .circle .slide {
  background-color: transparent;
  border: 0 !important; }

.circle .slide-arrows a {
  background-image: url("images/arrows.png") !important; }

/* hot spots */
.home-hotspots {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  margin: 1em auto 0;
  padding-top: 24px;
  width: 100%;
  background: url(images/brownpaper-bg.png); }
  .home-hotspots h4 {
    font-family: 'Brandon Printed Two';
    font-size: 0.9em;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    height: 38px; }
  .home-hotspots .thumbnail {
    height: 440px;
    padding-top: 0.8em; }
    .home-hotspots .thumbnail img {
      display: block;
      margin: 0 auto; }
  .home-hotspots .caption p {
    margin-bottom: 10px; }
  .home-hotspots .caption .hotspot-excerpt {
    font-family: 'Function book';
    font-size: 0.93em;
    height: 96px;
    margin-bottom: 1em;
    overflow: hidden; }
  .home-hotspots .caption .btn {
    text-transform: uppercase; }

.home-box-left h2, .home-box-middle h2, .home-box-right h2 {
  font-family: 'Brandon Printed One';
  color: #442609;
  font-size: 1.2em;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase; }

.home-box-left {
  padding-left: 24px;
  padding-right: 8px; }

.home-box-right {
  padding-right: 24px;
  padding-left: 8px; }

/* =Sub pages
----------------------------------------------- */
/* sub navs */
ul#sub-nav {
  margin: 0;
  padding: 0; }
  .page-template-page-full-php ul#sub-nav {
    margin-left: 26%; }
  ul#sub-nav li {
    float: left;
    list-style-type: none; }
    ul#sub-nav li a {
      color: #342110;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1.2px;
      font-size: 1em;
      font-weight: 600;
      line-height: 100%;
      padding-left: 1.2em;
      padding-right: 1.2em;
      border-right: 2px solid #342110; }
    ul#sub-nav li a:hover {
      color: #4f6f19; }
    ul#sub-nav li ul {
      background-color: #fff;
      z-index: 99999;
      display: none;
      position: absolute;
      padding: 0 0 0 0.14em;
      width: 300px; }
      ul#sub-nav li ul li {
        float: none; }
        ul#sub-nav li ul li a {
          font-weight: 200;
          font-size: .9em;
          margin-bottom: 1.2em;
          border-right: 0; }
  ul#sub-nav li:hover > ul {
    display: block; }
  ul#sub-nav > li:first-child a {
    padding-left: 0; }
  ul#sub-nav li:last-child a {
    border-right: 0; }
  ul#sub-nav > li.menu-item-has-children {
    background: url(images/caretdown.png) no-repeat right 8px; }
    ul#sub-nav > li.menu-item-has-children a {
      padding-right: 1.8em; }

/* FAQ */
.page-id-14 .accordion .ui-accordion-header {
  padding-top: 0.4em; }
  .page-id-14 .accordion .ui-accordion-header:focus {
    outline: 0; }
.page-id-14 .accordion .ui-accordion-header:first-child {
  padding-top: 0; }

/* =Posts
----------------------------------------------- */
.entry-meta {
  font-weight: 600; }
  .entry-meta a {
    font-weight: 400; }
  .entry-meta .comments-link {
    clear: both;
    display: block; }
    .entry-meta .comments-link a {
      font-weight: 800; }

.type-post footer.entry-meta {
  margin: 1em 0; }

.type-post:before,
.type-post:after {
  display: table;
  content: " "; }

.type-post:after {
  clear: both; }

/* Single posts */
.post-addthis {
  margin: 1em 0; }

/* =CPTs
----------------------------------------------- */
/* Locations */
.single-kimberton_locations .store-row {
  padding-top: 2em !important; }
.single-kimberton_locations .circle .slide-buttons {
  margin-top: 20px; }
.single-kimberton_locations h4 {
  font-family: 'Brandon Printed Two';
  color: #000;
  font-size: 1em;
  margin-bottom: 2px; }
.single-kimberton_locations .table > thead > tr > th, .single-kimberton_locations .table > tbody > tr > th, .single-kimberton_locations .table > tfoot > tr > th, .single-kimberton_locations .table > thead > tr > td, .single-kimberton_locations .table > tbody > tr > td, .single-kimberton_locations .table > tfoot > tr > td {
  border-top: 0px !important; }
.single-kimberton_locations .table-condensed > thead > tr > th, .single-kimberton_locations .table-condensed > tbody > tr > th, .single-kimberton_locations .table-condensed > tfoot > tr > th, .single-kimberton_locations .table-condensed > thead > tr > td, .single-kimberton_locations .table-condensed > tbody > tr > td, .single-kimberton_locations .table-condensed > tfoot > tr > td {
  padding: 0px; }

/* Events */
ul.calendar-key {
  padding: 0; }
  ul.calendar-key li {
    list-style-type: none; }
    ul.calendar-key li .genericon-dot {
      font-size: 4em;
      margin-top: -20px;
      width: 40px; }
    ul.calendar-key li .color-kimberton {
      color: #dd3333; }
    ul.calendar-key li .color-douglassville {
      color: #dd9933; }
    ul.calendar-key li .color-downingtown {
      color: #81d742; }
    ul.calendar-key li .color-ottsville {
      color: #eeee22; }
    ul.calendar-key li .color-malvern {
      color: #1e73be; }
    ul.calendar-key li .color-all_locations {
      color: #9CD8EC; }

#kwf-calendar-form {
  margin: 0 0 1.5em 0;
  text-align: right;
  font-size: 0.9em; }
  #kwf-calendar-form .filter-by {
    font-weight: bold; }
  #kwf-calendar-form .filter-select {
    display: inline; }
    #kwf-calendar-form .filter-select label {
      margin-left: 1em;
      font-weight: normal; }
    #kwf-calendar-form .filter-select select {
      width: 150px; }
    #kwf-calendar-form .filter-select input[type="submit"] {
      padding: 4px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      font-size: 12px;
      line-height: 1.5; }

/* Press */
ul.press-loop {
  list-style-type: none;
  padding: 0; }
  ul.press-loop .wp-post-image {
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    padding: 6px; }
  ul.press-loop li {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 3px dotted #e1e2de; }
    ul.press-loop li h3 {
      margin-top: 0;
      text-transform: uppercase;
      letter-spacing: 2px; }
    ul.press-loop li h4 {
      font-family: 'Brandon Printed One';
      color: #000;
      font-weight: 600;
      font-size: 1.1em; }
    ul.press-loop li .press-article-title a {
      color: #000; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
img {
  max-width: 100%;
  height: auto; }

.entry-content .alignnone, .entry-content .alignright, .entry-content .single-kimberton_events .wp-post-image, .single-kimberton_events .entry-content .wp-post-image, .entry-content .alignleft, .entry-content .aligncenter {
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  padding: 6px; }
.entry-content .alignright, .entry-content .single-kimberton_events .wp-post-image, .single-kimberton_events .entry-content .wp-post-image {
  float: right;
  margin: 0 0 1.4em 1.4em; }
.entry-content .alignleft {
  float: left;
  margin: 0 1.4em 1.4em 0; }
.entry-content .aligncenter {
  margin: 1.4em auto;
  display: block; }
.entry-content .img-noborder {
  border: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px !important; }

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #e1e2de;
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.site-content .gallery {
  margin-bottom: 1.5em; }
  .site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%; }
  .site-content .gallery dd {
    margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
#comment {
  height: 80px; }

.comment-content a {
  word-wrap: break-word; }

/* ==========================================================================
   Sidebars
   ========================================================================== */
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.textwidget {
  font-size: 1.1em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Contact Us social widget */
ul#sidebar-social-icons {
  padding: 0; }
  ul#sidebar-social-icons li {
    list-style-type: none;
    margin-bottom: 0.3em; }

#text-9 {
  display: none; }
  .post-type-archive-kimberton_events #text-9 {
    display: block; }

.post-type-archive-kimberton_events #secondary .widget_events_widget {
  display: none; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/* Footer widgets */
.site-footer .footer-col {
  /* border-right: 1px solid #7b420f; */
  min-height: 180px; }

.site-footer .last {
  border-right: 0px; }

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #ffecac; }

.site-footer p {
  margin: 0 0 20px; }

.site-footer .widget-title {
  font-family: 'Brandon Printed Two';
  font-size: 1.1em;
  margin-top: 0;
  text-transform: uppercase; }

.site-footer .textwidget {
  font-size: 1em; }

.site-footer .widget {
  margin: 0 0 0 1em; }

.site-footer .first .widget {
  border-left: 0; }

.site-footer .last .widget {
  border-right: 0; }

.site-footer .widget ul {
  margin: 0;
  padding: 0 0.6em; }

#text-5 p {
  background-color: #fff;
  margin: 0 0 10px; }

.employee-login {
  padding-top: 0.6rem; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  color: #fff;
  font-family: 'Function book';
  font-size: 1.25em; }

.site-footer a {
  color: #fff; }

.credits {
  color: #fff;
  font-size: 0.8em;
  padding-top: 2em;
  text-align: center; }

.credits a {
  color: #fff; }

/* ==========================================================================
   Specific Media STYLES
   ========================================================================== */
/* responsive styles */
@media screen and (max-width: 1200px) {
  .navbar-default ul#menu-main-nav > li > a {
    padding: 15px 1em; }

  /* .navbar-default ul#menu-main-nav > li:first-child > a {padding-left: 0;} */
  #text-2 {
    width: 120px;
    overflow: hidden; }

  #social-icons {
    float: right;
    padding-top: 1em;
    text-align: center;
    width: 70%; }

  .circle .slide-wrapper {
    margin: 0 auto; }

  .advanced-slider .layer.white {
    top: 40px !important; } }
/* ipad landscape */
@media screen and (max-width: 1024px) {
  #main .container, #colophon .container {
    overflow-x: hidden; }

  .site-description {
    padding: 0.7em 0.2em; }

  .advanced-slider .layer.white {
    top: 100px !important; }

  .page-template-page-home-php .thumbnail > img {
    max-height: 170px; }

  ul#sub-nav li a {
    font-size: 0.84em;
    font-weight: 500;
    letter-spacing: 1px; } }
@media screen and (max-width: 990px) {
  .page-template-page-home-php .top-row .col-sm-9, .top-row .col-sm-9 {
    padding-top: 0; }

  .page-template-page-home-php #header-logo, #header-logo {
    margin-left: 0;
    width: 90%; }

  #social-icons {
    width: 100%; }

  .page-template-page-home-php .top-row .col-sm-9 #site-navigation, .top-row .col-sm-9 #site-navigation {
    margin-bottom: 1em;
    margin-top: 0.2em; }

  .navbar-default ul#menu-main-nav {
    margin: 15px 0 0; }

  .navbar-default ul#menu-main-nav > li > a {
    font-size: 0.86em;
    padding: 15px 1em; }

  /* home */
  .home-hotspots h2 {
    height: 46px; }
  .home-hotspots h4 {
    height: 70px; }

  .home-hotspots .col-md-4 {
    float: left;
    width: 33%; }

  .home-box-left {
    padding-left: 10px;
    padding-right: 5px; }

  .home-box-middle {
    padding-left: 5px;
    padding-right: 5px; }

  .home-box-right {
    padding-right: 5px;
    padding-right: 5px; }

  .footer-col {
    width: 49%;
    float: left; }

  .page-template-page-home-php .thumbnail > img {
    max-height: 136px; }

  h2.widget-title {
    font-size: 1.3em; } }
@media screen and (max-width: 974px) {
  .page-template-page-full-php ul#sub-nav {
    margin-left: 0; } }
/* ipad portrait */
@media screen and (max-width: 768px) {
  /* header */
  #masthead {
    background: url(images/bg-farmer2.png) repeat-x #fff; }

  /* sub */
  .site-sidebar {
    width: 25%;
    float: left; }

  .site-maincontent {
    width: 74%;
    float: left; }

  .entry-content .alignleft, .entry-content .alignright, .entry-content .single-kimberton_events .wp-post-image, .single-kimberton_events .entry-content .wp-post-image {
    float: none;
    margin: 0 0 1rem 0; }

  .location-social .col-md-6 {
    float: left; }
  .location-social .location-social-left {
    width: 29%; }
  .location-social .location-social-right {
    width: 70%; }

  /* calendar */
  #kwf-calendar-form {
    text-align: left; }
    #kwf-calendar-form label {
      margin-left: .4em; }
    #kwf-calendar-form select {
      width: 140px; } }
/* Main nav turns into hamburger */
@media screen and (max-width: 767px) {
  .navbar-default ul#menu-main-nav {
    top: 100%;
    margin: 0 !important;
    max-height: none;
    overflow: visible;
    background: url(images/navbackground.jpg) repeat 0 3px;
    position: relative;
    z-index: 999;
    width: 100%; }

  .navbar-default ul#menu-main-nav > li {
    display: block; }
    .navbar-default ul#menu-main-nav > li ul.sub-menu li.map, .navbar-default ul#menu-main-nav > li ul.sub-menu li.calendar {
      display: none; }
    .navbar-default ul#menu-main-nav > li.menu-item-has-children:not(#menu-item-5896):not(#menu-item-808) ul.sub-menu {
      display: none !important; }
    .navbar-default ul#menu-main-nav > li.menu-item-has-children:not(#menu-item-5896):not(#menu-item-808) > a:after {
      content: ""; }
    .navbar-default ul#menu-main-nav > li a {
      display: inline-block; } }
@media screen and (max-width: 750px) {
  .page-template-page-home-php #header-logo, #header-logo {
    width: auto; }

  .top-row .top-header-logo {
    width: 24%;
    float: left; }
  .top-row .col-sm-9 {
    width: 75%;
    float: left;
    padding-left: 2em; }
    .top-row .col-sm-9 .header-description {
      float: left;
      width: 49%; }
    .top-row .col-sm-9 .header-icons {
      float: left;
      width: 49%;
      padding-bottom: 0.6em; }
    .top-row .col-sm-9 .header-search .employee-login {
      text-align: right; } }
/* Breakpoint */
@media screen and (max-width: 750px) {
  .navbar-default ul#menu-main-nav > li#menu-item-18 {
    display: none; }

  .page-template-page-map #main > .container > .row {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0; }
    .page-template-page-map #main > .container > .row .site-maincontent {
      width: 100%;
      float: none; }
    .page-template-page-map #main > .container > .row #locations-list {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .page-template-page-map #main > .container > .row #locations-list .location-control {
        margin-right: 20px; }

  #map {
    height: 400px; } }
/* Another Breakpoint */
@media screen and (max-width: 650px) {
  .navbar-default ul#menu-main-nav > li > a {
    font-size: 0.8em;
    padding: 15px 0.8em; } }
/* Kindle portrait 600 x 1024  */
@media screen and (max-width: 600px) {
  .home-hotspots .thumbnail {
    height: auto; }

  .home-hotspots .col-md-4 {
    float: none;
    width: 99%; }

  .page-template-page-home-php .thumbnail > img {
    width: 100%;
    height: auto;
    max-height: 335px; }

  ul#sub-nav {
    margin: 0 0 0 -134px; }

  ul.calendar-key {
    margin-left: -22px; }

  /* calendar */
  #kwf-calendar-form .filter-by {
    display: block; }
  #kwf-calendar-form .filter-select {
    display: block; }
    #kwf-calendar-form .filter-select label {
      margin-left: .4em; }
    #kwf-calendar-form .filter-select select {
      width: 140px;
      display: inline; } }
/* Yes Another Breakpoint */
@media screen and (max-width: 572px) {
  .top-row .col-sm-9 .header-icons {
    padding-right: 0;
    padding-left: 0; } }
/* iphone 5 landscape  */
@media screen and (max-width: 568px) {
  .home-hotspots h4, .home-hotspots .caption .hotspot-excerpt {
    height: auto; }

  #colophon .email-signup input {
    margin-bottom: .5em; }

  .page-template-page-home-php #header-logo, #header-logo {
    width: 25%; }

  .top-row .top-header-logo {
    width: 100%;
    float: none; }
  .top-row .col-sm-9 {
    width: 100%;
    float: none;
    padding-left: 1em; }
    .top-row .col-sm-9 .header-description {
      float: left;
      width: 63%;
      padding-right: 0; }
      .top-row .col-sm-9 .header-description .site-description {
        float: right;
        width: 58%; }
    .top-row .col-sm-9 .header-icons {
      float: left;
      width: 34%; }
    .top-row .col-sm-9 .header-search {
      float: right;
      width: 60%; }
      .top-row .col-sm-9 .header-search .search-form {
        width: 100%; } }
/* iphone 4 landscape  */
@media screen and (max-width: 480px) {
  .page-template-page-home-php #header-logo, #header-logo {
    width: 38%; }

  .top-row .col-sm-9 .header-description {
    padding-bottom: 0;
    padding-right: 2em;
    width: 100%; }
  .top-row .col-sm-9 .header-icons {
    padding-right: 2em;
    width: 100%; }
    .top-row .col-sm-9 .header-icons #social-icons {
      text-align: right;
      padding-top: 0.4em; }
  .top-row .col-sm-9 .header-search {
    display: none; }

  .site-sidebar {
    display: none; }

  .site-maincontent {
    float: none;
    width: 99%; }

  ul#sub-nav {
    margin: 0; }

  h1.entry-title {
    margin-top: 0.8em; }

  .site-footer .footer-col {
    min-height: inherit;
    float: none;
    width: 99%;
    margin-bottom: 2em !important; }

  #site-navigation {
    margin-bottom: 3em !important;
    background: transparent; }

  .home .slider-pro {
    display: none; }
  .home .home-hotspots {
    margin-top: 0; }
    .home .home-hotspots .bottom-box {
      display: none; }

  .top-header-logo {
    display: none; }

  #nav-logo {
    display: block;
    position: absolute;
    top: 0px;
    right: 135px; }
    #nav-logo img {
      display: block;
      max-height: 100%;
      max-width: 100px; }

  .navbar-default ul#menu-main-nav {
    background: #577821; }

  .top-row .col-sm-9 .header-description {
    display: none; }

  .top-row .col-sm-9 .header-icons #social-icons {
    display: none; }

  #colophon .email-signup, #colophon .mobile-menu {
    display: block;
    margin-bottom: 2em; }
  #colophon .footer-col:not(.mobile-menu) {
    display: none; }

  #footer-social-icons {
    display: block;
    text-align: center; } }
/* Android (Nexus 4) portrait */
@media screen and (max-width: 384px) {
  .navbar-default ul#menu-main-nav {
    margin: 6px 0 0; }

  .navbar-default ul#menu-main-nav > li > a {
    font-size: 1em; }

  .top-row .col-sm-9 .header-search .search-form {
    margin-top: -1em; }

  .navbar-default ul#menu-main-nav > li ul.sub-menu {
    margin-top: 0px !important;
    text-align: left; }

  .page-template-page-map #main > .container > .row #locations-list {
    display: block;
    text-align: center; }
    .page-template-page-map #main > .container > .row #locations-list .location-control {
      display: block; } }
/* Android (Samsung Galaxy) portrait */
@media screen and (max-width: 380px) {
  .page-template-page-home-php #masthead, #masthead {
    background: url(images/bg-farmer4.png) repeat #fff; }

  .advanced-slider .layer.white {
    height: 84px;
    left: 4px;
    top: 4px !important;
    width: 264px;
    font-size: 0.72em; }
    .advanced-slider .layer.white h4 {
      font-size: 1.2em; }

  ul#sub-nav li a {
    padding-left: 0;
    border-right: 0; }

  ul.press-loop li h3 {
    margin-top: 1em; } }
/* Android (SyNexus) portrait */
@media screen and (max-width: 384px) {
  .navbar-default ul#menu-main-nav > li > a {
    font-size: 0.9em; }

  .top-row #header-logo {
    position: relative;
    display: block;
    margin: 6px auto 0;
    width: 70%; }
  .top-row .col-sm-9 {
    padding-left: 0.4em;
    padding-top: 0; }
    .top-row .col-sm-9 .header-description {
      padding-bottom: 0;
      padding-right: 0em;
      width: 100%; }
      .top-row .col-sm-9 .header-description .site-description {
        width: 100%;
        text-align: center;
        float: none; }
    .top-row .col-sm-9 .header-icons {
      padding-right: 0em;
      width: 100%; }
      .top-row .col-sm-9 .header-icons #social-icons {
        text-align: center;
        padding-top: 0.4em; }
    .top-row .col-sm-9 .header-search {
      float: none;
      width: 100%; } }
/* iphone portrait */

/*# sourceMappingURL=style.css.map */
