/* 

Font Families

font-family: "Montserrat", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Inter Tight", sans-serif; 

*/

* {
    padding:0px;
    margin:0px;
}
:focus {
    outline: none !important;
}
a:focus {
    outline: none !important;
}
.container  {
    max-width: 1530px !important;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}

h1, h2, h3, h4, h5,
p, ul, li, a, span {
  font-family: "Poppins", sans-serif;
}

header.entry-header {
    display: none;
}
.subheader header.entry-header {
  display: block;
}
.entry-content {
    margin-top: 0px;
}
.page {
    margin-bottom: 0px !important;
}
body.page .post-thumbnail {
    display: none;
}
.widget {
    margin-bottom:0px !important;
}
a {
    text-decoration: none !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
  }
/* ***** ScrollBar CSS Start ******* */

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* Define custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #9BA391;
  }


/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #B88974;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #B88974;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}

/************** Sub Header CSS Start *************/
.banner-txt {
  text-align: center;
}

.banner-txt p {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
}
.subheader {
  padding: 80px 0px;
  background: linear-gradient(90deg, rgba(212, 206, 199, 1) 20%, rgba(211, 192, 171, 1) 80%);
}
.banner-txt h1 {
  margin-bottom: 0px;
  font-size: 76px;
  text-transform: capitalize;
  font-weight: 200;
  letter-spacing: 2px;
}
.heading-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.heading-with-lines .line {
  width: 50px;
  height: 2px;
  background-color: #000;
  flex-shrink: 0;
}
.heading-with-lines h2 {
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}
/************** Sub Header CSS End *************/

/* ***** Header CSS Start ******* */
.top-social-icons {
  text-align: right;
  margin-bottom: 15px;
}

.top-social-icons ul {
  display: flex;
  justify-content: end;
  list-style: none;
  align-items: center;
}
.top-left-head ul {
  list-style: none;
  display: flex;
}
header#masthead {
  position: static;
  top: 0;
  z-index: 3;
}
.main-header {
  padding: 15px 0px;
  background: #ffffff;
}
.top-social-icons ul li a {
  background: #EBEBEB;
  color: #959d8d;
  padding: 10px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 60px;
  font-size: 18px;
  transition: all ease 500ms;
}
.top-social-icons ul li a:hover {
  transition: all ease 500ms;
  background: #b8927a;
  color: #fff;
}
.top-social-icons ul li {
  padding-right: 10px;
}

.top-social-icons ul li:last-child {
  padding: 0;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
  padding-right: 25px;
}
.right-nav-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}
.main-header .container .row {
  justify-content: center;
  align-items: center;
}

ul#primary-menu {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
ul#primary-menu li a, 
.footer-nav ul.menu li a,
.footer-contacts ul li a {
  color: #959D8D;
  transition: all ease 500ms;
  display: inline-block;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after,
.footer-contacts ul li a::after,
.get_in_touch .contact-info a::after,
.email-contact-page a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #B88975;
  transition: width 0.3s;
}
.email-contact-page a::after {
  height: 5px;
}
.footer-nav ul.menu li a:hover {
  color:#fff !important;
}
ul#primary-menu li.current-menu-item a {
  border-bottom: 2px solid #B88975;
  color: #000;
}
ul#primary-menu li.current-menu-item a::after {
    background: transparent;
}
ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after,
.footer-contacts ul li a:hover::after,
.get_in_touch .contact-info a:hover::after,
.email-contact-page a:hover::after {
  width: 100%
}

ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover,
.footer-contacts ul li a:hover,
.email-contact-page a:hover {
  color: #000;
  display: inline-block;
  transition: all ease 500ms;
}
.main-navigation ul ul a {
    width: 280px;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px !important;
    top: 20px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.sub-menu li {
    padding-right: 0px !important;
    background: #fff;
}
ul.sub-menu li:last-child a {
    border: none;
}
ul.sub-menu li a:hover {
    background: #b88974;
    color: #fff !important;
}
ul.sub-menu ul {
    left: 200px !important;
    position: absolute;
    display: none;
    top: 0px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
    padding: 12px 15px !important;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}
ul.sub-menu li a::after {
    bottom: 0px !important;
    position: absolute;
    left: 0px;
}
ul.sub-menu li.current-menu-item a {
    border-bottom: 2px solid #B88975;
    color: #fff !important;
    background: #b88974 !important;
}


.email-contact-page a:hover {
  display: table !important;
}
.appointment-btn {
  width: 100%;
  max-width: fit-content;
  text-align: center;
  display: flex;
}
.get_in_touch .contact-info a {
  display:grid;
  transition: all ease 500ms;
}
.footer-hero-logo img {
  width: 500px;
}
.footer-hero-row {
    padding-top: 30px;
    background: #E7E5E4;
    background: linear-gradient(90deg, rgba(231, 229, 228, 1) 0%, rgba(216, 202, 187, 1) 61%);
}
.appointment-btn a:first-child {
  margin-right: 15px;
  padding: 15px 35px !important;
}
.appointment-btn a {
  background: transparent;
  padding: 15px 25px !important;
  display: flex;
  color: #000;
  font-size: 18px;
  transition: all ease 500ms;
  border-radius: 0;
  align-items: center;
  font-weight: 500;
  border: 2px solid #000;
  font-family: "inter tight";
}
.appointment-btn a:hover {
  background: #B88974;
  color: #fff;
  border-color: #B88974;
}

.appointment-btn a:last-child {
  background: #B88974;
  color: #fff;
  border-color: #B88974;
}

.appointment-btn a:last-child:hover {
  background: #323232;
  color: #fff;
  border-color: #323232;
}
/* ***** Header CSS End ******* */


/*********** Home Page CSS Start ********/
.sunrise-img img {
  width: 100%;
  max-width: 100px !important;
}
.sun-rise-row {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto !important;
  background: #FDFAF1;
  border: 1px solid #B88974;
  padding-top: 30px;
  margin-top: -120px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 50px !important;
}

.single-serv-col {
    padding: 10px !important;
}
.sun-rise-row .theme-content {
  font-size: 26px;
  font-weight: 300;
}
.top-servs-row .big-heading {
  font-weight: 300 !important;
  font-size: 52px;
}
.single-serv-col .big-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600 !important;
}
.single-serv-col .theme-content {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
}
.feel-alive-row {
  margin-top: 40px;
  padding-top: 50px;
  background: linear-gradient(90deg, rgba(149, 157, 141, 1) 60%, rgba(112, 122, 103, 1) 40%);
}
.video-access-row {
  background: #FDFAF1;
  padding-top: 50px;
  padding-bottom: 50px;
}
.video-access-row .big-heading h2 {
  font-weight: 500;
  font-size: 47px;
}

