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

header#top,
#header-space,
.powered-by,
#footer-outer,
#header-outer,
.final-success-check.formcraft-icon {
  display: none !important;
}
.nectar-icon-list[data-icon-color="extra-color-1"][data-icon-style="border"]
  .list-icon-holder[data-icon_type="numerical"]
  span {
  color: #fff !important;
}
.nectar-icon-list[data-icon-style="border"] .list-icon-holder {
  border: 2px solid white;
}
.nectar-icon-list[data-icon-size="medium"]
  .nectar-icon-list-item
  .list-icon-holder
  span {
  line-height: 60px;
  font-size: 26px;
  width: 60px;
  height: 60px;
  color: white !important;
}
.nectar-icon-list-item .content * {
  color: white !important;
}
.nectar-icon-list[data-icon-size="medium"]
  .nectar-icon-list-item
  .list-icon-holder {
  line-height: 60px;
  font-size: 26px;
  width: 60px;
  height: 60px;
}
.nectar-icon-list:after {
  background-color: white !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 50%;
  position: relative;
}
@media screen and (max-width: 700px) {
  .modal-content {
    width: 100% !important;
  }
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.loading-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #ddd;
  border-top-color: #243024;
  animation: loading 1s linear infinite;
}
.mensagem {
  color: #000;
  font-family: "Ergon-Light-Web" !important;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.formcraft-css .fc-form.fc-form-1 .form-element .field-cover .button {
  background: #000 !important;
  border-radius: 50px !important;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  padding: 5px 40px !important;
  padding-left: 15px !important;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
}
span.link_wrap {
  padding: 5px 25px;
  padding-right: 5px !important;
  font-size: 16px;
} /* Garante layout em linha */
.nectar-cta .link_text span {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}

/* Ícone à direita */
.nectar-cta .link_text span::after {
  content: "";
  display: inline-block;
  width: 24px; /* tamanho do ícone */
  height: 24px;
  background-image: url("/wp-content/uploads/2025/12/seta_botoes.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.black-button-success span.link_wrap {
  background: #000 !important;
}

.black-button-success a.link_text {
  color: #fff !important;
}
.black-button-success .link_text span::after {
  content: "";
  display: inline-block;
  width: 24px; /* tamanho do ícone */
  height: 24px;
  background-image: url("/wp-content/uploads/2025/12/seta_botoes_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-element-type-checkbox {
  font-size: 16px !important;
}
.form-element-type-checkbox .form-element-html {
  padding-bottom: 0px !important;
}
.form-element-type-submit .form-element-html {
  padding-top: 1.5rem !important;
}
