:root {
  --fixed_header: 76px;
  --fixed_footer: 66px;
  --section_spacing: 5rem;
  --offset: 0;
}

@media (min-width: 576px) {
  :root {
    --fixed_header: 76px;
    --fixed_footer: 66px;
  }
}

@media (min-width: 768px) {
  :root {
    --fixed_header: 132px;
  }
}

@media (min-width: 992px) {
  :root {
    --fixed_header: 132px;
    --fixed_footer: 0px;
  }
}

@media (min-width: 1199px) {
  :root {
    --section_spacing: 6rem;
  }
}

.post-type-archive-team .full-width-background {
    background-color: #fff;
    padding: 0em 0;
}

.min-h-100 {
  min-height: 100vh;
}
@media (min-width: 992px) {
  .col-lg-25 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {
  .flc-header-fixed-top .navbar-collapse {
    max-height: calc( 100vh - var(--fixed_header));
    overflow: auto;
    border-top: 1px solid var(--primary);
  }
}

/* Adds margin top to the website so sections won't be behind the fixed menu */
.flc-header-fixed-top {
  margin-top: var(--fixed_header);
}

/* if fixed menu turned on then the first section is using the .min-h-100 class is adjusted */
@media (max-width: 767px) {
  .flc-header-fixed-top .flc-section-order-1.min-h-100 {
    min-height: calc( 100vh - var(--fixed_header));
  }
}

/* if the first section is using the .min-h-100 class then a padding bottom is added so the mobile fixed cta doesn't cover the content of the section */
@media (max-width: 991px) {
  .flc-header-fixed-top .flc-section-order-1.min-h-100 {
    padding-bottom: var(--fixed_footer);
  }
}

/* fixed menu transparent is toggled in 768px+ and the necessary adjustments are here */
@media (min-width: 768px) {
  .flc-header-fixed-top:not(.fixed-transparent) .flc-section-order-1.min-h-100 {
    min-height: calc( 100vh - var(--fixed_header));
  }

  .flc-header-fixed-top.fixed-transparent {
    margin-top: 0;
  }

  .flc-header-fixed-top.fixed-transparent .header-image,
  .flc-header-fixed-top.fixed-transparent .flc-section-order-1.flc-video-standard,
  .flc-header-fixed-top.fixed-transparent .flc-section-order-1.flc-hero_image-standard {
    padding-top: var(--fixed_header);
  }
}

html {
  scroll-padding-top: var(--fixed_header);
  scroll-padding-bottom: var(--fixed_footer);
  scroll-behavior: smooth;
}

.content-wrap {
  margin-top: calc( var(--section_spacing) / 2 );
  margin-bottom: calc( var(--section_spacing) / 2 );
}

.flc-section-padding {
  padding-top: var(--section_spacing);
  padding-bottom: var(--section_spacing);
}

.flc-section-margin {
  margin-top: var(--section_spacing);
  margin-bottom: var(--section_spacing);
}

.white-me {
  filter: brightness(0) invert(1);
}

.text-black {
  color: black !important;
}

.flc-header {
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, .25);
}

.attachment-fixed {
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .attachment-fixed {
    background-attachment: fixed;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* GLOBAL */

.bg-light {
  background-color: var(--light) !important;
}

.bg-dark {
  background-color: #295215 !important;
}

.logged-in img:not([alt]),
.logged-in img[alt=""]:not([aria-hidden="true"]) {
  border: 5px solid red;
}

body {
  font-family: var(--font_body);
  color: var(--body_text_color);
}

.text-body {
  color: var(--body_text_color) !important;
}

.font-body {
  font-family: var(--font_body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.lead,
.font-heading {
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
}

.text-shadow {
  text-shadow: 0px 0px 6px #0000009c;
}

body.media {
  display: block;
}

a,
button,
svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s
}

.h3,
h3,
dt {
  font-size: 1.75rem;
}

.has-background-image {
  background-size: cover;
}

.header-height {
  min-height: 36em;
}

#search-box{
  z-index: 1;
}

.sr-only {
  z-index: 1031;
}

.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1031;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem !important  ;
}
.btn-skip-content:focus {
  padding: .375rem .75rem !important  ;

}
.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1031;
  color: white;
  border: 1px solid white;
  padding: .375rem .75rem;
}

a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn):not(.flc-menu a):not(.nostyling a):not(.no-underlines) {
  text-decoration: underline !important;
}

#content {
  position: relative;
}

.content-highlight {
  position: absolute;
  transition: .2s;
  top: 0;
  left: 0;
  background: #fff8a3;
  z-index: -1;
}

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

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a:not(.btn),
.text-white a:not(.btn):hover,
.text-white a:not(.btn):focus {
  color: inherit;
}

/* SAGE DEFAULT */
.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft, .alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (max-width: 575px) {
  .alignleft,
  .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* FOCUS */
a:focus {
  outline-style: dotted;
  outline-width: 1px;
}

input:focus, select:focus, textarea:focus, [tabindex]:not([tabindex='-1']):focus {
  outline-style: dotted;
  outline-width: 2px;
}

.bg-primary a:focus,
.bg-secondary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
  outline-color: white !important;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.white-outline a:not(.btn) {
  color: white;
}

.bg-primary .flc-socials:not(.socials-border) a .svg-inline--fa,
.bg-secondary .flc-socials:not(.socials-border) a .svg-inline--fa,
.white-outline .flc-socials:not(.socials-border) a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.has-submenu .svg-inline--fa {
  padding: 0 !important;
  border-bottom: 0 !important;
}

@media (min-width: 992px) {
.flc-header:not(.flc-header-popup) .dropdown-menu .svg-inline--fa {
    height: .8em;
    margin-left: 5px;
    color: #000;
  }
}


.flc-header-standard .btn-container {
    padding-right: 3.5em;
    padding-top: 1.3em;
    z-index: 10;
}

.btn-container a.contact_anchor {
    text-transform: uppercase;
    background-color: #7a6b5d;
    border: 1px solid;
}

.flc-hero_image h2.heading {
    text-align: center;
    font-size: 3.7em;
    padding-bottom: 1.5em;
}
.flc-hero_image h2.heading span {
    display: block;
}

/* SMARTMENU DEFAULTS */

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 4's default CSS.
 These are theme independent and should work with any Bootstrap 4 theme mod.
*/

/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}

/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}

/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}

/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}

/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}

/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	right: 1em;
}

/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}

/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}

.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}

/* NAVBAR */

.navbar-nav.sm-collapsible .sub-arrow::before {
  display: none;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  border: none;
}

.sub-arrow svg {
  border: none !important;
}

.navbar-nav a .sub-arrow .fa-angle-down {
  transition: transform 0.3s ease;
  pointer-events: none;
}

@media (max-width: 991px) {
  .navbar-nav a.highlighted .sub-arrow .fa-angle-down {
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
  }
}
.navbar .navbar-collapse {
  flex-wrap: wrap;
  z-index: 99;
}

.navbar .dropdown-toggle::after {
  display: none;
}

/* .dropdown-item.active,
.dropdown-item:active,
.navbar-nav a:focus,
.navbar-nav a:hover {
  background: transparent;
} */

/* .navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
  background-color: white;
} */

.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}

.navbar-nav a {
  text-decoration: none !important;
}

.style-switcher {
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.btn-wcag {
  position: relative;
  height: 40px;
  width: 55px;
  padding: .2rem .5rem !important;
  font-size: 1rem;
  line-height: 1;
  border-radius: .25rem;
  background-color: var(--primary_wcag);
  border-color: var(--primary_wcag);
  color: white;
}

.btn-wcag-notification {
  background-color: var(--primary_wcag);
  border-color: var(--primary_wcag);
  color: white;
}

.btn-wcag-notification:hover,
.btn-wcag-notification:focus {
  background-color: white;
  border-color: var(--primary_wcag);
  color: var(--primary_wcag);
}

.btn-oval .btn-wcag,
.btn-wcag-round {
  width: 40px;
}

#body .btn-wcag-round {
  border-radius: 100px !important;
}

.btn-wcag:focus,
.btn-wcag:hover {
  color: var(--primary_wcag);
  background-color: white;
  border-color: var(--primary_wcag);
}

.navbar-dark .btn-wcag {
  background-color: white;
  color: #000;
  border-color: var(--secondary_wcag);
}

.navbar-dark .btn-wcag:focus,
.navbar-dark .btn-wcag:hover {
  background-color: var(--secondary_wcag);
  color: white;
  border-color: white;
}

.navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: white;
}

.navbar-dark .dropdown-menu {
  border-color: black;
  color: black;
}

.navbar-dark .dropdown-menu a {
  color: #000;
}

.navbar-dark .dropdown-menu a:hover,
.navbar-dark .dropdown-menu a:focus,
.contrastHigh .navbar-dark .dropdown-menu a:hover,
.contrastHigh .navbar-dark .dropdown-menu a:focus {
  color: #333 !important;
  background-color: var(--light);
}

.contrastHigh .navbar-dark .dropdown-menu a:not(.btn):focus {
  outline: 2px dotted currentColor !important;
  background-color: transparent;
}

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
  z-index: 1000;
}

.navbar-dark .navbar-toggler span {
  background: currentColor;
}

.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
  color: #000;
  border-color: #000;
  background: white;
}
.navbar-dark button:focus {
    outline: 5px auto #000;
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
  border-color: white;
}

.navbar-light .navbar-nav a,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--dark);
}

.navbar-light .dropdown-menu a:hover,
.navbar-light .dropdown-menu a:focus,
.contrastHigh .navbar-light .dropdown-menu a:hover,
.contrastHigh .navbar-light .dropdown-menu a:focus {
  color: var(--primary);
  background-color: var(--light);
}

.contrastHigh .navbar-light .dropdown-menu a:not(.btn):focus {
  outline: 2px dotted currentColor !important;
  background-color: transparent;
}

.navbar-light .navbar-toggler {
  color: var(--primary);
  border-color: var(--primary);
}

.navbar-light .navbar-toggler span {
  background: currentColor;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
  color: white;
  border-color: white;
  background: var(--primary);
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: var(--primary);
}

.navbar-light .dropdown-menu {
  border-color: var(--primary);
}

.dropdown-menu {
  border-radius: 0;
}

.link-style-underline .navbar-nav > li > .nav-link {
  position: relative;
}

.link-style-underline .navbar-nav > li > .nav-link::before {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  will-change: transform;
  background-color: var(--secondary);
  height: 2px;
  transform-origin: left;
}

.link-style-underline .navbar-nav > li > .nav-link.highlighted::before,
.link-style-underline .navbar-nav > li > .nav-link:hover::before,
.link-style-underline .navbar-nav > li > .nav-link:focus::before {
  transform: scaleX(1);
} 

.navbar-light.link-style-background .navbar-nav > li > .nav-link.highlighted,
.navbar-light.link-style-background .navbar-nav > li > .nav-link:hover,
.navbar-light.link-style-background .navbar-nav > li > .nav-link:focus {
  background-color: var(--primary);
  color: white;
}

.navbar-dark.link-style-background .navbar-nav > li > .nav-link.highlighted,
.navbar-dark.link-style-background .navbar-nav > li > .nav-link:hover,
.navbar-dark.link-style-background .navbar-nav > li > .nav-link:focus {
  background-color: white;
  color: var(--primary) !important;
}

.navbar-toggler,
.style-switcher-burger,
.search-toggler-mobile-burger {
  position: relative;
  height: 40px;
  width: 55px;
  padding: .2rem .5rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border-radius: .25rem;
  border-width: 1px;
}

.navbar-toggler span {
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
  transform: translateX(-50%);
}

.navbar-toggler span:nth-of-type(2) {
  top: 18px;
}

.navbar-toggler span:nth-of-type(3) {
  top: 26px;
}

.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}

@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
  }
}

/* CF7 & SEARCH FORM */
.search-form label {
  font-weight: normal;
}

.wpcf7-form, .error404 .searchform {
  max-width: 550px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
  width: 100%;
}

/* SUBMENU */
.flc-menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-menu li {
  width: 100%;
  padding: 3px
}

.flc-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 7px;
  user-select: none;
}


.flc-menu li,
nav.columns-1 li,
nav.columns-2 li,
nav.columns-3 li {
  width: 100%;
}

@media (min-width: 767px) {
  .flc-menu li,
  nav.columns-2 li,
  nav.columns-3 li {
    width: 50%;
    gap: 0;
  }
}

@media (min-width: 992px) {
  nav.columns-3 li {
    width: 33.333333%;
  }
}

/* BUTTONS */
.btn {
  text-decoration: none !important;
  white-space: normal;
  text-shadow: none !important;
  box-shadow: none !important;
  min-height: 25px !important;
  min-width: 25px !important;
  padding: 0.5rem 1.5rem;
  font-family: 'Mukta' !important;
}

.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}

.btn .svg-inline--fa {
  border-bottom: none !important;
}

.btn-standard .btn {
  /* border-radius: 0 !important; */
}

.btn-rounded .btn {
  border-radius: 0.5rem !important;
}

.btn-oval .btn {
  border-radius: 300px !important;
}

.btn-blob .btn {
  border-top-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: .8rem !important;
  border-top-right-radius: 0 !important;
  padding: 0.75rem 1.5rem;
  font-size: 1.1875rem;
}

.btn-double-border .btn {
  position: relative;
  border-radius: 0 !important;
}

