/**
  Theme Name: Kings Hill Clinic
  Version: 1
  Author: Dental Design Products
  Author URI: http://www.dental-design-products.co.uk
  */
/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Setup
3.0 Page Generics
4.0 Header
5.0 Slider
6.0 Core Content
7.0 Media Queries

========================== */
/* =============================================
1.0  Normalize ---------------------------------
============================================= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

@font-face {
	font-family: "Tahu! Regular";
	font-style: normal;
	font-weight: normal;
	src: local("Tahu! Regular"), url("assets/Tahu!.woff") format("woff");
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.nav,
.nav *,
.btn,
.quicklinks *,
.contact-form *,
.map-footer li a,
.footer-links li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* =============================================
2.0  Page Setup ---------------------
============================================= */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	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. */
}

/* =============================================
3.0  Page Generics -----------------------------
============================================= */
/* SCROLL BAR */
::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.38);
	background: #fff;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3b3746;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

body {
	font-family: open-sans, sans-serif;
	font-size: 16px;
	color: #454545;
	overflow-x: hidden;
	padding: 0 25px 0;
}

strong {
	font-weight: 600;
}

a {
	color: #e3a6ae;
}

h4 {
	font-size: 24px;
	margin: 0;
}

.container-1200 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container-1200:after,
.container-1400:after {
	display: block;
	clear: both;
	content: "";
}

.container-1400 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.section {
	padding: 150px 0;
	float: left;
	width: 100%;
	clear: both;
}

.section.custom {
	padding: 100px 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header-banner .overlay.whitesmoke {
	background: whitesmoke;
	z-index: 1;
}

.title-header {
	margin: 0;
}

.title-header h1 {
	font-family: "Tahu! Regular";
	font-weight: 500;
	font-size: 70px;
	margin: 0;
}

.title-header h2 span {
	display: block;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-size: 64px;
	margin: 20px 0 0 0;
}

#welcome .title-header h2 {
    font-family: "Tahu! Regular";
    font-weight: 500;
	font-size: 52px;
    margin: 0 25px;
}

header.title-header.header-center h1 {
	color: white;
	font-size: 62px;
	font-weight: 500;
	font-family: open-sans, sans-serif;
}

.header-pink {
	color: #e3a6ae;
}

.header-left {
	text-align: left;
}

.header-center {
	text-align: center;
}

.header-right {
	text-align: left;
}

.btn {
	text-decoration: none;
	padding: 20px 30px 14px 30px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 10px;
}
aside#services .btn {
	margin-top: 30px;
}
.header-banner .btn {
	margin: 0 10px 0 0;
}

.btn-pink {
	background: #574f6b;
	color: #ffffff;
	font-weight: 500;
	border-radius: 10px;
}

.btn-pink:hover {
	background: #3b3746;
	color: #ffffff;
}

.btn-purple {
	background: #3b3746;
	color: #fff;
}

.btn-purple:hover {
	background: #fff;
	color: #3b3746;
}

.btn-white {
	background: #413b52;
	color: #ffffff;
	font-weight: 500;
	border-radius: 10px;
}

.btn-white:hover {
	background: #1d1a25;
	color: #fff;
}

.btn-welcome {
	background: #3b3746;
	color: #ffffff;
}

.btn-welcome:hover {
	background: #1d1a25;
	color: #ffffff;
}

.btn-services {
	background: #3b3746;
	color: #fff;
	font-weight: 500;
}

.btn-services:hover {
	background: #1d1a25;
	color: #fff;
}

.background-left,
.background-right {
	position: absolute;
	top: -400px;
	height: calc(100% + 800px);
	z-index: 0;
}

.background-left {
	left: 0;
}

.background-right {
	right: 0;
}

.split-section.section {
	padding: 10px 0 0 0;
}

.split-section {
	display: flex;
	/* margin: 30px 0; */
}

.split-section .section-50 {
	width: 50%;
	height: 900px;
	position: relative;
}

.split-section .section-50.section {
	padding: 100px;
}

img.invisalign-logo {
	float: right;
	background: white;
	margin: 0 0 40px 50px;
	padding: 25px;
	width: 100%;
	height: inherit;
	max-width: 350px;
}

img.obagi-logo {
	float: right;
	background: white;
	margin: 0 0 30px 40px;
	padding: 25px;
	width: 100%;
	height: inherit;
	max-width: 200px;
}

.obagi-image {
	float: right;
	background: white;
	margin: 0 0 30px 40px;
	padding: 25px;
	width: 100%;
	height: inherit;
	max-width: 200px;
}

.inner-content {
	max-width: calc(100% - 500px);
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	padding: 150px 100px 25px 0;
}

.speachmarks {
	position: absolute;
	top: 20px;
	left: -40px;
	font-size: 100px;
	line-height: 120px;
	background: #e1a4ab;
	color: white;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
}

.inner-content.full-width {
	max-width: 100%;
	padding: 150px 0;
}

.sidebar-content {
	max-width: 500px;
	width: 100%;
	margin: 0;
	float: right;
	padding: 150px 0 20px;
	min-height: 200px;
	overflow: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 5%;
}

.sidebar-content img {
	width: 100%;
	border-radius: 20px;
}

section#content.blank {
	background: whitesmoke;
}

.icon-boxes {
	float: left;
	width: 100%;
	padding: 50px;
	/* margin: 50px 0 0 0; */
	background: whitesmoke;
	border-top: 25px solid white;
}

.sidebar-box img {
	max-width: 150px;
	margin: 30px 0 0 0;
}

.sidebar-box {
	color: white;
	padding: 15px 0 0;
	text-align: center;
	position: relative;
	width: 25%;
	float: left;
	min-height: 280px;
}

.sidebar-box img.icon-bottom {
	margin: 25px 0;
}

.sidebar-box .btn {
	width: 100%;
	color: #484848;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	background: none;
	font-size: 28px;
	margin: 0;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	letter-spacing: inherit;
}

#referral-form::-webkit-input-placeholder {
	color: #a0a0a0;
}

#referral-form input[type="checkbox"] {
	max-width: 20px;
	float: none;
	position: relative;
}

