/* PROJECTS TILES */

.project-tile{
  height: 350px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
  display: block;
  text-decoration: none !important;
}

.project-tile .overlay{
  display: none;
  background-color: rgba(0,0,0,0.7);
  height: 100%;
  width: 100%;
  padding: 20px;
}

.project-tile .overlay-content {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
}

.project-tile .overlay span{
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
  font-size: 20pt;
  color: white;
  text-transform: uppercase;
}

.project-tile:hover .overlay{
  display: block;
}

@media (min-width: 768px) {
.shortcut-tile{
  margin: 0;
}
}

/* PROJECT DETAILS */


.single-project-header .entry-title {
  color: #808080;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18pt;
}

.single-project-info {
  color: #000000;
  font-size: 13pt;
  font-weight: bold;
  text-transform: uppercase;
}

.single-project-content {
  margin-top: 15px;
}


/* PAGING */

.projects-grid-pagination .page-item .page-link {
  border: none;
  background: transparent;
  color: #333;
}

.projects-grid-pagination .loader-box {
  height: 20px;
}

.projects-grid-pagination .loader {
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.projects-grid-pagination .page-item.active .page-link {
  font-weight: bold;
}

.projects-grid-pagination .pagination {
  margin: 0 auto;
  justify-content: center;
}