/*!

Theme Name: rapoport

Theme URI: http://underscores.me/

Author: Timothy Owen

Author URI: http://underscores.me/

Description: Custom Wordpress theme for Dr. Rapoport by Gilleard Dental Marketing

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: rapoport

Tags:



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



rapoport is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

    ## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {

  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%; }



body {

  margin: 0; }



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

  display: block; }



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline; }



audio:not([controls]) {

  display: none;

  height: 0; }



[hidden],

template {

  display: none; }



a {

  background-color: transparent; }



a:active,

a:hover {

  outline: 0; }



abbr[title] {

  border-bottom: 1px dotted; }



b,

strong {

  font-weight: bold; }



dfn {

  font-style: italic; }



h1 {

  font-size: 2em;

  margin: 0.67em 0; }



mark {

  background: #ff0;

  color: #000; }



small {

  font-size: 80%; }



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline; }



sup {

  top: -0.5em; }



sub {

  bottom: -0.25em; }



img {

  border: 0; }



svg:not(:root) {

  overflow: hidden; }



figure {

  margin: 1em 40px; }



hr {

  box-sizing: content-box;

  height: 0; }



pre {

  overflow: auto; }



code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em; }



button,

input,

optgroup,

select,

textarea {

  color: inherit;

  font: inherit;

  margin: 0; }



button {

  overflow: visible; }



button,

select {

  text-transform: none; }



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer; }



button[disabled],

html input[disabled] {

  cursor: default; }



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0; }



input {

  line-height: normal; }



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0; }



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto; }



input[type="search"] {

  -webkit-appearance: textfield;

  box-sizing: content-box; }



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none; }



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em; }



legend {

  border: 0;

  padding: 0; }



textarea {

  overflow: auto; }



optgroup {

  font-weight: bold; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



td,

th {

  padding: 0; }



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

  color: #404040;

  font-family: "Open Sans", sans-serif;

  font-size: 16px;

  font-size: 1rem;

  line-height: 1.5; }



h1, h2, h3, h4, h5, h6 {

  clear: both; }



dfn, cite, em, i {

  font-style: italic; }



blockquote {

  margin: 0 1.5em; }



address {

  margin: 0 0 1.5em; }



pre {

  background: #eee;

  font-family: "Courier 10 Pitch", Courier, monospace;

  font-size: 15px;

  font-size: 0.9375rem;

  line-height: 1.6;

  margin-bottom: 1.6em;

  max-width: 100%;

  overflow: auto;

  padding: 1.6em; }



code, kbd, tt, var {

  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

  font-size: 15px;

  font-size: 0.9375rem; }



abbr, acronym {

  border-bottom: 1px dotted #666;

  cursor: help; }



mark, ins {

  background: #fff9c0;

  text-decoration: none; }



big {

  font-size: 125%; }



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {

  box-sizing: border-box; }



*,

*:before,

*:after {

  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

  box-sizing: inherit; }



body {

  background: #fff;

  /* Fallback for when there is no custom background color defined. */ }



blockquote, q {

  quotes: "" ""; }

  blockquote:before, blockquote:after, q:before, q:after {

    content: ""; }



hr {

  background-color: #ccc;

  border: 0;

  height: 1px;

  margin-bottom: 1.5em; }



ul, ol {

  margin: 0 0 1.5em 3em; }



ul {

  list-style: disc; }



ol {

  list-style: decimal; }



li > ul,

li > ol {

  margin-bottom: 0;

  margin-left: 1.5em; }



dt {

  font-weight: bold; }



dd {

  margin: 0 1.5em 1.5em; }



img {

  height: auto;

  /* Make sure images are scaled correctly. */

  max-width: 100%;

  /* Adhere to container width. */ }



table {

  margin: 0 0 1.5em;

  width: 100%; }



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type="button"],

input[type="reset"],

input[type="submit"]

