/*
    Theme Name: Potts Child Theme
    Description: Custom Design for IDW
    Author: Infinity Dental Web
    Author URI: http://www.infinitydentalweb.com/
    Version: 2.0.1
 
	Tags: 
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

audio,
canvas,
video {
	display: inline-block
}

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

[hidden] {
	display: none
}

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

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

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

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

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

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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

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

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

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

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
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

textarea {
	overflow: auto;
	vertical-align: top
}

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

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	/*-webkit-transition: all 0.1s ease-in-out;*/
	/*-moz-transition:    all 0.1s ease-in-out;*/
	/*-ms-transition:     all 0.1s ease-in-out;*/
	/*-o-transition:      all 0.1s ease-in-out;*/
	/*transition:         all 0.1s ease-in-out;*/
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #7aaa9e;
	text-decoration: none;
	font-weight: 600;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4f4f4f;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Prata', sans-serif;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Prata', sans-serif;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto;
	/* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	max-width: 100% !important;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: transparent;
	border: 2px solid #4f4f4f;
	box-shadow: none;
	color: #4f4f4f;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #7aaa9e;
	border: 2px solid #7aaa9e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	background: #f6f6f6;
}

.home .site-inner {
	max-width: 100%;
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	text-align: center;
	font-family: 'Prata', sans-serif;
}

.entry-title:after {
	content: " ";
	border-bottom: 3px solid #7aaa9e;
	width: 40px;
	display: block;
	text-align: center;
	margin: 20px auto;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px;
	padding: 0.5rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

div.gform_wrapper .gfield_required {
	color: #f15123;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	border-top: 4px solid #7aaa9e;
	padding-bottom: 8px;
}

.site-header .wrap {
	padding: 0;
	position: relative;
}

#header-content {
	width: 75%;
	float: right;
}

#navbar-desktop {
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 74%;
}

#patient-forms {
	float: right;
	margin-right: 15px;
	color: #fff;
	background: #7aaa9e;
	margin-top: -12px;
	padding: 5px 15px;
	letter-spacing: 1px;
	font-weight: lighter;
}

#patient-forms a {
	color: #fff;
}

#header-content .phone-contact {
	margin: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.head-contact {
	float: right;
	clear: both;
	padding-top: 45px;
	font-weight: normal;
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*float: left;*/
	font-weight: 700;
	padding: 8px 0;
	padding: 0.8rem 0;
	min-height: 151px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: distribute;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.genesis-nav-menu ul {
	list-style-type: none;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu a {
	border: none;
	color: #595959;
	display: block;
	padding: 4px 0;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item>a {
	color: #999;
}

.genesis-nav-menu>.menu-item>a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
	text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: transparent;
}

.nav-primary a:hover,
.nav-primary .current-menu-item>a {
	color: #7aaa9e;
}

.nav-primary .sub-menu a:hover {
	color: #7aaa9e;
}

/* Secondary Navigation (Footer Nav)
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

.nav-secondary .genesis-nav-menu {
	display: block;
	margin-top: 16px;
	margin-top: 1.6rem;
	max-width: 100ch;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.nav-secondary .genesis-nav-menu a {
	display: inline-block;
}

.nav-secondary .genesis-nav-menu li {
	display: inline-block;
}

.nav-secondary .genesis-nav-menu a {
	color: #969696;
	padding: 10px 5px;
	font-weight: 400;
}

.nav-secondary .genesis-nav-menu li:after {
	content: "|";
	display: inline-block;
}

.nav-secondary .genesis-nav-menu li:last-child:after {
	content: "";
	display: inline-block;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #f6f6f6;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.entry-content a {
	color: #7aaa9e;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

ul {
	list-style-type: disc;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #7aaa9e;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
	text-align: center;
	line-height: 1.85;
}

button.widget-button {
	border: 2px solid #7aaa9e;
	display: block;
	margin: 0 auto;
	padding: 1.6rem 1.8rem;
	padding: 16px 18px;
}

button.widget-button:hover .arrow-after {
	color: #fff;
}

button.widget-button:hover .arrow-after:after {
	content: url('images/arrow_right_light.png');
}

.widget-title {
	font-family: 'Prata', sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.75;
	text-transform: none;
	max-width: 85%;
	margin: 0 auto;
}

.widget-title::after {
	content: " ";
	border-bottom: 3px solid #7aaa9e;
	width: 40px;
	display: block;
	text-align: center;
	margin: 3px auto 5px;
}

.widget-address {}

.widget-contact {
	margin: 10px 0;
	color: #7aaa9e;
	font-weight: bold;
	line-height: 1.4;
}

.textwidget p {
	color: #4f4f4f;
	padding-top: 10px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

ul.social {
	list-style: none;
	overflow: auto;
}

ul.social li {
	margin: 20px;
	margin: 2rem;
	display: inline-block;
}

ul.social li a {
	color: #7aaa9e;
	border-bottom: 2px solid #7aaa9e;
}

ul.social li:hover a {
	color: #4f4f4f;
	border-bottom: 2px solid #4f4f4f;
}

/*---------------------------------------Mobile Nav Changes----------------------------------------*/

#menu-item-480,
#menu-item-483 {
	display: none;
}

