/*!
Theme Name: Spokane Ortho
Theme URI: https://spokaneorthodontics.com
Author: Boom Visibility
Author URI: https://www.boomvisibility.com
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: spokane-ortho
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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: 2em;
	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;
}

/**
 * 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: 80%;
}

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

/**
 * 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: #6B6B6B;
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 17px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	letter-spacing: 1px;
	margin: 0 0 0.5em;
}

h1 {
	font-size: clamp(23px, 4.5vw, 70px);
}
.post-title h1 {margin-bottom: 10px;}
h2, .post-title h1 {
	font-size: clamp(22px, 4vw, 45px);
	color: #004750;
}
h3 {
	font-size: clamp(20px, 3.5vw, 39px);
}

h4 {
	font-size: clamp(18px, 3vw, 28px);
}

p {
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	line-height: 2;
}

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;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
	letter-spacing: 1px;
	padding: 0;
}

ul {
	list-style: disc;
}

.entry-content ul {
	list-style: none;
}
.entry-content ul li {
	margin-bottom: 0.5em;
}
.entry-content ul li:before {
	content: "\f522";
	font-family: "Dashicons";
	font-weight: normal;
	color: #36DDB4;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

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%;
}

.textalign-center {text-align: center;}

/* Links
--------------------------------------------- */
a, a:visited {
	color: #36DDB4;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #004750;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
a.button,
li.button a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #FFFFFF;
	color: #004750;
	text-transform: uppercase;
	font-size: clamp(11px, 1.35vw, 20px);
	letter-spacing: 1px;
	padding: 10px 20px;
	text-decoration: none;
	border: 0px solid transparent;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	background-color: #36DDB4;
	color: #004750;
}
a.button, li.button a, .gform_wrapper.gravity-theme .gform_footer input.button[type="submit"] {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	padding: 7px 21px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
a.button strong, li.button a strong {
	margin: 0 5px;
	font-weight: 900;
}
a.button:after, li.button a:after {
	content: url(images/arrow.svg);
	margin-left: 10px;
	line-height: 1;
}
a.button.green-button:after, .gform_wrapper.gravity-theme .gform_footer input.button[type="submit"]:after {
	content: url(images/green-arrow.svg);
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.gform_wrapper.gravity-theme .gform_footer input.button[type="submit"]:hover {
	background-color: #eee;
}

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
--------------------------------------------------------------*/

.container {
	margin: 0 auto;
	max-width: 90%;
}
.flex-container {
	display: flex;
	flex-wrap: wrap; }
.flex-center, section.flex-center .flex-container {align-items: center;}
.flex-top {align-items: flex-start;}
.flex-bottom {align-items: end;}
.flex-around {justify-content: space-around;}
.flex-between {justify-content: space-between;}
.justify-center {justify-content: center;}
.flex-container.flex-2 > *, .flex-container.flex-3 > *, .flex-container.flex-4 > * {flex-basis: 100%;}
.mobile-reverse .flex-container{flex-direction: column-reverse;}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
  overflow: hidden;
  margin: 0;}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.site-branding {flex-basis: 150px;}
.site-info {flex-basis: 100%;}
span.sep {margin: 0 10px;}
.grid-container {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
	gap: 20px;}
.grid-container.flush {gap: 0;}
@media(min-width: 767px){
	.flex-container.flex-4 > * {flex-basis: 48%;}
	.flex-container.flex-4.flex-flush > * {flex-basis: 50%;}
}
@media(min-width: 1025px) {
	.container.small-container, .small-container .container {max-width: 900px;}
	.site-branding {flex-basis: 223px;}
	.site-navigation {flex-basis: calc(100% - 223px);}
	.flex-container.flex-2.flex-flush > * {flex-basis: 50%;}
	.flex-container.flex-2 > * {flex-basis: 48%;}
	.flex-container.flex-3 > * {flex-basis: 31%;}
	.flex-container.flex-3.justify-center>* {margin: 0 1% 1%;}
	.flex-container.flex-4 > * {flex-basis: 24%;}
	.flex-container.flex-2.flex-flush > * {flex-basis: 50%;}
	.flex-container.flex-3.flex-flush > * {flex-basis: 33.33333%;}
	.flex-container.flex-4.flex-flush > * {flex-basis: 25%;}
	.mobile-reverse .flex-container{flex-direction: row;}
	.flex-reverse {flex-direction: row-reverse;}
	.grid-container.grid-3 {grid-template-columns: repeat(3, 1fr);}
	.grid-container.grid-4 {grid-template-columns: repeat(4, 1fr);}
}

@media(min-width: 1400px){
	.container {max-width: 1340px;}
}

/* Front Page */
.hero-image {
	position: relative;
    background-size: cover;
    height: 0;
    padding-bottom: 45%;
	margin-bottom: 25%
}
.hero-content {
	position: absolute;
	bottom: -50%;
	left: -5%;
	color: #fff;
	background: rgba(54, 221, 180, 0.8);
	padding: clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px) clamp(35px, 6vw, 85px) clamp(40px, 8vw, 125px);
	max-width: 600px;
}