a.button {

  border: 1px solid;

  border-color: #ccc #ccc #bbb;

  border-radius: 3px;

  background: #e6e6e6;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

  color: rgba(0, 0, 0, 0.8);

  font-size: 12px;

  font-size: 0.75rem;

  line-height: 1;

  padding: .6em 1em .4em;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

  button:hover,

  input[type="button"]:hover,

  input[type="reset"]:hover,

  input[type="submit"]

  a.button:hover {

    border-color: #ccc #bbb #aaa;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

  button:active, button:focus,

  input[type="button"]:active,

  input[type="button"]:focus,

  input[type="reset"]:active,

  input[type="reset"]:focus,

  input[type="submit"]

  a.button:active,

  input[type="submit"]

  a.button:focus {

    border-color: #aaa #bbb #bbb;

    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

  color: #666;

  border: 1px solid #ccc;

  border-radius: 3px; }

  input[type="text"]:focus,

  input[type="email"]:focus,

  input[type="url"]:focus,

  input[type="password"]:focus,

  input[type="search"]:focus,

  input[type="number"]:focus,

  input[type="tel"]:focus,

  input[type="range"]:focus,

  input[type="date"]:focus,

  input[type="month"]:focus,

  input[type="week"]:focus,

  input[type="time"]:focus,

  input[type="datetime"]:focus,

  input[type="datetime-local"]:focus,

  input[type="color"]:focus,

  textarea:focus {

    color: #111; }



select {

  border: 1px solid #ccc; }



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"] {

  padding: 3px; }



textarea {

  padding-left: 3px;

  width: 100%; }



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {

  color: royalblue; }

  a:visited {

    color: purple; }

  a:hover, a:focus, a:active {

    color: midnightblue; }

  a:focus {

    outline: thin dotted; }

  a:hover, a:active {

    outline: 0; }



/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation {

  clear: both;

  display: block;

  float: left;

  width: 100%; }

  .main-navigation ul {

    display: none;

    list-style: none;

    margin: 0;

    padding-left: 0; }

    .main-navigation ul ul {

      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

      float: left;

      position: absolute;

      top: 1.5em;

      left: -999em;

      z-index: 99999; }

      .main-navigation ul ul ul {

        left: -999em;

        top: 0; }

      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {

        left: 100%; }

      .main-navigation ul ul a {

        width: 200px; }

    .main-navigation ul li:hover > ul,

    .main-navigation ul li.focus > ul {

      left: auto; }

  .main-navigation li {

    float: left;

    position: relative; }

  .main-navigation a {

    display: block;

    text-decoration: none; }



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

  display: block; }



@media screen and (min-width: 37.5em) {

  .menu-toggle {

    display: none; }



  .main-navigation ul {

    display: block; } }

.site-main .comment-navigation, .site-main

.posts-navigation, .site-main

.post-navigation {

  margin: 0 0 1.5em;

  overflow: hidden; }

.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

  float: left;

  width: 50%; }

.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

  float: right;

  text-align: right;

  width: 50%; }



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden; }

  .screen-reader-text:focus {

    background-color: #f1f1f1;

    border-radius: 3px;

    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

    clip: auto !important;

    color: #21759b;

    display: block;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: bold;

    height: auto;

    left: 5px;

    line-height: normal;

    padding: 15px 23px 14px;

    text-decoration: none;

    top: 5px;

    width: auto;

    z-index: 100000;

    /* Above WP toolbar. */ }



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

  outline: 0; }



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em; }



.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em; }



