/*
Theme Name:	Vermont Tree Fruit Growers Association
Description: Custom theme for VTFGA
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: http://www.dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0; }

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0; }

a:focus {
  outline: none; }

/* disable default styling for various browsers */
input[type=search],
input:not([type="checkbox"]),
textarea {
  outline: none !important;
  /*for webkit*/
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: .8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #7e7863;
  border: 2px solid #fff;
  -webkit-box-shadow: 3px 3px 3px 0 black;
          box-shadow: 3px 3px 3px 0 black;
  z-index: 20000; }
  a.skip:active, a.skip:focus, a.skip:hover {
    left: 30%;
    top: 70px; }
    @media screen and (min-width: 680px) {
      a.skip:active, a.skip:focus, a.skip:hover {
        left: 40%;
        top: 0;
        border-top: 0; } }

header {
  /* hide header on small screen and use shift-nav toggle bar instead (see styles below) */
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  @media screen and (min-width: 680px) {
    header {
      position: relative;
      left: auto;
      width: auto;
      height: auto;
      overflow: visible;
      margin-bottom: -15px;
      padding: 1px 0 !important;
      background: url(images/header-bkgnd-large.png) center bottom;
      z-index: 100000; } }
  header a#logo {
    display: block;
    width: 196px;
    height: 85px;
    margin: 20px auto;
    text-indent: -9999px;
    background: url(images/logo-medium.png) no-repeat center center; }
    @media screen and (min-width: 900px) {
      header a#logo {
        width: 262px;
        height: 113px;
        background: url(images/logo-large.png) no-repeat center center; } }

/*  shiftnav toggle bar & menu (small screen header & off-canvas nav)
=========================================================================*/
#shiftnav-toggle-main {
  padding: 0 !important;
  background: url(images/header-bkgnd-small.jpg) center top !important;
  border-bottom: 1px solid #c5ba93;
  /* toogle bar menu button */ }
  @media screen and (max-width: 210px) {
    #shiftnav-toggle-main {
      height: 95px; } }
  #shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 0 !important;
    /* toogle bar logo */ }
    #shiftnav-toggle-main .shiftnav-main-toggle-content a {
      display: block;
      position: absolute;
      top: 10px;
      left: 20px;
      width: 106px;
      height: 46px;
      text-indent: -9999px;
      background: url(images/logo-small.png) no-repeat center center; }
      @media screen and (max-width: 210px) {
        #shiftnav-toggle-main .shiftnav-main-toggle-content a {
          position: relative;
          top: auto;
          left: auto;
          margin: 10px auto; } }
  #shiftnav-toggle-main .shiftnav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 58px !important;
    height: 65px;
    background: url(images/menu-button.png) center center no-repeat; }
    @media screen and (max-width: 210px) {
      #shiftnav-toggle-main .shiftnav-toggle {
        top: 44px;
        right: 50%;
        margin-right: -29px; } }
    #shiftnav-toggle-main .shiftnav-toggle i {
      display: none; }

.shiftnav-open .shiftnav-toggle {
  right: 0 !important;
  background-image: url(images/menu-button-close.png) !important; }