#referral-form::-moz-placeholder {
	color: #a0a0a0;
}

#referral-form:-ms-input-placeholder {
	color: #a0a0a0;
}

#referral-form:-moz-placeholder {
	color: #a0a0a0;
}

i.fas.fa-check-square {
	color: #df9da5;
}

/* =============================================
4.0  Header -----------------------------
============================================= */
.nav {
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
	z-index: 9999 !important;
	background: white;
	padding: 20px 0;
	height: 110px !important;
	position: relative;
}

.sticky-wrapper.is-sticky .nav {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	left: 0;
	right: 0;
	z-index: 999999 !important;
	width: 100vw !important;
}

.nav ul {
	list-style: none;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav ul a {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #3b3746;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 10px;
	display: block;
	position: relative;
	z-index: 999;
}

.nav ul a:hover {
	color: #fff;
}

.nav ul li {
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.nav ul li a:hover {
	color: #008080;
}

.nav ul li img:hover {
	background: white;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 25px 0 0 0;
	margin: 0;
}

.nav ul ul li {
	float: none;
	text-align: left;
	width: 215px;
}

.nav ul ul a {
	line-height: 120%;
	padding: 16px 15px 10px;
	text-transform: initial;
	background: #008080;
	color: white;
	font-size: 13px;
	border-bottom: 1px dashed rgba(173, 173, 173, 0.5);
	z-index: 9222;
}

.nav ul ul a:hover {
	color: white;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	padding: 0;
}

.nav ul ul ul li {
	width: 275px;
}

.nav ul li:hover > ul {
	display: block;
}

/* NAV LOGO */
.nav-logo {
	max-width: 270px;
	width: 100%;
	position: relative;
	padding: 0 !important;
	margin: 0 30px -22px !important;
}

.nav-logo a {
	padding: 0 !important;
}

.nav-logo:hover a {
	background: none !important;
}

.nav-logo img {
	display: block;
	width: 100%;
	z-index: 999;
	position: relative;
}

li#menu-item-73:hover {
	background: none;
}

/* BANNER */
.header-banner {
    display: flex;
    justify-content: center;
	padding: 320px 0 235px;
	position: relative;
	overflow: hidden;
	/* float: left; */
	width: 95%;
    margin: auto;
	/* height: 2000px; */
	/* display: block; */
}
img.header-banner-bg {
	position: absolute;
	border-bottom-left-radius: 100% 500px;
	border-bottom-right-radius: 100% 500px;
	top: 0;
	/* left: -150px;
	right: -150px; */
	height: 100%;
	width: 100%;
	bottom: 2px;
	object-fit: cover;
	z-index: 1;
	display: block;
}

.header-banner:after {
	z-index: 1;
	content: "";
	position: absolute;
	height: 100%;
	/* background: url(images/header-old2.jpg); */
	background-size: cover !important;
	background-position: center;
	border-bottom-left-radius: 100% 500px;
	border-bottom-right-radius: 100% 500px;
	top: 0;
	left: -150px;
	right: -150px;
	z-index: -2;
}

.inner-header {
	background-size: cover;
	background-position: center;
	border-bottom-left-radius: 100% 200px;
	border-bottom-right-radius: 100% 200px;
	z-index: 1;
	padding: 400px 0 50px;
	position: relative;
	float: left;
	width: 100%;
}

.header-banner .overlay {
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}

.header-banner h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	display: block;
	z-index: 99999;
	color: white;
	font-size: 62px;
	font-weight: 500;
	font-family: open-sans, sans-serif;
}

.mob-header-logo {
	display: none;
	max-width: 300px;
	width: 60%;
	margin: 0 auto;
}

.container-header {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 3;
}

.container-header-left {
	text-align: left;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 600px;
}

.container-header header {
	position: relative;
	margin-bottom: 40px;
}

.container-header h1 {
	font-family: "Tahu! Regular";
	font-weight: normal;
	margin: 0 auto 20px;
	font-size: 110px;
	font-weight: 500;
}

.container-header h1 span {
	display: block;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 50px;
	font-weight: 500;
}

.container-header h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	margin: 0 auto 20px;
	font-size: 24px;
	padding: 0 0 70px 0;
}

.header-contact {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	z-index: 3;
}

.header-contact li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 100;
	font-style: normal;
}

.header-contact a i {
	margin-right: 15px;
}

/* =============================================
5.0  Slider Core -----------------------------
============================================= */
/* DEFAULTS */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* DEFAULTS END */
/* =============================================
6.0  Core Content -----------------------------
============================================= */
/* WELCOME */
#welcome {
	color: #fff;
	position: relative;
}

#welcome .background-left {
	width: 30%;
	background: #f3f3f3;
}

#welcome .background-right {
	width: 70%;
	background: #3b3746;
	/* background: url(images/welcome-bg.jpg); */
	background-size: cover;
	background-position: top right;
}
#welcome .background-right img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#welcome .container-1200 {
	display: flex;
	justify-content: space-between;
	height: 100%;
	z-index: 2;
}

#welcome .section-left {
	width: 40%;
}

#welcome .section-right {
	width: 60%;
	padding: 50px 0 50px 100px;
}

.welcome-img {
	background: url(images/welcome.jpg);
	background-size: cover;
	background-position: top right;
}

#welcome .header-item {
	margin: 0 0 50px 0;
}

#welcome p,
.inner-content p,
.inner-content ul {
	line-height: 26px;
	text-align: justify;
}

section#content {
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
	background: url(images/bg-page.png) repeat-y center #f0f0f0;
	margin: 0 0 25px 0;
}

section#intro p {
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	padding: 0;
}

#intro {
	padding: 100px 0;
}

.opening-paragraph {
	font-size: 22px;
	line-height: 36px;
	font-weight: 600;
	margin: 0 0 30px;
	display: block;
}

.get-in-touch {
	margin: 35px 0 0 0;
}

.get-in-touch h2,
.inner-content h3,
.section.custom .container-1200 h3 {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 100;
	font-size: 32px;
	margin: 0;
	line-height: 50px;
	line-height: 42px;
}

