/*
Theme Name:         Editor Child
Theme URI:          https://array.is/themes/editor-wordpress-theme/
Description:        Editor is a typography-driven theme that puts bold and beautiful publishing right at your fingertips.
Version:            1.0.0
Author:             ArrayHQ
Template:           editor
*/
/* Header */
header.site-header {
  background: #8fd0e2 url("http://dean.moseke.com/wp-content/uploads/2014/11/dean_laughing.jpg") no-repeat right bottom/150%;
  padding-top: 5%; }

.toggle-bar {
  background: #4cc4e0;
  display: none; }

.main-navigation {
  padding-top: 0; }

/* Content */
.post {
  border-bottom: solid 15px #EEF8FB; }

/*.entry-header .author {
  display: none;
}*/
.meta-list li {
  border-bottom: 2px solid #CEDBDD; }

.meta-list li:first-child {
  border-top: 2px solid #CEDBDD; }

/* Theme Footer */
.site-info {
  display: none; }

.featured-image {
  display: none; }

/* Plugin Styles */
.watch-position > div a:before {
  background: #FFF;
  border-radius: 100%;
  color: #8fd0e2;
  font-family: fontawesome;
  font-size: 2.5rem;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }
.watch-position > div a span.lc, .watch-position > div a span.unlc {
  color: #555;
  float: none; }
.watch-position > div a.like-268:hover:before {
  color: #57cc39; }
.watch-position > div a.unlike-268:hover:before {
  color: #ff8e2d; }
.watch-position > div img {
  display: none; }
.watch-position > div.action-like a:before {
  content: '\f164'; }
.watch-position > div.action-unlike {
  padding-left: 2rem; }
  .watch-position > div.action-unlike a:before {
    content: '\f165'; }

/* Mobile */
@media (max-width: 768px) {
  header.site-header {
    background: #8fd0e2 url("http://dean.moseke.com/wp-content/uploads/2014/08/dean_laughing1.jpg") no-repeat right top/60%; } }
