.detail-l {
  width: 70%;
  float: left;
}

.detail-r {
  width: 27%;
  float: left;
  margin-left: 3%;
  padding-top: 96px;
}

.recent-posts,
.tags,
.search {
  background-color: #ffffff;
  box-shadow: 0px 3px 5px 0px rgba(136, 136, 136, 0.75);
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.posts-img {
  width: 30%;
  float: left;
}

.post-info > span {
  color: #c075c7;
  font-style: italic;
  font-size: 12px;
  width: 100%;
  display: block;
  float: left;
  padding-top: 10px;
}

.posts-desp > a {
  width: 62%;
  margin-left: 8%;
  float: left;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 18px;
}

.content {
  padding: 30px 30px 30px 30px;
  width: 100%;
  float: left;
  border-top: 1px solid #f0f0f0;
}

hr {
  background-color: #c0c0c0 !important;
}

.tags-info > a {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  background-color: #f5f5f5;
  color: #888a99;
  padding: 5px;
  margin-bottom: 10px;
}

h1 {
  font-size: 28px;
  color: #553892;
}

.recent-posts > h5,
.tags > h5,
.search > h5 {
  width: 100%;
  padding: 20px 30px 20px 30px !important;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #291667;
}

input[type=text] {
  width: 100%;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}

.font-search {
  position: relative;
}

.font-search i {
  position: absolute;
  right: 10px;
  top: 5px;
  color: gray;
}

p {
  color: #888a99;
  line-height: 24px;
  margin-top: 25px;
}

.post-date {
  width: 100%;
  float: left;
  padding: 10px 0px 15px 0px;
}

.post-date > span {
  color: #888a99;
  font-style: italic;
}

.post-date > b {
  color: #c075c7;
  font-style: italic;
}

.detail-l-tag {
  background-color: #ffffff;
  float: left;
  padding: 5px 0px 5px 5px;
}

.detail-l-tag > a {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  background-color: #f5f5f5;
  color: #888a99;
  padding: 5px;
}

@media screen and (max-width: 700px) {
  .detail-l {
    width: 100%;
  }

  .detail-r {
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }
}