@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
* GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html body {
  font-size: 1.125rem;
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper:not([class*="usg_"]) > div, html .l-footer .w-hwrapper:not([class*="usg_"]) > div {
  margin: 0.6rem;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
.l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-overlay {
  top: var(--header-height);
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-content-primary);
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 1.5rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 300 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #a32744;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #a32744;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.hours-table .hours {
  text-align: right;
}
.select2-selection, select, textarea, input:not([type=submit]) {
  background-color: #eaeaea !important;
}
input[type=submit]:not(.w-btn) {
  border: 1px solid #E18298 !important;
}
.no-touch input[type=submit]:not(.w-btn):hover {
  border: none !important;
}
.remove-border {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.small_line_height h3 {
  margin-bottom: 10px;
  line-height: 1;
  padding-top: 10px;
}
.hours_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px;
}
.hours_rows > div {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
@media screen and (min-width: 1800px) {
  section.l-section.wpb_row.internal--body.height_medium {
    background-image: url("../../../uploads/2025/06/int-flower1.png"), url("../../../uploads/2025/06/int-flower2.png");
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 15%, 40%;
  }
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
* BLOG GRID/LIST
* will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.layout_182 .post_content {
  margin-bottom: 1rem;
}
/* BLOG POST */
.blog--content .post_image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .blog--content .post_image {
    float: right;
    max-width: 35%;
    margin-left: 2rem;
  }
}
.blog--content .post_title {
  margin-bottom: 0.25em;
}
.blog--content .post_date {
  font-size: 1rem;
  display: block;
  position: relative;
}
.blog--content .post_date i {
  position: absolute;
  left: 0;
  top: 0;
}
.blog--content .post_content {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] {
  font-size: 1rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  [class*="--sidebar"] > div {
    padding: 0 !important;
    margin-top: -7%;
  }
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  text-transform: uppercase;
  text-align: center;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  text-align: center;
}
[class*="--sidebar"] .page-list {
  margin-left: 0;
  list-style-type: none;
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 10%;
}
[class*="--sidebar"] .page-list li {
  padding: 0.4em 1.2em;
  margin: 0;
  text-align: center;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  [class*="--sidebar"] .page-list li {
    display: inline;
  }
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  text-decoration: underline;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  background-color: rgba(0, 0, 0, 0.05);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
.w-nav .center_logo a {
  border: none !important;
}
.w-nav.type_mobile .center_logo {
  display: none;
}
/*Nikki*/
.header_hor .w-nav.type_desktop > .w-nav-list, .header_hor .w-nav.type_desktop > .w-nav-list .sticky {
  max-height: 76px;
}
/*body.page-id-7 .l-header.pos_fixed:not(.sticky) .l-subheader.at_middle {
	@media screen and (min-width: 1200px) {
		background: transparent;

		li {
			color: white;
		}
		.current-menu-item>a {
			color: white;

		}
		.center_logo {
			display: none;
		}
		.l-subheader.at_middle a:hover {
			color: white;
		}
		.w-nav.type_desktop .hover_underline .w-nav-title a.w-nav-anchor.level_1 {
			color: white;
		}
	}
}*/
.no-touch .owl-carousel.navpos_outside.navstyle_circle > .owl-nav button:hover, .no-touch .owl-carousel.navpos_outside.navstyle_block > .owl-nav button:hover {
  color: white;
}
.owl-prev:after {
  content: "";
  color: white;
}
.owl-next:after {
  content: "";
  color: white;
}
#home_testimonials {
  color: white;
  text-align: center;
  font-size: 1.25em;
}
#home_testimonials h2, #home_testimonials .highlight {
  font-size: clamp(3.8rem, 3vw, 3rem);
  color: white;
}
@media screen and (min-width: 1125px) {
  .center_logo {
    width: 150px;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1124px) {
  .center_logo {
    display: none;
  }
}
#masthead_home h1 {
  text-align: center;
  text-transform: capitalize;
  color: white;
  font-weight: bold;
  line-height: 1;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  #masthead_home {
    display: none;
  }
}
#boxes_container {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  /*> div {
		@media screen and (min-width: 768px) {
			margin-top: -50px;
		}
	}*/
}
#home_boxes {
  background: #cbbbbc;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  /*@media screen and (min-width: 1024px) {
		margin-top: -12%;
		padding-bottom: 2rem;
	}*/
}
@media screen and (max-width: 767px) {
  #home_boxes .g-cols.via_flex > div > .vc_column-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #home_boxes .box-container {
    flex-direction: column;
  }
}
#home_boxes .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #home_boxes .box-container {
    max-width: 100%;
  }
}
#home_boxes .box-container .custom-box {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  border: 12px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
}
@media screen and (max-width: 767px) {
  #home_boxes .box-container .custom-box {
    margin-bottom: 15px;
    border-width: 6px;
  }
}
#home_boxes .box-container .custom-box .box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
#home_boxes .box-container .custom-box .box-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#home_boxes .box-container .custom-box .box-content h2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #home_boxes .box-container .custom-box .box-content h2 {
    font-size: 1rem;
  }
}
#home_boxes .box-container .custom-box .box-content .highlight {
  font-size: 3rem;
  font-weight: bold;
  line-height: 0.75;
}
@media screen and (max-width: 767px) {
  #home_boxes .box-container .custom-box .box-content .highlight {
    font-size: 1.5rem;
  }
}
#home_boxes .box-container .custom-box .box-content p {
  color: #35212c;
  /*font-size: var(--h2-font-size);*/
  font-size: 2rem;
  text-transform: uppercase;
  font-family: Marcellus, serif;
}
@media screen and (max-width: 989px) {
  #home_boxes .box-container .custom-box .box-content p {
    font-size: 2rem;
  }
}
#home_boxes .box-container .custom-box .box-content p .far, #home_boxes .box-container .custom-box .box-content p .fal {
  font-size: 5rem;
  line-height: 2;
}
@media screen and (max-width: 989px) {
  #home_boxes .box-container .custom-box .box-content p .far, #home_boxes .box-container .custom-box .box-content p .fal {
    font-size: 3rem;
  }
}
#home_boxes .box-container .custom-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgba(53, 33, 44, 0.7);
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: height 0.02s ease-in-out, background-color 0.02s ease-in-out;
  -o-transition: height 0.02s ease-in-out, background-color 0.02s ease-in-out;
  transition: height 0.02s ease-in-out, background-color 0.02s ease-in-out;
}
#home_boxes .box-container .custom-box .overlay .overlay-heading {
  margin: 0;
  font-weight: bold;
  display: block;
}
#home_boxes .box-container .custom-box .overlay .overlay-text {
  display: none;
}
@media screen and (max-width: 989px) {
  #home_boxes .box-container .custom-box .overlay {
    height: 50%;
  }
}
#home_boxes .box-container .custom-box:hover .overlay {
  height: 100%;
  background: rgba(253, 141, 168, 0.8);
}
#home_boxes .box-container .custom-box:hover .overlay .overlay-heading {
  display: none;
}
#home_boxes .box-container .custom-box:hover .overlay .overlay-text {
  display: block;
}
#doctors_home {
  --site-content-width: 1052px;
}
@media screen and (min-width: 768px) {
  #doctors_home .l-section-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../uploads/2025/06/meet-flowers.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  #doctors_home .g-cols.vc_row > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#doctors_home .doctors_image_buttons {
  margin: 0 auto;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #doctors_home .doctors_image_buttons {
    padding-bottom: 1rem;
  }
}
#doctors_home h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  color: white;
}
#doctors_home .us-btn-style_2 {
  padding: clamp(0.8em, 2vw, 1em) clamp(1rem, 3vw, 7rem);
}
.internal--content img {
  border: 12px solid white;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
}
#welcome_home h2:first-of-type {
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--h1-color);
}
#welcome_home img {
  border: 12px solid white;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.53);
}
#welcome_home .social_proof_icons img {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social_proof_icons .w-image-h {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social_proof_icons .w-image-h :first-of-type {
  max-width: 200px;
}
.steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.step {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: auto 1rem 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step img {
  width: 200px;
  height: auto;
}
.step .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.w-image.background_shadow {
  position: relative;
  display: inline-block;
}
.w-image.background_shadow .w-image-h {
  position: relative;
  z-index: 2;
}
.w-image.background_shadow::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 20%;
  width: 100%;
  height: 100%;
  background-image: url("../../../uploads/2025/06/home_texture_bg_2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
[class*="--sidebar"] > div > div {
  color: white;
  padding-top: 2rem;
  font-size: 1rem;
  border: 15px solid #fff;
  background-color: #b4b1b1e6;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
}
[class*="--sidebar"] > div > div .highlight {
  display: block;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}
[class*="--sidebar"] > div > div h2, [class*="--sidebar"] > div > div a {
  color: white;
}
span.highlight {
  font-family: "Marcellus", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.pink {
  color: var(--color-content-primary);
}
.pink_title {
  color: var(--color-content-primary);
  text-transform: lowercase !important;
  font-size: 5rem;
  line-height: 0.8;
}
.white {
  color: white;
}
.img_border {
  border: 15px solid #fff;
  background-color: #b4b1b1e6;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 767px) {
  .add_padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/*footer */
.overlay-container {
  position: absolute;
  top: auto;
  left: auto;
  width: 33.3%;
  height: 100%;
  background: #cbbbbcE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .overlay-container {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 3;
  }
}
.overlay-container .overlay-logo {
  max-width: 180px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .overlay-container .overlay-logo {
    max-width: 150px;
  }
}
.overlay-container .overlay-link {
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
}
.overlay-container a.overlay-link:first-of-type {
  font-family: "Marcellus";
  font-weight: bold;
}
.overlay-container .hours-table {
  color: white;
  max-width: 12em;
}
.map-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.map-container .map-image {
  width: 100%;
  height: 641px;
  -o-object-fit: cover;
  object-fit: cover;
}
.map-container .map-marker {
  position: absolute;
  top: 50%;
  left: 68%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 3;
}
.map-container .map-marker img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.map-container .map-marker:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#common_procedures img {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(121, 121, 121, 0.53);
  box-shadow: 0px 5px 15px 0px rgba(121, 121, 121, 0.53);
  border: 12px solid white;
}
@media screen and (max-width: 767px) {
  #common_procedures img {
    margin: auto;
    margin-bottom: 30px;
  }
}
.services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem;
}
.services-container .service-link {
  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;
  padding: 0.25rem 0;
  border: 1px solid #E18298;
  background-color: #fff;
  color: #E18298;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 220px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.services-container .service-link:hover {
  background-color: #E18298;
  color: #fff !important;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .services-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0;
  }
  .services-container .service-link {
    width: auto;
    font-size: 0.75rem;
    padding: 0.75rem 5px;
  }
}
@media screen and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
