/*
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
*/
.sidebar-search {
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  padding: 5px;
}
.sidebar-search .wp-block-search__inside-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.sidebar-search button[type=submit].wp-block-search__button.has-icon {
  margin-left: 0 !important;
  padding: 10px !important;
  background: #fff !important;
  color: #51c5f2 !important;
}
.sidebar-search button[type=submit].wp-block-search__button.has-icon:hover, .sidebar-search button[type=submit].wp-block-search__button.has-icon:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.sidebar-search input[type=search] {
  background: none;
}
.sidebar-search:focus-within {
  border: 1px solid #51c5f2 !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.sidebar-search:focus-within input[type=search] {
  background: none;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.post-categories {
  border-top: 1px solid #ccc;
  padding-top: 60px;
}

.blog-recent.related-posts .meta-category a {
  color: #51c5f2;
}
.blog-recent.related-posts .post-featured-img img {
  width: 100% !important;
}

.hover-btn-wrap {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.hover-btn-wrap:hover.has-content .hover-btn {
  display: none;
}
.hover-btn-wrap:hover .hover-content {
  display: block;
}
.hover-btn-wrap .hover-btn {
  border-radius: 50px;
  padding: 0 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: opacity, visibility, height, width;
  transition-property: opacity, visibility, height, width;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  min-height: 65px;
}
.hover-btn-wrap .btn-text {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
}
.hover-btn-wrap .hover-btn-icon img {
  margin: 0;
}
.hover-btn-wrap .hover-content {
  border-radius: 35px;
  font-size: 0.75em;
  line-height: 1.3;
  position: relative;
  display: none;
}
.hover-btn-wrap .hover-content img {
  margin: 0 auto;
}
.hover-btn-wrap .hover-content .content-wrap {
  padding: 25px;
  position: relative;
}