/*
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
*/

/* Portfolio single — bottom nav bar */
.bottom_controls {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

@media only screen and (max-width: 999px) {
  .bottom_controls {
    padding-bottom: 30px;
  }
}

/* Portfolio single — nav link text mirrors paragraph */
#portfolio-nav #prev-link a,
#portfolio-nav #next-link a {
  color: #676767;
  text-transform: none;
}

/* Suppress accent-color hover on nav icons and animated line */
body.single-portfolio #portfolio-nav a:hover i,
#portfolio-nav #prev-link a i,
#portfolio-nav #next-link a i {
  color: #676767 !important;
}

body.single-portfolio .bottom_controls #portfolio-nav .controls li a i:after {
  background-color: #676767 !important;
}

/* Portfolio single — back-to-all dot grid icon hover color */
body.single-portfolio .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
  background-color: #333333 !important;
  box-shadow: -.6em 0 #333333, -.6em .6em #333333, .6em 0 #333333, .6em -.6em #333333, 0 -.6em #333333, -.6em -.6em #333333, 0 .6em #333333, .6em .6em #333333 !important;
}

/* Hide "Featured" project-type badge — used internally only */
.meta-category a.featured {
  display: none;
}