/*-----------------------------------IDW CSS-------------------------------------------*/

.flex-container {
	display: flex;
}
.about-dr-container {
	width: 100%;
}

.hide-for-desktop {
	display: none;
}

.site-container {
	background: #f6f6f6;
}

.section-heading {
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
}

.section-heading h2 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 25px;
	font-family: "Open Sans", serif;
}

.section-head-lg {
	font-size: 40px;
	line-height: 1.3;
	color: #4f4f4f;
	font-family: 'Prata', sans-serif;
	margin-bottom: 15px;
}

.blue {
	color: #7aaa9e;
}

body .site-inner .left {
	text-align: left;
	margin: 10px 0;
}

.arrow-after {
	color: #7aaa9e;
	text-transform: uppercase;
	font-size: 14px;
}

.arrow-after:hover {
	color: #4f4f4f;
}

.arrow-after:after {
	content: url('images/arrow_right_blue.png');
	padding: 0 5px;
	vertical-align: middle;
}

.arrow-after:hover:after {
	content: url('images/arrow_right_dark.png');
	padding: 0 5px;
	vertical-align: middle;
}

.phone-before:before {
	content: url('images/phone_icon.png');
	left: 3px;
	bottom: -30%;
	position: absolute;
	vertical-align: middle;
}

.line-dark {
	max-width: 40px;
	border-bottom: 3px solid #4f4f4f;
	margin: 20px auto;
}

.line-blue {
	max-width: 40px;
	border-bottom: 3px solid #7aaa9e;
	margin: 20px auto 40px;
}

.phone-contact {
	color: #7aaa9e;
	margin: 15px;
	letter-spacing: 1px;
}

.phone-contact span {
	padding: 0 20px;
}

.phone-contact span:last-child {
	padding: 0 0 0 20px;
}

.phone-before {
	position: relative;
}

.site-header.stuck {
	z-index: 10;
	position: fixed;
	top: 0px;
	max-width: inherit;
	width: 100%;
}

.stuck #patient-forms {
	display: none;
}

.site-header.stuck #sitelogo img {
	width: 200px;
	margin-left: 0;
	padding-top: 5px;
}

.site-header.stuck .head-contact {
	padding-top: 5px;
}

.stuck .title-area {
	min-height: 70px;
}

#sitelogo img {
	margin-left: 0;
	width: 233px;
	padding-top: 36px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*---------------------Mobile Menu-----------------------------------------*/

:root {
	--mobile-nav-bar-bg: #fff;
	--mobile-nav-bar-text: #7aaa9e;
	--mobile-menu-bg: #7aaa9e;
	--mobile-menu-top-level: #fff;
	--mobile-menu-links: #7aaa9e;
}

.hamb {
	width: 28px;
	height: 2px;
	background: #7aaa9e;
	margin-bottom: 7px;
}

