/*
Theme Name: Dr Veronica McBurnie | VerticalVertical
Text Domain: verticalvertical
Version: 1.0.0
Description: Our default theme for 2024 is designed to take full advantage of the flexibility of the block editor..
Author: Vertical Vertical
Author URI: https://verticalvertical.com/
Template: verticalvertical
*/

:root {
  --headerSocketColor: #9A6D34;
  --headerMainColor: transparent;
  --purpleColor: #2E2C64;
  --whiteColor: #FFFFFF;
  --goldColor: #9A6D34;
  --naturalColor: #C2CDBF;
  --defaultColor: #2E2C64;
}

::selection {
  background-color: var(--purpleColor) !important;
  color: var(--whiteColor) !important;
}

::-webkit-scrollbar {
  width: 10px;
  -webkit-overflow-scrolling: auto
}

::-webkit-scrollbar-thumb {
  background-color: var(--purpleColor)
}

#vertical-cookie-banner {
  background-color: var(--purpleColor);
}

#vertical-cookie-banner p {
  color: var(--whiteColor) !important;
}

#vertical-cookie-banner button {
  background-color: var(--goldColor) !important;
}

body.page-id-44 .header-main-wrapper {
  background-color: var(--naturalColor) !important;
}

body.page-id-44 #site-content {
  padding-top: 130px;
}


body.page-id-47 .header-main-wrapper {
  background-color: var(--naturalColor) !important;
}

body.page-id-47 #site-content {
  padding-top: 130px;
}


body.page-id-44 #site-content .page-content * {
  text-align: center;
}


body.page-id-44 #site-content .page-content button {
  margin-left: auto;
  margin-right: auto;
}

body.page-id-47 #site-content .page.type-page {
  padding: 60px 0px;
}

body.page-id-47 #site-content .page.type-page h4 {
  margin: 25px 0px 15px;
}

body.page-id-47 #site-content .page.type-page h5 {
  margin-bottom: 10px;
}

body *,
html * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  word-break: normal
}

body img,
html img {
  display: block;
  max-width: 100%
}

