/* Hide Widget near Logo */
.pe-wpml-lang-selector {    display: none !important;}

/* Hide WPML credits in Footer */
#wpml_credit_footer {    display: none !important;}

/* Portfolio opacaity */
.projectlist a:hover .projectinfo {	background-color: rgba(39, 196, 244, 0.8) !important;}

/* CSS INTEGRATIon FROM THEME OPTIONS */
.team-list .grid-2 {
  width: 46.9696969697%;
}

@media only screen and (max-width: 479px) {
  .team-list .grid-2 {
    width: 100%;
  }
}

.vegas-overlay { display: none; }

#clients .bx-prev,
#clients .bx-next {
  display: none;
}


#clients #bx-pager a img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#bx-pager li a {
cursor: default;
}

