.login-message {
  padding: 55px 0;
}

.login-message .login-container {
  width: 1200px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.login-message .login-message__text p {
  text-align: center;
  font-size: 18px;
}

.main-header .primary-dropdown li a {
  border-bottom: 2px solid #FEBC2E;
}

.main-header .primary-dropdown li a:hover {
  border-color: #DC2329;
}

.single .wp-block-quote {
  border: none;
  padding-left: 1.6em;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-family: "Montserrat", sans-serif;
  color: #061D35;
  font-size: 17px;
}

body.archive .main-area {
  padding: 65px 0;
}

.tmc-tool-single p a, .tmc-tool-single li a {
  text-decoration: underline;
}

.resource-card .resource-more:hover {
  color: #061D35;
}

.tools-grid .tool-content .tool-more:hover {
  color: #061D35;
}

.search-results .main-wrap {
  padding-top: 60px;
}

.search-results .post-title {
  margin-top: 0;
}

.impact-logos .sg-image {
  width: 100%;
}

.impact-logos .img-inner {
  aspect-ratio: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-radius: 50%;
  padding: 17% 15%;
}

.impact-logos .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
}

.impact-logos .img-wrap img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

.supplier-portal .tab-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.supplier-portal .container-tab {
  width: 1200px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.supplier-portal .tab-container .tab-title {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 1em 1.3em;
  font-size: 14px;
  border: 2px solid #FEBC2E;
  color: #061D35;
  line-height: 1;
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.supplier-portal .tab-container .tab-title.active-tab {
  background-color: #FEBC2E;
  color: #ffffff;
}

.supplier-portal .tab-container .tab-title:hover {
  background-color: #FEBC2E;
  color: #ffffff;
}

.supplier-portal .tab-content {
  position: relative;
  z-index: 0;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s;
}

.supplier-portal .tab-items {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-rows: 1fr
}

.supplier-portal .tab-content.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  display: block;
}

.supplier-portal .intro-block {
  display: flex;
  justify-content: space-between;
  padding: 65px 0;
  gap: 25px 6%;
  align-items: center;
}

.supplier-portal .intro-block .col-img {
  flex-basis: 47%;
}

.supplier-portal .intro-block .col-img img {
  display: block;
  width: 100%;
  height: auto;
}

.supplier-portal .intro-block .col-text {
  flex-basis: 47%;
  flex-grow: 1;
}

.supplier-portal .intro-block .col-text p {
  color: #061D35;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.76;
  font-family: "Montserrat", sans-serif;
}

.supplier-portal .intro-block .col-text h2, .supplier-portal .intro-block .col-text h3, .supplier-portal .intro-block .col-text h4 {
  margin: 0 0 1em;
}

.supplier-portal .intro-block .col-text *:last-child {
  margin-bottom: 0;
}

.supplier-portal .document-block {
  padding: 65px 0;
  background-color: #f6f9fc;
}

.supplier-portal .document-title {
  margin: 0 0 1em;
  color: #061D35;
  text-align: center;
}

.supplier-portal .document-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 3.5%;
}

.supplier-portal .document-item {
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.supplier-portal .document-item__image {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 15px;
  overflow: hidden;

}

.supplier-portal .document-item__image:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(6, 29, 53, 0.9) 0%, rgba(6, 29, 53, 0) 100%);
  z-index: 3;
}

.supplier-portal .document-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}

.supplier-portal .document-item__text {
  flex-grow: 1;
}

.supplier-portal .document-item__text h2, .supplier-portal .document-item__text h3, .supplier-portal .document-item__text h4 {
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 0.5em;
}

.supplier-portal .document-item__text p {
  color: #061D35;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.76;
  font-family: "Montserrat", sans-serif;
}

.supplier-portal .document-item__button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #DC2329;
  letter-spacing: 0.03em;
  display: block;
  width: fit-content;
  padding: 0.1em 0;
  position: relative;
  line-height: 1;
  text-decoration: underline;
}

.supplier-portal .document-item__button:hover {
  color: #061D35;
}

