/*
Theme Name: Coaptium
Description: Coaptium theme, a custom child theme for Salient
Theme URI:   https://wildoom.com
Author: WILDOOM
Author URI:  https://wildoom.com
Template: salient
Version: 1.3.5
*/

@font-face {
  font-family: "Nexa Book";
  src: url("front/fonts/Nexa-Book.woff2") format("woff2"),
    url("front/fonts/Nexa-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Bold";
  src: url("front/fonts/Nexa-Bold.woff2") format("woff2"),
    url("front/fonts/Nexa-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa XBold";
  src: url("front/fonts/Nexa-XBold.woff2") format("woff2"),
    url("front/fonts/Nexa-XBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Heavy";
  src: url("front/fonts/Nexa-Heavy.woff2") format("woff2"),
    url("front/fonts/Nexa-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nexa Regular";
  src: url("front/fonts/Nexa-Regular.woff2") format("woff2"),
    url("front/fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* CUSTOM STYLES */

:root {
  --color-1: #707ff7;
  --color-1-opacity: rgb(112, 127, 247, 0.2);
  --color-1-negative: #ffffff;
  --color-2: #0e1f40;
  --color-2-negative: #ffffff;

  --border-radius: 24px;
}

sup {
  line-height: 1em;
}

body .nectar-button.m--align-right {
  float: right;
}

.m--float-right {
  float: right !important;
}

.module-background-force-cover .row-bg.using-image {
  background-size: 100% !important;
}

.heading-line strong {
  font-family: "Nexa Bold";
  text-transform: uppercase;
  color: var(--color-1);
}

.nectar-split-heading[data-has-fit-text="true"][data-text-effect] * {
  line-height: 1.1 !important;
}

.text--small {
  font-size: 12px;
  line-height: 1.2em;
}

.accent-color {
  color: var(--color-1);
}

.accent-color-2 {
  color: var(--color-2);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Nexa Heavy";
}

.row .col.column--introducing img {
  margin-left: 40px;
  margin-top: 10px;
}

#row--bg-surgery .row-bg {
  background-size: 75% auto;
}

@media (max-width: 500px) {
  .row .col.column--introducing img {
    margin-left: 0;
  }

  #row--bg-surgery .row-bg {
    background-size: cover;
  }
}

[data-shadow="custom"] .hover-wrap {
  box-shadow: 40px 40px 0px -20px var(--color-1) !important;
}

.custom-box-shadow {
  box-shadow: 4px 4px 20px 1px var(--color-1-opacity) !important;
}

ul li {
  list-style: square;
  margin-bottom: 16px;
}

#footer-outer {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(14, 31, 64, 1) 35%,
    rgba(112, 127, 247, 1) 100%
  );
}
#footer-outer .col {
  text-align: left !important;
}

#footer-outer #copyright {
  background: none !important;
}

#footer-outer ul.social,
#menu-footer {
  margin: 0 -15px 0 !important;
}
#menu-footer li {
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
}

#menu-footer li:after {
  content: "|";
  color: var(--color-1);
  display: inline-block;
  margin: 0 -15px 0 15px;
}

#menu-footer li:last-child:after {
  content: none;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
  padding-bottom: 40px;
}

#footer-outer #copyright {
  font-size: 16px;
}

body #footer-outer #copyright p span {
  color: var(--color-1);
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

#footer-outer #copyright li a {
  height: auto !important;
}
body #footer-outer #copyright li a i {
  font-size: 28px !important;
}
body #footer-outer #copyright li a i:after {
  content: none !important;
}

/* HEROS */

body.home #page-header-bg h1 {
  font-family: "Nexa Regular";
  font-weight: 400;
  text-transform: lowercase;
}
body.home #page-header-bg h1 strong {
  font-family: "Nexa Heavy";
  text-transform: uppercase;
}

body #page-header-bg h1 .hero-1 {
  display: block;
  font-size: 68px;
  line-height: 1.2em;
}

.hero-special-text-1 {
  display: block;
  padding-left: 100px;
}

@media (max-width: 480px) {
  body #page-header-bg h1 .hero-1 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .hero-special-text-1 {
    padding-left: 40px;
  }
}

body #page-header-bg h1 .hero-2 {
  display: block;
  font-size: 80px;
  line-height: 1.2em;
  text-align: right;
  max-width: 50%;
  color: var(--color-1);
}

@media (max-width: 650px) {
  body #page-header-bg h1 .hero-2 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

body #page-header-bg h1 .hero-3 {
  display: block;
  font-size: 80px;
  line-height: 1.2em;
  color: var(--color-1-negative);
  text-transform: uppercase;
}