.shiftnav-inner,
ul.shiftnav-menu {
  background-color: #4d6d0e !important; }
  .shiftnav-inner > li > a,
  ul.shiftnav-menu > li > a {
    border-top: 0 !important;
    border-bottom: 1px solid #789048 !important; }

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
  background-color: #4d6d0e !important; }

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background-color: #789048 !important; }

/*  main nav menu
==================================================*/
nav {
  max-width: 1262px;
  margin: 0 auto 30px auto !important; }
  @media screen and (min-width: 900px) {
    nav {
      margin-bottom: 35px !important; } }
  nav:after {
    /* self-clear */
    display: block;
    content: "";
    clear: both; }
  nav > ul {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important; }
    nav > ul > li {
      float: none !important;
      display: inline-block !important; }
      nav > ul > li > a {
        padding: 5px 10px 8px 10px !important;
        font-size: .75em;
        line-height: normal !important;
        color: #371f00 !important;
        border-radius: 6px !important; }
        @media screen and (min-width: 900px) {
          nav > ul > li > a {
            padding: 5px 15px 8px 15px !important;
            font-size: .9em; } }
      nav > ul > li > a:hover,
      nav > ul > li.ubermenu-active > a {
        color: #faf9f3 !important;
        background: #789048 !important; }
      @media screen and (min-width: 680px) {
        nav > ul > li.ubermenu-has-submenu-drop > a {
          padding-right: 27px !important; }
          nav > ul > li.ubermenu-has-submenu-drop > a:after {
            top: 42% !important;
            /* hack for firefox...blah! */ }
        @-moz-document url-prefix() {
          nav > ul > li.ubermenu-has-submenu-drop > a:after {
            top: 48% !important; } } }
      nav > ul > li ul.ubermenu-submenu {
        margin-top: 5px !important;
        font-size: .7em;
        background: #fbf9f3 !important;
        border-radius: 6px !important;
        border: 1px solid #c5ba93 !important;
        overflow: hidden !important; }
        nav > ul > li ul.ubermenu-submenu li {
          border-bottom: 1px solid #c5ba93 !important; }
          nav > ul > li ul.ubermenu-submenu li:last-of-type {
            border: 0 !important; }
          nav > ul > li ul.ubermenu-submenu li > a {
            padding: 12px 20px !important;
            color: #371f00 !important; }
            nav > ul > li ul.ubermenu-submenu li > a:hover {
              background: #789048;
              color: #faf9f3 !important; }

li.nav-fb a {
  padding-left: 50px !important;
  background-image: url(images/fb.png) !important;
  background-position: 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important; }
  @media screen and (min-width: 680px) {
    li.nav-fb a {
      padding-left: 20px !important;
      padding-right: 20px !important;
      text-indent: -9999px !important;
      background-position: 10px center !important; }
      li.nav-fb a:hover {
        background: url(images/fb.png) !important;
        background-position: 10px center !important;
        background-repeat: no-repeat !important; } }
  @media screen and (min-width: 900px) {
    li.nav-fb a {
      background-size: 25px !important; }
      li.nav-fb a:hover {
        background-size: 25px !important; } }

footer {
  color: #fbf9f3;
  text-align: center;
  font-size: .9em;
  background: #7e7863; }
  footer .footer-menu {
    background: #c5ba93; }
    footer .footer-menu ul {
      max-width: 1262px;
      margin: 0 auto;
      padding: 20px; }
      @media screen and (min-width: 440px) {
        footer .footer-menu ul {
          padding: 30px; } }
      @media screen and (min-width: 680px) {
        footer .footer-menu ul {
          padding: 30px 40px; } }
      footer .footer-menu ul li {
        display: inline-block;
        margin: 10px 10px;
        list-style-type: none; }
        footer .footer-menu ul li a {
          color: #371f00; }
  footer a {
    color: #faf9f3;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer #footer-contact {
    max-width: 1262px;
    margin: 0 auto;
    padding: 20px;
    max-width: 70%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fbf9f3; }
    @media screen and (min-width: 440px) {
      footer #footer-contact {
        padding: 30px; } }
    @media screen and (min-width: 680px) {
      footer #footer-contact {
        padding: 30px 40px; } }
    @media screen and (min-width: 1600px) {
      footer #footer-contact {
        max-width: 40%; } }
  footer #copy,
  footer #dadra {
    font-size: .8em;
    margin-bottom: 10px; }
  footer #to-top {
    display: block;
    margin-top: 30px;
    padding: 20px 0;
    color: #7e7863;
    background: #fbf9f3;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    footer #to-top:hover {
      color: #371f00;
      text-decoration: none; }
    footer #to-top span:after {
      content: '^';
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 1.2em;
  font-family: "Neuton", Georgia, serif;
  color: #365100;
  background: url(images/bkgnd.jpg); }
  @media screen and (max-width: 275px) {
    body {
      font-size: 1em; } }
  @media screen and (min-width: 680px) {
    body {
      font-size: 1.3em; } }

main {
  max-width: 1262px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  display: block;
  text-align: left; }
  @media screen and (min-width: 440px) {
    main {
      padding: 30px; } }
  @media screen and (min-width: 680px) {
    main {
      padding: 30px 40px; } }
  @media screen and (min-width: 680px) {
    main {
      text-align: left; } }

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 782px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important; } }

.hero {
  text-align: center; }
  @media screen and (min-width: 680px) {
    .hero {
      padding: 20px 0 0 0; } }
  .hero h1 {
    max-width: 900px;
    margin: 0 auto 15px auto !important;
    padding: 15px 20px 0 20px; }
    @media screen and (min-width: 680px) {
      .hero h1 {
        margin: 0 auto 30px auto !important;
        line-height: 1.1em; } }
  .hero img {
    display: block;
    width: 100%; }
  .hero p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1.1em; }
    @media screen and (min-width: 680px) {
      .hero p {
        padding: 0 40px;
        font-size: 1.2em; } }
    @media screen and (min-width: 900px) {
      .hero p {
        font-size: 1.3em; } }

