/**********************************************************************************/
/* 															  SCREEN CSS		  */
/**********************************************************************************/
/* FONTS


*/
@font-face {
  font-family: 'league_spartanregular';
  src: url("../fonts/leaguespartan-bold-webfont.woff2") format("woff2"), url("../fonts/leaguespartan-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'rusticoregular';
  src: url("../fonts/rustico-regular-webfont.woff2") format("woff2"), url("../fonts/rustico-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* VARIABLES */
/* MIXINS */
/**********************************************************************************/
/* 															  GLOBAL STYLES		  */
/**********************************************************************************/
.screen-reader-text {
  display: block;
  overflow: hidden;
  text-indent: 9999; }

/* GLOBAL BOX-SIZING */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.region-map {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  display: block; }

.full-filter .region-map {
  margin-top: 0; }

/**********************************************************************************/
/* 															  TAG DEFAULTS		  */
/**********************************************************************************/
html {
  overflow: -moz-scrollbars-vertical !important; }

body {
  background: #ffffff;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "effra", Arial, sans-serif;
  font-style: normal;
  font-weight: 400; }

/* BASIC ELEMENTS */
p, ul, li {
  font-size: 1em; }

p {
  color: #000000; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "bree-serif", Arial, sans-serif;
  font-style: normal; }

img {
  border: none; }

a {
  transition: 0.2s all ease-in-out;
  color: #a13124; }
  a:hover {
    transition: 0.2s all ease-in-out; }

a:hover,
a:focus,
a:active {
  outline: none; }

/* NAVIGATION */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav li {
  display: inline-block; }

nav a {
  text-decoration: none; }

/* FIELDS / INPUTS / BUTTONS */
fieldset {
  border: none;
  padding: 0;
  margin: 0; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea {
  display: block;
  padding: 8px 15px;
  background: #fff;
  font-size: .9em;
  position: relative;
  z-index: 1;
  -webkit-appearance: none; }

textarea {
  min-height: 116px; }

label {
  color: #666;
  font-size: .87em; }
  label.error {
    background: #888;
    color: #fff;
    border-radius: 0 0 3px 3px;
    display: block;
    margin-top: -25px;
    margin-bottom: 15px;
    padding: 10px 10px 5px;
    position: relative;
    width: 100%;
    z-index: 0; }

input[type="submit"] {
  border: none; }

button {
  border: none;
  background: none; }

/* BUTTON */
.btn {
  padding: 12px 20px 15px 20px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "bree-serif", Arial, sans-serif;
  font-size: 1.250em;
  font-weight: 400;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  background: #a13124; }

.btn:hover {
  background: #77241b;
  cursor: pointer;
  cursor: hand; }

/**********************************************************************************/
/* 															  LAYOUT	    	  */
/**********************************************************************************/
/* PRIMARY NAV */
.nav-primary {
  float: right;
  width: 100%;
  margin-top: 50px; }
  .nav-primary ul {
    float: right; }
    .nav-primary ul li {
      display: inline-block;
      margin: 0 0 0 45px; }
      .nav-primary ul li a {
        font-family: "bree-serif", Arial, sans-serif;
        font-size: 1.125em;
        font-weight: 300;
        color: #ffffff;
        margin: 0; }
        .nav-primary ul li a span {
          vertical-align: middle;
          color: #9dbfda;
          font-size: 1.25em;
          margin-right: 7px;
          position: relative;
          top: -2px;
          transition: ease-in-out 0.2s all; }
        .nav-primary ul li a:hover, .nav-primary ul li a:hover span {
          color: #0a7b61;
          transition: ease-in-out 0.2s all; }
      .nav-primary ul li:first-child {
        margin-left: 0; }

.header-right-misc .navtoggle {
  display: none;
  color: #ffffff;
  float: right;
  text-decoration: none;
  font-size: 0.875em;
  margin-top: 7px; }
  .header-right-misc .navtoggle:after {
    position: relative;
    top: -2px;
    margin-left: 5px;
    content: 'Menu';
    color: #ffffff;
    font-family: "bree-serif", Arial, sans-serif;
    display: inline-block;
    padding-top: -5px; }
  .header-right-misc .navtoggle:hover span {
    transform: scale(1.3, 1.3);
    transition: ease-in-out 0.4s all; }

/* MOBILE OFF CANVAS NAV */
.nav-offcanvas {
  background: #a13124;
  bottom: 0;
  display: block;
  left: -280px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 280px; }
  .nav-offcanvas header {
    padding: 20px;
    overflow: hidden;
    background: none; }
    .nav-offcanvas header h3 {
      float: left;
      margin: 10px 0 20px 0;
      color: #4e1811; }
    .nav-offcanvas header .navtoggle {
      font-size: 0.85em;
      font-weight: "bree-serif", Arial, sans-serif;
      float: right;
      text-decoration: none;
      margin: 16px 0 0 0;
      color: #4e1811; }
      .nav-offcanvas header .navtoggle:hover {
        color: #ffffff; }
  .nav-offcanvas ul li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #4e1811; }
  .nav-offcanvas ul a {
    display: block;
    padding: 10px 0;
    font-family: "bree-serif", Arial, sans-serif;
    font-weight: 300;
    color: #e69a91; }
    .nav-offcanvas ul a span {
      margin-right: 10px; }
    .nav-offcanvas ul a:hover {
      background: #4e1811;
      color: #fff;
      padding-left: 20px; }
  .nav-offcanvas #headersearchform {
    margin-top: 40px;
    float: left;
    position: relative;
    z-index: 999;
    height: 40px;
    width: 100%; }
    .nav-offcanvas #headersearchform fieldset {
      opacity: 1;
      max-width: 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      float: left;
      transition: ease-in-out 0.2s all; }
      .nav-offcanvas #headersearchform fieldset input {
        width: 100%;
        padding: 4px 30px 5px 0;
        display: block;
        outline: 0;
        font-size: 0.85em;
        font-weight: 300;
        font-style: italic;
        font-family: "bree-serif", Arial, sans-serif;
        border: 2px solid transparent;
        transition: ease-in-out 0.2s all;
        -webkit-appearance: none; }
        .nav-offcanvas #headersearchform fieldset input::-webkit-search-cancel-button {
          display: none; }
        .nav-offcanvas #headersearchform fieldset input:focus {
          border: 2px solid #4e1811;
          outline: 0;
          transition: ease-in-out 0.2s all; }
      .nav-offcanvas #headersearchform fieldset button {
        z-index: 999;
        position: absolute;
        padding: 5px;
        right: 5px;
        top: 7px;
        cursor: pointer;
        cursor: hand; }
    .nav-offcanvas #headersearchform.open form fieldset {
      opacity: 1;
      max-width: 250px; }
    .nav-offcanvas #headersearchform.open form #toggle-search .icon-close {
      opacity: 1; }
    .nav-offcanvas #headersearchform.open form #toggle-search .icon-magglass {
      opacity: 0; }

.canvas-wrap {
  position: relative;
  right: 0;
  transition: all 0.5s ease 0s; }

.navopen .nav-offcanvas {
  left: 0; }
.navopen .canvas-wrap {
  right: -280px; }

header.site {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0; }

.logo {
  background: url(../images/pei-flavours-logo-2x.png) no-repeat;
  background-size: 150px 43px;
  position: relative;
  float: left;
  font-size: 0;
  display: inline-block;
  z-index: 999;
  width: 150px;
  height: 43px; }

.fr .logo {
  background: url(../images/pei-flavours-logo-fr-2x.png) no-repeat;
  background-size: 160px 43px;
  position: relative;
  float: left;
  font-size: 0;
  display: inline-block;
  z-index: 999;
  width: 160px;
  height: 43px; }

.wrap {
  display: block;
  overflow: hidden;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  height: auto; }

.wrap:before,
.wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.wrap:after {
  clear: both; }

.content-container {
  width: 100%;
  display: block;
  overflow: hidden; }

h1 {
  font-size: 2.500em;
  font-weight: 700; }

h2 {
  font-size: 2.500em;
  font-weight: 700;
  margin: 0 0 45px 0; }

p {
  font-size: 1.188em; }

section {
  padding: 80px 0;
  width: 100%;
  display: block; }

/* MAIN CONTENT SECTION (Some also above) */
header {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(77%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }
  header .wrap {
    position: relative; }
  header .header-right {
    float: right;
    width: 85%;
    max-width: 850px; }
  header .header-right-misc {
    width: 100%;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0; }
    header .header-right-misc .language {
      float: right;
      color: #ffffff;
      text-decoration: none;
      font-family: "bree-serif", Arial, sans-serif;
      font-style: italic;
      font-size: 0.875em;
      margin: 6px 200px 0 0; }
      header .header-right-misc .language:hover {
        text-decoration: underline; }
    header .header-right-misc #headersearchform {
      float: right;
      position: relative;
      z-index: 999;
      height: 40px; }
      header .header-right-misc #headersearchform fieldset {
        opacity: 0;
        max-width: 0px;
        width: 250px;
        position: absolute;
        top: 0;
        right: 30px;
        display: block;
        float: left;
        transition: ease-in-out 0.2s all; }
        header .header-right-misc #headersearchform fieldset input {
          padding: 4px 30px 5px 0;
          display: block;
          outline: 0;
          font-size: 0.85em;
          font-weight: 300;
          font-style: italic;
          font-family: "bree-serif", Arial, sans-serif;
          border: 2px solid transparent;
          transition: ease-in-out 0.2s all;
          -webkit-appearance: none; }
          header .header-right-misc #headersearchform fieldset input::-webkit-search-cancel-button {
            display: none; }
          header .header-right-misc #headersearchform fieldset input:focus {
            border: 2px solid #0a7b61;
            outline: 0;
            transition: ease-in-out 0.2s all; }
        header .header-right-misc #headersearchform fieldset button {
          z-index: 999;
          position: absolute;
          padding: 5px;
          right: 5px;
          top: 7px;
          cursor: pointer;
          cursor: hand; }
      header .header-right-misc #headersearchform #toggle-search {
        position: relative;
        z-index: 10;
        color: #aaa;
        text-decoration: none;
        display: block;
        width: 25px;
        height: 25px;
        float: right;
        text-align: center;
        line-height: 20px; }
        header .header-right-misc #headersearchform #toggle-search:hover {
          color: #666; }
        header .header-right-misc #headersearchform #toggle-search:hover, header .header-right-misc #headersearchform #toggle-search:focus, header .header-right-misc #headersearchform #toggle-search:active {
          text-decoration: none; }
        header .header-right-misc #headersearchform #toggle-search span {
          transition: ease-in-out 0.25s all;
          display: block;
          width: 25px;
          height: 25px;
          text-align: center;
          line-height: 35px;
          position: absolute;
          top: 0;
          left: 0; }
        header .header-right-misc #headersearchform #toggle-search .icon-close {
          opacity: 0;
          color: #ffffff; }
        header .header-right-misc #headersearchform #toggle-search .icon-search {
          opacity: 1;
          color: #ffffff; }
    header .header-right-misc .open fieldset {
      opacity: 1 !important;
      max-width: 250px; }
    header .header-right-misc .open #toggle-search .icon-close {
      opacity: 1 !important; }
    header .header-right-misc .open #toggle-search .icon-search {
      opacity: 0 !important; }

