@font-face { font-family: 'OviDemCom'; src: url('OviDemCom.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SourceCodePro'; src: url('SourceCodePro-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'FavsLog'; src: url('FavsLog.ttf') format('truetype'); font-weight: normal; font-style: normal; }

*, * :before, * :after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

/* Global */

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
  color: #363636;
  font-weight: 300;
  cursor: default;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;

  @media (min-width: 600px) {
    font-size: 20px;
  }
  @media (min-width: 990px) {
    font-size: 22px;
  }
}

a {
  color: #b03b28;
  font-weight: 400;

  &:hover {
    color: #e76428;
    text-decoration: none;
  }
  &:visited {
    color: #af4b1e;

    &:hover {
      color: #cb531d;
    }
  }
}

b, strong {
  font-weight: 500;

  & a {
    font-weight: 500;
  }
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: #ccc 1px solid;
  height: 1px;
  color: #246c82;
}

p {
  margin: 0;
  margin-bottom: 20px;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #355532;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0;
  font-weight: 600;

  & a {
    font-weight: 600;
  }
}
h1, h2 {
  display: inline-block;
  width: 100%;
  line-height: 1.2em;
}
h1 {
  font-size: 32px;

  @media (min-width: 600px) {
    font-size: 38px;
  }
  @media (min-width: 990px) {
    font-size: 48px;
  }
}
h2 {
  font-size: 24px;

  @media (min-width: 600px) {
    font-size: 30px;
  }
  @media (min-width: 990px) {
    font-size: 36px;
  }
}
h3 {
  font-size: 22px;

  @media (min-width: 990px) {
    font-size: 30px;
  }
}
h4 {
  font-size: 20px;
  text-shadow: none;
}

.clear {
  float: none;
  clear: both;
}

.btn {
  display: inline-block;
  border-radius: 2px;
  background-color: #b06228;
  padding: 0 7px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;

  &:hover {
    background-color: #b03b28;
    color: #fff;
    text-decoration: none;
  }
}

/* Header */

header {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #253b23;
}
header #logo {
  display: inline-block;
  float: left;
  margin: 0;
  width: 180px;
  padding: 0;
  padding-top: 2px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 28px;

  & a {
    color: #fff;
    font-weight: bold;
    line-height: 46px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 0;
    text-decoration: none;
  }
}
header nav#main {
  float: right;
  margin-top: 10px;
  text-align: left;
  font-size: 22px;
  text-transform: lowercase;

  & a {
    text-decoration: none;
    font-weight: bold;
    color: #e4df62;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 0;

    &:hover, &:visited:hover {
      color: #f2efab;
    }
    &:visited {
      color: #e4df62;
    }
  }
}
header nav#main ul {
  margin: 0;
  padding: 0;
  list-style: none;

  & li {
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;

    &:last-child {
      margin-right: 0;
    }
  }
}

header nav#sub {
  border-bottom: #eee 0.5px solid;
  width: 100%;
  min-height: 35px;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
}
header nav#sub ul {
  display: inline-block;
  margin: 0 auto;
  margin-top: 8px;
  width: 800px;
  padding-left: 0;
  list-style: none;
  line-height: 20px;
  text-align: right;
}
header nav#sub ul li {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  font-weight: 400;
}
header nav#sub ul li a {
  text-decoration: none;
  color: #b03b28;
}
header nav#sub ul li a:hover, header nav#sub ul li a:visited {
  text-decoration: none;
  color: #b03b28;
}
@media (max-width: 990px) {
  header nav {
    font-size: 22px;
  }
  header #logo {
    width: auto;
    font-size: 28px;
    line-height: 18px;
  }
  header nav#sub ul {
    width: 720px;
  }
}
@media (max-width: 800px) {
  header nav#main ul {
    margin-left: 15px;
  }
  header nav#sub {
    width: 100%;
  }
  header nav#sub ul {
    width: 100%;
  }
  header nav#sub ul li {
    margin-right: 15px;
    margin-left: 0;
  }
}
@media (max-width: 410px) {
  header nav#main {
    font-size: 20px;
  }
  header nav#main ul li {
    margin-right: 8px;
  }
  header #logo {
    margin-right: 10px;
    font-size: 23px;
  }
}

/* Footer */

