/*
Theme Name: Dental
Theme URI: https://asteroidmarketing.com
Author: Andy Mckenzie
Author URI: https://asteroidmarketing.com
Description:
Version: 2.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dental_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Make a nice lean and mean website.

Normalizing styles is contributed by Nicolas Gallagher and Jonathan Neal
http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Clear
3. Colors
4. Fonts
5. Header
6. Footer
7. Pages
8. Blog
9. Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2. Clearfix
--------------------------------------------------------------*/

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* Responsive Images */

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}


/*--------------------------------------------------------------
3. Colors
--------------------------------------------------------------*/

/* General */

.white {
  color: #ffffff;
}

.fullBlack {
  color: #000000;
}

.black {
  color: #333;
}

.orange {
  color: #f96302;
}

.pink {
  color: #f34e9a;
}

.green {
  color: #7dba00;
}

.aqua {
  color: #00c0de;
}

.blue {
  color: #1e22aa;
}

/* Background */

.whiteBg {
  color: #ffffff;
}

.fullBlackBg {
  background-color: #000000;
}

.blackBg {
  background-color: #333;
}

.orangeBg {
  background-color: #f96302;
}

.pinkBg {
  background-color: #f34e9a;
}

.greenBg {
  background-color: #7dba00;
}

.aquaBg {
  background-color: #00c0de;
}

.blueBg {
  background-color: #1e22aa;
}

/*--------------------------------------------------------------
4. Base Fonts
--------------------------------------------------------------*/

.raleway {
  font-family: 'Raleway', sans-serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.openSans {
  font-family: 'Open Sans', sans-serif;
}

.homepageHeading {
  padding: 0;
  margin: 0;
  font-size: 30px;
}

.homepageBigFont {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  display:block;
}

.entry-title {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1.38em;
}

p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6em;
  font-weight: 400;
}

/*--------------------------------------------------------------
5. Header
--------------------------------------------------------------*/

/* TOP BAR */

.customTopButtons, .customTopButtonMid {
	background-color: #00c0de;
  	text-decoration: none;
  	text-align: center;
	float: left;
  	display: block;
  	color: #ffffff;
  	width: 33.1%;
	height:90px;
}

.customTopBar a {
	color: #ffffff;
}

.customTopBar a:hover {
	color: #003366;
}

.customTopButtonMid {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.customTopButtonIcon {
  padding: 10px 0 10px 0;
}

.customTopButtonText {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 0 0 10px 0;
}

.customTopLogo {
  padding: 20px 0 20px 0;
  text-align: center;
}

.customTopButtonCallMobile {
	display: block;
}

.customTopButtonCallDesktop {
	display:none;
}

/* Navigation */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

#navigation-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #00c0de;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
}

#navigation-toggle.active {
	color: #003366;
}

#site-navigation ul li {
  background: #00c0de;
  border-top: 1px solid #ffffff;
  text-align: center;
}

#site-navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-family: 'Lato', sans-serif;
}

#site-navigation ul li a:hover {
    color: #003366;
}


/*--------------------------------------------------------------
6. Footer
--------------------------------------------------------------*/

.footerDiv {
	background: #00c0de;
	text-align: center;
	padding: 10px 0 0 0;
}

.footerSection {
  width: 100%;
  margin: 10px 0 0 0;
}

.footerNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerNavigation ul li {
  padding: 10px;
  margin: 0;
  display: block;
}

.footerNavigation ul li a, .footerLink a {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}

.footerNavigation ul li a:hover, .footerLink a:hover {
  color: #003366;
}

.footerLink {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
}

.footerHeader {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 30px;
  color: #ffffff;
  text-decoration: underline;
}

.footerCopyright {
	color: #000003;
	padding: 20px 0 20px 0;
	margin: 0;
  font-size: 12px;
}

