/*
Theme Name: Baltimarket
Theme URI: http://yikesinc.com
Author: YIKES, Inc.
Author URI: http://yikesinc.com
Description: The custom WordPress theme for Baltimarket.
Version: 1
*/
/* Fancy fonts */
@font-face {
  font-family: 'League Gothic';
  src: url("inc/fonts/leaguegothic-regular-webfont.eot");
  src: url("inc/fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("inc/fonts/leaguegothic-regular-webfont.woff") format("woff"), url("inc/fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("inc/fonts/leaguegothic-regular-webfont.svg#leaguegothic-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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; }

/* Recipe pagination */
.pagination {
  margin: 5px 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #d1d2d4;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ebeced; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #58595b;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #58595b;
  cursor: default;
  background-color: transparent; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px; }

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

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

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px; }

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px; }

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px; }

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px; }

.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px; }

.pagination .clearfix {
  padding-left: 0; }

.page-template-page-recipes-php .pagination {
  float: right;
  font-size: .4em;
  margin-top: .5em;
  text-shadow: none; }

.footer-pagination {
  margin-bottom: 1.5em;
  font-size: 4em; }

.footer-pagination .pagination {
  margin-top: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
#masthead {
  padding: 10px 0 8px;
  background-color: #f7941e;
  border-top: 12px solid #fbb03a;
  border-bottom: 2px solid #8a9c22; }

html {
  overflow-x: hidden; }

#second-nav {
  background-color: #bfd72f; }

#main {
  background: #bfd72f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bfd72f 0%, #eef2c5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd72f), color-stop(100%, #eef2c5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bfd72f 0%, #eef2c5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bfd72f 0%, #eef2c5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bfd72f 0%, #eef2c5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bfd72f 0%, #eef2c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd72f', endColorstr='#eef2c5',GradientType=0 );
  /* IE6-8 */ }
  #main .container {
    background-color: white;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    position: relative;
    z-index: 4; }
  .home #main {
    background: url(images/home-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

#primary .entry-content, #secondary {
  border-top: 2px dotted #d1d2d4; }

#primary {
  padding-left: 1em; }

#secondary {
  margin-top: 63px;
  margin-right: 1em;
  padding-bottom: 2em;
  font-size: 0.86em; }

#colophon {
  margin-top: -1.4em;
  position: relative;
  z-index: 2;
  border-top: 20px solid #f7941e; }

/* ==========================================================================
   Global
   ========================================================================== */
body {
  background-color: #f7941e; }

.baltorange {
  color: #f7941e !important; }

/* Links */
a {
  color: #f7941e; }
  a:visited {
    color: #f7941e; }
  a:hover, a:focus, a:active {
    color: #d95629; }

/* Misc Bootstrap Stuff */
.pagination ul > li.disabled {
  display: none; }
.pagination ul > li.active a {
  border: 1px solid #ddd; }

/* =Typography - Most handled by Bootstrap. Overrides below. 
    Font css is all in the partial _fonts.scss
----------------------------------------------- */
/* Headings - Bootstrap overrides below */
h1, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'League Gothic';
  color: #58595b; }

h2, .h2 {
  font-family: 'League Gothic';
  color: #f7941e;
  line-height: 150%; }

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

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

input[type="submit"]:focus, .gform_button:focus, .button:focus {
  outline: thin dotted #555555;
  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: #555555;
  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); }

.page .gform_wrapper .gfield_checkbox li label, .page .gform_wrapper .gfield_radio li label {
  margin: 9px 0 0 24px !important; }

.page .gform_wrapper .gfield_checkbox li, .page .gform_wrapper .gfield_radio li {
  margin: 0; }

textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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 {
  display: block;
  width: 60%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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:focus, .ginput_container select: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: auto; }
  .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); }

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

#gforms_confirmation_message, .validation_message, .validation_error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eccfcf;
  -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: white;
  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; }

/* ==========================================================================
   Header
   ========================================================================== */
/* =Menus
----------------------------------------------- */
#masthead .navbar {
  min-height: 0; }
#masthead .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin: 50px 0 0; }
  #masthead .navbar-default .navbar-collapse {
    padding: 0; }
#masthead .menu-main-nav-container {
  height: 34px;
  overflow: hidden; }