.btn-double-border .btn::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: " ";
  display: block;
  border: 1px solid white;
  transition: border 0.3s ease;
}

.btn-gradient .btn-primary {
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
  background: linear-gradient( to right, var(--primary), var(--secondary) );
  color: white !important;
}

.btn-gradient .btn-primary::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  border: none !important;
  opacity: 0;
  background: linear-gradient( to left, var(--primary), var(--secondary) );
  transition: opacity 0.3s ease;
}

.btn-gradient .btn-primary:hover::before,
.btn-gradient .btn-primary:focus::before {
  opacity: 1;
}

.contrastHigh.btn-gradient .btn-primary {
  background: var(--primary);
}

.contrastHigh.btn-gradient .btn-primary::before {
  background: white;
}

.contrastHigh.btn-gradient .btn-primary:hover,
.contrastHigh.btn-gradient .btn-primary:focus {
  color: var(--primary) !important;
}

.btn-double-border .btn-outline-primary::before {
  border-color: var(--primary);
}

.btn-double-border .btn-outline-primary:hover::before,
.btn-double-border .btn-outline-primary:focus::before {
  border-color: white;
}

.btn-double-border .btn-outline-secondary::before {
  border-color: var(--secondary);
}

.btn-double-border .btn-outline-secondary:hover::before,
.btn-double-border .btn-outline-secondary:focus::before {
  border-color: white;
}

.btn-double-border .btn-primary:hover::before,
.btn-double-border .btn-primary:focus::before {
  border-color: var(--primary);
}

.btn-double-border .btn-secondary:hover::before,
.btn-double-border .btn-secondary:focus::before {
  border-color: var(--secondary);
}

/* .btn-custom {
  border: none;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  color: black;
  transition: all 0.3s ease;
  position: relative;
  min-width: 225px;
  text-align: left;
}

.btn-custom::before {
  display: block !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  content: " " !important;
  position: absolute !important;
  transition: all 0.3s ease !important;
  background-color: black !important;
  top: 100% !important;
  z-index: -1 !important;
  border: none !important;
}

.btn-custom:hover,
.btn-custom:focus {
  color: white !important;
}

.btn-custom:hover::before,
.btn-custom:focus::before {
  top: 0 !important;
} */

.btn-link::before {
  display: none !important;
}

/* BTN CONTAINER */

.btn-container {
  display: flex;
  gap: 1rem;
}

/* MOBILE CTA */

.call-to-action-mobile-margin {
  margin-bottom: var(--fixed_footer) !important;
}

.call-to-action-mobile-padding {
  padding-bottom: var(--fixed_footer) !important;
}

.call-to-action-mobile .btn-container {
  gap: 0 !important;
}

body .call-to-action-mobile .btn {
  border-radius: 0 !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

body .call-to-action-mobile .btn::before {
  border-radius: 0 !important;
}

/* MOBILE CTA NEW */

.call-to-action-mobile-new {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 1031;
  border-top: 1px solid rgba(0,0,0,.1);
}

.call-to-action-mobile-new a {
  line-height: 1;
  text-decoration: none !important;
  display: block;
  color: var(--body_text_color) !important;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.9rem 0.2rem !important;
  border-right: 1px solid rgba(0,0,0,.1);
}

.call-to-action-mobile-new a:last-child {
  border-right: none;
}

.call-to-action-mobile-new a .icon {
  display: block;
  margin-bottom: 0.5rem !important;
  color: #000;
  font-size: 1rem;
}

@media (max-width: 991px) {
  body.call-to-action-mobile-new-active {
    #reviews_button_mini,
    #flc-alert-button-mini {
      display: none !important;
    }
  }
}

/* BLOG & POSTS */
.entry-summary {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  border-bottom: 0px dashed;
}

.entry-summary .attachment-thumbnail, .entry-content .attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}

.entry-summary .sharing {
  position: relative;
  margin-bottom: 0rem;
  justify-content: end;
}

.position-absolute.more-link {
  bottom: 0;
  right: 15px;
}


/*.entry-date {
  position: relative;
  font-size: 1rem;
  border-left: 3px solid var(--secondary);
  padding-left: 7px;
}

 .entry-date::after {
  display: block;
  content: " ";
  position: absolute;
  background-color: var(--secondary);
  height: 2px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.entry-date::after {
  top: 50%;
  left: calc( 100% + 1rem) !important;
  transform: translateY(-50%);
  right: auto !important;
  bottom: auto !important;
  width: 100%;
} */

.flc-latest_posts-bethatbeautiful .more-link {
  right: 0;
}

.flc-latest_posts-standard .more-link {
  right: auto;
  left: 15px;
}

@media (max-width: 991px) {
  .flc-latest_posts-standard .latest-posts-container .row > div:not(:last-of-type) {
    margin-bottom: 3rem;
  }

  .flc-latest_posts-bethatbeautiful .latest-posts-container .row > div:not(:last-of-type) {
    margin-bottom: 3rem;
  }  
}

@media (min-width: 1530px) {
  .flc-latest_posts-bethatbeautiful .latest-posts-container {
    max-width: 1500px
  }
}

@media (min-width: 992px) {
  .flc-latest_posts-bethatbeautiful .latest-posts-container .row > div:not(:last-of-type) {
    border-right: 3px solid white;
  }
}

@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail {
    float: left;
    margin-right: 2rem;
    border: 5px solid #FFF;
  }
	.entry-content .attachment-thumbnail {
    float: right;
    margin-left: 1rem;
  }
}



/* LAZY LOADING */
.lazyload-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  display: block;
}

.lazyload-container {
  position: relative;
  overflow: hidden;
}

.container-post-thumbnails::after {
  padding-bottom: 64.2857142857%;
}

.container-post-thumbnail-side::after {
  padding-bottom: 155.555555556%;
}

.container-square::after {
  padding-bottom: 100%;
}

.container-panoramic::after {
  padding-bottom: 56.25%;
}

.lazyload-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

/* SOCIALS */
.text-center .flc-socials,
.text-center.flc-socials,
.text-center .sharing,
.text-center.sharing {
  justify-content: center;
}

.text-right .flc-socials,
.text-right.flc-socials,
.text-right .sharing,
.text-right.sharing {
  justify-content: end;
}

.flc-socials,
.sharing {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.socials-fixed {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1030;
  right: 0;
}

.socials-fixed .flc-socials {
  gap: 5px;
}

a .fa-stack .svg-inline--fa:last-of-type {
  border-bottom: transparent !important;
}

.socials-border a {
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.3rem;
  padding: 0em 0.28em;
  display: inline-block;
}

.socials-border a:hover,
.socials-border a:focus {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.socials-border a:hover svg,
.socials-border a:focus svg {
  color: white !important;
}

.sharing-text {
  padding-bottom: 5px;
  margin: 5px;
}

.social-colors .color-facebook {
  color: #3b5998 !important;
}

.social-colors .color-x {
  color: #000 !important;
}

.social-colors .color-linkedin {
  color: #0077B5 !important;
}

.social-colors .color-youtube {
  color: #e52d27 !important;
}

.social-colors .color-pinterest {
  color: #BD081C !important;
}

.social-colors .color-instagram {
  color: #CD486B !important;
}

.social-colors .color-yelp {
  color: #d32323 !important;
}

/* IMAGE HEADER */

.header-image {
  background-size: cover;
}

@media (min-width: 768px) {
  .header-image.overlay-solid,
  .header-image.overlay-solid a {
    color: white;
  }

  .header-image h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-image-desktop {
    min-height: auto !important;
    color: black !important;
    background-image: url('') !important;
  }
  .header-image-desktop::before {
    display: none !important;
  }
  .header-image .breadcrumb,
  .header-image h1 {
    margin-bottom: 0;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb a:focus, .breadcrumb a:hover {color:#fff !important}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

@media (min-width: 768px) {
  .header-image.overlay-solid .breadcrumb-item.active,
  .header-image.overlay-solid .breadcrumb-item+.breadcrumb-item::before {
    color: white;
  }
}

/* LOGOS */
.logo-container:not(.d-flex) > * {
  padding: 1rem;
}

.logo-container:not(.d-flex) > * img {
  margin: 0 auto;
}

.logo-container.d-flex {
  gap: 2rem;
}

.logo-container a {
  position: relative;
}

/* LOGO LINK UNDERLINE AS AN AFTER PSEUDO ELEMENT SO LOGOS WITH AND WITHOUT LINKS WOULD BE ALIGNED */
.logo-container a::after {
  display: block;
  left: 0;
  bottom: -0.5rem;
  right: 0;
  position: absolute;
  height: 1px;
  content: " ";
  background-color: currentColor
}


.flc-logos-standard .flc-logo img {
  max-height: 90px;
  width: auto;
}

@media (min-width: 768px) {
  .flc-logos-standard .flc-logo img {
    max-height: 90px;
  }
}

/* HEADER ROW */
.header-row img {
  max-width: 100%;
}

/* BEFORE AFTER GALLERY */
.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */
.overlay-solid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  position: absolute;
  transition: opacity 0.3s ease;
}

.overlay-solid.overlay-primary::before {
  background: var(--primary);
  opacity: 0.5;
}

.overlay-solid.overlay-secondary::before {
  background: var(--secondary);
  opacity: 0.5;
}

.overlay-solid.overlay-light::before {
  background: var(--light);
  opacity: 0.5;
}

.overlay-gradient-to-left::before {
  background: linear-gradient(to left, rgba(var(--secondary_rgb), 0.52), rgba(var(--secondary_rgb), 0));
  opacity: 1;
}

.overlay-gradient-to-right::before {
  background: linear-gradient(to right, rgba(var(--secondary_rgb), 1), rgba(var(--secondary_rgb), 0.1));
  opacity: 1;
}

.overlay-gradient-bottom::before {
  /* background: linear-gradient(to top, rgba(var(--primary_rgb), 1), rgba(var(--primary_rgb), 0.1) 80%); */
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) 80%);
  opacity: 1;
}

.flc-text-image-header.overlay-solid::before,
.flc-latest_posts-bethatbeautiful.overlay-solid::before,
.flc-tabs-horizontal.overlay-solid::before {
  display: none;
}

a.overlay-solid-hover:hover::before,
a.overlay-solid-hover:focus::before {
  opacity: 0.4
}

/* FAQ */
.fa-chevron_down {
  float: right;
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron_down {
  transform: rotate(0deg);
}

/* BX SLIDER DEFAULTS */
/** VARIABLES
===================================*/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-viewport>ul {
  padding: 0;
  margin: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager button {
  margin: 0 5px;
  padding: 0;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.testimonials-controls-standard .bx-wrapper .bx-prev {
  left: -2rem;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.testimonials-controls-standard .bx-wrapper .bx-next {
  right: -2rem;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.testimonials-controls-standard .bx-wrapper .bx-controls-direction button {
  position: absolute;
  top: 50%;
  z-index: 1029;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonials-controls-standard .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: 35px;
}

.testimonials-controls-standard .testimonials-container {
  padding-right: 3rem;
  padding-left: 3rem;
}

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

.bx-controls button {
  background: transparent;
  border: none;
}
.bx-controls button:hover {
  cursor: pointer;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  margin: 0 5px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  margin: 0 5px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
}

.testimonials-controls-compact .bx-controls,
.controls-compact .bx-controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}

.testimonials-controls-compact .bx-controls > div,
.controls-compact .bx-controls > div {
    display: inline-block;
  width: auto;
}

.testimonials-controls-compact .bx-controls button,
.controls-compact .bx-controls button {
  position: static;
  font-size: 1rem;
  padding: .5rem;
  margin: 0 .2rem;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.testimonials-controls-compact .bx-pager,
.controls-compact .bx-pager {
  display: none;
}

/* CAROUSEL TEXT ONLY */
.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */
.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL IMAGE WITH TEXT */
.carousel-image-with-text .carousel-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
  padding-right: 20%;
}

.carousel-image-with-text .position-relative>img {
  width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager, .carousel-image-with-text .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
}

.carousel-image-with-text, .carousel-image-with-text .bx-wrapper, .carousel-image-with-text img {
  height: 22.65vw;
  overflow: hidden;
}

/* CAROUSEL BACKGROUND IMAGE */
.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background, .carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}


/* flc-amenities */
.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */
.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #F8F9FA;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* EXPANDABLE REVIEWS */
.morelink {
  margin-top: 1rem;
  display: block;
}

#testimonials-modal .modal-content {
  max-height: 70vh;
}

#testimonials-modal .modal-body {
  overflow: auto;
}

#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-stars .fa-star {
  margin-right: 3px;
  color: #EBAE55;
  font-size: 0.9rem;
}

.testimonials-average {
  font-size: 2rem;
}

.testimonials-average small {
  font-size: 50%;
}

/* TEAM */
.section-team img {
  max-width: 100%;
}

.section-team figcaption {
  margin: 1rem 0;
}

/* flc-coupons */
.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }

  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */
.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul, .touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover .h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */
.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover, .menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img, .menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */
.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr, .table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th, .table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th, .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }

  .table-javascript th:nth-of-type(2n), .table-javascript td:nth-of-type(2n+1) {
    border: none !important;
  }

  .table-javascript thead {
    display: none;
  }

  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */
#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -1em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#btn-video {
  position: absolute;
  bottom: 3rem;
  right: 1rem;
  z-index: 1;
  padding: .375rem .75rem;
  border-width: 1px;
}
#btn-video:focus {
    border: 2px dotted #fff;
    color: #fff;
}

.flc-video {
  width: 100%;
  min-height: 70em;
  overflow: hidden;
  position: relative;
  margin-top:-7.5em;
}



.flc-video h1.heading {
    text-align: center;
    font-size: 3.7em;
    padding-bottom: 1.5em;
    color:#fff;
}

.flc-video h1.heading span {
    display: block;
}

@media (min-width: 1200px) {
  body:not(.page-template-template-procedure):not(.page-template-template-contact) .header-image .container,
  .container.content-wrap,
  .mw-960 {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .mw-720 {
    max-width: 720px;
  }
}

/* Gravity Forms */

.gform_legacy_markup_wrapper .gfield_required {
  color: inherit;
}

.gform_legacy_markup_wrapper .gfield_required_text {
  font-size: 80%;
  font-weight: 400;
  margin: 0;
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100%;
}

label {
  margin-bottom: 0;
}

.testimonials-carousel-shorten .testimonials-blockquote {
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
  padding: 0 22px;
}

.testimonials-carousel-shorten .testimonials-blockquote p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.testimonials-carousel-shorten .testimonials-blockquote cite {
  font-weight: 900;
  font-style: normal;
  font-size: .8rem;
}

.section-contact p:last-of-type {
  margin-bottom: 0;
}


/* TYPOGRAPHY */
h6, .h6 {
  font-size: 1.1rem;
}

.display-1 {
  font-size: 5rem;
}

.display-2 {
  font-size: 4.5rem;
}

.display-3 {
  font-size: 3.5rem;
}

.display-4 {
  font-size: 3rem;
}


@media(max-width: 768px) {

   h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6,
  .display-1, .display-2, .display-3, .display-4 {
    line-break: auto;
  }

  h1, .h1 {
    font-size: 2.2rem;
  }

  .display-1 {
    font-size: 3rem;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 1.5rem;
  }
}

@media(max-width: 576px) {
  .display-1 {
    font-size: 2.5rem;
  }
  .display-2 {
    font-size: 2.2rem;
  }
}

/* /TYPOGRAPHY */


.flc-gallery a.gallery-image {-webkit-appearance:none!important;}

.overflow-hidden {
  overflow: hidden !important;
}

.text_with_media-background {
  position: relative;
}

.text_with_media-background::before {
  position: absolute;
  content: " ";
  display: block;
  top: 1.5rem;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  background-color: #F8F9FA;
  z-index: -1;
}

.min-h-33 {
  min-height: 33.3333333333vh;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.clearwellness {
  position: relative;
  min-height: 50vh;
}

.clearwellness .container {
  z-index: 2;
}

.clearwellness::before,
.clearwellness::after {
  display: block;
  position: absolute;
  content: " ";
  right: 0;
  left: 0;
  bottom: 0;
}

.clearwellness::before {
  top: 0;
  background-color: rgba(var(--primary_rgb), 0.8);
}

.clearwellness::after {
  height: 30%;
  background: linear-gradient(0deg,rgba(var(--primary_rgb), 1) 0,rgba(var(--primary_rgb), 0.7) 50%,rgba(var(--primary_rgb), 0.0) 100%);
}

.contact-clearwellness {
  background-color: #817c7b;
}

.turn-white {
  filter: brightness(0) invert(1);
}

@media (min-width: 1530px) {
  .mw-1500 {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1950px) {
  .mw-1920 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .flc-text-side-background .match-container {
    max-width: 540px;
  }
}

.flc-text-image-header .image-header {
  top: 0;
  right: 0;
  left: 0;
  max-height: 33.333333vw;
}

.bg-transparent {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .tabs-nav .page_item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .tabs-nav .page_item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.content > *:last-child {
  margin-bottom: 0;
}

.home-hero .translate-y-50 {
  transform: translateY(50%);
}

.no-underlines {
  text-decoration: none !important;
}

.yes-underlines {
  text-decoration: underline !important;
}

.flc-header-popup {
	transition: background-color 0.3s ease, opacity 0.3s ease;
}


.menu-open .flc-header-popup {
	background-color: rgba(0, 0, 0, 0.855);
}

.flc-header-popup-modal {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.855);
	left: 0;
  right: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	top: var(--fixed_header);
}

.menu-open .flc-header-popup-modal {
	opacity: 1;
	z-index: 1031;
	overflow-y: auto;
	visibility: visible;
	height: calc(100vh - var(--fixed_header));
}

.flc-header-popup .navbar-nav a.highlighted .sub-arrow .fa-angle-down {
  transform: rotate(90deg);
}

.flc-header-popup .has-submenu > svg {
  display: none !important;
}

.flc-header-popup .nav-link {
	font-size: 1.3rem;
}

.flc-header-popup .dropdown-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.flc-header-popup-modal .sub-arrow {
	border: 1px solid white !important;
}

.flc-header-popup .dropdown-menu {
  background: rgba(162,162,162,.1);
}


.navbar-toggler {
  --line-width: 55px;
  --line-height: 4px;
  --line-between: 15px;
  --toggler-padding: 0px;
  --toggler-height: calc(calc(calc(var(--line-between) * 2) + calc(var(--line-height) * 3)) + calc(var(--toggler-padding) * 2));
  --toggler-width: calc(var(--line-width) + calc(var(--toggler-padding) * 2));
}

.flc-header-popup .navbar-toggler,
.flc-header-popup .navbar-toggler:hover,
.flc-header-popup .navbar-toggler:focus {
  color: white;
  border: 1px solid transparent;
  position: relative;
  height: var(--toggler-height);
  width: var(--toggler-width);
  background-color: transparent;
  padding: 0;
}

.flc-header-popup .navbar-toggler:hover span,
.flc-header-popup .navbar-toggler:focus span,
.flc-header-popup .navbar-toggler span {
  height: var(--line-height);
  width: var(--line-width);
  top: var(--toggler-padding);
  left: 50%;
  will-change: transform;
}

.flc-header-popup .navbar-toggler span:nth-of-type(2) {
  top: calc(50% - calc( var(--line-height) / 2));
}

.flc-header-popup .navbar-toggler span:nth-of-type(3) {
  top: calc(calc(50% + var(--line-between)) + calc(var(--line-height) / 2))
}

.flc-header-popup .navbar-toggler[aria-expanded="true"] .top {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.flc-header-popup .navbar-toggler[aria-expanded="true"] .bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.menu-container {
  max-height: 100%;
  width: 100%;
}

@media (min-width:550px) {
  .menu-container {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .side-left {
    width: 100%;
  }
}

.btn-wcag.position-fixed {
  top: 1rem;
  right: 1rem;
  z-index: 1032;
  padding: 0;
}

@media (min-width: 991px) {
  .flc-text-side-background-align-items-end::before {
    left: 50%;
  }

  .flc-text-side-background-align-items-end .content {
    padding-left: 2.5rem;
  }

  .flc-text-side-background-align-items-start::before {
    right: 50%;
  }

  .flc-text-side-background-align-items-start .content {
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px ) {
  .flc-header-oculoplastic .navbar > div,
  .flc-header-oculoplastic .navbar li {
    width: 100%;
  }
}

.flc-header-oculoplastic {
  transition: background-color 0.3s ease;
}

.bg-menu .flc-header-oculoplastic,
.menu-open .flc-header-oculoplastic {
	background-color: #6B72B6;
}

/* HEADER CUSTOMIZATIONS */

.navbar-brand > * {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-brand > * {
    max-height: 60px;
  }
}

@media (min-width: 992px) {
  .navbar-brand > * {
    max-height: 90px;
  }
}

.flc-header.dark-gradient:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0))
}

.bg-menu .flc-header.solid-dark {
  background: black;
}

.bg-menu .flc-header.solid-light {
	background: white;
}

.class-inner {
  position: relative;
}

@media (max-width: 1920px) {
  .flc-contact-oculoplastic {
    min-height: var(--header_height);
  }
}

@media (min-width: 1200px) {
  .flc-text_with_media-fullwidth .text-side:not(.text-side-right) {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
}

.flc-text_with_media .text-side-left.justify-content-end .btn-container {
  justify-content: end;
}

.flc-text_with_media .text-side-left.justify-content-end .btn-container a:last-child {
  margin-right: 0 !important;
}

.flc-columns-headers .header-container {
  min-height: 400px;
}

.flc-columns-headers .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flc-columns-steps ol {
  list-style: none;
  counter-reset: steps-counter;
  padding: 0;
  margin: 0;
  background-color: white;
}

.flc-columns-steps ol li {
  counter-increment: steps-counter;
  position: relative;
}

@media (min-width: 768px) {
  .flc-columns-steps ol li:not(:last-child) {
    border-right: 1px solid var(--light);
  }
}

.flc-columns-steps ol li .number {
  color: white;
  -webkit-text-stroke: 5px var(--primary);
  -webkit-text-fill-color: white;
  paint-order: stroke fill;
}

.flc-columns-steps ol li .number::before {
  content: "0" counter(steps-counter);
}

@media (min-width: 992px) {
  .flc-latest_posts-bethatbeautiful .post-single {
    border-right: 3px solid white;
  }
  
  .flc-latest_posts-bethatbeautiful .post-single:last-of-type {
    border-right: none;
  }
}

.flc-latest_posts-bethatbeautiful .more-link {
  left: 0;
  right: auto;
}

.tabs-nav a {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .tabs-nav a {
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 767px) {
  .flc-tabs-horizontal .btn {
    margin: 0 0 0.5rem !important;
    width: 100%;
  }
}


.text-right .btn-container {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.text-left .btn-container {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.aligncenter .btn-container,
.text-center .btn-container {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

@media (min-width: 575px) {
	.text-sm-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-sm-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-sm-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-md-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-md-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-lg-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-lg-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-right .btn-container {
	  -ms-flex-pack: end !important;
	  -webkit-box-pack: end !important;
	  justify-content: flex-end !important;
	}

	.text-xl-left .btn-container {
	  -ms-flex-pack: start !important;
	  -webkit-box-pack: start !important;
	  justify-content: flex-start !important;
	}

	.text-xl-center .btn-container {
	  -ms-flex-pack: center !important;
	  -webkit-box-pack: center !important;
	  justify-content: center !important;
	}
}

.side-lines {
  position: relative;
  display: inline-block;
}

.side-lines::before,
.side-lines::after {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  height: 2px;
  width: 130px;
  transform: translateY(50%);
  background-color: var(--tertiary);
}

.side-lines::before {
  right: calc( 100% + 1rem );
}

.side-lines::after {
  left: calc( 100% + 1rem );
}

.side-lines-left::after {
  display: none;
}

.side-lines-right::before {
  display: none;
}

.bottom-line {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.bottom-line::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 130px;
  background-color: var(--tertiary);
}

.bottom-line-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
  width: 100% !important;
}

@media (min-width: 575px) {
  .container-max .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-max .content,
  .container-xs {
    --current_container: 720px;
    max-width: var(--current_container);
  }
}

@media (min-width: 992px) {
  .container,
  .container-max .content,
  .container-sm {
    --current_container: 960px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1199px) {
  .container,
  .container-max .content {
    --current_container: 1140px;
  }
  
  .container-sm {
    --current_container: 960px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1430px) {
  .container-max .content,
  .container-l,
  .container-xl,
  .container-xxl {
    --current_container: 1400px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1580px) {
  .container-max .content,
  .container-xl,
  .container-xxl {
    --current_container: 1550px;
    max-width: var(--current_container);
  }
}

@media (min-width: 1750px) {
  .container-xxl {
    --current_container: 1720px;
    max-width: var(--current_container);
  }
  .container-max .content {
    --current_container: 100vw;
    max-width: 100%;
  }
}

.container-max {
  --current_container: 100vw;
  max-width: 100%;
}

@media (min-width: 1950px) {
  .container-max .content,
  .container-max {
    --current_container: 1920px;
    max-width: var(--current_container);
  }
}

@media (min-width:2200px){
  .flc-header .container{
      max-width:calc(var(--current_container) * 1.2)
  }
}

@media (min-width: 1200px) {
  .horizontal-footer {
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
  }
  
  .horizontal-footer p {
    margin-bottom: 0;
  }
}

.btn-wcag-absolute {
  position: absolute !important;
  top: 60%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 !important;
  width: 40px;
  border-radius: 1.2em;
}

/*@media (min-width: 1950px) {
  .btn-wcag-absolute {
    right: auto;
    left: calc( 1920px + calc( calc( 100vw - 1920px ) / 2 ) );
  }
}
*/
/* if you use .btn-wcag-absolute this is so it won't collide with the main navigation */
@media (min-width: 992px) and (max-width: 1270px) {
  .flc-header-standard .container {
    padding-right: 3rem;
  }
}

@media (max-width: 991px) {
  .mobile-container {
    width: 100%;
  }
}

.media-container-carousel .bx-controls {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}

.media-container-carousel img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-container-carousel p {
  position: absolute;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.media-container-carousel .btn {
  position: absolute;
  bottom: 1rem;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* HEAD */

a:not(.btn),
button,
.btn-link {
  color: #000;
}

button:hover,
button:focus {
  color: var(--secondary);
}

a:not(.btn):hover,
a:not(.btn):focus {
  color: #000;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex='-1']):not(.btn):focus,
.coupons li {
  outline-color: currentColor;
}

.bg-white a:focus {
  outline-color: var(--secondary)!important;
}

.text-primary {
  color: var(--primary)!important;
}

.bg-primary {
  background-color: var(--primary)!important;
}

.border-primary {
  border-color: var(--primary)!important;
}

.text-secondary {
  color: var(--secondary)!important;
}

.bg-secondary {
  background-color: var(--secondary)!important;
}

.border-secondary {
  border-color: var(--secondary)!important;
}

.text-tertiary {
  color: var(--tertiary)!important;
}

.bg-tertiary {
  background-color: var(--tertiary)!important;
}

.border-tertiary {
  border-color: var(--tertiary)!important;
}

.bg-primary,
.bg-secondary {
  color: white;
}

.flc-menu a:hover,
.flc-menu a:focus,
.flc-menu a:active,
.btn-primary {
  background-color: #7a6b5d;
  border-color: white;
  color: white;
}

.flc-menu a,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #000;
    color: #fff;
    border-color:#ac9e8f;
}

.btn-outline-primary {
  background-color: white;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}

.btn-white {
  background-color: white;
  border-color: var(--body_text_color);
  color: var(--body_text_color);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:not(:disabled):not(.disabled).active {
  background-color: #BBAFA3;
  color: var(--body_text_color);
  border-color: var(--body_text_color);
}

.btn-danger {
  background-color: #EA2E2E;
  border-color: #EA2E2E;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:not(:disabled):not(.disabled).active {
  background-color: white;
  color: #EA2E2E;
  border-color: #EA2E2E;
}

.btn-secondary {
  background-color: #1e4fbf;
  border-color: white;
  color: white;
  border:1px !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #000;
  color: #fff;
  border-color: var(--primary);
}

.btn-outline-secondary {
  background-color: white;
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: var(--secondary);
  color: white;
}

.btn-tertiary {
  background-color: var(--tertiary);
  border-color: white;
  color: white;
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary:not(:disabled):not(.disabled).active {
  background-color: white;
  color: var(--tertiary);
  border-color: var(--tertiary);
}

.btn-outline-tertiary {
  background-color: white;
  color: var(--tertiary);
  border-color: var(--tertiary);
}

.btn-outline-tertiary:hover,
.btn-outline-tertiary:focus,
.btn-outline-tertiary:active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active {
  background-color: var(--tertiary);
  color: white;
}

.btn-light {
  background-color: var(--light);
  border-color: var(--light);
}

.btn-light:hover,
.btn-light:focus {
  background-color: white;
}

/* ACCESSIBILITY */

.contrastHigh .text-justify {
  text-align: left !important;
}

.contrastHigh .flc-header:not(.link-style-underline) .navbar-nav a {
  text-decoration: underline !important;
}

.contrastHigh .flc-socials:not(.socials-border) a .svg-inline--fa {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2px;
}

.contrastHigh .text-wcag-primary {
  color: var(--primary) !important;
}

.contrastHigh .text-wcag-secondary {
  color: var(--secondary) !important;
}

.contrastHigh .text-wcag-tertiary {
  color: var(--tertiary) !important;
}

.contrastHigh .bg-wcag-tertiary {
  background-color: var(--tertiary) !important;
  background-image: url() !important;
}

.contrastHigh .bg-wcag-image {
  background-image: url('') !important;
}

.contrastHigh .bg-wcag-primary {
  background-color: var(--primary) !important;
  background-image: url() !important;
}
.contrastHigh .row.results, .contrastHigh .rejuvenation .col-md-8, .contrastHigh .destination .justify-content-center,
.contrastHigh .flc-columns-headers .header-container, .contrastHigh blockquote.container.text-center.blockquote,
.contrastHigh .final .container {
    background-color: var(--primary) !important;
}
.contrastHigh .journey .justify-content-center {
  background-color: #fff;
}
.contrastHigh .flc-columns-headers .image-container {
    background-image: none !important;
}
.contrastHigh .flc-contact-oculoplastic::before {
    opacity: 1;
}
.contrastHigh .cta {
  backround-image: none !important;
}

.contrastHigh header .btn-primary {
    background-color: #1e4fbf;
}
.contrastHigh header .btn-primary:focus, .contrastHigh header .btn-primary:hover {
    background-color: #000;
}

@media (min-width: 768px) {
  .contrastHigh .bg-wcag-md-primary {
    background-color: var(--primary) !important;
    background-image: url() !important;
    color: white;
  }

  .contrastHigh .bg-wcag-md-primary a:not(.btn) {
    color: white !important;
  }
}

.contrastHigh .bg-wcag-primary::before,
.contrastHigh .bg-wcag-secondary::before,
.contrastHigh .bg-wcag-tertiary::before {
  display: none !important;
}

.contrastHigh .bg-wcag-primary .text-primary {
  color: white !important;
}

.contrastHigh .bg-wcag-secondary,
.contrastHigh .carousel-background-image::after {
  background-color: var(--secondary) !important;
  background-image: url() !important;
}

.contrastHigh .bg-wcag-secondary::before {
  display: none;
}

.contrastHigh .bg-wcag-secondary .text-secondary {
  color: white !important;
}

.contrastHigh .bg-wcag-white {
  background-color: white !important;
}

.contrastHigh .bg-wcag-white .text-white {
  color: black !important;
}

.contrastHigh .bg-wcag-primary a:not(.btn):focus,
.contrastHigh .bg-wcag-secondary a:not(.btn):focus {
  outline-color: white !important;
  color: white;
}

.contrastHigh .bg-wcag-primary a:hover,
.contrastHigh .bg-wcag-secondary a:hover {
  color: white !important;
}

.contrastHigh .section-opening-hours .current-day {
  border: 1px solid;
}

.contrastHigh .carousel-wcag .bx-controls-direction a,
.contrastHigh .carousel-wcag .bx-controls-auto-item a,
.contrastHigh .carousel-wcag .bx-pager a {
  background: white;
  padding: 3px;
}

.contrastHigh .carousel-wcag .bx-controls-direction a:hover,
.contrastHigh .carousel-wcag .bx-controls-direction a:focus,
.contrastHigh .carousel-wcag .bx-controls-auto-item a:hover,
.contrastHigh .carousel-wcag .bx-controls-auto-item a:focus,
.contrastHigh .carousel-wcag .bx-pager a:hover,
.carousel-wcag .bx-pager a:focus {
  background: var(--secondary_wcag);
  color: white;
  outline: none;
}

.contrastHigh #btn-video {
  background: white;color: #000;
}

.contrastHigh #btn-video .svg-inline--fa {
  border-bottom: 1px solid var(--secondary_wcag)!important;
  padding-bottom: 2px;
}

.text-shadow {
  text-shadow: 0px 0px 6px #0000009c;
}

/* flc-service_menu-standard */
.flc-service_menu-standard ul a:focus {
  outline: 3px dotted var(--primary);
  box-shadow: 0px -0px 0px 3px white;
}

.flc-service_menu-standard ul a {
  max-height: calc( calc( calc( 100vh - var(--fixed_header) ) - var(--fixed_footer) ) - 6rem);
  position: relative;
}

.flc-service_menu-standard ul a::before {
  z-index: 1;
  transition: all 0.3s ease;
}

.flc-service_menu-standard ul a .content {
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  right: 0;
  left: 0;
}

.flc-service_menu-standard ul a .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flc-service_menu-standard ul a::after {
  display: block;
  content: " ";
  padding-top: 50%;
}

@media (min-width: 575px) {
  .flc-service_menu-standard ul a::after {
    padding-top: 70%
  }
}

@media (min-width: 768px) {
  .flc-service_menu-standard ul a::after {
    padding-top: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flc-service_menu-standard ul .col-md-4 a .content {
    font-size: 66.666666%;
  }
}

@media (min-width: 1200px) {
  .flc-service_menu-standard ul a::after {
    padding-top: 100%
  }
}

/* hover-enlarge-image-only */
.flc-service_menu-standard ul a.hover-enlarge-image-only .image-container {
  will-change: transform;
  transition: transform 0.3s ease;
}

.flc-service_menu-standard ul a.hover-enlarge-image-only:hover,
.flc-service_menu-standard ul a.hover-enlarge-image-only:focus {
  z-index: 2;
}

.flc-service_menu-standard ul a.hover-enlarge-image-only:hover .image-container,
.flc-service_menu-standard ul a.hover-enlarge-image-only:focus .image-container {
  transform: scale(1.1);
}

/* hover-enlarge-item */
.flc-service_menu-standard ul a.hover-enlarge-item {
  will-change: transform;
  transition: transform 0.3s ease;
}

.flc-service_menu-standard ul a.hover-enlarge-item:hover,
.flc-service_menu-standard ul a.hover-enlarge-item:focus {
  transform: scale(1.1);
  z-index: 2;
}

/* text-background-white */
.flc-service_menu-standard ul a.text-background-white .content {
  background: white;
}

/* text-background-dark */
.flc-service_menu-standard ul a.text-background-dark .content {
  background: black;
}

/* text-middle */
.flc-service_menu-standard ul a.text-middle .content {
  top: 50%;
  transform: translateY(-50%);
}

/* text-bottom */
.flc-service_menu-standard ul a.text-bottom .content {
  bottom: 0;
  left: 0;
}

/* text-left */
.flc-service_menu-standard ul a.text-left .content {
  text-align: left;
  right: auto;
}

/* text-center */
.flc-service_menu-standard ul a.text-center .content {
  text-align: center;
}

/* text-right */
.flc-service_menu-standard ul a.text-right .content {
  text-align: right;
  left: auto;
}

/* hover-overlay-primary */
.flc-service_menu-standard ul a.hover-overlay-primary:hover::before,
.flc-service_menu-standard ul a.hover-overlay-primary:focus::before {
  background-color: var(--primary);
}

/* hover-overlay-secondary */
.flc-service_menu-standard ul a.hover-overlay-secondary:hover::before,
.flc-service_menu-standard ul a.hover-overlay-secondary:focus::before {
  background-color: var(--secondary);
}

/* hover-overlay-dark */
.flc-service_menu-standard ul a.hover-overlay-dark:hover::before,
.flc-service_menu-standard ul a.hover-overlay-dark:focus::before {
  background-color: black;
}

/* hover-overlay-light */
.flc-service_menu-standard ul a.hover-overlay-transparent:hover::before,
.flc-service_menu-standard ul a.hover-overlay-transparent:focus::before {
  opacity: 0;
}

/* items-should-be-square */
.flc-service_menu-standard ul a.items-should-be-square {
  min-height: auto;
  position: relative;
}

.flc-service_menu-standard ul a.items-should-be-square::after {
  display: block;
  padding-top: 100%;
  content: " ";
}

/* overlay-bottom */
.overlay-bottom::before {
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  content: " ";
  z-index: 1;
  top: auto;
  height: 150px;
  background: linear-gradient( to top, black, transparent)
}

.overlay-bottom.overlay-bottom-gradient-light::before {
  background: linear-gradient( to top, white, transparent)
}

.overlay-bottom.overlay-bottom-gradient-primary::before {
  background: linear-gradient( to top, var(--primary), transparent)
}

.overlay-bottom.overlay-bottom-gradient-secondary::before {
  background: linear-gradient( to top, var(--secondary), transparent)
}

/* black-and-white-to-color */
.flc-service_menu-standard ul a.black-and-white-to-color .image-container {
  filter: grayscale(1) contrast(0.6) brightness(1.3);
  transition: all 0.3s ease;
}

.flc-service_menu-standard ul a.black-and-white-to-color:hover .image-container,
.flc-service_menu-standard ul a.black-and-white-to-color:focus .image-container {
  filter: grayscale(0) contrast(0.6) brightness(1.4);
}

.contrastHigh .flc-service_menu-standard ul a.black-and-white-to-color.text-light .content,
.contrastHigh .flc-service_menu-standard ul a.black-and-white-to-color.text-light .content {
  background-color: black;
}

/* line-animation */
.flc-service_menu-standard ul a.line-animation .title {
  position: relative;
}

.flc-service_menu-standard ul a.line-animation .title::before {
  bottom: -1rem;
  left: 50%;
  content: '';
  transform: translate(-50%) scaleX(0.5);
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: currentColor;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.flc-service_menu-standard ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform:  translate(-50%) scaleX(1);
}

/* fit X rows */
@media (min-width: 768px) {
  .flc-service_menu-standard ul a.fit-4-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 4);
  }

  .flc-service_menu-standard ul a.fit-3-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 3);
  }

  .flc-service_menu-standard ul a.fit-2-rows {
    max-height: calc(calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem) / 2);
  }
}

/* text-dark */
.contrastHigh .flc-service_menu-standard ul a.text-dark .content {
  background: white;
}

/* text-light */
.contrastHigh .flc-service_menu-standard ul a.text-light .content {
  background: var(--primary);
}

@media (min-width: 768px) {
  :root {
    --section_spacing_x: 2rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --section_spacing_x: 5rem;
  }
}

@media (min-width: 768px) {
  .flc-text-image-header .content {
    padding: var(--section_spacing_x);
  }
}

@media (min-width: 992px) {
  .flc-text_with_media .container-max .media-side-right {
    padding-right: 0;
  }
  
  .flc-text_with_media .container-max .media-side-left {
    padding-left: 0;
  }
}

.object-fit {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .flc-text_with_media.object-fit-media .media-container img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.flc-text_with_media.twm-favicon .text-side::after {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: calc(calc(100% + var(--overlap)) - 15px);
  transform: translate(-50%, -50%);
  z-index: 1;
  content: " ";
  background-size: contain;
  background-image: var(--favicon);
}

@media (min-width: 1200px) {
  .offset {
    --offset: 2rem;

    padding-bottom: var(--offset);
  }

  .flc-text_with_media.text-on-right .text-side {
    transform: translate( calc( var(--overlap) * -1 ), var(--offset));
  }
}

@media (min-width: 1200px) {
  .overlap {
    --overlap: 4rem;
  }

  .flc-text_with_media.overlap .text-side {
/*    padding: var(--section_spacing_x) !important;*/
    /* background: var(--light); */
    /* background: white; */
    position: relative;
    z-index: 2;
  }

  .flc-text_with_media.overlap .text-side .content {
    position: relative;
    z-index: 1;
  }
  
  /*.flc-text_with_media.overlap .text-side .content::before {
    position: absolute;
    content: " ";
    display: block;
    top: calc( var(--overlap) * -1);
    right: calc( var(--overlap) * -1);
    bottom: calc( var(--overlap) * -1);
    left: calc( var(--overlap) * -1);
    z-index: -1;
    background: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  }
*/
  .flc-text_with_media.text-on-right.overlap .text-side {
    transform: translate( calc( var(--overlap) * -1 ), var(--offset));
    padding-right: calc(calc( var(--section_spacing_x) - var(--overlap)) + 15px) !important;
  }
  
  .flc-text_with_media.text-on-right.overlap .text-side::before {
    left: 100%;
  }
  
  .flc-text_with_media.text-on-right.overlap.text-on-right .text-side::before {
    left: 0;
  }

  .flc-text_with_media.text-on-left.overlap .text-side {
    transform: translate( var(--overlap), var(--offset));
    padding-left: calc(calc( var(--section_spacing_x) - var(--overlap)) + 15px) !important;
  }
  
  .flc-text_with_media.text-on-left.overlap .text-side::before {
    right: 0;
  }

  /* .flc-text_with_media.overlap .class-inner {
    padding-bottom: calc( var(--overlap) * 2);
  } */

  /* .flc-text_with_media.text-on-right.overlap .text-side .content {
    margin-right: 0;
  } */
}

.flc-text_with_media.align-vertical .row > div {
  display: flex;
  align-items: center;
}

.flc-text_with_media.align-vertical .text-side .content {
  width: 100%;
}

.flc-text_with_media.object-fit-media .media-container {
  height: 100%;
}

.flc-text_with_media-standard.object-fit-media:has(.container-max) .media-container {
  min-height: 50vw;
}

.flc-text_with_media.after-media .media-container {
  position: relative;
}

.flc-text_with_media.after-media .media-container::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid var(--primary);
  transform: translate(-15px, 15px);
  z-index: -1;
}

.flc-text_with_media.after-media .media-side-right .media-container::before {
  transform: translate(15px, 15px);
}

.flc-text_with_media.after-media .text-side {
  z-index: 2;
  /* background-color: white; */
}

/* .flc-text_with_media.after-media .text-side::after {
  position: absolute;
  content: " ";
  display: block;
  top: calc(var(--overlap) * -1);
  right: var(--overlap);
  bottom: calc(var(--overlap) * -1);
  left: calc(var(--overlap) * -2);
  background-color: var(--secondary);
  z-index: -3;
} */

.flc-text_with_media.after-media.text-on-right .text-side::after {
  left: var(--overlap);
  right: calc(var(--overlap) * -2);
}

.flc-text_with_media.after-media .text-side-right .text-side::after {
  transform: translate(-15px, 15px);
}

.bg-gradient {
  background: linear-gradient(to left, var(--primary), var(--secondary));
}

.bg-gradient.text-on-left {
  background: linear-gradient(to right, var(--primary), var(--secondary));
}

.contrastHigh .bg-gradient {
  background: var(--primary);
}

@media (min-width: 575px) and (max-width: 767px) {
  .flc-text_with_media .class-inner {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flc-text_with_media .class-inner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .flc-text_with_media.text-on-right .text-side {
    padding-left: var(--section_spacing_x);
  }

  .flc-text_with_media.text-on-left .text-side {
    padding-right: var(--section_spacing_x);
  }
}

@media(min-width: 992px) {
  .flc-faq-side .text-side .content,
  .flc-text_with_media.adjust-container .text-side .content {
    --container_width: calc(calc( var(--current_container) - var(--standard_container)) / 2);
  }

  .flc-text_with_media.text-on-right .text-side .content {
    margin-right: var(--container_width);
  }
  
  .flc-faq-side .text-side .content,
  .flc-text_with_media.text-on-left .text-side .content {
    margin-left: var(--container_width);
  }
}

.flc-text_with_media.text-on-right .media-side-left {
  display: none !important;
}

@media (min-width: 992px) {
  .flc-text_with_media.text-on-right .media-side-left {
    display: flex !important;
  }

  .flc-text_with_media.text-on-right .media-side-right {
    display: none !important;
  }
}

.flc-text-standard.has-background-image.bg-white .content {
  background-color: white;
  padding: var(--section_spacing_x) var(--section_spacing_x);
}

/* GOOGLE MAP */

.flc-contact-mdp .google-map {
  min-height: 400px;
}

/* FOOTER */

.site-footer {
  font-size: 1rem;
  padding: 1.5em 1em 1.5em;
  background-color: #000 !important;
}
.site-footer p {
    font-size: 1rem;
    color: #fff;
}
.site-footer a {
  color: var(--body_text_color);
  position: relative;
}
.site-footer .nav a::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      width: 1px;
      background-color: #888;
}
.site-footer .nav li:last-child a::after {
     display: none;
}


@media (min-width: 992px) {
  .seperator li:not(:last-of-type) {
    display: flex;
  }
  
  .seperator li:not(:last-of-type)::after {
    content: ' | ';
    margin: .5rem 0;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #EDEDED;
}

.dev-mode {
  position: relative;
}

.dev-mode::before {
  display: block;
  content: " ";
  position: fixed;
  background-color: red;
  z-index: 9999;
  width: 100px;
  height: var(--fixed_header);
  top: 0;
  left: 0;
}

/* ANIMATE */
/* ONLY FADEIN - IF YOU WANT MORE, ADD IT */

/*! * animate.css -https://daneden.github.io/animate.css/ * Version - 3.7.2 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2019 Daniel Eden */

@-webkit-keyframes fadeIn{
  0%{
      opacity:0
  }
  to{
      opacity:1
  }
}
@keyframes fadeIn{
  0%{
      opacity:0
  }
  to{
      opacity:1
  }
}
.fadeIn{
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
}
@-webkit-keyframes fadeInDown{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInDown{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,-100%,0);
      transform:translate3d(0,-100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInDown{
  -webkit-animation-name:fadeInDown;
  animation-name:fadeInDown
}
@-webkit-keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translate3d(-100%,0,0);
      transform:translate3d(-100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInLeft{
  0%{
      opacity:0;
      -webkit-transform:translate3d(-100%,0,0);
      transform:translate3d(-100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInLeft{
  -webkit-animation-name:fadeInLeft;
  animation-name:fadeInLeft
}
@-webkit-keyframes fadeInRight{
  0%{
      opacity:0;
      -webkit-transform:translate3d(100%,0,0);
      transform:translate3d(100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInRight{
  0%{
      opacity:0;
      -webkit-transform:translate3d(100%,0,0);
      transform:translate3d(100%,0,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInRight{
  -webkit-animation-name:fadeInRight;
  animation-name:fadeInRight
}
@-webkit-keyframes fadeInUp{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
@keyframes fadeInUp{
  0%{
      opacity:0;
      -webkit-transform:translate3d(0,100%,0);
      transform:translate3d(0,100%,0)
  }
  to{
      opacity:1;
      -webkit-transform:translateZ(0);
      transform:translateZ(0)
  }
}
.fadeInUp{
  -webkit-animation-name:fadeInUp;
  animation-name:fadeInUp
}


.animated{
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}
.animated.infinite{
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite
}
.animated.delay-1s{
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.animated.delay-2s{
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.animated.delay-3s{
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.animated.delay-4s{
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.animated.delay-5s{
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.animated.fast{
  -webkit-animation-duration:.8s;
  animation-duration:.8s
}
.animated.faster{
  -webkit-animation-duration:.5s;
  animation-duration:.5s
}
.animated.slow{
  -webkit-animation-duration:2s;
  animation-duration:2s
}
.animated.slower{
  -webkit-animation-duration:3s;
  animation-duration:3s
}
@media (prefers-reduced-motion:reduce),(print){
  .animated{
      -webkit-animation-duration:1ms!important;
      animation-duration:1ms!important;
      -webkit-transition-duration:1ms!important;
      transition-duration:1ms!important;
      -webkit-animation-iteration-count:1!important;
      animation-iteration-count:1!important
  }
}

/* PROCEDURES TEMPLATE */

.page-template-template-procedure .blockquote {
  position: relative;
  z-index: 3;
}

.page-template-template-procedure .blockquote strong {
  color: white;
  position: relative;
  display: inline-block;
}

.page-template-template-procedure .blockquote strong::before {
  top: 0;
  right: -3px;
  bottom: 0;
  left: -3px;
  display: block;
  content: " ";
  position: absolute;
  background: rgba(var(--primary_rgb), 1);
  z-index: -1;
}

.page-template-template-procedure .bg-light .image-container {
  display: flex;
}

.page-template-template-procedure .bg-light .image-container-left,
.page-template-template-procedure .bg-white .image-container-left {
  display: none;
}

@media (min-width: 768px) {
  .page-template-template-procedure .bg-light .row .content-container {
    padding-left: 3rem;
  }

  .page-template-template-procedure .bg-white .row .content-container {
    padding-right: 3rem;
  }

  .page-template-template-procedure .bg-light .image-container-left,
  .page-template-template-procedure .bg-white .image-container-right {
    display: flex;
  }

  .page-template-template-procedure .bg-light .image-container-right {
    display: none;
  }
}

/* CUSTOM */


.flc-text-side-background.end.overlay-solid::before {
  left: 50%;
}

.btn {
  font-family: var(--font_heading);
}

/* .btn-custom {
  position: relative;
  color: black;
}

.has-background-image .btn-custom {
  color: white;
}

.btn-custom::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: var(--tertiary);
  width: 999px;
  bottom: 0;
  right: 0;
}

.btn-custom::before {
  display: none !important;
}

.text-on-right .btn-custom {
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.text-on-right .btn-custom::after {
  left: 0;
  right: auto;
} */

.btn-outline-primary::before {
  display: none !important;
}

.menu-icon {
  width: 70px;
}

.nice-underline,
.flc-service_menu-icons .title {
  position: relative;
}

.nice-underline::after,
.flc-service_menu-icons .title::after {
  position: absolute;
  content: " ";
  display: block;
  height: 2px;
  background-color: var(--tertiary);
  width: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.flc-service_menu-icons a:focus .title::after,
.flc-service_menu-icons a:hover .title::after {
  transform: translateX(-50%) scaleX(2)
}

.flc-service_menu-icons a .rounded-circle {
  transition: all 0.3s ease
}

.flc-service_menu-icons a:focus .rounded-circle,
.flc-service_menu-icons a:hover .rounded-circle {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* flc-service_menu-custom */
.flc-service_menu-custom ul a:focus {
  outline: 3px dotted var(--primary);
  box-shadow: 0px -0px 0px 3px white;
}

.flc-service_menu-custom ul a {
  max-height: calc(calc(calc( 100vh - var(--fixed_header)) - var(--fixed_footer)) - 6rem);
  position: relative;
}

.flc-service_menu-custom ul a::before {
  z-index: 1;
  transition: all 0.3s ease;
}

.flc-service_menu-custom ul a .content {
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  right: 0;
  left: 0;
}

.flc-service_menu-custom ul a .image-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flc-service_menu-custom ul a::after {
  display: block;
  content: " ";
  padding-top: 50%;
}

@media (min-width: 575px) {
  .flc-service_menu-custom ul a::after {
    padding-top: 70%
  }
}

@media (min-width: 768px) {
  .flc-service_menu-custom ul a::after {
    padding-top: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flc-service_menu-custom ul .col-md-4 a .content {
    font-size: 66.666666%;
  }
}

@media (min-width: 1200px) {
  .flc-service_menu-custom ul a::after {
    padding-top: 130%
  }
}

/* hover-enlarge-image-only */
.flc-service_menu-custom ul a .image-container {
  will-change: transform;
  transition: transform 0.3s ease;
}

.flc-service_menu-custom ul a:hover,
.flc-service_menu-custom ul a:focus {
  z-index: 2;
}

.flc-service_menu-custom ul a:hover .image-container,
.flc-service_menu-custom ul a:focus .image-container {
  transform: scale(1.1);
}

.flc-service_menu-custom ul a .content {
  bottom: 3.5rem;
  left: 2rem;
  right: 2rem;
  top: 40%;
}

.btn-double-border .btn::before {
  display: none;
}

.flc-text-side-background.overlay-solid::before {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .flc-text-side-background.flc-text-side-background-end .row > div {
    padding-left: var(--section_spacing_x);
  }
}

.flc-service_menu-standard ul a.text-bottom .content {
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
  font-size: 1.5rem;
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  text-transform: uppercase;
}

.flc-service_menu-standard ul a.line-animation .title::before {
  left: 0;
  transform: translate(0%) scaleX(0.5);
  transform-origin: left;
  background-color: var(--tertiary);
  bottom: 0;
}

.flc-service_menu-standard ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform: translate(0%) scaleX(1);
}

.flc-service_menu-standard ul a,
.flc-service_menu-standard ul a {
  transition: all 0.3s ease;
}

.flc-service_menu-standard ul a.line-animation:hover,
.flc-service_menu-standard ul a.line-animation:focus {
  transform: translateY(-15px);
}

#menu-primary {
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  padding-right: 1em;
}

@media (min-width: 992px) {
  .flc-text_with_media-standard.text-on-left .media-side {
    padding-left: 0;
  }
  .flc-text_with_media-standard.text-on-right .media-side {
    padding-right: 0;
  }
}

.overlay-solid.overlay-light::before {
  opacity: 0.1;
}

.btn-wcag {
  padding: 0 !important;
  width: 40px;
  z-index: 10;
}

.flc-text-image-header .image-header {
  max-height: 50vw;
  min-height: 50vw;
}

.flc-text-image-header .image-header::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 80%);
  opacity: 1;
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}

.flc-call_to_action-standard::before {
  opacity: 0.2;
}

.flc-section hgroup {
/*  margin-bottom: 2rem;*/
}

.flc-section .btn-container {
  margin-top: 2rem;
}

body {
  line-height: 1.9;
  font-size: 16px
}

.flc-service_menu-custom .row > li:first-child {
  padding-left: 0 !important;
}

.flc-service_menu-custom .row > li:last-child {
  padding-right: 0 !important;
}


.blockquote-footer::before {
  display: none;
}

.lead {
  letter-spacing: 1px;
  font-size: 1.777rem;
  font-family: var(--font_body);
  text-transform: uppercase;
}

.flc-service_menu-custom a:focus .nice-underline::after,
.flc-service_menu-custom a:hover .nice-underline::after {
  transform: translateX(-50%) scaleX(2)
}

.nice-underline {
  padding-bottom: 0.5rem;
}

.flc-service_menu-custom .overlay-gradient-bottom::before {
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.4) 80%);
  opacity: 1;
}

.star-me {
  position: relative;
  padding-left: 40px;
}

.star-me::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  content: " ";
  display: block;
  background-image: url(../images/star.svg);
  background-size: cover;
}

.star-me-top {
  position: relative;
  padding-top: 40px;
}

.star-me-top::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 30px;
  height: 30px;
  content: " ";
  display: block;
  background-image: url(../images/star.svg);
  background-size: cover;
}

.btn-outline-primary {
  background-color: transparent;
}

cite {
  font-style: normal;
}

/*.flc-testimonials-standard .testimonials-blockquote::before {
  position: absolute;
  content: '"';
  top: -0.5rem;
  left: -2rem;
  z-index: -1;
  font-size: 16rem;
  opacity: 0.15;
  line-height: 1;
  color: var(--tertiary);
}*/

.page-id-6 blockquote.testimonials-blockquote {
    background-color: #eee;
    padding: 2em;
}
.page-id-6 p.testimonials-body {
    margin-bottom: 0 !important;
}
.page-id-6 .testimonials-blockquote span {
    width: 3em;
    color: #000;
    display: block;
    margin-bottom: 0em;
    border: .1em solid;
    margin-top: 1em;
}
.page-id-6 .testimonials-blockquote cite {
    padding-left: 3.5em;
    margin-top: -1em;
    display: block;
    font-style: italic;
}
.flc-service_menu-standard ul a.line-animation .title {
  font-size: 2.222rem;
  font-family: var(--font_heading);
  font-weight: var(--font_headings_weight);
  padding-bottom: 1rem;
  line-height: 1.1;
  text-align: center;
}
.page-id-6 .content-wrap {
    padding: 6em 1em 0;
}

.flc-service_menu-standard ul a.line-animation .title::before {
  left: 50%;
  transform: translateX(-50%) scaleX(0.5);
  transform-origin: center;
}

.flc-service_menu-standard ul a.line-animation:hover .title::before,
.flc-service_menu-standard ul a.line-animation:focus .title::before {
  transform: translateX(-50%) scaleX(1);
}

.flc-latest_posts-standard .more-link {
  position: absolute;
  text-transform: uppercase;
  font-family: var(--font_heading);
}

.flc-contact-oculoplastic .socials-border a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 1rem;
  padding: 0.75rem;
  display: inline-block;
  line-height: 1.1;
  background-color: #fff;
  color: #000 !important;
}
.flc-contact-oculoplastic .socials-border a:hover {
  background-color: #539ad2;
}
.flc-contact-oculoplastic .socials-border a:focus {
    border: 2px dotted #fff;
    background-color: #000 !important;
}
.page-id-93 .content-wrap p.socials-border a {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-size: 1rem;
    padding: 0.75rem;
    display: inline-block;
    line-height: 1; 
    background-color: #fff;
    color: #000 !important;
}
/*.flc-logos-standard .flc-logo img {
  filter: grayscale(100%);
}
*/
.phone-dropdown .dropdown-toggle::after {
  display: none;
}

.phone-dropdown .dropdown-menu a {
  color: black !important;
}

/* BLOCKS */

.page-template-template-fullwidth #content > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.page-template-template-fullwidth #content h1,
.page-template-template-fullwidth #content h2,
.page-template-template-fullwidth #content h3,
.page-template-template-fullwidth #content h4,
.page-template-template-fullwidth #content h5,
.page-template-template-fullwidth #content h6 {
  color:#000;
}
.page-template-template-fullwidth #content .is-style-narrow-paragraph {
  max-width: 720px;
}

.page-template-template-fullwidth .content-wrap {
  margin: calc(var(--section_spacing) / 2) 0;
  padding-right: 0;
    padding-left: 0;
}

.page-template-template-fullwidth #content .alignwide {
  max-width: 991px;
  padding: 15px;
  /*background-color: var(--light);*/
  margin: calc(var(--section_spacing) / 2) auto;
}

.page-template-template-fullwidth #content .featured-testimonial-block {
  max-width: 1400px;
  background-color: var(--light);
  margin: calc(var(--section_spacing) / 2) auto;
}

@media (min-width: 768px) {
  .page-template-template-fullwidth #content .alignwide {
    padding: 1em;
    margin: 0 auto;
  }

/*  .bio {
    margin-bottom: var(--section_spacing) !important;
    margin-top: var(--section_spacing) !important;
  }
*/
.page-id-1112 .wp-block-image {
    margin-top: 4em;
}
.page-id-14 #content {
    margin-top: 2em;
}
  .page-template-template-fullwidth #content .featured-testimonial-block {
    margin: 0 auto;
  }

.page-template-template-fullwidth .content-wrap {
    margin: 0;
  }
}
.content-wrap .column-content-block {
    margin-bottom: 1.75em;margin-top: 1em;
}
.featured-testimonial-block {
    color: #fff !important;
    margin-bottom: 2em;
    background-image: url('https://www.halvorsonmd.com/wp-content/uploads/2025/05/tree-bg-license-confirmed.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.featured-testimonial-block + .wp-block-group,
.featured-testimonial-block + p
 {
  margin-top: 2.5em !important;
}

svg.svg-inline--fa.fa-quote-right {
    display: none;
}
.home .blockquote-footer {
    color: #fff;
    font-style: italic;
    position: relative;
    font-size: 1em;
    margin-top: 0 !important;
    display: flex;
    gap: 1em;
    align-items: center;
}
.blockquote-footer {
    color: #fff;
    font-style: italic;
    position: relative;
    font-size: 1em;
    margin-top: 0 !important;
}

p.has-text-align-center.is-style-narrow-paragraph {
    font-size: 1.1em;
}
blockquote.container.text-center.blockquote {
    padding: 0 2em !important;
    font-size: 1.125em;
    margin-bottom: 0;
    position: relative;
    max-width: 991px;
}
.blockquote-footer span {
    background-color: #fff;
    width: 2em;
    height: 2px;
    display: block;
    position: absolute;
    right: 55%;
    top: 16px;
}
blockquote.container.text-center.blockquote::before {
    content: '';
    position: absolute;
    background-image: url("https://www.halvorsonmd.com/wp-content/themes/halvorsonmd/dist/images/quote.svg");
    background-repeat: no-repeat;
    top: 0px;
    left: 20px;
    width: 43px;
    height: 33px;
    background-size: contain;
    opacity: .5;
}
blockquote.container.text-center.blockquote::after {
    content: '';
    position: absolute;
    background-image: url("https://www.halvorsonmd.com/wp-content/themes/halvorsonmd/dist/images/quote.svg");
    background-repeat: no-repeat;
    bottom: 29px;
    right: 47px;
    width: 43px;
    height: 33px;
    background-size: contain;
    opacity: .5;
}

.wp-block-group .flc-menu ul {
  margin-left: 0;
}

.faq-block .card .btn {
  position: relative;
  border-radius: 0 !important;
  border-top: 1px solid var(--body_text_color);
  padding: 1rem 2rem 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.faq-block .card,
.faq-block .card-header {
  background-color: transparent;
  border: none !important;
}

.has-faq .wp-block-group__inner-container > :first-child.wp-block-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-block .card .btn::before {
  position: absolute;
  content: " ";
  display: block !important;
  background-color: var(--secondary);
  width: 2px;
  height: 24px;
  right: 11px;
  top: calc(50% - 11px);
  transition: all 0.3s ease;
  transform-origin: center;
  will-change: transform;
  transform: rotate(-90deg);
}

.faq-block .card .btn::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: var(--secondary);
  width: 24px;
  height: 2px;
  right: 0;
  top: 50%;
}

.faq-block .card .btn.collapsed::before {
  transform: rotate(0deg);
}

/* FULL WIDTH BLOCKS */
.wp-block-media-text {
  max-width: 100% !important;
}

.page-template-template-fullwidth #content .bio,
.page-template-template-fullwidth #content .featured-testimonial-block {
  max-width: inherit;
}

.page-template-template-fullwidth #content .alignwide > div > *:last-child {
  margin-bottom: 0 !important;
}

.page-template-template-fullwidth #content .header-image {
  max-width: 100%;
  margin-bottom: var(--section_spacing);
}

.page-template-template-fullwidth #content p {
  margin-bottom: 1.5rem;
}

.page-template-template-fullwidth #content p {
  margin-left: auto;
  margin-right: auto;
}
.full-width-background {
    background-color: #ffffff;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 6em 1em;
}
.page-template-template-fullwidth #content > .full-width-background p:first-of-type {
    margin-left: auto;
    margin-right: auto;
    padding: 0em;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 1em;
    text-align: center;
    max-width: 960px;
}
.page-id-1112.page-template-template-fullwidth #content > .full-width-background p:first-of-type {
    margin-left: auto;
    margin-right: auto;
    padding: 0em;
    position: relative;
    z-index: 1;
    margin-bottom: 1.5em;
    font-size: 1em;
    text-align: left;
    max-width: 960px;
}

.page-template-template-fullwidth #content >  .full-width-background p:first-of-type:has(+ nav) {
    padding-bottom: 1em;
    max-width: 960px;
    margin: 0 auto;
}
.page-template-template-fullwidth #content > .full-width-background p:first-of-type + nav {
    padding-bottom: 0;
    margin-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
}
.page-id-14 .full-width-background, .page-id-1112 .full-width-background, .blog .full-width-background, .single-post .full-width-background,
.page-id-7 .full-width-background, .page-id-6 .full-width-background, .page-id-16 .full-width-background, .page-id-3 .full-width-background {
    padding: 0;
    background-color: transparent;
}
.page-id-16.page-template-template-fullwidth .content-wrap {
    padding-top: 4em;
}

.page-template-template-fullwidth #content p + .menu-block,
.page-template-template-fullwidth #content p + ul {
  margin-top: 0;
}

.wp-block-group .btn-container {
	justify-content: center;
	margin-top: 3rem;
}

.wp-block-group.no-btn .btn-container {
	display: none !important;
}

.column-content-block .row {
    justify-content: center;
}
.column-content-block .column-content {
    background-color: #afc7c0;
    padding: 2em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    justify-content: right;
    height: 100%;
    border-bottom: 1em solid #fff;
    align-items: center;
    color: #000;
    justify-content: center;  
}
.column-content-block .column-content p span {
    display: block;
}
.column-content-block .column-content h3 {
    color: #000 !important;
}
.column-content-block .column-wysiwyg p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
}
.column-content-block .column-content h3.h4 {
    text-align: center;font-size: 1.75em;
}

p:has(+ .column-content-block) {
    margin-bottom: 1em !important;
}

.page-template-template-fullwidth #content .bio {
    background-color: #EDEDED;
    margin-bottom: 0;
}
.bio .container {
    max-width: 991px;
}
.bio .about-content ul {
    margin-bottom: 2em;
}
.page-template-template-fullwidth #content .bio h2 {
    margin-bottom: .75em;
    margin-top: 0;
}
.page-template-template-fullwidth #content .bio .about-content {
    max-width: 35em;
}

.final {
    padding: 6em 1em;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 0 !important;
   background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%),
     url('https://www.halvorsonmd.com/wp-content/uploads/2025/06/Interior-1-license-confirmed.jpg');
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-top: 5em !important;
}

.final .container {
    padding: 0 0;
    max-width: 991px;
}
.final h2 {
    margin-bottom: .5em;
    color: #fff !important;
    font-size: 2.25em;
}
.final a {
  color:#fff;
  white-space: nowrap;
}
.final a:focus, .final a:hover {color:#eee}
.final h2 span {
  display: block;
}
.final p {
    max-width: 767px;
}

.faq-bg {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #444;
    padding: 4em 1em 6em;
    margin-bottom: 0 !important;
    background-image: 
    linear-gradient(282deg, rgba(0, 0, 0, 0.10) 0.00%, rgba(0, 0, 0, 0.60) 40.00%, rgba(0, 0, 0, 0.10) 100.00%),
    url('https://www.halvorsonmd.com/wp-content/uploads/2025/06/testimonials-bg-2619744331.jpg');
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 4em;
}
.faq-bg h2 {
    color: #fff !important;
    max-width: 20em;
    margin: 0 auto;
    font-size: 2.25em;
}
.faq-block .card .btn {
  position: relative;
  border-radius: 0 !important;
  border-top: 0 solid var(--body_text_color);
  padding: 1rem 2rem 1rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000;
}

.faq-block .card,
.faq-block .card-header {
  
  border: none !important;
  color:#000 !important;
}
.faq-block .card {
  margin-bottom: 0;
}
.faq-block .card-body {
    padding: 1.25rem 1.25em 0;
}
.faq-block .card-body p {
    padding-left: 0;
}
.faq-block .card-header h2 {
    color: #000 !important;
    padding-left: 0.5em;
    margin-top: .5em !important;
    background-color: #fff;
}
.faq-block .collapse.show {
    color: #fff;
}
.faq-bg h2.wp-block-heading {
    margin-bottom: .5em !important;
}
.faq-bg .wp-block-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.card {
    margin-bottom: 1em;
}
.card-body p {
    margin-bottom: 0 !important;
    padding: 0 1em;
}
.has-faq .wp-block-group__inner-container > :first-child.wp-block-heading {
  text-align: center;
  margin-bottom: 2rem;
}
.faq-block {
    max-width: 43em;
    margin: 0 auto;
}
.faq-block .card .btn::before {
  position: absolute;
  content: " ";
  display: block !important;
  background-color: #000;
  width: 3px;
  height: 24px;
  right: 20px;
  top: calc(50% - 11px);
  transition: all 0.3s ease;
  transform-origin: center;
  will-change: transform;
  transform: rotate(-90deg);
}

.faq-block .card .btn::after {
  position: absolute;
  content: " ";
  display: block;
  background-color: #000;
  width: 24px;
  height: 3px;
  right: 10px;
  top: 50%;
}

.faq-block .card .btn.collapsed::before {
  transform: rotate(0deg);
}



.page-template-template-fullwidth #content > .embed-responsive {
	margin-top: var(--section_spacing);
	margin-bottom: var(--section_spacing);
}

/* BlOCK RWD */

@media (min-width: 575px) and (max-width: 767px) {
  #content.content-wrap > p,
  #content.content-wrap > .wp-block-heading,
  #content.content-wrap > .wp-block-media-text {
      max-width: 540px !important;
  }
}

