.full-width-with-image-cards #content {
  margin: 0 auto;
  width: 85%;
}

.full-width-with-image-cards #content .attachment-post-thumbnail {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.full-width-with-image-cards #content .entry-header .entry-title {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.full-width-with-image-cards .image-cards {
  text-align: center;
  margin-top: 80px;
  margin-right: -40px;
}

.full-width-with-image-cards .image-cards .image-card-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 65px;
  max-width: 260px;
  overflow: hidden;
}

@media screen and (max-width: 1024) {
  .full-width-with-image-cards .image-cards .image-card-item {
    max-width: 380px;
  }
}

.full-width-with-image-cards .image-cards .image-card-item a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.full-width-with-image-cards .image-cards .image-card-item a .image {
  max-height: 200px;
  overflow: hidden;
}

.full-width-with-image-cards .image-cards .image-card-item a .title {
  text-align: left;
  padding: 10px;
  height: 45px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.full-width-with-image-cards .image-cards .image-card-item a .title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c203e;
  opacity: 0.8;
  z-index: -1;
}

.full-width-with-image-cards .image-cards .image-card-item a:hover .title:before {
  background-color: #2a599e;
}

@media screen and (max-width: 1024px) {
  .full-width-with-image-cards .image-cards .image-card-item {
    max-width: 315px;
  }
  .full-width-with-image-cards .image-cards .image-card-item .image {
    max-height: 235px;
  }
}

@media screen and (max-width: 800px) {
  .full-width-with-image-cards .image-cards {
    margin-right: 0;
  }
  .full-width-with-image-cards .image-cards .image-card-item {
    margin-right: 0;
    width: 100%;
    max-width: 400px;
  }
  .full-width-with-image-cards .image-cards .image-card-item .title {
    height: auto;
  }
}
/*# sourceMappingURL=custom-style.css.map */