/*
Theme Name: Salient Child
Theme URI:  https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template:   salient
Author:     ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: Child theme for Pennine — running a 1:1 clone of the live site.
             All styling is loaded via functions.php from /assets/css/ (agency
             originals + live-customizer-extract). This file is intentionally
             header-only so it does not override the enqueued cascade.
Version:    1.0.0-clone
*/

/* ============================================
   Salient Back To Top Button Fix
   Prevents button stretching full-width
   ============================================ */

#to-top {
  position: fixed !important;
  right: 35px !important;
  bottom: 35px !important;
  left: auto !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}

#to-top i {
  position: absolute !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
}

#to-top .top-icon {
  display: none !important;
}

