.image-grid-boxes.news-teasers .item {
  position: relative;
  /*flex: 1 1 33.33333%;*/
  flex: 0 0 33.33333%;
  cursor: pointer;
}

.image-grid-boxes.news-teasers .item:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #043673;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.image-grid-boxes.news-teasers .item:hover:after {
  opacity: 0.65;
}

.image-grid-boxes.news-teasers .item .btn-wrapper {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
}

.image-grid-boxes.news-teasers .item .btn {
  display: block;
  width: 100%;
  /*font-size: 1.3em;*/
  font-weight: 600;
  /*text-transform: uppercase;*/
  white-space: initial;
}

/*
ul.f3-widget-paginator {
list-style-type: none;
list-style: none;
}
*/

.paginator-wrap__outer {
  flex: 0 0 100%;
  margin-top: 30px;
  text-align: center;
}

.paginator-wrap__inner {
  display: inline-block;
}

ul.f3-widget-paginator li {
  display: inline-block;
}


/* PAGINATION */
.pagination > .page-item.active .page-link {
  background-color: #043673;
  border-color: #043673;
}

.pagination > li > a {
  color: #043673;
  background-color: #fff;
  border: 1px solid #ddd;
}


.pagination > .page-item.active.disabled .page-link {
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .image-grid-boxes.news-teasers .item .btn {
    font-size: 0.9091em;
  }
}

@media only screen and (max-width: 850px) {
  .image-grid-boxes.news-teasers .item {
    position: relative;
    /*flex: 1 1 50%;*/
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 480px) {
  .image-grid-boxes.news-teasers .item {
    position: relative;
    flex: 1 1 100%;
  }
}
