/*
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
*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-transform: none !important;
}

li.tab-item>a {
    font-style: normal !important;
}

span.wpcf7-form-control-wrap {
    display: inline-block !important;
    margin: 5px;
}

.wpcf7-submit {
    margin: 5px !important;
	margin-top: 50px !important;
}

.wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
}
#top nav > ul > .button_solid_color > a::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 4px solid white;
  box-shadow: 0 0 0 3px #b79f88;
  pointer-events: none;
  z-index: -1;
}