/*
Theme Name: Fireflies
Theme URI: http://www.fireflies.nl;
Author: Brandstichting
Author URI: http://www.brandstichting.com/
Description: Stuff Goes Here
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: daf 500
Text Domain: fireflies

*/

html {
  border-bottom: 10px solid #daf500;
  min-height: calc(100% - 10px);
}

body {
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  /* letter-spacing: 0.3px; */
  background-color: #2d3300;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}

a {
  color: #e3e3e3;
  text-decoration: none;
  border-bottom: 1px solid #daf500;
  color: #fff;
}

a:hover {
  border: none;
  color: #000000;
  padding: 5px;
  margin: -5px;
  background-color: #daf500;
}

h1, h2, h3, h4 {
  font-family: "Helvetica", serif;
  font-size: 18px !important;
  color: #f3f3f3;
  font-weight: bold;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
  border: 0;
}

main {
  width: 980px;
  margin: 0 auto;
}

main > header {
  padding: 20px 0;
}

main > header a {
  border: 0;
}

main > header a:hover {
  background-color: transparent;
}

section#content {
  width: 600px;
  padding-right: 100px;
  float: left;
}

/* section#content article {
  border-bottom: 1px solid white;
}

section#content article:last-child {
  border-bottom: none;
} */

aside#sidebar {
  width: 280px;
  float: left;
}

#header, #footer, .widget li {
  border: none;
  background-image: none;
}

span.rss-date {
  font-family: "Helvetica", sans-serif;
  font-size: 80%;
  color: #888888;
  clear: both;
  display: block;
}

div#site-logo a, div#site-logo a:hover {
  border: none;
}

h2 a.rsswidget {
  font-weight: 100;
  font-size: 16px;
  color: #daf500;
  pointer-events: none;
  cursor: default;
}

a.rsswidget img {
  display: none;
}

#footer {
  display:none;
}

time.post-date {
  color: #daf500;
  font-size: 80%;
}

form#searchform, div.social-widget {
  display: none;
}

div.mobile-button {
  display: none !important;
}

div#icons {
  margin-top: -36px;
}

span.icon {
  margin-right: 10px;
}

span.icon > a {
  border: none !important;
}

div.widget_rss ul, div.widget_categories ul {
  padding: 0;
}

/* div.widget_rss ul li, div.widget_categories ul li {
  list-style: none;
} */

div#rss-2 {
  font-size: 15px;
}

div#rss-2 ul {
	list-style-image: url('heart.svg');
	padding: 0;
	margin: 0 0 0 -10px !important;
}

div#rss-2 ul li {
	padding-left: 10px;
}

/* div#rss-2.widget_rss ul li {
  margin-left: -25px;
  text-transform: capitalize;
} */

/* div#rss-2.widget_rss ul li:before {
   display: block;
   content: "";
   float: left;
   margin-right: 15px;
   height: 20px;
   width: 10px;
   background-image: url('heart.svg');
   background-size: 10px;
   background-position: 0px 5px;
   background-repeat: no-repeat;
} */

/* div#rss-2.widget_rss ul li span.rss-date {
  margin-left: 25px;
} */

div.quote {
  font-family: georgia, times new roman, serif;
  font-style: italic;
  margin: 20px;
  padding: 0px 10px;
  border-left: 5px solid #daf500;
}

span.quote-source {
  font-style: normal;
  font-size: 80%;
}

.widget ul {
  margin: -10px 0px 0px 0px !important;
}

div.footnote {
  font-size: 85%;
  color: #888;
}

iframe {
  width: 300px;
  height: 42px;
  margin-bottom: 10px;
  background-color: #272825;
}

.post {
  margin-bottom: 30px;
}

div.wp-caption img {
  border: 2px solid #daf500;
}

div.wp-caption a {
  border: none !important;
}

div.wp-caption a:hover {
  background: none !important;
}

.wp-caption-text {
  font-size: 80%;
}

div.favorites {
  border: 1px solid #daf500;
  padding: 20px;
}

h2.favorites {
  font-size: 14pt !important;
  padding: 0px;
  margin: 0px;
}

.entry-meta {
  color: #daf500;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}

.author.vcard, .meta-sep {
  display: none;
}

.post-edit-link {
  float: right;
  font-size: 10px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  opacity: 0.1;
}

.entry-category {
  font-family: "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 10px;
  margin-left: 12px;
  border: 1px solid #daf500;
  opacity: 0.4;
}

.entry-category a {
  color: #daf500;
  pointer-events: none;
  cursor: default;
  border: none;
}

.entry-content {
  overflow: auto;
}

.entry-content ol {
  margin-left: -40px;
}

.entry-content ol li {
  margin-left: -10px;
  padding-left: 10px

}

.entry-content img {
  border: 1px solid #5a6700;
  padding: 1px;
  float: right;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 980px) {
  /* body {
    font-size: 24px;
    line-height: 30pt;
  } */

  main {
    width: 100%;
  }

  section#content {
    width: 100%;
    padding-right: 0;
  }

  aside#sidebar {
    display: none;
  }
}