.hamb:nth-child(2) {
	width: 20px;
}

svg path {
	fill: #7aaa9e;
}

#navbar {
	height: 45px;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	background: #fff;
	background: var(--mobile-nav-bar-bg);
	display: none;
}

.toggle {
	text-decoration: none;
	font-size: 30px;
	color: #637107;
	-webkit-transition: all 0.15s ease-out 0;
	-o-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	position: fixed;
	top: 35px;
	left: 30px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.slidebar-left {
	position: fixed;
	overflow: scroll;
	top: 95px;
	bottom: 0px;
	left: -3440px;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	width: 100%;
	padding: 30px;
	background: #000000;
	background: var(--mobile-menu-bg);
	z-index: 100;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	text-align: left;
}

.slidebar-left .menu-main-menu-container {
	margin-top: 35px;
}

.slidebar-left .sub-menu {
	margin-left: 10px;
}

.slidebar-left .sub-menu .sub-menu {
	margin-left: 20px;
}

.slidebar-right {
	position: fixed;
	overflow: scroll;
	top: 95px;
	bottom: 0px;
	right: -3440px;
	-webkit-transition: all 0.15s ease-out 0;
	-o-transition: all 0.15s ease-out 0;
	transition: all 0.15s ease-out 0;
	width: 100%;
	padding: 30px;
	background: #000000;
	background: var(--mobile-menu-bg);
	z-index: 100;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	text-align: center;
}

.slidebar-left ul,
.slidebar-right ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.slidebar-left li a,
.slidebar-right li a {
	color: #ffffff;
	color: var(--mobile-menu-top-level);
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	margin: 0;
	margin-bottom: 16px;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	font-weight: normal;
	text-transform: uppercase;
}

.slidebar-left li a:hover,
.slidebar-right li a:hover,
.slidebar-left li.menu-item-has-children a:hover {
	color: #393939;
}

.slidebar-left li.current-menu-item a,
.slidebar-left .sub-menu li.current-menu-item a {
	font-weight: bold;
	color: #ffffff;
}

.slidebar-left li .sub-menu a:hover,
.slidebar-right li .sub-menu a:hover {
	color: #000;
}

.slide-out-left {
	left: 0;
}

.slide-out-right {
	right: 0;
}

.slidebar-left li,
.slidebar-right li {
	padding-left: 10px;
}

.slidebar-left .sub-menu li a,
.slidebar-right .sub-menu li a {
	font-weight: normal;
	color: #ffffff;
}

.slidebar-left li:hover>.sub-menu,
.slidebar-right li:hover>.sub-menu {
	height: auto;
	visibility: visible;
}

#mobile-phone {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
}


.call-button {
	background-color: var(--mobile-nav-bar-text);
	border-radius: 8px;
	padding: 5px 20px;
	margin-top: 20px;
}

#close-menu {
	color: #637107;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#close-phone {
	color: var(--mobile-menu-top-level, #637107);
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

#navbar .header-location-menu ul li {
	padding: 5px 0;
}

.slidebar-left li.x.menu-item-has-children:before {
	font-family: 'FontAwesome';
	content: "\f107";
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-right: 8px;
	position: relative;
	bottom: -1px;
}

.slidebar-left li.menu-item-has-children:before {
	font-family: 'FontAwesome';
	content: '\f107';
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-right: 8px;
	position: relative;
	bottom: -1px;
}


.slidebar-left li:not(.menu-item-has-children) {
	padding-left: 32px;
}

/*
Inner Pages
---------------------------------------------------------------------------------------------------- */

.inner-header {
	background: url("images/inner_banner_bg.jpg") no-repeat center top;
	background-size: cover;
	height: 400px;
}

/*
Home Page
---------------------------------------------------------------------------------------------------- */

.home section {
	padding: 70px 0;
	padding: 7rem 0;
}

.home section:nth-child(even) {
	background: #F5F7FA;
}

/*
Hero Header
---------------------------------------------------------------------------------------------------- */

