.container {
  max-width: 1024px !important;
}

.breadcrumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.breadcrumb:before {
  content: "";
  background: rgba(217, 90, 78, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.breadcrumb .container {
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .icon {
  margin-right: 15px;
}
.breadcrumb .content h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.breadcrumb .navigation {
  display: flex;
  align-items: center;
}
.breadcrumb .content a {
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
  margin-right: 15px;
}
.breadcrumb .content a:last-child {
  opacity: 1;
}
.breadcrumb .content svg {
  margin-right: 15px;
}

.post--page .container {
  padding: 60px 0;
}

.post--page .meta {
  display: flex;
  align-items: center;
}

.post--page .meta > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.post--page .meta .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post--page .meta span {
  font-weight: bold;
  font-size: 13px;
}

.post--page .meta span:nth-child(1) {
  margin-right: 12px;
}

.post--page .title {
  font-weight: 32px;
  color: #304169;
}

.post--page .cover {
  border-radius: 14px;
  overflow: hidden;
  margin: 30px 0;
  width: 100%;
  position: relative;
}

.post--page .cover img {
  width: 100%;
}

.post--page .cover .post {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  height: 70%;
  width: 400px;
}

.post--page .sidebar {
  padding-top: 140px;
}
.post--page .sidebar .content {
  position: sticky;
  top: 120px;
}
.post--page .sidebar img {
  width: 100%;
}

.ad img {
  width: 100%;
}

.post--page .content .ad {
  margin: 60px 0;
}

.quote {
  border-radius: 10px;
  background: #fff5f5;
  padding: 60px;
  position: relative;
  margin: 60px 0;
  width: 100%;
}

.quote .title {
  font-weight: bold;
  font-size: 42px;
  line-height: 36px;
  text-align: left;
  color: #fff5f5;
  text-shadow: 0px 3px 9px rgba(247, 134, 119, 0.43);
  margin-bottom: 30px;
  display: block;
}

.quote p {
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #304169;
  margin-left: 40px;
  position: relative;
  margin-bottom: 0;
}
.quote p:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 5px;
  height: 100%;
  background: transparent;
  background-color: #f78677;
  border-radius: 5px;
}
.quote .from {
  font-weight: bold;
  font-size: 21px;
  line-height: 36px;
  text-align: left;
  color: #304169;
  margin-left: 40px;
}

.quote .icon {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

.post--page .author {
  border-radius: 14px;
  background: #fff;
  border: 1px solid #f2e6e4;
  box-shadow: 0px 5px 18px rgba(247, 134, 119, 0.13);
  padding: 30px;
  margin: 60px 0;
  display: flex;
}

.post--page .author .info {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
}
.post--page .author h6 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #f78677;
  margin: 0;
}
.post--page .author p {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #4a4f57;
  border: 1px solid rgba(0, 0, 0, 0);
}

.post--page .author .articles {
  position: absolute;
  top: 0;
  right: 0;
}

.post--page .author .avatar {
  border-radius: 8px;
}

.post--page .prev--next {
  padding: 30px;
  border-radius: 10px;
  background: #f0f3fa;
  display: flex;
  align-items: center;
}
.post--page .prev--next > a {
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post--page .prev--next .title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #304169;
}
.post--page .prev--next .prev {
  border-right: 2px dashed rgba(48, 65, 105, 0.1);
  padding-right: 30px;
}

.post--page .prev--next .next .title {
  text-align: right;
  padding-left: 30px;
}

.post--page .prev--next > a .navigate {
  display: flex;
  align-items: center;
}

.post--page .prev--next > a .navigate .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.post--page .prev--next > .prev .navigate .icon {
  margin-right: 15px;
}
.post--page .prev--next > .next .navigate .icon {
  margin-left: 15px;
}

.post--page .prev--next > .next .navigate {
  display: flex;
  justify-content: flex-end;
}
.post--page .prev--next > .next .navigate span {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #304169;
}

.post--page .prev--next > a:hover {
  text-decoration: none;
}

/* Comments */

.comments {
  border-top: 1px dashed rgba(48, 65, 105, 0.1);
}

.comments h4 {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #304169;
}

.input input {
  height: 60px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2e6e4;
  box-shadow: 0px 2px 5px rgba(247, 134, 119, 0.11);
  padding-left: 100px;
  width: 100%;
}

.input textarea {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f2e6e4;
  box-shadow: 0px 2px 5px rgba(247, 134, 119, 0.11);
  width: 100%;
  padding: 15px;
}

.input {
  position: relative;
  width: 100%;
}

.input label {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #304169;
  text-transform: uppercase;
}
.comments {
  border: none;
}

.comments .row {
  display: flex;
  margin-bottom: 30px;
}

.comments .row .col {
  width: 50%;
}

.comments .row .col:nth-child(1) {
  padding-right: 10px;
}
.comments .row .col:nth-child(2) {
  padding-left: 10px;
}

.comments button {
  border-radius: 30px;
  background: #f78677;
  box-shadow: 0px 2px 5px rgba(247, 134, 119, 0.11);
  border: none;
  padding: 12px 32px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  text-transform: uppercase;
  margin-top: 30px;
}

.comments--list {
  border-top: 1px dashed rgba(48, 65, 105, 0.1);
  margin-top: 60px;
  overflow: hidden;
}
.comments--list .header h4 {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #304169;
}
.comments--list.header .total {
  font-family: Poppins;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  color: #304169;
}

.comments--list .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comments--list .list {
  border-radius: 10px;
  background: #fff;
}

.comments--list .comment {
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.comments--list .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  color: #4a4f57;
  border: 1px solid rgba(0, 0, 0, 0);
}
.comments--list .info .person {
  display: flex;
  align-items: center;
}
.comments--list .info .person .name {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #304169;
  margin-right: 15px;
}
.comments--list .info .person .time--ago {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #4a4f57;
}

.comments--list .comment .avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-right: 40px;
}
.comments--list .comment:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.comments--list .comment.replay {
  margin-left: 15%;
  position: relative;
  border-left: 1px dashed #ccc;
  background-color: #fafcff;
  border-bottom: 0;
}

.comments--list .comment.replay ~ .comment {
  border-top: 1px dashed #ccc;
}
.comments--list .comment.replay:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 60px;
  height: 50%;
  border-left: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.comments--list .comment .reply--btn {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50px;
  border: none;
  background: #f78677;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #fff;
  padding: 6px 12px;
}

.comments--wrapper {
  background-color: #f0f3fa;
}

@media (max-width: 960px) {
  .post--page .container {
    flex-direction: column;
  }
  .post--page .container > div {
    width: 100%;
    padding: 0px;
  }

  .post--page .container > .meta {
    padding: 0px 10px;
  }
  .post--page .container > h1 {
    padding: 0px 10px;
  }

  .post--page .container > .content {
    padding: 0px 30px;
  }
  .post--page .meta {
    flex-wrap: wrap;
  }

  .quote {
    padding-left: 0;
    padding-right: 15px;
  }

  .quote .title {
    margin-left: 30px;
  }

  .quote .icon {
    top: 60px;
    right: 30px;
  }

  .author {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .author .info {
    padding: 0 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
  }

  .author .articles {
    position: relative !important;
    text-align: center;
  }
  .author .info p {
    text-align: center;
  }

  .prev--next {
    flex-direction: column;
  }

  .prev--next .prev {
    border-right: none !important;
    border-bottom: 2px dashed rgba(48, 65, 105, 0.1);
    margin-bottom: 30px;
  }

  .comments .row {
    flex-direction: column;
  }
  .comments .row .col {
    width: 100%;
    padding: 0 !important;
  }
  .comments .row .col:first-child {
    margin-bottom: 15px;
  }

  .comments--list .comment.replay:before {
    display: none;
  }
  .comments--list .comment.replay {
    margin-left: 0;
    border-left: none;
    border-bottom: 1px dashed #ccc;
  }
  .comments--list .comment.replay ~ .comment {
    border-top: none;
  }

  .comments--list .comment .avatar {
    position: absolute;
    width: 50px;
    height: 50px;
    min-width: 50px;
    top: 30px;
  }

  .comments--list .comment .person {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }
  .comments--list .comment .person .name {
    margin: 0;
  }
  .comments--list .comment .time--ago {
    margin: 0;
  }
  .comments--list .comment .text {
    margin-top: 10px;
  }

  .comments--list {
    overflow: inherit;
  }
  .comments--list .list {
    margin: -30px;
    margin-top: 30px;
  }
  .breadcrumb .container {
    padding: 30px;
  }

  .breadcrumb .navigation {
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .post--page .cover .post {
    display: none;
  }
  .post--page .cover {
    margin: 0;
  }
}