@media (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
      grid-column: 1;
      grid-row: 2;
  }

  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
      grid-column: 1;
      grid-row: 1;
  }

  .wp-block-media-text.is-stacked-on-mobile {
      grid-template-columns: 100% !important;
  }

  .wp-block-media-text > .wp-block-media-text__content {
      padding: 3rem 0;
  }
}

.wp-block-media-text__content > *:last-child {
  margin-bottom: 0 !important;
}

/* END BLOCKS */

.twm-play {
  border-radius: 300px;
  color: var(--secondary);
  font-size: 1.5rem;
  width: 80px;
  height: 80px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background-color: #fff;
  display: flex;
}

.watch-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff !important;
  font-size: 1.4rem;
  line-height: 1.1;
  padding-bottom: 2rem;
}


/* GENERAL */

/*body {
  position: relative;
}
body.home::before {
    content: '';
    background-image: url("https://www.halvorsonmd.com/wp-content/uploads/2025/05/mockup.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1440px;
    height: 8857px;
    margin: 0 auto;
    opacity: .3;
    z-index: 1;
}*/
.page-id-22 ul.flc-sitemap {
    padding: 1em 0;
    margin: 0 auto;
    max-width: 676px;
}
.page-id-7.page-template-template-fullwidth #content > p:first-of-type {
    padding-bottom: 0;
    padding-top: 4em;
}