footer {
  clear: both;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  background-color: #253b23;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #7e974f;
}
footer a {
  color: #e4df62;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
footer a:hover, footer a:visited:hover {
  color: #f2efab;
}
footer a:visited {
  color: #e4df62;
}
footer p {
  margin-bottom: 10px;
}
nav {
  display: inline-block;
  margin: 0;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin: 0 5px;
  line-height: auto;
}
@media (max-width: 990px) {
  footer {
    left: 0;
    width: 100%;
  }
}

/* Sections */

section {
  float: left;
  width: 100%;
  padding: 40px 0 20px 0;
}

section.more {
  background-color: #fff;
}
section.more h1 {
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 990px) {
  section.more h1 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  section.more h1 {
    font-size: 20px;
  }
}

section.last {
  border-bottom: 0;
}

/* Container */

.container {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 100%;
}
.container ul {
  margin: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 0;
}
.container ul li {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .container ul {
    margin-left: 30px;
  }
}

/* Content */

.note {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.subtitle {
  font-size: 22px;
  font-weight: 400;
}
.newthought {
  font-weight: 400;
}

.blog-post {
  padding: 30px 0;
}
@media (max-width: 800px) {
  .blog-post {
    padding: 0 15px;
  }
}
.blog-post figure {
  margin-bottom: 30px;
}
.blog-post img {
  border: #ccc 1px solid;
  padding: 1px;
}
.blog-post figure img {
  width: 100%;
  height: auto;
}
.blog-post figure figcaption, .blog-post .wp-caption-text, .blog-post .caption {
  font-size: 16px;
  text-align: center;
  line-height: 1.3em;
}
.blog-post blockquote {
  margin: 20px 47px;
  border-left: #363636 4px solid;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .blog-post blockquote {
    margin: 10px 15px;
  }
}
.blog-post blockquote p {
  font-family: "Georgia", serif;
}
.blog-post .republished {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 600px) {
  .blog-post img {
    width: 100%;
  }
}

.cta {
  font-style: italic;
}

/* Featured Banners */

ul.feature {
  float: none;
  display: block;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
ul.feature li { 
  display: inline-block;
  margin-right: 17px;
  line-height: 1.2em;
  font-size: 14px;
}
ul.feature li:last-child {
  margin-right: 0;
}
ul.feature li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #363636;
  transition: 100ms;
}
ul.feature li a:hover {
  transform: scale(1.05);
}
ul.feature li img {
  box-shadow: rgba(0,0,0,0.20) 0 2px 5px 0;
  border-radius: 2px;
  width: 335px;
  height: auto;
  transition: 100ms;
}
ul.feature li a:hover img {
  box-shadow: rgba(0,0,0,0.20) 0 3px 10px 0;
}
ul.feature li span {
  opacity: 0.80;
  position: relative;
  top: -22px;
  background-color: #fff;
  padding: 0 3px;
}

@media (max-width: 990px) {
  .feature li img {
    width: 315px;
  }
}
@media (max-width: 800px) {
  .feature {
    margin-left: 0 !important;
  }
}
@media (max-width: 420px) {
  .feature li {
    margin-right: 0;
  }
  .feature li img {
    width: 100%;
  }
}

/* Home */

.whatido h1 {
  margin-top: 20px;
  width: auto;
  line-height: 1em;
}
.whatido .intro {
  font-size: 20px;

  @media (min-width: 420px) {
    font-size: 24px;
  }
}

.whatido .recent {
  margin-left: 10%;
  width: 80%;
}
.whatido .recent tr {
  padding: 15px 0;
  border-bottom: #eee 1px solid;
  display: block;
}
.whatido .recent tr:last-child {
  border-bottom: 0;
}
.whatido .recent th {
  width: 33%;
  padding-right: 20px;
  text-align: right;
}
.whatido .recent td {
  width: 66%;
  vertical-align: middle;
}
.whatido .icon, .whatido .cover {
  position: relative;
  display: inline-block;
  transition: 100ms all ease;
}
.whatido .icon:hover, .whatido .cover:hover {
  transform: scale(1.05);
}
.whatido .icon img, .whatido .cover img {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.20) 0 2px 5px 0;
  border-radius: 12px;
}
.whatido .icon:hover img, .whatido .cover:hover img {
  box-shadow: rgba(0, 0, 0, 0.20) 0 2px 5px 0;
}
.whatido .cover img {
  border-radius: 1px;
}
@media (max-width: 800px) {
  .whatido .recent {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .whatido .recent th, .whatido .recent td {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.bio-photo {
  float: left;
  margin-right: 20px;
  box-shadow: rgba(0,0,0,0.20) 0 2px 5px 0;
  border-radius: 100%;
}

.latest-posts {
  column-count: 2;
}
@media (max-width: 720px) {
  .latest-posts {
    column-count: 1;
  }
}

#mc-embedded-subscribe-form input[type='text'], #mc-embedded-subscribe-form input[type='email'], #mc-embedded-subscribe-form input[type='submit'] {
  padding: 3px 5px;
  font-size: 16px;
  font-weight: 300;
}

form#mc-embedded-subscribe-form {
  margin-bottom: 30px;
}
form#mc-embedded-subscribe-form input[type='text'], form#mc-embedded-subscribe-form input[type='email'] {
  margin-bottom: 10px;
  width: 90%;
}
form#mc-embedded-subscribe-form .name {
  float: left;
  width: 25%;
}
form#mc-embedded-subscribe-form .email {
  float: left;
  width: 50%;
}
@media (max-width: 600px) {
  form#mc-embedded-subscribe-form .name, form#mc-embedded-subscribe-form .email {
    width: 100%;
  }
}

