/*
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
*/
@font-face {
  font-family: "The Seasons";
  src: url("/wp-content/themes/salient-child/font/The-Seasons-Light.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  scrollbar-gutter: auto;
  overflow-y: auto;
}
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: #000 !important;
}
.nectar-icon-list[data-icon-style="border"] .list-icon-holder {
  border: 2px solid #000;
  background: #000 !important;
}
.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: #fff !important;
}
.nectar-icon-list-item .content * {
  color: #000 !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: #000 !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 .form-element .field-cover .button i.icon-button-arrow {
  top: 10px !important;
}
.formcraft-css .fc-form .form-element .field-cover .button i {
  color: #000 !important;
  border: 1px solid #000 !important;
}
.formcraft-css .fc-form .form-element .field-cover .button {
  background: #fff !important;
  border-radius: 50px !important;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  padding: 10px 40px !important;
  padding-left: 15px !important;
  font-size: 16px;
  color: #000 !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;
}
.nectar-cta.dark-button .link_text span::after {
  content: "";
  display: inline-block;
  width: 24px; /* tamanho do ícone */
  height: 24px;
  background-image: url("/wp-content/uploads/2026/06/botao_seta_branca.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;
}
.flickity-viewport {
  margin: 0px !important;
}
.cell {
  padding: 0px !important;
}
html .formcraft-css .fc-form.label-floating .form-element .field-cover > span {
  color: #fff !important;
}
.formcraft-css label span {
  color: #fff !important;
}
html .formcraft-css .fc-form.label-floating .field-cover select {
  color: #fff !important;
  background: #000 !important;
}
input.validation-lenient {
  color: #fff !important;
}

.sb-lang {
  position: fixed;
  top: 20px;
  right: 32px;
  z-index: 9999;
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

body.admin-bar .sb-lang {
  top: 52px;
}

.sb-lang__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.sb-lang__item:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
}

.sb-lang__item.is-active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}

.sb-lang__item span {
  display: block;
  line-height: 1;
}

.sb-lang__flag {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 !important;
}