form#gform_2 div#gform_fields_2 {
    row-gap: 20px;
}

form#gform_2 input {
    background: transparent;
    font-size: 18px;
    padding: 30px 20px !important;
    font-weight: 300;
    border: 1px solid #ccc;
    box-shadow: none !important;
}

form#gform_2 input#gform_submit_button_2 {
    width: 100%;
    background: #959D8D;
    border-color: #959D8D;
    font-size: 22px;
    padding: 22px 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all ease 500ms !important;
}

form#gform_2 input#gform_submit_button_2:hover {
    background: #b88974;
    border-color: #b88974;
    transition: all ease 500ms;
}
.speical-heading {
  font-family: "Sacramento" !important;
  font-size: 42px;
  margin-bottom: 0px !important;
}
.owners-row {
  background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/Rectangle-24067.jpg);
  padding-top: 70px;
  padding-bottom: 50px;
  background-size: 20%;
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center left;
}
.owners-imgs {
  padding-top: 70px;
}
.owners-row .big-heading h2 {
  font-size: 30px;
}
.inner-row-left {
  width: 100%;
  margin: 0 auto !important;
  max-width: 750px;
  padding: 50px 40px;
  margin-right: 5% !important;
}
.featured-lists h2 {
  font-weight: 600 !important;
  font-size: 42px !important;
}
.theme-btn-dark a {
  background: #B88974 !important;
  border-color: #B88974 !important;
  color:#fff !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
}
.theme-btn-dark a:hover {
  background: #707a67 !important;
  border-color: #707a67 !important;
  color:#fff !important;
}
.theme-content {
  font-size: 20px;
  line-height: normal;
}
.theme-content ul li::marker {
/*   content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #959D8D; */
}

.theme-content ul {
/*   margin-left: 20px !important; */
	margin-left: 10px !important;
    list-style-type: none;
}

.theme-content ul li {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    text-transform: none;
}
.vitamin-row {
  background: #F9F9F9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vitamin-row .big-heading {
  font-size: 40px !important;
  font-weight: 600 !important;
}
.theme-btn-green a {
  border-color: #959D8D !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
  background: #959D8D !important;
}
.theme-content a {
  color: #b88974;
  text-decoration: underline !important;
}

.theme-content a:hover {
  text-decoration: none !important;
  color: #b88974;
}

.theme-btn a {
  background: #ffffff !important;
  border-color: #fff !important;
  color: #000 !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
  border-radius: 0px !important;
  letter-spacing: 1px;
}
.theme-btn a:hover, .theme-btn-green a:hover {
  background: #B88974 !important;
  border-color: #B88974 !important;
  color:#fff !important;
}
.sub-heading {
  font-family: 'lora' !important;
  font-size: 22px;
}
.feel-alive-row .theme-content p {
  color: #fff;
}

/********* Home Page CSS End *********/


/* Testimonial Section CSS Start */
.quote-left {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.testimonials-box {
  position: relative;
  padding: 30px 10px;
}
.testimonial-inner {
  background: #fff;
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 25px;
  border: 1px solid #f1f1f1;
}
.testimonial-inner .testimonial-content {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-family: "poppins";
  font-weight: 400;
  margin-bottom: 25px;
}
.testimonials-container {
  margin-top: 30px;
  z-index: 1;
}
.testimonials-img-name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonials-img-name img {
  width: 50px;
}

.testimonials-img img {
    border-radius: 50%;
}

.testimonials-name {
  font-size: 17px;
  color: #000;
  font-family: 'Inter Tight';
  font-weight: 600;
}
.testbox-name {
  padding-left: 15px;
}
.testimonials-desgination {
  color: #000;
  font-size: 13px;
  font-family: 'Inter Tight';
  margin-top: 7px;
  font-weight: 300;
}
.testimonial-btns button.slick-prev {
  left: inherit;
  z-index: 2;
  right: 120px;
}
.testimonial-btns button.slick-next {
  left: inherit;
  z-index: 2;
  right: 76px;
}
.testimonial-sec-row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(184, 137, 116, 1) 100%);
  padding-top: 50px;
  padding-bottom: 100px;
}
.testimonial-btns {
  position: absolute;
  z-index: 1;
  width: 55%;
  display: flex;
  height: 100%;
}
a.readmore_link {
  color: #000;
  font-weight: 600;
  text-decoration: underline !important;
  transition: all ease 500ms;
}
a.readmore_link:hover {
  text-decoration: none !important;
  transition: all ease 500ms;
  color: #b88974;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
.slick-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
button.slick-arrow {
  background: #b88974 !important;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 82%;
}
.slick-next {
  right: 0px !important;
}
button.slick-arrow::before {
  font-size: 30px;
  opacity: 1;
}

button.slick-arrow:hover {
  transition: all ease 500ms;
  background: #bebebe !important;
}
hr {
  background-color: #ffffff !important;
}

/* Testimonial Section CSS End */



/* ***** Footer CSS Start ******* */

footer#colophon {
  padding-top: 75px;
  background: #555555;
}
span.footer-copyright {
  color: #fff;
}
.footer-logo img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;
}

.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-nav {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.footer-navigation h2,
.get_in_touch h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-nav ul.menu {
  list-style: none;
  line-height: normal;
}
.footer-nav ul.menu li {
  margin-top: 0px;
  margin-bottom: 7px;
}
.footer-nav ul.menu li a {
  font-size: 16px;
  color: #ffffff;
}
.get_in_touch .contact-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #ffffff;
  padding: 0px 0px;
  font-weight: 300;
  transition: all ease 500ms;
  line-height: normal;
}
.get_in_touch .contact-info a, .foot-address div {
  color: #ffffff;
  transition: all ease 500ms;
  padding-left: 10px;
  line-height: normal;
}
.get_in_touch .contact-info:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.get_in_touch .contact-info:hover a span {
  color: #ffffff;
}
footer#colophon .row {
  padding-bottom: 60px;
}
.get_in_touch .contact-info i {
  background: #ffffff;
  padding: 15px;
  color: #959d8d;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.subscribe-row .theme-content {
  text-align: center;
}
.big-heading {
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
  font-size: 54px;
}
.subscribe-row .theme-content {
  text-align: center;
}
.subscribe-row {
  background-image: url("https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.subscribe-row form#gform_1 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.subscribe-row form#gform_1 label {
  display: none;
}
.subscribe-row p.gform_required_legend {
  display: none;
}
.subscribe-row .gform-body {
  background: #fff;
  padding: 20px;
  border-radius: 60px;
  border: 12px solid #b889743b;
}
.subscribe-row .gform-body input {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
}
.subscribe-row .gform-body input#gform_submit_button_1:hover {
  background-blend-mode: luminosity;
  text-decoration: none;
  transition: all ease 500ms;
  color: #b88974 !important;
}
.subscribe-row .gform-body input#gform_submit_button_1 {
  color: #000000 !important;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
  background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/Group-1171275620.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  padding-right: 36px;
  transition: all ease 500ms !important;
  background-color: #fff !important;
}

