/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

.wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  line-height: 1.2;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.firstname {
  float: left;
  width: 48% !important;
  margin: 0% 2% 0px 0px;
}

.lastname {
  float: right;
  width: 48% !important;
  margin: 0% 0% 0px 0px;
}

/* Efecto hover del campo drop-down */
.wpcf7 select:hover {
  background-color: #e0e0e0 !important; /* Color de fondo en hover del campo drop-down */
  color: #000000 !important; /* Color de texto en hover del campo drop-down */
}

/* Estilo del campo drop-down cuando está enfocado */
.wpcf7 select:focus {
  background-color: #ffffff !important; /* Color de fondo en foco del campo drop-down */
  color: #000000 !important; /* Color de texto en foco del campo drop-down */
  border-color: #666666 !important; /* Color de borde en foco del campo drop-down */
  outline: none !important; /* Eliminar el borde por defecto del navegador */
}
/* Añadido por Ricard 27/08/2024 */
.select2-selection--single {
  background-color: #ffffff !important;
  color: #064662 !important;
}
.grecaptcha-badge {
  z-index: 9999;
}

/* Añadido por Ricard 28//2024 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #064662 !important;
}

/*  Cesk - Maneko 12/2024 */

.bold {
  font-weight: bold !important;
}

.semi-bold {
  font-weight: 500 !important;
}

.not-bold {
  font-weight: 400 !important;
}

.team-meta > h5 {
  color: #95e4da !important;
  font-size: 18px !important;
}

.team-meta > h3 {
  font-weight: 500 !important;
}

.team-meta svg {
  left: 22px !important;
  width: 8px !important;
  color: #95e4da;
}

.team-meta .line {
  background-color: #95e4da !important;
  height: 2px !important;
}

.team-member[data-style="meta_below"],
.team-member[data-style="meta_overlaid"] {
  margin-bottom: 0 !important;
}

.team-member[data-style="meta_below"] h4,
.team-member[data-style="meta_overlaid"] h4 {
  font-size: 18px !important;
  color: #95e4da !important;
  margin-bottom: 5px !important;
  line-height: 1em !important;
}

.team-member[data-style="meta_below"] .position,
.team-member[data-style="meta_overlaid"] .position {
  font-size: 24px !important;
  line-height: 1.1 !important;
  text-transform: inherit !important;
  font-weight: 500 !important;
}

.team-member[data-style="meta_overlaid"] {
  margin-top: 7px;
  padding-bottom: 7px;
}

.team-member[data-style="meta_overlaid"] img {
  margin-bottom: 30px;
}

.team-member[data-style="meta_overlaid"] h5 {
  color: #95e4da !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.team-member[data-style="meta_overlaid"] h3 {
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  text-transform: inherit !important;
}

/* .logos-row > .col,
.logos-row-not-grey > .col {
  justify-content: space-between;
  gap: 15px;
}

.logos-row > .col::after,
.logos-row-not-grey > .col::after {
  display: none !important;
}

.logos-row > .col > div,
.logos-row-not-grey > .col > div {
  width: auto !important;
  flex: 1 1 auto;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.logos-row > .col > div > .vc_column-inner,
.logos-row-not-grey > .col > div > .vc_column-inner {
  padding-right: 0px !important;
  padding-left: 0px !important;
} */

.logos-row > .col > div img {
  /* margin: 0 !important; */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.logos-row > .col > div img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

@media (max-width: 1200px) {
  /* .logos-row > .col,
  .logos-row-not-grey > .col {
    justify-content: space-between;
    place-content: center;
    flex-wrap: wrap !important;
  } */
}

body #footer-outer .row {
  padding: 25px 0 0px;
}

#copyright p {
  font-weight: bold;
}

#breadcrumbs {
  display: none;
}