#site-navigation ul#menu-main-nav {
  margin: 0;
  padding: 0; }
  #site-navigation ul#menu-main-nav li {
    list-style-type: none;
    display: inline-block; }
    #site-navigation ul#menu-main-nav li a {
      margin: 0;
      padding: 0 1.9em;
      color: white;
      text-transform: uppercase;
      font-family: 'League Gothic';
      border-right: 3px dotted #d95629;
      font-size: 25px; }
    #site-navigation ul#menu-main-nav li:first-child a {
      padding-left: 0; }
    #site-navigation ul#menu-main-nav li:last-child a {
      padding-right: 0;
      border-right: 0; }

#second-nav {
  padding: 0.4em 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 6; }
  #second-nav ul#menu-secondary-nav {
    margin: 0;
    padding: 0; }
    #second-nav ul#menu-secondary-nav li {
      list-style-type: none;
      display: inline-block; }
      #second-nav ul#menu-secondary-nav li a {
        margin: 0;
        padding: 0 9px;
        color: #58595b;
        text-transform: uppercase;
        border-right: 3px dotted #32a443;
        font-size: 12px;
        letter-spacing: -0.1px;
        font-weight: bold; }
      #second-nav ul#menu-secondary-nav li:first-child a {
        padding-left: 0; }
      #second-nav ul#menu-secondary-nav li:last-child a {
        padding-right: 0;
        border-right: 0; }

/* Sub page header image */
#sub-headerpic {
  height: 160px !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5; }
  .post-type-archive-balt_recipes #sub-headerpic, .single-balt_recipes #sub-headerpic, .category-tips #sub-headerpic, .single-post #sub-headerpic {
    background-image: url("/wp-content/uploads/2014/02/Banner8.jpg") !important; }

/* ==========================================================================
   Content
   ========================================================================== */
/* =General
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }
  .hentry h1.entry-title {
    font-size: 50px;
    margin: 30px 0 20px;
    text-shadow: 3px 3px 0 #e6e6e6; }

.byline, .updated {
  display: none; }

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

.entry-content, .entry-summary {
  margin: 1.5em 0 0;
  padding-top: 2em;
  font-size: 0.94em;
  line-height: 200%; }
  .entry-content p, .entry-summary p {
    margin: 0 0 20px; }
  .entry-content h2, .entry-content h3, .entry-summary h2, .entry-summary h3 {
    margin-top: 0; }

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

/* =Home page
----------------------------------------------- */
.home-content .entry-content {
  margin: 0;
  padding: 1em 0; }
  .home-content .entry-content .home-left {
    padding-left: 2em; }
    .home-content .entry-content .home-left h1.home-entry-title {
      text-transform: uppercase;
      font-size: 5.1em;
      margin-top: 0; }
  .home-content .entry-content .home-right {
    padding-right: 2em; }
    .home-content .entry-content .home-right .home-edh {
      margin: 1em 0 0 3em; }

/* fancy home page map */
#baltimarket_preloader {
  width: 15px;
  display: block;
  margin: 0 auto; }

#map-details-container {
  border: 2px solid #d1d2d4;
  padding: 1em;
  -webkit-box-shadow: 0 0 3px 2px #e6e6e6;
  box-shadow: 0 0 3px 2px #e6e6e6;
  margin-top: 3px; }
  #map-details-container .map-details-title {
    color: #f7941e;
    font-weight: bold; }
    #map-details-container .map-details-title .h2 {
      color: #f7941e;
      font-size: 3em;
      margin-top: 0;
      margin-left: 0.1em; }
  #map-details-container .map-details-title, #map-details-container p {
    text-align: center; }
  #map-details-container p {
    margin-top: 0.4em; }
  #map-details-container .panel-group .panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1em; }
  #map-details-container .panel-group .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent; }
  #map-details-container .panel-group .panel-heading {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #map-details-container .panel-group .panel-title {
    background: #f7941e url("images/down-arrow.png") no-repeat 290px top;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 0 1em; }
    #map-details-container .panel-group .panel-title a {
      color: white;
      text-decoration: none; }
  #map-details-container .panel-group .panel-body {
    padding: 1em 1em 0.2em 1em;
    text-align: left;
    line-height: 150%; }
    #map-details-container .panel-group .panel-body p {
      text-align: left;
      margin: 0 0 .4em 0; }
  #map-details-container .expanded .map-details-section-title {
    background: #f7941e url("images/up-arrow.png") no-repeat 290px bottom; }

/* home page hotspots */
.home-hotspots-dots {
  border-top: 2px dotted #d1d2d4;
  margin: 1em 1.2em;
  width: 97.4%; }