.aligncenter {

  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto; }



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

  content: "";

  display: table;

  table-layout: fixed; }



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both; }



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget-area {

  margin: 0 0 1.5em;

  /* Make sure select elements fit in widgets. */ }

  .widget-area .read-more, .widget-area .widget.learn-more:after {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    background: #007095;

    color: #fff;

    font: 400 13px/1.1 "Open Sans",Arial,sans-serif;

    text-transform: uppercase;

    text-decoration: none;

    text-align: center;

    letter-spacing: 1px;

    padding: 8px 0;

    display: block;

    transition: all 0.2s;

    -webkit-transition: all 0.2s; }

  .widget-area section {

    margin: 0 0 1.5em; }

  .widget-area .widget-title {

    background-color: #008CBA;

    text-transform: uppercase;

    font-weight: 400;

    font-size: 1rem;

    color: #fff;

    padding: 15px;

    margin: 0; }

  .widget-area .widget.learn-more {

    padding-bottom: 20px;

    position: relative; }

    .widget-area .widget.learn-more:after {

      content: "Learn More"; }

      .widget-area .widget.learn-more:after:hover {

        padding: 14px 0;

        background-color: #002c3b; }

  .widget-area .widget_nav_menu ul {

    list-style-type: none;

    margin: 0;

    padding: 0; }

    .widget-area .widget_nav_menu ul li a {

      color: #222;

      display: block;

      border-bottom: 1px solid #a2a2a2;

      line-height: 1.3rem;

      padding: 12px 25px 12px 15px;

      font-size: .8rem;

      border-bottom: 1px solid #f3f3f3;

      position: relative; }

      .widget-area .widget_nav_menu ul li a:after {

        font-family: "FontAwesome";

        content: "\f105";

        width: 18px;

        height: 18px;

        position: absolute;

        top: 50%;

        margin-top: -9px;

        right: 15px;

        text-align: right; }

      .widget-area .widget_nav_menu ul li a.active:after {

        content: "\f101"; }

  .widget-area .widget_nav_menu.accordion {

    cursor: pointer; }

    .widget-area .widget_nav_menu.accordion h2:hover {

      transition: background-color 300ms linear;

      background-color: #00526e; }

    .widget-area .widget_nav_menu.accordion ul {

      display: none; }

  .widget-area .widget_custom_field {

    background: #f3f3f3;

    font-style: italic !important;

    padding-bottom: 20px;

    position: relative;

    overflow: hidden; }

    .widget-area .widget_custom_field p {

      margin: 10px 15px 2em;

      font: 400 14px/1.3 "Open Sans",Arial,sans-serif; }

    .widget-area .widget_custom_field img {

      margin-bottom: 1rem; }

    .widget-area .widget_custom_field a.read-more, .widget-area .widget_custom_field a.widget.learn-more:after {

      position: absolute;

      bottom: 0px;

      left: 0;

      right: 0;

      background: #007095;

      color: #fff;

      font: 400 13px/1.1 "Open Sans",Arial,sans-serif;

      text-transform: uppercase;

      text-decoration: none;

      text-align: center;

      letter-spacing: 1px;

      padding: 8px 0px;

      display: block;

      transition: all 0.2s;

      -webkit-transition: all 0.2s; }

      .widget-area .widget_custom_field a.read-more:hover, .widget-area .widget_custom_field a.widget.learn-more:hover:after {

        background: #004a62;

        padding: 14px 0; }

  .widget-area select {

    max-width: 100%; }

  .widget-area .widget_sp_image img {

    background-color: #008CBA;

    height: auto;

    transition: all 0.2s;

    -webkit-transition: all 0.2s; }

    .widget-area .widget_sp_image img:hover {

      background-color: #00526e; }



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

  display: block; }



.hentry {

  margin: 0 0 1.5em; }



.byline,

.updated:not(.published) {

  display: none; }



.single .byline,

.group-blog .byline {

  display: inline; }



.page-content,

.entry-content,

.entry-summary {

  margin: 1.5em 0 0; }



.page-links {

  clear: both;

  margin: 0 0 1.5em; }



/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

  display: none; }



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

  word-wrap: break-word; }



.bypostauthor {

  display: block; }



body.home section .row {

  padding: 80px 0; }

