/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

h1 {
	font-size: 1.875rem;
}

@media (min-width: 1024px) {
	h1 {
		font-size: 3.5rem;
	}
}

sup {
	font-size: 50%;
	vertical-align: super;
}

.elementor-element.entry-title h1,
.page-header .entry-title {
	text-transform: uppercase;
	font-size: 1.875rem;
}

.page-header .entry-title {
	padding: 0 1.5rem;
}

@media (min-width: 1024px) {
	.elementor-element.entry-title h1,
	.page-header .entry-title {
		font-size: 3.5rem;
		max-width: 1344px;
	}

	.page-header .entry-title {
		padding: 3rem 0 0;
	}
}

.no-transform {
	text-transform: none !important;
}

.footnote {
	font-size: 1rem;
}

.footnote strong {
	color: inherit;
}

@media (max-width: 1023px) {
	.footnote {
		font-size: 0.875rem;
	}
}

@media (max-width: 1023px) {
	.e-con>.e-con-inner {
		padding: 1.5rem;
	}
}

.footer-menu .menu,
.footer-menu .elementor-nav-menu {
	list-style: none;
	padding: 0;
}

.footer-menu .menu .menu-item,
.footer-menu .elementor-nav-menu .menu-item {
	font-size: 1.25rem;
}

.footer-menu .menu .menu-item:not(:last-child),
.footer-menu .elementor-nav-menu .menu-item:not(:last-child) {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.footer-menu .menu .menu-item:not(:last-child),
	.footer-menu .elementor-nav-menu .menu-item:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.footer-menu .menu .menu-item a,
.footer-menu .elementor-nav-menu .menu-item a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	padding: 0;
}

.footer-menu .menu .menu-item a:hover,
.footer-menu .elementor-nav-menu .menu-item a:hover {
	color: var(--e-global-color-primary);
	padding: 0;
}

#menu-footer-for-patients .exit-unload a {
    background-color: var(--e-global-color-primary);
    color: #fff !important;
    padding: 0.5em 1em;
    font-weight: 700 !important;
    font-size: 120%;
    text-transform: uppercase;
}

.elementor-widget-accordion,
.elementor-widget-n-accordion {
	--n-accordion-title-font-size: 1.25rem;
    --n-accordion-item-title-space-between: 0;
    --n-accordion-item-title-distance-from-content: 0;
    --n-accordion-title-normal-color: var(--e-global-color-secondary);
    --n-accordion-title-hover-color: var(--e-global-color-secondary);
    --n-accordion-title-active-color: #fff;
    --n-accordion-icon-size: 2.75rem;
    --n-accordion-icon-gap: 1.25rem;
}

.elementor-accordion .elementor-accordion-item {
	border: none;
}

.elementor-accordion .elementor-tab-title {
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--e-global-color-text);
	border: 1px solid var(--e-global-color-accent);
	padding: 0.75em 1em;
}

.elementor-accordion .elementor-accordion-item:not(:last-child) .elementor-tab-title {
	border-bottom: none;
}

.elementor-accordion .elementor-tab-title a {
	color: var(--e-global-color-text);
	font-weight: 400;
}

.elementor-accordion .elementor-tab-title.elementor-active {
	background-color: var(--e-global-color-accent);
}

.elementor-accordion .elementor-tab-title.elementor-active a {
	color: #fff;
}

@media (min-width: 768px) {
	.elementor-widget-accordion,
	.elementor-widget-n-accordion {
		--n-accordion-title-font-size: 2.5rem;
	    --n-accordion-item-title-space-between: 0;
	    --n-accordion-item-title-distance-from-content: 0;
	    --n-accordion-title-normal-color: var(--e-global-color-secondary);
	    --n-accordion-title-hover-color: var(--e-global-color-secondary);
	    --n-accordion-title-active-color: #fff;
	    --n-accordion-icon-size: 2.75rem;
	    --n-accordion-icon-gap: 1.25rem;
	}

	.elementor-accordion .elementor-tab-title {
		font-size: 2.5rem;
	}
}

/* Find a Clinic */

#locator-wrapper .content {
	text-align: center;
	font-size: 16px;
}