@media screen and (max-width: 900px) {
  .supplier-portal .intro-block {
    flex-direction: column;
  }

  .supplier-portal .intro-block .col-img {
    flex-basis: 100%;
    width: 100%;
  }

  .supplier-portal .intro-block .col-text {
    flex-basis: 100%;
  }

  .supplier-portal .document-item {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 500px) {
  .supplier-portal .document-wrapper {
    flex-direction: column;
  }

  .supplier-portal .document-item {
    flex-basis: 100%;
  }
}

.tools-resources .sg-imagebox .img-wrap {
  aspect-ratio: 1;
  overflow: hidden;
}

.tools-resources .sg-imagebox .img-wrap a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gform_wrapper .gform_required_legend {
  display: none;
}

.gform_wrapper .gfield--type-name input, .gform_wrapper .gfield--input-type-text input, .gform_wrapper .gfield--type-email input, .gform_wrapper .gfield--type-phone, .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
  font-family: var(--field-font-family);
  font-size: var(--field-font-size, 16px);
  font-weight: var(--field-font-weight, 400);
  font-style: var(--field-font-style);
  line-height: var(--field-line-height, 1.76);
  width: 100%;
  min-width: 278px !important;
  height: 51px;
  padding: var(--field-padding-top, .5em) var(--field-padding-right, 0) var(--field-padding-bottom, .5em) var(--field-padding-left, 0);
  transition: all 0.3s ease-out;
  text-align: var(--field-text-align);
  -webkit-text-decoration: var(--field-text-decoration);
  text-decoration: var(--field-text-decoration);
  letter-spacing: var(--field-letter-spacing);
  text-transform: var(--field-text-transform);
  color: var(--text-color-field-default);
  border-style: solid;
  border-color: var(--border-color-field-default);
  border-top-width: var(--field-border-top, 0);
  border-right-width: var(--field-border-right, 0);
  border-bottom-width: var(--field-border-bottom, 1px);
  border-left-width: var(--field-border-left, 0);
  border-radius: var(--field-border-radius);
  outline: 0;
  background-color: var(--background-color-field-default);
  box-shadow: var(--field-shadow-default);
}

.gform_wrapper .gfield input::placeholder, .gform_wrapper .gfield textarea::placeholder {
  color: rgb(114, 114, 114);

}

.gform_wrapper .gfield input:focus::placeholder, .gform_wrapper .gfield textarea:focus::placeholder {
  color: transparent;
}

.gform_wrapper .gfield.gfield--type-checkbox input {
  border: 1px solid var(--border-color-field-default);
}

.gform_wrapper .gfield.gfield--type-checkbox input:focus {
  outline: 1px solid #FEBC2E;
}

.gform_wrapper .gfield.gfield--type-checkbox input:before {
  border: none;
  font-size: 1.4em;
  transform: none;
  color: #FEBC2E;
}

.gform_wrapper .gfield a {
  text-decoration: underline;
}

.gform_wrapper .gfield a:hover {
  color: #FEBC2E;
}

.gform_wrapper .gform-footer #gform_submit_button_7 {
  font-family: var(--button-font-family);
  font-size: var(--button-font-size, 13px);
  font-weight: var(--button-font-weight, 600);
  font-style: var(--button-font-style, normal);
  line-height: var(--button-line-height, 21px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--button-height, auto);
  padding: var(--button-padding-y, 15px) var(--button-padding-x, 50px);
  transition: all 0.3s ease-out;
  text-align: var(--button-text-align, center);
  white-space: nowrap;
  -webkit-text-decoration: var(--button-text-decoration, none);
  text-decoration: var(--button-text-decoration, none);
  letter-spacing: var(--button-letter-spacing, .05em);
  text-transform: var(--button-text-transform, uppercase);
  color: var(--text-color-button-default, #FFFFFF);
  border: 0 solid;
  border-color: var(--border-color-button-default, transparent);
  border-radius: var(--button-border-radius, 0);
  background: var(--background-color-button-default, var(--primary-color-default));
}

.gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  color: #061D35;
  line-height: 1.3;
  padding: 30px 0;
  font-weight: 600;
}

.partners-slider .ui-img {
  aspect-ratio: 1;
}

.partners-slider .img-inner {
  background-color: #ffffff;
  border-radius: 50%;
  padding: 9%;
}
.partners-slider .slide-content > .sg-image {
  width: 100%!important;
}
.partners-slider .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
}

.partners-slider .img-wrap img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* ===============================
          Resources page
==================================*/
#search-filter-results-21639, .events-grid {
  display: flex;
  gap: 0 3%;
  flex-wrap: wrap;
}

#search-filter-results-21639 .resource-card, .event-card {
  width: 30%;
}

#search-filter-form-21639 {
  padding-bottom: 25px;
}

#search-filter-form-21639 .sf-field-category {
  padding: 0;
}

#search-filter-form-21639 .sf-field-category input.sf-input-radio {
  display: none !important;
}

