figcaption {
  position: absolute;
  bottom: 0;
  background-color: white;
  font-size: .8rem;
  font-style: italic;
  padding: 2px 10px;
}

.w-60 {
    width: 60% !important;
}

#postListHome .p-item .image-top-post {
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 200px;
  width: 100%;
}

#postListHome .p-item .p-title {
  height: 3.6em;
}

.post-template header {
    position: relative;
}

.post-template header > div {
    position: inherit;
    z-index: 2;
}

/*.post-template header::before {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}*/

.post-template .post-image figure {
  height: 400px;
  position: relative;
}

.post-template ul#postMeta {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-template ul#postMeta p {
    font-style: italic;
    margin: 0;
}

.post-template article h2 {
    font-weight: 900;
}

.post-template #postsRelateds a {
    color: black;
}

.post-template #shareVertical::before {
    background-color: black;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    border-radius: .8rem;
    color: white;
    content: "Compartilhe";
    display: block;
    font-size: 8px;
    font-weight: bold;
    left: -10%;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    top: -5px;
    width: 120%;
}

.post-template #shareVertical {
    list-style: none;
    padding: 0;
    width: 60px;
    text-align: center;
    margin: 10px 0 0;
    float: left;
    top: 160px;
}

.post-template #shareVertical li {
  margin-bottom: 5px;
}

.post-template #shareVertical li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 60px;
    width: 60px;
    display: block;
    background-color: gray;
    color: white;
    font-size: 1.7rem;
    line-height: 2em;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.post-template #shareVertical li a.facebook {
  background: #3b5998;
  border-color: #3b5998;
}
.post-template #shareVertical li a.facebook:hover {
  color: #3b5998;
}

.post-template #shareVertical li a.whatsapp {
  background: #34af23;
  border-color: #34af23;
}
.post-template #shareVertical li a.whatsapp:hover {
  color: #34af23;
}

.post-template #shareVertical li a.twitter {
  background: #00aced;
  border-color: #00aced;
}
.post-template #shareVertical li a.twitter:hover {
  color: #00aced;
}

.post-template #shareVertical li a.linkedin {
  background: #007bb6;
  border-color: #007bb6;
}
.post-template #shareVertical li a.linkedin:hover {
  color: #007bb6;
}

.post-template #shareVertical li a.telegram {
  background: #2395d0;
  border-color: #2395d0;
}
.post-template #shareVertical li a.telegram:hover {
  color: #2395d0;
}

.post-template #shareVertical li a:hover {
    background: white;
}

.p-title {
  height: 2.4em;
}

.p-description {
  height: calc(1.6em* 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#postsRelacionados .post-relacionado h5 {
  height: 3.6em;
}

#postsRelacionados .post-relacionado a figure {
  height: 250px;
  min-height: 250px;
  overflow: hidden;
}

.widget:not(:last-of-type) {
  border-bottom: solid black thick;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-bottom: 1em;
}

.widget-title{
  font-weight: 900 !important;
  padding-bottom: 1em;
}

.widget .posts-list ul {
  list-style-position: inside;
  list-style-type: disclosure-closed;
  padding-left: 0;
}

.widget .posts-list ul li:last-of-type {
  border-bottom: none !important;
}

.widget .tag-cloud .widget-body h6 {
  display: none !important;
}

@media (max-width: 991px) {
    body {
      font-size: .85rem
    }
    
    #postListHome .p-item {
    padding-left: 0;
    padding-right: 0;
    }
    
    #postListHome .p-item .p-title {
      font-size: 1.3rem !important;
      height: auto
    }
    
    #postListHome .p-item .p-description {
      display: none
    }

    .post-template .post-image figure {
        height: auto !important;
    }
    
    #postsRelacionados .post-relacionado a figure {
        height: auto;
        min-height: auto;
    }
}
