/* Our custom CSS file */

.widget-title {
  color : #6ba420;
}

.site-footer a:hover, .site-footer a:focus {
  color: #6ba420;
}

.site-header .site-title a:hover, .site-header .site-title a:focus, .site-header .site-description a:hover, .site-header .site-description a:focus {
  color: #6ba420;
}

blockquote {
  color: #6ba420;
  font-size: 16px;
  font-size: 1.0rem;
}

blockquote p:first-child:before {
  color: #6ba420;
}

.main-navigation.toggled ul > .current_page_item > a,
.main-navigation.toggled ul > .current-menu-item > a {
  background: #6ba420;
}

a {
  color: #6ba420;
}

a:hover, a:active, a:focus, a:visited {
  color: #6ba420;
}

.site {
  background-color: rgba(255,255,255,0.95);
}

.archive .content-area article, .category .content-area article, .singular .content-area article, .blog .content-area article, .search-results .content-area article {
  background: none;
}

.site-footer {
  background: none;
}

@media screen and (min-width: 783px) {
  .main-navigation {
    background: none; 
  }
}

#secondary {
  background: none;
}

.widget-area .widget .textwidget {
  font-size: 1.05rem;
}

.widget, .widget-title {
		text-align: center;
}

 .widget-title {
		margin-bottom: 2px !important;
}

.image-caption {
  float: left;
  font-size: 8px;
  font-size: 0.5rem;
}

#site-admin-link a {
  display: none;
}