#search-filter-form-21639 .sf-field-category ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#search-filter-form-21639 .sf-field-category .sf-label-radio {
  padding: 0.65em 1.5em;
  font-size: clamp(5px, 0.8vw, 11px);
  border: 2px solid #FEBC2E;
  text-transform: uppercase;
  color: #000000;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

#search-filter-form-21639 .sf-field-category ul li.sf-option-active .sf-label-radio {
  background-color: #FEBC2E;
  color: #ffffff;
}

#search-filter-form-21639 .sf-field-category .sf-label-radio:hover {
  background-color: #FEBC2E;
  color: #ffffff;
  cursor: pointer;
}

.search-filter-scroll-loading {
  margin: auto;
}

#search-filter-form-21639 .sf-field-search {
  display: flex;
  border-radius: 25px;
  border: 2px solid #FEBC2E;
  align-items: center;
  padding: 5px 10px;
  gap: 15px;
  line-height: 1;
  font-size: clamp(5px, 0.8vw, 11px);
}

#search-filter-form-21639 .sf-field-search label {
  height: auto;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

#search-filter-form-21639 .sf-field-search .sf-input-text {
  padding: 0.4em 0 0.5em;
  height: auto;
  color: #000000;
  border: none;
  background-color: transparent;
  flex-grow: 1;
  line-height: 1;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

#search-filter-form-21639 .sf-field-search .sf-input-text::placeholder {
  font-size: 1em;
  color: #C0C0C0;
  font-family: 'Montserrat', sans-serif;
}

#search-filter-form-21639 .sf-field-search h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding: 0;
}

#search-filter-form-21639 > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

#search-filter-results-21639 .resource-card, .event-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  width: 31.3%;
}

/* image plein bloc */

#search-filter-results-21639 .resource-image, .event-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3; /* 🔁 change ici si besoin */
  overflow: hidden;
  background: #f2f2f2;
  transition: all 0.3s;
}

#search-filter-results-21639 .resource-image img , .event-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

#search-filter-results-21639 .resource-card h3, .event-card h3 {
  margin: 0 0 0.7em;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  color: #061d35;
  font-family: 'Montserrat', sans-serif;
}

#search-filter-results-21639 .resource-card:hover img, .event-card:hover img {
  transform: scale(1.02);
}

#search-filter-results-21639 .resource-card:hover .resource-more, .event-card:hover .event-more {
  text-decoration: underline;
}

#search-filter-results-21639 .resource-more, .event-more{
  transition: .25s ease;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #DC2329;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: 1;
  transform: none;
}

#search-filter-results-21639 .resource-image::before, .event-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          180deg,
          rgba(45, 48, 54, 0) 0%,
          rgba(45, 48, 54, 0.9) 100%
  );
  opacity: 1;
  transition: opacity .3s ease, background .3s ease;
  z-index: 1;
}

#search-filter-results-21639 .resource-card:hover .resource-image::before, .event-card:hover .event-image::before {
  background: linear-gradient(
          0deg,
          rgba(254, 188, 46, 0.9) 0%,
          rgba(255, 85, 40, 0) 70%
  );
}

#search-filter-results-21639 .resource-image, .event-image {
  display: block;
  overflow: hidden;
}

#search-filter-results-21639 .resource-image img, .event-image img {
  width: 100%;
  transition: transform .3s ease;
}

#search-filter-results-21639 .resource-content, .event-content {
  padding: 16px;
  background: transparent;
}

#search-filter-results-21639 .resource-content h3, .event-content h3 {
  line-height: 1.2;
}

#search-filter-results-21639 .resource-card:hover img, .event-card:hover img {
  transform: scale(1.02);
}

#search-filter-results-21639 .resource-more, .event-more {
  transition: all 0.3s;
}

#search-filter-results-21639 .resource-card:hover .resource-more, .event-card:hover .event-more {
  text-decoration: underline;
}

#search-filter-results-21639 .resources-block .resources-header, .events-block .events-header {
  padding-bottom: 3rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.event-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
}

