.iadb-themes-list {
  position: relative;
  padding-top: 20px;
}
.iadb-themes-list:before {
  display: inline-block;
  background-image: url(../../assets/img/themes_bg.png);
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 555px;
  width: 690px;
  z-index: 0;
}
.iadb-themes-list .view-header {
  width: 100%;
  margin: 10px 0 10px;
}
@media (max-width: 767px) {
  .iadb-themes-list .view-header {
    margin: 10px 20px 10px;
  }
}
@media (max-width: 480px) {
  .iadb-themes-list .view-header {
    margin: 10px 0 20px;
  }
}
.iadb-themes-list .view-header h1 {
  position: relative;
  padding-left: 32px;
  margin: 0;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  color: #00a3ff;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-header h1 {
    text-align: center;
    padding: 0;
  }
}
.iadb-themes-list .view-header h1:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: url(../../assets/img/title_bar.svg);
  margin-top: 6px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 480px) {
  .iadb-themes-list .view-header h1:before {
    display: none;
  }
}
.iadb-themes-list .view-header p {
  margin-top: 20px;
  display: inline-block;
  width: 50%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
}
@media (max-width: 767px) {
  .iadb-themes-list .view-header p {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .iadb-themes-list .view-header p {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
.iadb-themes-list .view-content {
  justify-content: center;
  padding-bottom: 400px;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-content {
    padding-bottom: 60px;
  }
}
.iadb-themes-list .view-content .views-row {
  padding-bottom: 30px;
}
.iadb-themes-list .view-content .views-row .themes-button {
  height: 100%;
  min-height: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .iadb-themes-list .view-content .views-row .themes-button {
    min-height: 80px;
  }
}
.iadb-themes-list .view-content .views-row .themes-button > a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: white;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.iadb-themes-list .view-content .views-row .themes-button > a .inner-item {
  position: relative;
  border-radius: 4px;
  padding: 15px 26px;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 2px solid #025c72;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-content .views-row .themes-button > a .inner-item {
    display: block;
    padding: 15px 8px;
    text-align: center;
  }
}
.iadb-themes-list .view-content .views-row .themes-button > a:after {
  display: inline-block;
  border-radius: 4px;
  content: "";
  position: absolute;
  border-left: 5px solid #ffb538;
  width: calc(100% - 2px);
  height: 100%;
  top: 0;
  left: 1px;
  z-index: 0;
  background-color: white;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-content .views-row .themes-button > a:after {
    border-bottom: 5px solid #ffb538;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .iadb-themes-list .view-content .views-row .themes-button > a {
    border-radius: 0;
  }
}
.iadb-themes-list .view-content .views-row .themes-button > a h2 {
  display: inline-block;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: #025c72;
  margin: 0;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-content .views-row .themes-button > a h2 {
    text-align: center;
    word-break: break-word;
    font-size: 13px;
    line-height: 15px;
    height: 48px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .iadb-themes-list .view-content .views-row .themes-button > a h2 > div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .iadb-themes-list .view-content .views-row .themes-button > a .icon-custom {
    position: unset;
    margin-right: 0px;
  }
}
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom,
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom-hover {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom img,
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom-hover img {
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: auto;
}
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom {
  display: block;
}
.iadb-themes-list .view-content .views-row .themes-button > a .icon-custom .field--name-field-icon-custom-hover {
  display: none;
}
.iadb-themes-list .view-content .views-row .themes-button > a .field--name-field-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 55px;
  height: 36px;
  text-align: center;
}
.iadb-themes-list .view-content .views-row .themes-button > a .field--name-field-icon svg {
  display: inline-block;
  height: 36px;
  width: 36px;
}
.iadb-themes-list .view-content .views-row .themes-button > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}
.iadb-themes-list .view-content .views-row .themes-button > a:hover .icon-custom .field--name-field-icon-custom {
  display: none;
}
.iadb-themes-list .view-content .views-row .themes-button > a:hover .icon-custom .field--name-field-icon-custom-hover {
  display: block;
}
.iadb-themes-list .view-content .views-row .themes-button > a:hover:after {
  background-color: #025c72;
}
.iadb-themes-list .view-content .views-row .themes-button > a:hover h2 {
  color: #ffb538;
}
.iadb-themes-list .collaborators-list {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .iadb-themes-list .collaborators-list {
    padding: 40px;
  }
}
.iadb-themes-list .collaborators-list p {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: #1f78b4;
  max-width: 45%;
  margin: 0 auto 67px;
}
.iadb-themes-list .collaborators-list > .views-element-container {
  padding: 0;
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .iadb-themes-list .collaborators-list > .views-element-container .view-content {
    margin: 0;
  }
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row {
  flex: 1;
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .collaborator-BID .field--name-field-image .field--type-image img {
  height: 55px;
}
@media (max-width: 990px) {
  .iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .collaborator-BID .field--name-field-image .field--type-image img {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row {
    height: auto;
    margin-bottom: 20px;
  }
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row a:hover .field--name-field-image .field--type-image img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .field--name-field-image {
  padding: 0 10px;
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .field--name-field-image .field--type-image {
  display: inline-block;
  float: none;
  margin: 0;
}
.iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .field--name-field-image .field--type-image img {
  margin: 0;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 95px;
  width: auto;
  height: 95px;
  max-width: 230px;
}
@media (max-width: 990px) {
  .iadb-themes-list .collaborators-list > .views-element-container .view-content .views-row .field--name-field-image .field--type-image img {
    height: 65px;
  }
}