/* Apps and Websites */

#feature {
  border: 0;
  padding: 0;
}
#feature ul.featured {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#feature ul.featured li {
  display: inline-block;
  float: left;
  width: 33.3%;
  height: 280px;
  padding: 40px 25px;
}
#feature ul.featured li .logo {
  display: inline-block;
}
#feature ul.featured li .logo img {
  width: 300px;
}
#feature ul.featured li#blocksedit {
/*
  background: linear-gradient(to bottom right, #1959af, #c73937);
*/
  background: linear-gradient(to bottom right, #8f4da8, #4980c2);
  color: #fff;
}
#feature ul.featured li#blocksedit a {
  color: #fff;
}
#feature ul.featured li#blocksedit .logo {
  display: inline-block;
  margin-bottom: 20px;
}
#feature ul.featured li#distinctivequality {
  background-image: url(/img/distinctivequality-bg.gif);
  background-size: 16px;
  color: #fff;
}
#feature ul.featured li#distinctivequality a {
  color: #fff;
}
#feature ul.featured li#distinctivequality .logo {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 15px 15px 5px 15px;
}
#feature ul.featured li#basetime {
  background-color: #eee;
}
#feature ul.featured li#basetime .logo {
  margin-bottom: 15px;
}
@media (max-width: 1500px) {
  #feature ul.featured li {
    height: 320px;
  }
}
@media (max-width: 1200px) {
  #feature ul.featured li {
    height: 350px;
  }
  #feature ul.featured li .logo img {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  #feature ul.featured {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
  }
  #feature ul.featured li {
    width: 100%;
    height: auto;
    padding: 30px 20% 25px 20%;
  }
}
@media (max-width: 800px) {
  #feature ul.featured li {
    padding: 30px 20px 25px 20px;
  }
}

#indieaisle {
  background-color: #fefcee;
}

#impulsetracker {
  background: url('/img/impulse-tracker-bg.jpg');
}

#comics ul {
  display: inline-block;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0;
}
#comics ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  #comics ul {
    display: inline-block;
    margin-bottom: 0;
  }
}

ul.sectionsnav {
  margin-bottom: 10px;
  margin-left: 0;
  list-style: none;

  @media (max-width: 800px) {
    margin-left: 0;
  }
}
ul.sectionsnav li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;

  @media (max-width: 800px) {
    font-size: 24px;
    line-height: 40px;
  }
  @media (max-width: 500px) {
    margin-right: 20px;
    font-size: 22px;
    line-height: 35px;
  }
}

ul.sectionsnav li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
ul.sectionsnav li a:before {
  margin-right: 5px;
  font-size: 26px;
}

#faves .thing:before {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-family: "FavsLog", Helvetica, sans-serif;
  font-size: 22px;
  color: #b03b28;
}
#faves .thing.thing-movies:before {
  content: 'f';
}
#faves .thing.thing-tv:before {
  content: 't';
}
#faves .thing.thing-books:before {
  content: 'b';
}
#faves .thing.thing-comicbooks:before {
  content: 'c';
}
#faves .thing.thing-videogames:before {
  content: 'v';
}
#faves .thing.thing-music:before {
  content: 'o';
}
#faves .thing.thing-live:before {
  content: 'l';
}

.guide {
  display: block;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-decoration: none;
  color: #444;

  &:visited {
    color: #444;
  }

  & h2, p {
    margin-bottom: 0;
  }
}

#health-guide {
  background-color: #f6ffed;
  background-image: url('/img/health-guide/bg-food.png');
  background-size: 50%;
}

#health-guide h3 {
  color: #375e2a;
}

#health-guide ul {
  margin-left: 0;
  list-style: none;
}
#health-guide ul li {
  float: left;
  width: 50%;
  text-align: center;
}
#health-guide ul li:nth-child(odd) {
  padding-right: 10px;
}
#health-guide ul li:nth-child(even) {
  padding-left: 10px;
}
#health-guide ul li img {
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
}
@media (max-width: 1000px) {
  #health-guide {
    background-size: 75%;
  }
}
@media (max-width: 800px) {
  #health-guide {
    background-size: 100%;
  }
}
@media (max-width: 600px) {
  #health-guide {
    background-size: 125%;
  }
  #health-guide ul li {
    width: 100%;
  }
  #health-guide ul li:nth-child(odd) {
    padding-right: 0;
  }
  #health-guide ul li:nth-child(even) {
    padding-left: 0;
  }
}