@media screen and (min-width: 680px) {
  article {
    float: right;
    width: 70%; } }

@media screen and (min-width: 900px) {
  article {
    width: 75%; } }

@media screen and (min-width: 680px) {
  aside {
    float: left;
    width: 25%;
    margin-top: 20px;
    color: #371f00;
    font-size: .85em; } }

@media screen and (min-width: 900px) {
  aside {
    width: 20%; } }

aside a.sidebar-block {
  display: block;
  max-width: 275px;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #371f00 !important;
  background: #fbf9f3;
  border: 1px solid #c5ba93; }
  aside a.sidebar-block:hover {
    background: #fff;
    border-color: #7e7863; }
  aside a.sidebar-block img {
    display: block; }
  aside a.sidebar-block span {
    display: block;
    padding: 10px 20px 15px 20px;
    text-align: center; }
    aside a.sidebar-block span h3 {
      margin: 0 0 6px 0; }

/*  headings
==================================================*/
h1 {
  margin: 0 0 20px 0;
  font-size: 1.5em;
  font-weight: 700; }
  @media screen and (max-width: 275px) {
    h1 {
      font-size: 1.6em; } }
  @media screen and (min-width: 680px) {
    h1 {
      font-size: 2.2em; } }
  @media screen and (min-width: 900px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  margin: 0 0 15px 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em; }
  @media screen and (max-width: 275px) {
    h2 {
      font-size: 1.2em; } }
  @media screen and (min-width: 680px) {
    h2 {
      font-size: 1.4em; } }
  @media screen and (min-width: 900px) {
    h2 {
      font-size: 1.6em;
      line-height: 1.1em; } }

h3 {
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.1em; }
  @media screen and (max-width: 275px) {
    h3 {
      font-size: 1em; } }

/*** text elements ***/
p {
  margin: 0 0 25px 0;
  line-height: 1.6em; }

strong {
  font-weight: 700; }

blockquote {
  margin: 0 0 35px 10px;
  padding: 0 0 0 20px;
  color: #371f00;
  border-left: 2px solid #371f00; }

/*  links
==================================================*/
main a {
  color: #ad4200;
  text-decoration: none; }
  main a:hover {
    color: #da5300; }

/*  butttons
==================================================*/
.button,
input.button {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 10px 22px;
  text-align: center;
  color: #fbf9f3 !important;
  font-size: .95em;
  font-weight: 400;
  text-decoration: none;
  font-family: inherit;
  background: #455d15;
  border-radius: 6px;
  cursor: pointer; }
  @media screen and (min-width: 680px) {
    .button,
    input.button {
      padding: 10px 30px; } }
  .button:hover,
  input.button:hover {
    background: #4d6d0e; }

/*  lists
==================================================*/
main ul,
main ol {
  margin: 0 0 30px 15px; }

main ul li,
main ol li {
  margin: 0 0 6px 15px; }

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 10px 0 10px 10px; }

main ul ul li,
main ol ul li {
  list-style-type: square; }

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha; }

/*  images
==================================================*/
img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.alignleft {
  display: block;
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 440px) {
    .alignleft {
      float: left;
      max-width: 50%;
      margin: 5px 20px 10px 0; } }

.alignright {
  display: block;
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 440px) {
    .alignright {
      float: right;
      max-width: 50%;
      margin: 5px 0 10px 20px; } }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.alignnone {
  display: block;
  margin: 0 0 20px 0; }

.wp-caption img {
  max-width: 100%; }

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: .9em;
  text-align: center;
  color: #666;
  line-height: 1.4em; }

/*  responsive videos & embeds
==================================================*/
.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
  margin: 0 0 40px 0; }

/*  tables
==================================================*/
.table-wrap {
  /*.table-wrap div added via js/responsive-tables.js*/
  overflow-x: auto;
  /*horizontal scroll for overwide tables*/
  margin: 0 0 30px 0; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .75em;
  color: #371f00;
  background: #fbf9f3;
  border: 1px solid #c5ba93; }

thead,
tfoot {
  font-weight: 700;
  text-align: left;
  color: #fff;
  border: 1px solid #c5ba93;
  background: #455d15; }

tbody {
  border: 1px solid #c5ba93; }

tr {
  border: 1px solid #c5ba93; }

td, th {
  padding: 10px 15px; }

@media screen and (min-width: 440px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.grid .grid-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: left; }
  @media screen and (min-width: 440px) {
    .grid .grid-item {
      width: 42%;
      margin: 0 8% 30px 0% !important; } }
  @media screen and (min-width: 1262px) {
    .grid .grid-item {
      width: 30%;
      margin: 0 3.33% 30px 0 !important; } }
  .grid .grid-item p {
    margin-bottom: 10px; }

.img-grid {
  margin: 0 0 30px 0; }
  .img-grid .grid-item {
    display: block;
    float: left;
    width: 48%;
    margin: 0 4% 15px 0 !important;
    text-align: center;
    font-size: .8em;
    color: #365100; }
    .img-grid .grid-item:nth-of-type(odd) {
      clear: both; }
    .img-grid .grid-item:nth-of-type(even) {
      margin-right: 0 !important; }
    @media screen and (max-width: 275px) {
      .img-grid .grid-item {
        float: none;
        width: 100%;
        margin-right: 0 !important; } }
    @media screen and (min-width: 900px) {
      .img-grid .grid-item {
        width: 31%;
        margin: 0 3.5% 20px 0 !important; }
        .img-grid .grid-item:nth-of-type(odd) {
          clear: none; }
        .img-grid .grid-item:nth-of-type(even) {
          margin-right: 3.5% !important; }
        .img-grid .grid-item:nth-of-type(3n+3) {
          margin-right: 0 !important; }
        .img-grid .grid-item:nth-of-type(3n+4) {
          clear: both; } }
    @media screen and (min-width: 1262px) {
      .img-grid .grid-item {
        margin-bottom: 30px !important; } }
    .img-grid .grid-item img {
      display: block;
      margin: 0 0 5px 0; }

@media screen and (min-width: 680px) {
  .page-template-page-orchards .hero {
    padding: 20px 0 10px 0; } }

@media screen and (min-width: 900px) {
  .page-template-page-orchards .hero {
    padding-bottom: 20px; } }

.page-template-page-orchards .hero img {
  margin: 0 0 20px 0; }
  @media screen and (min-width: 900px) {
    .page-template-page-orchards .hero img {
      margin: 0 0 30px 0; } }

.page-template-page-orchards article {
  font-size: .85em; }
  @media screen and (min-width: 680px) {
    .page-template-page-orchards article {
      float: right;
      width: 70%; } }
  @media screen and (min-width: 900px) {
    .page-template-page-orchards article {
      width: 75%; } }
  @media screen and (min-width: 1262px) {
    .page-template-page-orchards article {
      width: 80%; } }
  .page-template-page-orchards article .orchard-listing .grid-item h3 {
    margin: 0 0 15px 0; }
  .page-template-page-orchards article .orchard-listing .grid-item ul {
    margin: 0;
    list-style-type: none; }
    .page-template-page-orchards article .orchard-listing .grid-item ul li {
      display: inline-block;
      margin: 0 6px 10px 0;
      padding: 5px 10px;
      font-size: .9em;
      background: #ccd3bd;
      border-radius: 6px; }
  .page-template-page-orchards article .orchard-listing .grid-item a.website {
    padding-left: 20px;
    background: url(images/web-icon.png) left 3px no-repeat;
    background-size: 14px 14px; }
  .page-template-page-orchards article .orchard-listing .grid-item a.email {
    padding-left: 20px;
    background: url(images/mail-icon.png) left 4px no-repeat;
    background-size: 14px 14px; }
  .page-template-page-orchards article .no-results .error {
    background: #ccd3bd;
    padding: 20px;
    border-radius: 6px; }

.page-template-page-orchards aside {
  margin-bottom: 30px; }
  @media screen and (min-width: 680px) {
    .page-template-page-orchards aside {
      float: left;
      width: 25%;
      margin-top: 8px;
      color: #371f00;
      font-size: .8em; } }
  @media screen and (min-width: 900px) {
    .page-template-page-orchards aside {
      width: 20%; } }
  @media screen and (min-width: 1262px) {
    .page-template-page-orchards aside {
      width: 15%; } }
  .page-template-page-orchards aside .map-link-wrap,
  .page-template-page-orchards aside .filter-wrap {
    margin: 0 0 30px 0; }
  .page-template-page-orchards aside .map-link-toggle,
  .page-template-page-orchards aside .filter-toggle {
    position: relative;
    margin: 15px 0 0 0;
    padding: 15px;
    text-align: left;
    font-size: 1.1em;
    color: #faf9f3;
    background: #7e7863;
    cursor: pointer; }
    @media screen and (min-width: 680px) {
      .page-template-page-orchards aside .map-link-toggle,
      .page-template-page-orchards aside .filter-toggle {
        display: none; } }
  .page-template-page-orchards aside .map-link,
  .page-template-page-orchards aside .filter-content {
    display: none;
    /* shown via js accordion */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    text-align: left;
    background: #fbf9f3;
    border: 1px solid #adb995;
    border-top: 0; }
    @media screen and (min-width: 680px) {
      .page-template-page-orchards aside .map-link,
      .page-template-page-orchards aside .filter-content {
        display: block !important;
        border: 1px solid #c5ba93; } }
  .page-template-page-orchards aside .map-link {
    padding: 0; }
    .page-template-page-orchards aside .map-link:hover {
      border-color: #7e7863; }
    .page-template-page-orchards aside .map-link a {
      display: block;
      padding: 20px 20px 20px 55%;
      text-align: center;
      color: #365100;
      background-image: url(images/map.jpg);
      background-repeat: no-repeat;
      background-size: 50%; }
      @media screen and (min-width: 680px) {
        .page-template-page-orchards aside .map-link a {
          padding: 80px 0 0 0;
          color: #371f00;
          background-size: 100%;
          background-color: #fbf9f3; } }
      @media screen and (min-width: 680px) {
        .page-template-page-orchards aside .map-link a span {
          display: block;
          padding: 15px;
          background-color: #fbf9f3; } }
  .page-template-page-orchards aside .filter-content .instructions {
    margin: 0 0 10px 0;
    line-height: 1.2em;
    color: #7e7863; }
    @media screen and (min-width: 680px) {
      .page-template-page-orchards aside .filter-content .instructions {
        display: none; } }
  .page-template-page-orchards aside .filter-content ul {
    margin: 0 0 15px 0;
    list-style-type: none; }
  .page-template-page-orchards aside .filter-content li {
    margin: 0 20px 7px 0;
    font-size: .9em; }
    .page-template-page-orchards aside .filter-content li input {
      float: left;
      margin: 4px 0 0 0; }
    .page-template-page-orchards aside .filter-content li label {
      display: block;
      padding-left: 20px; }
  .page-template-page-orchards aside a.sidebar-block,
  .page-template-page-orchards aside .sidebar-content {
    display: none; }
    @media screen and (min-width: 680px) {
      .page-template-page-orchards aside a.sidebar-block,
      .page-template-page-orchards aside .sidebar-content {
        display: block; } }

@media screen and (min-width: 680px) {
  .page-template-page-cider .hero {
    padding: 20px 0 10px 0; } }

@media screen and (min-width: 900px) {
  .page-template-page-cider .hero {
    padding-bottom: 20px; } }

.page-template-page-cider .hero img {
  margin: 0 0 20px 0; }
  @media screen and (min-width: 900px) {
    .page-template-page-cider .hero img {
      margin: 0 0 30px 0; } }

.page-template-page-cider .card {
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto 30px auto;
  color: #365100;
  /*disable equal height column script for anything less than "medium" screens*/ }
  @media screen and (max-width: 680px) {
    .page-template-page-cider .card {
      height: auto !important;
      max-height: 888678px; } }
  @media screen and (min-width: 680px) {
    .page-template-page-cider .card {
      max-width: none;
      font-size: .9em; } }
  .page-template-page-cider .card .card-img-wrap {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 680px) {
      .page-template-page-cider .card .card-img-wrap {
        float: left;
        width: 50%; } }
  .page-template-page-cider .card .card-content {
    padding: 15px 20px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #fbf9f3;
    border: 1px solid #adb995;
    border-top: 0;
    /*disable equal height column script for anything less than "medium" screens*/ }
    @media screen and (max-width: 680px) {
      .page-template-page-cider .card .card-content {
        height: auto !important;
        max-height: 888678px; } }
    @media screen and (min-width: 680px) {
      .page-template-page-cider .card .card-content {
        float: right;
        width: 50%;
        padding-top: 20px;
        padding-left: 40px;
        text-align: left;
        border-top: 1px solid #adb995; } }
    .page-template-page-cider .card .card-content h2 {
      margin: 0 0 10px 0;
      font-size: 1.4em;
      font-weight: 700; }
    .page-template-page-cider .card .card-content p {
      margin: 0 0 20px 0; }
  .page-template-page-cider .card .hard-cider-list,
  .page-template-page-cider .card .ice-cider-list,
  .page-template-page-cider .card .apple-brandy-list {
    display: none;
    /* shown via js accordion */
    margin: -25px 0 20px 0;
    padding: 20px 30px 10px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fbf9f3;
    border: 1px solid #adb995;
    border-top: 0; }
    @media screen and (min-width: 680px) {
      .page-template-page-cider .card .hard-cider-list,
      .page-template-page-cider .card .ice-cider-list,
      .page-template-page-cider .card .apple-brandy-list {
        float: right;
        width: 50%;
        padding-left: 40px; } }
    .page-template-page-cider .card .hard-cider-list ul li,
    .page-template-page-cider .card .ice-cider-list ul li,
    .page-template-page-cider .card .apple-brandy-list ul li {
      margin: 0 0 6px 0 !important; }

.page-template-page-news-events .event {
  margin: 0 0 15px 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #c5ba93; }
  .page-template-page-news-events .event h2 {
    margin: 0; }
  .page-template-page-news-events .event em.date-time {
    display: block;
    margin: 0 0 10px 0;
    font-size: 1.1em; }
  .page-template-page-news-events .event strong.location {
    display: block;
    margin: 0 0 10px 0; }
  .page-template-page-news-events .event .button {
    font-size: .8em; }

.home .hero {
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .home .hero .content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 20px; }
    @media screen and (min-width: 680px) {
      .home .hero .content {
        padding: 50px 20px; } }
    @media screen and (min-width: 900px) {
      .home .hero .content {
        padding: 70px 20px; } }
    .home .hero .content h1 {
      margin: 0 0 13px 0;
      font-size: 2.1em;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .075em;
      line-height: .95em;
      color: #ffe17b;
      text-shadow: 3px 3px 2px #000; }
      @media screen and (max-width: 275px) {
        .home .hero .content h1 {
          font-size: 1.5em; } }
      @media screen and (min-width: 680px) {
        .home .hero .content h1 {
          margin-bottom: 14px !important;
          font-size: 2.5em; } }
      @media screen and (min-width: 900px) {
        .home .hero .content h1 {
          margin-bottom: 16px !important;
          font-size: 3em; } }
    .home .hero .content h2 {
      margin: 0 0 22px 0;
      font-size: 1.2em;
      color: #fbf9f3;
      text-shadow: 2px 2px 1px #000; }
      @media screen and (max-width: 275px) {
        .home .hero .content h2 {
          font-size: 1em; } }
      @media screen and (min-width: 680px) {
        .home .hero .content h2 {
          font-size: 1.4em; } }
      @media screen and (min-width: 900px) {
        .home .hero .content h2 {
          font-size: 1.8em;
          margin: 0 0 30px 0; } }
    .home .hero .content .button {
      color: #ffe17b !important;
      border: 1px solid #ffe17b; }
      @media screen and (min-width: 900px) {
        .home .hero .content .button {
          font-size: 1.1em; } }

.home main {
  padding-top: 25px;
  text-align: center; }
  @media screen and (min-width: 680px) {
    .home main {
      padding-top: 35px; } }
  .home main > h2 {
    margin: 0 auto 20px auto; }
    @media screen and (min-width: 680px) {
      .home main > h2 {
        max-width: 500px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 900px) {
      .home main > h2 {
        max-width: 700px;
        font-size: 2em; } }
  .home main > p {
    margin: 0 auto 30px auto; }
    @media screen and (min-width: 680px) {
      .home main > p {
        max-width: 800px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 900px) {
      .home main > p {
        font-size: 1.1em; } }

.home .card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto 30px auto;
  color: #365100;
  background: #fbf9f3;
  border: 1px solid #adb995; }
  @media screen and (min-width: 680px) {
    .home .card {
      position: relative;
      max-width: none;
      overflow: hidden;
      font-size: .9em; } }
  @media screen and (min-width: 900px) {
    .home .card {
      float: left;
      width: 31.5%;
      margin: 0 2.75% 30px 0; }
      .home .card:nth-of-type(3) {
        margin-right: 0; } }
  .home .card .card-img-wrap {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 440px) {
      .home .card .card-img-wrap {
        height: 250px; } }
    @media screen and (min-width: 680px) {
      .home .card .card-img-wrap {
        position: absolute;
        width: 40%;
        height: 375px; } }
    @media screen and (min-width: 900px) {
      .home .card .card-img-wrap {
        position: relative;
        width: auto;
        height: 200px; } }
  .home .card .card-content {
    padding: 15px 20px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*disable equal height column script for anything less than "large" screens*/ }
    @media screen and (max-width: 900px) {
      .home .card .card-content {
        height: auto !important;
        max-height: 888678px; } }
    @media screen and (min-width: 680px) {
      .home .card .card-content {
        padding-top: 20px;
        padding-left: 45%;
        border-top: 1px solid #adb995; } }
    @media screen and (min-width: 900px) {
      .home .card .card-content {
        padding: 15px 20px 20px 20px;
        border-top: 0; } }
    .home .card .card-content h2 {
      margin: 0 0 10px 0;
      font-size: 1.4em;
      font-weight: 700; }
    .home .card .card-content p {
      margin: 0 0 20px 0; }

/*** all displays ***/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #shiftnav-toggle-main .shiftnav-toggle {
    background-image: url(images/menu-button@2x.png);
    background-size: 28px 18px !important; }
  #shiftnav-toggle-main .shiftnav-main-toggle-content a {
    background-image: url(images/logo-small@2x.png);
    background-size: 106px 46px !important; }
  .shiftnav-open .shiftnav-toggle {
    background-image: url(images/menu-button-close@2x.png) !important;
    background-size: 28px 18px !important; }
  .page-template-page-orchards article .orchard-listing .grid-item a.website {
    background-image: url(images/web-icon@2x.png);
    background-size: 14px 14px !important; }
  .page-template-page-orchards article .orchard-listing .grid-item a.email {
    background-image: url(images/mail-icon@2x.png);
    background-size: 14px 14px !important; } }

/*** medium displays and up -- 680px and more ***/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 680px), only screen and (min-resolution: 192dpi) and (min-width: 680px) {
  header a#logo {
    background-image: url(images/logo-medium@2x.png);
    background-size: 196px 85px !important; } }

/*** large displays and up -- 900px and more ***/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 900px), only screen and (min-resolution: 192dpi) and (min-width: 900px) {
  header a#logo {
    background-image: url(images/logo-large@2x.png);
    background-size: 262px 113px !important; } }
/*# sourceMappingURL=style.css.map */