@charset "UTF-8";
/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.wpb_heading {
  display: none;
}

.bapf_hascolarr {
  font-size: 1em !important;
}

.berocket_single_filter_widget {
  margin-bottom: 0 !important;
}

.bapf_sfilter {
  margin-bottom: 0.5em;
  border-bottom: 1px solid black;
}

.bapf_body {
  margin-bottom: 1em;
}

.special-link h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 3px !important;
}
.special-link h2::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #565da5;
  transition: transform 0.25s ease-out;
  transform-origin: bottom left;
}
.special-link h2:hover::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.special-link h2::after {
  content: "↗";
}/*# sourceMappingURL=style.css.map */