.entry-header-page {
  margin-bottom: 45px;
}
.entry-header-page .list-centered {
  margin-left: 0;
  margin-bottom: 5px;
  text-align: center;
  list-style: none !important;
}
.entry-header-page .list-centered li {
  display: inline-block;
  font-size: inherit;
}
.entry-header-page .list-centered li a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  margin: 0 12px 5px;
  padding: 5px 0px;
}
.entry-header-page .list-centered li a:hover {
  color: #ee7b58;
}
.entry-header-page .list-centered .page-title {
  text-align: center;
  font-weight: 600;
  font-size: 3.5rem;
}
.large-centered {
  margin-right: auto;
  margin-left: auto;
}
.large-centered .large-centered,
.large-centered .large-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.card {
  border: none !important;
}
.card .card-body {
  text-align: start;
}
.card .card-body .card-text {
  text-align: start;
}
.card .card-body .card-text a {
  text-decoration: none;
  color: black;
}
.card .card-body .card-text a img {
  overflow: hidden;
  object-fit: cover;
  cursor: pointer;
  margin-left: 15px;
  -webkit-transform: scale(1.5);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card .card-body .card-text a img:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-left: 0;
}
.card .card-body .card-text :hover {
  color: #ee7b58;
}
.card .card-body .post_archive a {
  text-decoration: none;
  color: black;
  font-weight: bolder;
}
.card .card-body .post_archive :hover {
  color: #ee7b58;
}
.card .card-body .entry-content {
  display: table;
  text-align: start;
}
.card .card-body .entry-content .more-link {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 13px;
  display: block;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.card .card-body .entry-content .more-link::before {
  content: "";
  border: 1px solid #000;
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 40.063em) {
  .card .more-link {
    margin-top: 1rem;
  }
}
.image-style-side img {
  width: 550px;
}