#hero-header {
	background: url('images/home_banner_bg.jpg');
	background-size: cover;
	padding: 14% 0;
}
#hero-header img {
	display: block;
}

.banner-wrap {
	max-width: 60%;
}

.hero-heading {
	font-size: 60px;
	line-height: 1.3;
	color: #4f4f4f;
	font-family: 'Prata', sans-serif;
	margin-bottom: 15px;
}

.button-text:after {
	content: url('images/arrow_right_dark.png');
	padding: 0 5px;
	vertical-align: middle;
}

button:hover .button-text:after {
	content: url('images/arrow_right_light.png');
}

.mob-banner {
	display: none;
}

/*
About Dr
---------------------------------------------------------------------------------------------------- */

.home section#about-potts {
	background: #fff;
}
.home section#about-potts .section-heading h1 {
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 25px;
    font-family: "Open Sans", serif;
}

.home #about-potts .one-third {
	text-align: center;
}

.home .about-text {}

.home .about-text div {
	padding: 10px;
}

.about-dr-img {
	display: flex;
	margin: 0 auto;
}

.about-learn-more {
	text-align: center;
	text-transform: uppercase;
}

.about-dr-name {
	font-family: 'Prata', sans-serif;
	font-size: 30px;
	text-align: center;
}

.about-dr-container {
	padding: 0 20px;
}

/*
Services
---------------------------------------------------------------------------------------------------- */

.home section#services {
	background: url('images/home_services_bg.jpg');
	background-size: cover;
}

#services h1 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	/*     font-family: 'Prata', sans-serif; */
	padding-bottom: 25px;
}

.home section#services .wrap {
	max-width: 1340px;
	padding: 0 20px;
}

.home #service-boxes {
	text-align: center;
}

.section-head-text {
	max-width: 65%;
	margin: 0 auto 20px;
}

.home #service-boxes>div {
	background: #fff;
	padding: 60px 30px 20px;
}

#services .one-fourth {
	width: 24.576923076923077%;
	margin-left: .564102564102564%;
}

#services .first {
	margin-left: 0;
}

.service-num {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #7aaa9e;
	margin: 15px auto 5px;
	width: 25px;
	border-bottom: 2px solid #7aaa9e;
}

.service-title {
	font-family: 'Prata', sans-serif;
	font-size: 28px;
	color: #4f4f4f;
	padding: 0 0 20px;
	min-height: 110px;
}

.service-text {
	padding: 0;
	min-height: 130px;
}

/*
Testimonials
---------------------------------------------------------------------------------------------------- */

.home section#testimonials {
	background: #f4f4f4;
}

.center .slide {
	background: #fff;
	margin: 75px;
	width: 800px;
	padding: 50px;
	min-height: 230px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.center .slick-center {
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	opacity: 1;
	transform: scale(1.20);
}

.slide-name-date {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 15px;
}

.slide-stars {
	display: inline-block;
	float: right;
}

.slide-content {
	font-size: 15px;
}

.prev {
	display: inline-block;
	content: "";
	width: 62px;
	height: 29px;
	background: url("images/arrow_left_blue_lg.png");
	margin: 15px;
	cursor: pointer;
}

.next {
	display: inline-block;
	content: "";
	width: 62px;
	height: 29px;
	background: url("images/arrow_right_blue_lg.png");
	margin: 15px;
	cursor: pointer;
}

.prev:hover {
	background: url("images/arrow_left_dark_lg.png");
}

.next:hover {
	background: url("images/arrow_right_dark_lg.png");
}

.testimonials-nav {
	text-align: center;
}

.home button.testimonials-button {
	border: 2px solid #7aaa9e;
	display: block;
	margin: 0 auto;
}

.home button.testimonials-button:hover .arrow-after {
	color: #fff;
}

.home button.testimonials-button:hover .arrow-after:after {
	content: url('images/arrow_right_light.png');
}

/*
Sedation Dentistry
---------------------------------------------------------------------------------------------------- */

.home section#sedation-dentistry {
	background: url("images/home_sedation_bg.jpg") no-repeat;
	background-size: cover;
	padding-bottom: 15%;
}