.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-black:focus {
    background-color: #fff;
    color: #000;
    border:1px dotted #000;
}

.home .h2, .home h2 {
    font-size: 3rem;
    letter-spacing: 2px;
}

/* HOME */
.home-hero {
    height: 826px;
    margin: 0 auto;
    display: none !important;
/*    margin-top: -8.25em;*/
}
.header-image {
    margin-top: -8.25em;
    background-repeat: no-repeat;
    background-position: center 0px;
}

/* HEADER */
.navbar-nav a {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "Mukta", sans-serif;
    letter-spacing: 2px;
}
.btn {
    padding: .75rem 3.25rem;
    border: 0;
    font-size: 1em;

}
.site-footer a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.8em;
    font-size: 15px;
    letter-spacing: 1px;
}
.site-footer a:focus {
    border: 1px dotted #fff;
    color: #fff;
}
.site-footer a:hover {
   color:#fff;
}
.site-footer li:last-of-type a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 1.75em;
}
/* EXPERT */

.expert {
    padding: 0 1em 1em;
    margin-top: -2em;
    background-color: #fff;
}
.expert h2.heading {
    line-height: 1em;
    margin-bottom: .5em;
    font-size: 3.25em;
}
.expert p {
    line-height: 1.7em;
}
.expert .text-side {
    /*padding-top: 10em !important;
    padding-bottom: 12em !important;*/
}

