/*
Theme Name: Flat Child
Description: Flat Child Theme
Author: Liv Dell
Template: flat
Version: 1.0.0
*/

input[name="jetpack_subscriptions_widget"] {
  color: #999;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 4px 14px;
}
input[name="jetpack_subscriptions_widget"]:hover {
  color: black;
  border: 1px solid rgb(84, 164, 187);
}
#subscribe-field-blog_subscription-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button {
  display: none;
}

blockquote {
  color: #bbb;
  font-style: italic;
}
blockquote p {
  text-indent: 0px !important;
}

.tag-chapter-release .entry-content .sharedaddy {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .block-toc {
    width: 50%;
    float: left;
  }
  .block-toc:nth-child(odd) {
    clear: both;
  }
  .comment-form-author {
    width: 49%;
    float: left;
  }
  .comment-form-email {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  .comment-form-url {
    clear: both;
  }
  .navigation.post-navigation {
    min-height: 126px;
  }
  .navigation.post-navigation .post-title {
    font-size: 20px;
  }
  .navigation.post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .navigation.post-navigation .nav-next {
    text-align: right;
  }
  .navigation.post-navigation .nav-previous {
    padding-right: 10px !important;
  }
  .comments-area {
    clear: both;
  }
}

#site-navigation a {
  font-family: 'Roboto Slab', 'Droid Sans';
  text-transform: none;
  font-size: 14px;
}

.scroll-back-to-top-wrapper.show {
  border-radius: 50%;
}

.btn.btn-default.btn-sm {
  clear: both;
  display: block;
  width: 230px;
  margin-top: 25px;
  margin-left: 30px;
}

img#wpstats {
  display: none;
}

#comments .children {
  margin: 0 0 0 35px !important;
}