.home section#sedation-dentistry .wrap {
	max-width: 1000px;
}

.home section#sedation-dentistry .section-heading {
	float: right;
	margin-right: 20px;
	margin-top: 0;
	max-width: 60%;
}

.sedation-text {
	line-height: 2;
	max-width: 80%;
}

#sedation-dentistry .arrow-after {
	margin: 20px 0 40px;
}

#docs-stamp {
	margin-left: -20px;
}

#docs-stamp img {
	display: inline-block;
	vertical-align: middle;
}

.docs-text {
	vertical-align: middle;
	display: inline-block;
	max-width: 60%;
	font-size: 13px;
	line-height: 2;
	margin: 10px;
}

/*
Appointment
---------------------------------------------------------------------------------------------------- */

.home section#appointments {
	background: url("images/home_map_bg.jpg") no-repeat center bottom;
	background-size: cover;
}

.home .appointment-wrap {
	max-width: 75%;
	margin: -110px auto 0;
	text-align: center;
	background: #fff;
	padding: 30px;
}

.home .p-name {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}

.home .address {
	margin: 5px 0 10px;
	letter-spacing: 1px;
}

.home .appointment-button {
	margin: 20px;
}

.home .location-pin {
	text-align: center;
	margin-top: 90px;
}

.home button.appointment-button {
	border: none;
	display: block;
	margin: 0 auto;
	border: 2px solid #7aaa9e;
}

.home button.appointment-button:hover {
	background: #4f4f4f;
}

.home button.appointment-button .arrow-after:after {
	content: url('images/arrow_right_blue.png');
}

.home button.appointment-button .arrow-after {
	color: #7aaa9e;
}

.home button.appointment-button:hover .arrow-after {
	color: #fff;
}

.home button.appointment-button:hover .arrow-after:after {
	content: url('images/arrow_right_light.png');
}

/*
Community
---------------------------------------------------------------------------------------------------- */

.home section#community {
	background: url("images/home_community_bg.jpg") no-repeat center bottom;
	background-size: cover;
}

.home .community-wrap {
	background: #fff;
	padding: 50px;
	text-align: center;
	max-width: 40%;
}

.home button.community-button {
	border: 2px solid #7aaa9e;
	display: block;
	margin: 30px auto 0;
}

.home button.community-button:hover .arrow-after {
	color: #fff;
}

.home button.community-button:hover .arrow-after:after {
	content: url('images/arrow_right_light.png');
}

/* Responsive video */
.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video iframe, .video-4-3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-4-3 {
    position: relative;
    padding-bottom: 75%; /* 4:3 */
    height: 0;
}

#gform_submit_button_4.gform_button { background:#fff; color:#38C5B5; }
#gform_submit_button_4 button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button { background:#fff; color:#38C5B5; }

.acsb-trigger {
	left:40px!important;
	top:auto!important;
	bottom:30px!important;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content {
		width: 620px;
	}
	.sidebar-primary {
		width: 300px;
	}
	/*------------------------Hero Banner-----------------------*/
	/*------------------------About Dr Potts-----------------------*/
	/*------------------------Services-----------------------*/
	/*------------------------Testimonials-----------------------*/
	.center .slide {
		margin: 50px;
	}
	/*------------------------Sedation-----------------------*/
	/*------------------------Appointment-----------------------*/
	/*------------------------Community-----------------------*/
	.home .community-wrap {
		max-width: 50%;
	}
	/*------------------------Footer-----------------------*/
}

