/*
 * Theme Name: California Cut Flower Commission
 * Description: Custom them for CCFC
 * Author: PAge Design Group
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  globals  */
.screen-reader-text {
  visibility: hidden;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bot-20 {
  margin-bottom: 20px;
}
.icon {
  display: inline-block;
  width: 3em;
  height: 3em;
  stroke-width: 0;
  stroke: #ffffff;
  fill: #ffffff;
  color: #ffffff;
  margin: 10px;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #F59400;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.button:hover {
  background-color: #3F293D;
  color: #fefefe;
}
h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 3em;
  line-height: 1.2;
}
h2,
h3,
h4,
h5 {
  font-family: 'Laila', serif;
  line-height: 1.2;
}
p {
  font-family: 'Open Sans', sans-serif;
}
.sep-right {
  border-right: solid 2px #F59400;
}
#flower-single,
#farm-single {
  /* fixes potential theme css conflict */
}
#flower-single .slick-initialized .slick-slide,
#farm-single .slick-initialized .slick-slide {
  max-height: 600px;
}
#flower-single .slick-slide img,
#farm-single .slick-slide img {
  display: block;
  width: 100%;
}
#flower-single .featured-img,
#farm-single .featured-img {
  text-align: center;
  width: 100%;
}
#flower-single .featured-img img,
#farm-single .featured-img img {
  width: 100%;
}
#flower-single .map,
#farm-single .map {
  width: 100%;
  height: 300px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