.flc-text_with_media.overlap .text-side .content {
    position: relative;
    /*z-index: -1;*/
    margin-left: 0em !important;
    padding-right: 10em;
    background-color: rgba(237, 237, 237, .5);
    padding-bottom: 12em;
    padding-top: 12em;
    padding-left: 6em;
}
.expert.flc-text_with_media-standard.text-on-left .media-side {
    padding-left: 0;
    margin-left: -8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
/* LOGOS */

.flc-logos {
    padding: 6em 1em 6em;
}
.logo-container.d-flex {
    gap: 4rem;
}
.flc-logos h2 {
    font-size: 1.3em;
    margin-bottom: 2.5em;
}
/* SURGEON */

.surgeon {
    padding: 6em 1em 0;
}
.surgeon h2 {
    font-size: 3.25em;
    line-height: 1.05em;
    margin-bottom: .4em;
}
.surgeon p {
    line-height: 1.7em;
}
.surgeon.flc-text_with_media.text-on-left .text-side {
    padding-right: 0;
}
.surgeon .justify-content-between {
    padding-left: 2em;
}

/* DOCTOR IMAGE */
.doctor {
    padding: 4em 1em 0;
}
.doctor .class-inner {
    margin-bottom: -15em;
}
.hero-image {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 1100px;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-name {
    position: absolute;
    bottom: 0rem;
    left: 0.3rem;
    font-size: 6rem;
    letter-spacing: 20px;
    color: white;
    margin: 0;
    font-family: 'Mukta';
}
.hero-button {
    position: absolute;
    bottom: 2.3rem;
    right: .5rem;
    background-color: #130a0a;
    color: white;
    padding: 1rem 3.75rem;
    font-size: 0.9rem;
}
.hero-button:focus {
    border: 1px dotted #fff;
    background-color: #1e4fbf;
}

/* TWO SECTION */
.plant-bg {
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url('https://www.halvorsonmd.com/wp-content/uploads/2025/06/plant-color-bg-1-license-confirmed.jpg');
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 6em 1em 6em;
border-top: 19em solid #fff;
}

.results h2 {
    font-size: 3.26em;
    line-height: 1em;
    margin-bottom: 0;
}
.results .col-md-5 {
  position: relative;
  display: inline-block;
}
.results .col-md-5 img {
  display: block;
  width: 100%;
  height: auto;
}
.results .col-md-5 .btn-dark {
  position: absolute;
  bottom: 5px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.85); 
  color: white;
  padding: .9rem 3rem;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
}
.row.results {
    padding-bottom: .5em;
}
.row.rejuvenation {
    padding-top: 6em;
}
.rejuvenation .sidebar {
    background-color: #295215;
    padding: 6em 3em 6em;
    color: #fff;
}
.rejuvenation .sidebar a {
    color: #fff;
    padding: .5em 0 !important;
    display: block;
}
.rejuvenation h2 {
    font-size: 3.25em;
}
.rejuvenation a.btn.btn-white {
    margin-bottom: 3em;
}
.rejuvenation a.btn.btn-white:focus {
    color: #fff !important;
    background-color: #1e4fbf;
}
.rejuvenation .col-md-8 nav a {
    color: #fff;
    text-transform: uppercase;
    padding: 1em 1.7em;
    font-size: 15px;
    letter-spacing: 1px;
    position: relative;
    display: block;
}
.rejuvenation .nav a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 2px;
    background-color: #fff;
}