@media only screen and (max-width: 1024px) {
	.content,
	.sidebar-primary,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	.site-header .wrap {
		padding: 20px 5%;
		padding: 2rem 5%;
	}
	.site-inner,
	.home section .wrap,
	.site-footer .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.entry,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}
	.hide-for-mobile {
		display: none !important;
	}
	.hide-for-desktop {
		display: block;
	}
	.inner-header {
		height: 250px;
	}
	/*------------------------Mobile Nav-----------------------*/
	.site-header.stuck #sitelogo img {
		width: inherit;
		margin-left: 0;
	}
	#menu-item-480,
	#menu-item-483 {
		display: block;
	}
	.nav-primary {
		display: none;
	}
	#navbar {
		display: block;
		height: 25px;
	}
	.mobile-menu-text,
	.mobile-phone-text {
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		color: #5a5a5a;
	}
	#mobile-menu,
	#mobile-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#mobile-phone {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mobile-menu-text {
		padding-left: 10px;
	}
	.mobile-phone-text {
		padding-right: 10px;
	}
	#sitelogo img {
		padding-top: 0;
	}
	.title-area {
		min-height: 45px;
	}
	.site-header.stuck #sitelogo img{
		width:200px;
	}
	
	.slidebar-left li{
		line-height:50px;
	}
	#header-content {
		display: none;
	}
	.site-header.stuck .page-wrap {
		display: block;
	}
	/*------------------------Hero Banner-----------------------*/
	#hero-header {
		padding: 10% 0;
	}
	.hero-heading {
		font-size: 50px;
	}
	.toggle {
		top: 45px;
	}
	#mobile-phone {
		top: 40px;
	}
	::part(acsb-trigger) {
		left: 2rem !important;
		top: auto!important;
		bottom: 3rem!important;
		width: 40px!important;
		height: 40px!important;
	}
	/*------------------------About Dr Potts-----------------------*/
	/*------------------------Services-----------------------*/
	#services .first {
		margin-left: .564102564102564%;
	}
	#services .one-fourth {
		width: 40.576923076923077%;
		margin-bottom: .564102564102564%;
		float: none;
		display: inline-block;
	}
	/*------------------------Testimonials-----------------------*/
	/*------------------------Sedation-----------------------*/
	.home section#sedation-dentistry {
		background-position: right;
	}
	/*------------------------Appointment-----------------------*/
	.home .appointment-wrap {
		max-width: 85%;
	}
	/*------------------------Community-----------------------*/
	.home .community-wrap {
		margin: 0 auto;
		max-width: 65%;
	}
	/*------------------------Footer-----------------------*/
}

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

	.acsb-trigger {
		width:60px!important;
		height:60px!important;
	}
	.alignleft,
	.alignright {
		max-width: 60%;
	}
	.flex-container {
		column-gap: 2.5rem;
	}
	.flex-item {
		max-width: 180px;
	}
	.flex-item img {
		max-width: 100%;
	}
	/*----------------mobile colums----------*/
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.section-head-lg {
		font-size: 30px;
	}
	.center .slide {
		margin: 10px;
		max-width: 100%;
	}
	.inner-header {
		height: 200px;
	}
	/*------------------------Hero Banner-----------------------*/
	.hero-heading {
		font-size: 35px;
	}
	/*------------------------About Dr Potts-----------------------*/
	/*------------------------Services-----------------------*/
	.home #service-boxes>div {
		padding: 60px 60px 20px;
	}
	#services .one-fourth {
		width: 70.576923%;
		max-width: 400px;
	}
	/*------------------------Testimonials-----------------------*/
	/*------------------------Sedation-----------------------*/
	.home section#sedation-dentistry .section-heading {
		float: none;
		text-align: center;
		max-width: 100%;
		margin: 0;
	}
	.home #sedation-dentistry .left {
		text-align: center;
		margin: 20px auto 40px;
	}
	.sedation-text {
		max-width: 100%;
	}
	.home .community-wrap {
		max-width: 70%;
	}
	#docs-stamp {
		margin-left: 0;
	}
	/*---------------Mobile Nav Appears-----------------*/
	.nav-primary {
		display: none;
	}
	#navbar {
		display: block;
		height: 25px;
	}
	.mobile-menu-text,
	.mobile-phone-text {
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		color: #5a5a5a;
	}
	#mobile-menu,
	#mobile-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#mobile-phone {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mobile-menu-text {
		padding-left: 10px;
	}
	.mobile-phone-text {
		padding-right: 10px;
	}
	#sitelogo img {
		padding-top: 0;
	}
	.title-area {
		min-height: 45px;
	}
	.site-header.stuck #sitelogo img{
		width:200px;
	}
	
	.slidebar-left li{
		line-height:50px;
	}
	/*------------------------Appointment-----------------------*/
	.phone-contact span {
		display: inline-block;
		padding: 5px;
	}
	.home .appointment-wrap {
		max-width: 100%;
	}
	.phone-contact {
		margin: 0;
	}
	.phone-before:before {
		display: none;
	}
	#header-content {
		display: none;
	}
	.phone-contact span:last-child {
		padding: 0 5px;
	}
	/*------------------------Community-----------------------*/
	.home .community-wrap {
		max-width: 100%;
	}
	/*------------------------Footer-----------------------*/
}