.main-content {
  background: url(../images/main-content-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0;
  height: 920px;
  z-index: 900; }
  .main-content .main-content-callout {
    margin-top: 250px;
    line-height: 1;
    text-align: center;
    z-index: 999;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
    .main-content .main-content-callout h3 {
      color: #ffffff;
      font-size: 1.750em;
      font-weight: 300;
      font-style: italic;
      margin: 0; }
    .main-content .main-content-callout h1 {
      color: #ffffff;
      font-size: 5.5em;
      font-weight: 800;
      font-style: italic;
      margin: 0 0 50px 0; }
    .main-content .main-content-callout .btn {
      background: rgba(0, 0, 0, 0.35); }
      .main-content .main-content-callout .btn:hover {
        background: rgba(0, 0, 0, 0.7); }

.fr .main-content .main-content-callout h1 {
  font-size: 4.5em;
  max-width: 700px;
  margin: 0 auto 50px; }

.main-content-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100%;
  padding: 30px 0; }
  .main-content-bottom .blur {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 800;
    background: url(../images/main-content-bg-blur.jpg) no-repeat center bottom;
    background-size: 100% auto; }
    .main-content-bottom .blur:before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 900; }
  .main-content-bottom .wrap {
    overflow: visible;
    z-index: 999;
    position: relative; }
  .main-content-bottom ul li a {
    display: block;
    text-decoration: none; }
    .main-content-bottom ul li a:hover .three-col-boxes {
      border: 4px solid #000000;
      transition: ease-in-out 0.2s all; }
  .main-content-bottom ul li .three-col-boxes {
    display: block;
    width: 100%;
    height: 201px;
    border: 4px solid #ffffff;
    color: #ffffff;
    position: relative;
    padding: 25px;
    transition: ease-in-out 0.2s all; }
    .main-content-bottom ul li .three-col-boxes .see-more-btn {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 1px 10px 5px 10px;
      text-decoration: none;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.7);
      font-size: 1em;
      font-weight: 300;
      font-style: italic;
      font-family: "bree-serif", Arial, sans-serif;
      z-index: 999; }
  .main-content-bottom ul li p:first-child {
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
    font-family: "bree-serif", Arial, sans-serif;
    margin: 0 0 15px 0; }