.home-hotspots .home-hotspots-locations h3, .home-hotspots .home-hotspots-tips h3, .home-hotspots .home-hotspots-recipes h3 {
  background-color: #f7941e;
  color: white;
  text-transform: uppercase;
  padding: 4px 8px 3px; }
.home-hotspots .home-hotspots-locations .home-hotspots-content, .home-hotspots .home-hotspots-tips .home-hotspots-content, .home-hotspots .home-hotspots-recipes .home-hotspots-content {
  padding: 0 1em;
  height: 160px;
  overflow: hidden; }
  .home-hotspots .home-hotspots-locations .home-hotspots-content img, .home-hotspots .home-hotspots-tips .home-hotspots-content img, .home-hotspots .home-hotspots-recipes .home-hotspots-content img {
    float: right;
    margin: 0 0 .6em .6em; }
  .home-hotspots .home-hotspots-locations .home-hotspots-content p.home-hotspots-title, .home-hotspots .home-hotspots-tips .home-hotspots-content p.home-hotspots-title, .home-hotspots .home-hotspots-recipes .home-hotspots-content p.home-hotspots-title {
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px; }
  .home-hotspots .home-hotspots-locations .home-hotspots-content .home-hotspots-copy, .home-hotspots .home-hotspots-tips .home-hotspots-content .home-hotspots-copy, .home-hotspots .home-hotspots-recipes .home-hotspots-content .home-hotspots-copy {
    font-size: .8em;
    line-height: 150%; }
    .home-hotspots .home-hotspots-locations .home-hotspots-content .home-hotspots-copy p, .home-hotspots .home-hotspots-tips .home-hotspots-content .home-hotspots-copy p, .home-hotspots .home-hotspots-recipes .home-hotspots-content .home-hotspots-copy p {
      max-height: 78px;
      margin-bottom: 0;
      overflow: hidden; }
  .home-hotspots .home-hotspots-locations .home-hotspots-content .home-hotspots-tipscopy p, .home-hotspots .home-hotspots-tips .home-hotspots-content .home-hotspots-tipscopy p, .home-hotspots .home-hotspots-recipes .home-hotspots-content .home-hotspots-tipscopy p {
    line-height: 150%; }

/* Farmers Markets */
/* Farmers Markets */
.page-id-8 .container-fluid, .page-id-23 .container-fluid {
  padding: 0;
  list-style: none; }

.page-id-8 .farmers-market-row, .page-id-23 .urban-farming-row {
  margin-bottom: .5em; }
  .page-id-8 .farmers-market-row ul, .page-id-23 .urban-farming-row ul {
    padding-left: 1.2em; }
    .page-id-8 .farmers-market-row ul li, .page-id-23 .urban-farming-row ul li {
      list-style-type: none;
      padding-left: 0; }

/* =Recipes
----------------------------------------------- */
.single-balt_recipes #sub-headerpic, .page-template-page-recipes-php #sub-headerpic, .tax-season #sub-headerpic {
  background: url(images/Banner8.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }
.single-balt_recipes .recipe-title, .page-template-page-recipes-php .recipe-title, .tax-season .recipe-title {
  border-top: 2px dotted #d1d2d4;
  padding-top: 0.6em; }
.single-balt_recipes .recipe-content, .page-template-page-recipes-php .recipe-content, .tax-season .recipe-content {
  padding-bottom: 1em;
  line-height: 1.42857; }
.single-balt_recipes .wp-post-image, .page-template-page-recipes-php .wp-post-image, .tax-season .wp-post-image {
  float: right;
  margin: 0 0 1.4em 1.4em; }

/* recipe filters */
#recipe-search {
  margin-bottom: 2em; }

#recipe-filters .panel-group .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 1em; }
#recipe-filters .panel-group .panel-default > .panel-heading {
  background-color: white;
  border-color: white; }
#recipe-filters .panel-group .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  #recipe-filters .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px;
    padding-bottom: 0;
    padding-top: 0.2em; }
    #recipe-filters .panel-group .panel-heading + .panel-collapse .panel-body ul.recipe-filter-links {
      padding: 0;
      margin: 0 0 0 0.2em; }
      #recipe-filters .panel-group .panel-heading + .panel-collapse .panel-body ul.recipe-filter-links li a {
        color: black;
        font-size: 0.89em; }
        #recipe-filters .panel-group .panel-heading + .panel-collapse .panel-body ul.recipe-filter-links li a:hover, #recipe-filters .panel-group .panel-heading + .panel-collapse .panel-body ul.recipe-filter-links li a:visited {
          color: black; }
  #recipe-filters .panel-group .panel-heading .panel-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700; }
    #recipe-filters .panel-group .panel-heading .panel-title > a {
      color: #f7941e;
      text-decoration: none; }

