/* .post .content p{
    padding-top:15px;
} */
.post ul {
  margin-bottom: 0;
}
.post ul li {
  padding-top: 15px;
  list-style: disc;
}
.post nav ol li {
  list-style: none;
}
.post ol {
  list-style: auto;
}
.post h1 {
  color: #ff6200;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 15px;
}
.post h2 {
  padding-top: 10px;
}
.post h3 {
  color: #ff6200;
  font-weight: bold;
  margin-bottom: 0;
  padding: 25px 0 15px 0;
}
.post h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post .post-list h4 {
  color: #ff6200;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post .post-author img {
  width: 60px;
  height: 60px;
}
.post i {
  font-size: 1rem;
}
.post .social-media-icon {
  font-size: 2rem;
}
.post #postData,
.post #postAutor {
  font-size: 0.9rem;
}
.post .postAutorNome {
  padding: 0 5px;
}
.post .postTitle h3{
  font-size:1.75rem !important;
}
.post h2,
.post h3{
  font-size:1.5rem !important;
}
@media (min-width: 1200px) {
  .post #postkeywordstags {
    padding: 0;
  }
}
