/**
 * @file
 * Visual styles for Confea Theme's Página Temática content.
 */
.tematica .body {
  font-size: 1rem;
}

.tematica .images {
  margin-top: 50px;
  text-align: center;
}
.tematica .images .wrapper {
  display: inline-block;
  height: 259px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50%;
}
.tematica .images .wrapper .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.tematica .images .wrapper .created {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 1.21rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #434343;
}
.tematica .images .wrapper h3 {
  bottom: 0;
  font-size: 1.71rem;
  left: 0;
  margin: 0;
  padding: 10px 15px;
  position: absolute;
  text-align: left;
  text-transform: none;
}
.tematica .images .wrapper h3:hover {
  text-decoration: underline;
}
.tematica .images .wrapper.featured {
  float: left;
  height: 538px;
  margin-right: 1.5%;
  width: 48.5%;
}
@media (max-width: 1023px) {
  .tematica .images .wrapper,
  .tematica .images .wrapper.featured {
    float: none;
    height: 260px;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}

.tematica .posts {
  margin-top: 70px;
}
.tematica .posts .wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.tematica .posts .wrapper img {
  float: left;
  margin-right: 10px;
  height: 120px;
  width: 220px;
}
.tematica .posts .wrapper > div:first-child {
  float: left;
  margin-right: 10px;
  height: 120px;
  width: 220px;
}
.tematica .posts .wrapper > div:first-child > div:first-child {
  height: 120px;
  width: 220px;
}
.tematica .posts .wrapper a {
  font-size: 1.42rem;
  font-weight: bold;
}
.tematica .posts .wrapper .created {
  bottom: -4px;
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .tematica .posts .wrapper img {
    width: 100%;
  }
  .tematica .posts .wrapper .created {
    margin-top: 10px;
    position: initial;
  }
}

.tematica .links {
  float: right;
  margin-left: 10px;
  margin-top: 60px;
  padding: 0 10px;
  width: 100%;
}
.tematica .links.row {
  margin: 0;
}
.tematica .links ul {
  list-style: none;
  padding: 0;
}
.tematica .links li {
  padding: 15px 0;
}
