/* ==========================================================================
   Page Header
========================================================================== */
.page__header .cover {
  background-image: url(../img/header.jpg); }



/* ==========================================================================
   Pagination
========================================================================== */
/* -------------------
   Archive
------------------- */
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center; }
.pagination ul li .page-numbers {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  position: relative; }
.pagination ul li .page-numbers.next {
  margin-left: 15px;
  padding: 6px 25px;
  border-bottom: 1px solid currentColor; }
.pagination ul li .page-numbers.next::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: .5em;
  height: .5em;
  border-top: 1px solid #262c38;
  border-right: 1px solid #262c38;
  transform: rotate(45deg) translate(-50%,-25%); }
.pagination ul li .page-numbers.prev {
  margin-right: 15px;
  padding: 6px 25px;
  border-bottom: 1px solid currentColor; }
.pagination ul li .page-numbers.prev::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: .5em;
  height: .5em;
  border-top: 1px solid #262c38;
  border-left: 1px solid #262c38;
  transform: rotate(-45deg) translate(50%,-25%); }

/* -------------------
   single
------------------- */
.single__pagenav nav {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4; }

.single__pagenav nav a {
  display: block;
  text-decoration: none;
  position: relative; }

.single__pagenav nav .ttl {
  font-weight: 600; }

.single__pagenav nav .entry__meta {
  font-size: .92rem; }

.single__pagenav nav .next-link a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: .5em;
  height: .5em;
  border-top: 1px solid #262c38;
  border-right: 1px solid #262c38;
  transform: rotate(45deg) translate(-50%,-25%); }

.single__pagenav nav .prev-link {
  border-right: 1px solid #b4b4b4; }
.single__pagenav nav .prev-link a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: .5em;
  height: .5em;
  border-top: 1px solid #262c38;
  border-left: 1px solid #262c38;
  transform: rotate(-45deg) translate(50%,-25%); }

/* ==========================================================================
   Post Navibar
========================================================================== */
.post-navbar {
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 45px;
  color: #262c38;
  border-bottom: 1px solid currentColor; }

.post-navbar ul {
  list-style-type: none; }

.post-navbar ul li a {
  display: block;
  text-align: center;
  padding: 15px;
  white-space: nowrap;
  text-decoration: none;
  position: relative; }
.post-navbar ul li.current a::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #379eaf; }

.post-navbar .post-cats {
  display: flex;
  flex-wrap: wrap; }

.post-navbar select {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 40px;
  padding-left: 15px;
  color: #262c38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }


.entry__content table {
	width:100%;
	border-right:#379eaf solid 1px;
	border-collapse: collapse;
}
.entry__content table thead th {
	background:#379eaf;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
.entry__content table thead th:last-child {
	border-right:#379eaf solid 1px;
}
.entry__content table tbody th {
	background:#379eaf;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
.entry__content table tbody tr:last-child th {
	border-bottom:#379eaf solid 1px;
}
.entry__content table tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#379eaf solid 1px;
	border-bottom:#379eaf solid 1px;
	vertical-align:top;
}
 
@media screen and (max-width: 640px) {
.entry__content table thead {
	display:none;
}
    .entry__content table tbody {
        border-top: #379eaf solid 1px;
    }
.entry__content table tbody th {
	display:block;
}
.entry__content table tbody td {
	display:block;
}
    .entry__content table tbody td:first-child {
        background-color: #379eaf;
        color: #FFF;
    }
.entry__content table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.entry__content table tbody td p {
	padding-left:6em;
    margin-bottom: 0;
}
}