.get-in-touch ul {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 0;
}

.get-in-touch ul li {
	margin: 0 20px 0 0;
	padding: 0;
	display: inline-block;
}

/* SERVICES */
.section.custom .container-1200 {
	max-width: 800px;
}

#services {
	position: relative;
	text-align: center;
	overflow: hidden;
}

#services:before {
	content: "";
	display: block;
	position: absolute;
	height: 1500px;
	background: #fff;
	border-top-left-radius: 100% 500px;
	border-top-right-radius: 100% 500px;
	top: 0;
	left: -150px;
	right: -150px;
	background: #fff;
}

#services p {
	max-width: 1000px;
	margin: 0 auto;
	line-height: 32px;
	font-weight: 600;
	font-size: 22px;
}

.quicklinks {
	margin: 40px 0 80px;
	padding: 0;
	font-size: 0;
}

.quicklinks li a {
	display: block;
	color: #3b3746;
	text-decoration: none;
}

.quicklinks li:hover a {
	transform: scale(1.1);
}

.quicklinks li {
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: calc(91% / 4);
	margin: 0 3% 0 0;
}

.quicklinks li:last-child {
	margin: 0;
}

.ql-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.ql-img img {
	display: block;
	max-width: 159px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	padding-top: 50px;
}

.quicklinks header {
	margin: 40px 0 0 0;
}

.quicklinks h2 {
	font-size: 28px;
	margin: 0 0 20px 0;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
}

.quicklinks h3 {
	font-size: 14px;
	/* font-family: itc-avant-garde-gothic-pro, sans-serif; */
	font-weight: 500;
	text-transform: none;
	line-height: 24px;
	margin: 0;
}

/* OPENING NOTICE */
.open-notice .overlay {
	background: rgba(0, 0, 0, 0.35);
}

.open-notice {
	/* background: url(images/opening.jpg); */
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center center;
	color: #fff;
}
img.open-notice-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}
.open-notice .container-1200 {
	border: 1px solid #fff;
	padding: 80px 50px;
	z-index: 1;
	text-align: left;
	z-index: 2;
}

.open-notice h2 {
	margin: 0;
	padding: 0;
	font-family: "Tahu! Regular";
	font-weight: 500;
	font-size: 103px;
	max-width: 590px;
}

.open-notice h2 span {
	font-size: 38px;
	display: block;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	margin: 0;
}

.open-notice h3 {
	margin: 0;
	padding: 0;
	font-size: 46px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
}

.open-notice p {
	margin: 15px 0 30px;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	max-width: 730px;
}

.open-notice a {
	margin: 0 10px;
}

/* TESTIMONIALS */
blockquote {
	background: white;
	padding: 20px 30px 40px 70px;
	margin: 0 0 20px 100px;
	position: relative;
}

.testimonial-name {
	float: right;
	font-weight: 700;
}

.testimonials header {
	width: 290px;
	float: left;
}

.testimonials header h2 {
	font-family: "Tahu! Regular";
	font-weight: 500;
	font-size: 90px;
	margin: 0;
	color: #e3a6ae;
}

.testimonials header h2 span {
	display: block;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500;
	font-size: 29px;
	margin: 20px 0 0;
	color: #454545;
}

.testimonial-holder {
	float: right;
	width: calc(100% - 290px);
	padding: 0 0 0 100px;
}

.tsetimonial-slide p {
	line-height: 28px;
	font-style: italic;
	padding: 0 50px 0 0;
}

.testimonial-holder .btn {
	margin: 40px 0 0 0;
}

/* PRODUCT */
#dental-implants {
	/* background: url(images/dental-implants.jpg); */
	background-position: top center;
	background-size: cover;
}
img.dental-implants-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}
.product {
	position: relative;
	color: #fff;
	text-align: right;
}

.product .title-header h2 {
	font-size: 84px;
}

.product .title-header h2 span {
	font-size: 38px;
}

.product p {
	line-height: 24px;
	width: 82%;
	float: left;
	text-align: justify;
}

/*.product .overlay {
    background: rgba(0, 0, 0, 0.25);
}*/
.product-container {
	width: 60%;
	padding: 0;
	position: relative;
	float: left;
	z-index: 1;
}

.product-container h2 {
	font-family: "Tahu! Regular";
    font-weight: 500;
	font-size: 52px;
    margin: 0 25px;
}

.product .btn {
	margin: 20px 0 0 0;
	float: left;
}

/* CONTACT */
.contact-map {
	position: relative;
}

.contact-map iframe {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 70px);
}

.map-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.map-footer li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	width: 195px;
	text-align: center;
}

.map-footer li:last-child {
	margin: 0;
	width: calc(100% - 205px);
}

.map-footer li a {
	display: block;
	font-size: 18px;
	background: #e3a6ae;
	color: #fff;
	padding: 20px 20px;
	text-decoration: none;
}

.map-footer li a:hover {
	background: #3b3746;
}

.map-footer li a i {
	margin-right: 10px;
}

aside.section-50.section p {
	line-height: 28px;
}

/* CONTACT FORM */
.contact-form {
	margin: 30px 0 0 0;
}

.contact-half {
	width: 100%;
}

.contact-half:after {
	display: block;
	content: "";
	clear: both;
}

.contact-form ul {
	margin: 0;
	padding: 0;
}

.contact-form li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	font-size: 14px;
}

.contact-form li:before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	color: #5e5550;
	position: absolute;
	left: 20px;
	top: 21px;
	font-weight: 700;
}

.contact-name:before {
	content: "\f007";
}

.contact-email:before {
	content: "\f0e0";
}

.contact-tel:before {
	content: "\f095";
}

.contact-message:before {
	content: "\f075";
}

.contact-date:before {
	content: "\f073";
	top: 25px !important;
}

.contact-time:before {
	content: "\f017";
	top: 25px !important;
}

.contact-submit:before {
	content: "\f1d8";
	color: #fff !important;
	left: 30px !important;
}

.contact-half li {
	width: 50%;
	float: left;
	padding: 0 7px 0 0;
}

