body {
  font-family: "Signika", arial, serif;
  font-size: 16px;
  color: #505050;
}

body a {
  color: #a6b257;
}

body a:hover {
  color: #d15903;
  text-decoration: none;
}

h2 {
  font-family: "Vollkorn", arial, serif;
  color: rgb(0, 80, 48);
  font-style: italic;
}

main {
  display: block;
}

#main {
  background: #fff;
}

body.custom-background {
  background: 50% 10% no-repeat fixed;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.admin-bar #headerBg {
  top: 32px;
}

#headerBg {
  background: url(../images/greenbar.png) repeat-x top center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 114px;
  z-index: 0;
}

#logo,
#logo:hover {
  text-indent: -9999px;
  display: block;
  position: relative;
  background: url(../images/logo.png) no-repeat !important;
  width: 210px;
  height: 90px;
}

#mainContainer {
  background: #fff url(../images/navbg.png) repeat-x top center;
  z-index: 1;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

#footer {
  position: relative;
  clear: both;
  height: 50px;
  width: 100%;
  background: url(../images/yellowbar.png) repeat-x bottom center;
}

.primaryNav a {
  font-size: 15px;
  font-weight: bold;
}

#content.home {
  padding-top: 80px;
}

#content {
  padding-top: 45px;
  padding-left: 45px;
  background: url(../images/yellowbottom.png) repeat-x top center;
}

#content.blog {
  background: none;
  padding-top: 0px;
  height: 100%;
}

.blogSidebar {
  background: #fff9e4;
}

#footer a,
.navbar a {
  color: #005030;
}

#footer a:hover,
.navbar a:hover {
  color: rgb(220, 104, 40);
  background: none !important;
}

#footer .nav a {
  padding: 23px 6px 0 10px;
}

@media (max-width: 1200px) {
  #footer .nav a {
    padding-right: 8px;
    padding-left: 16px;
  }
  #footer .nav li:nth-child(2):before {
    content: "";
  }
}

@media (max-width: 992px) {
  #footer .nav a {
    padding-right: 5px;
    padding-left: 12px;
  }
}

#footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#footer .nav {
  text-align: center;
  margin: 0 auto;
}

#footer .nav li {
  float: left;
  padding: 2px;
  width: auto;
  margin: 0 auto 0 auto;
}

#footer .nav li:before {
  display: block;
  float: left;
  margin-top: 23px;
  content: "\00b7";
}

#footer .nav li:first-child:before {
  content: "";
}

#footer .nav li a {
  white-space: nowrap;
}

.toolboxNav {
  position: relative;
  padding-left: 15px;
}

.navbar-default {
  background: #fccd0e;
  border: none;
}

.navbar-default .navbar-toggle {
  border: none !important;
  background: transparent !important;
  margin: 40px 30px 0 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:visited {
  border: none;
  background: transparent;
}

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

.navbar-default .navbar-nav {
  margin-left: 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #005030;
}

.navbar-default .navbar-collapse {
  border: none;
}

.container-fluid .toolboxNav > li > a {
  padding: 0 0 1px 0;
}

.toolboxNav li {
  float: none !important;
  display: block;
  line-height: 8px;
}

.toolboxNav .donation > a {
  display: block;
  text-indent: -9999px;
  width: 145px;
  height: 41px;
  margin-left: -17px;
  background: url(../images/makeadonation.png) no-repeat;
  padding-bottom: 0px;
}
.toolboxNav .donation > a:hover {
  background: url(../images/makeadonation.png) no-repeat !important;
}

#pageHeader {
  position: relative;
  width: 100%;
  height: 230px;
}

#pageHeader > img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 230px;
}

@media (max-width: 992px) {
  #primaryNav {
    left: 170px;
  }

  #primaryNav .nav a {
    font-size: 15px;
  }
  #toolboxNav {
    margin-left: 50px;
    width: 150px;
  }
}

.postInfo {
  color: #888;
  font-size: 14px;
  margin: 0 0 20px 0;
}

.postBody {
  margin: 0 0 40px 0;
}

.sub-menu {
  display: block;
  position: relative;
  z-index: 100;
  background: #fccd0e;
  list-style-type: none;
  margin-left: 0px;
  padding: 15px 15px 5px 15px;
  min-width: 250px;
}

.sub-menu {
}

.sub-menu a {
  font-size: 16px !important;
  white-space: nowrap;
  font-weight: normal !important;
}

.sub-menu > li {
  margin-bottom: 10px;
}

/** Widgets **/

#sidebarPage .widget_text {
  padding: 20px;
}

#sidebarPage .widget_text h3 {
  margin-top: 0px;
}

.yellow-leaf {
  background: url(../images/leafbg.png) no-repeat;
}

.yellow-leaf h3 {
  color: #ffb604;
  font-size: 70px;
}

.blue-blank {
  background: url(../images/cookbookbg.png) no-repeat;
  padding-top: 60px !important;
  min-height: 250px;
}

.blue-blank h3 {
  font-size: 14px;
  width: 130px;
}

.blue-blank .textwidget {
  width: 130px;
  font-size: 12px;
}

.widget_tag_cloud a {
  display: block;
}
.widget_categories ul {
  list-style-type: none;
  padding-left: 0px;
}

/** FAQ Page styling **/

.page-template-template-faq h1 {
  background: linear-gradient(to bottom, #fafafa 0%, #f5f5f5 100%) repeat scroll
    0 0 rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 1px 0 #fff inset;
  margin-bottom: 10px;
  padding: 10px;
  text-shadow: 0 1px 0 #fff;
  font-style: italic;
  font-size: 20px;
  color: #333333;
}

.widget_tag_cloud .tag-cloud-link {
  font-size: 16px !important;
}

.articleListing article {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.articleListing .listingThumbnail img {
  max-width: 100%;
}

.article .singleImage img {
  max-width: 100%;
}

.arconix-faq-title {
  font-weight: bold;
}

.expandableSections {
  background: #f6f6f6;
  border-bottom: 1px solid rgb(204, 204, 204);
  width: 90%;
}

.expSection > a,
.expSection > .content {
  border: 1px solid;
  border-bottom: none;
  border-top: 1px solid rgb(204, 204, 204);
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);

  padding: 5px;
}

.expSection > a {
  font-family: "Vollkorn" !important;
  display: block;
  color: #444;
  text-decoration: none;
  padding-left: 25px;
  font-size: 22px;
  font-style: italic;
  background: #f6f6f6 url(../images/j_arrow.png) 5px 50% no-repeat;
}

.expSection.active > a {
  background: #f6f6f6 url(../images/j_arrow_down.png) 5px 50% no-repeat;
}

.expSection > .content {
  max-height: 0px;
  padding: 0px 10px 0 25px;
  height: auto;
  display: block;
  border-top: none;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.expSection > .content h3 {
  margin-top: 5px;
}

.expSection.active > .content {
  display: block;
  max-height: 5000px;
  padding: 25px 10px 25px 25px;
  border-top: 1px solid rgb(204, 204, 204) !important;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}

@media (min-width: 768px) {
  .primaryNav {
    position: absolute;
    top: 50px;
    left: 200px;
  }

  /* Menu Drop downs */
  .primaryNav li:hover .sub-menu {
    display: block;
  }

  .primaryNav .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
  }

  .navbar-default .navbar-nav {
    margin-left: 0px;
  }

  .toolboxNav {
    margin-left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    right: 0px;
    width: 145px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .primaryNav a {
    font-size: 18px;
  }
}
