@charset "UTF-8";
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?50460123");
  src: url("../font/fontello.eot?50460123#iefix") format("embedded-opentype"), url("../font/fontello.woff2?50460123") format("woff2"), url("../font/fontello.woff?50460123") format("woff"), url("../font/fontello.ttf?50460123") format("truetype"), url("../font/fontello.svg?50460123#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50460123#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-icons-right:before {
  content: "\e517";
} /* '' */
.icon-icons-left:before {
  content: "\e518";
} /* '' */
.perf-slider-logo {
  margin: 30px 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wp-container-7 .perf-slider-logo {
  max-width: 100%;
}

.perf-slider-logo .perf-slider-logo-container {
  width: 95%;
  height: 100px;
}

.perf-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  height: 100%;
}

.perf-slider-logo-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.perf-slider-logo-container a {
  height: 90px;
}
.perf-slider-logo-container a img.attachment-.size- {
  height: 100px;
  object-fit: contain;
}

.slider-wrapper {
  overflow-y: hidden;
  transform: translateZ(0);
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .glider-track {
  height: 100px;
}

.perf_arrow_prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 20%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  margin-right: 10px;
}

.perf_arrow_next {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  right: -23px;
  top: 20%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  margin-left: 10px;
}

.perf_arrow_prev.disabled, .perf_arrow_next.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.perf-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .perf-slider-logo .perf-slider-logo-container {
    width: 85%;
  }
  .perf_arrow_prev, .perf_arrow_next {
    top: 25%;
  }
  .perf-logo-container.glider-slide {
    min-width: 1px;
    width: 145px;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=performize_slider_logo-public.css.map */