.contact-half li:last-child {
	padding: 0 0 0 7px;
}

input[type="text"],
input[type="submit"],
.contact-form textarea,
.contact-form input[type="date"],
.contact-form select {
	width: 100%;
	display: block;
	border: 0;
	background: rgba(245, 245, 245, 0.9);
	padding: 20px 15px 20px 45px;
	outline: none;
	-webkit-appearance: none;
}

input[type="text"]:hover,
input[type="submit"]:hover,
.contact-form textarea:hover,
input[type="text"]:focus,
input[type="submit"]:focus,
.contact-form textarea:focus,
input[type="text"]:active,
input[type="submit"]:active,
.contact-form textarea:active {
	padding: 20px 15px 20px 55px;
}

input[type="text"]:focus,
input[type="submit"]:focus,
.contact-form textarea:focus,
#referral-form input:focus,
#referral-form textarea:focus {
	background: #e3a6ae;
	color: #fff !important;
}

input[type="text"]:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.contact-form textarea {
	height: 175px;
	resize: none;
}

.contact-form .submit {
	text-decoration: none;
	padding: 20px 30px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #3b3746;
	color: #fff;
	display: block;
	width: 230px;
	cursor: pointer;
	border: 0;
	text-align: right;
	border-radius: 10px;
}

.contact-form .submit:hover {
	padding: 20px 30px;
	background: #1d1a25;
	color: #fff;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #454545;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #454545;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #454545;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #454545;
}

/* FOOTER */
.footer {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	/* margin-top: -60px; */
	padding-top: 50px;
}

.footer:before {
	content: "";
	display: block;
	position: absolute;
	height: 1500px;
	background: #fff;
	/* border-top-left-radius: 100% 550px; */
	/* border-top-right-radius: 100% 550px; */
	top: 0;
	left: -150px;
	right: -150px;
	background: #3b3746;
}

.footer-logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}

.footer-content {
	background: #002237;
	position: relative;
}

.footer-boxes {
	margin: 0;
	padding: 80px 0 80px;
	font-size: 0;
	color: #fff;
}

.footer-boxes li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 25px;
}

.footer-boxes > li {
	display: inline-block;
	vertical-align: top;
	width: calc(90% / 3);
	margin: 0 5% 0 0;
}

.footer-boxes > li:last-child {
	margin: 0;
}

.footer-boxes > li h2 {
	font-family: "Tahu! Regular";
	font-weight: 500;
	font-size: 38px;
	margin: 0 0 30px 0;
	text-align: center;
}

.footer-contact {
	margin: 0;
	padding: 0;
}

.footer-contact li {
	margin: 0 0 30px 0;
}

.footer-contact li:after {
	content: "";
	display: block;
	clear: both;
}

.footer-contact li a {
	color: #fff;
	text-decoration: none;
}

.footer-contact li i {
	font-size: 20px;
	width: 40px;
	float: left;
}

.footer-contact li span {
	color: #fff;
	text-decoration: none;
	width: calc(100% - 40px);
	float: right;
}

.footer-social {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.footer-social li {
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.footer-social li a {
	color: #fff;
	font-size: 20px;
	display: block;
}

.footer-social li a i {
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.footer-boxes iframe {
	display: block;
	border: 0;
	overflow: hidden;
}

img.alignright.size-large.wp-image-861 {
	margin: 10px 0 30px 50px;
	width: 50%;
}

.opening-table {
	display: table;
	width: 100%;
	text-align: center;
}

.opening-row {
	display: table-row;
}

.opening-row div {
	display: table-cell;
	padding: 5px 3px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.footer-links {
	margin: 0;
	padding: 0;
}

.footer-links li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	background: #e3a6ae;
}

.footer-links li a {
	text-decoration: none;
	padding: 20px 30px 14px 30px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	background: #e3a6ae;
	color: #ffffff;
	letter-spacing: 0.5px;
	width: 100%;
}

.footer-links li a:hover {
	background: #fff;
	color: #e3a6ae;
}

.footer-strip {
	background: #26242d;
	color: #fff;
	position: relative;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}

.footer-strip-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer-strip-container a {
	color: #fff;
	text-decoration: none;
}

.post-edit-link {
	background: #008080;
	display: block;
	width: 150px;
	padding: 15px 0;
	color: #fff !important;
	position: fixed;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 999;
	text-align: center;
	text-decoration: none;
}

.fee-table {
	margin-bottom: 20px;
	display: block;
}

.fee-table-title {
	background-color: #3b3746;
	color: white;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	font-weight: 600;
	font-size: 1.2rem;
}

.fee-table-title:first-of-type {
	margin: 0;
}

.fee-table-procedure,
.fee-table-price,
.fee-table-sub-title {
	margin: 0;
	padding: 15px;
}

.fee-table-procedure {
	width: 75%;
}

.fee-table-fee .fee-table-price {
	width: 25%;
	border-left: 1px solid #c1c0c0;
}

.fee-table-sub-title {
	width: 100%;
	background: #1e3878;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 3rem;
	padding: 30px 20px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fee-label-row {
	background-color: #eee;
}

.fee-table-fee {
	border-width: 0 1px 1px 1px;
	border-color: #c1c0c0;
	border-style: solid;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fee-table-fee:nth-of-type(odd) {
	background: #e6e6e6;
}

img.alignright.size-medium.wp-image-831 {
	margin: 20px 0 50px 50px;
	max-width: 50%;
	width: 100%;
}

.white-box {
	background: white;
	margin: 0 0 30px;
	padding: 25px;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
}

.contactpage-phone {
	font-weight: 600;
}

.contactpage-phone,
.contactpage-email,
.contactpage-address {
	font-size: 44px;
	display: block;
	margin: 0 0 20px;
}

.contactpage-email {
	font-size: 38px;
}

.contactpage-email a {
	text-decoration: none;
}

.contactpage-address {
	font-size: 22px;
	line-height: 30px;
}

/* Referral Form */
#referral-form {
	padding: 35px;
	margin: 0;
	background: #f9f9f9;
	float: left;
	width: 100%;
}

#referral-form h2 {
	margin-bottom: 8px;
}

#referral-form ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
	float: left;
	width: 100%;
}

#referral-form li {
	padding: 3px 0 2px 0;
	float: left;
	width: 100%;
}

#referral-form select {
	float: left;
	margin: 20px 0 0 58px;
	border: 1px solid #ebebeb;
	padding: 5px;
}