.subscribe-row #gform_wrapper_1 div#field_submit {
    width: 190px;
}


footer#colophon form#gform_1 .gform-footer.gform_footer.top_label {
  margin-top: 15px;
}
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
}
footer#colophon form#gform_1 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer#colophon .gfield_required_asterisk {
  font-size: 18px;
}
footer#colophon p.gform_required_legend {
  display: none;
}
footer#colophon input#input_1_1 {
  border-radius: 0px;
  font-size: 18px;
  line-height: normal;
  padding: 30px;
  letter-spacing: 2px;
  border:none;
}
footer#colophon input#input_1_1 {
  border-radius: 0px;
  font-size: 18px;
  line-height: normal;
  padding: 30px;
  letter-spacing: 2px;
  border: none;
  text-transform: uppercase;
}
footer#colophon input#gform_submit_button_1 {
  background: #dbdbdb;
  padding: 15px 12px;
  border: none !important;
  border-radius: 0px !important;
  color: #000;
  font-size: 20px;
  line-height: normal;
  box-shadow: none;
  transition: all ease 500ms;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}


footer#colophon input#input_1_1::placeholder {
    font-size: 14px;
}

footer#colophon input#gform_submit_button_1:hover {
  background:#EBEBEB;
  color:#B88974;
}
footer#colophon footer .top-social-icons ul {
  justify-content: start;
}
footer#colophon section#text-3 p {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}
.get_in_touch .top-social-icons ul {
  justify-content: start;
}
/* ***** Footer CSS End ******* */


/********* Contact Us CSS Start *********/

