.blog-header-toolbar {
  margin-top: 40px; }

.blog_post__section {
  margin-bottom: 40px;
  margin-top: 40px; }
.blog_post__header__title {
  margin: 0 0 20px; }
.blog_post__header a, .blog_post__header a:hover, .blog_post__header a:active, .blog_post__header a:focus, .blog_post__header a:visited, .blog_post__header a:visited:hover, .blog_post__header a:visited:active, .blog_post__header a:visited:focus {
  color: #FFF; }
.blog_post__content {
  line-height: 1.6;
  max-width: 600px;
  text-align: justify; }
  @media screen and (max-width: 599px) {
    .blog_post__content {
      font-size: 1.15em; } }
  @media screen and (min-width: 769px) {
    .blog_post__content {
      max-width: 700px; } }
.blog_post__meta, .blog_posts__item__content__meta {
  margin: 0;
  text-align: center; }
  .blog_post__meta__item:not(:first-child)::before, .blog_posts__item__content__meta__item:not(:first-child)::before {
    content: "-";
    margin: 0 0.15em; }
.blog_post__footer {
  max-width: 600px; }
  @media screen and (min-width: 769px) {
    .blog_post__footer {
      max-width: 700px; } }
.blog_post__share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .blog_post__share__item {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 49%; }
    @media screen and (min-width: 768px) {
      .blog_post__share__item {
        padding: 0.75em;
        font-size: 0.875em;
        width: auto; }
        .blog_post__share__item:not(:first-child) {
          margin-left: 2%; } }
    .blog_post__share__item, .blog_post__share__item:hover, .blog_post__share__item:active, .blog_post__share__item:focus, .blog_post__share__item:visited, .blog_post__share__item:visited:hover, .blog_post__share__item:visited:active, .blog_post__share__item:visited:focus {
      color: #FFF; }
    .blog_post__share__item.fb {
      background: #306199; }
      .blog_post__share__item.fb:hover {
        background: #244872; }
    .blog_post__share__item.twitter {
      background: #26c4f1; }
      .blog_post__share__item.twitter:hover {
        background: #0eaad6; }
    .blog_post__share__item.gplus {
      background: #e93f2e; }
      .blog_post__share__item.gplus:hover {
        background: #ce2616; }
    .blog_post__share__item.pinterest {
      background: #b81621; }
      .blog_post__share__item.pinterest:hover {
        background: #8a1119; }
    .blog_post__share__item.linkedin {
      background: #007bb6; }
      .blog_post__share__item.linkedin:hover {
        background: #005983; }
    .blog_post__share__item.tumblr {
      background: #0a88ff; }
      .blog_post__share__item.tumblr:hover {
        background: #006ed6; }
  .blog_post__share .fa {
    font-size: 1.25em;
    margin-right: 0.3em; }

.blog_posts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 600px) {
    .blog_posts {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .blog_posts__item {
    margin-top: 20px;
    position: relative; }
    .blog_posts__item:first-child {
      margin-top: 0; }
    @media screen and (min-width: 600px) {
      .blog_posts__item {
        width: 49%; }
        .blog_posts__item:nth-child(2) {
          margin-top: 0; } }
    .blog_posts__item__content, .blog_posts__item__link {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .blog_posts__item__content {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      color: #FFF;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; }
      .blog_posts__item__content, .blog_posts__item__content__title, .blog_posts__item__content__meta {
        transition: 0.6s all; }
      .blog_posts__item__content__title {
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
        .blog_posts__item__content__title::after {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          content: "";
          left: 50%;
          overflow: hidden;
          position: absolute;
          top: 100%;
          transition: 1.2s all;
          width: 0; }
      .blog_posts__item__content__meta {
        opacity: 0; }
      .blog_posts__item__content a, .blog_posts__item__content a:hover, .blog_posts__item__content a:active, .blog_posts__item__content a:focus, .blog_posts__item__content a:visited, .blog_posts__item__content a:visited:hover, .blog_posts__item__content a:visited:active, .blog_posts__item__content a:visited:focus {
        color: #FFF; }
    .blog_posts__item:hover .blog_posts__item__content {
      background: rgba(0, 71, 77, 0.8); }
      .blog_posts__item:hover .blog_posts__item__content__title {
        margin-bottom: 20px;
        padding-bottom: 20px;
        text-shadow: none; }
        .blog_posts__item:hover .blog_posts__item__content__title::after {
          left: 0;
          width: 100%; }
      .blog_posts__item:hover .blog_posts__item__content__meta {
        opacity: 1; }
    .blog_posts__item__img {
      margin: 0; }
    .blog_posts__item__link {
      display: block; }
      .blog_posts__item__link::before {
        border: 2px solid #FFF;
        box-sizing: border-box;
        content: "";
        height: calc(100% - 20px);
        left: 10px;
        position: absolute;
        top: 10px;
        width: calc(100% - 20px); }

.toolbar-bottom {
  margin-top: 40px; }

@media screen and (min-width: 768px) {
  .posts_nav {
    margin-bottom: 0;
    margin-top: 0; } }

.text-page {
  display: none; }

.pages .nums {
  display: block;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pages .nums {
      text-align: right; } }
  .pages .nums b, .pages .nums a:hover {
    background: #00474C;
    color: #FFF; }
  .pages .nums b, .pages .nums a {
    display: inline-block;
    line-height: 1.0672;
    min-width: 1.666em;
    padding: 0.3em;
    text-align: center; }
  .pages .nums a {
    margin-left: 10px; }

#commentform input, #commentform textarea {
  box-shadow: none; }
#commentform .required sup {
  left: 100%;
  right: auto;
  top: 0.3em; }

.comment-clear {
  clear: both;
  overflow: hidden; }

#idTab999 {
  display: none; }

/*# sourceMappingURL=blog.css.map */