/* Bright Smile Dental - shared stylesheet */
/* Exported from Wix.com Website Builder - do not edit */
/* INTENTIONALLY: dated stock-theme styling, builder cruft class names */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #34495e;
  background: #f4fafd;
  line-height: 1.55;
  font-size: 15px;
}

#SITE_CONTAINER { width: 100%; overflow: hidden; }

.wix-page-wrapper { max-width: 980px; margin: 0 auto; background: #ffffff; }

/* header / masthead */
.comp-header {
  background: #1c5a73;
  color: #ffffff;
  padding: 14px 24px;
  display: table;
  width: 100%;
}
.comp-header .site-logo { display: table-cell; vertical-align: middle; }
.comp-header .site-logo img { height: 50px; }
.comp-header .header-phone {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

/* navigation - old Wix horizontal menu */
.wix-menu {
  background: #3aa6d8;
  border-bottom: 3px solid #2b8bb8;
}
.wix-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.wix-menu li { display: inline-block; }
.wix-menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 16px;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.wix-menu li a:hover { background: #2b8bb8; }

/* hero */
.comp-hero { position: relative; }
.comp-hero img { width: 100%; display: block; }
.comp-hero .hero-caption {
  position: absolute;
  bottom: 28px;
  left: 40px;
  color: #1c5a73;
}

/* content */
.wix-content { padding: 28px 40px; }
.wix-content h1 { color: #1c5a73; font-family: Georgia, serif; font-size: 30px; margin-bottom: 14px; }
.wix-content h2 { color: #2b8bb8; font-family: Georgia, serif; font-size: 22px; margin: 22px 0 10px; }
.wix-content h3 { color: #1c5a73; font-size: 17px; margin: 16px 0 6px; }
.wix-content p { margin-bottom: 14px; }
.wix-content a { color: #2b8bb8; }

.comp-cols { display: table; width: 100%; border-spacing: 18px 0; margin: 18px 0; }
.comp-col { display: table-cell; width: 33%; vertical-align: top; text-align: center; }
.comp-col img { width: 100%; border: 1px solid #d7ebf4; }

.btn-book {
  display: inline-block;
  background: #3aa6d8;
  color: #ffffff !important;
  text-decoration: none;
  padding: 11px 26px;
  border-radius: 4px;
  font-weight: bold;
  margin: 10px 0;
}
.btn-book:hover { background: #2b8bb8; }

.callout {
  background: #eef6fb;
  border-left: 4px solid #3aa6d8;
  padding: 14px 18px;
  margin: 18px 0;
}

table.hours { border-collapse: collapse; margin: 14px 0; }
table.hours td { border: 1px solid #d7ebf4; padding: 6px 14px; }

table.svc { border-collapse: collapse; width: 100%; margin: 14px 0; }
table.svc th, table.svc td { border: 1px solid #d7ebf4; padding: 8px 12px; text-align: left; }
table.svc th { background: #eef6fb; color: #1c5a73; }

/* footer with NAP */
.comp-footer {
  background: #1c5a73;
  color: #d7ebf4;
  padding: 24px 40px;
  font-size: 13px;
}
.comp-footer a { color: #aee0f5; }
.comp-footer .footer-cols { display: table; width: 100%; }
.comp-footer .footer-col { display: table-cell; width: 33%; vertical-align: top; padding-right: 20px; }
.comp-footer h4 { color: #ffffff; margin-bottom: 8px; font-size: 14px; }
.comp-footer .copyright {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #2b6f8c;
  text-align: center;
  opacity: 0.85;
}

/* Wix builder badge */
.wix-badge { font-size: 11px; color: #9bbccb; text-align: center; padding: 6px; }