.contact-row {
/*   background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/contact-img.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
div#gform_wrapper_3 h2 {
    font-size: 26px;
    font-weight: 500;
  text-transform: capitalize;
}
div#gform_fields_3 {
  row-gap: 15px !important;
}
div#gform_wrapper_3 p {
  font-size: 20px;
  line-height: normal;
}
div#gform_wrapper_3 input, div#gform_wrapper_3 textarea {
  background: #FCFAF4;
  font-size: 18px;
  padding: 28px 20px;
  box-shadow: none !important;
  border-color: #afafaf;
  border-radius: 8px;
}
input#gform_submit_button_3 {
  background: #000 !important;
  font-size: 22px !important;
  padding: 22px !important;
  transition: all ease 500ms !important;
  border-color: #000 !important;
  margin-bottom:30px !important;
}
input#gform_submit_button_3:hover {
  transition: all ease 500ms !important;
  background: #b88974 !important;
  border-color: #b88974 !important;
}
.email-contact-page a {
  display: table;
  margin: auto;
  font-size: 46px;
  color: #b88974;
  font-weight: 500;
  line-height: normal;
  transition: all ease 500ms;
}
/* .email-contact-page {
    margin-top: 40px;
} */
body.page-id-45 .subscribe-row .big-heading {
  font-weight: 400 !important;
  line-height: normal;
}
/********* Contact Us CSS End **********/

/********* About Us CSS Start **********/

/* Page ID 47 */

body.page-id-47 .banner-txt h1 {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
}
body.page-id-47 .banner-txt p {
  margin-bottom: 15px;
  font-size: 52px;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
}
body.page-id-47 .heading-with-lines .line {
  width: 240px;
}
body.page-id-47 .subheader {
  padding: 140px 0px;
  background: #E3DBCE;
}
body.page-id-47 .owners-row {
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: 32%;
  background-position: center left;
  overflow: visible !important;
}
body.page-id-47 .owners-imgs {
/*   padding-top: 0px;
  margin-bottom: 0px !important;
  margin-top: -120px; */
}
body.page-id-47 .owners-row .big-heading h2 strong {
  font-weight: 500;
}
body.page-id-47 .owners-row .big-heading h2 {
  font-size: 47px;
  font-weight: 300;
}
.my-qualities-row h2.big-heading {
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.quality-img img {
  width: 100%;
  max-width: 220px !important;
  margin-bottom: 20px;
}
.quality-img2 img {
  width: 100%;
  max-width: 330px !important;
}
.quality-inner-row .wpb_column {
  padding: 10px;
}
.quality-inner-row .vc_column-inner {
  background: #fff;
  padding: 35px !important;
}
.quality-inner-row .theme-content {
  margin-bottom: 0px !important;
}
.my-qualities-row {
  padding-bottom: 100px;
}
.quality-inner-row .theme-content strong {
  font-weight: 600;
  font-size: 31px;
}
.quality-inner-row .theme-content h2 {
  font-size: 28px;
}
.firm-logo-img img {
  width: 100%;
  max-width: 180px !important;
}
.firm-row {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.firm-content h2 {
  font-size: 42px;
}
.firm-content strong {
  font-weight: 600;
}
.firm-content-col {
  padding-left:50px !important;
}
.sep-sub-heading span.vc_sep_line {
    width: 10% !important;
}
.sep-sub-heading {
    margin-bottom: 10px !important;
}
.sep-sub-heading h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
    font-size: 18px;
}
body.page-id-47 .owners-imgs2 {
  padding-top: 0px;
  margin-bottom: 0px !important;
}
body.page-id-47 .mystory-row .big-heading {
  font-size: 68px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.mystory-row {
  background: #E9E3D8;
}
.mystory-col .vc_column-inner {
  padding-bottom: 80px;
}
.about-txt-col .vc_column-inner {
    padding-bottom: 120px;
}
/********* About Us CSS End **********/
/********* Offering CSS Start **********/

/* Page ID 199 */

body.page-id-199 .sunrise-img {
    margin-bottom: 10px !important;
}
body.page-id-199 .heading-with-lines h2 {
    font-size: 60px;
    color: #fff;
}
.featured-lists .html-img-col .vc_column-inner {
    background-position: top center !important;
}

body.page-id-199 .sun-rise-row {
    position: absolute;
    z-index: 2;
    margin-bottom: 50px !important;

    left: 0;
    right: 0;
}
.featured-lists .inner-row-left {
    padding: 60px 40px;
}
body.page-id-199 .subheader {
    background: #959D8D;
    padding-top: 80px !important;
    padding-bottom: 150px !important;
}
body.page-id-199 .banner-txt h1 {
    color: #fff;
}
body.page-id-199 .heading-with-lines .line {
    background-color: #ffffff !important; 
}
body.page-id-199 .sun-rise-row .theme-content {
    font-size: 22px;
}
body.page-id-199 .sun-rise-row .theme-content h3 {
        font-size: 35px;
}

/********* Offering CSS End **********/
/********* Nutration CSS Start **********/

/* Page ID 201 */

body.page-id-201 .subheader {
    padding: 350px 0px;
    background-size: cover;
    background-position: center;
}
body.page-id-201 .heading-with-lines {
    justify-content: end;
}
body.page-id-201 .heading-with-lines .line {
    display: none;
}
body.page-id-201 .feel-alive-row {
	margin-top:0px !important;
}
body.page-id-201 .banner-txt h1 {
  font-size: 96px;
}
body.page-id-201 .banner-txt p {
    text-align: right;
    padding-right: 100px;
    margin-bottom: 0px;
}
body.page-id-201 .owners-row {
    overflow: visible !important;
	background-image:inherit !important;
	padding-bottom:0px !important;
}
body.page-id-201 .owners-imgs2 img {
    margin-top: -80px !important;
}
body.page-id-201 .owners-row .big-heading {
    font-weight: 400 !important;
    font-size: 72px !important;
}
body.page-id-201 .owners-row .owners-imgs2 img {
    margin-top: -130px !important;
}
/********* Nutration CSS End **********/
p:empty {
    display: none;
}
/********** Move & Breathe Well Page CSS Start ****************/

/* Page ID 222 */

body.page-id-222 .subheader {
    padding-top: 350px !important;
    padding-bottom: 350px !important;
    background: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/06/lady-img.png), linear-gradient(90deg, rgba(212, 206, 199, 1) 20%, rgba(211, 192, 171, 1) 80%);
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-position: 95%;
}
body.page-id-222 .banner-txt {
    text-align: left;
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-direction: column-reverse;
}
body.page-id-222 .heading-with-lines {
    display: block;
}
body.page-id-222 .heading-with-lines h2 {
    font-weight: 300;
    font-size: 85.42px;
    text-transform: capitalize;
    color: #fff;
}
body.page-id-222 .banner-txt p {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 4px;
}
/*************** Move & Breathe Well Page CSS End ****************/
.footer-mobile-row {
    display: none;
}

/************ 404/Search Page CSS Start *************/

section.error-404.not-found {
    text-align: center;
    padding: 100px 0px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #B88974;
    border-color: #B88974 !important;
    cursor: pointer;
    color: #fff;
}
input.search-submit:hover {
     background: #a47c6a;
    border-color: #a47c6a;
}
.search-page-btn a {
    transition: all ease 500ms;
    background: #000000;
    padding: 18px 35px;
    display: table;
    margin: 0 auto;
    color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
}
.search-page-btn a:hover {
    background: #B88974;
    transition: all ease 500ms;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
input.search-field {
    padding-left: 25px;
}
body.search-results header.page-header {
    text-align: center;
    padding: 20px 0px;
}
body.search-results header.page-header h2 {
    font-size: 58px;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #ebebeb;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #B88974;
    font-weight: 500;
    font-size: 36px;
}
body.search-results .entry-summary p {
    line-height: 25px;
    font-size: 18px;
    color: #000;
}
body.search-results a.search-readmore {
    background: #B88974;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
}
body.search-results a.search-readmore:hover {
    background: #d6a087;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
section.no-results.not-found {
    text-align: center;
    margin: 80px 0px;
}

.yoga-teams{
	
}


/************ 404/Search page CSS End *************/

/***************************************************************** Responsive Area  **************************************************************/

.yoga-secs{
	padding-top:50px;
	padding-bottom:50px;
}

.yogaimg1 .vc_column-inner{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}
.yogaimg2 .vc_column-inner{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}
body .basima-sec {
	padding-top:30px;
/* 	padding-bottom:30px; */
}	

.subscribe-row #kajabi-form .kajabi-form__content
{
    max-width: 850px;
}

.subscribe-row .phone-field.kajabi-form__form-item
 {
    display: none;
}

.subscribe-row .text-field.kajabi-form__form-item
 {
    width: 48%;
    display: inline-block;
    margin-right: 8px !important;
}

.subscribe-row .email-field.kajabi-form__form-item {
    width: 48%;
    display: inline-block;
}

.subscribe-row #kajabi-form .kajabi-form__form-item input {
    background: #fff;
    padding: 30px;
    border-radius: 60px;
    border: 12px solid #b889743b;
    color: #000;
    font-size: 21px;
}

.subscribe-row .kajabi-form--inline {
    padding-inline: 20px;
    padding-block: 0;
    border-radius: 0;
}

.subscribe-row #kajabi-form .kajabi-form__btn {
    color: #fff;
    padding: 22px;
    border-radius: 24px;
    font-size: 21px;
    width: 50%;
    margin: auto;
    display: block;
}

.subscribe-row #kajabi-form .kajabi-form__btn:hover, .video-access-form #kajabi-form .kajabi-form__btn:hover {
    background-color: #959d8d !important;
	cursor:pointer;
}

.subscribe-row #kajabi-form .kajabi-form__form-item input:hover, .subscribe-row #kajabi-form .kajabi-form__form-item input:focus, .subscribe-row #kajabi-form .kajabi-form__form-item textarea:hover, .subscribe-row #kajabi-form .kajabi-form__form-item textarea:focus, .subscribe-row #kajabi-form .kajabi-form__form-item select:hover, .subscribe-row #kajabi-form .kajabi-form__form-item select:focus {
    border-color: #daccc6;
}


.popup-kajabi-14 {
    background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/04/bg-img.jpg) !important;
    background-position: 27%;
    background-size: cover;
    background-repeat: no-repeat;
	border: 4px solid #B88974;
	box-shadow: 0px 0px 26px -10px #000;
	padding: 40px;
    text-align: center;
}

.popup-kajabi-14 .kajabi-form--inline {
    padding-block: 0;
    border-radius: 0;
}

.popup-kajabi-14 p {
    color: #000;
}

.popup-kajabi-14 #kajabi-form .kajabi-form__btn:hover {
    filter: brightness(110%);
    cursor: pointer;
}

.popup-kajabi-14 #kajabi-form .kajabi-modal__close:hover
 {
    filter: brightness(120%);
}

