@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?13409137");
  src: url("../font/fontello.eot?13409137#iefix") format("embedded-opentype"), url("../font/fontello.woff2?13409137") format("woff2"), url("../font/fontello.woff?13409137") format("woff"), url("../font/fontello.ttf?13409137") format("truetype"), url("../font/fontello.svg?13409137#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?13409137#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-search:before {
  content: "\e800";
} /* '' */
.icon-right:before {
  content: "\f178";
} /* '' */
.perf-blog-top-row .search input::placeholder {
  color: #000;
  font-weight: 600;
}
.perf-blog-top-row .search input {
  z-index: 1;
  background: #EFEFEF;
  border-radius: 16px;
  border: none;
  padding-left: 40px;
  height: 30px;
}
.perf-blog-top-row .search input:focus {
  outline: none;
}
.perf-blog-top-row .perf_search_icon {
  position: relative;
  z-index: 10;
  margin-right: -40px;
}
@media (min-width: 991.98px) {
  .perf-blog-top-row .perf-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.perf-blog-content-row .perf-blog-post-wrapper {
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: 100% !important;
}
@media (max-width: 768px) {
  .perf-blog-content-row .perf-blog-post-wrapper {
    height: auto !important;
  }
}
.perf-blog-content-row .perf-blog-post-wrapper .perf-blog-img-wrapper .perf-blog-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.perf-blog-content-row .perf-blog-post-wrapper .perf-blog-content-wrapper {
  padding: 40px 20px;
}
.perf-blog-content-row .perf-blog-post-wrapper .perf-blog-content-wrapper .perf-blog-title {
  font-size: 22px;
  font-weight: 700;
}

.perf-blog-pagination {
  margin-top: 30px;
}
.perf-blog-pagination .pagination {
  justify-content: center;
}
.perf-blog-pagination .pagination .page-link.current {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.perf-blog-pagination .pagination .page-link {
  color: #000;
}

.perf-slider-blog {
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .perf-slider-blog {
    width: 85%;
  }
}
.perf-slider-blog .perf_arrow_next {
  right: -45px;
  top: 8%;
  font-size: 25px;
}
.perf-slider-blog .ajax-filter-item {
  min-width: fit-content;
  margin-right: 15px;
}

@media screen and (max-width: 1200px) {
  .perf-scroll {
    overflow-y: scroll;
    display: flex;
  }
  a.ajax-filter-item {
    margin: 0px 10px;
    margin-bottom: 15px;
  }
  .perf_scroll::-webkit-scrollbar {
    display: none;
  }
  .search input {
    width: 100%;
  }
  .search-form {
    width: 100%;
  }
  .search-form #search {
    width: 100% !important;
  }
  .col-md-8.w-100.perf_scroll {
    padding-left: 0px;
  }
  .perf-scroll::-webkit-scrollbar {
    display: none !important;
  }
  .perf_search_icon {
    margin-right: 0;
  }
}

/*# sourceMappingURL=performize_blog-public.css.map */