body.home section h2 {

  font-size: 28px;

  margin-bottom: 40px;

  text-align: center;

  letter-spacing: 1px;

  text-transform: uppercase;

  font-weight: 300; }

  body.home section h2:after {

    content: "";

    display: block;

    height: 1px;

    background: #008CBA;

    width: 100px;

    margin: 15px auto 0 auto; }

  body.home section h2.light {

    color: #fff; }

  body.home section h2.noborder {

    margin-bottom: 0; }

    body.home section h2.noborder:after {

      height: 0;

      margin: 0; }

body.home section h3 {

  letter-spacing: 0;

  font-size: 21px;

  text-transform: none;

  text-align: center;

  margin-bottom: 40px;

  font-weight: 300; }

  body.home section h3.border.light {

    color: #fff; }

  body.home section h3.border:after {

    content: "";

    display: block;

    height: 1px;

    background: #008CBA;

    width: 100px;

    margin: 15px auto 0 auto; }

body.home section p {

  font-size: .9rem; }

body.home section li {

  font-size: .9rem; }

body.home section.seattle-same-day-implants img {

  display: block;

  margin: 0 auto;

  max-width: 90%;

  transform-origin: 50% 50%; }

body.home section.testimonial {

  background-image: url(../../images/blue-concrete-bg.png); }

  body.home section.testimonial .row {

    background-image: url(../../images/testimonial-jennifer.png);

    background-repeat: no-repeat;

    background-position: right bottom;

    background-size: 30%; }

    body.home section.testimonial .row div.quote {

      margin: 10px 0 10px 30px; }

      body.home section.testimonial .row div.quote p {

        color: #fff;

        font-size: 21px;

        font-style: italic;

        font-weight: 300;

        margin: 0;

        position: relative;

        padding-left: 20px; }

        body.home section.testimonial .row div.quote p.main-text {

          padding: 20px 0 20px 20px;

          background: url(../../images/ldquo.png) left top no-repeat, url(../../images/rdquo.png) right bottom no-repeat; }

body.home section.consultation {

  background-color: #fff;

  background-image: url(../../images/implant-consultation-bg.png);

  background-repeat: no-repeat;

  background-position: right bottom;

  background-size: 40%; }

  body.home section.consultation ul {

    list-style-position: outside; }

    body.home section.consultation ul li {

      white-space: nowrap; }

  body.home section.consultation span.callus {

    display: block;

    max-width: 50%; }

body.home section.tooth-replacement {

  text-align: center; }

  body.home section.tooth-replacement .item {

    margin-bottom: 15px; }

  body.home section.tooth-replacement .text {

    color: #222;

    font-size: 18px;

    font-weight: 300; }

  body.home section.tooth-replacement img {

    display: block;

    margin: 0 auto; }

body.home section.state-of-the-art {

  background-image: radial-gradient(circle, #4b607d, #324156);

  -webkit-perspective: 300px;

  -moz-perspective: 300px;

  -ms-perspective: 300px;

  perspective: 300px; }

  body.home section.state-of-the-art .content {

    -webkit-transform-origin: 50% 100%;

    -moz-transform-origin: 50% 100%;

    -ms-transform-origin: 50% 100%;

    -transform-origin: 50% 100%;

    perspective: 450px;

    background: #fff; }

    body.home section.state-of-the-art .content .img-wrapper img {

      display: block;

      width: 100%;

      height: auto; }

    body.home section.state-of-the-art .content .text {

      padding: 20px; }

      body.home section.state-of-the-art .content .text p {

        font-size: .9rem;

        margin-bottom: 1rem; }

body.home section.real-patient-stories .patients-wrapper {

  position: relative;

  overflow: hidden; }

  body.home section.real-patient-stories .patients-wrapper .patient {

    cursor: pointer;

    text-align: center;

    margin-bottom: 15px; }

    body.home section.real-patient-stories .patients-wrapper .patient img {

      display: block;

      width: 100%;

      height: auto; }

    body.home section.real-patient-stories .patients-wrapper .patient .text-wrapper {

      padding: 5px;

      background-color: #fff;

      min-height: 65px; }

      body.home section.real-patient-stories .patients-wrapper .patient .text-wrapper .name {

        font-weight: 300;

        font-size: 14px;

        text-transform: uppercase; }

      body.home section.real-patient-stories .patients-wrapper .patient .text-wrapper .procedure {

        font-style: italic;

        font-size: 13px;

        line-height: 1.1rem; }

body.home section.real-patient-stories .full-testimonial {

  display: none;

  position: relative; }

  body.home section.real-patient-stories .full-testimonial .pic img {

    display: block;

    width: 100%; }

  body.home section.real-patient-stories .full-testimonial .pic > * {

    position: relative; }

  body.home section.real-patient-stories .full-testimonial .text {

    background-color: rgba(255, 255, 255, 0.8);

    padding: 15px 25px 0 25px; }

    body.home section.real-patient-stories .full-testimonial .text > * {

      position: relative; }

  body.home section.real-patient-stories .full-testimonial .name {

    text-transform: uppercase;

    font-size: 2rem;

    font-weight: 300; }

    body.home section.real-patient-stories .full-testimonial .name .back {

      font-size: .8rem;

      position: absolute;

      top: 0;

      right: 0;

      color: #008CBA;

      text-decoration: underline;

      cursor: pointer; }

  body.home section.real-patient-stories .full-testimonial .procedure {

    font-style: italic;

    margin-bottom: 1.5em; }

  body.home section.real-patient-stories .full-testimonial p {

    font-size: .9rem; }

body.home section.meet .doctor-bios .links a {

  display: block;

  width: 100%; }

body.home section.meet .doctor-bios .links img {

  margin-bottom: 5px;

  width: 100%;

  height: auto; }

body.home section.meet .doctor-bios .links .responsive-youtube {

  margin-bottom: 5px; }

body.home section.meet .doctor-bios .links h3 {

  text-align: left;

  text-transform: uppercase;

  font-size: 1rem; }

body.home section.meet .doctor-bios img {

  display: block;

  margin-bottom: 15px; }

  body.home section.meet .doctor-bios img.portrait {

    width: 100%;

    height: auto; }

  body.home section.meet .doctor-bios img.award {

    float: right;

    margin: 0 0 10px 10px; }

body.home section.meet .doctor-bios .name {

  text-transform: uppercase;

  position: relative; }

body.home section.meet .doctor-bios .creds {

  text-transform: uppercase;

  font-size: .8rem;

  font-weight: 300; }

body.home section.meet .doctor-bios .title {

  font-weight: 300;

  font-style: italic;

  margin-bottom: 10px; }

body.home section.meet .doctor-bios p {

  font-size: .9rem; }

body.home section.personal-care {

  -webkit-perspective: 300px;

  -moz-perspective: 300px;

  -ms-perspective: 300px;

  perspective: 300px; }

  body.home section.personal-care .content {

    -webkit-transform-origin: 50% 100%;

    -moz-transform-origin: 50% 100%;

    -ms-transform-origin: 50% 100%;

    -transform-origin: 50% 100%;

    perspective: 450px;

    background: #fff; }

    body.home section.personal-care .content .img-wrapper img {

      display: block;

      width: 100%;

      height: auto; }

    body.home section.personal-care .content .text {

      padding: 20px; }

      body.home section.personal-care .content .text p {

        font-size: .9rem;

        margin-bottom: 1rem; }

        body.home section.personal-care .content .text p.quote {

          color: #bc3228;

          font-size: 1.15em;

          font-style: italic; }



.parallax-bg {

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  height: 100%;

  width: 100%;

  overflow: hidden; }

  section.seattle-same-day-implants .parallax-bg {

    padding: 130px 0 130px 0;

    background-image: url(../../images/seattle-stock-1.jpg); }

  section.tooth-replacement .parallax-bg {

    background-image: url(../../images/apple-teeth.png); }

  section.real-patient-stories .parallax-bg {

    background-image: url(../../images/real-patient-stories-bg.png);

    background-attachment: fixed; }

  section.personal-care .parallax-bg {

    background-image: url(../../../../uploads/personal_care_bg.jpg);

    background-position: center bottom; }



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

  /* Theme Footer (when set to scrolling) */

  display: none; }



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

  display: block; }



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

  border: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0; }



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

  max-width: 100%; }



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

  margin-bottom: 1.5em;

  max-width: 100%; }

  .wp-caption img[class*="wp-image-"] {

    display: block;

    margin-left: auto;

    margin-right: auto; }

  .wp-caption .wp-caption-text {

    margin: 0.5em 0; }



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

  margin-bottom: 1.5em; }