.popup-kajabi-14 #kajabi-form .kajabi-form__btn {
    color: #fff !important;
}

.popup-kajabi-14 .kajabi-form__form-item input {
    border: 1px solid #b6b6b6 !important;
}


.video-access-form #kajabi-form.kajabi-form--inline {
    background: transparent;
    padding: 0;
}


.video-access-form .kajabi-form__content {
    max-width: 100% !important;
}

.video-access-form .email-field.kajabi-form__form-item {
    width: 48.5%;
    display: inline-block;
}


.video-access-form .text-field.kajabi-form__form-item
 {
    width: 48.5%;
    display: inline-block;
    margin-right: 8px !important;
}


.video-access-form input#form_submission_name, .video-access-form input#form_submission_email, .video-access-form input#form_submission_phone_number
 {
    background: #fff !important;
    font-size: 20px !important;
    padding: 20px !important;
    height: 60px !important;
    border: 1px solid #d5d5d5 !important;
}

.video-access-form #kajabi-form .kajabi-form__btn {
    width: 100%;
    font-size: 22px !important;
    padding: 20px !important;
    font-family: 'Poppins' !important;
    letter-spacing: 2px;
	color:#fff;
}

    #rmp-menu-wrap-128 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #959d8d !important;
        background-color: #959d8d !important;
    }
.left-inner-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 850px;
    padding: 0px 40px;
    margin-right: 5% !important;
}
/*---------BLOG PAGE ------------*/

body.single-post main h2, body.single-post main h3, body.single-post main h4 {
    color: #b88975;
    font-size: 40px;
    font-weight: 500;
}
body.single-post main#primary a {
    color: #b88974;
    text-decoration: underline !important;
}
body.single-post main#primary {
    line-height: normal;
}
body.single-post main#primary ul {
    margin-bottom: 20px !important;
    padding-left: 25px;
}
body.single-post main#primary ul li::marker {content: "\f00c";font-family: 'FontAwesome';font-size: 18px;font-weight: 800;color: #b88974;}
body.single-post main#primary ul li {
    padding-left: 10px;
}
section.blog {
    padding-top: 70px;
    padding-bottom: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}


.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
    background-color: #d1ab2b;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover, .navigation li.active a {
    background-color: #ad8e23;
}


.pagination-sec {
    text-align: center;
    padding: 30px;
    margin-top: 40px;
    border-top: 1px solid #d1ab2b;
}

.blog-headline h2 {
    font-size: 60px;
    text-align: center;
}
.blog-headline {
    padding: 30px;
}

.recent_blog_img img {
    border-radius: 22px;
    height: 300px;
    object-fit: cover;
	width:100%;
}

span.screen-reader-text {
    display: none;
}


