/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .client-logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: inline-block;
  padding: 20px;
}
.client-logo.border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.client-logo.border:hover {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff6c8;
}


.call-to-action.global-link-background {
  background-color: #000000 !important;
}
.su-section.global-link-background {
  background-color: #000000 !important;
}


.top-a-wrapper {
  background-color: #000000;
  color: #ffffff;
}


.header-style2 .tm-logo-large {
  padding-top: 13px;
  float: left;
}