.three-col {
  width: 100%;
  position: relative;
  text-align: center;
  list-style-type: none;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .three-col li {
    display: inline-block;
    max-width: 316px;
    width: 31%;
    margin-right: 2.5%;
    vertical-align: top; }
    .three-col li p:first-of-type {
      text-align: left; }
    .three-col li a {
      display: block;
      color: rgba(0, 0, 0, 0.7); }
  .three-col .whats-going-on p {
    font-size: 1em; }
  .three-col .whats-going-on h3 {
    font-family: "bree-serif", Arial, sans-serif;
    font-size: 1.85em;
    font-weight: 600;
    font-style: italic;
    margin-top: 40px;
    text-align: left; }
  .three-col .come-visit {
    text-align: center; }
    .three-col .come-visit h4 {
      font-size: 1.250em;
      font-weight: 300;
      font-style: italic; }
    .three-col .come-visit img {
      display: block;
      margin: 0 auto;
      width: 60%;
      height: auto; }
  .three-col .in-season {
    text-align: center; }
    .three-col .in-season h2 {
      font-size: 2.500em;
      font-weight: 400;
      margin-top: 10px; }
    .three-col .in-season strong {
      font-weight: 700;
      font-style: italic; }
    .three-col .in-season em {
      font-weight: 300; }

.fr .three-col .in-season h2 {
  font-size: 1.9em; }

.three-col-boxes-text > * {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0; }

.discover {
  width: 100%;
  background: #ffffff;
  padding: 0 0 80px 0; }
  .discover .discover-top {
    width: 100%;
    height: 200px;
    background: #a13124 url(../images/culinary-trail-bg.png) no-repeat center center;
    background-size: 397px 173px; }
    .discover .discover-top h2 {
      color: #ffffff;
      text-align: center;
      line-height: 180px;
      font-weight: 900;
      font-style: italic;
      font-size: 2.938em; }
  .discover .discover-bottom {
    padding-top: 80px;
    text-align: center; }
    .discover .discover-bottom ul li {
      text-align: left;
      margin-bottom: 50px;
      text-align: center; }
      .discover .discover-bottom ul li span {
        font-size: 55px;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto;
        color: #a13124; }
      .discover .discover-bottom ul li h4 {
        font-size: 1.250em;
        font-weight: 600;
        margin: 0 0 20px 0; }
      .discover .discover-bottom ul li p {
        font-size: 1em; }
      .discover .discover-bottom ul li a {
        text-decoration: none; }
      .discover .discover-bottom ul li img {
        display: block;
        width: 50px;
        height: auto;
        margin: 10px auto; }
    .discover .discover-bottom .btn {
      display: inline-block;
      margin: 30px auto 0 auto; }

footer {
  padding: 50px 0;
  width: 100%;
  background: #0a7b61;
  height: 380px;
  clear: both; }
  footer .footer-left {
    float: left; }
    footer .footer-left .social-media {
      padding: 0;
      margin: 0; }
      footer .footer-left .social-media li {
        display: inline-block;
        margin-left: 10px; }
        footer .footer-left .social-media li:first-child {
          margin-left: 0; }
        footer .footer-left .social-media li a {
          background: #ffffff;
          display: block;
          width: 45px;
          height: 45px;
          border-radius: 100%;
          text-decoration: none; }
          footer .footer-left .social-media li a:hover {
            background: transparent; }
          footer .footer-left .social-media li a:hover span {
            color: #ffffff;
            transition: ease-in-out 0.2s all; }
          footer .footer-left .social-media li a span {
            font-size: 1.5em;
            color: #3d6a86;
            text-align: center;
            line-height: 45px;
            display: block;
            margin: 0 auto;
            transition: ease-in-out 0.2s all; }
  footer .footer-right {
    float: right;
    width: 67.2%;
    max-width: 672px; }
    footer .footer-right form {
      float: right; }
      footer .footer-right form label, footer .footer-right form input, footer .footer-right form button {
        display: inline-block;
        vertical-align: middle; }
      footer .footer-right form label {
        font-size: 1em;
        color: #ffffff;
        font-weight: 400;
        margin-right: 20px; }
      footer .footer-right form #enews {
        width: 250px;
        background: #8cbddb;
        color: #ffffff;
        padding: 8px 20px 10px 18px;
        border: 0;
        font-weight: 400;
        font-family: "bree-serif", Arial, sans-serif;
        font-size: 1em;
        outline: 0;
        transition: ease-in-out 0.2s all; }
        footer .footer-right form #enews:focus {
          background: #79b2d5;
          transition: ease-in-out 0.2s all; }
      footer .footer-right form #submit {
        padding: 0;
        margin: 0 0 0 2px;
        height: 41px;
        font-size: 0;
        width: 60px;
        background: #8cbddb; }
        footer .footer-right form #submit span {
          color: #4f606d;
          display: block;
          margin: 0 auto;
          text-align: center;
          font-size: 40px; }
        footer .footer-right form #submit:hover {
          cursor: pointer;
          cursor: hand; }
        footer .footer-right form #submit:focus {
          outline: 0;
          background: #79b2d5; }