.blogImage{border:1px solid #cccdcd;overflow:hidden;position:relative;margin-bottom:20px;background:#ebebeb;}
.blogImage img{width:100%; height: 300px; object-fit: cover;}
.blogImage .blogDate{position:absolute;left:0;top:0;z-index:1;width:39px;background:#e7a50f;color:#fff;padding:10px 13px;text-align:center;}
.blogImage .blogDate i{font-size:12px;font-style:normal;display:block;}
.blogImage .blogDate span{font-size:20px;font-style:normal;display:block;}
.blogImage .blogDate i,
.blogImage .blogDate span{margin-left:-3px;}
.blogImage .blogDate i ~ i{margin-left:-6px;}
.blogImage .blogDate hr{border-top:1px solid #fff;padding:5px 0 0 0;margin:5px 0 0 0;}
.blogContent h3.blog-title{font-size:24px;line-height:1.2;}
.blogContent h2.blog-title{font-size:30px;line-height:1.2;}
.blogDesc a.more {font-size:16px;}
.blogBox:hover{border-color:#f79421;}
.blogImage.hoverStyle .hoverIcons,
.blogImage .hoverStyle .hoverIcons,
.galleyBox.hoverStyle .hoverIcons{bottom:50%;margin-bottom:-16px;}
.blogPage hr {
    border-color: 
    #d6d6d6;
}

.more2:hover {
  box-shadow: inset 200px 0 0 0 #8F1019;
  text-decoration: none;
  color: #fff;
}

a.more2 {

box-shadow: inset 0 0 0 0 #8F1019;
padding: 0 .25rem;
margin: 0 -.25rem;
color: #000;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.fa-clock::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
  font-style: normal;
}

.blog-title a:hover {
  color: #7d7b7b;
  text-decoration: none;
}
.blog-title a {
  color: #000;
  transition: 0.3s;
}
.zoom img {
  transition: 0.3s;
}
.zoom img:hover {
  transform:scale(1.1);
}

.blogSideBar .widget_search button[type="submit"] {
 padding:8px 15px;
 font-size:20px
}

.blogSideBar h4.widget-title {
 font-size:23px;
 color:#fff;
 background:#b88975;
 padding:7px 12px;
 border-left:10px solid #c1c1c1;
 margin-top:40px
}

.blogSideBar .widget_search button[type="submit"]:hover {
 color:rgba(255,255,255,.7)!important
}



.blog-sidebar span.screen-reader-text {
    display: none;
}

.blog p {
    line-height: 23px;
}


.recent_blog_content {
    padding: 18px;
    display: inline-block;
}


.recent_blog_title a
 {
    color: #000;
    font-size: 30px;
    text-decoration: none;
	 transition:0.3s;
}

h4.recent_blog_title a:hover {
    color: #b88974;
}

a.recent_blog_btn
 {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-align: right;
    float: right;
    display: inline-block;
    text-decoration: none;
}

a.recent_blog_btn:hover {
    text-decoration: none;
    color: #b88974;
}

.recent_blog_cate {
    position: absolute;
    margin-top: -80px;
    background: #b88974;
    font-family: 'Poppins';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14px;
}


p.blogInfo {
    color: #b88974;
    font-size: 15px;
	margin-bottom: 10px;
}

/*-------- SINGLE PAGE ---------*/

img.single-blog-image.wp-post-image {
    max-height: 850px;
    width: auto;
}

.post-description ol {
    margin-left: 30px;
}
.post-description ol li {
    line-height: 25px;
    margin-bottom: 16px;
}

section.single-blog.single-post {
    padding: 50px 0px;
    border-top: 1px solid #ccc;

}

.post-description.clearfix {
    margin-top: 40px;
}

.sidebar .widget_container {
 margin-top:30px
}
.sidebar .widget_container:first-child {
 margin-top:0!important
}
.sideBox {
 margin-bottom:30px
}
.blogSideBar .widget_search {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
}
.blogSideBar ul {
 list-style:none;
 margin:0;
 padding:0
}
.blogSideBar ul li:first-child {
 border-top:0;
 padding-top:0
}
.blogSideBar ul li {
 border-top:1px dashed #b0b0b0;
 margin-left:2px
}
.blogSideBar ul li a {
 	color:#323232;
 	display:block;
 	padding:10px 0;
	 transition: 0.4s;
}
.blogSideBar ul li a:before {
 content:"\f0da";
 margin:0 10px 0 5px;
 display:inline-block;
 font-family:'Font Awesome 5 Free';
 font-weight:700
}
.blogSideBar ul li a:hover {
 color:#fff;
 background:#d1ac9c;
 text-decoration:none
}
.blogSideBar .list_accordion dt:before {
 content:"\f13a";
 color:#373737
}
.blogSideBar .list_accordion dt.open:before {
 content:"\f139";
 color:#f79421
}
.blogSideBar .list_accordion dd {
 padding:10px;
 background:none
}
.blogSideBar .list_accordion dt.open {
 margin-bottom:0
}
.blogSideBar h4 {
 border-bottom:1px dashed #333;
 padding:0 0 8px
}
.blogSideBar #search-2 {
 background:#f1f1f1;
 border:1px solid #ddd;
 border-radius:8px;
 padding:30px 25px;
 margin-bottom:30px
}

.blogSideBar input[type="submit"] {
  position: absolute;
  padding: 14px 24px;
  right: 0px;
  border: 0px;
  background: #b88975;
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
  border-radius: 5px;
	bottom:0px;
}


.blogSideBar form.search-form {
    position: relative;
}

.blogSideBar input[type="submit"]:hover {
    background: #856152;
    box-shadow: 5px 7px 7px -6px #856152;
}


.blogSideBar input[type="search"] {
 	border:none;
 	padding:10px;
	width:100%
}

.blogSideBar form.search-form label {
	 width:100%;
	 margin-bottom:0px;
}

.single p {
    line-height: 25px;
}

.burnoutsubp {
    background: #959D8D;
}

.burnoutsubp2 {
    background: #b88974;
}

.begins-sec .big-heading h2 {
    font-size: 48px !important;
}
@media only screen and (max-width: 1920px) {
	
body .basima-sec .theme-content p{
/* 		font-size:18px; */
}	
	
}


@media only screen and (min-width: 1400px) {
	
/* body.page-id-222 .subheader {
    background-position: right !important;
}
	 */
}


@media only screen and (max-width: 1366px) {
	
body.page-id-222 .banner-txt {
    top: 100px;
    position: relative;
}
body.page-id-222 .subheader {
    padding-top: 158px;
    padding-bottom: 333px;
	}
body .basima-sec p{
		font-size:17px !important;
}	
body .page-id-222 .subheader {
    padding-bottom: 236px !important;
}	

	
}



@media all and (max-width:1250px){
  .right-footer-sec {
    flex: 40% !important;
    max-width: 40% !important;
}
.mid-footer-sec {
  max-width: 26% !important;
}
}
@media all and (max-width:1170px){
  ul#primary-menu li {
    padding-right: 15px;
}
ul#primary-menu li a {
  font-size: 15px;
}
.appointment-btn a {
  padding: 3px 16px;
  font-size: 15px;
  padding-right: 3px;
}
.appointment-btn a i {
  font-size: 15px;
  padding: 5px;
  width: 25px;
  height: 25px;
}
}

/***For All Tablets***/

@media all and (max-width:1024px){
	
form#gform_1 {
    max-width: max-content;
    margin: 0 auto;
}
body.page-id-222 .subheader {
    padding-top: 30px !important;
    padding-bottom: 200px !important;
}
body.page-id-222 .banner-txt h1 {
    font-size: 42px;
}
.appointment-btn a:last-child {
    align-items: center;
    justify-content: center;
}
body.page-id-199 .subheader {
    background: #959D8D;
    padding-top: 80px !important;
    padding-bottom:80px !important;
}
body.page-id-199 .sun-rise-row {
    position: static;
    z-index: 2;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100%;
    margin-top: -50px !important;
}
body.page-id-47 .heading-with-lines .line {
    width: 50px !important;
}	
  footer#colophon .col-md-4 {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-top: 25px;
}
.main-header {
    padding: 15px 0px;
    background: #ffffff;
}
footer#colophon {
  padding-top: 40px;
}
.top-social-icons {
  text-align: right;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.appointment-btn a i {
    font-size: 15px;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.footer-contacts ul {
  display:block !important;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}
/* .main-navigation {
  display: none;
} */
.logo-col {
  flex: 20% !important;
  max-width: 20% !important;
  width: 20% !important;
}
.nav-col {
  flex: 80% !important;
  max-width: 80% !important;
  width: 80% !important;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.get_in_touch .top-social-icons {
    max-width: 100% !important;
}

.get_in_touch .top-social-icons ul {
    justify-content: center;
}
footer#colophon input#input_1_1 {
    text-align: left;
}
.get_in_touch .contact-info {
  justify-content: center;
}
.sun-rise-row {
  margin-top: 20px !important;
}
.sun-rise-row .theme-content {
  font-size: 22px;
}
.sunrise-img img {
  max-width: 80px !important;
}
}


@media only screen and (min-width:991px)
{
.onlyfordesktop_notmobile 
	{
		display:block;
	}
.onlyformob_notdesktop 
	{
		display:none;
	}
.site-branding.logo img {
    width: 180px;
}	
.site-footer #gform_wrapper_1 div#field_submit {
    width: 180px;
}
}

@media only screen and (max-width:991px)
{
.onlyfordesktop_notmobile 
	{
		display:none;
	}
	.subheader {
		height:auto !important;
	}
.onlyformob_notdesktop 
	{
		display:block;
	}
    header .top-social-icons ul {
        justify-content: end;
        margin-top: 8px !important;
        padding-right: 80px;
    }
	.right-nav-btn {
    justify-content: end !important;
}
}


@media all and (max-width:1023px) {


	
.yoga-teams .yogaimg1 .vc_empty_space , .yoga-teams .yogaimg2 .vc_empty_space {
    height: 40vh !important;
}	
.yoga-secs .yoga-cols .yogahand, .yoga-secs .yoga-cols .yogacontent{
	width:100% !important;	
}
	
}



@media all and (max-width:991px){
	
.main-header .container .row {
        align-items: end;
        justify-content: center;
}	
.subscribe-row .text-field.kajabi-form__form-item,
.video-access-form .text-field.kajabi-form__form-item
	
 {
    width: 100%;
    margin-right: 0px !important;
}

.subscribe-row .email-field.kajabi-form__form-item,
.video-access-form .email-field.kajabi-form__form-item {
    width: 100%;
}	
}


