@font-face {
  font-family: "Wicked Grit";
  src: url("WickedGrit.eot?") format("eot"), url("WickedGrit.woff") format("woff"), url("WickedGrit.ttf") format("truetype"), url("WickedGrit.svg#WickedGrit") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Wicked Grit";
  src: url("WickedGrit.eot?") format("eot"), url("WickedGrit.woff") format("woff"), url("WickedGrit.ttf") format("truetype"), url("WickedGrit.svg#WickedGrit") format("svg");
  font-weight: normal;
  font-style: normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
  overflow-x: hidden;
  background: url("../img/wood.jpg");
  background-size: cover;
  background-position: center; }

a {
  text-decoration: none;
  color: #93a764;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

a:hover {
  color: #788a4e; }

p, li {
  color: #fff; }

.container {
  max-width: 1100px;
  margin: 0px auto; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.center {
  text-align: center;
  margin: 0px auto; }

.line {
  border-top: 1px solid #dfc78f; }

.align-left {
  float: left; }

.align-right {
  float: right; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

.content img {
  max-width: 90% !important;
  height: auto; }

h1 {
  font-size: 54px; }

h1, h2, h3, h4, h5, h6, time {
  font-family: "Wicked Grit";
  color: #fff; }

time {
  font-size: 80%; }

figure {
  margin: 0; }

section {
  overflow: hidden; }

blockquote {
  border-left: 5px solid #6a7a45;
  padding: 5px 20px;
  background: #f9f9f9; }

article, .entry {
  line-height: 1.6em;
  font-size: 16px; }

main, .main {
  position: relative;
  right: 0px; }

#viewport {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

.button {
  background: #d3512b;
  color: white;
  margin: 15px 1%;
  padding: 15px 2%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.75); }
  .button:hover {
    color: white;
    background: #be4927;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6); }

.twocol {
  width: 50%;
  float: left;
  display: block; }

/**
 * Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal; }

.alignnone {
  margin: 1em 1em 1em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 1em auto; }

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto; }

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

img.alignright {
  margin-left: 1em 0 1em 1em; }

img.alignleft {
  margin: 1em 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 1em auto; }

img#wpstats {
  display: block;
  margin: 0 auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none; }

.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center; }

.wp-caption img {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  position: relative;
  font-size: .8em; }

.gallery {
  margin: 0 auto; }

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%; }

.gallery a img {
  border: none; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.comments ol {
  padding-left: 0; }

.comments ol li {
  margin: 0; }

.comment-author {
  padding: 0;
  text-decoration: none; }

@media only screen and (max-width: 800px) {
  embed,
  object {
    max-width: 100%; } }
@media only screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }

  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }

  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto; } }
header {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 110;
  padding-top: 10px;
  -webkit-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75); }
  header .line {
    border-top: solid 1px #857355;
    opacity: 0.3;
    width: 100%;
    margin-top: 5px; }
    @media (max-width: 1023px) {
      header .line {
        display: none; } }
  header p {
    color: #6a7a45;
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0px 10px 0px; }
    @media (max-width: 1023px) {
      header p {
        font-size: 10px;
        margin-bottom: 30px; } }
  header .social img:hover {
    opacity: 0.5; }

nav {
  width: 100%;
  z-index: 120;
  margin: 10px 0px 0px 0px;
  bottom: 0; }

nav ul.mobile, #menu-mobile {
  display: none;
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

nav ul.main {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 10px 0px; }
  @media (max-width: 1023px) {
    nav ul.main {
      display: none; } }

ul#menu-main {
  margin: 0px;
  padding: 0px; }

nav ul.main li {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: top; }
  nav ul.main li:nth-child(3) {
    width: 22%; }
    @media (max-width: 1200px) {
      nav ul.main li:nth-child(3) {
        width: 22%; } }
  nav ul.main li:nth-child(4), nav ul.main li:nth-child(5), nav ul.main li:nth-child(6) {
    text-align: right; }
    nav ul.main li:nth-child(4) ul.sub-menu li, nav ul.main li:nth-child(5) ul.sub-menu li, nav ul.main li:nth-child(6) ul.sub-menu li {
      text-align: right; }

@media (max-width: 1023px) {
  nav li.item {
    display: none; } }

nav ul li a {
  color: #5b6056; }
nav ul li.active > a {
  color: #d3512b; }

nav ul li a {
  color: #5b6056;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  top: 0px; }
  @media (max-width: 1200px) {
    nav ul li a {
      font-size: 12px; } }
  nav ul li a:hover {
    color: #d3512b; }

nav.shownav {
  display: block;
  width: 100%; }
  @media (max-width: 1023px) {
    nav.shownav {
      display: block; } }
  nav.shownav ul li {
    width: 100%;
    display: block; }
  nav.shownav ul li:last-child {
    text-align: left; }
  nav.shownav .logo {
    top: 15px; }
  nav.shownav ul.mobile, nav.shownav #menu-mobile {
    display: block;
    width: 100%;
    padding: 10px 0px; }
    nav.shownav ul.mobile ul li:last-child, nav.shownav #menu-mobile ul li:last-child {
      text-align: left; }
    nav.shownav ul.mobile .logo, nav.shownav #menu-mobile .logo {
      top: 15px; }

#menu-btn {
  width: 35px;
  height: 50px;
  z-index: 200;
  position: absolute;
  left: 0px;
  top: -35px;
  display: none; }
  @media (max-width: 1023px) {
    #menu-btn {
      display: block; } }

#menu-btn a {
  display: block; }

#menu-btn span {
  display: block;
  height: 3px;
  background: #d3512b;
  margin: 4px 0px; }

nav ul li ul.sub-menu {
  display: none;
  text-align: left;
  margin: 0px;
  padding: 0px; }
  nav ul li ul.sub-menu li {
    display: block;
    width: 100%;
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px;
    text-align: left; }
    nav ul li ul.sub-menu li a {
      font-size: 11px;
      text-transform: none; }
    nav ul li ul.sub-menu li:nth-child(3), nav ul li ul.sub-menu li:nth-child(4), nav ul li ul.sub-menu li:nth-child(5), nav ul li ul.sub-menu li:nth-child(6) {
      width: auto;
      text-align: left; }

.logo {
  display: block;
  width: 125px;
  margin: -60px 20px -350px 20px;
  position: absolute;
  left: 43%;
  left: calc(50% - 72px);
  z-index: 130;
  cursor: pointer; }
  .logo img {
    cursor: pointer; }

#twocol {
  width: 50%;
  display: block;
  float: left; }

#title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 220px;
  z-index: 100;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8); }
  #title h1 {
    font-size: 70px;
    margin-bottom: 10px; }
  @media (max-width: 1200px) {
    #title {
      top: 180px; } }
  @media (max-width: 1023px) {
    #title {
      top: 240px; }
      #title h1 {
        font-size: 30px;
        margin-bottom: 10px; }
      #title h2 {
        font-size: 16px; } }

#banner-slider {
  max-height: 664px;
  overflow: hidden;
  background: #473d2d;
  background-size: cover;
  background-position: center; }

#slider {
  max-height: 664px;
  min-height: 500px;
  overflow: hidden;
  opacity: 0.7; }
  #slider img {
    height: auto;
    width: 100%; }
    @media (max-width: 1200px) {
      #slider img {
        min-height: 500px;
        min-width: 1200px;
        right: 0px !important;
        left: auto !important; } }

html, body {
  height: 100%; }

#main {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -180px !important; }
  #main .content {
    margin-bottom: 200px; }

footer {
  clear: both;
  position: relative;
  height: 180px; }

footer {
  background: rgba(255, 255, 255, 0.2);
  height: 180px; }

.home footer {
  background: none; }

#footercontent {
  font-weight: 100;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 50px 0px 0px 0px; }

#container {
  position: relative;
  width: 1100px;
  margin: 0px auto; }
  @media (max-width: 1200px) {
    #container {
      width: 960px; } }
  @media (max-width: 1023px) {
    #container {
      width: 600px; } }
  @media (max-width: 767px) {
    #container {
      width: 400px; } }
  @media (max-width: 400px) {
    #container {
      width: 90%; } }

section#main {
  display: block;
  width: 100%;
  text-align: center;
  margin: 50px 0px; }

section#homemain {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: -110px auto 80px auto;
  padding-bottom: 20px; }
  section#homemain:after {
    content: "";
    display: block;
    height: 180px; }
  @media (max-width: 1400px) {
    section#homemain {
      margin: -50px auto 60px auto; } }
  section#homemain p {
    color: #fff;
    line-height: 32px; }
  section#homemain .fourcol {
    position: relative;
    float: left;
    display: block;
    width: 19%;
    margin: 0px 1%;
    padding: 2%;
    font-weight: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 34px -13px rgba(0, 0, 0, 0.75); }
    section#homemain .fourcol p {
      font-size: 14px;
      line-height: 18px;
      height: 50px; }
    section#homemain .fourcol h2 {
      margin-top: 0px; }
    section#homemain .fourcol .line {
      border-top: 1px solid #dfc78f;
      margin: 25px 60px; }
    @media (max-width: 1023px) {
      section#homemain .fourcol {
        width: 42%;
        padding: 5% 2%;
        margin: 2%; } }
    @media (max-width: 767px) {
      section#homemain .fourcol {
        float: none;
        width: 62%;
        padding: 5% 4%;
        margin: 2% auto; } }
    section#homemain .fourcol.green {
      background: #6a7a45; }
      section#homemain .fourcol.green:hover {
        background-color: #4e5933; }
    section#homemain .fourcol.yellow {
      background: #b78731; }
      section#homemain .fourcol.yellow:hover {
        background-color: #8f6926; }
    section#homemain .fourcol.orange {
      background: #8e4d38; }
      section#homemain .fourcol.orange:hover {
        background-color: #69392a; }
    section#homemain .fourcol.blue {
      background: #647d87; }
      section#homemain .fourcol.blue:hover {
        background-color: #4e626a; }

#sidebar {
  float: left;
  width: 20%;
  margin-right: 8%;
  padding-right: 3%;
  display: block;
  text-align: left;
  border-right: 1px solid rgba(223, 199, 143, 0.3);
  color: white; }
  #sidebar p {
    font-size: 16px;
    line-height: 24px !important; }
  #sidebar .widget {
    padding: 20px 0px;
    font-size: 12px;
    line-height: 16px !important; }
  #sidebar ul {
    list-style-type: none;
    margin: 25px 0px 40px 0px;
    padding: 0; }
    #sidebar ul li {
      padding: 5px 0px; }
      #sidebar ul li.current_page_item a {
        color: #d3512b; }
    #sidebar ul a {
      color: white; }
      #sidebar ul a:hover {
        color: #d3512b; }
  #sidebar h2 {
    font-size: 16px;
    color: #dfc78f; }
  #sidebar .line {
    margin-right: 50%;
    opacity: 0.3; }
  @media (max-width: 1023px) {
    #sidebar {
      width: 100%;
      text-align: center;
      margin: 0px;
      padding: 0px;
      border: none; }
      #sidebar ul {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(223, 199, 143, 0.3); }
        #sidebar ul li {
          font-size: 14px;
          padding: 8px 16px;
          margin: 5px;
          display: inline-block;
          background: #6a7a45; }
          #sidebar ul li a {
            color: white; }
            #sidebar ul li a:hover {
              color: white;
              opacity: 0.7; }
          #sidebar ul li.current_page_item {
            background: #404929; }
            #sidebar ul li.current_page_item a {
              color: white; }
              #sidebar ul li.current_page_item a:hover {
                color: white;
                opacity: 0.7; }
      #sidebar .sideinfo {
        display: none; } }

.container {
  max-width: 1100px;
  margin: 0px auto; }
  .container.page {
    padding-top: 200px; }
  @media (max-width: 1200px) {
    .container {
      width: 960px; } }
  @media (max-width: 1023px) {
    .container {
      width: 600px; } }
  @media (max-width: 767px) {
    .container {
      width: 400px; } }
  @media (max-width: 400px) {
    .container {
      width: 90%; } }

.content {
  float: left;
  width: 65%;
  display: block;
  text-align: left;
  padding-bottom: 60px; }
  @media (max-width: 1023px) {
    .content {
      width: 100%; } }
  .content h2 {
    color: white;
    font-size: 30px;
    margin-top: 60px; }
  .content h3 {
    color: #dfc78f;
    margin-top: 50px; }
  .content p, .content li {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 200; }
  .content blockquote {
    background: none; }
  .content table {
    width: 100%;
    color: white; }
    .content table td[colspan="2"] {
      padding-bottom: 20px; }

.logo {
  display: block;
  width: 100px;
  margin: -60px 20px -350px 20px;
  position: absolute;
  left: calc(50% - 75px); }

.next-link a, .prev-link a {
  color: white;
  background: #d3512b;
  display: block;
  margin: 20px 0px;
  padding: 15px 0px;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -ms-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in; }
.next-link a:hover, .prev-link a:hover {
  background: #dfc78f;
  color: #d3512b; }

.board {
  display: block;
  padding: 30px 0px; }
  .board img {
    margin: 0px 30px 15px 0px; }
  .board h3 {
    margin-top: 0; }
    .board h3 span {
      font-family: "Open Sans", sans-serif;
      text-transform: none;
      color: white;
      font-size: 14px; }
  @media (max-width: 1023px) {
    .board {
      text-align: left; } }

.content article {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(223, 199, 143, 0.3); }
.content h2 a {
  color: white;
  font-size: 30px; }
  .content h2 a:hover {
    color: #b78731; }
.content img {
  border: 10px solid white;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); }
.content table td {
  padding: 10px 0px;
  font-size: 14px; }
  .content table td strong, .content table td b {
    font-size: 18px;
    text-transform: uppercase; }

#tribe-events-pg-template {
  padding-bottom: 60px; }

.tribe-events-calendar {
  background: #fff; }

form {
  color: white !important; }
  form .info h2 {
    color: white; }
  form label {
    color: white !important; }
  form input {
    border-radius: 10px;
    padding: 5px; }

.tribe-events-loop .tribe-events-event-meta {
  font-size: 18px !important;
  margin: 15px 0px !important;
  color: white;
  background: none !important;
  border: none !important; }

.tribe-events-list .tribe-events-venue-details {
  border: none !important; }

#tribe-bar-form label, #tribe-bar-collapse-toggle {
  color: black !important; }

.tribe-events-user-recurrence-toggle label {
  color: white; }

iframe {
  background: white;
  padding: 40px;
  width: calc(100% - 80px) !important; }

/*# sourceMappingURL=foodcoop.main.css.map */