@media(min-width: 767px) {
	.hero-image {margin-bottom: 0;}
	.hero-content {bottom: -10%;}
}
.hero-content h1 span:nth-child(odd) {
	color: #004750;
}
section.social-media {text-align: right; color: #004750; display: none;}
.social-media p {
	display: inline-flex;
    align-items: center;
}
.social-media a {
	color: #004750;
	text-decoration: none;
	margin: 0 0 0 10px;
}
.social-media a:before {
	color: #004750;
	font-size: 20px;
	font-family: dashicons;
}
.social-media a.facebook:before {content: "\f305";}
.social-media a.youtube:before {content: "\f19b";}
.social-media a.linkedin:before {content: "\f18d";}
.social-media a.instagram:before {content: "\f12d";}
.social-media a.tiktok:before {
	content: ''; 
	background: url('images/tiktok-icon.svg') no-repeat center center; 
	width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;}
.social-media a:hover {color: #36DDB4;}
.boxes {padding: clamp(60px, 8vw, 100px) 0;}
.boxes .flex-container.flex-3 > * {flex-basis: 100%;}
.box {
	padding: clamp(20px, 3vw, 40px);
}
.box h2 {
	font-size: clamp(22px, 3.5vw, 40px);
	margin: 0 0 5px 0;
}
.box p {margin: 0;}
.box.dark {background: #004750; color: #fff; }
.box.dark h2, section.dark h2.section-title {color: #fff;}
.box .price {
	font-size: clamp(25px, 5vw, 60px);
	font-weight: 700;
}
.box.dark .price {color: #36DDB4;}
.box.green {background: #36DDB4; color: #fff;}
.box.green .price {color: #004750;}
.box.gray {background:#F2F2F2; color: #004750;}
.box div.arrow {
	width: 38px;
	height: 38px;
	background: url('images/arrow.svg') no-repeat center center;
	background-size: cover;
}
.box.dark div.arrow {background-image: url('images/green-arrow.svg');}
h2.welcome-title {
	color: #004750;
}
span.subhead {
	display: block; 
	font-size: clamp(16px, 1.25vw, 20px);
	text-transform: uppercase; 
	margin: 0 0 10px 0;}
.welcome-content table td strong.visit-us, .welcome-content table td strong.call-us {
	color: #007B5D; }
.welcome-content table td {
	padding: 7px 0;
	color: #004750;
}
.welcome-content table a {
	color: #004750;
	text-decoration: none;
}
.welcome-content a p {
	margin: 0;
} 
.welcome-image img, .welcome-image picture {
    padding: 0 70px;
    border-radius: 50%; }
.welcome-image {
	position: relative;
	margin-bottom: clamp(20px, 3vw, 40px);
}
.welcome-image .image {
    border-radius: 50%;
    height: 0;
    padding: 0 0 100% 0;
    background-size: cover;
}
.welcome-shape {
    background: #36DDB4;
    position: absolute;
    width: 94%;
    height: 0;
    z-index: -1;
    top: 3%;
    left: 3%;
    padding-bottom: 94%;
}
@media(min-width: 1025px) {
	section.social-media {display: block;}
	.flex-container.flex-2 > .welcome-image {flex-basis: 42%;margin-bottom: 0;}
	.boxes .flex-container.flex-3 > * {flex-basis: 33.33333%;}
}
section.treatments {
	padding: clamp(60px, 8vw, 100px) 0;
}
.treatment-image {
	width: 100%;
	text-align: center;
}
.treatment-image img {
    max-height: 100px;
	width: auto;
	margin: 0 auto;
}
.section-title {
	color: #004750;
	margin: 0 0 clamp(20px, 3vw, 40px) 0;
}
.treatment-item {
	background: #f2f2f2;
	margin-top: 50px;
}
.treatment-item:nth-child(even) {
	background: #f8f8f8;
}
.treatment-item .treatment-image{
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 75%,#f2f2f2 75%,#f2f2f2 79%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.treatment-item:nth-child(even) .treatment-image{
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 75%,#f8f8f8 75%,#f8f8f8 79%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.treatment-content {
	position: relative;
	padding: clamp(20px, 3vw, 40px) clamp(40px, 6vw, 70px);
}
.treatment-content h2 {
	color: #004750;
}
.treatment-ages {
    display: inline-flex;
    background: #fff;
	color: #004750;
    padding: 4px 10px 4px 5px;
    border-radius: 20px;
    align-items: center;
	margin: 3px 0;
}
h3.treatment-name {color: #004750;}
h3.treatment-name:before {
    content: '';
    background: #36DDB4;
    width: 24px;
    height: 27px;
    display: block;
    position: absolute;
    left: 0;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    margin-top: 0px;
}
.treatment-ages .dashicons {
	color: #36DDB4;
	font-size: 18px;
	line-height: 1;
}
.age-container {margin-bottom: clamp(20px, 3vw, 40px);}
.treatment-content a.button.green-button {
	padding: 0;
	background: transparent;
}
@media(min-width: 1025px) {
	h3.treatment-name:before { margin-top: 10px; }
	.treatment-item {margin-top: 0px;}
}

/* Default Page */
.hero-main {
	background-size: cover;
	height: 0;
	padding-bottom: 31%;
	position: relative;
	margin-bottom: clamp(30px, 4vw, 50px);
	background-position: center;
}
.hero-main .page-title {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background: #36DDB4;
	padding: 20px clamp(20px, 3vw, 40px);
	max-width: 600px;
}
.hero-main .page-title h1 {
	font-size: clamp(25px, 4vw, 40px);
	font-weight: 800;
	margin: 0;
}
section.main-content {
	padding: clamp(40px, 5vw, 60px) 0;
}

/* Contact Page */
.white-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #36DDB4;
}
.white-box .button {
	background: #eaeaea;
}
.white-box h3 {
	color: #004750;
	font-size: clamp(18px, 2.4vw, 24px);
	margin: 0 0 10px 0;
}

/* Blog Page */

.blog-entry {
	margin: clamp(40px, 6vw, 80px) 0;
}
.blog-entry .post-thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 52.25%;
	background-size: cover;
	background-position: center;
	margin-bottom: clamp(20px, 3vw, 40px);
}
.blog-entry h2 {
	font-size: clamp(22px, 3.5vw, 30px);
	margin: 0 0 10px 0;
	font-weight: 600;
}
.blog-entry h2 a {
	color: #004750;
	text-decoration: none;
}
.entry-content h3 {
	color: #004750;
	font-size: clamp(18px, 2.4vw, 32px);
}
.entry-meta {
	color: #004750;
	margin-bottom: clamp(30px, 4vw, 50px);
	padding-bottom: clamp(30px, 4vw, 50px);
	position: relative;
} 
.entry-meta:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background: #36DDB4;
}
.blog-entry .button.green-button {
	background-color: #f2f2f2;
	transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}
.blog-entry .button.green-button:hover {
	background-color: #004750;
	color: #fff;
}

/* Pagination */
.flex-container.flex-3 > .navigation {
        flex-basis: 100%;
    }
.navigation {
	text-align: center;
	margin: clamp(30px, 4vw, 50px) 0;
}
.navigation li { display: inline-block; margin-right: 5px;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {text-decoration:none;}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	border-radius: 3px;
	border: 1px solid #36DDB4;
	cursor: pointer;
	padding: 5px 12px; }
.navigation li a:hover, .navigation li.active a { background-color: #004750; color: #fff;}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header */
.alert {background: #36DDB4;color: #004750;text-align: center;padding: 10px 0;}
.alert div.widget, .alert p{margin: 0;font-size: 15px;color: #004750;}
.alert a {
	color: #004750;
	font-weight: bold;
	text-decoration: underline;}
section.utility {
    background: #f2f2f2;
    text-align: center;
	padding: 10px 0;
}

section.utility a {
	color: #004750;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
section.utility a:hover {
	color: #36DDB4;
}
section.utility .flex-between {
	justify-content: center;
}
section.utility a img {margin-right: 10px;}
.flex-item.address {display: none;}
header#masthead {
	position: relative;
	padding: 10px 0;
}
span.line:nth-child(odd) {
	color: #004750;
}
@media(min-width: 767px ) {
	section.utility {padding: 10px 0;}
	section.utility .flex-between {justify-content: space-between;}
	.flex-item.address {display: block;}
}
@media(min-width: 1025px ) {
	header#masthead { padding: 0;}
}

/* Doctor Section */
.doctor-quote p{
	color: #004750;
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.6;
}
.doctor-quote p.quote-attribution {
	font-size: clamp(14px, 1.3vw, 21px);
	color: #007B5D;
}

@media (min-width: 1025px) {
    .flex-container.flex-2 > .image-side {
        flex-basis: 44%;
    }
}

/* FAQ Section */
.faq a {
	color: #004750;
	text-decoration: none;
}
.faq a:hover {
	color: #36DDB4;
}
.faq .question {
	border-bottom: 2px solid #36DDB4;
	padding: clamp(15px, 2vw, 30px) 0;
	margin-bottom: 20px;
}
.faq .question h3 {margin: 0; text-transform: uppercase;}
.faq .question h3 a{
	display: flex;
	align-items: center;
	font-size: 18px;
}
.faq.open .question h3 a {color: #36DDB4;}
.answer-text {
    padding: 20px;
}
.faq .question .question-text {
	max-width: 85%;
}
.faq .question .caret {
	margin-right: 25px;
	transform: rotate(45deg);
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
}
.faq.open .question .caret {
	transform: rotate(90deg);
}

/* Form Section */
.flex-container > .form {
	padding: clamp(20px, 3vw, 40px);
	border: 4px solid #F8F8F8;
	width: 100%;
}
p.gform_required_legend {display: none;}
.form input[type="text"], 
.form input[type="text"], 
.form input[type="text"], 
.form input[type="email"], 
.form input[type="url"], 
.form input[type="password"], 
.form input[type="search"], 
.form input[type="number"], 
.form input[type="tel"], 
.form input[type="range"], 
.form input[type="date"], 
.form input[type="month"], 
.form input[type="week"], 
.form input[type="time"], 
.form input[type="datetime"], 
.form input[type="datetime-local"], 
.form input[type="color"], 
.form textarea {
	border-radius: 0px;
	border: 0px solid transparent;
	color: #797979;
	border-bottom: 2px solid #36DDB4;
}
.form .gform_wrapper.gravity-theme .gfield_label, 
.form .gform_wrapper.gravity-theme .ginput_complex label,
.form .gform_wrapper.gravity-theme .gfield-choice-input+label {
	color: #797979;
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.form .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
}
.form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
	padding: 10px 30px;
	background: #004750;
	color: #fff;
	font-size: clamp(14px, 1.15vw, 16px);
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.form .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
	background: #36DDB4;
	color: #004750;
	cursor: pointer;
}
p.form-disclaimer {
	text-align: center;
	font-size: clamp(12px, 1.35vw, 16px);
	color: #797979;
}

@media(min-width: 1025px) {
	.flex-container > .form-info  {
		flex-basis: 35%;
	}
	.flex-container > .form  {
		flex-basis: 60%;
	}
}

/* Testimonial Section */
section.testimonials {
	padding: clamp(60px, 8vw, 100px) 0;
	max-width: 1100px;
	margin: 0 auto;
}
.testimonial-header {
	text-align: center;
	position: relative;
	margin-bottom: clamp(60px, 8vw, 100px);
}
.testimonial-header:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: url('data:image/svg+xml,<svg width="399" height="195" viewBox="0 0 399 195" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.32535e-06 -1.52588e-05C1.04107e-06 107.698 89.3169 195 199.5 195C309.683 195 399 107.698 399 -1.05008e-05L2.32535e-06 -1.52588e-05Z" fill="%2336DDB4" fill-opacity="0.8"/></svg>');
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.testimonial-title {
	background-color: #004750;
	color: #fff;
	padding: clamp(15px, 2.5vw, 30px) clamp(20px, 3vw, 40px);
	display: inline-block;
}
.rpi-review {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
section.testimonials .rpi-review .rpi-testimonial {
	font-size: clamp(16px, 1.25vw, 22px);
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.6;
	padding: clamp(20px, 3vw, 40px);
	max-width: 80%;
    margin: 0 auto;
}
section.testimonials .rpi-review .rpi-author {
	font-size: clamp(14px, 1.15vw, 16px);
	letter-spacing: 1px;
	color: #004750;
	text-align: center;
}
section.testimonials .rpi button.rpi-url {
    display: none !important;
}
.bx-wrapper {
	position: relative;
	padding: 0;
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 38C17.7531 38 16.5181 37.8813 15.295 37.6319C14.0719 37.3944 12.8844 37.0263 11.7325 36.5513C10.5806 36.0763 9.48813 35.4825 8.44313 34.7937C7.41 34.105 6.44813 33.3094 5.56938 32.4306C4.69063 31.5519 3.895 30.59 3.20625 29.5569C2.5175 28.5238 1.92375 27.4194 1.44876 26.2675C0.973753 25.1156 0.605623 23.9281 0.368124 22.705C0.130625 21.4819 1.77004e-06 20.2469 1.66103e-06 19C1.55203e-06 17.7531 0.118749 16.5181 0.368123 15.295C0.605623 14.0719 0.973752 12.8844 1.44875 11.7325C1.92375 10.5806 2.50562 9.48811 3.20625 8.44311C3.90687 7.39811 4.69063 6.44813 5.56938 5.56938C6.44813 4.69063 7.41 3.89502 8.44313 3.20627C9.47625 2.51752 10.5806 1.92375 11.7325 1.44876C12.8844 0.973753 14.0719 0.605623 15.295 0.368124C16.5181 0.11875 17.7531 1.77004e-06 19 1.66103e-06C20.2469 1.55203e-06 21.4819 0.118749 22.705 0.368123C23.9281 0.605623 25.1156 0.973752 26.2675 1.44875C27.4194 1.92375 28.5119 2.51751 29.5569 3.20627C30.59 3.89502 31.5519 4.69063 32.4306 5.56938C33.3094 6.44813 34.105 7.40998 34.7938 8.44311C35.4825 9.47623 36.0762 10.5806 36.5512 11.7325C37.0262 12.8844 37.3944 14.0719 37.6319 15.295C37.8694 16.5181 38 17.7531 38 19C38 20.2469 37.8813 21.4819 37.6319 22.705C37.3944 23.9281 37.0263 25.1156 36.5513 26.2675C36.0763 27.4194 35.4944 28.5119 34.7938 29.5569C34.0931 30.6019 33.3094 31.5519 32.4306 32.4306C31.5519 33.3094 30.59 34.105 29.5569 34.7937C28.5238 35.4825 27.4194 36.0762 26.2675 36.5512C25.1156 37.0262 23.9281 37.3944 22.705 37.6319C21.4819 37.8813 20.2469 38 19 38Z" fill="%2336DDB4"/><path d="M16.7555 24.1062L11.6492 19L16.7555 13.8937" stroke="%23004750" stroke-width="2"/><path d="M28.1437 19L11.6374 19" stroke="%23004750" stroke-width="2"/></svg>') no-repeat 0 0 !important;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 0C20.2469 0 21.4819 0.118747 22.705 0.368122C23.9281 0.605622 25.1156 0.973751 26.2675 1.44875C27.4194 1.92375 28.5119 2.51751 29.5569 3.20626C30.59 3.89501 31.5519 4.69063 32.4306 5.56938C33.3094 6.44813 34.105 7.40998 34.7938 8.44311C35.4825 9.47623 36.0762 10.5806 36.5512 11.7325C37.0262 12.8844 37.3944 14.0719 37.6319 15.295C37.8694 16.5181 38 17.7531 38 19C38 20.2469 37.8813 21.4819 37.6319 22.705C37.3944 23.9281 37.0262 25.1156 36.5512 26.2675C36.0762 27.4194 35.4944 28.5119 34.7938 29.5569C34.0931 30.6019 33.3094 31.5519 32.4306 32.4306C31.5519 33.3094 30.59 34.105 29.5569 34.7937C28.5237 35.4825 27.4194 36.0762 26.2675 36.5512C25.1156 37.0262 23.9281 37.3944 22.705 37.6319C21.4819 37.8813 20.2469 38 19 38C17.7531 38 16.5181 37.8813 15.295 37.6319C14.0719 37.3944 12.8844 37.0262 11.7325 36.5512C10.5806 36.0762 9.48813 35.4825 8.44313 34.7937C7.41 34.105 6.44813 33.3094 5.56938 32.4306C4.69063 31.5519 3.895 30.59 3.20625 29.5569C2.5175 28.5238 1.92375 27.4194 1.44875 26.2675C0.973751 25.1156 0.605622 23.9281 0.368122 22.705C0.130622 21.4819 0 20.2469 0 19C0 17.7531 0.118747 16.5181 0.368122 15.295C0.605622 14.0719 0.973751 12.8844 1.44875 11.7325C1.92375 10.5806 2.50562 9.48811 3.20625 8.44311C3.90687 7.39811 4.69063 6.44813 5.56938 5.56938C6.44813 4.69063 7.41 3.89501 8.44313 3.20626C9.47625 2.51751 10.5806 1.92375 11.7325 1.44875C12.8844 0.973751 14.0719 0.605622 15.295 0.368122C16.5181 0.118747 17.7531 0 19 0Z" fill="%2336DDB4"/><path d="M21.2444 13.8938L26.3506 19L21.2444 24.1063" stroke="%23004750" stroke-width="2"/><path d="M9.8562 19H26.3624" stroke="%23004750" stroke-width="2"/></svg>') no-repeat 0 0 !important;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* Treatments Section */
.treatments-image img {
    max-width: 350px;
}

/* Image Blocks */
.flex-container > .service-image,
.flex-container > .service-content {flex-basis: 100%;}
.service {
	margin-bottom: clamp(60px, 8vw, 100px);
}
.service:nth-child(odd) .service-image{
	background: #36DDB4;
}
.service:nth-child(even) .service-image {
	background: #004750;
}
.service-image .image {
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    transform: scale(1.12);
}
.service-content {
	padding: clamp(20px, 3vw, 40px) clamp(60px, 7vw, 100px);
}
.service-content .block-title {margin-top: 25px;}
.service:nth-child(odd) .service-content{
	background-color: #F8F8F8;
}
.service:nth-child(even) .service-content {
	background-color: #f2f2f2;
}
.service-content a.button.green-button {
	padding: 0;
	background: transparent;
	font-weight: 700;
}

@media(min-width: 1025px) {
	.flex-container > .service-image {flex-basis: 33.333333%;}
	.flex-container > .service-content {flex-basis: 66.666667%;}
}

/* Visit CTA */

section.visit {
	padding: clamp(60px, 8vw, 100px) 0;
}
.visit-flex {
	background: #F8F8F8;
}
.visit-map {
	margin-top: -50px;
}
.visit-map img{
	border-radius: 50%;
}
.visit-info {padding: 5%;}
.visit-flex a.button.green-button {
	padding: 0;
	background: transparent;
}
@media(min-width: 767px) {
	.visit-map {
		flex-basis: clamp(300px, 40%, 450px);
		position: relative;
		margin-bottom: -50px;
	}
	.visit-info {flex-basis: calc(100% - clamp(300px, 40%, 450px));}
}

/* Text CTA */
.text-us {
	padding: clamp(60px, 8vw, 100px) 0;
	position: relative;
}
.text-us-image {
    flex-basis: 100%;
    background-size: cover;
    height: 0;
    padding-bottom: 30%;
}
.text-shadow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 750px);
}
.text-us-content {
    background: #36DDB4;
    padding: 5%;
	flex-basis: 100%;
}
.text-us-content h2.section-title {
	color: #fff;
	margin-bottom: 20px;
}
.text-us-content h2.section-title span {
	color: #004750;
}
.text-us-content a {
	display: block;
	text-align: right;
	color: #004750;
	font-size: clamp(25px, 5vw, 60px);
	font-weight: 700;
	text-decoration: none;
}
@media(min-width: 1025px) {
	.text-us-image {flex-basis: 75%;}
	.text-us-content {flex-basis: 45%;margin-left: -20%;}
}

/* Footer CTA */
.cta {
	padding: clamp(60px, 8vw, 100px) 0;
	position: relative;
}
.cta-container {
	position: relative;
    background-size: cover;
    background-color: #00475067;
    background-blend-mode: overlay;
}
.cta-container:after {
	content: '';
    position: absolute;
    top: 30px;
    left: -50px;
    width: 100%;
    height: 100%;
	background: url('data:image/svg+xml,<svg width="239" height="478" viewBox="0 0 239 478" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_33_153)"><path d="M0 478C131.999 478 239 370.999 239 239C239 107.001 131.999 2.11632e-05 4.17881e-05 9.62353e-06L0 478Z" fill="%2336DDB4" fill-opacity="0.8"/></g><defs><clipPath id="clip0_33_153"><rect width="239" height="478" fill="white" transform="translate(239 478) rotate(-180)"/></clipPath></defs></svg>') no-repeat left center;
	background-size: contain;
}
.cta-content {
	padding: clamp(40px, 10vw, 140px);
	position: relative;
	z-index: 1;
}
.cta-content h2 {
	color: #fff;
	font-size: clamp(25px, 4vw, 39px);
    margin: 0 0 clamp(20px, 3vw, 40px) 0;
}

/* Footer */
footer.site-footer {
	background: #F8F8F8;
}
footer.site-footer .site-info{
	padding: clamp(40px, 7vw, 70px) 0;
}
.footer-columns {
    column-count: 2;
    column-gap: 40px;
}
.footer-link  {
	margin-bottom: 20px;
}
.footer-link a {
	color: #004750;
	text-decoration: none;
	font-weight: 600;
}
.footer-button a.button{
	background-color:#36DDB4;
}
.site-logo {
    padding: 5%;
}
footer.site-footer .social-media a{
	text-align: left;
	margin: 0 10px 0 0;
}
.copyright {
    background: #F2F2F2;
    padding: 15px 0;
}
.copyright p {
	margin: 0;
	color: #797979;
	font-size: 16px;
}
.copyright a, .copyright .sep {
	color: #004750;
	text-decoration: none;
	font-weight: 600;
}
.copyright .sep:first-of-type {
	display: none;
}

@media(min-width: 1025px) {
	.site-logo {
    	flex-basis: 18%;
		padding: 0;
	}
	.footer-columns {
		flex-basis: 45%;
		column-count: 3;}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.menu-top-menu-container {
    position: absolute;
	left: 0;
    width: 100%;
}
.main-navigation ul {
	list-style: none;
}
.main-navigation ul.menu > li.button {
	position: relative;
}
.main-navigation ul.menu > li.button > a {
	padding-right: 0;
	position: relative;
	background: transparent;
}
.main-navigation ul.menu > li.button > a:hover {
	color: #fff;
}
.main-navigation ul.menu > li.button > a:after {
	transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}
.main-navigation ul.menu > li.button:hover > a:after {
	transform: rotate(90deg);
}
.main-navigation ul.menu > li.button {
    background-color: #36DDB4;
}

.main-navigation .menu-top-menu-container > ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.main-navigation ul.menu > li > a {
	color: #004750;
	font-weight: 500;
	padding: 12px 20px;
	font-size: clamp(14px, 1.25vw, 20px);
	letter-spacing: 1px;
}
.main-navigation ul.menu > li > a:hover {
	color: #36DDB4;
}
.main-navigation ul ul {
	margin-left: 0;
}

.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 {
	background: #fff;
	padding: 10px 20px;
	font-size: clamp(14px, 1.25vw, 16px);
}
.main-navigation ul ul a:hover {
	background:#2E2E2E;
	color: #fff;
}
.main-navigation ul#primary-menu > li:first-of-type{
	border-top: 1px solid #2E2E2E42;
}
.main-navigation ul#primary-menu > li {
	border-bottom: 1px solid #2E2E2E42;
}
.main-navigation ul li.facebook a:before {
	color: #36DDB4;
	content: "\f305";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li.facebook, .main-navigation ul li.youtube {
	display: inline-block;
	border-bottom: 0px solid transparent;
}
.main-navigation ul li.youtube a:before {
	color: #36DDB4;
	content: "\f19b";
	font-size: 35px;
	font-family: dashicons;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation .phone-button {display: none;}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a.button {display: inline-block;}
.menu-item-has-children a span.plus {
    display: inline-block;
	vertical-align: middle;
    margin-left: 10px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #36DDB4;
    text-align: center;
    color: #fff;
    font-weight: bold;
    transform: rotate(0deg);
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    font-size: 24px;
    line-height: 1;
}
.menu-item-has-children a span.plus.open {
	transform: rotate(45deg);
}
/* Small menu. */
.menu-toggle {
	display: block;
}
.phone-button {
	margin: 0;
	text-align: center;
}
nav#site-navigation .menu-toggle {
    position: absolute;
	width: 54px;
    height: 36px;
    padding: .65em;
    border: 0px solid transparent;
	box-shadow: inset 400px 0 0 0 #36DDB4;
	top: 10px;
    right: clamp(10px, 2.5vw, 25px);
	z-index: 99;
}
.menu-toggle .menu-bar {
	display: block;
	left: 18px;
	width: 18px;
	height: 0.25em;
	margin-top: 0.188em;
	background-color: #fff;
	position: absolute;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.menu-toggle .menu-bar:first-of-type {top: 7px;}
.menu-toggle .menu-bar:nth-child(2) {top: 14px;}
.menu-toggle .menu-bar:nth-child(3) {top: 21px;}
.toggled .menu-toggle .menu-bar:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}
.toggled .menu-toggle .menu-bar:nth-child(2) {
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;}
.toggled .menu-toggle .menu-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;}

@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}
	.main-navigation {
		display: inline-block;
        width: auto;}
	.menu-top-menu-container {position: relative;}
	.main-navigation .phone-button {
		display: block;
		position: absolute;
		top: -30px;
		right: 40px;
		margin: 0;
	}
	.main-navigation .menu-top-menu-container > ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
	}
	.main-navigation ul#primary-menu > li,
	.main-navigation ul#primary-menu > li:first-of-type {
		border: 0px solid transparent;
	}
	.main-navigation .menu-top-menu-container > ul > li > a {
		line-height: 1;
		padding: 0px clamp(10px, 1.2vw, 20px);
	}
	.main-navigation .menu-top-menu-container > ul > li:not(.button) > a {
		padding: 35px clamp(10px, 1.2vw, 20px);
	}
	.main-navigation .menu-top-menu-container > ul > li.button > a {
		padding: 25px clamp(10px, 1.2vw, 20px);
	}
	.home .main-navigation ul.menu > li.button:before {
		content: '';
    	position: absolute;
   		padding-bottom: 200%;
    	top: 0;
    	height: 0;
   	 	width: calc(100% + 50px);
   	 	background-color: #36DDB4;
    	left: 0px;
		z-index: -1;
	}
	.menu-item-has-children a span.plus {
		display: none;
	}
	.main-navigation ul li > .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		left: -999em;
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;}
	.main-navigation ul li:hover > ul.sub-menu {
		left: auto;
    	transform: translateY(0px);
    	opacity: 1;}
}

@media(max-width: 1025px){
	.main-navigation ul li > .sub-menu {display: none;}
	.menu-top-menu-container {
		position: relative;
		z-index: 99;
	}

}

.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%;
}

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

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

.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;
}

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