.container-wrap {
  background: linear-gradient(#95e4da, white 200px);
}

.smaller-gap > .col > div {
  padding: 0 10px !important;
}

.blog-recent > .post > a > img {
  width: 100%;
}

.featured-media-under-header h1 {
  font-size: 58px;
  line-height: 64px;
}

.featured-media-under-header__content {
  max-width: 1250px;
}

.single-post .date.published {
  text-transform: uppercase;
}

.featured-media-under-header__featured-media {
  max-width: 1000px;
  margin: min(2vw, 90px) auto 0 !important;
  padding-right: 6% !important;
  padding-left: 6% !important;
}

.featured-media-under-header__featured-media:not([data-format="video"]):not(
    [data-format="audio"]
  ):not([data-has-img="false"]) {
  padding-bottom: 340px;
}

.featured-media-under-header__featured-media .post-featured-img img {
  object-position: center center;
}

.page:not(.home) .row .col h3,
.row .col h4 {
  margin-bottom: 30px;
}

.single .wpb_text_column a,
p a {
  color: #95e4da;
  text-decoration: none;
}

.center-button {
  margin: 0 auto;
  display: table;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) .form-row {
  display: flex;
  width: 100%;
  gap: 25px;
}

@media (max-width: 768px) {
  .page-template-default .wpcf7-form > div:nth-of-type(2) .form-row {
    flex-direction: column;
  }
}

.page-template-default
  .wpcf7-form
  > div:nth-of-type(2)
  .form-row
  .wpcf7-form-control-wrap {
  width: 100%;
}

.page-template-default
  .wpcf7-form
  > div:nth-of-type(2)
  .form-row
  .fancy-select-wrap {
  padding-top: 0;
}

.page-template-default
  .wpcf7-form
  > div:nth-of-type(2)
  .form-row
  .wpcf7-spinner {
  display: none;
}

.page-template-default
  .wpcf7-form
  > div:nth-of-type(2)
  input:not([type="checkbox"]):not([type="submit"]),
.page-template-default .wpcf7-form > div:nth-of-type(2) textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #064662;
  border-radius: 7px;
  color: #064662;
  padding: 8px 12px;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) textarea {
  height: 100px;
  resize: none;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) input[type="submit"] {
  width: 100%;
  color: #064662 !important;
  font-family: "Montserrat";
  font-size: 16px;
  background-color: #96e4da !important;
  border: none;
  padding: 10px 14px !important;
  margin-top: 10px;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) input[type="checkbox"] {
  align-self: flex-start;
  margin: 3px 15px 0 0;
}

.page-template-default .wpcf7-form > div:nth-of-type(2) .wpcf7-list-item-label {
  color: #064662;
  font-size: 12px;
  font-weight: 400;
}

.page-template-default .dark-form .wpcf7-form {
  padding: 20px 40px 40px;
  background-color: #064662;
  border-radius: 7px !important;
}

.page-template-default .dark-form .wpcf7-form h4 {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}

.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  input:not([type="checkbox"]):not([type="submit"]),
.page-template-default .dark-form .wpcf7-form > div:nth-of-type(2) textarea {
  border: 1px solid #ffffff !important;
  color: white;
}

.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  .select2-selection {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
  border-radius: 7px !important;
  padding: 8px 12px !important;
}

.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  .select2-selection__rendered {
  padding: 0 !important;
}

.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  input::placeholder,
.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.page-template-default
  .dark-form
  .wpcf7-form
  > div:nth-of-type(2)
  .wpcf7-list-item-label {
  color: white;
}

#footer-widgets .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

#footer-widgets .container .col {
  width: 48% !important;
}

#copyright {
  padding: 60px 0 20px !important;
}

#copyright .container .col {
  display: flex;
}

#copyright .container .col > p {
  padding: 0;
  margin: 0;
}

#copyright .container .col .menu {
  display: flex;
  gap: 120px;
  padding-right: 0;
  margin-left: 120px;
}

#copyright .container .col .menu li {
  padding-right: 0;
}

#copyright .container .col .menu li a {
  font-weight: 500;
}

@media (max-width: 1200px) {
  #copyright .container .col {
    flex-direction: column-reverse;
  }
  #copyright .container .col .menu {
    float: unset !important;
    margin-left: 0;
    margin-bottom: 20px;
    gap: 10px;
  }
}

.row.blog-recent.columns-3 {
  display: flex;
  flex-wrap: wrap;
}

.custom-related {
  margin-right: 0 !important;
  padding: 10px !important;
  width: 33.33% !important;
}

@media (max-width: 1080px) {
  .custom-related {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .custom-related {
    width: 100% !important;
  }
}

.custom-related figure {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
}

.custom-related figure img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s;
}

.custom-related:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}

.custom-related .meta {
  margin-bottom: 8px !important;
}

.custom-related .meta span {
  font-size: 15px;
  font-weight: 500;
  color: #95e4da;
  text-transform: uppercase;
  margin-top: 25px !important;
  display: block;
  transition: top 0.6s;
  position: relative;
  top: 0;
}

.custom-related:hover .meta span {
  top: -15px;
}

.custom-related h3 {
  font-size: 25px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  transition: top 0.6s;
  position: relative;
  top: 0;
}

.custom-related:hover h3 {
  font-size: 25px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  top: -15px;
}

.custom-related .arrow {
  transition: left 0.6s;
  position: relative;
  left: 0;
}

.custom-related:hover .arrow {
  left: 15px;
}

.virus {
  width: 600px;
}

@media (max-width: 768px) {
  .virus {
    width: 400px;
  }
}

.jumping {
  position: relative;
  animation: jumping 1.5s infinite;
}

@keyframes jumping {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

body[data-col-gap="50px"] .vc_row-fluid .span_12 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single .wpb_wrapper li {
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .only-desktop {
    display: none;
  }
}

@media (min-width: 999px) {
  .only-mobile {
    display: none;
  }
}