#referral-form h3 {
	float: left;
	width: 100%;
	margin: 50px 0 0;
}

#referral-form li.last {
	height: 33px;
	border: none;
	background: none;
	float: left;
	width: 100%;
}

#referral-form input,
#referral-form select {
	width: 70%;
	min-height: 15px;
	padding: 10px 0 10px 10px;
	margin: 10px 0 0;
	float: right;
	font-weight: 500;
	border: 1px solid #e6e6e6;
	background: white;
}

.referral-checkbox {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	background: #ededed;
	padding: 20px;
	flex-direction: column;
	margin: 15px 0 0;
}

#referral-form .referral-checkbox ul li label {
	float: right;
	padding: 0 20px 0 0;
	width: auto;
}

#referral-form .referral-checkbox ul {
	margin: 0;
}

#referral-form .referral-checkbox ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#referral-form .referral-checkbox ul li input {
	margin: 0 20px 0 0;
}

.bigger-input-field {
	height: 24px !important;
}

#referral-form textarea {
	width: 70%;
	padding: 10px 0 10px 10px;
	margin: 10px 0 0;
	float: right;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-weight: 500;
}

#referral-form label {
	width: 30%;
	font-size: 14px;
	float: left;
	padding: 15px 0 0 0;
	height: 100%;
}

#referral-form label.bigger {
	width: 286px;
	font-size: 13px;
	float: left;
	padding: 15px 0 0 10px;
	height: 100%;
}

#referral-form label.dental-wish {
	width: 394px;
	font-size: 13px;
	float: left;
	padding: 15px 0 0 10px;
	height: 100%;
}

#referral-form .submit {
	color: #fff;
	padding: 20px;
	background: teal;
	border: 0;
	cursor: pointer;
	margin: 0;
	letter-spacing: 1.5px;
	font-weight: 600;
	width: 100%;
	float: left;
	position: relative;
	display: block;
}

#referral-form .submit:hover {
	color: #fff;
	cursor: pointer;
}

.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-container article {
	width: calc(50% - 10px);
	margin: 10px 0;
	padding: 15px 15px 90px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	position: relative;
	background: white;
}

.blog-container article img {
	width: 100%;
	display: block;
	border-radius: 4px;
	border: 1px solid whitesmoke;
}

.blog-container article img:hover {
	opacity: 0.7;
}

.blog-container article h2 {
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0 10px;
	margin: 0;
	font-size: 22px;
	letter-spacing: 1px;
}

.blog-container article h2 a {
	text-decoration: none;
}

.blog-container article p {
	margin: 0;
	padding: 20px 0 0;
}

.blog-container article span {
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin: 10px 0;
}

.blog-container article .blog-footer:after {
	display: block;
	clear: both;
	content: "";
}

.blog-container article .blog-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
}

.blog-container article .blog-footer .blog-read-more {
	float: left;
	line-height: 30px;
	color: #fff;
	background: #008080;
	text-transform: uppercase;
	padding: 15px 20px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.blog-container article .blog-footer .blog-read-more:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.blog-container article .blog-footer ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	width: 59%;
	max-width: 145px;
}

.blog-container article .blog-footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.blog-container article .blog-footer ul li a {
	width: 30px;
	height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin: 2px 0 0 2px;
}

.blog-container article .blog-footer ul li a:hover {
	opacity: 0.7;
}

.team-treatment {
	float: left;
	width: 100%;
	padding: 0;
	color: white;
}

.team-treatment-photo {
	float: left;
	width: 100%;
	margin: 0;
	line-height: 0;
}

.team-treatment-photo img {
	width: 100%;
	margin: 0 0 -100px;
	border-radius: 20px;
}

.team-treatment-bio {
	float: left;
	width: 100%;
	padding: 20px 50px;
	background: #ffffff;
	margin: -112px 0 0 0;
	color: #454545;
	border-radius: 20px;
}

.team-treatment-bio h3 {
	margin: 15px 0 0 -10px;
	font-size: 26px;
	text-align: center;
}

.team-treatment-bio p {
	font-size: 15px;
	line-height: 22px;
}

.team-holder-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

a.team-holder {
	width: 24%;
	margin: 0.5%;
	padding: 20px 20px 15px;
	background: white;
	text-decoration: none;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	text-align: center;
}

a.team-holder .btn {
	color: #007f80;
	background: none;
	margin: 0;
	padding: 0;
	min-width: 100%;
}

.static {
	position: absolute;
	background: white;
}

.static:hover {
	opacity: 0;
}

.team-img {
	width: 100%;
	position: relative;
	height: auto;
	line-height: 0;
}

.team-img img {
	width: 100%;
	height: auto;
	padding: 0;
	border-radius: 20px;
}

.team-name {
	font-size: 21px;
	margin: 20px 0 0;
	color: #4e4e4e;
	width: 100%;
	font-weight: 600;
}

.team-role {
	margin: 15px 0;
	color: black;
	width: 100%;
}

.mobile-logo {
	display: none;
}

ul.header-contact .desktop {
	display: block;
}

ul.header-contact .mobile {
	display: none;
}

img.zoom,
img.enlighten {
	float: right;
	height: auto;
	padding: 20px;
	background: white;
	margin: 0 0 30px 50px;
}

video.video-player {
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}

iframe.tour {
	border: none;
	width: 99%;
}