.badge-upcoming { background: #FEBC2E; }
.badge-past { background: #DC2329; }

.resource-image { position: relative; }

.events-pagination a,
.events-pagination span {
  margin: 0 5px;
  padding: 6px 10px;
  background: #eee;
  text-decoration: none;
}

.events-pagination .current {
  background: #FEBC2E;
  color: #fff;
}
.events-pagination{
  text-align: center;
}
.form-event-filter{
  display: flex;
    justify-content: end;
}
.event-select, .event-select:focus{
  max-width: 220px;
  background: #fff;
  border: 2px solid #FEBC2E;
  border-radius: 999px;
  padding: 10px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #061D35;
  outline: none;
}


@media screen and (max-width: 1200px) {
  #search-filter-form-21639 .sf-field-category .sf-label-radio {
    font-size: 12px;
  }

  #search-filter-form-21639 .sf-field-search {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  #search-filter-form-21639 .sf-field-category ul {
    justify-content: center;
  }

  #search-filter-results-21639 .resource-card, .event-card {
    width: 48.5%;
  }

  #search-filter-form-21639 > ul {
    flex-direction: column;
    gap: 25px
  }

  #search-filter-form-21639 .sf-field-search {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #search-filter-results-21639 .resource-card, .event-card {
    width: 100%;
  }
}

.learnpress-page [class^="lp-icon-"], .learnpress-page [class*=" lp-icon-"] {
  font-family: "lp-icon" !important;
}


.service-carousel span.title-txt {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #061D35 !important
}

.service-carousel .fancybox-description.content-item {
  color: #1E1E1E;
}

.service-carousel .content-box {
  padding: 20px 10px 10px 10px !important;
  font-size: 14px;
  text-align: justify
}


.tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

/* carte */
.tool-card {
  position: relative;
  overflow: hidden;
}

/* image plein bloc */

.tool-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3; /* 🔁 change ici si besoin */
  overflow: hidden;
  background: #f2f2f2;
}

.tool-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.tool-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
          180deg,
          rgba(45, 48, 54, 0) 0%,
          rgba(45, 48, 54, 0.9) 100%
  );
  opacity: 1;
  transition: opacity .3s ease, background .3s ease;
  z-index: 1;
}

.tool-card:hover .tool-image::before {
  background: linear-gradient(
          0deg,
          rgba(254, 188, 46, 0.9) 0%,
          rgba(255, 85, 40, 0) 70%
  );
}

.tool-card {
  display: flex;
  flex-direction: column;
}

.tool-image {
  display: block;
  overflow: hidden;
}

.tool-image img {
  width: 100%;
  transition: transform .3s ease;
}

.tool-content {
  padding: 16px;
  background: transparent;
}

.tool-card:hover img {
  transform: scale(1.02);
}

.tool-card:hover .tool-more {
  text-decoration: underline;
}

.tool-more {

  transition: .25s ease;
  font-family: 'Montserrat', sans-serif;

  font-size: 14px;
  font-weight: 600;
  color: #DC2329;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: 1;
  transform: none;
}

/* titre */
.tool-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  color: #061d35;
  font-family: 'Montserrat', sans-serif;
}

.tools-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 3rem 0;
  justify-content: center;
}

/* style de base des boutons filtre */
.tools-filters button {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  border: 2px solid #FEBC2E;
  color: #061D35; /* bleu foncé du site */
  padding: 10px 22px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 999px; /* forme pilule comme "JOIN US" */
  cursor: pointer;
  outline: none;
  transition: background .2s ease, color .2s ease, transform .15s ease;
}

/* état actif + hover = bouton jaune plein */
.tools-filters button.is-active,
.tools-filters button:hover {
  background: #FEBC2E;
  color: #ffffff;
  transform: translateY(-1px);
}

.tools-header h2 {
  color: #061D35;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px !important;

  text-align: center;
  padding: 0 10% 0 10%
}

.tools-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  font-family: 'Montserrat', sans-serif;
}
.tools-header input, .tools-header select{
  font-family: 'Montserrat', sans-serif;
}
.tools-header input::placeholder{
  font-family: 'Montserrat', sans-serif;
}
.tools-search {
  margin: 0 0 3rem 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 14px;
  border: 2px solid #FEBC2E;
  max-width: 260px;
}


.tools-search span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #061D35; /* bleu foncé du site */
  font-weight: 700;
}

.resources-search input[type="search"], .tools-search input[type="search"] {
  border: none;
  outline: none;
  font-size: 13px;
  padding: 4px 0;
  width: 140px;
  color: #061D35;
}

.tools-search input::placeholder {
  color: #9ca3af; /* gris doux */
}