@media all and (max-width:767px) {
body .banner-txt p {
    font-size: 32px !important;
    margin-bottom: 0px !important;
	letter-spacing:1px !important;
}
.subscribe-row .gform-body {
        border-radius: 30px !important;
        padding: 10px !important;
}
.subscribe-row .gform-body input
 {
    border: none !important;
    background: #e4e4e4 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    border-radius: 10px !important;
    padding: 15px !important;
}
    .subscribe-row .gform-body input#gform_submit_button_1 {
        background: #b88974 !important;
        font-size: 16px !important;
        color: #fff !important;
        border-radius: 30px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 20px !important;
		text-decoration:none !important;
    }
.vs-img img {
    width: 120px;
}
.vs-img {
    top: 52%;
}
.vs-img {
    top: 53%;
    background: #ccc;
    padding: 20px;
}
.breath-well {
    text-align: center !important;
	float:none !important;
}
.reverse-row {
	flex-direction:column-reverse !important;		
}
body.page-id-222 .subheader {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-size: 61%, 100%;
        background-blend-mode: overlay;
        background-color: #00000063;
        background-position: right !important;
}
body.page-id-222 .heading-with-lines h2 {
    font-size: 50.42px;
}	
.desktop-footer-row {
    display: none !important;
}
.footer-mobile-row {
    display: block;
}
.appointment-btn a {
    margin-right: 0px;
    padding: 10px 15px !important;
    display: inline-block;
    text-align: center;
}
/* 
.appointment-btn a:first-child {
        margin-right: 10px;
        padding: 10px 15px !important;
        display: inline-block;
        width: 48%;
        text-align: center;
    } */

.appointment-btn {
    width: 100%;
    text-align: center;
	max-width: none;
    display: flex;
    justify-content: end;
}
	
/* body .theme-content ul li::before{
	 width: 15px;
    height: 15px;
	left: -5px;
/*     margin-top: 7px; */
 
/* .subheader {
    padding-bottom: 50px;
    padding-top: 50px;
} */
.footer-contacts ul {
    display: flex !important;
    justify-content: space-between;
}
.main-header .container .row {
    justify-content: left;
	}
	
/* .desktop-footer-row {
    display: none !important;
} */
.footer-mobile-row img {
    width: 100%;
}

/* .footer-mobile-row {
    display: block;
} */
.top-serv-space {
  display: none;
}
.single-serv-col .vc_column-inner {
  background-blend-mode: overlay;
  background-color: #3e3e3e;
}
.contact-info i {
  margin: 0px auto;
  display: block;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
section#text-2 p {
  text-align: center;
  line-height: normal;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
.get_in_touch .contact-info {
    display: block;
    width: 100%;
    max-width: 100%;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch .contact-info a, .foot-address div {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-left: 0px;
}
.get_in_touch {
  text-align: center;
}
.footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
/* .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
} */
.about_company p {
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.footer-nav {
    display: block !important;
}
.logo-col {
padding-left:8px !important;
padding-right:0px !important;
  max-width: 60% !important;
}
.nav-col {
  flex: 50% !important;
  width: 50% !important;
}
.right-nav-btn {
  justify-content: end;
  align-items: center;
  padding-right: 0px;
	padding-top:5px !important;
}
.about_company p br {
  display: none;
}
.appointment-btn a {
  padding: 5px;
  font-size: 18px;
  padding-left: 18px;
}
.slick-prev {
  left: -20px !important;
}
.slick-next {
  right: 0px !important;
}
.top-social-icons {
  max-width: 85%;
}
/* #rmp_menu_trigger-128 {
  width: 50px;
  height: 50px;
  /* top: 55px; 
} */
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
  row-gap: 10px;
}
.testimonial-sec-row {
  padding-bottom: 60px;
}
.testimonial-btns {
  width: 100px;
  height: auto !important;
  bottom: 20px;
  right: 30px;
}
.subscribe-row div#gform_fields_1 {
        /* display: flex; */
        justify-content: space-between;
        text-align: center;
        row-gap: 10px;
}
.subscribe-row #gform_wrapper_1 div#field_submit {
    width: 100%;
    display: table;
    margin: 0 auto;
}
button.slick-arrow::before {
  font-size: 24px;
}
button.slick-arrow {
  padding: 25px;
}
.featured-lists .inner-row-left {
    padding: 50px 40px;
}
.theme-content p {
    font-size: 16px;
}
.featured-lists .inner-row-left {
    padding: 40px 40px;
}
.yogaimg2 .wpb_single_image {
    margin-bottom: 0;
}
.yogaimg1 .wpb_single_image {
    margin-bottom: 0;
}	
.subscribe-row #kajabi-form .kajabi-form__btn {
    width: 100%;	
}
	
.video-access-form #kajabi-form .kajabi-form__btn {
    letter-spacing: 0px;
    color: #fff;
}
	
.yoga-secs {
    padding-top: 30px;
    padding-bottom: 30px;
}

body .mystory-col .vc_column-inner {
        padding-bottom: 30px !important;
    }

.banner-txt h1 {
    font-size: 40px;
}
	
/* .page-id-336 .subheader,
.page-id-309 .subheader,
.page-id-297 .subheader,
.page-id-315 .subheader,
	.page-id-344 .subheader
	{
    height: 30vh !important;
}
	 */
.instead-sec,
.instead-sec.know-sec,
.breeaths-row.begins-sec.finally.-sec,
.breeaths-row.begins-sec,
.instead-sec.learns-sec.care-sec.act-sec,
.burned-sec.depleted-sec,
.burned-sec.board-sec,
.instead-sec.this-sec.for-sec
	{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	
ul.dairy li {
    padding-left: 20px;
}
	.act-sec .theme-content ul li::before{
		margin-top:5px;
	}
	
body.page-id-222 .banner-txt {
        top: auto;
        position: relative;
        text-align: center;
        max-width: unset;
    }
	
h2.big-headings {
	font-size: 35px;
}	
.contact-row h2 {
    font-size: 32px !important;
}
}

