/*

Theme Name: X
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: An immensely powerful and endlessly customizable WordPress theme.
Version: 8.1.3
License: GNU General Public License v2.0
License URI: NaN
Text Domain: __x__

*/
/* Global Box Sizing Parameters, flex-box, box-shadow, transitions, border-radius, align & justify */
header .x-topbar {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .x-topbar .p-info a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .x-topbar .p-info a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .x-navbar-wrap {
  position: absolute;
  top: 50px;
  background-color: transparent !important;
  left: 0;
  width: 100%;
}
header .x-navbar {
  background-color: transparent !important;
}
header .x-navbar ul.x-nav {
  display: block;
  float: right;
  width: 100%;
  max-width: 750px;
  padding-top: 25px;
}
header .x-navbar ul.x-nav li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
header .x-navbar ul.x-nav li > a {
  height: 30px !important;
  padding-top: 0px !important;
  text-align: center;
}
header .x-brand {
  margin-top: 0px;
}
header .x-brand img {
  width: 332.5px;
}

#c-top-footer {
  background-color: #2A4672 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#c-top-footer .et_pb_row {
  padding: 15px 0 !important;
}
#c-top-footer h3 {
  color: white !important;
  width: 100%;
  font-size: 20px;
  padding-top: 12px !important;
}
#c-top-footer .et_pb_button_module_wrapper {
  text-align: center !important;
}
#c-top-footer .et_pb_button_module_wrapper .et_pb_button {
  padding: 10px 20px 6px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 600;
  background-color: #6A7D9C !important;
  border: 0px solid #6A7D9C !important;
  opacity: 1;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
}
#c-top-footer .et_pb_button_module_wrapper .et_pb_button:after {
  display: none;
}
#c-top-footer .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #6A7D9C !important;
  border: 0px solid #6A7D9C !important;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
  padding: 10px 20px 6px 20px !important;
}
#c-top-footer .et_pb_button_module_wrapper .et_pb_button:hover:after {
  display: none;
}

#c-middle-footer {
  padding: 7% 0 !important;
  background: url("/wp-content/uploads/2021/02/NCR-Dental_Homepage_Final_03.png");
}
#c-middle-footer h3 {
  color: white !important;
  width: 100%;
  text-align: center !important;
  padding-bottom: 0 !important;
}
#c-middle-footer .et_pb_module .et_pb_text_inner p {
  color: white !important;
  width: 100%;
  text-align: center !important;
}
#c-middle-footer .et_pb_button_module_wrapper {
  text-align: center !important;
}
#c-middle-footer .et_pb_button_module_wrapper .et_pb_button {
  padding: 10px 20px 6px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #2A4672 !important;
  border: 0px solid #2A4672 !important;
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  border-radius: 1px;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#c-middle-footer .et_pb_button_module_wrapper .et_pb_button:after {
  display: none;
}
#c-middle-footer .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #6A7D9C !important;
  border-radius: 1px;
  border: 0px solid #6A7D9C !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 20px 6px 20px !important;
}
#c-middle-footer .et_pb_button_module_wrapper .et_pb_button:hover:after {
  display: none;
}

