.post-type-archive-clients {
  background: #f1f1f1;
}
#tjl_clients_wrapper {
  width: 100%;
  max-width: 1378px;
  padding: 0 30px;
  margin: 0 auto;
}
#tjl_clients_wrapper h1 {
  margin: 0;
  padding: 0 0 20px 0;
  color: #062b45;
  font-size: 60px;
  line-height: 100%;
}
#tjl_clients_wrapper h1 span {
  display: block;
  text-transform: uppercase;
  color: #49bdef;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 11px;
}
#tjl_clients_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 40px 0;
}
.tjl_clients_intro_col {
  width: 48%;
}
.tjl_clients_intro_col:last-of-type {
  padding-top: 35px;
}
.tjl_clients_intro_col p {
  font-size: 20px;
  line-height: 140%;
  margin: 0;
  padding: 0 0 25px 0;
}
.tjl_clients_intro_col p:last-of-type {
  display: flex;
  align-items: center;
}
#tjl_clients_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 0 40px 0;
  list-style: none;
  list-style-image: none;
}
#tjl_clients_list li {
  margin: 0;
  padding: 0 15px 30px 15px;
  width: 25%;
}
#tjl_clients_list li article {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 255px;
  background: #fff;
  width: 100%;
  padding: 20px;
  position: relative;
}
#tjl_clients_list li article img {
  width: 100%;
  height: auto;
  max-height: 150px;
  width: auto;
}
#tjl_clients_list li article a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(/wp-content/themes/webheads/img/icon-plus.png) 0 100%
    no-repeat;
  background-size: 50px auto;
}
#tjl_clients_list li article a:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media all and (min-width: 0) and (max-width: 1100px) {
  #tjl_clients_list li {
    width: 33.33333333333333%;
  }
}
@media all and (min-width: 0) and (max-width: 900px) {
  .tjl_clients_intro_col {
    width: 100%;
  }
  #tjl_clients_list li {
    width: 50%;
  }
}
@media all and (min-width: 0) and (max-width: 670px) {
  #tjl_clients_wrapper h1 {
    font-size: 40px;
  }
  #tjl_clients_list {
    margin: 0 -10px;
  }
  #tjl_clients_list li {
    padding: 0 10px 20px 10px;
  }
  #tjl_clients_list li article {
    min-height: 200px;
  }
}
@media all and (min-width: 0) and (max-width: 500px) {
  #tjl_clients_list li {
    width: 100%;
  }
}