@media all and (max-width:600px){
    .appointment-btn a:first-child {
        margin-right: 10px;
        padding: 10px 15px !important;
    }
.begins-sec .big-heading h2 br {
    display: none !important;
}
.subscribe-row .gform-body input {
  font-size: 16px !important;
}
.begins-sec .big-heading h2 {
    font-size: 30px !important;
}
 header .top-social-icons ul {
        justify-content: end;
        padding-right: 60px;
    }
 .page-id-47 .theme-content ul li::before {
	width: 15px;
	height: 15px;
	left: 20px;
	margin-top: 18px;
    }	
	
.yogaimg2 .wpb_single_image {
    margin-bottom: 0;
}
.yogaimg1 .wpb_single_image {
    margin-bottom: 0;
}	
.theme-content p {
    font-size: 16px;
}
body.page-id-45
body .this-sec .theme-content ul li {
    font-size: 16px;
    line-height: normal;
}	
body .learns-sec .theme-content ul li {
    font-size: 16px;
    line-height: normal;
}	
body .email-contact-page a {
    font-size: 18px;
    max-width: 50%;
    margin: 0 auto;
}	
div#gform_wrapper_3 h2 {
    font-size: 30px;
}	
body .basket-cols .vc_column-inner {
        max-width: max-content;
        margin-left: 0;
}
.page-id-45 .banner-txt h1{
	font-size: 40px;	
}	
body .begins-sec p em {
    font-size: 16.54px;
    line-height: normal;
}
h3.image-heading {
    font-size: 30px !important;
}
body .begins-sec a {
    font-size: 14px !important;	
	letter-spacing: 4px !important;
	}
body .begins-sec p{
	 font-size: 16px;	
}
p.pillar-heading {
    line-height: normal;
}	
body .guilt-p p {
    font-size: 20px;
	line-height: normal;
}
body h2.big-heading {
    font-size: 38px !important;
}	
body .therasage {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body .board-sec .ashley-discount {
    max-width: 54.4% !important;
}	
p.quotes-testi {
    background-size: cover;
    font-size: 18px;
    line-height: 21px;
}	
.theme-content ul li {
    font-size: 16px !important;
}	
.instead-sec h2 {
    font-size: 34px !important;
}
body .instead-sec p{
 font-size: 16px;			
}	
p.well-p {
    max-width: max-content;
    font-size: 18px !important;
}	
h3.falling-text {
    font-size: 18px !important;
    line-height: normal !important;
    padding-top: 10px;
}	
body .system-sec p {
    font-size: 16px;
    line-height: normal;
}
h2.burnout-top {
    font-size: 30px !important;	
}
body .burnoutsubp p {
    padding-top: 22px;
    padding-bottom: 22px;
}	
body .burned-sec h2 {
        font-size: 34px !important;
}
	
	body .burned-sec p{
		    font-size: 16px;
	}	
body .heading-with-lines .line {
    display: none;
}	
 body .get_in_touch .contact-info i{
		    margin-top: 16px;	
}	
body .mystory-col .vc_column-inner {
    padding-bottom: 80px;
}	
body .basima-sec p {
        font-size: 16px !important;
}
h3.basima-subheading {
    font-size: 30px !important;
}	
h2.basima-story {
    font-size: 30px !important;
}	
body .quotes-sec .heading-with-lines h1 {
        font-size: 18px !important;
    }
body .quotes-sec {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
}	
body .yoga-teams .vc_empty_space , body .yoga-teams .vc_empty_space {
    height: 68vh !important;
}	
body .yoga-secs .yoga-cols .yogahand, body  .yoga-secs .yoga-cols .yogacontent {
	width:100% !important;	
}	
body .banner-txt p {
    font-size: 38px !important;
	margin-bottom:0px !important;
}		
body .right-nav-btn {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}	
body .yogacontent .theme-content {
    font-size: 14px !important;
}	 
body .yoga-secs .theme-content p {
    font-size: 16px;
}	
body .page-id-47 .banner-txt h1 {
    font-size: 20px;
    letter-spacing: 5px;
}
	h2.main-heading {
    font-size: 34px !important;
}
.sub-heading2 span {
    font-size: 24px !important;
}	
body ul.mentals li {
    font-size: 16px;
    margin-bottom: 9px;
}	
body .yogacontent h2.main-heading {
    font-size: 36px !important;
}
body .yogacontent .sub-heading2 span{
		 font-size: 24px !important;  
 }		
.big-heading {
  font-size: 32px !important;
}
body.page-id-47 .subheader {
    padding: 80px 0px;
}
body.page-id-47 .banner-txt p {
    margin-bottom: 15px;
    font-size: 36px;
}

.right-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}	
.owners-imgs {
  padding-top: 0px;
}
.featured-lists h2 {
  font-size: 32px !important;
}
.vitamin-row {
  background: #F9F9F9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.vitamin-row .big-heading {
  font-size: 32px !important;
}
.video-access-row .big-heading h2 {
  font-weight: 500;
  font-size: 32px !important;
}

.appointment-btn a {
  padding: 10px !important;
  font-size: 16px !important;
}
.appointment-btn a:first-child {
  margin-right: 10px;
  padding: 10px 15px !important;
}
.top-social-icons {
  max-width: 100%;
}
.appointment-btn a {
  padding: 4px;
  font-size: 14px !important;
  padding-left: 18px;
}
body.page-id-45 .banner-txt p {
        font-size: 22px !important;
        margin-bottom: 0px !important;
    }
	h2.big-headings {
    font-weight: 500 !important;
    font-size: 34px !important;
}
}

 @media all and (max-width:500px) {
.subheader {
	background-position:bottom !important;	
}
.subheader {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.appointment-btn a:first-child {
    margin-right: 10px;
    padding: 8px 10px !important;
    width: 30% !important;
	font-size: 14px !important;
}
body.page-id-199 .sun-rise-row .theme-content h3 {
    font-size: 24px !important;
}
body.page-id-199 .sun-rise-row {
  position: static;
  z-index: 2;
  margin-bottom: 20px !important;
  width: 100%;
  max-width: 100%;
  margin-top: 20px !important;
}
.heading-with-lines h2 {
	font-size:38px !important;		 
}
.get_in_touch .contact-info a, .foot-address div {
  font-size: 15px;
}
.subscribe-row .gform-body {
    border-radius: 80px;
}
.reverse-row {
  display:flex !important;
  flex-direction: column-reverse;
}
.top-social-icons {
  max-width: 100%;
}
}

@media all and (max-width:480px) {
.center-txt-box {
    text-align: center !important;
}
.vs-img {
    top: 55% !important;
}
}

body .begins-sec a {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 18.35px !important;
    line-height: 180%;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.theme-content ul li::before {
    content: "";
    background-image: url(https://doctorshelpingyouthrive.com/wp-content/uploads/2025/05/Group-1171276328-1.png);
    background-size: contain;
    background-position: -1px 2px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    display: block;
    margin-top: 8px;
}