#c-bottom-footer {
  background-color: #2A4672 !important;
}
#c-bottom-footer .et_pb_column h4 {
  color: white;
  width: 100%;
  text-align: center !important;
}
#c-bottom-footer .et_pb_column:nth-child(1) .et_pb_menu {
  background-color: transparent !important;
}
#c-bottom-footer .et_pb_column:nth-child(1) .et-menu-nav ul li {
  width: 100%;
  text-align: center;
}
#c-bottom-footer .et_pb_column:nth-child(1) .et-menu-nav ul li a {
  width: 100%;
  text-align: center;
  color: white !important;
  opacity: 1;
}
#c-bottom-footer .et_pb_column:nth-child(1) .et-menu-nav ul li a:hover {
  opacity: 0.7;
}
#c-bottom-footer .et_pb_column:nth-child(2):before {
  content: " ";
  position: absolute;
  left: -9%;
  top: -10px;
  height: 230px;
  width: 1px;
  background-color: white;
  display: block;
}
@media (max-width: 980px) {
  #c-bottom-footer .et_pb_column:nth-child(2):before {
    display: none;
  }
}
#c-bottom-footer .et_pb_column:nth-child(2) img {
  padding-bottom: 6px;
}
#c-bottom-footer .et_pb_column:nth-child(2) .et_pb_text_inner {
  text-align: center;
}
#c-bottom-footer .et_pb_column:nth-child(2) .et_pb_text_inner p {
  color: white !important;
  line-height: 27px;
}
#c-bottom-footer .et_pb_column:nth-child(2) .et_pb_text_inner a {
  color: white !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#c-bottom-footer .et_pb_column:nth-child(2) .et_pb_text_inner a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#c-bottom-footer .et_pb_column:nth-child(3):before {
  content: " ";
  position: absolute;
  left: -9%;
  top: -10px;
  height: 230px;
  width: 1px;
  background-color: white;
  display: block;
}
@media (max-width: 980px) {
  #c-bottom-footer .et_pb_column:nth-child(3):before {
    display: none;
  }
}
#c-bottom-footer .et_pb_column:nth-child(3) .et_pb_text_inner {
  text-align: center;
}
#c-bottom-footer .et_pb_column:nth-child(3) .et_pb_text_inner p {
  color: white !important;
  line-height: 27px;
}
#c-bottom-footer .et_pb_column:nth-child(3) .et_pb_text_inner a {
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#c-bottom-footer .et_pb_column:nth-child(3) .et_pb_text_inner a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer.x-colophon.top {
  display: none !important;
}

.x-topbar {
  border-bottom: 0px solid white !important;
}

.x-anchor-button {
  background-color: #2A4672 !important;
  margin-top: 30px;
  border-radius: 0px;
}
.x-anchor-button .x-anchor-text-primary {
  text-align: center;
  text-transform: uppercase;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 2px;
  letter-spacing: 1px;
  color: white !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #2A4672 !important;
  border: 0px solid #2A4672 !important;
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  border-radius: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.x-anchor-button:hover {
  background-color: #6A7D9C !important;
}
.x-anchor-button:hover .x-anchor-text-primary {
  background-color: #6A7D9C !important;
}

#cs-content {
  padding-top: 0px;
}
#cs-content > .x-section {
  padding-top: 100px;
}

.x-section.main-image h4.homepage-subtitle {
  font-size: 36px !important;
}
.x-section.main-image h3.homepage-title {
  font-size: 32px !important;
}
.x-section.main-image .x-column.x-1-2 {
  width: 58%;
}

.homepage-title2 {
  border-bottom: 0px solid white !important;
  padding-top: 20px;
}

.homepage-subtitle2 strong {
  font-weight: 400 !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

body.home #x-section-1 {
  padding-bottom: 350px;
  padding-top: 250px !important;
  background-size: cover;
  background-position: bottom;
}
body.home #x-section-2 {
  margin-top: -350px;
}
body.home #x-section-3 {
  background-position: right center;
  background-size: contain;
}

body.page-id-2402 .x-section.bg-image.custsec,
.agcustombanner {
  padding-top: 230px !important;
  padding-bottom: 80px !important;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0) !important;
  position: relative;
}
body.page-id-2402 .x-section.bg-image.custsec .x-img.x-img-none,
.agcustombanner .x-img.x-img-none {
  display: none;
}
body.page-id-2402 .x-section.bg-image.custsec:before,
.agcustombanner:before {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 40px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
}
body.page-id-2402 .x-section.bg-image.custsec:after,
.agcustombanner:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 40px;
  width: 100%;
  background-color: white;
}

#homepage-testimonials h2 {
  padding-top: 10px;
  padding-bottom: 35px;
}
#homepage-testimonials img {
  padding-top: 20px;
}
#homepage-testimonials .x-column.x-1-3 .x-text {
  padding-top: 30px;
  padding-bottom: 10px;
}
#homepage-testimonials b, #homepage-testimonials strong {
  font-size: 1.2em;
  font-family: trajan-pro-3, serif !important;
}

body.page-id-2402 .e2379-77.x-section,
body.page-id-2402 .e2379-68.x-section.section-dark {
  display: none !important;
}

