/*
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.8.2
*/
 .nectar-sticky-row-wrap .span_12.light .wpb_text_column a:not(:hover) {
    opacity: 1;
}
.nectar-button.jumbo {
    font-size: 26px;
}
@media only screen and (max-width: 999px) {
  .nectar-sticky-row-wrap {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
  }
  .nectar-sticky-row-wrap--top_after_nav {
    top: calc(var(--nectar-sticky-top-distance) - 50px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.custom-spinner {
  display: none;  /* Hide spinner initially */
  /* You can add more styles for the spinner, such as animation */
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
  border-top: 4px solid #1f5f46;  /* Spinner color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.custom-submit-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
#invest-form .custom-form-control {
  margin-bottom: 15px;
}