#enews::-webkit-input-placeholder, #search-product::-webkit-input-placeholder,
#search::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "bree-serif", Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #ffffff; }

#enews:-moz-placeholder,
#search-product:-moz-placeholder,
#search:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-family: "bree-serif", Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #ffffff; }

#enews::-moz-placeholder,
#search-product::-moz-placeholder,
#search::-moz-input-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-family: "bree-serif", Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #ffffff; }

#enews:-ms-input-placeholder,
#search-product:-ms-input-placeholder,
#search:-ms-input-placeholder {
  font-weight: 300;
  font-family: "bree-serif", Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  color: #ffffff; }

.nav-footer {
  float: right;
  margin-top: 30px; }
  .nav-footer ul {
    text-align: right; }
    .nav-footer ul li {
      display: inline-block;
      margin-left: 45px; }
      .nav-footer ul li:first-child {
        margin-left: 0; }
      .nav-footer ul li a {
        font-size: 1em;
        color: #ffffff;
        font-weight: 300;
        font-style: italic;
        font-family: "bree-serif", Arial, sans-serif; }
        .nav-footer ul li a:hover {
          color: #8cbddb; }

/* START SUB CONTENT */
/* What's in season*/
.sub-content-head {
  width: 100%;
  min-height: 430px;
  position: relative; }
  .sub-content-head .sub-content-callout {
    margin-top: 170px; }
    .sub-content-head .sub-content-callout h1 {
      color: #ffffff;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
      font-size: 3em;
      /*font-weight: 800;
      font-style: italic;*/
      margin: 0 0 10px 0;
      font-family: 'league_spartanregular';
      font-weight: normal;
      font-style: normal; }
    .sub-content-head .sub-content-callout h3 {
      color: #ffffff;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
      margin: 0;
      font-size: 2.3em;
      font-weight: 600;
      font-family: 'rusticoregular';
      font-weight: normal;
      font-style: normal; }
    .sub-content-head .sub-content-callout .location {
      font-weight: 300;
      font-style: italic;
      margin-top: -5px; }

#whats-in-season {
  background: url(../images/whats-in-season-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.whats-in-season-list .map-container {
  margin: 0 0 60px; }
.whats-in-season-list h2 {
  margin: 40px 0 20px;
  float: left;
  width: 100%; }

.sub-content-main,
.sub-content-main-no-bg {
  padding: 45px 0; }
  .sub-content-main .content-main,
  .sub-content-main-no-bg .content-main {
    padding: 15px;
    background: #f7f7f7;
    width: 65%;
    max-width: 65%;
    margin-right: 4.5%;
    float: left; }
  .sub-content-main .sidebar,
  .sub-content-main-no-bg .sidebar {
    width: 30.5%;
    max-width: 30.5%;
    float: right; }
    .sub-content-main .sidebar .block h4,
    .sub-content-main-no-bg .sidebar .block h4 {
      margin: 15px 0 20px; }
    .sub-content-main .sidebar .block ul,
    .sub-content-main-no-bg .sidebar .block ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .sub-content-main .sidebar .block ul a,
      .sub-content-main-no-bg .sidebar .block ul a {
        text-transform: uppercase;
        font-weight: 400; }

.content-main h3 {
  margin: 0;
  font-size: 1.5em;
  color: #0a7b61;
  font-weight: 700;
  text-align: center; }

.section-home {
  float: left;
  width: 100%; }
  .section-home .subheader {
    padding: 40px 0 60px; }
    .section-home .subheader h3 {
      font-size: 1.5em;
      font-family: "effra",Arial,sans-serif;
      font-style: normal;
      font-weight: 300;
      line-height: 1.3;
      text-align: center;
      width: 90%;
      max-width: 750px;
      margin: 0 auto; }
    .section-home .subheader.haslink h3 + p,
    .section-home .subheader .trail-download {
      display: block;
      width: 90%;
      max-width: 650px;
      margin: 20px auto 0px;
      padding: 20px 0 0;
      text-align: center;
      font-size: 1em;
      border-top: 1px solid #eeeeee; }
  .section-home .block-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    width: 100%; }
    .section-home .block-list li {
      display: block;
      float: left;
      background-size: cover;
      background-position: center center;
      width: 31%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .section-home .block-list li:nth-child(3n + 3) {
        margin-right: 0; }
      .section-home .block-list li a {
        text-decoration: none;
        display: block;
        width: 100%;
        min-height: 200px; }
        .section-home .block-list li a h4 {
          color: #fff;
          text-align: center;
          padding: 50px 0 0;
          margin: 0;
          font-size: 2em;
          text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
        .section-home .block-list li a .reveal {
          display: none; }
    .section-home .block-list.twocol li {
      display: inline-block;
      vertical-align: top;
      float: none;
      background-size: cover;
      background-position: center center;
      width: 47%;
      margin-right: 2%;
      margin-bottom: 3%; }
      .section-home .block-list.twocol li h4 {
        padding: 50px 0 50px 0; }
    .section-home .block-list.twocol:nth-child(3n + 3) {
      margin-right: 2%; }
    .section-home .block-list.twocol:nth-child(even) {
      margin-right: 0; }

.full-filter {
  background: #a13124;
  padding: 30px 0;
  border-bottom: 30px  solid #6c6c6c; }
  .full-filter h3 {
    color: #fff;
    font-size: 1.3em; }
  .full-filter .mobile-container {
    width: 25%;
    float: left; }
    .full-filter .mobile-container > p {
      color: #fff;
      text-transform: uppercase; }
    .full-filter .mobile-container .checklist label {
      color: #fff; }
    .full-filter .mobile-container .checklist li input[type="checkbox"]:checked ~ label {
      color: #eff8c2; }
  .full-filter .drive-map {
    widtH: 50%;
    float: left; }

.img-container {
  padding: 0;
  margin-bottom: 40px; }
  .img-container img {
    width: 100%;
    height: auto; }

.map-container {
  display: block;
  width: 100%;
  float: left;
  background: #f2eee7;
  position: relative;
  padding: 0;
  margin: 60px 0 0; }
  .map-container.entry-map {
    margin-top: 80px; }
  .map-container #firstHeading {
    margin: 0 0 10px; }
  .map-container .map-options {
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: 30px; }
    .map-container .map-options ul {
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 10px;
      border-radius: 5px; }
      .map-container .map-options ul li {
        display: inline-block;
        margin-right: 20px; }
        .map-container .map-options ul li:last-child {
          margin-right: 0; }
        .map-container .map-options ul li a {
          color: #fff;
          text-decoration: none;
          text-transform: uppercase; }
  .map-container #map_canvas {
    min-height: 400px;
    height: 100%;
    display: block; }
    .map-container #map_canvas .read-more {
      display: block;
      width: 100%;
      text-align: right;
      margin-top: 30px;
      font-size: 1em;
      color: #a13124;
      text-transform: uppercase;
      font-weight: 400;
      text-decoration: none; }
      .map-container #map_canvas .read-more:hover {
        text-decoration: underline; }

.similar-to {
  padding: 20px 0 80px; }
  .similar-to h3 {
    font-size: 1.5em;
    font-family: "effra",Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    width: 90%;
    max-width: 750px;
    margin: 40px auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }

.related-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .related-list li {
    float: left;
    width: 31%;
    margin-right: 3.5%; }
    .related-list li:nth-child(3n + 3) {
      margin-right: 0; }
    .related-list li a {
      text-decoration: none; }
      .related-list li a .img {
        margin-bottom: 10px; }
        .related-list li a .img img {
          display: block;
          width: 100%;
          heighT: auto; }
      .related-list li a .txt h4 {
        margin: 0;
        font-weight: 400;
        font-size: 1.5em; }
      .related-list li a .txt p {
        font-family: "bree-serif", Arial, sans-serif;
        font-weight: 300;
        font-size: 1em;
        font-style: italic;
        color: #888888;
        margin: 10px 0 0; }

.wis-table-container {
  display: block;
  overflow: hidden;
  min-height: 600px; }
  .wis-table-container .month-table {
    overflow: hidden;
    padding-bottom: 40px; }
    .wis-table-container .month-table .ajaxloader {
      display: block;
      width: 32px;
      height: 32px;
      margin: 30px auto; }

.season-table {
  width: 100%;
  list-style-type: none;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 15px 0 0 0; }
  .season-table .table-head {
    width: 100%;
    display: block;
    overflow: hidden; }
    .season-table .table-head p {
      display: block;
      float: left;
      color: #ffffff;
      width: 42.5%;
      text-align: left;
      padding: 7px 15px;
      font-family: "bree-serif", Arial, sans-serif;
      font-size: 1.125em;
      font-weight: 700;
      background: #0a7b61;
      margin: 0; }
      .season-table .table-head p:last-child {
        width: 15%;
        color: transparent; }
  .season-table .table-content {
    font-family: "bree-serif", Arial, sans-serif;
    background: #ffffff;
    display: block;
    overflow: hidden; }
    .season-table .table-content:nth-child(odd) {
      background: #f7f7f7; }
    .season-table .table-content:hover {
      background: rgba(10, 123, 97, 0.1); }
    .season-table .table-content a:hover {
      color: #0a7b61; }
    .season-table .table-content a p {
      color: #ac5472;
      display: block;
      margin: 0;
      width: 42.5%;
      float: left;
      font-size: 0.85em;
      padding: 10px 15px;
      border-right: 1px solid #f3f3f3; }
      .season-table .table-content a p:last-child {
        border-right: 0; }
    .season-table .table-content a span {
      display: block;
      margin-top: 4px;
      color: #ac5472;
      padding: 10px 15px;
      text-align: center;
      width: 15%;
      float: left;
      font-size: 0.5em;
      text-decoration: underline;
      text-transform: uppercase; }

.sidebar .select-list {
  width: 100%; }
  .sidebar .select-list a {
    cursor: pointer;
    cursor: hand;
    width: 100%;
    padding: 13px 0 15px 20px;
    display: block;
    color: #ffffff;
    font-family: "bree-serif", Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    font-style: italic;
    background: #959d6b;
    text-decoration: none;
    position: relative; }
    .sidebar .select-list a .select-span {
      width: 48px;
      height: 48px;
      display: block;
      border-left: 1px solid #ffffff;
      position: absolute;
      right: 0;
      top: 0; }
      .sidebar .select-list a .select-span div {
        width: 48px;
        height: 48px;
        display: block;
        text-align: center;
        line-height: 48px; }
      .sidebar .select-list a .select-span span {
        font-size: 1em;
        color: #ffffff;
        display: block;
        line-height: 48px;
        transition: ease-in-out 0.5s all; }
  .sidebar .select-list .select-dropdown {
    display: none;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .sidebar .select-list .select-dropdown li a {
      padding: 10px 20px;
      font-size: 0.85em;
      background: #abb18a; }
      .sidebar .select-list .select-dropdown li a:hover {
        background: #798055; }
  .sidebar .select-list .expanded .select-span div span {
    display: block;
    transform: rotate(180deg);
    line-height: 48px;
    transition: ease-in-out 0.5s all; }
.sidebar .select-list + #search {
  margin-top: 8px; }
.sidebar #search {
  width: 100%;
  position: relative;
  margin-top: 0; }
  .sidebar #search #search-product {
    width: 100%;
    padding: 13px 68px 15px 20px;
    display: block;
    color: #ffffff;
    font-family: "bree-serif", Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    font-style: normal;
    background: #959d6b;
    text-decoration: none;
    position: relative;
    outline: 0;
    border: 0;
    z-index: 900; }
  .sidebar #search button,
  .sidebar #search div {
    position: absolute;
    right: 0;
    top: 0px;
    height: 51px;
    line-height: 51px;
    width: 48px;
    display: block;
    text-align: center;
    float: right;
    border-left: 1px solid #fff;
    z-index: 999;
    color: #ffffff; }
    .sidebar #search button:focus,
    .sidebar #search div:focus {
      outline: 0; }
    .sidebar #search button span,
    .sidebar #search div span {
      font-size: 1.5em; }
  .sidebar #search button:hover {
    cursor: pointer;
    cursor: hand; }
  .sidebar #search div span {
    font-size: 1.1em; }
  .sidebar #search.dynamic-search {
    background: #f1f1f1;
    overflow: hidden; }
    .sidebar #search.dynamic-search .list-container {
      padding: 0; }
      .sidebar #search.dynamic-search .list-container ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .sidebar #search.dynamic-search .list-container ul li {
          display: block;
          float: left;
          width: 100%; }
          .sidebar #search.dynamic-search .list-container ul li a {
            display: block;
            padding: 10px 20px;
            text-decoration: none; }
            .sidebar #search.dynamic-search .list-container ul li a:hover {
              background: #e1e1e1; }
            .sidebar #search.dynamic-search .list-container ul li a p {
              font-weight: 400;
              font-family: "bree-serif", Arial, sans-serif;
              color: #333;
              margin: 0; }
            .sidebar #search.dynamic-search .list-container ul li a span {
              font-size: .9em;
              margin: 0;
              color: #888;
              font-family: "effra", Arial, sans-serif; }