.wpcf7-form .formbutton input.wpcf7-submit.submitbtn {
  padding: 10px 20px 6px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  font-weight: 600;
  background-color: #2A4672 !important;
  border: 0px solid #2A4672 !important;
  opacity: 1;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
}
.wpcf7-form .formbutton input.wpcf7-submit.submitbtn:hover {
  background-color: #6A7D9C !important;
  border: 0px solid #6A7D9C !important;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 1px;
  padding: 10px 20px 6px 20px !important;
}

body.page-id-404 #x-section-2 img,
body.page-id-404 #x-section-3 img,
body.page-id-404 #x-section-4 img,
body.page-id-404 #x-section-5 img,
body.page-id-404 #x-section-6 img {
  -webkit-box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 12px 29px 81px 0px rgba(0, 0, 0, 0.5);
}

h1 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

h2 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 30px !important;
}

h3 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

h4 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

h5 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

h6 {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
}

strong {
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.light-text {
  text-align: left;
}

.x-btn, .button, [type=submit] {
  padding: 10px 20px 8px 20px !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #2A4672 !important;
  border: 0px solid #2A4672 !important;
  font-family: trajan-pro-3, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  border-radius: 1px;
  line-height: 1.7em !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*************************************************
Set resonpsive CSS Styling here.
*************************************************/
@media (max-width: 1270px) {
  .masthead-inline .desktop .x-nav {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 100% !important;
    float: none;
  }
  body.page-id-2402 .x-section.bg-image.custsec,
.agcustombanner {
    padding-top: 270px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1100px) {
  .et-db #et-boc .et-l .et_pb_row {
    width: 80%;
  }
}
@media (max-width: 980px) {
  body.home #x-section-1 {
    padding-top: 180px !important;
  }
  .x-btn-navbar, .x-btn-navbar.collapsed {
    margin-top: 19px;
  }
  #x-nav-wrap-mobile.x-nav-wrap.mobile .x-nav {
    background: white !important;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  #x-nav-wrap-mobile.x-nav-wrap.mobile .x-nav li {
    display: block;
    width: 100%;
  }
  #x-nav-wrap-mobile.x-nav-wrap.mobile .x-nav li a {
    border: 0px solid #fff !important;
  }
  body.home #x-section-3.bg-image {
    background-image: unset !important;
    background-color: white !important;
  }
  #c-top-footer {
    padding-bottom: 0px !important;
    margin-top: 20px;
  }
  #c-top-footer .et_pb_column {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
  }
  #c-bottom-footer .et_pb_row .et_pb_column:nth-child(1) {
    display: none !important;
  }
  #c-bottom-footer .et_pb_column:nth-child(3):before,
#c-bottom-footer .et_pb_column:nth-child(2):before {
    display: none;
  }
  body.page-id-2402 .x-section.bg-image.custsec,
.agcustombanner {
    padding-top: 180px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  body.page-id-397 #x-section-2 .x-container .x-column:nth-child(2) {
    margin-top: 25px;
  }
  #homepage-testimonials .x-column {
    margin-bottom: 25px;
  }
  .x-social-global {
    display: none;
  }
  .x-topbar .p-info {
    background-color: transparent !important;
  }
  h1.page-title,
.x-section.main-image h3.homepage-title,
.x-section.main-image h4.homepage-subtitle {
    font-size: 26px !important;
  }
  h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 480px) {
  header .x-brand img {
    width: 210px;
  }
  .x-btn-navbar, .x-btn-navbar.collapsed {
    margin-top: 2px;
  }
  .x-section.main-image .x-column.x-1-2 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.page-id-216 #x-section-2 .x-text {
    overflow-y: scroll;
  }
  body.page-id-216 #x-section-2 .x-text table {
    min-width: 440px !important;
    width: 440px !important;
    zoom: 0.8;
  }
}
.x-social-global {
  display: none;
}

body.page-id-2402 .execphpwidget .container.english {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.factors ul li,
.invis2 div,
.step div {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px !important;
  font-weight: 300;
}

.e2379-11.x-section {
  padding-top: 0 !important;
}

.invisalign-container p {
  max-width: unset !important;
  text-align: left !important;
}

.invisalign-container h1 {
  max-width: unset !important;
  text-align: left !important;
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .e2379-23.x-bar-content-area ul {
    list-style-position: inside;
    padding-bottom: 0;
  }
  .e2379-23.x-bar-content-area .factors ul {
    padding: 0 0 0 0em !important;
  }
}