/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/* line 6, partners_clients.less */
.partners-clients {
  margin-bottom: 30px;
}
/* line 9, partners_clients.less */
.partners-clients .item {
  padding-left: 300px;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 16, partners_clients.less */
.partners-clients .item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 21, partners_clients.less */
.partners-clients h4 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
  padding-top: 10px;
}
/* line 29, partners_clients.less */
.partners-clients .logo {
  width: 300px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 38, partners_clients.less */
.partners-clients .item:hover .logo {
  opacity: 1;
}
/* line 41, partners_clients.less */
.partners-clients .url {
  font-style: italic;
  padding-top: 18px;
  font-family: crimson_textroman;
}
@media screen and (max-width: 767px) {
  /* line 51, partners_clients.less */
  .partners-clients .item {
    padding-left: 0;
  }
  /* line 54, partners_clients.less */
  .partners-clients .logo {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 24px;
  }
}
