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

body.home #header-secondary-outer {
  background-color: #6eff5a !important;
}

body:not(.home) #header-secondary-outer {
  background-color: #f1efed !important;
}

#header-secondary-outer nav {
  display: flex;
  align-items: center;
}

body #header-secondary-outer .nectar-center-text {
    max-width: 98%;
}

#header-secondary-outer .nectar-center-text {
  max-width: none;
  padding-right: 110px;
  margin: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header-secondary-outer .nectar-center-text .gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

#header-secondary-outer .nectar-center-text .gtranslate_wrapper a,
#header-secondary-outer .nectar-center-text .gtranslate_wrapper .gt-current-lang,
#header-secondary-outer .nectar-center-text .gtranslate_wrapper .gt_options a,
#header-secondary-outer .nectar-center-text .gtranslate_wrapper .gt_switcher-popup a {
  margin: 0;
}

@media only screen and (max-width: 999px) {
  #header-secondary-outer {
    display: block !important;
  }
}