#locator-wrapper .location-single span[itemprop=employee],
#locator-wrapper .location-single span[itemprop=name],
#locator-wrapper .location-single div[itemprop=address],
#locator-wrapper .location-single span[itemprop=telephone],
#locator-wrapper .location-single span[itemprop=faxNumber],
#locator-wrapper .location-single span.location-email,
#locator-wrapper .location-single span.location-url,
#locator-wrapper .location-single span.clinic-description {
	display: block;
}

#locator-wrapper .location-single span[itemprop=employee]:not(:last-child),
#locator-wrapper .location-single span[itemprop=name]:not(:last-child),
#locator-wrapper .location-single div[itemprop=address]:not(:last-child),
#locator-wrapper .location-single span[itemprop=telephone]:not(:last-child),
#locator-wrapper .location-single span[itemprop=faxNumber]:not(:last-child),
#locator-wrapper .location-single span.location-email:not(:last-child),
#locator-wrapper .location-single span.location-url:not(:last-child),
#locator-wrapper .location-single span.clinic-description:not(:last-child) {
	margin-bottom: 0.25em;
}

#locator-wrapper .location-single span[itemprop=name] {
	font-weight: 600;
}

#locator-wrapper .location-single span[itemprop=streetAddress] {
	display: block;
}

#locator-wrapper .location-single span[itemprop=telephone]:before {
	content: 'P: ';
}

#locator-wrapper .location-single span[itemprop=faxNumber]:before {
	content: 'F: ';
}

#locator-wrapper .location-single span.clinic-description {
	font-size: 75%;
	opacity: 0.9;
	padding-top: 0.25em;
	display: block;
}

#locator-wrapper #overview-map {
	padding-top: 0;
}

#locator-wrapper #overview-map .map-wrapper {
	padding-right: 11%;
}

#locator-wrapper #overview-map .map-wrapper #map-svg {
	max-width: 100%;
	width: 100%;
	height: auto;
	stroke: #000;
	stroke-linejoin: round;
	fill: none;
}

#locator-wrapper #overview-map .map-wrapper #map-svg path {
	stroke-width: 0.971;
	fill: #f9f9f9;
	fill-rule: evenodd;
}

#locator-wrapper #overview-map .map-wrapper #map-svg path.has-locations {
	fill: var(--e-global-color-primary);
	cursor: pointer;
	transition: fill 86ms;
}

#locator-wrapper #overview-map .map-wrapper #map-svg path.has-locations:hover {
	fill: var(--e-global-color-accent);
}

#locator-wrapper #results {
	padding-top: 0;
}

#locator-wrapper #results #btn-show-map {
	margin-bottom: 1rem;
}

#locator-wrapper #results h3.map-heading {
	text-align: center;
	color: var(--e-global-color-primary);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1rem;
}

#locator-wrapper #results #map {
	height: calc(100vw - 4rem);
	border: var(--e-global-color-accent) 2px solid;
}

@media (min-width: 1024px) {
	#locator-wrapper #results #map {
		position: sticky !important;
	    top: 0;
	    height: auto;
	    aspect-ratio: 1;
	}
}

#locator-wrapper #results #map canvas {
	width: 100% !important;
	height: 100% !important;
}

#locator-wrapper #results .columns {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 1024px) {
	#locator-wrapper #results .columns {
		flex-direction: row;
	}
}

#locator-wrapper #results .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

#locator-wrapper #results .location-single {
	transition: transform 40ms;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,2%);
    color: #636569;
    max-width: 100%;
    position: relative;
}

#locator-wrapper #results .location-single:not(:last-child) {
	margin-bottom: 1.5rem;
}

#locator-wrapper #results .location-single:hover {
	cursor: pointer;
}

#locator-wrapper #results .location-single .card-content {
	padding: 2.5rem;
	padding-left: 5rem;
	line-height: 1.4;
	overflow-x: auto;
}

#locator-wrapper #results .location-single .card-content:before {
	content: "\f230";
	color: #3fb1ce;
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1rem;
    height: 2.25rem;
    font-size: 2.25rem;
    vertical-align: top;
    text-align: center;
    position: absolute;
    left: 2rem;
}

#locator-wrapper .locator-pane {
	opacity: 0;
	z-index: 1;
	transition: all 0.35s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#locator-wrapper .locator-pane.active {
	z-index: 2;
	opacity: 1;
}