/*
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: "Noway";
    src: url("/wp-content/themes/salient-child/fonts/noway-regular-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

/*
@font-face {
    font-family: "Noway";
    src: url("/wp-content/themes/salient-child/fonts/noway-medium-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}*/

@font-face {
    font-family: "Noway";
    src: url("/wp-content/themes/salient-child/fonts/noway-medium-webfont.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


.subtitle p {
    font-size: 26px;
    line-height: 1.3;
}

.nectar-responsive-text.label-title h5 {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.nectar-responsive-text.label-title h5:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #c99d67;
  transform: rotate(45deg);
}

.nectar-responsive-text.label-title.white h5:before {
    background: #f3ebe0;
}

/*.nectar-responsive-text.label-title.gold h5:before {
    background: #a98a56;
}*/

.vc_col-sm-12.main-col>.vc_column-inner {
    height: calc(100vh - 30px);
}

blockquote.nectar_single_testimonial {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    background: rgb(201 157 103 / 20%);
}

blockquote p {
    line-height: 1.4;
    font-size: 25px;
    text-transform: none !important;
    font-weight: 400 !important;
    padding-top: 35px;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    text-align: center;
    position: relative;
}

blockquote p::before {
    background: url(/wp-content/uploads/2026/08/quote-start.svg) no-repeat center;
    background-size: cover;
    top: 35px;
    left: 0;
    width: 2.75rem;
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 44 / 32;
}

blockquote p::after {
    background: url(/wp-content/uploads/2026/08/quote-end.svg) no-repeat center;
    background-size: cover;
    bottom: 35px;
    right: 0;
    width: 2.75rem;
    content: "";
    position: absolute;
    display: block;
    aspect-ratio: 44 / 32;
}

.nectar_single_testimonial .wrap {
  text-align: center;
  display: block;
}

.nectar_single_testimonial[data-color="extra-color-3"] p .open-quote {
display: none;
}

.nectar_single_testimonial .wrap span:not(.title) {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.nectar_single_testimonial .wrap span {
    line-height: 1.3;
}

img.img-with-animation.badge-ska {
    transform: rotate(20deg) !important;
}

/*Timeline*/

.competition-timelines,
.competition-timelines * {
  box-sizing: border-box;
}

.competition-timelines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
  width: 100%;
}

.competition-timeline {
  width: 100%;
  text-align: center;
}

.competition-timeline__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 48px;
  text-align: center;
}

.competition-timeline__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #f4e2d7;
  color: #c44c26;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.competition-timeline__heading h3 {
  margin: 0 !important;
  padding: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.competition-timeline__track {
  --items-count: 5;

  position: relative;
  display: grid;
  grid-template-columns: repeat(
    var(--items-count),
    minmax(0, 1fr)
  );

  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.competition-timeline__track--short {
  --items-count: 3;
  width: 60%;
}

.competition-timeline__track--full {
  --items-count: 5;
  width: 100%;
}

.competition-timeline__track::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% / var(--items-count));
  right: calc(50% / var(--items-count));
  z-index: 0;
  height: 1px;
  background: #a53f25;
}

.competition-timeline__item {
  position: relative;
  min-width: 0;
  padding: 48px 12px 0;
  text-align: center;
}

.competition-timeline__point {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;

  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;

  background: #a53f25;
  transform: rotate(45deg);
}

.competition-timeline__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 0;

  text-align: center;
}

.competition-timeline__date {
  display: block;
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.competition-timeline__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.competition-timeline__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 10px;
  padding: 8px 12px;

  background: #19586b;
  color: #f3ebe0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.nectar_team_member_overlay .team_member_picture {
    background-color: transparent;
}

.team_member_picture_wrap {
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    position: absolute;
     aspect-ratio: 1 / 1;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
}

.row .team-member[data-style=bio_fullscreen_alt] h5 {
    margin-bottom: 5px;
    line-height: 1.15em;
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 0;
}

.team-member[data-style=bio_fullscreen_alt] .team-meta>.nectar-cta {
    position: absolute;
    right: -12px;
    bottom: 25px;
}

.team-member {
    position: relative;
}

.row .team-member[data-style=bio_fullscreen_alt] h3 {
    padding-right: 30px;
    font-size: 20px;
    line-height: 1.3;
}

.nectar_team_member_overlay .team_member_details {
    padding: 8% 53% 4% 10%;
}

h3.post-heading {
    text-transform: none !important;
    font-weight: 700 !important;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    border-radius: 0;
    transform: rotate(45deg);
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    transform: scale(1.1) translateZ(0) rotate(45deg); 
}

/*contact form*/

.material .wpcf7-form .nectar-wpcf7-inline-form label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.container-wrap input[type=text], 
.container-wrap input[type=email],
.container-wrap textarea {
    padding: 5px 0 10px 0 !important;
}

.container-wrap textarea {
    height: 70px;
}

.container-wrap input[type=text]::placeholder, 
.container-wrap input[type=email]::placeholder,
.container-wrap textarea::placeholder {
    color: #666 !important;
    opacity: 1;
    letter-spacing: 0.1em;
}

.wpcf7 input[type="checkbox"] {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-appearance: none;
  width: 0px !important;
}

span.wpcf7-list-item label {
  display: flex;
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  line-height: 1.1;
  color: #252626 !important;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  margin-left: -5px;
  margin-top: 10px;
  font-weight: 400;
letter-spacing: 0;
}

span.wpcf7-list-item-label a {
  color: #252626;
  text-decoration: underline;
}

