/*
Theme Name:   Virtuoso
Template:     hello-elementor
*/

/* Import Roboto Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Override Parent Theme Font - Set Roboto as Global Font */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, div {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
@media (min-width: 1025px) {
  .blue-btn a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.larger {
  font-size: 110%;
}
.site-header {
  padding: 13px 0;
}
.menu-top-nav-container {
  background-color: #F0F0F0;
  padding: 0 24px;
}
#menu-top-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
}
#menu-top-nav li {
  line-height: 31px;
}
#menu-top-nav a {
  color: #0A1C38;
  font-size: 14px;
}
.elementor-nav-menu li.blue-btn a {
  margin-right: 15px;
  margin-left: 15px;
}
header .elementor-nav-menu li.blue-btn a:hover:after {
  background-color: transparent !important;
}
header .elementor-nav-menu li.blue-btn a,
footer .elementor-nav-menu li.blue-btn a {
  margin-right: 0;
}
html, body {
  overflow-x: hidden;
}
body {
  background: white;
}

@media (min-width: 1025px) {
  footer .elementor-nav-menu li.contact.mobile-tablet-only {
    display: flex !important;
  }
  footer .blue-btn a {
    min-width: 100px;
  }
}
@media (max-width: 1024px) {
  header .elementor-nav-menu--dropdown {
    min-height: 100vh;
  }
  .elementor-nav-menu li.blue-btn a {
    margin-right: 0;
    margin-left: 0;
  }
  .elementor-nav-menu li.blue-btn a {
    background: unset !important;
    color: unset !important;
  }
  footer .elementor-nav-menu li.blue-btn a {
    margin-right: 0;
    background: unset !important;
    color: white !important;
  }
  footer #menu-1-e75b127 {
    width: 60%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
  }
  footer #menu-1-e75b127 li {
    width: 50%;
  }
  footer #menu-1-e75b127 li a {
    justify-content: flex-end;
  }
}
sup {
  top: -0.9em;
}
.intro sup {
  font-size: 40%;
  top: -1.1em;
}
sub, sup {
  font-size: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .elementor-nav-menu li.blue-btn a {
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  footer #menu-1-e75b127 {
    height: auto;
    width: 100%;
  }
  footer #menu-1-e75b127 li {
    width: 100%;
  }
  footer #menu-1-e75b127 li a {
    justify-content: center;
  }
  footer #menu-1-aec2a7c {
    flex-direction: column;
    width: 100%;
  }
  footer #menu-1-aec2a7c li a {
    justify-content: center;
    margin-top: 16px;
  }
}
.references .collapsible {
  display: none;
}
.elementor-editor-active .references .collapsible,
.elementor-editor-active .tabbed-accordion {
  display: block;
}
.references .elementor-widget-heading {
  margin-bottom: 0 !important;
  cursor: pointer;
}
.references .elementor-widget-heading h2 {
  display: inline-block;
}
.references .elementor-widget-heading h2:after {
  content: '';
  background: url('./images/blue-arrow.svg') 0 / cover no-repeat;
  width: 18px;
  height: 11px;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  top: 1px;
  transition: all .5s;
}
.references .elementor-widget-heading.active h2:after {
  transform: rotate(180deg);
}
.tabbed-accordion {
  display: none;
}

.tabbed-accordion#about-the-avantect-test {
  display: block;
}
.accordion-tabs {
  margin-bottom: 0 !important;
}
.accordion-tabs ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
.accordion-tabs li {
  flex: 25%;
  background: #EAEAEA;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
.accordion-tabs li.active {
  background-color: #00968F;
  color: white;
}
.accordion-tabs li + li {
  border-left: 1px solid white;
}
.elementor-accordion .elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  padding-bottom: 0 !important;
  background-color: #F8F8F8;
}
.elementor-accordion .elementor-tab-content.elementor-active {
  border-top: none !important;
  padding-top: 5px !important;
}
.stats .large {
  font-size: 90px;
  color: #00968F;
  font-weight: 600;
}
.publication a {
  /* position: relative; */
}
.publication a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .stats .large {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .stats .large {
    margin-bottom: 11px;
    display: block;
  }
  .accordion-tabs ul {
    width: 702px;
    display: block;
  }
  .accordion-tabs li {
    width: 172px;
    display: inline-block;
  }
  .accordion-tabs > .elementor-widget-container {
    overflow: auto;
  }
}
strong,
b {
  font-weight: 600;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  width: 48px !important;
  height: 48px !important;
}
@media (max-width: 1024px) {
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg, .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 767px) {
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg, .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 34px !important;
    height: 34px !important;
  }
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  margin-top: -6px;
}
.wpcf7-form  {
  color: #002446;
}
.wpcf7-form label {
  font-size: 16px;
  font-weight: 500;
  color: #002446;
  margin-top: 28px;
  margin-bottom: 9px;
}
.wpcf7-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.wpcf7-form > p,
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin: 1em 0 1em 1.6em;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #002446;
  display: block;
  position: absolute;
  left: 0;
  background-color: white;
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #002446;
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;

}
.wpcf7-form select {
  margin-bottom: -35px;
  appearance: none;
  background: url('/wp-content/uploads/2022/12/arrow.png') 98% center / 17px 11px no-repeat;
  background-color: white;
  color: #002446;
}
.wpcf7-form select option,
.wpcf7-form input {
  color: #002446;
}
.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form select,
.wpcf7-form textarea {
  padding: 1.4rem 1rem;
  border-radius: 6px;
}
.wpcf7-form input[type=submit] {
  width: 188px;
  height: 56px;
  padding: 15px 50px;
  border: none;
}
.wpcf7-form .wpcf7-acceptance label {
  margin-top: 0;
}
@media (min-width: 1025px) {
  .mobile-tablet-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  .menu-top-nav-container {
    display: none;
  }
}
.overflow-img > .elementor-widget-container {
  overflow: auto;
}
h1 {
  font-size: unset;
  line-height: unset;
}
.no-wrap {
  white-space: nowrap;
}