.footerText {
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.footerInfo {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
}


/*--------------------------------------------------------------
7. Page
--------------------------------------------------------------*/

/* Homepage */

.homepageSectionPadding {
  padding: 20px 0 40px 0;
}

.homepage1Left {
  float: left;
  width: 25%;
  height: 250px;
}

.homepage1Right {
  float: left;
  text-align: center;
  width: 75%;
}

.homepage1VideoCenter {
  margin: 0 auto;
  max-width:700px;

}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage1Bottom {
  float: right;
  width: 100%;
}

.homepage1BottomImg {
  margin: 0 auto;
  max-width:700px;
  border: 10px solid #ffffff;
  background: #ffffff;
}

.homepage2Left{
  float: left;
  padding-left: 5%;
  width: 70%;
}

.homepage2Right{
  float: right;
  width: 25%;
}

.homepage2Bottom {
  min-width:300px;
  max-width:700px;
  display: inline-block;
}

.homepageSocial {
  text-decoration: none;
}

.homepageSocial:hover {
  color: midnightblue;
}


.home4 {
  margin: 0;
  padding: 0 0 30px 0;
  background: #1e22aa;
  color:#ffffff;
  text-align: center;
}

.homeBookOrPhone {
	display: block;
	margin-top: 30px;
}

.homeBookOrPhoneLink, .homeBookorPhoneLink:visited {
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
	background: #00c0de;
}

.homeBookOrPhoneLink:hover {
	color: midnightblue;
}

.homeBookOrPhoneIcon {
	padding: 0 10px 0 10px;
}

.homeBookOrPhoneGap {
	padding: 0 20px 0 20px;
}

.vertical-text {
	  -webkit-transform: rotate(90deg) translateX(60px);
    -moz-transform:    rotate(90deg) translateX(60px);
    -ms-transform:     rotate(90deg) translateX(60px);
    -o-transform:      rotate(90deg) translateX(60px);
    transform:         rotate(90deg) translateX(60px);
    -webkit-transform-origin: 0.7em 0.5em;
    -moz-transform-origin:    0.7em 0.5em;
    -ms-transform-origin:     0.7em 0.5em;
    -o-transform-origin:      0.7em 0.5em;
    transform-origin:         0.7em 0.5em;
}

/* General Page */

.pageImg {
  border: 10px solid #00c0de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page1Left {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page1Right {
  width: 100%;
  padding: 0 5% 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page1 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}


/* General */

.breadCrumbs {
	display:none;
	background: #00C0DE;
	color: #ffffff;
	padding: 10px 0px 10px 6%;
}

.breadCrumbs a {
	text-decoration: none;
}

/*--------------------------------------------------------------
8. Blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8#. Wordpress Extras
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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. */
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
9. Media Queries
--------------------------------------------------------------*/

/* Bigger Mobiles -S4, Nexus 5, HTC etc */
@media all and (min-width: 360px) {

}

/* Phablets Nexus 6, Iphone 6+ 412,414 */

@media all and (min-width: 412px) {

}

/* Small Tablet - Kindle Fire */

@media all and (min-width: 480px) {

}

/* Smaller Tablet - Galaxy Tab, Nexus 7, Playbook */

@media all and (min-width: 600px) {
	.customTopButtons, .customTopButtonMid {
	width: 33.2%;
	}

}

/* Medium Tablet - MS Surface Pro */

@media all and (min-width: 720px) {
  .homepage1Left {
  float: left;
  width: 20%;
  height: 250px;
}

.homepage1Right {
  float: left;
  text-align: center;
  width: 80%;
}

.homepage1Video {
  min-width:300px;
  max-width:700px;
  display: inline-block;
}

.homepage1Bottom {
  float: right;
  width: 80%;
}

.homepage2Left{
  float: left;
  padding-left: 5%;
  width: 75%;
}

.homepage2Right{
  float: right;
  width: 20%;
}

  .page1Left {
    width: 40%;
    padding: 20px 3% 0 3%;
    float:left;
  }

  .page1Right {
    width: 60%;
    padding: 10px 3% 0 0;
    float: left;
  }

  .page1 {
  padding: 0 0 40px 0;
}
  .footerSection {
    float:left;
    width: 33%;
  }
}

/* Medium Tablet - Ipads minis,2,3,4, Air, MS Surface,  */

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

}

/* Large Tablets - Fire HD, Nexus 10, Galaxy Tab */

@media all and (min-width: 800px) {

}

/* Desktop, Laptop Small */

@media all and (min-width: 1024px) {
	.customTopButtons, .customTopButtonMid, .customTopButtonIcon, .customTopButtonText {
  		width: 105px
  	}

  	.customTopBar {
    		float: right;
      width: 35%;
		padding: 0 10% 0 22%;
  	}

  	.customTopLogo {
		float: left;
    width: 28%;
    padding: 0 0 0 5%;
  	}

  #navigation-toggle {
    display: none;
  }

   .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }

  #site-navigation {
    float:right;
    width: 62%;
    padding: 63px 0 0 5%;
  }



  #site-navigation ul li {
    float:left;
    width: auto;
    border-left: 1px solid #ffffff;
  }

	.homeBookOrPhone {
	display: inline-block;
	margin-top: 30px;
}
	.breadCrumbs {
	display:block;
	background: #00C0DE;
	color: #ffffff;
	padding: 10px 0px 10px 6%;
}

.customTopButtonCallMobile {
	display: none;
}

.customTopButtonCallDesktop {
	display: block;
}

    .homepage1Left {
  float: left;
  width: 10%;
  height: 250px;
}

.homepage1Right {
  float: left;
  text-align: center;
  width: 90%;
}

.homepage1Video {
  min-width:300px;
  max-width:700px;
  display: inline-block;
}

.homepage1Bottom {
  float: right;
  width: 90%;
}

.homepage2Left{
  float: left;
  padding-left: 5%;
  width: 85%;
}

.homepage2Right{
  float: right;
  width: 10%;
}

}

/* Desktop, Laptop Medium */

@media all and (min-width: 1280px) {

}

/* Desktop, Laptop Large */

@media all and (min-width: 1440px) {

}