/* Tips */
#sub-headerpic {
  background: url(images/Banner8.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }

.tips-container {
  border-top: 2px dotted #d1d2d4; }
  .tips-container .tips-content {
    padding: 1em 0; }

/* locations */
.single .wp-post-image {
  float: right;
  margin: 0 0 1.4em 1.4em; }

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

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

.entry-content .alignright {
  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; }

.comment-content img.wp-smiley {
  border: 0 !important;
  margin: 0 1em; }

.wp-caption {
  border: 1px solid #cccccc;
  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-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.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
----------------------------------------------- */
#nav-below h1 {
  display: none; }

.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%; }

/* Menu Expand Button */
.navbar-default .navbar-toggle {
  background: #bfd72f;
  border-color: rgba(109, 109, 109, 0.5); }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #D1E659; }

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

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

/* ==========================================================================
   Sidebars
   ========================================================================== */
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

h2.widget-title {
  color: #58595b; }

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

/* Add this */
.sharing {
  margin: 10px 6px 0 0;
  float: right; }
  .sharing .h4 {
    position: inline-block; }
  .sharing .at300b {
    float: none; }
  .sharing .genericon {
    color: #f7941e;
    font-size: 1.6em;
    margin-right: 0.5em;
    position: inline-block; }

/* Page sidebar content */
.sidebar-hereshow h2.hereshow-title {
  color: #58595b;
  font-size: 3em; }
  .sidebar-hereshow h2.hereshow-title:before {
    content: url("images/arrow-down.png");
    margin: 0 .2em; }
.sidebar-hereshow .sidebar-hereshow-content {
  background-color: #ebeced;
  padding: 1.5em;
  border-bottom: 2px dotted #d1d2d4; }

.sidebar-general {
  background-color: #ebeced;
  margin-top: 2em;
  padding: 1.5em;
  border-bottom: 2px dotted #d1d2d4; }

/* Subnavs */
.balt-subnav-container {
  background-color: #ebeced;
  padding: 0.01em 1em;
  margin-top: 2em;
  border-bottom: 2px dotted #d1d2d4; }
  .balt-subnav-container ul#sub-nav {
    padding: 0; }
    .balt-subnav-container ul#sub-nav li {
      list-style-type: none;
      margin-bottom: 1em; }
      .balt-subnav-container ul#sub-nav li a {
        color: #58595b;
        font-size: 0.9em;
        font-weight: bold; }

.page-id-33 .sidebar-general #gform_wrapper_2 .top_label .gfield_label {
  margin: 0; }
.page-id-33 .sidebar-general #gform_wrapper_2 .gform_footer {
  margin: 0;
  padding: 0; }

/* =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
   ========================================================================== */
.footer-menus {
  margin-top: 1.2em; }
  .footer-menus .first {
    padding-top: .8em; }
    .footer-menus .first .delmarva {
      padding-top: .7em; }
    .footer-menus .first aside {
      border-left: none; }
  .footer-menus aside {
    border-left: 3px dotted #d95629;
    padding-left: 1.4em;
    min-height: 145px; }
  .footer-menus ul#menu-main-nav-1 li a {
    text-transform: uppercase; }
  .footer-menus ul.menu {
    margin: 0;
    padding: 0; }
    .footer-menus ul.menu li {
      list-style-type: none; }
      .footer-menus ul.menu li#menu-item-35 {
        margin-top: 1em; }
      .footer-menus ul.menu li a {
        color: white;
        font-size: 0.8em;
        font-weight: bold; }

.credits {
  color: #58595b;
  font-size: 0.8em;
  padding-bottom: 1em; }
  .credits a {
    color: white; }

/* ==========================================================================
   Specific Media STYLES
   ========================================================================== */
/* print styles 
@media print {
  } */
  
/* responsive styles */
/* First Top menu breakpoints */
@media screen and (max-width: 1190px) {
  #site-navigation ul#menu-main-nav li a {
    padding: 0 1.2em; } }
