/*!
Theme Name: Chiasson Theme
Theme URI: http://underscores.me/
Author: Ashbury Creative
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chiasson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chiasson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Header
	- Footer
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Pages
	- Homepage
	- Appointments
	- Main Blog
	- Single Blog Post
	- Contact
# Animations
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 50px;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  transition: all .3s ease-in-out;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 14px;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}

.home h2 {
  font-size: 46px;
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

h4 {
  font-size: 22px;
}

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

.playfair {
  font-family: 'Playfair Display', serif;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.caps {
  text-transform: uppercase;
}

.section-heading {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  margin-left: 0;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.sep {
  margin: 0 8px;
}

.dk-grn {
  color: #6C7974;
}

.md-grn {
  color: #A0B1A3;
}

.lt-grn {
  color: #DADFD9;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

/* Background Images */
.bg-img,
.bg-img-top,
.bg-img-btm,
.bg-img-full,
.bg-img-contain {
  position: relative;
  z-index: 1;
}

.bg-img-full>img,
.bg-img-contain>img,
.bg-img-top>img,
.bg-img-btm>img,
.bg-img>img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bg-img-full>img {
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-img-contain>img {
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-img>img {
  -o-object-fit: cover;
  object-fit: cover;
  background-image: cover;
}

.bg-img-top>img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.bg-img-btm>img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

/* Heading Underlines */
.underline-ctr-wht,
.underline-ctr-blk,
.underline-lft-wht,
.underline-lft-blk {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.underline-ctr-wht::before,
.underline-ctr-blk::before,
.underline-lft-wht::before,
.underline-lft-blk::before {
  position: absolute;
  content: '';
  height: 4px;
  width: 80px;
  bottom: 0;
}

.underline-ctr-wht::before,
.underline-ctr-blk::before {
  left: 0;
  right: 0;
  margin: auto;
}

.underline-lft-wht::before,
.underline-lft-blk::before {
  left: 0;
}

.underline-ctr-blk::before,
.underline-lft-blk::before {
  background: #000;
}

.underline-ctr-wht::before,
.underline-lft-wht::before {
  background: #fff;
}

/* Slider */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-track,
.slick-list {
  height: 100%;
}

.slick-prev::before {
  font-family: FontAwesome !important;
  content: "\f0a8" !important;
  font-size: 60px !important;
}

.slick-next::before {
  font-family: FontAwesome !important;
  content: "\f0a9" !important;
  font-size: 60px !important;
}

.slick-prev, .slick-next {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 10px !important;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.slick-next {
  right: -50px !important;
}

.slick-prev {
  left: -50px !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
  color: #fff !important;
}

/* Google Maps */
.acf-map {
  width: 100%;
  height: 100%;
}

.acf-map img {
  max-width: inherit !important;
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Links
--------------------------------------------- */
a {
  color: #B0B0A1;
  text-decoration: none;
}

p a {
  color: #B0B0A1;
  text-decoration: none;
  font-weight: 600;
}

a:hover,
a:focus,
a:active {
  color: #CACCA3;
  text-decoration: none;
  outline: 0;
}

/* Buttons
--------------------------------------------- */
a.btn-outline,
.btn-outline a,
a.btn-outline-wht,
.btn-outline-wht a,
body.login div#login form#loginform p.submit input#wp-submit {
  border: 3px solid #CACCA3;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  transition: all .3s ease-in-out;
  font-weight: 700;
  min-width: 120px;
  background: transparent;
  border-radius: 0;
  font-size: 16px;
}

a.btn-outline,
.btn-outline a {
  color: #000;
}

a.btn-outline-wht,
.btn-outline-wht a {
  color: #fff;
}

a.btn-outline:hover,
a.btn-outline:active,
a.btn-outline:focus,
.btn-outline a:hover,
.btn-outline a:active,
.btn-outline a:focus,
a.btn-outline-wht:hover,
a.btn-outline-wht:active,
a.btn-outline-wht:focus,
.btn-outline-wht a:hover,
.btn-outline-wht a:active,
.btn-outline-wht a:focus,
body.login div#login form#loginform p.submit input#wp-submit:hover,
body.login div#login form#loginform p.submit input#wp-submit:active,
body.login div#login form#loginform p.submit input#wp-submit:focus {
  background: #CACCA3;
  color: #fff !important;
}

.btn-dk-grn {
  border: 3px solid #6C7974 !important;
}

a.btn-dk-grn.btn-outline:hover,
a.btn-dk-grn.btn-outline:active,
a.btn-dk-grn.btn-outline:focus,
a.btn-dk-grn.btn-outline-wht:hover,
a.btn-dk-grn.btn-outline-wht:active,
a.btn-dk-grn.btn-outline-wht:focus {
  background: #6C7974 !important;
}

.arrow-link {
  font-weight: 700;
  color: #000;
  position: relative;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.arrow-link::before {
  background-image: url('images/right-arrow.svg');
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -28px;
  transition: all .3s ease-in-out;
}

.arrow-link:hover::before,
.arrow-link:active::before,
.arrow-link:focus::before {
  color: #000;
  right: -40px;
}

.arrow-link:hover,
.arrow-link:active,
.arrow-link:focus {
  color: #000 !important;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin-bottom: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Mobile Navigation */
.mobile-nav {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E9ECE9;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.mobile-nav.open {
  opacity: 1;
  z-index: 9;
}

.mobile-menu ul {
  list-style: none;
  padding-left: 0;
}

.mobile-menu {
  text-align: center;
  margin-top: 200px;
}

.mobile-menu ul li {
  margin-bottom: 30px;
}

.mobile-menu ul li a {
  font-size: 24px;
}

html.open {
  overflow: hidden;
}

html.open .site-branding {
  background: rgba(0, 0, 0, 0);
}

/* Hamburger Icon */
.hamburger {
  display: flex;
  justify-content: flex-end;
}

.ham-wrap {
  cursor: pointer;
  display: flex;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle-text {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  color: #6C7974;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Pagination */
.page-numbers.current,
.page-numbers:hover {
  background: #D8E9E9;
  color: #000;
  font-weight: 600;
}

.page-numbers {
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
}

a.prev.page-numbers,
a.next.page-numbers {
  display: none;
}

/* Header
--------------------------------------------- */
.top-bar {
  background-color: #6C7974;
  color: #fff;
  padding: 10px 0;
}

.top-bar a {
  color: #fff;
  font-weight: 700;
}

.top-bar a:hover,
.top-bar a:active,
.top-bar a:focus {
  color: #CACCA3;
}

.top-bar-contact {
  display: flex;
  justify-content: flex-end;
}

.site-header {
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
}

.site-branding {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  transition: all .3s ease-in-out;
}

.site-branding .row {
  display: flex;
  align-items: center;
  max-height: 130px;
}

.header-logo {
  transition: all .3s ease-in-out;
}

.header-logo img {
  width: 250px;
}

.nav-menu {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.main-navigation li a,
.mobile-menu ul li a {
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.main-navigation li a::before,
.mobile-menu ul li a::before {
  position: absolute;
  left: 0;
  right: 100%;
  content: '';
  background: #CACCA3;
  height: 2px;
  top: 100%;
  transition: all .3s ease-in-out;
}

.main-navigation li a:hover::before,
.main-navigation li.current_page_item a::before,
.mobile-menu ul li a:hover::before,
.mobile-menu ul li.current_page_item a::before {
  right: 0;
}

.main-navigation li:not(:last-of-type) {
  margin-right: 20px;
}

.mobile-menu li a {
  padding-bottom: 2px;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 50px 0;
}

.site-footer a {
  font-weight: 600;
}

.site-footer .row {
  align-items: center;
}

.site-footer .footer-middle,
.site-footer .footer-right {
  display: flex;
  justify-content: center;
}

.site-footer .footer-right {
  justify-content: center;
}

.site-footer .footer-logo,
.site-footer .rmt-logo {
  width: 200px;
}

.footer-contact span {
  margin-right: 10px;
}

.site-info {
  background: #6C7974;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.site-info .sep {
  border-right: 2px solid #fff;
}

.site-info a {
  color: #fff;
  font-weight: 600;
}

.site-info a:hover {
  color: #CACCA3;
}

.site-info-right {
  text-align: right;
}

#footer-menu {
  padding-left: 0;
  margin-bottom: 0;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu li a {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

#footer-menu li:last-of-type a {
  border-right: 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
/* Homepage
--------------------------------------------- */
/* Hero Panel */
.notice {
  background: rgba(108, 121, 116, 0.8);
  padding: 30px;
}

.notice-appointment {
  border: 2px solid #6C7974;
  padding: 50px;
}

.hero-panel,
.page-header {
  color: #fff;
}

.hero-panel {
  height: 100vh;
  position: relative;
}

.hero-bg {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-header {
  margin-bottom: 80px;
}

.page-header .row {
  padding: 80px 0;
}

.header-bg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 135px;
}

.hero-bg::before,
.header-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.page-header h4 {
  letter-spacing: 1px;
}

.hero-graphic img {
  width: 550px;
  opacity: 80%;
}

.hero-panel h1 {
  font-size: 80px;
  margin: 10px 0 20px;
}

.hero-panel h4 {
  font-size: 28px;
}

.down-arrow {
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

/* Quick Links */
.quick-links {
  background: #DADFD9;
  padding: 30px 0;
  margin-bottom: 80px;
}

.quick-link-icon {
  width: 60px;
  margin: 0 auto 10px;
}

.quick-link {
  transition: all .5s ease-in-out;
}

.quick-link:hover .quick-link-icon {
  transform: scale(1.2);
}

/* About Panel */
.about-panel {
  margin-bottom: 80px;
}

.about-img {
  height: 100%;
}

.about-copy {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Services Panel  */
.services-panel {
  position: relative;
  background: #6C7974;
  overflow-x: hidden;
}

.services-panel .services-copy {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  position: relative;
}

.services-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.services-slider-wrap {
  z-index: 999;
  padding-right: 0;
}

.services-slider {
  height: 100%;
}

.services-slider .slick-dots {
  bottom: 20px;
}

/* Pricing Panel */
.pricing-panel {
  padding: 80px 0 100px;
  position: relative;
}

.pricing-panel::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}

.pricing-copy {
  position: relative;
}

.pricing-list {
  padding: 100px 0 0;
}

.pricing-list .price {
  letter-spacing: 3px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.price-wrap {
  margin: 0 0 100px;
}

.price .min-lg {
  position: absolute;
  top: -63px;
  left: -70px;
  font-size: 100px;
  color: #D8E9E9;
  z-index: -1;
  font-weight: 400;
}

.price-left,
.price-right {
  display: flex;
  justify-content: center;
}

/* Location Panel */
.location-panel {
  border: 20px solid #fff;
  background: rgba(216, 233, 233, 0.5);
}

.home .location-panel {
  background: #B0B0A1;
  margin-bottom: 80px;
}

.location-panel .map {
  border-left: 20px solid #fff;
}

.location-map-wrap .acf-map {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

/* Blog Panel */
.blog-panel-header {
  align-items: center;
}

.blog-panel-btn {
  display: flex;
  justify-content: flex-end;
}

/* Post Loop */
.blog-box-img {
  height: 300px;
}

.blog-box-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(202, 204, 163, 0.8);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.blog-box-img-hover img {
  width: 60px;
}

.blog-box-copy h3,
.blog-box-copy p {
  color: #000;
}

.blog-box-cat {
  font-size: 14px;
}

.blog-box:hover .blog-box-img-hover {
  opacity: 1;
}

/* CTA Panel */
.cta-panel {
  background: #DADFD9;
  padding: 60px 30px;
  border: 20px solid #fff;
  overflow: hidden;
  position: relative;
}

.cta-panel-bg {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 70% !important;
}

.cta-panel .row {
  align-items: center;
}

.cta-button {
  display: flex;
  justify-content: center;
}

/* Appointments
--------------------------------------------- */
.feature-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  column-count: 2;
  column-gap: 50px;
}

.feature-list li {
  margin-bottom: 20px;
}

.treatments,
.covid {
  margin-bottom: 60px;
}

.appointments {
  padding: 80px 0 140px;
  position: relative;
}

.appointments::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.appointment-header {
  margin-bottom: 50px;
}

.apt-pricing-box {
  background: rgba(216, 233, 233, 0.5);
  padding: 50px;
}

.treatment-slider-wrap {
  border: 20px solid #fff;
  margin-bottom: 30px;
}

.treatment-slider {
  height: 300px;
}

.treatment-slider .slick-slide {
  margin: 0 15px;
}

.treatment-slider .slick-list {
  margin: 0 -15px;
}

.treatment-slider .slick-dots li button:before {
  color: #6C7974 !important;
}

.treatment-slider .slick-dots {
  bottom: -50px !important;
}

.covid-header {
  background: #6C7974;
  color: #fff;
  margin-bottom: 120px;
}

.covid-img {
  margin-top: -50px;
  margin-bottom: -50px;
}

.covid-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.apt-copy-wrap {
  margin-bottom: 60px;
}

.covid-copy ul {
  column-count: 2;
  column-gap: 100px;
  margin-bottom: 60px;
}

.covid-copy ul li {
  margin-bottom: 20px;
}

.img-edge-wrap {
  position: relative;
}

.img-edge {
  position: absolute;
  top: 0;
  bottom: 0;
}

.img-edge-copy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs {
  padding: 80px 0;
  position: relative;
}

.faqs::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}

.faqs-heading {
  font-size: 60px;
}

.accordion-item {
  margin-bottom: 15px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 !important;
}

.accordion-button::after {
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button {
  padding: 30px;
  background-color: transparent;
}

.accordion-button:focus,
.accordion-header:focus,
.accordion-item {
  outline: 0 !important;
  box-shadow: none !important;
}

.accordion-body {
  padding: 30px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.address-wrap {
  display: flex;
  align-items: center;
}

.address-wrap a {
  color: #000;
}

.home .address-wrap a {
  color: #fff;
}

.address-wrap img {
  width: 35px;
  margin-right: 20px;
}

/* Main Blog
--------------------------------------------- */
/* Single Blog
--------------------------------------------- */
.post-img {
  height: 400px;
}

.post-related {
  padding-top: 50px;
  position: relative;
}

.post-related::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(100% - 400px);
  content: '';
  background: rgba(216, 233, 233, 0.5);
  z-index: -1;
}

/* Sidebar */
.widget {
  background: rgba(216, 233, 233, 0.5);
  padding: 30px;
  margin-bottom: 10px;
}

.cta-widget {
  text-align: center;
}

.sb-img {
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  margin: 1px auto 15px;
}

.cta-widget p {
  letter-spacing: 2px;
}

.widget-title {
  font-size: 32px;
}

.widget_categories ul,
.widget_recent_entries ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.widget_categories ul li,
.widget_recent_entries ul li {
  margin-bottom: 10px;
}

.widget_categories ul li a {
  color: #6C7974;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.widget_categories ul li a:hover,
.widget_categories ul li a:focus,
.widget_categories ul li a:active {
  opacity: .6;
}

.widget_recent_entries ul li a {
  font-family: 'Playfair Display';
  font-size: 20px;
}

.search-form-wrap {
  background: rgba(216, 233, 233, 0.5);
  padding: 30px;
}

.search-form {
  position: relative;
}

.search-form label {
  width: 100%;
}

.search-form .search-field {
  border-radius: 0;
  border: 0;
  min-height: 40px;
  width: 100%;
  padding: 10px;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
}

.search-form .search-submit span {
  color: #6C7974;
  font-size: 24px;
}

.search-form .search-field::placeholder {
  display: none;
}

.search-form .search-field:focus {
  outline: 0;
}

/* Contact
--------------------------------------------- */
.contact-info {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.contact-info .row {
  align-items: flex-end;
}

.contact-slider-wrap {
  height: 400px;
}

.contact-slider {
  height: 400px;
  margin-bottom: 0 !important;
}

.contact-info::before {
  position: absolute;
  top: 142px;
  left: 20px;
  right: 20px;
  bottom: 0;
  content: '';
  background: rgba(216, 233, 233, 0.5);
  z-index: -1;
}

.contact-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-map {
  margin-bottom: 80px;
}

.contact-map .acf-map {
  height: 400px;
}

.contact-about-copy {
  column-count: 2;
  column-gap: 50px;
}

.contact-slider .slick-dots {
  bottom: 15px !important;
}

.info-box {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animate {
  transition: all .8s ease-in-out;
}

.bounce {
  animation: bounce 2s ease infinite;
  opacity: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.fadein {
  opacity: 0;
}

.fadeup {
  opacity: 0;
  transform: translateY(50px);
}

.fadedown {
  opacity: 0;
  transform: translateY(-50px);
}

.fadeleft {
  opacity: 0;
  transform: translateX(50px);
}

.faderight {
  opacity: 0;
  transform: translateX(-50px);
}

.zoomin {
  opacity: 0;
  transform: translateX(0) translateY(0) scale(.8);
  display: inline-block;
}

.animated {
  transition: all .8s ease-in-out;
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}

.d1 {
  transition-delay: .5s;
}

.d2 {
  transition-delay: 1s;
}

.d3 {
  transition-delay: 1.5s;
}

.d4 {
  transition-delay: 2s;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/
.error-content {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.error-content::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

.error-content .container {
  position: relative;
}

.error404 .home-posts {
  margin-top: -200px;
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#login {
  padding: 0;
  width: 400px;
}

.login input[type=text] {
  font-size: 18px;
}

.login input[type=checkbox]:focus, .login input[type=color]:focus,
.login input[type=date]:focus, .login input[type=datetime-local]:focus,
.login input[type=datetime]:focus, .login input[type=email]:focus,
.login input[type=month]:focus, .login input[type=number]:focus,
.login input[type=password]:focus, .login input[type=radio]:focus,
.login input[type=search]:focus, .login input[type=tel]:focus, .login input[type=text]:focus,
.login input[type=time]:focus, .login input[type=url]:focus, .login input[type=week]:focus, .login select:focus, .login textarea:focus {
  border-color: #D8E9E9;
  -webkit-box-shadow: 0 0 0 1px #D8E9E9;
  box-shadow: 0 0 0 1px #D8E9E9;
  outline: 2px solid transparent;
}

.login form input[type=checkbox] {
  background: transparent;
  border-radius: 0;
  border: 2px solid #fff;
}

body.login {
  background-image: url('./images/login.jpg');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.login::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.login form {
  background-color: #6C7974;
  border: 0;
  margin-top: 0;
  padding: 50px;
  box-shadow: none;
}

.login h1 {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 180px;
}

.login h1 a {
  width: 100%;
  background-size: 100%;
  margin: 0;
  height: 100%;
}

.login form .forgetmenot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.login div#login h1 a {
  background-image: url('./images/secondary-logo.png');
}

body.login label {
  color: #fff
}

.login #backtoblog a,
.login #nav a {
  color: #6C7974;
  font-size: 16px;
}

.login #backtoblog a:hover,
.login #nav a:hover {
  color: #BE8373;
}

.login #backtoblog,
.login #nav {
  text-align: center;
}

input[type=checkbox]:checked:before {
  color: #D8E9E9;
}

/*--------------------------------------------------------------
# Mobile Styling
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .price .min-lg {
    left: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    display: none;
  }

  .cta-copy {
    text-align: center;
    margin-bottom: 30px;
  }

  .post-sidebar.pl-50 {
    padding-left: 15px !important;
  }

  .feature-list,
  .covid-copy ul {
    column-count: 1;
  }

  .apt-copy {
    margin-bottom: 30px;
  }

  .about-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-img {
    height: 400px;
    margin-bottom: 50px;
  }

  .site-info-left,
  .site-info-right {
    text-align: center;
  }

  #footer-menu {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .site-info {
    padding: 20px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .info-box {
    margin-bottom: 80px;
  }

  .contact-copy {
    text-align: center;
  }

  .contact-img {
    margin: 0 auto 30px;
  }

  .contact-about-copy {
    column-count: 1;
  }

  .contact-details .section-heading,
  .contact-about .section-heading {
    margin-bottom: 30px !important;
  }

  .contact-copy {
    margin-bottom: 50px;
  }

  .contact-info::before {
    left: 0;
    right: 0;
    top: 75px;
  }

  .img-edge-copy {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .appointment-header,
  .covid-copy ul,
  .covid {
    margin-bottom: 20px;
  }

  .appointments {
    padding: 60px 0 80px;
  }

  .feature-list {
    margin-bottom: 0;
  }

  .page-header,
  .treatments,
  .covid-header {
    margin-bottom: 50px;
  }

  .home .location-panel {
    margin-bottom: 60px;
  }

  .top-bar-contact {
    justify-content: center;
  }

  .map-copy {
    padding: 50px 30px;
  }

  .location-panel {
    display: flex;
    flex-direction: column-reverse;
  }

  .location-panel .map {
    border-left: 0;
    border-top: 20px solid #fff;
  }

  .services-slider-wrap {
    padding: 0;
  }

  .location .map {
    border-left: 0;
    border-bottom: 20px solid #fff;
  }

  .covid-img {
    height: 400px;
    margin: 0;
  }

  .appointments.bg-img>img {
    object-position: 70% 50%;
  }

  .img-edge {
    height: 400px;
    position: relative;
  }

  .apt-pricing-box {
    padding: 30px;
  }

  .site-footer .footer-right {
    justify-content: center;
  }

  .footer-middle {
    margin-bottom: 30px;
  }

  .footer-left {
    text-align: center;
    margin-bottom: 30px;
  }

  .blog-panel-btn {
    justify-content: flex-start;
  }

  .pricing-panel {
    padding: 80px 0;
  }

  .cta-panel {
    padding: 50px 0px;
    border: 0;
  }

  .cta-button {
    justify-content: left;
  }

  .location-map-wrap {
    height: 400px;
    margin-bottom: 50px;
  }

  .location-info {
    padding: 50px 15px;
  }

  .location-panel {
    margin-top: 0;
  }

  .location-panel::before {
    top: 0;
    bottom: 0;
  }

  .services-img {
    position: relative;
    height: 400px;
  }

  .hero-panel h1 {
    font-size: 56px;
  }

  .hero-panel {
    height: 100vh;
  }

  .hero-panel,
  .about-panel {
    margin-bottom: 50px;
  }

  .quick-links {
    display: none;
  }

  .slick-next {
    right: 0 !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  .pl-50 {
    padding-left: 15px;
  }

  .pr-50 {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 378px) {
  .site-info-right .sep {
    display: none;
  }

  .site-info-right span {
    display: block;
  }
}