#flower-single .has-tip,
#farm-single .has-tip {
  border: none;
}
#flower-single .map img,
#farm-single .map img {
  max-width: inherit !important;
}
#flower-single .flower-title h1,
#farm-single .flower-title h1,
#flower-single .grower-title h1,
#farm-single .grower-title h1 {
  margin: 75px 0;
  color: #004F45;
  font-size: 3em;
}
#flower-single h2,
#farm-single h2 {
  margin: 100px 0;
}
#flower-single h3,
#farm-single h3 {
  margin: 50px 0 25px;
  border-bottom: 1px solid #F59400;
  color: #3F293D;
}
#flower-single h4,
#farm-single h4 {
  border-bottom: 1px solid #F59400;
  color: #3F293D;
}
#flower-single .flower-colors div,
#farm-single .flower-colors div,
#flower-single .flower-uses div,
#farm-single .flower-uses div,
#flower-single .flower-seasons div,
#farm-single .flower-seasons div {
  display: inline-block;
}
#flower-single .flower-colors .green,
#farm-single .flower-colors .green,
#flower-single .flower-uses .green,
#farm-single .flower-uses .green,
#flower-single .flower-seasons .green,
#farm-single .flower-seasons .green {
  border-radius: 50%;
  background-color: #004F45;
  height: 25px;
  width: 25px;
}
#flower-single .flower-colors .orange,
#farm-single .flower-colors .orange,
#flower-single .flower-uses .orange,
#farm-single .flower-uses .orange,
#flower-single .flower-seasons .orange,
#farm-single .flower-seasons .orange {
  border-radius: 50%;
  background-color: #F59400;
  height: 25px;
  width: 25px;
}
#flower-single .flower-colors .purple,
#farm-single .flower-colors .purple,
#flower-single .flower-uses .purple,
#farm-single .flower-uses .purple,
#flower-single .flower-seasons .purple,
#farm-single .flower-seasons .purple {
  border-radius: 50%;
  background-color: #3F293D;
  height: 25px;
  width: 25px;
}
#flower-single .flower-colors .icon image,
#farm-single .flower-colors .icon image,
#flower-single .flower-uses .icon image,
#farm-single .flower-uses .icon image,
#flower-single .flower-seasons .icon image,
#farm-single .flower-seasons .icon image {
  height: 50px;
  width: 50px;
}
#flower-single .grower-details div,
#farm-single .grower-details div {
  margin-bottom: 30px;
}
#flower-single .grower-details ul,
#farm-single .grower-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#flower-single .grower-details ul li,
#farm-single .grower-details ul li {
  margin: 10px 0;
}
#flower-single .grower-details h4,
#farm-single .grower-details h4 {
  margin: 50px 0 25px;
}
#flower-single ul,
#farm-single ul {
  margin: 0;
  list-style: none;
}
#flower-single .growers h4,
#farm-single .growers h4 {
  border: none;
}
#flower-single .growers li,
#farm-single .growers li {
  list-style: none;
  margin: 0;
}
#flower-single .flower-directory li,
#farm-single .flower-directory li {
  list-style: outside none;
  width: 48%;
  float: left;
  padding: 5px;
}
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  background-color: #C2584C;
  color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
}
.subs-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}
.subs-popup #mc_embed_signup {
  background-color: #ffffff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  max-width: 600px;
  min-height: 300px;
  padding: 100px 50px;
  margin: 20px auto;
  box-shadow: 0px 0px 30px 5px #000000;
  position: relative;
  border-bottom: solid 15px #3F293D;
}
.subs-popup #mc_embed_signup .email-close {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #666;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 999;
}
.widget.subpages {
  margin-top: 20px;
}
/* page structure, header, footer */
#page {
  position: relative;
  padding: 0;
  min-height: 100%;
}
#page h3 {
  border-bottom: 1px solid #F59400;
  color: #3F293D;
}
#page h4 {
  border-bottom: 1px solid #F59400;
  color: #C2584C;
}
#page .landing-resource h4 {
  line-height: 280px;
  color: #ffffff;
}
#page .alerts {
  width: 100%;
  margin: 0;
  padding: 0;
}
#page .alerts .alert {
  width: 100%;
  padding: 1em;
  margin: 0;
}
#page .alerts .alert.alert-farms {
  background-color: #C2584C;
}
#page .alerts .alert.alert-letter {
  background-color: #004F45;
}
#page .alerts .alert .alert-text {
  color: #fff;
}
#page .alerts .alert .alert-text p {
  margin: 0;
}
#page .alerts .alert .alert-text .large {
  font-size: 120%;
  font-weight: bold;
  margin-right: 0.5em;
}
#page .alerts .alert .button {
  float: right;
  margin-left: 1em;
  margin-bottom: 5px;
  -webkit-appearance: button;
  cursor: pointer;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
}
#page #masthead {
  background-color: #3F293D;
  min-height: 110px;
  top: 0;
  min-width: 100%;
  color: #ffffff;
}
#page #masthead .site-branding {
  background-color: #ffffff;
  width: 110px;
}
#page #masthead .site-branding img {
  width: 110px;
}
#page #masthead .main-navigation .menu {
  float: right;
}
#page #masthead .main-navigation ul {
  padding: 15px 0 0;
  /* position: relative; */
  /* transform: translateY(90%); */
  margin-top: 44px;
}
#page #masthead .main-navigation ul li {
  list-style: none;
  border-right: solid 2px #F59400;
  font-family: 'Laila', serif;
}
#page #masthead .main-navigation ul li:last-child {
  border: none;
  padding-right: 0;
}
#page #masthead .main-navigation ul li a {
  color: #ffffff;
}
#page #masthead .main-navigation ul li a:hover {
  color: #F59400;
}
#page #main {
  margin: 50px 0;
}
#page #content {
  position: relative;
}
#page #content article {
  margin-bottom: 50px;
}
#page h2.widget-title {
  font-size: 1.9375rem;
}
#page .footer-form {
  background: url("/wp-content/themes/ca-cut-flower-commision/assets/footer-close.jpg") no-repeat;
  background-size: cover;
  min-height: 100px;
  padding: 30px 0;
}
#page .footer-form h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
#page .footer-form form {
  display: flex;
}
#page .footer-form .footer-form-open {
  cursor: pointer;
  width: 100%;
  background-color: #c2584c;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  font-family: Laila,serif;
  padding: 15px 30px;
}
#page #colophon {
  position: relative;
  bottom: 0;
  min-height: 35px;
  background-color: #004F45;
  color: #ffffff;
  padding: 15px;
  width: 100%;
}
#page .menu-icon.dark {
  margin: 1em 1em 0 0;
  z-index: 100;
}
#page .menu-icon.dark:after {
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.home #page #masthead {
  background: none;
  position: absolute;
  min-height: 110px;
  top: 25px;
  min-width: 100%;
  color: #ffffff;
  z-index: 1000;
}
.home #page #masthead .site-branding {
  background: none;
  width: 110px;
}
.home #page #masthead .site-branding img {
  width: 110px;
}
.home #page #masthead .dropdown {
  background-color: #C2584C;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.home #page #masthead .small-2.columns.text-right {
  min-width: 120px;
}
.home #page #masthead .main-navigation {
  height: 30px;
}
.home #page #masthead .main-navigation .menu {
  float: right;
}
.home #page #masthead .main-navigation ul {
  padding: 15px 0 0;
  /* position: relative; */
  /* transform: translateY(90%); */
  margin-top: 0;
  display: none;
}
.home #page #masthead .main-navigation ul li {
  list-style: none;
  border-right: none;
  font-family: 'Laila', serif;
}
.home #page #masthead .main-navigation ul li:last-child {
  border: none;
  padding-right: 0;
}
.home #page #masthead .main-navigation ul li a {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(63, 42, 61, 0.8);
  font-size: 1.2rem;
}
.home #page #masthead .main-navigation ul li a:hover {
  color: #F59400;
  text-shadow: none;
}
.home #page .hero-text {
  margin: 160px auto 0px;
  padding-bottom: 100px;
  max-width: 600px;
}
.home #page .black {
  color: #000;
}
.footerFlowers {
  width: 100%;
}
.hero-text {
  margin: 80px auto;
}
.hero-text h1 {
  font-size: 5rem;
  color: #FFFFFF;
  border-bottom: solid 2px #F59400;
  font-family: 'Dancing Script', cursive;
}
.hero-text p {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Laila', serif;
  margin-bottom: 30px;
}
.hero-text a {
  background-color: #C2584C;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
}
.hero-text form .row.collapse > .columns.small-10 {
  padding-right: 20px;
}
#content {
  min-height: 60vh;
}
#content #grid-nav {
  margin: 80px auto;
}
#content #grid-nav .grid-button {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
}
#content #grid-nav .grid-button h2 {
  font-family: 'Dancing Script', cursive;
  color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
}
#content #grid-nav .grid-button:hover h2 {
  border-bottom: solid 2px #F59400;
}
.flower-directory,
.meet-the-farmers,
.searchResults {
  /* fixes potential theme css conflict */
}
.flower-directory .map,
.meet-the-farmers .map,
.searchResults .map {
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.flower-directory .has-tip,
.meet-the-farmers .has-tip,
.searchResults .has-tip {
  border: none;
}
.flower-directory .map img,
.meet-the-farmers .map img,
.searchResults .map img {
  max-width: inherit !important;
}
.flower-directory h1,
.meet-the-farmers h1,
.searchResults h1,
.flower-directory h2,
.meet-the-farmers h2,
.searchResults h2,
.flower-directory h3,
.meet-the-farmers h3,
.searchResults h3 {
  color: #004F45;
}
.flower-directory h1:first-child,
.meet-the-farmers h1:first-child,
.searchResults h1:first-child {
  margin: 125px 0;
  font-size: 4rem;
}
.flower-directory h4,
.meet-the-farmers h4,
.searchResults h4 {
  color: #F59400;
  padding-bottom: 5px;
  margin: 0.75em 0 0.5em;
  line-height: 1.2;
  border-bottom: solid 1px #F59400;
  width: 100%;
}
.flower-directory #ajax_posts,
.meet-the-farmers #ajax_posts,
.searchResults #ajax_posts {
  margin: 0;
  padding: 30px .9375rem;
}
.flower-directory li,
.meet-the-farmers li,
.searchResults li {
  list-style: outside none;
  width: 23%;
  display: inline-block;
  margin: 0.75%;
}
.flower-directory li.post,
.meet-the-farmers li.post,
.searchResults li.post {
  position: relative;
}
.flower-directory li:hover .hover-state,
.meet-the-farmers li:hover .hover-state,
.searchResults li:hover .hover-state {
  display: block;
}
.flower-directory li .hover-state,
.meet-the-farmers li .hover-state,
.searchResults li .hover-state {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px;
  background-color: rgba(63, 41, 61, 0.75);
  display: none;
}
.flower-directory li .hover-state:hover,
.meet-the-farmers li .hover-state:hover,
.searchResults li .hover-state:hover {
  display: block;
}
.flower-directory li .hover-state h5,
.meet-the-farmers li .hover-state h5,
.searchResults li .hover-state h5 {
  color: #ffffff;
  border-bottom: solid 1px #F59400;
}
.flower-directory .ccfcbutton,
.meet-the-farmers .ccfcbutton,
.searchResults .ccfcbutton {
  background-color: #C2584C;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
  cursor: pointer;
}
.flower-directory .filter,
.meet-the-farmers .filter,
.searchResults .filter {
  background: url("/wp-content/themes/ca-cut-flower-commision/assets/footer-close.jpg") no-repeat;
  background-size: cover;
  min-height: 100px;
  padding: 30px 0 0;
}
.flower-directory .filter .searchandfilter ul,
.meet-the-farmers .filter .searchandfilter ul,
.searchResults .filter .searchandfilter ul {
  width: 100%;
}
.flower-directory .filter .searchandfilter ul li,
.meet-the-farmers .filter .searchandfilter ul li,
.searchResults .filter .searchandfilter ul li {
  width: 23%;
  display: block;
  float: left;
}
.flower-directory .filter .searchandfilter ul input,
.meet-the-farmers .filter .searchandfilter ul input,
.searchResults .filter .searchandfilter ul input {
  width: 100%;
}
.flower-directory .filter .searchandfilter ul input[type=submit],
.meet-the-farmers .filter .searchandfilter ul input[type=submit],
.searchResults .filter .searchandfilter ul input[type=submit] {
  width: 80%;
}
.flower-directory .farm-filter,
.meet-the-farmers .farm-filter,
.searchResults .farm-filter {
  background: url("/wp-content/themes/ca-cut-flower-commision/assets/footer-close.jpg") no-repeat;
  background-size: cover;
  min-height: 100px;
  padding: 30px 0;
}
.flower-directory .farm-filter .searchandfilter ul,
.meet-the-farmers .farm-filter .searchandfilter ul,
.searchResults .farm-filter .searchandfilter ul {
  width: 100%;
}
.flower-directory .farm-filter .searchandfilter ul li,
.meet-the-farmers .farm-filter .searchandfilter ul li,
.searchResults .farm-filter .searchandfilter ul li {
  width: 30%;
  display: block;
  float: left;
}
.flower-directory .farm-filter .searchandfilter ul input,
.meet-the-farmers .farm-filter .searchandfilter ul input,
.searchResults .farm-filter .searchandfilter ul input {
  width: 100%;
}
.flower-directory .farm-filter .searchandfilter ul input[type=submit],
.meet-the-farmers .farm-filter .searchandfilter ul input[type=submit],
.searchResults .farm-filter .searchandfilter ul input[type=submit] {
  width: 30%;
}
.flower-directory .farm-list,
.meet-the-farmers .farm-list,
.searchResults .farm-list {
  height: 600px;
  overflow: scroll;
  margin: 20px 0;
  padding: 10px;
}
.ctct-custom-form .ctct-button {
  -webkit-appearance: button !important;
  cursor: pointer;
  width: 100%;
  background-color: #C2584C;
  color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
  font-family: 'Laila', serif;
}
.ctct-custom-form .ctct-button:hover {
  background: #a34338 !important;
}
.californiagrowing .hero-text {
  height: 200px;
}
.article {
  padding: 50px 0;
}
.article h3 {
  border: none;
  padding-bottom: 10px;
}
.article .entry-meta {
  padding: 10px 0;
  border-bottom: #F59400 1px solid;
  display: flex;
  justify-content: space-between;
}
.article .preview {
  text-align: center;
}
.article .preview p {
  text-align: left;
}
.comments-title {
  margin: 50px 0;
}
.comment-list li {
  list-style: none;
  position: relative;
}
.comment-list li .avatar {
  float: left;
  margin-right: 1em;
}
.comment-list li .comment-content {
  padding: 1em 1em .5em 0;
  margin-left: 5.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #093d52;
}
.comment-list li .reply {
  font-size: .8em;
  position: absolute;
  right: 1em;
  top: -1px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media only screen and (max-width: 960px) {
  .flower-directory li,
  .meet-the-farmers li,
  .searchResults li {
    width: 31%;
  }
  .home #page #masthead .main-navigation ul li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .alerts {
    font-size: 90%;
  }
  .main-navigation .menu {
    float: none;
  }
  .main-navigation ul {
    padding: 15px 0 0;
    margin-top: 44px;
  }
  .main-navigation ul li {
    list-style: none;
    border-right: solid 0 #F59400;
    font-family: 'Laila', serif;
  }
  .main-navigation ul li:last-child {
    border: none;
    padding-right: 0;
  }
  .main-navigation ul li a {
    color: #ffffff;
  }
  .main-navigation ul li a:hover {
    color: #F59400;
  }
  .home #page #masthead .main-navigation {
    position: absolute;
    right: 0;
    top: 60px;
    text-align: right;
  }
  .home #page #masthead .main-navigation ul li {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .home #content #grid-nav .medium-6:first-child {
    margin-bottom: 20px;
  }
  #page #masthead {
    height: 110px;
  }
  #page #masthead .main-navigation ul {
    margin-top: 0;
    padding-top: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #584156;
    z-index: 99;
  }
  #page #masthead .main-navigation ul li {
    border-right: none;
  }
}
@media only screen and (max-width: 600px) {
  .flower-directory li,
  .meet-the-farmers li,
  .searchResults li {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .alerts {
    font-size: 80%;
  }
  .flower-directory li,
  .meet-the-farmers li,
  .searchResults li {
    width: 98%;
    margin: 10px auto;
    display: block;
    max-width: 290px;
  }
}