.rejuvenation .nav li:first-of-type a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 2px;
    background-color: #fff;
}

.rejuvenation .col-md-8 ul {
    max-width: 593px;
    margin-bottom: 2em;
}

.rejuvenation .col-md-8 p:first-of-type {
    font-size: 1.25em !important;
    margin-bottom: 1.25em;
}
.rejuvenation .col-md-8 {
    padding-left: 2em;
}
.rejuvenation .col-md-8 ul.list-unstyled,
.rejuvenation .col-md-4 ul.list-unstyled {
    margin-bottom: 0;
}
.rejuvenation .col-md-8 nav {
    margin: 0 0 2em;
}
   .bg-overlay {
      background-color: rgba(0, 0, 0, 0.75);
      padding: 3rem;
    }

    .sidebar {
      background-color: #0e0e0e;
      padding: 1.5rem;
      border-radius: 6px;
    }

    .sidebar li {
      margin-bottom: 0.5rem;
      font-weight: bold;
    }

    .sidebar .active {
      color: #00aaff;
    }

    .tags .btn {
      background-color: #222;
      border: 1px solid #444;
      margin: 5px 5px 0 0;
      font-size: 0.875rem;
      color: #fff;
    }

    .cta-button {
      background-color: #fff;
      color: #000;
      font-weight: bold;
      margin-top: 1.5rem;
    }

    .feature-img {
      border-radius: 8px;
    }

    @media (max-width: 767px) {
      .feature-img {
        margin-top: 1rem;
      }
    }

 /* END */   


/* TESTIMONIALS */
.home .flc-testimonials {
    padding: 12em 1em 11em;
}
.home .flc-testimonials.flc-section .btn-container {
    margin-top: 0rem;
}
.home .testimonials-blockquote {
    line-height: 1.75em;
    padding-right: 3em;
    padding-left: .2em;
}

/*.blockquote-footer {
  color: white;
  display: flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
  gap: 0.75rem; 

}*/
.home .flc-testimonials .testimonials-container {
    margin-top: 1.5em;
}
.line {
  width: 40px;
  height: 2px;
  background-color: #4180a4; 
}
button.morelink {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1em;
}
button.morelink:focus {
    border: 1px dotted #fff;
}
.flc-testimonials a.btn {
    background-color: #fff;
    color: #000;
}
.flc-testimonials a.btn:focus {
    color:#fff;
    background-color: #1e4fbf;
    border:1px dotted #fff;
}
/* DESTINATION */

.destination {
background-image: 
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.80) 100%),
    url('https://www.halvorsonmd.com/wp-content/uploads/2025/05/tree-bg-license-confirmed.jpg');
color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 11em 1em 11em;
}
.destination a.btn {
    margin-top: 1em;
}
.destination a.btn:focus {
    color:#fff;
    background-color:#1e4fbf;
}
.destination p {
    line-height: 1.7em;
}
.banner-text {
    font-family: 'Cormorant Infant';
    font-size: 3.5rem;
    color: white;
    line-height: 1;
    text-align: left;
}


.line1 {
  margin-left: 0px;
}

.line2 {
  margin-left: 30px; 
}

.line3 {
  margin-left: 57px; 
}


/* JOURNEY  */

.journey {
    padding: 12.25em 1em 11.5em;
}
.journey h2 {
    font-size: 3.25em;
    max-width: 9em;
    line-height: 1em;
    margin-bottom: .6em;
}
.journey p {
    line-height: 1.6em;
    margin-bottom: 1.9em;
}
/* COLUMNS  */

.home .flc-columns-headers {
    padding: 6em 1em 5em;
}
.home .flc-columns-headers a {
    font-size: 1.5em;
    font-family: 'Cormorant Infant';
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: -10px;
    color:#fff;
}
/* BLOG */