.treatment-test {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.treatment-test .opening-paragraph {
	max-width: 850px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.white-box-quarter {
	background: white;
	padding: 30px;
	text-align: center;
	width: 49%;
	margin: 0 0 2%;
}

.white-box-quarter .btn {
	width: 100%;
	margin: 0 0 10px;
	border-radius: 10px;
	max-width: 75%;
}

.white-box-quarter p {
	max-width: 400px;
	width: 100%;
	margin: 15px auto 25px;
	text-align: center;
	font-size: 16px;
}

.white-box-quarter img {
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}

.white-box-quarter h3 {
	font-size: 28px;
	font-weight: 500;
}

.sub-team-small {
	float: left;
	width: 100%;
	background: #e6e6e6;
	margin: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
}

img.team-small-image {
	float: left;
	max-width: 175px;
	width: 100%;
	object-fit: cover;
}

.team-small-bio {
	float: left;
	padding: 40px;
	background: #e6e6e6;
	width: calc(100% - 175px);
}

button#shower,
button#hider {
	background: #413b52;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 30px 14px 30px;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	min-width: 200px;
	text-align: center;
	letter-spacing: 0.5px;
	border-radius: 10px;
	border: none;
	width: 100%;
	cursor: pointer;
}

img.alignright.size-medium.wp-image-779 {
	padding: 5px;
	height: auto;
}

img.size-medium.wp-image-886 {
	width: 100%;
	height: auto;
}

div#attachment_886 {
	margin: 0 0 50px 50px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 45% !important;
}

p#caption-attachment-886 {
	font-size: 15px;
	padding: 14px 0 4px;
}

/* =============================================
7.0  Media Queries -----------------------------
============================================= */
@media (max-width: 1500px) {
	.inner-content {
		padding: 150px 50px;
	}
}

@media (max-width: 1330px) {
	.nav ul a {
		font-size: 15px;
		padding: 15px 5px;
	}
}

@media (max-width: 1300px) {
	section#content {
		padding: 50px 25px;
	}

	.team-holder {
		padding: 5px;
	}

	.team-name {
		font-size: 16px;
		font-weight: 700;
	}

	.container-header {
		padding: 0 20px;
	}

	.icon-boxes {
		border-top: none;
	}

	.section {
		padding: 150px 25px;
	}

	.footer-boxes > li {
		width: calc(92% / 3);
		margin: 0 2%;
	}

	.inner-content {
		padding: 100px 50px 150px 0;
		max-width: calc(100% - 350px);
	}

	.sidebar-box .btn {
		font-size: 20px;
		min-width: inherit;
	}

	.sidebar-content {
		max-width: 350px;
		padding: 100px 0;
	}
}

@media (max-width: 1250px) {
	.team-treatment-bio h3 {
		font-size: 22px;
	}

	.team-treatment-bio p {
		font-size: 13px;
	}
}

@media (max-width: 1120px) {
	.nav ul a {
		font-size: 12px;
		padding: 15px 4px;
	}

	.split-section .section-50.section {
		padding: 50px;
	}
}

@media (max-width: 1100px) {
	#welcome .section-right {
		width: 60%;
		padding: 0 0 0 20px;
	}

	a.btn.btn-white {
		font-size: 13px;
		min-width: inherit;
	}

	.team-role {
		font-size: 13px;
	}

	#dental-implants {
		background-position: center right -300px;
	}
}

@media (max-width: 1000px) {
	body {
		padding: 0;
	}

	.team-treatment-bio {
		margin: 0;
	}

	.sidebar-box img {
		max-width: 100px;
	}

	.sidebar-box .btn {
		font-size: 16px;
	}

	.icon-boxes {
		padding: 0;
		border-top: none;
		background: #f0f0f0;
		margin: 0;
	}

	section#content {
		background: #f0f0f0;
	}

	.inner-content {
		padding: 0;
	}

	.sidebar-content {
		padding: 50px 0;
	}

	#referral-form {
		padding: 0;
		background: none;
	}

	.inner-content {
		max-width: calc(100% - 275px);
	}

	.sidebar-content {
		max-width: 250px;
		padding: 0;
	}

	table.fees thead {
		left: -9999px;
		position: absolute;
		visibility: hidden;
	}

	table.fees td span {
		background: #007f80;
		color: white;
	}

	table.fees tr {
		border-bottom: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	table.fees td {
		border: 1px solid;
		margin: 0 -1px -1px 0;
		padding-top: 35px;
		position: relative;
		width: 50%;
	}

	table.fees td span {
		display: block;
	}

	.blog-container article {
		width: calc(50% - 10px);
	}

	.header-banner h2 {
		font-size: 70px;
	}

	img.zoom,
	img.enlighten {
		max-width: 40%;
		width: 100%;
	}
}

@media (max-width: 985px) {
	.blog-container article {
		width: calc(50% - 10px);
	}

	.nav ul a {
		padding: 25px 3px;
	}

	.nav ul ul {
		padding: 14px 0 0 0;
	}

	.nav ul ul a {
		padding: 10px;
		font-size: 12px;
	}

	.nav-logo {
		margin: 0 0 -17px !important;
	}

	.nav-logo img {
		width: 75%;
		margin: -10px auto;
	}
}

@media (max-width: 950px) {
	.quicklinks h2 {
		font-size: 20px;
	}

	.quicklinks h3 {
		font-size: 13px;
	}

	.quicklinks li {
		width: calc(91% / 2);
		margin: 0 2%;
	}

	.header-banner {
		height: 85vh;
	}

	.container-header h1 {
		font-size: 80px;
	}
}

@media (max-width: 900px) {
	#welcome .title-header h2 {
		font-size: 38px;
	}

	.title-header h2 span {
		font-size: 46px;
	}

	body {
		font-size: 14px;
	}

	.get-in-touch h2,
	.inner-content h3,
	.section.custom .container-1200 h3 {
		font-size: 24px;
	}

	.get-in-touch {
		margin: 10px 0 0 0;
	}
}

@media (max-width: 880px) {
	.footer-boxes > li {
		width: calc(92% / 2);
		margin: 0 2%;
	}

	header.title-header.header-center h1 {
		font-size: 44px;
	}

	li.footer-third.three {
		display: none;
	}

	.white-box-quarter p {
		font-size: 14px;
	}

	.white-box-quarter h3 {
		font-size: 23px;
	}
}