.gallery-item {

  display: inline-block;

  text-align: left;

  vertical-align: top;

  width: 100%; }

  .gallery-columns-2 .gallery-item {

    max-width: 50%; }

  .gallery-columns-3 .gallery-item {

    max-width: 33.33%; }

  .gallery-columns-4 .gallery-item {

    max-width: 25%; }

  .gallery-columns-5 .gallery-item {

    max-width: 20%; }

  .gallery-columns-6 .gallery-item {

    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {

    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {

    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {

    max-width: 11.11%; }



.gallery-caption {

  display: block; }


/*--------------------------------------------------------------

## CMG contact form

--------------------------------------------------------------*/

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea, .contact-form select{
  margin:.5rem 0 .5rem 0;
}

.contact-form label.name-label{ 
    margin: 1px 0 9px 1px; 
    font-weight: normal;
    line-height: 1.5;
  }
.contact-form label.nameDiv{
  margin-bottom:0;
}
.contact-form label{
    color: #4d4d4d;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-form span.requiredField{ 
    color: #790000;
    margin-left: 4px; 
  }

.contact-form select{
  padding:0 .5rem;
  font-weight: normal;
}

.contact-form select, .contact-form input, .contact-form textarea{
  font-weight: normal;
}
.contact-submit{
    padding: 1rem 2rem 1.0625rem 2rem;
    background-color: #008CBA;
    border:1px solid #007095;
    color: #FFF;
    transition: background-color 300ms ease-out;
    margin:30px 0;
}

.contact-submit:hover{
    background-color: #007095;
    border-color: #008CBA;
    color: #FFF;
}
.contact-subject{ display: none; }

/*********************

BASE (MOBILE) SIZE

This are the mobile styles. It's what people see on their phones. If

you set a great foundation, you won't need to add too many styles in

the other stylesheets. Remember, keep it light: Speed is Important.

*********************/

body {

  font-family: "Open Sans", sans-serif; }



h3, h4, h5, h6 {

  clear: none; }



.wp-caption-text {

  font-size: .8rem; }



.indented {

  margin-left: 40px; }



.widget_nav_menu .current-menu-item {

  background-color: #baeeff; }



.responsive-youtube {

  position: relative;

  padding-bottom: 56.25%;

  padding-top: 25px;

  height: 0; }

  .responsive-youtube iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%; }



#main {

  padding-top: 40px; }

  #main .navquestions a {

    margin-bottom: 15px; }

  #main .navquestions img {

    margin: 0 auto; }

  #main a.special {

    height: 50px;

    background: #007095;

    display: table;

    width: 80%;

    padding: 0 15px;

    color: #fff;

    font-size: .85em;

    position: relative; }

    #main a.special span {

      display: table-cell;

      vertical-align: middle;

      line-height: normal; }

    #main a.special:after {

      content: "";

      width: 0;

      height: 0;

      border-style: solid;

      border-width: 25px 0 25px 20px;

      border-color: transparent transparent transparent #007095;

      position: absolute;

      top: 0;

      right: -20px;

      bottom: 0; }

  #main div.logos {

    font-size: 0;

    margin-bottom: 15px; }

    #main div.logos a {

      display: inline-block;

      font-size: 1rem;

      margin-right: 10px; }



