:root {
  font-family: "Lato", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.page {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin: 0 -8px 0 -2px;
  overflow: hidden;
}

.page-featured-image {
  width: 100%;
  height: 625px;
  filter: blur(2px);
  object-fit: cover;
  box-sizing: border-box;
}

.page-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
}

.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-header-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  display: block;
  content: " ";
  opacity: 0.4;
  filter: blur(10px);
}

.page-title-content {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.page-title {
  color: #fff;
  font-size: 3rem;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
}

.horizontal-wrapper {
  color: #fff;
  font-size: 1.1rem;
  vertical-align: text-top;
}

.post--author,
.post--date,
.reading-min {
  position: relative;
  top: -2px;
  margin-right: 15px;
}

.content {
  width: 65%;
  margin: 0 auto;
  padding-top: 60px;
}

.content-text {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
}

.section-title-container {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  height: 45px;
  margin: 0 auto;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  display: inline;
  padding: 0;
  margin: 0;
  padding-right: 12px;
  position: absolute;
  left: 0;
}

.section-title-line {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0.7rem;
  z-index: -1;
  background: #333;
}

.section-title-more {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: #fff;
  padding-right: 15px;
  padding-top: 5px;
  box-sizing: border-box;
  padding-left: 15px;
  border: 1px solid #333;
  border-radius: 15px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.section-title-more:hover {
  background: #fafafa;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.8);
}

.section-title-more:active {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

.section-title-link {
  text-decoration: none;
  color: #333;
  font-size: 0.8rem;
}

.article {
  margin-top: 120px;
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}

.article-list-container {
  display: block;
}

.article--title {
  font-size: 1.2rem;
}

.article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  clear: both;
}

.article-list--item {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -2px;
  width: 30.5%;
  box-sizing: border-box;
}

.article-list--item--center {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 3.3333%;
  margin-right: 3.333%;
  width: 30.5%;
  box-sizing: border-box;
}

.article-list--item-link {
  text-decoration: none;
  color: #333;
}

.article-list--item:hover img,
.article-list--item--center:hover img {
  transform: scale(1.2);
}

.article-list--item-title {
  display: block;
  font-size: 1.1rem;
  margin-top: 4px;
}

.article-list--item-date {
  display: block;
  color: #777;
  font-size: 0.8rem;
  margin-top: 4px;
  padding-bottom: 8px;
}

.article-list--image-container {
  overflow: hidden;
}

.article-list--image {
  object-fit: cover;
  height: 180px;
  transition: all 1s;
}

.progress-loading {
  position: fixed;
  top: 0;
  width: 0%;
  height: 6px;
  background: red;
  z-index: 2000;
}

.comment {
  width: 70%;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.comment-input-profile {
  width: 15%;
  max-width: 150px;
  border-radius: 100%;
  border: 2px solid #646464;
  box-sizing: border-box;
  position: absolute;
  top: 30%;
  transform: translateY(-25%);
}

.comment-input-email {
  margin-left: 20%;
  height: 35px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-radius: 4px;
  margin-bottom: 15px;
  padding-left: 5px;
  width: 30%;
}

.comment-input-button {
  position: absolute;
  right: 0;
  margin-top: 20px;
  height: 35px;
  width: 120px;
  border-radius: 4px;
  background: #f1c40f;
  color: #fff;
}

.comment-input-textarea {
  margin-left: 20%;
  width: 80%;
  box-sizing: border-box;
  height: 100px;
  border: 2px solid rgba(150, 150, 150, 0.8);
  border-radius: 8px;
  resize: none;
}

.comment-input {
  width: 100%;
  margin: 0 auto;
}

.comment-content {
  width: 82.5%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 80px;
  position: relative;
}

.comment-content-profile {
  width: 15%;
  max-width: 120px;
  border-radius: 100%;
  border: 2px solid #646464;
  box-sizing: border-box;
  position: absolute;
  top: 5%;
  left: 3%;
}

.comment-content-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-content-item {
  clear: both;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 20px 0;
}

.comment-content-item .comment-content-list {
  margin-top: 40px;
  margin-left: 20%;
  border: 0;
}

.comment-content-item .comment-content-list li {
  border: 0;
}

.comment-content-item .comment-content-list li img {
  width: 5%;
}

.comment-content-item .comment-content-list li .comment-content-text-container {
  margin-left: 12.5%;
}

.comment-content-item .comment-box {
  margin-top: 50px;
}

.comment-content-item:first-child {
  border-top: 1px solid #000;
}

.comment-content-item .comment-input {
  position: relative;
  height: 250px;
}

.comment-content-item .comment-input-profile {
  position: absolute;
  top: 5%;
  width: 8%;
  max-width: 80px;
  left: 20%;
}

.comment-content-item .comment-form-area {
  width: 85%;
  position: absolute;
  right: 0;
}

.comment-content-text-container {
  width: 80%;
  padding-top: 15px;
  box-sizing: border-box;
  margin-left: 20%;
}

.comment-horizontal-container {
  position: relative;
}

.comment-content-name {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  font-size: 1.2rem;
  color: #333;
}

.comment-content-email {
  font-size: 0.9rem;
  color: #777;
}

.comment-content-date {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 0.8rem;
  color: #777;
}

.comment-content-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #555;
}

@media (max-width: 575.98px) {
  .content {
    width: 85%;
  }

  .page-title {
    font-size: 2rem;
  }

  .page-title-content {
    top: 40%;
  }

  .page-featured-image {
    height: 500px;
  }

  .article {
    width: 85%;
  }

  .article-list--item img {
    height: 100px;
    width: 100%;
  }

  .page {
    margin: 0;
  }

  .article-list--item--center img {
    height: 100px;
  }

  .comment {
    width: 85%;
  }

  .comment-content {
    width: 90%;
  }

  .comment-content-text-container {
    width: 100%;
    margin-left: 0;
  }

  .comment-content-date {
    display: block;
    position: relative;
    left: 0px;
    margin-top: 10px;
  }

  .comment-content-item .comment-content-list {
    margin-top: 40px;
    margin-left: 10%;
    border: 0;
  }

  .comment-content-item .comment-content-profile {
    display: none;
  }

  .comment-content-item .comment-input-profile {
    display: none;
  }

  .comment-content-item .comment-form-area {
    width: 100%;
    right: 10px;
  }

  .comment-content-item .comment-form-area .comment-input-email {
    width: 200px;
  }

  .comment-content-item .comment-content-list {
    margin-top: 40px;
    margin-left: 0;
    border: 0;
  }

  .comment-content-item .comment-content-list .comment-content-text {
    width: 90%;
    margin-left: 0;
    border: 0;
  }

  .progress-loading {
    top: 42px;
  }
}

/*# sourceMappingURL=single_page.css.map */
