@font-face {
  font-family: 'katahdin_roundregular';
  src: url("includes/fonts/katahdinround-webfont.woff2") format("woff2"), url("includes/fonts/katahdinround-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.loop-post {
  margin-bottom: 30px; }
  .loop-post img {
    width: 100%; }
  .loop-post .cont {
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05); }
  .loop-post .wrap {
    padding: 20px; }
  .loop-post h2 {
    font-size: 20px;
    line-height: normal;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .loop-post h2 {
        font-size: 16px; } }
  .loop-post a {
    color: #1a171b; }
  .loop-post p {
    font-size: 15px;
    line-height: 1.4em; }
  .loop-post span.blog-date, .loop-post span.blog-cat {
    color: #72c267;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px; }
    .loop-post span.blog-date a, .loop-post span.blog-cat a {
      color: #72c267; }

.single-post .wrap h1, .single-post .wrap h2, .single-post .wrap h3, .single-post .wrap h4, .single-post .wrap h5, .single-post .wrap h6 {
  color: #333; }

.single-post .wrap, .single-post .subscribe {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

.single-post .blog-header {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .single-post .blog-header {
      margin-bottom: 25px; } }
  .single-post .blog-header h1 {
    margin-bottom: 15px;
    font-size: 2.4em; }
    @media only screen and (max-width: 767px) {
      .single-post .blog-header h1 {
        font-size: 1.6em; } }
  .single-post .blog-header hr {
    width: 40px;
    height: 5px;
    background: #72c267;
    border: 0; }

.single-post .blog-wrap, .single-post .author-wrap {
  padding: 40px 60px; }
  .single-post .blog-wrap .lyte-wrapper, .single-post .author-wrap .lyte-wrapper {
    width: auto !important; }
  .single-post .blog-wrap .fourthree .lyte, .single-post .author-wrap .fourthree .lyte {
    padding-bottom: 56.25% !important; }
  @media only screen and (max-width: 767px) {
    .single-post .blog-wrap, .single-post .author-wrap {
      padding: 15px 20px; } }

.single-post .author-wrap {
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .single-post .author-wrap {
      text-align: center; } }
  .single-post .author-wrap img {
    border-radius: 50%; }
    @media only screen and (min-width: 767px) {
      .single-post .author-wrap img {
        float: left;
        margin-right: 20px; } }
  .single-post .author-wrap h5 {
    font-family: "katahdin_roundregular", sans-serif;
    color: #72c267; }

.single-post .comments-wrap {
  padding: 40px 60px; }
  @media only screen and (max-width: 767px) {
    .single-post .comments-wrap {
      padding: 15px 20px; } }
  .single-post .comments-wrap h2.comments-title {
    font-size: 1.5em; }
  .single-post .comments-wrap .avatar {
    border-radius: 50%; }
  .single-post .comments-wrap .children {
    list-style: none; }
    .single-post .comments-wrap .children li:before {
      display: none; }
  .single-post .comments-wrap h5 {
    font-style: normal !important;
    font-size: 18px;
    font-weight: bold; }
    .single-post .comments-wrap h5 .fn {
      font-style: normal !important; }
  @media only screen and (max-width: 767px) {
    .single-post .comments-wrap a.pull-left {
      display: none !important; } }

.blog-title {
  text-align: center;
  font-size: 3.2em; }
  @media only screen and (max-width: 767px) {
    .blog-title {
      font-size: 2.2em; } }
  .blog-title span {
    font-family: "Roboto", sans-serif;
    font-weight: 100; }

body.blog, body.single-post, body.archive, body.search {
  background: #f5f5f5; }

.posts-container .loop-post:nth-child(3n) {
  clear: right; }

.posts-container .loop-post:nth-child(3n + 1) {
  clear: left; }

.blog-header .meta {
  text-transform: uppercase;
  font-weight: bold; }

.paged-navigation {
  margin: 15px 0px 30px;
  text-align: center; }
  .paged-navigation ul {
    display: inline-block; }
    .paged-navigation ul li {
      display: inline-block; }
      .paged-navigation ul li a {
        padding: 0.5em 1em;
        border: 2px solid transparent;
        color: #1a171b;
        background: transparent;
        font-weight: bold;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .paged-navigation ul li.active a {
        background: #72c267;
        border-color: #72c267;
        color: #fff !important; }
      .paged-navigation ul li:hover a {
        color: #72c267;
        border-color: transparent; }
      .paged-navigation ul li:before {
        display: none; }

.blog-filters h3 {
  display: none !important; }

.blog-filters .widget {
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 480px) {
    .blog-filters .widget {
      width: 100%; } }

.blog-filters label {
  width: 100%;
  padding-right: 5px; }

.blog-filters input, .blog-filters select {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border: 0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #72c267;
  font-weight: bold;
  height: 50px; }

.blog-filters select {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  position: relative;
  border-radius: 5px; }

.blog-filters .search-submit {
  width: auto !important;
  background: #72c267;
  font-family: "Roboto", sans-serif;
  color: #fff; }

.blog-filters .search-form label {
  width: 70%;
  float: left; }

.blog-filters .search-form .search-submit {
  width: 27.5% !important; }