@font-face {
  font-family: 'Trirong';
  src: url('./drveronicamcburnie/fonts/Trirong-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Trirong';
  src: url('./drveronicamcburnie/fonts/Trirong-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Trirong';
  src: url('./drveronicamcburnie/fonts/Trirong-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Trirong';
  src: url('./drveronicamcburnie/fonts/Trirong-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Tinos';
  src: url('./drveronicamcburnie/fonts/Tinos-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Tinos';
  src: url('./drveronicamcburnie/fonts/Tinos-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Tinos';
  src: url('./drveronicamcburnie/fonts/Tinos-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Tinos';
  src: url('./drveronicamcburnie/fonts/Tinos-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  margin: 0
}

h1 {
  font-family: 'Trirong', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
  margin-bottom: 30px;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trirong', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
  margin-bottom: 30px;
}

h1 {
  font-size: 45px;
  line-height: 45px;
}

h2 {
  font-size: 45px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 45px
}

h4 {
  font-size: 25px;
  line-height: 30px
}

h5 {
  font-size: 20px;
  line-height: 25px
}

a,
ul,
li,
ol,
p,
label,
quote {
  font-family: 'Tinos', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--defaultColor);
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
  color: var(--defaultColor);
}

p {
  margin: 0 0 23px
}

a.has-button {
  display: block;
}

* a:last-child,
* p:last-child {
  margin-bottom: 0 !important
}

.underline,
.underlineHover:hover {
  text-decoration: underline
}

.btn-style {
  font-family: 'Tinos', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  display: block;
  font-size: 23px;
  line-height: 26px;
  color: var(--goldColor);
  background-color: var(--whiteColor);
  border: 1px solid #9A6D34;
  outline: none;
  cursor: pointer;
  width: 100%;
  max-width: 362px;
  padding: 26px 20px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

#site-header .header-socket-wrapper {
  display: none;
}

#site-header .header-main-wrapper {
  padding: 47px 0px;
  transition: all .3s ease;
}

#site-header.sticky .header-main-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  background-color: var(--naturalColor);
}


.bg-section {
  background-color: var(--purpleColor);
  background-repeat: no-repeat;
}

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

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

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

/* Header */
#site-header .site-main-menu-wrapper .site-main-menu * {
  font-family: 'Trirong', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}



#site-header li.site-main-menu-item,
#site-header a.menu-item-text {
  color: var(--whiteColor);
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
}

#site-header li.site-main-menu-item.active,
#site-header li.site-main-menu-item.active a.menu-item-text {
  color: var(--goldColor);
}

.page-header-wrapper {
  overflow: hidden;
  padding-bottom: 60px;
}

.page-header-wrapper .page-header-inner {
  min-height: 1105px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header-wrapper .page-header-inner-bg-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.page-header-wrapper .page-header-inner-bg-wrapper .page-header-inner-bg {
  width: 73%;
  position: relative;
}

.page-header-inner-bg-content {
  width: 100%;
  height: 100%;
  background-position: contain;
  background-position: top right;
  background-color: transparent;
}

.page-header-wrapper .page-header-inner-bg-wrapper .page-header-inner-bg .header-bg-leaf {
  position: absolute;
  top: 100px;
  right: -250px;
  max-width: 650px;
  height: auto;
  width: 100%;
}

.page-header-wrapper .page-header-inner-bg-wrapper .page-header-inner-bg .header-bg-flower-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.page-header-wrapper .page-header-inner-main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0px 15px;
}

.page-header-wrapper .page-header-inner-main .page-header-inner-main-child {
  width: 50%;
  max-width: 595px;
}

.page-header-wrapper .page-header-inner .parallax-hover-following {
  position: absolute;
  top: 60px;
  left: 12%;
  z-index: 5;
}

.page-testimonials-wrapper {
  padding: 110px 0px;
  background-image: linear-gradient(30deg, rgba(194, 205, 191, .53), rgba(194, 205, 191, .001));
}

.page-testimonials-wrapper .page-testimonials-inner {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}

.page-testimonials-wrapper .page-testimonials-inner img {
  margin: 0 auto;
}

.page-testimonials-wrapper .page-testimonials-inner p {
  margin: 0px !important;
  font-size: 25px;
  line-height: 28px;
  font-style: italic;
}

.page-testimonials-wrapper .page-testimonials-inner .testimonial-list {
  padding: 70px 0px;
  position: relative;
}

.page-testimonials-wrapper .page-testimonials-inner .quote-text {
  position: absolute;
  font-size: 250px;
  line-height: 45px;
  opacity: .45;
}

.page-testimonials-wrapper .page-testimonials-inner .quote-text.quote-left {
  top: 60px;
  left: -140px;
}

.page-testimonials-wrapper .page-testimonials-inner .quote-text.quote-right {
  bottom: 100px;
  right: -140px;
  transform: scale(-1);
}

.page-flip-animation-wrapper .page-flip-animation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-flip-animation-wrapper .page-flip-animation-inner .page-flip-animation-child.child-left {
  width: calc((100% / 3));
  padding-right: 15px;
}

.page-flip-animation-wrapper .page-flip-animation-inner .page-flip-animation-child.child-right {
  width: calc((100% / 3) * 2);
}

.page-flip-animation-wrapper .page-flip-animation-inner .page-flip-animation-child.child-left * {
  color: var(--whiteColor);
}

.page-flip-animation-wrapper {
  position: relative;
  padding: 60px 0px 0px;
}

.page-flip-animation-wrapper .container {
  z-index: 2;
  position: relative;
}

.page-flip-animation-wrapper .page-flip-animation-bg {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0px;
  right: 0px;
}

.page-flip-animation-wrapper .page-flip-animation-child.child-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner {
  width: 50%;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box {
  padding: 14px;
}

.page-flip-animation-wrapper .flip-animation-box:nth-child(2) {
  animation-delay: .02s
}

.page-flip-animation-wrapper .flip-animation-box:nth-child(3) {
  animation-delay: .04s
}

.page-flip-animation-wrapper .flip-animation-box:nth-child(4) {
  animation-delay: .06s
}

.page-flip-animation-wrapper .flip-animation-box:nth-child(5) {
  animation-delay: .08s
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-front {
  background-color: var(--whiteColor);
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-content {
  text-align: center;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-side .flip-content img {
  margin: 0px auto 30px;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-front .flip-content h3 {
  font-size: 28px;
  line-height: 45px;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-front .flip-content h4 {
  font-size: 20px;
  line-height: 39px;
  margin-bottom: 0px;
  color: var(--goldColor);
}

.page-flip-animation-wrapper .flip-animation-box-inner {
  position: relative;
}

.page-flip-animation-wrapper .flip-content-bg {
  padding-top: 100%;
}

.page-flip-animation-wrapper .flip-side {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 15px 15px;

  box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);

  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1.3);
  transform-style: preserve-3d;
  overflow: visible !important;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-back {
  background-image: linear-gradient(to bottom, #2E2C64, #9997D6);
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box .flip-back p {
  color: var(--whiteColor);
  font-size: 16px;
  line-height: 18px;
  max-width: 290px;
  margin: 0 auto;
}

.page-flip-animation-wrapper .flip-animation-box-inner:hover .flip-front {
  transform: rotateY(-180deg);
  backface-visibility: hidden;
}

.page-flip-animation-wrapper .flip-front,
.page-flip-animation-wrapper .page-flip-animation-child .page-flip-animation-child-inner .flip-animation-box-inner:hover .flip-back {
  transform: rotateY(0);
}

.page-flip-animation-wrapper .flip-back>*,
.page-flip-animation-wrapper .flip-front>* {
  transform: translateZ(70px);
  -webkit-transform: translateZ(70px);
  zoom: 0.965;
  transition: .3s cubic-bezier(0.7, 0, 0.3, 1.3);
  backface-visibility: hidden;
  animation-delay: .1s !important;
}

.page-magazine-wrapper {
  padding: 40px 0px 80px;
  position: relative;
}

.page-magazine-wrapper .page-magazine-inner {
  position: relative;
  z-index: 1;
}

.page-magazine-wrapper .page-magazine-inner img {
  width: 100%;
  height: auto;
}

.page-magazine-wrapper .magazine-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.page-magazine-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(150deg, rgba(194, 205, 91, .2), rgba(194, 205, 91, .0));
}

.page-magazine-wrapper .magazine-bg-image {
  background-image: url('/wp-content/uploads/2024/04/magazine-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-magazine-wrapper .page-magazine-inner {
  text-align: center;
}

.page-magazine-wrapper .page-magazine-inner button {
  margin: 40px auto 0px;
}

.page-healing-ensemble-wrapper {
  padding: 0px 0px 120px;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child {
  width: 50%;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-left {
  padding-right: 30px;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-left img {
  margin: -45px 0px 0px -80px;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(70px);
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .page-healing-ensemble-child-inner {
  width: 620px;
  height: 862px;
  overflow: hidden;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .page-healing-ensemble-child-inner .page-healing-ensemble-inner-animation {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background-color: var(--purpleColor);
  display: flex;
  justify-content: flex-end;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .page-healing-ensemble-child-inner>img {
  opacity: .5;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .float-box-animation {
  position: absolute;
  top: 180px;
  left: -58px;
  width: 499px;
  height: 697px;
  overflow: hidden;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .float-box-animation .float-box-animation-inner {
  width: 100%;
  height: 100%;
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .float-box-animation .float-box-animation-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(154, 109, 52, .5);
}

.page-healing-ensemble-wrapper .page-healing-ensemble-inner .page-healing-ensemble-child.child-right .float-box-animation .westbourne-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.page-join-the-symphony-wrapper {
  padding: 120px 0px 140px;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child {
  width: 50%;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-right {
  padding-left: 30px;
  text-align: right;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-right img,
.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-right button {
  display: inline-block;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left {
  transform: translate(-70px, -60px);
  position: relative;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .page-join-the-symphony-child-inner {
  width: 620px;
  height: 862px;
  overflow: hidden;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .page-join-the-symphony-child-inner .page-join-the-symphony-inner-animation {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-start;
  background-color: var(--naturalColor);
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .page-join-the-symphony-child-inner>img {
  opacity: .5;
  margin: 0px 0px 0px -50px;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .float-box-animation {
  position: absolute;
  top: 180px;
  right: -56px;
  width: 499px;
  height: 697px;
  overflow: hidden;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .float-box-animation .float-box-animation-inner {
  width: 100%;
  height: 100%;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .float-box-animation .float-box-animation-inner img:nth-child(2) {
  height: auto;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-right .float-box-animation .float-box-animation-inner img:nth-child(2) {
  height: auto;
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .float-box-animation .float-box-animation-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(46, 44, 100, .47);
}

.page-join-the-symphony-wrapper .page-join-the-symphony-inner .page-join-the-symphony-child.child-left .float-box-animation .singing-health-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-contact-wrapper .page-contact-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-contact-wrapper {
  padding: 0px 0px 200px;
}

.page-contact-wrapper .page-contact-inner .page-contact-inner-child.child-left {
  width: 41%;
}

.page-contact-wrapper .page-contact-inner .page-contact-inner-child.child-right {
  width: 59%;
  position: relative;
}

.page-contact-wrapper .contact-form-wrapper * {
  font-family: 'Tinos', 'Open Sans', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control {
  width: 100%;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control input:not([type="submit"]),
.page-contact-wrapper .contact-form-wrapper .contact-form-control textarea {
  background-color: var(--whiteColor);
  color: var(--defaultColor);
  border: 1px solid var(--goldColor);
  outline: 0px;
  padding: 22px 20px !important;
  width: 100%;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control input:not([type="submit"]) {
  max-width: 300px;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control:not(:last-child) {
  margin-bottom: 10px;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control:not(:last-child) {
  margin-bottom: 10px;
}

.page-contact-wrapper .contact-form-wrapper .contact-form-control .vcf-contact-submit {
  width: 100%;
}

.page-contact-wrapper .parallax-hover-following {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 821px;
  height: 821px;
}

.footer-menu-widget-wrapper {
  padding: 50px 0px;
  background-color: var(--purpleColor);
  overflow: hidden;
  position: relative;
}

.footer-menu-widget-wrapper .footer-menu-widget-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.footer-menu-widget-wrapper .footer-menu-widget-inner img:first-child {
  margin: 0px 0px -120px -60px;
}

.footer-menu-widget-wrapper .footer-menu-widget-inner img:last-child {
  margin: 0px 0px -100px 0px;
}

.quote-main-text .slick-dotted.slick-slider {
  margin: 0px;
}

.spotify-widget-wrapper {
  width: 100%;
  max-width: 600px;
  padding: 60px 15px 60px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.spotify-widget-wrapper figure{
  margin: 0px;
}

.doctify-widget-wrapper {
  padding: 80px 0px 100px;
}

.quote-main-text .slick-slide{
  height: auto !important;
}