#thinking-guide {
  background-color: #f4f4f4;
}
#thinking-guide h3 {
  color: #1e4d9f;
}

#creator-guide {
  background-color: #fff7e3;
}
#creator-guide h3 {
  color: #e24737;
}

#design-guide {
  background-color: #f1f1f1;
}
#design-guide h3 {
  color: #f01c55;
}

#email-design {
  background-color: #e4e4e4;
  background-image: url('https://blocksedit.com/img/bg-abstract-2.svg');
}
#email-design .icon {
  border-radius: 10px;
}

#lifehacks {
  background-image: url('/lifehacks/bg-left.jpg'), url('/lifehacks/bg-right.jpg');
  background-position: left bottom, right bottom;
  background-size: auto 15%, auto 15%;
  background-repeat: no-repeat;
  background-color: #d2e8e7;
  color: #333;

  @media (min-width: 600px) {
    background-size: auto 30%, auto 30%;
  }
  @media (min-width: 900px) {
    background-size: auto 45%, auto 45%;
  }
}
#lifehacks h1, #lifehacks h2, #lifehacks h3, #lifehacks a {
  color: #32736f;
}
#lifehacks .storelogo {
  opacity: 0.9;
}
#lifehacks .storelogo:hover {
  opacity: 0.7;
}

#hacktivity {
  background-image: url('/hacktivity/bg-left.jpg'), url('/hacktivity/bg-right.jpg');
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: auto 15%, auto 15%;
  background-color: #0e1803;
  color: #fff;

  @media (min-width: 600px) {
    background-size: auto 30%, auto 30%;
  }
  @media (min-width: 900px) {
    background-size: auto 45%, auto 45%;
  }
}
#hacktivity h1, #hacktivity h2, #hacktivity h3, #hacktivity a {
  color: #8ded19;
}
#hacktivity .storelogo {
  border-radius: 5px;
  height: 25px;
  background-color: #8ded19;
  padding: 5px;
}

#mods {
  background-color: #072305;
  color: #fff;
}
#mods a, #mods h1 {
  color: #fff;
}
#mods ul {
  list-style: none;
}

/* Comics and Stories */

#lifehacks .trailer, #hacktivity .trailer {
  border: #aaa 1px solid;
  border-radius: 2px;
}
@media (max-width: 990px) {
  .trailer {
    width: 720px;
    height: 406px;
  }
}
@media (max-width: 800px) {
  .trailer {
    width: 100%;
    height: 54.3vw;
  }
}
@media (max-width: 600px) {
  .trailer {
    height: 52vw;
  }
}

#lifehacks .cover, #hacktivity .cover {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.20) 0 2px 5px 0;
}
@media (max-width: 800px) {
  #lifehacks .cover, #hacktivity .cover {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #lifehacks .cover, #hacktivity .cover {
    width: 100%;
  }
}

#lifehacks .cta, #hacktivity .cta {
  clear: left;
  font-style: normal;
}
@media (max-width: 800px) {
  #lifehacks .cta a, #hacktivity .cta a {
    display: inline-block;
  }
}

#lifehacks .reviews, #hacktivity .reviews {
  display: inline-block;
  margin-top: 20px;
  padding: 0 15%;
  text-align: center;
}
@media (max-width: 600px) {
  #lifehacks .reviews, #hacktivity .reviews {
    padding: 0;
  }
}

/* Blog */

#blog .title {
  margin-bottom: 0;
}
#blog .title.fave {
  margin-left: -22px;
}
#blog .title.fave:before {
  position: relative;
  top: -5px;
  margin-right: 6px;
  font-family: "FavsLog", Helvetica, sans-serif;
  content: 'S';
  font-size: 14px;
}
#blog small.fave:before {
  font-family: "FavsLog", Helvetica, sans-serif;
  content: 'S';
  font-size: 14px;
}
#blog .byline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
}
.blog-post .cta {
  border-top: #363636 2px solid;
  border-bottom: #363636 2px solid;
  padding: 20px 50px;
}
@media (max-width: 600px) {
  .blog-post .cta {
    padding: 20px 20px;
  }
}

@media (max-width: 767px) {
  #blog .title.fave {
    margin-left: 20px;
  }
  #blog .title.fave:before {
    position: relative;
    left: 2px;
    margin-left: -20px;
  }
}

/* More */

.connecting {
  list-style: none;
}
.connecting li a {
  border-radius: 2px;
  background-color: #b06228;
  padding: 2px 10px;
  color: #fff;
  text-decoration: none;
}

button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;} button,input{line-height:normal} button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;} button[disabled],input[disabled]{cursor:default} input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;} input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none} button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} textarea{overflow:auto;vertical-align:top;}