/* ipad landscape */
@media screen and (max-width: 1024px) {
  #site-navigation ul#menu-main-nav li a {
    font-size: 23px;
    padding: 0 1.2em; }

  #second-nav .col-sm-2 {
    width: 0%; }
  #second-nav .col-sm-10 {
    width: 100%; }

  .home-content .entry-content .home-left h1.home-entry-title {
    font-size: 4.4em; }
  .home-content .entry-content .home-right .home-edh {
    margin: 1em 0 0 1em; }

  #map-details-container .panel-title a {
    display: block;
    width: 100%; }

  #map-details-container .panel-group .panel-title {
    background: #f7941e url("images/down-arrow.png") no-repeat 98% top; }

  .footer-menus .first .col-sm-1 {
    display: none; } }
/* First Top menu breakpoints */
@media screen and (max-width: 1000px) {
  #site-navigation ul#menu-main-nav li a {
    font-size: 21px;
    padding: 0 0.6em; } }
/* ipad portrait */
@media screen and (max-width: 768px) {
  .modal-title {
    text-align: center; }

  #masthead .col-sm-10 {
    padding-left: 0; }
    #masthead .col-sm-10 .navbar-default {
      margin: 28px 0 0; }
    #masthead .col-sm-10 #site-navigation ul#menu-main-nav li a {
      font-size: 20px;
      padding: 0 0.5em; }

  #second-nav ul#menu-secondary-nav li a {
    font-size: 9.4px;
    padding: 0 5px 0 0; }

  .home-content .entry-content .home-left h1.home-entry-title {
    font-size: 3.3em; }
  .home-content .entry-content .home-right .home-edh {
    margin: 1em 0 0 0; }

  #map-details-container .map-details-title .h2 {
    font-size: 2em; }
  #map-details-container .panel-group .panel-body {
    font-size: 0.8em; }

  .home-hotspots .home-hotspots-locations .home-hotspots-content, .home-hotspots .home-hotspots-tips .home-hotspots-content, .home-hotspots .home-hotspots-recipes .home-hotspots-content {
    height: 120px;
    padding: 0 0.2em; }
    .home-hotspots .home-hotspots-locations .home-hotspots-content img, .home-hotspots .home-hotspots-tips .home-hotspots-content img, .home-hotspots .home-hotspots-recipes .home-hotspots-content img {
      display: none; }

  .footer-menus .first {
    padding-top: 0;
    padding-right: 0;
    width: 25%; }
    .footer-menus .first .col-sm-4, .footer-menus .first .col-sm-7 {
      text-align: center;
      width: 100%; }
      .footer-menus .first .col-sm-4 img, .footer-menus .first .col-sm-7 img {
        display: block;
        margin: 0 auto; }
    .footer-menus .first .col-sm-4 img {
      width: 50%; }
    .footer-menus .first .col-sm-7 img {
      width: 70%; }
  .footer-menus .col-sm-2 {
    width: 14%; }
  .footer-menus .last {
    width: 36%; } }
/* Main nav turns into hamburger */
@media screen and (max-width: 750px) {
  #masthead {
    border-top: 0px; }
    #masthead .col-sm-2 {
      width: 48%;
      float: left; }
    #masthead .menu-main-nav-container {
      height: auto;
      overflow: hidden;
      padding: 0.6em 0; }
    #masthead .col-sm-10 {
      width: 48%;
      float: left; }
      #masthead .col-sm-10 #site-navigation ul#menu-main-nav li a {
        font-size: 18px; }
      #masthead .col-sm-10 .navbar-default {
        margin: 0;
        width: 75px; }
        #masthead .col-sm-10 .navbar-default .navbar-collapse {
          background: #fbb03a;
          left: -270px;
          padding: 0;
          position: absolute;
          width: 560px;
          z-index: 999; }
      #masthead .col-sm-10 .navbar-header:before {
        content: "Menu";
        color: white;
        font-weight: bold;
        font-size: 2em; }

  .menu-secondary-nav-container {
    text-align: center; }

  #second-nav ul#menu-secondary-nav li a {
    font-size: 13px;
    padding: 0 8px; }

  #sub-headerpic {
    display: none; }

  .footer-menus .first {
    float: left;
    width: 20%; }
    .footer-menus .first .col-sm-4 img {
      width: 60%; }
    .footer-menus .first .col-sm-7 img {
      width: 90%;
      margin-top: 1em; }
  .footer-menus .col-sm-2 {
    float: left;
    width: 16%;
    padding-right: 0; }
  .footer-menus .col-sm-3 {
    float: left;
    width: 20%; }
  .footer-menus .last {
    padding-right: 0;
    width: 44%; }
    .footer-menus .last .menu-secondary-nav-container {
      text-align: left; }

  .home-hotspots-dots {
    margin: 2em 1.2em; }

  .home-hotspots .home-hotspots-locations .home-hotspots-content, .home-hotspots .home-hotspots-tips .home-hotspots-content, .home-hotspots .home-hotspots-recipes .home-hotspots-content {
    height: 160px; } }
