body, html {
  height: 100%;
}

.full-height {
  height: 100%;
}

/* -----------------------------------------------------------------------------

BREAD CRUMBS

------------------------------------------------------------------------------*/

.container-fluid.breadcrumbs {
    background: #e2e2e2;
    padding: 10px 0;
    color: #3359a5;
    border-top: 1px solid #d8d8d8;
}

/* -----------------------------------------------------------------------------

POST + SOCIAL SHARE

------------------------------------------------------------------------------*/

.post-details {
  padding: 10px 0;
  color: #848484;
}

.post-details:before, .post-details:after {
    background: #e2e2e2;
    display: block;
    height: 1px;
    /* width: 100%; */
    content: "";
}

.post-details:before {
  margin-bottom: 10px;
}

.post-details:after {
  margin-top: 10px;
}

.article h1 {
  font-size: 2em;
  margin-top: 30px;
  color: #1fa66c;
  padding: 20px 7px;
  line-height: 36px;
  }
}

.fb-share-button {
  margin-left: 20px;
}

.article .figure {
  margin: 20px 0;
}

.readmore {
  border: 1px solid #e2e2e2;
  padding: 5px;
  color: #f26e56;
}

.article h2 p {
  font-size: .6em;
  line-height: 25px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .article h1 {
    font-size: 2em;
  }
  .article h3 {
    font-size: 1.2em;
  }
}

/* -----------------------------------------------------------------------------

COMMENTS

------------------------------------------------------------------------------*/

.comments {
  margin: 20px 0 50px 0;
}

#commentform label {
  color: auto;
  font-size: inherit;
  font-weight: normal;
  position: relative;
}

.comment-form-comment label, .comment-form-comment textarea {
  display: block;

}

.comment-form-comment textarea {
  max-width: 200px;
  border: 1px solid #000;
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label {
  margin-bottom: 20px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  font-size: inherit;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 200px;
  border: 1px solid #000;
  border-bottom: 1px solid #757575;
}

.form-submit #submit {
  background: #e2e2e2;
  color: #000;
  margin: 20px 0;
  width: 200px;
  font-size: inherit;
}

/* -----------------------------------------------------------------------------

RELATED POSTS

------------------------------------------------------------------------------*/

.post-box, .category-post-box {
  margin: 20px 0;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 1px #f1f1f1;
}

.page-post-box {
  margin: 20px 0;
}

.post-box .row, .category-post-box .row, .page-post-box .row {
  margin: 0;
}

.post-box h4, .category-post-box h4, .page-post-box h4 {
  color: #f26e56;
}

.post-box [class^="col-"], .category-post-box [class^="col-"], .page-post-box [class^="col-"] {
    padding: 0;
}

.post-box [class^="col-"] img, .category-post-box [class^="col-"] img {
  float: right;
}

.post-box [class^="col-"] h4, .post-box [class^="col-"] p, .category-post-box [class^="col-"] p, .category-post-box [class^="col-s"] h4 {
  padding-left: 15px;
}

.category-post-box p, .category-post-box h4 {
    padding-left: 15px;
}

.page-post-box p, .page-post-box h1 {
  margin-left: -15px;
}

.page-post-box h3 {
    margin-left: -15px;
}

.page-post-box img {
  margin-bottom: 20px;
}

p.post-meta-data:after, p.post-meta-data:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  /* border: 1px solid #000; */
  display: block;
  margin: 20px 0;
}

.category-6 .post-meta-data {
    display: none;
}

@media screen and (min-width: 768px) {
  .page-post-box img {
    float: left;
    margin: 0 20px 20px 0;
  }
}

/* -----------------------------------------------------------------------------

SIDEBAR

------------------------------------------------------------------------------*/

@media screen and (min-width: 767px) {
  .container.article .col-sm-9 {
    border-right: 1px solid #e2e2e2;
  }
}