#inner-page-image-strip {

  background-position: center center;

  background-size: cover;

  text-align: center;

  position: relative;

  z-index: 1;

  padding: 60px 0; }

  #inner-page-image-strip h1 {

    color: #fff;

    font-size: 2em;

    margin: 0 auto;

    position: relative;

    z-index: 3;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 1px; }

  #inner-page-image-strip:after {

    content: "";

    background-color: rgba(0, 0, 0, 0.7);

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 2; }



header#masthead {

  padding: 25px 0;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 9999;

  content: "";

  display: table;

  table-layout: fixed;

  background: rgba(255, 255, 255, 0.95); }

  header#masthead .left .number-appt {

    margin-top: 5px;

    text-align: left; }

    header#masthead .left .number-appt .button {

      margin-left: 0; }

  header#masthead .right .number-appt .button {

    display: none; }

  header#masthead .logo {

    margin-bottom: 10px; }

  header#masthead .serving {

    font-style: italic;

    display: none; }

  header#masthead .menu-top-nav-container {

    text-align: right;

    position: relative;

    z-index: 9999; }

    header#masthead .menu-top-nav-container ul {

      margin: 0;

      padding: 0; }

    header#masthead .menu-top-nav-container > ul {

      margin-bottom: 20px; }

      header#masthead .menu-top-nav-container > ul > li {

        display: inline-block;

        margin-left: 10px;

        position: relative; }

        header#masthead .menu-top-nav-container > ul > li a {

          color: #222;

          font-weight: 400;

          letter-spacing: 1px;

          text-transform: uppercase;

          font-size: 12px; }

          header#masthead .menu-top-nav-container > ul > li a:hover {

            color: #008CBA; }

        header#masthead .menu-top-nav-container > ul > li > ul {

          display: none;

          list-style: none;

          padding: 7px 0 0 0;

          margin: 0;

          background: #fff;

          position: absolute;

          top: 23px;

          left: -10px; }

          header#masthead .menu-top-nav-container > ul > li > ul > li {

            text-align: left; }

            header#masthead .menu-top-nav-container > ul > li > ul > li > a {

              display: block;

              padding: 7px 15px;

              white-space: nowrap; }

  header#masthead .number-appt {

    text-align: right;

    margin-top: 40px; }

    header#masthead .number-appt .number {

      font-weight: 300;

      font-size: 1.3rem;

      display: inline-block;

      vertical-align: middle; }

    header#masthead .number-appt a.button {

      margin: 0 0 0 10px;

      display: inline-block;

      vertical-align: middle;

      padding: .5rem 1.5rem; }

      header#masthead .number-appt a.button:visited {

        color: #fff; }