/* Android (Samsung Galaxy) landscape 685 by 380*/
/* Android (Nexus 4) landscape 620 x 384  */
/* Kindle portrait 600 x 1024  */
/* iphone 5 landscape  */
/* iphone 4 landscape  */
/* Android (Nexus 4) portrait 384 x 620 */
@media screen and (max-width: 384px) {
  .container {
    overflow: hidden; }
    #masthead .container {
      overflow: visible; }

  #masthead .col-sm-10 #site-navigation ul#menu-main-nav li {
    display: block;
    text-align: center; }
    #masthead .col-sm-10 #site-navigation ul#menu-main-nav li a {
      border-right: 0;
      font-size: 22px; }
  #masthead .col-sm-10 .navbar-default .navbar-collapse {
    left: -145px;
    width: 300px; }

  #second-nav .col-sm-10 {
    padding: 0; }
  #second-nav ul#menu-secondary-nav li a {
    font-size: 11px;
    border-right: 0;
    padding: 0 8px; }

  .footer-menus .first {
    width: 50%;
    margin-bottom: 1em; }
  .footer-menus .col-sm-2 {
    width: 48%; }
  .footer-menus .third {
    width: 51%;
    padding-right: 0; }
    .footer-menus .third aside {
      border-left: 0;
      padding-left: 0.5em; }
  .footer-menus .last {
    width: 45%;
    padding-left: 12px; }

  .home-content .entry-content .home-right {
    padding-right: 2em; }

  .hentry h1.entry-title {
    font-size: 40px;
    margin: 10px 0 20px; }

  .single-balt_recipes .wp-post-image, .page-template-page-recipes-php .wp-post-image, .tax-season .wp-post-image {
    float: none;
    margin: 1.4em 0; }

  .entry-content h2 {
    line-height: 120%; }
  .entry-content .alignright, .entry-content .alignleft {
    float: none;
    margin: 1.4em 0; }

  .sharing {
    float: none;
    margin: 10px 10px 0 10px;
    text-align: center;
    width: 100%; } }
/* Android (Samsung Galaxy) portrait */
/* iphone portrait */
#printable-map-image-holder {
	display:none;
}

.print-button {
	width:100%;
	text-align:left;
	font-family: 'fontawesome';
	font-size:15px;
}

.map_wrap {
	background-size: contain !important;
}

/* Homepage Print Styles */
    @media print
    {
	
		.map_wrap { display:none; }
		.home { display:block !important; background: #fff !important; }
		/* Print Specific Styles */
    	.home .non-printable { display: none; }
    	.home .printable { display: block; }
		/* Individual Element Styling */
		.home .home-entry-title { font-size: 40px !important; margin-top:0; }
		/* Expand all accordions for print */
		.panel-group .collapse {
			height: auto;
			display:block;
		}
		/* Hide header and footer */
		.home #masthead, .home #colophon {
			display:none;
		}
		/* Display our printable map */
		/* Hack workaround , background images do not display on print */
		#printable-map-image-holder { display: block !important; position:absolute; float:left; width:85% !important; margin-left:0;padding-left:0; margin-bottom:0em; }
		
		#ImageMapsCom-image-maps-2014-03-11-110749 { display:none !important; }
		
		#site-navigation, #second-nav, #sub-headerpic, .sharing, .footer-menus,
		  .pagination {
			display: none; }

		  .single-balt_recipes .subpage-main, .page-template-page-recipes-php .subpage-main {
			width: 100%; }
		  .single-balt_recipes .subpage-sidebar, .page-template-page-recipes-php .subpage-sidebar {
			display: none; } 
			#map-details-container {
				width:100%;
				float:left;
				display:block;
			}
			
			.home-content .entry-content .home-left , .home-content .entry-content .home-right  {
					width: 100% !important;
				}
			
    }