@media (max-width: 850px) {
	.nav ul a {
		padding: 25px 2px;
		font-size: 13px;
	}

	.split-section {
		display: block;
	}

	.split-section .section-50 {
		width: 100%;
		height: inherit;
	}

	aside.section-50.contact-map {
		height: 500px;
	}

	.header-left {
		text-align: center;
	}

	a.team-holder {
		width: calc(96% / 2);
		display: inherit;
	}

	.nav-logo {
		max-width: 200px;
	}

	.btn {
		min-width: inherit;
	}
}

@media (max-width: 825px) {
	.section.custom .container-1200 {
		max-width: 600px;
	}
}

@media (max-width: 800px) {
	.container-header h1 {
		font-size: 66px;
	}

	.container-header h1 span {
		font-size: 28px;
	}

	.nav-logo {
		max-width: 200px;
	}

	.testimonials header {
		width: 100%;
		text-align: center;
	}

	.testimonials header {
		width: 100%;
		text-align: center;
	}

	.section {
		padding: 100px 25px;
	}

	.testimonial-holder {
		width: 100%;
		padding: 0;
	}

	.header-banner {
		height: 70vh;
		padding: 150px 0;
	}
}

@media (max-width: 768px) {
	.section {
		padding: 60px 25px 80px;
	}
	.open-notice {
		background-position: -250px center;
	}
	.team-small-bio {
		width: 100%;
		padding: 20px;
	}

	img.team-small-image {
		display: none;
	}

	.mobile-header {
		float: left;
		width: 100%;
		background: white;
		z-index: 7;
		display: block;
		position: relative;
	}

	#welcome .background-left {
		background: #3b3746;
	}

	#welcome .section-left {
		width: 100%;
	}

	#welcome .section-right {
		width: 100%;
		padding: 0;
	}

	#welcome .container-1200 {
		display: block;
		float: left;
		width: 100%;
	}

	#responsive-menu-container #responsive-menu-title {
		background: white !important;
	}

	#responsive-menu-container
		#responsive-menu
		li.responsive-menu-current-item
		> .responsive-menu-item-link,
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		background-color: #3b3746 !important;
	}

	#responsive-menu-container {
		z-index: 99999 !important;
		background: #3b3746 !important;
	}

	button#responsive-menu-button {
		background: teal !important;
		border-radius: 50% !important;
	}

	ul.header-contact {
		top: 0;
		padding: 15px 20px;
		background: #e3a6ae;
		margin: 0;
		width: 100%;
	}

	ul.header-contact a {
		font-size: 16px;
	}

	.product .title-header h2 {
		font-size: 60px;
	}

	.product .title-header h2 span {
		font-size: 26px;
	}

	.product p {
		line-height: 20px;
	}

	div#responsive-menu-container {
		box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
	}

	#responsive-menu-title-image {
		margin: 0 !important;
	}

	#responsive-menu-title-image img {
		width: 75%;
	}

	img.mobile-logo {
		display: block;
		padding: 20px;
		width: 100%;
		max-width: 300px;
	}

	.contactpage-phone,
	.contactpage-email,
	.contactpage-address {
		font-size: 32px;
	}

	.contactpage-email {
		font-size: 32px;
	}

	.contactpage-address {
		font-size: 22px;
	}

	#welcome .background-right {
		background: #3b3746;
		width: 100%;
	}

	#welcome p,
	.get-in-touch {
		text-align: center;
	}

	.nav,
	div#nav-sticky-wrapper,
	li#responsive-menu-item-73,
	li#rmp-menu-item-73 {
		display: none;
	}
}

@media (max-width: 750px) {
	.sidebar-box {
		width: 50%;
	}

	.opening-paragraph {
		font-size: 18px;
		line-height: 30px;
	}

	.tsetimonial-slide p {
		padding: 0;
	}

	.white-box-quarter {
		width: 100%;
	}

	header.title-header.header-center h1 {
		font-size: 34px;
	}
}

@media (max-width: 650px) {
	.open-notice h2 {
		font-size: 50px;
	}

	img.alignright.size-large.wp-image-861 {
		margin: 10px 0 30px 0;
		width: 100%;
	}

	.sidebar-content {
		background: white;
		border-radius: 20px;
	}

	.sidebar-content .team-treatment-photo img {
		display: block;
	}

	.header-banner h2 {
		font-size: 36px;
	}

	.open-notice p {
		font-size: 17px;
		line-height: 26px;
	}

	a.btn {
		font-size: 13px;
		min-width: 100px;
		padding: 15px;
		line-height: 10px;
	}

	.testimonials header h2 {
		font-size: 50px;
	}

	#dental-implants {
		padding: 20px;
	}

	.team-treatment-photo {
		width: 25%;
		margin: 0 5% 0 0;
	}

	.team-treatment-bio {
		float: left;
		width: 70%;
		padding: 10px 15px 10px 0;
	}

	.team-treatment-bio h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.team-treatment-bio p {
		font-size: 13px;
		line-height: 20px;
	}

	.inner-content,
	.sidebar-content {
		width: 100%;
		max-width: 100%;
		min-height: inherit;
		float: none;
	}

	.sidebar-content img {
		display: none;
	}
	.page-id-7 .sidebar-content img {
		display: block;
	}

	.page-id-7 .sidebar-content {
		max-width: 300px;
		margin: 20px auto;
		float: none;
		display: block;
		clear: both;
	}
}

