<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Direct Response PT
Theme URI: https://www.directresponsept.com
Author: Flemming Arnott and Mark Waggott
Author URI: https://www.directresponsept.com
Description: Direct Response PT Theme
Version: 1.0.0
Text wireframe1.com//
*/
@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  4% {
    -webkit-transform: rotate(-45deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-45deg);
  }
  16% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
  }
  24% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-45deg);
  }
  8% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-45deg);
  }
  16% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-45deg);
  }
  24% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 20px;
  color: #333;
  font-family: "Open Sans", sans-serif;
}
.type-videos h1.entry-title {
  background-color: #24725d !important;
  padding: 15px!important;
  margin: 0!important;
  color: white;
  border-top: #888888 solid 1px;
  border-left: #888888 solid 1px;
  border-right: #888888 solid 1px;
}
p {
  margin: 0 0 20px;
  color: #333;
}
a {
  color: #f2c936;
  text-decoration: none;
}
a:hover {
  color: #60bf49;
}
.centre,
.centre h2 {
  text-align: center!important;
}
.ease,
.ease a,
.ease .tcb-col {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filled-button {
  color: #fff;
  text-decoration: none;
  background-color: #60bf49;
  border: none;
  text-align: center;
  padding: 0 7px;
}
.filled-button:focus,
.filled-button:active {
  color: #333;
}
.thrv-button a.tcb-button-link:focus,
.thrv-button a.tcb-button-link:active {
  background-color: #333 !important;
}
.tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
  padding-left: 0!important;
}
.skip-link {
  display: none;
}
.header-banner {
  background-color: #051D09;
  padding: 20px;
  text-align: center;
}
.header-banner p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 1026px) {
  .header-banner p {
    font-size: 22px;
    line-height: 1.5;
  }
}
.fixed-top {
  z-index: 99999;
  display: block;
  height: 48px;
  padding-top: 8px;
  background-color: #60bf49;
  text-align: center;
  width: 100%;
}
.fixed-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.fixed-top a {
  padding: 8px;
  display: block;
}
.fixed-top a.tap-call {
  margin-right: 56px;
  color: #fff;
  text-decoration: none;
  background-color: #60bf49;
  border: none;
  text-align: center;
  padding: 0 7px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.fixed-top a.tap-call:focus,
.fixed-top a.tap-call:active {
  color: #333;
}
.fixed-top span {
  color: #fff;
  text-decoration: none;
  background-color: #60bf49;
  border: none;
  text-align: center;
  padding: 0 7px;
}
.fixed-top span:focus,
.fixed-top span:active {
  color: #333;
}
.fixed-top span.call {
  display: none;
}
.fixed-top br {
  display: none;
}
.fixed-bottom {
  border-top: solid 1px #999;
  z-index: 99999;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 90%;
  display: none;
}
.fixed-bottom a {
  background-color: #f2c936;
  border-radius: 6px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  display: block;
  padding: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  max-width: 480px;
  font-size: 14px;
  margin: auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-bottom a i {
  font-weight: normal;
  font-size: 26px;
}
.fixed-bottom a:hover,
.fixed-bottom a:active,
.fixed-bottom a:focus {
  color: #fff;
  background-color: #60bf49;
}
.fixed-bottom a span.tap {
  display: inline;
}
.fixed-bottom a span.click {
  display: none;
}
.fixed-bottom.active {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1;
  animation: fadeIn 1s;
}
.toggle-box {
  z-index: 99999;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 54px;
  width: 66px;
  text-align: center;
  line-height: 62px;
  background-color: #60bf49;
}
.toggle-box.sticky {
  position: fixed;
}
.toggle-box .menu-toggle {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #60bf49;
  border: none;
  text-align: center;
  padding: 0 7px;
  padding: 11px 12px 11px;
}
.toggle-box .menu-toggle:focus,
.toggle-box .menu-toggle:active {
  color: #333;
}
.toggle-box .menu-toggle i {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
button[aria-expanded="false"] .fa-bars {
  display: block;
}
button[aria-expanded="false"] .fa-times {
  display: none;
}
button[aria-expanded="true"] .fa-bars {
  display: none;
}
button[aria-expanded="true"] .fa-times {
  display: block;
}
.to-top-button {
  background: #efefef;
  border-radius: 4px;
  bottom: 90px;
  color: #24725d;
  display: none;
  font-size: 44px;
  height: 42px;
  opacity: 0.5;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 42px;
  Z-index: 999;
}
.to-top-button.hover {
  opacity: 1;
}
.to-top-button.move-up {
  bottom: 140px;
}
.to-top-button i {
  display: block;
}
.main-navigation.toggled ul {
  display: block;
}
.main-navigation ul {
  z-index: 99999;
  background-color: #fff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 4px 12px 22px rgba(0, 0, 0, 0.8);
}
.main-navigation ul.sticky {
  position: fixed;
  top: 54px;
}
.main-navigation ul li {
  position: relative;
  text-align: left;
  border-top: solid 1px #ccc;
}
.main-navigation ul li:focus,
.main-navigation ul li:active {
  background-color: #24725d;
}
.main-navigation ul li:focus &gt; a,
.main-navigation ul li:active &gt; a {
  color: #fff !important;
}
.main-navigation ul li:focus &gt; a:before,
.main-navigation ul li:active &gt; a:before {
  color: #fff !important;
}
.main-navigation ul li.menu-item-96 &gt; a:before {
  content: "\f015";
}
.main-navigation ul li.menu-item-has-children &gt; a:after {
  content: "â–¾";
  padding-left: 2px;
  vertical-align: middle;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.main-navigation ul li:first-of-type {
  border-top: none;
}
.main-navigation ul li a {
  color: #60bf49;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.main-navigation ul li a:before {
  padding-right: 5px;
  vertical-align: text-bottom;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  color: #24725d;
}
.main-navigation.toggled ul ul {
  display: none;
}
.main-navigation ul ul {
  background-color: #fff;
  box-shadow: none;
  position: relative;
  top: 0;
  z-index: 99999;
}
.main-navigation ul ul li {
  border-top: solid 1px #ccc;
}
.main-navigation ul ul li:focus,
.main-navigation ul ul li:active {
  background-color: #f2c936;
}
.main-navigation ul ul li:focus a,
.main-navigation ul ul li:active a {
  color: #fff !important;
}
.main-navigation ul ul li a {
  color: #666 !important;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: normal;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
  left: auto;
}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
  left: 100%;
}
header.site-header {
  position: relative;
  background-color: #fff;
  text-align: center;
  border-bottom: 2px #60bf49 solid;
}
header.site-header .max {
  max-width: 1200px;
  margin: auto;
}
header.site-header .max .logo-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
header.site-header .click-call {
  display: none;
}
header.site-header .logo {
  max-width: 100%;
}
header.site-header .logo.desktop {
  display: none;
}
header.site-header .address {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 8px 12px;
  -webkit-box-shadow: 0px 18psx 46px -26px rgba(43, 4, 69, 0.57);
  -moz-box-shadow: 0px 18px 46px -26px rgba(43, 4, 69, 0.57);
  box-shadow: 0px 18px 46px -26px rgba(43, 4, 69, 0.57);
}
header.site-header .address:hover {
  color: #f2c936 !important;
}
header.site-header .address strong {
  color: #24725d;
}
header.site-header .address strong:hover {
  color: #f2c936;
}
header.site-header .address i {
  color: #f2c936;
  padding-right: 8px;
}
header.site-header ul.locations {
  clear: both;
  list-style: none;
  padding: 2px 0 10px 0;
  margin: 6px 0 0;
  text-align: center;
}
header.site-header ul.locations li {
  display: inline-block;
  background-color: #24725d;
  margin-bottom: 5px;
  width: 48%;
}
header.site-header ul.locations li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 6px 6px;
}
header.site-header ul.locations li a:hover {
  color: #fff;
}
header.site-header ul.locations li i {
  color: #fff;
  padding-left: 8px;
}
/* FOOTER */
footer span.edit-link {
  display: none;
}
.site-footer {
  border-top: solid 2px #60bf49;
  padding: 20px 20px 120px 20px;
  margin: auto;
}
.site-footer.thanks {
  padding: 20px 20px 30px 20px;
}
.hide-footer-inquire-bar .site-footer {
  padding: 20px 20px 30px 20px;
}
.site-footer .logo-footer {
  text-align: center;
}
.site-footer h3 {
  font-family: Georgia;
  color: #aaa;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  font-weight: normal;
  padding-bottom: 5px;
}
.site-footer p {
  text-align: center;
  color: #333;
  font-size: 16px;
}
.site-footer p i {
  color: #f2c936;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.site-footer ul.info li i {
  color: #f2c936;
}
.site-footer ul.menu {
  border-top: solid 1px #ccc;
  border-bottom: 1px solid #ccc;
  margin: 9px 0;
  padding: 9px 0;
}
.site-footer ul li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.site-footer ul li a {
  color: #60bf49;
  text-decoration: none;
  font-size: 14px;
}
.site-footer ul li a:hover {
  color: #24725d;
}
.site-footer ul.clinics li {
  border-bottom: solid 1px #ccc;
  display: block;
  padding-bottom: 10px;
  padding-top: 4px;
}
.site-footer ul.clinics li a {
  font-size: 16px;
}
.site-footer ul.clinics li:last-of-type {
  border-bottom: none;
}
.site-footer .healthy-habit-banner {
  margin: 20px auto 30px;
  text-align: center;
}
.site-footer .social li a {
  font-size: 16px;
}
.site-footer .social i {
  font-size: 24px;
  color: #f2c936;
  padding-right: 4px;
}
/* BLOG AND SIDEBAR */
body.search .entry-summary .read-more {
  padding-left: 10px;
}
body.blog img.alignright,
body.single img.alignright,
body.archive img.alignright,
body.category img.alignright,
body.error404 img.alignright,
body.search img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
body.blog img.alignleft,
body.single img.alignleft,
body.archive img.alignleft,
body.category img.alignleft,
body.error404 img.alignleft,
body.search img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
body.blog img.aligncenter,
body.single img.aligncenter,
body.archive img.aligncenter,
body.category img.aligncenter,
body.error404 img.aligncenter,
body.search img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.blog .anchor,
body.single .anchor,
body.archive .anchor,
body.category .anchor,
body.error404 .anchor,
body.search .anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
body.blog .site-content,
body.single .site-content,
body.archive .site-content,
body.category .site-content,
body.error404 .site-content,
body.search .site-content {
  padding: 20px;
  max-width: 768px;
  margin: auto;
}
body.blog .site-content .content-area li,
body.single .site-content .content-area li,
body.archive .site-content .content-area li,
body.category .site-content .content-area li,
body.error404 .site-content .content-area li,
body.search .site-content .content-area li {
  margin-bottom: 20px;
}
body.blog .site-content .content-area li ul,
body.single .site-content .content-area li ul,
body.archive .site-content .content-area li ul,
body.category .site-content .content-area li ul,
body.error404 .site-content .content-area li ul,
body.search .site-content .content-area li ul {
  padding-top: 20px;
}
body.blog .site-content .content-area h1.page-title,
body.single .site-content .content-area h1.page-title,
body.archive .site-content .content-area h1.page-title,
body.category .site-content .content-area h1.page-title,
body.error404 .site-content .content-area h1.page-title,
body.search .site-content .content-area h1.page-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding-top: 20px;
}
body.blog .site-content .content-area h2.entry-title a,
body.single .site-content .content-area h2.entry-title a,
body.archive .site-content .content-area h2.entry-title a,
body.category .site-content .content-area h2.entry-title a,
body.error404 .site-content .content-area h2.entry-title a,
body.search .site-content .content-area h2.entry-title a,
body.blog .site-content .content-area h1.entry-title,
body.single .site-content .content-area h1.entry-title,
body.archive .site-content .content-area h1.entry-title,
body.category .site-content .content-area h1.entry-title,
body.error404 .site-content .content-area h1.entry-title,
body.search .site-content .content-area h1.entry-title {
  text-decoration: none;
  color: #60bf49;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
}
body.blog .site-content .content-area article,
body.single .site-content .content-area article,
body.archive .site-content .content-area article,
body.category .site-content .content-area article,
body.error404 .site-content .content-area article,
body.search .site-content .content-area article {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
body.blog .site-content .content-area article .entry-header,
body.single .site-content .content-area article .entry-header,
body.archive .site-content .content-area article .entry-header,
body.category .site-content .content-area article .entry-header,
body.error404 .site-content .content-area article .entry-header,
body.search .site-content .content-area article .entry-header {
  margin-bottom: 20px;
}
body.blog .site-content .content-area article .entry-content a.read-more,
body.single .site-content .content-area article .entry-content a.read-more,
body.archive .site-content .content-area article .entry-content a.read-more,
body.category .site-content .content-area article .entry-content a.read-more,
body.error404 .site-content .content-area article .entry-content a.read-more,
body.search .site-content .content-area article .entry-content a.read-more {
  display: block;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}
body.blog .site-content .content-area article .entry-content img,
body.single .site-content .content-area article .entry-content img,
body.archive .site-content .content-area article .entry-content img,
body.category .site-content .content-area article .entry-content img,
body.error404 .site-content .content-area article .entry-content img,
body.search .site-content .content-area article .entry-content img {
  padding-bottom: 8px;
}
body.blog .site-content .content-area .entry-meta,
body.single .site-content .content-area .entry-meta,
body.archive .site-content .content-area .entry-meta,
body.category .site-content .content-area .entry-meta,
body.error404 .site-content .content-area .entry-meta,
body.search .site-content .content-area .entry-meta {
  font-family: "Open Sans";
  color: #aaa;
  font-size: 15px;
  font-style: normal;
}
body.blog .site-content .content-area a span.screen-reader-text,
body.single .site-content .content-area a span.screen-reader-text,
body.archive .site-content .content-area a span.screen-reader-text,
body.category .site-content .content-area a span.screen-reader-text,
body.error404 .site-content .content-area a span.screen-reader-text,
body.search .site-content .content-area a span.screen-reader-text {
  display: none;
}
body.blog .site-content .content-area .byline a,
body.single .site-content .content-area .byline a,
body.archive .site-content .content-area .byline a,
body.category .site-content .content-area .byline a,
body.error404 .site-content .content-area .byline a,
body.search .site-content .content-area .byline a {
  text-decoration: none;
}
body.blog .site-content .widget-area .widget_search form,
body.single .site-content .widget-area .widget_search form,
body.archive .site-content .widget-area .widget_search form,
body.category .site-content .widget-area .widget_search form,
body.error404 .site-content .widget-area .widget_search form,
body.search .site-content .widget-area .widget_search form {
  margin-bottom: 10px;
  font-size: 0;
}
body.blog .site-content .widget-area .widget_search form span,
body.single .site-content .widget-area .widget_search form span,
body.archive .site-content .widget-area .widget_search form span,
body.category .site-content .widget-area .widget_search form span,
body.error404 .site-content .widget-area .widget_search form span,
body.search .site-content .widget-area .widget_search form span {
  display: none;
}
body.blog .site-content .widget-area .widget_search form input,
body.single .site-content .widget-area .widget_search form input,
body.archive .site-content .widget-area .widget_search form input,
body.category .site-content .widget-area .widget_search form input,
body.error404 .site-content .widget-area .widget_search form input,
body.search .site-content .widget-area .widget_search form input {
  box-sizing: border-box;
}
body.blog .site-content .widget-area .widget_search form input[type=search],
body.single .site-content .widget-area .widget_search form input[type=search],
body.archive .site-content .widget-area .widget_search form input[type=search],
body.category .site-content .widget-area .widget_search form input[type=search],
body.error404 .site-content .widget-area .widget_search form input[type=search],
body.search .site-content .widget-area .widget_search form input[type=search] {
  width: 64%;
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 12px;
  margin-right: 1%;
}
body.blog .site-content .widget-area .widget_search form input[type=submit],
body.single .site-content .widget-area .widget_search form input[type=submit],
body.archive .site-content .widget-area .widget_search form input[type=submit],
body.category .site-content .widget-area .widget_search form input[type=submit],
body.error404 .site-content .widget-area .widget_search form input[type=submit],
body.search .site-content .widget-area .widget_search form input[type=submit] {
  width: 35%;
  color: #fff;
  background-color: #f2c936;
  padding: 11px 18px;
  border: none;
  font-size: 13px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.blog .site-content .widget-area .widget_search form input[type=submit]:hover,
body.single .site-content .widget-area .widget_search form input[type=submit]:hover,
body.archive .site-content .widget-area .widget_search form input[type=submit]:hover,
body.category .site-content .widget-area .widget_search form input[type=submit]:hover,
body.error404 .site-content .widget-area .widget_search form input[type=submit]:hover,
body.search .site-content .widget-area .widget_search form input[type=submit]:hover {
  background-color: #f2c936;
  color: #fff;
}
body.blog .site-content .widget-area .widget,
body.single .site-content .widget-area .widget,
body.archive .site-content .widget-area .widget,
body.category .site-content .widget-area .widget,
body.error404 .site-content .widget-area .widget,
body.search .site-content .widget-area .widget {
  border-top: solid 2px #999;
  padding-top: 16px;
  padding-bottom: 12px;
  /* Report Covers in the sidebar of the blog */
}
body.blog .site-content .widget-area .widget h2,
body.single .site-content .widget-area .widget h2,
body.archive .site-content .widget-area .widget h2,
body.category .site-content .widget-area .widget h2,
body.error404 .site-content .widget-area .widget h2,
body.search .site-content .widget-area .widget h2 {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 12px;
}
body.blog .site-content .widget-area .widget ul,
body.single .site-content .widget-area .widget ul,
body.archive .site-content .widget-area .widget ul,
body.category .site-content .widget-area .widget ul,
body.error404 .site-content .widget-area .widget ul,
body.search .site-content .widget-area .widget ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
}
body.blog .site-content .widget-area .widget ul li,
body.single .site-content .widget-area .widget ul li,
body.archive .site-content .widget-area .widget ul li,
body.category .site-content .widget-area .widget ul li,
body.error404 .site-content .widget-area .widget ul li,
body.search .site-content .widget-area .widget ul li {
  list-style: none;
  border-top: solid 1px #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.blog .site-content .widget-area .widget ul li:first-of-type,
body.single .site-content .widget-area .widget ul li:first-of-type,
body.archive .site-content .widget-area .widget ul li:first-of-type,
body.category .site-content .widget-area .widget ul li:first-of-type,
body.error404 .site-content .widget-area .widget ul li:first-of-type,
body.search .site-content .widget-area .widget ul li:first-of-type {
  border-top: none;
}
body.blog .site-content .widget-area .widget ul li a,
body.single .site-content .widget-area .widget ul li a,
body.archive .site-content .widget-area .widget ul li a,
body.category .site-content .widget-area .widget ul li a,
body.error404 .site-content .widget-area .widget ul li a,
body.search .site-content .widget-area .widget ul li a {
  text-decoration: none;
}
body.blog .site-content .widget-area .widget .sidebar-reports,
body.single .site-content .widget-area .widget .sidebar-reports,
body.archive .site-content .widget-area .widget .sidebar-reports,
body.category .site-content .widget-area .widget .sidebar-reports,
body.error404 .site-content .widget-area .widget .sidebar-reports,
body.search .site-content .widget-area .widget .sidebar-reports {
  background: #efefef;
  border-bottom: 4px solid #24725d;
  margin-bottom: 24px;
  padding: 16px;
  position: relative;
  text-align: center;
}
body.blog .site-content .widget-area .widget .sidebar-reports:after,
body.single .site-content .widget-area .widget .sidebar-reports:after,
body.archive .site-content .widget-area .widget .sidebar-reports:after,
body.category .site-content .widget-area .widget .sidebar-reports:after,
body.error404 .site-content .widget-area .widget .sidebar-reports:after,
body.search .site-content .widget-area .widget .sidebar-reports:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #24725d transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
}
body.blog .site-content .widget-area .widget .sidebar-reports h3,
body.single .site-content .widget-area .widget .sidebar-reports h3,
body.archive .site-content .widget-area .widget .sidebar-reports h3,
body.category .site-content .widget-area .widget .sidebar-reports h3,
body.error404 .site-content .widget-area .widget .sidebar-reports h3,
body.search .site-content .widget-area .widget .sidebar-reports h3 {
  color: #24725d;
  font-size: 20px;
  text-align: center;
}
.pagination-details {
  border-top: 1px solid #dcdcdc;
  margin: 0 0 20px;
  overflow: auto;
  padding: 10px 0;
}
.pagination-details .pagination {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-details .pagination li {
  float: left;
  display: block;
  margin-right: 5px;
  padding: 10px 15px;
}
.pagination-details .pagination li.selected {
  background: #f5f5f5;
}
.pagination-details p {
  float: right;
  margin: 10px 0;
  padding-right: 4px;
}
/* HOME PAGE */
/* Call to action box (Custom HTML) */
.row {
  display: table;
  width: 100%;
}
.left a:hover {
  color: #fff;
}
.left span:hover {
  background-color: #24725d;
}
.right a:hover {
  color: #fff;
}
.right span:hover {
  background-color: #24725d;
}
.col {
  background-color: #E9EDEB;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*&amp;:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    background: #000;
    z-index: 1;
    .ease;
  }
  &amp;:hover:after{
    opacity: .8;
    background: #2ab5d3;
  }
  */
}
.col a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 30px 30px 60px;
}
.col a h2,
.col a h3 {
  font-size: 30px;
  margin-top: 0;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #60bf49;
  margin-top: -40px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
.col a h2 i,
.col a h3 i {
  color: #fff;
}
.col a p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.col a span {
  border-radius: 4px;
  color: #fff;
  padding: 16px 18px;
  font-size: 16px;
  display: inline-block;
  background-color: #f2c936;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.col a span:hover {
  background-color: #60bf49;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
#tve_editor .cta h2 {
  font-size: 18px!important;
}
/* Report Boxes*/
a.report-box {
  background-color: #E5E5E5;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
  overflow: auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home a.report-box {
  margin-left: 10px;
  margin-right: 10px;
}
a.report-box:hover {
  background-color: #60bf49;
}
a.report-box:hover h2 {
  color: #fff;
}
a.report-box .image-box {
  position: relative;
  max-width: 100px;
  float: left;
  background-color: #fff;
  border: solid 1px #ccc;
  margin-right: 12px;
  text-align: center;
}
a.report-box .image-box img {
  display: block;
  padding: 6px;
  box-sizing: border-box;
  margin: auto;
}
a.report-box .image-box .hover-content {
  display: none;
}
a.report-box h2 {
  margin-top: 22px!important;
  color: #24725d;
  font-size: 28px!important;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.report-box p {
  color: #333;
  margin-bottom: 0;
  margin-top: 12px;
}
/* About Section */
.reception-desktop {
  display: none!important;
}
.page-id-2063 .thrv_toggle_shortcode {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 10px!important;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq h4 {
  font-size: 16px!important;
  line-height: 1.2em !important;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq .tve_toggle {
  display: none;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq .tve_faqB {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 36px;
  margin-bottom: 0;
  margin-top: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq .tve_faqB:hover {
  background-color: #f2c936;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq .tve_faqC {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq &gt; .tve_faqI &gt; .tve_faqB h4:after {
  position: absolute;
  right: 10px;
  top: 12px;
  vertical-align: text-bottom;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  color: #60bf49;
  content: "\f077";
}
.page-id-2063 .thrv_toggle_shortcode .tve_faq &gt; .tve_faqI &gt; .tve_faqB h4:not(.tve_toggle_open_text):after {
  content: "\f078";
}
/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
  body #tve_editor .thrv_heading h1,
  body #tve_editor .thrv_text_element h1,
  h1 {
    font-size: 30px!important;
    line-height: 34px !important;
  }
  body #tve_editor .thrv_heading h2,
  body #tve_editor .thrv_text_element h2,
  h2,
  body #tve_editor .thrv_heading h2 a,
  body #tve_editor .thrv_text_element h2 a,
  h2 a,
  body #tve_editor .thrv_heading h3,
  body #tve_editor .thrv_text_element,
  h3,
  body #tve_editor .thrv_heading h4,
  body #tve_editor .thrv_text_element h4,
  h4,
  body #tve_editor .thrv_heading h4 a,
  body #tve_editor .thrv_text_element h4 a,
  h4 a {
    font-size: 26px!important;
    line-height: 32px !important;
  }
  body #tve_editor ul.tcb-styled-list li span {
    font-size: 18px!important;
  }
  body #tve_editor .thrv_text_element p span {
    font-size: 18px!important;
  }
  body #tve_editor .thrv_text_element p {
    font-size: 18px;
    line-height: 24px!important;
  }
}
@media screen and (max-width: 420px) {
  body #tve_editor .thrv_heading.reduced h1 {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-top: -7px !important;
    margin-bottom: 0px !important;
  }
  body #tve_editor .thrv_text_element.reduced-lead p {
    margin-top: 8px!important;
    margin-bottom: -8px !important;
    font-size: 18px !important;
  }
}
/* 360px AND UPWARDS (iphone 6) */
@media screen and (min-width: 360px) {
  .fixed-top a.tap-call {
    font-size: 15px;
  }
  .fixed-top br {
    display: inline;
  }
  header.site-header ul.locations li {
    width: 48.5%;
  }
  header.site-header ul.locations li a {
    font-size: 16px;
  }
  a.report-box h2 {
    font-size: 24px!important;
    margin-top: 34px!important;
  }
}
/* 530px AND UPWARDS */
@media screen and (min-width: 520px) {
  .fixed-top {
    height: 52px;
  }
  .fixed-top a.tap-call {
    font-size: 14px;
    padding: 12px 8px 12px;
  }
  .fixed-top a.tap-call br {
    display: none;
  }
  .fixed-bottom a {
    font-size: 16px;
  }
  .toggle-box {
    height: 58px;
    line-height: 66px;
  }
  .toggle-box .menu-toggle {
    padding: 8px 12px 8px;
  }
  .main-navigation ul {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
  }
  .main-navigation ul.sticky {
    top: 60px;
  }
  /* Call to action box 530px upwards */
  .call-to-action a {
    padding: 60px 30px;
  }
  /* Report box 530px upwards */
  a.report-box h2 {
    font-size: 32px!important;
  }
  /* Footer 530px upwards */
  .site-footer ul.clinics {
    width: 80%;
    margin: auto;
  }
  .site-footer ul.clinics li br {
    display: none;
  }
}
/* 768px AND UPWARDS */
@media screen and (min-width: 768px) {
  .centre,
  .centre h2 {
    text-align: left!important;
  }
  .fixed-top {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
  }
  .fixed-top a.tap-call {
    display: none;
  }
  .fixed-top span.call {
    display: inline-block;
    font-size: 15px;
    padding: 12px 18px 12px;
    margin: 6px;
    font-weight: bold;
    letter-spacing: 0.7px;
  }
  .fixed-top span.call strong {
    color: #fff;
    font-weight: normal;
  }
  .toggle-box {
    display: none;
  }
  .toggle-box .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #fff;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
  }
  .main-navigation ul.sticky {
    top: 68px;
  }
  .main-navigation ul li {
    display: inline-block;
    border-top: none;
  }
  .main-navigation ul li:hover &gt; a {
    color: #60bf49;
  }
  .main-navigation ul li a {
    font-size: 14px;
    padding: 10px 5px;
    letter-spacing: normal;
  }
  .menu-item-2132:hover &gt; ul.sub-menu {
    left: auto;
    right: 0px;
  }
  .main-navigation ul ul {
    box-shadow: 4px 12px 22px rgba(0, 0, 0, 0.8);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    width: auto;
  }
  .main-navigation ul ul li:active &gt; a,
  .main-navigation ul ul li:focus &gt; a {
    color: #333 !important;
  }
  .main-navigation ul ul a {
    width: 200px;
    text-align: left;
    font-size: 14px;
  }
  .main-navigation ul ul a:hover {
    background-color: #e6e6e6;
    color: #60bf49 !important;
  }
  header.site-header ul.locations br {
    display: none;
  }
  header.site-header ul.locations li {
    width: 24%;
  }
  /* Call to action box 760px upwards */
  .col {
    display: table-cell;
    width: 50%;
  }
  .left {
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .call-to-action a {
    padding: 40px 30px;
  }
  /* Report Boxes at 760 and upwards*/
  a.report-box {
    margin-bottom: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  a.report-box .image-box {
    max-width: 100%;
    float: none;
    margin-bottom: 12px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  a.report-box .image-box img {
    padding: 20px;
  }
  a.report-box h2 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 28px !important;
    text-align: center;
  }
  a.report-box p {
    margin-top: 8px;
    font-size: 14px;
  }
  /* Footer 760px upwards */
  .site-footer ul.clinics {
    width: auto;
  }
  .site-footer ul.clinics li {
    display: inline-block;
    width: 46%;
  }
  .site-footer ul.clinics li:last-of-type {
    border-bottom: solid 1px #ccc;
  }
  .site-footer ul.clinics li br {
    display: none;
  }
  .tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
    padding-left: 15px!important;
  }
}
/* 1024px AND UPWARDS */
@media screen and (min-width: 1024px) {
  .fixed-top {
    display: none;
  }
  .fixed-bottom a {
    font-size: 22px;
  }
  .fixed-bottom a span.tap {
    display: none;
  }
  .fixed-bottom a span.click {
    display: inline;
  }
  .main-navigation ul {
    background-color: #24725d;
  }
  .main-navigation ul.sticky {
    top: 0;
  }
  .main-navigation ul li:hover &gt; a {
    color: #fff;
    background-color: #24725d;
  }
  .main-navigation ul li a {
    font-size: 16px;
    padding: 10px 12px;
    letter-spacing: 1px;
    color: #fff;
  }
  .main-navigation ul li a:before {
    color: #f2c936;
  }
  .main-navigation ul li a:hover {
    color: #fff;
    background-color: #24725d;
  }
  .main-navigation ul ul a {
    font-size: 14px;
  }
  .main-navigation ul ul a:hover {
    background-color: #e1e1e1;
  }
  header.site-header {
    margin: auto;
    overflow: visible;
    display: table;
    width: 100%;
    position: relative;
    box-shadow: 0 45px 95px rgba(0, 0, 0, 0.1);
  }
  header.site-header .max .logo-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  header.site-header .address {
    float: right;
    padding: 12px 12px 8px 62px;
    width: 30%;
    margin-left: 2%;
    margin-right: 2%;
    box-sizing: border-box;
    height: 70px;
    font-size: 15px;
    margin-top: 4px;
    border-radius: 5px;
  }
  header.site-header .address:hover &gt; span &gt; i {
    -webkit-animation: bounce 1000ms infinite;
    animation: bounce 1000ms infinite;
  }
  header.site-header .address span {
    position: absolute;
    background-color: #f2c936;
    top: 9px;
    left: 9px;
    padding: 2px;
    border-radius: 90px;
    border: 0;
    width: 44px;
    height: 44px;
    text-align: center;
  }
  header.site-header .address span i {
    color: #fff;
    padding-right: 0;
    font-size: 28px;
    margin: 0;
    line-height: 44px;
    vertical-align: middle;
  }
  header.site-header ul.locations li {
    width: 24.6%;
  }
  header.site-header a img.logo {
    float: left;
    padding-bottom: 15px;
    padding-top: 0;
    margin-left: 1.5%;
    max-width: 30.5%;
    margin-top: 0;
  }
  header.site-header a img.logo.desktop {
    display: block;
  }
  header.site-header a img.logo.mobile {
    display: none;
  }
  header.site-header a.click-call {
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    margin-top: 4px;
    float: right;
    display: block;
    font-size: 11px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 2.1em;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px 12px 8px 62px;
    border-radius: 5px;
    width: 30%;
    height: 70px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 18px 46px -26px rgba(125, 125, 125, 0.72);
    -moz-box-shadow: 0px 18px 46px -26px rgba(125, 125, 125, 0.72);
    box-shadow: 0px 18px 46px -26px rgba(125, 125, 125, 0.72);
  }
  header.site-header a.click-call:hover {
    color: #f2c936 !important;
  }
  header.site-header a.click-call strong {
    color: #24725d;
    font-weight: normal;
    font-size: 28px;
  }
  header.site-header a.click-call strong:hover {
    color: #f2c936;
  }
  header.site-header a.click-call:hover &gt; span &gt; i {
    -webkit-animation: Rotate 2000ms infinite;
    animation: Rotate 2000ms infinite;
  }
  header.site-header a.click-call span {
    position: absolute;
    background-color: #f2c936;
    top: 9px;
    left: 9px;
    padding: 2px;
    border-radius: 90px;
    border: 0;
    width: 44px;
    height: 44px;
    text-align: center;
  }
  header.site-header a.click-call span i {
    color: #fff;
    font-size: 28px;
    margin: 0;
    line-height: 44px;
    vertical-align: middle;
  }
  /* Call to action box at 1024px upwards */
  .call-to-action a h2 {
    font-size: 25px;
  }
  #tve_editor .cta h2 {
    font-size: 25px!important;
  }
  .col a h2 {
    font-size: 40px;
  }
  .col a span {
    font-size: 20px;
  }
  /* Report Boxes at 1024px upwards*/
  a.report-box:hover {
    background-color: #e1e1e1;
  }
  a.report-box:hover h2 {
    color: #333;
  }
  a.report-box:hover &gt; .image-box .hover-content {
    opacity: 0.9;
  }
  a.report-box .image-box .hover-content {
    background-color: #60bf49;
    color: #fff;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  a.report-box .image-box .hover-content span {
    border: solid 1px #fff;
    padding: 16px 18px;
    border-width: 1px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    margin-top: -24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.report-box .image-box .hover-content span:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
    text-shadow: none;
  }
  .site-footer {
    margin-left: 30px;
    margin-right: 30px;
    clear: both;
  }
  /* Blog and Sidebar at 1024px upwards */
  body.blog .site-content,
  body.single .site-content,
  body.archive .site-content,
  body.category .site-content,
  body.error404 .site-content,
  body.search .site-content {
    max-width: 100%;
    padding: 30px;
  }
  body.blog .site-content .content-area,
  body.single .site-content .content-area,
  body.archive .site-content .content-area,
  body.category .site-content .content-area,
  body.error404 .site-content .content-area,
  body.search .site-content .content-area {
    float: left;
    width: 67%;
  }
  body.blog .site-content .widget-area,
  body.single .site-content .widget-area,
  body.archive .site-content .widget-area,
  body.category .site-content .widget-area,
  body.error404 .site-content .widget-area,
  body.search .site-content .widget-area {
    float: right;
    width: 30%;
  }
  body.blog .site-content .widget-area .widget:first-of-type,
  body.single .site-content .widget-area .widget:first-of-type,
  body.archive .site-content .widget-area .widget:first-of-type,
  body.category .site-content .widget-area .widget:first-of-type,
  body.error404 .site-content .widget-area .widget:first-of-type,
  body.search .site-content .widget-area .widget:first-of-type {
    border-top: none;
    padding-top: 0;
  }
}
/* 1140px AND UPWARDS */
@media screen and (min-width: 1140px) {
  header.site-header {
    /*ul.locations {
      clear: none;
      width: 30%;
      float: left;
      padding: 6px 0 0 0;

      li {
        width: 48%;
      }
    }

    .logo-container {
      width: 30%;
      margin-right: 5%;
      float: left;
      text-align: right;

      a {
        img.logo {
          max-width: 380px;
          padding-bottom: 0;
          float: none;
        }
      }
    }

    .click-call-container{
      width: 30%;
      float:right;
      text-align: left;

      div.click-call {
        span {top: 12px;}
        margin-top: 12px;
       line-height: 26px;
       font-size: 12px;
        max-width: 316px;
        float: none;
        padding:8px 26px 8px 64px;
      }
    }*/
  }
  header.site-header .address {
    height: 74px;
    font-size: 16px;
    padding: 12px 26px 8px 64px;
    margin-top: 12px;
  }
  header.site-header a.click-call {
    margin-top: 12px;
    font-size: 12px;
    line-height: 2em;
    height: 74px;
    padding: 12px 26px 8px 64px;
  }
  header.site-header a img.logo {
    max-width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /* Blog and Sidebar at 1140px upwards */
  body.blog .blog-wrap,
  body.single .blog-wrap,
  body.archive .blog-wrap,
  body.category .blog-wrap,
  body.search .blog-wrap {
    max-width: 1127px;
    margin: auto;
    overflow: auto;
  }
  .call-to-action a {
    padding: 120px 50px;
  }
}
/* 1200px AND UPWARDS */
@media screen and (min-width: 1200px) {
  header.site-header a img.logo {
    padding-top: 6px;
  }
  .site-footer ul.clinics {
    width: auto;
  }
  .site-footer ul.clinics li {
    border-bottom: none;
    border-right: solid 1px #ccc;
    margin-left: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
  .site-footer ul.clinics li:last-of-type {
    border-bottom: none;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  /* ABOUT SECTION 1200px */
  .reception-desktop {
    display: block!important;
  }
  .reception-hide {
    display: none!important;
  }
}
/* 1360px AND UPWARDS */
@media screen and (min-width: 1360px) {
  header.site-header .click-call-container div.click-call {
    font-size: 16px;
  }
  .blog-wrap {
    padding-top: 10px;
  }
  .site-content {
    background-image: url(/wp-content/themes/physio/images/bg.png), url(/wp-content/themes/physio/images/bg-right.png);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }
}
input[type=submit],
button {
  -webkit-appearance: none;
}
.thrv_wrapper.thrv-content-box form div {
  box-sizing: unset!important;
}
.tve_p_lb_background .tve_p_lb_content .tve_p_lb_close {
  width: 24px;
  height: 24px;
  line-height: 18px;
  border: 3px solid #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.three-step-intro,
.three-step-inquire {
  margin: 0 auto;
  max-width: 800px;
}
.form-steps {
  padding: 0 0 14px;
  margin: 0 auto;
  text-align: center;
}
.form-steps h2.headline {
  font-size: 36px;
  color: #60bf49;
  line-height: 38px;
  margin: 0;
}
.form-steps h3.subheadline {
  color: #60bf49;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  text-align: left;
}
.form-steps p.subheadline {
  margin: 4px 0 16px;
}
.form-steps .menu-steps ul {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  font-size: 13px;
  line-height: 0;
  /*-webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;*/
  margin: 0 0 -1px !important;
  padding: 0;
}
.form-steps .menu-steps li {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #24725d;
  zoom: 1;
}
.form-steps .menu-steps li:first-child {
  float: left;
  width: 33%;
  z-index: 5;
}
.form-steps .menu-steps li:first-child a {
  padding-left: 16px;
}
.form-steps .menu-steps li:first-child + li {
  float: left;
  width: 34%;
  z-index: 4;
}
.form-steps .menu-steps li:first-child + li + li {
  z-index: 3;
}
.form-steps .menu-steps li a {
  cursor: default;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 16px 16px 14px;
  padding-left: 16px;
}
.form-steps .menu-steps #step-1 a {
  background: url(images/three-steps-header-bg.png) 100% -1px no-repeat;
}
.form-steps .menu-steps #step-2 a {
  background: url(images/three-steps-header-bg.png) 100% -201px no-repeat;
}
.form-steps .menu-steps #step-3 a {
  background: url(images/three-steps-header-bg.png) 0 -201px no-repeat;
}
.form-steps .menu-steps li a.active {
  color: #fff;
  animation: none;
}
.form-steps .menu-steps li a.enabled {
  cursor: pointer;
}
.form-steps .menu-steps li a strong {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0 0 9px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.form-steps .menu-steps li a.active strong {
  opacity: 1;
}
.form-steps .menu-steps li a strong span.number {
  webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #f2c936;
  color: #fff;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
}
.form-steps .menu-steps li a &gt; span {
  display: none;
  font-size: 13px;
  margin-top: -4px;
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.form-steps .menu-steps li a.active &gt; span {
  opacity: 1;
}
.form-steps .form-columns {
  overflow: auto;
}
.form-steps .form-columns .form-right ul {
  margin-left: 0;
}
.form-steps .box {
  background: #eee;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;*/
  margin-bottom: 30px;
  padding: 40px 18px 18px;
}
.form-steps .box .progress {
  cursor: pointer;
  background-color: #ccc;
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(145, 145, 145, 0.36);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 12px;
  margin: 0 10px 1.5em;
  text-align: left;
}
.form-steps .box .progress-in {
  border: 1px solid #f2c936;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60bf49), color-stop(100%, #24725d));
  background: -webkit-linear-gradient(top, #f2c936 0%, #24725d 100%);
  background: -moz-linear-gradient(top, #f2c936 0%, #24725d 100%);
  background: -ms-linear-gradient(top, #f2c936 0%, #24725d 100%);
  background: -o-linear-gradient(top, #f2c936 0%, #24725d 100%);
  background: linear-gradient(top, #f2c936 0%, #24725d 100%);
  background-color: #60bf49;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  min-width: 1%;
  overflow: visible!important;
}
.form-steps .box .progress-in span {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 24px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1e7c9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background: linear-gradient(top, #ffffff 0%, #f1e7c9 100%);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: -22px;
  margin-bottom: 7px;
  min-width: 40px;
  -webkit-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  -moz-box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
  box-shadow: 0 2px 2px rgba(5, 5, 5, 0.19);
}
.form-steps .box .progress-in span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 1px;
  margin-left: -5px;
  border-top: 5px solid #cec7ad;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.form-steps .box .progress-in span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #f1e7c9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.form-steps .box1 {
  width: 84%;
  margin: 0 auto;
  height: auto;
}
.form-steps .box1 .btns {
  position: relative;
  vertical-align: top;
  padding: 0;
  margin: 0 0 10px;
}
.form-steps .box1 .btns .btn {
  /*max-width: 350px !important;*/
}
.form-steps .box1 #arrow-left {
  position: absolute;
  display: block;
  top: -40px;
  left: -10px;
}
.form-steps .box1 #arrow-right {
  position: absolute;
  display: block;
  top: -40px;
  right: -14px;
}
.form-steps .form-steps-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.form-steps .form-steps-wrap .form-steps-list {
  overflow: visible!important;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.63em;
  position: relative;
  white-space: nowrap;
}
.form-steps .form-steps-wrap .form-steps-list &gt; * {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: 'pt sans', sans-serif;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.form-steps .form-steps-wrap .spc {
  background: #fff;
  border: 1px solid #ccc;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  max-width: 500px;
  margin: 0 auto 1em;
  padding: 16px 12px 1px;
  white-space: normal;
}
.form-steps .form-steps-wrap .spc &gt; div {
  background: #f7f7f7;
  border: solid 1px #ddd;
  border-bottom: solid 4px #f7f7f7;
  margin-bottom: 10px;
  padding: 10px 10px 6px;
  text-align: left;
  box-shadow: 1px 1px 3px #999;
}
.form-steps .form-steps-wrap h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: none;
}
.form-steps .form-steps-wrap ul.inp-list {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 0!important;
}
.form-steps .form-steps-wrap ul.inp-list li {
  background: #eee;
  list-style: none;
  margin: 0;
  margin-bottom: 2px;
  padding: 2px;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item {
  position: relative;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item input {
  position: relative;
  top: 1px;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item input:checked + span:before {
  background-position: 0 -50px;
}
.form-steps .form-steps-wrap ul.inp-list .inp-item span {
  display: inline;
  font-size: 16px;
  padding-left: 0;
  zoom: 1;
}
.form-steps label {
  text-align: left;
}
.form-stes label span {
  font-size: inherit;
}
.form-steps label.heading {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  margin-top: 4px;
  color: #60bf49;
}
.form-steps .inp-list input[type=radio] {
  float: left;
}
.form-steps .inp-list .inp-item span {
  display: block !important;
  margin-left: 22px;
  margin-bottom: 4px;
}
.form-steps select {
  background: #fff;
  padding: 10px 6px;
  margin-bottom: 0;
}
.form-steps .gdpr {
  clear: both;
  padding-bottom: 12px;
}
.form-steps .gdpr input {
  width: auto;
  position: absolute;
}
.form-steps .gdpr label {
  display: block;
  padding-left: 25px;
  position: relative;
}
p.btns {
  margin-top: 16px;
  display: block!important;
}
.form-steps .btn {
  border: none;
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2c936;
  white-space: normal;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.form-steps .btn:hover {
  color: #fff;
  background-color: #f2c936;
  text-shadow: none;
}
.form-steps .btn.final {
  /*font-size: 30px;*/
}
.form-steps .inp-fix {
  overflow: hidden;
  margin: 0 auto 5px;
  position: relative;
  display: block;
  padding: 0;
}
.form-steps .inp-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #b9d6ea;
  padding: 6px 10px;
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  height: 38px;
}
.form-steps textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: auto !important;
  resize: vertical;
}
.form-steps select {
  border: 1px solid #b9d6ea;
  color: #000;
  font-family: 'pt sans', sans-serif;
  font-size: 16px;
  width: 100%;
}
.form-steps .desc {
  max-width: 420px;
  margin: 0 auto;
}
.form-steps .desc img {
  margin: 0;
  position: relative;
  top: 4px;
  left: -6px;
}
.form-steps .desc span {
  font-size: 16px;
}
.form-steps .message {
  text-align: center;
  white-space: normal;
}
.form-steps ::-webkit-input-placeholder {
  color: #ccc;
}
.form-steps :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.form-steps ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.form-steps :-ms-input-placeholder {
  color: #ccc;
}
.infusion-form-heading {
  background: #60bf49;
  padding: 20px;
}
.infusion-form-heading h2 {
  color: #fff;
  font-size: 34px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: -2px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px;
}
.infusion-form-heading h3 {
  color: #fff;
  font-size: 26px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 10px 0 0;
}
.infusion-form {
  overflow: auto;
  padding: 20px 20px 20px;
}
.infusion-form .cover {
  display: none;
}
.infusion-form .infusion-field label {
  display: none;
}
.infusion-form .infusion-field input,
.infusion-form .infusion-field select {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
  padding: 12px 20px !important;
  text-align: left;
  width: 100%;
}
.infusion-form .infusion-field input.error,
.infusion-form .infusion-field select.error {
  border: 1px solid red;
}
.infusion-form .gdpr {
  clear: both;
  padding-bottom: 12px;
}
.infusion-form .gdpr input {
  width: auto;
  position: absolute;
}
.infusion-form .gdpr label {
  display: block;
  padding-left: 25px;
  position: relative;
}
.infusion-form .infusion-submit {
  clear: both;
}
.infusion-form .infusion-submit input[type=submit],
.infusion-form .infusion-submit button {
  border: none;
  color: #fff;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  padding: 20px 10px !important;
  line-height: 22px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 rgba(255, 255, 255, 0.5);
  background-color: #f2c936;
}
.infusion-form .infusion-submit input[type=submit]:hover,
.infusion-form .infusion-submit button:hover {
  background-color: #f2c936;
  color: #fff;
  text-shadow: none;
}
.infusion-form .infusion-submit input[type=submit].submitting,
.infusion-form .infusion-submit button.submitting {
  cursor: progress;
  opacity: 0.5;
}
.infusion-form .infusion-submit input[type=submit] span,
.infusion-form .infusion-submit button span {
  white-space: normal;
}
.infusion-form .privacy {
  font-size: 14px;
  text-align: center;
  margin: 10px 10px 0px;
  color: #999;
}
.infusion-form .privacy .fa-lock {
  color: #daa520;
}
.form-steps .error {
  border: 1px solid #60bf49;
}
.form-steps .form-steps-wrap .spc &gt; div.error {
  border-bottom: 4px solid #60bf49;
}
.form-steps .form-steps-wrap .spc &gt; div.error label.heading {
  color: #60bf49;
}
.btn.final.submitting {
  cursor: progress;
  opacity: 0.5;
}
.infusion-form ::-webkit-input-placeholder {
  color: #777;
}
.infusion-form :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
.infusion-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.infusion-form :-ms-input-placeholder {
  color: #777;
}
@media only screen and (min-width: 300px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 16px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 19px;
    height: 19px;
  }
}
@media only screen and (min-width: 480px) {
  .form-steps .menu-steps li a {
    padding: 30px 16px 22px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 22px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .form-steps .menu-steps li a {
    padding: 16px 16px 14px;
  }
  .form-steps .menu-steps li a strong {
    font-size: 20px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 24px;
    height: 24px;
  }
  .form-steps .menu-steps li a &gt; span {
    display: block;
    padding-top: 8px;
    padding-bottom: 18px;
  }
  .form-steps .form-columns .form-left {
    float: left;
    width: 35%;
  }
  .form-steps .form-columns .form-right {
    float: left;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .form-steps .menu-steps li a strong {
    font-size: 30px;
  }
  .form-steps .menu-steps li a strong span.number {
    width: 36px;
    height: 36px;
  }
  .form-steps .menu-steps li a &gt; span {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .infusion-form .fields {
    float: left;
    width: 60%;
  }
  .infusion-form .fields.no-image {
    width: 100%;
  }
  .infusion-form .cover {
    display: block;
    float: right;
    width: 35%;
  }
  .infusion-form .cover img {
    width: 100%;
  }
}
form.general {
  background-color: #efefef;
  border: solid 1px #ccc;
  padding: 20px 0;
}
form.general .form-box div {
  padding: 10px 20px;
}
form.general .form-box div.submit {
  display: block;
}
form.general .form-box label {
  display: block;
  padding-bottom: 5px;
}
form.general .form-box input {
  padding: 3%;
  width: 94%;
  font-size: 16px;
  font-family: "Open Sans";
}
form.general .form-box textarea {
  padding: 3%;
  width: 94%;
  min-height: 206px;
  font-size: 16px;
  font-family: "Open Sans";
}
form.general .gdpr {
  box-sizing: border-box;
  clear: both;
  padding: 20px 40px;
}
form.general .gdpr input {
  width: auto;
  position: absolute;
}
form.general .gdpr label {
  display: block;
  padding-left: 25px;
  position: relative;
}
form.general .grecaptcha div {
  text-align: center;
  margin: auto;
}
form.general .submit {
  text-align: center;
  padding: 20px 0;
}
form.general .submit #form-validate {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-shadow: #333 1px 1px 2px;
  background-color: #f2c936;
  padding: 16px 18px;
  border: none;
  border-radius: 4px;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.general .submit #form-validate:hover {
  background-color: #f2c936;
  color: #fff;
  text-shadow: none;
}
@media only screen and (min-width: 768px) {
  form.general .form-box {
    display: table;
    width: 100%;
  }
  form.general .form-box .form-left {
    display: table-cell;
    width: 50%;
  }
  form.general .form-box .form-right {
    display: table-cell;
    width: 50%;
  }
}
.blog-tips {
  overflow: auto;
  text-align: center;
}
.blog-tips img {
  margin-bottom: 12px;
  border: 1px solid #24725d;
  border-radius: 360px;
}
.blog-tips .bubble {
  position: relative;
  margin-top: 5px;
  display: block;
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 6px 10px #ccc;
}
.blog-tips .bubble h2 {
  font-size: 25px!important;
  line-height: 34px!important;
  margin-bottom: 12px;
  margin-top: 12px;
  color: #24725d;
  margin: 0;
}
.blog-tips .bubble h2 strong {
  color: #60bf49;
}
.blog-tips .bubble h2:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-right: 12px solid transparent;
  position: absolute;
  top: -12px;
  margin-left: -12px;
  left: 50%;
}
.blog-tips h3 {
  clear: both;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-size: 20px!important;
}
.blog-tips h3 strong {
  color: #60bf49;
}
@media only screen and (min-width: 620px) {
  .blog-tips img {
    float: left;
    margin-right: 4%;
    width: 18%;
    max-width: 106px;
    padding-bottom: 0;
  }
  .blog-tips .bubble {
    margin-top: 5px;
    float: left;
    width: 78%;
  }
  .blog-tips .bubble h2:before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-left: 0 ;
    top: 36px;
    margin-left: 0;
    left: -12px;
  }
  .blog-tips h3 {
    padding-top: 12px;
  }
}
form.tips {
  font-size: 0;
  text-align: center;
  padding-bottom: 20px;
}
form.tips input {
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  margin: 0 auto 12px;
}
form.tips input[type=submit] {
  color: #fff;
  background-color: #f2c936;
  padding: 11px 18px;
  border: none;
  font-size: 13px;
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.tips input[type=submit]:hover {
  background-color: #f2c936;
  color: #fff;
}
@media only screen and (min-width: 380px) {
  form.tips input {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  form.tips input {
    width: 32%;
    margin: 0;
  }
  form.tips input[type=text] {
    margin-right: 2%;
  }
  form.tips input[type=email] {
    margin-right: 2%;
  }
}
body.error404 .site-content .content-area {
  float: none !important;
  width: auto !important;
}
body.error404 .site-content .content-area article {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.error404 .site-content .content-area article .entry-content img {
  padding-bottom: 0!important;
}
.tve_p_lb_inner .et_social_inline_bottom,
.tve_p_lb_inner .ts-fab-wrapper {
  display: none;
}
body.post-type-archive-podcast .site-content .content-area {
  float: none;
  width: 100%;
}
body.post-type-archive-podcast .site-content .content-area .podcast-title {
  color: #24725d;
  font-size: 26px;
  text-align: center;
}
body.post-type-archive-podcast .site-content .content-area .podcast-signup-button {
  text-align: center;
}
body.post-type-archive-podcast .site-content .content-area .podcast-signup-button a {
  display: inline-block;
  background: #60bf49;
  border-radius: 4px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding: 8px 24px;
}
body.post-type-archive-podcast .site-content .content-area .podcast-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px;
}
body.post-type-archive-podcast .site-content .content-area .podcast-grid article {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  padding: 0;
  width: 100%;
}
body.post-type-archive-podcast .site-content .content-area .podcast-grid article h2 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 10px;
  text-align: center;
}
body.post-type-archive-podcast .site-content .content-area .podcast-grid article:hover h2 {
  color: orange;
}
body.podcast-template-default .site-content .content-area {
  float: none;
  width: 100%;
}
body.podcast-template-default .site-content .content-area article {
  border: none;
  margin: 0;
  padding: 0;
}
body.podcast-template-default .site-content .content-area article h1.entry-title {
  color: #24725d;
}
body.podcast-template-default .site-content .content-area article ul,
body.podcast-template-default .site-content .content-area article ol {
  margin-left: 0 !important;
}
body.podcast-template-default .site-content .content-area article ul li,
body.podcast-template-default .site-content .content-area article ol li {
  margin-bottom: 5px;
}
body.podcast-template-default .site-content .content-area .podcast-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-podcast .site-content .content-area .podcast-title {
    font-size: 42px;
  }
  body.post-type-archive-podcast .site-content .content-area .podcast-grid article {
    width: 32%;
  }
}
#tve_editor ol,
#tve_editor ul {
  list-style-type: none;
}
.litebox-overlay .litebox-close {
  display: block!important;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>