/* # Genesis Framework Theme Name: Super Dentists Theme URI: http://www.tinyfrog.com/ Description: Custom theme for Super Dentists Author: Tinyfrog Author URI: http://www.tinyfrog.com/ Template: genesis Template Version: 2.0 */
/* TSD is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/ */
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Generic - Normalize - Box sizing # Base - Typography - Elements - Links - Forms ## Layouts # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments --------------------------------------------------------------*/
/*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/
/* Normalize --------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
html {
 /* Sections ========================================================================== */
 /** * Remove the margin in all browsers. */
 /** * Render the `main` element consistently in IE. */
 /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
 /* Grouping content ========================================================================== */
 /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 /* Text-level semantics ========================================================================== */
 /** * Remove the gray background on active links in IE 10. */
 /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 /** * Add the correct font weight in Chrome, Edge, and Safari. */
 /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 /** * Add the correct font size in all browsers. */
 /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 /* Embedded content ========================================================================== */
 /** * Remove the border on images inside links in IE 10. */
 /* Forms ========================================================================== */
 /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
 /** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 /** * Correct the inability to style clickable types in iOS and Safari. */
 /** * Remove the inner border and padding in Firefox. */
 /** * Restore the focus styles unset by the previous rule. */
 /** * Correct the padding in Firefox. */
 /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 /** * Remove the default vertical scrollbar in IE 10+. */
 /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
 /** * Correct the cursor style of increment and decrement buttons in Chrome. */
 /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 /** * Remove the inner padding in Chrome and Safari on macOS. */
 /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
 /* Interactive ========================================================================== */
 /* * Add the correct display in Edge, IE 10+, and Firefox. */
 /* * Add the correct display in all browsers. */
 /* Misc ========================================================================== */
 /** * Add the correct display in IE 10+. */
 /** * Add the correct display in IE 10. */
 /* Box sizing --------------------------------------------- */
 /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
 /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/
 /* Typography --------------------------------------------- */
 /* Elements --------------------------------------------- */
 /* Temp Commented */
 /* 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: 700;
 }
	dd {
		margin: 0 1.5em 1.5em;
 }
	*/
 /* Make sure embeds and iframes fit their containers. */
 /* Links --------------------------------------------- */
 /* Forms --------------------------------------------- */
 /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/
 /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/
 /* Navigation --------------------------------------------- */
 /* Small menu. */
 /* Posts and pages --------------------------------------------- */
 /* Comments --------------------------------------------- */
 /* Widgets --------------------------------------------- */
 /* Media --------------------------------------------- */
 /* Make sure logo link wraps around logo image. */
 /* Captions --------------------------------------------- */
 /* Galleries --------------------------------------------- */
 /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/
 /* Jetpack infinite scroll --------------------------------------------- */
 /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
 /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
 /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/
 /* Accessibility --------------------------------------------- */
 /* Text meant only for screen readers. */
 /* Do not show the outline on the skip link target. */
 /* Alignments --------------------------------------------- */
}
html body {
	margin: 0;
}
html main {
	display: block;
}
html h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
html hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
html pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
html a {
	background-color: transparent;
}
html abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
html b, html strong {
	font-weight: bolder;
}
html code, html kbd, html samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
html small {
	font-size: 80%;
}
html sub, html sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
html sub {
	bottom: -0.25em;
}
html sup {
	top: -0.5em;
}
html img {
	border-style: none;
}
html button, html input, html optgroup, html select, html textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
html button, html input {
	overflow: visible;
}
html button, html select {
	text-transform: none;
}
html button, html [type="button"], html [type="reset"], html [type="submit"] {
	-webkit-appearance: button;
}
html button::-moz-focus-inner, html [type="button"]::-moz-focus-inner, html [type="reset"]::-moz-focus-inner, html [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
html button:-moz-focusring, html [type="button"]:-moz-focusring, html [type="reset"]:-moz-focusring, html [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
html fieldset {
	padding: 0.35em 0.75em 0.625em;
}
html legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
html progress {
	vertical-align: baseline;
}
html textarea {
	overflow: auto;
}
html [type="checkbox"], html [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
html [type="number"]::-webkit-inner-spin-button, html [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
html [type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
html [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
html ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
html details {
	display: block;
}
html summary {
	display: list-item;
}
html template {
	display: none;
}
html [hidden] {
	display: none;
}
html *, html *::before, html *::after {
	box-sizing: inherit;
}
html html {
	box-sizing: border-box;
}
html body, html button, html input, html select, html optgroup, html textarea {
	color: #404040;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Montserrat",sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
	clear: both;
}
html p {
	margin-bottom: 1.5em;
}
html dfn, html cite, html em, html i {
	font-style: italic;
}
html blockquote {
	margin: 0 1.5em;
}
html address {
	margin: 0 0 1.5em;
}
html pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
html code, html kbd, html tt, html var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
html abbr, html acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
html mark, html ins {
	background: #fff9c0;
	text-decoration: none;
}
html big {
	font-size: 125%;
}
html body {
	background: #fff;
}
html hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
html embed, html iframe, html object {
	max-width: 100%;
}
html img {
	height: auto;
	max-width: 100%;
}
html figure {
	margin: 1em 0;
}
html table {
	margin: 0 0 1.5em;
	width: 100%;
}
html a {
	color: #4169e1;
}
html a:visited {
	color: #800080;
}
html a:hover, html a:focus, html a:active {
	color: #191970;
}
html a:focus {
	outline: thin dotted;
}
html a:hover, html a:active {
	outline: 0;
}
html button, html input[type="button"], html input[type="reset"], html input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
html button:hover, html input[type="button"]:hover, html input[type="reset"]:hover, html input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
html button:active, html button:focus, html input[type="button"]:active, html input[type="button"]:focus, html input[type="reset"]:active, html input[type="reset"]:focus, html input[type="submit"]:active, html input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
html input[type="text"], html input[type="email"], html input[type="url"], html input[type="password"], html input[type="search"], html input[type="number"], html input[type="tel"], html input[type="range"], html input[type="date"], html input[type="month"], html input[type="week"], html input[type="time"], html input[type="datetime"], html input[type="datetime-local"], html input[type="color"], html textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
html input[type="text"]:focus, html input[type="email"]:focus, html input[type="url"]:focus, html input[type="password"]:focus, html input[type="search"]:focus, html input[type="number"]:focus, html input[type="tel"]:focus, html input[type="range"]:focus, html input[type="date"]:focus, html input[type="month"]:focus, html input[type="week"]:focus, html input[type="time"]:focus, html input[type="datetime"]:focus, html input[type="datetime-local"]:focus, html input[type="color"]:focus, html textarea:focus {
	color: #111;
}
html select {
	border: 1px solid #ccc;
}
html textarea {
	width: 100%;
}
html .main-navigation {
	display: block;
	width: 100%;
}
html .main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
html .main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
html .main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
html .main-navigation ul ul li:hover > ul, html .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
html .main-navigation ul ul a {
	width: 200px;
}
html .main-navigation ul li:hover > ul, html .main-navigation ul li.focus > ul {
	left: auto;
}
html .main-navigation li {
	position: relative;
}
html .main-navigation a {
	display: block;
	text-decoration: none;
}
html .menu-toggle, html .main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	html .menu-toggle {
		display: none;
 }
	html .main-navigation ul {
		display: flex;
 }
}
html .site-main .comment-navigation, html .site-main .posts-navigation, html .site-main .post-navigation {
	margin: 0 0 1.5em;
}
html .comment-navigation .nav-links, html .posts-navigation .nav-links, html .post-navigation .nav-links {
	display: flex;
}
html .comment-navigation .nav-previous, html .posts-navigation .nav-previous, html .post-navigation .nav-previous {
	flex: 1 0 50%;
}
html .comment-navigation .nav-next, html .posts-navigation .nav-next, html .post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
html .sticky {
	display: block;
}
html .post, html .page {
	margin: 0 0 1.5em;
}
html .updated:not(.published) {
	display: none;
}
html .page-content, html .entry-content, html .entry-summary {
	margin: 1.5em 0 0;
}
html .page-links {
	clear: both;
	margin: 0 0 1.5em;
}
html .comment-content a {
	word-wrap: break-word;
}
html .bypostauthor {
	display: block;
}
html .widget {
	margin: 0 0 1.5em;
}
html .widget select {
	max-width: 100%;
}
html .page-content .wp-smiley, html .entry-content .wp-smiley, html .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
html .custom-logo-link {
	display: inline-block;
}
html .wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
html .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
html .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
html .wp-caption-text {
	text-align: center;
}
html .gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
html .gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
html .gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
html .gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
html .gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
html .gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
html .gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
html .gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
html .gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
html .gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
html .gallery-caption {
	display: block;
}
html .infinite-scroll .posts-navigation, html .infinite-scroll.neverending .site-footer {
	display: none;
}
html .infinity-end.neverending .site-footer {
	display: block;
}
html .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
html .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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
html #primary[tabindex="-1"]:focus {
	outline: 0;
}
html .alignleft {
 /*rtl:ignore*/
	float: left;
 /*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
html .alignright {
 /*rtl:ignore*/
	float: right;
 /*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
html .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