@media (max-width: 600px) {
	.header-banner {
		height: 70vh;
	}

	#welcome .title-header h2 {
		font-size: 30px;
	}

	.title-header h2 span {
		font-size: 28px;
	}

	.header-banner {
		padding: 220px 0 235px;
	}

	.footer-boxes > li {
		width: calc(80% / 1);
		margin: 0 10% 10%;
	}

	.footer-boxes {
		padding: 20px 0;
	}

	.footer-strip {
		font-size: 14px;
	}

	.footer-strip-container {
		padding: 0 50px;
	}

	.product-container {
		width: 90%;
	}

	#dental-implants {
		padding: 50px 30px;
	}

	.blog-container article {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.quicklinks li {
		width: calc(100% / 1);
		margin: 2% 0;
	}

	.inner-header {
		padding: 200px 0 50px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	#referral-form input,
	#referral-form select,
	#referral-form textarea {
		width: 100%;
	}

	.opening-paragraph {
		font-size: 18px;
	}

	.open-notice .container-1200 {
		padding: 50px 20px;
	}

	a.btn.btn-white {
		width: 100%;
	}

	.container-header h1 {
		font-size: 66px;
	}

	.container-header h1 span {
		font-size: 28px;
	}

	.split-section .section-50.section {
		padding: 30px;
	}

	#services p {
		line-height: 28px;
		font-size: 18px;
	}

	.section.custom {
		padding: 50px 25px;
	}

	.contactpage-email {
		font-size: 22px;
	}

	.sidebar-box img {
		max-width: 100px;
		margin: 30px 0;
	}

	.open-notice a {
		margin: 0 0 10px;
	}

	.inner-content.full-width {
		max-width: 100%;
		padding: 50px 0;
	}

	.container-header .btn {
		display: none;
	}
}

@media (max-width: 500px) {
	ul.header-contact a {
		font-size: 14px;
	}

	.sidebar-box {
		margin: 0 0 20px;
	}

	.header-banner {
		height: 40vh;
		padding: 100px 0;
	}

	.header-contact a i {
		display: none;
	}

	img.mobile-logo {
		width: 70%;
		height: inherit;
		z-index: 9999999;
		display: block;
		position: relative;
	}

	ul.header-contact {
		padding: 15px 10px;
	}

	.footer-strip-container p {
		line-height: 20px;
	}

	.contact-half li,
	.contact-half li:last-child {
		width: 100%;
		padding: 0;
	}

	.title-header h2 {
		font-size: 50px;
	}

	header.title-header.header-center h1 {
		font-size: 30px;
	}

	#dental-implants {
		background-position: right -20em bottom 10px;
	}
}

@media (max-width: 550px) {
	a.team-holder {
		width: calc(96% / 1);
	}

	.team-treatment-photo {
		width: 100%;
		margin: 0;
		max-height: 500px;
	}

	.team-treatment-bio {
		width: 100%;
		padding: 10px 30px;
	}
}

@media (max-width: 500px) {
	.header-banner.invisaligngo:after {
		background-position: 0 48px;
	}

	.white-box-quarter {
		padding: 10px;
	}

	.white-box-quarter h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.white-box-quarter p {
		font-size: 13px;
		line-height: 24px;
	}
}

@media (max-width: 435px) {
	#referral-form label {
		width: 100%;
	}
	#referral-form .referral-checkbox ul li span {
		width: 100%;
		text-align: right;
	}
}

@media (max-width: 400px) {
	img.mobile-logo {
		width: 55%;
	}

	ul.header-contact .desktop {
		display: none;
	}

	ul.header-contact .mobile {
		display: block;
		width: 100%;
	}

	ul.header-contact .mobile a {
		text-align: center;
		display: block;
	}

	.opening-paragraph {
		font-size: 16px;
	}

	section#content {
		padding: 25px;
	}

	.container-header h1 {
		font-size: 45px;
	}
}

@media (max-width: 375px) {
	button#responsive-menu-button {
		top: 8px !important;
	}

	.fee-table-title {
		font-size: 1rem;
	}

	.fee-table-procedure,
	.fee-table-price,
	.fee-table-sub-title {
		padding: 10px;
	}

	header.title-header.header-center h2 {
		font-size: 22px;
	}

	.sidebar-box {
		width: 100%;
		margin: 0;
		padding: 30px 0;
		min-height: inherit;
	}

	.open-notice p,
	.footer-boxes li {
		font-size: 14px;
		line-height: 20px;
	}

	.product-container {
		width: 100%;
	}

	img.alignright.size-medium.wp-image-779 {
		width: 100%;
		height: auto;
	}
}

a.book-appointmement-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	text-align: center;
	z-index: 9999999;
	text-decoration: none;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #3b3746;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

@media (min-width: 770px) {
	a.book-appointmement-bar {
		display: none;
	}
}

/* accordion styles start */

.accordion {
	background: #26242d;
	padding: 100px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
}

@media (max-width: 1000px) {
	.accordion {
		padding: 0;
	}
}

.accordion h3 {
	font-size: 2rem;
}

@media (max-width: 600px) {
	.accordion h3 {
		font-size: 1.6rem;
	}
}

.accordion-holder {
	padding: 100px;
	background: white;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

@media (max-width: 900px) {
	.accordion-holder {
		padding: 50px;
	}
}

.accordion .set {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 3px solid #e3a6ae;
}

.accordion .set:last-of-type {
	border-bottom: 3px solid #e3a6ae;
}

.accordion .set > a {
	display: block;
	cursor: pointer;
	padding: 30px 70px 30px 0;
	text-decoration: none;
	position: relative;
	color: #3a4145;
	font-size: 20px;
	line-height: 2rem;
	font-weight: 500;
	background: white;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (max-width: 800px) {
	.accordion .set > a {
		font-size: 16px;
		padding: 20px 70px 20px 0;
	}
}

.accordion .set > a.active {
	color: #df9ea6;
	background: white;
	border-bottom: none;
	padding: 30px 70px 30px 0;
}

.accordion .set > a i {
	position: absolute;
	right: 20px;
	top: 30px;
}

.accordion-content {
	background-color: #fff;
	display: none;
}

.accordion-content p {
	font-weight: 100;
	line-height: 1.8rem;
}

.accordion-content p:first-of-type {
	margin: 0 0 0.6em 0;
}

.accordion-content p:last-of-type {
	margin: 0 0 30px 0;
}

/* accordion styles end */

.workingfeedback-container{
	padding-bottom: 50px;
	display: block;
	clear: both;
}

.popup-buttons {
    display: flex;
    background-color: #f3f3f3;
    justify-content: space-around;
    padding-bottom: 10px;
}

.pum-container p, .pum-container img {
    margin: 0;
    display: block;
}

.popup-buttons a {
    width: calc(50% - 20px);
    display: block;
}