/*!
Theme Name: LKC
Author: JPL
Author URI: https://jpl.agency/
Description: Custom theme for LKC that combines JPL's base theme and the Hello Elementor theme and the 'lkc child' theme that was live in 2023.
Version: 4.9.4
Template: hello-elementor
*/
/**
 * Media Queries
 */
/**
 * Standard Colors
 */
.btn-inverse {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
}
.btn-inverse:hover {
  background: #d7efe7;
}
.btn-inverse:hover {
  background: #c6e6e1 !important;
}
:focus {
  outline: 1px dotted #707070;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
/* common tags */
body {
  min-width: 360px;
  /* mac font smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
sub,
sup {
  font-size: 70%;
}
img {
  height: auto;
  max-width: 100%;
}
/* overriding monospace,monospace hack in normalize.css, see: https://stackoverflow.com/questions/38781089/font-family-monospace-monospace; */
code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
/* framework */
.bdy {
  /* prevent overflow from .block calc() functions where scrollbar widths are not factored into the results */
  overflow: hidden;
}
.block.alignfull,
.wp-block-columns.alignfull,
.block.alignwide,
.wp-block-columns.alignwide {
  /* remove negative margins when used on the back end for live preview */
}
@media only screen and (min-width: 768px) {
  .block.alignfull,
  .wp-block-columns.alignfull,
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .wp-admin .block.alignfull,
  .wp-admin .wp-block-columns.alignfull,
  .wp-admin .block.alignwide,
  .wp-admin .wp-block-columns.alignwide {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw);
  }
}
@media only screen and (min-width: 1170px) {
  .block.alignwide,
  .wp-block-columns.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}
/* WordPress Core, See Generated Classes: https://codex.wordpress.org/CSS */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 782px) {
  .alignright {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 782px) {
  .alignleft {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 782px) {
  a img.alignright {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 782px) {
  a img.alignleft {
    display: block;
    float: none;
    height: auto;
    margin: 15px 0px;
    width: 100%;
  }
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* clearfloat */
.cf:before,
.cf:after {
  content: '';
  display: block;
}
.cf:after {
  clear: both;
}
/* 
Theme Name: LKC Child
Theme URI: https://curotec.com
Description: Hello Theme Child is a child theme of Hello Theme, created by curotec.com
Author: Curotec
Author URI: https://curotec.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: lkc-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
/*Pediatrics page*/
/* reteval page */
.elementor-element.elementor-element-048fc6b.elementor-widget.elementor-widget-shortcode {
  background: #fff;
  margin-left: 7px;
  margin-right: 7px;
}
.wave-bg-column {
  overflow: hidden;
}
.wave-bg-column .elementor-background-overlay {
  top: 375px;
}
.elementor-16669 .elementor-element.elementor-element-ad48bf8 > .elementor-background-overlay {
  height: 2232px !important;
  width: 8777px !important;
}
@media (min-width: 768px) {
  .elementor-9934 .elementor-element.elementor-element-20042f77,
  .elementor-17293 .elementor-element.elementor-element-20042f77 {
    width: 66%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .elementor-9934 .elementor-element.elementor-element-5ee7171e:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .elementor-9934 .elementor-element.elementor-element-38a531dc:not(.elementor-motion-effects-element-type-background) {
    overflow: hidden;
  }
  .elementor-16669 .elementor-element.elementor-element-b3e9952 > .elementor-background-overlay {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  article#post-16843 .elementor-element-10b22333 {
    padding-top: 35px;
  }
}
/*login page */
.ur-frontend-form .ur-button-container .ur-submit-button {
  margin-left: inherit;
}
button.btn.button.ur-submit-button,
input.user-registration-Button.button {
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  fill: #20265B;
  color: #20265B;
  background-color: #2ED9C3;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 25px 12px 25px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0%);
}
button.btn.button.ur-submit-button:hover,
input.user-registration-Button.button:hover {
  background: #c6e6e1;
  cursor: pointer;
  outline: none;
  border: none;
}
button.btn.button.ur-submit-button:focus,
input.user-registration-Button.button:hover {
  background: #c6e6e1;
  cursor: pointer;
  outline: none;
  border: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  border-radius: 0;
  min-height: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  border: 1px solid #ccc;
}
.ur-frontend-form {
  margin-bottom: 30px;
  border: 1px solid #9b9b9c;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
}
html,
body {
  overflow-x: hidden;
}
/*login page qa*/
.ur-form-row .flatpickr-input,
.ur-form-row .input-text {
  padding-left: 9px!important;
}
#user-registration .user-registration-error,
.ur-frontend-form #ur-submit-message-node {
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.ur-form-row .input-text {
  padding-left: 10px!important;
}
/*Resource center css*/
.resource-center-sidebar .ae-term-title-wrapper a:hover {
  text-decoration: none;
}
/*Mobile login link*/
/*Mobile login link*/
@media (min-width: 1024px) {
  .main-login-registration-mob {
    display: none !important;
  }
}
/*Registration page */
.hide-input-registration .form-row span.input-wrapper input {
  display: none !important;
}
.hide-input-registration .form-row label.ur-label {
  line-height: 28px;
  font-size: 18px;
}
.ur-field-item.field-first_name {
  margin-top: 70px;
}
div#ur-submit-message-node {
  position: absolute;
  top: 180px;
  width: 94%;
  height: 50px;
}
@media (max-width: 767px) {
  .ur-field-item.field-text.hide-input-registration {
    display: none;
  }
  .ur-field-item.field-first_name {
    margin-top: 10px;
  }
  div#ur-submit-message-node {
    position: static;
    margin: 10px 0 20px !important;
  }
  .elementor-45 .elementor-element.elementor-element-02031cc:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
  }
}
/*CRC breadcrumb archive and single */
ul.lkc-crc-breadcurmb {
  display: flex;
  list-style: none;
  padding-left: 0;
}
ul.lkc-crc-breadcurmb li + li:before {
  margin-left: 7px;
  content: "|";
  margin-right: 7px;
  color: #2597b1;
}
@media (max-width: 660px) {
  ul.lkc-crc-breadcurmb {
    display: block;
  }
  ul.lkc-crc-breadcurmb li + li:before {
    display: none;
  }
}
.reteval-video-section .shadow.shadow-bottom {
  bottom: -30px;
}
/* spanish reteval page*/
.elementor-element-3f6963a .elementor-widget-wrap {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.elementor-element-cacae74,
  section.elementor-element-1c1d0e4a {
    background-image: none !important;
    padding-bottom: 100px !important;
  }
  .elementor-widget-wrap .elementor-inner-column .elementor-widget-button.elementor-element-7adbd1f0,
  .elementor-widget-wrap .elementor-inner-column .elementor-widget-button.elementor-element-5c81bb53 {
    z-index: 9 !important;
  }
}
/* SensorStripsNEW page */
@media (min-width: 768px) {
  article#post-16855 .elementor-element.elementor-element-623c489 {
    padding-bottom: 48px;
  }
  article#post-20090 .elementor-element-e4a9f50.elementor-widget-button {
    margin-top: 63px;
  }
}
/* new page */
.clinical-application-tabs {
  background: #f2f2f2;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
  background: #28306e;
  border-radius: 5px;
  position: relative;
  padding-top: 70px;
  background-image: url(https://lkc.com/wp-content/uploads/2022/05/waves-medium-copy@2x-3.svg);
  background-position: 50% 300px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 625px;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-content-wrapper {
  border-radius: 5px;
  background: #fff;
  padding-right: 55px;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper:before {
  position: absolute;
  top: 0;
  content: "Different VEP ";
  color: #C6E6E1;
  padding: 20px 15px;
  text-transform: uppercase;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  border: 0;
  background: #fff;
  margin: 0 20px;
  text-align: center;
  border-radius: 24px;
  padding: 15px 0;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:before,
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
  border: 0;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title + .elementor-tab-title {
  margin-top: 20px;
}
.clinical-application-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #2fd9c2;
}
/*webiner section */
.webiner-item-img a {
  width: 100%;
}
/*Header change spanish menu */
a.redirect-url-sp-flag:hover,
a.redirect-url-en-flag:hover {
  cursor: pointer;
}
/* Translate press css */
body.translatepress-en_US .es-testimonial-content {
  display: none;
}
body.translatepress-en_US .es-testimonial-btn {
  display: none;
}
body.translatepress-en_US .es-testimonial-btn {
  display: none;
}
body.translatepress-es_ES .es-testimonial-content {
  display: block;
}
body.translatepress-es_ES .us-testimonial-content {
  display: none;
}
body.translatepress-es_ES .es-testimonial-btn {
  display: block;
}
body.translatepress-es_ES .webinars-us-content {
  display: none;
}
body.translatepress-en_US .webinars-es-content {
  display: none;
}
body.translatepress-es_ES .webinars-pt-content {
  display: none;
}
body.translatepress-pt_PT .webinars-es-content {
  display: none;
}
body.translatepress-pt_PT .es-banner-btns {
  display: none;
}
body.translatepress-es_ES .pt-banner-btns {
  display: none;
}
/*Reteval page*/
body.translatepress-en_US .es-banner-btns {
  display: none;
}
body.translatepress-es_ES .us-banner-btns {
  display: none;
}
body.translatepress-en_US .es-reteval-resources {
  display: none;
}
body.translatepress-es_ES .us-reteval-resources {
  display: none;
}
body.translatepress-en_US .es-testimonial-btn-retevalpage {
  display: none;
}
