/*[ General ] */

html {
  height: 100%;
}

body {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #606060;
  background-color: #fff;
  min-height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 200;
  margin-bottom: 1rem;
  color: #303030;
}

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

h2,
.h2 {
  font-size: 2.5rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

hr {
  border-top: 1px solid #D9D9D9;
}

dl,
ol,
ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
  outline: none;
}

input[type="file"] {
  height: auto;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  resize: vertical;
}

label.col-form-label {
  font-weight: 600;
  line-height: 1.2;
}

section {
  padding: 3rem 0;
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #008080;
}

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

img.alignright {
  margin: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*[ Brand Color ]*/
.text-teal {
  color: #008080;
}

.text-gold {
  color: #DCB246;
}

.text-light {
  color: #a3a3a3 !important;
}

.bg-teal {
  background-color: #008080;
}

.bg-teal-light {
  background-color: rgba(0, 128, 128, 0.1);
}

.bg-gold {
  background-color: #DCB246;
}

/*[ Button Classes ]*/
.btn {
  font-size: 0.813rem;
  padding: .500rem 1.250rem;
  border-radius: 25px;
  font-weight: 400;
  position: relative;
  color: #606060;
  border: 1px solid #606060;
  text-transform: uppercase;
}

.btn-sm {
  padding: .313rem 1rem;
  font-size: .688rem;
}

.btn-lg {
  padding: .6rem 2.5rem;
  font-size: 1.1rem;
}

.btn:hover {
  background-color: #606060;
  color: #fff;
  border-color: #606060;
}

.btn-teal {
  background-color: #008080;
  color: #fff;
  border: 1px solid #008080;
}

.btn-teal:hover {
  background-color: #DCB246;
  color: #fff;
  border-color: #DCB246;
}

.btn-gold {
  background-color: #DCB246;
  color: #fff;
  border: 1px solid #DCB246;
}

.btn-gold:hover {
  background-color: #008080;
  color: #fff;
  border-color: #008080;
}

.btn-teal-bordered {
  border-color: #008080;
  color: #008080;
  background-color: transparent;
}

.btn-teal-bordered:hover {
  border-color: #008080;
  color: #fff;
  background-color: #008080;
}

.btn-gold-bordered {
  border-color: #DCB246;
  color: #DCB246;
  background-color: transparent;
}

.btn-gold-bordered:hover {
  border-color: #DCB246;
  color: #fff;
  background-color: #DCB246;
}

.btn-no-border {
  border-color: transparent;
  padding: .500rem 0;
}

.btn-no-border:hover,
.btn-no-border:focus,
.btn-no-border:active {
  background-color: transparent;
  color: #008080;
  border-color: transparent;
}

.cta-link {
  border-bottom: 1px solid #008080;
  font-weight: 400;
}

.cta-link:hover {
  border-bottom: 1px solid #DCB246;
}

.imgframe img,
img.imgframe {
  position: relative;
  border: 15px solid #fff;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

/*[ Helper Classes ]*/
.post-featured-image img {
  width: 100%;
}

a {
  color: #008080;
}

a:hover {
  color: #DCB246;
}

img.object-fit {
  object-fit: cover;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;  
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb a {
  color: #fff;
  border-bottom: 1px solid  #fff;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 300;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: .8rem;
}

.entry-content ul.lg-text li,
.entry-content ol.lg-text li {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444444;
}

.entry-content ul.split-2:after,
.entry-content ol.split-2:after {
  display: block;
  clear: both;
  content: "";
}

.entry-content ul.split-2 li,
.entry-content ol.split-2 li {
  width: 50%;
  float: left;
}

.section-title h2,
h2.title {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.section-title .subheading {
  font-weight: 500;
  text-transform: uppercase;
  color: #008080;
  position: relative;
  font-size: 1rem;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.form-control {
  border-color: #e3e3e3;
  box-shadow: none;
  font-size: 15px;
  height: 44px;
  border-radius: 0;
}

.auto-height {
  height: auto !important;
  min-height: auto !important;
}

.light-tealbg-block {
  background-color: rgb(0 128 128 / 10%);
  border-radius: 10px;
}

/*Social Icons*/
.social-icons a {
  margin: 0 5px;
}

.social-icons a .iconify {
  color: #008080;
  font-size: 2rem;
}

.social-icons a:hover .iconify {
  color: #DCB246;
  border-bottom: 0;
}

/*[ Header ]*/
.header {
  transition: all 0.5s;
  background-color: #fff;
  position: relative;
  min-height: 85px;
  /*position: fixed;*/
  z-index: 999;
  width: 100%;
}

body.home .header {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
}

.header.sticky-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  /*top:-240px;*/
  left: 0;
  right: 0;
  transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
  min-height: 85px;
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

body.home .header.header.sticky-header {
  background-color: #fff;
}

body.down .header.sticky-header {
  top: 0;
}

body.down {
  padding-top: 86px;
}

body.home.down {
  padding-top: 0;
}

.header .navbar {
  padding: .5rem 0;
}

#header .logo .wp-block-image {
  margin-bottom: 0;
}

#header .logo img {
  padding: 0;
  margin: 0;
  transition: all 0.5s;
  max-width: 180px !important;
}

/*#header.sticky-header .logo img {
    max-height: 50px;
}*/
.mobile_btn {
  color: #606060;
  font-size: 2.5rem;
  height: 40px;
}

.mobile_btn svg,
.mobile_btn:hover svg,
.mobile_btn:active svg,
.mobile_btn:focus svg {
  vertical-align: top;
}

.mobile_btn:hover,
.mobile_btn:active,
.mobile_btn:focus {
  color: #008080;
}

.header-contact-text a:last-child {
  margin-left: 1.250rem;
}

/*[ Navigation Menu ]*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul.menu>li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 .450rem;
}

.nav-menu ul>li:first-child {
  margin-left: 0;
}

.nav-menu ul>li:last-child {
  margin-right: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #303030;
  padding: .3rem 0;
  margin: 0;
  transition: 0.3s;
}

.nav-menu li a {
  color: #303030;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.813rem;
  font-weight: 400;
}

.nav-menu li a:hover {
  color: #008080;
}

/*.header.sticky-header .nav-menu li a {
    color: #585858;
}

.nav-menu ul.menu>li:hover:after,
.nav-menu ul.menu>li.current-menu-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #585858;
}

.header.sticky-header .nav-menu ul.menu>li:hover:after,
.header.sticky-header .nav-menu ul.menu>li.current-menu-item:after {
    border-bottom: 2px solid #0082c8;
}*/

.nav-menu ul.menu>li.current-menu-item>a {
  color: #008080;
  font-weight: 600;
}

.nav-menu .menu-item-has-children>a {
  padding-right: 12px;
}

.nav-menu .menu-item-has-children ul {
  display: block;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #008080;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 10px;
  /*border: 2px solid #585858;*/
}

.nav-menu .menu-item-has-children ul li ul.sub-menu {
  left: 100%;
  top: 0;
}

.nav-menu .menu-item-has-children.multicolumn ul {
  min-width: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/*.nav-menu .menu-item-has-children.multicolumn  ul li {
    width: 50%;
}*/
.nav-menu .menu-item-has-children ul:before {
  background-color: #008080;
  /*border: 2px solid #0082c8;
    border-width: 2px 0 0 2px;*/
  content: "";
  width: 22px;
  height: 22px;
  left: 14px;
  top: -8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transition: all .2s ease 0;
  transition: all .2s ease 0;
  -webkit-transition: all .2s ease 0;
  -moz-transition: all .2s ease 0;
}

.nav-menu .menu-item-has-children ul li ul.sub-menu:before {
  display: none;
}

.nav-menu .menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .menu-item-has-children li {
  min-width: 250px;
  position: relative;
  max-width: 250px;
}

.nav-menu .menu-item-has-children ul a {
  padding: 8px 20px;
  color: #fff;
  margin: 0;
  text-align: left;
  white-space: break-spaces;
}

/*.nav-menu .menu-item-has-children ul .current-menu-item a {
    font-weight: 600;
}*/

.nav-menu .menu-item-has-children ul a:hover,
.nav-menu .menu-item-has-children ul .current-menu-item>a,
.nav-menu .menu-item-has-children ul li:hover>a {
  color: #DCB246;
  /*opacity: .8;*/
}

.nav-menu .menu-item-has-children>a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #666 #666 transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border .3s;
}

.nav-menu ul.menu>li.current-menu-item.menu-item-has-children>a:after,
.nav-menu .menu-item-has-children:hover>a:after {
  border-color: transparent #008080 #008080 transparent;
}

.nav-menu .menu-item-has-children ul.sub-menu .menu-item-has-children>a:after {
  margin-top: -2px;
  right: 15px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: transparent #fff #fff transparent;
}

.nav-menu .nav-btn a {
  align-items: center;
  padding: .550rem 1rem;
  color: #008080;
  background-color: transparent;
  border: 1px solid #008080;
}

.nav-menu .nav-btn a:hover {
  color: #fff;
  background-color: #008080;
}

.nav-menu .nav-btn:hover:after {
  display: none;
}

/*Mobile Menu*/
.mobmenu {
  background-color: #008080;
  bottom: 0;
  right: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  margin-right: -300px;
  width: 300px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1041;
}

.mobmenu.opened {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobmenu-inner {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}

.mobmenu-menu {
  padding: 1rem 0;
}

.mobmenu-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mobmenu-menu ul ul {
  display: none;
}

.mobmenu-menu li a {
  color: #fff;
  display: block;
  font-size: .875rem;
  height: auto;
  padding: .6rem 1.5rem;
  position: relative;
  text-transform: uppercase;
}

.mobmenu-menu li>a {
  border-bottom: 1px dashed #fff;
}

.mobmenu-menu li a:hover,
.mobmenu-menu li.active a {
  color: #fff;
  background-color: #DCB246;
}

.mobmenu-menu li.submenu>a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -5px;
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border .3s;
}
.mobmenu-menu ul ul a {
  display: flex;
}
.mobmenu-menu ul ul a:before {
  content: '-';
  position: relative;
  padding-right: .8rem;
}

.mobmenu-menu a {
  line-height: 1.3;
  transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  -ms-transition: unset;
  -webkit-transition: unset;
}

.slide-nav .mobmenu {
  margin-right: 0;
}

.mobmenu-overlay {
  display: none;
  position: fixed;
  z-index: 90;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
}

.mobmenu-overlay.opened {
  display: block;
}

.mobmenu-menu.opened {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  margin-left: 0;
}

html.menu-opened {
  overflow: hidden;
}

html.menu-opened body {
  overflow: hidden;
}

/*Hero Banner*/
#homebanner {
  width: 100%;
  height: 650px;
  position: relative;
}

#herobanner {
  width: 100%;
  height: 300px;
  position: relative;
}

.bannerbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

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

.bg-top {
  background-position: top center;
}

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

.bg-bottom {
  background-position: bottom center;
}

.contain-bg {
  background-size: contain;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.250);
}

