/**
 * @file
 * Visual styles for Confea Theme's home links view.
 */

.view-home-links .view-content {
  text-align: center;
}
.view-home-links .views-row {
  display: inline-block;
  text-align: center;
}
.view-home-links .views-field-title {
  display: inline-block;
  font-size: 1.28rem;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
}
.view-home-links .views-field-field-icone {
  display: inline-block;
  border-radius: 50%;
  height: 120px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 120px;
}
.view-home-links .views-field-field-icone img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
@media (min-width: 430px) and (max-width: 767px) {
  .view-home-links .views-field-title {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .view-home-links .views-row {
    margin-bottom: 50px;
  }
}
.view-home-links .views-field-field-icone .field-content {
  position: relative;
  height: 100%;
}
.view-home-links .views-field-field-icone .field-content article {
  height: 100%;
}