/* Dr. Robles Family Dental - Main Stylesheet */

/* Color Palette */
:root {
  --blue: #0070a8;
  --light-blue: #00a1d5;
  --thin-blue: #eef8f9;
  --cyan: #01ffff;
  --gray: #9a9a9a;
  --light-gray: #d1d1d1;
  --red: #c3262d;
}

/* RAW tags */
body {
  background: url(../images/bg_gradient_fff.png) repeat-x;
  color: #0070a8;
  font-size: 14px;
  line-height: 130%;
  min-height: 900px;
}

a, a:link, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dancing Script', cursive;
  line-height: 120%;
  margin-bottom: 10px;
}

strong, .signature {
  color: #c3262d;
}

.signature, .signature-glyph {
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Dancing Script', cursive;
  font-size: 18px;
}

/* Basic classes */
.swirls {
  background: url(../images/bg_swirls.png) center top no-repeat;
}

.page {
  background: #fff;
}

.center {
  text-align: center;
}

.page-wrapper {
  position: relative;
}

.oval {
  width: 960px;
  margin: 0 auto;
}

.script {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
}

/* Header */
.logo {
  margin: 30px 0;
}

.logo h1 {
  z-index: -1;
  color: #fff;
  font-size: 40px;
}

.logo img {
  margin-right: 10px;
}

.top-menu {
  margin-bottom: -1px;
}

.main-menu li.nav-item {
  background: linear-gradient(#fff, #d1d1d1);
  display: inline;
  float: left;
  margin-left: 0;
  width: 192px;
  text-align: center;
  padding: 10px 0;
}

.main-menu li.nav-item:hover,
.main-menu li.nav-item.active {
  background: linear-gradient(#00a1d5, #0070a8);
}

.main-menu li.nav-item:hover a.nav-item-link,
.main-menu li.nav-item:hover a:visited,
.main-menu li.nav-item.active a.nav-item-link,
.main-menu li.nav-item.active a:visited {
  color: #fff;
}

.main-menu a.nav-item-link,
.main-menu a:visited {
  color: #c3262d;
  font-weight: bold;
}

.container_12 .grid_2_5 {
  width: 180px;
  float: left;
}

.container_12 .grid_3_5 {
  width: 280px;
  float: left;
}

#speech-bubble {
  position: fixed;
  top: 45px;
  left: 1150px;
  left/*\**/:890px\9;
  height: 0;
}

.bubble-content {
  width: 150px;
  height: 35px;
  background: #c3262d;
  border-radius: 7px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 8px 0 0 8px;
}

.bubble-content:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
  left: 30px;
  border: 15px solid;
  border-color: #c3262d #c3262d transparent transparent;
}

/* Content */
.main-image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.tabs {
  margin-bottom: 10px;
}

.tab {
  background: linear-gradient(#0070a8, #00a1d5);
}

.swirl.tab-left {
  background: url(../images/box_left.png) center center no-repeat;
}

.swirl.tab-center {
  background: url(../images/box_center.png) center center no-repeat;
}

.swirl.tab-right {
  background: url(../images/box_right.png) center center no-repeat;
}

.tab-content {
  padding: 30px;
  text-align: center;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
  color: #01ffff;
}

.tab-content a,
.tab-content a:link,
.tab-content a:visited {
  color: #fff;
}

.tab-content:hover {
  background: #dadada;
  color: #9a9a9a;
}

.tab-content:hover a,
.tab-content:hover a:link,
.tab-content:hover a:visited {
  color: #9a9a9a;
}

.tab-content h2,
.tab-content h3,
.tab-content h4 {
  font-size: 24px;
}

.wrapper {
  padding: 20px;
}

.content-header {
  text-align: center;
  border-bottom: 1px solid #c3262d;
  margin-bottom: 10px;
}

.image-holder {
  margin-bottom: 20px;
}

.image {
  margin-bottom: 20px;
}

.left-padded {
  padding-left: 20px;
}

#service-areas {
  background: #eef8f9;
}

ul.blue-triangles {
  list-style-image: url(../images/blue_triangle.png);
}

ul.red-triangles {
  list-style-image: url(../images/red_triangle.png);
}

ul.red-triangles a,
ul.red-triangles a:link,
ul.red-triangles a:visited {
  color: #0070a8;
}

ul.red-non-triangle,
ul.blue-non-triangle {
  list-style: none inside;
}

ul.red-non-triangle a,
ul.red-non-triangle a:link,
ul.red-non-triangle a:visited,
ul.blue-non-triangle a,
ul.blue-non-triangle a:link,
ul.blue-non-triangle a:visited {
  color: #c3262d;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

.red {
  color: #c3262d;
}

.dark-blue {
  color: #0070a8;
}

/* About Us */
.page-title {
  background: linear-gradient(#00a1d5, #0070a8);
  color: #fff;
  padding: 5px 30px;
  margin-bottom: 10px;
}

.page-title h1 {
  font-size: 280%;
}

.staff-container,
.thin-blue-container {
  background: #eef8f9;
  margin-bottom: 10px;
}

.staff-member {
  padding: 20px;
}

.staff-member-img {
  margin-bottom: 40px;
}

.staff-member-name {
  text-align: center;
}

/* Before Your Visit */
.thin-blue-container {
  padding: 15px;
}

.white-container {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

/* Financing */
.financing-bg {
  background: white url(../images/stock-financing-bg.jpg) right top no-repeat;
  padding: 15px;
  margin-bottom: 10px;
}

.cc-icon {
  float: left;
  margin-right: 50px;
}

.cc-icon.last {
  margin-right: 0;
}

/* Specials */
.coupons-wrapper {
  width: 80%;
  margin: 0 auto;
}

.coupon, .form-submit {
  padding: 10px 15px;
  background: linear-gradient(#00a1d5, #0070a8);
  border-radius: 15px;
  color: #fff;
}

.coupon h3 {
  text-align: center;
}

/* Contact Form */
.contact-content {
  font-size: 16px;
  line-height: 140%;
}

.contact-content h2 {
  font-size: 260%;
}

.contact-content h4.center.red {
  font-size: 150%;
}

.contact-form {
  margin-top: 40px;
}

.form-row {
  margin-bottom: 10px;
}

.form-text-field,
.form-text-area {
  width: 90%;
  font-size: 13px;
  padding: 5px 10px;
  color: #c3262d;
  border-radius: 10px;
  border: 0 none;
}

.form-submit {
  border: 0 none;
}

/* Footer */
.content-footer {
  color: #fff;
  font-size: 15px;
}

.content-footer .blue {
  background: #007caf url(../images/swirl_footer.png) top center no-repeat;
  height: 190px;
}

.content-footer a,
.content-footer a:link,
.content-footer a:visited {
  color: #fff;
}

.content-footer a:hover {
  color: #1c1563;
}

.content-footer-appendix {
  text-align: center;
}

span.blue {
  color: #4db3d9;
}

.office-hours,
.social-icons {
  text-align: center;
  font-size: 15px;
}

.office-hours.left-align,
.social-icons.left-align {
  text-align: left;
}

.social-icons {
  margin-top: 10px;
}

ul.footer-navigation {
  list-style: none inside;
}

ul.footer-navigation li {
  margin-bottom: 10px;
}

.footer {
  margin-top: 10px;
}

.footer p {
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  margin-bottom: 30px;
}

#sglfooter {
  color: #999;
}

div#header.header.container_12 {
  padding-top: 0px;
}

div#logo.logo.grid_12 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#six-month-link {
  color: #66CCFF;
  text-decoration: underline;
}
