.homepage-product-showcase-head {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.homepage-product-showcase-head-center {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  /*margin-bottom: 30px;*/
}



.homepage-product-showcase-head .section-link {
  display: inline-block;
  border: 0;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}

  .homepage-product-showcase-head .section-link:hover {
    background-color: #248ece;
  }

.homepage-product-showcase-head .title, .homepage-product-showcase-head-center .title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  color: #444;
}

@media only screen and (min-width: 576px) {
  .homepage-product-showcase-head {
    flex-direction: row;
  }

    .homepage-product-showcase-head .section-link {
      margin-top: 0;
    }
  .item-template {
      width: 50%;
  }
  .portfolio-image {
      width: 100%;
      height: 200px;
  }
  .buttons-project-buttons {
      display: flex;
      justify-content: space-between;
      width: 80%;
      margin-top: 10px;
  }
}

.portfolio-button-info .buttons {
  display: flex;
  justify-content: space-between;
}

.projects-container .item-box .buttons-project-buttons {
  text-align: start !important;
  margin-top: 10px !important;
  display: flex !important;
  justify-content: space-between;
  width: 80% !important;
}
@media only screen and (min-width: 992px) {
  /*.project-item .portfolio-button-info .buttons-project-buttons {
    text-align: start !important;
  }*/
}
.projects-container .item-box .project-box-case-study-url,
.projects-container .item-box .project-box-project-url {
  width: 49%;
  background-color: #4ab2f1;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}



.projects-container .item-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.casestudy-details-page .title-container {
  text-align: center;
  background-color: #E8ECF0;
  padding: 15px;
}

.casestudy-details-page .title-container h2{
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 8px;
}

  .casestudy-details-page .title-container .created-time {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .casestudy-details-page .title-container .posted-by {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 8px;
  }

    .casestudy-details-page .title-container .posted-by span {
      color: #03A6FF;
    }



.casestudy-details-page .picture img {
  width: 100%;
  height: 100%;
}


.project-item {
  background: #fff;
  box-shadow: -2px 14px 45px -16px rgba(0, 0, 0, .2);
  margin-bottom: 10px;
  padding: 8px;
}
.picture-box {
    height: 200px;
}
.portfolio-image {
  height: 200px;
  width: 100%;
}
/*.details {
    margin-top: 10px;
}*/
.project-title {
    font-size: 24px;
}
.buttons {
    margin-top: 10px;
}
.project-box-case-study-url {
    border-radius: 4px;
}
.project-box-project-url {
  border-radius: 4px;
}
.portfolio-button-info {
    margin-top: 10px;
}
.description {
    margin-top: 5px;
}
.project-tags-list {
    display: flex;
    flex-wrap: wrap;
}
.projecttag {
  white-space: nowrap;
}
.project-tag-box {
    margin-top: 5px;
    height: 30px;
}

.home-page-category-grid .item-grid .item-box {
  margin: 0 0 0px;
}
.home-page-category-grid .item-grid .sample-item {
  margin-right: 20px; 
}