.blog article {
    padding: 1em 1em;
}
.blog article .entry-title {
    margin-bottom: .5em;
    font-size: 1.5rem;
    margin-top: .5em;
    line-height: 1.125em;
}
.blog article time {
    color: #000;
    padding: 0px 0px;
    margin-bottom: 22px;
    width: 100%;
    color: #777;
    letter-spacing: 1px;
}
.blog article .content p {
    margin: 0;
}
.blog article .content p a.read-more {
    white-space: nowrap;
    padding: 0 5px;
    font-style: inherit;
}
.flc-latest_posts-standard {
    padding: 6em 0;
}
.col-md-6.col-lg-6 {
    background-color: #fff;
    padding: 2em 1.5em 2em;
}
.flc-latest_posts-standard h3 {
    font-size:1.63em;
    margin-bottom: 0;
    text-align: center;
}
.flc-latest_posts-standard p.small {
    text-align: center;
    padding: 1em 1em;
    margin-bottom: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}
.flc-latest_posts-standard .more-link {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Mukta';
    text-align: center;
    width: 94%;
    bottom: 3em;
    font-size: 16px;
    font-weight: 600;
}
.flc-latest_posts-standard .content {
    line-height: 1.5em;
    font-size: 14px;
    padding-bottom: 4em !important;
}
.flc-latest_posts-standard .col-md-6.col-lg-6 {
    border-right: 1em solid #ededed;
    border-left: 1em solid #ededed
}
.flc-latest_posts-standard h2 {
    font-size: 3.25rem;

}
/* CTA */

.cta {
    text-align: center;
    padding: 6.75em 1em 6.75em;
    background-image: url('https://www.halvorsonmd.com/wp-content/uploads/2025/05/columns-bg-license-confirmed.jpg');
    background-position: center;
    background-repeat: no-repeat;
    /*border-top: 1em solid #EDEDED;*/
}
.cta .btn-container {
    justify-content: center;
}

/* FOOTER CONTACT */

.home .flc-contact-oculoplastic {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 29.5em;
    padding-bottom: 2em;
    background-position: center top;
    color: #fff;
    position: relative;
    filter:none;
}
.flc-contact-oculoplastic {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 29.5em;
    padding-bottom: 2em;
    background-position: center top;
    color: #fff;
    position: relative;
    filter: grayscale(100%);
}
.flc-contact-oculoplastic::before {
    position: absolute;
    top: 55%;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    display: block;
    border: none !important;
    opacity: .4;
    background: #000;
}
.flc-contact-oculoplastic a {
  color: #fff !important;
}
.navbar-brand {
    margin-right: 0; 
    padding-top:0;
    z-index: 1;
}
.flc-contact-oculoplastic img.flc-logo.flc-logo-primary.img-fluid {
    width: 260px;
    margin-bottom: 22px;
    margin-top: -13px;
}

/* CONTACT PAGE */

.page-id-14 .col-lg-5 {
    color: #fff;
    text-align: center;
    padding: 0 0 0;
}

.page-id-14 .col-lg-7 {
    background-color: #f5f5f5;
    padding: 3em 3em 0;
    border-right: 1em solid #fff;
}
.page-id-14 .col-lg-5 a {
    color: #fff;
    font-size: 1em;
}

.page-id-14 .contact-info {
    position: relative;
    background-color: #111;
    padding: 1em 0 0;
}
.page-id-14 .contact-info::before {
    content: '';
    position: absolute;
    background-image: url("https://www.halvorsonmd.com/wp-content/uploads/2025/05/contact-bg-4-license-confirmed.png");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100%;
    height: 37em;
    background-size: cover;
    background-position: center 0;
    opacity: .4;
}

.page-id-14 .contact-info .socials-border a {
    padding: 4px 0 0 0;
    width: 2.125em;
    height: 2.125em;
}

.contact-info img {
    margin-top: 1em;
}
.contact-info .flc-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 1.3rem;
    justify-content: center;
}

.page-id-1112 .container.content-wrap {
    padding-top: 3em;
}
.page-id-1114 .final {
    margin-top: 0 !important;
}
.bio + .final {
  margin-top: 0 !important;
}
.wp-block-group.alignwide:has(+ .bio) {
  padding-bottom: 6em !important;
}
.page-id-16 p {
    text-align: left !important;
}
.page-id-3 p.has-text-align-left {
    text-align: left !important;
}
.page-id-3.page-template-template-fullwidth #content > p:first-of-type {
    padding: 0em 0em;
}
.page-id-3.page-template-template-fullwidth .content-wrap {
    padding-top: 5em;
}
.post-type-archive-team .container.content-wrap {
    padding-top: 3em;
    padding-bottom: 0 !important;
}
.post-type-archive-team .cta, .single-post .cta {
    text-align: center;
    padding: 6.75em 1em 6.75em;
    background-image: url('https://www.halvorsonmd.com/wp-content/uploads/2025/05/columns-bg-license-confirmed.jpg');
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1em solid #EDEDED;
}

p.first-p-span span {
    display: block;
}
p.first-p-span span:first-of-type {
    margin-bottom: 1em;
}

/* MEDIA QUERIES */


@media (max-width: 1920px) {
#menu-primary {
    padding-right: 1em;
}
.flc-header-standard .btn-container {
    padding-right: 3em;
}
}

@media (max-width: 1579px) {
.flc-text_with_media.overlap .text-side .content {
    padding-right: 10em;
    padding-bottom: 4em;
    padding-top: 6em;
    padding-left: 4em;
}
.expert h2.heading {
    font-size: 2.9em;
}
}

@media (max-width: 1429px) {
.flc-text_with_media.overlap .text-side .content {
    padding-left: 2em;
}
}

@media (max-width: 991px) {
.hero-name {
    bottom: .6rem;
    font-size: 4rem;
    letter-spacing: 12px;
}
.flc-text_with_media.overlap .text-side .content {
    padding-right: 2em;
}
.expert.flc-text_with_media-standard.text-on-left .media-side {
    margin-left: 2em;
}
}
@media (max-width: 1800px) {
.flc-video {
  min-height: 55em;
}
}
@media (max-width: 1630px) {
.flc-video {
  min-height: 50em;
}
}
@media (max-width: 1460px) {
.flc-video {
  min-height: 45em;
}
}

@media (max-width: 1440px) {
.flc-video h1.heading {
    font-size: 3.25em;
    padding-bottom: 0.5em;
}
.home .flc-testimonials {
    padding: 6em 1em 7em;
}
.journey {
    padding: 9em 1em 9em;
}
.header-height {
    min-height: 30em;
}
}

@media (max-width: 1429px) {
header nav .btn {
    padding: .75rem 1rem;
    font-size: .95em;
}  
.expert h2.heading {
    font-size: 2em;
} 
.flc-text_with_media.overlap .text-side .content {
    padding-right: 8em;
    padding-bottom: 4em;
    padding-top: 4em;
    padding-left: 4em;
}
.expert {
    padding: 0 1em 0em;
}
.surgeon h2, .results h2, .rejuvenation h2, .journey h2, .flc-latest_posts-standard h2, .home h2 {
    font-size: 2.2em;
}
.banner-text {
    font-size: 3rem;
}
}

@media (max-width: 1320px) {
.flc-video {
  min-height: 40em;
}
.flc-video h1.heading {
    font-size: 3.25em;
    padding-bottom: .5em;
}

}
@media (max-width: 1280px) {
.flc-logos h2 {
    margin-bottom: 1.5em;
}
.destination {
    padding: 8em 1em 8em;
}
.flc-latest_posts-standard {
    padding: 0em 0 6em;
}
}
@media (max-width: 1270px) {
.navbar-brand > * {
    max-height: 70px !important;
}  
}

@media (max-width: 1199px) {
#menu-primary {
    padding-right: 4em;
}
.rejuvenation .sidebar {
    padding: 3em 3em 3em;
}
.home .flc-testimonials {
    padding: 5em 1em 6em;
}
.destination {
    padding: 7em 1em 7em;
}
.journey {
    padding: 7em 1em 7em;
}
.cta {
    padding: 5em 1em 5em;
}
.header-height {
    min-height: 25em;
}
}

@media (max-width: 1160px) {
.flc-video {
  min-height: 35em;
}
.expert h2.heading {
    font-size: 2em;
}
}

@media (max-width: 991px) {
.flc-text_with_media.overlap .text-side .content {
    padding-right: 4em;
}
.flc-logos {
    padding: 4em 1em 5em;
}
.flc-logos h2 {
    margin-bottom: 1em;
}
.surgeon .justify-content-between {
    padding-left: 0em;
}
.surgeon .d-flex.justify-content-between.align-content-center {
    justify-content: space-evenly !important;
}
.rejuvenation .sidebar {
    padding: 2em 1em 2em;
}
.rejuvenation .sidebar a {
    font-weight: 400;
}
.rejuvenation .col-md-8 nav a {
    padding: 1em 1em;
}
.journey .col-md-6.content {
    max-width: 75% !important;
    flex: 0 0 75% !important;
}
.flc-columns-headers .header-container {
    min-height: 300px;
}
.flc-contact-oculoplastic::before {
    top: 40%;
}
.home .flc-columns-headers {
    padding: 6em 1em 2em;
}
.row.rejuvenation {
    padding-top: 4em;
}
.journey .col-md-6.content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 3em;
}
.flc-video h1.heading {
    font-size: 2.5em;
    padding-bottom: 0;
    margin-bottom: -1em;
}
.flc-header {
    transition: background-color 0.3s ease;
    background-color: rgba(0, 0, 0, .75);

}
.navbar-dark .navbar-brand {
    margin-left: 1em;
}
.navbar-dark .navbar-toggler {
    margin-right: 1em;
}
#menu-primary {
    padding-right: 0em !important;
    padding-left: 1em !important;
}
.flc-header-standard .navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;                 
    overflow-y: auto;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .75);
    margin-top: 5.7em !important;
  }
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
}  
.navbar-dark .dropdown-menu a {
    color: #fff;
    border-bottom: 1px dotted #ccc;
    background-color: rgba(0, 0, 0, .1);
}
#menu-primary {
    padding-right: 0em;
    padding-left: 0em;
    max-width: 43.5em;
    margin: 0 auto;
}  
.navbar .svg-inline--fa {
    margin-bottom: -.1em;
}
.navbar-nav a {
    border-bottom: 1px dotted #ccc;
}

.navbar-dark .dropdown-menu a:hover, .navbar-dark .dropdown-menu a:focus {
      background-color: rgba(0, 0, 0, 0);
      color:#fff !important;
 }
.flc-latest_posts-standard .content {
    position: relative;
} 
.flc-latest_posts-standard .latest-posts-container .row > div:not(:last-of-type) {
    margin-bottom: 0;
}
.flc-latest_posts-standard .more-link {
    bottom: 0em;
}
.flc-header-standard .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.header-height {
    min-height: 22em;
}
}


@media (max-width: 767px) {
.hero-name {
    bottom: 1.2rem;
    font-size: 3rem;
    letter-spacing: 1px;
}  
.flc-text_with_media.overlap .text-side .content {
    padding-right: 2em;
    padding-left: 2em;
}
.expert p {
    line-height: 1.7em;
    font-size: 1.05em !important;
}
.surgeon {
    padding: 4em 1em 0;
}
.plant-bg {
    padding: 5em 1em 2em;
    border-top: 19em solid #fff;
}
.rejuvenation .sidebar {
    text-align: center;
}
.rejuvenation .col-md-8 {
    padding-left: 1em;
    text-align: center;
    align-items: center !important;
    padding-top: 2em;
}
.rejuvenation .nav li:first-of-type a::before,
.rejuvenation .nav a::after, .site-footer .nav a::after {
    display: none;
}
.rejuvenation .col-md-8 nav a {
    padding: .5em 1em;
}
.flc-testimonials-standard .d-flex.justify-content-between {
    flex-direction: column;
}
.flc-testimonials-standard.flc-section hgroup {
    margin-bottom: 1rem;
}
.home .testimonials-blockquote {
    padding-right: 0em;
}
.testimonials-blockquote .d-flex.justify-content-between.align-items-center {
    align-items: flex-start !important;
}
.destination {
    padding: 5em 1em 5em;
}
.journey {
    padding: 5em 1em 5em;
}
.flc-video h1.heading {
    font-size: 2em;
}
.header-image {
    margin-top: 0;
}
.page-template-template-fullwidth .content-wrap {
    margin-top: 1em;
}
p.mt-4.has-background.has-medium-font-size {
    font-size: 1em !important;
    padding-left: 1em;
    padding-right: 1em;
}
.page-template-template-fullwidth #content .featured-testimonial-block {
    margin-top: 0;
}
.header-height {
    min-height: 18em;
}
}

@media (max-width: 575px) {
.hero-name {
    bottom: 1.2rem;
    font-size: 3rem;
    letter-spacing: 1px;
}  
.page-id-14 .col-lg-7 {
    padding: 3em 1em 0;
}
.faq-bg {
    padding: 4em 0em 6em;
}
.column-content-block .column-content {
    padding: 2em 1em;
}
blockquote.container.text-center.blockquote {
    padding: 0 1em !important;
    font-size: 1em;
}
.expert {
    padding: 0 0em 0em;
}
.flc-text_with_media.overlap .text-side .content {
    padding-right: 1em;
    padding-left: 1em;
}
}

@media (max-width: 425px) {
.hero-button {
    bottom: 1.125rem;
    right: .125rem;
    padding: 1rem 3rem;
}
.hero-name {
    bottom: 3.75rem;
    font-size: 3rem;
    letter-spacing: 10px;
}
}