.single-post .content img {
  width: auto !important;
  max-width: 100%;
}

.single-post .content img.aligncenter {
  margin: auto !important;
  display: block;
}
.single-post h1 {
  font-size: 2rem;
}
.newsletter {
  padding: 4rem 0;
}
.newsletter .gform_wrapper form {
  display: flex;
}
.newsletter .gform_wrapper form .gform_footer {
  margin: 0 !important;
  height: 55px;
}
.newsletter .gform_wrapper form .gform_footer .button {
  height: 55px;
}
.newsletter .gform_wrapper form .gform_footer:after {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
.logos .carousel-cell {
  min-width: 20%;
}
.post-comment {
  padding: 6rem 0;
}

#respond input,
#respond textarea {
  width: 100% !important;
  margin: 0 !important;
  -webkit-appearance: none;
  font-family: "acumin-pro", sans-serif !important;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  text-decoration: none;
  background: #fff;
  border: 0;
  display: inline-block;
  padding: 1rem 1.5rem !important;
  resize: none;
  transition: 0.5s ease all;
  cursor: pointer;
}
#respond input#submit {
  border: 0;
  padding: 1.5rem;
  margin: 1rem 0 0;
  display: inline-block;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ff9e33;
  transition: 0.5s ease all;
  cursor: pointer;
  width: fit-content !important;
}
.single-post .post-nav {
  padding: 1rem 0 0;
}
.single-post .post-nav nav {
  display: flex;
}
.single-post .post-nav nav .nav-next {
  margin-right: auto;
}
.single-post .post-nav nav a {
  font-family: "acumin-pro", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  color: #000;
}
ol.commentlist,
ol.commentlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment_column {
  margin: 20px;
}
ol.commentlist .vcard {
  margin: 10px 0 15px;
  border-top: 1px solid #eee;
  padding-bottom: 5px;
  padding-top: 10px;
}
ol.commentlist .avatar {
  width: 20px;
  height: auto;
  float: left;
  border: none;
  position: relative;
}
ol.commentlist .reply a {
  font-style: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #161617;
}
@media screen and (max-width: 800px) {
  ol.commentlist .children {
    padding-left: 8px;
  }
}
ol.commentlist .commentmetadata {
  float: right;
  font-size: 70%;
  color: #9a9a9a;
}
ol.commentlist .commentmetadata a {
  text-decoration: none;
}
ol.commentlist .fn {
  font-weight: 700;
  padding: 10px;
}
ol.commentlist .says {
  display: none;
}
ol.commentlist p {
  display: block;
  clear: both;
  font-size: 90%;
}
ol.commentlist a.comment-reply-link {
  font-weight: 700;
  font-size: 90%;
}

/*--------------------------------
  Consult/Telehealth Page
---------------------------------*/

body {
  scroll-behavior: smooth;
}

#booking {
  scroll-margin-top: 3rem;
}

.consult-page .consult .item h4 {
  padding-bottom: 0;
  min-height: auto;
  border: 0;
}

.consult-page .consult .item p {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ededed;
}

.consult-page .half .item iframe {
  max-width: 35rem;
  height: 20rem;
}

.button.dark {
  background: #333;
}

.button.dark:before {
  background: #555;
}

.wp-video button:before,
.wp-video button:after {
  display: none !important;
}

header .booking:hover h3 { background: #ff9e33; }

header .booking .header-tel h3:hover { background: #f9bf7f; }
header .booking .header-book h4:hover { background: #8e8e8e; }

header .booking a { color: white; }