@media only screen and (max-width: 480px) {

	.swell-chat-fixed {
		max-width:calc(100vw - 65px)!important;
	}
	.entry-content .alignleft,
	.entry-content .alignright {
		display: block;
		float: none;
		max-width: 100%;
	}
	.title-area {
		padding: 0 25%;
	}
	.section-heading {
		max-width: 100%;
	}
	.section-head-text {
		max-width: 100%;
	}
	/*------------------------Mobile Nav-----------------------*/
	body #idw-menubar {
		top: 45px;
	}
	/*------------------------Hero Banner-----------------------*/
	#hero-header {
		background: #f4f4f4;
		padding-top: 0;
	}
	.banner-wrap {
		max-width: 100%;
		text-align: center;
		padding-top: 30px;
	}
	.hero-heading {
		font-size: 32px;
	}
	.mob-banner {
		display: block;
		aspect-ratio: auto 480/509;
	}
	/*------------------------About Dr Potts-----------------------*/
	/*------------------------Services-----------------------*/
	.home #service-boxes>div {
		padding: 60px 20px 20px;
	}
	#services .one-fourth {
		width: 100%;
		margin-bottom: 2.564103%;
	}
	.service-text {
		display: none;
	}
	.service-title {
		min-height: 0;
	}
	/*------------------------Testimonials-----------------------*/
	/*------------------------Sedation-----------------------*/
	.home section#sedation-dentistry {
		background: url("images/mobile_home_sedation_bg.jpg");
		background-position: center;
		background-size: cover;
	}
	#sedation-dentistry .arrow-after {
		margin-bottom: 10px;
	}
	#docs-stamp {
		padding-bottom: 35%;
	}
	#docs-stamp img {
		max-width: 40%;
	}
	.docs-text {
		line-height: 1.65;
		max-width: 51%;
	}
	/*------------------------Appointment-----------------------*/
	/*------------------------Community-----------------------*/
	/*------------------------Footer-----------------------*/
	ul.social li {
		margin: 5px;
		margin: .5rem;
	}
}
script {
	right: 200px;
}
.phone-icon {
	width: 40px;
	height: 40px;
}

.page-id-35 .site-container .site-inner .wrap .entry-content {
	display: flex;
	flex-direction: column;
}

.page-id-35 .site-container .site-inner .wrap .entry-content p {
	margin: 0;
}

.page-id-35 .site-container .site-inner .wrap .entry-content hr {
	width: 100%;
}

::part(acsb-trigger) {
	left: 2rem!important;
}
.page-id-234 .content ul li::before{
	display: none;
}
.container-dogs {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 5rem;
}
.container-team {
	display: flex;
	flex-direction: column;
}
.team-member {
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
.team-member-col {
	display: flex;
	flex-direction: column;
}
.member-pic:nth-child(1), .member-pic:nth-child(2) {
	order: 0;
	min-width: max-content;
}
.member-pic:nth-child(odd) {
	order: 1;
}
.member-pic:nth-child(even) {
	order: 2;
}
@media screen and (max-width: 500px) {
	.team-member {
		flex-direction: column;
	}
	.member-pic:nth-child(odd) {
		order: 0;
	}
}