@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);


.previous_inner_flex,
.next_inner_flex {
  border-bottom: solid 1px #cec0b5;
  padding: 14px 18%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

.previous_inner_flex:hover,
.next_inner_flex:hover {
  background-color: #f6f6f6;
  color:#8ccfda;
}

.previous_inner_flex:first-child {
  border-top: solid 1px #cec0b5;
}

.previous_inner_flex {
  background: url(/application/themes/wakoh/img/prev.svg) no-repeat 10px center;
  background-size: 16px 28px;
}

.next_inner_flex {
  background: url(/application/themes/wakoh/img/next.svg) no-repeat right 10px center;
  background-size: 16px 28px;
}

.previous_inner_flex p,
.next_inner_flex p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #389eae;
  font-family: 'Rounded Mplus 1c';
}

.blog_previous-header,
.blog_next-header {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_previous-header h5,
.blog_next-header h5 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
}

.blog_next-header h5,
.blog_next_text {
  text-align: right;
}

.blog_previous-text,
.blog_next-text {
  margin-top: 30px;
  margin-bottom: 0;
}

.blog_next_previous-parent-link {
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
}

.blog_next_previous-parent-link a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all  0.2s ease;
  padding: 10px 0;
}

.blog_next_previous-parent-link:hover,
.blog_next_previous-parent-link a:hover {
  color: #389eae;
}

/* ==========================================================================
   Media Queries min-width: 600px
   ========================================================================== */

@media only screen and (min-width: 600px) {

  .blog_next_previous-inner {
    display: flex;
    border-top: solid 1px #cec0b5;
    padding-top: 30px;
  }

  .blog_next_previous-inner a {
    display: block;
  }

  .previous_inner_flex,
  .next_inner_flex {
    width: 50%;
  }
  .previous_inner_flex,
  .next_inner_flex,
  .previous_inner_flex:first-child {
    border: none;
  }

  .previous_inner_flex {
    padding-right: 20px;
    padding-left: 40px;
  }

  .next_inner_flex {
    padding-left: 20px;
    padding-right: 40px;
  }

}