.overlay.green-overlay:before {
  background-color: rgba(100, 188, 70, 0.6);
}

.overlay .container {
  position: relative;
}

.hero-text {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#herobanner .hero-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 128, 128, 0.7);
}

.hero-text>div {
  position: relative;
  color: #fff;
}

#herobanner .hero-text .container {
  position: relative;
}
#homebanner .hero-text {
	padding-top:125px;
}
#homebanner .hero-text h1 {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-weight: 200;
}

#homebanner .hero-text h1 b {
  font-weight: 500;
}

#homebanner .hero-text h3 {
  color: #606060;
  font-family: unset;
  font-weight: 300;
  padding: 0.3rem 1rem;
  display: inline-block;
  border-left: 10px solid #008080;
  background-color: rgba(255, 255, 255, 0.7);
}

#herobanner .hero-text h1 {
/*  text-transform: uppercase;*/
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #fff;
  z-index: 9;
  margin-bottom: 1rem;
}
#herobanner .hero-text h4 {
  color: #fff;
}
#homebanner .hero-text h2 {
  font-size: 2.6rem;
}

.hero-text p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

/*Slick Slider*/
.slick-list,
.slick-track {
  height: 100%;
}

.slick-slide:focus {
  border: 0;
  outline: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #008080;
  color: #008080;
  padding: 5px;
  font-size: 0;
  text-align: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slick-arrow:hover {
  background-color: #008080;
  border-color: #008080;
  color: #fff;
}

.slick-arrow:before {
  border: solid #008080;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}

.slick-arrow:hover:before {
  border: solid #fff;
  border-width: 0 1px 1px 0;
}

.slick-arrow.slick-prev {
  left: -1.5rem;
}
.slick-slider:hover .slick-arrow.slick-prev {
  left: 1.5rem;
}

.slick-arrow.slick-prev:before {
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-arrow.slick-next {
  right: -1.5rem;
}
.slick-slider:hover .slick-arrow.slick-next {
  right: 1.5rem;
}

.slick-arrow.slick-next:before {
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-dots {
  text-align: center;
  margin-top: -1rem;
}

.slick-dots li {
  display: inline-block;
  margin: 0 .5rem;
}

.slick-dots li button {
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(0, 128, 128, 0.250);
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: #008080;
}

/*Home Page*/
.awards .single-award .awardlogo {
  max-width: 60px;
}

.awards .single-award {
  border-right: 1px solid #dee2e6;
}

.awards .single-award:last-child {
  border-right: 0;
}

.single-service {
  border: 1px solid rgba(0, 128, 128, 0.250);
  border-radius: 10px;
  text-align: center;
}

.single-service:hover {
  background-color: rgba(0, 128, 128, 0.250);
}

.single-service a {
  padding: 1rem;
  display: block;
  height: 100%;
}

.single-service .service-img {
  max-width: 60px;
}

.single-service:hover h6 {
  color: #008080;
}

.naturopathicinfo .play-btn a .iconify {
  font-size: 80px;
  color: #fff;
}

.single-condition-treatment {
  border: 1px solid rgba(0, 128, 128, 0.250);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.single-condition-treatment a {
  display: block;
}

.single-condition-treatment:hover {
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

.single-condition-treatment:hover a h5 {
  color: #008080;
}

.quote-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 128, 128, 0.7);
}

.single-team {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.single-team .team-img img {
  border-radius: 10px;
}

.single-team .team-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.55%, rgba(0, 0, 0, 0.8) 100%);
}

.single-team .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  padding: 1rem;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.single-team .team-info p {
  display: none;
  font-size: .875rem;
}

.single-team:hover .team-info {
  background-color: rgba(0, 128, 128, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.single-team:hover .team-info p {
  display: block;
}

.single-testimonial blockquote h3 {
  font-weight: 400;
  color: #008080;
}

.single-blog {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.single-blog:hover {
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}

.single-blog .post-thumbnail {
  position: relative;
}

.single-blog .post-thumbnail .blog-date {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  border-radius: 10px;
  color: #fff;
  background-color: #008080;
  max-width: 60px;
  text-align: center;
  padding: 0.3rem;
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
}

.single-blog .post-thumbnail .blog-date span {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}

.single-blog .post-details {
  padding: 1.5rem;
}

.single-blog .post-details h5 a {
  color: #606060;
}

.single-blog:hover .post-details h5 a {
  color: #008080;
}

/*FAQ*/
.faq-accordion .card {
  border: 1px solid rgba(0, 128, 128, 0.3);
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 1rem;
  padding: .2rem 0;
}

.faq-accordion .card .card-header {
  border-bottom: 0;
  position: relative;
  background-color: transparent;
}

.faq-accordion .card .card-header h6 a {
  display: block;
  padding-right: 1.8rem;
}
.faq-accordion .card .card-header h6 a:not(.collapsed) {
  color: #DCB246;
}
.faq-accordion .card .card-header .iconify {
  position: absolute;
  top: 13px;
  right: 20px;
  text-align: center;
  line-height: 24px;
  display: block !important;
  width: auto;
  font-size: 20px;
  transition: transform .3s ease;

}

.faq-accordion .card .card-header a:not(.collapsed) .iconify {
  transform: rotate(315deg) !important;
  color: #DCB246;
}
.faq-accordion .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
} 

/*Blogs*/
.blog-posts article {
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}
.blog-posts article:first-child {
    padding-top: 0;
    border-top: 0;
}
.blog-posts article .entry-header {
    text-align: center;
}
.blog-posts article .entry-header .entry-title a {
    color: #303030;
}
.blog-posts article:hover .entry-header .entry-title a {
    color: #008080;
}
.blog-posts article .entry-meta-cat a {
    color: #DCB246;
}
.blog-posts article .entry-meta-cat a:hover {
    color: #DCB246;
    border-bottom:1px solid #DCB246;
}
.blog-posts article .post-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.blog-posts article .entry-meta-tags .wpb-tags a {
    background-color: rgba(0, 128, 128, 0.1);
    padding: 0.1rem 0.4rem;
    border-radius: 3px;
    margin: 0 0.4rem 0.4rem 0;
    display: inline-block;
    color: #008080;
    font-size: 80%;
}
.blog-posts article .entry-meta-tags .wpb-tags a:hover {
    background-color: rgba(220, 178, 70, 0.1);
    color: #DCB246;
}
/*Post Navigation*/
.post-navigation {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: .5rem 0;
    margin: 2rem 0 1rem;
}
.post-navigation .nav-links {
    display: flex;
}
.post-navigation .nav-links a {
    color: #008080;
}
.post-navigation .nav-links a:hover {
    color: #DCB246;
}
.post-navigation .nav-links>div {
    width: 100%;
    font-size: 1.4rem;
}
.post-navigation .nav-links>div:before {
    display: block;
    font-weight: normal;
    font-size: 0.875rem;
}
.post-navigation .nav-links .nav-previous:before {
    content: 'Previous Post: ';
}
.post-navigation .nav-links .nav-next {
    text-align: right;
}
.post-navigation .nav-links .nav-next:before {
    content: 'Next Post: ';
}

/* pagination position styling */
.pagination {
    text-align: center;
    padding: 1rem 0;
    justify-content: center;
}
/* pagination styling */
.pagination a,
.pagination span {
    color: #008080;
    padding: .5rem 1rem;
    text-decoration: none;
    border: 1px solid #008080;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 .350rem;    
}
.pagination .current {
    background-color: #008080;
    color: #fff;
}
.pagination a.prev, .pagination a.next  {
    border-color: transparent;
    width: auto;
    padding: 0.5rem 0.4rem;
}
/*Blog Sidebar*/
.blog-sidebar {
    position: sticky;
    left: 0;
    top: 110px;
    width: 100%;
}
.sidebar-block {
    margin-bottom: 1.5rem;
}
.sidebar-block h5 {
    margin-bottom: .5rem;
    font-weight: 400;
}
.sidebar-block .wp-block-search .wp-block-search__inside-wrapper{
    padding: 0;
    border: 0;
    background: transparent;
}
.sidebar-block .wp-block-search .wp-block-search__input {
    border: 1px solid #008080;
    color: #303030;
    font-size: 1rem;
    height: 44px;
    border-radius: 25px 0 0 25px;
}
.sidebar-block .wp-block-search .wp-block-search__button {
    background-color: #008080;
    color: #fff;
    border: 1px solid #008080;
    padding: .5rem 1.5rem;
    border-radius: 0 25px 25px 0;
    font-weight: 500;
    margin-left: 0;
}
.sidebar-block .wp-block-search .wp-block-search__button:hover {
    background-color: #DCB246;
    border: 1px solid #DCB246;
}
.sidebar-block ul.wp-block-latest-posts__list li{
    color: #303030;
    padding: .8rem 0;
    border-bottom: 1px solid #dee2e6;
}
.sidebar-block ul.wp-block-latest-posts__list li img {
  border-radius: 10px;
}
.sidebar-block ul.wp-block-latest-posts__list li:first-child {
    padding-top: .250rem;
}
.sidebar-block ul.wp-block-latest-posts__list li:last-child{
    border-bottom: 0;
}
.sidebar-block ul.wp-block-latest-posts__list li a,
.sidebar-block .wp-block-tag-cloud a{
    color: #008080;
}
.sidebar-block ul.wp-block-latest-posts__list li a:hover,
.sidebar-block .wp-block-tag-cloud a:hover{
    color: #DCB246;
}
/*Contact Page*/
.contact-form {
  background-color: rgb(0 128 128 / 10%);
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.contact-form .wpforms-container {
    margin: 0 auto 1rem !important;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field select{
    height: 44px !important;
}
.contact-form .wpforms-field input,
.contact-form .wpforms-field select, 
.contact-form .wpforms-field textarea {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #008080 !important;    
    background-color: transparent !important;
    color: #008080!important;
}
.contact-form .wpforms-submit {
    display: inline-block !important;
    background-color: #008080 !important;
    border: 1px solid #008080 !important;   
    letter-spacing: 0 !important;
    font-size: 1rem !important;
    padding: .8rem 2rem !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    position: relative !important;
    color: #fff !important;
    width: 100% !important;
    text-transform: uppercase !important;
}
.contact-form .wpforms-submit:hover {    
    color: #fff !important;
    background-color: #DCB246 !important;
    border-color:#DCB246 !important;
}
/*Fees*/
.pricing-box {
  background-color: rgb(0 128 128 / 10%);
  padding: 1.5rem;
  border-radius: 10px;
}
.pricing-box .pricing-single-item {
  margin-bottom: 1.2rem;
}
.pricing-box .pricing-single-item:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-single-item h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #008080;
}
.pricing-box .pricing-single-item .item-title {
  max-width: 80%;
}
.pricing-box .pricing-single-item .item-separator {
  position: relative;
}
.pricing-box .pricing-single-item .item-separator:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  height: 1px;
  border-top:1px dashed #008080;
}
.pricing-box .pricing-single-item .item-description p {
  margin-bottom: 0;
}
.pricing-box .pricing-single-item .item-description p:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-single-item .item-description p strong {
  float: right;
  font-weight: 300;
}
/*Patient Information*/
.intake-forms-block ul li:first-child {
  border-top: 1px dashed #008080;
}
.intake-forms-block ul li {
  padding: .5rem 0;
  border-bottom: 1px dashed #008080;
}
.intake-forms-block ul li a {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.2rem;
}
.intake-forms-block ul li a .iconify{
  position: absolute;
  left: 0;
  top: 4px;
}
/*Conditions Treated*/
.all-conditions ul,
.single-common-concerns-block ul {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-conditions ul li,
.single-common-concerns-block ul li {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding:.350rem 0 .350rem 1.5rem;
  color: #008080;
  font-weight: 400;
  position: relative;
}
.single-common-concerns-block ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.all-conditions ul li:before,
.single-common-concerns-block ul li:before {
  content: url('https://api.iconify.design/material-symbols/check-circle-outline.svg?color=%23008080&amp;height=16');
  position: absolute;
  left: 0;
  top: 7px;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.common-concerns-block .common-concerns:nth-child(2) div:first-child  {
  order: 1;
}
/*IV Nutrient Therapy*/
.iv-therapy-content .intro-text h4 {
  color: #008080;
  margin-bottom: 0;
  font-weight: 300;
}
.benefits .single-benefit {
  border: 1px solid rgba(0, 128, 128, 0.250);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.benefits .single-benefit:hover {
  box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
  -webkit-box-shadow: 0 5px 30px rgb(0 22 84 / 10%);
}
/*Team Member */
.single-team-post .profile-img img {
  border-radius: 10px;
  margin-bottom: 1rem;
}
/*Treatment Options*/
.treatment-options {
  margin-bottom: 2.5rem;
}
.treatment-options:nth-child(even) div:first-child {
  order: 1;
}
.treatment-options:nth-child(odd) .entry-content {
  padding-left: 1.5rem;
}
.treatment-options:nth-child(even) .entry-content {
  padding-right: 1.5rem;
}
/*Service Page*/
.single-service-post .service-banner img {
  border-radius: 10px;
  width: 100%;
}
.service-menu ul li:first-child {
  border-top: 1px dashed #008080;
}
.service-menu ul li {
  padding: .5rem 0;
  border-bottom: 1px dashed #008080;
}
.service-menu ul li a {
  position: relative;
  font-size: 1.2rem;
}
.service-menu ul li a:hover,
.service-menu ul li.current-menu-item a {
  color: #DCB246;
}
/*Footer*/
.footer {
  background-color: #008080;
  color: #fff;
  padding: 2.5rem 0 0;
  font-size: 0.813rem;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
  color: #DCB246;
  border-bottom: 1px solid #DCB246;
}

.footer .footer-logo .wp-block-image img {
  max-width: 200px;
}

.footer .footer-logo .wp-block-image a:hover {
  border-bottom: 0;
}

.footerblock h4 {
  margin-bottom: .5rem;
  color: #fff;
}

.footerblock .social-icons h4 {
  margin-top: 1.5rem;
}

.footerblock ul li,
.footerblock p {
  margin-bottom: .5rem;
  position: relative;
}

.footerblock p em {
  font-size: 90%;
  font-style: normal;
}

.footerblock.footer-navmenu ul li {
  text-transform: uppercase;
  display: inline-block;
}
.footerblock.footer-navmenu ul li.current-menu-item>a {
  color: #DCB246;
  border-bottom: 1px solid #DCB246;
}
.footerblock.footer-navmenu ul li:after {
  content: "/";
  padding:0 .5rem;
}

.footerblock.footer-navmenu ul li:last-child:after {
  display: none;
}

.subscribebox .form-group {
  margin-bottom: .5rem;
}

.subscribebox .form-control {
  border: 1px solid #fff;
  color: #303030;
  font-size: 1rem;
  border-radius: 25px 0 0 25px;
}

.subscribebox .btn {
  height: 44px;
  background-color: #008080;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 0 25px 25px 0;
  padding: .500rem 1.5rem;
}

.subscribebox .btn:hover {
  background-color: #DCB246;
  color: #fff;
}

.footerblock .social-icons h5 {
  margin: 1rem 0 .5rem;
}

.footerblock .social-icons a .iconify {
  color: #fff;
  font-size: 1.5rem;
}

.footerblock .social-icons a:hover {
  border-bottom: 0;
}

.footerblock .social-icons a:hover .iconify {
  color: #DCB246;
}

/*Copyright*/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.2rem 0;
  margin-top: .8rem;
}

.copyright p {
  margin: 0;
}

.copyright p a {
  border-bottom: 1px solid #fff;
}

.copyright p a:hover {
  color: #DCB246;
  border-bottom: 1px solid #DCB246;
}

/*Footer Contact Form*/
body.page-id-264 #footer-contactform {
  display: none !important;
}
#footer-contactform .contact-form .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
#footer-contactform .contact-form .wpforms-field:nth-child(1) { 
  grid-area: 1 / 1 / 2 / 2;
}
#footer-contactform .contact-form .wpforms-field:nth-child(2) { 
  grid-area: 2 / 1 / 3 / 2;
}
#footer-contactform .contact-form .wpforms-field:nth-child(3) { 
  grid-area: 3 / 1 / 4 / 2;
}
#footer-contactform .contact-form .wpforms-field:nth-child(4) { 
  grid-area: 1 / 2 / 4 / 3;
}
#footer-contactform .contact-form .wpforms-field textarea.wpforms-field-medium {
  height: 100%;
}
#footer-contactform .contact-form .wpforms-submit-container {
  text-align: right;
}
#footer-contactform .contact-form .wpforms-submit-container .wpforms-submit {
  max-width: 180px;
}