span.wpcf7-list-item-label:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  border: 1px solid #252626;
  background: transparent;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  border: 1px solid #252626;
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  background-image: url(/wp-content/uploads/2026/07/icon-check.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

input[type="checkbox"]:checked+span.wpcf7-list-item-label:after {
  transform: translateY(-50%);
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  top: auto !important;
  padding: 0 !important;
  background: transparent;
  box-shadow: none !important;
  color: #ff4e4e !important;
  font-size: 12px;
  bottom: 0px !important;
  position: absolute;
  left: auto;
  right: 0px;
  height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ff4e4e;
  border-color: #ff4e4e;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.5;
  padding: 15px;
  border-radius: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.gdpr span.wpcf7-not-valid-tip {
  top: auto !important;
  position: relative;
}

.nectar-wpcf7-inline-form.gdpr {
  justify-content: space-between;
  display: flex;
    padding: 20px 0 0 0 !important;
}

.nectar-wpcf7-inline-field.btn {
  text-align: right;
}

input[type=submit] {
  color: #ead8c3;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 20px 35px 21px !important;
}


body[data-button-style^="rounded"] #page-header-bg .inner-wrap >a {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #a53f25 !important;
    background-color: #F3EBE0 !important;
    color:#a53f25 !important;
}


/*RESPONSIVE*/

@media (max-width: 1000px) {
.mobile-switcher {
    display: block !important;
    position: absolute;
    right: 30px;
    top: 7px;
}

#header-outer #top .col.span_9 .nectar-mobile-only.mobile-header {
    order: 1;
    margin-left: auto !important;
    margin-right: 0px !important;
}

#header-outer #top .row .col.span_9 .slide-out-widget-area-toggle {
    order: 1;
    padding: 0 0px 0 10px !important;
}

#header-outer[data-transparent-header="true"].transparent.side-widget-open >header #logo img.starting-logo {
    opacity: 0 !important;
}

#header-outer[data-transparent-header="true"].transparent.side-widget-open >header #logo img.dark-version {
    opacity: 1 !important;
}

body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
    background: #252626 !important;
}

.nectar-mobile-only.mobile-header .inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nectar-mobile-only.mobile-header li {
    margin: 0;
}

.nectar-cta[data-style="arrow-circle-animation"] .link_wrap .link_text {
    font-size: 15px;
}

.subtitle p {
    font-size: 20px;
}

blockquote p {
    font-size: 20px !important;
    text-transform: none !important;
    padding-top: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1.4 !important;
}

blockquote p::before {
    top: 0px;
    left: -1rem;
    width: 1.75rem;
}

blockquote p::after {
    right: -1rem;
    width: 1.75rem;
}

.program-benefits .vc_col-sm-3.wpb_column,
.program-benefits .nectar-fancy-ul ul,
.program-benefits .divider-wrap {
    margin-bottom: 0 !important;
}

.porota-row .vc_col-sm-3.wpb_column {
    margin-bottom: 0;
}

.porota-row .vc_col-sm-3.wpb_column .vc_column-inner {
    padding-bottom: 0;
}

.team-member[data-style=bio_fullscreen_alt] .team-member-image {
    margin-bottom: 10px;
}

.nectar_team_member_overlay {
    max-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
}

.nectar_team_member_overlay .team_member_picture {
    height: 100%;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    display: block;
}

.nectar_team_member_overlay .inner-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}

.nectar_team_member_overlay .team_member_details {
    padding: 5% 10% 10% 10%;
    overflow-y:unset;
    margin: 0;
    max-height: 100%;
    height: auto;
    order: 2;
    position: unset;
}

.team_member_picture_wrap {
    order: 1;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    position: relative;
    aspect-ratio: 1 / 1;
    top: 0;
    transform: translateY(0%);
    max-width: 550px;
    display: block;
    height: 100%;
}

span.mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 0px;
    padding-bottom: 30px;
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 0;
    flex-direction: column;
}

.nectar-responsive-text.label-title h5:before {
    top: 7px;
}
}


/* Timeline – responsive */
@media only screen and (max-width: 1200px) {
  .competition-timeline__track--short {
    width: 75%;
  }

  .competition-timeline__item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .competition-timeline__date {
    font-size: 19px;
  }

  .competition-timeline__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .competition-timelines {
    gap: 70px;
  }

  .competition-timeline__heading {
    gap: 20px;
    margin-bottom: 42px;
  }

  .competition-timeline__heading h3 {
    font-size: 30px;
  }

  .competition-timeline__track,
  .competition-timeline__track--short,
  .competition-timeline__track--full {
    display: block;
    width: 100%;
    max-width: 600px;
  }

  .competition-timeline__track::before {
    display: none;
  }

  .competition-timeline__item {
    position: relative;
    min-height: 90px;
    padding: 0 0 45px 50px;
    text-align: left;
  }

  .competition-timeline__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: 10px;
    z-index: 0;
    width: 1px;
    background: #a53f25;
  }

  .competition-timeline__item:last-child {
    min-height: 0;
    padding-bottom: 0;
  }

  .competition-timeline__point {
    top: 0;
    left: 10px;
  }

  .competition-timeline__content {
    align-items: flex-start;
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .competition-timeline__date,
  .competition-timeline__title {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .competition-timelines {
    gap: 60px;
  }

  .competition-timeline__heading {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 38px;
  }

  .competition-timeline__heading h3 {
    font-size: 26px;
  }

  .competition-timeline__number {
    font-size: 12px;
  }

  .competition-timeline__item {
    padding-left: 44px;
    padding-bottom: 40px;
  }

  .competition-timeline__date {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .competition-timeline__title {
    font-size: 16px;
  }

  .competition-timeline__time {
    margin-top: 8px;
  }
}