/*
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
*/




/* Fancy Box hover image swap */
.nectar-fancy-box img.hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.nectar-fancy-box img.nohover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

/* Ensure container can stack images */
.nectar-fancy-box .inner-wrap {
  position: relative;
}

/* On hover swap images */
.nectar-fancy-box:hover img.nohover {
  opacity: 0;
  visibility: hidden;
}

.nectar-fancy-box:hover img.hover {
  opacity: 1;
  visibility: visible;
}

#header-space {
    height: calc(50px + var(--nectar_hook_before_nav_content_height, 0px)) !important;
}