.tools-search:focus-within {
  box-shadow: 0 0 0 2px rgba(254, 188, 46, 0.6);
}
@media screen and (max-width: 1023px) {
  .tools-access-filters {
    margin-bottom: 0;
  }
  .tools-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tools-tag-filter select.tools-tags-select, .tools-toolcat-filter select.tools-toolcat-select{
    min-width: initial!important;
  }
}
@media screen and (max-width: 767px) {
  .tools-grid{
    display: flex;
    flex-direction: column;
    gap:25px;
  }
  .tools-tag-filter select.tools-tags-select, .tools-toolcat-filter select.tools-toolcat-select{
    min-width: 100%;
  }

  .tools-controls .tools-search{
    margin-bottom: 0;
  }
  .tools-controls .tools-search, .tools-controls .tools-tag-filter, .tools-controls .tools-toolcat-filter {
    width: 100%;
    max-width: 100%;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button{
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  background-color: #FEBC2E;
  color:#ffffff;
}
body.woocommerce-account .woocommerce-MyAccount-content .payment_methods{
  list-style: none;
  padding-left: 0;
}
body.woocommerce-account .woocommerce-MyAccount-content .edit-account .show-password-input{
  border: none;
  background-color: transparent;
}
body.woocommerce-account .woocommerce-MyAccount-content .edit-account .show-password-input:hover:after{
  color:#DC2329;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .password-input .show-password-input{
  border: none;
  background-color: transparent;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .password-input .show-password-input:hover:after{
  color:#DC2329;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-login-submit{
 gap:25px;
}
@media screen and (max-width: 1023px) {
  body.woocommerce-account .woocommerce{
    width: 100%!important;
    max-width: 500px;
  }
}
.message-no-results{
  display: none;
}
.message-no-results:first-child{
  display: inline-block;
}
.post-type-archive-lp_course .course-item .course-instructor-category{
  display: none;
}
.single-lp_course .meta-item-student{
  display: none!important;
}
.post-type-archive-lp_course .course-item .meta-item-student{
  display: none!important;
}
.lp-courses-bar input, .lp-courses-bar select{
  font-family: 'Montserrat', sans-serif;
}
/*====================================
          Testimonials Block
======================================*/

.testimonials .swiper-slide {
  height: auto;
}

.testimonials .review__box{
  background-color: #f6f9fc;
  padding: 25px;
  position: relative;
  margin-bottom: 50px;
}
.testimonials .review__box:before{
  content:'';
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  width: 35px;
  height: 18px;
  background-color:#f6f9fc;
  bottom: -17px;
  left: calc(8% + 20px);
}
.testimonials .review__author{
  display: flex;
  padding-left: 8%;
}
.testimonials .review__logo{
  border-radius: 50%;
  width: 73px;
  height: 73px;
  padding: 1%;
  background-color: #f6f9fc;
  position: relative;
}
.testimonials .review__logo img{
  object-fit: contain;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonials .review__logo .review__icon{
  background-color: #FEBC2E;
  color:#ffffff;
  font-size: 14px;
  padding: 0 0.3em;
  border-radius: 50%;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .review__logo .review__icon:before{
  content: '\e824';
  font-family: 'savior-icons' !important;
  font-size: 1em;
}
.testimonials .review__name{
  margin-bottom: 0.6em;
  font-size: 18px;
  line-height: 1;
  color:#ffffff;
  font-weight: 600;
}
.testimonials .review__meta{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7%;
}
.testimonials .review__status{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  /*color:#ffffff;*/
}

.testimonials .review__text {
  overflow: hidden;
  height: 3em;
  font-size: 17px;
  transition: all 1s;
}
.testimonials .review__text p{
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  line-height: 1.4;
}

.testimonials .review__text.is-opened {
  height: var(--height);
}

.testimonials .read-more {
  border:none;
  background-color: transparent;
  color:#DC2329;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  width: fit-content;
}
.testimonials__buttons{
  display: none;
}
.testimonials .swiper-button-prev svg{
  transform: scale(-1, 1);
}

@media screen and (max-width: 1023px) {
  .testimonials .swiper-button-next, .testimonials .swiper-button-prev{
    color:#ffffff;
  }
  .testimonials .swiper-button-disabled{
    opacity: 0.5;
  }
  .testimonials .swiper-navigation-icon{
    display: block;
    width: 20px;
    height: auto;
  }
  .testimonials__buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:25px;
    padding-top: 45px;
  }
}

.woocommerce-form input, .woocommerce-form label, .woocommerce-form button{
  font-family: 'Montserrat', sans-serif;
}
.sg-flipbox{
  height: 100%;
}
.sg-flipbox .flipbox-content{
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
}
.sg-flipbox .flipbox-content:after{
  content: none;
}
.sg-flipbox .flipbox-content .flipbox-front, .flipbox-content .flipbox-back {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: initial;
}
.woocommerce-page input, .woocommerce-page select, .woocommerce-page label,.woocommerce-page legend, .woocommerce-page{
  font-family: 'Montserrat', sans-serif;
}