@media (max-width: 750px) {
  body #page-header-bg h1 .hero-3 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

/* Custom modules */

.module--circles {
  background-color: var(--color-1);
  color: var(--color-1-negative);
  max-width: 90%;
  margin: 40px auto;
  border-radius: var(--border-radius);
}

.list-circles {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  margin: 0;
}

.list-circles li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.list-circles li p {
  padding-bottom: 0;
}

.list-circles li p strong {
  display: block;
}

.list-circles li:first-child {
  width: 45%;
  min-width: 45%;
}

.list-circles li:last-child {
  width: 55%;
  min-width: 55%;
}

.list-circles li .list-circles__item__image {
  margin-top: -36px;
  margin-bottom: -36px;
  margin-left: 20px;
  margin-right: 0;
  min-width: 170px;
  height: 170px;
  border-radius: 100%;
  border: 2px solid var(--color-1);
  background-color: var(--color-1-negative);
}

.list-circles li .list-circles__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 880px) {
  .module--circles {
    max-width: 100%;
  }

  .list-circles {
    flex-direction: column;
    gap: 40px;
  }
  .list-circles li {
    min-width: 100% !important;
    width: 100% !important;
    gap: 20px;
  }
  .list-circles li:first-child {
    flex-direction: row-reverse;
  }

  .list-circles li p {
    flex-grow: 2;
  }

  .list-circles li:first-child p {
    text-align: left;
  }
}

@media (max-width: 880px) {
  .list-circles li {
    min-width: 100% !important;
    width: 100% !important;
    gap: 20px;
    flex-direction: column !important;
  }

  .list-circles li p {
    text-align: center !important;
  }

  .list-circles li .list-circles__item__image {
    margin: 10px auto;
  }
}

/* Boxed content */

.row .col .content-boxed {
  padding: 20px;
  border: 3px solid var(--color-1);
  font-size: 0.875rem;
  line-height: 1.15em;
  border-radius: var(--border-radius);
  text-align: center;
  min-height: 250px;
}

.row .col .content-boxed--filled {
  background: var(--color-1);
  color: var(--color-1-negative);
}

.row .col .content-boxed strong {
  color: var(--color-1);
  display: block;
}

.row .col .content-boxed--filled strong {
  color: var(--color-1-negative);
}

.row .col .content-boxed img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}

.row .col .content-annotation {
  text-align: right;
  font-size: 10px;
  line-height: 1em;
}

/* Steps */

.content-steps .center img {
  width: 100%;
  position: relative;
}

.content-steps .content-steps__step {
  border-radius: 100%;
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-1);
  border: 3px solid var(--color-1);
  background: var(--color-1-negative);
  font-size: 36px;
  line-height: 1em;
  font-family: "Nexa Heavy";
  position: absolute;
  top: -32px;
  left: -32px;
  z-index: 10;
}

.content-steps .content-steps__step span {
  position: relative;
  top: 4px;
}

/* Contact form */

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-email {
  border-radius: 18px !important;
  padding-bottom: 15px !important;
  resize: none;
}

.wpcf7-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Nexa Book";
}

.wpcf7-form input:-moz-placeholder {
  font-size: 14px;
  font-family: "Nexa Book";
}
.wpcf7-form input::-moz-placeholder {
  font-size: 14px;
  font-family: "Nexa Book";
}
.wpcf7-form input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Nexa Book";
}
.wpcf7-form input::placeholder {
  font-size: 14px;
  font-family: "Nexa Book";
}

.wpcf7-form span.wpcf7-not-valid-tip {
  box-shadow: none !important;
  color: rgb(255, 166, 0);
  position: absolute;
  bottom: -20px;
  top: auto;
  border: 1px solid rgb(255, 166, 0);
  left: 14px;
  padding-bottom: 0;
  border-radius: 8px;
  font-family: "Nexa Bold";
}

.wpcf7 .submit-wrapper {
  position: relative;
}

.wpcf7 .submit-wrapper .wpcf7-spinner {
  position: absolute;
  top: 18px;
  right: 4px;
  z-index: 10;
  visibility: visible;
  width: 34px;
  height: 34px;
}

.wpcf7 form:not(.submitting) .submit-wrapper .wpcf7-spinner {
  background: url("front/gfx/icon-submit.svg") center center no-repeat;
  background-size: contain;
  opacity: 1;
  border-radius: 0 !important;
  top: 10px;
}

.wpcf7 form:not(.submitting) .submit-wrapper .wpcf7-spinner::before {
  content: none;
}

body .wpcf7 input.wpcf7-submit {
  background: var(--color-2);
  color: var(--color-2-negative);
  display: flex;
  width: 100%;
  font-family: "Nexa Heavy";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  border-radius: 18px !important;
  height: 52px;
  padding: 18px 20px;
}

.wpcf7-form .nectar-wpcf7-inline-form + .nectar-wpcf7-inline-form {
  padding-top: 0 !important;
}

@media (max-width: 400px) {
  body #footer-outer #copyright .col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 36px 0 !important;
  }

  #footer-outer[data-cols="1"] #copyright .col ul li {
    margin: 0;
  }

  #menu-footer li:after {
    content: none;
  }

  body #footer-outer #copyright p {
    font-size: 12px;
    line-height: 1.2em;
  }
}
.coaptium-hero-button {
  padding-top: 0px;
  padding-bottom: 20px;
  z-index: 10;
  margin-bottom: -60px;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}


@media (max-width: 999px) {
  .coaptium-hero-button {
    margin-bottom: 0;
  }
}

.coaptium-hero-button .nectar-button[data-color-override="false"].regular-button {
  background: #ffffff !important;
  color: #707ff7 !important;
  border-color: #707ff7 !important;
  border-width: 2px;
  border-style: solid;
}

.nectar-button span {
  top: 2px;
}