.sidebar .see-recipes {
  margin-top: 25px;
  display: block;
  width: 100%;
  height: auto;
  background: url(../images/see-recipies-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .sidebar .see-recipes a {
    padding: 40px 40px 40px 40px;
    height: 100%;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 1.85em;
    font-weight: 700;
    font-family: "bree-serif", Arial, sans-serif;
    text-align: center;
    text-decoration: none; }
    .sidebar .see-recipes a:hover {
      background: rgba(0, 0, 0, 0.2); }

/* Culinary Trails */
#culinary-trails {
  background: url(../images/culinary-trails-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.sub-page-utility {
  padding: 50px 0 0 0; }
  .sub-page-utility .back {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #a13124;
    background: url(../images/utility-back-arrow.png) no-repeat;
    background-position: left center;
    padding-left: 30px;
    display: inline-block; }
  .sub-page-utility .breadcrumbs {
    display: inline-block;
    padding: 0;
    margin-left: 60px; }
    .sub-page-utility .breadcrumbs li {
      display: inline-block; }
      .sub-page-utility .breadcrumbs li:after {
        content: '>';
        display: inline-block;
        color: #a13124;
        font-size: 1em; }
      .sub-page-utility .breadcrumbs li:last-child:after {
        content: '';
        display: none; }
      .sub-page-utility .breadcrumbs li a {
        padding: 0 5px;
        color: #a13124;
        text-decoration: underline;
        font-size: 1em;
        text-transform: uppercase; }
      .sub-page-utility .breadcrumbs li.here {
        padding: 0 5px;
        color: #a13124;
        font-size: 1em;
        text-transform: uppercase; }
  .sub-page-utility #print {
    float: right;
    padding: 0;
    margin-top: 15px;
    color: #a13124;
    text-decoration: underline;
    font-size: 1em;
    text-transform: uppercase; }

.sub-content-main-no-bg {
  font-weight: 300; }
  .sub-content-main-no-bg .content-main {
    padding: 0;
    background: none; }
    .sub-content-main-no-bg .content-main > p:first-child {
      font-size: 1.5em; }
    .sub-content-main-no-bg .content-main.no-big-p > p:first-child {
      font-size: 1.188em; }

.sub-content-main-no-bg .sidebar h3 {
  font-size: 1.500em;
  font-weight: 600;
  margin: 0 0 30px 0; }
.sub-content-main-no-bg .sidebar p {
  font-size: 1.125em;
  font-weight: 400; }
.sub-content-main-no-bg .sidebar .btn {
  width: 100%;
  margin: 40px 0; }
.sub-content-main-no-bg .sidebar img {
  display: block;
  margin: 0 auto; }

.checklist {
  padding: 0; }
  .checklist li {
    list-style-type: none;
    position: relative; }
    .checklist li input[type=checkbox] {
      position: absolute;
      left: -9999px;
      top: 0; }
      .checklist li input[type=checkbox]:checked ~ label {
        color: #a13124;
        font-style: italic; }
      .checklist li input[type=checkbox]:checked ~ label .icon-checkbox-checked {
        opacity: 1; }
      .checklist li input[type=checkbox]:checked ~ label .icon-checkbox {
        opacity: 0; }
    .checklist li label {
      width: 100%;
      font-size: 1em;
      font-weight: 300;
      position: relative;
      padding-left: 25px; }
      .checklist li label .icon-checkbox {
        font-size: 0.75em;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 3px; }
      .checklist li label .icon-checkbox-checked {
        font-size: 0.75em;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 3px; }

.sort-by-letters {
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #cccccc;
  margin: 80px 0 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sort-by-letters:first-child {
    margin-top: 0; }
  .sort-by-letters li {
    display: inline-block; }
    .sort-by-letters li a {
      font-family: "bree-serif", Arial, sans-serif;
      font-weight: 300;
      text-decoration: none;
      color: #aaaaaa;
      font-size: 1.15em; }
      .sort-by-letters li a:hover {
        color: #0a7b61; }
    .sort-by-letters li .selected {
      font-weight: 800;
      color: #a13124; }

.page-entry-list {
  width: 100%;
  padding: 0; }
  .page-entry-list:first-child {
    margin-top: 0; }
  .page-entry-list li {
    padding: 45px 0;
    border-top: 1px solid #cccccc; }
    .page-entry-list li:first-child {
      padding-top: 0;
      border-top: 0; }
    .page-entry-list li h3 {
      color: #000000;
      font-size: 1.625em;
      font-weight: 600;
      text-align: left;
      display: block;
      margin-bottom: 30px; }
      .page-entry-list li h3 a {
        color: #000000;
        text-decoration: none; }
        .page-entry-list li h3 a:hover {
          text-decoration: underline; }
      .page-entry-list li h3 span {
        font-size: 0.5em !important;
        font-weight: 300;
        color: #999999;
        margin-left: 15px; }
        .page-entry-list li h3 span a {
          color: #a13124; }
    .page-entry-list li .image {
      max-width: 180px;
      width: 21%;
      display: inline-block;
      margin-right: 4%;
      vertical-align: top; }
      .page-entry-list li .image img {
        display: block;
        width: 100%;
        height: auto; }
      .page-entry-list li .image + .text {
        width: 73%;
        max-width: 73%; }
    .page-entry-list li .text {
      margin-top: -8px;
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .page-entry-list li .text p {
        font-size: 1.125em; }
      .page-entry-list li .text .read-more {
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 30px;
        font-size: 1em;
        color: #a13124;
        text-transform: uppercase;
        font-weight: 400;
        text-decoration: none; }
        .page-entry-list li .text .read-more:hover {
          text-decoration: underline; }

/* Search Results */
.results-box {
  display: block;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #0a7b61;
  margin-bottom: 60px; }
  .results-box h2 {
    font-size: 1.1em;
    color: #0a7b61;
    margin: 0; }

.global-results-page .page-entry-list .no-results {
  display: block; }
.global-results-page .page-entry-list li + .no-results {
  display: none; }
.global-results-page h3 {
  text-align: left; }
.global-results-page h4 {
  color: #0a7b61; }

/* Recipies & Cooking Tips */
#recipies {
  background: url(../images/recipies-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#events {
  background: url(../images/events-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#about {
  background: url(../images/about-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.events-list-title {
  margin: 0;
  padding: 0;
  border-top: none; }
  .events-list-title h2 {
    color: #a13124;
    margin: 0; }

li + .events-list-title {
  padding-top: 80px; }

/*mobile footer*/
@media (max-width: 767px) {
  .page_footer .widget_mailchimp {
    height: 200px; }

  .nav-footer ul {
    text-align: left !important; }

  .nav-footer {
    float: left !important; }

  .nav-footer ul li {
    display: inline-block;
    margin-left: 28px !important; }

  .page_copyright {
    padding-top: 139px !important; }

  .nav-footer ul li:first-child {
    margin-left: 0 !important; } }
/*mobile footer*/

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