footer.site-footer {

  background-color: #222;

  color: #fff;

  padding: 25px 15px;

  font-size: .7rem; }

  footer.site-footer a:link {

    color: #bc3228;

    text-decoration: none; }

  footer.site-footer a:visited {

    color: #bc3228; }

  footer.site-footer a:hover {

    color: #db5f56;

    text-decoration: underline; }

  footer.site-footer ul.menu {

    list-style: none;

    margin: 0 0 15px 0;

    padding: 0;

    font-size: 0; }

    footer.site-footer ul.menu li {

      font-size: .7rem;

      display: inline-block; }

      footer.site-footer ul.menu li a {

        display: block; }

        footer.site-footer ul.menu li a:after {

          content: "|";

          display: inline-block;

          margin: 0 7px; }

      footer.site-footer ul.menu li:last-child a:after {

        content: "";

        margin: 0; }

  footer.site-footer p {

    font-size: .7rem; }

  footer.site-footer .info .title {

    font-weight: 700;

    margin-bottom: 5px;

    white-space: nowrap; }

  footer.site-footer .info.hours p {

    white-space: nowrap;

    margin-bottom: 0; }

    footer.site-footer .info.hours p span {

      display: inline-block;

      width: 35px; }



.page-testimonial {

  border-bottom: 1px solid #c8c8c8;

  content: "";

  display: table;

  table-layout: fixed;

  padding: 15px 15px 40px 15px;

  margin-bottom: 25px; }

  .page-testimonial p {

    font-size: .9rem; }

    .page-testimonial p.signature {

      margin-bottom: 0; }

    .page-testimonial p strong {

      font-style: italic; }



.shiftnav-wrap {

  padding-top: 0 !important; }



/*********************

LARGER MOBILE DEVICES

This is for devices like the Galaxy Note or something that's

larger than an iPhone but smaller than a tablet. Let's call them

tweeners.

*********************/

/*********************

TABLET & SMALLER LAPTOPS

This is the average viewing window. So Desktops, Laptops, and

in general anyone not viewing on a mobile device. Here's where

you can add resource intensive styles.

*********************/

@media only screen and (min-width: 768px) {

  header#masthead .left .number-appt {

    display: none; }

  header#masthead .right .number-appt .button {

    display: block;

    float: right; }

  header#masthead .serving {

    display: block; }



  #main .inner-page {

    padding-left: 30px; } }

/*********************

DESKTOP

This is the average viewing window. So Desktops, Laptops, and

in general anyone not viewing on a mobile device. Here's where

you can add resource intensive styles.

*********************/

@media only screen and (min-width: 1024px) {

  header#masthead .number-appt {

    margin-top: 30px; } }

/*********************

LARGE VIEWING SIZE

This is for the larger monitors and possibly full screen viewers.

*********************/

/*********************

RETINA (2x RESOLUTION DEVICES)

This applies to the retina iPhone (4s) and iPad (2,3) along with

other displays with a 2x resolution. You can also create a media

query for retina AND a certain size if you want. Go Nuts.

*********************/



/*# sourceMappingURL=style.css.map */





/*blog styles*/



#categories-2 ul {

    list-style: none;

    margin: 10px;

}



li.cat-item a {

    color: black;

    font-size: 13px;

}



li.cat-item a:hover {

    color: rgb(0, 140, 186);

}